]> git.mxchange.org Git - friendica-addons.git/blob - appnet/lang/cs/strings.php
4bc4542789f9aebcf577eb380927b0899e18a617
[friendica-addons.git] / appnet / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
6 }}
7 ;
8 $a->strings["Permission denied."] = "Přístup odmítnut.";
9 $a->strings["You are now authenticated to app.net. "] = "Nyní jste přihlášen k app.net.";
10 $a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Chyba v přenesení tokenu. Prosím zkuste to znovu.</p>";
11 $a->strings["return to the connector page"] = "návrat ke stránce konektor";
12 $a->strings["Post to app.net"] = "Poslat příspěvek na app.net";
13 $a->strings["App.net Export"] = "App.net Export";
14 $a->strings["Currently connected to: "] = "V současné době připojen k:";
15 $a->strings["Enable App.net Post Plugin"] = "Aktivovat App.net Post Plugin";
16 $a->strings["Post to App.net by default"] = "Defaultně poslat na App.net";
17 $a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu";
18 $a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Chyba v přenesení uživatelského profilu. Prosím zkuste smazat konfiguraci a zkusit to znovu.</p>";
19 $a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Máte nyní dvě možnosti jak se připojit k App.net.</p>";
20 $a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>První možnost: Registrovat svou žádost na <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> a zadat Client ID and Client Secret. ";
21 $a->strings["Use '%s' as Redirect URI<p>"] = "Použít '%s' jako URI pro přesměrování<p>";
22 $a->strings["Client ID"] = "Client ID";
23 $a->strings["Client Secret"] = "Client Secret";
24 $a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "<p>Druhá možnost: vložit token do <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. ";
25 $a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "Nastavte tyto rámce: 'Základní', 'Stream', 'Psaní příspěvků, 'Veřejné zprávy', 'Zprávy'.</p>";
26 $a->strings["Token"] = "Token";
27 $a->strings["Sign in using App.net"] = "Přihlásit se s použitím App.net";
28 $a->strings["Clear OAuth configuration"] = "Vymazat konfiguraci OAuth";
29 $a->strings["Save Settings"] = "Uložit Nastavení";