source: extensions/community/language/et_EE/plugin.lang.php @ 23370

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

[community] Update et_EE, thanks to : Eggy

  • Property svn:executable set to *
File size: 4.9 KB
RevLine 
[16809]1<?php
2// +-----------------------------------------------------------------------+
[23057]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// +-----------------------------------------------------------------------+
[16809]23$lang['%d photos rejected'] = '%d fotot lükati tagasi';
24$lang['%d photos uploaded by %s'] = '%d fotot laadis üles kasutaja %s';
25$lang['%d photos uploaded into album "%s"'] = '%d fotot laeti üles albumisse "%s"';
26$lang['%d photos validated'] = '%d fotot kinnitatud';
27$lang['%s (the group)'] = '%s (grupp)';
28$lang['%s (the user)'] = '%s (kasutaja)';
29$lang['%u pending photos'] = '%u ootel fotot';
30$lang['Add a permission'] = 'Lisa õigusi';
31$lang['Cancel'] = 'Katkesta';
32$lang['Delete permission'] = 'Kustutamisõigus';
33$lang['Edit a permission'] = 'Muuda õigusi';
34$lang['Hi administrators,'] = 'Tere, administraatorid';
35$lang['Level 16'] = 'Ootel';
36$lang['No album, this photo is orphan'] = 'Puudub album, see foto on üksinda jäetud';
37$lang['Pending Photos'] = 'Ootel fotosid';
38$lang['Permission added'] = 'Õigus antud';
39$lang['Permission removed'] = 'Õigus kõrvaldatud';
40$lang['Permission updated'] = 'Õigused uuendatud';
41$lang['Set Photo Properties'] = 'Määra foto omadused';
42$lang['The whole gallery'] = 'Terve galerii';
43$lang['Upload Permissions'] = 'Üleslaadimise õigus';
44$lang['Upload your own photos'] = 'Laadi oma fotod ülesse';
45$lang['Validation page: %s'] = 'Kinnitamisleht: %s';
46$lang['Where?'] = 'Kuhu?';
47$lang['Which level of trust?'] = 'Mis usaldustasemega?';
48$lang['Who?'] = 'Kes?';
49$lang['Your photos are waiting for validation, administrators have been notified'] = 'Su fotod ootavad kinnitust, administraatorid on teavitatud';
50$lang['Zoom'] = 'Suurendus';
51$lang['a group'] = 'üks grupp';
52$lang['a specific user'] = 'üks konkreetne kasutaja';
53$lang['ability to create sub-albums'] = 'õigus tekitada alam-albumeid';
54$lang['any registered user'] = 'kestahes registreeritud kasutaja';
55$lang['any visitor'] = 'kestahes külaline';
56$lang['high trust'] = 'kõrge usaldus';
57$lang['low trust'] = 'madal usaldus';
58$lang['sub-albums creation'] = 'alam-albumid tekitatud';
59$lang['uploaded photos are directly displayed in the gallery'] = 'üles laaditud fotod on kohe kuvatud galeriis';
60$lang['uploaded photos must be validated by an administrator'] = 'üles laaditud fotod peavad kinnituse saama administraatorilt';
61$lang['web size'] = 'veebi-suurus';
[23057]62$lang['%s out of %s'] = '%s %s-st';
63$lang['Available %s.'] = 'Saadaval %s.';
64$lang['Available quota %s.'] = 'Saadaval piir %s.';
65$lang['Disk usage quota reached (%uMB)'] = 'Ketta kasutuse limiit saavutatud (%uMB)';
66$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Fail %s on liiga suur (%uMB), %uMB limiit ületatud';
67$lang['How many photos?'] = 'Kui palju pilte?';
68$lang['How much disk space?'] = 'Kui palju ketta ruumi?';
69$lang['Maximum number of photos reached (%u)'] = 'Maksimaalse piltide arvuni (%u)';
70$lang['Photo %s rejected.'] = '%s pilti tagasi lükatu';
71$lang['no limit'] = 'ei ole limiiti';
72$lang['up to %d photos (for each user)'] = 'kuni %d pilti kasutaja kohta';
73$lang['up to %dMB (for each user)'] = 'kuni %dMB kasutaja kohta';
[23370]74$lang['(in addition to user album)'] = '(lisaks kasutaja albumile)';
75$lang['Gallery root'] = 'Galerii juurkataloog';
76$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo loob automaatselt esimesel ühendusel iga kasutaja jaoks galerii';
77$lang['User album only'] = 'Ainult kasutaja album';
78$lang['User albums'] = 'Kasutaja albumind';
79$lang['Where should Piwigo create user albums?'] = 'Kuhu Piwigo peaks looma kasutaja albumi?';
[16809]80?>
Note: See TracBrowser for help on using the repository browser.