]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/es/strings.php
ES update to the translations THX Alberto Díaz
[friendica-addons.git] / openstreetmap / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Submit"] = "Enviar";
9 $a->strings["Tile Server URL"] = "URL del mosaico de servidor";
10 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Una lista de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">mosaico de servidores públicos</a>";
11 $a->strings["Default zoom"] = "Zoom por defecto";
12 $a->strings["The default zoom level. (1:world, 18:highest)"] = "El nivel por defecto de zoom. (1:world, 18:highest)";
13 $a->strings["Settings updated."] = "Ajustes actualizados";