custom_field.php 2.32 KB
<?php
// Heading
$_['heading_title']         = 'Champs personnalis&eacute;s';

// Text
$_['text_success']          = 'F&eacute;licitations : Vous avez modifi&eacute; les <b>Champs personnalis&eacute;s</b> !!';
$_['text_list']             = 'Liste des Champs personnalis&eacute;s';
$_['text_add']              = 'Ajouter un Champ personnalis&eacute;';
$_['text_edit']             = 'Modifier un Champ personnalis&eacute;';
$_['text_choose']           = 'Choisir';
$_['text_select']           = 'S&eacute;lection';
$_['text_radio']            = 'Bouton Radio';
$_['text_checkbox']         = 'Case &agrave; cocher';
$_['text_input']            = 'Entr&eacute;e de donn&eacute;es';
$_['text_text']             = 'Texte';
$_['text_textarea']         = 'Zone de texte';
$_['text_file']             = 'Fichier';
$_['text_date']             = 'Date';
$_['text_datetime']         = 'Date et heure';
$_['text_time']             = 'Heure';
$_['text_account']          = 'Compte';
$_['text_address']          = 'Adresse';

// Column
$_['column_name']           = 'Nom du champ personnalis&eacute;';
$_['column_location']       = 'Emplacement';
$_['column_type']           = 'Type';
$_['column_sort_order']     = 'Classement';
$_['column_action']         = 'Action';

// Entry
$_['entry_name']            = 'Nom du champ personnalis&eacute; :';
$_['entry_location']        = 'Emplacement :';
$_['entry_type']            = 'Type : ';
$_['entry_value']           = 'Valeur :';
$_['entry_custom_value']    = 'Nom de valeur du champ personnalis&eacute; :';
$_['entry_customer_group']  = 'Groupe de clients :';
$_['entry_required']        = 'Champ obligatoire';
$_['entry_status']          = '&Eacute;tat';
$_['entry_sort_order']      = 'Classement';

// Help
$_['help_sort_order']       = 'Utiliser le signe moins pour revenir au champ pr&eacute;c&eacute;dent.';

// Error
$_['error_permission']      = 'AVERTISSEMENT : Vous n&#8217;&ecirc;tes pas autoris&eacute; &agrave; modifier les champs personnalis&eacute;s !';
$_['error_name']            = 'Le nom du champ personnalis&eacute; doit &ecirc;tre compos&eacute; de 1 et 128 caract&egrave;res !';
$_['error_type']            = 'AVERTISSEMENT : Les valeurs du champ personnalis&eacute; sont requis !';
$_['error_custom_value']    = 'La valeur du champ personnalis&eacute; doit &ecirc;tre compos&eacute; de 1 et 128 caract&egrave;res!';
?>