source: extensions/oAuth/language/et_EE/plugin.lang.php @ 26895

Last change on this file since 26895 was 26895, checked in by TranslationTeam, 10 years ago

[oauth] Update et_EE, thanks to : Pelagis

  • 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['Or sign in with'] = 'Või logi sisse kasutades';
24$lang['Please enter your OpenID URL'] = 'Palun sisesta oma OpenID URL';
25$lang['Please enter your username'] = 'Palun sisesta oma kasutajanimi';
26$lang['Profile URL'] = 'Profiili URL';
27$lang['Providers'] = 'Pakkuja';
28$lang['Sign in with %s'] = 'Logi sisse kasutjaga %';
29$lang['Sorry, new registrations are blocked on this gallery.'] = 'Vabandust, uusi kasutajaid ei saa siin galeriis lisada';
30$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Kasutjatel pole lubatud sinu galeriis registreerida. Social Connect ei tööta korralikult. ';
31$lang['You registered with a %s account, please sign in with the same account.'] = 'Sa registreerisid %s kasutjaga, palun logi sisse sama infoga';
32$lang['Your registration is almost done, please complete the registration form.'] = 'Registreerimine on peaagu lõpetatud, palun lõpeta registreerimine.';
33$lang['%s: invalid keys'] = '%s: mittesobivad sissekanded';
34$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Esines viga, kontakteeru galerii omanikuga. <i>Veakood: %s</i>';
35$lang['Authentication canceled'] = 'Audentimine katkestatud';
36$lang['Contacting <b>%s</b>. Please wait.'] = 'Ühendame <b>%s</b>. Palun oota...';
37$lang['Disabled'] = 'Deaktiveeritud';
38$lang['Display sign in buttons in the menubar'] = 'Näita sisselogimise nuppe menüüribal';
39$lang['Display sign in buttons on the register page'] = 'Näita sisselogimise nuppe registreerimise lehel';
40$lang['Enabled'] = 'Aktiveeritud';
41$lang['Error...'] = 'Viga...';
42$lang['Icon size in the menubar'] = 'Ikooni suurus menüü ribal';
43$lang['Icon size on the identification page'] = 'Ikooni suurus identifitseerimise lehel';
44$lang['Loading...'] = 'Laadimine...';
45$lang['Logged with'] = 'Sisse logitud';
46$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl laiendus on vajalik';
47$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: sa pead identiteedi määranguid seadistama';
48$lang['Please enter your user ID'] = 'Palun sisesta oma kasutaja-ID';
49$lang['Cancel'] = 'Katkesta';
50$lang['Associate with an existing account'] = 'Ühenda olemasloleva kontoga';
51$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Luba kasutajatel liita olemasolev konto uue <i>Social Connect</i> identiteediga  ';
52?>
Note: See TracBrowser for help on using the repository browser.