diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-10 18:16:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 18:16:54 +0200 |
commit | c12f3d56cb99478c36242fd122258ebf0d26f740 (patch) | |
tree | 2a7cae9094a9773bf5ba621bb3214f52c2c6126d /sonar-core | |
parent | 6d55c79eed10aefdda9381cb82acdac47c824ec6 (diff) | |
download | sonarqube-c12f3d56cb99478c36242fd122258ebf0d26f740.tar.gz sonarqube-c12f3d56cb99478c36242fd122258ebf0d26f740.zip |
SONAR-7919 Rewrite "Update Key" project page (#1140)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 27 |
1 files changed, 10 insertions, 17 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 7bfc12f147d..81080336c9a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -213,6 +213,7 @@ are_you_sure=Are you sure? assigned_to=Assigned to bulk_change=Bulk Change bulleted_point=Bulleted point +check_project=Check project coding_rules=Rules click_to_add_to_favorites=Click to add to favorites click_to_remove_from_favorites=Click to remove from favorites @@ -1602,29 +1603,21 @@ project_history.event_already_exists=Event "{0}" already exists. #------------------------------------------------------------------------------ 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.old_key=Old Key +update_key.new_key=New Key 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.bulk_change_description=The bulk update allows to replace a part of the current key(s) 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.current_key_for_project_x_is_x=The key of the "{0}" project is currently "{1}". update_key.replace=Replace update_key.by=By -update_key.replace_example=Ex.: "org.myCompany" -update_key.by_example=Ex.: "com.myNewCompany" +update_key.replace_example=org.myCompany +update_key.by_example=com.myNewCompany update_key.cant_update_because_duplicate_keys=The replacement of "{0}" by "{1}" is impossible as it would result in duplicate keys (in red below): -update_key.keys_will_be_updated_as_follows=The resources will be updated as follows (updated keys in bold): -update_key.duplicate_key=Duplicate key -update_key.bulk_update_confirmation_page=Do you really want to perform the bulk update on project keys? -update_key.bulk_update_impossible=Bulk update can not be performed +update_key.keys_will_be_updated_as_follows=The resources will be updated as follows: +update_key.duplicate_key=Duplicate Key update_key.no_key_to_update=No key contains the string to replace ("{0}"). +update_key.are_you_sure_to_change_key=Are you sure you want to change key of "{0}", as well as all its modules and resources? +update_key.see_results=See Results → #------------------------------------------------------------------------------ |