HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u103727277 (3416564)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /homepages/oneclick/ZenCart/1.5.3/2/scripts/locale/includes/languages/french/icon_names.php
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: icon_names.php 290 2004-09-15 19:48:26Z wilt $
// +----------------------------------------------------------------------+
// | Traduction française de Zen Cart 1.3.9 par Zen Cart France.                  |
// | Auteur : Damien Desrousseaux : http://www.zencart-france.com             |
// | Package : zen-cart-v1.3.9-FR                                        |
// +----------------------------------------------------------------------+
//


// define the icon images used in the project
  
define('ICON_IMAGE_ERROR', 'error.gif');
define('ICON_IMAGE_WARNING', 'warning.gif');
define('ICON_IMAGE_SUCCESS', 'success.gif');
define('ICON_IMAGE_TRASH', 'small_delete.gif');
define('ICON_IMAGE_UPDATE', 'button_update_cart.gif');
define('ICON_IMAGE_TINYCART', 'cart.gif');

//alt tags for buttons

  //define('ICON_ARROW_RIGHT_ALT', 'plus');
  //define('ICON_CART_ALT', 'Dans le Panier');
  define('ICON_ERROR_ALT', 'Erreur');
  define('ICON_SUCCESS_ALT', 'Succ&egrave;s');
  define('ICON_WARNING_ALT', 'Attention');
  define('ICON_UPDATE_ALT', 'ok');
  define('ICON_TRASH_ALT', 'Suppr'); 
  define('ICON_TINYCART_ALT', 'Ajouter ce produit &agrave; votre panier en cliquant ici.'); 
?>