Merge branch 'patch-1' into 'dev'
NL strings: fix simple error See merge request hubzilla/core!1221
This commit is contained in:
commit
e4f15c078a
@ -8378,7 +8378,7 @@ msgstr "Afleveringsrapport"
|
||||
msgid "%d comment"
|
||||
msgid_plural "%d comments"
|
||||
msgstr[0] "%d reactie"
|
||||
msgstr[1] "%d reacties getoond"
|
||||
msgstr[1] "%d reacties"
|
||||
|
||||
#: ../../Zotlabs/Lib/ThreadItem.php:343 ../../Zotlabs/Lib/ThreadItem.php:344
|
||||
#, php-format
|
||||
|
@ -1816,7 +1816,7 @@ App::$strings["share"] = "delen";
|
||||
App::$strings["Delivery Report"] = "Afleveringsrapport";
|
||||
App::$strings["%d comment"] = array(
|
||||
0 => "%d reactie",
|
||||
1 => "%d reacties getoond",
|
||||
1 => "%d reacties",
|
||||
);
|
||||
App::$strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s";
|
||||
App::$strings["to"] = "aan";
|
||||
|
Reference in New Issue
Block a user