]> git.mxchange.org Git - friendica-addons.git/blobdiff - geonames/lang/cs/strings.php
Merge pull request #1076 from tobiasd/20210201-lngCmessages
[friendica-addons.git] / geonames / lang / cs / strings.php
index a4abe2dafcb3fabac023b6d4630c24fed41379c0..78a3221ec44f15c5ef5f5c08b5d02a801841d1f9 100644 (file)
@@ -1,2 +1,12 @@
 <?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["Geonames settings updated."] = "Nastavení Geonames aktualizována.";
+$a->strings["Geonames Settings"] = "Nastavení Geonames";
+$a->strings["Enable Geonames Addon"] = "Povolit doplněk Geonames";
+$a->strings["Submit"] = "Odeslat";