Files
openide/platform/configuration-store-impl/resources/messages/ConfigurationStoreBundle.properties
Alex Plate a8012fa4b7 [Workspace Model] [IDEA-333373] Move reloading of iml files into the IO dispatcher
On external change of configuration files (`iml`/`xml` files) we have to reload the project model.
Previously, it worked fully on EDT what caused UI freeze. However, there is no requirement to do it on EDT, so now it's moved to the IO dispatcher, removing the part of the freeze.

Unfortunately, the freeze is not removed fully because the update of the configuration store is still under EDT.

Also, the background progress bar was added to indicate that the reloading is in progress

No new tests were added because
`ModuleStoreTest.one batch update session if several modules changed` checks this functionality

GitOrigin-RevId: 155da36116b92c011e00f1edffd562499dbc1f06
2024-02-16 16:04:52 +00:00

57 lines
3.9 KiB
Properties

editbox.export.settings.to=Export settings to:
error.cannot.find.file=Cannot find file {0}
error.reading.settings.file=Error reading file {0}.\nPlease make sure it was generated by ''File | Manage IDE Settings | Export Settings...'' feature.\n\n{1}
error.reading.settings.file.2=Error reading file {0}.\n\n{1}
error.no.settings.to.import=The file {0} contains no settings to import.\nPlease make sure it was generated by ''File | Manage IDE Settings | Export Settings...'' feature.
error.writing.settings=Error writing settings.\n\n{0}
message.settings.exported.successfully=Your settings have been successfully exported.\nYou can import settings using 'File | Manage IDE Settings | Import Settings...'.
message.settings.imported.successfully=Settings imported successfully. {0} {1} to reload the settings?
project.reload.failed=Error while loading external changes: {0}. Project will be reloaded.
project.reload.failed.title=Reload Error
prompt.check.components.to.import=Please check all components to import:
prompt.choose.export.settings.file.path=Choose export file path or directory where to create new file
prompt.choose.import.file.path=Select the settings file to import or directory where the file is located
prompt.overwrite.settings.file=Overwrite ''{0}''?
prompt.please.check.all.components.to.export=Please check the settings to export:
title.export.file.location=Export File Location
title.export.successful=Export Complete
title.file.not.found=File Not Found
title.import.file.location=Import File Location
title.invalid.file=Invalid File
title.select.components.to.export=Export Settings
title.select.components.to.import=Select Components to Import
restore.default.settings.confirmation.title=Restore Default IDE Settings?
restore.default.settings.confirmation.message=The current settings will be backed up to {0}
restore.default.settings.confirmation.button.restart=Restore and Restart
restore.default.settings.confirmation.button.shutdown=Restore and Shutdown
import.settings.confirmation.button.restart=Import and Restart
import.default.settings.confirmation.button.shutdown=Import and Shutdown
import.settings.confirmation.title=Restart to Import Settings
notification.load.settings.title=Load settings
notification.load.settings.content=Cannot load settings from file ''{0}''
notification.load.settings.error.reason.truncated=content truncated
notification.load.settings.action.content.will.be.recreated=File content will be recreated
notification.load.settings.action.please.correct.file.content=Please correct the file content
export.components.list.action.select.all=Select &All
export.components.list.action.select.none=Select &None
export.components.list.action.invert.selection=&Invert
error.message.details.configuration.files.from.remote.locations.in.safe.mode=configuration files from remote locations aren't loaded for projects opened in the safe mode. \
If you trust the project, mark it accordingly and reopen it to avoid this limitation.
configuration.application.files.changed.restart.prompt.title=Application Files Changed
# {0} is the project name
configuration.project.files.changed.restart.prompt.title=Project ''{0}'' Files Changed
# This message is followed by the list of components
configuration.project.files.changed.message.start=Project ''{0}'' components were changed externally and cannot be reloaded:
configuration.application.files.changed.message.start=Application components were changed externally and cannot be reloaded:
# the list of components, and the number of remaining components, e.g. "componentA, componentB, and 3 more"
configuration.project.components.changed.and.several.more={0}, and {1} more
configuration.project.files.changed.restart.proposal=Would you like to restart {0}?
configuration.project.files.changed.shutdown.proposal=Would you like to shutdown {0}?
configuration.project.files.changed.reload.project.proposal=Would you like to reload project?
progress.title.reloading.project.configuration=Reloading project configuration