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

@ -0,0 +1,12 @@
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["WindowsPhonePush settings updated."] = "Ajustes de WindowsPhonePush actualizados.";
$a->strings["WindowsPhonePush Settings"] = "Ajustes de WindowsPhonePush";
$a->strings["Enable WindowsPhonePush Plugin"] = "Habilitar Plugin de WindowsPhonePush";
$a->strings["Push text of new item"] = "Empujar texto de nuevo objeto";
$a->strings["Save Settings"] = "Guardar Ajustes";