ES translation work - muchas gracias Albert

This commit is contained in:
Tobias Diekershoff 2016-11-20 06:26:42 +01:00
parent 3c56a3ee94
commit e99e660298
14 changed files with 475 additions and 48 deletions

View file

@ -1,5 +1,10 @@
<?php
$a->strings["Krynn Settings"] = "Configuración de Krynn";
$a->strings["Enable Krynn Plugin"] = "Activar el módulo de planetas Krynn";
$a->strings["Submit"] = "Envíar";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Krynn Settings"] = "Ajustes de Krynn";
$a->strings["Enable Krynn Plugin"] = "Habilitar Plugin de Krynn";
$a->strings["Submit"] = "Enviar";