diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-17 12:59:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-05-17 12:59:14 +0000 |
commit | 8141110eb2698df14694e009e8312eb9df0ce738 (patch) | |
tree | 457e4041bc614ae1ea1e57da16a7ce4fc3363185 /config/locales/bs.yml | |
parent | 9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0 (diff) | |
download | redmine-8141110eb2698df14694e009e8312eb9df0ce738.tar.gz redmine-8141110eb2698df14694e009e8312eb9df0ce738.zip |
Ability to allow non-admin users to create projects (#1007).
This can be enabled in permissions settings. A non-admin user who creates a project is automatically added as a project member (the first role is given, TODO: make this given role configurable).
Projects can be added from the public projects list.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2750 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/bs.yml')
-rw-r--r-- | config/locales/bs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 59b252143..841a56759 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -829,3 +829,4 @@ bs: mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
label_wiki_content_updated: Wiki page updated
mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
+ permission_add_project: Create project
|