IS translation geonames addon THX Sveinn í Felli

This commit is contained in:
Tobias Diekershoff 2018-05-25 10:49:10 +02:00
parent fe4787b35d
commit 3c2f867d12
2 changed files with 48 additions and 6 deletions

View file

@ -1,6 +1,12 @@
<?php
$a->strings["Geonames settings updated."] = "";
$a->strings["Geonames Settings"] = "";
$a->strings["Enable Geonames Addon"] = "";
$a->strings["Submit"] = "Senda inn";
<?php
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
return ($n % 10 != 1 || $n % 100 == 11);;
}}
;
$a->strings["Geonames settings updated."] = "";
$a->strings["Geonames Settings"] = "";
$a->strings["Enable Geonames Addon"] = "";
$a->strings["Submit"] = "Senda inn";