source: extensions/ContactForm/language/et_EE/plugin.lang.php @ 22348

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

[contactform] Add et_EE, thanks to : Eggy

  • Property svn:executable set to *
File size: 4.0 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['Prefix of the sent e-mail subject'] = 'Saadetud e-maili teema prefiks';
24$lang['Redirect after sending email (optional)'] = 'Suuna ümber pärast saatmist (valikuline)';
25$lang['Send'] = 'Saada';
26$lang['Send copy to my email'] = 'Saada koopia minu e-mailile';
27$lang['Subject'] = 'Teema';
28$lang['Text after the contact form'] = 'Tekst pärast kontakteerumis vormi';
29$lang['Text before the contact form'] = 'Teks enne kontakteerumise vormi';
30$lang['Tip'] = 'Nõuanne';
31$lang['Your e-mail'] = 'Sinua e-mail';
32$lang['Your name'] = 'Sinu nimi';
33$lang['can be translated with LocalFiles Editor plugin'] = 'saab tõlkida LocalFiles Editor lisa abil';
34$lang['you can use "%gallery_title%"'] = 'saab kasutada "%gallery_title%"';
35$lang['E-mail sent successfully'] = 'E-kiri edukalt saadetud';
36$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Iga kategooria on kui eraldi punkt kontakti vormil(näiteks "tehniline", "üldine küsimus" jne), nende kasutamine pole kohustuslik.';
37$lang['Error while sending e-mail'] = 'Viga kirja saatmisel';
38$lang['General configuration'] = 'Üldine seadistus';
39$lang['Message'] = 'Teade';
40$lang['Name is mandatory'] = 'Nimi on kohustulik';
41$lang['No active email address'] = 'Aktiivne e-maili aadress puudub';
42$lang['Plain text'] = 'Ainult tekst';
43$lang['Please choose a category'] = 'Palun vali kategooria';
44$lang['Please enter a message'] = 'Palun sisesta sõnum';
45$lang['Please enter a name'] = 'Palun sisesta nimi';
46$lang['Please enter a subject'] = 'Palun sisesta teema';
47$lang['Please enter an e-mail'] = 'Palun sisesta e-maili aadress';
48$lang['%s must not be less than %d characters long'] = '%s peab olema lühem kui %d tähemärki';
49$lang['%s must not be more than %d characters long'] = '%s ei tohi olla pikem kui %d tähemärki';
50$lang['+ Add a category'] = '+ Lisa kategooria';
51$lang['+ Add an email'] = '+ Lisa e-kiri';
52$lang['Active'] = 'Aktiivne';
53$lang['Add link in menu'] = 'Lisa menüüsse link';
54$lang['Allow guests to see the form'] = 'Luba külalistel vormi näha';
55$lang['Category'] = 'Kategooria';
56$lang['Default e-mail subject'] = 'Vaikimisi e-kirja teema';
57$lang['E-mail address is mandatory'] = 'E-posti aadress on kohustuslik';
58$lang['E-mail configuration'] = 'E-kirja kinnitus';
59$lang['E-mail format :'] = 'E-kirja formaat';
60?>
Note: See TracBrowser for help on using the repository browser.