- remove unused replacer-variable in admin_customers.php
- add already-implemented replacers to the templates so users actually know they exist
This commit is contained in:
@@ -320,8 +320,10 @@ $lng['admin']['templates']['mailbody'] = 'Mail body';
|
||||
$lng['admin']['templates']['createcustomer'] = 'Welcome mail for new customers';
|
||||
$lng['admin']['templates']['pop_success'] = 'Welcome mail for new email accounts';
|
||||
$lng['admin']['templates']['template_replace_vars'] = 'Variables to be replaced in the template:';
|
||||
$lng['admin']['templates']['SALUTATION'] = 'Replaced with a correct salutation';
|
||||
$lng['admin']['templates']['FIRSTNAME'] = 'Replaced with the customers firstname.';
|
||||
$lng['admin']['templates']['NAME'] = 'Replaced with the customers name.';
|
||||
$lng['admin']['templates']['COMPANY'] = 'Replaces with the customers company name';
|
||||
$lng['admin']['templates']['USERNAME'] = 'Replaced with the customers account username.';
|
||||
$lng['admin']['templates']['PASSWORD'] = 'Replaced with the customers account password.';
|
||||
$lng['admin']['templates']['EMAIL'] = 'Replaced with the address of the POP3/IMAP account.';
|
||||
|
||||
@@ -321,8 +321,10 @@ $lng['admin']['templates']['createcustomer'] = 'Willkommensmail für neue Ku
|
||||
$lng['admin']['templates']['pop_success'] = 'Willkommensmail für neue E-Mail Konten';
|
||||
$lng['admin']['wwwserveralias'] = 'www. ServerAlias hinzufügen';
|
||||
$lng['admin']['templates']['template_replace_vars'] = 'Variablen, die in den Vorlagen ersetzt werden:';
|
||||
$lng['admin']['templates']['SALUTATION'] = 'Wird mit einer korrekten Anrede des Kunden ersetzt';
|
||||
$lng['admin']['templates']['FIRSTNAME'] = 'Wird mit dem Vornamen des Kunden ersetzt.';
|
||||
$lng['admin']['templates']['NAME'] = 'Wird mit dem Namen des Kunden ersetzt.';
|
||||
$lng['admin']['templates']['COMPANY'] = 'Wird mit dem Firmennamen des Kunden ersetzt.';
|
||||
$lng['admin']['templates']['USERNAME'] = 'Wird mit dem Benutzernamen des neuen Kundenkontos ersetzt.';
|
||||
$lng['admin']['templates']['PASSWORD'] = 'Wird mit dem Passwort des neuen Kundenkontos ersetzt.';
|
||||
$lng['admin']['templates']['EMAIL'] = 'Wird mit der Adresse des neuen POP3/IMAP Kontos ersetzt.';
|
||||
|
||||
Reference in New Issue
Block a user