]> git.mxchange.org Git - friendica-addons.git/blob - tumblr/lang/cs/strings.php
43673188414eb3383f89d10eaeb2e16ab3592160
[friendica-addons.git] / tumblr / 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 tumblr."] = "Nyní jste přihlášen k tumblr.";
10 $a->strings["return to the connector page"] = "návrat ke stránce konektor";
11 $a->strings["Post to Tumblr"] = "Příspěvek na Tumbir";
12 $a->strings["Tumblr Export"] = "Tumbir export";
13 $a->strings["(Re-)Authenticate your tumblr page"] = "(Znovu) přihlásit k Vaší tumblr stránce";
14 $a->strings["Enable Tumblr Post Plugin"] = "Povolit rozšíření Tumbir";
15 $a->strings["Post to Tumblr by default"] = "Standardně posílat příspěvky na Tumbir";
16 $a->strings["Post to page:"] = "Příspěvek ke stránce:";
17 $a->strings["You are not authenticated to tumblr"] = "Nyní nejste přihlášen k tumblr.";
18 $a->strings["Save Settings"] = "Uložit Nastavení";