]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / wppost / 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["Post to Wordpress"] = "Příspěvky do WordPress";
9 $a->strings["Wordpress Export"] = "Wordpress Export";
10 $a->strings["Enable WordPress Post Plugin"] = "Povolit rozšíření na WordPress";
11 $a->strings["WordPress username"] = "WordPress uživatelské jméno";
12 $a->strings["WordPress password"] = "WordPress heslo";
13 $a->strings["WordPress API URL"] = "URL adresa API WordPress";
14 $a->strings["Post to WordPress by default"] = "standardně posílat příspěvky na WordPress";
15 $a->strings["Provide a backlink to the Friendica post"] = "Poskytuje zpětný link na Friendica příspěvek";
16 $a->strings["Don't post messages that are too short"] = "Neposílat zprávy, které jsou příliš krátké";
17 $a->strings["Save Settings"] = "Uložit Nastavení";
18 $a->strings["Post from Friendica"] = "Příspěvek z Friendica";
19 $a->strings["Read the original post and comment stream on Friendica"] = "Přečíst si originální příspěvek a komentáře na Friendica";