]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/lang/cs/strings.php
cookienotice addon FR translation updated THX bob lebonche
[friendica-addons.git] / dwpost / lang / cs / strings.php
index e01db0d18ed6e79db6ed0f944d749179a386c279..87e4468cefc224061b68decfa5b9130b6985803d 100644 (file)
@@ -1,9 +1,15 @@
-<?php\r
-\r
-$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";\r
-$a->strings["Dreamwidth Post Settings"] = "Nastavení Dreamwidth  příspěvků";\r
-$a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin";\r
-$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";\r
-$a->strings["dreamwidth password"] = "dreamwidth heslo";\r
-$a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth";\r
-$a->strings["Submit"] = "Odeslat";\r
+<?php
+
+if(! function_exists("string_plural_select_cs")) {
+function string_plural_select_cs($n){
+       $n = intval($n);
+       if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else  { return 3; }
+}}
+;
+$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";
+$a->strings["Dreamwidth Post Settings"] = "Nastavení Dreamwidth Post";
+$a->strings["Enable dreamwidth Post Addon"] = "Povolit doplněk Dreamwidth Post";
+$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";
+$a->strings["dreamwidth password"] = "dreamwidth heslo";
+$a->strings["Post to dreamwidth by default"] = "Ve výchozím stavu posílat na dreamwidth";
+$a->strings["Submit"] = "Odeslat";