source: extensions/community/language/gl_ES/plugin.lang.php @ 21029

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

[community] Add gl_ES, thanks to : damufo

  • Property svn:executable set to *
File size: 3.8 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['Upload Permissions'] = 'Enviar permisos';
24$lang['Upload your own photos'] = 'Enviar túas propias fotos';
25$lang['Validation page: %s'] = 'Validación da páxina: %s';
26$lang['Where?'] = 'Onde?';
27$lang['Which level of trust?'] = 'Que nivel de confianza?';
28$lang['Who?'] = 'Quen?';
29$lang['Your photos are waiting for validation, administrators have been notified'] = 'Túas fotos están a agardar ser validadas, os administradores foron notificados';
30$lang['Zoom'] = 'Zun (zoom)';
31$lang['a group'] = 'un grupo';
32$lang['a specific user'] = 'un usuario especificado';
33$lang['ability to create sub-albums'] = 'permitir crear subálbums ';
34$lang['any registered user'] = 'calquera usuario rexistrado';
35$lang['any visitor'] = 'calquera visitante';
36$lang['high trust'] = 'moita confianza';
37$lang['low trust'] = 'pouco confianza';
38$lang['sub-albums creation'] = 'creación de subálbums';
39$lang['uploaded photos are directly displayed in the gallery'] = 'as fotos enviadas son amosadas directamente na galería';
40$lang['uploaded photos must be validated by an administrator'] = 'as fotos enviadas deben ser validadas por un administrador';
41$lang['web size'] = 'tamaño da web';
42$lang['Add a permission'] = 'Engadir permiso';
43$lang['Cancel'] = 'Cancelar';
44$lang['Delete permission'] = 'Eliminar permiso';
45$lang['Edit a permission'] = 'Modificar permiso';
46$lang['Hi administrators,'] = 'Ola administradores:';
47$lang['Level 16'] = 'Pendente';
48$lang['No album, this photo is orphan'] = 'Sen álbum, esta foto está orfa';
49$lang['Pending Photos'] = 'Fotos pendentes';
50$lang['Permission added'] = 'Permisos engadidos';
51$lang['Permission removed'] = 'Permisos eliminados';
52$lang['Permission updated'] = 'Permisos actualizados';
53$lang['Set Photo Properties'] = 'Propiedades do conxunto de fotos';
54$lang['The whole gallery'] = 'A galería enteira';
55$lang['%d photos rejected'] = '%d fotos rexeitadas';
56$lang['%d photos uploaded by %s'] = '%d fotos enviadas por %s';
57$lang['%d photos uploaded into album "%s"'] = '%d fotos enviadas ó álbum "%s"';
58$lang['%d photos validated'] = '%d fotos validadas';
59$lang['%s (the group)'] = '%s (no grupo)';
60$lang['%s (the user)'] = '%s (o usuario)';
61$lang['%u pending photos'] = '%u fotos pendentes';
62?>
Note: See TracBrowser for help on using the repository browser.