From 6e617bb60d1e1f6486ea63f4739d3405ff449f02 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 1 Apr 2018 19:17:14 +0200 Subject: [PATCH] added ifttt PL translation --- ifttt/lang/pl/messages.po | 55 +++++++++++++++++++++++++++++++++++++++ ifttt/lang/pl/strings.php | 14 ++++++++++ 2 files changed, 69 insertions(+) create mode 100644 ifttt/lang/pl/messages.po create mode 100644 ifttt/lang/pl/strings.php diff --git a/ifttt/lang/pl/messages.po b/ifttt/lang/pl/messages.po new file mode 100644 index 00000000..76191219 --- /dev/null +++ b/ifttt/lang/pl/messages.po @@ -0,0 +1,55 @@ +# ADDON ifttt +# Copyright (C) +# This file is distributed under the same license as the Friendica ifttt addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"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: Waldemar Stoczkowski , 2018\n" +"Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#: ifttt.php:53 ifttt.php:57 +msgid "IFTTT Mirror" +msgstr "Lustro IFTTT" + +#: ifttt.php:61 +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 "" +"Utwórz konto na IFTTT. Utwórz trzy " +"przepisy na Facebooku, które są powiązane z Maker (W formie \"jeśli Facebook " +"następnie Maker\") z następujących parametrów:" + +#: ifttt.php:68 +msgid "Body for \"new status message\"" +msgstr "Treść dla 'nowego statusu wiadomości'" + +#: ifttt.php:70 +msgid "Body for \"new photo upload\"" +msgstr "Treść dla 'nowego przesyłania zdjęć'" + +#: ifttt.php:72 +msgid "Body for \"new link post\"" +msgstr "Treść dla 'nowego łącza postu'" + +#: ifttt.php:77 +msgid "Generate new key" +msgstr "Wygeneruj nowy klucz" + +#: ifttt.php:81 +msgid "Save Settings" +msgstr "Zapisz ustawienia" diff --git a/ifttt/lang/pl/strings.php b/ifttt/lang/pl/strings.php new file mode 100644 index 00000000..4366a4e9 --- /dev/null +++ b/ifttt/lang/pl/strings.php @@ -0,0 +1,14 @@ +=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);; +}} +; +$a->strings["IFTTT Mirror"] = "Lustro 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:"] = "Utwórz konto na IFTTT. Utwórz trzy przepisy na Facebooku, które są powiązane z Maker (W formie \"jeśli Facebook następnie Maker\") z następujących parametrów:"; +$a->strings["Body for \"new status message\""] = "Treść dla 'nowego statusu wiadomości'"; +$a->strings["Body for \"new photo upload\""] = "Treść dla 'nowego przesyłania zdjęć'"; +$a->strings["Body for \"new link post\""] = "Treść dla 'nowego łącza postu'"; +$a->strings["Generate new key"] = "Wygeneruj nowy klucz"; +$a->strings["Save Settings"] = "Zapisz ustawienia";