diff options
author | André Koot <meneer@tken.net> | 2013-04-04 20:48:39 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-04-04 20:48:39 +0200 |
commit | 02ea0357f6a255b0f65c967112e6a6d9ec1fa116 (patch) | |
tree | d6c40dadbb68d5b778e9ab659aebe60ee0c78438 /lib/plugins/usermanager | |
parent | f9cfe5598c5d3e6dfec2c783e228482375339db3 (diff) | |
download | rpg-02ea0357f6a255b0f65c967112e6a6d9ec1fa116.tar.gz rpg-02ea0357f6a255b0f65c967112e6a6d9ec1fa116.tar.bz2 |
Dutch language update
Diffstat (limited to 'lib/plugins/usermanager')
-rw-r--r-- | lib/plugins/usermanager/lang/nl/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/usermanager/lang/nl/lang.php b/lib/plugins/usermanager/lang/nl/lang.php index 8f30ce3ea..e960e9a14 100644 --- a/lib/plugins/usermanager/lang/nl/lang.php +++ b/lib/plugins/usermanager/lang/nl/lang.php @@ -17,7 +17,7 @@ */ $lang['menu'] = 'Gebruikersmanager'; $lang['noauth'] = '(gebruikersauthenticatie niet beschikbaar)'; -$lang['nosupport'] = '(gebruikersmanagement niet ondersteund)'; +$lang['nosupport'] = '(gebruikersbeheer niet ondersteund)'; $lang['badauth'] = 'ongeldige authenticatiemethode'; $lang['user_id'] = 'Gebruiker'; $lang['user_pass'] = 'Wachtwoord'; |