diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-29 22:54:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-29 22:54:07 +0000 |
commit | c01c64e9783dc361d98ca8dc37d2b3a661ae1945 (patch) | |
tree | 42c3c5a2b6e59e5a1879601f37d69d4c651911e3 /lang/en.yml | |
parent | 87742f23edb3bbcbaf12540d2ff510ad8edac09e (diff) | |
download | redmine-c01c64e9783dc361d98ca8dc37d2b3a661ae1945.tar.gz redmine-c01c64e9783dc361d98ca8dc37d2b3a661ae1945.zip |
Let the user choose when deleting issues with reported hours (closes #734, #71):
* to delete the hours
* to assign the hours to the project
* to reassign the hours to another issue
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1182 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index b06977035..7ed2c8775 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -80,6 +80,7 @@ notice_default_data_loaded: Default configuration successfully loaded. error_can_t_load_default_data: "Default configuration could not be loaded: %s" error_scm_not_found: "Entry and/or revision doesn't exist in the repository." error_scm_command_failed: "An error occurred when trying to access the repository: %s" +error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' mail_subject_lost_password: Your Redmine password mail_body_lost_password: 'To change your Redmine password, click on the following link:' @@ -577,6 +578,10 @@ text_select_project_modules: 'Select modules to enable for this project:' text_default_administrator_account_changed: Default administrator account changed text_file_repository_writable: File repository writable text_rmagick_available: RMagick available (optional) +text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ? +text_destroy_time_entries: Delete reported hours +text_assign_time_entries_to_project: Assign reported hours to the project +text_reassign_time_entries: 'Reassign reported hours to this issue:' default_role_manager: Manager default_role_developper: Developer |