[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/admin/includes/languages/english/ -> file_manager.php (source)

   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  ?>


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics