mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
ES translations THX Albert
This commit is contained in:
parent
54cd1d998c
commit
0771c0566f
15 changed files with 594 additions and 241 deletions
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Geonames settings updated."] = "Configuración de Geonames actualizada.";
|
||||
$a->strings["Geonames Settings"] = "Configuración de Geonames";
|
||||
$a->strings["Enable Geonames Plugin"] = "Activar el complemento de nombres geográficos Geonames";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Geonames settings updated."] = "Ajustes de geonombres actualizados.";
|
||||
$a->strings["Geonames Settings"] = "Ajustes de Geonombres";
|
||||
$a->strings["Enable Geonames Plugin"] = "Habilitar Plugin de Geonombres";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue