diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-11-12 08:59:26 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-11-12 08:59:26 -0800 |
commit | d415c8528f3326361ac6890ed6a703ef4e8b0494 (patch) | |
tree | 7e5e2c6dde27484cdf3d1bc8ddd31d4803f7bbe0 /lib/plugins/usermanager/lang/de-informal/lang.php | |
parent | 2c961e6163b23ef3f1d93b1b0c23b214f3aeb358 (diff) | |
parent | 9a2d7c4ee07ce8e79be59e4be35e75462fd67d38 (diff) | |
download | rpg-d415c8528f3326361ac6890ed6a703ef4e8b0494.tar.gz rpg-d415c8528f3326361ac6890ed6a703ef4e8b0494.tar.bz2 |
Merge pull request #61 from lupo49/master
de/de-informal language updates / fixed using mailprefix in registration and password lost notifications
Diffstat (limited to 'lib/plugins/usermanager/lang/de-informal/lang.php')
-rw-r--r-- | lib/plugins/usermanager/lang/de-informal/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/usermanager/lang/de-informal/lang.php b/lib/plugins/usermanager/lang/de-informal/lang.php index 63ccdd6e4..dbdce1fbf 100644 --- a/lib/plugins/usermanager/lang/de-informal/lang.php +++ b/lib/plugins/usermanager/lang/de-informal/lang.php @@ -48,5 +48,5 @@ $lang['note_group'] = 'Neue Benutzer werden zur Standardgruppe (%s) h $lang['note_pass'] = 'Das Passwort wird automatisch erzeugt, wenn das Feld freigelassen wird und der Benutzer Benachrichtigungen aktiviert hat.'; $lang['add_ok'] = 'Benutzer erfolgreich hinzugefügt'; $lang['add_fail'] = 'Hinzufügen des Benutzers fehlgeschlagen'; -$lang['notify_ok'] = 'Benachrichtigungsemail wurde versendet'; -$lang['notify_fail'] = 'Benachrichtigungsemail konnte nicht gesendet werden'; +$lang['notify_ok'] = 'Benachrichtigungs-Mail wurde versendet'; +$lang['notify_fail'] = 'Benachrichtigungse-Mail konnte nicht gesendet werden'; |