attribute_group.php 1.23 KB
<?php
// Heading
$_['heading_title']		= 'Groupes d&#8217;attributs';

// Text
$_['text_success']		= 'F&eacute;licitations, vous avez sauvegard&eacute; les <b>Groupes d&#8217;attributs</b> avec succ&egrave;s !';
$_['text_list']         = 'Liste des groupes d&#8217;attributs';
$_['text_add']          = 'Ajouter un groupe d&#8217;attributs';
$_['text_edit']         = 'Modifier un groupe d&#8217;attributs';

// Column
$_['column_name']		= 'Nom du groupe d&#8217;attributs';
$_['column_sort_order']	= 'Classement';
$_['column_action']		= 'Action';

// Entry
$_['entry_name']		= 'Nom du groupe d&#8217;attributs';
$_['entry_sort_order']	= 'Classement';

// Error
$_['error_permission']	= 'Attention, vous n&#8217;avez pas la permission de modifier les <b>Groupes d&#8217;attributs</b> !';
$_['error_name']		= 'Le <b>Nom du groupe d&#8217;attributs</b> doit &ecirc;tre compos&eacute; de 3 &agrave; 64 caract&egrave;res !';
$_['error_attribute']	= 'Attention, ce groupe d&#8217;attributs ne peut pas &ecirc;tre supprim&eacute;e car elle est actuellement affect&eacute;e &agrave; %s attributs !';
$_['error_product']		= 'Attention, ce groupe d&#8217;attributs ne peut pas &ecirc;tre supprim&eacute;e car elle est actuellement affect&eacute;e &agrave; %s produits !';
?>