source: extensions/Panoramas/language/eo_EO/plugin.lang.php @ 24811

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

[panoramas] Update eo_EO, thanks to : sylvbarrier

  • Property svn:executable set to *
File size: 3.5 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['Right'] = 'Dekstro';
24$lang['Auto'] = 'Aŭto';
25$lang['Automatic start'] = 'Automata komenciĝo';
26$lang['Control display'] = 'Kontroli surekranigon';
27$lang['Left'] = 'Maldekstro';
28$lang['Off'] = 'Malŝaltita';
29$lang['On'] = 'Ŝaltita';
30$lang['Permanent'] = 'Daŭra';
31$lang['Special thanks to:'] = 'Specialajn dankojn al:';
32$lang['Start position ']['% between 0-99'] = 'Ekpozicio [% inter 0 kaj 99]';
33$lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Ekpozicio estas ekstervarieja (datumzono: 0-99)';
34$lang['You are not authorized to change this configuration (Webmaster only).'] = 'Vi ne rajtas ŝanĝi tiun agordon (nur retejestro).';
35$lang['Your configuration is NOT saved due to above reasons.'] = 'Via agordo NE konserviĝis pro la ĉisupraj kialoj.';
36$lang['Your configuration is saved.'] = 'Via agordo konserviĝis.';
37$lang['authors of'] = 'aŭtoroj de';
38$lang['Border Width ratio is out of range (Correct range: 0-10).'] = 'La grandeco de la panorama bordero estas ekstervarieja (datumzono: 0-10)';
39$lang['Border color'] = 'Koloro de la panorama bordero';
40$lang['Border width'] = 'Grandeco de la panorama bordero [0-10]';
41$lang['Caption Color'] = 'Koloro de la priskriba teksto';
42$lang['Footer Color'] = 'Fonkoloro de la paĝopiedo';
43$lang['Footer Control Color'] = 'Koloro de la paĝopieda kontrolbutono';
44$lang['Footer display'] = 'Vidigo de la paĝopiedo';
45$lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = 'La maksimuma larĝeco de la videbla parto estas ekstervarieja (datumzono: Minimuma/+).';
46$lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = 'La minimuma larĝeco de la videbla parto estas ekstervarieja (datumzono: 320/+).';
47$lang['Mode 180 (Alternative left-right restart)'] = 'Reĝimo 180 (Restarto de la dekstralmaldekstra alternado)';
48$lang['Mode 360'] = 'Reĝimo 360';
49$lang['Panoramas configuration'] = 'Panorama agordo';
50$lang['Rotation direction'] = 'Rotacidirekto';
51?>
Note: See TracBrowser for help on using the repository browser.