PL translation updates THX strebski
This commit is contained in:
parent
2387e7d11b
commit
4778cc4be7
26 changed files with 121 additions and 76 deletions
|
@ -5,6 +5,7 @@
|
|||
#
|
||||
# Translators:
|
||||
# Waldemar Stoczkowski, 2018
|
||||
# Piotr Strębski <strebski@gmail.com>, 2022
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
|
@ -13,7 +14,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: \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"
|
||||
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\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"
|
||||
|
@ -35,15 +36,15 @@ msgstr ""
|
|||
|
||||
#: ifttt.php:53
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
msgstr "URL"
|
||||
|
||||
#: ifttt.php:54
|
||||
msgid "Method"
|
||||
msgstr ""
|
||||
msgstr "Metoda"
|
||||
|
||||
#: ifttt.php:55
|
||||
msgid "Content Type"
|
||||
msgstr ""
|
||||
msgstr "Rodzaj treści"
|
||||
|
||||
#: ifttt.php:56
|
||||
msgid "Body for \"new status message\""
|
||||
|
|
|
@ -6,6 +6,9 @@ function string_plural_select_pl($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['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['URL'] = 'URL';
|
||||
$a->strings['Method'] = 'Metoda';
|
||||
$a->strings['Content Type'] = 'Rodzaj treści';
|
||||
$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"';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue