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

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

[oauth] Add et_EE, thanks to : Eggy

  • Property svn:executable set to *
File size: 3.7 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['OpenID must be enabled in order to use %s authentication'] = 'OpenID peab olema aktiveeritud, et kasutada %s audentimist';
24$lang['Or sign in with'] = 'Või logi sisse kasutades';
25$lang['Please enter your OpenID URL'] = 'Palun sisesta oma OpenID URL';
26$lang['Please enter your username'] = 'Palun sisesta oma kasutajanimi';
27$lang['Profile URL'] = 'Profiili URL';
28$lang['Providers'] = 'Pakkuja';
29$lang['Sign in with %s'] = 'Logi sisse kasutjaga %';
30$lang['Sorry, new registrations are blocked on this gallery.'] = 'Vabandust, uusi kasutajaid ei saa siin galeriis lisada';
31$lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Kasutjatel pole lubatud sinu galeriis registreerida. OAuth ei tööta korralikult. ';
32$lang['You registered with a %s account, please sign in with the same account.'] = 'Sa registreerisid %s kasutjaga, palun logi sisse sama infoga';
33$lang['Your registration is almost done, please complete the registration form.'] = 'Registreerimine on peaagu lõpetatud, palun lõpeta registreerimine.';
34$lang['%s: invalid keys'] = '%s: mittesobivad sissekanded';
35$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Esines viga, kontakteeru galerii omanikuga. <i>Veakood: %s</i>';
36$lang['Authentication canceled'] = 'Audentimine katkestatud';
37$lang['Contacting <b>%s</b>. Please wait.'] = 'Ühendame <b>%s</b>. Palun oota...';
38$lang['Disabled'] = 'Deaktiveeritud';
39$lang['Display sign in buttons in the menubar'] = 'Näita sisselogimise nuppe menüüribal';
40$lang['Display sign in buttons on the register page'] = 'Näita sisselogimise nuppe registreerimise lehel';
41$lang['Enabled'] = 'Aktiveeritud';
42$lang['Error...'] = 'Viga...';
43$lang['Icon size in the menubar'] = 'Ikooni suurus menüü ribal';
44$lang['Icon size on the identification page'] = 'Ikooni suurus identifitseerimise lehel';
45$lang['Loading...'] = 'Laadimine...';
46$lang['Logged with'] = 'Sisse logitud';
47$lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl laiendus on vajalik';
48$lang['OAuth: You need to configure the credentials'] = 'OAuth: ';
49?>
Note: See TracBrowser for help on using the repository browser.