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 | |
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')
-rw-r--r-- | view/nl/messages.po | 4 | ||||
-rw-r--r-- | view/nl/strings.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/nl/messages.po b/view/nl/messages.po index 48ed857b6..451b492a7 100644 --- a/view/nl/messages.po +++ b/view/nl/messages.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-08-15 00:03-0700\n" -"PO-Revision-Date: 2014-08-19 20:17+0000\n" +"PO-Revision-Date: 2014-08-19 21:46+0000\n" "Last-Translator: jeroenpraat <>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/red-matrix/language/nl/)\n" "MIME-Version: 1.0\n" @@ -49,7 +49,7 @@ msgstr "foto" #: ../../include/conversation.php:148 ../../mod/subthread.php:72 #: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294 msgid "status" -msgstr "status" +msgstr "bericht" #: ../../include/diaspora.php:1926 ../../include/conversation.php:164 #: ../../mod/like.php:331 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"; |