diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-24 15:00:07 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-24 15:00:07 +0200 |
commit | 89391aba6ca7a49a24fd402f92d5875d51138397 (patch) | |
tree | 448f190d4486c3b867a1362cd38f685e8484894b /plugins | |
parent | 7a4e303178603bd4cf718154829d88cccd34aaa0 (diff) | |
download | sonarqube-89391aba6ca7a49a24fd402f92d5875d51138397.tar.gz sonarqube-89391aba6ca7a49a24fd402f92d5875d51138397.zip |
SONAR-2702 New "Exclusions" service in the "CONFIGURATION" section
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 a61de34dc63..c0754fd8e2f 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 @@ -278,6 +278,8 @@ manual_measures.page=Manual Measures my_profile.page=My Profile project_roles.page=Project Roles project_settings.page=Settings +project_links.page=Links +project_exclusions.page=Exclusions quality_profiles.page=Quality Profiles reviews.page=Reviews settings.page=General Settings |