From 33c28af67af5c53dc88652bac7cd1fc37a651218 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 30 Mar 2011 16:56:52 +0000 Subject: [PATCH] Removed hard coded french strings (#8020). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5264 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/workflows/edit.rhtml | 4 ++-- config/locales/en.yml | 2 ++ config/locales/fr.yml | 2 ++ config/locales/nl.yml | 2 ++ config/locales/pt-BR.yml | 2 ++ 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/views/workflows/edit.rhtml b/app/views/workflows/edit.rhtml index 2a4b8be5..575500f3 100644 --- a/app/views/workflows/edit.rhtml +++ b/app/views/workflows/edit.rhtml @@ -28,7 +28,7 @@ <%= render :partial => 'form', :locals => {:name => 'always', :workflows => @workflows['always']} %>
- Autorisations supplémentaires lorsque l'utilisateur a créé la demande + <%= l(:label_additional_workflow_transitions_for_author) %>
<%= render :partial => 'form', :locals => {:name => 'author', :workflows => @workflows['author']} %>
@@ -36,7 +36,7 @@ <%= javascript_tag "hideFieldset($('author_workflows'))" unless @workflows['author'].present? %>
- Autorisations supplémentaires lorsque la demande est assignée à l'utilisateur + <%= l(:label_additional_workflow_transitions_for_assignee) %>
<%= render :partial => 'form', :locals => {:name => 'assignee', :workflows => @workflows['assignee']} %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index 54957a72..5ddc0b71 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -803,6 +803,8 @@ en: label_cvs_module: Module label_bazaar_path: Root directory label_filesystem_path: Root directory + label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee + label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author button_login: Login button_submit: Submit diff --git a/config/locales/fr.yml b/config/locales/fr.yml index dde1277e..e038fc74 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -786,6 +786,8 @@ fr: label_project_copy_notifications: Envoyer les notifications durant la copie du projet label_principal_search: "Rechercher un utilisateur ou un groupe :" label_user_search: "Rechercher un utilisateur :" + label_additional_workflow_transitions_for_author: Autorisations supplémentaires lorsque l'utilisateur a créé la demande + label_additional_workflow_transitions_for_assignee: Autorisations supplémentaires lorsque la demande est assignée à l'utilisateur button_login: Connexion button_submit: Soumettre diff --git a/config/locales/nl.yml b/config/locales/nl.yml index d7ede2c3..ea7332ec 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -925,3 +925,5 @@ nl: label_news_comment_added: Commentaar toegevoegd aan een nieuwsitem button_expand_all: Expand all button_collapse_all: Collapse all + label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee + label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index c7a50036..d11f3cd0 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -967,3 +967,5 @@ pt-BR: label_news_comment_added: Notícia recebeu um comentário button_expand_all: Expand all button_collapse_all: Collapse all + label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee + label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author