opensmtpdadmin/languages/en.lang

216 lines
11 KiB
Plaintext

<?php
//
// Language file English
// by Mischa <mischa at high5 dot nl>
//
$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';
$LANG['Login_welcome'] = 'Login to OpenSMTPD Admin';
$LANG['Login_username'] = 'Login (email)';
$LANG['Login_password'] = 'Password';
$LANG['Login_button'] = 'Login';
$LANG['Login_incorrect'] = '<span class="error_msg">Your login or password is not correct.</span>';
$LANG['Menu_list_domain'] = 'List Domains';
$LANG['Menu_list_virtual'] = 'List Virtuals';
$LANG['Menu_list_admin'] = 'List Admins';
$LANG['Menu_backup'] = 'Backup';
$LANG['Menu_add_domain'] = 'Add Domain';
$LANG['Menu_add_admin'] = 'Add Admin';
$LANG['Menu_sendmail'] = 'Send Email';
$LANG['Menu_password'] = 'Password';
$LANG['Menu_add_alias'] = 'Add Alias';
$LANG['Menu_add_mailbox'] = 'Add Mailbox';
$LANG['Menu_viewlog'] = 'View Log';
$LANG['Menu_logout'] = 'Logout';
$LANG['Menu_user_password'] = 'Change Password';
$LANG['Menu_user_vacation'] = 'Auto Response';
$LANG['List_created'] = 'Created';
$LANG['List_modified'] = 'Last Modified';
$LANG['List_button'] = 'Go';
$LANG['List_up_arrow'] = 'Top';
$LANG['List_right_arrow'] = 'Next Page';
$LANG['List_left_arrow'] = 'Previous Page';
$LANG['List_domain_domain'] = 'Domain';
$LANG['List_domain_description'] = 'Description';
$LANG['List_domain_aliases'] = 'Aliases';
$LANG['List_domain_mailboxes'] = 'Mailboxes';
$LANG['List_domain_unlimited'] = 'unlimited';
$LANG['List_virtual_welcome'] = 'Overview for ';
$LANG['List_virtual_alias_title'] = ':: Alias';
$LANG['List_virtual_alias_address'] = 'From';
$LANG['List_virtual_alias_goto'] = 'To';
$LANG['List_virtual_mailbox_title'] = ':: Mailboxes';
$LANG['List_virtual_mailbox_username'] = 'Email';
$LANG['List_virtual_mailbox_name'] = 'Name';
$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 ';
$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.';
$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>';
$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.';
$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>';
$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.';
$LANG['Viewlog_welcome'] = 'View the last 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>';
$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>';
$LANG['Sendmail_subject'] = 'Subject';
$LANG['Sendmail_subject_text'] = 'Welcome';
$LANG['Sendmail_body'] = 'Body';
$LANG['Sendmail_body_text'] = "Hi,\n\nWelcome to your new account.";
$LANG['Sendmail_button'] = 'Send Message';
$LANG['Sendmail_result_error'] = '<span class="error_msg">Unable to send message.</span>';
$LANG['Sendmail_result_succes'] = 'The mailbox has been created.';
$LANG['AdminList_admin_domain'] = 'Domain';
$LANG['AdminList_admin_username'] = 'Admin';
$LANG['AdminList_admin_count'] = 'Domains';
$LANG['AdminList_admin_modified'] = 'Last Modified';
$LANG['AdminList_admin_active'] = 'Active';
$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'] = '0 = unlimited';
$LANG['AdminAdd_domain_mailboxes'] = 'Mailboxes';
$LANG['AdminAdd_domain_mailboxes_text'] = '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.';
$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'] = '0 = unlimited';
$LANG['AdminEdit_domain_mailboxes'] = 'Mailboxes';
$LANG['AdminEdit_domain_mailboxes_text'] = '0 = unlimited';
$LANG['AdminEdit_domain_button'] = 'Edit Domain';
$LANG['AdminEdit_domain_result_error'] = '<span class="error_msg">Unable to modify domain.</span>';
$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';
$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.';
$LANG['Role_admin_welcome'] = 'Add a new ';
$LANG['Role_admin_warning'] = '<h3>Make sure you remove or protect this file when you are done.</h3>';
$LANG['Vacation_welcome'] = 'Auto Response';
$LANG['Vacation_welcome_text'] = 'Auto response is set.';
$LANG['Vacation_subject'] = 'Subject';
$LANG['Vacation_subject_text'] = 'Out of Office';
$LANG['Vacation_body'] = 'Body';
$LANG['Vacation_body_text'] = <<<EOM
I will be away from <date> until <date>.
For urgent matters you can contact <contact person>.
EOM;
$LANG['Vacation_button_away'] = 'Going Away';
$LANG['Vacation_button_back'] = 'Coming Back';
$LANG['Vacation_result_error'] = '<span class="error_msg">Unable to update your auto response settings.</span>';
$LANG['Vacation_result_succes'] = 'Your auto response has been removed.';
$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';
$LANG['Logging_password_change'] = 'change password';
$LANG['Search_welcome'] = 'Searching for: ';
?>