9 lines
385 B
PHP
9 lines
385 B
PHP
<?php
|
|
|
|
$a->strings["Submit"] = "Invia";
|
|
$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"] = "Default zoom";
|
|
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
|
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|