mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
ES update to the translations THX Alberto Díaz
This commit is contained in:
parent
0417e2ef07
commit
1d100905a2
8 changed files with 263 additions and 32 deletions
|
@ -1,8 +1,13 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["Tile Server URL"] = "Dirección del servidor";
|
||||
$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>";
|
||||
$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.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Tile Server URL"] = "URL del mosaico de servidor";
|
||||
$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>";
|
||||
$a->strings["Default zoom"] = "Zoom por defecto";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "El nivel por defecto de zoom. (1:world, 18:highest)";
|
||||
$a->strings["Settings updated."] = "Ajustes actualizados";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue