##// END OF EJS Templates
Removed hard coded french strings (#8020)....
Jean-Philippe Lang -
r5144:b12994e12ee3
parent child
Show More
@@ -28,7 +28,7
28 <%= render :partial => 'form', :locals => {:name => 'always', :workflows => @workflows['always']} %>
28 <%= render :partial => 'form', :locals => {:name => 'always', :workflows => @workflows['always']} %>
29
29
30 <fieldset class="collapsible" style="padding: 0; margin-top: 0.5em;">
30 <fieldset class="collapsible" style="padding: 0; margin-top: 0.5em;">
31 <legend onclick="toggleFieldset(this);">Autorisations supplémentaires lorsque l'utilisateur a créé la demande</legend>
31 <legend onclick="toggleFieldset(this);"><%= l(:label_additional_workflow_transitions_for_author) %></legend>
32 <div id="author_workflows" style="margin: 0.5em 0 0.5em 0;">
32 <div id="author_workflows" style="margin: 0.5em 0 0.5em 0;">
33 <%= render :partial => 'form', :locals => {:name => 'author', :workflows => @workflows['author']} %>
33 <%= render :partial => 'form', :locals => {:name => 'author', :workflows => @workflows['author']} %>
34 </div>
34 </div>
@@ -36,7 +36,7
36 <%= javascript_tag "hideFieldset($('author_workflows'))" unless @workflows['author'].present? %>
36 <%= javascript_tag "hideFieldset($('author_workflows'))" unless @workflows['author'].present? %>
37
37
38 <fieldset class="collapsible" style="padding: 0;">
38 <fieldset class="collapsible" style="padding: 0;">
39 <legend onclick="toggleFieldset(this);">Autorisations supplémentaires lorsque la demande est assignée à l'utilisateur</legend>
39 <legend onclick="toggleFieldset(this);"><%= l(:label_additional_workflow_transitions_for_assignee) %></legend>
40 <div id="assignee_workflows" style="margin: 0.5em 0 0.5em 0;">
40 <div id="assignee_workflows" style="margin: 0.5em 0 0.5em 0;">
41 <%= render :partial => 'form', :locals => {:name => 'assignee', :workflows => @workflows['assignee']} %>
41 <%= render :partial => 'form', :locals => {:name => 'assignee', :workflows => @workflows['assignee']} %>
42 </div>
42 </div>
@@ -943,3 +943,5 bg:
943
943
944 button_expand_all: Expand all
944 button_expand_all: Expand all
945 button_collapse_all: Collapse all
945 button_collapse_all: Collapse all
946 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -957,3 +957,5 bs:
957 label_news_comment_added: Comment added to a news
957 label_news_comment_added: Comment added to a news
958 button_expand_all: Expand all
958 button_expand_all: Expand all
959 button_collapse_all: Collapse all
959 button_collapse_all: Collapse all
960 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
961 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -946,3 +946,5 ca:
946 label_news_comment_added: Comment added to a news
946 label_news_comment_added: Comment added to a news
947 button_expand_all: Expand all
947 button_expand_all: Expand all
948 button_collapse_all: Collapse all
948 button_collapse_all: Collapse all
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -947,3 +947,5 cs:
947 label_news_comment_added: Comment added to a news
947 label_news_comment_added: Comment added to a news
948 button_expand_all: Expand all
948 button_expand_all: Expand all
949 button_collapse_all: Collapse all
949 button_collapse_all: Collapse all
950 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -959,3 +959,5 da:
959 label_news_comment_added: Comment added to a news
959 label_news_comment_added: Comment added to a news
960 button_expand_all: Expand all
960 button_expand_all: Expand all
961 button_collapse_all: Collapse all
961 button_collapse_all: Collapse all
962 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
963 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -960,3 +960,5 de:
960 label_news_comment_added: Comment added to a news
960 label_news_comment_added: Comment added to a news
961 button_expand_all: Expand all
961 button_expand_all: Expand all
962 button_collapse_all: Collapse all
962 button_collapse_all: Collapse all
963 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
964 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -943,3 +943,5 el:
943 label_news_comment_added: Comment added to a news
943 label_news_comment_added: Comment added to a news
944 button_expand_all: Expand all
944 button_expand_all: Expand all
945 button_collapse_all: Collapse all
945 button_collapse_all: Collapse all
946 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -946,3 +946,5 en-GB:
946 enumeration_doc_categories: Document categories
946 enumeration_doc_categories: Document categories
947 enumeration_activities: Activities (time tracking)
947 enumeration_activities: Activities (time tracking)
948 enumeration_system_activity: System Activity
948 enumeration_system_activity: System Activity
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -796,6 +796,8 en:
796 label_project_copy_notifications: Send email notifications during the project copy
796 label_project_copy_notifications: Send email notifications during the project copy
797 label_principal_search: "Search for user or group:"
797 label_principal_search: "Search for user or group:"
798 label_user_search: "Search for user:"
798 label_user_search: "Search for user:"
799 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
800 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
799
801
800 button_login: Login
802 button_login: Login
801 button_submit: Submit
803 button_submit: Submit
@@ -980,3 +980,5 es:
980 label_news_comment_added: Comment added to a news
980 label_news_comment_added: Comment added to a news
981 button_expand_all: Expand all
981 button_expand_all: Expand all
982 button_collapse_all: Collapse all
982 button_collapse_all: Collapse all
983 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
984 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -947,3 +947,5 eu:
947 label_news_comment_added: Comment added to a news
947 label_news_comment_added: Comment added to a news
948 button_expand_all: Expand all
948 button_expand_all: Expand all
949 button_collapse_all: Collapse all
949 button_collapse_all: Collapse all
950 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -946,3 +946,5 fa:
946 label_news_comment_added: Comment added to a news
946 label_news_comment_added: Comment added to a news
947 button_expand_all: Expand all
947 button_expand_all: Expand all
948 button_collapse_all: Collapse all
948 button_collapse_all: Collapse all
949 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
950 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -964,3 +964,5 fi:
964 label_news_comment_added: Comment added to a news
964 label_news_comment_added: Comment added to a news
965 button_expand_all: Expand all
965 button_expand_all: Expand all
966 button_collapse_all: Collapse all
966 button_collapse_all: Collapse all
967 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
968 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -787,6 +787,8 fr:
787 label_project_copy_notifications: Envoyer les notifications durant la copie du projet
787 label_project_copy_notifications: Envoyer les notifications durant la copie du projet
788 label_principal_search: "Rechercher un utilisateur ou un groupe :"
788 label_principal_search: "Rechercher un utilisateur ou un groupe :"
789 label_user_search: "Rechercher un utilisateur :"
789 label_user_search: "Rechercher un utilisateur :"
790 label_additional_workflow_transitions_for_author: Autorisations supplémentaires lorsque l'utilisateur a créé la demande
791 label_additional_workflow_transitions_for_assignee: Autorisations supplémentaires lorsque la demande est assignée à l'utilisateur
790
792
791 button_login: Connexion
793 button_login: Connexion
792 button_submit: Soumettre
794 button_submit: Soumettre
@@ -955,3 +955,5 gl:
955 label_news_comment_added: Comment added to a news
955 label_news_comment_added: Comment added to a news
956 button_expand_all: Expand all
956 button_expand_all: Expand all
957 button_collapse_all: Collapse all
957 button_collapse_all: Collapse all
958 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
959 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -948,3 +948,5 he:
948 label_news_comment_added: Comment added to a news
948 label_news_comment_added: Comment added to a news
949 button_expand_all: Expand all
949 button_expand_all: Expand all
950 button_collapse_all: Collapse all
950 button_collapse_all: Collapse all
951 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
952 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -950,3 +950,5 hr:
950 label_news_comment_added: Comment added to a news
950 label_news_comment_added: Comment added to a news
951 button_expand_all: Expand all
951 button_expand_all: Expand all
952 button_collapse_all: Collapse all
952 button_collapse_all: Collapse all
953 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
954 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -962,3 +962,5
962 label_news_comment_added: Comment added to a news
962 label_news_comment_added: Comment added to a news
963 button_expand_all: Expand all
963 button_expand_all: Expand all
964 button_collapse_all: Collapse all
964 button_collapse_all: Collapse all
965 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
966 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -951,3 +951,5 id:
951 label_news_comment_added: Comment added to a news
951 label_news_comment_added: Comment added to a news
952 button_expand_all: Expand all
952 button_expand_all: Expand all
953 button_collapse_all: Collapse all
953 button_collapse_all: Collapse all
954 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
955 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -944,3 +944,5 it:
944 label_news_comment_added: Comment added to a news
944 label_news_comment_added: Comment added to a news
945 button_expand_all: Expand all
945 button_expand_all: Expand all
946 button_collapse_all: Collapse all
946 button_collapse_all: Collapse all
947 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
948 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -964,3 +964,5 ja:
964 enumeration_doc_categories: 文書カテゴリ
964 enumeration_doc_categories: 文書カテゴリ
965 enumeration_activities: 作業分類 (時間トラッキング)
965 enumeration_activities: 作業分類 (時間トラッキング)
966 enumeration_system_activity: システム作業分類
966 enumeration_system_activity: システム作業分類
967 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
968 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -995,3 +995,5 ko:
995 label_news_comment_added: Comment added to a news
995 label_news_comment_added: Comment added to a news
996 button_expand_all: Expand all
996 button_expand_all: Expand all
997 button_collapse_all: Collapse all
997 button_collapse_all: Collapse all
998 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
999 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -1003,3 +1003,5 lt:
1003 label_news_comment_added: Comment added to a news
1003 label_news_comment_added: Comment added to a news
1004 button_expand_all: Expand all
1004 button_expand_all: Expand all
1005 button_collapse_all: Collapse all
1005 button_collapse_all: Collapse all
1006 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
1007 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -938,3 +938,5 lv:
938 label_news_comment_added: Comment added to a news
938 label_news_comment_added: Comment added to a news
939 button_expand_all: Expand all
939 button_expand_all: Expand all
940 button_collapse_all: Collapse all
940 button_collapse_all: Collapse all
941 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
942 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -943,3 +943,5 mk:
943 label_news_comment_added: Comment added to a news
943 label_news_comment_added: Comment added to a news
944 button_expand_all: Expand all
944 button_expand_all: Expand all
945 button_collapse_all: Collapse all
945 button_collapse_all: Collapse all
946 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -944,3 +944,5 mn:
944 label_news_comment_added: Comment added to a news
944 label_news_comment_added: Comment added to a news
945 button_expand_all: Expand all
945 button_expand_all: Expand all
946 button_collapse_all: Collapse all
946 button_collapse_all: Collapse all
947 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
948 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -925,3 +925,5 nl:
925 label_news_comment_added: Commentaar toegevoegd aan een nieuwsitem
925 label_news_comment_added: Commentaar toegevoegd aan een nieuwsitem
926 button_expand_all: Expand all
926 button_expand_all: Expand all
927 button_collapse_all: Collapse all
927 button_collapse_all: Collapse all
928 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
929 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -930,3 +930,5
930 label_news_comment_added: Comment added to a news
930 label_news_comment_added: Comment added to a news
931 button_expand_all: Expand all
931 button_expand_all: Expand all
932 button_collapse_all: Collapse all
932 button_collapse_all: Collapse all
933 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
934 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -960,3 +960,5 pl:
960 label_news_comment_added: Comment added to a news
960 label_news_comment_added: Comment added to a news
961 button_expand_all: Expand all
961 button_expand_all: Expand all
962 button_collapse_all: Collapse all
962 button_collapse_all: Collapse all
963 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
964 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -966,3 +966,5 pt-BR:
966 label_news_comment_added: Notícia recebeu um comentário
966 label_news_comment_added: Notícia recebeu um comentário
967 button_expand_all: Expand all
967 button_expand_all: Expand all
968 button_collapse_all: Collapse all
968 button_collapse_all: Collapse all
969 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
970 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -947,3 +947,5 pt:
947 label_news_comment_added: Comment added to a news
947 label_news_comment_added: Comment added to a news
948 button_expand_all: Expand all
948 button_expand_all: Expand all
949 button_collapse_all: Collapse all
949 button_collapse_all: Collapse all
950 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
951 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -936,3 +936,5 ro:
936 label_news_comment_added: Comment added to a news
936 label_news_comment_added: Comment added to a news
937 button_expand_all: Expand all
937 button_expand_all: Expand all
938 button_collapse_all: Collapse all
938 button_collapse_all: Collapse all
939 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
940 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -1056,3 +1056,5 ru:
1056 label_news_comment_added: Comment added to a news
1056 label_news_comment_added: Comment added to a news
1057 button_expand_all: Expand all
1057 button_expand_all: Expand all
1058 button_collapse_all: Collapse all
1058 button_collapse_all: Collapse all
1059 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
1060 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -938,3 +938,5 sk:
938 label_news_comment_added: Comment added to a news
938 label_news_comment_added: Comment added to a news
939 button_expand_all: Expand all
939 button_expand_all: Expand all
940 button_collapse_all: Collapse all
940 button_collapse_all: Collapse all
941 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
942 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -939,3 +939,5 sl:
939 label_news_comment_added: Comment added to a news
939 label_news_comment_added: Comment added to a news
940 button_expand_all: Expand all
940 button_expand_all: Expand all
941 button_collapse_all: Collapse all
941 button_collapse_all: Collapse all
942 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
943 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -943,3 +943,5 sr-YU:
943 label_news_comment_added: Comment added to a news
943 label_news_comment_added: Comment added to a news
944 button_expand_all: Expand all
944 button_expand_all: Expand all
945 button_collapse_all: Collapse all
945 button_collapse_all: Collapse all
946 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -944,3 +944,5 sr:
944 label_news_comment_added: Comment added to a news
944 label_news_comment_added: Comment added to a news
945 button_expand_all: Expand all
945 button_expand_all: Expand all
946 button_collapse_all: Collapse all
946 button_collapse_all: Collapse all
947 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
948 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -984,3 +984,5 sv:
984 label_news_comment_added: Comment added to a news
984 label_news_comment_added: Comment added to a news
985 button_expand_all: Expand all
985 button_expand_all: Expand all
986 button_collapse_all: Collapse all
986 button_collapse_all: Collapse all
987 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
988 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -940,3 +940,5 th:
940 label_news_comment_added: Comment added to a news
940 label_news_comment_added: Comment added to a news
941 button_expand_all: Expand all
941 button_expand_all: Expand all
942 button_collapse_all: Collapse all
942 button_collapse_all: Collapse all
943 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
944 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -962,3 +962,5 tr:
962 label_news_comment_added: Comment added to a news
962 label_news_comment_added: Comment added to a news
963 button_expand_all: Expand all
963 button_expand_all: Expand all
964 button_collapse_all: Collapse all
964 button_collapse_all: Collapse all
965 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
966 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -939,3 +939,5 uk:
939 label_news_comment_added: Comment added to a news
939 label_news_comment_added: Comment added to a news
940 button_expand_all: Expand all
940 button_expand_all: Expand all
941 button_collapse_all: Collapse all
941 button_collapse_all: Collapse all
942 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
943 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -994,3 +994,5 vi:
994 label_news_comment_added: Comment added to a news
994 label_news_comment_added: Comment added to a news
995 button_expand_all: Expand all
995 button_expand_all: Expand all
996 button_collapse_all: Collapse all
996 button_collapse_all: Collapse all
997 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
998 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -1025,3 +1025,5
1025 label_news_comment_added: Comment added to a news
1025 label_news_comment_added: Comment added to a news
1026 button_expand_all: Expand all
1026 button_expand_all: Expand all
1027 button_collapse_all: Collapse all
1027 button_collapse_all: Collapse all
1028 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
1029 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
@@ -957,3 +957,5 zh:
957 label_news_comment_added: Comment added to a news
957 label_news_comment_added: Comment added to a news
958 button_expand_all: Expand all
958 button_expand_all: Expand all
959 button_collapse_all: Collapse all
959 button_collapse_all: Collapse all
960 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
961 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
General Comments 0
You need to be logged in to leave comments. Login now