diff options
author | friendica <info@friendica.com> | 2014-06-16 17:35:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-16 17:35:28 -0700 |
commit | 27eae40707c77dc73b70b8fb9127c5ed626f1d1a (patch) | |
tree | 890fad1a4c67173c393b1c14a3d4633338896b3d /view/nl/strings.php | |
parent | 092c258b513b98df2b99042a6e64019b18da72ae (diff) | |
parent | 6e7bba046da6f8922c1b89301a0cade71cf7884c (diff) | |
download | volse-hubzilla-27eae40707c77dc73b70b8fb9127c5ed626f1d1a.tar.gz volse-hubzilla-27eae40707c77dc73b70b8fb9127c5ed626f1d1a.tar.bz2 volse-hubzilla-27eae40707c77dc73b70b8fb9127c5ed626f1d1a.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/nl/strings.php')
-rw-r--r-- | view/nl/strings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/nl/strings.php b/view/nl/strings.php index ef2906a29..568b88fb5 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -172,7 +172,7 @@ $a->strings["Failed to store account information."] = "Account-informatie kon ni $a->strings["Registration request at %s"] = "Registratieverzoek op %s"; $a->strings["Administrator"] = "Beheerder"; $a->strings["your registration password"] = "jouw registratiewachtwoord"; -$a->strings["Registration details for %s"] = "Registratiedetails voor %s"; +$a->strings["Registration details for %s"] = "Registratiegegevens voor %s"; $a->strings["Account approved."] = "Account goedgekeurd"; $a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; $a->strings["Permission denied."] = "Toegang geweigerd."; @@ -218,7 +218,7 @@ $a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; $a->strings["Starts:"] = "Start:"; $a->strings["Finishes:"] = "Einde:"; $a->strings["Location:"] = "Plaats:"; -$a->strings["Logout"] = "Uitloggen:"; +$a->strings["Logout"] = "Uitloggen"; $a->strings["End this session"] = "Beƫindig deze sessie"; $a->strings["Home"] = "Home"; $a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; |