PL translation updates THX strebski

This commit is contained in:
Tobias Diekershoff 2022-03-17 19:09:32 +01:00
parent 2387e7d11b
commit 4778cc4be7
No known key found for this signature in database
GPG key ID: 25FE376FF17694A1
26 changed files with 121 additions and 76 deletions

View file

@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \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"
"PO-Revision-Date: 2014-06-23 12:58+0000\n"
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\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"
@ -30,11 +30,11 @@ msgstr "Zapisz ustawienia"
#: tumblr.php:71
msgid "Consumer Key"
msgstr ""
msgstr "Klucz klienta"
#: tumblr.php:72
msgid "Consumer Secret"
msgstr ""
msgstr "Tajny klucz klienta"
#: tumblr.php:177
msgid "You are now authenticated to tumblr."
@ -70,4 +70,4 @@ msgstr "Wyślij domyślnie do Tumblr"
#: tumblr.php:244
msgid "Tumblr Export"
msgstr ""
msgstr "Eksportuj do Tumblr"

View file

@ -7,6 +7,8 @@ function string_plural_select_pl($n){
}}
$a->strings['Permission denied.'] = 'Odmowa dostępu.';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['Consumer Key'] = 'Klucz klienta';
$a->strings['Consumer Secret'] = 'Tajny klucz klienta';
$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';
@ -15,3 +17,4 @@ $a->strings['(Re-)Authenticate your tumblr page'] = '(Re-) Uwierzytelnij swoją
$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['Tumblr Export'] = 'Eksportuj do Tumblr';