<?php
/****************************************************************************\
* TaskFreak! *
* multi user *
******************************************************************************
* Version: 0.6.3 *
* Authors: Stan Ozier <hide@address.com> *
* License: http://www.gnu.org/licenses/gpl.txt (GPL) *
\****************************************************************************/
// system menu
$GLOBALS['langSystemMenu'] = array (
'general' => 'Général',
'email_alerts' => 'Notifications mèl',
'contexts' => 'Contextes'
);
// email description
$GLOBALS['langSystemEmail'] = array(
1 => 'Inscription : notification de nouvelle inscription',
2 => 'Inscription : Demande en attente',
3 => 'Inscription : message d\'activation',
4 => 'Inscription : message de confirmation',
5 => 'Rappel de mot de passe',
6 => 'Notification de tâche',
7 => 'Notification d'échéance',
);
// email stuff
$GLOBALS['langSystemEmailStuff'] = array(
'from' => 'De',
'to' => 'À',
'cc' => 'Cc',
'dir' => 'Dir.',
'dir_in' => 'IN',
'dir_out' => 'OUT',
'alert' => 'Notification',
'name' => 'Nom',
'email' => 'Adresse mèl',
'subject' => 'Sujet',
'body_template' => 'Modèle',
'enabled' => 'Activé',
'enable_label' => 'Activer la notification mèl',
'disabled' => 'Désactiver',
'disable_label' => 'Désactiver la notification mèl',
'link_edit' => 'Modifier la configuration des notifications mèl'
);
?>