translation updates NL, PL, FI and IT

This commit is contained in:
Tobias Diekershoff 2018-04-20 08:32:40 +02:00
parent db8253ef6d
commit 227ad8f23b
40 changed files with 269 additions and 111 deletions

View file

@ -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";