diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-07 15:26:53 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-07 15:26:53 +0000 |
commit | e59156b446f1e402c95d04c39374630f2913b611 (patch) | |
tree | b266f78dc4b3b40b3641b0d2dd0d2cf7e9c2fe17 /config/locales/fr.yml | |
parent | 5592e77fc6b148fe832a861eb583f67e584075e2 (diff) | |
download | redmine-e59156b446f1e402c95d04c39374630f2913b611.tar.gz redmine-e59156b446f1e402c95d04c39374630f2913b611.zip |
Rename task to issue in calendar (#6563)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4238 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/fr.yml')
-rw-r--r-- | config/locales/fr.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index c7d3fe6e6..57e498658 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -833,9 +833,9 @@ fr: text_subprojects_destroy_warning: "Ses sous-projets : {{value}} seront également supprimés." text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow text_are_you_sure: Êtes-vous sûr ? - text_tip_task_begin_day: tâche commençant ce jour - text_tip_task_end_day: tâche finissant ce jour - text_tip_task_begin_end_day: tâche commençant et finissant ce jour + text_tip_issue_begin_day: tâche commençant ce jour + text_tip_issue_end_day: tâche finissant ce jour + text_tip_issue_begin_end_day: tâche commençant et finissant ce jour text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' text_caracters_maximum: "{{count}} caractères maximum." text_caracters_minimum: "{{count}} caractères minimum." |