// $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'] = 'Your login or password is not correct.'; $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'] = 'Unable to delete the entry '; $LANG['Delete_domain_error'] = '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'] = 'The ALIAS or TO is not valid.'; $LANG['Add_alias_address_text_error2'] = 'You have reached your limit to create aliases.'; $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'] = 'This email address already exists, unable to add to the alias table.'; $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.
For domain to domain forwarding use "*@domain.tld" as to.'; $LANG['Edit_alias_welcome'] = 'Edit an alias for your domain
one entry per line'; $LANG['Edit_alias_address'] = 'Alias'; $LANG['Edit_alias_address_error'] = 'Unable to locate alias.'; $LANG['Edit_alias_goto'] = 'To'; $LANG['Edit_alias_goto_text_error1'] = 'You didn\'t enter anything at To'; $LANG['Edit_alias_goto_text_error2'] = 'The email address that you have entered is not valid: '; $LANG['Edit_alias_domain_error'] = 'This domain is not yours: '; $LANG['Edit_alias_button'] = 'Edit Alias'; $LANG['Edit_alias_result_error'] = 'Unable to modify the alias.'; $LANG['Add_mailbox_welcome'] = 'Create a new mailbox for your domain'; $LANG['Add_mailbox_username'] = 'Username'; $LANG['Add_mailbox_username_text_error1'] = 'The USERNAME is not valid.'; $LANG['Add_mailbox_username_text_error2'] = 'This email address already exists, please choose a different one.'; $LANG['Add_mailbox_username_text_error3'] = 'You have reached your limit to create mailboxes.'; $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'] = 'The passwords that you supplied don\'t match, or are empty.'; $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'] = 'Unable to add the mailbox to the mailbox table.'; $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'] = 'Unable to locate mailbox.'; $LANG['Edit_mailbox_password'] = 'New Password'; $LANG['Edit_mailbox_password2'] = 'New Password (again)'; $LANG['Edit_mailbox_password_text_error'] = 'The passwords that you supplied don\'t match.'; $LANG['Edit_mailbox_name'] = 'Name'; $LANG['Edit_mailbox_domain_error'] = 'This domain is not yours: '; $LANG['Edit_mailbox_button'] = 'Edit Mailbox'; $LANG['Edit_mailbox_result_error'] = 'Unable to modify the mailbox.'; $LANG['Password_welcome'] = 'Change your login password'; $LANG['Password_admin'] = 'Login'; $LANG['Password_admin_text_error'] = 'The LOGIN that you supplied doesn\'t match a mailbox.'; $LANG['Password_password_current'] = 'Current Password'; $LANG['Password_password_current_text_error'] = 'You didn\'t supply your current password.'; $LANG['Password_password'] = 'New Password'; $LANG['Password_password2'] = 'New Password (again)'; $LANG['Password_password_text_error'] = 'The passwords that you supplied don\'t match, or are empty.'; $LANG['Password_button'] = 'Change Password'; $LANG['Password_result_error'] = 'Unable to change your password.'; $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'] = 'Unable to find the logs.'; $LANG['Sendmail_welcome'] = 'Send an email'; $LANG['Sendmail_admin'] = 'From'; $LANG['Sendmail_to'] = 'To'; $LANG['Sendmail_to_text_error'] = 'TO is empty or is not a valid email address.'; $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'] = 'Unable to send message.'; $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'] = 'The domain already exists.'; $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'] = 'Unable to add domain.'; $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'] = 'Unable to modify domain.'; $LANG['AdminAdd_admin_welcome'] = 'Add a new domain admin'; $LANG['AdminAdd_admin_username'] = 'Admin (email address)'; $LANG['AdminAdd_admin_username_error'] = 'Admin already exists or is not valid.'; $LANG['AdminAdd_admin_password1'] = 'Password'; $LANG['AdminAdd_admin_password2'] = 'Password (again)'; $LANG['AdminAdd_admin_password_error'] = 'The passwords you supplied don\'t match, or are empty.'; $LANG['AdminAdd_admin_domain_error'] = 'No domains selected.'; $LANG['AdminAdd_admin_button'] = 'Add Admin'; $LANG['AdminAdd_admin_result_error'] = 'Unable to add admin.'; $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'] = 'The passwords that you supplied don\'t match, or are empty.'; $LANG['AdminEdit_admin_button'] = 'Edit Admin'; $LANG['AdminEdit_admin_result_error'] = 'Unable to modify admin.'; $LANG['AdminEdit_admin_result_succes'] = 'Admin has been modified.'; $LANG['Role_admin_welcome'] = 'Add a new '; $LANG['Role_admin_warning'] = '

Make sure you remove or protect this file when you are done.

'; $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'] = << until . For urgent matters you can contact . EOM; $LANG['Vacation_button_away'] = 'Going Away'; $LANG['Vacation_button_back'] = 'Coming Back'; $LANG['Vacation_result_error'] = 'Unable to update your auto response settings.'; $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: '; ?>