X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=openstreetmap%2Flang%2Fit%2Fstrings.php;h=f85b520bfe1ec3901e4490eb017c365995c9f270;hb=19d87939ba3585df05c94daf8f1b90c2df784254;hp=538081bf640cb93eb0e395e03ea016d12a709c7b;hpb=b141c2cff1c59f0002e925a99a400beceadcb5eb;p=friendica-addons.git diff --git a/openstreetmap/lang/it/strings.php b/openstreetmap/lang/it/strings.php index 538081bf..f85b520b 100644 --- a/openstreetmap/lang/it/strings.php +++ b/openstreetmap/lang/it/strings.php @@ -5,10 +5,9 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Map"] = ""; -$a->strings["Save Settings"] = ""; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of public tile servers"] = ""; -$a->strings["Default zoom"] = ""; -$a->strings["The default zoom level. (1:world, 18:highest)"] = ""; -$a->strings["Settings updated."] = ""; +$a->strings["Submit"] = "Invia"; +$a->strings["Tile Server URL"] = "Indirizzo del server dei tasselli"; +$a->strings["A list of public tile servers"] = "Lista dei server dei tasselli pubblici"; +$a->strings["Default zoom"] = "Zoom predefinito"; +$a->strings["The default zoom level. (1:world, 18:highest)"] = "Il livello di zoom predefinito (1:Mondo, 18:il massimo)"; +$a->strings["Settings updated."] = "Impostazioni aggiornate.";