]> git.mxchange.org Git - friendica-addons.git/blobdiff - geonames/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / geonames / lang / cs / strings.php
index 51a9b39d608d5f116bc319b2ee4427f027100cd0..ced15b32d1e6d281d5cf1fae4b255d1e606360b4 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Geonames settings updated."] = "Geonames nastavení aktualizováno.";\r
-$a->strings["Geonames Settings"] = "Nastavení Geonames";\r
-$a->strings["Enable Geonames Plugin"] = "Povolit Geonames rozšíření";\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["Geonames settings updated."] = "Geonames nastavení aktualizováno.";
+$a->strings["Geonames Settings"] = "Nastavení Geonames";
+$a->strings["Enable Geonames Plugin"] = "Povolit Geonames rozšíření";
+$a->strings["Save Settings"] = "Uložit Nastavení";