ES update to the translations THX Alberto Díaz

This commit is contained in:
Tobias Diekershoff 2016-10-13 07:21:34 +02:00
parent 0417e2ef07
commit 1d100905a2
8 changed files with 263 additions and 32 deletions

View file

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