ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/users.php
Go to the documentation of this file.
00001 <?php
00010 define('HEADING_TITLE', 'Admin Users');
00011 
00012 define('IMAGE_ADD_USER', 'Add User');
00013 define('IMAGE_RESET_PWD', 'Reset Password');
00014 
00015 define('TEXT_ID', 'ID');
00016 define('TEXT_NAME', 'Name');
00017 define('TEXT_EMAIL', 'Email');
00018 define('TEXT_PROFILE', 'Profile');
00019 define('TEXT_PASSWORD', 'Password');
00020 define('TEXT_CONFIRM_PASSWORD', 'Confirm Password');
00021 define('TEXT_NO_USERS_FOUND', 'No admin users found');
00022 define('TEXT_CONFIRM_DELETE', 'Delete requested. Please confirm: ');
00023 
00024 define('ERROR_NO_USER_DEFINED', 'The option that you requested cannot be undertaken without specifying a user');
00025 define('ERROR_USER_MUST_HAVE_PROFILE', 'Users must be assigned a profile');
00026 define('ERROR_DUPLICATE_USER', 'Sorry, an admin user of that name already exists. Please select another name.');
00027 define('ERROR_ADMIN_NAME_TOO_SHORT', 'Admin user names must have at least %s characters');
00028 define('ERROR_PASSWORD_TOO_SHORT', 'Passwords must contain at least %s characters');
00029 define('SUCCESS_NEW_USER_ADDED', 'New user added');
00030 define('SUCCESS_USER_DETAILS_UPDATED', 'User details updated');
00031 define('SUCCESS_PASSWORD_UPDATED', 'Password updated');
00032 define('ERROR_ADMIN_INVALID_EMAIL_ADDRESS', 'Sorry, the email address you specified contains invalid characters.');
00033 define('ERROR_ADMIN_INVALID_CHARS_IN_USERNAME', 'Sorry, the admin username you entered contains invalid characters.');
 All Data Structures Namespaces Files Functions Variables Enumerations