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/pl.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/pl.yml')
-rw-r--r-- | config/locales/pl.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 5a335358c..32458fdce 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -918,3 +918,7 @@ pl: field_parent_issue: Parent task label_subtask_plural: Subtasks label_project_copy_notifications: Send email notifications during the project copy + 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. |