| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: file_manager.php,v 1.13 2002/08/19 01:45:58 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'File Manager'); 14 15 define('TABLE_HEADING_FILENAME', 'Name'); 16 define('TABLE_HEADING_SIZE', 'Size'); 17 define('TABLE_HEADING_PERMISSIONS', 'Permissions'); 18 define('TABLE_HEADING_USER', 'User'); 19 define('TABLE_HEADING_GROUP', 'Group'); 20 define('TABLE_HEADING_LAST_MODIFIED', 'Last Modified'); 21 define('TABLE_HEADING_ACTION', 'Action'); 22 23 define('TEXT_INFO_HEADING_UPLOAD', 'Upload'); 24 define('TEXT_FILE_NAME', 'Filename:'); 25 define('TEXT_FILE_SIZE', 'Size:'); 26 define('TEXT_FILE_CONTENTS', 'Contents:'); 27 define('TEXT_LAST_MODIFIED', 'Last Modified:'); 28 define('TEXT_NEW_FOLDER', 'New Folder'); 29 define('TEXT_NEW_FOLDER_INTRO', 'Enter the name for the new folder:'); 30 define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this file?'); 31 define('TEXT_UPLOAD_INTRO', 'Please select the files to upload.'); 32 33 define('ERROR_DIRECTORY_NOT_WRITEABLE', 'Error: I can not write to this directory. Please set the right user permissions on: %s'); 34 define('ERROR_FILE_NOT_WRITEABLE', 'Error: I can not write to this file. Please set the right user permissions on: %s'); 35 define('ERROR_DIRECTORY_NOT_REMOVEABLE', 'Error: I can not remove this directory. Please set the right user permissions on: %s'); 36 define('ERROR_FILE_NOT_REMOVEABLE', 'Error: I can not remove this file. Please set the right user permissions on: %s'); 37 define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Error: Directory does not exist: %s'); 38 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |