source: extensions/community/language/eo_EO/plugin.lang.php @ 16032

Last change on this file since 16032 was 16032, checked in by TranslationTeam, 12 years ago

[community] Update eo_EO, thanks to : axel584

  • Property svn:executable set to *
File size: 3.1 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['Where?'] = 'Kie?';
24$lang['Who?'] = 'Kiu?';
25$lang['%s (the group)'] = '%s (la grupo)';
26$lang['%s (the user)'] = '%s (la uzanto)';
27$lang['Add a permission'] = 'aldoni permeson';
28$lang['Permission added'] = 'permeso aldonita';
29$lang['Permission removed'] = 'permeso forigita';
30$lang['Set Photo Properties'] = 'Agordi fotajn ecojn';
31$lang['The whole gallery'] = 'la tuta fotaro';
32$lang['Upload Permissions'] = 'alŝut-permeso ';
33$lang['Which level of trust?'] = 'Kia nivelo de fido ?';
34$lang['a group'] = 'grupo';
35$lang['a specific user'] = 'specifa uzanto';
36$lang['any registered user'] = 'ĉiuj registritaj uzantoj';
37$lang['any visitor'] = 'ĉiuj vizitantoj';
38$lang['high trust'] = 'granda fido';
39$lang['low trust'] = 'malgranda fido';
40$lang['uploaded photos are directly displayed in the gallery'] = 'alŝutaitaj fotoj tuj videblas en la fotaro';
41$lang['uploaded photos must be validated by an administrator'] = 'alŝutitajn fotojn validigu administranto';
42$lang['Cancel'] = 'Nuligi';
43$lang['Delete permission'] = 'Forigi permeson';
44$lang['Edit a permission'] = 'Agordi permeson';
45$lang['Hi administrators,'] = 'Saluton kara administranto,';
46$lang['No album, this photo is orphan'] = 'Neniu albumo, tiu foto estas orfo';
47$lang['Permission updated'] = 'Permeso ĝisdatigita';
48$lang['Validation page: %s'] = 'Validiga paĝo : %s';
49$lang['Zoom'] = 'Zumo';
50$lang['ability to create sub-albums'] = 'Eblecigi por krei sub-fotarojn';
51$lang['sub-albums creation'] = 'Sub-fotara kreado';
52$lang['web size'] = 'Reteja grandeco';
53?>
Note: See TracBrowser for help on using the repository browser.