diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-13 06:38:41 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-13 06:38:41 +0000 |
commit | a5adecb40c071180e5c4c6ff7ea1bf711fb925de (patch) | |
tree | 270f01f56ff2257f30117dfaa607579f0eacb2f3 | |
parent | f328373ffd35c78c8a8016d944c18486254ace82 (diff) | |
download | redmine-a5adecb40c071180e5c4c6ff7ea1bf711fb925de.tar.gz redmine-a5adecb40c071180e5c4c6ff7ea1bf711fb925de.zip |
Merge r7797 from trunk
Simplified Chinese "text_git_repository_note" translation updated by Steven Wong.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@7801 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/zh.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 90e425b8e..4a1e02db4 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -971,7 +971,6 @@ zh: field_root_directory: 根目录 field_cvs_module: CVS Module field_cvsroot: CVSROOT - text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo) text_mercurial_repository_note: 本地库 (e.g. /hgrepo, c:\hgrepo) text_scm_command: 命令 text_scm_command_version: 版本 @@ -979,3 +978,5 @@ zh: text_scm_config: 您可以在config/configuration.yml中配置您的SCM命令。 请在编辑后,重启Redmine应用。 text_scm_command_not_available: Scm命令不可用。 请检查管理面板的配置。 + text_git_repository_note: 库中无内容。(e.g. /gitrepo, c:\gitrepo) + |