diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-11 15:07:55 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-11 15:07:55 +0000 |
commit | 7a05f8ed66918e13315e647ecea620a716c4cbeb (patch) | |
tree | cb5098c39034e87ee3a22df22da2da087a29c6c8 /lang/cs.yml | |
parent | cbacc71dff75f6abd6bfc5c4c4200b6c08528e0a (diff) | |
download | redmine-7a05f8ed66918e13315e647ecea620a716c4cbeb.tar.gz redmine-7a05f8ed66918e13315e647ecea620a716c4cbeb.zip |
Adds permissions to let users edit and/or delete their messages (#854, patch by Markus Knittig with slight changes).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2019 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/cs.yml')
-rw-r--r-- | lang/cs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/cs.yml b/lang/cs.yml index 09ed76ea9..d195456cc 100644 --- a/lang/cs.yml +++ b/lang/cs.yml @@ -695,3 +695,5 @@ permission_edit_own_issue_notes: Edit own notes setting_gravatar_enabled: Use Gravatar user icons label_example: Example text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." +permission_edit_own_messages: Edit own messages +permission_delete_won_messages: Delete own messages |