refactory: added UI removed from core plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / wizards / NewWizardMessages.properties
1 ###############################################################################
2 # Copyright (c) 2000, 2003 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials 
4 # are made available under the terms of the Common Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/cpl-v10.html
7
8 # Contributors:
9 #     IBM Corporation - initial API and implementation
10 ###############################################################################
11
12 # ------- AbstractOpenWizardAction ------- 
13
14 AbstractOpenWizardAction.noproject.title=New
15 AbstractOpenWizardAction.noproject.message=A project needs to be created first.\nOpen the 'New Project' wizard'?
16
17 AbstractOpenWizardAction.createerror.title=Open Wizard
18 AbstractOpenWizardAction.createerror.message=The wizard could not be opened. See log for details.
19
20 # ------- NewElementWizard ------- 
21
22 NewElementWizard.op_error.title=New
23 NewElementWizard.op_error.message=Creation of element failed.
24
25 NewElementWizard.typecomment.deprecated.title=Type Creation
26 NewElementWizard.typecomment.deprecated.message=You can configure the default layout of newly created files and types on the 'code generation' preference page.  This was previously implemented on the template page in the templates 'filecomment' and 'typecomment'.
27 # ------- NewContainerWizardPage ------- 
28
29 NewContainerWizardPage.container.label=Source Fol&der:
30 NewContainerWizardPage.container.button=Br&owse...
31
32 NewContainerWizardPage.error.EnterContainerName=Folder name is empty.
33 NewContainerWizardPage.error.ContainerIsBinary=''{0}'' is a JAR archive.
34 NewContainerWizardPage.error.ContainerDoesNotExist=Folder ''{0}'' does not exist.
35 NewContainerWizardPage.error.NotAFolder=''{0}'' must be a project or folder.
36 NewContainerWizardPage.error.ProjectClosed=Project ''{0}'' must be accessible.
37
38 NewContainerWizardPage.warning.NotAJavaProject=Folder is not a Java project.
39 NewContainerWizardPage.warning.NotInAJavaProject=Folder is not in a Java project.
40 NewContainerWizardPage.warning.NotOnClassPath=Folder is not on the Java build class path.
41
42 NewContainerWizardPage.ChooseSourceContainerDialog.title=Folder Selection
43 NewContainerWizardPage.ChooseSourceContainerDialog.description=&Choose a folder:
44
45 # ------- NewPackageWizardPage ------- 
46
47 NewPackageCreationWizard.title=New Java Package
48
49 NewPackageWizardPage.package.label=&Name:
50
51
52 NewPackageWizardPage.error.InvalidPackageName=Invalid package name. {0}
53 NewPackageWizardPage.error.IsOutputFolder=Name conflict with output folder.
54
55 NewPackageWizardPage.error.PackageExists=Package already exists.
56 NewPackageWizardPage.error.EnterName=Enter a package name.
57 NewPackageWizardPage.warning.PackageNotShown=Package already exists. Note: Views might filter empty parent packages.
58 NewPackageWizardPage.warning.DiscouragedPackageName=Discouraged package name. {0}
59
60 NewPackageWizardPage.title=Java Package
61 NewPackageWizardPage.description=Create a Java package.
62 NewPackageWizardPage.info=Creates folders corresponding to packages.
63 # ------- NewTypeWizardPage ------- 
64
65 NewTypeWizardPage.package.label=Pac&kage:
66 NewTypeWizardPage.package.button=Bro&wse...
67
68 NewTypeWizardPage.enclosing.selection.label=Enclosing t&ype:
69 NewTypeWizardPage.enclosing.button=Bro&wse...
70
71 NewTypeWizardPage.error.InvalidPackageName=Package name is not valid. {0}
72 NewTypeWizardPage.error.ClashOutputLocation=Package clashes with project output folder.
73 NewTypeWizardPage.warning.DiscouragedPackageName=This package name is discouraged. {0}
74
75 NewTypeWizardPage.default=(default)
76
77 NewTypeWizardPage.ChoosePackageDialog.title=Package Selection
78 NewTypeWizardPage.ChoosePackageDialog.description=&Choose a folder:
79 NewTypeWizardPage.ChoosePackageDialog.empty=Cannot find packages to select.
80
81 NewTypeWizardPage.ChooseEnclosingTypeDialog.title=Enclosing Type Selection
82 NewTypeWizardPage.ChooseEnclosingTypeDialog.description=&Choose a type to which the new class will be added:
83
84 NewTypeWizardPage.error.EnclosingTypeEnterName=Name of enclosing type must be entered.
85 NewTypeWizardPage.error.EnclosingTypeNotExists=Enclosing type does not exist.
86 NewTypeWizardPage.error.EnclosingNotInCU=Enclosing type is binary.
87 NewTypeWizardPage.error.EnclosingNotEditable=Enclosing type is not editable.
88 NewTypeWizardPage.warning.EnclosingNotInSourceFolder=Enclosing type is not in specified source folder.
89
90 NewTypeWizardPage.typename.label=Na&me:
91
92 NewTypeWizardPage.superclass.label=&Superclass:
93 NewTypeWizardPage.superclass.button=Brows&e...
94
95 NewTypeWizardPage.interfaces.class.label=&Interfaces:
96 NewTypeWizardPage.interfaces.ifc.label=Extended &interfaces:
97 NewTypeWizardPage.interfaces.add=&Add...
98 NewTypeWizardPage.interfaces.remove=&Remove
99
100 NewTypeWizardPage.modifiers.acc.label=Modifiers:
101 NewTypeWizardPage.modifiers.public=&public
102 NewTypeWizardPage.modifiers.private=pri&vate
103 NewTypeWizardPage.modifiers.protected=pro&tected
104 NewTypeWizardPage.modifiers.default=defa&ult
105 NewTypeWizardPage.modifiers.abstract=abs&tract
106 NewTypeWizardPage.modifiers.final=fina&l
107 NewTypeWizardPage.modifiers.static=stati&c
108
109 NewTypeWizardPage.error.EnterTypeName=Type name is empty.
110 NewTypeWizardPage.error.TypeNameExists=Type already exists.
111 NewTypeWizardPage.error.InvalidTypeName=Type name is not valid. {0}
112 NewTypeWizardPage.error.QualifiedName=Type name must not be qualified.
113 NewTypeWizardPage.warning.TypeNameDiscouraged=Type name is discouraged. {0}
114
115 NewTypeWizardPage.error.InvalidSuperClassName=Superclass name is not valid.
116 NewTypeWizardPage.warning.SuperClassNotExists=Warning: Superclass does not exist in current project.
117 NewTypeWizardPage.warning.SuperClassIsFinal=Warning: Superclass ''{0}'' is final.
118 NewTypeWizardPage.warning.SuperClassIsNotVisible=Warning: Superclass ''{0}'' is not visible.
119 NewTypeWizardPage.warning.SuperClassIsNotClass=Warning: Superclass ''{0}'' is an interface.
120
121 NewTypeWizardPage.warning.InterfaceIsNotVisible=Extended interface ''{0}'' is not visible.
122 NewTypeWizardPage.warning.InterfaceNotExists=Extended interface ''{0}'' does not exist in current project.
123 NewTypeWizardPage.warning.InterfaceIsNotInterface=Extended interface ''{0}'' is not an interface.
124
125 NewTypeWizardPage.error.ModifiersFinalAndAbstract=Class cannot be both final and abstract
126
127 NewTypeWizardPage.SuperClassDialog.title=Superclass Selection
128 NewTypeWizardPage.SuperClassDialog.message=&Choose a type:
129
130 NewTypeWizardPage.InterfacesDialog.class.title= Implemented Interfaces Selection
131 NewTypeWizardPage.InterfacesDialog.interface.title= Extended Interfaces Selection
132 NewTypeWizardPage.InterfacesDialog.message=&Choose interfaces:
133
134 NewTypeWizardPage.operationdesc=Creating type....
135
136 # ------- SuperInterfaceSelectionDialog -----
137
138 SuperInterfaceSelectionDialog.addButton.label=&Add
139 SuperInterfaceSelectionDialog.interfaceadded.info=''{0}'' added.
140
141 # ------- NewClassWizardPage ------- 
142
143 NewClassCreationWizard.title=New Java Class
144
145 NewClassWizardPage.title=Java Class
146 NewClassWizardPage.description=Create a new Java class.
147
148 NewClassWizardPage.methods.label=Which method stubs would you like to create?
149 NewClassWizardPage.methods.main=public static void main(Strin&g[] args)
150 NewClassWizardPage.methods.constructors=&Constructors from superclass
151 NewClassWizardPage.methods.inherited=In&herited abstract methods
152
153
154 # ------- NewInterfaceWizardPage -------
155
156 NewInterfaceCreationWizard.title=New Java Interface
157
158 NewInterfaceWizardPage.title=Java Interface
159 NewInterfaceWizardPage.description=Create a new Java interface.
160
161 # ------- JavaCapabilityWizard ------- 
162
163 JavaCapabilityWizard.title=Configure Java Capability
164 JavaCapabilityWizard.op_error.title=Error Configure Java Capability
165 JavaCapabilityWizard.op_error.message=An error occurred while configuring the Java project
166
167 # ------- JavaCapabilityConfigurationPage ------- 
168
169 JavaCapabilityConfigurationPage.title=Java Settings
170 JavaCapabilityConfigurationPage.description=Define the Java build settings.
171 JavaCapabilityConfigurationPage.op_desc_java=Configuring Java project...
172
173
174 # ------- NewProjectCreationWizard ------- 
175
176 NewProjectCreationWizard.title=New Java Project
177 NewProjectCreationWizard.op_error.title=Error Creating Java Project
178 NewProjectCreationWizard.op_error_create.message=An error occurred while creating the Java project
179 NewProjectCreationWizard.MainPage.title=Java Project
180 NewProjectCreationWizard.MainPage.description=Create a new Java project.
181
182 NewProjectCreationWizardPage.op_error.title=Error Creating Java Project
183 NewProjectCreationWizardPage.op_error_remove.message=An error occurred while removing a temporary project
184 NewProjectCreationWizardPage.EarlyCreationOperation.desc=Creating project and examining existing resources...
185 NewProjectCreationWizardPage.EarlyCreationOperation.error.title=New Java Project
186 NewProjectCreationWizardPage.EarlyCreationOperation.error.desc=An error occurred while creating project. Check log for details.
187 NewProjectCreationWizardPage.createproject.desc=Creating project...
188 NewProjectCreationWizardPage.removeproject.desc=Removing project...
189
190 # ------- NewJavaProjectWizardPage------- 
191
192 NewJavaProjectWizardPage.title=Java Settings
193 NewJavaProjectWizardPage.description=Define the Java build settings.
194
195 NewJavaProjectWizardPage.op_desc=Creating Java project...
196
197
198 # ------- NewSourceFolderWizardPage-------
199
200 NewSourceFolderCreationWizard.title=New Source Folder
201
202 NewSourceFolderWizardPage.title=Source folder
203 NewSourceFolderWizardPage.description=Add a new source folder
204
205 NewSourceFolderWizardPage.root.label=Fol&der name:
206 NewSourceFolderWizardPage.root.button=Br&owse...
207
208 NewSourceFolderWizardPage.project.label=Project &name:
209 NewSourceFolderWizardPage.project.button=Bro&wse...
210
211 NewSourceFolderWizardPage.exclude.label=&Update exclusion filters in other source folders to solve nesting.
212
213 NewSourceFolderWizardPage.ChooseExistingRootDialog.title=Existing Folder Selection
214 NewSourceFolderWizardPage.ChooseExistingRootDialog.description=&Choose folder as source folder:
215
216 NewSourceFolderWizardPage.ChooseProjectDialog.title=Project Selection
217 NewSourceFolderWizardPage.ChooseProjectDialog.description=&Choose project for the new source folder:
218
219 NewSourceFolderWizardPage.error.EnterRootName=Root name must be entered.
220 NewSourceFolderWizardPage.error.InvalidRootName=Invalid folder name. {0}
221 NewSourceFolderWizardPage.error.NotAFolder=Not a folder.
222 NewSourceFolderWizardPage.error.AlreadyExisting=Already a source folder.
223
224 NewSourceFolderWizardPage.error.EnterProjectName=Project name must be entered.
225 NewSourceFolderWizardPage.error.InvalidProjectPath=Invalid project path.
226 NewSourceFolderWizardPage.error.NotAJavaProject=Project is not a Java project.
227 NewSourceFolderWizardPage.error.ProjectNotExists=Project does not exist.
228
229 NewSourceFolderWizardPage.warning.ReplaceSFandOL=To avoid overlapping, the existing project source folder entry will be replaced and the output folder set to ''{0}''.
230 NewSourceFolderWizardPage.warning.ReplaceOL=An exclusion pattern will be added to the project source folder entry and the output folder will be set to ''{0}''.
231 NewSourceFolderWizardPage.warning.ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced.
232 NewSourceFolderWizardPage.warning.AddedExclusions=Exclusion patterns of {0} source folder(s) updated to solve nesting.
233
234 # ------- NewSnippetFileWizardPage------- 
235
236 NewSnippetFileCreationWizard.title=New Scrapbook Page
237
238 NewSnippetFileWizardPage.title=Create Java Scrapbook Page
239
240 NewSnippetFileWizardPage.error.AlreadyExists=A resource with the specified path already exists.
241 NewSnippetFileWizardPage.error.OnlyInJavaProject=The scrapbook page can only be created in a Java project.
242
243 NewSnippetFileWizardPage.open_error.message=Error in NewScrapbookPage
244
245 # ------- BuildPathsBlock ------- 
246
247 BuildPathsBlock.tab.source=&Source
248 BuildPathsBlock.tab.projects=&Projects
249 BuildPathsBlock.tab.libraries=&Libraries
250 BuildPathsBlock.tab.order=&Order and Export
251
252 BuildPathsBlock.classpath.label=Build &class path order and exported entries:\n(Exported entries are contributed to dependent projects)
253
254 BuildPathsBlock.classpath.up.button=&Up
255 BuildPathsBlock.classpath.down.button=&Down
256 BuildPathsBlock.classpath.checkall.button=Select &All
257 BuildPathsBlock.classpath.uncheckall.button=D&eselect All
258
259 BuildPathsBlock.buildpath.label=Defaul&t output folder:
260 BuildPathsBlock.buildpath.button=Bro&wse...
261
262 BuildPathsBlock.error.InvalidBuildPath=Invalid build output folder: ''{0}''
263 BuildPathsBlock.error.EnterBuildPath=Build output folder must be entered.
264
265 BuildPathsBlock.warning.EntryMissing=Build path entry is missing: {0}
266 BuildPathsBlock.warning.EntriesMissing={0} build path entries are missing.
267
268 BuildPathsBlock.operationdesc_project=Creating project...
269 BuildPathsBlock.operationdesc_java=Setting build paths...
270
271 BuildPathsBlock.ChooseOutputFolderDialog.title=Folder Selection
272 BuildPathsBlock.ChooseOutputFolderDialog.description=&Choose the folder for the build output:
273
274 BuildPathsBlock.RemoveBinariesDialog.title=Setting Build Paths
275 BuildPathsBlock.RemoveBinariesDialog.description=The output folder has changed. OK to remove all generated resources from the old location ''{0}''?
276
277 # ------- CPListLabelProvider ------- 
278
279 CPListLabelProvider.new=(new)
280 CPListLabelProvider.classcontainer=(class folder)
281 CPListLabelProvider.twopart={0} - {1}
282 CPListLabelProvider.willbecreated=(will be created)
283
284
285 # ------- SourceContainerWorkbookPage------- 
286
287 SourceContainerWorkbookPage.folders.label=Source folders on build pat&h:
288 SourceContainerWorkbookPage.folders.remove.button=&Remove
289 SourceContainerWorkbookPage.folders.add.button=&Add Folder...
290 SourceContainerWorkbookPage.folders.edit.button=&Edit...
291
292 SourceContainerWorkbookPage.folders.check=Allow output folders for sour&ce folders.
293
294 SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.title=Source Folder Selection
295 SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.description=&Choose source folders to be added to the build path:
296
297 SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.title=Source Folder Selection
298 SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.description=&Select the source folder:
299
300 SourceContainerWorkbookPage.NewSourceFolderDialog.new.title=New Source Folder
301 SourceContainerWorkbookPage.NewSourceFolderDialog.edit.title=Edit Source Folder
302
303 SourceContainerWorkbookPage.NewSourceFolderDialog.description=&Enter a path relative to ''{0}'':
304
305 SourceContainerWorkbookPage.ChangeOutputLocationDialog.title=Source Folder Added
306 SourceContainerWorkbookPage.ChangeOutputLocationDialog.project_and_output.message=Do you want to remove the project as source folder and update build output folder to ''{0}''?
307 SourceContainerWorkbookPage.ChangeOutputLocationDialog.project.message=Do you want to remove the project as source folder?
308
309 SourceContainerWorkbookPage.exclusion_added.title=Source Folder Added
310 SourceContainerWorkbookPage.exclusion_added.message=Exclusion filters have been added to nesting folders.
311
312 # ------- ProjectsWorkbookPage------- 
313
314 ProjectsWorkbookPage.projects.label=&Required projects on the build path:
315 ProjectsWorkbookPage.projects.checkall.button=Select &All
316 ProjectsWorkbookPage.projects.uncheckall.button=&Deselect All
317
318 # ------- LibrariesWorkbookPage------- 
319
320 LibrariesWorkbookPage.libraries.label=JARs &and class folders on the build path:
321 LibrariesWorkbookPage.libraries.remove.button=&Remove
322         
323 LibrariesWorkbookPage.libraries.addjar.button=Add &JARs...
324 LibrariesWorkbookPage.libraries.addextjar.button=Add E&xternal JARs...
325 LibrariesWorkbookPage.libraries.addvariable.button=Add &Variable...
326 LibrariesWorkbookPage.libraries.addlibrary.button=Add Li&brary...
327 LibrariesWorkbookPage.libraries.addclassfolder.button=Add Class &Folder...
328
329
330 LibrariesWorkbookPage.libraries.edit.button=&Edit...
331
332 LibrariesWorkbookPage.ExistingClassFolderDialog.new.title=Class Folder Selection
333 LibrariesWorkbookPage.ExistingClassFolderDialog.new.description=&Choose class folders to be added to the build path:
334
335 LibrariesWorkbookPage.ExistingClassFolderDialog.edit.title=Edit Class Folder
336 LibrariesWorkbookPage.ExistingClassFolderDialog.edit.description=&Select the class folder:
337
338 LibrariesWorkbookPage.NewClassFolderDialog.new.title=New Class Folder
339 LibrariesWorkbookPage.NewClassFolderDialog.edit.title=Edit Class Folder
340
341 LibrariesWorkbookPage.NewClassFolderDialog.description=&Enter a path relative to ''{0}'':
342
343 LibrariesWorkbookPage.JARArchiveDialog.new.title=JAR Selection
344 LibrariesWorkbookPage.JARArchiveDialog.new.description=&Choose jar archives to be added to the build path:
345
346 LibrariesWorkbookPage.JARArchiveDialog.edit.title=Edit JAR
347 LibrariesWorkbookPage.JARArchiveDialog.edit.description=&Select the jar archive:
348
349 LibrariesWorkbookPage.ContainerDialog.new.title=Add Library
350 LibrariesWorkbookPage.ContainerDialog.edit.title=Edit Library
351
352 LibrariesWorkbookPage.VariableSelectionDialog.new.title=New Variable Classpath Entry
353 LibrariesWorkbookPage.VariableSelectionDialog.edit.title=Edit Variable Entry
354
355 LibrariesWorkbookPage.ExtJARArchiveDialog.new.title=JAR Selection
356
357 LibrariesWorkbookPage.ExtJARArchiveDialog.edit.title=Edit JAR
358
359 LibrariesWorkbookPage.SourceAttachmentDialog.title=Source For ''{0}''
360 LibrariesWorkbookPage.JavadocPropertyDialog.title=Javadoc For ''{0}''
361
362 LibrariesWorkbookPage.AdvancedDialog.title=Add Classpath Entry
363 LibrariesWorkbookPage.AdvancedDialog.description=Select the entry to add to the classpath:
364 LibrariesWorkbookPage.AdvancedDialog.createfolder=Create &New Class Folder
365 LibrariesWorkbookPage.AdvancedDialog.addfolder=Add &Existing Class Folder
366 LibrariesWorkbookPage.AdvancedDialog.addcontainer=Add &Container:
367
368 # ------- NewContainerDialog------- 
369
370 NewContainerDialog.error.invalidpath=Invalid folder path: ''{0}''
371 NewContainerDialog.error.enterpath=Folder name must be entered
372 NewContainerDialog.error.pathexists=This folder is already in the list or it is an output folder.
373 # ------- NewSourceFolderDialog------- 
374
375 NewSourceFolderDialog.error.invalidpath=Invalid folder path: ''{0}''
376 NewSourceFolderDialog.error.enterpath=Folder name must be entered.
377 NewSourceFolderDialog.error.pathexists=The folder is already in the list.
378
379 # ------- SourceAttachmentBlock------- 
380
381 SourceAttachmentBlock.message=Select the location (folder, JAR or zip) containing the source for ''{0}'':
382 SourceAttachmentBlock.filename.description=Source attachments for variable entries are defined by variable paths. The first segment of such a path describes a variable name, the rest is an optional path extension.
383
384 SourceAttachmentBlock.filename.label=Lo&cation path:
385 SourceAttachmentBlock.filename.externalfile.button=External &File...
386 SourceAttachmentBlock.filename.externalfolder.button=External F&older...
387 SourceAttachmentBlock.filename.internal.button=&Workspace...
388
389 SourceAttachmentBlock.filename.varlabel=Lo&cation variable path:
390 SourceAttachmentBlock.filename.variable.button=&Variable...
391 SourceAttachmentBlock.filename.external.varbutton=&Extension....
392
393 SourceAttachmentBlock.filename.error.notvalid=The archive path is not a valid path.
394 SourceAttachmentBlock.filename.error.filenotexists=The path ''{0}'' does not exist.
395 SourceAttachmentBlock.filename.error.varnotexists=Variable in the location path does not exist.
396 SourceAttachmentBlock.filename.error.deviceinpath=Location must be described a variable path.
397 SourceAttachmentBlock.filename.warning.varempty=Location variable path is empty.
398
399 SourceAttachmentBlock.intjardialog.title=Source Location Selection
400 SourceAttachmentBlock.intjardialog.message=&Select folder or JAR/zip archive containing the source:
401
402 SourceAttachmentBlock.extvardialog.title=Variable Extension Selection
403 SourceAttachmentBlock.extvardialog.description=Select source location:
404
405 SourceAttachmentBlock.extjardialog.text=JAR/ZIP File Selection
406 SourceAttachmentBlock.extfolderdialog.text=Folder Selection
407
408 SourceAttachmentBlock.putoncpdialog.title=Setting Source Attachment
409 SourceAttachmentBlock.putoncpdialog.message=Source can only be attached to libraries on the build path.\nDo you want to add the library to the build path?
410
411 SourceAttachmentDialog.title=Source Attachment Configuration
412 SourceAttachmentDialog.error.title=Error Attaching Source
413 SourceAttachmentDialog.error.message=An error occurred while associating the source.
414
415 # ------- EditVariableEntryDialog ------- 
416
417 EditVariableEntryDialog.filename.varlabel=Edit classpath variable entry:
418 EditVariableEntryDialog.filename.variable.button=&Variable...
419 EditVariableEntryDialog.filename.external.varbutton=&Extension....
420
421 EditVariableEntryDialog.extvardialog.title=Variable Extension Selection
422 EditVariableEntryDialog.extvardialog.description=Select JAR archive:
423
424 EditVariableEntryDialog.filename.error.notvalid=The archive path is not a valid path.
425 EditVariableEntryDialog.filename.error.filenotexists=The path ''{0}'' does not point to an existing archive.
426 EditVariableEntryDialog.filename.error.varnotexists=Variable in the archive path does not exist.
427 EditVariableEntryDialog.filename.error.deviceinpath=The archive has to be described by a variable path.
428 EditVariableEntryDialog.filename.warning.varempty=Archive variable path is empty.
429 EditVariableEntryDialog.filename.error.alreadyexists=Classpath entry already exists.
430
431
432 # ------- VariableBlock------- 
433
434 VariableBlock.vars.label=Defined &classpath variables:
435 VariableBlock.vars.add.button=Ne&w...
436 VariableBlock.vars.edit.button=&Edit...
437 VariableBlock.vars.remove.button=&Remove
438 VariableBlock.operation_desc=Setting classpath variables...
439
440 VariableBlock.operation_errror.title=Classpath Variables
441 VariableBlock.operation_errror.message=Problem while setting classpath variable. See log for details.
442
443 VariableBlock.needsbuild.title=Classpath Variables Changed
444 VariableBlock.needsbuild.message=The classpath variables have changed. A full rebuild is recommended to make changes effective. Do the full build now?
445
446 VariablePathDialogField.variabledialog.title=Variable Selection
447
448 CPVariableElementLabelProvider.reserved=(reserved)
449 CPVariableElementLabelProvider.empty=(empty)
450
451 # ------- VariableCreationDialog------- 
452
453 VariableCreationDialog.titlenew=New Variable Entry
454 VariableCreationDialog.titleedit=Edit Variable Entry
455         
456 VariableCreationDialog.name.label=&Name:
457 VariableCreationDialog.path.label=&Path:
458 VariableCreationDialog.path.file.button=&File...
459 VariableCreationDialog.path.dir.button=F&older...
460
461 VariableCreationDialog.error.entername=Variable name must be entered.
462 VariableCreationDialog.error.invalidname=Invalid name: ''{0}''.
463 VariableCreationDialog.error.nameexists=Variable name already exists.
464 VariableCreationDialog.error.invalidpath=The path is invalid.
465
466 VariableCreationDialog.warning.pathnotexists=Path does not exist.
467
468
469 VariableCreationDialog.extjardialog.text=JAR Selection
470 VariableCreationDialog.extdirdialog.text=Folder Selection
471 VariableCreationDialog.extdirdialog.message=&Specify folder to be represented by the variable:
472
473 # ------- NewVariableEntryDialog ------- 
474 NewVariableEntryDialog.vars.extend=E&xtend...
475 NewVariableEntryDialog.vars.config=&Edit...
476
477 NewVariableEntryDialog.vars.label=Select &variables to add to build path:
478
479 NewVariableEntryDialog.ExtensionDialog.title=Variable Extension
480 NewVariableEntryDialog.ExtensionDialog.description=Choose extensions to ''{0}''.
481
482 NewVariableEntryDialog.info.isfolder=Variable points to a folder: Click 'extend' to choose an archive inside the folder.
483 NewVariableEntryDialog.info.noselection=Select variable(s) to add to the classpath.
484 NewVariableEntryDialog.info.selected={0} variables selected.
485
486 # ------- OutputLocationDialog ------- 
487
488 OutputLocationDialog.title=Source Folder Output Location
489
490 OutputLocationDialog.usedefault.label=Project's default output folder.
491 OutputLocationDialog.usespecific.label=Specific output folder (path relative to ''{0}'').
492 OutputLocationDialog.location.button=Bro&wse...
493
494 OutputLocationDialog.error.existingisfile=Location is an existing file
495 OutputLocationDialog.error.invalidpath=Invalid path: {0}
496
497 OutputLocationDialog.ChooseOutputFolder.title=Folder Selection
498 OutputLocationDialog.ChooseOutputFolder.description=&Choose the folder for the build output:
499
500 # ------- ExclusionPatternDialog ------- 
501
502 ExclusionPatternDialog.title=Source Folder Exclusion Patterns
503
504 ExclusionPatternDialog.pattern.label=E&xclusion patterns for ''{0}'':
505 ExclusionPatternDialog.pattern.add=A&dd...
506 ExclusionPatternDialog.pattern.add.multiple=Add &Multiple...
507 ExclusionPatternDialog.pattern.remove=&Remove
508 ExclusionPatternDialog.pattern.edit=&Edit...
509
510 ExclusionPatternDialog.ChooseExclusionPattern.title=Exclusion Pattern Selection
511 ExclusionPatternDialog.ChooseExclusionPattern.description=&Choose folders or files to exclude:
512
513 # ------- ExclusionPatternEntryDialog ------- 
514
515 ExclusionPatternEntryDialog.add.title=Add Exclusion Pattern
516 ExclusionPatternEntryDialog.edit.title=Edit Exclusion Pattern
517 ExclusionPatternEntryDialog.description=Enter a pattern for excluding files from the source folder. Allowed wildcards are '*', '?' and '**'. Examples: 'java/util/A*.java', 'java/util/', '**/Test*'.
518
519 ExclusionPatternEntryDialog.pattern.label=E&xclusion pattern (Path relative to ''{0}''):
520 ExclusionPatternEntryDialog.pattern.button=Bro&wse...
521
522 ExclusionPatternEntryDialog.error.empty=Enter a pattern.
523 ExclusionPatternEntryDialog.error.notrelative=Pattern must be a relative path.
524 ExclusionPatternEntryDialog.error.exists=Pattern already exists.
525
526 ExclusionPatternEntryDialog.ChooseExclusionPattern.title=Exclusion Pattern Selection
527 ExclusionPatternEntryDialog.ChooseExclusionPattern.description=&Choose a folder or file to exclude:
528
529 # ------- ClasspathContainerDefaultPage------- 
530
531 ClasspathContainerDefaultPage.title=Classpath Container
532 ClasspathContainerDefaultPage.description=Select classpath container path. First segment is the container type.
533
534 ClasspathContainerDefaultPage.path.label=&Classpath container path:
535
536 ClasspathContainerDefaultPage.path.error.enterpath=Enter path.
537 ClasspathContainerDefaultPage.path.error.invalidpath=Invalid path.
538 ClasspathContainerDefaultPage.path.error.needssegment=Path needs at least one segment.
539 ClasspathContainerDefaultPage.path.error.alreadyexists=Entry already exists.
540
541 # ------- ClasspathContainerSelectionPage------- 
542
543 ClasspathContainerSelectionPage.title=Add Library
544 ClasspathContainerSelectionPage.description=Select the library type to add.
545
546 # ------- ClasspathContainerWizard------- 
547
548 ClasspathContainerWizard.pagecreationerror.title= Library Wizard
549 ClasspathContainerWizard.pagecreationerror.message=Wizard page creation failed. Check log for details.
550
551
552 FolderSelectionDialog.button=Create New Folder...
553 CPListLabelProvider.none=(None)
554 CPListLabelProvider.source_attachment.label=Source attachment: 
555 CPListLabelProvider.source_attachment_root.label=Source attachment root: 
556 CPListLabelProvider.javadoc_location.label=Javadoc location: 
557 CPListLabelProvider.output_folder.label=Output folder: 
558 CPListLabelProvider.default_output_folder.label=(Default output folder)
559 CPListLabelProvider.exclusion_filter.label=Exclusion filter: 
560 CPListLabelProvider.exclusion_filter_separator=; 
561 CPListLabelProvider.unknown_element.label=unknown element
562 NewSourceFolderDialog.useproject.button=&Project as source folder
563 NewSourceFolderDialog.usefolder.button=&Folder as source folder
564 NewSourceFolderDialog.sourcefolder.label=&Source folder name: