[ 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/ -> layout_controller.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: layout_controller.php 3197 2006-03-17 21:40:58Z drbyte $

  21  //

  22  
  23  define('HEADING_TITLE', 'Column Boxes');
  24  
  25  define('TABLE_HEADING_LAYOUT_BOX_NAME', 'Box File Name');
  26  define('TABLE_HEADING_LAYOUT_BOX_STATUS', 'LEFT/RIGHT COLUMN<br />Status');
  27  define('TABLE_HEADING_LAYOUT_BOX_STATUS_SINGLE', 'SINGLE COLUMN<br />Status');
  28  define('TABLE_HEADING_LAYOUT_BOX_LOCATION', 'LEFT or RIGHT<br />COLUMN');
  29  define('TABLE_HEADING_LAYOUT_BOX_SORT_ORDER', 'LEFT/RIGHT COLUMN<br />Sort Order');
  30  define('TABLE_HEADING_LAYOUT_BOX_SORT_ORDER_SINGLE', 'SINGLE COLUMN<br />Sort Order');
  31  define('TABLE_HEADING_ACTION', 'Action');
  32  
  33  define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
  34  define('TEXT_INFO_LAYOUT_BOX','Selected Box: ');
  35  define('TEXT_INFO_LAYOUT_BOX_NAME', 'Box Name:');
  36  define('TEXT_INFO_LAYOUT_BOX_LOCATION','Location: (Single Column ignores this setting)');
  37  define('TEXT_INFO_LAYOUT_BOX_STATUS', 'Left/Right Column Status: ');
  38  define('TEXT_INFO_LAYOUT_BOX_STATUS_SINGLE', 'Single Column Status: ');
  39  define('TEXT_INFO_LAYOUT_BOX_STATUS_INFO','ON= 1 OFF=0');
  40  define('TEXT_INFO_LAYOUT_BOX_SORT_ORDER', 'Left/Right Column Sort Order:');
  41  define('TEXT_INFO_LAYOUT_BOX_SORT_ORDER_SINGLE', 'Single Column Sort Order:');
  42  define('TEXT_INFO_INSERT_INTRO', 'Please enter the new box with its related data');
  43  define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this box?');
  44  define('TEXT_INFO_HEADING_NEW_BOX', 'New Box');
  45  define('TEXT_INFO_HEADING_EDIT_BOX', 'Edit Box');
  46  define('TEXT_INFO_HEADING_DELETE_BOX', 'Delete Box');
  47  define('TEXT_INFO_DELETE_MISSING_LAYOUT_BOX','Delete missing box from Template listing: ');
  48  define('TEXT_INFO_DELETE_MISSING_LAYOUT_BOX_NOTE','NOTE: This does not remove files and you can re-add the box at anytime by adding it to the correct directory.<br /><br /><strong>Delete box name: </strong>');
  49  define('TEXT_INFO_RESET_TEMPLATE_SORT_ORDER','Reset All Box Sort Order to match DEFAULT Sort Order for Template: ');
  50  define('TEXT_INFO_RESET_TEMPLATE_SORT_ORDER_NOTE','This does not remove any of the boxes. It will only reset the current sort order');
  51  define('TEXT_INFO_BOX_DETAILS','Box Details: ');
  52  
  53  ////////////////

  54  
  55  define('HEADING_TITLE_LAYOUT_TEMPLATE', 'Site Template Layout');
  56  
  57  define('TABLE_HEADING_LAYOUT_TITLE', 'Title');
  58  define('TABLE_HEADING_LAYOUT_VALUE', 'Value');
  59  define('TABLE_HEADING_ACTION', 'Action');
  60  
  61  
  62  define('TEXT_MODULE_DIRECTORY', 'Site Layout Directory:');
  63  define('TEXT_INFO_DATE_ADDED', 'Date Added:');
  64  define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
  65  
  66  // layout box text in includes/boxes/layout.php

  67  define('BOX_HEADING_LAYOUT', 'Layout');
  68  define('BOX_LAYOUT_COLUMNS', 'Column Controller');
  69  
  70  // file exists

  71  define('TEXT_GOOD_BOX',' ');
  72  define('TEXT_BAD_BOX','<font color="ff0000"><b>MISSING</b></font><br />');
  73  
  74  
  75  // Success message

  76  define('SUCCESS_BOX_DELETED','Successfully removed from the template of the box: ');
  77  define('SUCCESS_BOX_RESET','Successfully Reset all box settings to the Default settings for Template: ');
  78  define('SUCCESS_BOX_UPDATED','Successfully Updated settings for box: ');
  79  
  80  define('TEXT_ON',' ON ');
  81  define('TEXT_OFF',' OFF ');
  82  define('TEXT_LEFT',' LEFT ');
  83  define('TEXT_RIGHT',' RIGHT ');
  84  
  85  ?>


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