IT update to the addon translations
[friendica-addons.git/.git] / openstreetmap / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Submit"] = "Invia";
9 $a->strings["Tile Server URL"] = "Indirizzo del server dei tasselli";
10 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Lista dei <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">server dei tasselli pubblici</a>";
11 $a->strings["Default zoom"] = "Zoom predefinito";
12 $a->strings["The default zoom level. (1:world, 18:highest)"] = "Il livello di zoom predefinito (1:Mondo, 18:il massimo)";
13 $a->strings["Settings updated."] = "Impostazioni aggiornate.";