PL translation update THX strebski

This commit is contained in:
Tobias Diekershoff 2022-03-08 16:26:19 +01:00
parent ba94368482
commit ed96e0a2f6
No known key found for this signature in database
GPG key ID: 25FE376FF17694A1
107 changed files with 1290 additions and 1501 deletions

View file

@ -3,14 +3,17 @@
# This file is distributed under the same license as the Friendica ifttt addon package.
#
#
# Translators:
# Waldemar Stoczkowski, 2018
#
#, 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 <waldemar.stoczkowski@gmail.com>, 2018\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2017-11-27 10:37+0000\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"
@ -18,11 +21,7 @@ msgstr ""
"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
#: ifttt.php:52
msgid ""
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
"three Facebook recipes that are connected with <a "
@ -34,22 +33,34 @@ msgstr ""
"href=\"https://ifttt.com/maker\">Maker</a> (W formie \"jeśli Facebook "
"następnie Maker\") z następujących parametrów:"
#: ifttt.php:68
#: ifttt.php:53
msgid "URL"
msgstr ""
#: ifttt.php:54
msgid "Method"
msgstr ""
#: ifttt.php:55
msgid "Content Type"
msgstr ""
#: ifttt.php:56
msgid "Body for \"new status message\""
msgstr "Treść dla \"nowy status wiadomości\""
#: ifttt.php:70
#: ifttt.php:57
msgid "Body for \"new photo upload\""
msgstr "Treść dla \"nowe przesyłanie zdjęć\""
#: ifttt.php:72
#: ifttt.php:58
msgid "Body for \"new link post\""
msgstr "Treść dla \"nowe łącza postu\""
#: ifttt.php:77
#: ifttt.php:68
msgid "IFTTT Mirror"
msgstr "Lustro IFTTT"
#: ifttt.php:71
msgid "Generate new key"
msgstr "Wygeneruj nowy klucz"
#: ifttt.php:81
msgid "Save Settings"
msgstr "Zapisz ustawienia"

View file

@ -5,10 +5,9 @@ function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
$a->strings['IFTTT Mirror'] = 'Lustro IFTTT';
$a->strings['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Utwórz konto na <a href="http://www.ifttt.com">IFTTT</a>. Utwórz trzy przepisy na Facebooku, które są powiązane z <a href="https://ifttt.com/maker">Maker</a> (W formie "jeśli Facebook następnie Maker") z następujących parametrów:';
$a->strings['Body for "new status message"'] = 'Treść dla "nowy status wiadomości"';
$a->strings['Body for "new photo upload"'] = 'Treść dla "nowe przesyłanie zdjęć"';
$a->strings['Body for "new link post"'] = 'Treść dla "nowe łącza postu"';
$a->strings['IFTTT Mirror'] = 'Lustro IFTTT';
$a->strings['Generate new key'] = 'Wygeneruj nowy klucz';
$a->strings['Save Settings'] = 'Zapisz ustawienia';