fix 1 error in nl that somehow sneaked in
This commit is contained in:
parent
9c40071509
commit
c5123b59cc
@ -9,7 +9,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: Red Matrix\n"
|
"Project-Id-Version: Red Matrix\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-06-27 00:02-0700\n"
|
"POT-Creation-Date: 2014-06-27 00:02-0700\n"
|
||||||
"PO-Revision-Date: 2014-07-01 22:53+0000\n"
|
"PO-Revision-Date: 2014-07-01 23:06+0000\n"
|
||||||
"Last-Translator: jeroenpraat <>\n"
|
"Last-Translator: jeroenpraat <>\n"
|
||||||
"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n"
|
"Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -1353,7 +1353,7 @@ msgstr[1] "%d gemeenschappelijke connecties"
|
|||||||
|
|
||||||
#: ../../include/contact_widgets.php:130
|
#: ../../include/contact_widgets.php:130
|
||||||
msgid "show more"
|
msgid "show more"
|
||||||
msgstr "[+] meer reacties weergeven"
|
msgstr "meer connecties weergeven"
|
||||||
|
|
||||||
#: ../../include/event.php:326
|
#: ../../include/event.php:326
|
||||||
msgid "This event has been added to your calendar."
|
msgid "This event has been added to your calendar."
|
||||||
|
@ -312,7 +312,7 @@ $a->strings["%d connection in common"] = array(
|
|||||||
0 => "%d gemeenschappelijke connectie",
|
0 => "%d gemeenschappelijke connectie",
|
||||||
1 => "%d gemeenschappelijke connecties",
|
1 => "%d gemeenschappelijke connecties",
|
||||||
);
|
);
|
||||||
$a->strings["show more"] = "[+] meer reacties weergeven";
|
$a->strings["show more"] = "meer connecties weergeven";
|
||||||
$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
|
$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
|
||||||
$a->strings["Miscellaneous"] = "Diversen";
|
$a->strings["Miscellaneous"] = "Diversen";
|
||||||
$a->strings["year"] = "jaar";
|
$a->strings["year"] = "jaar";
|
||||||
|
Reference in New Issue
Block a user