// $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'] = 'Mail admins login here to administer your domain.'; $LANG['Login_username'] = 'Login (email)'; $LANG['Login_password'] = 'Password'; $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_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'; $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'; $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'; $LANG['Overview_get_domain'] = 'Domain'; $LANG['Overview_get_aliases'] = 'Aliases'; $LANG['Overview_get_mailboxes'] = 'Mailboxes'; $LANG['Overview_get_modified'] = 'Last Modified'; $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 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'] = '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_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_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_alias'] = 'Add Alias'; $LANG['AdminMenu_create_mailbox'] = 'Add Mailbox'; $LANG['AdminList_admin_domain'] = 'Domain'; $LANG['AdminList_admin_username'] = 'Admin'; $LANG['AdminList_admin_count'] = 'Domains'; $LANG['AdminList_admin_modified'] = 'Last Modified'; $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'; $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'; $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'] = '-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'] = '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'] = '-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'] = '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['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.'; $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'; $LANG['UsersVacation_subject_text'] = 'Out of Office'; $LANG['UsersVacation_body'] = 'Body'; $LANG['UsersVacation_body_text'] = << until . For urgent matters you can contact . EOM; $LANG['UsersVacation_button_away'] = 'Going Away'; $LANG['UsersVacation_button_back'] = 'Coming Back'; $LANG['UsersVacation_result_error'] = 'Unable to update your auto response settings.'; $LANG['UsersVacation_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['Search_welcome'] = 'Searching for: '; ?>