diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-25 10:43:02 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-25 10:43:11 +0200 |
commit | 6c95411c7beea684ba428d44fbf0dbd967f96c0e (patch) | |
tree | 87569cf1d1267093ae3d8aa1f4a6c0c584c54eaf /sonar-core/src | |
parent | 689c237e415710257a2d48c218f95ab279cd7a8a (diff) | |
download | sonarqube-6c95411c7beea684ba428d44fbf0dbd967f96c0e.tar.gz sonarqube-6c95411c7beea684ba428d44fbf0dbd967f96c0e.zip |
SONAR-4764 Restore default profiles from ui
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 5 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 e9f2973f509..6353deb8990 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -116,6 +116,7 @@ rename=Rename reporter=Reporter reset_verb=Reset resolution=Resolution +restore=Restore result=Result results=Results x_results={0} results @@ -1628,6 +1629,10 @@ quality_profiles.remove_projects_confirm_message=Are you sure that you want to d quality_profiles.remove_projects_confirm_button=Remove All quality_profiles.copy_x_title=Copy Profile {0} quality_profiles.copy_new_name=New name +quality_profiles.restore_default_profiles=Restore Default Profiles +quality_profiles.restore_default_profiles_x_language=Restore default profiles for language '{0}' +quality_profiles.restore_default_profiles_confirmation=Are you sure you want to restore '{0}' profile(s) for '{1}' ? +quality_profiles.restore_default_profiles_warning=Before restoring default profiles for '{0}', you have to rename or delete profile(s) '{1}'. #------------------------------------------------------------------------------ # |