9 lines
607 B
PHP
9 lines
607 B
PHP
<?php
|
|
|
|
$a->strings["Submit"] = "Enviar";
|
|
$a->strings["Tile Server URL"] = "URL del servidor, del mosaico de servidores";
|
|
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Una llista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\"> un mosaic de servidors públics</a>";
|
|
$a->strings["Default zoom"] = "Zoom per defecte";
|
|
$a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivell de zoom per defecte. (1: el món, 18: el més alt)";
|
|
$a->strings["Settings updated."] = "Ajustos actualitzats.";
|