diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-12 10:06:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-12 10:06:07 +0000 |
commit | 5c6ce51ec9f1f3f6687db06d0faeb61d1524198d (patch) | |
tree | 34b9083d62a6f99dbc297837f7f93ea11e0cf813 /config/locales | |
parent | ddeaf9da965c1145e65c1552414b3432a5291ea1 (diff) | |
download | redmine-5c6ce51ec9f1f3f6687db06d0faeb61d1524198d.tar.gz redmine-5c6ce51ec9f1f3f6687db06d0faeb61d1524198d.zip |
Adds workflow copy functionality (#1727).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3154 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 7 | ||||
-rw-r--r-- | config/locales/fr.yml | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6a439a337..3f7e02191 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -159,7 +159,9 @@ en: error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened' error_can_not_archive_project: This project can not be archived error_issue_done_ratios_not_updated: "Issue done ratios not updated." - + error_workflow_copy_source: 'Please select a source tracker or role' + error_workflow_copy_target: 'Please select target tracker(s) and role(s)' + warning_attachments_not_saved: "{{count}} file(s) could not be saved." mail_subject_lost_password: "Your {{value}} password" @@ -720,6 +722,9 @@ en: label_version_sharing_tree: With project tree label_version_sharing_system: With all projects label_update_issue_done_ratios: Update issue done ratios + label_copy_source: Source + label_copy_target: Target + label_copy_same_as_target: Same as target button_login: Login button_submit: Submit diff --git a/config/locales/fr.yml b/config/locales/fr.yml index b39907c50..7072a0a10 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -179,6 +179,8 @@ fr: error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte' error_can_not_archive_project: "Ce projet ne peut pas être archivé" + error_workflow_copy_source: 'Veuillez sélectionner un tracker et/ou un rôle source' + error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles' warning_attachments_not_saved: "{{count}} fichier(s) n'ont pas pu être sauvegardés." @@ -732,6 +734,9 @@ fr: label_version_sharing_hierarchy: Avec toute la hiérarchie label_version_sharing_tree: Avec tout l'arbre label_version_sharing_system: Avec tous les projets + label_copy_source: Source + label_copy_target: Cible + label_copy_same_as_target: Comme la cible button_login: Connexion button_submit: Soumettre |