diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-25 17:31:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-25 17:31:50 +0000 |
commit | 0c8105277070c20590d22a0d4b8fc1f09ce981d9 (patch) | |
tree | cc03ec6f7da3f6b6b1ebd8c4a73f36276050b1a8 /lang/fr.yml | |
parent | d99dc4070a925fabc050ae61c21c64548730a636 (diff) | |
download | redmine-0c8105277070c20590d22a0d4b8fc1f09ce981d9.tar.gz redmine-0c8105277070c20590d22a0d4b8fc1f09ce981d9.zip |
Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any.
See @rake -D redmine:send_reminders@ for options.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1459 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/fr.yml')
-rw-r--r-- | lang/fr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/fr.yml b/lang/fr.yml index 8827edd5e..8b002bbf6 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -91,6 +91,8 @@ mail_body_account_information_external: Vous pouvez utiliser votre compte "%s" p mail_body_account_information: Paramètres de connexion de votre compte mail_subject_account_activation_request: "Demande d'activation d'un compte %s" mail_body_account_activation_request: "Un nouvel utilisateur (%s) s'est inscrit. Son compte nécessite votre approbation:" +mail_subject_reminder: "%d demande(s) arrivent à échéance" +mail_body_reminder: "%d demande(s) qui vous sont assignées arrivent à échéance dans les %d prochains jours:" gui_validation_error: 1 erreur gui_validation_error_plural: %d erreurs |