|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00002 // 00003 // +----------------------------------------------------------------------+ 00004 // |zen-cart Open Source E-commerce | 00005 // +----------------------------------------------------------------------+ 00006 // | Copyright (c) 2006 The zen-cart developers | 00007 // | | 00008 // | http://www.zen-cart.com/index.php | 00009 // | | 00010 // | Portions Copyright (c) 2003 osCommerce | 00011 // +----------------------------------------------------------------------+ 00012 // | This source file is subject to version 2.0 of the GPL license, | 00013 // | that is bundled with this package in the file LICENSE, and is | 00014 // | available through the world-wide-web at the following url: | 00015 // | http://www.zen-cart.com/license/2_0.txt. | 00016 // | If you did not receive a copy of the zen-cart license and are unable | 00017 // | to obtain it through the world-wide-web, please send a note to | 00018 // | [email protected] so we can mail you a copy immediately. | 00019 // +----------------------------------------------------------------------+ 00020 // $Id: media_manager.php 4873 2006-11-02 09:12:46Z drbyte $ 00021 // 00022 00023 define('HEADING_TITLE_MEDIA_MANAGER', 'Media Manager'); 00024 00025 define('TABLE_HEADING_MEDIA', 'Collection Name'); 00026 define('TABLE_HEADING_ACTION', 'Action'); 00027 define('TEXT_HEADING_NEW_MEDIA_COLLECTION', 'New Media Collection'); 00028 define('TEXT_NEW_INTRO', 'Please enter the details of the new media collection below'); 00029 define('TEXT_MEDIA_COLLECTION_NAME', 'Media Collection Name'); 00030 define('TEXT_MEDIA_EDIT_INSTRUCTIONS', 'Use the section above to change the Media Collection Name, then clicking on the save button.<br /><br /> 00031 Use the selection below to add or remove media clips from the media collection.'); 00032 define('TEXT_DATE_ADDED', 'Date Added:'); 00033 define('TEXT_LAST_MODIFIED', 'Last Modified:'); 00034 define('TEXT_PRODUCTS', 'Linked Products:'); 00035 define('TEXT_CLIPS', 'Linked Clips:'); 00036 define('TEXT_NO_PRODUCTS', 'No Products in this category'); 00037 define('TEXT_HEADING_EDIT_MEDIA_COLLECTION', 'Edit Media Collection'); 00038 define('TEXT_EDIT_INTRO', 'Please amend the details of the new media collection below'); 00039 define('TEXT_HEADING_DELETE_MEDIA_COLLECTION', 'Delete Media Collection'); 00040 define('TEXT_DELETE_INTRO', 'Do you want to delete this media collection?'); 00041 define('TEXT_DISPLAY_NUMBER_OF_MEDIA', 'Displaying <strong>%d</strong> to <strong>%d</strong> (of <strong>%d</strong> Media Collections)'); 00042 define('TEXT_ADD_MEDIA_CLIP', 'Add Media Clip'); 00043 define('TEXT_MEDIA_CLIP_DIR', 'Upload to Media Directory'); 00044 define('TEXT_MEDIA_CLIP_TYPE', 'Media Clip Type'); 00045 define('TEXT_HEADING_ASSIGN_MEDIA_COLLECTION', 'Assign Media Collection to Product'); 00046 define('TEXT_PRODUCTS_INTRO', 'You can assign and remove this Media Collection for products using the forms below.'); 00047 define('IMAGE_PRODUCTS', 'Assign to Product'); 00048 define('TEXT_DELETE_PRODUCTS', 'Delete this Media Collection and all items linked to it?'); 00049 define('TEXT_DELETE_WARNING_PRODUCTS', '<strong>WARNING:</strong> There are %s items still linked to this Media Collection!'); 00050 define('TEXT_WARNING_FOLDER_UNWRITABLE', 'NOTE: media folder ' . DIR_FS_CATALOG_MEDIA . ' is not writable. Cannot upload files.'); 00051 00052 define('ERROR_UNKNOWN_DATA', 'ERROR: Unknown data supplied ... operation cancelled'); 00053 define('TEXT_ADD','Add'); 00054 00055 00056 ?>