diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 11:43:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 11:43:10 +0000 |
commit | 9f9802bf46047e5ad0bd559d4e26f92467d92f18 (patch) | |
tree | a767268f4cc74b854572143cf87cc3c07ffaabbc /config/locales/hr.yml | |
parent | 48fb02e3839c30667733e59415d98c373467876b (diff) | |
download | redmine-9f9802bf46047e5ad0bd559d4e26f92467d92f18.tar.gz redmine-9f9802bf46047e5ad0bd559d4e26f92467d92f18.zip |
Update locales for new document permissions (#12401).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11207 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hr.yml')
-rw-r--r-- | config/locales/hr.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml index ee3b45a71..b6431efaf 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -366,7 +366,6 @@ hr: permission_edit_own_time_entries: Edit own time logs permission_manage_news: Upravljaj novostima permission_comment_news: Komentiraj novosti - permission_manage_documents: Upravljaj dokumentima permission_view_documents: Pregledaj dokumente permission_manage_files: Upravljaj datotekama permission_view_files: Pregledaj datoteke @@ -1080,3 +1079,6 @@ hr: text_turning_multiple_off: If you disable multiple values, duplicate values will be removed in order to preserve only one value per item. label_attribute_of_issue: Issue's %{name} + permission_add_documents: Add documents + permission_edit_documents: Edit documents + permission_delete_documents: Delete documents |