Delete the _en.lex files
This commit is contained in:
@@ -1,61 +0,0 @@
|
||||
''usr_FORM_TITLE'' => 'Create, modify, or remove user accounts',
|
||||
'usr_FIRSTPAGE_DESC' => '<p>You can modify, lock or remove any account or reset the account\\'s password by clicking on the corresponding command next to the account. </p><p>If the account is marked as locked, that means that the user\\'s password needs to be reset. Please note that newly created accounts are automatically locked until the password is changed. </p>',
|
||||
'usr_P2_TITLE' => 'Create or modify',
|
||||
'usr_CREATE_MODIFY_DESC' => '<p>The account name should contain only lower-case letters, numbers, hyphens, periods, underscores and should start with a lower-case letter. For example "betty","hjohnson", and "mary-jane" are all valid account names, but "3friends", "John Smith", and "henry:miller" are not. </p><p>Note that two special pseudonyms will be created for each new account. These pseudonyms provide the ability to have alternative mail accounts for that user which include their first name and last name separated with a period (.) and underscore (_). So, for the account "betty" with first name "Betty" and last name "Rubble" two pseudonyms are created as betty.rubble and betty_rubble. </p><p>The directory information (department, company, etc.) can be changed from the defaults shown below. The changes will apply only to this user. </p>',
|
||||
'usr_ADD_USER' => 'Add user account',
|
||||
'usr_MODIFY_ADMIN_TITLE' => 'Modify the admin account',
|
||||
'usr_USER_CREATED' => 'Successfully created user account.',
|
||||
'usr_USER_MODIFIED' => 'Successfully modified user account.',
|
||||
'usr_CANNOT_MODIFY_USER' => 'Error: an internal error occurred while attempting to modify the user "[_1]".',
|
||||
'usr_CANNOT_MODIFY_USER_GROUPS' => 'Error: an internal error occurred while attempting to modify the group "[_1]" for user "[_2]".',
|
||||
'usr_TAINTED_USER' => 'The account name "[_1]" contains invalid characters.',
|
||||
'usr_ACCOUNT_NAME' => 'Account name',
|
||||
'usr_FIRSTNAME' => 'First name',
|
||||
'usr_LASTNAME' => 'Last name',
|
||||
'usr_DEPARTMENT' => 'Department',
|
||||
'usr_COMPANY' => 'Company',
|
||||
'usr_STREET_ADDRESS' => 'Street address',
|
||||
'usr_CITY' => 'City',
|
||||
'usr_PHONE_NUMBER' => 'Phone number',
|
||||
'usr_EMAIL_DELIVERY' => 'Email delivery',
|
||||
'usr_DELIVER_EMAIL_LOCALLY' => 'Deliver email locally',
|
||||
'usr_FORWARD_EMAIL' => 'Forward email to address below',
|
||||
'usr_DELIVER_AND_FORWARD' => 'Both deliver locally and forward',
|
||||
'usr_FORWARDING_ADDRESS' => 'Forwarding address',
|
||||
'usr_GROUP_MEMBERSHIPS' => 'Group memberships',
|
||||
'usr_RESET_DESC' => 'You are about to change the password for the user account "[_1]" ([_2])',
|
||||
'usr_RESET_DESC2' => 'Enter the new password in the fields below',
|
||||
'usr_ERR_OCCURRED_MODIFYING_PASSWORD' => 'An error occurred while updating the password',
|
||||
'usr_PASSWORD_CHANGE_SUCCEEDED' => 'Successfully changed password for user "[_1]".',
|
||||
'usr_LOCK_DESC' => 'You are about to lock the user account "[_1]" ([_2])',
|
||||
'usr_LOCKED_ACCOUNT' => 'Successfully locked account for user "[_1]".',
|
||||
'usr_NO_SUCH_USER' => 'Error: the user account "[_1]" does not exist.',
|
||||
'usr_PSEUDONYM_CLASH' => 'Error: the pseudonym "[_1]" is already taken by the existing user account "[_1]".To differentiate, add initials to this field.',
|
||||
'usr_LOCK_ACCOUNT' => 'Lock account',
|
||||
'usr_LOCK_ACCOUNT_TITLE' => 'Lock user account',
|
||||
'usr_LOCK_DESC2' => 'This user account will be locked. This means that this user will not be able to log in, and will not be able to collect e-mail. Any e-mail arriving will still be stored and/or forwarded to an external e-mail address, as configured. The account may be activated in the future by setting a new password. The current password will not be retained.</p><p><b>Are you sure you wish to lock this account?</b>',
|
||||
'usr_REMOVE_ACCOUNT_TITLE' => 'Remove user account',
|
||||
'usr_REMOVE_DESC' => 'You are about to remove the user account "[_1]" ([_2])',
|
||||
'usr_REMOVE_DESC2' => 'All files belonging to this user account will be deleted. Also, any e-mail for this user account still remaining on the server (i.e. that has not yet been retrieved by the user) will be discarded. </p><p><b>Are you sure you wish to remove this account?</b>',
|
||||
'usr_LOCK' => 'Lock',
|
||||
'usr_NO_USER_ACCOUNTS' => 'There are no user accounts on this system.',
|
||||
'Users' => 'Users',
|
||||
'usr_ACCT_NAME_HAS_INVALID_CHARS' => 'The account name "[_1]" contains invalid characters. Account names must start with a lower case letter and contain only lower case letters, numbers, hyphens, periods and underscores.',
|
||||
'usr_ACCOUNT_TOO_LONG' => 'Error: account name is too long. The maximum is [_1] characters.',
|
||||
'usr_ACCOUNT_CONFLICT' => 'Error: the account "[_1]" can\\'t be created because there is already a [_1] account of that name.',
|
||||
'usr_ERR_OCCURRED_CREATING' => 'An error occurred creating the user.',
|
||||
'usr_CANNOT_CONTAIN_WHITESPACE' => 'This field cannot contain white-space',
|
||||
'usr_UNACCEPTABLE_CHARS' => 'This field must contain only letters, numbers, dots, hypens and underscores and start with a letter',
|
||||
'usr_MEMBER' => 'Member?',
|
||||
'usr_VPN_CLIENT_ACCESS' => 'VPN Client Access',
|
||||
'usr_SYSTEM_PASSWORD_FORM_TITLE' => 'Change system password',
|
||||
'usr_SYSTEM_PASSWORD_DESCRIPTION' => 'Certain services on this server installation require a username and password (for example this web page for the server manager application). The username is always admin. You can change the system password using the fields below.',
|
||||
'usr_SYSTEM_PASSWORD_UNPRINTABLES_IN_PASS' => 'Password must contain only printable characters',
|
||||
'usr_SYSTEM_PASSWORD_VERIFY_ERROR' => 'The two passwords are not identical.',
|
||||
'usr_SYSTEM_PASSWORD_AUTH_ERROR' => 'The current password is incorrect.',
|
||||
'usr_SYSTEM_PASSWORD_CHANGED' => 'The system password has been changed.',
|
||||
'usr_CURRENT_SYSTEM_PASSWORD' => 'Current system password',
|
||||
'usr_NEW_SYSTEM_PASSWORD' => 'New system password',
|
||||
'usr_NEW_SYSTEM_PASSWORD_VERIFY' => 'New system password (verify)',
|
||||
'usr_LABEL_IPSECRW_DOWNLOAD' => 'Download digital certificate to IPSec client',
|
||||
'usr_ERR_OCCURRED_DELETING' => 'An error occurred while trying to delete the user.',
|
Reference in New Issue
Block a user