From c389ab0780d1b14ce1a769615db166fdf69d84dd Mon Sep 17 00:00:00 2001 From: mischa Date: Mon, 5 Sep 2022 06:28:30 +0000 Subject: [PATCH] start consolidation menu.tpl --- languages/en.lang | 27 ++++++--------------------- templates/admin_menu.tpl | 2 +- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/languages/en.lang b/languages/en.lang index b4b7bcd..7b15caa 100644 --- a/languages/en.lang +++ b/languages/en.lang @@ -18,7 +18,7 @@ $LANG['Login_button'] = 'Login'; $LANG['Login_incorrect'] = 'Your login or password is not correct.'; $LANG['Login_login_users'] = 'Users click here to login to the user section.'; -$LANG['Menu_overview'] = 'Overview'; +$LANG['Menu_overview'] = 'List Domains'; $LANG['Menu_create_alias'] = 'Add Alias'; $LANG['Menu_create_mailbox'] = 'Add Mailbox'; $LANG['Menu_sendmail'] = 'Send Email'; @@ -26,15 +26,6 @@ $LANG['Menu_password'] = 'Password'; $LANG['Menu_viewlog'] = 'View Log'; $LANG['Menu_logout'] = 'Logout'; -$LANG['Main_welcome'] = 'Welcome to OpenSMTPD Admin!'; -$LANG['Main_overview'] = 'List your aliases and mailboxes. You can edit / delete them from here.'; -$LANG['Main_create_alias'] = 'Create a new alias for your domain.'; -$LANG['Main_create_mailbox'] = 'Create a new mailbox for your domain.'; -$LANG['Main_sendmail'] = 'Send an email to one of your newly created mailboxes.'; -$LANG['Main_password'] = 'Change the password for your admin account.'; -$LANG['Main_viewlog'] = 'View the log files.'; -$LANG['Main_logout'] = 'Logout from the system'; - $LANG['Overview_disabled'] = 'Disabled'; $LANG['Overview_unlimited'] = 'Unlimited'; $LANG['Overview_title'] = ':: Defined Domains'; @@ -128,7 +119,6 @@ $LANG['Viewlog_username'] = 'Admin'; $LANG['Viewlog_domain'] = 'Domain'; $LANG['Viewlog_action'] = 'Action'; $LANG['Viewlog_data'] = 'Data'; - $LANG['Viewlog_button'] = 'Go'; $LANG['Viewlog_result_error'] = 'Unable to find the logs.'; @@ -144,14 +134,14 @@ $LANG['Sendmail_button'] = 'Send Message'; $LANG['Sendmail_result_error'] = 'Unable to send message.'; $LANG['Sendmail_result_succes'] = 'The mailbox has been created.'; -$LANG['AdminMenu_list_admin'] = 'Admin List'; -$LANG['AdminMenu_list_domain'] = 'Domain List'; -$LANG['AdminMenu_list_virtual'] = 'Virtual List'; +$LANG['AdminMenu_list_domain'] = 'List Domains'; +$LANG['AdminMenu_list_admin'] = 'List Admins'; +$LANG['AdminMenu_list_virtual'] = 'List Virtuals'; $LANG['AdminMenu_viewlog'] = 'View Log'; $LANG['AdminMenu_backup'] = 'Backup'; $LANG['AdminMenu_create_domain_admins'] = 'Domain Admins'; -$LANG['AdminMenu_create_admin'] = 'New Admin'; -$LANG['AdminMenu_create_domain'] = 'New Domain'; +$LANG['AdminMenu_create_domain'] = 'Add Domain'; +$LANG['AdminMenu_create_admin'] = 'Add Admin'; $LANG['AdminMenu_create_alias'] = 'Add Alias'; $LANG['AdminMenu_create_mailbox'] = 'Add Mailbox'; @@ -231,10 +221,6 @@ $LANG['UsersMenu_vacation'] = 'Auto Response'; $LANG['UsersMenu_edit_alias'] = 'Change your forward'; $LANG['UsersMenu_password'] = 'Change Password'; -$LANG['UsersMain_vacation'] = 'Set an "out of office" message or auto responder for your mail.'; -$LANG['UsersMain_edit_alias'] = 'Change your email forwarding.'; -$LANG['UsersMain_password'] = 'Change your current password.'; - $LANG['UsersVacation_welcome'] = 'Auto Response.'; $LANG['UsersVacation_welcome_text'] = 'You already have an auto response configured.'; $LANG['UsersVacation_subject'] = 'Subject'; @@ -255,7 +241,6 @@ $LANG['Logging_alias_delete'] = 'delete alias'; $LANG['Logging_mailbox_add'] = 'add mailbox'; $LANG['Logging_mailbox_edit'] = 'edit mailbox'; $LANG['Logging_mailbox_delete'] = 'delete mailbox'; - $LANG['Logging_password_change'] = 'change password'; $LANG['Search_welcome'] = 'Searching for: '; diff --git a/templates/admin_menu.tpl b/templates/admin_menu.tpl index 98148d6..b9eda7a 100644 --- a/templates/admin_menu.tpl +++ b/templates/admin_menu.tpl @@ -1,7 +1,7 @@