mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
translation updates NL, PL, FI and IT
This commit is contained in:
parent
db8253ef6d
commit
227ad8f23b
40 changed files with 269 additions and 111 deletions
|
@ -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-04-13 17:41+0000\n"
|
||||
"PO-Revision-Date: 2018-04-18 12:42+0000\n"
|
||||
"Last-Translator: Kris\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -429,39 +429,39 @@ msgstr "First day of the week:"
|
|||
|
||||
#: common/wdcal_edit.inc.php:350 common/wdcal_edit.inc.php:373
|
||||
msgid "Day of month"
|
||||
msgstr ""
|
||||
msgstr "Day of month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:354
|
||||
msgid "#num#th of each month"
|
||||
msgstr ""
|
||||
msgstr "#num#th of each month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:357
|
||||
msgid "#num#th-last of each month"
|
||||
msgstr ""
|
||||
msgstr "#num#th-last of each month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:360
|
||||
msgid "#num#th #wkday# of each month"
|
||||
msgstr ""
|
||||
msgstr "#num#th #wkday# of each month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:363
|
||||
msgid "#num#th-last #wkday# of each month"
|
||||
msgstr ""
|
||||
msgstr "#num#th-last #wkday# of each month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:377
|
||||
msgid "#num#th of the given month"
|
||||
msgstr ""
|
||||
msgstr "#num#th of the given month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:380
|
||||
msgid "#num#th-last of the given month"
|
||||
msgstr ""
|
||||
msgstr "#num#th-last of the given month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:383
|
||||
msgid "#num#th #wkday# of the given month"
|
||||
msgstr ""
|
||||
msgstr "#num#th #wkday# of the given month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:386
|
||||
msgid "#num#th-last #wkday# of the given month"
|
||||
msgstr ""
|
||||
msgstr "#num#th-last #wkday# of the given month"
|
||||
|
||||
#: common/wdcal_edit.inc.php:413
|
||||
msgid "Repeat until"
|
||||
|
|
|
@ -102,15 +102,15 @@ $a->strings["Thursday"] = "Thursday";
|
|||
$a->strings["Friday"] = "Friday";
|
||||
$a->strings["Saturday"] = "Saturday";
|
||||
$a->strings["First day of week:"] = "First day of the week:";
|
||||
$a->strings["Day of month"] = "";
|
||||
$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["Day of month"] = "Day of month";
|
||||
$a->strings["#num#th of each month"] = "#num#th of each month";
|
||||
$a->strings["#num#th-last of each month"] = "#num#th-last of each month";
|
||||
$a->strings["#num#th #wkday# of each month"] = "#num#th #wkday# of each month";
|
||||
$a->strings["#num#th-last #wkday# of each month"] = "#num#th-last #wkday# of each month";
|
||||
$a->strings["#num#th of the given month"] = "#num#th of the given month";
|
||||
$a->strings["#num#th-last of the given month"] = "#num#th-last of the given month";
|
||||
$a->strings["#num#th #wkday# of the given month"] = "#num#th #wkday# of the given month";
|
||||
$a->strings["#num#th-last #wkday# of the given month"] = "#num#th-last #wkday# of the given month";
|
||||
$a->strings["Repeat until"] = "Repeat until";
|
||||
$a->strings["Infinite"] = "Indefinite";
|
||||
$a->strings["Until the following date"] = "Until the following date";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue