<?php
// Heading
$_['heading_title'] = 'Champs personnalises';

// Text
$_['text_success'] = 'Succes: vous avez modifie les champs personnalises!';
$_['text_list'] = 'Liste de champs personnalisee';
$_['text_add'] = 'Ajouter un champ personnalise';
$_['text_edit'] = 'Modifier le champ personnalise';
$_['text_choose'] = 'Choisissez';
$_['text_select'] = 'Selectionnez';
$_['text_radio'] = 'Radio';
$_['text_checkbox'] = 'Case a cocher';
$_['text_input'] = 'Entree';
$_['text_text'] = 'Texte';
$_['text_textarea'] = 'Textarea';
$_['text_file'] = 'Fichier';
$_['text_date'] = 'Date';
$_['text_datetime'] = 'Date &amp; Temps';
$_['text_time'] = 'Temps';
$_['text_account'] = 'Compte';
$_['text_address'] = 'Adresse';
$_['text_affiliate'] = 'Affilie';
$_['text_regex'] = 'Regex';
$_['text_custom_field'] = 'Champ personnalise';
$_['text_value'] = 'Valeurs de champ personnalisees';

// Column
$_['column_name'] = 'Nom du champ personnalise';
$_['column_location'] = 'Localisation';
$_['column_type'] = 'Type';
$_['column_sort_order'] = 'Ordre de tri';
$_['column_action'] = 'Action';

// Entry
$_['entry_name'] = 'Nom du champ personnalise';
$_['entry_location'] = 'Localisation';
$_['entry_type'] = 'Type';
$_['entry_value'] = 'Valeur';
$_['entry_validation'] = 'Validation';
$_['entry_custom_value'] = 'Nom de la valeur du champ personnalise';
$_['entry_customer_group'] = 'Groupe de clients';
$_['entry_required'] = 'Obligatoire';
$_['entry_status'] = 'Statut';
$_['entry_sort_order'] = 'Ordre de tri';

// Help
$_['help_regex'] = 'Utiliser regex. E.g: /[a-zA-Z0-9_-]/ ';
$_['help_sort_order'] = 'Utilise moins pour compter a rebours a partir du dernier champ de l\'ensemble.';

// Error
$_['error_permission'] = 'Attention: vous n\'avez pas la permission de modifier les champs personnalises!';
$_['error_name'] = 'Le nom du champ personnalise doit etre compris entre 1 et 128 caracteres!';
$_['error_type'] = 'Attention: valeurs de champs personnalisees requises!';
$_['error_custom_value'] = 'Le nom de la valeur personnalisee doit etre compris entre 1 et 128 caracteres!';
