PL translation update THX strebski
This commit is contained in:
parent
ba94368482
commit
ed96e0a2f6
107 changed files with 1290 additions and 1501 deletions
|
@ -4,14 +4,14 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
|
||||
# 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:01+0000\n"
|
||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
||||
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
|
||||
"PO-Revision-Date: 2021-12-22 16:24+0000\n"
|
||||
"Last-Translator: Transifex Bot <>\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,36 +19,28 @@ 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"
|
||||
|
||||
#: qcomment.php:51
|
||||
#: qcomment.php:45
|
||||
msgid ":-)"
|
||||
msgstr ":-)"
|
||||
|
||||
#: qcomment.php:51
|
||||
#: qcomment.php:45
|
||||
msgid ":-("
|
||||
msgstr ":-("
|
||||
|
||||
#: qcomment.php:51
|
||||
#: qcomment.php:45
|
||||
msgid "lol"
|
||||
msgstr "lol"
|
||||
|
||||
#: qcomment.php:54
|
||||
msgid "Quick Comment Settings"
|
||||
msgstr "Ustawienia szybkiego komentowania"
|
||||
|
||||
#: qcomment.php:56
|
||||
#: qcomment.php:49
|
||||
msgid ""
|
||||
"Quick comments are found near comment boxes, sometimes hidden. Click them to"
|
||||
" provide simple replies."
|
||||
msgstr "Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi."
|
||||
|
||||
#: qcomment.php:57
|
||||
#: qcomment.php:50
|
||||
msgid "Enter quick comments, one per line"
|
||||
msgstr ""
|
||||
msgstr "Wprowadź szybkie komentarze, po jednym w wierszu"
|
||||
|
||||
#: qcomment.php:61
|
||||
msgid "Submit"
|
||||
msgstr "Wyślij"
|
||||
|
||||
#: qcomment.php:75
|
||||
msgid "Quick Comment settings saved."
|
||||
msgstr "Zapisano szybkie ustawienia komentarzy."
|
||||
#: qcomment.php:55
|
||||
msgid "Quick Comment Settings"
|
||||
msgstr "Ustawienia szybkiego komentowania"
|
||||
|
|
|
@ -8,7 +8,6 @@ function string_plural_select_pl($n){
|
|||
$a->strings[':-)'] = ':-)';
|
||||
$a->strings[':-('] = ':-(';
|
||||
$a->strings['lol'] = 'lol';
|
||||
$a->strings['Quick Comment Settings'] = 'Ustawienia szybkiego komentowania';
|
||||
$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Szybkie komentarze znajdują się w pobliżu pól komentarza, czasami są ukryte. Kliknij je, aby zapewnić proste odpowiedzi.';
|
||||
$a->strings['Submit'] = 'Wyślij';
|
||||
$a->strings['Quick Comment settings saved.'] = 'Zapisano szybkie ustawienia komentarzy.';
|
||||
$a->strings['Enter quick comments, one per line'] = 'Wprowadź szybkie komentarze, po jednym w wierszu';
|
||||
$a->strings['Quick Comment Settings'] = 'Ustawienia szybkiego komentowania';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue