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['Picture name substring to display in Mode 180 '][' != previous substring '] = 'Pildi nime alamosa mida näidatakse režhiimis 180 [ != eelmine alamosa]'; |
---|
24 | $lang['Picture name substring to display in Mode 360'] = 'Pildi nime alamosa mida näidatakse režhiimis 360'; |
---|
25 | $lang['Picture name substrings must be different.'] = 'Pildi nime alamosa peab olema erinev'; |
---|
26 | $lang['Remove substring from picture title'] = 'Eemalda pildi nimest alamosa '; |
---|
27 | $lang['Your configuration is NOT saved due to above reasons.'] = 'Sinu seadistusi ei salvestatud ülal kirjeldatud põhjustel.'; |
---|
28 | $lang['Your configuration is saved.'] = 'Seadistused on salvestatud.'; |
---|
29 | $lang['authors of'] = 'autorid'; |
---|
30 | $lang['Viewport width ']['% between 50-100'] = 'Vaateakna laius [% 50-10 vahel]'; |
---|
31 | $lang['Viewport width ratio is out of range (Correct range: 50-100).'] = 'Vaateakna suhe on piirkonnast väljas (Õige vahemik 50-100).'; |
---|
32 | $lang['You are not authorized to change this configuration (Webmaster only).'] = 'Sul ei ole õigusi antud seadistusi muuta (ainult administraatoril).'; |
---|
33 | $lang['Viewport minimal width ']['pixels > 320'] = 'Vaateakna minimaalne laius [Pixel>320]'; |
---|
34 | $lang['Viewport maximal width ']['pixels >= minimal width'] = 'Vaateakna maximaalnelaius [Pixel>=miniaalne laius]'; |
---|
35 | $lang['Right'] = 'Parem'; |
---|
36 | $lang['Rotation direction'] = 'Keeramise suund'; |
---|
37 | $lang['Special thanks to:'] = 'Erilised tänud:'; |
---|
38 | $lang['Start position ']['% between 0-99'] = 'Algus positsioon [% 0-99 vahel]'; |
---|
39 | $lang['Start position ratio is out of range (Correct range: 0-99).'] = 'Algus positsiooni suhe on piirkonnast väljas (Õige vahemik: 0-99)'; |
---|
40 | $lang['Maximal Viewport width is out of range (Correct range: Minimal/+).'] = 'Maksimaalne vaateakna laius on mõõdust väljas (Lubatud vahemik: Minimaalne/+).'; |
---|
41 | $lang['Minimal Viewport width is out of range (Correct range: 320/+).'] = 'Minimaalne vaateakna laius on mõõdust väljas (Lubatus vahemik: 320/+).'; |
---|
42 | $lang['Mode 180 (Alternative left-right restart)'] = 'Ržhiim 180 (Alternatiivne vasak-parem restart)'; |
---|
43 | $lang['Relative speed factor ']['10-90'] = 'Suhteline kiiruse faktor [10-90]'; |
---|
44 | $lang['Relative speed factor is out of range (Correct range: 10-90).'] = 'Suhteline kiiruse faktor on lubatust väljas[Õige piirkond: 10-90]'; |
---|
45 | $lang['Auto'] = 'Automaatne'; |
---|
46 | $lang['Automatic start'] = 'Automaatne start'; |
---|
47 | $lang['Border Width ratio is out of range (Correct range: 0-10).'] = 'Panoraami raami suurus on liiga suur (Õige valik: 0-10)'; |
---|
48 | $lang['Border color'] = 'Panoraami raami värv'; |
---|
49 | $lang['Border width'] = 'Panoraami raami suurus [0-10]'; |
---|
50 | $lang['Caption Color'] = 'Kirjelduse teksti värv'; |
---|
51 | $lang['Control display'] = 'Kontroll paneel'; |
---|
52 | $lang['Footer Color'] = 'Jaluse tausta värv'; |
---|
53 | $lang['Footer Control Color'] = 'Jaluse kontrolli värv'; |
---|
54 | $lang['Footer display'] = 'Jaluse paneel'; |
---|
55 | $lang['Left'] = 'Vasak'; |
---|
56 | $lang['Mode 360'] = 'Režhiim 360'; |
---|
57 | $lang['Off'] = 'Väljas'; |
---|
58 | $lang['On'] = 'Sees'; |
---|
59 | $lang['Panoramas configuration'] = 'Panoraami seadistused'; |
---|
60 | $lang['Permanent'] = 'Püsiv'; |
---|
61 | $lang['Picture name substring could not be empty.'] = 'Pildi nimi ei tohi sisaldata tühikut'; |
---|
62 | ?> |
---|