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

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

[oauth] Update sk_SK, thanks to : dodo

  • Property svn:executable set to *
File size: 4.1 KB
RevLine 
[20552]1<?php
2// +-----------------------------------------------------------------------+
[26628]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// +-----------------------------------------------------------------------+
[20552]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.';
[26558]25$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Používatelia nie sú povolení pre registráciu do tejto galérie. Social Connect nebude pracovať správne.';
[20552]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';
[26558]33$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Potrebujete nakonfigurovať poverenia';
[20552]34$lang['Display sign in buttons on the register page'] = 'Zobraziť podpisovacie tlačidlo na registračnej stránke';
35$lang['Display sign in buttons in the menubar'] = 'Zobraziť podpisovacie tlačidlo v stĺpci menu';
36$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>';
[26558]37$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: je potrebný doplnok PHP Curl';
[20552]38$lang['Logged with'] = 'Spojené s';
39$lang['Loading...'] = 'Nahrávam...';
40$lang['Icon size on the identification page'] = 'Veľkosť ikony na identifikačnej stránke';
41$lang['Icon size in the menubar'] = 'Veľkosť ikony v stĺpci menu';
42$lang['Error...'] = 'Chyba...';
43$lang['Enabled'] = 'Povolené';
44$lang['Disabled'] = 'Zakázané';
45$lang['Contacting <b>%s</b>. Please wait.'] = 'Spájam <b>%s</b>. Prosím čakajte.';
46$lang['Authentication canceled'] = 'Autorizácia zrušená';
47$lang['%s: invalid keys'] = '%s: neplatné kľúče';
[26628]48$lang['Please enter your user ID'] = 'Prosím vložte Vaše používateľské ID';
49$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Umožniť používateľom pridanie do existujúceho konta s novou <i>Social Connect</i> identifikácou';
50$lang['Associate with an existing account'] = 'Spojiť s existujúcim kontom';
51$lang['Cancel'] = 'Zrušiť';
[20552]52?>
Note: See TracBrowser for help on using the repository browser.