ifttt addon ES translation added THX Senex Petrovic

This commit is contained in:
Tobias Diekershoff 2021-04-02 08:42:47 +02:00
parent 57531318a6
commit bb0221f48f
2 changed files with 72 additions and 0 deletions

14
ifttt/lang/es/strings.php Normal file
View file

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["IFTTT Mirror"] = "IFTTT Espejo";
$a->strings["Body for \"new status message\""] = "Cuerpo de \"Nuevo mensaje de estatus\"";
$a->strings["Body for \"new photo upload\""] = "Cuerpo de \"nueva foto a subir\"";
$a->strings["Body for \"new link post\""] = "Cuerpo de \"Nuevo vinculo de artículo\"";
$a->strings["Generate new key"] = "Generar clave nueva";
$a->strings["Save Settings"] = "Guardar ajustes";