aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-01-23 18:03:19 +0100
committerFabrice Bellingard <bellingard@gmail.com>2012-01-23 19:23:18 +0100
commit328abda6157af975f9251c854320f064dafa5a82 (patch)
tree3fedf2925645257438c99e0056ee59008690c632 /plugins/sonar-l10n-en-plugin
parent2044f95a1c1064f2cde28df0c33af633fdd8d8a2 (diff)
downloadsonarqube-328abda6157af975f9251c854320f064dafa5a82.tar.gz
sonarqube-328abda6157af975f9251c854320f064dafa5a82.zip
SONAR-1492 Allow notes per quality rule
Admin page implemented
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties14
1 files changed, 13 insertions, 1 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 c6363a34c7a..6be2ee69ff8 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
@@ -458,7 +458,7 @@ reviews.filtered_by.to=To date
#
#------------------------------------------------------------------------------
-action_plans.page_title=Manage Action plans
+action_plans.page_title=Manage action plans
action_plans.add_action_plan=Add action plan
action_plans.col.status=St.
action_plans.col.name=Name
@@ -984,6 +984,18 @@ rules_configuration.rule_deleted=Rule deleted
rules_configuration.unknown_rule=Unknown rule
rules_configuration.x_rules_have_been_activated={0} rules have been activated.
rules_configuration.x_rules_have_been_deactivated={0} rules have been deactivated.
+rules_configuration.rule_description=Description
+rules_configuration.rule_note=Note
+rules_configuration.rule_activation_note=Activation note
+rules_configuration.confirm_delete_note=Do you really want to delete this note?
+rules_configuration.add_note=Add note
+rules_configuration.add_activation_note=Add activation note
+rules_configuration.adding_note_description=This note will be linked to the current rule (whatever the profile) and will be visible to every user. It can be used to extend the predefined rule description.
+rules_configuration.adding_activation_note_decsription=This activation note will be linked to the active rule of the current profile and will be visible to every user. It can be used to explain why this rule was activated on this profile and/or why such parameter was specified.
+rules_configuration.create_note=Create note
+rules_configuration.create_activation_note=Create activation note
+rules_configuration.rule_identification=Identification
+rules_configuration.rule_parameters=Parameters
#------------------------------------------------------------------------------