DIR : /home/kozerus/public_html/zc/adam/includes/languages/english/profiles.php
/home/kozerus/public_html/zc/adam/includes/languages/english
<?php
/**
* @package admin
* @copyright Copyright 2003-2014 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version GIT: $Id: Author: Ian Wilson Modified in v1.5.4 $
*/
define('HEADING_TITLE_ALL_PROFILES', 'User Profiles');
define('HEADING_TITLE_INDIVIDUAL_PROFILE', 'Profile for %s ');
define('HEADING_TITLE_NEW_PROFILE', 'New Profile for ');
define('ERROR_NO_PROFILE_DEFINED', 'The option that you requested cannot be undertaken without specifying a profile');
define('ERROR_NO_PROFILE_NAME', 'Please enter a name for the new profile');
define('ERROR_INVALID_PROFILE_NAME', 'Please enter a valid name for the profile');
define('ERROR_DUPLICATE_PROFILE_NAME', 'A profile with that name already exists. Please choose a different name or edit the existing profile');
define('ERROR_NO_PAGES_IN_PROFILE', 'A profile cannot be empty, please select some pages');
define('ERROR_UNABLE_TO_CREATE_PROFILE', 'Unable to create profile');
define('SUCCESS_PROFILE_INSERTED', 'Profile Added.');
define('SUCCESS_PROFILE_UPDATED', 'Profile Updated');
define('SUCCESS_PROFILE_NAME_UPDATED', 'Profile Name Updated');
define('SUCCESS_PROFILE_DELETED', 'Profile Deleted');
define('TEXT_ID', 'ID');
define('TEXT_NAME', 'Name');
define('TEXT_USERS', 'Users');
define('TEXT_NO_PROFILES_FOUND', 'No profiles have been defined yet');
define('IMAGE_ADD_PROFILE', 'Add Profile');
define('IMAGE_RENAME', 'Rename');
define('TEXT_CONFIRM_DELETE', 'Delete requested. Please confirm: ');
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer