Changeset 29166 for extensions
- Timestamp:
- Aug 4, 2014, 6:27:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/language/sk_SK/help.lang.php
r26628 r29166 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 $lang['Set <b>%s</b> to <em>%s</em>'] = 'Nastaviť <b>%s</b> do <em>%s</em>';24 $lang['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = 'Dať Vašu doménu webstránky do poľa %s';25 $lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = 'Poskytnutie tejto URL ako Callback/Redirect URL pre Vašu aplikáciu: <em>%s</em>';26 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'; 27 $lang['Once the application is registered update the permissions : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Akonáhle aplikácia zaregistruje aktualizáciu prístupov : nastavte <b>Contacts</b> ako <em>Read</em> a <b>Social Directory</b> ako <em>Read Public</em>';28 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'; 29 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'; 30 $lang['On the <b>APIs & auth -> Credentials</b> tab, <b>Create new client ID</b>'] = 'Na <b>APIs & auth -> Credentials</b> tab, <b>Vytvoriť nové ID klienta</b>';31 $lang['Go to <b>Settings->Advanced</b> and activate <em>Client OAuth Login</em>'] = 'Ísť na <b>Nastavenia->Rozšírené</b> a aktivovať <em>Client OAuth Login</em>';32 26 $lang['No registration required'] = 'Nie je potrebná registrácia'; 33 27 $lang['Based on OpenID'] = 'Na základe Open ID'; 34 ?> 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 TracChangeset
for help on using the changeset viewer.