<?php
/**
  @licence GPL 2005-2011  The osCSS developers - osCSS Open Source E-commerce
  @portion code Copyright (c) 2002 osCommerce
  @package osCSS-2 <www http://www.oscss.org>
  @version 2.1.0
  @date  12/02/11, 14:46
  @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr>
  @encode UTF-8
*/
$lang['heading title']='Notifications metiers';

$lang['heading title configuration']='Régler vos préférences de notifications';

$lang['table heading notif id']='Id';
$lang['table heading type']='type';
$lang['table heading keys']='key';
$lang['table heading name']='link';
$lang['table heading date']='date';
$lang['table heading action']='Action';
$lang['table heading chknotif id']='Id';
$lang['table heading type']='type';
$lang['table heading chknotif_key']='Évènement';
$lang['table heading chknotif_method']='Méthode';
$lang['table heading chknotif_status']='Status';

$lang['heading notification view']='Détail notification';
$lang['heading config edit']='Édition d\'une configuration ';
$lang['text info key notif']='Action sur : ';
$lang['text info key method']='Méthode : ';
$lang['text info date notif']='Date : ';
$lang['text info content notif']='Contenu : ';


$lang['image new notification']='Nouvelle notification';
$lang['image notification config list']='Configuration';
$lang['image notification list']='Évènements';


$lang['error in update notification']='Erreur lors de la mise à jour de la notification';
$lang['success notification update']='Notification de mise à jour';
$lang['error in insert notification']='Erreur lors de l\'ajout de la notification';
$lang['success notification insert']='Notification ajoutée';
$lang['success notification delete']='Notification supprimée';

$lang['success notif detail delete']='Notification supprimée';
?>