aboutsummaryrefslogtreecommitdiffstats
path: root/language/eo_EO/admin.lang.php
blob: 2b88affa07a2237fdefb3c1097a6447692ed5f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery                                    |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify  |
// | it under the terms of the GNU General Public License as published by  |
// | the Free Software Foundation                                          |
// |                                                                       |
// | This program is distributed in the hope that it will be useful, but   |
// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
// | General Public License for more details.                              |
// |                                                                       |
// | You should have received a copy of the GNU General Public License     |
// | along with this program; if not, write to the Free Software           |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA.                                                                  |
// +-----------------------------------------------------------------------+


$lang['Add to caddie'] = 'Aldoni al la fot-stoko';
$lang['Caddie'] = 'Fot-stoko';
$lang['Notification'] = "Sciigo";
$lang['Upload Photos'] = 'Alsuti fotojn';
$lang['Select an album'] = 'Elekti fotaron';
$lang['... or '] = '... au ';
$lang['create a new album'] = 'krei novan fotaron';
$lang['Select files'] = 'Elekti dosierojn';
$lang['Start Upload'] = 'Ek-alsuti';
$lang['Learn more'] = 'Scii pli';
$lang['Maximum file size: %sB.'] = 'Maksimuma grando de la fotoj: %sB.';
$lang['Allowed file types: %s.'] = 'dosiertipo permesita: %s.';
$lang['+ Add an upload box'] = '+ Aldoni alsutan fenestron';
$lang['Add another set of photos'] = 'Aldoni plian aron de fotoj';
$lang['Photo %s of %s'] = 'Foto %s de %s';
$lang['%d photos uploaded'] = '%d fotoj alsutitaj';
$lang['All %d photos are selected'] = 'Ciuj %d fotoj estas elektitaj';
$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.';
$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.';
$lang['Exif extension not available, admin should disable exif use'] = 'Exif funkcioj ne disponeblas, administranto malvalidigu EXIF-uzon';
$lang['Hide'] = "Kasita";
$lang['Photo Properties'] = 'Fotaj ecoj';
$lang['Photo name'] = 'Foto-nomo';
$lang['Name'] = 'Nomo';
$lang['Description'] = 'Priskribo';
$lang['Parent album'] = 'Patra fotaro';
$lang['Album name'] = 'Fotara nomo';
$lang['Create'] = 'Krei';
$lang['ACCESS_0'] = "Libera atingo";
$lang['ACCESS_1'] = "Atingo por ciuj";
$lang['ACCESS_2'] = "Atingo por registritaj uzantoj";
$lang['ACCESS_3'] = "Atingo por administrantoj";
$lang['ACCESS_4'] = "Atingo por retestroj";
$lang['ACCESS_5'] = "Neniu atingo";
$lang['Level 0'] = "---";
$lang['Level 1'] = "Kontakto";
$lang['Level 2'] = "Amikoj";
$lang['Level 4'] = "Familio";
$lang['Level 8'] = "Administranto";


$lang['%d association'] = '%d asocio';
$lang['%d associations'] = '%d asocioj';
$lang['%d day'] = '%d tago';
$lang['%d days'] = '%d tagoj';
$lang['%d group'] = '%d grupo';
$lang['%d groups'] = '%d grupoj';
?>