diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-12 11:54:11 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-12 11:54:11 +0000 |
commit | 121df3d4a74685d67db92a41f25d2fe7cfafe985 (patch) | |
tree | b9c11a01e7f0fffba36173ea342e094a1115a4dc /config/locales/lv.yml | |
parent | f83c0a81fec6d519741c4eaa0a41edb4dbb8f856 (diff) | |
download | redmine-121df3d4a74685d67db92a41f25d2fe7cfafe985.tar.gz redmine-121df3d4a74685d67db92a41f25d2fe7cfafe985.zip |
replace scm to SCM at locale files (#13438)
Contributed by Filou Centrinov.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11599 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/lv.yml')
-rw-r--r-- | config/locales/lv.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 91a213316..7230343c4 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -960,8 +960,6 @@ lv: text_scm_command: Command text_scm_command_version: Version label_git_report_last_commit: Report last commit for files and directories - text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. - text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. label_between: between setting_issue_group_assignment: Allow issue assignment to groups @@ -1082,3 +1080,5 @@ lv: field_generate_password: Generate password setting_default_projects_tracker_ids: Default trackers for new projects label_total_time: Kopā + text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. + text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. |