aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2019-04-02 12:35:38 +0200
committerSonarTech <sonartech@sonarsource.com>2019-04-08 20:21:06 +0200
commit497c52c32eec22b058284e3d51ff775f3be2cbcc (patch)
tree79ce2eec0550735d91b88e6bbfd27ca7cfd1b6a4 /sonar-core
parent99af758e84e5cc84f304e84e714ee0613fc32e59 (diff)
downloadsonarqube-497c52c32eec22b058284e3d51ff775f3be2cbcc.tar.gz
sonarqube-497c52c32eec22b058284e3d51ff775f3be2cbcc.zip
SONAR-11734 Guard against missing language plugins
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 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 43e6d90ecf9..783da7f4b85 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1141,6 +1141,7 @@ quality_profiles.restore_profile.success={1} rule(s) restored in profile "{0}"
quality_profiles.restore_profile.warning={1} rule(s) restored, {2} rule(s) ignored in profile "{0}"
quality_profiles.optional_configuration_file=Optional configuration file
quality_profiles.new_name=New name
+quality_profiles.no_languages_available=There are no languages available. You cannot create a new profile.
quality_profiles.delete_confirm_title=Delete Profile
quality_profiles.are_you_sure_want_delete_profile_x=Are you sure that you want to delete the profile "{0}"?
quality_profiles.are_you_sure_want_delete_profile_x_and_descendants=Are you sure that you want to delete the profile "{0}" and all its descendants?