diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-12 12:30:52 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-12 12:30:52 +0200 |
commit | 7d790c062ed63a895ee7e42725eb8aca62528be3 (patch) | |
tree | 42714cc8935edb8846831e9299178a04215e46b6 /plugins/sonar-l10n-en-plugin | |
parent | 2b79a7c204edc49f4635aff7471f384307a1f6d9 (diff) | |
download | sonarqube-7d790c062ed63a895ee7e42725eb8aca62528be3.tar.gz sonarqube-7d790c062ed63a895ee7e42725eb8aca62528be3.zip |
SONAR-2690 Anonymous access : add a title above the project list in the Quality Profile 'projects' tab
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 12e43941c36..bb6d13e93fe 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 @@ -623,6 +623,7 @@ quality_profiles.profile_inheritance=Profile inheritance quality_profiles.available_projects=Available projects quality_profiles.associated_projects=Associated projects quality_profiles.no_projects_associated_to_profile_x=No projects are explicitly associated to the profile "{0}". +quality_profiles.projects_warning=List of projects explicitly associated to this Quality profile : quality_profiles.no_permalinks=No permalinks quality_profiles.including_x_overriding.suffix=, incl. {0} overriding quality_profiles.profile_cant_be_edited=This profile can not be edited. |