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

   1  <?php
   2  //

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

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

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

   6  // | Copyright (c) 2006 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: media_manager.php 4873 2006-11-02 09:12:46Z drbyte $

  21  //

  22  
  23  define('HEADING_TITLE_MEDIA_MANAGER', 'Media Manager');
  24  
  25  define('TABLE_HEADING_MEDIA', 'Collection Name');
  26  define('TABLE_HEADING_ACTION', 'Action');
  27  define('TEXT_HEADING_NEW_MEDIA_COLLECTION', 'New Media Collection');
  28  define('TEXT_NEW_INTRO', 'Please enter the details of the new media collection below');
  29  define('TEXT_MEDIA_COLLECTION_NAME', 'Media Collection Name');
  30  define('TEXT_MEDIA_EDIT_INSTRUCTIONS', 'Use the section above to change the Media Collection Name, then clicking on the save button.<br /><br />
  31                                          Use the selection below to add or remove media clips from the media collection.');
  32  define('TEXT_DATE_ADDED', 'Date Added:');
  33  define('TEXT_LAST_MODIFIED', 'Last Modified:');
  34  define('TEXT_PRODUCTS', 'Linked Products:');
  35  define('TEXT_CLIPS', 'Linked Clips:');
  36  define('TEXT_NO_PRODUCTS', 'No Products in this category');
  37  define('TEXT_HEADING_EDIT_MEDIA_COLLECTION', 'Edit Media Collection');
  38  define('TEXT_EDIT_INTRO', 'Please amend the details of the new media collection below');
  39  define('TEXT_HEADING_DELETE_MEDIA_COLLECTION', 'Delete Media Collection');
  40  define('TEXT_DELETE_INTRO', 'Do you want to delete this media collection?');
  41    define('TEXT_DISPLAY_NUMBER_OF_MEDIA', 'Displaying <strong>%d</strong> to <strong>%d</strong> (of <strong>%d</strong> Media Collections)');
  42  define('TEXT_ADD_MEDIA_CLIP', 'Add Media Clip');
  43  define('TEXT_MEDIA_CLIP_DIR', 'Upload to Media Directory');
  44  define('TEXT_MEDIA_CLIP_TYPE', 'Media Clip Type');
  45  define('TEXT_HEADING_ASSIGN_MEDIA_COLLECTION', 'Assign Media Collection to Product');
  46  define('TEXT_PRODUCTS_INTRO', 'You can assign and remove this Media Collection for products using the forms below.');
  47  define('IMAGE_PRODUCTS', 'Assign to Product');
  48  define('TEXT_DELETE_PRODUCTS', 'Delete this Media Collection and all items linked to it?');
  49  define('TEXT_DELETE_WARNING_PRODUCTS', '<strong>WARNING:</strong> There are %s items still linked to this Media Collection!');
  50  define('TEXT_WARNING_FOLDER_UNWRITABLE', 'NOTE: media folder ' . DIR_FS_CATALOG_MEDIA . ' is not writable. Cannot upload files.');
  51  
  52  define('ERROR_UNKNOWN_DATA', 'ERROR: Unknown data supplied ... operation cancelled');
  53  define('TEXT_ADD','Add');
  54  
  55  
  56  ?>


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