Files
openide/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties
Nikolay Chashnikov 81b309e99c [jps build] don't show "Clean up old output directories" notification
Since IDEA-185574 is fixed (IDEA 2018.1) when you rename or remove a module, the obsolete output directory is deleted automatically when Build Project is invoked. This notification was needed to clean up old output directories which were left by IDEA 2017.3 or older versions. But now it isn't necessary and may be annoying: if you update the project from VCS and get a change where some modules were removed or renamed, and then reopen the project, you'll see the notification before Build Project cleans up the old directories automatically (IDEA-237388). Also marker file for the notification may be created in unexpected places (IDEA-202729). Removing the notification is the simplest way to fix these issues. We may assume that users of IntelliJ IDEA 2017.3 or older already took the opportunity to clean the old directories after updating to IDEA version between 2018.1 and 2020.1.

GitOrigin-RevId: 93d371f43f3b61e1e7d9040e44df0683f582e0c7
2020-06-09 21:04:02 +03:00

229 lines
15 KiB
Properties

message.category.error=ERROR
message.category.warning=WARNING
message.category.information=INFORMATION
message.category.statistics=STATISTICS
error.copying=Error copying {0}\nto {1}:\n{2}
file.copying.compiler.description=File copying compiler
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}...
action.compile.description.module=Module ''{0}''
action.compile.description.selected.files=Selected Files
rebuild.lvcs.label.no.errors=''{0}'' with no errors
rebuild.lvcs.label.with.errors=''{0}'' with errors
action.make.selected.modules.text=Build Selected _Modules
message.resource.patterns.format.changed=The format of resource patterns has changed.\n{0} failed to convert existing regular expression patterns:\n{1}\nPlease enter pattern string in a new format.\nEach resource pattern may contain the following wildcards:\n? - one character\n* - zero or more characters\n! - negate the pattern (allowed only at the start of a pattern)\nUse ; (semicolon) to separate resource patterns;\nEscape the "!" character with a backslash ("\\").\nYou might also need to modify template project settings.\nPress ''{2}'' to accept entered patterns, ''{3}'' to load default patterns in new format.
pattern.conversion.dialog.title=Pattern Conversion
error.bad.resource.patterns=The following resource patterns are malformed:{0}
bad.resource.patterns.dialog.title=Malformed Resource Patterns
compiler.results.export.text.prefix=line ({0})
compiler.error.exception=Error: {0}
status.compilation.aborted=Compilation aborted
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...
compiler.content.name.rebuild=Rebuild
compiler.content.name.recompile=Recompile
compiler.content.name.make=Build
modules.classpath.title=Dependencies
status.compilation.completed.successfully.with.warnings=Build completed successfully with {0} {0,choice, 0#warnings|1#warning|2#warnings}
status.compilation.completed.successfully=Build completed successfully
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}
progress.executing.precompile.tasks=Executing pre-compile tasks...
progress.executing.postcompile.tasks=Executing post-compile tasks...
error.failed.to.create.directory=Failed to create directory {0}
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
warning.sources.under.output.paths=Compiler option \"Clear output directory on rebuild\" is currently on.\nHowever, source files may exist in the following output paths:\n{0}\nCompilation will proceed without clearing output directories.
action.compiler.properties.text=Compiler Properties
actions.exclude.from.compile.text=Exclude from Compile
progress.checking.dependencies=Checking dependencies...
progress.found.dependent.files=Found {0} dependent files
error.compiler.internal.error=Compiler internal error. Process terminated with exit code {0}
error.bad.class.file.format=Bad class file format:\n{0}
java.compiler.description=Java Compiler
resource.compiler.description=Resource Compiler
rmi.compiler.description=RMI Compiler
error.jdk.not.specified=Cannot start compiler: the SDK is not specified for {0,choice, 1#module|2#modules\n} {1}.\nSpecify the SDK in the Project Structure dialog.
error.output.not.specified=Cannot start compilation: the output path is not specified for {0,choice, 1#module|2#modules\n} {1}.\nSpecify the output path in the Project Structure dialog.
statistics.files.classes=Files: {0} - Classes: {1}
compiler.javac.name=Javac
javac.error.jdk.home.missing=Cannot find home directory ''{1}'' for JDK ''{0}''.\nUpdate JDK configuration.
javac.error.unknown.jdk.version=Cannot determine version for JDK {0}.\nUpdate JDK configuration.
compiler.configurable.display.name=Compiler
label.option.compile.in.background=C&ompile in background
label.option.clear.output.directory.on.rebuild=C&lear output directory on rebuild
label.option.resource.patterns.text=Resource patterns\:
error.compiler.configurable.malformed.patterns=The following resource patterns are malformed:\n{0}
exclude.from.compile.table.path.column.name=Path
exclude.from.compile.table.recursively.column.name=Recursively
no.excludes=No excludes
option.use.compiler.text=Use compiler:
java.compiler.option.additional.command.line.parameters=Additional command line parameters:
java.compiler.option.generate.no.warnings=Generate no warnings
java.compiler.option.generate.debugging.info=Generate debugging info
java.compiler.option.report.deprecated=Report use of deprecated features
javac.option.max.heap.size=Maximum heap size (MB):
javac.options.group.title=Javac Options
rmic.option.generate.iiop.stubs=Generate IIOP stubs
rmic.option.enable.rmi.stubs=Enable RMI stubs generation
compile.progress.title=Compile Progress
statistics.error.count={0} {0,choice, 0#errors|1#error|2#errors}
statistics.warnings.count={0} {0,choice, 0#warnings|1#warning|2#warnings}
compiler.running.dialog.title=Compiler Running
warning.compiler.running.on.project.close=The compiler is running. Proceed with project closing?
warning.compiler.running.on.toolwindow.close=The compiler is running. Terminate it?
add.notnull.assertions=Add runtime &assertions for notnull-annotated methods and parameters
compiler.eclipse.name=Eclipse
eclipse.options.group.title=Eclipse Options
#artifacts
packaging.element.text.output.root=<output root>
label.text.main.class=&Main Class:
label.text.class.path=Class &Path:
element.type.name.artifact=Artifact
dialog.title.choose.artifacts=Choose Artifacts
node.text.0.directory.content=''{0}'' directory contents
element.type.name.library.files=Library Files
node.text.0.compile.output=''{0}'' compile output
node.text.0.test.compile.output=''{0}'' test compile output
node.text.0.with.dependencies=''{0}'' with dependencies
node.text.0.module.sources=''{0}'' sources
element.type.name.module.source=Module Sources
element.type.name.module.output=Module Output
element.type.name.module.test.output=Module Test Output
element.type.name.directory=Directory
element.type.name.archive=Archive
artifact.type.plain=Other
build.artifacts.before.run.description.empty=Build Artifacts
build.artifacts.before.run.description.single=Build ''{0}'' artifact
build.artifacts.before.run.description.multiple=Build {0} artifacts
build.artifacts.before.run.selector.title=Select Artifacts
message.text.destination.is.directory={0} Destination is a directory.
message.text.error.copying.file.to.file=Error copying ''{0}'' to ''{1}''.
message.text.compiling.item.deployment.descriptor.could.not.be.found=Compiling {0}: Deployment item ''{1}'' could not be found
message.text.compiling.module.message=Compiling {0}: {1}
message.text.xml.file.invalid=XML file ''{0}'' is invalid
mesage.text.deployment.descriptor.file.not.exist=Deployment descriptor file ''{0}'' does not exist
message.text.deployment.description.invalid.file=Invalid file
warning.text.file.has.been.changed=File has been changed during compilation, inspection validation skipped
dialog.message.compilation.of.unloaded.modules.failed=There are unloaded modules in the project which depend on changed files.<br>\
Compilation of these modules finished with errors.
dialog.title.compilation.failed=Compilation Failed
button.text.checkin.handler.commit=&Commit
button.text.checkin.handler.show.errors=&Show Errors
checkbox.text.compile.affected.unloaded.modules=Compile affected &unloaded modules
#artifacts
dialog.title.output.directory.for.artifact=Output Directory for Artifact
chooser.description.select.output.directory.for.0.artifact=Select output directory for ''{0}'' artifact
#package file action
action.name.package.file=Package File
action.description.package.file=Update the file in the corresponding artifacts
message.tect.package.file.io.error=IO Error:\n{0}
command.name.package.file=Package file
status.text.file.has.been.packaged={0, choice, 1#File|2#Files} {1} {0, choice, 1#has|2#have} been packaged at {2}.
action.name.package.files=Package Files
# validation
validation.display.name=Validation
action.name.exclude.from.validation=Exclude from Validation
no.validators=No validators available
label.option.autoshow.first.error=Automatically show first &error in editor
label.option.display.notification.popup=Display notification on build completion
compiler.ref.service.validation.task.name=Backward Reference Indices Validation
compiler.ref.service.validation.progress.text=Validating backward reference indices
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.build.project.automatically=Build project automatically
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=Build process heap size (Mbytes):
settings.shared.build.process.vm.options=Shared build process VM options:
settings.user.local.build.process.vm.options=User-local build process VM options (overrides Shared options):
settings.auto.build.only.works.while.not.running=(only works while not running / debugging)
settings.parallel.module.compile.may.require.larger.heap.size=(may require larger heap size)
settings.warning=<html>WARNING!<br>If option 'Clear output directory on rebuild' is enabled, the entire contents of directories where generated sources are stored WILL BE CLEARED on rebuild.</html>
settings.use.release.option.for.cross.compilation=Use '--release' option for cross-compilation (Java 9 and later)
settings.project.bytecode.version=Project bytecode version:
settings.per.module.bytecode.version=Per-module bytecode version:
settings.same.as.language.level=Same as language level
settings.all.modules.will.be.compiled.with.project.bytecode.version=All modules will be compiled with project bytecode version
settings.module.column=Module
settings.target.bytecode.version=Target bytecode version
settings.recommended.in.paths=('/' recommended in paths for cross-platform configurations)
settings.override.compiler.parameters.per.module=Override compiler parameters per-module:
settings.override.module.column=Module
settings.override.compilation.options.column=Compilation options
settings.additional.compilation.options=Additional compilation options will be the same for all modules
settings.enable.annotation.processing=Enable annotation processing
settings.obtain.processors.from.project.classpath=Obtain processors from project classpath
settings.processor.path=Processor path:
settings.use.processor.module.path.compiler.option.for.java.9.and.later=Use --processor-module-path compiler option (for Java 9 and later)
settings.module.content.root=Module content root
settings.module.output.directory=Module output directory
settings.annotation.processors=Annotation processors:
settings.compiler.will.run.all.automatically.discovered.processors=Compiler will run all automatically discovered processors
settings.annotation.processor.options=Annotation processor options:
settings.no.processor.specific.options.configured=No processor-specific options configured
settings.module.path.warning=Assume specified path is a 'module path': a path of JARs or directories containing packaged java modules.\nIn order to be discovered and run from the module path an annotation processor should be packaged as a java module and registered with the ServiceLoader in the module declaration.
settings.store.generated.sources.relative.to=Store generated sources relative to:
settings.production.sources.directory=Production sources directory:
settings.column.option.name=Option Name
settings.column.value=Value
settings.test.sources.directory=Test sources directory:
settings.processor.fq.name=Processor FQ Name
settings.validate.on.build=Validate on build
settings.exclude.from.validation=Exclude from validation:
settings.validators=Validators:
no.compilation.problems.found=No compilation problems found
cannot.package.file=Cannot package file
packaging.files=Packaging Files
only.works.while.not.running.debugging=(only works while not running / debugging)
disabled.in.power.save.mode=(disabled in Power Save mode)
path.to.ecj.compiler.tool=Path to ecj compiler tool
choose.members=Choose Members
all.modules=<All Modules>
create.jar.from.modules=Create JAR from Modules
cannot.delete.0=cannot delete ''{0}''
cannot.clean.0.artifact=Cannot clean ''{0}'' artifact
cleaning.artifacts=Cleaning Artifacts
clean.artifacts=Clean Artifacts
0.errors.1.warnings={0} Errors, {1} Warnings
compilation.finished=Compilation Finished
meta.inf.manifest.mf.file.not.found.in.0=META-INF/MANIFEST.MF file not found in ''{0}''
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...
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?
class.can.have.more.common.super.class=Class can have more common super class
cannot.create.directory.0.1=Cannot create directory ''{0}'': {1}
select.directory.for.meta.inf.manifest.mf.file=Select Directory for META-INF/MANIFEST.MF file
title.new.archive=New Archive
enter.archive.name=Enter archive name:
action.text.move.to=Move to
title.create.new.profile=Create new profile
dialog.message.profile.name=Profile name
title.new.directory=New Directory
dialog.message.enter.directory.name=Enter directory name:
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...
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