]> source.dussan.org Git - redmine.git/commitdiff
Removed hard coded french strings (#8020).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 30 Mar 2011 16:56:52 +0000 (16:56 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 30 Mar 2011 16:56:52 +0000 (16:56 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5264 e93f8b46-1217-0410-a6f0-8f06a7374b81

45 files changed:
app/views/workflows/edit.rhtml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/es.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr-YU.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml

index 2a4b8be5b79ca5ec6176c623a1f11772bc6b4d7b..575500f38bbe51caaf0105d34c747f7603ab743c 100644 (file)
@@ -28,7 +28,7 @@
       <%= render :partial => 'form', :locals => {:name => 'always', :workflows => @workflows['always']} %>
       
       <fieldset class="collapsible" style="padding: 0; margin-top: 0.5em;">
-        <legend onclick="toggleFieldset(this);">Autorisations supplémentaires lorsque l'utilisateur a créé la demande</legend>
+        <legend onclick="toggleFieldset(this);"><%= l(:label_additional_workflow_transitions_for_author) %></legend>
         <div id="author_workflows" style="margin: 0.5em 0 0.5em 0;">
           <%= render :partial => 'form', :locals => {:name => 'author', :workflows => @workflows['author']} %>
         </div>
@@ -36,7 +36,7 @@
       <%= javascript_tag "hideFieldset($('author_workflows'))" unless @workflows['author'].present? %>
       
       <fieldset class="collapsible" style="padding: 0;">
-        <legend onclick="toggleFieldset(this);">Autorisations supplémentaires lorsque la demande est assignée à l'utilisateur</legend>
+        <legend onclick="toggleFieldset(this);"><%= l(:label_additional_workflow_transitions_for_assignee) %></legend>
         <div id="assignee_workflows" style="margin: 0.5em 0 0.5em 0;">
       <%= render :partial => 'form', :locals => {:name => 'assignee', :workflows => @workflows['assignee']} %>
         </div>
index 1e9402eb727457362998ed4f380bf4d6789ce537..81a2596e858af10427e5cac99c6e49ff51f59766 100644 (file)
@@ -943,3 +943,5 @@ bg:
 
   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
index 00df00aca2f77eb2edfe0ad361067f43c8c2a4f8..ba516c12b1ff6538751ae1732aedb85f8b83e807 100644 (file)
@@ -957,3 +957,5 @@ bs:
   label_news_comment_added: Comment added to a news
   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
index acd8dbe8397327eed128553c79300005fd4f0ee3..283872c22b69d0da76ce284931f41836c28ce3fa 100644 (file)
@@ -946,3 +946,5 @@ ca:
   label_news_comment_added: Comment added to a news
   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
index cc76d1f39a7fd5df1893b08ea90fd68f8b891e1a..c6fa2adcc7e7df67b3c8d23e42308527d148c791 100644 (file)
@@ -947,3 +947,5 @@ cs:
   label_news_comment_added: Comment added to a news
   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
index 115ffe58252554d2de9ec66ba89401205777fc53..a4c2d30707eef09e893fb0d39e2eb883cb704485 100644 (file)
@@ -959,3 +959,5 @@ da:
   label_news_comment_added: Comment added to a news
   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
index 8917a776a7c136c85d7a7145eeb93e04c3081f52..92a3dc3e4f07b1877746d0d7e1e504668518ffc5 100644 (file)
@@ -960,3 +960,5 @@ de:
   label_news_comment_added: Comment added to a news
   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
index 0cd930708ee8cc85e8ab8971239e8b1738015dec..268159c493f04864f2d3752956e3e19e4b121aac 100644 (file)
@@ -943,3 +943,5 @@ el:
   label_news_comment_added: Comment added to a news
   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
index ab66589b12341dcc3bbb554299f5689025176f26..0e6c4621df2a7c6ec1258dfa15194a93cc6d9caf 100644 (file)
@@ -946,3 +946,5 @@ en-GB:
   enumeration_doc_categories: Document categories
   enumeration_activities: Activities (time tracking)
   enumeration_system_activity: System Activity
+  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
index 38ad5ec783dc16e4670058ad22396e8d12e91fdc..c8f08307a6d1cce5832cf4e7cb99a1b26f6c5e34 100644 (file)
@@ -796,6 +796,8 @@ en:
   label_project_copy_notifications: Send email notifications during the project copy
   label_principal_search: "Search for user or group:"
   label_user_search: "Search for user:"
+  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
+  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
   
   button_login: Login
   button_submit: Submit
index 0a1081ca3d8f52afa49c88e24f0c67cd298c2e19..327fea7c292afef9180c3dcc824ae12b223c4865 100644 (file)
@@ -980,3 +980,5 @@ es:
   label_news_comment_added: Comment added to a news
   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
index e7bc80c1c9cba4d82b0d7f03a8671228affb17ef..321912897505df12e7e3c4126ddd67d85c8a7148 100644 (file)
@@ -947,3 +947,5 @@ eu:
   label_news_comment_added: Comment added to a news\r
   button_expand_all: Expand all\r
   button_collapse_all: Collapse all\r
+  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee\r
+  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author\r
index 3f06a9e550b5a593d95f137f164b75d89b5a339d..5e306dc418880d06721bb09de284b4beda0951cd 100644 (file)
@@ -946,3 +946,5 @@ fa:
   label_news_comment_added: Comment added to a news
   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
index e1df44f53a6251b54605209ad8041cba052421c1..7695d030231b78fc873c2a86c1d6403bfb02e31a 100644 (file)
@@ -964,3 +964,5 @@ fi:
   label_news_comment_added: Comment added to a news
   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
index e017ea9fe7bd8a51c56dac4390b5e119b499549e..053c9b1da568d151d8e53af838c419e57ac67354 100644 (file)
@@ -787,6 +787,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
index ed18b088b8d224e1df7402a09df00a065702fb82..bd23a893e86f80c863121a80f490d7235d4a51b3 100644 (file)
@@ -955,3 +955,5 @@ gl:
   label_news_comment_added: Comment added to a news
   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
index d4018b8b3fd5da4a3f51216e6bd8e3ce5753ff2f..2ce3cdd8fd5ab9df7b4d0d9aa23c34b41d04d14a 100644 (file)
@@ -948,3 +948,5 @@ he:
   label_news_comment_added: Comment added to a news
   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
index dfdfe9d69c023ae0a1694fc89e44f74b3d98ef00..a5227a1d2179267dda7b619bc667ba5e3936b82e 100644 (file)
@@ -950,3 +950,5 @@ hr:
   label_news_comment_added: Comment added to a news
   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
index 450b2a4cfc7070a39a5126c7532e8b73dbc4356b..13ce6f144e7978d732f3bb8fe43782901789cfc9 100644 (file)
   label_news_comment_added: Comment added to a news
   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
index 0b3f8af8d680a3ed99f76ffaed75ecc6ab94ca90..ab27f82e33c50c1842f76544f427f34e93e3c684 100644 (file)
@@ -951,3 +951,5 @@ id:
   label_news_comment_added: Comment added to a news
   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
index b5a13ee7a196fa5b1573d00da6f291084eb2af09..055a4385cf85340d8b316780918910addc5e44e1 100644 (file)
@@ -944,3 +944,5 @@ it:
   label_news_comment_added: Comment added to a news
   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
index 33e8112dfaf18703f2497dc067dbef8539f5e4b8..952978fd21b6554fdfd08065e9e2d4d26e8afc3b 100644 (file)
@@ -964,3 +964,5 @@ ja:
   enumeration_doc_categories: 文書カテゴリ
   enumeration_activities: 作業分類 (時間トラッキング)
   enumeration_system_activity: システム作業分類
+  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
index a394708fb49b2f3c4225cef8c11a7c9a18998168..468435992f0427464eba6be5270640eb1cbbf3bf 100644 (file)
@@ -995,3 +995,5 @@ ko:
   label_news_comment_added: Comment added to a news
   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
index 2100266d9f8d04bcbde93493529a59dd660d724e..39886afc35c90683a2cfc883e3104ced3a2771f4 100644 (file)
@@ -1003,3 +1003,5 @@ lt:
   label_news_comment_added: Comment added to a news
   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
index be481cc17ab50aaa03ff8600be94ac478dd72767..160011cdf333a9888e245b32b075355c59b33abc 100644 (file)
@@ -938,3 +938,5 @@ lv:
   label_news_comment_added: Comment added to a news\r
   button_expand_all: Expand all\r
   button_collapse_all: Collapse all\r
+  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee\r
+  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author\r
index 3dfdfe38df0bdf50335b009ba0a526008988fbcc..339fb1d17bc0d021a32a30564c21bd7254727920 100644 (file)
@@ -943,3 +943,5 @@ mk:
   label_news_comment_added: Comment added to a news\r
   button_expand_all: Expand all\r
   button_collapse_all: Collapse all\r
+  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee\r
+  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author\r
index 9aa6876c18dad8d9bead13410630b78e7a141e08..41913d5f2057e447896d51263e6803b09a4c58ae 100644 (file)
@@ -944,3 +944,5 @@ mn:
   label_news_comment_added: Comment added to a news\r
   button_expand_all: Expand all\r
   button_collapse_all: Collapse all\r
+  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee\r
+  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author\r
index 72ab538a2e4812fea3e238d3f34d8b1d3ba2db9a..3ae64266060374e37e9ae2881b8f7405d96b80b7 100644 (file)
@@ -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
index 903ddddabcf79d2d97f4c176f37d94a4d2235037..516df5579e5d0050059600e593c73a604699ac3f 100644 (file)
   label_news_comment_added: Comment added to a news
   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
index 7609e5e3cbe685c9f1123564ee2d52c3380c2847..a07e43a84e0daafe392007250e34bddb0a6dd10b 100644 (file)
@@ -960,3 +960,5 @@ pl:
   label_news_comment_added: Comment added to a news
   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
index a8c2b8593d50969f5ad5c6980f680d9d48636f26..c532a96624a631d4976f2f0a699d46331f0e5e71 100644 (file)
@@ -966,3 +966,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
index ec58345eee2d45052f82d5f3365e1aa5e4825d6a..50e9e77104371051eab31f9392a3f5f66da0897e 100644 (file)
@@ -947,3 +947,5 @@ pt:
   label_news_comment_added: Comment added to a news
   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
index 21713e7f3210dd70c175820fe8167bd6116d08de..b996421aeab762d6e4dd596833838a43413b5858 100644 (file)
@@ -936,3 +936,5 @@ ro:
   label_news_comment_added: Comment added to a news
   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
index 91c5cd2c48d07e3ede4450315879e72a4d1edbb1..67400a97eeec04f81f3f7e6667901eb6dda8197e 100644 (file)
@@ -1056,3 +1056,5 @@ ru:
   label_news_comment_added: Comment added to a news
   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
index 40fde4271a03000141d437c933692bf3ee1c3975..4a6a0fd6be3fd8cf98e11f657cd3833a745e5e90 100644 (file)
@@ -938,3 +938,5 @@ sk:
   label_news_comment_added: Comment added to a news
   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
index 0ee2a2a1d22ff7d7f3a9a1dfdfdad4add6bc02e1..7e13b14910a26284a97802b548339fa816b3dd68 100644 (file)
@@ -939,3 +939,5 @@ sl:
   label_news_comment_added: Comment added to a news
   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
index afbbf19f67c131c86edef489db9a475f7ab7e34a..1f0f96369f382597ecbd8933a47d42b4a786e219 100644 (file)
@@ -943,3 +943,5 @@ sr-YU:
   label_news_comment_added: Comment added to a news\r
   button_expand_all: Expand all\r
   button_collapse_all: Collapse all\r
+  label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee\r
+  label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author\r
index 733c96b0463bcf759da6cbe06e3402456c34503d..825f738f661a16f7e0668a91876bec3cd19583e1 100644 (file)
@@ -944,3 +944,5 @@ sr:
   label_news_comment_added: Comment added to a news
   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
index 2c30f56722ff61c113bd43256d9375119630ec5a..02a65ebb9d9841434a7b4563249d7cd9a7fd1a41 100644 (file)
@@ -984,3 +984,5 @@ sv:
   label_news_comment_added: Comment added to a news
   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
index 5a72100e5a0caba0e2819e31fa05838fd4745aeb..12f41026e78515252d153fc9e00c5ba8c32cd7b9 100644 (file)
@@ -940,3 +940,5 @@ th:
   label_news_comment_added: Comment added to a news
   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
index 55ba92b041236c83af0899a325933bbaed26d0d5..4ff940dd45e37a024b815426eb3c48bcca8ec807 100644 (file)
@@ -962,3 +962,5 @@ tr:
   label_news_comment_added: Comment added to a news
   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
index 4da5cdf1baadd83614f34d91ec6ebf725f5b2b22..107c7a71a0b61c35842bed9d095bc979e5f8db0e 100644 (file)
@@ -939,3 +939,5 @@ uk:
   label_news_comment_added: Comment added to a news
   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
index 5caee5e607e51ed1f3b0ed988b5bb004614c22fa..b5187691de9953691b828386e3223761df79c346 100644 (file)
@@ -994,3 +994,5 @@ vi:
   label_news_comment_added: Comment added to a news
   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
index 20a2414589c9050566abd862ce5a21c9b14e44eb..2c8cb23ca19dd20aa2d7b67610b45a4295ab2483 100644 (file)
   label_news_comment_added: Comment added to a news
   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
index 4700cb9473bda1585b90c617e9abf2e8284319cd..2a31f8c5e8e63b7ec948c5e22937f32ef42f0046 100644 (file)
@@ -957,3 +957,5 @@ zh:
   label_news_comment_added: Comment added to a news
   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