ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/profiles.php
Go to the documentation of this file.
00001 <?php
00010 define('HEADING_TITLE_ALL_PROFILES', 'User Profiles');
00011 define('HEADING_TITLE_INDIVIDUAL_PROFILE', 'Profile for %s ');
00012 define('HEADING_TITLE_NEW_PROFILE', 'New Profile for ');
00013 
00014 define('ERROR_NO_PROFILE_DEFINED', 'The option that you requested cannot be undertaken without specifying a profile');
00015 define('ERROR_NO_PROFILE_NAME', 'Please enter a name for the new profile');
00016 define('ERROR_INVALID_PROFILE_NAME', 'Please enter a valid name for the new profile');
00017 define('ERROR_DUPLICATE_PROFILE_NAME', 'A profile with that name already exists. Please choose a different name or edit the existing profile');
00018 define('ERROR_NO_PAGES_IN_PROFILE', 'A profile cannot be empty, please select some pages');
00019 define('ERROR_UNABLE_TO_CREATE_PROFILE', 'Unable to create profile');
00020 
00021 define('SUCCESS_PROFILE_INSERTED', 'Profile Added.');
00022 define('SUCCESS_PROFILE_UPDATED', 'Profile Updated');
00023 define('SUCCESS_PROFILE_NAME_UPDATED', 'Profile Name Updated');
00024 define('SUCCESS_PROFILE_DELETED', 'Profile Deleted');
00025 
00026 define('TEXT_ID', 'ID');
00027 define('TEXT_NAME', 'Name');
00028 define('TEXT_USERS', 'Users');
00029 define('TEXT_NO_PROFILES_FOUND', 'No profiles have been defined yet');
00030 
00031 define('IMAGE_ADD_PROFILE', 'Add Profile');
00032 define('IMAGE_RENAME', 'Rename');
 All Data Structures Namespaces Files Functions Variables Enumerations