]> git.mxchange.org Git - friendica-addons.git/blobdiff - snautofollow/lang/cs/strings.php
Additional work for PR 3778
[friendica-addons.git] / snautofollow / lang / cs / strings.php
index f293b65a7c577351ba2b6e647e56e88a1c4e1e6c..144b8d8e1873361c99835efe8084e630bcf69828 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["StatusNet AutoFollow settings updated."] = "Nastavení automatického následování na StatusNet  aktualizováno.";\r
-$a->strings["StatusNet AutoFollow Settings"] = "Nastavení StatusNet automatického následování (AutoFollow)";\r
-$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automaticky následovat jakékoliv StatusNet následníky/přispivatele";\r
-$a->strings["Submit"] = "Odeslat";\r
+<?php
+
+if(! function_exists("string_plural_select_cs")) {
+function string_plural_select_cs($n){
+       return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["StatusNet AutoFollow settings updated."] = "Nastavení automatického následování na StatusNet  aktualizováno.";
+$a->strings["StatusNet AutoFollow"] = "Nastavení StatusNet automatického následování (AutoFollow)";
+$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automaticky následovat jakékoliv StatusNet následníky/přispivatele";
+$a->strings["Save Settings"] = "Uložit Nastavení";