source: extensions/oAuth/language/sk_SK/plugin.lang.php @ 20552

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

[oauth] Add sk_SK, thanks to : dodo

  • Property svn:executable set to *
File size: 3.8 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['Your registration is almost done, please complete the registration form.'] = 'Vaša registrácia bola vykonaná, prosím skompletizujte registračný formulár.';
24$lang['You registered with a %s account, please sign in with the same account.'] = 'Boli ste zaregistrovaný s %s kontom, prosím zapíšte sa rovnakým kontom.';
25$lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Používatelia nie sú povolení pre registráciu do tejto galérie. OAuth nebude pracovať správne.';
26$lang['Sorry, new registrations are blocked on this gallery.'] = 'Prepáčte, nové registrácie sú zakázané pre túto galériu.';
27$lang['Sign in with %s'] = 'Podpísane s %s';
28$lang['Providers'] = 'Poskytovatelia';
29$lang['Profile URL'] = 'Profil URL';
30$lang['Please enter your username'] = 'Prosím vložte Vaše používateľské menu';
31$lang['Please enter your OpenID URL'] = 'Prosím vložte Vašu OpenID URL';
32$lang['Or sign in with'] = 'Alebo podpíšte s';
33$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID musí byť povolené v %s autorizácii';
34$lang['OAuth: You need to configure the credentials'] = 'OAuth: Potrebujete nakonfigurovať poverenia';
35$lang['Display sign in buttons on the register page'] = 'Zobraziť podpisovacie tlačidlo na registračnej stránke';
36$lang['Display sign in buttons in the menubar'] = 'Zobraziť podpisovacie tlačidlo v stĺpci menu';
37$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Nastala chyba, prosím kontaktujte majiteľa galérie. <i>Kód chyby: %s</i>';
38$lang['OAuth: PHP Curl extension is needed'] = 'OAuth: je potrebný doplnok PHP Curl';
39$lang['Logged with'] = 'Spojené s';
40$lang['Loading...'] = 'Nahrávam...';
41$lang['Icon size on the identification page'] = 'Veľkosť ikony na identifikačnej stránke';
42$lang['Icon size in the menubar'] = 'Veľkosť ikony v stĺpci menu';
43$lang['Error...'] = 'Chyba...';
44$lang['Enabled'] = 'Povolené';
45$lang['Disabled'] = 'Zakázané';
46$lang['Contacting <b>%s</b>. Please wait.'] = 'Spájam <b>%s</b>. Prosím čakajte.';
47$lang['Authentication canceled'] = 'Autorizácia zrušená';
48$lang['%s: invalid keys'] = '%s: neplatné kľúče';
49?>
Note: See TracBrowser for help on using the repository browser.