diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-19 21:48:49 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-19 21:48:49 +0000 |
commit | 341892a7affb64eb55a83c2ead766ce2fac0a908 (patch) | |
tree | 293e9aa362156d337eda430e666f8498e99be31a /view/nl/strings.php | |
parent | 9f400229a7bf85c96902a17772ec1e95da210403 (diff) | |
download | volse-hubzilla-341892a7affb64eb55a83c2ead766ce2fac0a908.tar.gz volse-hubzilla-341892a7affb64eb55a83c2ead766ce2fac0a908.tar.bz2 volse-hubzilla-341892a7affb64eb55a83c2ead766ce2fac0a908.zip |
fix nl
Diffstat (limited to 'view/nl/strings.php')
-rw-r--r-- | view/nl/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/nl/strings.php b/view/nl/strings.php index 472a69829..7be347e53 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -10,7 +10,7 @@ $a->strings["Profile Photos"] = "Profielfoto's"; $a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s"; $a->strings["Sharing notification from Diaspora network"] = "Notificatie delen vanuit het Diaspora-netwerk"; $a->strings["photo"] = "foto"; -$a->strings["status"] = "status"; +$a->strings["status"] = "bericht"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk"; $a->strings["Attachments:"] = "Bijlagen:"; $a->strings["Embedded content"] = "Ingesloten inhoud"; |