[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: file_manager.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2008 osCMax 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 define('ERROR_FILENAME_EMPTY', 'Error: Please enter a filename to store the contents in.'); 39 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |