mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
Use short ellipsis for build log unification
GitOrigin-RevId: a77a2a1bc46ab81e93561639552393a929011ee6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
41eaa04b21
commit
11dae3785d
@@ -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
|
||||
@@ -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?
|
||||
@@ -234,7 +234,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=<html>Choose Members To Delete Since They Are Already Defined In <b>{0}</b>
|
||||
text.empty.profile=Profile name shouldn't be empty
|
||||
text.profile.exists=Profile {0} already exists
|
||||
|
||||
Reference in New Issue
Block a user