From b97b3ae6179bc15ec23e0697b08cdcbdf53e4ffc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 29 Jun 2016 14:16:17 -0400 Subject: EE: Add the ability to restrict the user roles that can send team invites (#3442) --- webapp/i18n/en.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 47c1732bd..a632943cd 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -213,8 +213,13 @@ "admin.general.localization.serverLocaleDescription": "Default language for system messages and logs. Changing this will require a server restart before taking effect.", "admin.general.localization.serverLocaleTitle": "Default Server Language:", "admin.general.log": "Logging", + "admin.general.policy": "Policy", + "admin.general.policy.teamInviteAll": "All team members", + "admin.general.policy.teamInviteAdmin": "Team and System Admins", + "admin.general.policy.teamInviteSystemAdmin": "System Admins", + "admin.general.policy.teamInviteTitle": "Enable sending team invites from:", + "admin.general.policy.teamInviteDescription": "Selecting \"All team members\" allows any team member to invite others using an email invitation or team invite link.

Selecting \"Team and System Admins\" hides the email invitation and team invite link in the Main Menu from users who are not Team or System Admins. Note: If \"Get Team Invite Link\" is used to share a link, it will need to be regenerated after the desired users joined the team.

Selecting \"System Admins\" hides the email invitation and team invite link in the Main Menu from users who are not System Admins. Note: If \"Get Team Invite Link\" is used to share a link, it will need to be regenerated after the desired users joined the team.", "admin.general.privacy": "Privacy", - "admin.general.title": "General Settings", "admin.general.usersAndTeams": "Users and Teams", "admin.gitab.clientSecretDescription": "Obtain this value via the instructions above for logging into GitLab.", "admin.gitlab.EnableHtmlDesc": "
  1. Log in to your GitLab account and go to Profile Settings -> Applications.
  2. Enter Redirect URIs \"/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"/signup/gitlab/complete\".
  3. Then use \"Secret\" and \"Id\" fields from GitLab to complete the options below.
  4. Complete the Endpoint URLs below.
", @@ -488,6 +493,7 @@ "admin.sidebar.logs": "Logs", "admin.sidebar.notifications": "Notifications", "admin.sidebar.other": "OTHER", + "admin.sidebar.policy": "Policy", "admin.sidebar.privacy": "Privacy", "admin.sidebar.publicLinks": "Public Links", "admin.sidebar.push": "Mobile Push", -- cgit v1.2.3-1-g7c22