aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-01-24 19:19:20 +0100
committerFabrice Bellingard <bellingard@gmail.com>2012-01-24 19:21:16 +0100
commitc339385ccf76ec26cf8db19df901cdfe59c712b8 (patch)
tree7ebae28ecfbcc6c9b01f57144c9042865f2d4c66 /plugins
parented409e8f0a53554aad46ac438b93b7adc02cc5d8 (diff)
downloadsonarqube-c339385ccf76ec26cf8db19df901cdfe59c712b8.tar.gz
sonarqube-c339385ccf76ec26cf8db19df901cdfe59c712b8.zip
SONAR-1492 Improve rule & active rule edition page
+ use markdown instead of HTML + improve rule doc page
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties18
1 files changed, 6 insertions, 12 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 802d8947e8f..225d92f67ed 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
@@ -985,16 +985,10 @@ 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.extend_description=Extend description
+rules_configuration.update_description=Update description
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.<br/>HTML tags can be used in this field.
-rules_configuration.adding_activation_note_description=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.<br/>HTML tags can be used in this field.
-rules_configuration.create_note=Create note
-rules_configuration.create_activation_note=Create activation note
+rules_configuration.confirm_delete_note=Do you really want to delete this note?
rules_configuration.rule_identification=Identification
rules_configuration.rule_parameters=Parameters
@@ -1004,9 +998,9 @@ rules_configuration.rule_parameters=Parameters
# RULES DOCUMENTATION PAGE
#
#------------------------------------------------------------------------------
-rules.description=Description
-rules.rule_activated_on_profile_x=Rule activated on profile "{0}"
-rules.parameters=Parameters:
+rules.more_about_rule_on_profile_x=More about this rule on profile "{0}"
+rules.identification=Identification
+rules.parameters=Parameters
#------------------------------------------------------------------------------