ES translations THX Albert

This commit is contained in:
Tobias Diekershoff 2016-11-17 07:38:41 +01:00
parent 54cd1d998c
commit 0771c0566f
15 changed files with 594 additions and 241 deletions

View file

@ -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";