diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-04-28 17:04:22 +0200 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-05-02 14:45:47 +0200 |
commit | cfa382b33eb58413abcf84635d5e45d1f21c4f21 (patch) | |
tree | 580acac50f46303d34b4605e44111420ed5637ad /sonar-core | |
parent | 9165e7a3a22bb6790a85d9b78ea679ce7559bea4 (diff) | |
download | sonarqube-cfa382b33eb58413abcf84635d5e45d1f21c4f21.tar.gz sonarqube-cfa382b33eb58413abcf84635d5e45d1f21c4f21.zip |
SONAR-9165 Allow to change project visibility on its permissions page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 18 |
1 files changed, 18 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 a4f253456a7..5b5e056dfd3 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -486,6 +486,20 @@ sidebar.tools=Tools #------------------------------------------------------------------------------ # +# VISIBILITY +# +#------------------------------------------------------------------------------ + +visibility.public=Public +visibility.public.description=This project is public. Anyone can browse and see the source code. +visibility.public.description.short=Anyone can browse and see the source code. +visibility.private=Private +visibility.private.description=This project is private. Only authorized members can browse and see the source code. +visibility.private.description.short=Only authorized members can browse and see the source code. + + +#------------------------------------------------------------------------------ +# # ADMIN PAGE TITLES and descriptions # #------------------------------------------------------------------------------ @@ -2419,6 +2433,10 @@ projects_role.apply_template=Apply Permission Template projects_role.apply_template_to_xxx=Apply Permission Template To "{0}" projects_role.apply_template.success=Permission template was successfully applied. projects_role.no_projects=There are currently no results to apply the permission template to. +projects_role.turn_x_to_public=Turn "{0}" to Public +projects_role.turn_project_to_public=Turn Project to Public +projects_role.are_you_sure_to_turn_project_to_public=Are you sure you want to turn your project to public? +projects_role.are_you_sure_to_turn_project_to_public.2=Everybody will be able to browse and see the source code of your project. |