diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:54:45 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:54:45 +0000 |
commit | 9557f4ce7ce6a1f08452b3b663b447e9f39751db (patch) | |
tree | bbfb7a45c8572657c678e8c5981e59b22373b107 /config | |
parent | 0cd66cac3ebf704fcb090e884e00f117c9856716 (diff) | |
download | redmine-9557f4ce7ce6a1f08452b3b663b447e9f39751db.tar.gz redmine-9557f4ce7ce6a1f08452b3b663b447e9f39751db.zip |
scm: show scm commands and versions on administration panel (#4273).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5952 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 40d66093e..64587aaae 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -867,17 +867,17 @@ en: button_quote: Quote button_duplicate: Duplicate button_show: Show - + status_active: active status_registered: registered status_locked: locked - + version_status_open: open version_status_locked: locked version_status_closed: closed field_active: Active - + text_select_mail_notifications: Select actions for which email notifications should be sent. text_regexp_info: eg. ^[A-Z0-9]+$ text_min_max_length_info: 0 means no restriction @@ -946,6 +946,7 @@ en: text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)" text_scm_command: Command text_scm_command_version: Version + text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. default_role_manager: Manager default_role_developer: Developer |