Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1e00e33238307e65256e60ebfb22947d056e13cd (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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
###############################################################################
# Copyright (c) 2000, 2010 IBM Corporation, QNX Software Systems, 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
# QNX Software Systems - [272416] Rework the working set configurations
###############################################################################

# ----------- 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.manageconf=Manage configurations of the project
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 toolchain 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 occurred. 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? 

# ----------- 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=Delete
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 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 Build Variables
MacrosBlock.label.user.macros=User Build Variables
MacrosBlock.label.system.macros=System Build Variables
MacrosBlock.label.delete.confirm.title=Build Variable Deletion Confirmation
MacrosBlock.label.delete.confirm.message=Are you sure you want to delete the selected user Build Variable(s)? 
MacrosBlock.label.delete.all.confirm.title=Build Variables Deletion Confirmation
MacrosBlock.label.delete.all.confirm.message=Are you sure you want to delete all user Build Variables?
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.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 Build Variable
NewBuildMacroDialog.label.title.edit=Edit Existing Build Variable
NewBuildMacroDialog.label.list.title=Value of Build Variable
NewBuildMacroDialog.label.status.cannot.create=The "{0}" Variable 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

# ----------- Languages Page

CLanguagesPropertyPage.label.ActiveResource=Active Resource configuration
CLanguagesPropertyPage.label.ResourceSettings=Known languages
CLanguagesPropertyPage.label.ApplyToAllCheckBox=Apply changes to all configurations
CLanguagesPropertyPage.label.Configuration=Configuration:

# ----------- 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.wsp.dir.dlg.err=The selected element is not a directory.
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.label.warning=Note: The configuration name will be used as a directory name in the file system.  Please ensure that it is valid for your platform. 
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.label.warning=Note: The configuration name will be used as a directory name in the file system.  Please ensure that it is valid for your platform. 
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
ManageConfig.tip.convert=Converts the selected configuration to use a tool chain selected in the conversion target list
ManageConfigDialog.1=Configuration
ManageConfigDialog.2=Description
ManageConfigDialog.3=Status
ManageConfigDialog.4=Set Active
ManageConfigDialog.5=Active
ManageConfigDialog.0=Manage Configurations
ManageConfig.tip.conversionTarget=A list of conversion targets available for the selected configuration 

# Toolchain Conversion Target confirmation Dialog
ConfigurationConvert.confirmdialog.message=Currently the "{0}" Configuration uses "{1}" toolchain. After conversion it will use "{2}" toolchain. 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=Delete
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 remove the selected entries?
FileListControl.deletedialog.title=Confirm Remove
FileListControl.editdialog.title=Edit Dialog
FileListControl.newdialog.title=New Dialog
FileListControl.button.workspace=Workspace...
FileListControl.button.fs=File system...
FileListControl.BrowseEntryDialog.wsp.dir.dlg.msg=Select one or more Workspace Folders
FileListControl.BrowseEntryDialog.wsp.file.dlg.msg=Select one or more Workspace Files
FileListControl.BrowseEntryDialog.wsp.file.dlg.err=One of the elements selected isn't a file
# ----------- Property Page ----------
MngMakeProjectPropertyPage.closedproject=Project Closed
MngMakeProjectPropertyPage.internalError=An Internal error has occurred. 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 occurred 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}
PropertyMultiCfgTab.0=* This functionality is experimental *
PropertyMultiCfgTab.1=Enable multiple configurations setting
PropertyMultiCfgTab.10=Add/remove/change affected elements, do not touch others
PropertyMultiCfgTab.11=Replace existing string lists with string list shown to user
PropertyMultiCfgTab.3=String List Display Mode
PropertyMultiCfgTab.4=Define how string lists from different configurations should be combined for display when lists are not equal:
PropertyMultiCfgTab.6=Show common elements (conjunction)
PropertyMultiCfgTab.7=Show all elements except doubles (disjunction)
PropertyMultiCfgTab.8=String List Write Mode
PropertyMultiCfgTab.9=Define how to save changes in string lists for different configurations:
PropertyPageDefsTab.0=Show "Manage Configurations..." button
PropertyPageDefsTab.1=Display "Data Hierarchy" tab
PropertyPageDefsTab.10=Display "Export Settings" tab
PropertyPageDefsTab.11=Save Property Dialog Bounds
PropertyPageDefsTab.12=Save size and position
PropertyPageDefsTab.13=Save size only
PropertyPageDefsTab.14=Do not save at all
PropertyPageDefsTab.15=Center dialogs on screen
PropertyPageDefsTab.16=Display tool option tips of "Tool Settings" tab at fixed location
PropertyPageDefsTab.4=Display "Tool Chain Editor" tab
PropertyPageDefsTab.5=Discovery Profiles Naming Rule
PropertyPageDefsTab.6=Show disc. page names if they are unique. Else names + profile IDs.
PropertyPageDefsTab.7=Show disc. page names if they are unique. Else show profile IDs.
PropertyPageDefsTab.8=Always show names + profile IDs
PropertyPageDefsTab.9=Always show profile IDs only
PropertyPageDefsTab.showIncludeFileTab=Display "Include Files" tab
ProjectConvert.convertersList=Converters List

ScannerConfigOptionsDialog.title=Discovery Options
ScannerConfigOptionsDialog.description=Set the scanner configuration discovery options for this project
ScannerConfigOptionsDialog.scGroup.label=Automated discovery of paths and symbols
ScannerConfigOptionsDialog.scGroup.enabled.button=Automate discovery of paths and symbols
ScannerConfigOptionsDialog.scGroup.problemReporting.enabled.button=Report path detection problems
ScannerConfigOptionsDialog.scGroup.selectedProfile.combo=Discovery profile:
ScannerConfigOptionsDialog.profile.group.label=Discovery profile options
ScannerConfigOptionsDialog.boProvider.parser.enabled.button=Enable build output scanner info discovery
ScannerConfigOptionsDialog.boProvider.open.label=Load build output from file
ScannerConfigOptionsDialog.boProvider.browse.button=Browse...
ScannerConfigOptionsDialog.boProvider.browse.openFileDialog=Build output file:
ScannerConfigOptionsDialog.boProvider.load.button=Load
ScannerConfigOptionsDialog.siProvider.parser.enabled.button=Enable generate scanner info command
ScannerConfigOptionsDialog.siProvider.command.label=Compiler invocation command  
ScannerConfigOptionsDialog.siProvider.browse.button=Browse...
ScannerConfigOptionsDialog.siProvider.browse.runCommandDialog='gcc' command:
ScannerConfigOptionsDialog.siProvider.command.errorMessage=Must enter compiler invocation command
ScannerConfigOptionsDialog.apply.progressMessage=Setting scanner configuration discovery options...
ScannerConfigOptionsDialog.common.variables.button=Variables...

ScannerConfigOptionsDialog.unsavedchanges.title=Setting C/C++ Make Project Discovery Options 
ScannerConfigOptionsDialog.unsavedchanges.message=The C/C++ Make Project Discovery Options property page contains unsaved modifications. Do you want to save changes so that other discovery related settings can be updated?
ScannerConfigOptionsDialog.unsavedchanges.button.save=Apply
ScannerConfigOptionsDialog.unsavedchanges.button.cancel=Cancel

ScannerConfigOptionsDialog.error.title=Error Setting Project Discovery options
ScannerConfigOptionsDialog.error.message=An error occurred while setting the project discovery options

# --- DiscoveredScannerConfigurationContainerPage ---
DiscoveredScannerConfigurationContainerPage.title=Edit container
DiscoveredScannerConfigurationContainerPage.description=Manage discovered scanner configuration
DiscoveredScannerConfigurationContainerPage.list.title=Discovered include paths and symbol definitions
DiscoveredScannerConfigurationContainerPage.initialization.error.message=Error initializing Discovered paths container

# new strings

AbstractCPropertyTab.0=Select build variable
AbstractCPropertyTab.1=Variables...
AbstractCPropertyTab.2=This tab is not supported in multi-configuration mode
AbstractPage.0=Unknown element selected
AbstractPage.1=This file has no properties to display
AbstractPage.12=Manage Configurations...
AbstractPage.11=setProjectDescription: 
AbstractPage.10=Cannot create resource configuration for 
AbstractPage.13=Cannot load 
AbstractPage.14=Cannot create page: 
AbstractPage.15=element not initialized.
AbstractPage.16=[ Active ]
AbstractPage.2=This project is not a CDT project
AbstractPage.3=Error while accessing new configuration. <Apply> cannot work. Use <OK>.
AbstractPage.4=[ All configurations ]
AbstractPage.5=[ Multiple configurations...]
AbstractPage.6=Configuration: 
AbstractPage.7=Exclude resource from build
AbstractPage.8=Cannot apply
AbstractPage.9=Internal error
AbstractPage.rebuildIndex.question=Changes to the include search paths or defined symbols will not be reflected in the index until it is rebuilt. Do you wish to rebuild it now?

AbstractLangsListTab.0=Show built-in values
AbstractLangsListTab.1=Languages
AbstractLangsListTab.2=Export
AbstractLangsListTab.3=\ [exp]
AbstractLangsListTab.4=Unexport
AbstractPrefPage.0=\ Preference settings will be applied to new projects \n only when there were no toolchains selected.
AbstractExportTab.0=[All]
AbstractExportTab.1=[List]
AbstractExportTab.2=Create...
AbstractExportTab.3=Edit...
CLocationTab.0=Filter (empty)
CLocationTab.1=Filter (
CLocationTab.2=, 
CLocationTab.3=)
CLocationTab.4=Add Folder...
CLocationTab.5=Link Folder...
CLocationTab.6=Edit Filter...
CLocationTab.7=Delete
CLocationTab.8=<root folder>
CLocationSourceTab.0=Source folders on build path:
CLocationOutputTab.0=Output folders on build path:
EnvDialog.0=Name:
EnvDialog.1=Value:
EnvDialog.2=Variables
EnvDialog.3=Add to all configurations
EnvironmentTab.0=Environment variables to set
EnvironmentTab.1=Variable
EnvironmentTab.10=New variable
EnvironmentTab.11=Edit variable
EnvironmentTab.12=Variables list
EnvironmentTab.13=Add to all configurations
EnvironmentTab.14=Select variables
EnvironmentTab.15=Current String List DISPLAY mode. Double-click to change
EnvironmentTab.16=Origin
EnvironmentTab.17=CONJ.
EnvironmentTab.18=DISJ.
EnvironmentTab.19=DISPL mode: 
EnvironmentTab.2=Value
EnvironmentTab.20=<UNDEFINED> 
EnvironmentTab.21=REPLACE
EnvironmentTab.22=WRITE mode: 
EnvironmentTab.23=Current String List WRITE mode. Double-click to change
EnvironmentTab.24=MODIFY
EnvironmentTab.3=Append variables to native environment
EnvironmentTab.4=Replace native environment with specified one
EnvironmentTab.5=Add...
EnvironmentTab.6=Select...
EnvironmentTab.7=Edit...
EnvironmentTab.8=Delete
EnvironmentTab.9=Undefine
IncludeTab.0=Include directories
IncludeTab.1=Add directory path
IncludeTab.2=Change directory path
IncludeFileTab.0=Include files
IncludeFileTab.1=Add include file
IncludeFileTab.2=Change include file
IncludeDialog.0=Directory:
IncludeDialog.1=File:
IncludeDialog.2=Add to all configurations
IncludeDialog.3=Add to all languages
LanguagesTab.0=Content type
LanguagesTab.1=Language
LibraryPathTab.1=Add...
LibraryPathTab.2=Edit...
LibraryTab.1=Add...
LibraryTab.2=Edit...
RefsTab.0=Expand All
RefsTab.2=Collapse All
RefsTab.3=Active
RefsTab.4=Projects list
SymbolTab.0=Symbol
SymbolTab.1=Value
SymbolTab.2=Add symbol
SymbolTab.3=Change symbol
ExpDialog.0=To all configurations
ExpDialog.1=Save to: 
ExpDialog.2=Languages
ExpDialog.3=Content types
ExpDialog.4=Is a workspace path
ExpDialog.5=Apply to all
ExpDialog.6=Name:
ExpDialog.7=Value:
ExpDialog.8=Name cannot be empty.
ExpDialog.9=The same name already exists.
ExpDialog.10=Value cannot be empty.
ConfigMultiSelectionDialog.0=Select configurations
ConfigMultiSelectionDialog.1=At least 2 configurations should be selected
SymbolDialog.0=Name:
SymbolDialog.1=Value:
ConfigDescriptionTab.0=Project Description
ConfigDescriptionTab.1=Configuration Description
ConfigDescriptionTab.2=Resource Description
BinaryParsTab.0=Binary parser:
ErrorParsTab.error.NonEmptyName=Specify non empty name
ErrorParsTab.error.NonUniqueID=Error parser ID is not unique, specify different name
ErrorParsTab.error.OnApplyingSettings=Error applying Error Parser Tab settings
ErrorParsTab.error.OnRestoring=Error restoring default Error Parser Tab settings
ErrorParsTab.error.NonAccessibleID=[ Not accessible id={0} ]
ErrorParsTab.error.IllegalCharacter=Special character ''{0}'' is not allowed
ErrorParsTab.label.EnterName=Enter name of new error parser:
ErrorParsTab.label.DefaultRegexErrorParserName=Regex Error Parser
ErrorParsTab.message.ConfirmReset=Are you sure you want to delete all customized error parsers?
ErrorParsTab.title.Add=Add Regex Error Parser
ErrorParsTab.title.ConfirmReset=Confirm Resetting Error Parsers
ErrorParsTab.title.Edit=Edit Regex Error Parser name
StructureTreeTab.0=Level: 
StructureTreeTab.1=Maximal tree nesting
StructureTreeTab.2=Long
StructureTreeTab.3=String
StructureTreeTab.4=Object to view: 
StructureTreeTab.5=Expand all
StructureTreeTab.6=Expand level...
StructureTreeTab.7=Collapse all
StructureTreeTab.8=Property
StructureTreeTab.9=Value
StructureTreeTab.10=Class
StructureTreeTab.11=Wait...
PrefPage_PropertyPage.0=These settings will affect behavior of CDT property pages

CConfigWizardPage.0=Select Configurations
CConfigWizardPage.1=Select platforms and configurations you wish to deploy on
CConfigWizardPage.4=Project type:
CConfigWizardPage.5=Toolchains:
CConfigWizardPage.6=Configurations: 
CConfigWizardPage.7=Select all
CConfigWizardPage.8=Deselect all
CConfigWizardPage.9=Edit properties after project creation
CConfigWizardPage.10=At least one configuration should be available. Project cannot be created.
CConfigWizardPage.11=At least one configuration should be selected. Please check needed configurations.
CConfigWizardPage.12=Use "Advanced settings" button to edit project's properties.\n\nAdditional configurations can be added after project creation.\nUse "Manage configurations" buttons either on toolbar or on property pages. 
CConfigWizardPage.13=Advanced settings...

CMainWizardPage.0=Project type:
CMainWizardPage.1=Show project types and toolchains only if they are supported on the platform
CMainWizardPage.10=A project with that name already exists in the workspace.
CMainWizardPage.2=Edit properties after project creation
CMainWizardPage.3=No project types available. Project cannot be created
CMainWizardPage.5=Cannot create ICProjectTypeHandler: 
CMainWizardPage.6=File with specified name already exists.
CMainWizardPage.7=Directory with specified name already exists.
CMainWizardPage.8=Project name:
CMainWizardPage.9=Project name is empty

ProjectContentsArea.0=Browse...
ProjectContentsArea.1=Use default location
ProjectContentsArea.2=Location:
ProjectContentsArea.3=Invalid location path
ProjectContentsArea.4=Project contents directory must be specified
ProjectContentsArea.5=Select directory:
ProjectContentsArea.6=Project path should be absolute
ProjectContentsArea.7=Project path is not valid
ProjectContentsArea.8=Cannot create given path
ProjectContentsArea.9=File with given name already exists
StdProjectTypeHandler.0=-- Other Toolchain --
StdProjectTypeHandler.2=Default
StdProjectTypeHandler.3=creation Make project: IBuilder is null

CDTConfigWizardPage.0=Select configurations
CDTCommonProjectWizard.0=Old project will be overridden
CDTCommonProjectWizard.1=Existing project settings will be overridden.\nImport feature can be used instead to preserve old settings.\nOK to override ?
CDTCommonProjectWizard.creatingProject=Creating project
NewModelProjectWizard.0=CDT Project
NewModelProjectWizard.1=Create CDT project of selected type
NewModelProjectWizard.2=C++ Project
NewModelProjectWizard.3=Create C++ project of selected type
NewModelProjectWizard.4=C Project
NewModelProjectWizard.5=Create C project of selected type
BuildVarListDialog_0=Type:
BuildVarListDialog_1=Text list
BuildVarListDialog_2=File path
BuildVarListDialog_3=List of File paths
BuildVarListDialog_4=Directory path
BuildVarListDialog_5=List of Directory paths
BuildVarListDialog_6=Any path
BuildVarListDialog_7=List of any paths
BuildVarListDialog_8=Text
BuildVarListDialog.0=<not available>
BuildVarListDialog.1=Build variables
StringVariableSelectionDialog_message=&Choose a variable (? = any character, * = any string):
StringVariableSelectionDialog_columnDescription=&Variable Description:
NewCfgDialog.0=
NewCfgDialog.1=
NewCfgDialog.2=Cannot create new configuration
NewCfgDialog.3=-- not selected --
NewCfgDialog.4=Import from projects
NewCfgDialog.5=Import predefined
CDTMainWizardPage.0=Project name cannot contain '\#' symbol
CDTMainWizardPage.1=Project category is selected. Expand the category and select a concrete project type.
CProjectWizard.0=Add C Project Nature
CCProjectWizard.0=Add CC Project Nature
WorkingSetConfigAction.21=Building project 
WorkingSetConfigAction.22=Build error
IncludeTab.export=Export Settings...
IncludeTab.import=Import Settings...

Back to the top