diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-07-05 16:40:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-07-05 17:00:17 +0200 |
commit | cba251c929936768308e59365bc44f532bb16756 (patch) | |
tree | 5b6b4afcc4863b6264e41d112677e31b7ea1da8f /plugins/sonar-l10n-en-plugin/src | |
parent | 5016b01b23344d65768d68ab03419caad3f57c4b (diff) | |
download | sonarqube-cba251c929936768308e59365bc44f532bb16756.tar.gz sonarqube-cba251c929936768308e59365bc44f532bb16756.zip |
SONAR-3618 Support custom default permissions for non-project resources
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index c0ff95b6f0a..2633daf30ee 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -306,12 +306,12 @@ duplications.page=Duplications email_configuration.page=Email Settings event_categories.page=Event Categories filters.page=Filters -global_roles.page=Global Roles +system_administrators.page=System Administrators manual_metrics.page=Manual Metrics manual_measures.page=Manual Measures manual_rules.page=Manual Rules my_profile.page=My Profile -project_roles.page=Project Roles +roles.page=Roles project_settings.page=Settings project_links.page=Links project_exclusions.page=Exclusions @@ -328,7 +328,6 @@ violations.page=Violations violations_drilldown.page=Violations Drilldown update_center.page=Update Center lcom4_viewer.page=LCOM4 -dependencies.page=Dependencies resource_deletion.page={0} Deletion update_key.page=Update Key project_quality_profile.page=Quality Profile |