diff options
author | marijus <mario@mariovavti.com> | 2014-08-20 08:05:40 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-20 08:05:40 +0200 |
commit | 85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef (patch) | |
tree | 6069ad32f80b130bcf6a19b5950626dd0110b2c3 /view/nl/strings.php | |
parent | 0542125711440c008a1e4b77d5edb63c975968f3 (diff) | |
parent | 0fef39a3265602905d1f629c1209e8279c54f0d9 (diff) | |
download | volse-hubzilla-85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef.tar.gz volse-hubzilla-85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef.tar.bz2 volse-hubzilla-85ef5c10333ce4ce9d7e2d4b17caa4b1e7c871ef.zip |
Merge branch 'master' of https://github.com/friendica/red
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"; |