From d201c54455fd15d0069de5a60bc99a57cc380ba3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Nov 2009 13:03:41 +0000 Subject: Adds version status to limit issue assignments (#1245). Available version statuses are: * open: no restriction * locked: can not assign new issues to the version * closed: can not assign new issues and can not reopen assigned issues git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3020 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/he.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/locales/he.yml') diff --git a/config/locales/he.yml b/config/locales/he.yml index ecf582096..d60b94e4b 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -837,3 +837,7 @@ he: field_active: Active enumeration_system_activity: System Activity permission_delete_issue_watchers: Delete watchers + version_status_closed: closed + version_status_locked: locked + version_status_open: open + error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened -- cgit v1.2.3