9 lines
447 B
PHP
9 lines
447 B
PHP
<?php
|
|
|
|
$a->strings["Submit"] = "Enviar";
|
|
$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"] = "Zoom padrão";
|
|
$a->strings["The default zoom level. (1:world, 18:highest)"] = "O nível padrão de zoom. (1:mundo, 18:máximo) ";
|
|
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
|