diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-15 21:18:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-15 21:18:06 +0000 |
commit | b48291ec63b58224df7b250ba62445dcbf5c835e (patch) | |
tree | ad8ad421ae1b5a103fc23765f982ff8e32e06888 /config/locales/en.yml | |
parent | 6a586c39e9f018d8bf787d5b78a54fa61e478cc6 (diff) | |
download | redmine-b48291ec63b58224df7b250ba62445dcbf5c835e.tar.gz redmine-b48291ec63b58224df7b250ba62445dcbf5c835e.zip |
Adds an application setting to limit the number of items that can be displayed on the gantt chart (#6276).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4513 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e559d01c2..0cd45deed 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -163,6 +163,7 @@ en: notice_unable_delete_version: Unable to delete version. notice_unable_delete_time_entry: Unable to delete time log entry. notice_issue_done_ratios_updated: Issue done ratios updated. + notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})" error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}" error_scm_not_found: "The entry or revision was not found in the repository." @@ -356,6 +357,7 @@ en: setting_default_notification_option: Default notification option setting_commit_logtime_enabled: Enable time logging setting_commit_logtime_activity_id: Activity for logged time + setting_gantt_items_limit: Maximum number of items displayed on the gantt chart permission_add_project: Create project permission_add_subprojects: Create subprojects |