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

Last change on this file since 24450 was 24450, checked in by TranslationTeam, 11 years ago

[user_collections] Update es_ES, thanks to : jpr928

  • Property svn:executable set to *
File size: 5.3 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['Copied'] = 'Copiado';
30$lang['Copy to clipboard'] = 'Copiar al portapapeles';
31$lang['Create a new collection'] = 'Crear una nueva colección';
32$lang['Invalid collection'] = 'Colección inválida';
33$lang['Please give a name'] = 'Por favor dele un nombre';
34$lang['Public collection'] = 'Público';
35$lang['Remove from collection'] = 'Eliminar de la colección';
36$lang['Return to collections list'] = 'Volver a la lista';
37$lang['Saved collections'] = 'Guardar colecciones';
38$lang['Save'] = 'Guardar';
39$lang['See all my collections'] = 'Ver todas mis colecciones';
40$lang['This collection is empty'] = 'La colección está vacia';
41$lang['Unsaved collections'] = 'Colecciones no guardadas';
42$lang['You have %d collection'] = 'Tiene %d colecciones';
43$lang['You have %d collections'] = 'Tiene %d colecciones';
44$lang['You have no collection'] = 'No tiene colecciones';
45$lang['active'] = 'Activa';
46$lang['by %s'] = 'por %s';
47$lang['save'] = 'Guardar';
48$lang['set active'] = 'Marcar como activo';
49$lang['Please enter the recipient name'] = 'Por favor, introduzca el nombre del destinatario';
50$lang['Please enter your e-mail'] = 'Por favor, introduzca su dirección de e-mail';
51$lang['Please enter your name'] = 'Por favor, introduzca su nombre';
52$lang['Preview'] = 'Resultado';
53$lang['Recipient e-mail'] = 'E-mail del destinatario';
54$lang['Recipient name'] = 'Nombre del destinatario';
55$lang['Send this collection my mail'] = 'Enviar esta colección por correo';
56$lang['The collection must be public in order to send it'] = 'La colección debe ser pública para enviarla';
57$lang['Your e-mail'] = 'Su e-mail';
58$lang['Your name'] = 'Su nombre';
59$lang['A photo collection by %s'] = 'Una colección de fotos de% s';
60$lang['Active'] = 'Activos';
61$lang['Allow users to send their public collections by mail'] = 'Los usuarios pueden enviar sus colecciones públicas por correo';
62$lang['Allow users to set their collections as public'] = 'Los usuarios pueden hacer sus colecciones públicas';
63$lang['Clear this collection'] = 'Vaciar la colección';
64$lang['Click here to view the complete collection'] = 'Haga clic aquí para ver la colección completa';
65$lang['Date added to collection, new &rarr; old'] = 'Fecha de ingreso a la colección,reciente &rarr; antiguo';
66$lang['Date added to collection, old &rarr; new'] = 'Fecha de ingreso a la colección,antiguo &rarr; reciente';
67$lang['Delete this collection'] = 'Eliminar colección';
68$lang['Download CSV file'] = 'Descargue el archivo CSV';
69$lang['E-mail sent successfully'] = 'E-mail enviado con éxito';
70$lang['Edit this collection'] = 'Editar la colección';
71$lang['Error while sending e-mail'] = 'Error al enviar el e-mail';
72$lang['Export image list'] = 'Exportar lista de imágenes';
73$lang['Fields'] = 'Campos';
74$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>';
75$lang['Inactive'] = 'Inactivos';
76$lang['Message (optional)'] = 'Mensaje (opcional)';
77$lang['Number of images'] = 'Número de imágenes';
78$lang['Please enter the recipient e-mail'] = 'Por favor, introduzca la dirección de correo electrónico del destinatario';
79$lang['(remove)'] = '(eliminar)';
80$lang['Name, A &rarr; Z'] = 'Nombre, A &rarr; Z';
81$lang['Name, Z &rarr; A'] = 'Nombre, Z &rarr; A';
82$lang['Photos number, high &rarr; low'] = 'Número de foto, alto &rarr; bajo';
83$lang['Photos number, low &rarr; high'] = 'Número de foto, bajo &rarr; alto';
84$lang['Collection not found'] = 'No se encuentra la colección';
85?>
Note: See TracBrowser for help on using the repository browser.