X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=geonames%2Flang%2Fru%2Fstrings.php;h=7269f50c30763df1c164b103df00031496a5f7cc;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=7c1c6833bfbf7f906616e485599110ad6cd9a3cb;hpb=887fcdbd3ec866d808afc4899a67915b8d5f2b19;p=friendica-addons.git diff --git a/geonames/lang/ru/strings.php b/geonames/lang/ru/strings.php index 7c1c6833..7269f50c 100644 --- a/geonames/lang/ru/strings.php +++ b/geonames/lang/ru/strings.php @@ -1,6 +1,11 @@ -strings["Geonames settings updated."] = ""; -$a->strings["Geonames Settings"] = ""; -$a->strings["Enable Geonames Plugin"] = "Включить Geonames плагин"; -$a->strings["Submit"] = "Подтвердить"; +=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; } +}} +$a->strings['Geonames settings updated.'] = 'Настройки Geonames обновлены.'; +$a->strings['Geonames Settings'] = 'Настройки Geonames'; +$a->strings['Enable Geonames Addon'] = 'Включить аддон Geonames'; +$a->strings['Submit'] = 'Добавить';