mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
IS translation openstreetmap addon THX Sveinn í Felli
This commit is contained in:
parent
6e8f7d78b8
commit
2e88375ec7
2 changed files with 60 additions and 8 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue