From b9d2e9c09209dc68d86b1729c57f378d013c177e Mon Sep 17 00:00:00 2001 From: sjaz Date: Sun, 26 Apr 2009 16:40:06 +0000 Subject: To document the use of /ms set notify mail and nomail. (Backported to 1.8 in r2289) (Adam) git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2290 5417fbe8-f217-4b02-8779-1006273d7864 --- lang/fr.l | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lang/fr.l') diff --git a/lang/fr.l b/lang/fr.l index ffc88d9a3..ec409f9d6 100644 --- a/lang/fr.l +++ b/lang/fr.l @@ -1902,7 +1902,7 @@ MEMO_SET_UNKNOWN_OPTION # SET NOTIFY responses MEMO_SET_NOTIFY_SYNTAX - SET NOTIFY {ON | LOGON | NEW | OFF} + SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF } MEMO_SET_NOTIFY_ON %s vous notifiera maintenant des memos quand vous vous connectez et quand ils vous sont envoyés. MEMO_SET_NOTIFY_LOGON @@ -5467,7 +5467,7 @@ MEMO_HELP_SET d'informations sur une option spécifique. MEMO_HELP_SET_NOTIFY - Syntaxe: SET NOTIFY {ON | LOGON | NEW | OFF} + Syntaxe: SET NOTIFY {ON | LOGON | NEW | MAIL | NOMAIL | OFF} Change quand vous serez notifié de vos nouveaux memos: @@ -5480,6 +5480,9 @@ MEMO_HELP_SET_NOTIFY /AWAY. NEW Vous serez uniquement notifiés des memos lorsqu'ils vous sont envoyés. + MAIL You will be notified of memos by email aswell a + any other settings you have. + NOMAIL You will not be notified of memos by email. OFF Vous ne recevrez aucune notification. ON est la combination de LOGON et NEW. -- cgit