ES update to the translations THX Athalbert

This commit is contained in:
Tobias Diekershoff 2016-10-11 08:35:46 +02:00
parent edc3b196e6
commit 71f988d1bf
14 changed files with 660 additions and 48 deletions

View file

@ -1,3 +1,8 @@
<?php
$a->strings["Report Bug"] = "Informe de errores";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Report Bug"] = "Reportar error";