diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-08 10:53:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-08 10:53:54 +0000 |
commit | fb0485d8a37e7c5afd21a3a04bbdfb4db3d98966 (patch) | |
tree | 703434bbfda017d3ac7c2e33b94220df1e789d90 /config/locales/bs.yml | |
parent | 13f9ccaed853654df5cfb990884345b513f0b88c (diff) | |
download | redmine-fb0485d8a37e7c5afd21a3a04bbdfb4db3d98966.tar.gz redmine-fb0485d8a37e7c5afd21a3a04bbdfb4db3d98966.zip |
Adds text_subversion_repository_note string to locales (#1415).
git-svn-id: http://svn.redmine.org/redmine/trunk@13574 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/bs.yml')
-rw-r--r-- | config/locales/bs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/bs.yml b/config/locales/bs.yml index a171dc140..b26684cbd 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -1134,3 +1134,4 @@ bs: label_group_non_member: Non member users label_add_projects: Add projects field_default_status: Default status + text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://' |