From bb0221f48ff8091e08b6402f231e3be93550267f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 2 Apr 2021 08:42:47 +0200 Subject: [PATCH] ifttt addon ES translation added THX Senex Petrovic --- ifttt/lang/es/messages.po | 58 +++++++++++++++++++++++++++++++++++++++ ifttt/lang/es/strings.php | 14 ++++++++++ 2 files changed, 72 insertions(+) create mode 100644 ifttt/lang/es/messages.po create mode 100644 ifttt/lang/es/strings.php diff --git a/ifttt/lang/es/messages.po b/ifttt/lang/es/messages.po new file mode 100644 index 00000000..cd45ebb8 --- /dev/null +++ b/ifttt/lang/es/messages.po @@ -0,0 +1,58 @@ +# ADDON ifttt +# Copyright (C) +# This file is distributed under the same license as the Friendica ifttt addon package. +# +# +# Translators: +# Senex Petrovic , 2021 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2017-11-27 10:37+0000\n" +"Last-Translator: Senex Petrovic , 2021\n" +"Language-Team: Spanish (https://www.transifex.com/Friendica/teams/12172/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ifttt.php:50 ifttt.php:54 +msgid "IFTTT Mirror" +msgstr "IFTTT Espejo" + +#: ifttt.php:58 +msgid "" +"Create an account at IFTTT. Create " +"three Facebook recipes that are connected with Maker (In the form \"if Facebook then " +"Maker\") with the following parameters:" +msgstr "" +"Crea una cuenta en IFTTT. Crea tres " +"recetas de Facebook que estén conectadas con Fabricante (En el formulario \"si " +"Facebook, entonces Maker\") con los siguientes parámetros:" + +#: ifttt.php:65 +msgid "Body for \"new status message\"" +msgstr "Cuerpo de \"Nuevo mensaje de estatus\"" + +#: ifttt.php:67 +msgid "Body for \"new photo upload\"" +msgstr "Cuerpo de \"nueva foto a subir\"" + +#: ifttt.php:69 +msgid "Body for \"new link post\"" +msgstr "Cuerpo de \"Nuevo vinculo de artículo\"" + +#: ifttt.php:74 +msgid "Generate new key" +msgstr "Generar clave nueva" + +#: ifttt.php:78 +msgid "Save Settings" +msgstr "Guardar ajustes" diff --git a/ifttt/lang/es/strings.php b/ifttt/lang/es/strings.php new file mode 100644 index 00000000..55581c95 --- /dev/null +++ b/ifttt/lang/es/strings.php @@ -0,0 +1,14 @@ +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";