<?php
/**
  @licence GPL 2005-2010  The osCSS developers - osCSS Open Source E-commerce
  @package oscss-2 <www http://www.oscss.org>
  @version 2.0.9
  @date  17/05/10, 23:04
  @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr>
  @encode UTF-8
*/
$lang['HEADING_TITLE']="Extra Product Fields";
$lang['HT_ADD_VALUE_LIST_LANG']="Ajout valeur de liste pour cette langue";
$lang['TABLE_HEADING_ID']="ID #";
$lang['TABLE_HEADING_LABEL']='Langage/Label';
$lang['TABLE_HEADING_ORDER']='Tri';
$lang['TABLE_HEADING_STATUS']='Statut';
$lang['TABLE_HEADING_USE_ADMIN']='Spe admin';
$lang['TABLE_HEADING_SPE_MODULE']='Spe Module';
$lang['TABLE_HEADING_VALUE']='Valeur';
$lang['TABLE_HEADING_PARENT']='Parent';
$lang['table heading action']='Action';
$lang['TEXT_YES']='Actif';
$lang['TEXT_NO']='Inactif';
$lang['BUTTON_NEW']="Créer un nouveau champ";
$lang['BUTTON_EDIT_VALUES']='Éditer la liste des valeurs';
$lang['BUTTON_VALUE_ADD_LIST']='Ajouter une valeur à la liste ';
$lang['ENTRY_LABEL']='Label: ';
$lang['ENTRY_ACTIVE']='Mode language : ';
$lang['ENTRY_ACTIVE_HELP']='Ce champs contient une valeur internationalisable , une par langue. Aussi vous pourrez insérer une valeur personnalisée par langue';
$lang['ENTRY_ACTIVATE_NOW']='Statut: ';
$lang['ENTRY_ORDER']='Tri: ';
$lang['ENTRY_VALUE']='Valeur : ';
$lang['ENTRY_UNIQ_KEY']='Clef : ';
$lang['ENTRY_UNIQ_KEY_HELP']='Valeur de clef (unique), pour exploiter plus simplement ce label, et obtenir une identfication simple ';
$lang['ENTRY_USE_ADMIN']='Special pour admin uniquement: ';
$lang['ENTRY_SPECIFIQUE_MODULE']='Propriétaire: ';
$lang['ENTRY_SPECIFIQUE_MODULE_HELP']='Nom du module qui est propriétaire de ce champ. Valeur non listée ';
$lang['ENTRY_VALUE_LIST']='Uses A List Of Values: ';
$lang['ENTRY_SEARCH']='Actif dans la recherche: ';
$lang['ENTRY_SEARCH_HELP']='Rend actif ce champ dans la recherche avancée ';
$lang['ENTRY_LISTING']='Voir dans les listings: ';
$lang['ENTRY_SIZE']='Max caratères ';
$lang['ENTRY_SIZE_HELP']='Le nombre maximun autorisé dans le champ (ignored if field uses value list): ';
$lang['ENTRY_META']='Use Value Of Field As A META Keyword For Search Engines: ';
$lang['ENTRY_RESTRICT']='Allow Field To Be Used To Restrict Product Listings (requires value list): ';
$lang['ENTRY_RESTRICT_HELP']='Allow Field To Be Used To Restrict Product Listings (requires value list): ';
$lang['ENTRY_CHAIN']='Show Chain Of Parent Values For Field (requires value list): ';
$lang['ERROR_OUTOFRANGE']='Maximum size must be a number between 1 and 255!';
$lang['ERROR_ENTRY_REQUIRED']='Entry is missing! ';
$lang['TEXT_ENABLED']='Enabled';
$lang['TEXT_DISABLED']='Disabled';
$lang['TEXT_SIZE']='Maximum Size: ';
$lang['TEXT_SEARCHABLE']='Directly Searchable: ';
$lang['TEXT_META']='META Keyword: ';
$lang['TEXT_NOT_APPLY']='Non appliqué ';
$lang['TEXT_RESTRICTS']='Restricts Product Listings: ';
$lang['TEXT_SHOW_PARENTS']='Show Parent Values: ';
$lang['HEADING_NEW']='Creating New Field';
$lang['HEADING_EDIT']='Editing Existing Field #';
$lang['ERROR_ACTIVE']='Field must be active for at least one language!';
$lang['ERROR_LABEL']='Field label for active language %s must not be blank!';
$lang['WARNING_TRUNCATE']='WARNING: Data will be lost if you reduce the field length to this size! Currently %d product descriptions contain values that are longer than this size! To avoid data loss this field would need to be at least %d characters long. If you really want to reduce the size of this field and cause data to be truncated then click the Save button to confirm the change.';
$lang['WARNING_LANGUAGE_IN_USE']='WARNING: This field currently has %d products with values set for the language %s! If you really want to deactivate the field for this language then click on the Save button to confirm the change. The currently entered information will not be deleted but it will also not be viewable or changeable.';
$lang['HEADING_DELETE']='Delete Extra Product Field #';
$lang['TEXT_FIELD_DATA']='<strong>Language:</strong> %s <strong>Label:</strong> %s <strong>Used By:</strong> %d products';
$lang['TEXT_ARE_SURE']='Are you sure you want to delete this field?';
$lang['TEXT_VALUES_GONE']=' All values stored in the value lists for this field will also be deleted!';
$lang['TEXT_CONFIRM_DELETE']='Are you really sure you want to delete this field? All data stored for this field will be lost!';


$lang['listing value fields']='Retour liste des valeurs';
$lang['listing fields']='Retour liste des champs';

$lang['WARNING_VALUE_USED']='Nombre de colonne :  ';
$lang['ERROR_VALUE']='Erreur value :  ';
?>