diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-04 07:49:02 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-04 07:49:02 +0000 |
commit | 84b5a6e7b5e0ea4dd21e50bc05729658cead27fe (patch) | |
tree | e49c61e17ad10003f5efc4008cffaf0cf4a95a38 /config/locales/en.yml | |
parent | fb6c9a1396ec59053e7216a156ba70df6178c05f (diff) | |
download | redmine-84b5a6e7b5e0ea4dd21e50bc05729658cead27fe.tar.gz redmine-84b5a6e7b5e0ea4dd21e50bc05729658cead27fe.zip |
scm: add the feature of SCM command availability automatic check in administration panel (#4273).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5632 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index f441b5bcd..57036f6ad 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -943,6 +943,8 @@ en: text_scm_path_encoding_note: "Default: UTF-8" text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)" text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)" + text_scm_command: Command + text_scm_version: Version default_role_manager: Manager default_role_developer: Developer |