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

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

[trunk_admin] Update gl_ES, thanks to : damufo

  • Property svn:executable set to *
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
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// +-----------------------------------------------------------------------+
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';
43?>
Note: See TracBrowser for help on using the repository browser.