[ 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/ -> backup.php (source)

   1  <?php
   2  /*
   3    $Id: backup.php,v 1.16 2002/03/16 21:30:02 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', 'Database Backup Manager');
  14  
  15  define('TABLE_HEADING_TITLE', 'Title');
  16  define('TABLE_HEADING_FILE_DATE', 'Date');
  17  define('TABLE_HEADING_FILE_SIZE', 'Size');
  18  define('TABLE_HEADING_ACTION', 'Action');
  19  
  20  define('TEXT_INFO_HEADING_NEW_BACKUP', 'New Backup');
  21  define('TEXT_INFO_HEADING_RESTORE_LOCAL', 'Restore Local');
  22  define('TEXT_INFO_NEW_BACKUP', 'Do not interrupt the backup process which might take a couple of minutes.');
  23  define('TEXT_INFO_UNPACK', '<br><br>(after unpacking the file from the archive)');
  24  define('TEXT_INFO_RESTORE', 'Do not interrupt the restoration process.<br><br>The larger the backup, the longer this process takes!<br><br>If possible, use the mysql client.<br><br>For example:<br><br><b>mysql -h' . DB_SERVER . ' -u' . DB_SERVER_USERNAME . ' -p ' . DB_DATABASE . ' < %s </b> %s');
  25  define('TEXT_INFO_RESTORE_LOCAL', 'Do not interrupt the restoration process.<br><br>The larger the backup, the longer this process takes!');
  26  define('TEXT_INFO_RESTORE_LOCAL_RAW_FILE', 'The file uploaded must be a raw sql (text) file.');
  27  define('TEXT_INFO_DATE', 'Date:');
  28  define('TEXT_INFO_SIZE', 'Size:');
  29  define('TEXT_INFO_COMPRESSION', 'Compression:');
  30  define('TEXT_INFO_USE_GZIP', 'Use GZIP');
  31  define('TEXT_INFO_USE_ZIP', 'Use ZIP');
  32  define('TEXT_INFO_USE_NO_COMPRESSION', 'No Compression (Pure SQL)');
  33  define('TEXT_INFO_DOWNLOAD_ONLY', 'Download only (do not store server side)');
  34  define('TEXT_INFO_BEST_THROUGH_HTTPS', 'Best through a HTTPS connection');
  35  define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this backup?');
  36  define('TEXT_NO_EXTENSION', 'None');
  37  define('TEXT_BACKUP_DIRECTORY', 'Backup Directory:');
  38  define('TEXT_LAST_RESTORATION', 'Last Restoration:');
  39  define('TEXT_FORGET', '(<u>forget</u>)');
  40  
  41  define('ERROR_BACKUP_DIRECTORY_DOES_NOT_EXIST', 'Error: Backup directory does not exist. Please set this in configure.php.');
  42  define('ERROR_BACKUP_DIRECTORY_NOT_WRITEABLE', 'Error: Backup directory is not writeable.');
  43  define('ERROR_DOWNLOAD_LINK_NOT_ACCEPTABLE', 'Error: Download link not acceptable.');
  44  
  45  define('SUCCESS_LAST_RESTORE_CLEARED', 'Success: The last restoration date has been cleared.');
  46  define('SUCCESS_DATABASE_SAVED', 'Success: The database has been saved.');
  47  define('SUCCESS_DATABASE_RESTORED', 'Success: The database has been restored.');
  48  define('SUCCESS_BACKUP_DELETED', 'Success: The backup has been removed.');
  49  ?>


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