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.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.yml')
-rw-r--r-- | config/locales/zh.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index d66b2954c..8fedfbb27 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1194,7 +1194,7 @@ zh: button_filter: 设置为过滤条件 mail_body_password_updated: 您的密码已经变更。 label_no_preview: 没有可以显示的预览内容 - setting_new_project_issue_tab_enabled: 显示“新建问题”标签 error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers for which you can create an issue label_tracker_all: All trackers + label_new_project_issue_tab_enabled: 显示“新建问题”标签 |