diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2023-02-14 10:59:50 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-02-20 20:03:01 +0000 |
commit | edc84dc653f5cc208bf071f325b08334ad1bddc8 (patch) | |
tree | 6d85b21e2ac8ff6745fdc7a8b8d8b3fcdf975c3e /sonar-core | |
parent | e16a504c67e6ee38757e8fc4899e336b4f3c0cda (diff) | |
download | sonarqube-edc84dc653f5cc208bf071f325b08334ad1bddc8.tar.gz sonarqube-edc84dc653f5cc208bf071f325b08334ad1bddc8.zip |
SONAR-17810 Use Visibility enum instead of hard-coded strings
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 13 |
1 files changed, 11 insertions, 2 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 c358a27b23f..724098d8599 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2732,6 +2732,15 @@ metric.vulnerabilities.name=Vulnerabilities metric.wont_fix_issues.description=Won't fix issues metric.wont_fix_issues.name=Won't Fix Issues + +#------------------------------------------------------------------------------ +# +# PERMISSIONS +# +#------------------------------------------------------------------------------ +permission.assign_x_to_y=Assign permission {0} to {1} + + #------------------------------------------------------------------------------ # # GLOBAL PERMISSIONS @@ -2783,7 +2792,7 @@ 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 {instance} server. projects_role.bulk_change=Bulk Change projects_role.apply_template=Apply Permission Template -projects_role.apply_template_to_xxx=Apply Permission Template To "{0}" +projects_role.apply_template_to_x=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 @@ -2803,7 +2812,6 @@ projects_role.portfoliocreator=Create Portfolios projects_role.portfoliocreator.desc=Allow to create portfolios for non system administrator. - #------------------------------------------------------------------------------ # # PERMISSION TEMPLATES @@ -2830,6 +2838,7 @@ permission_templates.bulk_apply_permission_template.apply_to_all=You're about to permission_templates.select_to_delete=You must select at least one item permission_templates.delete_selected=Delete all selected items + #------------------------------------------------------------------------------ # # Promotion |