mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
PL translation updates THX strebski
This commit is contained in:
parent
2387e7d11b
commit
4778cc4be7
26 changed files with 121 additions and 76 deletions
|
@ -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"
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue