From c4ac87f5ac3bf9304b250ca8d1ceb015b17597c0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 12 Jun 2018 16:04:36 +0200 Subject: [PATCH] updated CS translation of the ifttt addon THX Aditoo --- ifttt/lang/cs/messages.po | 14 +++++++++----- ifttt/lang/cs/strings.php | 10 +++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ifttt/lang/cs/messages.po b/ifttt/lang/cs/messages.po index f06386a8..eeaf9a3b 100644 --- a/ifttt/lang/cs/messages.po +++ b/ifttt/lang/cs/messages.po @@ -10,7 +10,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-11-27 09:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Lorem Ipsum , 2018\n" +"Last-Translator: Aditoo, 2018\n" "Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,22 +29,26 @@ msgid "" "href=\"https://ifttt.com/maker\">Maker (In the form \"if Facebook then " "Maker\") with the following parameters:" msgstr "" +"Vytvořte si účet na IFTTT. Vytvořte si " +"tři recepty na Facebooku, které jsou připojeny k Makeru (ve formě \"If Facebook then " +"Maker\") s následujícími parametry:" #: ifttt.php:68 msgid "Body for \"new status message\"" -msgstr "" +msgstr "Tělo pole \"nová statusová zpráva\"" #: ifttt.php:70 msgid "Body for \"new photo upload\"" -msgstr "" +msgstr "Tělo pole \"nová nahraná fotografie\"" #: ifttt.php:72 msgid "Body for \"new link post\"" -msgstr "" +msgstr "Tělo pole \"nový příspěvek\"" #: ifttt.php:77 msgid "Generate new key" -msgstr "" +msgstr "Generovat nový klíč" #: ifttt.php:81 msgid "Save Settings" diff --git a/ifttt/lang/cs/strings.php b/ifttt/lang/cs/strings.php index ed1e2c4c..45587f39 100644 --- a/ifttt/lang/cs/strings.php +++ b/ifttt/lang/cs/strings.php @@ -7,9 +7,9 @@ function string_plural_select_cs($n){ }} ; $a->strings["IFTTT Mirror"] = "Zrcadlení IFTTT"; -$a->strings["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:"] = ""; -$a->strings["Body for \"new status message\""] = ""; -$a->strings["Body for \"new photo upload\""] = ""; -$a->strings["Body for \"new link post\""] = ""; -$a->strings["Generate new key"] = ""; +$a->strings["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:"] = "Vytvořte si účet na IFTTT. Vytvořte si tři recepty na Facebooku, které jsou připojeny k Makeru (ve formě \"If Facebook then Maker\") s následujícími parametry:"; +$a->strings["Body for \"new status message\""] = "Tělo pole \"nová statusová zpráva\""; +$a->strings["Body for \"new photo upload\""] = "Tělo pole \"nová nahraná fotografie\""; +$a->strings["Body for \"new link post\""] = "Tělo pole \"nový příspěvek\""; +$a->strings["Generate new key"] = "Generovat nový klíč"; $a->strings["Save Settings"] = "Uložit nastavení";