Merge remote-tracking branch 'origin/master' into mikhail.golubev/json-preview
[idea/community.git] / resources-en / src / messages / AntBundle.properties
1 ant.substitution.not.allowed.error.message=Substitution not allowed
2 ant.cant.resolve.property.error.message=Can''t resolve property: {0}
3 ant.implicit.ant.properties.property.declaration.name=implicit ant properties
4 ant.actual.attribute.value.additional.info.to.xml.attribute.error.message=(actual attribute value''{0}'')
5 ant.properties.declaration.element.description=Ant properties declaration
6 ant.intention.create.target.family.name=Create Target
7 ant.create.target.intention.description=Create target ''{0}''
8 ant.role.ant.target=Ant target
9 ant.role.ant.property=Ant property
10 ant.role.ant.task=Ant task
11 ant.target=Target
12 cannot.add.build.files.from.excluded.directories.error.message=Cannot add build files from excluded directories\n{0}
13 cannot.add.build.file.dialog.title=Cannot Add Build File
14 build.file.properties.action.name=Properties
15 build.file.properties.action.description=Show Ant build file properties dialog
16 ant.view.toggle.tree.text.action.name=Toggle tree/text mode
17 ant.view.pause.output.action.name=Pause Output
18 remove.build.file.action.name=Remove
19 rerun.ant.action.name=Rerun
20 stop.ant.action.name=Stop
21 ant.target.name.default.target=<default target>
22 ant.verbose.show.all.messages.action.name=Show All Messages
23 ant.verbose.show.all.messages.action.description=Show all messages produces by ant build
24 ant.build.tab.content.title=Ant Build
25 ant.is.active.terminate.confirmation.text=Ant process from the same build file is active. Terminate it?
26 starting.ant.build.dialog.title=Starting Ant Build
27 ant.process.is.active.terminate.confirmation.text=Ant Process is active. Terminate Ant process?
28 close.ant.build.messages.dialog.title=Close Ant Build Messages
29 cannot.start.build.name.error.message=Cannot start {0}
30 #0 - formatted execution time as string (i.e. 2h 35m 29s), 1 - finish date (as string)
31 build.finished.status.ant.build.aborted=Ant build aborted in {0} at {1}
32 #0 - formatted execution time as string (i.e. 2h 35m 29s), 1 - finish date (as string)
33 build.finished.status.ant.build.completed.successfully=Ant build completed successfully in {0} at {1}
34 #0 - warnings count, 1 - formatted execution time as string (i.e. 2h 35m 29s), 2 - finish date (as string)
35 build.finished.status.ant.build.completed.with.warnings=Ant build completed with \
36   {0, choice, 0#no warnings|1#one warning|2#{0} warnings} in {1} at {2}
37 #0 - errors count, 1 - warnings count, 2 - formatted execution time as string (i.e. 2h 35m 29s), 3 - finish date (as string)
38 build.finished.status.ant.build.completed.with.errors.warnings=Ant build completed with \
39   {0, choice, 0#no errors|1#one error|2#{0} errors} and {1, choice, 0#no warnings|1#one warning|2#{1} warnings} \
40    in {2} at {3}
41 project.jdk.not.specified.error.message=Project JDK not specified
42 jdk.with.name.not.configured.error.message=JDK ({0}) needed to run this ANT target is not configured. Please update your settings in the Project | Libraries menu.
43 jdk.with.name.bad.configured.error.message=JDK ({0}) needed to run this ANT target is incorrectly configured. Please update your settings in the Project | Libraries menu.
44 ant.installation.not.configured.error.message=Ant installation is not configured. Check out Ant build file properties
45 cancel.button=Cancel
46 background.button=&Background
47 ant.build.progress.dialog.title=Ant Build Progress
48 ant.build.local.history.label=Running Ant: ''{0}''
49 run.ant.error.dialog.title=Run ANT
50 cant.run.ant.error.dialog.title=Cannot Run ANT
51 could.not.start.process.error.dialog.title=Could Not Start Process
52 ant.build.started.status.message=Ant build started
53 canceled.by.user.error.message=Canceled by user
54 user.inout.request.ant.build.input.dialog.title=Ant Build Input
55 ant.build.message.node.prefix.text=Build:
56 ant.target.message.node.prefix.text=Target:
57 ant.task.message.node.prefix.text=Task:
58 target.tag.name.status.text=Target: {0}
59 executing.task.tag.value.status.text=Executing task: {0}
60 ant.execution.next.error.warning.action.name=Next Error/Warning
61 ant.execution.previous.error.warning.action.name=Previous Error/Warning
62 ant.explorer.expand.all.nodes.action.description=Expand all build file nodes
63 ant.explorer.collapse.all.nodes.action.description=Collapse all build file nodes
64 select.ant.build.file.dialog.title=Select Ant build file
65 select.ant.build.file.dialog.description=Select one or more build.xml files to be added to the list
66 cannot.add.ant.files.dialog.title=Cannot Add Files
67 remove.the.reference.to.file.confirmation.text=Do you want to remove the reference to\n{0}?
68 confirm.remove.dialog.title=Confirm Remove
69 ant.explorer.execute.on.action.group.name=Execute on
70 add.ant.file.action.name=Add
71 add.ant.file.action.description=Add an existing Ant build file to the list
72 remove.ant.file.action.name=Remove
73 remove.ant.file.action.description=Remove the selected build file from the list
74 run.ant.file.or.target.action.name=Run
75 run.ant.file.or.target.action.description=Run the selected build file or selected target(s) with Ant
76 run.ant.build.action.name=Run Build
77 run.ant.target.action.name=Run Target
78 run.ant.targets.action.name=Run Targets
79 make.ant.runconfiguration.name=Create run configuration
80 filter.ant.targets.action.name=Filter targets
81 filter.ant.targets.action.description=Filter targets
82 executes.before.run.debug.acton.name=Before Run/Debug...
83 ant.create.meta.target.action.name=Create Meta Target
84 ant.create.meta.target.action.description=Save selected targets as a meta-target
85 remove.meta.targets.action.name=Remove
86 remove.meta.targets.action.description=Remove selected meta target(s)
87 remove.meta.target.action.name=Remove Meta Target
88 remove.selected.build.file.action.name=Remove Build File
89 remove.selected.meta.targets.action.name=Remove Meta Targets
90 ant.explorer.assign.shortcut.action.name=Assign Shortcut...
91 ant.tree.structure.no.build.files.message=<The list of build files is empty>
92 execute.target.before.run.debug.dialog.title=Execute Target Before Run/Debug
93 save.meta.data.such.sequence.of.targets.already.exists.error.message=Such sequence of targets already exists
94 save.meta.data.name.label=&Name:
95 save.meta.data.targets.label=Targets:
96 button.move.up=Move &Up
97 button.move.down=Move &Down
98 cant.add.file.error.message=Cannot add file {0}: {1}
99 ant.unknown.version.string.presentation=Unknown version
100 path.to.ant.does.not.exist.error.message=Path {0} does not exist
101 lib.directory.not.found.in.ant.path.error.message=lib directory not found in {0}
102 ant.jar.not.found.in.directory.error.message=ant.jar not found in directory ''{0}''
103 ant.jar.is.directory.error.message={0} is directory
104 apache.ant.with.version.string.presentation=Apache Ant version {0}
105 cant.read.from.ant.jar.error.message=Can''t read from {0}
106 cant.run.ant.no.ant.configured.error.message=No ANT configured
107 cant.run.ant.ant.reference.is.not.configured.error.message=ANT ''{0}'' is not configured
108 ant.event.after.compilation.presentable.name=After Compilation
109 ant.event.before.compilation.presentable.name=Before Compilation
110 ant.event.before.run.debug.presentable.name=Before Run/Debug
111 ant.reference.bundled.ant.name=Bundled Ant
112 meta.target.build.sequence.name.display.name=Build sequence {0}
113 execute.target.wrong.name.format.error.message=Wrong name format: {0}
114 additional.classpath.tab.classpath.border=Class&path:
115 add.action.name=Add
116 additional.classpath.tab.add.all.in.directory.button=Add A&ll in Directory
117 button.remove=&Remove
118 button.add=&Add
119 ant.settings.classpath.label=&Classpath:
120 ant.settings.home.label=&Home:
121 ant.settings.name.label=&Name:
122 configure.ant.dialog.title=Configure Ant
123 ant.property.value.editor.insert.macro.tooltip.text=Insert Macro
124 project.jdk.project.jdk.name.list.column.value=Project JDK ({0})
125 project.jdk.not.specified.list.column.value=Project JDK (not specified)
126 unnamed.string.presentation=<Unnamed>
127 build.file.properties.close.message.view.checkbox=&Close message view if no error occurred
128 build.file.properties.maximum.heap.size.label=Maximum &heap size (Mb):
129 build.file.properties.make.in.background.cjeclbox=Make build in &background
130 build.file.properties.dialog.title=Build File Properties
131 edit.ant.properties.name.column.name=Name
132 edit.ant.properties.value.column.name=Value
133 edit.ant.properties.tab.display.name=Properties
134 edit.ant.properties.description.column.name=Description
135 edit.ant.properties.filters.tab.display.name=Filters
136 edit.ant.properties.execution.tab.display.name=Execution
137 edit.ant.properties.additional.classpath.tab.display.name=Additional Classpath
138 run.execution.tab.ant.command.line.label=Ant command &line:
139 run.execution.tab.ant.command.line.dialog.title=Ant Command Line
140 run.execution.tab.run.under.jdk.label=Run under &JDK:
141 run.execution.tab.run.with.ant.border=Run with Ant\:
142 run.execution.tab.set.default.button=&Set Default...
143 run.execution.tab.use.custom.ant.radio=Use c&ustom Ant\:
144 run.execution.tab.use.project.default.ant.radio=Use project &default Ant\:
145 run.filters.tab.targets.label=Targets:
146 remove.action.name=Remove
147 ant.setup.dialog.title=Ant Setup
148 ant.element.role.ant.project.name=Ant project name
149 ant.element.role.user.task=User task
150 ant.element.role.macrodef.element=Macrodef element
151 ant.element.role.scriptdef.element=Scriptdef element
152 ant.intention.create.property.family.name=Create Property
153 #0 - property name
154 ant.intention.create.property.text=Add property definition ''{0}''
155 ant.file.structure.narrow.down.the.list.on.typing.checkbox=&Narrow down the list on typing
156 delete.selected.ant.configuration.confirmation.text=Delete selected Ant configuration?
157 delete.selected.ant.configurations.confirmation.text=Delete selected Ant configurations?
158 create.property.quickfix.name=Create property ''{0}''
159 create.property.in.file.quickfix.name=Create property ''{0}'' in file ''{1}''
160 undefined.element=Element ''{0}'' is undefined
161 attribute.is.not.allowed.here=Attribute ''{0}'' is not allowed here
162 nested.element.is.not.allowed.here=Nested element ''{0}'' is not allowed here
163 cannot.resolve.target=Target ''{0}'' is unknown
164 cannot.resolve.refid=Cannot resolve ''{0}'' refid
165 unknown.property=Property ''{0}'' is unknown
166 unknown.macro.attribute=Macro attribute ''{0}'' is unknown
167 file.doesnt.exist=''{0}'' does not exist
168 integer.attribute.has.invalid.value=Attribute ''{0}'' should have an integer value
169 intention.create.target.family.name=Create target
170 intention.create.property.family.name=Create property
171 intention.create.macrodef.family.name=Create macrodef
172 intention.create.presetdef.family.name=Create presetdef
173 ant.target.before.run.description=Run Ant target ''{0}''
174 ant.target.before.run.description.empty=Run Ant target
175 ant.target.choser.title=Choose Ant Target to Execute
176 please.specify.a.property=Please set a property here
177 failed.to.load.types=Failed to load type(s)
178 using.definition.which.type.failed.to.load=Using definition which type failed to load
179 target.is.duplicated=Target ''{0}'' is duplicated
180 target.is.duplicated.in.imported.file=Target ''{0}'' is duplicated in file ''{1}''
181 ant.inspections.display.name=Ant inspections
182 ant.duplicate.targets.inspection=Duplicate targets
183 ant.duplicate.imported.targets.inspection=Duplicate targets in imported files
184 ant.missing.properties.file.inspection=Missing properties file
185 register.ant.build.progress=Registering Ant build file ''{0}''...
186 loading.ant.config.progress=Loading Ant configuration...
187 intention.configure.highlighting.family.name=Configure highlighting
188 intention.configure.highlighting.text=Configure highlighting
189 build.file.properties.maximum.stack.size.label=Maximum &stack size (Mb):
190 run.execution.tab.ant.command.line.hint=Use "-J" prefix to specify JVM arguments
191 file.type.not.supported=''{0}'' has unsupported format
192 file.type.xml.not.supported=''{0}'' has unsupported xml format. Probably missing doctype.