]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/is/strings.php
superblock EN-GB translation THX AndyH3
[friendica-addons.git] / openstreetmap / lang / is / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_is")) {
4 function string_plural_select_is($n){
5         $n = intval($n);
6         return ($n % 10 != 1 || $n % 100 == 11);;
7 }}
8 ;
9 $a->strings["Submit"] = "Senda inn";
10 $a->strings["Tile Server URL"] = "Slóð á kortaflísamiðlara";
11 $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>";
12 $a->strings["Default zoom"] = "Sjálfgefinn aðdráttur";
13 $a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefið aðdráttarstig. (1:heimur, 18:mest)";
14 $a->strings["Settings updated."] = "Stillingar uppfærðar.";