]> git.mxchange.org Git - friendica-addons.git/blob - tumblr/lang/cs/strings.php
[markdown] Escape mentions which username can contain Markdown-like syntax
[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         $n = intval($n);
6         return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
7 }}
8 ;
9 $a->strings["Permission denied."] = "Přístup odmítnut.";
10 $a->strings["You are now authenticated to tumblr."] = "Nyní jste přihlášen k tumblr.";
11 $a->strings["return to the connector page"] = "návrat ke stránce konektor";
12 $a->strings["Post to Tumblr"] = "Příspěvek na Tumbir";
13 $a->strings["Tumblr Post Settings"] = "Nastavení Tumblr Post";
14 $a->strings["(Re-)Authenticate your tumblr page"] = "(Znovu) přihlásit k Vaší tumblr stránce";
15 $a->strings["Enable Tumblr Post Addon"] = "Povolit doplněk Tumblr Post";
16 $a->strings["Post to Tumblr by default"] = "Standardně posílat příspěvky na Tumbir";
17 $a->strings["Post to page:"] = "Příspěvek ke stránce:";
18 $a->strings["You are not authenticated to tumblr"] = "Nyní nejste přihlášen k tumblr.";
19 $a->strings["Submit"] = "Odeslat";