source: extensions/EasyCaptcha/language/et_EE/plugin.lang.php @ 24608

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

[easy_captcha] Add et_EE, thanks to : Eggy

  • 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-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['We detected that Crypto Captcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = ' Crypto Captcha plugin on juba galeriis olemas, mõlemat pluginat saab koos kasutada, aga neid mõlemaid ei tohi koos aktiveerida samal lehel.';
24$lang['This challenge requires that JavaScript is enabled on the visitor browser. About 1% of Internet users have Javascript disabled.'] = 'JavaScript peab olema selle ülesande jaoks aktiveeritud.';
25$lang['You must activate JavaScript in your browser in order to be able to add a comment, sorry for the inconvenience.'] = 'JavaScript peab olema lehitsejas aktiveeritud, et lisada kommentaare';
26$lang['Theme'] = 'Teema';
27$lang['Tic-tac-toe minigame'] = 'Trips-traps-trull minimäng';
28$lang['Tic-tac-toe options'] = 'Trips-traps-trull valikud';
29$lang['To verify you are a human, please place the <b>%s</b> in the most right box bellow.'] = 'Kinnitmakas, et sa oled inimene paiguta <b>%s</b> kõige parempoolsemasse kasti.';
30$lang['You are player X, click on the right case to complete the line.'] = 'Sina oled mängija X, vajuta paremale et lõpetada joon';
31$lang['Drag & drop options'] = 'Lohista ja aseta võimalused';
32$lang['Drop'] = 'Aseta';
33$lang['Drop border'] = 'Aseta raam';
34$lang['Guestbook'] = 'Külalisteraamat';
35$lang['Image'] = 'Pilt';
36$lang['Image border'] = 'Pildi raamid';
37$lang['Image drag & drop'] = 'Pildi lohista ja aseta';
38$lang['Image size'] = 'Pildi suurus';
39$lang['Invalid answer'] = 'mittesobiv vastus';
40$lang['Invalid color code <i>%s</i>'] = 'mittesobiv värvi kood <i>%s</i>';
41$lang['Marks'] = 'Märked';
42$lang['Moderate'] = 'Modereeri';
43$lang['Number of images'] = 'Piltide arv';
44$lang['Picture comments'] = 'Pildi kommentaarid';
45$lang['Pleaser answer'] = 'Palun vasta';
46$lang['Preview'] = 'Eelvaade';
47$lang['Random'] = 'Juhuslik';
48$lang['Register form'] = 'Registreerimise vorm';
49$lang['Text'] = 'Text';
50$lang['Activate on'] = 'Aktiveeri järgmistele';
51$lang['Album comments'] = 'Albumi kommentaarid';
52$lang['Background'] = 'Tagataust';
53$lang['Border'] = 'Piir';
54$lang['Challenge'] = 'Ülesanne';
55$lang['Colors'] = 'Värvid';
56$lang['Comments action'] = 'Kommentaaride tegevused';
57$lang['Contact form'] = 'Kontakteerimise vorm';
58?>
Note: See TracBrowser for help on using the repository browser.