- add possibility to define email templates for "new database by customer" and "new ftp account by customer"
This commit is contained in:
@@ -1354,8 +1354,7 @@ $lng['ftp']['account_edit'] = 'Edit ftp account';
|
||||
$lng['ftp']['editpassdescription'] = 'Set new password or leave blank for no change.';
|
||||
$lng['customer']['sendinfomail'] = 'Send data via email to me';
|
||||
$lng['customer']['mysql_add']['infomail_subject'] = '[Froxlor] New database created';
|
||||
$lng['customer']['mysql_add']['infomail_body']['pma'] = "\nYou can access your databases using phpMyAdmin via {URI}\n";
|
||||
$lng['customer']['mysql_add']['infomail_body']['main'] = "Hello {CUST_NAME},\n\nyou have just added a new database. Here is the entered information:\n\nDatabasename: {DB_NAME}\nPassword: {DB_PASS}\nDescription: {DB_DESC}\nDB-Hostname: {DB_SRV}\n{PMA_URI}\nYours sincerely, the Froxlor-Team";
|
||||
$lng['customer']['mysql_add']['infomail_body']['main'] = "Hello {CUST_NAME},\n\nyou have just added a new database. Here is the entered information:\n\nDatabasename: {DB_NAME}\nPassword: {DB_PASS}\nDescription: {DB_DESC}\nDB-Hostname: {DB_SRV}\nphpMyAdmin: {PMA_URI}\nYours sincerely, the Froxlor-Team";
|
||||
$lng['error']['domains_cantdeletedomainwithapsinstances'] = 'You cannot delete a domain which is used by an installed APS package. You have to uninstall it first.';
|
||||
$lng['serversettings']['awstats_path'] = 'Path to AWStats \'awstats_buildstaticpages.pl\'';
|
||||
$lng['serversettings']['awstats_conf'] = 'AWStats configuration path';
|
||||
@@ -1473,5 +1472,19 @@ $lng['question']['remove_subbutmain_domains'] = 'Also remove domains which are a
|
||||
$lng['domains']['issubof'] = 'This domain is a subdomain of another domain';
|
||||
$lng['domains']['issubofinfo'] = 'You have to set this to the correct domain if you want to add a subdomain as full-domain (e.g. you want to add "www.domain.tld", you have to select "domain.tld" here)';
|
||||
$lng['domains']['nosubtomaindomain'] = 'No subdomain of a full domain';
|
||||
$lng['admin']['templates']['new_database_by_customer'] = 'Customer-notification when a database has been created';
|
||||
$lng['admin']['templates']['new_ftpaccount_by_customer'] = 'Customer-notification when a ftp-user has been created';
|
||||
$lng['admin']['templates']['newdatabase'] = 'Notification-mails for new databases';
|
||||
$lng['admin']['templates']['newftpuser'] = 'Notification-mails for new ftp-user';
|
||||
$lng['admin']['templates']['CUST_NAME'] = 'Customer name';
|
||||
$lng['admin']['templates']['DB_NAME'] = 'Database name';
|
||||
$lng['admin']['templates']['DB_PASS'] = 'Database password';
|
||||
$lng['admin']['templates']['DB_DESC'] = 'Database description';
|
||||
$lng['admin']['templates']['DB_SRV'] = 'Database server';
|
||||
$lng['admin']['templates']['PMA_URI'] = 'URL to phpMyAdmin (if given)';
|
||||
$lng['admin']['notgiven'] = '[not given]';
|
||||
$lng['admin']['templates']['USR_NAME'] = 'FTP username';
|
||||
$lng['admin']['templates']['USR_PASS'] = 'FTP password';
|
||||
$lng['admin']['templates']['USR_PATH'] = 'FTP homedir (relative to customer-docroot)';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user