aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin/src
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-06-29 11:21:53 +0200
committerFabrice Bellingard <bellingard@gmail.com>2012-06-29 11:23:56 +0200
commit94b831e62c22a1465adbde298bdc2d1d804a73fc (patch)
tree7fc8efa5fa0ea206390ad5f01f679a4a61998d95 /plugins/sonar-l10n-en-plugin/src
parentcbf9a517c208b45b1b6b719436fa08ef217e5196 (diff)
downloadsonarqube-94b831e62c22a1465adbde298bdc2d1d804a73fc.tar.gz
sonarqube-94b831e62c22a1465adbde298bdc2d1d804a73fc.zip
SONAR-1608 Make it possible to modify the key of projects
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties25
1 files changed, 25 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 74b8ddaf518..755f6f02243 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
@@ -329,6 +329,7 @@ update_center.page=Update Center
lcom4_viewer.page=LCOM4
dependencies.page=Dependencies
resource_deletion.page={0} Deletion
+update_key.page=Update Key
# GWT pages
@@ -949,6 +950,30 @@ project_history.event_already_exists=Event "{0}" already exists.
#------------------------------------------------------------------------------
#
+# PROJECT / MODULE "UPDATE KEY" PAGE
+#
+#------------------------------------------------------------------------------
+update_key.update_resource_key=Update Key
+update_key.bulk_update=Bulk Update
+update_key.fine_grained_key_update=Fine-grained Update
+update_key.old_key=Old key
+update_key.new_key=New key
+update_key.rename=Rename
+update_key.reset=Reset
+update_key.new_key_cant_be_blank_for_x=The new key can not be blank for "{0}".
+update_key.same_key_for_x=The new key is the same as the original one ("{0}"), nothing has been updated.
+update_key.cant_update_x_because_resource_already_exist_with_key_x="{0}" can not be renamed because "{1}" is the key of an existing resource. The update has been canceled.
+update_key.error_occured_while_renaming_key_of_x=An error occurred while renaming the key "{0}": {1}
+update_key.key_updated=The key has successfully been updated for all required resources.
+update_key.fieds_cant_be_blank_for_bulk_update=The two fields can not be blank for the bulk update.
+update_key.key_does_not_start_with_x=The current key ("{0}") does not start with "{1}". The update is impossible.
+update_key.bulk_change_description=The bulk update allows to replace the beginning of the current key by another string on the current project and all its submodules - if applicable.
+update_key.current_key_for_project_x_is_x=The key of the "{0}" project is currently "<b>{1}</b>".
+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 (RESOURCE) DELETION PAGE
#
#------------------------------------------------------------------------------