source: trunk/language/gl_ES/admin.lang.php @ 20913

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

[trunk_admin] Update gl_ES, thanks to : damufo

  • Property svn:executable set to *
File size: 5.0 KB
RevLine 
[20895]1<?php
2// +-----------------------------------------------------------------------+
[20913]3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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// +-----------------------------------------------------------------------+
[20895]23$lang['%d albums including'] = '%d álbums incluídos';
24$lang['%d albums moved'] = '%d álbums movidos';
25$lang['%d anomalies have been detected corrected.'] = '%d anomalías foron detectadas e corrixidas.';
26$lang['%d anomalies have been detected.'] = '%d anomalías foron detectadas.';
27$lang['%d anomalies have been ignored.'] = '%d anomalías foron ignoradas.';
28$lang['%d anomalies have not been corrected.'] = '%d anomalías non foron corrixidas.';
29$lang['%d anomaly has been corrected.'] = '%d anomalía foi corrixida.';
30$lang['%d anomaly has been detected.'] = '%d anomalía foi detectada.';
31$lang['%d anomaly has been ignored.'] = '%d anomalía foi ignorada.';
32$lang['%d anomaly has not been corrected.'] = '%d anomalía non foi corrixida.';
33$lang['%d association'] = '%d asociación';
34$lang['%d associations'] = '%d asociacións';
35$lang['%d day'] = '%d día';
36$lang['%d days'] = '%d días';
37$lang['%d group'] = '%d grupo';
38$lang['%d groups'] = '%d grupos';
39$lang[' and %d virtual'] = 'e %d virtual';
40$lang[' and %d virtuals'] = 'e %d virtuais';
41$lang['%d album including'] = '%d álbum incluído';
42$lang['%d album moved'] = '%d álbum movido';
[20913]43$lang['%s has been successfully updated.'] = '%s foi actualizado con éxito.';
44$lang['%s in the future'] = '%s no futuro';
45$lang['%d waiting for validation'] = '%d agardando validación';
46$lang['%d week'] = '%d semana';
47$lang['%d weeks'] = '%d semanas';
48$lang['%d year'] = '%d ano';
49$lang['%d years'] = '%d anos';
50$lang['%s ago'] = '%d atrás';
51$lang['%d user deleted'] = '%d usuario eliminado';
52$lang['%d user was not updated.'] = '%d usuario non actualizado.';
53$lang['%d user was updated.'] = '%d usuario actualizado.';
54$lang['%d users'] = '%d usuarios';
55$lang['%d users deleted'] = '%d usuarios eliminados';
56$lang['%d users were not updated.'] = '%d usuarios non actualizados.';
57$lang['%d users were updated.'] = '%d usuarios actualizados.';
58$lang['%d user comments rejected'] = '%d comentarios de usuario rexeitados';
59$lang['%d user comments validated'] = '%d comentarios de usuario validados';
60$lang['%d physical'] = '%d físico';
61$lang['%d physicals'] = '%d físicos';
62$lang['%d second'] = '%d segundo';
63$lang['%d seconds'] = '%d segundos';
64$lang['%d tag'] = '%d etiqueta';
65$lang['%d tags'] = '%d etiquetas';
66$lang['%d user'] = '%d usuario';
67$lang['%d user comment rejected'] = '%d comentario de usuario rexeitado';
68$lang['%d user comment validated'] = '%d comentario de usuario validado';
69$lang['%d photos uploaded'] = '%d fotos enviadas';
70$lang['%d photos were deleted'] = '%d fotos eliminadas';
71$lang['%d line filtered'] = '%d liña filtrada';
72$lang['%d lines filtered'] = '%d liñas filtradas';
73$lang['%d mail was not sent.'] = '%d correo non puido ser enviado.';
74$lang['%d mail was sent.'] = '%d correo enviado.';
75$lang['%d mails were not sent.'] = '%d correos non puideron ser enviados.';
76$lang['%d mails were sent.'] = '%d correos enviados.';
77$lang['%d member'] = '%d membro';
78$lang['%d members'] = '%d membros';
79$lang['%d minute'] = '%d minuto';
80$lang['%d minutes'] = '%d minutos';
81$lang['%d month'] = '%d mes';
82$lang['%d months'] = '%d meses';
83$lang['%d of %d photos selected'] = '%d de %d fotos seleccionadas';
84$lang['%d parameter was updated.'] = '%d parámetro actualizado.';
85$lang['%d parameters were updated.'] = '%d parámetros actualizados.';
86$lang['%d photo was deleted'] = '%d foto eliminada';
87$lang['%d guest'] = '%d visitante';
88$lang['%d guests'] = '%d visitantes';
89$lang['%d hour'] = '%d hora';
90$lang['%d hours'] = '%d horas';
[20895]91?>
Note: See TracBrowser for help on using the repository browser.