diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-04 11:54:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-04 11:54:47 +0000 |
commit | 098fabd6ce4c4b69ff97a2c888388e1b1a5d288a (patch) | |
tree | 0f267c46be2863419e02565b337a8beeb19359d8 /config/locales/en.yml | |
parent | c2baf187ac6688382eeb0f8baad8898ccb78ea2f (diff) | |
download | redmine-098fabd6ce4c4b69ff97a2c888388e1b1a5d288a.tar.gz redmine-098fabd6ce4c4b69ff97a2c888388e1b1a5d288a.zip |
add function of bulk delete time entries (#7996).
Contributed by Adam Soltys.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5316 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 2d8efb4dd..49c2bdbb6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -894,6 +894,7 @@ en: 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_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?' text_select_project_modules: 'Select modules to enable for this project:' text_default_administrator_account_changed: Default administrator account changed text_file_repository_writable: Attachments directory writable |