PL translation update THX waldis

This commit is contained in:
Tobias Diekershoff 2018-04-08 11:11:54 +02:00
commit 81943290bc
10 changed files with 116 additions and 54 deletions

View file

@ -10,7 +10,7 @@ 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:38+0000\n"
"PO-Revision-Date: 2018-04-07 16:53+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
@ -433,35 +433,35 @@ msgstr "Dzień miesiąca"
#: common/wdcal_edit.inc.php:354
msgid "#num#th of each month"
msgstr ""
msgstr "#num#th każdego miesiąca"
#: common/wdcal_edit.inc.php:357
msgid "#num#th-last of each month"
msgstr ""
msgstr "#num#th-last każdego miesiąca"
#: common/wdcal_edit.inc.php:360
msgid "#num#th #wkday# of each month"
msgstr ""
msgstr "#num#th #wkday# każdego miesiąca"
#: common/wdcal_edit.inc.php:363
msgid "#num#th-last #wkday# of each month"
msgstr ""
msgstr "#num#th-last #wkday# każdego miesiąca"
#: common/wdcal_edit.inc.php:377
msgid "#num#th of the given month"
msgstr ""
msgstr "#num#th danego miesiąca"
#: common/wdcal_edit.inc.php:380
msgid "#num#th-last of the given month"
msgstr ""
msgstr "#num#th-last danego miesiąca"
#: common/wdcal_edit.inc.php:383
msgid "#num#th #wkday# of the given month"
msgstr ""
msgstr "#num#th #wkday# danego miesiąca"
#: common/wdcal_edit.inc.php:386
msgid "#num#th-last #wkday# of the given month"
msgstr ""
msgstr "#num#th-last #wkday# danego miesiąca"
#: common/wdcal_edit.inc.php:413
msgid "Repeat until"

View file

@ -103,14 +103,14 @@ $a->strings["Friday"] = "Piątek";
$a->strings["Saturday"] = "Sobota";
$a->strings["First day of week:"] = "Pierwszy dzień tygodnia:";
$a->strings["Day of month"] = "Dzień miesiąca";
$a->strings["#num#th of each month"] = "";
$a->strings["#num#th-last of each month"] = "";
$a->strings["#num#th #wkday# of each month"] = "";
$a->strings["#num#th-last #wkday# of each month"] = "";
$a->strings["#num#th of the given month"] = "";
$a->strings["#num#th-last of the given month"] = "";
$a->strings["#num#th #wkday# of the given month"] = "";
$a->strings["#num#th-last #wkday# of the given month"] = "";
$a->strings["#num#th of each month"] = "#num#th każdego miesiąca";
$a->strings["#num#th-last of each month"] = "#num#th-last każdego miesiąca";
$a->strings["#num#th #wkday# of each month"] = "#num#th #wkday# każdego miesiąca";
$a->strings["#num#th-last #wkday# of each month"] = "#num#th-last #wkday# każdego miesiąca";
$a->strings["#num#th of the given month"] = "#num#th danego miesiąca";
$a->strings["#num#th-last of the given month"] = "#num#th-last danego miesiąca";
$a->strings["#num#th #wkday# of the given month"] = "#num#th #wkday# danego miesiąca";
$a->strings["#num#th-last #wkday# of the given month"] = "#num#th-last #wkday# danego miesiąca";
$a->strings["Repeat until"] = "Powtarzaj aż do";
$a->strings["Infinite"] = "Nieograniczony";
$a->strings["Until the following date"] = "Do następnego dnia";