diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-30 11:43:10 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-30 11:48:12 +0200 |
commit | 0ff79ac40139f821df57ed8087fab6718a8100cd (patch) | |
tree | 64e97d429ce5e31fe389a3188201cd26c54f94b4 /sonar-core | |
parent | 9c389f666b86278b36bdca8370d6bd2315db5d84 (diff) | |
download | sonarqube-0ff79ac40139f821df57ed8087fab6718a8100cd.tar.gz sonarqube-0ff79ac40139f821df57ed8087fab6718a8100cd.zip |
SONAR-5007 Replace browser confirm dialogs with custom ones
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 0e99bdfbadc..4bbaadf924f 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1714,6 +1714,7 @@ coding_rules.custom_rules=Custom Rules coding_rules.extend_description=Extend Description coding_rules.deactivate_in=Deactivate In coding_rules.deactivate=Deactivate +coding_rules.deactivate.confirm=Are you sure you want to deactivate this rule in profile {0}? coding_rules.deactivate_in_quality_profile=Deactivate In Quality Profile coding_rules.deactivate_in_all_quality_profiles=Deactivate In All {0} Profiles coding_rules.found=Found @@ -1739,6 +1740,7 @@ coding_rules.reactivate.help=A rule with the same key has been previously delete coding_rules.remove_extended_description.confirm=Are you sure you want to remove the extended description? coding_rules.repository=Repository: coding_rules.revert_to_parent_definition=Revert to Parent Definition +coding_rules.revert_to_parent_definition.confirm=This rule will be reverted to the parameters defined in profile {0}. Are you sure? coding_rules.rule_template=Rule Template coding_rules.rule_template.title=This rule can be used as a template to create custom rules,\nit cannot be activated on a profile coding_rules._rules=rules |