diff options
Diffstat (limited to 'core/l10n/nl.php')
-rw-r--r-- | core/l10n/nl.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 84e42ea59a0..7dae374a4d0 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"Personal" => "Persoonlijk", +"Users" => "Gebruikers", +"Apps" => "Apps", +"Help" => "Help", "Login failed!" => "Aanmelden mislukt.", "remember" => "onthoud gegevens", "Create an <strong>admin account</strong>" => "Maak een <strong>admin-account</strong>", @@ -19,5 +23,6 @@ "prev" => "vorige", "next" => "volgende", "You are logged out." => "U bent afgemeld.", +"Log out" => "Afmelden", "Settings" => "Instellingen" ); |