diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-01 11:56:14 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-01 11:56:53 +0200 |
commit | 5a11c25655690c26fb739a204f8e1883f9f12261 (patch) | |
tree | 8163cb3c6d501c4f1b5a7b913fb76ff150a9c7ed /plugins | |
parent | 08a2dfae36a5f246907e6c37732bb75e7c3ec683 (diff) | |
download | sonarqube-5a11c25655690c26fb739a204f8e1883f9f12261.tar.gz sonarqube-5a11c25655690c26fb739a204f8e1883f9f12261.zip |
SONAR-3833 ability to edit/delete the profiles provided by plugins
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 39188f47915..ebba87384b4 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1171,7 +1171,6 @@ 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.including_x_overriding.suffix=, incl. {0} overriding -quality_profiles.profile_cant_be_edited=This profile can not be edited. quality_profiles.set_parent=Set parent quality_profiles.inherit_rules_from_profile=Inherit rules configuration from the profile quality_profiles.no_changes_done_on_this_profile=No changes has been done on this quality profile. @@ -1213,7 +1212,6 @@ quality_profiles.copy_new_name=New Name rules_configuration.tab.new_rule=New rule rules_configuration.tab.edit_rule=Edit rule -rules_configuration.profile_cant_be_updated_description=This profile can not be updated but it can be used as a template for your own configuration. Just copy it from the profiles page. rules_configuration.x_found_in_active_rules={0} found in active rules rules_configuration.x_found_in_inactive_rules={0} found in inactive rules rules_configuration.expand_collapse=expand/collapse |