source: trunk/language/eo_EO/admin.lang.php @ 14081

Last change on this file since 14081 was 14081, checked in by ddtddt, 12 years ago

[trunk] - language - update eo_EO -Esperanto thanks to Axel Rousseau - feature:2457

File size: 3.6 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
24
25$lang['Add to caddie'] = 'Aldoni al la fot-stoko';
26$lang['Caddie'] = 'Fot-stoko';
27$lang['Notification'] = "Sciigo";
28$lang['Upload Photos'] = 'Alsuti fotojn';
29$lang['Select an album'] = 'Elekti fotaron';
30$lang['... or '] = '... au ';
31$lang['create a new album'] = 'krei novan fotaron';
32$lang['Select files'] = 'Elekti dosierojn';
33$lang['Start Upload'] = 'Ek-alsuti';
34$lang['Learn more'] = 'Scii pli';
35$lang['Maximum file size: %sB.'] = 'Maksimuma grando de la fotoj: %sB.';
36$lang['Allowed file types: %s.'] = 'dosiertipo permesita: %s.';
37$lang['+ Add an upload box'] = '+ Aldoni alsutan fenestron';
38$lang['Add another set of photos'] = 'Aldoni plian aron de fotoj';
39$lang['Photo %s of %s'] = 'Foto %s de %s';
40$lang['%d photos uploaded'] = '%d fotoj alsutitaj';
41$lang['All %d photos are selected'] = 'Ciuj %d fotoj estas elektitaj';
42$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'Vi uzas la foliumilan alsutilon, kaze de problemo, provu la <a href="%s">Flash alsutilon</a> anstatau.';
43$lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = 'Vi uzas la Flash-alsutilon, kaze de problemo, provu la <a href="%s">Foliumilan alsutilon</a> anstatau.';
44$lang['Exif extension not available, admin should disable exif use'] = 'Exif funkcioj ne disponeblas, administranto malvalidigu EXIF-uzon';
45$lang['Hide'] = "Kasita";
46$lang['Photo Properties'] = 'Fotaj ecoj';
47$lang['Photo name'] = 'Foto-nomo';
48$lang['Name'] = 'Nomo';
49$lang['Description'] = 'Priskribo';
50$lang['Parent album'] = 'Patra fotaro';
51$lang['Album name'] = 'Fotara nomo';
52$lang['Create'] = 'Krei';
53$lang['ACCESS_0'] = "Libera atingo";
54$lang['ACCESS_1'] = "Atingo por ciuj";
55$lang['ACCESS_2'] = "Atingo por registritaj uzantoj";
56$lang['ACCESS_3'] = "Atingo por administrantoj";
57$lang['ACCESS_4'] = "Atingo por retestroj";
58$lang['ACCESS_5'] = "Neniu atingo";
59$lang['Level 0'] = "---";
60$lang['Level 1'] = "Kontakto";
61$lang['Level 2'] = "Amikoj";
62$lang['Level 4'] = "Familio";
63$lang['Level 8'] = "Administranto";
64
65
66?>
Note: See TracBrowser for help on using the repository browser.