View | Details | Raw Unified | Return to bug 21171
Collapse All | Expand All

(-)NewWizardMessages.properties (-524 / +524 lines)
Lines 1-524 Link Here
1
#########################################
1
#########################################
2
# (c) Copyright IBM Corp. 2000, 2001.
2
# (c) Copyright IBM Corp. 2000, 2001.
3
# All Rights Reserved.
3
# All Rights Reserved.
4
#########################################
4
#########################################
5
5
6
# ------- AbstractOpenWizardAction ------- 
6
# ------- AbstractOpenWizardAction ------- 
7
7
8
AbstractOpenWizardAction.title=New
8
AbstractOpenWizardAction.title=New
9
AbstractOpenWizardAction.noproject.title=New
9
AbstractOpenWizardAction.noproject.title=New
10
AbstractOpenWizardAction.noproject.message=A project needs to be created first.\nOpen the 'New Project' wizard'?
10
AbstractOpenWizardAction.noproject.message=A project needs to be created first.\nOpen the 'New Project' wizard'?
11
11
12
12
13
# ------- NewElementWizard ------- 
13
# ------- NewElementWizard ------- 
14
14
15
NewElementWizard.op_error.title=New
15
NewElementWizard.op_error.title=New
16
NewElementWizard.op_error.message=Creation of element failed.
16
NewElementWizard.op_error.message=Creation of element failed.
17
17
18
# ------- NewContainerWizardPage ------- 
18
# ------- NewContainerWizardPage ------- 
19
19
20
NewContainerWizardPage.container.label=Source Fol&der:
20
NewContainerWizardPage.container.label=Source Fol&der:
21
NewContainerWizardPage.container.button=Br&owse...
21
NewContainerWizardPage.container.button=Br&owse...
22
22
23
NewContainerWizardPage.error.EnterContainerName=Folder name is empty.
23
NewContainerWizardPage.error.EnterContainerName=Folder name is empty.
24
NewContainerWizardPage.error.ContainerIsBinary=''{0}'' is a JAR archive.
24
NewContainerWizardPage.error.ContainerIsBinary=''{0}'' is a JAR archive.
25
NewContainerWizardPage.error.ContainerDoesNotExist=Folder ''{0}'' does not exist.
25
NewContainerWizardPage.error.ContainerDoesNotExist=Folder ''{0}'' does not exist.
26
NewContainerWizardPage.error.NotAFolder=''{0}'' must be a project or folder.
26
NewContainerWizardPage.error.NotAFolder=''{0}'' must be a project or folder.
27
NewContainerWizardPage.error.ProjectClosed=Project ''{0}'' must be accessible.
27
NewContainerWizardPage.error.ProjectClosed=Project ''{0}'' must be accessible.
28
28
29
NewContainerWizardPage.warning.NotAJavaProject=Folder is not a Java project.
29
NewContainerWizardPage.warning.NotAJavaProject=Folder is not a Java project.
30
NewContainerWizardPage.warning.NotInAJavaProject=Folder is not in a Java project.
30
NewContainerWizardPage.warning.NotInAJavaProject=Folder is not in a Java project.
31
NewContainerWizardPage.warning.NotOnClassPath=Folder is not on the Java build class path.
31
NewContainerWizardPage.warning.NotOnClassPath=Folder is not on the Java build class path.
32
32
33
NewContainerWizardPage.ChooseSourceContainerDialog.title=Folder Selection
33
NewContainerWizardPage.ChooseSourceContainerDialog.title=Folder Selection
34
NewContainerWizardPage.ChooseSourceContainerDialog.description=&Choose a folder:
34
NewContainerWizardPage.ChooseSourceContainerDialog.description=&Choose a folder:
35
35
36
# ------- NewPackageWizardPage ------- 
36
# ------- NewPackageWizardPage ------- 
37
37
38
NewPackageCreationWizard.title=New
38
NewPackageCreationWizard.title=New
39
39
40
NewPackageWizardPage.package.label=&Name:
40
NewPackageWizardPage.package.label=&Name:
41
41
42
42
43
NewPackageWizardPage.error.InvalidPackageName=Invalid package name. {0}
43
NewPackageWizardPage.error.InvalidPackageName=Invalid package name. {0}
44
NewPackageWizardPage.error.IsOutputFolder=Name conflict with output location.
44
NewPackageWizardPage.error.IsOutputFolder=Name conflict with output location.
45
45
46
NewPackageWizardPage.error.PackageExists=Package already exists.
46
NewPackageWizardPage.error.PackageExists=Package already exists.
47
NewPackageWizardPage.error.EnterName=Enter a package name.
47
NewPackageWizardPage.error.EnterName=Enter a package name.
48
NewPackageWizardPage.warning.PackageNotShown=Note: Package will not be visible in Package Explorer while empty.
48
NewPackageWizardPage.warning.PackageNotShown=Note: Package will not be visible in Package Explorer while empty.
49
NewPackageWizardPage.warning.DiscouragedPackageName=Discouraged package name. {0}
49
NewPackageWizardPage.warning.DiscouragedPackageName=Discouraged package name. {0}
50
50
51
NewPackageWizardPage.title=Java Package
51
NewPackageWizardPage.title=Java Package
52
NewPackageWizardPage.description=Create a Java package.
52
NewPackageWizardPage.description=Create a Java package.
53
NewPackageWizardPage.info=Creates folders corresponding to packages. A default package always has a corresponding folder and doesn't have to be created.
53
NewPackageWizardPage.info=Creates folders corresponding to packages. A default package always has a corresponding folder and doesn't have to be created.
54
54
55
# ------- NewTypeWizardPage ------- 
55
# ------- NewTypeWizardPage ------- 
56
56
57
NewTypeWizardPage.package.label=Pac&kage:
57
NewTypeWizardPage.package.label=Pac&kage:
58
NewTypeWizardPage.package.button=Bro&wse...
58
NewTypeWizardPage.package.button=Bro&wse...
59
59
60
NewTypeWizardPage.enclosing.selection.label=Enclosing t&ype:
60
NewTypeWizardPage.enclosing.selection.label=Enclosing t&ype:
61
NewTypeWizardPage.enclosing.button=Bro&wse...
61
NewTypeWizardPage.enclosing.button=Bro&wse...
62
62
63
NewTypeWizardPage.error.InvalidPackageName=Package name is not valid. {0}
63
NewTypeWizardPage.error.InvalidPackageName=Package name is not valid. {0}
64
NewTypeWizardPage.error.ClashOutputLocation=Package clashes with project output folder location.
64
NewTypeWizardPage.error.ClashOutputLocation=Package clashes with project output folder location.
65
NewTypeWizardPage.warning.DiscouragedPackageName=Package name is discouraged. {0}
65
NewTypeWizardPage.warning.DiscouragedPackageName=Package name is discouraged. {0}
66
66
67
NewTypeWizardPage.default=(default)
67
NewTypeWizardPage.default=(default)
68
68
69
NewTypeWizardPage.ChoosePackageDialog.title=Package Selection
69
NewTypeWizardPage.ChoosePackageDialog.title=Package Selection
70
NewTypeWizardPage.ChoosePackageDialog.description=&Choose a folder:
70
NewTypeWizardPage.ChoosePackageDialog.description=&Choose a folder:
71
NewTypeWizardPage.ChoosePackageDialog.empty=No packages to choose from.
71
NewTypeWizardPage.ChoosePackageDialog.empty=No packages to choose from.
72
72
73
NewTypeWizardPage.ChooseEnclosingTypeDialog.title=Enclosing Type Selection
73
NewTypeWizardPage.ChooseEnclosingTypeDialog.title=Enclosing Type Selection
74
NewTypeWizardPage.ChooseEnclosingTypeDialog.description=&Choose a type to add the new class to:
74
NewTypeWizardPage.ChooseEnclosingTypeDialog.description=&Choose a type to add the new class to:
75
75
76
NewTypeWizardPage.error.EnclosingTypeEnterName=Name of enclosing type must be entered.
76
NewTypeWizardPage.error.EnclosingTypeEnterName=Name of enclosing type must be entered.
77
NewTypeWizardPage.error.EnclosingTypeNotExists=Enclosing type does not exist.
77
NewTypeWizardPage.error.EnclosingTypeNotExists=Enclosing type does not exist.
78
NewTypeWizardPage.error.EnclosingNotInCU=Enclosing type is binary.
78
NewTypeWizardPage.error.EnclosingNotInCU=Enclosing type is binary.
79
NewTypeWizardPage.error.EnclosingNotEditable=Enclosing type is not editable.
79
NewTypeWizardPage.error.EnclosingNotEditable=Enclosing type is not editable.
80
NewTypeWizardPage.warning.EnclosingNotInSourceFolder=Enclosing type is not in specified source folder.
80
NewTypeWizardPage.warning.EnclosingNotInSourceFolder=Enclosing type is not in specified source folder.
81
81
82
NewTypeWizardPage.typename.label=Na&me:
82
NewTypeWizardPage.typename.label=Na&me:
83
83
84
NewTypeWizardPage.superclass.label=&Superclass:
84
NewTypeWizardPage.superclass.label=&Superclass:
85
NewTypeWizardPage.superclass.button=Brows&e...
85
NewTypeWizardPage.superclass.button=Brows&e...
86
86
87
NewTypeWizardPage.interfaces.class.label=&Interfaces:
87
NewTypeWizardPage.interfaces.class.label=&Interfaces:
88
NewTypeWizardPage.interfaces.ifc.label=Extended &interfaces:
88
NewTypeWizardPage.interfaces.ifc.label=Extended &interfaces:
89
NewTypeWizardPage.interfaces.add=&Add...
89
NewTypeWizardPage.interfaces.add=&Add...
90
NewTypeWizardPage.interfaces.remove=&Remove
90
NewTypeWizardPage.interfaces.remove=&Remove
91
91
92
NewTypeWizardPage.modifiers.acc.label=Modifiers:
92
NewTypeWizardPage.modifiers.acc.label=Modifiers:
93
NewTypeWizardPage.modifiers.public=&public
93
NewTypeWizardPage.modifiers.public=&public
94
NewTypeWizardPage.modifiers.private=pri&vate
94
NewTypeWizardPage.modifiers.private=pri&vate
95
NewTypeWizardPage.modifiers.protected=pro&tected
95
NewTypeWizardPage.modifiers.protected=pro&tected
96
NewTypeWizardPage.modifiers.default=defa&ult
96
NewTypeWizardPage.modifiers.default=defa&ult
97
NewTypeWizardPage.modifiers.abstract=abs&tract
97
NewTypeWizardPage.modifiers.abstract=abs&tract
98
NewTypeWizardPage.modifiers.final=fina&l
98
NewTypeWizardPage.modifiers.final=fina&l
99
NewTypeWizardPage.modifiers.static=stati&c
99
NewTypeWizardPage.modifiers.static=stati&c
100
100
101
NewTypeWizardPage.error.EnterTypeName=Type name is empty.
101
NewTypeWizardPage.error.EnterTypeName=Type name is empty.
102
NewTypeWizardPage.error.TypeNameExists=Type already exists.
102
NewTypeWizardPage.error.TypeNameExists=Type already exists.
103
NewTypeWizardPage.error.InvalidTypeName=Type name is not valid. {0}
103
NewTypeWizardPage.error.InvalidTypeName=Type name is not valid. {0}
104
NewTypeWizardPage.error.QualifiedName=Type name must not be qualified.
104
NewTypeWizardPage.error.QualifiedName=Type name must not be qualified.
105
NewTypeWizardPage.warning.TypeNameDiscouraged=Type name is discouraged. {0}
105
NewTypeWizardPage.warning.TypeNameDiscouraged=Type name is discouraged. {0}
106
106
107
NewTypeWizardPage.error.InvalidSuperClassName=Superclass name is not valid.
107
NewTypeWizardPage.error.InvalidSuperClassName=Superclass name is not valid.
108
NewTypeWizardPage.warning.SuperClassNotExists=Warning: Superclass does not exist in current project.
108
NewTypeWizardPage.warning.SuperClassNotExists=Warning: Superclass does not exist in current project.
109
NewTypeWizardPage.warning.SuperClassIsFinal=Warning: Superclass ''{0}'' is final.
109
NewTypeWizardPage.warning.SuperClassIsFinal=Warning: Superclass ''{0}'' is final.
110
NewTypeWizardPage.warning.SuperClassIsNotVisible=Warning: Superclass ''{0}'' is not visible.
110
NewTypeWizardPage.warning.SuperClassIsNotVisible=Warning: Superclass ''{0}'' is not visible.
111
NewTypeWizardPage.warning.SuperClassIsNotClass=Warning: Superclass ''{0}'' is an interface.
111
NewTypeWizardPage.warning.SuperClassIsNotClass=Warning: Superclass ''{0}'' is an interface.
112
112
113
NewTypeWizardPage.warning.InterfaceIsNotVisible=Extended interface ''{0}'' is not visible.
113
NewTypeWizardPage.warning.InterfaceIsNotVisible=Extended interface ''{0}'' is not visible.
114
NewTypeWizardPage.warning.InterfaceNotExists=Extended interface ''{0}'' does not exist in current project.
114
NewTypeWizardPage.warning.InterfaceNotExists=Extended interface ''{0}'' does not exist in current project.
115
NewTypeWizardPage.warning.InterfaceIsNotInterface=Extended interface ''{0}'' is not an interface.
115
NewTypeWizardPage.warning.InterfaceIsNotInterface=Extended interface ''{0}'' is not an interface.
116
116
117
NewTypeWizardPage.error.ModifiersFinalAndAbstract=Class cannot be both final and abstract
117
NewTypeWizardPage.error.ModifiersFinalAndAbstract=Class cannot be both final and abstract
118
118
119
NewTypeWizardPage.SuperClassDialog.title=Superclass Selection
119
NewTypeWizardPage.SuperClassDialog.title=Superclass Selection
120
NewTypeWizardPage.SuperClassDialog.message=&Choose a type:
120
NewTypeWizardPage.SuperClassDialog.message=&Choose a type:
121
121
122
NewTypeWizardPage.InterfacesDialog.class.title= Implemented Interfaces Selection
122
NewTypeWizardPage.InterfacesDialog.class.title= Implemented Interfaces Selection
123
NewTypeWizardPage.InterfacesDialog.interface.title= Extended Interfaces Selection
123
NewTypeWizardPage.InterfacesDialog.interface.title= Extended Interfaces Selection
124
NewTypeWizardPage.InterfacesDialog.message=&Choose interfaces:
124
NewTypeWizardPage.InterfacesDialog.message=&Choose interfaces:
125
125
126
NewTypeWizardPage.operationdesc=Creating type....
126
NewTypeWizardPage.operationdesc=Creating type....
127
127
128
# ------- SuperInterfaceSelectionDialog -----
128
# ------- SuperInterfaceSelectionDialog -----
129
129
130
SuperInterfaceSelectionDialog.addButton.label=&Add
130
SuperInterfaceSelectionDialog.addButton.label=&Add
131
SuperInterfaceSelectionDialog.interfaceadded.info=''{0}'' added.
131
SuperInterfaceSelectionDialog.interfaceadded.info=''{0}'' added.
132
132
133
# ------- NewClassWizardPage ------- 
133
# ------- NewClassWizardPage ------- 
134
134
135
NewClassCreationWizard.title=New
135
NewClassCreationWizard.title=New
136
136
137
NewClassWizardPage.title=Java Class
137
NewClassWizardPage.title=Java Class
138
NewClassWizardPage.description=Create a new Java class.
138
NewClassWizardPage.description=Create a new Java class.
139
139
140
NewClassWizardPage.methods.label=Which method stubs would you like to create?
140
NewClassWizardPage.methods.label=Which method stubs would you like to create?
141
NewClassWizardPage.methods.main=public static void main(Strin&g[] args)
141
NewClassWizardPage.methods.main=public static void main(Strin&g[] args)
142
NewClassWizardPage.methods.constructors=&Constructors from superclass
142
NewClassWizardPage.methods.constructors=&Constructors from superclass
143
NewClassWizardPage.methods.inherited=In&herited abstract methods
143
NewClassWizardPage.methods.inherited=In&herited abstract methods
144
144
145
145
146
# ------- NewInterfaceWizardPage -------
146
# ------- NewInterfaceWizardPage -------
147
147
148
NewInterfaceCreationWizard.title=New
148
NewInterfaceCreationWizard.title=New
149
149
150
NewInterfaceWizardPage.title=Java Interface
150
NewInterfaceWizardPage.title=Java Interface
151
NewInterfaceWizardPage.description=Create a new Java interface.
151
NewInterfaceWizardPage.description=Create a new Java interface.
152
152
153
# ------- JavaCapabilityWizard ------- 
153
# ------- JavaCapabilityWizard ------- 
154
154
155
JavaCapabilityWizard.title=Configure Java Capability
155
JavaCapabilityWizard.title=Configure Java Capability
156
JavaCapabilityWizard.op_error.title=Error Configure Java Capability
156
JavaCapabilityWizard.op_error.title=Error Configure Java Capability
157
JavaCapabilityWizard.op_error.message=An error occurred while configuring the Java project
157
JavaCapabilityWizard.op_error.message=An error occurred while configuring the Java project
158
158
159
# ------- JavaCapabilityConfigurationPage ------- 
159
# ------- JavaCapabilityConfigurationPage ------- 
160
160
161
JavaCapabilityConfigurationPage.title=Java Settings
161
JavaCapabilityConfigurationPage.title=Java Settings
162
JavaCapabilityConfigurationPage.description=Define the Java build settings.
162
JavaCapabilityConfigurationPage.description=Define the Java build settings.
163
JavaCapabilityConfigurationPage.op_desc=Configuring Java project...
163
JavaCapabilityConfigurationPage.op_desc=Configuring Java project...
164
164
165
165
166
# ------- NewProjectCreationWizard ------- 
166
# ------- NewProjectCreationWizard ------- 
167
167
168
NewProjectCreationWizard.title=New
168
NewProjectCreationWizard.title=New
169
NewProjectCreationWizard.op_error.title=Error Creating Java Project
169
NewProjectCreationWizard.op_error.title=Error Creating Java Project
170
NewProjectCreationWizard.op_error.message=An error occurred while creating the Java project
170
NewProjectCreationWizard.op_error.message=An error occurred while creating the Java project
171
NewProjectCreationWizard.MainPage.title=Java Project
171
NewProjectCreationWizard.MainPage.title=Java Project
172
NewProjectCreationWizard.MainPage.description=Create a new Java project.
172
NewProjectCreationWizard.MainPage.description=Create a new Java project.
173
173
174
# ------- NewJavaProjectWizardPage------- 
174
# ------- NewJavaProjectWizardPage------- 
175
175
176
NewJavaProjectWizardPage.title=Java Settings
176
NewJavaProjectWizardPage.title=Java Settings
177
NewJavaProjectWizardPage.description=Define the Java build settings.
177
NewJavaProjectWizardPage.description=Define the Java build settings.
178
178
179
NewJavaProjectWizardPage.op_desc=Creating Java project...
179
NewJavaProjectWizardPage.op_desc=Creating Java project...
180
180
181
# ------- NewProjectCreationWizardPage------- 
181
# ------- NewProjectCreationWizardPage------- 
182
182
183
NewProjectCreationWizardPage.EarlyCreationDialog.title=New Java Project
183
NewProjectCreationWizardPage.EarlyCreationDialog.title=New Java Project
184
NewProjectCreationWizardPage.EarlyCreationDialog.description=The project location points to a existing folder. Ok to create the project now so existing class paths can be detected? This will disable the \'Back\' button.
184
NewProjectCreationWizardPage.EarlyCreationDialog.description=The project location points to an existing folder. Ok to create the project now so existing class paths can be detected? This will disable the \'Back\' button.
185
NewProjectCreationWizardPage.EarlyCreationOperation.desc=Creating project and examine existing resources...
185
NewProjectCreationWizardPage.EarlyCreationOperation.desc=Creating project and examine existing resources...
186
NewProjectCreationWizardPage.EarlyCreationOperation.error.title=New Java Project
186
NewProjectCreationWizardPage.EarlyCreationOperation.error.title=New Java Project
187
NewProjectCreationWizardPage.EarlyCreationOperation.error.desc=An error occurred while creating project. Check log for details.
187
NewProjectCreationWizardPage.EarlyCreationOperation.error.desc=An error occurred while creating project. Check log for details.
188
188
189
NewProjectCreationWizardPage.NormalCreationOperation.desc=Creating Java project...
189
NewProjectCreationWizardPage.NormalCreationOperation.desc=Creating Java project...
190
NewProjectCreationWizardPage.DetectingClasspathOperation.desc=Detecting existing classpath...
190
NewProjectCreationWizardPage.DetectingClasspathOperation.desc=Detecting existing classpath...
191
191
192
# ------- NewSourceFolderWizardPage-------
192
# ------- NewSourceFolderWizardPage-------
193
193
194
NewSourceFolderCreationWizard.title=New
194
NewSourceFolderCreationWizard.title=New
195
195
196
NewSourceFolderWizardPage.title=Source Folder
196
NewSourceFolderWizardPage.title=Source Folder
197
NewSourceFolderWizardPage.description=Add a new source folder
197
NewSourceFolderWizardPage.description=Add a new source folder
198
198
199
NewSourceFolderWizardPage.root.label=Fol&der name:
199
NewSourceFolderWizardPage.root.label=Fol&der name:
200
NewSourceFolderWizardPage.root.button=Br&owse...
200
NewSourceFolderWizardPage.root.button=Br&owse...
201
201
202
NewSourceFolderWizardPage.project.label=Project &name:
202
NewSourceFolderWizardPage.project.label=Project &name:
203
NewSourceFolderWizardPage.project.button=Bro&wse...
203
NewSourceFolderWizardPage.project.button=Bro&wse...
204
204
205
NewSourceFolderWizardPage.removeparent.label=&Remove parent nesting source folder
205
NewSourceFolderWizardPage.removeparent.label=&Remove parent nesting source folder
206
NewSourceFolderWizardPage.changeoutput.label=Change output location
206
NewSourceFolderWizardPage.changeoutput.label=Change output location
207
NewSourceFolderWizardPage.changeoutput.button=Brow&se...
207
NewSourceFolderWizardPage.changeoutput.button=Brow&se...
208
208
209
NewSourceFolderWizardPage.ChooseExistingRootDialog.title=Existing Folder Selection
209
NewSourceFolderWizardPage.ChooseExistingRootDialog.title=Existing Folder Selection
210
NewSourceFolderWizardPage.ChooseExistingRootDialog.description=&Choose folder as source folder:
210
NewSourceFolderWizardPage.ChooseExistingRootDialog.description=&Choose folder as source folder:
211
211
212
NewSourceFolderWizardPage.ChooseProjectDialog.title=Project Selection
212
NewSourceFolderWizardPage.ChooseProjectDialog.title=Project Selection
213
NewSourceFolderWizardPage.ChooseProjectDialog.description=&Choose project for the new source folder:
213
NewSourceFolderWizardPage.ChooseProjectDialog.description=&Choose project for the new source folder:
214
214
215
NewSourceFolderWizardPage.ChooseOutputLocationDialog.title=Output Folder Selection
215
NewSourceFolderWizardPage.ChooseOutputLocationDialog.title=Output Folder Selection
216
NewSourceFolderWizardPage.ChooseOutputLocationDialog.description=&Choose folder as output location:
216
NewSourceFolderWizardPage.ChooseOutputLocationDialog.description=&Choose folder as output location:
217
217
218
NewSourceFolderWizardPage.EditClassPathDialog.title=Project Class Path Settings
218
NewSourceFolderWizardPage.EditClassPathDialog.title=Project Class Path Settings
219
219
220
NewSourceFolderWizardPage.error.EnterRootName=Root name must be entered.
220
NewSourceFolderWizardPage.error.EnterRootName=Root name must be entered.
221
NewSourceFolderWizardPage.error.InvalidRootName=Invalid folder name. {0}
221
NewSourceFolderWizardPage.error.InvalidRootName=Invalid folder name. {0}
222
NewSourceFolderWizardPage.error.NotAFolder=Not a folder.
222
NewSourceFolderWizardPage.error.NotAFolder=Not a folder.
223
NewSourceFolderWizardPage.error.AlreadyExisting=Already a source folder.
223
NewSourceFolderWizardPage.error.AlreadyExisting=Already a source folder.
224
NewSourceFolderWizardPage.error.WillOverlap=Folder will overlap with existing source folder ''{0}''. Select to remove the existing folder.
224
NewSourceFolderWizardPage.error.WillOverlap=Folder will overlap with existing source folder ''{0}''. Select to remove the existing folder.
225
225
226
NewSourceFolderWizardPage.error.EnterProjectName=Project name must be entered.
226
NewSourceFolderWizardPage.error.EnterProjectName=Project name must be entered.
227
NewSourceFolderWizardPage.error.InvalidProjectPath=Invalid project path.
227
NewSourceFolderWizardPage.error.InvalidProjectPath=Invalid project path.
228
NewSourceFolderWizardPage.error.NotAJavaProject=Project is not a Java project.
228
NewSourceFolderWizardPage.error.NotAJavaProject=Project is not a Java project.
229
NewSourceFolderWizardPage.error.ProjectNotExists=Project does not exist.
229
NewSourceFolderWizardPage.error.ProjectNotExists=Project does not exist.
230
230
231
NewSourceFolderWizardPage.warning.ReplaceSFandOL=To avoid overlapping, the existing project source folder entry will be replaced and the output location set to ''{0}''.
231
NewSourceFolderWizardPage.warning.ReplaceSFandOL=To avoid overlapping, the existing project source folder entry will be replaced and the output location set to ''{0}''.
232
NewSourceFolderWizardPage.warning.ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced.
232
NewSourceFolderWizardPage.warning.ReplaceSF=To avoid overlapping, the existing project source folder entry will be replaced.
233
233
234
NewSourceFolderWizardPage.op_error.title=Error Setting Classpath
234
NewSourceFolderWizardPage.op_error.title=Error Setting Classpath
235
NewSourceFolderWizardPage.op_error.message=An error occurred while setting the classpath
235
NewSourceFolderWizardPage.op_error.message=An error occurred while setting the classpath
236
236
237
# ------- NewSnippetFileWizardPage------- 
237
# ------- NewSnippetFileWizardPage------- 
238
238
239
NewSnippetFileWizardPage.title=Create Java Scrapbook Page
239
NewSnippetFileWizardPage.title=Create Java Scrapbook Page
240
NewSnippetFileWizardPage.description=Create a new Java scrapbook page.
240
NewSnippetFileWizardPage.description=Create a new Java scrapbook page.
241
241
242
NewSnippetFileWizardPage.error.AlreadyExists=A resource with the specified path already exists.
242
NewSnippetFileWizardPage.error.AlreadyExists=A resource with the specified path already exists.
243
NewSnippetFileWizardPage.error.OnlyInJavaProject=The scrapbook page can only be created in a Java project.
243
NewSnippetFileWizardPage.error.OnlyInJavaProject=The scrapbook page can only be created in a Java project.
244
244
245
NewSnippetFileWizardPage.open_error.message=Error in NewScrapbookPage
245
NewSnippetFileWizardPage.open_error.message=Error in NewScrapbookPage
246
246
247
# ------- BuildPathsBlock ------- 
247
# ------- BuildPathsBlock ------- 
248
248
249
BuildPathsBlock.tab.source=&Source
249
BuildPathsBlock.tab.source=&Source
250
BuildPathsBlock.tab.projects=&Projects
250
BuildPathsBlock.tab.projects=&Projects
251
BuildPathsBlock.tab.libraries=&Libraries
251
BuildPathsBlock.tab.libraries=&Libraries
252
BuildPathsBlock.tab.order=&Order and Export
252
BuildPathsBlock.tab.order=&Order and Export
253
253
254
BuildPathsBlock.classpath.label=Build &class path order and exported entries:\n(Exported entries are contributed to dependent projects)
254
BuildPathsBlock.classpath.label=Build &class path order and exported entries:\n(Exported entries are contributed to dependent projects)
255
255
256
BuildPathsBlock.classpath.up.button=&Up
256
BuildPathsBlock.classpath.up.button=&Up
257
BuildPathsBlock.classpath.down.button=&Down
257
BuildPathsBlock.classpath.down.button=&Down
258
BuildPathsBlock.classpath.checkall.button=Select &All
258
BuildPathsBlock.classpath.checkall.button=Select &All
259
BuildPathsBlock.classpath.uncheckall.button=D&eselect All
259
BuildPathsBlock.classpath.uncheckall.button=D&eselect All
260
260
261
BuildPathsBlock.buildpath.label=Bu&ild output folder:
261
BuildPathsBlock.buildpath.label=Bu&ild output folder:
262
BuildPathsBlock.buildpath.button=Bro&wse...
262
BuildPathsBlock.buildpath.button=Bro&wse...
263
263
264
BuildPathsBlock.error.InvalidBuildPath=Invalid build output folder: ''{0}''
264
BuildPathsBlock.error.InvalidBuildPath=Invalid build output folder: ''{0}''
265
BuildPathsBlock.error.EnterBuildPath=Build output folder must be entered.
265
BuildPathsBlock.error.EnterBuildPath=Build output folder must be entered.
266
BuildPathsBlock.error.BuildPathProjNotExists=Build output folder has to be in an existing and open project.
266
BuildPathsBlock.error.BuildPathProjNotExists=Build output folder has to be in an existing and open project.
267
267
268
BuildPathsBlock.warning.CycleInClassPath=Build path will result in a cycle.
268
BuildPathsBlock.warning.CycleInClassPath=Build path will result in a cycle.
269
BuildPathsBlock.warning.EntryMissing=Class path entries are missing.
269
BuildPathsBlock.warning.EntryMissing=Class path entries are missing.
270
BuildPathsBlock.warning.OutputFolderNotEmpty=Output location not empty. Java builder flushes contents.
270
BuildPathsBlock.warning.OutputFolderNotEmpty=Output location not empty. Java builder flushes contents.
271
271
272
BuildPathsBlock.operationdesc=Setting build paths...
272
BuildPathsBlock.operationdesc=Setting build paths...
273
273
274
BuildPathsBlock.ChooseOutputFolderDialog.title=Folder Selection
274
BuildPathsBlock.ChooseOutputFolderDialog.title=Folder Selection
275
BuildPathsBlock.ChooseOutputFolderDialog.description=&Choose the folder for the build output:
275
BuildPathsBlock.ChooseOutputFolderDialog.description=&Choose the folder for the build output:
276
276
277
BuildPathsBlock.RemoveBinariesDialog.title=Setting Build Paths
277
BuildPathsBlock.RemoveBinariesDialog.title=Setting Build Paths
278
BuildPathsBlock.RemoveBinariesDialog.description=The output location has changed. OK to remove all generated resources in the old location ''{0}''?
278
BuildPathsBlock.RemoveBinariesDialog.description=The output location has changed. OK to remove all generated resources in the old location ''{0}''?
279
279
280
# ------- CPListLabelProvider ------- 
280
# ------- CPListLabelProvider ------- 
281
281
282
CPListLabelProvider.new=(new)
282
CPListLabelProvider.new=(new)
283
CPListLabelProvider.classcontainer=(class folder)
283
CPListLabelProvider.classcontainer=(class folder)
284
CPListLabelProvider.twopart={0} - {1}
284
CPListLabelProvider.twopart={0} - {1}
285
CPListLabelProvider.willbecreated=(created)
285
CPListLabelProvider.willbecreated=(created)
286
286
287
287
288
# ------- SourceContainerWorkbookPage------- 
288
# ------- SourceContainerWorkbookPage------- 
289
289
290
SourceContainerWorkbookPage.folders.label=Source folders on build path
290
SourceContainerWorkbookPage.folders.label=Source folders on build path
291
SourceContainerWorkbookPage.folders.remove.button=&Remove
291
SourceContainerWorkbookPage.folders.remove.button=&Remove
292
SourceContainerWorkbookPage.folders.addnew.button=&Create New Folder...
292
SourceContainerWorkbookPage.folders.addnew.button=&Create New Folder...
293
SourceContainerWorkbookPage.folders.addnew.addexisting.button=&Add Existing Folders...
293
SourceContainerWorkbookPage.folders.addnew.addexisting.button=&Add Existing Folders...
294
SourceContainerWorkbookPage.folders.edit.button=&Edit...
294
SourceContainerWorkbookPage.folders.edit.button=&Edit...
295
295
296
SourceContainerWorkbookPage.rb1.label=Use the projec&t as source folder
296
SourceContainerWorkbookPage.rb1.label=Use the projec&t as source folder
297
SourceContainerWorkbookPage.rb2.label=Use sourc&e folders contained in the project
297
SourceContainerWorkbookPage.rb2.label=Use sourc&e folders contained in the project
298
	
298
	
299
SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.title=Source Folder Selection
299
SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.title=Source Folder Selection
300
SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.description=&Choose source folder to be added to the build path:
300
SourceContainerWorkbookPage.ExistingSourceFolderDialog.new.description=&Choose source folder to be added to the build path:
301
301
302
SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.title=Source Folder Selection
302
SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.title=Source Folder Selection
303
SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.description=&Select the source folder:
303
SourceContainerWorkbookPage.ExistingSourceFolderDialog.edit.description=&Select the source folder:
304
304
305
SourceContainerWorkbookPage.NewSourceFolderDialog.new.title=New Source Folder
305
SourceContainerWorkbookPage.NewSourceFolderDialog.new.title=New Source Folder
306
SourceContainerWorkbookPage.NewSourceFolderDialog.edit.title=Edit Source Folder
306
SourceContainerWorkbookPage.NewSourceFolderDialog.edit.title=Edit Source Folder
307
307
308
SourceContainerWorkbookPage.NewSourceFolderDialog.description=&Enter a path relative to ''{0}'':
308
SourceContainerWorkbookPage.NewSourceFolderDialog.description=&Enter a path relative to ''{0}'':
309
309
310
SourceContainerWorkbookPage.ChangeOutputLocationDialog.title=Source Folder Added
310
SourceContainerWorkbookPage.ChangeOutputLocationDialog.title=Source Folder Added
311
SourceContainerWorkbookPage.ChangeOutputLocationDialog.message=OK to update build output folder to ''{0}''?
311
SourceContainerWorkbookPage.ChangeOutputLocationDialog.message=OK to update build output folder to ''{0}''?
312
312
313
# ------- ProjectsWorkbookPage------- 
313
# ------- ProjectsWorkbookPage------- 
314
314
315
ProjectsWorkbookPage.projects.label=&Required projects on the build path:
315
ProjectsWorkbookPage.projects.label=&Required projects on the build path:
316
ProjectsWorkbookPage.projects.checkall.button=Select &All
316
ProjectsWorkbookPage.projects.checkall.button=Select &All
317
ProjectsWorkbookPage.projects.uncheckall.button=&Deselect All
317
ProjectsWorkbookPage.projects.uncheckall.button=&Deselect All
318
318
319
# ------- LibrariesWorkbookPage------- 
319
# ------- LibrariesWorkbookPage------- 
320
320
321
LibrariesWorkbookPage.libraries.label=JARs and class folders on &the build path:
321
LibrariesWorkbookPage.libraries.label=JARs and class folders on &the build path:
322
LibrariesWorkbookPage.libraries.remove.button=&Remove
322
LibrariesWorkbookPage.libraries.remove.button=&Remove
323
	
323
	
324
LibrariesWorkbookPage.libraries.addjar.button=Add &JARs...
324
LibrariesWorkbookPage.libraries.addjar.button=Add &JARs...
325
LibrariesWorkbookPage.libraries.addextjar.button=Add E&xternal JARs...
325
LibrariesWorkbookPage.libraries.addextjar.button=Add E&xternal JARs...
326
LibrariesWorkbookPage.libraries.addvariable.button=Add &Variable...
326
LibrariesWorkbookPage.libraries.addvariable.button=Add &Variable...
327
LibrariesWorkbookPage.libraries.edit.button=&Edit...
327
LibrariesWorkbookPage.libraries.edit.button=&Edit...
328
LibrariesWorkbookPage.libraries.setsource.button=Attac&h Source...
328
LibrariesWorkbookPage.libraries.setsource.button=Attac&h Source...
329
329
330
LibrariesWorkbookPage.libraries.advanced.button=&Advanced...
330
LibrariesWorkbookPage.libraries.advanced.button=&Advanced...
331
331
332
LibrariesWorkbookPage.ExistingClassFolderDialog.new.title=Class Folder Selection
332
LibrariesWorkbookPage.ExistingClassFolderDialog.new.title=Class Folder Selection
333
LibrariesWorkbookPage.ExistingClassFolderDialog.new.description=&Choose class folders to be added to the build path:
333
LibrariesWorkbookPage.ExistingClassFolderDialog.new.description=&Choose class folders to be added to the build path:
334
334
335
LibrariesWorkbookPage.ExistingClassFolderDialog.edit.title=Edit Class Folder
335
LibrariesWorkbookPage.ExistingClassFolderDialog.edit.title=Edit Class Folder
336
LibrariesWorkbookPage.ExistingClassFolderDialog.edit.description=&Select the class folder:
336
LibrariesWorkbookPage.ExistingClassFolderDialog.edit.description=&Select the class folder:
337
337
338
LibrariesWorkbookPage.NewClassFolderDialog.new.title=New Class Folder
338
LibrariesWorkbookPage.NewClassFolderDialog.new.title=New Class Folder
339
LibrariesWorkbookPage.NewClassFolderDialog.edit.title=Edit Class Folder
339
LibrariesWorkbookPage.NewClassFolderDialog.edit.title=Edit Class Folder
340
340
341
LibrariesWorkbookPage.NewClassFolderDialog.description=&Enter a path relative to ''{0}'':
341
LibrariesWorkbookPage.NewClassFolderDialog.description=&Enter a path relative to ''{0}'':
342
342
343
LibrariesWorkbookPage.JARArchiveDialog.new.title=JAR Selection
343
LibrariesWorkbookPage.JARArchiveDialog.new.title=JAR Selection
344
LibrariesWorkbookPage.JARArchiveDialog.new.description=&Choose jar archives to be added to the build path:
344
LibrariesWorkbookPage.JARArchiveDialog.new.description=&Choose jar archives to be added to the build path:
345
345
346
LibrariesWorkbookPage.JARArchiveDialog.edit.title=Edit JAR
346
LibrariesWorkbookPage.JARArchiveDialog.edit.title=Edit JAR
347
LibrariesWorkbookPage.JARArchiveDialog.edit.description=&Select the jar archive:
347
LibrariesWorkbookPage.JARArchiveDialog.edit.description=&Select the jar archive:
348
348
349
LibrariesWorkbookPage.ContainerDialog.new.title=New Library
349
LibrariesWorkbookPage.ContainerDialog.new.title=New Library
350
LibrariesWorkbookPage.ContainerDialog.edit.title=Edit Library
350
LibrariesWorkbookPage.ContainerDialog.edit.title=Edit Library
351
351
352
LibrariesWorkbookPage.VariableSelectionDialog.new.title=New Variable Classpath Entry
352
LibrariesWorkbookPage.VariableSelectionDialog.new.title=New Variable Classpath Entry
353
LibrariesWorkbookPage.VariableSelectionDialog.edit.title=Edit Variable Entry
353
LibrariesWorkbookPage.VariableSelectionDialog.edit.title=Edit Variable Entry
354
354
355
LibrariesWorkbookPage.ExtJARArchiveDialog.new.title=JAR Selection
355
LibrariesWorkbookPage.ExtJARArchiveDialog.new.title=JAR Selection
356
356
357
LibrariesWorkbookPage.ExtJARArchiveDialog.edit.title=Edit JAR
357
LibrariesWorkbookPage.ExtJARArchiveDialog.edit.title=Edit JAR
358
358
359
LibrariesWorkbookPage.SourceAttachmentDialog.title=Attachments For ''{0}''
359
LibrariesWorkbookPage.SourceAttachmentDialog.title=Attachments For ''{0}''
360
360
361
LibrariesWorkbookPage.VariableSelectionDialog.title=Classpath Variable Selection
361
LibrariesWorkbookPage.VariableSelectionDialog.title=Classpath Variable Selection
362
LibrariesWorkbookPage.VariableSelectionDialog.message=Define a classpath variable:
362
LibrariesWorkbookPage.VariableSelectionDialog.message=Define a classpath variable:
363
363
364
LibrariesWorkbookPage.AdvancedDialog.title=Add Classpath Entry
364
LibrariesWorkbookPage.AdvancedDialog.title=Add Classpath Entry
365
LibrariesWorkbookPage.AdvancedDialog.description=Select the entry to add to the classpath:
365
LibrariesWorkbookPage.AdvancedDialog.description=Select the entry to add to the classpath:
366
LibrariesWorkbookPage.AdvancedDialog.createfolder=Create &New Class Folder
366
LibrariesWorkbookPage.AdvancedDialog.createfolder=Create &New Class Folder
367
LibrariesWorkbookPage.AdvancedDialog.addfolder=Add &Existing Class Folder
367
LibrariesWorkbookPage.AdvancedDialog.addfolder=Add &Existing Class Folder
368
LibrariesWorkbookPage.AdvancedDialog.addcontainer=Add &Container:
368
LibrariesWorkbookPage.AdvancedDialog.addcontainer=Add &Container:
369
369
370
# ------- NewContainerDialog------- 
370
# ------- NewContainerDialog------- 
371
371
372
NewContainerDialog.error.invalidpath=Invalid folder path: ''{0}''
372
NewContainerDialog.error.invalidpath=Invalid folder path: ''{0}''
373
NewContainerDialog.error.enterpath=Folder name must be entered
373
NewContainerDialog.error.enterpath=Folder name must be entered
374
NewContainerDialog.error.pathexists=Folder already in list or output folder
374
NewContainerDialog.error.pathexists=Folder already in list or output folder
375
375
376
# ------- SourceAttachmentBlock------- 
376
# ------- SourceAttachmentBlock------- 
377
377
378
SourceAttachmentBlock.message=Select the archive file (JAR or zip) containing the source for ''{0}'':
378
SourceAttachmentBlock.message=Select the archive file (JAR or zip) containing the source for ''{0}'':
379
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.
379
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.
380
380
381
SourceAttachmentBlock.filename.label=Ar&chive:
381
SourceAttachmentBlock.filename.label=Ar&chive:
382
SourceAttachmentBlock.filename.external.button=Browse &File System...
382
SourceAttachmentBlock.filename.external.button=Browse &File System...
383
SourceAttachmentBlock.filename.internal.button=Browse &Workspace...
383
SourceAttachmentBlock.filename.internal.button=Browse &Workspace...
384
384
385
SourceAttachmentBlock.filename.varlabel=Ar&chive variable path:
385
SourceAttachmentBlock.filename.varlabel=Ar&chive variable path:
386
SourceAttachmentBlock.filename.variable.button=&Variable...
386
SourceAttachmentBlock.filename.variable.button=&Variable...
387
SourceAttachmentBlock.filename.external.varbutton=&Extension....
387
SourceAttachmentBlock.filename.external.varbutton=&Extension....
388
388
389
SourceAttachmentBlock.filename.error.notvalid=The archive path is not a valid path.
389
SourceAttachmentBlock.filename.error.notvalid=The archive path is not a valid path.
390
SourceAttachmentBlock.filename.error.filenotexists=The archive path ''{0}'' does not exist.
390
SourceAttachmentBlock.filename.error.filenotexists=The archive path ''{0}'' does not exist.
391
SourceAttachmentBlock.filename.error.varnotexists=Variable in the archive path does not exist.
391
SourceAttachmentBlock.filename.error.varnotexists=Variable in the archive path does not exist.
392
SourceAttachmentBlock.filename.error.deviceinpath=Archive must be described a variable path.
392
SourceAttachmentBlock.filename.error.deviceinpath=Archive must be described a variable path.
393
SourceAttachmentBlock.filename.warning.varempty=Archive variable path is empty.
393
SourceAttachmentBlock.filename.warning.varempty=Archive variable path is empty.
394
394
395
SourceAttachmentBlock.prefix.error.notvalid=Root path is not a valid path.
395
SourceAttachmentBlock.prefix.error.notvalid=Root path is not a valid path.
396
SourceAttachmentBlock.prefix.error.varnotexists=Variable in root path does not exist.
396
SourceAttachmentBlock.prefix.error.varnotexists=Variable in root path does not exist.
397
SourceAttachmentBlock.prefix.error.deviceinpath=Root path must not contain a device.
397
SourceAttachmentBlock.prefix.error.deviceinpath=Root path must not contain a device.
398
SourceAttachmentBlock.prefix.error.deviceinvar=Root path variable must not contain a device.
398
SourceAttachmentBlock.prefix.error.deviceinvar=Root path variable must not contain a device.
399
399
400
SourceAttachmentBlock.prefix.label=R&oot path:
400
SourceAttachmentBlock.prefix.label=R&oot path:
401
SourceAttachmentBlock.prefix.button=&Browse...
401
SourceAttachmentBlock.prefix.button=&Browse...
402
SourceAttachmentBlock.prefix.description=Define the root of the package structure in the archive. For example, when the archive contains src/java/lang/Object.java, the root path would be 'src'.
402
SourceAttachmentBlock.prefix.description=Define the root of the package structure in the archive. For example, when the archive contains src/java/lang/Object.java, the root path would be 'src'.
403
SourceAttachmentBlock.prefix.varlabel=R&oot variable path:
403
SourceAttachmentBlock.prefix.varlabel=R&oot variable path:
404
SourceAttachmentBlock.prefix.varbutton=E&xtension...
404
SourceAttachmentBlock.prefix.varbutton=E&xtension...
405
SourceAttachmentBlock.prefix.variable.button=Va&riable...
405
SourceAttachmentBlock.prefix.variable.button=Va&riable...
406
406
407
SourceAttachmentBlock.javadoc.description=Specify the location (URL) of a documentation generated by Javadoc (contains a file 'package-list'). Example is 'http://www.junit.org/junit/javadoc/3.7/'.
407
SourceAttachmentBlock.javadoc.description=Specify the location (URL) of a documentation generated by Javadoc (contains a file 'package-list'). Example is 'http://www.junit.org/junit/javadoc/3.7/'.
408
SourceAttachmentBlock.javadoc.label=Docu&mentation location:
408
SourceAttachmentBlock.javadoc.label=Docu&mentation location:
409
SourceAttachmentBlock.javadoc.button=B&rowse...
409
SourceAttachmentBlock.javadoc.button=B&rowse...
410
410
411
SourceAttachmentBlock.javadoc.error.notafolder=No existing folder found for the Javadoc location.
411
SourceAttachmentBlock.javadoc.error.notafolder=No existing folder found for the Javadoc location.
412
SourceAttachmentBlock.javadoc.error.malformed=Javadoc location is not a valid URL: {0}
412
SourceAttachmentBlock.javadoc.error.malformed=Javadoc location is not a valid URL: {0}
413
SourceAttachmentBlock.javadoc.warning.packagelist=Location does not contain file 'package-list'.
413
SourceAttachmentBlock.javadoc.warning.packagelist=Location does not contain file 'package-list'.
414
414
415
SourceAttachmentBlock.intjardialog.title=Archive Selection
415
SourceAttachmentBlock.intjardialog.title=Archive Selection
416
SourceAttachmentBlock.intjardialog.message=&Select JAR/ZIP file containing the source:
416
SourceAttachmentBlock.intjardialog.message=&Select JAR/ZIP file containing the source:
417
417
418
SourceAttachmentBlock.prefixdialog.title=Package Structure Root Selection
418
SourceAttachmentBlock.prefixdialog.title=Package Structure Root Selection
419
SourceAttachmentBlock.prefixdialog.message=&Choose the package structure root:
419
SourceAttachmentBlock.prefixdialog.message=&Choose the package structure root:
420
SourceAttachmentBlock.prefixdialog.error.title=Problem While Opening
420
SourceAttachmentBlock.prefixdialog.error.title=Problem While Opening
421
SourceAttachmentBlock.prefixdialog.error.message=Problem while opening ''{0}'' as zip file
421
SourceAttachmentBlock.prefixdialog.error.message=Problem while opening ''{0}'' as zip file
422
422
423
SourceAttachmentBlock.extjardialog.text=JAR/ZIP File Selection
423
SourceAttachmentBlock.extjardialog.text=JAR/ZIP File Selection
424
SourceAttachmentBlock.jdocdialog.text=Javadoc Location Selection
424
SourceAttachmentBlock.jdocdialog.text=Javadoc Location Selection
425
SourceAttachmentBlock.jdocdialog.message=Select Javadoc Location:
425
SourceAttachmentBlock.jdocdialog.message=Select Javadoc Location:
426
426
427
SourceAttachmentBlock.putoncpdialog.title=Setting Source Attachment
427
SourceAttachmentBlock.putoncpdialog.title=Setting Source Attachment
428
SourceAttachmentBlock.putoncpdialog.message=Source can only be attached to JAR files on the build path.\nDo you want to add the JAR to the build path?
428
SourceAttachmentBlock.putoncpdialog.message=Source can only be attached to JAR files on the build path.\nDo you want to add the JAR to the build path?
429
429
430
# ------- VariableBlock------- 
430
# ------- VariableBlock------- 
431
431
432
VariableBlock.vars.label=Defined &classpath variables:
432
VariableBlock.vars.label=Defined &classpath variables:
433
VariableBlock.vars.add.button=Ne&w...
433
VariableBlock.vars.add.button=Ne&w...
434
VariableBlock.vars.edit.button=&Edit...
434
VariableBlock.vars.edit.button=&Edit...
435
VariableBlock.vars.remove.button=&Remove
435
VariableBlock.vars.remove.button=&Remove
436
VariableBlock.operation_desc=Setting classpath variables...
436
VariableBlock.operation_desc=Setting classpath variables...
437
437
438
VariableBlock.operation_errror.title=Classpath Variables
438
VariableBlock.operation_errror.title=Classpath Variables
439
VariableBlock.operation_errror.message=Problem while setting classpath variable. See log for details.
439
VariableBlock.operation_errror.message=Problem while setting classpath variable. See log for details.
440
440
441
VariableBlock.needsbuild.title=Classpath Variables Changed
441
VariableBlock.needsbuild.title=Classpath Variables Changed
442
VariableBlock.needsbuild.message=The classpath variables have changed. A full rebuild is required to make changes effective. Do the full build now?
442
VariableBlock.needsbuild.message=The classpath variables have changed. A full rebuild is required to make changes effective. Do the full build now?
443
443
444
VariablePathDialogField.variabledialog.title=Variable Selection
444
VariablePathDialogField.variabledialog.title=Variable Selection
445
445
446
CPVariableElementLabelProvider.reserved=(reserved)
446
CPVariableElementLabelProvider.reserved=(reserved)
447
CPVariableElementLabelProvider.empty=(empty)
447
CPVariableElementLabelProvider.empty=(empty)
448
448
449
# ------- VariableCreationDialog------- 
449
# ------- VariableCreationDialog------- 
450
450
451
VariableCreationDialog.titlenew=New Variable Entry
451
VariableCreationDialog.titlenew=New Variable Entry
452
VariableCreationDialog.titleedit=Edit Variable Entry
452
VariableCreationDialog.titleedit=Edit Variable Entry
453
	
453
	
454
VariableCreationDialog.name.label=&Name:
454
VariableCreationDialog.name.label=&Name:
455
VariableCreationDialog.path.label=&Path:
455
VariableCreationDialog.path.label=&Path:
456
VariableCreationDialog.path.file.button=&File...
456
VariableCreationDialog.path.file.button=&File...
457
VariableCreationDialog.path.dir.button=F&older...
457
VariableCreationDialog.path.dir.button=F&older...
458
458
459
VariableCreationDialog.error.entername=Variable name must be entered.
459
VariableCreationDialog.error.entername=Variable name must be entered.
460
VariableCreationDialog.error.invalidname=Invalid name: ''{0}''.
460
VariableCreationDialog.error.invalidname=Invalid name: ''{0}''.
461
VariableCreationDialog.error.nameexists=Variable name already exists.
461
VariableCreationDialog.error.nameexists=Variable name already exists.
462
VariableCreationDialog.error.invalidpath=The path is invalid.
462
VariableCreationDialog.error.invalidpath=The path is invalid.
463
463
464
VariableCreationDialog.warning.pathnotexists=Path does not exist.
464
VariableCreationDialog.warning.pathnotexists=Path does not exist.
465
465
466
466
467
VariableCreationDialog.extjardialog.text=JAR Selection
467
VariableCreationDialog.extjardialog.text=JAR Selection
468
VariableCreationDialog.extdirdialog.text=Folder Selection
468
VariableCreationDialog.extdirdialog.text=Folder Selection
469
VariableCreationDialog.extdirdialog.message=&Specify folder to be represented by the variable:
469
VariableCreationDialog.extdirdialog.message=&Specify folder to be represented by the variable:
470
470
471
# ------- NewVariableEntryDialog ------- 
471
# ------- NewVariableEntryDialog ------- 
472
472
473
NewVariableEntryDialog.addextension.button=E&xtend...
473
NewVariableEntryDialog.addextension.button=E&xtend...
474
474
475
NewVariableEntryDialog.ExtensionDialog.title=Variable Extension
475
NewVariableEntryDialog.ExtensionDialog.title=Variable Extension
476
NewVariableEntryDialog.ExtensionDialog.description=Choose extensions to ''{0}''.
476
NewVariableEntryDialog.ExtensionDialog.description=Choose extensions to ''{0}''.
477
477
478
# ------- NewGroup------- 
478
# ------- NewGroup------- 
479
479
480
NewGroup.wizards_add=Ne&w
480
NewGroup.wizards_add=Ne&w
481
NewGroup.wizards_add_project.label=Java &Project...
481
NewGroup.wizards_add_project.label=Java &Project...
482
NewGroup.wizards_add_project.description=Create a Java project
482
NewGroup.wizards_add_project.description=Create a Java project
483
NewGroup.wizards_add_project.tooltip=Create a Java Project
483
NewGroup.wizards_add_project.tooltip=Create a Java Project
484
484
485
NewGroup.wizards_add_package.label=P&ackage...
485
NewGroup.wizards_add_package.label=P&ackage...
486
NewGroup.wizards_add_package.description=Create a Java package
486
NewGroup.wizards_add_package.description=Create a Java package
487
NewGroup.wizards_add_package.tooltip=Create a Java Package
487
NewGroup.wizards_add_package.tooltip=Create a Java Package
488
488
489
NewGroup.wizards_add_class.label=&Class...
489
NewGroup.wizards_add_class.label=&Class...
490
NewGroup.wizards_add_class.description=Create a Java class
490
NewGroup.wizards_add_class.description=Create a Java class
491
NewGroup.wizards_add_class.tooltip=Create a Java Class
491
NewGroup.wizards_add_class.tooltip=Create a Java Class
492
492
493
NewGroup.wizards_add_interface.label=&Interface...
493
NewGroup.wizards_add_interface.label=&Interface...
494
NewGroup.wizards_add_interface.description=Create a Java interface
494
NewGroup.wizards_add_interface.description=Create a Java interface
495
NewGroup.wizards_add_interface.tooltip=Create a Java Interface
495
NewGroup.wizards_add_interface.tooltip=Create a Java Interface
496
496
497
NewGroup.wizards_add_packageroot.label=&Source Folder...
497
NewGroup.wizards_add_packageroot.label=&Source Folder...
498
NewGroup.wizards_add_packageroot.description=Create a Java source folder
498
NewGroup.wizards_add_packageroot.description=Create a Java source folder
499
NewGroup.wizards_add_packageroot.tooltip=Create a Java Source Folder
499
NewGroup.wizards_add_packageroot.tooltip=Create a Java Source Folder
500
500
501
NewGroup.wizards_add_snippet.label=Scrap&book Page...
501
NewGroup.wizards_add_snippet.label=Scrap&book Page...
502
NewGroup.wizards_add_snippet.description=Create new scrapbook page
502
NewGroup.wizards_add_snippet.description=Create new scrapbook page
503
NewGroup.wizards_add_snippet.tooltip=Create a Scrapbook Page
503
NewGroup.wizards_add_snippet.tooltip=Create a Scrapbook Page
504
504
505
# ------- ClasspathContainerDefaultPage------- 
505
# ------- ClasspathContainerDefaultPage------- 
506
506
507
ClasspathContainerDefaultPage.title=Classpath Container
507
ClasspathContainerDefaultPage.title=Classpath Container
508
ClasspathContainerDefaultPage.description=Select classpath container path. First segment is the container type.
508
ClasspathContainerDefaultPage.description=Select classpath container path. First segment is the container type.
509
509
510
ClasspathContainerDefaultPage.path.label=&Classpath container path:
510
ClasspathContainerDefaultPage.path.label=&Classpath container path:
511
511
512
ClasspathContainerDefaultPage.path.error.enterpath=Enter path.
512
ClasspathContainerDefaultPage.path.error.enterpath=Enter path.
513
ClasspathContainerDefaultPage.path.error.invalidpath=Invalid path.
513
ClasspathContainerDefaultPage.path.error.invalidpath=Invalid path.
514
ClasspathContainerDefaultPage.path.error.needssegment=Path needs at least one segment.
514
ClasspathContainerDefaultPage.path.error.needssegment=Path needs at least one segment.
515
515
516
# ------- ClasspathContainerSelectionPage------- 
516
# ------- ClasspathContainerSelectionPage------- 
517
517
518
ClasspathContainerSelectionPage.title=Library
518
ClasspathContainerSelectionPage.title=Library
519
ClasspathContainerSelectionPage.description=Select the library type to create.
519
ClasspathContainerSelectionPage.description=Select the library type to create.
520
520
521
# ------- ClasspathContainerWizard------- 
521
# ------- ClasspathContainerWizard------- 
522
522
523
ClasspathContainerWizard.pagecreationerror.title= Library Wizard
523
ClasspathContainerWizard.pagecreationerror.title= Library Wizard
524
ClasspathContainerWizard.pagecreationerror.message=Wizard page creation failed. Check log for details.
524
ClasspathContainerWizard.pagecreationerror.message=Wizard page creation failed. Check log for details.

Return to bug 21171