From a3e95e51612ae5151d654acfd6a27f74e53dbc26 Mon Sep 17 00:00:00 2001 From: Ambroise C Date: Fri, 1 Sep 2023 14:18:58 +0200 Subject: SONAR-20249 Hide NCD banner on save (#9186) --- .../src/main/resources/org/sonar/l10n/core.properties | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'sonar-core') 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 e78def32875..e3daa4badec 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -655,17 +655,7 @@ project_baseline.specific_setting=Define a specific setting for this project project_baseline.configure_branches=Set a specific setting for a branch project_baseline.compliance.warning.title.project=Your project new code definition is not compliant with the Clean as You Code methodology -project_baseline.compliance.warning.title.global=Your global new code definition is not compliant with the Clean as You Code methodology -project_baseline.compliance.warning.explanation=Please ask an administrator to update the global new code definition before switching back to it. -project_baseline.compliance.warning.explanation.admin=Please update the global new code definition under {link} before switching back to it. -project_baseline.warning.explanation.action.admin.link=General Settings > New Code - -baseline.number_days.compliance_warning.title=Your new code definition is not compliant with the Clean as You Code methodology -baseline.number_days.compliance_warning.content.global=We recommend that you update this new code definition so that new projects and existing projects that do not use a specific New Code definition benefit from the Clean as You Code methodology by default. -baseline.number_days.compliance_warning.content.project=We recommend that you update this new code definition so that your project benefits from the Clean as You Code methodology. -baseline.number_days.compliance_warning.content.project.with_branch_support=We recommend that you update this new code definition so that new branches and existing branches that do not use a specific New Code definition benefit from the Clean as You Code methodology by default. -baseline.number_days.compliance_warning.content.branch=We recommend that you update this new code definition so that your branch benefits from the Clean as You Code methodology. -baseline.number_days.compliance_warning.link=Defining New Code + baseline.specific_analysis=Specific analysis baseline.specific_analysis.description=Choose an analysis as the baseline for the new code. baseline.specific_analysis.compliance_warning.title=Choosing the "Specific analysis" option from the SonarQube UI is not compliant with the Clean as You Code methodology @@ -3955,11 +3945,6 @@ new_code_definition.question=Choose the baseline for new code for this project new_code_definition.global_setting=Use the global setting new_code_definition.specific_setting=Define a specific setting for this project -new_code_definition.compliance.warning.title.global=Your global new code definition is not compliant with the Clean as You Code methodology -new_code_definition.compliance.warning.explanation=Please ask an administrator to update the global new code definition before you can use it for your project. -new_code_definition.compliance.warning.explanation.admin=Please update the global new code definition under {link} before you can use it for your project. -new_code_definition.compliance.warning.explanation.action.admin.link=General Settings > New Code - new_code_definition.previous_version=Previous version new_code_definition.previous_version.usecase=Recommended for projects following regular versions or releases. new_code_definition.previous_version.description=Any code that has changed since the previous version is considered new code. -- cgit v1.2.3