diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 10:16:36 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-04 10:18:21 +0200 |
commit | fa4998240092288ac95a7919dd50c60bbee09da4 (patch) | |
tree | 4f44ecf12e3e3cc29eba1023e3e81162ce647657 /plugins/sonar-l10n-en-plugin/src | |
parent | 268057f5ed963b10ea1993db9010dbee837eb5d6 (diff) | |
download | sonarqube-fa4998240092288ac95a7919dd50c60bbee09da4.tar.gz sonarqube-fa4998240092288ac95a7919dd50c60bbee09da4.zip |
SONAR-2614 Provide a bulk project deletion page
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 | 21 |
1 files changed, 21 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 fb9a261cbb9..7a7d91c3bc6 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 @@ -332,6 +332,7 @@ dependencies.page=Dependencies resource_deletion.page={0} Deletion update_key.page=Update Key project_quality_profile.page=Quality Profile +bulk_deletion.page=Bulk Deletion # GWT pages @@ -1248,6 +1249,26 @@ my_profile.password.wrong_old=Wrong old password #------------------------------------------------------------------------------ # +# BULK RESOURCE DELETION +# +#------------------------------------------------------------------------------ +bulk_deletion.resource.projects=Projects +bulk_deletion.resource.views=Views +bulk_deletion.resource.devs=Developers +bulk_deletion.no_resource_to_delete=No resource to delete +bulk_deletion.resource_name_filter_by_name=Filter resources by name +bulk_deletion.search=Search +bulk_deletion.page_size=Page size +bulk_deletion.select_all=Select all +bulk_deletion.select_all_x_resources=Select all {0} resources +bulk_deletion.clear_selection=Clear selection of all {0} resources +bulk_deletion.following_deletions_failed=The following resources could not be deleted. Please check the logs to know more about it. +bulk_deletion.hide_message=Hide message +bulk_deletion.sure_to_delete_the_resources=Are you sure you want to delete the selected resources? + + +#------------------------------------------------------------------------------ +# # TREEMAP # #------------------------------------------------------------------------------ |