diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-04-14 14:09:47 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-04-14 14:14:13 +0200 |
commit | bb004b10dbe983c8042713de7ffb91429419f6ab (patch) | |
tree | f998fb5b1ce698c4dddd1533588370359bb985f0 /sonar-core/src | |
parent | 24b1763ced175d963fca52105b743a534941ac08 (diff) | |
download | sonarqube-bb004b10dbe983c8042713de7ffb91429419f6ab.tar.gz sonarqube-bb004b10dbe983c8042713de7ffb91429419f6ab.zip |
SONAR-5851 add changelog
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 6 insertions, 6 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 bd28ae542db..b1eb6e9d794 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1749,7 +1749,7 @@ quality_profiles.no_version=no version quality_profiles.last_version_x_with_date=last version {0} ({1}) quality_profiles.version_x_with_date=version {0} ({1}) quality_profiles.version_x=version {0} -quality_profiles.parameter_set_to_x=Parameter <b>{0}</b> set to <b>{1}</b> +quality_profiles.parameter_set_to_x=Parameter <strong>{0}</strong> set to <strong>{1}</strong> quality_profiles.only_in_profile_x=Only in {0} quality_profiles.with_different_configuration=With different configuration quality_profiles.with_same_configuration=With same configuration @@ -1778,13 +1778,13 @@ quality_profiles.manage_rules_tooltip=Manage rules of this profile quality_profiles.manage_rules_tooltip_x_profile=Manage rules of profile '{0}' quality_profiles.see_rules_tooltip=See rules of this profile quality_profiles.see_rules_tooltip_x_profile=See rules of profile '{0}' -quality_profiles.severity_set_to_x=Severity set to {0}<b>{1}</b> +quality_profiles.severity_set_to_x=Severity set to <strong>{0}</strong> quality_profiles.changelog_from=Changelog from quality_profiles.changelog.empty=No changes have been done. -quality_profiles.changelog.activated=Activated -quality_profiles.changelog.deactivated=Deactivated -quality_profiles.changelog.updated=Updated -quality_profiles.changelog.parameter_reset_to_default_value_x=Parameter <b>{0}</b> reset to default value +quality_profiles.changelog.ACTIVATED=Activated +quality_profiles.changelog.DEACTIVATED=Deactivated +quality_profiles.changelog.UPDATED=Updated +quality_profiles.changelog.parameter_reset_to_default_value_x=Parameter <strong>{0}</strong> reset to default value quality_profiles.deleted_profile=The profile {0} doesn't exists anymore quality_profiles.projects_for_default=Every project not specifically associated to a quality profile will be associated to this one by default. quality_profiles.projects_for_default.edit=You must not select specific projects for the default quality profile. |