mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
ifttt addon ES translation added THX Senex Petrovic
This commit is contained in:
parent
57531318a6
commit
bb0221f48f
2 changed files with 72 additions and 0 deletions
14
ifttt/lang/es/strings.php
Normal file
14
ifttt/lang/es/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue