diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-02 12:24:04 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-02 12:26:45 +0200 |
commit | 44b95974c7d3b066250941289425adc7b51889c5 (patch) | |
tree | 7f91c1303cd575e2d790597c908b3dfbb21a9d09 /plugins/sonar-l10n-en-plugin/src | |
parent | 8a43d9562675bc71fe07d810faa890a853ca2552 (diff) | |
download | sonarqube-44b95974c7d3b066250941289425adc7b51889c5.tar.gz sonarqube-44b95974c7d3b066250941289425adc7b51889c5.zip |
SONAR-3517 Ability to update profile in project configuration section
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 755f6f02243..73c224d5077 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -330,6 +330,7 @@ lcom4_viewer.page=LCOM4 dependencies.page=Dependencies resource_deletion.page={0} Deletion update_key.page=Update Key +project_quality_profile.page=Quality Profile # GWT pages @@ -972,6 +973,17 @@ update_key.current_key_for_project_x_is_x=The key of the "{0}" project is curren update_key.are_you_sure_to_rename_x=Are you sure you want to rename "{0}", as well as all its modules and resources ? update_key.are_you_sure_to_bulk_rename_x_into_x=Are you sure you want to rename "<b>{0}</b>{1}" into "<b>{2}</b>{1}", as well as all its modules and resources ? + +#------------------------------------------------------------------------------ +# +# PROJECT QUALITY PROFILE PAGE +# +#------------------------------------------------------------------------------ +project_quality_profile.current_profile_for_x=Current quality profile for "{0}": +project_quality_profile.project_cannot_be_update_with_profile_x=The current project can not be updated with the following profile: "{0}". +project_quality_profile.profile_successfully_updated=Quality profile successfully updated. + + #------------------------------------------------------------------------------ # # PROJECT (RESOURCE) DELETION PAGE |