source: extensions/UserCollections/language/es_ES/plugin.lang.php @ 26058

Last change on this file since 26058 was 26058, checked in by mistic100, 10 years ago

typo in language string

  • Property svn:executable set to *
File size: 5.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['%d more...'] = '%d más...';
24$lang['Add to collection'] = 'Añadir a la colección';
25$lang['Clear'] = 'Limpiar';
26$lang['Collection name:'] = 'Nombre de la colección';
27$lang['Collection'] = 'Colección';
28$lang['Collections'] = 'Colecciones';
29$lang['Create a new collection'] = 'Crear una nueva colección';
30$lang['Invalid collection'] = 'Colección inválida';
31$lang['Please give a name'] = 'Por favor dele un nombre';
32$lang['Remove from collection'] = 'Eliminar de la colección';
33$lang['Save'] = 'Guardar';
34$lang['This collection is empty'] = 'La colección está vacia';
35$lang['You have %d collection'] = 'Tiene %d colecciones';
36$lang['You have %d collections'] = 'Tiene %d colecciones';
37$lang['You have no collection'] = 'No tiene colecciones';
38$lang['by %s'] = 'por %s';
39$lang['Please enter the recipient name'] = 'Por favor, introduzca el nombre del destinatario';
40$lang['Please enter your e-mail'] = 'Por favor, introduzca su dirección de e-mail';
41$lang['Please enter your name'] = 'Por favor, introduzca su nombre';
42$lang['Preview'] = 'Resultado';
43$lang['Recipient e-mail'] = 'E-mail del destinatario';
44$lang['Recipient name'] = 'Nombre del destinatario';
45$lang['Send this collection by mail'] = 'Enviar esta colección por correo';
46$lang['Your e-mail'] = 'Su e-mail';
47$lang['Your name'] = 'Su nombre';
48$lang['A photo collection by %s'] = 'Una colección de fotos de% s';
49$lang['Active'] = 'Activos';
50$lang['Allow users to send their public collections by mail'] = 'Los usuarios pueden enviar sus colecciones públicas por correo';
51$lang['Allow users to set their collections as public'] = 'Los usuarios pueden hacer sus colecciones públicas';
52$lang['Clear this collection'] = 'Vaciar la colección';
53$lang['Click here to view the complete collection'] = 'Haga clic aquí para ver la colección completa';
54$lang['Date added to collection, new &rarr; old'] = 'Fecha de ingreso a la colección,reciente &rarr; antiguo';
55$lang['Date added to collection, old &rarr; new'] = 'Fecha de ingreso a la colección,antiguo &rarr; reciente';
56$lang['Delete this collection'] = 'Eliminar colección';
57$lang['Download CSV file'] = 'Descargue el archivo CSV';
58$lang['E-mail sent successfully'] = 'E-mail enviado con éxito';
59$lang['Edit this collection'] = 'Editar la colección';
60$lang['Error while sending e-mail'] = 'Error al enviar el e-mail';
61$lang['Export image list'] = 'Exportar lista de imágenes';
62$lang['Fields'] = 'Campos';
63$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Buenos dias <b>%s</b>, %s le envió una colección de fotos de<a href="%s">%s</a>';
64$lang['Inactive'] = 'Inactivos';
65$lang['Message (optional)'] = 'Mensaje (opcional)';
66$lang['Number of images'] = 'Número de imágenes';
67$lang['Please enter the recipient e-mail'] = 'Por favor, introduzca la dirección de correo electrónico del destinatario';
68$lang['(remove)'] = '(eliminar)';
69$lang['Name, A &rarr; Z'] = 'Nombre, A &rarr; Z';
70$lang['Name, Z &rarr; A'] = 'Nombre, Z &rarr; A';
71$lang['Photos number, high &rarr; low'] = 'Número de foto, alto &rarr; bajo';
72$lang['Photos number, low &rarr; high'] = 'Número de foto, bajo &rarr; alto';
73$lang['Collection not found'] = 'No se encuentra la colección';
74$lang['Expiration date'] = 'Fecha de expiración ';
75$lang['New share added: <a href="%s">%s</a>'] = 'Nuevo compartido añadido: <a href="%s">%s</a>';
76$lang['Restricted access'] = 'Acceso restringido';
77$lang['Share'] = 'Compartir';
78$lang['Share deleted'] = 'Compartido eliminado';
79$lang['Share key'] = 'Clave del compartido';
80$lang['Share this collection'] = 'Compartir esta colección ';
81$lang['The key must be at least 8 characters long'] = 'La clave debe tener al menos 8 caracteres';
82$lang['This key is already used'] = 'Esta clave ya está usada';
83$lang['This link expired'] = 'El enlace ha caducado';
84$lang['Add'] = 'Añadir';
85$lang['Cancel'] = 'Cancelar';
86$lang['Description'] = 'Descripción';
87$lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Hola %s, %s le ha mandado unas fotos de "%s"';
88$lang['Name'] = 'Nombre';
89$lang['Send'] = 'Enviar';
90$lang['jump to photo'] = 'Pasar a la foto';
91?>
Note: See TracBrowser for help on using the repository browser.