diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-04-03 11:54:24 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-04-03 11:54:24 +0000 |
commit | eb80b79c26664d48e910902b58ca9a9b135b09e6 (patch) | |
tree | fc8a181ffa84af2544cc5d73c7aeb625e304b97e /config/locales/en.yml | |
parent | f2993f6ed02e81f264359c8b7f45071a59cd0474 (diff) | |
download | redmine-eb80b79c26664d48e910902b58ca9a9b135b09e6.tar.gz redmine-eb80b79c26664d48e910902b58ca9a9b135b09e6.zip |
New strings to localization (#5225)
* error_can_not_delete_custom_field: Unable to delete custom field
* error_unable_to_connect: Unable to connect ({{value}})
* error_can_not_remove_role: This role is in use and can not be deleted.
* error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3627 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 408267097..351de3b1b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -161,13 +161,16 @@ en: error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' + error_can_not_delete_custom_field: Unable to delete custom field + error_can_not_delete_tracker: "This tracker contains issues and can't be deleted." + error_can_not_remove_role: "This role is in use and can not be deleted." error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version can not be reopened' error_can_not_archive_project: This project can not be archived error_issue_done_ratios_not_updated: "Issue done ratios not updated." error_workflow_copy_source: 'Please select a source tracker or role' error_workflow_copy_target: 'Please select target tracker(s) and role(s)' error_unable_delete_issue_status: 'Unable to delete issue status' - + error_unable_to_connect: "Unable to connect ({{value}})" warning_attachments_not_saved: "{{count}} file(s) could not be saved." mail_subject_lost_password: "Your {{value}} password" |