diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-11 07:26:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-11 07:26:23 +0000 |
commit | 79fcbc82dc9c8d9d7023823e6e44e56e4970ff9d (patch) | |
tree | 2ac1da6d0331cc3f75276ec2489cbc2948696461 /config/locales/zh-TW.yml | |
parent | 893c96a9909d0365a28c8cf4ac5fa7d4a3ec75e3 (diff) | |
download | redmine-79fcbc82dc9c8d9d7023823e6e44e56e4970ff9d.tar.gz redmine-79fcbc82dc9c8d9d7023823e6e44e56e4970ff9d.zip |
Adds a setting for choosing the new object menu item style (#15880).
Set to use the new "+" drop-down by default, but let users revert to the "New issue" tab, or no menu item at all.
git-svn-id: http://svn.redmine.org/redmine/trunk@15508 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r-- | config/locales/zh-TW.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 7ce98871c..a361f1256 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -528,7 +528,6 @@ setting_search_results_per_page: 每一頁的搜尋結果數目 setting_attachment_extensions_allowed: 允許使用的附檔名 setting_attachment_extensions_denied: 禁止使用的副檔名 - setting_new_project_issue_tab_enabled: 顯示「建立新議題」標籤頁面 permission_add_project: 建立專案 permission_add_subprojects: 建立子專案 @@ -1275,3 +1274,4 @@ description_date_from: 輸入起始日期 description_date_to: 輸入結束日期 text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' + label_new_project_issue_tab_enabled: 顯示「建立新議題」標籤頁面 |