opensmtpdadmin/languages/en.lang

248 lines
13 KiB
Plaintext
Raw Normal View History

2022-08-18 14:01:52 +02:00
<?php
//
// Language file English
// by Mischa <mischa at high5 dot nl>
//
2022-09-03 11:30:40 +02:00
$LANG['YES'] = 'YES';
$LANG['NO'] = 'NO';
$LANG['edit'] = 'edit';
$LANG['del'] = 'del';
$LANG['confirm'] = 'Are you sure you want to delete this?\n';
$LANG['confirm_domain'] = 'Do you really want to delete all records for this domain?\nThis can not be undone! ';
$LANG['check_update'] = 'Check for update';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Login_welcome'] = 'Mail admins login here to administer your domain.';
$LANG['Login_username'] = 'Login (email)';
$LANG['Login_password'] = 'Password';
$LANG['Login_button'] = 'Login';
2022-09-04 12:10:27 +02:00
$LANG['Login_incorrect'] = '<span class="error_msg">Your login or password is not correct.</span>';
2022-09-03 11:30:40 +02:00
$LANG['Login_login_users'] = 'Users click here to login to the user section.';
2022-08-18 14:01:52 +02:00
2022-09-05 08:28:30 +02:00
$LANG['Menu_overview'] = 'List Domains';
2022-09-03 11:30:40 +02:00
$LANG['Menu_create_alias'] = 'Add Alias';
$LANG['Menu_create_mailbox'] = 'Add Mailbox';
$LANG['Menu_sendmail'] = 'Send Email';
$LANG['Menu_password'] = 'Password';
$LANG['Menu_viewlog'] = 'View Log';
$LANG['Menu_logout'] = 'Logout';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Overview_disabled'] = 'Disabled';
$LANG['Overview_unlimited'] = 'Unlimited';
$LANG['Overview_title'] = ':: Defined Domains';
$LANG['Overview_up_arrow'] = 'Go Top';
$LANG['Overview_right_arrow'] = 'Next Page';
$LANG['Overview_left_arrow'] = 'Previus Page';
$LANG['Overview_alias_title'] = ':: Alias';
$LANG['Overview_mailbox_title'] = ':: Mailboxes';
$LANG['Overview_button'] = 'Go';
$LANG['Overview_welcome'] = 'Overview for ';
$LANG['Overview_alias_alias_count'] = 'Aliases';
$LANG['Overview_alias_mailbox_count'] = 'Mailboxes';
$LANG['Overview_alias_address'] = 'From';
$LANG['Overview_alias_goto'] = 'To';
$LANG['Overview_alias_modified'] = 'Last Modified';
$LANG['Overview_mailbox_username'] = 'Email';
$LANG['Overview_mailbox_name'] = 'Name';
$LANG['Overview_mailbox_modified'] = 'Last Modified';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Overview_get_domain'] = 'Domain';
$LANG['Overview_get_aliases'] = 'Aliases';
$LANG['Overview_get_mailboxes'] = 'Mailboxes';
$LANG['Overview_get_modified'] = 'Last Modified';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Delete_delete_error'] = '<span class="error_msg">Unable to delete the entry ';
$LANG['Delete_domain_error'] = '<span class="error_msg">This domain is not yours ';
2022-08-18 14:01:52 +02:00
2022-09-04 16:31:50 +02:00
$LANG['Add_alias_welcome'] = 'Create a new alias for your domain.';
$LANG['Add_alias_address'] = 'Alias';
$LANG['Add_alias_address_text_error1'] = '<span class="error_msg">The ALIAS or TO is not valid.</span>';
$LANG['Add_alias_address_text_error2'] = '<span class="error_msg">You have reached your limit to create aliases.</span>';
$LANG['Add_alias_goto'] = 'To';
$LANG['Add_alias_button'] = 'Add Alias';
$LANG['Add_alias_goto_text'] = 'Where the mail needs to be send to.';
$LANG['Add_alias_result_error'] = '<span class="error_msg">This email address already exists, unable to add to the alias table.</span>';
$LANG['Add_alias_result_succes'] = 'The alias has been added to the alias table.';
$LANG['Add_alias_catchall_text'] = 'To create a catch-all use an "*" as alias.<br />For domain to domain forwarding use "*@domain.tld" as to.';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Edit_alias_welcome'] = 'Edit an alias for your domain.<br />One entry per line.';
$LANG['Edit_alias_address'] = 'Alias';
$LANG['Edit_alias_address_error'] = '<span class="error_msg">Unable to locate alias.</span>';
$LANG['Edit_alias_goto'] = 'To';
$LANG['Edit_alias_goto_text_error1'] = '<span class="error_msg">You didn\'t enter anything at To</span>';
$LANG['Edit_alias_goto_text_error2'] = '<span class="error_msg">The email address that you have entered is not valid: ';
$LANG['Edit_alias_domain_error'] = '<span class="error_msg">This domain is not yours: ';
$LANG['Edit_alias_button'] = 'Edit Alias';
$LANG['Edit_alias_result_error'] = '<span class="error_msg">Unable to modify the alias.</span>';
2022-08-18 14:01:52 +02:00
2022-09-04 16:31:50 +02:00
$LANG['Add_mailbox_welcome'] = 'Create a new mailbox for your domain.';
$LANG['Add_mailbox_username'] = 'Username';
$LANG['Add_mailbox_username_text_error1'] = '<span class="error_msg">The USERNAME is not valid.</span>';
$LANG['Add_mailbox_username_text_error2'] = '<span class="error_msg">This email address already exists, please choose a different one.</span>';
$LANG['Add_mailbox_username_text_error3'] = '<span class="error_msg">You have reached your limit to create mailboxes.</span>';
$LANG['Add_mailbox_password'] = 'Password';
$LANG['Add_mailbox_password2'] = 'Password (again)';
$LANG['Add_mailbox_password_text'] = 'Password for POP3/IMAP';
$LANG['Add_mailbox_password_text_error'] = '<span class="error_msg">The passwords that you supplied don\'t match, or are empty.</span>';
$LANG['Add_mailbox_name'] = 'Name';
$LANG['Add_mailbox_name_text'] = 'Full name';
$LANG['Add_mailbox_mail'] = 'Create mailbox';
$LANG['Add_mailbox_button'] = 'Add Mailbox';
$LANG['Add_mailbox_result_error'] = '<span class="error_msg">Unable to add the mailbox to the mailbox table.</span>';
$LANG['Add_mailbox_result_succes'] = 'The mailbox has been added to the mailbox table.';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Edit_mailbox_welcome'] = 'Edit a mailbox for your domain.';
$LANG['Edit_mailbox_username'] = 'Username';
$LANG['Edit_mailbox_username_error'] = '<span class="error_msg">Unable to locate mailbox.</span>';
$LANG['Edit_mailbox_password'] = 'New Password';
$LANG['Edit_mailbox_password2'] = 'New Password (again)';
$LANG['Edit_mailbox_password_text_error'] = '<span class="error_msg">The passwords that you supplied don\'t match.</span>';
$LANG['Edit_mailbox_name'] = 'Name';
$LANG['Edit_mailbox_domain_error'] = '<span class="error_msg">This domain is not yours: ';
$LANG['Edit_mailbox_button'] = 'Edit Mailbox';
$LANG['Edit_mailbox_result_error'] = '<span class="error_msg">Unable to modify the mailbox.</span>';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Password_welcome'] = 'Change your login password.';
$LANG['Password_admin'] = 'Login';
$LANG['Password_admin_text_error'] = '<span class="error_msg">The LOGIN that you supplied doesn\'t match a mailbox.</span>';
$LANG['Password_password_current'] = 'Current Password';
$LANG['Password_password_current_text_error'] = '<span class="error_msg">You didn\'t supply your current password.</span>';
$LANG['Password_password'] = 'New Password';
$LANG['Password_password2'] = 'New Password (again)';
$LANG['Password_password_text_error'] = '<span class="error_msg">The passwords that you supplied don\'t match, or are empty.</span>';
$LANG['Password_button'] = 'Change Password';
$LANG['Password_result_error'] = '<span class="error_msg">Unable to change your password.</span>';
$LANG['Password_result_succes'] = 'Your password has been changed.';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Viewlog_welcome'] = 'View the last 10 actions for ';
$LANG['Viewlog_timestamp'] = 'Timestamp';
$LANG['Viewlog_username'] = 'Admin';
$LANG['Viewlog_domain'] = 'Domain';
$LANG['Viewlog_action'] = 'Action';
$LANG['Viewlog_data'] = 'Data';
$LANG['Viewlog_button'] = 'Go';
$LANG['Viewlog_result_error'] = '<span class="error_msg">Unable to find the logs.</span>';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['Sendmail_welcome'] = 'Send an email.';
$LANG['Sendmail_admin'] = 'From';
$LANG['Sendmail_to'] = 'To';
$LANG['Sendmail_to_text_error'] = '<span class="error_msg">TO is empty or is not a valid email address.</span>';
2022-09-03 11:30:40 +02:00
$LANG['Sendmail_subject'] = 'Subject';
$LANG['Sendmail_subject_text'] = 'Welcome';
$LANG['Sendmail_body'] = 'Body';
2022-09-04 22:32:35 +02:00
$LANG['Sendmail_body_text'] = "Hi,\n\nWelcome to your new account.";
2022-09-03 11:30:40 +02:00
$LANG['Sendmail_button'] = 'Send Message';
$LANG['Sendmail_result_error'] = '<span class="error_msg">Unable to send message.</span>';
2022-09-03 11:30:40 +02:00
$LANG['Sendmail_result_succes'] = 'The mailbox has been created.';
2022-08-18 14:01:52 +02:00
2022-09-05 08:28:30 +02:00
$LANG['AdminMenu_list_domain'] = 'List Domains';
$LANG['AdminMenu_list_admin'] = 'List Admins';
$LANG['AdminMenu_list_virtual'] = 'List Virtuals';
2022-09-03 11:30:40 +02:00
$LANG['AdminMenu_viewlog'] = 'View Log';
$LANG['AdminMenu_backup'] = 'Backup';
$LANG['AdminMenu_create_domain_admins'] = 'Domain Admins';
2022-09-05 08:28:30 +02:00
$LANG['AdminMenu_create_domain'] = 'Add Domain';
$LANG['AdminMenu_create_admin'] = 'Add Admin';
2022-09-03 11:30:40 +02:00
$LANG['AdminMenu_create_alias'] = 'Add Alias';
$LANG['AdminMenu_create_mailbox'] = 'Add Mailbox';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['AdminList_admin_domain'] = 'Domain';
$LANG['AdminList_admin_username'] = 'Admin';
$LANG['AdminList_admin_count'] = 'Domains';
$LANG['AdminList_admin_modified'] = 'Last Modified';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['AdminList_domain_domain'] = 'Domain';
$LANG['AdminList_domain_description'] = 'Description';
$LANG['AdminList_domain_aliases'] = 'Aliases';
$LANG['AdminList_domain_mailboxes'] = 'Mailboxes';
$LANG['AdminList_domain_modified'] = 'Last Modified';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['AdminList_virtual_button'] = 'Go';
$LANG['AdminList_virtual_welcome'] = 'Overview for ';
$LANG['AdminList_virtual_alias_alias_count'] = 'Aliases';
$LANG['AdminList_virtual_alias_mailbox_count'] = 'Mailboxes';
$LANG['AdminList_virtual_alias_address'] = 'From';
$LANG['AdminList_virtual_alias_goto'] = 'To';
$LANG['AdminList_virtual_alias_modified'] = 'Last Modified';
$LANG['AdminList_virtual_mailbox_username'] = 'Email';
$LANG['AdminList_virtual_mailbox_name'] = 'Name';
$LANG['AdminList_virtual_mailbox_modified'] = 'Last Modified';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['AdminAdd_domain_welcome'] = 'Add a new domain';
$LANG['AdminAdd_domain_domain'] = 'Domain';
$LANG['AdminAdd_domain_domain_text_error'] = '<span class="error_msg">The domain already exists.</span>';
$LANG['AdminAdd_domain_description'] = 'Description';
$LANG['AdminAdd_domain_aliases'] = 'Aliases';
$LANG['AdminAdd_domain_aliases_text'] = '-1 = disable | 0 = unlimited';
$LANG['AdminAdd_domain_mailboxes'] = 'Mailboxes';
$LANG['AdminAdd_domain_mailboxes_text'] = '-1 = disable | 0 = unlimited';
$LANG['AdminAdd_domain_button'] = 'Add Domain';
$LANG['AdminAdd_domain_result_error'] = '<span class="error_msg">Unable to add domain.</span>';
$LANG['AdminAdd_domain_result_succes'] = 'Domain has been added.';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['AdminEdit_domain_welcome'] = 'Edit a domain';
$LANG['AdminEdit_domain_domain'] = 'Domain';
$LANG['AdminEdit_domain_description'] = 'Description';
$LANG['AdminEdit_domain_aliases'] = 'Aliases';
$LANG['AdminEdit_domain_aliases_text'] = '-1 = disable | 0 = unlimited';
$LANG['AdminEdit_domain_mailboxes'] = 'Mailboxes';
$LANG['AdminEdit_domain_mailboxes_text'] = '-1 = disable | 0 = unlimited';
$LANG['AdminEdit_domain_button'] = 'Edit Domain';
$LANG['AdminEdit_domain_result_error'] = '<span class="error_msg">Unable to modify domain.</span>';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['AdminAdd_admin_welcome'] = 'Add a new domain admin';
$LANG['AdminAdd_admin_username'] = 'Admin (email address)';
$LANG['AdminAdd_admin_username_error'] = '<span class="error_msg">Admin already exists or is not valid.</span>';
$LANG['AdminAdd_admin_password1'] = 'Password';
$LANG['AdminAdd_admin_password2'] = 'Password (again)';
$LANG['AdminAdd_admin_password_error'] = '<span class="error_msg">The passwords you supplied don\'t match, or are empty.</span>';
$LANG['AdminAdd_admin_domain_error'] = '<span class="error_msg">No domains selected.</span>';
$LANG['AdminAdd_admin_button'] = 'Add Admin';
$LANG['AdminAdd_admin_result_error'] = '<span class="error_msg">Unable to add admin.</span>';
$LANG['AdminAdd_admin_result_succes'] = 'Admin has been added.';
$LANG['AdminAdd_admin_address'] = 'Domain';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['AdminEdit_admin_welcome'] = 'Edit a domain admin';
$LANG['AdminEdit_admin_username'] = 'Admin';
$LANG['AdminEdit_admin_password'] = 'Password';
$LANG['AdminEdit_admin_password2'] = 'Password (again)';
$LANG['AdminEdit_admin_password_text_error'] = '<span class="error_msg">The passwords that you supplied don\'t match, or are empty.</span>';
$LANG['AdminEdit_admin_button'] = 'Edit Admin';
$LANG['AdminEdit_admin_result_error'] = '<span class="error_msg">Unable to modify admin.</span>';
$LANG['AdminEdit_admin_result_succes'] = 'Admin has been modified.';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['UsersLogin_welcome'] = 'Mailbox users login to change your password and aliases.';
$LANG['UsersLogin_username'] = 'Login (email)';
$LANG['UsersLogin_password'] = 'Password';
$LANG['UsersLogin_button'] = 'Login';
$LANG['UsersLogin_username_incorrect'] = 'Your login is not correct. Make sure that you login with your email address.';
$LANG['UsersLogin_password_incorrect'] = 'Your password is not correct.';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['UsersMenu_vacation'] = 'Auto Response';
$LANG['UsersMenu_edit_alias'] = 'Change your forward';
$LANG['UsersMenu_password'] = 'Change Password';
2022-08-18 14:01:52 +02:00
2022-09-03 11:30:40 +02:00
$LANG['UsersVacation_welcome'] = 'Auto Response.';
$LANG['UsersVacation_welcome_text'] = 'You already have an auto response configured.';
$LANG['UsersVacation_subject'] = 'Subject';
$LANG['UsersVacation_subject_text'] = 'Out of Office';
$LANG['UsersVacation_body'] = 'Body';
$LANG['UsersVacation_body_text'] = <<<EOM
2022-08-18 14:01:52 +02:00
I will be away from <date> until <date>.
For urgent matters you can contact <contact person>.
EOM;
2022-09-03 11:30:40 +02:00
$LANG['UsersVacation_button_away'] = 'Going Away';
$LANG['UsersVacation_button_back'] = 'Coming Back';
$LANG['UsersVacation_result_error'] = '<span class="error_msg">Unable to update your auto response settings.</span>';
$LANG['UsersVacation_result_succes'] = 'Your auto response has been removed.';
2022-08-18 14:01:52 +02:00
$LANG['Logging_alias_add'] = 'add alias';
$LANG['Logging_alias_edit'] = 'edit alias';
$LANG['Logging_alias_delete'] = 'delete alias';
$LANG['Logging_mailbox_add'] = 'add mailbox';
$LANG['Logging_mailbox_edit'] = 'edit mailbox';
$LANG['Logging_mailbox_delete'] = 'delete mailbox';
2022-09-04 19:17:50 +02:00
$LANG['Logging_password_change'] = 'change password';
2022-09-03 11:30:40 +02:00
$LANG['Search_welcome'] = 'Searching for: ';
2022-08-18 14:01:52 +02:00
?>