friendica-addons/openstreetmap/lang/es/strings.php

9 lines
577 B
PHP
Raw Normal View History

2013-02-27 15:38:30 +01:00
<?php
$a->strings["Submit"] = "Envíar";
$a->strings["Tile Server URL"] = "Dirección del servidor";
2013-02-27 16:22:24 +01:00
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Un listado de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servidores públicos</a>";
2013-02-27 15:38:30 +01:00
$a->strings["Default zoom"] = "Zoom por defecto";
$a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivel de zoom predeterminado. (1:mínimo, 18:máximo)";
$a->strings["Settings updated."] = "Configuración actualizada.";