diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-23 09:22:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-23 09:22:47 +0000 |
commit | d03de4449f8d1741a318bd627895233adbf3a887 (patch) | |
tree | 32ac998d5d1bea5f7a1fe5543949a9119bc0d6bf /config/locales/en.yml | |
parent | 058766b92aff381a2b6aaabf5135ae7283cdcabd (diff) | |
download | redmine-d03de4449f8d1741a318bd627895233adbf3a887.tar.gz redmine-d03de4449f8d1741a318bd627895233adbf3a887.zip |
scm: git: use i18n text of repository note in setting.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5538 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7ea23ec2f..69fe30ae6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -941,6 +941,7 @@ en: text_zoom_out: Zoom out text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." text_scm_path_encoding_note: "Default: UTF-8" + text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)" default_role_manager: Manager default_role_developer: Developer |