IS translation openstreetmap addon THX Sveinn í Felli

This commit is contained in:
Tobias Diekershoff 2018-05-25 10:27:12 +02:00
parent 6e8f7d78b8
commit 2e88375ec7
2 changed files with 60 additions and 8 deletions

View file

@ -1,8 +1,14 @@
<?php
$a->strings["Submit"] = "Senda inn";
$a->strings["Tile Server URL"] = "";
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
$a->strings["Default zoom"] = "Sjálfgefin þysjun";
$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefna þysjunar sig. (1:heimur, 18:mest)";
$a->strings["Settings updated."] = "Stillingar uppfærðar";
<?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["Submit"] = "Senda inn";
$a->strings["Tile Server URL"] = "Slóð á kortaflísamiðlara";
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Listi yfir <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">opinbera kortaflísamiðlara</a>";
$a->strings["Default zoom"] = "Sjálfgefinn aðdráttur";
$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)";
$a->strings["Settings updated."] = "Stillingar uppfærðar.";