diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-26 10:20:48 +0000 |
commit | 76b92fb999750402a448af0226c871bcef0ec2d9 (patch) | |
tree | d77805fb8e9106c5dc4a6552ef9d9bf4b18f16a9 /lang/fr.yml | |
parent | a9f86444fc5acd7502b72ea905f88952fc3c1434 (diff) | |
download | redmine-76b92fb999750402a448af0226c871bcef0ec2d9.tar.gz redmine-76b92fb999750402a448af0226c871bcef0ec2d9.zip |
Warn user that subprojects are also deleted when deleting a project (#1111) and add a checkbox to confirm the deletion.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1359 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/fr.yml')
-rw-r--r-- | lang/fr.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/fr.yml b/lang/fr.yml index 602b3c8e1..cbdda4f3d 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -556,7 +556,8 @@ status_locked: vérouillé text_select_mail_notifications: Actions pour lesquelles une notification par e-mail est envoyée text_regexp_info: ex. ^[A-Z0-9]+$ text_min_max_length_info: 0 pour aucune restriction -text_project_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce projet et tout ce qui lui est rattaché ? +text_project_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce projet et toutes ses données ? +text_subprojects_destroy_warning: 'Ses sous-projets: %s seront également supprimés.' text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow text_are_you_sure: Etes-vous sûr ? text_journal_changed: changé de %s à %s |