aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-01-22 12:45:08 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-01-22 12:45:41 +0100
commitda7f8473a044d8963e7d8c1f13a5d9ea7037de9b (patch)
tree2fb9db9a5d37949db506347afd1ae6ad53e5fc5b /plugins
parent87b04b60860d0ce79074dcd131752521142ddb53 (diff)
downloadsonarqube-da7f8473a044d8963e7d8c1f13a5d9ea7037de9b.tar.gz
sonarqube-da7f8473a044d8963e7d8c1f13a5d9ea7037de9b.zip
SONAR-4326 Allow creation of new tags from coding rules page
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 5 insertions, 0 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 198edd9c0aa..21271004625 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
@@ -1671,6 +1671,11 @@ rules_configuration.creation_date=Creation date
rules_configuration.removal_date=Removal date
rules_configuration.available_since=Available since
rules_configuration.removed_since=Removed since
+rules_configuration.select_tags=Select Tags
+rules_configuration.select_tags_for_rule=Select Tags for Rule:
+rules_configuration.update_tags=Update Tags
+rules_configuration.new_tag=New Tag...
+rules_configuration.create_tag=Create Tag
#------------------------------------------------------------------------------