From 80bee61fcda7e0f8e09e2f286514537c8555beef Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Thu, 24 May 2012 06:26:55 -0400 Subject: [PATCH] - Added circle access control so that 1) a reseller can create circles that contain only his clients, not all clients, and 2) a reseller can send messages only to his own circles instead of all circles. --- interface/web/mailuser/lib/lang/de_mail_user_password.lng | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/mailuser/lib/lang/de_mail_user_password.lng b/interface/web/mailuser/lib/lang/de_mail_user_password.lng index b43010f..38f0537 100644 --- a/interface/web/mailuser/lib/lang/de_mail_user_password.lng +++ b/interface/web/mailuser/lib/lang/de_mail_user_password.lng @@ -1,10 +1,10 @@ <?php $wb["mailbox_password_txt"] = 'Mailbox-Passwort'; $wb["password_txt"] = 'Passwort'; -$wb["password_strength_txt"] = 'Passwortkomplexität'; -$wb["email_txt"] = 'Email'; +$wb["password_strength_txt"] = 'Passwortkomplexität'; +$wb["email_txt"] = 'E-Mail'; $wb['generate_password_txt'] = 'Passwort erzeugen'; $wb['repeat_password_txt'] = 'Passwort wiederholen'; -$wb['password_mismatch_txt'] = 'Die Passwörter stimmen nicht überein.'; -$wb['password_match_txt'] = 'Die Passwörter stimmen überein.'; +$wb['password_mismatch_txt'] = 'Die Passwörter stimmen nicht überein.'; +$wb['password_match_txt'] = 'Die Passwörter stimmen überein.'; ?> \ No newline at end of file -- Gitblit v1.9.1