diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-05 11:45:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-05 11:45:09 +0000 |
commit | d7c607fd8b1efe8467509220025bbdbbfe076b47 (patch) | |
tree | b534587b7a22338d2beb2e0462a992e27987f2d6 /config/locales/en.yml | |
parent | 80e0e1c5448a15568bb9a2205b0566eb19fa3b8a (diff) | |
download | redmine-d7c607fd8b1efe8467509220025bbdbbfe076b47.tar.gz redmine-d7c607fd8b1efe8467509220025bbdbbfe076b47.zip |
Automatic spent time logging from commit messages (#4155).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4470 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 78654b1fb..e559d01c2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -354,6 +354,8 @@ en: setting_rest_api_enabled: Enable REST web service setting_cache_formatted_text: Cache formatted text setting_default_notification_option: Default notification option + setting_commit_logtime_enabled: Enable time logging + setting_commit_logtime_activity_id: Activity for logged time permission_add_project: Create project permission_add_subprojects: Create subprojects @@ -875,6 +877,7 @@ en: text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." text_load_default_configuration: Load the default configuration text_status_changed_by_changeset: "Applied in changeset {{value}}." + text_time_logged_by_changeset: "Applied in changeset {{value}}." text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' text_select_project_modules: 'Select modules to enable for this project:' text_default_administrator_account_changed: Default administrator account changed |