mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
* fixed some warnings on install on servers using account.id
* added version 772 constant to install client choose (OTHire) * forgot to add is_sample to samples on install
This commit is contained in:
@@ -83,8 +83,8 @@ $locale['step_admin_account'] = 'Admin account name';
|
||||
$locale['step_admin_account_desc'] = 'Name of your admin account, which will be used to login to website and server.';
|
||||
$locale['step_admin_account_error_format'] = 'Invalid account name format. Use only a-Z and numbers 0-9. Minimum 3, maximum 32 characters.';
|
||||
$locale['step_admin_account_error_same'] = 'Password may not be the same as account name.';
|
||||
$locale['step_admin_account_id'] = 'Admin account id';
|
||||
$locale['step_admin_account_id_desc'] = 'ID of your admin account, which will be used to login to website and server.';
|
||||
$locale['step_admin_account_id'] = 'Admin account number';
|
||||
$locale['step_admin_account_id_desc'] = 'Number of your admin account, which will be used to login to website and server.';
|
||||
$locale['step_admin_account_id_error_format'] = 'Invalid account number format. Please use only numbers 0-9. Minimum 6, maximum 10 characters.';
|
||||
$locale['step_admin_account_id_error_same'] = 'Password may not be the same as account number.';
|
||||
$locale['step_admin_password'] = 'Admin account password';
|
||||
|
Reference in New Issue
Block a user