source: extensions/oAuth/language/sk_SK/help.lang.php @ 29166

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

[oauth] Update sk_SK, thanks to : dodo

  • Property svn:executable set to *
File size: 4.5 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['Once you have registered, copy and past the created application credentials into this setup page'] = 'Akonáhle ste registrovaný, prekopírujte vytvorenú aplikáciu poverení na stránku inštalácie';
24$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Choďte na <a href="%s" target="_blank">%s</a> a vytvorte novú aplikáciu';
25$lang['Fill out any required fields such as the application name and description'] = 'Rozšíriť požadované údaje ako názov aplikácie a popis';
26$lang['No registration required'] = 'Nie je potrebná registrácia';
27$lang['Based on OpenID'] = 'Na základe Open ID';
28$lang['Set <b>%1s</b> to <em>%2s</em>'] = 'Nastavte <b>%1s</b> na <em>%2s</em>';
29$lang['Select these APIs: <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Zvoľte v týchto rozhraniaach API: <b> Kontakty </b> ako <em> Čítanie </em> a <b> sociálne adresáre </ b> ako <em> Čítanie verejné </em>';
30$lang['Put your website domain in the <b>%1s</b> field. It must match with the current hostname: <em>%2s</em>'] = 'Dajte si doménu webových stránok do oblasti <b>%1s</b>. Tá sa musí zhodovať s aktuálnym názvom hostiteľa: <em>%2s</em>';
31$lang['Once the process is finished, click on the newly created project'] = 'Akonáhle je proces dokončený, kliknite na novo vytvorený projekt';
32$lang['Once the application is created, click <b>See application details</b>'] = 'Po vytvorení aplikácie kliknite na tlačidlo <b> Zobraziť detaily aplikácie </b>';
33$lang['On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>'] = 'Na <b> APIS a AUTH -> karte prihlasovacích údajov </b> kliknite na tlačidlo <b> Vytvoriť ID nového klienta</ b>';
34$lang['Go to the <b>Settings</b> tab after creating the app'] = 'Prejdite na kartu Nastavenie <b> </b> po vytvorení aplikácie';
35$lang['Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right'] = 'Prejdite na <b> Status & Review </b> a nastavte verejnú aplikáciu  kliknutím na veľké tlačidlo v pravom hornom rohu';
36$lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Prejdite na <b>Nastavenie -> Základné</b> a vyplňte kontaktný email';
37$lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Prejdite na <b>Nastavenie -> Voliteľné</b> a nastavte <b>Valid OAuth presmerovanie URI</b> na <em>%s</em>';
38$lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Prejdite na <b>API parametre</b> a nastavte <em>%s</em> na <b>presmerovanie URL</b>';
39$lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Zadajte <em>%1s</em> pre <b>%2s</b>';
40$lang['Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>'] = 'Kliknite na <b>Pridať platformu</b>, vyberte <b> webovú stránku </b> a nastavte <b> URL stránky </b> na <em>%s</ em>';
Note: See TracBrowser for help on using the repository browser.