diff --git a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties b/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties index 0690066ff2b7..803745b2724c 100644 --- a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties +++ b/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties @@ -3,9 +3,9 @@ message.category.warning=WARNING message.category.information=INFORMATION message.category.statistics=STATISTICS error.javac.out.of.memory=Out of memory. Increase the maximum heap size in Project Properties|Compiler settings. -progress.loading.classes=Loading classes... -progress.compiling.class=Compiling {0}... -progress.parsing.file=Parsing {0}... +progress.loading.classes=Loading classes\u2026 +progress.compiling.class=Compiling {0}\u2026 +progress.parsing.file=Parsing {0}\u2026 action.compile.description.module=Module ''{0}'' action.compile.description.selected.files=Selected Files rebuild.lvcs.label.no.errors=''{0}'' with no errors @@ -24,7 +24,7 @@ status.all.up.to.date=All files are up-to-date compiler.error.failed.to.delete=Failed to delete {0} compiler.build.messages.classes.check.uptodate=Build results are up-to-date for requested compile scope.\nSubsequent incremental build wouldn't do anything. compiler.build.messages.classes.check.outdated=Build results are outdated for requested compile scope.\nSubsequent incremental build will compile files for changed sources and remove obsolete results of the previous build. -progress.updating.caches=Updating caches... +progress.updating.caches=Updating caches\u2026 compiler.content.name.rebuild=Rebuild compiler.content.name.recompile=Recompile compiler.content.name.make=Build @@ -32,8 +32,8 @@ modules.classpath.title=Dependencies status.compilation.completed.successfully.with.warnings=Build completed successfully with {0} {0,choice, 0#warnings|1#warning|2#warnings} in {1} status.compilation.completed.successfully=Build completed successfully in {0} status.compilation.completed.successfully.with.warnings.and.errors=Build completed with {0} {0,choice, 0#errors|1#error|2#errors} and {1} {1,choice, 0#warnings|1#warning|2#warnings} in {2} -progress.executing.precompile.tasks=Executing pre-compile tasks... -progress.executing.postcompile.tasks=Executing post-compile tasks... +progress.executing.precompile.tasks=Executing pre-compile tasks\u2026 +progress.executing.postcompile.tasks=Executing post-compile tasks\u2026 error.chunk.modules.must.have.same.jdk=The following modules must have the same JDK assigned because of cyclic dependencies between them:\n{0}\nPlease update modules configuration error.chunk.modules.must.have.same.language.level=The following modules must have the same language level assigned because of cyclic dependencies between them:\n{0}\nPlease update modules configuration action.compiler.properties.text=Compiler Properties @@ -125,11 +125,11 @@ label.option.display.notification.popup=Display notification on build completion java.compiler.option.prefer.target.jdk.compiler=Use compiler from module target JDK when possible configurable.CompilerUIConfigurable.display.name=General configurable.AnnotationProcessorsConfigurable.display.name=Annotation Processors -settings.configure.annotations=&Configure annotations... +settings.configure.annotations=&Configure annotations\u2026 settings.build.project.automatically=Build project automatically settings.actions.on.save.page.build.project.on.save.checkbox=Build project settings.actions.on.save.page.build.project.on.save.checkbox.comment=Not triggered while running/debugging -settings.actions.on.save.page.compiler.settings.link=Compiler settings... +settings.actions.on.save.page.compiler.settings.link=Compiler settings\u2026 settings.compile.independent.modules.in.parallel=Compile independent modules in parallel settings.rebuild.module.on.dependency.change=Rebuild module on dependency change settings.build.process.heap.size=Shared build process heap size (Mbytes): @@ -191,7 +191,7 @@ meta.inf.manifest.mf.file.not.found.in.0=META-INF/MANIFEST.MF file not found in 0.manifest.properties=''{0}'' manifest properties: specify.path.to.manifest.mf.file=Specify Path to MANIFEST.MF File edit.classpath=Edit Classpath -synchronizing.output.directories=Synchronizing output directories... +synchronizing.output.directories=Synchronizing output directories\u2026 button.rebuild=Rebuild confirm.project.rebuild=Confirm Project Rebuild you.are.about.to.rebuild.the.whole.project=You are about to rebuild the whole project.\nRun 'Build Project' instead? @@ -209,7 +209,7 @@ dialog.title.packaging.choose.module=Choose Module dialog.title.packaging.choose.library=Choose Library node.excluded.flag.tooltip=Excluded macro.output.path=Output path -button.add=&Add... +button.add=&Add\u2026 eclipse.compiler.cross.platform.help.message=('/' recommended in paths for cross-platform configurations) eclipse.compiler.path.leave.empty.help.message=Path to ECJ batch compiler tool (leave empty to use bundled): eclipse.compiler.proceed.on.errors.option=Proceed on errors @@ -233,7 +233,7 @@ dialog.message.output.dirs.contain.source.roots=The output directories of the fo action.compiler.reference.find.usages.text=Compiler Reference Find Usages action.compiler.reference.functional.expression.search.text=Compiler Reference Functional Expression Search action.compiler.reference.direct.inheritor.search.text=Compiler Reference Direct Inheritor Search -progress.text.clearing.build.system.data=Clearing build system data... +progress.text.clearing.build.system.data=Clearing build system data\u2026 separator.choose.members.to.delete=Choose Members To Delete Since They Are Already Defined In {0} text.empty.profile=Profile name shouldn't be empty text.profile.exists=Profile {0} already exists @@ -249,7 +249,7 @@ label.extracted.dir.presentation=Extracted ''{0}'' label.library.element.module=module ''{0}'' label.in.path.suffix=(in {0}) jar.text=JAR -jar.from.modules.presentable.name=From modules with dependencies... +jar.from.modules.presentable.name=From modules with dependencies\u2026 unknown.artifact.type.0=Unknown artifact type: {0} unknown.element.0=Unknown element: {0} unknown.artifact.properties.0=Unknown artifact properties: {0} @@ -300,7 +300,7 @@ artifacts.menu.item.all=All Artifacts artifacts.menu.item.build=Build artifacts.menu.item.clean=Clean artifacts.menu.item.rebuild=Rebuild -artifacts.menu.item.edit=Edit... +artifacts.menu.item.edit=Edit\u2026 error.task.0.execution.failed=Task {0} failed, please see idea.log for details dialog.title.choose.module=Choose Module build.process.no.javac.found=No system java compiler is provided by the JRE. Make sure tools.jar is present in IntelliJ IDEA classpath. @@ -315,16 +315,16 @@ jar.artifacts.dialog.radio.button.extract.to.the.target.jar=&extract to the targ jar.artifacts.dialog.radio.button.copy.to.the.output.directory.and.link.via.manifest=copy &to the output directory and link via manifest jar.artifacts.dialog.label.main.class=Main &Class: -element.with.manifest.button.create.manifest=&Create Manifest... -element.with.manifest.button.use.existing.manifest=&Use Existing Manifest... +element.with.manifest.button.create.manifest=&Create Manifest\u2026 +element.with.manifest.button.use.existing.manifest=&Use Existing Manifest\u2026 element.with.manifest.label.meta.inf.manifest.mf.file.not.found=META-INF/MANIFEST.MF file not found element.with.manifest.label.manifest.file=Manifest &File: notification.group.title.jps.cannot.start.compiler=Cannot start compilation -notification.action.jps.open.configuration.dialog=Configure... +notification.action.jps.open.configuration.dialog=Configure\u2026 notification.title.jps.cannot.start.compiler=Cannot start compiler notification.title.cpu.snapshot.build.has.been.captured=Build CPU snapshot has been captured action.show.snapshot.location.text=Show Snapshot Location dialog.message.failed.to.determine.host.ip.for.wsl.jdk=Failed to determine host IP for WSL JDK -progress.preparing.wsl.build.environment=Preparing WSL build environment... +progress.preparing.wsl.build.environment=Preparing WSL build environment\u2026 plugins.advertiser.feature.artifact=artifact