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.form.compiler.comment=The task requires the following libraries from {0} distribution:
31 generated.ant.build.compiler.options.comment=Compiler options
32 generated.ant.build.project.libraries.comment=Project Libraries
33 generated.ant.build.global.libraries.comment=Global Libraries
34 generated.ant.build.application.server.libraries.comment=Application Server Libraries
35 generated.ant.build.jdk.definitions.comment=JDK definitions
36 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.
37 pattern.conversion.dialog.title=Pattern Conversion
38 error.bad.resource.patterns=The following resource patterns are malformed:{0}
39 bad.resource.patterns.dialog.title=Malformed Resource Patterns
40 compiler.results.export.text.prefix=line ({0})
41 value.undefined=undefined
42 generated.ant.build.bootclasspath.comment=Paths to be included in compilation bootclasspath
43 generated.ant.build.cleanup.module.task.comment=cleanup module
44 generated.ant.build.clean.all.task.comment=cleanup all
45 generated.ant.build.compile.modules.main.target.comment=Compile {0,choice, 1#module|2#modules} {1}
46 generated.ant.build.compile.modules.production.classes.target.comment=Compile {0,choice, 1#module|2#modules} {1}; production classes
47 generated.ant.build.compile.modules.tests.target.comment=compile {0,choice, 1#module|2#modules} {1}; test classes
48 generated.ant.build.modules.section.title=Modules
49 generated.ant.build.initialization.section.title=Build initialization
50 generated.ant.build.initialization.section.comment=Perform any build initialization in this target
51 generated.ant.build.build.all.target.name=build all
52 generated.ant.build.building.concrete.module.section.title=Module {0}
53 compiler.error.exception=Error: {0}
54 error.compiler.caches.corrupted=Compiler caches are corrupted. Starting rebuild...
55 error.caches.old.format=Compiler caches on disk have old format. Project rebuild is required.
56 error.previous.compilation.failed=Previous compilation did not terminate properly. Caches may have been corrupted. Starting rebuild...
57 error.dependency.info.on.disk.corrupted=Compiler dependency information on disk is corrupted. Rebuild required.
58 status.compilation.aborted=Compilation aborted
59 status.all.up.to.date=All files are up-to-date
60 progress.scanning.output=Scanning output directories...
61 progress.saving.caches=Saving caches...
62 progress.clearing.output=Clearing output directories...
63 compiler.error.failed.to.delete=Failed to delete {0}
64 progress.synchronizing.output.directory=Synchronizing output directory...
65 progress.updating.caches=Updating caches...
66 progress.searching.for.files.to.delete=Searching for files to delete...
67 progress.processing.outdated.files=Processing outdated files...
68 compiler.content.name.compile=Compile
69 compiler.content.name.make=Make
70 status.compilation.completed.successfully.with.warnings=Compilation completed successfully with {0} {0,choice, 0#warnings|1#warning|2#warnings}
71 status.compilation.completed.successfully=Compilation completed successfully
72 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}
73 progress.executing.precompile.tasks=Executing pre-compile tasks...
74 progress.executing.postcompile.tasks=Executing post-compile tasks...
75 error.failed.to.create.directory=Failed to create directory {0}
76 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
77 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
78 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.
79 action.compiler.properties.text=Compiler Properties
80 actions.exclude.from.compile.text=Exclude from Compile
81 error.saving.data.to.file=Error storing data to {0}:\n{1}
82 progress.deleting.temp.files=Deleting temp files...
83 progress.checking.dependencies=Checking dependencies...
84 progress.found.dependent.files=Found {0} dependent files
85 error.compiler.internal.error=Compiler internal error. Process terminated with exit code {0}
86 error.bad.class.file.format=Bad class file format:\n{0}
87 java.compiler.description=Java Compiler
88 resource.compiler.description=Resource Compiler
89 progress.copying.resources=Copying resources...
90 progress.generating.rmi.stubs=Generating RMI stubs...
91 rmi.compiler.description=RMI Compiler
92 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.
93 error.output.not.specified=Cannot start compiler: the output path is not specified for {0,choice, 1#module|2#modules\n} {1}.\nSpecify the 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.close.view=Close &message view if no error occurred
108 label.option.compile.in.background=C&ompile in background
109 label.option.deploy.ask=Ask
110 label.option.deploy.never=Never
111 label.option.deploy.always=Always
112 label.option.deploy.text=Deploy web applications to server after compilation:
113 label.option.clear.output.directory.on.rebuild=C&lear output directory on rebuild
114 label.option.resource.patterns.text=Resource patterns:
115 label.group.exclude.from.compile=Exclude from Compile
116 error.compiler.configurable.malformed.patterns=The following resource patterns are malformed:\n{0}
117 exclude.from.compile.table.path.column.name=Path
118 exclude.from.compile.table.recursively.column.name=Recursively
119 option.use.compiler.text=Use compiler:
120 java.compiler.option.additional.command.line.parameters=Additional command line parameters:
121 java.compiler.option.generate.no.warnings=Generate no warnings
122 java.compiler.option.generate.debugging.info=Generate debugging info
123 java.compiler.option.report.deprecated=Report use of deprecated features
124 javac.option.max.heap.size=Maximum heap size (MB):
125 jikes.option.path.to.executable= Path to Jikes executable:
126 jikes.options.group.title=Jikes Options
127 javac.options.group.title=Javac Options
128 rmic.option.generate.iiop.stubs=Generate IIOP stubs
129 rmic.option.enable.rmi.stubs=Enable RMI stubs generation
130 compile.progress.title=Compile Progress
131 statistics.error.count={0} {0,choice, 0#errors|1#error|2#errors}
132 statistics.warnings.count={0} {0,choice, 0#warnings|1#warning|2#warnings}
133 compiler.running.dialog.title=Compiler Running
134 warning.compiler.running.on.project.close=The compiler is running. Proceed with project closing?
135 warning.compiler.running.on.toolwindow.close=The compiler is running. Terminate it?
136 class.parsing.error.wrong.record.tag.expected.another=Wrong record tag: {0}; expected: {1}
137 class.parsing.error.wrong.tag.annotation.member.value=Wrong tag for annotation member value: {0}
138 error.signature.parsing.unknown.type.signature=Unknown type signature
139 error.signature.parsing.expected.other.symbol=Symbol ''{0}'' expected: {1}
140 error.compiler.process.not.started=Compiler not started: {0}
141 compiler.instrumenting.notnull.assertions=Compiler instrumenting @NotNull assertions
142 progress.compiling.notNull.assertions=Adding @NotNull assertions...
143 add.notnull.assertions=Add @NotNull &assertions
145 eclipse.compiler.error.jar.not.found=Cannot start Eclipse compiler.\nThe file {0} not found.
146 compiler.eclipse.name=Eclipse
147 eclipse.options.group.title=Eclipse Options
148 eclipse.compiler.parsing=Parsing {0}
149 eclipse.compiler.reading=Reading classes
150 eclipse.compiler.analyzing=Analyzing {0}
151 eclipse.compiler.completed=Completed {0}
152 eclipse.compiler.writing=Writing {0}
153 compiler.eclipse.embedded.name=Eclipse embedded (faster, but requires more/leaks memory)
154 generate.ant.build.title=Generate Ant Build
155 generate.ant.build.progress.message=Generating ant build...
157 incremental.packaging.compiler.description=Incremental packaging compiler
158 packaging.method.name.do.not.package=Do not package
159 packaging.method.name.copy.files=Copy files
160 packaging.method.name.copy.files.and.link.via.manifest=Copy files and link via manifest
161 packaging.method.name.copy.classes=Copy classes
162 packaging.method.name.include.module.in.build=Include module in build
163 packaging.method.name.jar.and.copy.file=JAR and copy file
164 packaging.method.name.jar.copy.and.link.via.manifest=JAR, copy and link via manifest
165 packaging.method.presentation.with.description=Packaging method {0}
166 message.text.build.recipe=Build recipe:
167 message.text.setup.jar.outside.directory.path=Please setup jar file location outside directory ''{0}''.
168 file.copy.instruction.message.text=Copy (Incr {0})
169 file.copy.instruction.file.from.module.to.file.message.text=Copy {0}(from ''{1}'')->{2}
170 file.copy.instruction.file.to.file.message.text=Copy {0}->{1}
171 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}
172 compiler.message.text.file.does.not.exist=File {0} does not exist
173 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.
174 module.output.directory=module ''{0}'' output directory
175 message.text.packaging.method.for.module.reset.to.method=Packaging method for module ''{0}'' was reset to ''{1}''.
176 message.text.directory.not.found.please.recompile=Directory ''{0}'' not found. Please recompile module ''{1}''.
177 message.text.invalid.output.path.for.module.jar=Jar name isn''t specified in output path (''{0}'') for module ''{1}'' in {2} settings.
178 message.text.packaging.method.for.library.reset=Packaging method for library ''{0}'' was reset to ''{1}''.
179 message.text.adjust.library.path=Please adjust library relative path.
180 #0 - linrary.link.empty.library.presentable.name or library path or module name
181 directory.description.library.directory=library ''{0}'' directory
182 #0 - Error message message.text.error.copying.file.to.file
183 message.text.destination.is.directory={0} Destination is a directory.
184 progress.text.copying.file=Copying file ''{0}''...
185 message.text.error.copying.file.to.file=Error copying ''{0}'' to ''{1}''.
186 packaging.method.description.do.not.package=Do not package
187 packaging.method.description.copy.directories=Copy directories to
188 packaging.method.description.jar.and.copy.file=JAR dirs and copy file to
189 packaging.method.description.jar.and.copy.file.and.link.via.manifest=JAR dirs, link via manifest and copy to
190 packaging.method.description.copy.files=Copy files to
191 packaging.method.description.copy.files.and.link.via.manifest=Link via manifest and copy files to
192 library.link.string.presentation.presentablename.to.uri=Library Link: {0} -> {1}
193 linrary.link.empty.library.presentable.name=Empty Library
194 library.link.description.module.library=Module Library
195 library.link.description.global.library=Global Library
196 library.link.description.project.library=Project Library
197 library.link.description.application.server.library=Application Server Library
198 packaging.method.description.copy.module.output=Copy module output to
199 packaging.method.description.jar.module.and.copy=JAR module output and copy file to
200 packaging.method.description.jar.module.link.via.manifest.and.copy=JAR module, link via manifest and copy to
201 packaging.method.description.include.module.in.build=Include module in build
202 module.link.string.representation=Module Link: {0}->{1}
203 message.text.using.user.supplied.manifest=User supplied manifest ''{0}'' is used instead of manifest.mf generated by IntelliJ IDEA
204 progress.text.file.created.for.module={0} file created for {1}.
205 message.text.cannot.overwrite.file.copy.saved=Cannot overwrite file ''{0}''. Copy have been saved to ''{1}''.
206 message.text.compiling.item.deployment.descriptor.could.not.be.found=Compiling {0}: Deployment item ''{1}'' could not be found
207 message.text.compiling.module.message=Compiling {0}: {1}
208 message.text.xml.file.invalid=XML file ''{0}'' is invalid
209 message.text.module.was.deleted=Module was deleted
210 mesage.text.deployment.descriptor.file.not.exist=Deployment descriptor file ''{0}'' does not exist
211 message.text.deployment.description.invalid.file=Invalid file
212 warning.text.file.has.been.changed=File has been changed during compilation, inspection validation skipped
213 packaging.compiler.message.deleting.outdated.files=Deleting outdated files...
214 packaging.compiler.message.updating.caches=Updating packaging compiler caches...
215 packaging.compiler.message.building.archives=Building archives...
216 packaging.compiler.error.cannot.build.circular.dependency.found.between.0.and.1=Cannot build: circular dependency found between ''{0}'' and ''{1}''
217 packaging.compiler.message.building.0=Building ''{0}''...
218 packaging.compiler.message.copying.archives=Copying archives...
219 compiler.initial.scanning.progress.text=Looking for sources to recompile