Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 18887f793348a56e9a481e9a8efab582d1ffec1d (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
###############################################################################
# Copyright (c) 2002, 2008 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:
#     Rational Software - Initial API and implementation
#     Markus Schorn (Wind River Systems)
#     Anton Leherbauer (Wind River Systems)
###############################################################################

Drag_move_problem_title=Drag and Drop Problem
Drag_move_problem_message={0} is read only. Do you still wish to delete it?
ExceptionDialog_seeErrorLogMessage=See error log for more details.

CAnnotationHover_multipleMarkers=Multiple markers at this line

TabFolderOptionBlock_error=Error
TabFolderOptionBlock_error_settingOptions=Error setting options
TabFolderOptionBlock_error_message=Error in {0} tab

BinaryParserBlock_binaryParser=Binary Parser:
BinaryParserBlock_button_up=Up
BinaryParserBlock_button_down=Down
BinaryParserBlock_binaryParserOptions=Binary Parser Options
BinaryParserBlock_settingBinaryParser=Setting Binary Parser...

ReferenceBlock_task_ReferenceProjects=Reference Projects

BinaryParserPage_task_savingAttributes=Saving Attributes
BinaryParserPage_label_addr2lineCommand=addr2line Command:
BinaryParserPage_label_browse=&Browse...
BinaryParserPage_label_browse1=B&rowse...
BinaryParserPage_label_browse2=Br&owse...
BinaryParserPage_label_cppfiltCommand=c++filt Command:
BinaryParserPage_label_cygpathCommand=cygpath Command:
BinaryParserPage_label_nmCommand=nm Command:

AbstractErrorParserBlock_task_setErrorParser=Setting Error Parsers...
ConvertProjectWizardPage_convertTo=Convert to C or C++
ConvertProjectWizardPage_SelectAll=Select All
ConvertProjectWizardPage_CProject=C Project
ConvertProjectWizardPage_CppProject=C++ Project
ConvertProjectWizardPage_DeselectAll=Deselect All
AbstractErrorParserBlock_label_up=Up
AbstractErrorParserBlock_label_down=Down
AbstractErrorParserBlock_label_selectAll=Select All
AbstractErrorParserBlock_label_unselectAll=Unselect All
AbstractErrorParserBlock_label_errorParsers=Error Parsers

ICElementPropertyConstants_catagory=Binary Info

StatusBarUpdater_num_elements_selected={0} items selected

CHelpConfigurationPropertyPage_buttonLabels_CheckAll=Check All
CHelpConfigurationPropertyPage_buttonLabels_UncheckAll=Uncheck All
CHelpConfigurationPropertyPage_HelpBooks=Help books
AsyncTreeContentProvider_JobName=Child Node Computation
AsyncTreeContentProvider_TaskName=Compute child nodes

TextEditorDropAdapter_error_title=Drag and Drop
TextEditorDropAdapter_error_message=A problem occurred during drag and drop.
TextEditorDropAdapter_unreadableFile=Unreadable file: ''{0}''
TextEditorDropAdapter_noFile=Not a file: ''{0}''

OptionalMessageDialog_dontShowAgain= Do not show this &message again
OptionalMessageDialog_rememberDecision=Re&member my decision
CStructureCreatorVisitor_translationUnitName=Translation Unit

FileTransferDragAdapter_refreshing=Refreshing...
FileTransferDragAdapter_problem=Problem while moving or copying files.
FileTransferDragAdapter_problemTitle=Drag & Drop

Back to the top