diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-23 10:22:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-23 10:22:00 +0000 |
commit | 4cefae0aaadfadae71d695b17468fca2dfe74541 (patch) | |
tree | aeceb744a0d9c38c17f0408d953baf614497bf6a /config/locales/zh.yml | |
parent | e173f7e72dff82dfe55656a0ea0b7cf25f0c45de (diff) | |
download | redmine-4cefae0aaadfadae71d695b17468fca2dfe74541.tar.gz redmine-4cefae0aaadfadae71d695b17468fca2dfe74541.zip |
Adds an application configuration file: config/configuration.yml (#7408).
Email delivery settings that were stored in config/email.yml should be moved to this new configuration file.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4752 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 dbfbb137d..3cd18ed30 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -869,7 +869,7 @@ zh: text_user_wrote: "%{value} 写到:" text_enumeration_category_reassign_to: '将它们关联到新的枚举值:' text_enumeration_destroy_question: "%{count} 个对象被关联到了这个枚举值。" - text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。" + text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/configuration.yml中配置您的SMTP服务器信息并重新启动以使其生效。" text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。" text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断' text_custom_field_possible_values_info: '每项数值一行' |