mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-12 09:52:59 +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
|
@ -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