diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-19 14:13:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-19 14:13:10 +0000 |
commit | 7bd8280a83290e144b19c7ac614952d430e3e4b1 (patch) | |
tree | 14a9c754c93613a2c61f99a1a04f726325822401 /config/locales/en.yml | |
parent | a9d7f32da347a382d2f130cbc13187505f370fc7 (diff) | |
download | redmine-7bd8280a83290e144b19c7ac614952d430e3e4b1.tar.gz redmine-7bd8280a83290e144b19c7ac614952d430e3e4b1.zip |
Adds settings for time entry hours validation (#24005).
git-svn-id: http://svn.redmine.org/redmine/trunk@16832 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 281872711..0dac83a06 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -220,6 +220,7 @@ en: error_move_of_child_not_possible: "Subtask %{child} could not be moved to the new project: %{errors}" error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: "Spent time cannot be reassigned to an issue that is about to be deleted" warning_fields_cleared_on_bulk_edit: "Changes will result in the automatic deletion of values from one or more fields on the selected objects" + error_exceeds_maximum_hours_per_day: "Cannot log more than %{max_hours} hours on the same day (%{logged_hours} hours have already been logged)" mail_subject_lost_password: "Your %{value} password" mail_body_lost_password: 'To change your password, click on the following link:' @@ -464,6 +465,8 @@ en: setting_timelog_required_fields: Required fields for time logs setting_close_duplicate_issues: Close duplicate issues automatically setting_time_entry_list_defaults: Timelog list defaults + setting_timelog_accept_0_hours: Accept time logs with 0 hours + setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user permission_add_project: Create project permission_add_subprojects: Create subprojects |