diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-24 22:02:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-24 22:06:23 +0200 |
commit | 2be9d39965149fb5395e06c5036d79dab63447e4 (patch) | |
tree | 027b037451e44becc6b5a7e3f5803721d53e52bc /plugins/sonar-core-plugin | |
parent | 9eaf53b7e688de3a7c3cfff1e530a077ff7c6e75 (diff) | |
download | sonarqube-2be9d39965149fb5395e06c5036d79dab63447e4.tar.gz sonarqube-2be9d39965149fb5395e06c5036d79dab63447e4.zip |
SONAR-3623 apply modal window to creation/restore Q profiles
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 228c8e39dea..abdbd4a4df6 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1147,10 +1147,10 @@ quality_profiles.compare_profiles=Compare profiles quality_profiles.restore_profile=Restore profile quality_profiles.x_language_profiles= {0} profiles quality_profiles.optional_configuration_file=Optional configuration file -quality_profiles.create_x_language_profile=Create {0} profile +quality_profiles.create_x_language_profile=Create {0} Profile quality_profiles.are_you_sure_want_x_profile_as_default=Are you sure that you want to set the profile "{0}" as default ? quality_profiles.profile_x_created=Profile "{0}" created. Set it as default or link it to a project to use it for next measures. -quality_profiles.profile_x_already_exists=This profile already exists: {0}. +quality_profiles.already_exists=This profile already exists. quality_profiles.please_type_profile_name=Please type a profile name. quality_profiles.delete_confirm_title=Delete Profile quality_profiles.profile_x_deleted=Profile "{0}" is deleted. @@ -1159,7 +1159,6 @@ quality_profiles.profile_x_not_activated=Profile "{0}" is created but not activa quality_profiles.please_upload_backup_file=Please upload a backup file. quality_profiles.profile_x_associated_to_x_projects=Profile "{0}" associated to {1} projects. quality_profiles.profile_name_cant_be_blank=Profile name can not be blank. -quality_profiles.profile_name_already_exists=This profile name already exists. quality_profiles.new_name=New name quality_profiles.name_for_new_profile=Name for the new profile quality_profiles.delete_confirm_title=Delete Profile |