aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2017-05-01 16:57:55 +0200
committerStas Vilchik <stas-vilchik@users.noreply.github.com>2017-05-02 14:45:47 +0200
commit2d9e5533515dd5969897ba1ad3435fea27da28f0 (patch)
tree71c6a4e9919e9ebbd8ace505ba751331148767d2 /sonar-core
parent19f9ad34bdca23ae4cfcc0bd601581f7c9c5442e (diff)
downloadsonarqube-2d9e5533515dd5969897ba1ad3435fea27da28f0.tar.gz
sonarqube-2d9e5533515dd5969897ba1ad3435fea27da28f0.zip
SONAR-9166 Allow to change default project visibility for organization
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 5b5e056dfd3..abc8eb8f5c5 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -531,6 +531,7 @@ project_history.page.description=Edit snapshot metadata, or delete snapshots fro
project_roles.page=Project Permissions
project_roles.page.description=Grant and revoke permissions to this project to Browse (view a project's metrics), See Source Code, and Administer. Permissions can be granted to groups or individual users.
project_roles.page.description2=Grant and revoke project-level permissions. Permissions can be granted to groups or individual users.
+projects_management.page.description=Use this page to delete multiple projects at once, or to provision projects if you would like to configure them before the first analysis. Note that once a project is provisioned, you have access to perform all project configurations on it.
settings.page=General Settings
settings.page.description=Edit global settings for this SonarQube instance.
system_info.page=System Info
@@ -2424,8 +2425,10 @@ projects_role.issueadmin=Administer Issues
projects_role.issueadmin.desc=Perform advanced editing on issues: marking an issue False Positive / Won't Fix, and changing an Issue's severity. (Users will also need "Browse" permission)
projects_role.user=Browse
projects_role.user.desc=Access a project, browse its measures, and create/edit issues for it.
+projects_role.user.public_projects_warning=This option is not editable for public projects. Anyone will still be able to browse even if you apply a template with this option unchecked.
projects_role.codeviewer=See Source Code
projects_role.codeviewer.desc=View the project's source code. (Users will also need "Browse" permission)
+projects_role.codeviewer.public_projects_warning=This option is not editable for public projects. Source code will will always be visible even if you apply a template with this option unchecked.
projects_role.scan=Execute Analysis
projects_role.scan.desc=Ability to get all settings required to perform an analysis (including the secured settings like passwords) and to push analysis results to the SonarQube server.
projects_role.bulk_change=Bulk Change
@@ -2466,6 +2469,7 @@ permission_template.default_for=Default for {0}
permission_templates.project_creators=Project Creators
permission_templates.project_creators.explanation=When a new project is created, the user who creates the project will receive this permission on the project.
permission_templates.grant_permission_to_project_creators=Grant the "{0}" permission to project creators
+permission_templates.bulk_apply_permission_template=Bulk Apply Permission Template
#------------------------------------------------------------------------------
@@ -2860,3 +2864,7 @@ organization.members.remove_x=Are you sure you want to remove {0} from {1}'s mem
organization.members.manage_groups=Manage groups
organization.members.members_groups={0}'s groups:
organization.members.add_to_members=Add to members
+organization.default_visibility_of_new_projects=Default visibility of new projects:
+organization.change_visibility_form.header=Set Default Visibility of New Projects
+organization.change_visibility_form.warning=This will not change the visibility of already existing projects.
+organization.change_visibility_form.submit=Change Default Visibility