source: extensions/header_manager/language/et_EE/plugin.lang.php @ 20326

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

[header_manager] Update et_EE, thanks to : kersta

  • Property svn:executable set to *
File size: 3.9 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$lang['Unknown picture id'] = 'Tundmatu pildi id-number';
24$lang['Use'] = 'Kasuta';
25$lang['With text'] = 'Tekstiga';
26$lang['Add a banner'] = 'Lisa bänner';
27$lang['Banner'] = 'Bänner';
28$lang['Banner added'] = 'Bänner lisatud';
29$lang['Banner deleted'] = 'Bänner kustutatud';
30$lang['Choose an image from your computer'] = 'Vali pilt oma arvutist';
31$lang['Choose the part of the image you want to use as your header.'] = 'Vali osa pildist, mida tahad kasutada päisena';
32$lang['Crop banner image'] = 'Kärbi bänneri pilti';
33$lang['Default banner'] = 'Vaikimisi valitud bänner';
34$lang['Default banner size'] = 'Vaikimisi valitud bänneri suurus';
35$lang['Display banner on photo page'] = 'Näita bännerit fotode lehel';
36$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'MontBlancXL ja BlancMontXL jaoks soovituslik suurus 900x190';
37$lang['Gallery title above image'] = 'Galerii pealkiri pildi kohal';
38$lang['Image only'] = 'Ainult pilt';
39$lang['Incorrect file type,'] = 'Ebakorrektne faili tüüp';
40$lang['No banner added yet'] = 'Bännerit ei ole lisatud veel';
41$lang['Picture id.'] = 'Pildi id-number';
42$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Aseta %header_manager% kohta kus soovid pilti kuvada';
43$lang['Random'] = 'Juhuslik';
44$lang['Select an image'] = 'Vali pilt';
45$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Id-numbri leiad piltide toimetamise lehelt, pisipildi kõrvalt';
46$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Sul on võimalus päisesse pilt üles laadida või valida oma galeriist. Pärast seda saad pilti sobivasse mõõtu kärpida.';
47$lang['or choose a picture from the gallery'] = 'või vali pilt galeriist';
48$lang['You can customize the display by adding CSS rules to'] = 'Saad seadistada kuva lisades CSS reegleid';
49$lang['Album specific banners'] = 'Albumile määratud bänner';
50$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Konkreetsele albumile bänneri lisamiseks mine vastava albumi administreerimise lehele';
51$lang['Non recursive'] = 'Mittekorduv';
52$lang['Recursive'] = 'Korduv';
53$lang['Restore default banner'] = 'Taasta vaikimisi bänner';
54?>
Note: See TracBrowser for help on using the repository browser.