]> git.mxchange.org Git - friendica-addons.git/blobdiff - geonames/lang/cs/strings.php
regenerated all the strings
[friendica-addons.git] / geonames / lang / cs / strings.php
index a4abe2dafcb3fabac023b6d4630c24fed41379c0..bab1bdffd342a3db2d232822ca3a05e28f3c8b5d 100644 (file)
@@ -1,2 +1,11 @@
 <?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';