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

@ -4,14 +4,15 @@
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
# Piotr Strębski <strebski@gmail.com>, 2022
# Waldemar Stoczkowski, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-03-31 20:13+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2022-03-08 14:31+0000\n"
"Last-Translator: Piotr Strębski <strebski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,46 +20,54 @@ 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"
#: tumblr.php:34
#: tumblr.php:39
msgid "Permission denied."
msgstr "Odmowa dostępu."
#: tumblr.php:144
#: tumblr.php:69
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: tumblr.php:71
msgid "Consumer Key"
msgstr ""
#: tumblr.php:72
msgid "Consumer Secret"
msgstr ""
#: tumblr.php:177
msgid "You are now authenticated to tumblr."
msgstr "Jesteś teraz uwierzytelniony na tumblr."
#: tumblr.php:145
#: tumblr.php:178
msgid "return to the connector page"
msgstr "powrót do strony łącza"
#: tumblr.php:158
#: tumblr.php:194
msgid "Post to Tumblr"
msgstr "Opublikuj w Tumblr"
#: tumblr.php:185
msgid "Tumblr Post Settings"
msgstr "Ustawienia Postów Tumblr"
#: tumblr.php:188
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Re-) Uwierzytelnij swoją stronę tumblr"
#: tumblr.php:192
msgid "Enable Tumblr Post Addon"
msgstr "Włącz dodatek Tumblr"
#: tumblr.php:197
msgid "Post to Tumblr by default"
msgstr "Wyślij domyślnie do Tumblr"
#: tumblr.php:217
#: tumblr.php:225
msgid "Post to page:"
msgstr "Opublikuj na stronie:"
#: tumblr.php:228
#: tumblr.php:231
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Re-) Uwierzytelnij swoją stronę tumblr"
#: tumblr.php:232
msgid "You are not authenticated to tumblr"
msgstr "Nie jesteś uwierzytelniony w tumblr"
#: tumblr.php:233
msgid "Submit"
msgstr "Wyślij"
#: tumblr.php:237
msgid "Enable Tumblr Post Addon"
msgstr "Włącz dodatek Tumblr"
#: tumblr.php:238
msgid "Post to Tumblr by default"
msgstr "Wyślij domyślnie do Tumblr"
#: tumblr.php:244
msgid "Tumblr Export"
msgstr ""

View file

@ -6,13 +6,12 @@ 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['Permission denied.'] = 'Odmowa dostępu.';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['You are now authenticated to tumblr.'] = 'Jesteś teraz uwierzytelniony na tumblr.';
$a->strings['return to the connector page'] = 'powrót do strony łącza';
$a->strings['Post to Tumblr'] = 'Opublikuj w Tumblr';
$a->strings['Tumblr Post Settings'] = 'Ustawienia Postów Tumblr';
$a->strings['Post to page:'] = 'Opublikuj na stronie:';
$a->strings['(Re-)Authenticate your tumblr page'] = '(Re-) Uwierzytelnij swoją stronę tumblr';
$a->strings['You are not authenticated to tumblr'] = 'Nie jesteś uwierzytelniony w tumblr';
$a->strings['Enable Tumblr Post Addon'] = 'Włącz dodatek Tumblr';
$a->strings['Post to Tumblr by default'] = 'Wyślij domyślnie do Tumblr';
$a->strings['Post to page:'] = 'Opublikuj na stronie:';
$a->strings['You are not authenticated to tumblr'] = 'Nie jesteś uwierzytelniony w tumblr';
$a->strings['Submit'] = 'Wyślij';