IDEADEV-41464: Package File does nothing
[fedora-idea.git] / resources-en / src / messages / CompilerBundle.properties
bloba3d26d13120b626729b03974bdf699a7963b8e1e
1 message.category.error=ERROR
2 message.category.warning=WARNING
3 message.category.information=INFORMATION
4 message.category.statistics=STATISTICS
5 error.copying=Error copying {0}\nto {1}:\n{2}
6 file.copying.compiler.description=File copying compiler
7 error.javac.out.of.memory=Out of memory. Increase the maximum heap size in Project Properties|Compiler settings.
8 progress.loading.classes=Loading classes...
9 progress.compiling.class=Compiling {0}...
10 progress.parsing.file=Parsing {0}...
11 label.generate.ant.script.use.jdk.definitions=Use JSDK definitions from project files
12 label.generate.ant.script.overwrite.files=Overwrite previously generated files
13 label.generate.ant.script.backup.files=Backup previously generated files
14 label.generate.ant.script.single.file=Generate single-file ant build
15 label.generate.ant.script.generate.multiple.files=Generate multiple-file ant build (requires ant 1.6 or later to execute)
16 label.generate.ant.script.enable.ui.forms.compilation=Enable UI forms compilation (requires "javac2" ant task from IDEA distribution)
17 action.compile.description.module=Module ''{0}''
18 action.compile.description.selected.files=Selected Files
19 rebuild.lvcs.label.no.errors=''{0}'' with no errors
20 rebuild.lvcs.label.with.errors=''{0}'' with errors
21 message.ant.files.generated.ok=Ant build files successfully generated:\n{0}
22 error.ant.files.generate.failed=Failed to generate ant build script: {0}
23 error.ant.files.backup.failed=Failed to backup file {0}
24 generate.ant.build.dialog.cyclic.modules.table.title=Cyclic Module Dependencies
25 generate.ant.build.dialog.cyclic.modules.table.description=Some modules have cyclic dependencies.\nIn order to generate ant build script, please select the \"main\" (representative) module for each dependency cycle.\nThe source code for all modules in the cycle will be compiled into the main module's output folders;\nAll modules in the cycle will use the JSDK assigned to the main module;\nAny jar archives created will be named after the name of the main module.
26 generate.ant.build.dialog.cyclic.modules.table.number.column.header=Cycle
27 generate.ant.build.dialog.cyclic.modules.table.name.column.header=Main Module
28 action.make.selected.modules.text=Make Selected _Modules
29 generated.ant.build.disable.tests.property.comment=Uncomment the following property if no tests compilation is needed
30 generated.ant.build.compiler.options.comment=Compiler options
31 generated.ant.build.project.libraries.comment=Project Libraries
32 generated.ant.build.global.libraries.comment=Global Libraries
33 generated.ant.build.jdk.definitions.comment=JDK definitions
34 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.
35 pattern.conversion.dialog.title=Pattern Conversion
36 error.bad.resource.patterns=The following resource patterns are malformed:{0}
37 bad.resource.patterns.dialog.title=Malformed Resource Patterns
38 compiler.results.export.text.prefix=line ({0})
39 value.undefined=undefined
40 generated.ant.build.bootclasspath.comment=Paths to be included in compilation bootclasspath
41 generated.ant.build.cleanup.module.task.comment=cleanup module
42 generated.ant.build.clean.all.task.comment=cleanup all
43 generated.ant.build.compile.modules.main.target.comment=Compile {0,choice, 1#module|2#modules} {1}
44 generated.ant.build.compile.modules.production.classes.target.comment=Compile {0,choice, 1#module|2#modules} {1}; production classes
45 generated.ant.build.compile.modules.tests.target.comment=compile {0,choice, 1#module|2#modules} {1}; test classes
46 generated.ant.build.modules.section.title=Modules
47 generated.ant.build.initialization.section.title=Build initialization
48 generated.ant.build.initialization.section.comment=Perform any build initialization in this target
49 generated.ant.build.build.all.modules.target.name=build all modules
50 generated.ant.build.build.all.target.name=build all
51 generated.ant.build.building.concrete.module.section.title=Module {0}
52 compiler.error.exception=Error: {0}
53 error.compiler.caches.corrupted=Compiler caches are corrupted. Starting rebuild...
54 error.caches.old.format=Compiler caches on disk have old format. Project rebuild is required.
55 error.previous.compilation.failed=Previous compilation did not terminate properly. Caches may have been corrupted. Starting rebuild...
56 error.dependency.info.on.disk.corrupted=Compiler dependency information on disk is corrupted. Rebuild required.
57 status.compilation.aborted=Compilation aborted
58 status.all.up.to.date=All files are up-to-date
59 progress.saving.caches=Saving caches...
60 progress.clearing.output=Clearing output directories...
61 compiler.error.failed.to.delete=Failed to delete {0}
62 progress.synchronizing.output.directory=Synchronizing output directory...
63 progress.updating.caches=Updating caches...
64 progress.processing.outdated.files=Processing outdated files...
65 compiler.content.name.compile=Compile
66 compiler.content.name.make=Make
67 status.compilation.completed.successfully.with.warnings=Compilation completed successfully with {0} {0,choice, 0#warnings|1#warning|2#warnings}
68 status.compilation.completed.successfully=Compilation completed successfully
69 status.compilation.completed.successfully.with.warnings.and.errors=Compilation completed with {0} {0,choice, 0#errors|1#error|2#errors} and {1} {1,choice, 0#warnings|1#warning|2#warnings}
70 progress.executing.precompile.tasks=Executing pre-compile tasks...
71 progress.executing.postcompile.tasks=Executing post-compile tasks...
72 error.failed.to.create.directory=Failed to create directory {0}
73 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
74 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
75 error.annotation.processing.not.supported.for.module.cycles=Annotation processors running is not supported for module cycles. The following modules form a cycle:\n{0}\nPlease either update modules configuration or exclude these modules from annotation processing
76 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.
77 action.compiler.properties.text=Compiler Properties
78 actions.exclude.from.compile.text=Exclude from Compile
79 error.saving.data.to.file=Error storing data to {0}:\n{1}
80 progress.deleting.temp.files=Deleting temp files...
81 progress.checking.dependencies=Checking dependencies...
82 progress.found.dependent.files=Found {0} dependent files
83 error.compiler.internal.error=Compiler internal error. Process terminated with exit code {0}
84 error.bad.class.file.format=Bad class file format:\n{0}
85 java.compiler.description=Java Compiler
86 annotation.processing.compiler.description=Java Annotation Processing Compiler
87 resource.compiler.description=Resource Compiler
88 progress.copying.resources=Copying resources...
89 progress.generating.rmi.stubs=Generating RMI stubs...
90 rmi.compiler.description=RMI Compiler
91 error.jdk.not.specified=Cannot start compiler: the JDK is not specified for {0,choice, 1#module|2#modules\n} {1}.\nSpecify the JDK in Configure Project.
92 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 Configure Project.
93 error.project.output.not.specified=Cannot start compilation: some compilers require that project path is defined.\nSpecify project output path in Configure Project.
94 statistics.files.classes.module=Files: {0} - Classes: {1} - Module: {2}
95 statistics.files.classes=Files: {0} - Classes: {1}
96 compiler.javac.name=Javac
97 javac.error.jdk.home.missing=Cannot find home directory ''{1}'' for JDK ''{0}''.\nUpdate JDK configuration.
98 javac.error.vm.executable.missing=Cannot obtain path to VM executable for JDK {0}.\nUpdate JDK configuration.
99 javac.error.tools.jar.missing=Cannot obtain path javac classes for JDK {0}.\nUpdate JDK configuration.
100 javac.error.unknown.jdk.version=Cannot determine version for JDK {0}.\nUpdate JDK configuration.
101 javac.error.1_0_compilation.not.supported=Compilation is not supported for JDK 1.0
102 compiler.jikes.name=Jikes
103 jikes.error.path.to.compiler.unspecified=Cannot start Jikes compiler.nThe path to compiler executable is not configured
104 jikes.error.path.to.compiler.missing=Cannot start Jikes compiler.\nThe file {0} not found.
105 compiler.configurable.display.name=Compiler
106 label.option.honor.dependencies=Honor &dependencies on "Compile" command
107 label.option.compile.in.background=C&ompile in background
108 label.option.deploy.ask=Ask
109 label.option.deploy.never=Never
110 label.option.deploy.always=Always
111 label.option.deploy.text=Deploy web applications to server after compilation:
112 label.option.clear.output.directory.on.rebuild=C&lear output directory on rebuild
113 label.option.resource.patterns.text=Resource patterns
114 error.compiler.configurable.malformed.patterns=The following resource patterns are malformed:\n{0}
115 exclude.from.compile.table.path.column.name=Path
116 exclude.from.compile.table.recursively.column.name=Recursively
117 option.use.compiler.text=Use compiler:
118 java.compiler.option.additional.command.line.parameters=Additional command line parameters:
119 java.compiler.option.generate.no.warnings=Generate no warnings
120 java.compiler.option.generate.debugging.info=Generate debugging info
121 java.compiler.option.report.deprecated=Report use of deprecated features
122 javac.option.max.heap.size=Maximum heap size (MB):
123 jikes.option.path.to.executable= Path to Jikes executable:
124 jikes.options.group.title=Jikes Options
125 javac.options.group.title=Javac Options
126 rmic.option.generate.iiop.stubs=Generate IIOP stubs
127 rmic.option.enable.rmi.stubs=Enable RMI stubs generation
128 compile.progress.title=Compile Progress
129 statistics.error.count={0} {0,choice, 0#errors|1#error|2#errors}
130 statistics.warnings.count={0} {0,choice, 0#warnings|1#warning|2#warnings}
131 compiler.running.dialog.title=Compiler Running
132 warning.compiler.running.on.project.close=The compiler is running. Proceed with project closing?
133 warning.compiler.running.on.toolwindow.close=The compiler is running. Terminate it?
134 class.parsing.error.wrong.record.tag.expected.another=Wrong record tag: {0}; expected: {1}
135 class.parsing.error.wrong.tag.annotation.member.value=Wrong tag for annotation member value: {0}
136 error.signature.parsing.unknown.type.signature=Unknown type signature
137 error.signature.parsing.expected.other.symbol=Symbol ''{0}'' expected: {1}
138 error.compiler.process.not.started=Compiler not started: {0}
139 add.notnull.assertions=Add @NotNull &assertions
141 eclipse.compiler.error.jar.not.found=Cannot start Eclipse compiler.\nThe file {0} not found.
142 compiler.eclipse.name=Eclipse
143 eclipse.options.group.title=Eclipse Options
144 eclipse.compiler.parsing=Parsing {0}
145 eclipse.compiler.reading=Reading classes
146 eclipse.compiler.analyzing=Analyzing {0}
147 compiler.eclipse.embedded.name=Eclipse in-process
148 generate.ant.build.title=Generate Ant Build
149 generate.ant.build.progress.message=Generating ant build...
151 #artifacts
152 packaging.element.text.output.root=<output root>
153 label.text.main.class=&Main Class:
154 label.text.class.path=Class &Path:
155 element.type.name.artifact=Artifact
156 dialog.title.choose.artifacts=Choose Artifacts
157 node.text.0.directory.content=''{0}'' directory content
158 element.type.name.library.files=Library Files
159 node.text.0.compile.output=''{0}'' compile output
160 node.text.0.with.dependencies=''{0}'' with dependencies
161 element.type.name.module.output=Module Output
162 element.type.name.directory=Directory
163 element.type.name.archive=Archive
164 artifact.type.plain=Other
166 incremental.packaging.compiler.description=Incremental packaging compiler
167 packaging.method.name.do.not.package=Do not package
168 packaging.method.name.copy.files=Copy files
169 packaging.method.name.copy.files.and.link.via.manifest=Copy files and link via manifest
170 packaging.method.name.copy.classes=Copy classes
171 packaging.method.name.include.module.in.build=Include module in build
172 packaging.method.name.jar.and.copy.file=JAR and copy file
173 packaging.method.name.jar.copy.and.link.via.manifest=JAR, copy and link via manifest
174 packaging.method.presentation.with.description=Packaging method {0}
175 message.text.build.recipe=Build recipe:
176 message.text.setup.jar.outside.directory.path=Please setup jar file location outside directory ''{0}''.
177 file.copy.instruction.message.text=Copy (Incr {0})
178 file.copy.instruction.file.from.module.to.file.message.text=Copy {0}(from ''{1}'')->{2}
179 file.copy.instruction.file.to.file.message.text=Copy {0}->{1}
180 message.text.copy.dirTitle.dirPath.to.targetDirPath.will.lead.to.recursive.copying.additionalMessage=Attempt to copy {0} ''{1}'' to ''{2}'' will lead to recursive copying.\n{3}
181 compiler.message.text.file.does.not.exist=File {0} does not exist
182 message.text.change.module.output.directory.or.module.exploded.directory=Please change either module ''{0}'' output directory or module ''{1}'' exploded directory location, so that the two do not intersect.
183 module.output.directory=module ''{0}'' output directory
184 message.text.packaging.method.for.module.reset.to.method=Packaging method for module ''{0}'' was reset to ''{1}''.
185 message.text.invalid.output.path.for.module.jar=Jar name isn''t specified in output path (''{0}'') for module ''{1}'' in {2} settings.
186 message.text.packaging.method.for.library.reset=Packaging method for library ''{0}'' was reset to ''{1}''.
187 message.text.adjust.library.path=Please adjust library relative path.
188 #0 - linrary.link.empty.library.presentable.name or library path or module name
189 directory.description.library.directory=library ''{0}'' directory
190 #0 - Error message message.text.error.copying.file.to.file
191 message.text.destination.is.directory={0} Destination is a directory.
192 progress.text.copying.file=Copying file ''{0}''...
193 message.text.error.copying.file.to.file=Error copying ''{0}'' to ''{1}''.
194 packaging.method.description.do.not.package=Do not package
195 packaging.method.description.copy.directories=Copy directories to
196 packaging.method.description.jar.and.copy.file=JAR dirs and copy file to
197 packaging.method.description.jar.and.copy.file.and.link.via.manifest=JAR dirs, link via manifest and copy to
198 packaging.method.description.copy.files=Copy files to
199 packaging.method.description.copy.files.and.link.via.manifest=Link via manifest and copy files to
200 library.link.string.presentation.presentablename.to.uri=Library Link: {0} -> {1}
201 linrary.link.empty.library.presentable.name=Empty Library
202 library.link.description.module.library=Module Library
203 packaging.method.description.copy.module.output=Copy module output to
204 packaging.method.description.jar.module.and.copy=JAR module output and copy file to
205 packaging.method.description.jar.module.link.via.manifest.and.copy=JAR module, link via manifest and copy to
206 packaging.method.description.include.module.in.build=Include module in build
207 module.link.string.representation=Module Link: {0}->{1}
208 message.text.using.user.supplied.manifest=User supplied manifest ''{0}'' is used instead of manifest.mf generated by IntelliJ IDEA
209 message.text.compiling.item.deployment.descriptor.could.not.be.found=Compiling {0}: Deployment item ''{1}'' could not be found
210 message.text.compiling.module.message=Compiling {0}: {1}
211 message.text.xml.file.invalid=XML file ''{0}'' is invalid
212 mesage.text.deployment.descriptor.file.not.exist=Deployment descriptor file ''{0}'' does not exist
213 message.text.deployment.description.invalid.file=Invalid file
214 warning.text.file.has.been.changed=File has been changed during compilation, inspection validation skipped
215 packaging.compiler.message.deleting.outdated.files=Deleting outdated files...
216 packaging.compiler.message.updating.caches=Updating packaging compiler caches...
217 packaging.compiler.message.building.archives=Building archives...
218 packaging.compiler.error.cannot.build.circular.dependency.found.between.0.and.1=Cannot build: circular dependency found between ''{0}'' and ''{1}''
219 packaging.compiler.message.building.0=Building ''{0}''...
220 packaging.compiler.message.copying.archives=Copying archives...
221 compiler.initial.scanning.progress.text=Looking for sources to recompile
223 #artifacts
224 dialog.title.output.directory.for.artifact=Output Directory for Artifact
225 chooser.description.select.output.directory.for.0.artifact=Select output directory for ''{0}'' artifact
227 #package file action
228 action.name.package.file=Package file
229 action.description.package.file=Update the file in the corresponding artifacts
230 message.tect.package.file.io.error=IO Error:\n{0}
231 command.name.package.file=Package file
232 status.text.file.has.been.packaged={0, choice, 1#File|2#Files} {1} {0, choice, 1#has|2#have} been packaged at {2}.
233 action.name.package.files=Package files
236 # validation
237 validation.display.name=Validation
238 action.name.exclude.from.validation=Exclude from Validation
241 generate.ant.build.custom.compiler.conflict.titile=Conflicting Custom Compilers for Chunk(s)
242 generate.ant.build.custom.compiler.conflict.message=<html>The chunks listed below use more then one custom compiler.<br/>for them you will need to resolve conflict between<br/>compilers manually. The compilation task will also contain<br/>the fail task.<ul>{0}</ul></html>
243 generate.ant.build.custom.compiler.conflict.message.row=<li>{0}</li>
244 generated.ant.build.compile.modules.fail.custom.comipilers=Conflict between custom compilers should be resolved manually.
245 generated.ant.build.custom.compilers.comment=Custom Compiler Taskdefs
246 label.generate.ant.script.inline.runtime.classpaths=Inline runtime classpaths
247 label.generate.ant.script.generate.idea.home=Use current IDEA instance for idea.home property
248 label.resource.patterns.legend=<html>\
249   Use <b>;</b> to separate patterns and <b>!</b> to negate a pattern.<br/>\
250   Accepted wildcards: <b>?</b> - exactly one symbol; <b>*</b> - zero or more symbols; <b>/</b> - path separator; <b>/**/</b> - any number of directories<br>\
251   </html>