[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

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

   1  <?php
   2  //

   3  // +----------------------------------------------------------------------+

   4  // |zen-cart Open Source E-commerce                                       |

   5  // +----------------------------------------------------------------------+

   6  // | Copyright (c) 2003 The zen-cart developers                           |

   7  // |                                                                      |

   8  // | http://www.zen-cart.com/index.php                                    |

   9  // |                                                                      |

  10  // | Portions Copyright (c) 2003 osCommerce                               |

  11  // +----------------------------------------------------------------------+

  12  // | This source file is subject to version 2.0 of the GPL license,       |

  13  // | that is bundled with this package in the file LICENSE, and is        |

  14  // | available through the world-wide-web at the following url:           |

  15  // | http://www.zen-cart.com/license/2_0.txt.                             |

  16  // | If you did not receive a copy of the zen-cart license and are unable |

  17  // | to obtain it through the world-wide-web, please send a note to       |

  18  // | license@zen-cart.com so we can mail you a copy immediately.          |

  19  // +----------------------------------------------------------------------+

  20  //  $Id: admin.php 1105 2005-04-04 22:05:35Z birdbrain $

  21  //

  22  
  23  define('HEADING_TITLE', 'Admin Settings');
  24  
  25  define('TABLE_HEADING_ADMINS_NAME', 'Admins Name');
  26  define('TABLE_HEADING_ADMINS_ID', 'ID');
  27  define('TABLE_HEADING_ADMINS_EMAIL', 'Email');
  28  define('TABLE_HEADING_ACTION', 'Action');
  29  
  30  define('TEXT_HEADING_NEW_ADMIN', 'New');
  31  define('TEXT_HEADING_EDIT_ADMIN', 'Edit');
  32  define('TEXT_HEADING_DELETE_ADMIN', 'Delete');
  33  define('TEXT_HEADING_RESET_PASSWORD', 'Reset Password');
  34  
  35  define('TEXT_ADMINS', 'Admins:');
  36  define('TEXT_ADMINS_EMAIL', 'Email:');
  37  
  38  define('TEXT_NEW_INTRO', 'Please fill out the following information for the new admin');
  39  define('TEXT_EDIT_INTRO', 'Please make any necessary changes');
  40  
  41  define('TEXT_ADMINS_NAME', 'Admins Name:');
  42  define('TEXT_ADMINS_PASSWORD', 'Password:');
  43  define('TEXT_ADMINS_CONFIRM_PASSWORD', 'Confirm Password:');
  44  
  45  define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this admin?');
  46  define('TEXT_DELETE_IMAGE', 'Delete Admins image?');
  47  
  48  
  49  define('ENTRY_PASSWORD_NEW_ERROR', 'Your new Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.');
  50  define('ENTRY_PASSWORD_NEW_ERROR_NOT_MATCHING', 'The Password Confirmation must match your new Password.');
  51  
  52  define('TEXT_ADMINS_LEVEL','Admin Level for this login:');
  53  define('TEXT_ADMIN_LEVEL_INSTRUCTIONS','Setting the Admin Level to 1 will allow this login to override the Admin Demo when active. Only level 1 will be able to change the admin login and password when the Admin Demo is active.');
  54  define('TEXT_ADMIN_DEMO','The Admin Demo feature changes the Admin from a fully functional Admin to a semi-functional, less destructive Admin for when you want to set up a demo version. Only Admin logins set to Level 1 may change this setting and they will have an override to allow for full use of the Admin even when the Admin Demo is on.<br />Be sure that you have set up a demo login set to level 0 before activating this setting');
  55  define('TEXT_DEMO_STATUS','The current Admin Demo is set to:');
  56  define('TEXT_DEMO_OFF','Off');
  57  define('TEXT_DEMO_ON','On');
  58  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics