Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dbe7243ef431f134a610dbc223059c5821517c20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM - Initial API and implementation
###############################################################################

# ------- Project Update Messages ------- 
ManagedBuilderStartup.update.20x.title=Update Managed Make Project
ManagedBuilderStartup.update.20x.message=The project {0} has been detected in your workspace.\n Its build settings are stored in a format that is no longer supported.\n Would you like to convert them now?

# ------- NewProjectCreationPluginPage------- 
MngMakeProjectWizard.op_error=Managed Make Error
MngMakeProjectWizard.title=Managed Make Project
MngMakeProjectWizard.description=Create a new Managed Make project.
#MngMakeProjectWizardSettings.title=Managed Make Settings
#MngMakeProjectWizardSettings.description=Define the Managed Make build settings.
MngMakeProjectWizard.message.add_nature=Adding Managed Nature
MngMakeProjectWizard.message.add_builder=Adding Makefile Generator
MngMakeProjectWizard.message.save=Saving new build options

MngCWizard.title=Managed Make C Project
MngCWizard.description=Create a new Managed Make C project.
MngCWizardSettings.title=Managed Make C Settings
MngCWizardSettings.description=Define the Managed Make C build settings.

MngCCWizard.title=Managed Make C++ Project
MngCCWizard.description=Create a new Managed Make C++ Project.
MngCCWizard.message.creating=Creating a new C++ Project with a makefile generator
MngCCWizardSettings.title=Managed Make C++ Settings
MngCCWizardSettings.description=Define the Managed Make C++ build settings.

# -- Strings for the platform selection page --
MngMakeProjectWizard.config.title=Select a type of project
MngMakeProjectWizard.config.desc=Select the platform and configurations you wish to deploy on
PlatformBlock.tip.platform=Select the type of project for the build goal
PlatformBlock.tip.forcedconfigs=There are no buildable configurations on this platform for this project type.\n By default, all configurations selected.
PlatformBlock.label.platform=Project Type:
PlatformBlock.label.configs=Configurations:
PlatformBlock.label.showall=Show All Project Types
PlatformBlock.label.showall.config=Show All Configurations
PlatformBlock.label.selectAll=Select All
PlatformBlock.label.deselectAll=Deselect All
PlatformBlock.message.error.noconfigs=You must select at least one configuration

# -- Strings for the additional options tab
MngMakeProjectWizard.options.title=Additional Project Settings
MngMakeProjectWizard.options.desc=Define the inter-project dependencies, if any.

# ----------- Configuration Selection Page -----------
BuildPropertyPage.label.Platform=Project Type:
BuildPropertyPage.label.Configuration=Configuration:
BuildPropertyPage.label.Active=Active configuration
BuildPropertyPage.label.Settings=Configuration Settings
BuildPropertyPage.label.AddConfButton=Manage...
BuildPropertyPage.selection.configuration.all=All configurations
BuildPropertyPage.tip.platform=Select a platform for the project
BuildPropertyPage.tip.config=Select the configuration to edit
BuildPropertyPage.tip.addconf=Add configurations for the platform
BuildPropertyPage.tip.remconf=Remove configurations for the platform
BuildPropertyPage.manage.title=Manage
BuildPropertyPage.error.Unknown_tree_element=Unknown type of element in tree of type {0}
BuildPropertyPage.error.version_low=The Managed Make project settings for this project are not available.
BuildPropertyPage.defaults.title=Reset Configuration Tools
BuildPropertyPage.defaults.message=This action will reset all of the tools in the selected configuration to their default settings.\n\nDo you want to proceed? 
BuildPropertyPage.changes.save.title=Apply Configuration Changes
BuildPropertyPage.changes.save.question=You have made changes to the {0} configuration.\n\nDo you want to apply these changes before switching to the {1} configuration? 
BuildPropertyPage.changes.save.error=The configuration changes could not be applied.
BuildPropertyPage.unsupported.proj=The project support is not installed on the system
BuildPropertyPage.unsupported.config=The configuration support is not installed on the system
BuildPropertyPage.config.notselected=No configurations selected

# ----------- Managed Build Custom Wizard Page Manager Error Strings -----------
MBSCustomPageManager.error0=Unknown element type 
MBSCustomPageManager.error1=\ for extension point 
MBSCustomPageManager.error2=Unknown child element type 
MBSCustomPageManager.error3=\ for wizardPage element in extension point 
MBSCustomPageManager.error4=Missing projectType ID
MBSCustomPageManager.error5=Missing projectType ID
MBSCustomPageManager.error6=Missing nature ID


# ----------- Managed Build Preference Page -----------
BuildPreferencePage.label.Settings=Workspace Settings
BuildPreferencePage.job.rebuild=Rebuilding the Managed Projects
BuildPreferencePage.apply.internal.error=An Internal error has occured please check error log.

#--------------- Resource Configuration Selection Page --------------
ResourceBuildPropertyPage.defaults.title=Reset Resource Configuration Tool
ResourceBuildPropertyPage.defaults.message=This action will reset all options of the tool in the current resource configuration to their default settings.\n\nDo you want to proceed? 

# ----------- Tools Settings Block -----------
ToolsSettingsBlock.label.Settings=Tool Settings
ToolsSettingsBlock.label.ToolTree=Tools
ToolsSettingsBlock.label.ToolOptions=Options

# ----------- Build Settings Block -----------
BuildSettingsBlock.label.Settings=Build Settings
BuildSettingsBlock.label.makecmdgroup=Build command
BuildSettingsBlock.label.makecmddef=Use default command
BuildSettingsBlock.label.output.group=Build output
BuildSettingsBlock.label.output.name=Artifact name:
BuildSettingsBlock.label.output.extension=Artifact extension:
BuildSettingsBlock.defaults.title=Reset Build Settings
BuildSettingsBlock.defaults.message=This action will reset the build settings to their default settings.\n\nDo you want to proceed?
BuildSettingsBlock.label.macros.group=Build Macros usage
BuildSettingsBlock.label.macros.expand=Expand Build Environment Macros
BuildSettingsBlock.label.internal.builder.group=Internal Builder
BuildSettingsBlock.label.internal.builder.enable=Enable Internal Builder
BuildSettingsBlock.label.internal.builder.ignore.err=Ignore build errorors
BuildSettingsBlock.label.internal.builder.experimental.note=NOTE: This is experimental functionality


# ----------- Build Steps Block -----------
BuildStepSettingsBlock.label.Settings=Build Steps
BuildStepSettingsBlock.label.prebuildstep.group=Pre-build step:
BuildStepSettingsBlock.label.prebuildstep.cmd=Command:
BuildStepSettingsBlock.label.prebuildstep.desc=Description:
BuildStepSettingsBlock.label.postbuildstep.group=Post-build step:
BuildStepSettingsBlock.label.postbuildstep.cmd=Command:
BuildStepSettingsBlock.label.postbuildstep.desc=Description:
BuildStepsSettingsBlock.defaults.title=Reset Build Steps
BuildStepsSettingsBlock.defaults.message=This action will reset the pre-build and post-build steps to their default settings.\n\nDo you want to proceed?

# ----------- Environment Set Block -----------
EnvironmentSetBlock.label.environment=Environment
EnvironmentSetBlock.label.environment.group=Environment variables
EnvironmentSetBlock.label.tab.configuration=Configuration
EnvironmentSetBlock.label.tab.project=Project
EnvironmentSetBlock.label.tab.workspace=Workspace
EnvironmentSetBlock.label.tab.eclipse=Eclipse Environment

# ----------- Environment Block -----------
EnvironmentBlock.label.header.name=Name
EnvironmentBlock.label.header.value=Value
EnvironmentBlock.label.button.new=New
EnvironmentBlock.label.button.edit=Edit
EnvironmentBlock.label.button.delete=Delete
EnvironmentBlock.label.button.undef=Undefine
EnvironmentBlock.label.value.undef=<UNDEFINED>
EnvironmentBlock.label.button.check.chow.parent=Show parent level variables
EnvironmentBlock.label.user.var=User Variables
EnvironmentBlock.label.system.var=System Variables
EnvironmentBlock.label.delete.confirm.title=Variable deletion confirmation
EnvironmentBlock.label.delete.confirm.message=Are you sure you want to delete the selected user variable(s)? 
EnvironmentBlock.label.delete.all.confirm.title=Variable deletion confirmation
EnvironmentBlock.label.delete.all.confirm.message=Are you sure you want to delete all user variables? 

# ----------- New Env Var Dialog -----------
NewEnvVarDialog.label.name=Name
NewEnvVarDialog.label.value=Value
NewEnvVarDialog.label.delimiter=Delimiter
NewEnvVarDialog.label.operation=Operation
NewEnvVarDialog.label.operation.replace=Replace
NewEnvVarDialog.label.operation.prepend=Prepend
NewEnvVarDialog.label.operation.append=Append
NewEnvVarDialog.label.operation.remove=Remove
NewEnvVarDialog.label.value.prepend=Prepended Value
NewEnvVarDialog.label.value.append=Appended Value
NewEnvVarDialog.label.value.undef=<UNDEFINED>
NewEnvVarDialog.label.title.new=Define a new variable
NewEnvVarDialog.label.title.edit=Edit existing variable
NewEnvVarDialog.label.status.cannot.create=The "{0}" Variable can not be created by user

# ----------- Macros Set Block -----------
MacrosSetBlock.label.macros=Macros
MacrosSetBlock.label.macros.group=Macros
MacrosSetBlock.label.tab.configuration=Configuration
MacrosSetBlock.label.tab.project=Project
MacrosSetBlock.label.tab.workspace=Workspace

# ----------- Macros Block -----------
MacrosBlock.label.header.name=Name
MacrosBlock.label.header.type=Type
MacrosBlock.label.header.value=Value
MacrosBlock.label.button.new=New
MacrosBlock.label.button.edit=Edit
MacrosBlock.label.button.delete=Delete
MacrosBlock.label.button.check.chow.parent=Show parent context macros
MacrosBlock.label.user.macros=User Macros
MacrosBlock.label.system.macros=System Macros
MacrosBlock.label.delete.confirm.title=Macro deletion confirmation
MacrosBlock.label.delete.confirm.message=Are you sure you want to delete the selected user Macro(s)? 
MacrosBlock.label.delete.all.confirm.title=Macro deletion confirmation
MacrosBlock.label.delete.all.confirm.message=Are you sure you want to delete all user macros?
MacrosBlock.label.value.eclipse.dynamic=<ECLIPSE DYNAMIC VARIABLE>
MacrosBlock.label.type.text=String
MacrosBlock.label.type.text.list=String List
MacrosBlock.label.type.path.file=File
MacrosBlock.label.type.path.dir=Directory
MacrosBlock.label.type.path.file.list=File List
MacrosBlock.label.type.path.dir.list=Directory List
MacrosBlock.label.type.path.any=Path
MacrosBlock.label.type.path.any.list=Path List


# ----------- New Build Macro Dialog -----------
NewBuildMacroDialog.label.name=Name
NewBuildMacroDialog.label.value=Value
NewBuildMacroDialog.label.type=Type
NewBuildMacroDialog.label.type.text=String
NewBuildMacroDialog.label.type.text.list=String List
NewBuildMacroDialog.label.type.path.file=File
NewBuildMacroDialog.label.type.path.dir=Directory
NewBuildMacroDialog.label.type.path.file.list=File List
NewBuildMacroDialog.label.type.path.dir.list=Directory List
NewBuildMacroDialog.label.type.path.any=Path
NewBuildMacroDialog.label.type.path.any.list=Path List
NewBuildMacroDialog.label.browse=Browse
NewBuildMacroDialog.label.title.new=Define a new macro
NewBuildMacroDialog.label.title.edit=Edit existing macro
NewBuildMacroDialog.label.list.title=Macro Value
NewBuildMacroDialog.label.status.cannot.create=The "{0}" Macro can not be created by user

# ------------Resource Configuration Selection Page
ResourceBuildPropertyPage.label.ActiveResource=Active Resource configuration
ResourceBuildPropertyPage.label.ResourceSettings=Resource Configuration settings
ResourceBuildPropertyPage.label.Configuration=Configuration:
ResourceBuildPropertyPage.label.ExcludeCheckBox= Exclude from build
ResourceBuildPropertyPage.selection.configuration.all=All configurations
ResourceBuildPropertyPage.label.ToolTree=Tools
ResourceBuildPropertyPage.label.ToolOptions=Options
ResourceBuildPropertyPage.label.NotMBSFile=The project is closed or the file is not contained within a Managed Make project.
ResourceBuildPropertyPage.error.version_low=The Managed Make project settings for this project are not available.
ResourceBuildPropertyPage.tip.excludecheck=Exclude the file from building in the selected configuration
ResourceBuildPropertyPage.tip.config=Select the configuration to edit
ResourceBuildPropertyPage.unsupported.proj=The project support is not installed on the system
ResourceBuildPropertyPage.unsupported.config=The configuration support is not installed on the system
ResourceBuildPropertyPage.config.notselected=No configurations selected
ResourceBuildPropertyPage.rc.non.build=Managed Build settings for this resource are not available
ResourceBuildPropertyPage.rc.generated=The selected resource is created by the buildfile generator

# ----------- Resource Custom Build Step Block -----------
ResourceCustomBuildStepBlock.label.settings=Custom Build Steps
ResourceCustomBuildStepBlock.label.tool.group=Resource Custom Build Step
ResourceCustomBuildStepBlock.label.applicability=Custom Build Step Applicability
ResourceCustomBuildStepBlock.label.applicability.rule.before=Apply Custom Build Step Before Other Tools
ResourceCustomBuildStepBlock.label.applicability.rule.after=Apply Custom Build Step After Other Tools
ResourceCustomBuildStepBlock.label.applicability.rule.override=Apply Custom Build Step Overriding Other Tools
ResourceCustomBuildStepBlock.label.applicability.rule.disable=Disable Custom Build Step
ResourceCustomBuildStepBlock.label.input.filenames=Additional Input file name(s):
ResourceCustomBuildStepBlock.label.output.filenames=Output file name(s):
ResourceCustomBuildStepBlock.label.command.cmd=Command:
ResourceCustomBuildStepBlock.label.description.desc=Description:
ResourceCustomBuildStepBlock.tip.applicability=specifies how to apply the custom build step with respect to other resource configuration tools
ResourceCustomBuildStepBlock.tip.inputs=a semicolon separated list of additional input files for this build step.  Paths are interpreted as relative to the Project directory.
ResourceCustomBuildStepBlock.tip.outputs=a semicolon separated list of the output files produced by this build step.  Paths are interpreted as relative to the Build directory.
ResourceCustomBuildStepBlock.tip.command=a semicolon separated list of commands or a single command to be executed by this build step.  Paths are interpreted as relative to the Build directory.
ResourceCustomBuildStepBlock.tip.announcement=a message to be output in the build log upon execution of this build step
ResourceCustomBuildStepBlock.defaults.title=Reset Resource Custom Build Step
ResourceCustomBuildStepBlock.defaults.message=This action will reset the resource custom build step to the default settings.\n\nDo you want to proceed?

# ----------- Entry Dialog -----------
BrowseEntryDialog.error.Folder_name_invalid = Folder name invalid
BrowseEntryDialog.message.file = File:
BrowseEntryDialog.message.directory = Directory:
BrowseEntryDialog.file.title.add=Add file path
BrowseEntryDialog.dir.title.add=Add directory path
BrowseEntryDialog.file.title.edit=Edit file path
BrowseEntryDialog.dir.title.edit=Edit directory path
BrowseEntryDialog.wsp.dir.dlg.title=Folder selection
BrowseEntryDialog.wsp.file.dlg.title=File selection
BrowseEntryDialog.wsp.dir.dlg.msg=Select a folder from workspace:
BrowseEntryDialog.wsp.file.dlg.msg=Select a file from workspace:
BrowseEntryDialog.wsp.file.dlg.err=The selected element is not a file.
BrowseEntryDialog.fs.dir.dlg.msg=Select a folder from file system:

# ----------- New Configuration -----------
NewConfiguration.label.name=Name:
NewConfiguration.label.description=Description:
NewConfiguration.label.group=Copy settings from
NewConfiguration.label.copy=Default configuration:
NewConfiguration.label.clone=Existing configuration:
NewConfiguration.label.showall=Show unsupported configurations 
NewConfiguration.error.duplicateName=A configuration named "{0}" already exists.
NewConfiguration.error.caseName=A configuration name that differs only in case to "{0}" exists.
NewConfiguration.error.invalidName=The name "{0}" is invalid.

# ----------- Rename Configuration -----------
RenameConfiguration.label.name=Name:
RenameConfiguration.label.description=Description:
RenameConfiguration.error.duplicateName=A configuration named "{0}" already exists.
RenameConfiguration.error.caseName=A configuration name that differs only in case to "{0}" exists.
RenameConfiguration.error.invalidName=The name "{0}" is invalid.

# ----------- Target/Config management dialog -----------------
ManageConfig.label.configs=Manage configurations
ManageConfig.label.rename=Rename
ManageConfig.label.conversionTargetLabel=Tool chain conversion targets:
ManageConfig.label.convertTarget=Convert
ManageConfig.label.new.config.dialog=Create configuration
ManageConfig.label.rename.config.dialog=Rename configuration
ManageConfig.deletedialog.message=Are you sure you want to delete the "{0}" configuration?
ManageConfig.deletedialog.title=Confirm Delete

# Toolchain Conversion Target confirmation Dialog
ConfigurationConvert.confirmdialog.message=Currently the "{0}" Configuration uses "{1}" tool-chain. After conversion it will use "{2}" tool-chain. Do you want to proceed?
ConfigurationConvert.confirmdialog.title=Confirm Configuration Conversion

# ----------- Build Property Common -----------
BuildPropertyCommon.label.title=Enter Value
BuildPropertyCommon.label.new=New...
BuildPropertyCommon.label.remove=Remove
BuildPropertyCommon.label.up=Up
BuildPropertyCommon.label.down=Down
BuildPropertyCommon.label.editVar=Edit...
BuildPropertyCommon.label.addVar=Add
BuildPropertyCommon.label.message=Value:
BuildPropertyCommon.label.browse=Browse...
BuildPropertyCommon.label.configs=Defined configurations:

# ----------- Field Editors -----------
Multiline.error.message=Please give correct input

# ----------- Build Tool Settings -----------
BuildToolSettingsPage.alloptions=All options:
BuildToolSettingsPage.tool.command=Command:
BuildToolSettingsPage.tool.commandLinePattern=Command\nline pattern:
BuildToolSettingsPage.tool.advancedSettings=Expert settings:

# ----------- File List Control -----------
FileListControl.add=Add
FileListControl.delete=Delete
FileListControl.edit=Edit
FileListControl.moveup=Move Up
FileListControl.movedown=Move Down
FileListControl.filedialog.title=Select File
FileListControl.dirdialog.title=Select Include Directory
FileListControl.dirdialog.desc=Select Include Paths
FileListControl.deletedialog.message=Are you sure you want to delete the selected files or directories?
FileListControl.deletedialog.title=Confirm Delete
FileListControl.editdialog.title=Edit Dialog
FileListControl.newdialog.title=New Dialog
FileListControl.button.workspace=Workspace...
FileListControl.button.fs=File system...

# ----------- Property Page ----------
MngMakeProjectPropertyPage.closedproject=Project Closed
MngMakeProjectPropertyPage.internalError=An Internal error has occur please check error log.

# Copies from org.eclipse.ui.workbench
showAdvanced = &Advanced >>
hideAdvanced = << &Advanced
NewFolderDialog.folderNameEmpty = Folder name must be specified

# Project Conversion Dialog messages
ProjectConvert.confirmdialog.title=Confirm Project Conversion
ProjectConvert.confirmdialog.message=The selected project {0} will be converted. Do you want to proceed ?

ProjectConvert.conversionErrordialog.title=Project Conversion Error
ProjectConvert.conversionErrordialog.message=Error has occured during the conversion of the project {0} .

ProjectConvert.noConverterErrordialog.title=Project Conversion Error
ProjectConvert.noConverterErrordialog.message=There are no converters available to convert the project {0} .

ProjectConvert.title=Project Converters for {0}
ProjectConvert.convertersList=Converters List
			        

Back to the top