Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 216576 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/hyades/statistical/ui/messages.properties (-261 / +1 lines)
Lines 15-30 Link Here
15
15
16
16
17
# Plugin
17
# Plugin
18
PLUGIN_NAME									= Statistical Analysis
19
PLUGIN_PROVIDER								= Eclipse.org
20
18
21
19
22
# Graph Line Styles
20
# Graph Line Styles
23
GRAPH_LINE_SOLID							= Solid
24
GRAPH_LINE_DOT								= Dot
25
GRAPH_LINE_DASH								= Dash
26
GRAPH_LINE_DASH_DOT							= Dash Dot
27
GRAPH_LINE_DASH_DOT_DOT						= Dash Dot Dot
28
21
29
# Graph Configuration Column Names
22
# Graph Configuration Column Names
30
# V slider = vertical slider
23
# V slider = vertical slider
Lines 33-52 Link Here
33
TABLE_COLUMN_DESCRIPTION					= Description
26
TABLE_COLUMN_DESCRIPTION					= Description
34
TABLE_COLUMN_COLOR							= Color
27
TABLE_COLUMN_COLOR							= Color
35
TABLE_COLUMN_WIDTH							= Width
28
TABLE_COLUMN_WIDTH							= Width
36
TABLE_COLUMN_STYLE							= Style
37
TABLE_COLUMN_HSLIDER						= H Slider
29
TABLE_COLUMN_HSLIDER						= H Slider
38
TABLE_COLUMN_VSLIDER						= V Slider
30
TABLE_COLUMN_VSLIDER						= V Slider
39
TABLE_COLUMN_SLIDER							= Slider
40
TABLE_COLUMN_MULTIPLIER						= Multiplier
41
TABLE_COLUMN_IMAGE							= Image
42
TABLE_COLUMN_ADVANCED						= More
43
44
TABLE_COLUMN_ICON						= 
45
31
46
#----------------- Statistical Analysis  stuff ------------------------
32
#----------------- Statistical Analysis  stuff ------------------------
47
33
48
OK=OK
49
CANCEL=Cancel
50
BROWSE=Browse
34
BROWSE=Browse
51
35
52
FILE_EXISTS=File Already Exists
36
FILE_EXISTS=File Already Exists
Lines 57-102 Link Here
57
41
58
EXPORT_TITLE=Export Graphs to Spreadsheet
42
EXPORT_TITLE=Export Graphs to Spreadsheet
59
43
60
EXPORT_AVERAGE_OVER=Average over (seconds): 
61
EXPORT_START_AT=Start export at this time: 
44
EXPORT_START_AT=Start export at this time: 
62
EXPORT_FINISH_AT=Stop export after this time: 
45
EXPORT_FINISH_AT=Stop export after this time: 
63
46
64
EXPORT_INVALID_PERIOD=Invalid Averaging Period
47
EXPORT_INVALID_PERIOD=Invalid Averaging Period
65
EXPORT_INVALID_PERIOD_MSG=is not a valid averaging period
48
EXPORT_INVALID_PERIOD_MSG=is not a valid averaging period
66
49
67
ADD_SLIDER=Add a Slider
68
50
69
EXPORT_GRAPHS_CSV=Export these graphs to a spreadsheet
51
EXPORT_GRAPHS_CSV=Export these graphs to a spreadsheet
70
52
71
INVALID_TRACE_FILE=Invalid trace/model file
53
INVALID_TRACE_FILE=Invalid trace/model file
72
INVALID_FILE=Invalid file
73
INVALID_FILE_DROP=Invalid file drop
54
INVALID_FILE_DROP=Invalid file drop
74
INVALID_FILE_DROP_TITLE=Invalid File Drop
55
INVALID_FILE_DROP_TITLE=Invalid File Drop
75
NO_MODULE_ACCEPTED_DROP=no module accepted the file drop
76
77
ROOT_NODE_EXISTS=A top level node called
78
ROOT_NODE_EXISTS_2=already exists
79
56
80
NULL_URI_WHILE_LOADING=Null URI while loading trace
57
NULL_URI_WHILE_LOADING=Null URI while loading trace
81
NULL_RESOURCE_WHILE_LOADING=Null resource while loading trace
58
NULL_RESOURCE_WHILE_LOADING=Null resource while loading trace
82
59
83
AGENT_REMOVE=Remove
84
85
BAD_ROOT_XML_NODE=root node not a Statistical Analysis node (<smgconfig>)
86
60
87
ADD_NEW_TRACE=Add a new Trace / Statistical Model
61
ADD_NEW_TRACE=Add a new Trace / Statistical Model
88
SET_ALL_VERTICAL_TO=Set All Vertical to
89
SET_ALL_HORIZONTAL_TO=Set All Horizontal to
90
91
GRAPHS_TAB_TOOLTIP=Graph Configuration
92
CONTROLS_TAB_TOOLTIP=Control Configuration + Modification
93
MESSAGES_TAB_TOOLTIP=Messages (Common Base Events)
94
62
95
63
96
#----------------- Editor stuff ------------------------
64
#----------------- Editor stuff ------------------------
97
65
98
ERROR_OCCURRED=An error occurred
66
ERROR_OCCURRED=An error occurred
99
NO_STAT_MODEL_FOUND=no trace agent found in file
100
NULL_FILE=NULL File
67
NULL_FILE=NULL File
101
68
102
EDITOR_FILE_DELETED=This editor's file has been deleted
69
EDITOR_FILE_DELETED=This editor's file has been deleted
Lines 108-114 Link Here
108
75
109
#----------------- New File Wizard stuff ------------------------
76
#----------------- New File Wizard stuff ------------------------
110
77
111
CREATE_NEW_STATCON_FILE=Create a new Statistical Analysis file
112
CREATE_NEW_STATCON_FILE_DESC=Create a new Statistical Analysis file
78
CREATE_NEW_STATCON_FILE_DESC=Create a new Statistical Analysis file
113
79
114
CHOOSE_MODELS_TO_GRAPH=(Optionally) choose statistical models to graph
80
CHOOSE_MODELS_TO_GRAPH=(Optionally) choose statistical models to graph
Lines 117-125 Link Here
117
83
118
#----------------- Slider value validation stuff ------------------------
84
#----------------- Slider value validation stuff ------------------------
119
85
120
TABLE_NAME_GRAPHS=Graphs
121
TABLE_NAME_CONTROLS=Controls
122
TABLE_NAME_CBELOG=Common Base Event Log
123
86
124
HORIZONTAL_SLIDER_PREFIX=Horizontal
87
HORIZONTAL_SLIDER_PREFIX=Horizontal
125
VERTICAL_SLIDER_PREFIX=Vertical
88
VERTICAL_SLIDER_PREFIX=Vertical
Lines 130-151 Link Here
130
MENUITEM_MATCH_SLIDERS_TO_GRAPH=Match Slider Colors to Graph
93
MENUITEM_MATCH_SLIDERS_TO_GRAPH=Match Slider Colors to Graph
131
94
132
95
133
SET_MAXIMUM=Set Maximum
134
SET_MINIMUM=Set Minimum
135
REMOVE_SLIDER=Remove Slider
96
REMOVE_SLIDER=Remove Slider
136
SET_TITLE=Set Title
137
SNAP_TO_ASSOCIATED_GRAPHS=Snap to Associated Graphs
138
139
SET_SLIDER_TITLE=Set Slider Title
140
SLIDER_TITLE_REQUEST=Please enter the new slider title
141
142
SET_TIME_SLIDER_MAX=Set Time Slider Maximum
143
SET_SLIDER_MAX=Set Slider Maximum
144
NEW_SLIDER_MAXIMUM=Please enter the new slider maximum
145
146
SET_TIME_SLIDER_MIN=Set Time Slider Minimum
147
SET_SLIDER_MIN=Set Slider Minimum
148
NEW_SLIDER_MINIMUM=Please enter the new slider minimum
149
97
150
98
151
#----------------- Slider value validation stuff ------------------------
99
#----------------- Slider value validation stuff ------------------------
Lines 158-176 Link Here
158
106
159
107
160
#------------------- Widgets stuff ---------------------
108
#------------------- Widgets stuff ---------------------
161
LOCK_TOOLTIP=Scroll Lock - stop this message panel from scrolling
162
SAVE_TOOLTIP=Save these messages to a file
163
CLEAR_TOOLTIP=Clear all messages from this message panel
164
165
ZOOMSLIDER_CONFIG_MAX_TOO_SMALL=The ZoomSlider's maximum value must be greater than its minimum value!
166
ZOOMSLIDER_CONFIG_MAXVIS_TOO_SMALL=The ZoomSlider's maximum visible value must be greater than its minimum visible value!
167
ZOOMSLIDER_CONFIG_MIN_TOO_LARGE=The ZoomSlider's minimum value must be less than, or equal to its minimum visible value!
168
ZOOMSLIDER_CONFIG_MINVIS_TOO_LARGE=The ZoomSlider's maximum value must be greater than, or equal to its maximum visible value!
169
ZOOMSLIDER_CONFIG_RES_TOO_LARGE=The ZoomSlider's resolution must be less than the difference between its maximum and minimum values!
170
ZOOMSLIDER_CONFIG_RES_NONPOS=The ZoomSlider's resolution must be a positive, non-zero number!
171
ZOOMSLIDER_CONFIG_RES_BADPOW=The ZoomSlider's resolution must equal n * Math.pow(10, p) where n = 1, 2 or 5, and p is any integer, e.g....0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 20, 50...are all valid resolution values!
172
ZOOMSLIDER_CONFIG_BADDIRECTION=The ZoomSlider's 'direction' must be either ZoomSlider.INCREASING or ZoomSlider.DECREASING!
173
ZOOMSLIDER_CONFIG_BADORIENTATION=The ZoomSlider's 'orientation' must be either ZoomSlider.HORIZONTAL or ZoomSlider.VERTICAL!
174
109
175
OK=OK
110
OK=OK
176
CANCEL=Cancel
111
CANCEL=Cancel
Lines 183-341 Link Here
183
SECOND=Sec
118
SECOND=Sec
184
MILLISECOND=MSec
119
MILLISECOND=MSec
185
120
186
SAVE_LOG_TITLE=Save Message Log
187
SAVE_LOG_MSG=Specify a file to save the message log to in standard text file format.
188
189
SAVE_LOG_FAILED_TITLE=Error Saving Message Log
190
SAVE_LOG_FAILED_MSG=An error occurred while trying to save the message log. See the error log for more details.
191
192
# Greek Alphabet
193
GREEK_LETTERS_ALPHA							= Alpha
194
GREEK_LETTERS_BETA							= Beta
195
GREEK_LETTERS_GAMMA							= Gamma
196
GREEK_LETTERS_DELTA							= Delta
197
GREEK_LETTERS_EPSILON						= Epsilon
198
GREEK_LETTERS_ZETA							= Zeta
199
GREEK_LETTERS_THETA							= Theta
200
GREEK_LETTERS_IOTA							= Iota
201
GREEK_LETTERS_KAPPA							= Kappa
202
GREEK_LETTERS_LAMDA							= Lamda
203
GREEK_LETTERS_MU							= Mu
204
GREEK_LETTERS_NU							= Nu
205
GREEK_LETTERS_XI							= Xi
206
GREEK_LETTERS_OMIKRON						= Omikron
207
GREEK_LETTERS_PI							= Pi
208
GREEK_LETTERS_RHO							= Rho
209
GREEK_LETTERS_SIGMA							= Sigma
210
GREEK_LETTERS_TAU							= Tau
211
GREEK_LETTERS_UPSILON						= Upsilon
212
GREEK_LETTERS_PHI							= Phi
213
GREEK_LETTERS_CHI							= Chi
214
GREEK_LETTERS_PSI							= Psi
215
GREEK_LETTERS_OMEGA							= Omega
216
121
217
122
218
# Errors
123
# Errors
219
ERROR_NO_INFOPOPS_ID = IWAT6000E Could not get infopops plugin ID
220
ERROR_CSV_EXPORT_DIALOG = IWAT6001E Error running CSV export dialog
124
ERROR_CSV_EXPORT_DIALOG = IWAT6001E Error running CSV export dialog
221
ERROR_CSV_EXPORT_FILE = IWAT6002E Error writing export file
125
ERROR_CSV_EXPORT_FILE = IWAT6002E Error writing export file
222
ERROR_SAVE_MESSAGE_LOG = IWAT6003E Error saving message log
223
ERROR_OPEN_STATCON = IWAT6004E Unable to open Statistical Analysis
126
ERROR_OPEN_STATCON = IWAT6004E Unable to open Statistical Analysis
224
ERROR_LOAD_MODULE = IWAT6005E Failed to load Statistical Analysis Module
225
ERROR_NULL_AGENT = IWAT6006E Null Agent
226
ERROR_NULL_NAME = IWAT6007E Null Agent Name
227
ERROR_NOTIFY_ADD = IWAT6008E problem notifying listener of Agent Add
228
ERROR_LOAD_CONFIG = IWAT6009E Error loading agent from configuration
127
ERROR_LOAD_CONFIG = IWAT6009E Error loading agent from configuration
229
ERROR_APPLY_GRAPH = IWAT6010E Error applying graph configuration
230
ERROR_APPLY_MODEL = IWAT6011E Error applying agent/model configuration
231
ERROR_UPDATE_MODEL = IWAT6012E Error updating agent/model configuration
232
ERROR_SAVING_MODULE = IWAT6013E Error saving module data for
233
ERROR_UPDATE_STATCONTREE = IWAT6014E Error updating Statistical Analysis tree
234
ERROR_LOAD_STAT_IMGPROVIDER=IWAT6015E Error loading statistical image provider
235
ERROR_EMPTY_ALERT_NAME=IWAT6016E Alert name may not be empty
236
ERROR_EMPTY_ALERT_LOGFILE_PATH=IWAT6017E Log file path may not be empty
128
ERROR_EMPTY_ALERT_LOGFILE_PATH=IWAT6017E Log file path may not be empty
237
ERROR_BAD_XOFFSET=IWAT6018E Invalid X Offset (Horizontal Offset)
238
ERROR_BAD_YOFFSET=IWAT6019E Invalid Y Offset (Vertical Offset)
239
ERROR_BAD_MULTIPLIER=IWAT6020E Invalid Multiplier
240
ERROR_BAD_PERIOD=IWAT6021E Invalid Period
241
ERROR_ALERT_EMAIL_SENDER=IWAT6022E Invalid From Address
129
ERROR_ALERT_EMAIL_SENDER=IWAT6022E Invalid From Address
242
ERROR_ALERT_EMAIL_RECIPIENT=IWAT6023E Invalid To Address(es)
130
ERROR_ALERT_EMAIL_RECIPIENT=IWAT6023E Invalid To Address(es)
243
ERROR_ALERT_EMAIL_HOST=IWAT6024E Invalid SMTP Host
131
ERROR_ALERT_EMAIL_HOST=IWAT6024E Invalid SMTP Host
244
ERROR_ALERT_EMAIL_PORT=IWAT6025E Invalid SMTP Port
132
ERROR_ALERT_EMAIL_PORT=IWAT6025E Invalid SMTP Port
245
ERROR_EMPTY_ALERT_SOUND_PATH=IWAT6026E Sound file path may not be empty
133
ERROR_EMPTY_ALERT_SOUND_PATH=IWAT6026E Sound file path may not be empty
246
ERROR_SAVE_GENERAL=IWAT6027E An error occurred while saving
247
IO_ERROR_OCCURRED=IWAT6028E An I/O error occurred
248
134
249
#3.1 additions
135
#3.1 additions
250
TABLE_COLUMN_VALUE							= Value
251
STATCON_FILE=Statistical Analysis File
252
ERROR_IN=Error in
136
ERROR_IN=Error in
253
#BUNDLE = org.eclipse.hyades.statistical.ui
254
#BUNDLE_LOCATION = Bundle Location
255
#BUNDLE_ID = Bundle ID
256
#BUNDLE_NAME = Bundle Name
257
PLUGIN_ID=Plugin ID
258
PLUGIN_VERSION=Plugin Version
259
PLUGIN_URL=Plugin Install URL
260
MEASURED=Measured
261
REQUESTED=Requested
262
MESSAGES=Messages
263
GRAPH=Graph
264
CONTROL=Control
265
SEVERITY=Severity
266
SOURCE_LOCATIONS=Source Locations
267
INFO=Info
268
WARNING=Warning
269
ERROR=Error
270
CBE_INFO=info
271
CBE_WARNING=warning
272
CBE_ERROR=error
273
CBE_CRITICAL=critical
274
ACTION_UNKNOWN=unknown
275
CHOOSE_STATISTICAL_MODEL=Please choose one or more statistical models
276
137
277
#3.1i2 additions
138
#3.1i2 additions
278
GRAPH_COLOR_PANEL_TITLE=Color
279
GRAPH_SLIDER_PANEL_TITLE=Sliders
280
GRAPH_PERIOD_PANEL_TITLE=Plotting Period
281
GRAPH_OFFSET_PANEL_TITLE=Offsets and Multipliers
282
GRAPH_PLOTTING_PANEL_TITLE=Plotting
283
GRAPH_NODATA_PANEL_TITLE=Absent Data Behaviour
284
SET_COLOR=Set Color...
285
HORIZONTAL_SLIDER=Horizontal Slider
286
VERTICAL_SLIDER=Vertical Slider
287
AVG_MILLIS=milliseconds
288
AVG_TICKS=slider ticks
289
AVG_PIXELS=pixels
290
AVG_IGNORED=Each data point
291
XOFFSET_LABEL=X Offset (Horizontal) 
292
XOFFSET_SNAP=Snap Offset to Now
293
YOFFSET_LABEL= Y Offset (Vertical)
294
MULTIPLIER_LABEL=Multiplier
295
ERROR_LABEL=Error: 
296
PLOTTING_TYPE_AVERAGE=Average
297
PLOTTING_TYPE_MAX=Max
298
PLOTTING_TYPE_MIN=Min
299
PLOTTING_TYPE_SUM=Sum
300
PLOTTING_TYPE_COUNT=Count
301
PLOTTING_TYPE_NEAREST=Nearest Previous Value
302
PLOTTING_TYPE_MAX_MIN=Max + Min
303
PLOTTING_TYPE_AVG_MAX_MIN=Average + Max + Min
304
PLOTTING_TYPE_STDDEV=Standard Deviation
305
PLOTTING_TYPE_STDDEV_AVG=Standard Deviation + Average
306
PLOTTING_TYPE_GRADIENT=Gradient (rate of change)
307
NODATA_DONOTHING=Draw Nothing
139
NODATA_DONOTHING=Draw Nothing
308
NODATA_DRAWZERO=Draw Zero
140
NODATA_DRAWZERO=Draw Zero
309
NODATA_DRAWPREVIOUS=Draw Previous Value
141
NODATA_DRAWPREVIOUS=Draw Previous Value
310
NODATA_INTERPOLATE=Draw Interpolated Value
142
NODATA_INTERPOLATE=Draw Interpolated Value
311
JUMP_TO_TABLE_GRAPH=Highlight Graph in Table
312
JUMP_TO_TABLE_CONTROLS=Highlight Control in Table
313
314
MERGE_OBSERVATIONS=Interleave Data into New Observation
315
AGENT_SAVE=Save Data
316
AGENT_REFRESH=Refresh
317
318
TYPE_MAX_TRIGGER=Trigger on Upper
319
TYPE_MIN_TRIGGER=Trigger on Lower
320
VALUE_TRIGGER=Trigger
321
VALUE_RESET=Reset
322
323
TABLE_COLUMN_PERIOD=Period
324
TABLE_COLUMN_CALCTYPE=Calculation
325
TABLE_COLUMN_LOWER=Lower
326
TABLE_COLUMN_UPPER=Upper
327
TABLE_COLUMN_MTYPE=Type
328
TABLE_COLUMN_ONTRIGGER=On Trigger
329
TABLE_COLUMN_ONRESET=On Reset
330
331
TRIGGER_DESCRIPTION=Action on Trigger
332
RESET_DESCRIPTION=Action on Reset
333
143
334
TABLE_NAME_MONITORS=Alerts
335
144
336
MONITORS_TAB_TOOLTIP=Alerts (alarms tracking a particular metric)
337
145
338
ADD_METRIC_MONITOR=Add Alert over this Observation
339
146
340
#Do nothing alert action
147
#Do nothing alert action
341
ALERT_ACTION_NAME_DONOTHING=Do Nothing
148
ALERT_ACTION_NAME_DONOTHING=Do Nothing
Lines 370-399 Link Here
370
ALERT_ACTION_NAME_SOUND=Play a Sound
177
ALERT_ACTION_NAME_SOUND=Play a Sound
371
ALERT_ACTION_SOUND_PATH=Sound file path
178
ALERT_ACTION_SOUND_PATH=Sound file path
372
179
373
CONFIGURE_GRAPH=Configure Graph
374
CONFIGURE_ALERT=Configure Alert
375
376
LOGFILE_TRIGGERED=triggered
377
LOGFILE_RESET=reset
378
180
379
NEW_ALERT_NAME=New Alert
181
NEW_ALERT_NAME=New Alert
380
ALERT_NAME_TITLE=Enter a name for the new Alert
381
ALERT_NAME_MESSAGE=Enter a name for the Alert
382
ALERT_REMOVE=Delete
383
ALERT_RESTART=Restart From Beginning of Data
384
ALERT_ACTION_ADD=Add
385
ALERT_ACTION_REMOVE=Remove
386
387
SNAP_ALL_XOFFSETS=Snap All Time Offsets to Now
388
389
ALERT_TRIGGERED_AT=triggered at
182
ALERT_TRIGGERED_AT=triggered at
390
ALERT_RESET_AT=reset at
183
ALERT_RESET_AT=reset at
391
ALERT_ALERT=Alert
184
ALERT_ALERT=Alert
392
ALERT_TEST=Test Now
393
394
STATCON_PREFERENCES=Statistical Analysis
395
STATCON_PREFERENCES_DESCRIPTION=General Statistical Analysis Settings.
396
STATCON_EMAIL_ACTION_PREFERENCES=Alert Email Action
397
185
398
RESTORE_DEFAULTS=Restore Defaults
186
RESTORE_DEFAULTS=Restore Defaults
399
187
Lines 409-420 Link Here
409
##############################################################################
197
##############################################################################
410
VIEW_REFRESH_NAME	 = Refresh View
198
VIEW_REFRESH_NAME	 = Refresh View
411
VIEW_REFRESH_TOOLTIP = Refresh View
199
VIEW_REFRESH_TOOLTIP = Refresh View
412
CONSTANT_REFRESH_NAME = Constant Refresh 
413
CONSTANT_REFRESH_TOOLTIP = Constant Refresh
200
CONSTANT_REFRESH_TOOLTIP = Constant Refresh
414
HIDE_EMPTY_DESCRIPTORS_NAME = Hide Empty Descriptors
415
HIDE_EMPTY_DESCRIPTORS_TOOLTIP = Hide Empty Descriptors
201
HIDE_EMPTY_DESCRIPTORS_TOOLTIP = Hide Empty Descriptors
416
SHOW_PROPERTIES_ACTION_NAME = Show Advanced Descriptor Settings
202
SHOW_PROPERTIES_ACTION_NAME = Show Advanced Descriptor Settings
417
SHOW_PROPERTIES_ACTION_TOOLTIP = Show Advanced Descriptor Settings 
418
203
419
##############################################################################
204
##############################################################################
420
# DIALOG TITLES
205
# DIALOG TITLES
Lines 432-438 Link Here
432
##########################################
217
##########################################
433
# EDITOR CONTEXT MENU
218
# EDITOR CONTEXT MENU
434
##########################################
219
##########################################
435
ADD_TRACE = Add Trace
436
REMOVE_TRACE = Remove Trace 
220
REMOVE_TRACE = Remove Trace 
437
221
438
############################################
222
############################################
Lines 452-488 Link Here
452
###################################################################################
236
###################################################################################
453
# PROPERTIES TABLE STUFF
237
# PROPERTIES TABLE STUFF
454
###################################################################################
238
###################################################################################
455
PROP_COLUMN_COLOR							= Color
239
456
PROP_COLUMN_WIDTH							= Width
457
PROP_COLUMN_STYLE							= Style
458
PROP_COLUMN_HSLIDER							= H Slider
459
PROP_COLUMN_VSLIDER							= V Slider
460
PROP_COLUMN_MULTIPLIER						= Multiplier
461
240
462
PROP_COLUMN_NAME	=	Attribute
241
PROP_COLUMN_NAME	=	Attribute
463
PROP_COLUMN_VALUE	=	Setting / Control
242
PROP_COLUMN_VALUE	=	Setting / Control
464
243
465
COLOR_BUTTON_EDITOR_TOOLTIP	= Customize Color
466
467
STATISTICAL_GRAPH_VIEW  	= Statistical Graph 
468
SUMMARIES_VIEW				= Statistical Graph Summaries
469
470
COLOR_KEY					= Color
471
WIDTH_KEY					= Width
472
XSLIDER_KEY					= H Slider
473
YSLIDER_KEY					= V Slider
474
NO_DATA_BEHAVIOUR_LABEL		= No Data Behaviour
475
476
STR_OPEN_LOGVIEW = Log view
477
478
STATISTICAL		= Statistical
479
480
NEW_STATCON_CATEGORY = Profiling and Logging
481
482
###############################################################
244
###############################################################
483
# 4.2 Additions
245
# 4.2 Additions
484
# Preference Page
246
# Preference Page
485
STATISTICAL_VIEW_PREFERENCES 	= Statistical Views
486
NO_DATA_PREFERENCE_LABEL 		= Default &No Data Behaviour
247
NO_DATA_PREFERENCE_LABEL 		= Default &No Data Behaviour
487
STAT_PREFERENCE_DESCRIPTION 	= Specify configuration settings to be used by the Statistical Views
248
STAT_PREFERENCE_DESCRIPTION 	= Specify configuration settings to be used by the Statistical Views
488
SHOW_ENTIRE_GRAPH 				= Show all graph data
249
SHOW_ENTIRE_GRAPH 				= Show all graph data
Lines 499-543 Link Here
499
CONFIGURE_SLIDER_TITLE			= Configure Slider Properties
260
CONFIGURE_SLIDER_TITLE			= Configure Slider Properties
500
# Time dialog
261
# Time dialog
501
TIME_CONFIGURE_VISIBLE_GROUP	= Visible Time Range
262
TIME_CONFIGURE_VISIBLE_GROUP	= Visible Time Range
502
TIME_CONFIGURE_LIMIT_GROUP		= Time Range Limit
503
TIME_VISIBLE_START_LABEL		= Start Time
263
TIME_VISIBLE_START_LABEL		= Start Time
504
TIME_VISIBLE_END_LABEL			= End Time
264
TIME_VISIBLE_END_LABEL			= End Time
505
TIME_START_LABEL				= Minimum Time
506
TIME_END_LABEL					= Maximum Time
507
265
508
CONFIGURE_TITLE_LABEL			= Slider Title
266
CONFIGURE_TITLE_LABEL			= Slider Title
509
267
510
# ERROR on an unsuccesful configuration of a slider
268
# ERROR on an unsuccesful configuration of a slider
511
TIME_SLIDER_CONFIGURATION_ERROR		= An error occurred when attempting to configure the slider
269
TIME_SLIDER_CONFIGURATION_ERROR		= An error occurred when attempting to configure the slider
512
TIME_CONFIGURE_SLIDER_DESCRIPTION	= Configure slider specific properties such as the maximum time range and the visible time range
270
TIME_CONFIGURE_SLIDER_DESCRIPTION	= Configure slider specific properties such as the maximum time range and the visible time range
513
TIME_MINLIMIT_GT_MAXLIMIT			= The configuration is invalid: the Minimum time range limit must be less than the Maximum time range limit
514
TIME_MINVISIBLE_GT_MAXVISIBLE		= The configuration is invalid: the Start visible time must be less that the End visible time
271
TIME_MINVISIBLE_GT_MAXVISIBLE		= The configuration is invalid: the Start visible time must be less that the End visible time
515
TIME_MINVISIBLE_LT_MINLIMIT			= The configuration is invalid: the Start visible time must be greater than the Minumum time range limit
516
TIME_MAXVISIBLE_GT_MAXLIMIT			= The configuration is invalid: the End visible time must be less than the Maximum time range limit
517
TIME_ERROR_MINVISIBLE				= Invalid Start visible time range value
272
TIME_ERROR_MINVISIBLE				= Invalid Start visible time range value
518
TIME_ERROR_MAXVISIBLE				= Invalid End visible time range value
273
TIME_ERROR_MAXVISIBLE				= Invalid End visible time range value
519
TIME_ERROR_MINLIMIT					= Invalid Minimum limit time value
520
TIME_ERROR_MAXLIMIT					= Invalid Maximum limit time value
521
274
522
# Vertical dialog
275
# Vertical dialog
523
CONFIGURE_VISIBLE_GROUP				= Visible Range
276
CONFIGURE_VISIBLE_GROUP				= Visible Range
524
CONFIGURE_LIMIT_GROUP				= Range Limit
525
VISIBLE_START_LABEL					= Minimum Visible
277
VISIBLE_START_LABEL					= Minimum Visible
526
VISIBLE_END_LABEL					= Maximum Visible 
278
VISIBLE_END_LABEL					= Maximum Visible 
527
START_LABEL							= Minimum Limit 
528
END_LABEL							= Maximum Limit 
529
279
530
# ERROR on an unsuccesful configuration of a slider
280
# ERROR on an unsuccesful configuration of a slider
531
SLIDER_CONFIGURATION_ERROR		= An error occurred when attempting to configure the slider
281
SLIDER_CONFIGURATION_ERROR		= An error occurred when attempting to configure the slider
532
CONFIGURE_SLIDER_DESCRIPTION	= Configure slider specific properties such as the limit range and the visible range
282
CONFIGURE_SLIDER_DESCRIPTION	= Configure slider specific properties such as the limit range and the visible range
533
MINLIMIT_GT_MAXLIMIT			= The configuration is invalid: the Minimum Limit value must be less than the Maximum Limit value
534
MINVISIBLE_GT_MAXVISIBLE		= The configuration is invalid: the Minimum Visible value must be less that the Maximum Visible value
283
MINVISIBLE_GT_MAXVISIBLE		= The configuration is invalid: the Minimum Visible value must be less that the Maximum Visible value
535
MINVISIBLE_LT_MINLIMIT			= The configuration is invalid: the Minimum Visible value must be greater than the Minimum Limit value
536
MAXVISIBLE_GT_MAXLIMIT			= The configuration is invalid: the Maximum Visible value must be less than the Maximum Limit value
537
ERROR_MINVISIBLE				= Invalid Minimum Visible value
284
ERROR_MINVISIBLE				= Invalid Minimum Visible value
538
ERROR_MAXVISIBLE				= Invalid Maximum Visible value
285
ERROR_MAXVISIBLE				= Invalid Maximum Visible value
539
ERROR_MINLIMIT					= Invalid Minimum Limit value
540
ERROR_MAXLIMIT					= Invalid Maximum Limit value
541
286
542
##########################################################
287
##########################################################
543
# New Slider Menu Options
288
# New Slider Menu Options
Lines 545-560 Link Here
545
LOCK_SLIDER_MIN=Lock Minimum
290
LOCK_SLIDER_MIN=Lock Minimum
546
ADD_NEW_SLIDER=Add a New Slider
291
ADD_NEW_SLIDER=Add a New Slider
547
292
548
NEW_STATCON_CATEGORY = Profiling and Logging
549
CREATE_NEW_STATCON_FILE=Create a new Statistical Analysis file
293
CREATE_NEW_STATCON_FILE=Create a new Statistical Analysis file
550
STATCON_FILE=Statistical Analysis File
551
294
552
STATISTICAL_GRAPH_VIEW  	= Statistical Graph 
295
STATISTICAL_GRAPH_VIEW  	= Statistical Graph 
553
SUMMARIES_VIEW				= Statistical Graph Summaries
296
SUMMARIES_VIEW				= Statistical Graph Summaries
554
STR_OPEN_LOGVIEW = Log view
555
297
556
STATISTICAL		= Statistical
557
STATISTICAL_VIEW_PREFERENCES 	= Statistical Views
558
298
559
AGENT_NULL_EXCEPTION = The requested statistical model appears to be corrupt and could not be loaded
299
AGENT_NULL_EXCEPTION = The requested statistical model appears to be corrupt and could not be loaded
560
300
(-)src/org/eclipse/hyades/statistical/ui/StatisticalMessages.java (-275 / +7 lines)
Lines 27-47 Link Here
27
		NLS.initializeMessages(BUNDLE_NAME, StatisticalMessages.class);
27
		NLS.initializeMessages(BUNDLE_NAME, StatisticalMessages.class);
28
	}
28
	}
29
	
29
	
30
	// Plugin
31
	public static String PLUGIN_NAME;
32
	public static String PLUGIN_PROVIDER;
33
	
30
	
34
	// Configure Sliders
31
	// Configure Sliders
35
	public static String DATE;
32
	public static String DATE;
36
	public static String TIME;
33
	public static String TIME;
37
	public static String MINIMIZE;
34
	public static String MINIMIZE;
38
35
39
	// Graph Line Styles
40
	public static String GRAPH_LINE_SOLID;
41
	public static String GRAPH_LINE_DOT;
42
	public static String GRAPH_LINE_DASH;
43
	public static String GRAPH_LINE_DASH_DOT;
44
	public static String GRAPH_LINE_DASH_DOT_DOT;
45
	
36
	
46
	public static String SHOW_ENTIRE_GRAPH;
37
	public static String SHOW_ENTIRE_GRAPH;
47
38
Lines 50-64 Link Here
50
	public static String TABLE_COLUMN_DESCRIPTION;
41
	public static String TABLE_COLUMN_DESCRIPTION;
51
	public static String TABLE_COLUMN_COLOR;
42
	public static String TABLE_COLUMN_COLOR;
52
	public static String TABLE_COLUMN_WIDTH;
43
	public static String TABLE_COLUMN_WIDTH;
53
	public static String TABLE_COLUMN_STYLE;
54
	public static String TABLE_COLUMN_HSLIDER;
44
	public static String TABLE_COLUMN_HSLIDER;
55
	public static String TABLE_COLUMN_VSLIDER;
45
	public static String TABLE_COLUMN_VSLIDER;
56
	public static String TABLE_COLUMN_SLIDER;
57
	public static String TABLE_COLUMN_MULTIPLIER;
58
	public static String TABLE_COLUMN_IMAGE;
59
	public static String TABLE_COLUMN_ADVANCED;
60
61
	public static String TABLE_COLUMN_ICON;
62
46
63
	//----------------- Statistical Analysis  stuff ------------------------
47
	//----------------- Statistical Analysis  stuff ------------------------
64
48
Lines 74-119 Link Here
74
58
75
	public static String EXPORT_TITLE;
59
	public static String EXPORT_TITLE;
76
60
77
	public static String EXPORT_AVERAGE_OVER;
78
	public static String EXPORT_START_AT;
61
	public static String EXPORT_START_AT;
79
	public static String EXPORT_FINISH_AT;
62
	public static String EXPORT_FINISH_AT;
80
63
81
	public static String EXPORT_INVALID_PERIOD;
64
	public static String EXPORT_INVALID_PERIOD;
82
	public static String EXPORT_INVALID_PERIOD_MSG;
65
	public static String EXPORT_INVALID_PERIOD_MSG;
83
66
84
	public static String ADD_SLIDER;
67
	
85
68
86
	public static String EXPORT_GRAPHS_CSV;
69
	public static String EXPORT_GRAPHS_CSV;
87
70
88
	public static String INVALID_TRACE_FILE;
71
	public static String INVALID_TRACE_FILE;
89
	public static String INVALID_FILE;
90
	public static String INVALID_FILE_DROP;
72
	public static String INVALID_FILE_DROP;
91
	public static String INVALID_FILE_DROP_TITLE;
73
	public static String INVALID_FILE_DROP_TITLE;
92
	public static String NO_MODULE_ACCEPTED_DROP;
93
74
94
	public static String ROOT_NODE_EXISTS;
95
	public static String ROOT_NODE_EXISTS_2;
96
75
97
	public static String NULL_URI_WHILE_LOADING;
76
	public static String NULL_URI_WHILE_LOADING;
98
	public static String NULL_RESOURCE_WHILE_LOADING;
77
	public static String NULL_RESOURCE_WHILE_LOADING;
99
78
100
	public static String AGENT_REMOVE;
101
102
	public static String BAD_ROOT_XML_NODE;
103
104
	public static String ADD_NEW_TRACE;
79
	public static String ADD_NEW_TRACE;
105
	public static String SET_ALL_VERTICAL_TO;
106
	public static String SET_ALL_HORIZONTAL_TO;
107
108
	public static String GRAPHS_TAB_TOOLTIP;
109
	public static String CONTROLS_TAB_TOOLTIP;
110
	public static String MESSAGES_TAB_TOOLTIP;
111
80
112
81
113
	//----------------- Editor stuff ------------------------;
82
	//----------------- Editor stuff ------------------------;
114
83
115
	public static String ERROR_OCCURRED;
84
	public static String ERROR_OCCURRED;
116
	public static String NO_STAT_MODEL_FOUND;
117
	public static String NULL_FILE;
85
	public static String NULL_FILE;
118
86
119
	public static String EDITOR_FILE_DELETED;
87
	public static String EDITOR_FILE_DELETED;
Lines 131-143 Link Here
131
	public static String CHOOSE_MODELS_TO_GRAPH;
99
	public static String CHOOSE_MODELS_TO_GRAPH;
132
	public static String CHOOSE_MODELS_TO_GRAPH_DESC;
100
	public static String CHOOSE_MODELS_TO_GRAPH_DESC;
133
101
134
135
	//----------------- Slider value validation stuff ------------------------;
136
137
	public static String TABLE_NAME_GRAPHS;
138
	public static String TABLE_NAME_CONTROLS;
139
	public static String TABLE_NAME_CBELOG;
140
141
	public static String HORIZONTAL_SLIDER_PREFIX;
102
	public static String HORIZONTAL_SLIDER_PREFIX;
142
	public static String VERTICAL_SLIDER_PREFIX;
103
	public static String VERTICAL_SLIDER_PREFIX;
143
104
Lines 146-169 Link Here
146
	public static String MENUITEM_SEPARATE_SLIDERS_FROM_GRAPH;
107
	public static String MENUITEM_SEPARATE_SLIDERS_FROM_GRAPH;
147
	public static String MENUITEM_MATCH_SLIDERS_TO_GRAPH;
108
	public static String MENUITEM_MATCH_SLIDERS_TO_GRAPH;
148
109
149
150
	public static String SET_MAXIMUM;
151
	public static String SET_MINIMUM;
152
	public static String REMOVE_SLIDER;
110
	public static String REMOVE_SLIDER;
153
	public static String SET_TITLE;
154
	public static String SNAP_TO_ASSOCIATED_GRAPHS;
155
156
	public static String SET_SLIDER_TITLE;
157
	public static String SLIDER_TITLE_REQUEST;
158
159
	public static String SET_TIME_SLIDER_MAX;
160
	public static String SET_SLIDER_MAX;
161
	public static String NEW_SLIDER_MAXIMUM;
162
163
	public static String SET_TIME_SLIDER_MIN;
164
	public static String SET_SLIDER_MIN;
165
	public static String NEW_SLIDER_MINIMUM;
166
167
111
168
	//----------------- Slider value validation stuff ------------------------;
112
	//----------------- Slider value validation stuff ------------------------;
169
113
Lines 173-194 Link Here
173
	public static String VALUE_TOO_SMALL;
117
	public static String VALUE_TOO_SMALL;
174
	public static String NOT_A_VALID_NUMBER;
118
	public static String NOT_A_VALID_NUMBER;
175
119
176
177
	//------------------- Widgets stuff ---------------------;
178
	public static String LOCK_TOOLTIP;
179
	public static String SAVE_TOOLTIP;
180
	public static String CLEAR_TOOLTIP;
181
182
	public static String ZOOMSLIDER_CONFIG_MAX_TOO_SMALL;
183
	public static String ZOOMSLIDER_CONFIG_MAXVIS_TOO_SMALL;
184
	public static String ZOOMSLIDER_CONFIG_MIN_TOO_LARGE;
185
	public static String ZOOMSLIDER_CONFIG_MINVIS_TOO_LARGE;
186
	public static String ZOOMSLIDER_CONFIG_RES_TOO_LARGE;
187
	public static String ZOOMSLIDER_CONFIG_RES_NONPOS;
188
	public static String ZOOMSLIDER_CONFIG_RES_BADPOW;
189
	public static String ZOOMSLIDER_CONFIG_BADDIRECTION;
190
	public static String ZOOMSLIDER_CONFIG_BADORIENTATION;
191
192
	public static String YEAR;
120
	public static String YEAR;
193
	public static String MONTH;
121
	public static String MONTH;
194
	public static String DAY;
122
	public static String DAY;
Lines 197-350 Link Here
197
	public static String SECOND;
125
	public static String SECOND;
198
	public static String MILLISECOND;
126
	public static String MILLISECOND;
199
127
200
	public static String SAVE_LOG_TITLE;
201
	public static String SAVE_LOG_MSG;
202
203
	public static String SAVE_LOG_FAILED_TITLE;
204
	public static String SAVE_LOG_FAILED_MSG;
205
128
206
	// Greek Alphabet;
207
	public static String GREEK_LETTERS_ALPHA;
208
	public static String GREEK_LETTERS_BETA;
209
	public static String GREEK_LETTERS_GAMMA;
210
	public static String GREEK_LETTERS_DELTA;
211
	public static String GREEK_LETTERS_EPSILON;
212
	public static String GREEK_LETTERS_ZETA;
213
	public static String GREEK_LETTERS_THETA;
214
	public static String GREEK_LETTERS_IOTA;
215
	public static String GREEK_LETTERS_KAPPA;
216
	public static String GREEK_LETTERS_LAMDA;
217
	public static String GREEK_LETTERS_MU;
218
	public static String GREEK_LETTERS_NU;
219
	public static String GREEK_LETTERS_XI;
220
	public static String GREEK_LETTERS_OMIKRON;
221
	public static String GREEK_LETTERS_PI;
222
	public static String GREEK_LETTERS_RHO;
223
	public static String GREEK_LETTERS_SIGMA;
224
	public static String GREEK_LETTERS_TAU;
225
	public static String GREEK_LETTERS_UPSILON;
226
	public static String GREEK_LETTERS_PHI;
227
	public static String GREEK_LETTERS_CHI;
228
	public static String GREEK_LETTERS_PSI;
229
	public static String GREEK_LETTERS_OMEGA;
230
231
232
	// Errors;
233
	public static String ERROR_NO_INFOPOPS_ID;
234
	public static String ERROR_CSV_EXPORT_DIALOG;
129
	public static String ERROR_CSV_EXPORT_DIALOG;
235
	public static String ERROR_CSV_EXPORT_FILE;
130
	public static String ERROR_CSV_EXPORT_FILE;
236
	public static String ERROR_SAVE_MESSAGE_LOG;
237
	public static String ERROR_OPEN_STATCON;
131
	public static String ERROR_OPEN_STATCON;
238
	public static String ERROR_LOAD_MODULE;
239
	public static String ERROR_NULL_AGENT;
240
	public static String ERROR_NULL_NAME;
241
	public static String ERROR_NOTIFY_ADD;
242
	public static String ERROR_LOAD_CONFIG;
132
	public static String ERROR_LOAD_CONFIG;
243
	public static String ERROR_APPLY_GRAPH;
244
	public static String ERROR_APPLY_MODEL;
245
	public static String ERROR_UPDATE_MODEL;
246
	public static String ERROR_SAVING_MODULE;
247
	public static String ERROR_UPDATE_STATCONTREE;
248
	public static String ERROR_LOAD_STAT_IMGPROVIDER;
249
	public static String ERROR_EMPTY_ALERT_NAME;
250
	public static String ERROR_EMPTY_ALERT_LOGFILE_PATH;
133
	public static String ERROR_EMPTY_ALERT_LOGFILE_PATH;
251
	public static String ERROR_BAD_XOFFSET;
252
	public static String ERROR_BAD_YOFFSET;
253
	public static String ERROR_BAD_MULTIPLIER;
254
	public static String ERROR_BAD_PERIOD;
255
	public static String ERROR_ALERT_EMAIL_SENDER;
134
	public static String ERROR_ALERT_EMAIL_SENDER;
256
	public static String ERROR_ALERT_EMAIL_RECIPIENT;
135
	public static String ERROR_ALERT_EMAIL_RECIPIENT;
257
	public static String ERROR_ALERT_EMAIL_HOST;
136
	public static String ERROR_ALERT_EMAIL_HOST;
258
	public static String ERROR_ALERT_EMAIL_PORT;
137
	public static String ERROR_ALERT_EMAIL_PORT;
259
	public static String ERROR_EMPTY_ALERT_SOUND_PATH;
138
	public static String ERROR_EMPTY_ALERT_SOUND_PATH;
260
	public static String ERROR_SAVE_GENERAL;
261
	public static String IO_ERROR_OCCURRED;
262
139
263
	//3.1 additions;
264
	public static String TABLE_COLUMN_VALUE;
265
	public static String ERROR_IN;
140
	public static String ERROR_IN;
266
	public static String PLUGIN_ID;
141
267
	public static String PLUGIN_VERSION;
268
	public static String PLUGIN_URL;
269
	public static String MEASURED;
270
	public static String REQUESTED;
271
	public static String MESSAGES;
272
	public static String GRAPH;
273
	public static String CONTROL;
274
	public static String SEVERITY;
275
	public static String SOURCE_LOCATIONS;
276
	public static String INFO;
277
	public static String WARNING;
278
	public static String ERROR;
279
	public static String CBE_INFO;
280
	public static String CBE_WARNING;
281
	public static String CBE_ERROR;
282
	public static String CBE_CRITICAL;
283
	public static String ACTION_UNKNOWN;
284
	public static String CHOOSE_STATISTICAL_MODEL;
285
286
	//3.1i2 additions;
287
	public static String GRAPH_COLOR_PANEL_TITLE;
288
	public static String GRAPH_SLIDER_PANEL_TITLE;
289
	public static String GRAPH_PERIOD_PANEL_TITLE;
290
	public static String GRAPH_OFFSET_PANEL_TITLE;
291
	public static String GRAPH_PLOTTING_PANEL_TITLE;
292
	public static String GRAPH_NODATA_PANEL_TITLE;
293
	public static String SET_COLOR;
294
	public static String HORIZONTAL_SLIDER;
295
	public static String VERTICAL_SLIDER;
296
	public static String AVG_MILLIS;
297
	public static String AVG_TICKS;
298
	public static String AVG_PIXELS;
299
	public static String AVG_IGNORED;
300
	public static String XOFFSET_LABEL;
301
	public static String XOFFSET_SNAP;
302
	public static String YOFFSET_LABEL;
303
	public static String MULTIPLIER_LABEL;
304
	public static String ERROR_LABEL;
305
	public static String PLOTTING_TYPE_AVERAGE;
306
	public static String PLOTTING_TYPE_MAX;
307
	public static String PLOTTING_TYPE_MIN;
308
	public static String PLOTTING_TYPE_SUM;
309
	public static String PLOTTING_TYPE_COUNT;
310
	public static String PLOTTING_TYPE_NEAREST;
311
	public static String PLOTTING_TYPE_MAX_MIN;
312
	public static String PLOTTING_TYPE_AVG_MAX_MIN;
313
	public static String PLOTTING_TYPE_STDDEV;
314
	public static String PLOTTING_TYPE_STDDEV_AVG;
315
	public static String PLOTTING_TYPE_GRADIENT;
316
	public static String NODATA_DONOTHING;
142
	public static String NODATA_DONOTHING;
317
	public static String NODATA_DRAWZERO;
143
	public static String NODATA_DRAWZERO;
318
	public static String NODATA_DRAWPREVIOUS;
144
	public static String NODATA_DRAWPREVIOUS;
319
	public static String NODATA_INTERPOLATE;
145
	public static String NODATA_INTERPOLATE;
320
	public static String JUMP_TO_TABLE_GRAPH;
321
	public static String JUMP_TO_TABLE_CONTROLS;
322
323
	public static String MERGE_OBSERVATIONS;
324
	public static String AGENT_SAVE;
325
	public static String AGENT_REFRESH;
326
327
	public static String TYPE_MAX_TRIGGER;
328
	public static String TYPE_MIN_TRIGGER;
329
	public static String VALUE_TRIGGER;
330
	public static String VALUE_RESET;
331
332
	public static String TABLE_COLUMN_PERIOD;
333
	public static String TABLE_COLUMN_CALCTYPE;
334
	public static String TABLE_COLUMN_LOWER;
335
	public static String TABLE_COLUMN_UPPER;
336
	public static String TABLE_COLUMN_MTYPE;
337
	public static String TABLE_COLUMN_ONTRIGGER;
338
	public static String TABLE_COLUMN_ONRESET;
339
340
	public static String TRIGGER_DESCRIPTION;
341
	public static String RESET_DESCRIPTION;
342
343
	public static String TABLE_NAME_MONITORS;
344
345
	public static String MONITORS_TAB_TOOLTIP;
346
347
	public static String ADD_METRIC_MONITOR;
348
146
349
	//Do nothing alert action;
147
	//Do nothing alert action;
350
	public static String ALERT_ACTION_NAME_DONOTHING;
148
	public static String ALERT_ACTION_NAME_DONOTHING;
Lines 379-408 Link Here
379
	public static String ALERT_ACTION_NAME_SOUND;
177
	public static String ALERT_ACTION_NAME_SOUND;
380
	public static String ALERT_ACTION_SOUND_PATH;
178
	public static String ALERT_ACTION_SOUND_PATH;
381
179
382
	public static String CONFIGURE_GRAPH;
383
	public static String CONFIGURE_ALERT;
384
385
	public static String LOGFILE_TRIGGERED;
386
	public static String LOGFILE_RESET;
387
388
	public static String NEW_ALERT_NAME;
180
	public static String NEW_ALERT_NAME;
389
	public static String ALERT_NAME_TITLE;
390
	public static String ALERT_NAME_MESSAGE;
391
	public static String ALERT_REMOVE;
392
	public static String ALERT_RESTART;
393
	public static String ALERT_ACTION_ADD;
394
	public static String ALERT_ACTION_REMOVE;
395
396
	public static String SNAP_ALL_XOFFSETS;
397
181
398
	public static String ALERT_TRIGGERED_AT;
182
	public static String ALERT_TRIGGERED_AT;
399
	public static String ALERT_RESET_AT;
183
	public static String ALERT_RESET_AT;
400
	public static String ALERT_ALERT;
184
	public static String ALERT_ALERT;
401
	public static String ALERT_TEST;
402
403
	public static String STATCON_PREFERENCES;
404
	public static String STATCON_PREFERENCES_DESCRIPTION;
405
	public static String STATCON_EMAIL_ACTION_PREFERENCES;
406
185
407
	public static String RESTORE_DEFAULTS;
186
	public static String RESTORE_DEFAULTS;
408
187
Lines 418-429 Link Here
418
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////;
197
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////;
419
	public static String VIEW_REFRESH_NAME;
198
	public static String VIEW_REFRESH_NAME;
420
	public static String VIEW_REFRESH_TOOLTIP;
199
	public static String VIEW_REFRESH_TOOLTIP;
421
	public static String CONSTANT_REFRESH_NAME;
422
	public static String CONSTANT_REFRESH_TOOLTIP;
200
	public static String CONSTANT_REFRESH_TOOLTIP;
423
	public static String HIDE_EMPTY_DESCRIPTORS_NAME;
424
	public static String HIDE_EMPTY_DESCRIPTORS_TOOLTIP;
201
	public static String HIDE_EMPTY_DESCRIPTORS_TOOLTIP;
425
	public static String SHOW_PROPERTIES_ACTION_NAME;
202
	public static String SHOW_PROPERTIES_ACTION_NAME;
426
	public static String SHOW_PROPERTIES_ACTION_TOOLTIP;
427
203
428
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////;
204
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////;
429
	// DIALOG TITLES;
205
	// DIALOG TITLES;
Lines 438-471 Link Here
438
	public static String AGENT_PROPERTYMAP_NULL;
214
	public static String AGENT_PROPERTYMAP_NULL;
439
	public static String SD_PROPERTYMAP_NULL;
215
	public static String SD_PROPERTYMAP_NULL;
440
216
441
	////////////////////////////////////////////////////////////////////////////////////;
442
	// EDITOR CONTEXT MENU;
443
	////////////////////////////////////////////////////////////////////////////////////;
444
	public static String ADD_TRACE;
445
	public static String REMOVE_TRACE;
217
	public static String REMOVE_TRACE;
446
218
447
448
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
449
	// PROPERTIES TABLE STUFF;
450
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
451
	public static String PROP_COLUMN_COLOR;
452
	public static String PROP_COLUMN_WIDTH;
453
	public static String PROP_COLUMN_STYLE;
454
	public static String PROP_COLUMN_HSLIDER;
455
	public static String PROP_COLUMN_VSLIDER;
456
	public static String PROP_COLUMN_MULTIPLIER;
457
458
	public static String PROP_COLUMN_NAME;
219
	public static String PROP_COLUMN_NAME;
459
	public static String PROP_COLUMN_VALUE;
220
	public static String PROP_COLUMN_VALUE;
460
221
461
	public static String COLOR_BUTTON_EDITOR_TOOLTIP;
462
463
	public static String COLOR_KEY;
464
	public static String WIDTH_KEY;
465
	public static String XSLIDER_KEY;
466
	public static String YSLIDER_KEY;
467
	public static String NO_DATA_BEHAVIOUR_LABEL;
468
	
469
	//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
222
	//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
470
	// Configure Slider dialog
223
	// Configure Slider dialog
471
	// Menu Item
224
	// Menu Item
Lines 473-517 Link Here
473
	public static String CONFIGURE_SLIDER_TITLE;
226
	public static String CONFIGURE_SLIDER_TITLE;
474
	// Time dialog
227
	// Time dialog
475
	public static String TIME_CONFIGURE_VISIBLE_GROUP;
228
	public static String TIME_CONFIGURE_VISIBLE_GROUP;
476
	public static String TIME_CONFIGURE_LIMIT_GROUP;
477
	public static String TIME_VISIBLE_START_LABEL;
229
	public static String TIME_VISIBLE_START_LABEL;
478
	public static String TIME_VISIBLE_END_LABEL;
230
	public static String TIME_VISIBLE_END_LABEL;
479
	public static String TIME_START_LABEL;	
480
	public static String TIME_END_LABEL;
481
231
482
	public static String CONFIGURE_TITLE_LABEL;
232
	public static String CONFIGURE_TITLE_LABEL;
483
233
484
	// ERROR on an unsuccesful configuration of a slider
234
	// ERROR on an unsuccesful configuration of a slider
485
	public static String TIME_SLIDER_CONFIGURATION_ERROR;
235
	public static String TIME_SLIDER_CONFIGURATION_ERROR;
486
	public static String TIME_CONFIGURE_SLIDER_DESCRIPTION;
236
	public static String TIME_CONFIGURE_SLIDER_DESCRIPTION;
487
	public static String TIME_MINLIMIT_GT_MAXLIMIT;
237
	public static String TIME_MINVISIBLE_GT_MAXVISIBLE;		
488
	public static String TIME_MINVISIBLE_GT_MAXVISIBLE;	
489
	public static String TIME_MINVISIBLE_LT_MINLIMIT;		
490
	public static String TIME_MAXVISIBLE_GT_MAXLIMIT;		
491
	public static String TIME_ERROR_MINVISIBLE;		
238
	public static String TIME_ERROR_MINVISIBLE;		
492
	public static String TIME_ERROR_MAXVISIBLE;			
239
	public static String TIME_ERROR_MAXVISIBLE;				
493
	public static String TIME_ERROR_MINLIMIT;				
494
	public static String TIME_ERROR_MAXLIMIT;				
495
240
496
	// Vertical dialog
241
	// Vertical dialog
497
	public static String CONFIGURE_VISIBLE_GROUP;			
242
	public static String CONFIGURE_VISIBLE_GROUP;		
498
	public static String CONFIGURE_LIMIT_GROUP;			
499
	public static String VISIBLE_START_LABEL;				
243
	public static String VISIBLE_START_LABEL;				
500
	public static String VISIBLE_END_LABEL;				 
244
	public static String VISIBLE_END_LABEL;				 
501
	public static String START_LABEL;						 
502
	public static String END_LABEL;						 
503
245
504
	// ERROR on an unsuccesful configuration of a slider
246
	// ERROR on an unsuccesful configuration of a slider
505
	public static String SLIDER_CONFIGURATION_ERROR;		
247
	public static String SLIDER_CONFIGURATION_ERROR;		
506
	public static String CONFIGURE_SLIDER_DESCRIPTION;	
248
	public static String CONFIGURE_SLIDER_DESCRIPTION;		
507
	public static String MINLIMIT_GT_MAXLIMIT;			
249
	public static String MINVISIBLE_GT_MAXVISIBLE;	
508
	public static String MINVISIBLE_GT_MAXVISIBLE;		
509
	public static String MINVISIBLE_LT_MINLIMIT;			
510
	public static String MAXVISIBLE_GT_MAXLIMIT;	
511
	public static String ERROR_MINVISIBLE;		
250
	public static String ERROR_MINVISIBLE;		
512
	public static String ERROR_MAXVISIBLE;		
251
	public static String ERROR_MAXVISIBLE;		
513
	public static String ERROR_MINLIMIT;		
514
	public static String ERROR_MAXLIMIT;		
515
252
516
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
253
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
517
	// New Slider Menu Options
254
	// New Slider Menu Options
Lines 521-536 Link Here
521
	
258
	
522
	public static String AGENT_NULL_EXCEPTION;
259
	public static String AGENT_NULL_EXCEPTION;
523
	
260
	
524
	public static String NEW_STATCON_CATEGORY;
525
	public static String CREATE_NEW_STATCON_FILE;
261
	public static String CREATE_NEW_STATCON_FILE;
526
	public static String STATCON_FILE;
527
262
528
	public static String STATISTICAL_GRAPH_VIEW; 
263
	public static String STATISTICAL_GRAPH_VIEW; 
529
	public static String SUMMARIES_VIEW;
264
	public static String SUMMARIES_VIEW;
530
	public static String STR_OPEN_LOGVIEW;
531
265
532
	public static String STATISTICAL;
533
	public static String STATISTICAL_VIEW_PREFERENCES;
534
	public static String STAT_PREFERENCE_DESCRIPTION;
266
	public static String STAT_PREFERENCE_DESCRIPTION;
535
	
267
	
536
	public static String NO_DATA_PREFERENCE_LABEL;
268
	public static String NO_DATA_PREFERENCE_LABEL;
(-)src-automation-client/org/eclipse/hyades/automation/client/adapters/shell/messages.properties (-5 / +1 lines)
Lines 16-23 Link Here
16
AutomationClientAdapter.6=Error, the path given for eclipsehome: {0}, is not a valid directory.\r\n
16
AutomationClientAdapter.6=Error, the path given for eclipsehome: {0}, is not a valid directory.\r\n
17
AutomationClientAdapter.9=Error, the path given for workspace: {0}, is not a valid directory.
17
AutomationClientAdapter.9=Error, the path given for workspace: {0}, is not a valid directory.
18
AutomationClientAdapter.18=\nDue to the above errors, no attempt was made to run a test, there are no results to view.
18
AutomationClientAdapter.18=\nDue to the above errors, no attempt was made to run a test, there are no results to view.
19
AutomationClientAdapter.19=Parameters accepted, starting the test run.
20
AutomationClientAdapter.20=Error, a required jar file was not found: {0}
21
AutomationClientAdapter.21=\r\nTPTP 4.1.0 Automation Client Adapter Help\r\n\r\n
19
AutomationClientAdapter.21=\r\nTPTP 4.1.0 Automation Client Adapter Help\r\n\r\n
22
AutomationClientAdapter.22=Automatable services published through the automatable services framework are available for command through this\r\n
20
AutomationClientAdapter.22=Automatable services published through the automatable services framework are available for command through this\r\n
23
AutomationClientAdapter.221=command line interface.  The test execution service has named and more strongly typed parameters than the invocation\r\n
21
AutomationClientAdapter.221=command line interface.  The test execution service has named and more strongly typed parameters than the invocation\r\n
Lines 77-82 Link Here
77
AutomationClientAdapter.74=Any supplied command line parameters values will override the value in the configuration file.  The minimal set of\r\nparameter values are a specified eclipse instance (usually automatic), the workspace to use, the project, and the name\r\nof a suite to run.  You may omit the ".testsuite" file extension.\r\n\r\n
75
AutomationClientAdapter.74=Any supplied command line parameters values will override the value in the configuration file.  The minimal set of\r\nparameter values are a specified eclipse instance (usually automatic), the workspace to use, the project, and the name\r\nof a suite to run.  You may omit the ".testsuite" file extension.\r\n\r\n
78
AutomationClientAdapter.79=Use standard shell commands to redirect output to a file. For example, in a Windows command prompt, do the following\r\nto redirect output to a file:\r\n\r\n
76
AutomationClientAdapter.79=Use standard shell commands to redirect output to a file. For example, in a Windows command prompt, do the following\r\nto redirect output to a file:\r\n\r\n
79
AutomationClientAdapter.81=\ \ automation-client-adapter --help > c:\\mylog\\help.txt\r\n\r\n
77
AutomationClientAdapter.81=\ \ automation-client-adapter --help > c:\\mylog\\help.txt\r\n\r\n
80
AutomationClientAdapter.84=This help is available via --help, -help, -?, or ?\r\n
78
AutomationClientAdapter.84=This help is available via --help, -help, -?, or ?\r\n
81
ParseCmdLineArgs.1=Error, {0} specified more than once on the command line.\r\n
82
ParseCmdLineArgs.5=The config file specified was not found: {0}\r\n
(-)bin/org/eclipse/tptp/platform/analysis/engine/TPTPStaticAnalysisEnginePlugin.properties (-1 / +1 lines)
Lines 4-10 Link Here
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
6
# http://www.eclipse.org/legal/epl-v10.html
7
# $Id: TPTPStaticAnalysisEnginePlugin.properties,v 1.7 2006/05/12 15:19:10 hleung Exp $
7
# $Id: TPTPStaticAnalysisEnginePlugin.properties,v 1.11 2006/05/12 15:19:11 hleung Exp $
8
# 
8
# 
9
# Contributors:
9
# Contributors:
10
#     IBM Corporation - initial API and implementation
10
#     IBM Corporation - initial API and implementation
(-)correlation_and_analysis/org/eclipse/hyades/logc/internal/util/messages.properties (-2 lines)
Lines 14-21 Link Here
14
# NLS_ENCODING=UTF-8
14
# NLS_ENCODING=UTF-8
15
15
16
# Plugin
16
# Plugin
17
PLUGIN_NAME             = Log Analysis Core
18
PROVIDER_NAME           = Eclipse.org
19
17
20
createdRuleList = No problems encountered for creating rule list
18
createdRuleList = No problems encountered for creating rule list
21
operatoinnotsupported = This analysis operation is not supported
19
operatoinnotsupported = This analysis operation is not supported
(-)correlation_and_analysis/org/eclipse/hyades/logc/internal/util/AnalysisMessages.java (-1 lines)
Lines 23-29 Link Here
23
	
23
	
24
	public static String createdRuleList;
24
	public static String createdRuleList;
25
	public static String operatoinnotsupported;
25
	public static String operatoinnotsupported;
26
	public static String symptomRunnableError;
27
	
26
	
28
	static {
27
	static {
29
		NLS.initializeMessages(BUNDLE_NAME, AnalysisMessages.class);
28
		NLS.initializeMessages(BUNDLE_NAME, AnalysisMessages.class);
(-)src-test/org/eclipse/hyades/models/common/common/messages.properties (-66 lines)
Lines 13-110 Link Here
13
# NLS_ENCODING=UTF-8
13
# NLS_ENCODING=UTF-8
14
14
15
# Enumeration: TPFVerdict
15
# Enumeration: TPFVerdict
16
org.eclipse.hyades.models.common.testprofile.TPFVerdict.inconclusive                       = inconclusive
17
# Translation Note: The meaning of 'pass' is successful.
16
# Translation Note: The meaning of 'pass' is successful.
18
org.eclipse.hyades.models.common.testprofile.TPFVerdict.pass                               = pass
19
org.eclipse.hyades.models.common.testprofile.TPFVerdict.fail                               = fail
20
org.eclipse.hyades.models.common.testprofile.TPFVerdict.error                              = error
21
17
22
18
23
# Enumeration: TPFExecutionType
19
# Enumeration: TPFExecutionType
24
org.eclipse.hyades.models.common.testprofile.TPFExecutionType.start                        = start
25
org.eclipse.hyades.models.common.testprofile.TPFExecutionType.stop                         = stop
26
20
27
21
28
# Enumeration: TPFSeverity
22
# Enumeration: TPFSeverity
29
org.eclipse.hyades.models.common.testprofile.TPFSeverity.info                              = information
30
org.eclipse.hyades.models.common.testprofile.TPFSeverity.error                             = error
31
org.eclipse.hyades.models.common.testprofile.TPFSeverity.warning                           = warning
32
23
33
24
34
# Enumeration: TPFVerdictReason
25
# Enumeration: TPFVerdictReason
35
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.unknown                      = unknown
36
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.none                         = none
37
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.seeDescription               = see description
38
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.abort                        = abort
39
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.didNotComplete               = did not complete
40
41
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.userIntervention	           = user intervention
42
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.success                      = success
43
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.failure                      = failure
44
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.exception                    = exception
45
org.eclipse.hyades.models.common.testprofile.TPFVerdictReason.error                        = error
46
26
47
# Enumeration: TPFInvocationStatus
27
# Enumeration: TPFInvocationStatus
48
org.eclipse.hyades.models.common.testprofile.TPFInvocationStatus.unattempted               = unattempted
49
org.eclipse.hyades.models.common.testprofile.TPFInvocationStatus.successful                = successful
50
org.eclipse.hyades.models.common.testprofile.TPFInvocationStatus.unsuccessful              = unsuccessful
51
28
52
29
53
# Enumeration: TPFInvocationReason
30
# Enumeration: TPFInvocationReason
54
org.eclipse.hyades.models.common.testprofile.TPFInvocationReason.unknown                   = unknown
55
org.eclipse.hyades.models.common.testprofile.TPFInvocationReason.none                      = none
56
org.eclipse.hyades.models.common.testprofile.TPFInvocationReason.seeDescription            = see description
57
org.eclipse.hyades.models.common.testprofile.TPFInvocationReason.preconditionNotMet        = precondition not met
58
org.eclipse.hyades.models.common.testprofile.TPFInvocationReason.noMatchingConfiguration   = no matching configuration
59
org.eclipse.hyades.models.common.testprofile.TPFInvocationReason.noBehavior                = no behavior
60
org.eclipse.hyades.models.common.testprofile.TPFInvocationReason.didNotStart               = did not start
61
62
31
63
# Enumeration: CFGConcurrency
32
# Enumeration: CFGConcurrency
64
org.eclipse.hyades.models.common.configuration.CFGConcurrency.thread                       = thread
65
org.eclipse.hyades.models.common.configuration.CFGConcurrency.process                      = process
66
org.eclipse.hyades.models.common.configuration.CFGConcurrency.none                         = none
67
33
68
34
69
# Enumeration: BVRInteractionOperator
35
# Enumeration: BVRInteractionOperator
70
org.eclipse.hyades.models.common.fragments.BVRInteractionOperator.alt                      = alternative
71
org.eclipse.hyades.models.common.fragments.BVRInteractionOperator.opt                      = optional
72
org.eclipse.hyades.models.common.fragments.BVRInteractionOperator.par                      = parallel
73
org.eclipse.hyades.models.common.fragments.BVRInteractionOperator.loop                     = loop
74
org.eclipse.hyades.models.common.fragments.BVRInteractionOperator.neg                      = negative
75
36
76
37
77
# Enumeration: BVRMessageSort
38
# Enumeration: BVRMessageSort
78
org.eclipse.hyades.models.common.interactions.BVRMessageSort.synchCall                     = synchronous call
79
org.eclipse.hyades.models.common.interactions.BVRMessageSort.synchSignal                   = synchronous signal
80
org.eclipse.hyades.models.common.interactions.BVRMessageSort.asynchCall                    = asynchronous call
81
org.eclipse.hyades.models.common.interactions.BVRMessageSort.asynchSignal                  = asynchronous signal
82
39
83
40
84
# Categories
41
# Categories
85
42
86
DB_VER_DISP_NAME		= Database Version
87
DB_DISP_NAME			= Database
88
DISP_DEPTH_DISP_NAME	= Display Color Depth (Bits)
89
DISP_HEIGHT_DISP_NAME	= Display Height (Pixels)
90
DISP_WIDTH_DISP_NAME	= Display  Width (Pixels)
91
DISP_NUM_DISP_NAME		= Number of Displays
92
SVC_PAC_DISP_NAME		= Service Pack
93
WBR_TYPE_DISP_NAME		= Web Browser Type
94
WBR_VER_DISP_NAME		= Web Browswer Version
95
HNAME_DISP_NAME			= Hostname
96
WIN_DOM_DISP_NAME		= Windows Domain
97
USR_NAME_DISP_NAME		= Username
98
MIN_VER_DISP_NAME		= Minor Version Number
99
MAJ_VER_DISP_NAME		= Major Version Number
100
OS_DISP_NAME			= Operating System
101
MEM_SZ_DISP_NAME		= Memory Size (MB)
102
PROC_TYPE_DISP_NAME		= Processor Type
103
PROC_SPD_DISP_NAME		= Processor Speed
104
PROC_NUM_DISP_NAME		= Processor Number
105
PASSWD_DISP_NAME		= Password
106
CLSPATH_DISP_NAME		= Classpath
107
ROOTDIR_DISP_NAME		= Root Directory
108
DEPLOY_ROOTDIR_DISP_NAME= Deployment Root Directory
109
43
110
DEPLOY_ROOTDIR_DSC		= This is the root directory to which your test will be deployed for execution on the target host.
44
DEPLOY_ROOTDIR_DSC		= This is the root directory to which your test will be deployed for execution on the target host.
(-)src/org/eclipse/tptp/platform/instrumentation/ui/internal/util/messages.properties (-14 lines)
Lines 17-53 Link Here
17
JAR_EXPORT_TITLE = JAR EXPORT
17
JAR_EXPORT_TITLE = JAR EXPORT
18
JarPackageWizardPage_title= JAR File Specification
18
JarPackageWizardPage_title= JAR File Specification
19
JarPackageWizardPage_description= Define which resources should be exported into the JAR.
19
JarPackageWizardPage_description= Define which resources should be exported into the JAR.
20
JarPackageWizardPage_error_label=An unexpected exception occurred while retrieving refactoring information. See the error log for more details.
21
JarPackageWizardPage_whatToExport_label= Select the resources to &export:
20
JarPackageWizardPage_whatToExport_label= Select the resources to &export:
22
JarPackageWizardPage_whereToExport_label= Select the export destination:
21
JarPackageWizardPage_whereToExport_label= Select the export destination:
23
JarPackageWizardPage_instrumentation_options_label= Instrumentation type Options:
22
JarPackageWizardPage_instrumentation_options_label= Instrumentation type Options:
24
JarPackageWizardPage_options_label= Options:
23
JarPackageWizardPage_options_label= Options:
25
JarPackageWizardPage_compress_text= Co&mpress the contents of the JAR file
24
JarPackageWizardPage_compress_text= Co&mpress the contents of the JAR file
26
JarPackageWizardPage_error_caption=Configure Refactoring Information
27
JarPackageWizardPage_configure_label=<a>Select refactorings...</a>
28
JarPackageWizardPage_overwrite_text= &Overwrite existing files without warning
25
JarPackageWizardPage_overwrite_text= &Overwrite existing files without warning
29
JarPackageWizardPage_includeDirectoryEntries_text= A&dd directory entries
26
JarPackageWizardPage_includeDirectoryEntries_text= A&dd directory entries
30
JarPackageWizardPage_destination_label= &JAR file:
27
JarPackageWizardPage_destination_label= &JAR file:
31
JarPackageWizardPage_browseButton_text= B&rowse...
28
JarPackageWizardPage_browseButton_text= B&rowse...
32
JarPackageWizardPage_refactorings_text=E&xport refactorings for checked projects.
33
JarPackageWizardPage_configure_tooltip=Select which refactorings to export
34
JarPackageWizardPage_exportClassFiles_text= Export generated &class files and resources
29
JarPackageWizardPage_exportClassFiles_text= Export generated &class files and resources
35
JarPackageWizardPage_exportOutputFolders_text= Export all o&utput folders for checked projects
30
JarPackageWizardPage_exportOutputFolders_text= Export all o&utput folders for checked projects
36
JarPackageWizardPage_no_refactorings_selected=Select any refactorings to export.
37
JarPackageWizardPage_exportJavaFiles_text= Export java &source files and resources
31
JarPackageWizardPage_exportJavaFiles_text= Export java &source files and resources
38
JarPackageWizardPage_info_relativeExportDestination= The export destination will be relative to your workspace.
32
JarPackageWizardPage_info_relativeExportDestination= The export destination will be relative to your workspace.
39
JarPackageWizardPage_error_exportDestinationMustNotBeDirectory= Export destination must be a JAR file, not a directory.
33
JarPackageWizardPage_error_exportDestinationMustNotBeDirectory= Export destination must be a JAR file, not a directory.
40
JarPackageWizardPage_error_jarFileExistsAndNotWritable= JAR file already exists and cannot be overwritten.
34
JarPackageWizardPage_error_jarFileExistsAndNotWritable= JAR file already exists and cannot be overwritten.
41
JarPackageWizardPage_error_noExportTypeChecked= No export type checked.
35
JarPackageWizardPage_error_noExportTypeChecked= No export type checked.
42
JarPackageWizardPage_error_cantExportJARIntoItself= The JAR file cannot be exported into itself.
43
36
44
JarPackageWizardPage_error_noInstrumentProject =Java project you selected hasn't been instrumented yet. \n\nPlease instrument it before exporting JAR.
37
JarPackageWizardPage_error_noInstrumentProject =Java project you selected hasn't been instrumented yet. \n\nPlease instrument it before exporting JAR.
45
38
46
ASPECT_FILE_ERROR = IWAT0533E An error occured while instrumenting the selected code.  The process will countine but some instrumentation points may not be executed. Please view the detail message for more information.
39
ASPECT_FILE_ERROR = IWAT0533E An error occured while instrumenting the selected code.  The process will countine but some instrumentation points may not be executed. Please view the detail message for more information.
47
40
48
ATTACH_AGENT_ERROR = IWAT0534E Configuration error on agent controller.\nError exists in agent controller make sure the correct agent type has been selected.  The select application will be lauched, but will not be instrumented.
49
ATTACH_AGENT_MSG = IWAT0535E An error occured in attaching to the selected agent.  Please view logs for more details.
50
PROCESS_AGENT_MSG = IWAT0536E An error occured in retrieving the selected process.  Please view logs for more details.
51
41
52
FILTER_PACAKGE_HEADER = Package
42
FILTER_PACAKGE_HEADER = Package
53
43
Lines 61-71 Link Here
61
PACKAGE_SELECT_LABEL = &Selected Package:  
51
PACKAGE_SELECT_LABEL = &Selected Package:  
62
CLASS_SELECT_LABEL = &Selected Class: 
52
CLASS_SELECT_LABEL = &Selected Class: 
63
53
64
ADD_CODE_INSTRUMENATION_TITLE = Add BtM source code instrumenation supported 
65
ADD_CODE_INSTRUMENATION_MSG = Current project haven't added BtM instrumentation supported yet. \n\nDo you enable it now?
66
REPORT_INSTRUMENTATION_RESULT_TITLE = BtM code instrumentation result report
54
REPORT_INSTRUMENTATION_RESULT_TITLE = BtM code instrumentation result report
67
REMOVE_CODE_INSTRUMENTATION_TITLE = Remove BtM source code instrumenation supported
68
REMOVE_CODE_INSTRUMENATION_MSG = BtM instrumentation code maybe have been added into your java files. You'd better remove all BtM instrumentation codes from your project before removing instrumenation supported.\n\nDo you remove instrumentation supported ?  
69
55
70
USE_CUSTOM_FILTERS_MSG = Override default filter settings for this analysis type
56
USE_CUSTOM_FILTERS_MSG = Override default filter settings for this analysis type
71
57
(-)src/org/eclipse/tptp/platform/instrumentation/ui/internal/util/InstrumentMessages.java (-11 / +1 lines)
Lines 57-63 Link Here
57
57
58
	public static String JarPackageWizardPage_error_noInstrumentProject;
58
	public static String JarPackageWizardPage_error_noInstrumentProject;
59
59
60
	public static String JarPackageWizardPage_instrument_label;
60
61
61
62
	public static String JarPackageWizardPage_error_noExportTypeChecked;
62
	public static String JarPackageWizardPage_error_noExportTypeChecked;
63
63
Lines 69-80 Link Here
69
69
70
	public static String ASPECT_FILE_ERROR;
70
	public static String ASPECT_FILE_ERROR;
71
	
71
	
72
	public static String ATTACH_AGENT_ERROR;
73
	
74
	public static String ATTACH_AGENT_MSG;
75
	
76
	public static String PROCESS_AGENT_MSG;
77
	
78
	public static String FILTER_PACAKGE_HEADER; 
72
	public static String FILTER_PACAKGE_HEADER; 
79
	
73
	
80
	public static String ERROR_TITLE;
74
	public static String ERROR_TITLE;
Lines 86-95 Link Here
86
	public static String PACKAGE_SELECT_LABEL;  
80
	public static String PACKAGE_SELECT_LABEL;  
87
	public static String CLASS_SELECT_LABEL ;
81
	public static String CLASS_SELECT_LABEL ;
88
	
82
	
89
	public static String ADD_CODE_INSTRUMENATION_TITLE;  
90
	public static String ADD_CODE_INSTRUMENATION_MSG ;
91
	public static String REMOVE_CODE_INSTRUMENTATION_TITLE;
92
	public static String REMOVE_CODE_INSTRUMENATION_MSG;
93
	public static String REPORT_INSTRUMENTATION_RESULT_TITLE;
83
	public static String REPORT_INSTRUMENTATION_RESULT_TITLE;
94
	
84
	
95
	public static String USE_CUSTOM_FILTERS_MSG;
85
	public static String USE_CUSTOM_FILTERS_MSG;
(-)src/org/eclipse/tptp/platform/iac/administrator/internal/preference/messages.properties (-1 lines)
Lines 44-50 Link Here
44
  
44
  
45
# User/host dialog box
45
# User/host dialog box
46
  ADD_USER = Add user
46
  ADD_USER = Add user
47
  EDIT_USER = Edit user
48
  USER_NAME = Username
47
  USER_NAME = Username
49
  ADD_HOST = Add host
48
  ADD_HOST = Add host
50
  EDIT_HOST = Edit host
49
  EDIT_HOST = Edit host
(-)src/org/eclipse/tptp/platform/iac/administrator/internal/preference/PreferenceMessages.java (-1 lines)
Lines 55-61 Link Here
55
	
55
	
56
	/* User/host dialog */
56
	/* User/host dialog */
57
	public static String ADD_USER;
57
	public static String ADD_USER;
58
	public static String EDIT_USER;
59
	public static String USER_NAME;
58
	public static String USER_NAME;
60
	public static String ADD_HOST;
59
	public static String ADD_HOST;
61
	public static String EDIT_HOST;
60
	public static String EDIT_HOST;
(-)src/org/eclipse/tptp/trace/ui/internal/launcher/core/messages.properties (-2 lines)
Lines 25-33 Link Here
25
ERROR_DCM_LAUNCH					= The launch has unexpectedly failed.
25
ERROR_DCM_LAUNCH					= The launch has unexpectedly failed.
26
ERROR_NO_DCM_SELECTED				= The launch requires at least one data collector to be selected.
26
ERROR_NO_DCM_SELECTED				= The launch requires at least one data collector to be selected.
27
 
27
 
28
ERROR_LAUNCH_TYPE_NOT_F				= The type of the launch configuration selected could not be resolved.
29
ERROR_LAUNCH_ATTRIBUTES				= Error while attempting to retrieve attributes from the analysis type {0}
28
ERROR_LAUNCH_ATTRIBUTES				= Error while attempting to retrieve attributes from the analysis type {0}
30
ERROR_LAUNCH_WORKSPACE				= An error occurred while attempting to clear the workspace associated with the launch
31
ERROR_LAUNCH_MODEL_CREATION			= An error occurred while attempting to create the model entities to represent the hierarchy of the launch 
29
ERROR_LAUNCH_MODEL_CREATION			= An error occurred while attempting to create the model entities to represent the hierarchy of the launch 
32
30
33
ERROR_CONFIG_OPEN					= An error occurred while attempting to open the configuration: {0}
31
ERROR_CONFIG_OPEN					= An error occurred while attempting to open the configuration: {0}
(-)src/org/eclipse/tptp/trace/ui/internal/launcher/core/LauncherMessages.java (-2 lines)
Lines 34-42 Link Here
34
	public static String ERROR_DCM_LAUNCH;
34
	public static String ERROR_DCM_LAUNCH;
35
	public static String ERROR_NO_DCM_SELECTED;
35
	public static String ERROR_NO_DCM_SELECTED;
36
	
36
	
37
	public static String ERROR_LAUNCH_TYPE_NOT_F; 
38
	public static String ERROR_LAUNCH_ATTRIBUTES;
37
	public static String ERROR_LAUNCH_ATTRIBUTES;
39
	public static String ERROR_LAUNCH_WORKSPACE;
40
	public static String ERROR_LAUNCH_MODEL_CREATION;
38
	public static String ERROR_LAUNCH_MODEL_CREATION;
41
	
39
	
42
	public static String ERROR_CONFIG_OPEN;
40
	public static String ERROR_CONFIG_OPEN;
(-)src/org/eclipse/tptp/trace/ui/internal/control/provider/application/messages.properties (-2 lines)
Lines 10-17 Link Here
10
# IBM Corporation - initial API and implementation 
10
# IBM Corporation - initial API and implementation 
11
############################################################################### 
11
############################################################################### 
12
12
13
# NLS_MESSAGEFORMAT_VAR
14
# NLS_ENCODING=UTF-8
15
13
16
CONTROL_ITEM_TERMINATE				= Terminate
14
CONTROL_ITEM_TERMINATE				= Terminate
17
CONTROL_ITEM_REFRESH_VIEWS			= Refresh &Views
15
CONTROL_ITEM_REFRESH_VIEWS			= Refresh &Views
(-)src/org/eclipse/tptp/trace/ui/internal/control/provider/application/ControlMessages.java (-1 lines)
Lines 34-40 Link Here
34
	
34
	
35
	public static String ERROR_PROCESS_TERMINATE;
35
	public static String ERROR_PROCESS_TERMINATE;
36
	
36
	
37
	public static String AGENT_DISCOVERER_NAME;
38
	
37
	
39
	
38
	
40
	static 
39
	static 
(-)src/org/eclipse/hyades/trace/ui/internal/util/TraceMessages.java (-39 lines)
Lines 20-30 Link Here
20
	private static final String BUNDLE_NAME = "org.eclipse.hyades.trace.ui.internal.util.messages";//$NON-NLS-1$
20
	private static final String BUNDLE_NAME = "org.eclipse.hyades.trace.ui.internal.util.messages";//$NON-NLS-1$
21
	
21
	
22
	
22
	
23
	public static String HDTP;
24
	public static String STR_NEW;
25
	public static String _1;
26
	public static String _2;
27
	public static String _3;
28
	public static String ADV_BTN;
23
	public static String ADV_BTN;
29
	public static String 	INSTL_INFO;
24
	public static String 	INSTL_INFO;
30
	public static String 	COL_CPU;
25
	public static String 	COL_CPU;
Lines 49-56 Link Here
49
	public static String 		LJP_ERROR_;
44
	public static String 		LJP_ERROR_;
50
	public static String PB_AC_WARN_;
45
	public static String PB_AC_WARN_;
51
	public static String 	SRT_BTN;
46
	public static String 	SRT_BTN;
52
	public static String 	RST_D;
53
	public static String 	RI_AGT;
54
	public static String 	CLASS_NAME;
47
	public static String 	CLASS_NAME;
55
	public static String BROWSE2;
48
	public static String BROWSE2;
56
	public static String BROWSE3;
49
	public static String BROWSE3;
Lines 86-93 Link Here
86
79
87
    public static String PRFF_APP;
80
    public static String PRFF_APP;
88
	public static String PRFF_APPN;
81
	public static String PRFF_APPN;
89
	public static String AJLC_WNE;
90
	public static String WCD_NST;
91
	public static String 	FLTS_DEFN;
82
	public static String 	FLTS_DEFN;
92
	public static String 	FLTS_DEFD;
83
	public static String 	FLTS_DEFD;
93
84
Lines 98-104 Link Here
98
	public static String TB_NMAIN;
89
	public static String TB_NMAIN;
99
	public static String TB_NDEST;
90
	public static String TB_NDEST;
100
	public static String TB_NFILT;
91
	public static String TB_NFILT;
101
	public static String TB_NLIM;
102
	public static String TB_NPROF;
92
	public static String TB_NPROF;
103
	public static String TB_NVW;
93
	public static String TB_NVW;
104
	public static String PRFST_CNT;
94
	public static String PRFST_CNT;
Lines 107-113 Link Here
107
	public static String RPRF_WT;
97
	public static String RPRF_WT;
108
	public static String 	RPRF_WT1;
98
	public static String 	RPRF_WT1;
109
	public static String 	RPRF_WT2;
99
	public static String 	RPRF_WT2;
110
	public static String 	RPRF_WTP;
111
	public static String 	RPRF_WT3;
100
	public static String 	RPRF_WT3;
112
	public static String 	RPRF_WTY;
101
	public static String 	RPRF_WTY;
113
	public static String 	RPRF_WTN;
102
	public static String 	RPRF_WTN;
Lines 132-142 Link Here
132
	public static String DPRFS_D;
121
	public static String DPRFS_D;
133
122
134
	public static String LST_AG;
123
	public static String LST_AG;
135
	public static String LST_S;
136
	public static String LST_T;
137
	public static String PENDI;
138
	public static String CONH_ERROR_;
124
	public static String CONH_ERROR_;
139
	public static String HSTL;
140
	public static String PAP_PR;
125
	public static String PAP_PR;
141
	public static String AD_DIR;
126
	public static String AD_DIR;
142
	public static String ADD_JAR;
127
	public static String ADD_JAR;
Lines 145-157 Link Here
145
	public static String OPWIZD;
130
	public static String OPWIZD;
146
	public static String OPWIZID;
131
	public static String OPWIZID;
147
	public static String OPWIZH;
132
	public static String OPWIZH;
148
	public static String TERMINATE;
149
	public static String TERMINATE_Q;
133
	public static String TERMINATE_Q;
150
134
151
	public static String PLERR_INFO_;
135
	public static String PLERR_INFO_;
152
	public static String PL_ERROR_;
136
	public static String PL_ERROR_;
153
	public static String COBJR_INFO_;
137
	public static String COBJR_INFO_;
154
	public static String ERINVAG;
155
138
156
	public static String MON_LOCD;
139
	public static String MON_LOCD;
157
140
Lines 161-167 Link Here
161
	public static String 	OPTIONS_D;
144
	public static String 	OPTIONS_D;
162
	public static String 	OPTIONS_TP;
145
	public static String 	OPTIONS_TP;
163
	public static String 	OPTIONS_V;
146
	public static String 	OPTIONS_V;
164
	public static String 	LSH_ST;
165
	public static String 	LSH_SCFT;
147
	public static String 	LSH_SCFT;
166
	public static String 	LSH_SCFM;
148
	public static String 	LSH_SCFM;
167
	public static String 	LSH_SAT;
149
	public static String 	LSH_SAT;
Lines 184-203 Link Here
184
	public static String LNCH_ERR;
166
	public static String LNCH_ERR;
185
	public static String RAC_CERR;
167
	public static String RAC_CERR;
186
168
187
	public static String IMP_FILT_OP;
188
189
	public static String ST_FPKN;
169
	public static String ST_FPKN;
190
	public static String ST_FPCN;
170
	public static String ST_FPCN;
191
	public static String ST_FPMN;
171
	public static String ST_FPMN;
192
	public static String ST_FPTN;
193
172
194
	public static String ST_FILTER;
173
	public static String ST_FILTER;
195
	public static String ST_CSSNT;
174
	public static String ST_CSSNT;
196
175
197
	public static String ST_FLTBY;
176
	public static String ST_FLTBY;
198
	public static String ST_FLTPL;
199
	public static String ST_FLTCL;
200
	public static String ST_FLTML;
201
177
202
	public static String ST_FLTPWT;
178
	public static String ST_FLTPWT;
203
	public static String ST_FLTPW;
179
	public static String ST_FLTPW;
Lines 213-226 Link Here
213
	public static String RM_FSTT;
189
	public static String RM_FSTT;
214
	public static String ED_FSTT;
190
	public static String ED_FSTT;
215
	public static String TAB_ERRHST;
191
	public static String TAB_ERRHST;
216
	public static String TAB_ERRAG;
217
	public static String TAB_ERRMN;
192
	public static String TAB_ERRMN;
218
	public static String TAB_ERRCP;
193
	public static String TAB_ERRCP;
219
	public static String TAB_ERRDP;
194
	public static String TAB_ERRDP;
220
	public static String TAB_ERRDM;
195
	public static String TAB_ERRDM;
221
	public static String TAB_ERRDF;
196
	public static String TAB_ERRDF;
222
	public static String TAB_ERRLI;
223
	public static String TAB_ERRLT;
224
	public static String TAB_ERRCN;
197
	public static String TAB_ERRCN;
225
	public static String TAB_ERRDR;
198
	public static String TAB_ERRDR;
226
199
Lines 249-258 Link Here
249
	public static String FLTST_NM;
222
	public static String FLTST_NM;
250
223
251
	public static String FLT_IGN;
224
	public static String FLT_IGN;
252
	public static String OPT_IGNRD;
253
	
225
	
254
	public static String FLT_AUTO;
226
	public static String FLT_AUTO;
255
	public static String INVDELT_VAL;
256
227
257
	public static String WEB_SPHERE_STD_FILTER;
228
	public static String WEB_SPHERE_STD_FILTER;
258
	public static String J2EE_FILTER;
229
	public static String J2EE_FILTER;
Lines 322-336 Link Here
322
	public static String AUT_REF;
293
	public static String AUT_REF;
323
	public static String RF_INT;
294
	public static String RF_INT;
324
295
325
	public static String CORD;
326
	public static String LG_TP;
327
296
328
	public static String IM_TRRAN;
297
	public static String IM_TRRAN;
329
	public static String IM_TRFIL;
298
	public static String IM_TRFIL;
330
	public static String LG_AGT;
331
	public static String LSH_SAM;
299
	public static String LSH_SAM;
332
	public static String _4;
333
	public static String _5;
334
	public static String _8;
300
	public static String _8;
335
	public static String _9;
301
	public static String _9;
336
	public static String _10;
302
	public static String _10;
Lines 341-350 Link Here
341
	public static String _18;
307
	public static String _18;
342
	public static String _19;
308
	public static String _19;
343
	public static String _20;
309
	public static String _20;
344
	public static String _21;
345
	public static String _22;
346
	public static String _23;
347
	public static String _24;
348
	
310
	
349
	
311
	
350
	/* Ali M. -- Messages */
312
	/* Ali M. -- Messages */
Lines 352-358 Link Here
352
	public static String LAUNCH_CONTROL_TEST;
314
	public static String LAUNCH_CONTROL_TEST;
353
	public static String LAUNCH_CONTROL_EDIT;
315
	public static String LAUNCH_CONTROL_EDIT;
354
	public static String LAUNCHER_COMMON_ERROR_TITLE;
316
	public static String LAUNCHER_COMMON_ERROR_TITLE;
355
	public static String LAUNCH_DESC_HEADER;
356
	
317
	
357
	public static String ERROR_LAUNCH_TYPE_NOT_F;
318
	public static String ERROR_LAUNCH_TYPE_NOT_F;
358
	public static String ERROR_LAUNCH_CONF_LIMIT_TIME;
319
	public static String ERROR_LAUNCH_CONF_LIMIT_TIME;
(-)src/org/eclipse/hyades/trace/ui/internal/util/messages.properties (-47 lines)
Lines 12-22 Link Here
12
# NLS_MESSAGEFORMAT_VAR
12
# NLS_MESSAGEFORMAT_VAR
13
# NLS_ENCODING=UTF-8
13
# NLS_ENCODING=UTF-8
14
14
15
16
_1=Log path:
17
_2= Log type:
18
_3= Display name:
19
20
ADV_BTN=Advanced>>
15
ADV_BTN=Advanced>>
21
INSTL_INFO=Note: The amount of instance data collected grows exponentially relative to the number of classes collected.
16
INSTL_INFO=Note: The amount of instance data collected grows exponentially relative to the number of classes collected.
22
COL_CPU                            = Collect method &CPU time information
17
COL_CPU                            = Collect method &CPU time information
Lines 39-54 Link Here
39
AUI_BCLS                     = Collect boundar&y classes excluded by the filter set
34
AUI_BCLS                     = Collect boundar&y classes excluded by the filter set
40
EXEC_STAT                                   = Show &execution statistics ( compressed data )
35
EXEC_STAT                                   = Show &execution statistics ( compressed data )
41
36
42
#RefreshTreeACtion
43
#SaveTOLocalAction
44
#PIProcessListener
45
LJP_ERROR_                  = IWAT0003E Launch Java Process Error
37
LJP_ERROR_                  = IWAT0003E Launch Java Process Error
46
PB_AC_WARN_                 = IWAT0004W Problems occurred while launching the Java process.
38
PB_AC_WARN_                 = IWAT0004W Problems occurred while launching the Java process.
47
#CList
48
SRT_BTN                                 = Sort
39
SRT_BTN                                 = Sort
49
#AttachProcessWizardPage
50
RST_D                                  = &Refresh Data
51
RI_AGT                   = Reinitialize agents
52
40
53
CLASS_NAME                                  = C&lass name:
41
CLASS_NAME                                  = C&lass name:
54
BROWSE2                                     = Brows&e...
42
BROWSE2                                     = Brows&e...
Lines 95-102 Link Here
95
PRFF_APP = ''{0}'' already exists.  Would you like to append profile data to it?
83
PRFF_APP = ''{0}'' already exists.  Would you like to append profile data to it?
96
PRFF_APPN = Append profile data to ''{0}'' in folder ''{1}''?
84
PRFF_APPN = Append profile data to ''{0}'' in folder ''{1}''?
97
85
98
AJLC_WNE  = Working directory does not exist: {0}
99
WCD_NST = Launching failed. Required Library "startup.jar" is missing from the target platform.
100
# Navigator layouts
86
# Navigator layouts
101
# Please translate
87
# Please translate
102
FLTS_DEFN                         = New Profiling Set
88
FLTS_DEFN                         = New Profiling Set
Lines 110-116 Link Here
110
TB_NMAIN                               = &Main
96
TB_NMAIN                               = &Main
111
TB_NDEST                        = &Destination
97
TB_NDEST                        = &Destination
112
TB_NFILT                            = &Filters
98
TB_NFILT                            = &Filters
113
TB_NLIM                             = &Limits
114
TB_NPROF							= Monitor
99
TB_NPROF							= Monitor
115
TB_NVW							= &Overview
100
TB_NVW							= &Overview
116
#ProfilingSet Overview
101
#ProfilingSet Overview
Lines 120-126 Link Here
120
RPRF_WT			= Remove Profiling Set
105
RPRF_WT			= Remove Profiling Set
121
RPRF_WT1		= The profiling set about to be removed is applied in more then one configurations.\n
106
RPRF_WT1		= The profiling set about to be removed is applied in more then one configurations.\n
122
RPRF_WT2		= Profiling set "{0}" will be selected unpon removal.\n\n
107
RPRF_WT2		= Profiling set "{0}" will be selected unpon removal.\n\n
123
RPRF_WTP		= -
124
RPRF_WT3		= Do you want to continue removing the profiling set?
108
RPRF_WT3		= Do you want to continue removing the profiling set?
125
RPRF_WTY		= Yes
109
RPRF_WTY		= Yes
126
RPRF_WTN		= No
110
RPRF_WTN		= No
Lines 145-155 Link Here
145
DPRFS_D				= No description provided.
129
DPRFS_D				= No description provided.
146
130
147
LST_AG                             = Available Agents:
131
LST_AG                             = Available Agents:
148
LST_S                             = &Agents
149
LST_T                             = &Selected agents
150
PENDI							= Retrieving list...
151
CONH_ERROR_				= IWAT0435E An error occured when connecting to the host.
132
CONH_ERROR_				= IWAT0435E An error occured when connecting to the host.
152
HSTL								= host
153
#preferences
133
#preferences
154
PAP_PR                = &Display projects in the Profiling Monitor
134
PAP_PR                = &Display projects in the Profiling Monitor
155
#LaunchProcessUI
135
#LaunchProcessUI
Lines 162-174 Link Here
162
OPWIZD          = View the properties of the process.
142
OPWIZD          = View the properties of the process.
163
OPWIZID            = Process ID:
143
OPWIZID            = Process ID:
164
OPWIZH                  = Host:
144
OPWIZH                  = Host:
165
TERMINATE                                   = Terminate
166
TERMINATE_Q                                 = Terminate process {0} [ PID: {1} ] ?
145
TERMINATE_Q                                 = Terminate process {0} [ PID: {1} ] ?
167
146
168
PLERR_INFO_                = IWAT0007I Either the agent controller (RAServer.exe) is not started, or the Java path is incorrect. See log for more details.
147
PLERR_INFO_                = IWAT0007I Either the agent controller (RAServer.exe) is not started, or the Java path is incorrect. See log for more details.
169
PL_ERROR_                       = IWAT0008E Error launching {0}.
148
PL_ERROR_                       = IWAT0008E Error launching {0}.
170
COBJR_INFO_                       = IWAT0009I The agent must be running and collecting data in order to collect object references. \nMake sure that the agent is in the monitoring state.
149
COBJR_INFO_                       = IWAT0009I The agent must be running and collecting data in order to collect object references. \nMake sure that the agent is in the monitoring state.
171
ERINVAG             = The process and/or agent you are trying to attach to are no longer running. Please restart the application and select a new agent.
172
150
173
# keep these as one word (no space)
151
# keep these as one word (no space)
174
MON_LOCD                    = DefaultMonitor
152
MON_LOCD                    = DefaultMonitor
Lines 182-188 Link Here
182
OPTIONS_V                     = Value
160
OPTIONS_V                     = Value
183
161
184
# Launch Shortcuts
162
# Launch Shortcuts
185
LSH_ST               = Profile Type
186
LSH_SCFT               = Launch Configuration Selection
163
LSH_SCFT               = Launch Configuration Selection
187
LSH_SCFM                 = Choose a launch configuration to &profile:
164
LSH_SCFM                 = Choose a launch configuration to &profile:
188
LSH_SAT             = Applet selection
165
LSH_SAT             = Applet selection
Lines 207-226 Link Here
207
LNCH_ERR                               = IWAT0113E Error launching application.
184
LNCH_ERR                               = IWAT0113E Error launching application.
208
RAC_CERR                           = IWAT0114E Configuration error on agent controller.\nError exists in agent controller configuration file: serviceconfig.xml\nMake sure the agent controller installation is correctly configured.
185
RAC_CERR                           = IWAT0114E Configuration error on agent controller.\nError exists in agent controller configuration file: serviceconfig.xml\nMake sure the agent controller installation is correctly configured.
209
186
210
IMP_FILT_OP                     = Filter
211
187
212
ST_FPKN                 		= Package name
188
ST_FPKN                 		= Package name
213
ST_FPCN		                = Class name
189
ST_FPCN		                = Class name
214
ST_FPMN                		= Method name
190
ST_FPMN                		= Method name
215
ST_FPTN						= Thread name
216
191
217
ST_FILTER									= Filter string (* = any string, ? = any character)
192
ST_FILTER									= Filter string (* = any string, ? = any character)
218
ST_CSSNT							= C&ase sensitive
193
ST_CSSNT							= C&ase sensitive
219
194
220
ST_FLTBY								= Filter by:
195
ST_FLTBY								= Filter by:
221
ST_FLTPL						= &Package
222
ST_FLTCL						= &Class
223
ST_FLTML						= &Method
224
196
225
ST_FLTPWT				= Unsupported Filter Patterns
197
ST_FLTPWT				= Unsupported Filter Patterns
226
ST_FLTPW 					= The profiling engine does not support complex regular patterns for filters. For this reason, the following filter(s) cannot be applied:
198
ST_FLTPW 					= The profiling engine does not support complex regular patterns for filters. For this reason, the following filter(s) cannot be applied:
Lines 229-235 Link Here
229
ST_FLTPWN			= No
201
ST_FLTPWN			= No
230
202
231
203
232
STR_NEW                                         = Ne&w
233
204
234
ADD_PFSTT               = Add profiling set to the table
205
ADD_PFSTT               = Add profiling set to the table
235
RM_PFSTT            = Remove selected profiling set
206
RM_PFSTT            = Remove selected profiling set
Lines 240-254 Link Here
240
ED_FSTT                 = Edit selected filter set
211
ED_FSTT                 = Edit selected filter set
241
# Launch configuration types
212
# Launch configuration types
242
TAB_ERRHST                              = IWAT0224E You must specify a hostname and a port.
213
TAB_ERRHST                              = IWAT0224E You must specify a hostname and a port.
243
TAB_ERRAG                            = IWAT0225E You must select at least one agent to attach to.
244
TAB_ERRMN                              = IWAT0226E You must specify a class file to launch.
214
TAB_ERRMN                              = IWAT0226E You must specify a class file to launch.
245
TAB_ERRCP							= IWAT0227E You must specify a class path
215
TAB_ERRCP							= IWAT0227E You must specify a class path
246
TAB_ERRDP               = IWAT0228E You must specify the project in which to store the profiling data.
216
TAB_ERRDP               = IWAT0228E You must specify the project in which to store the profiling data.
247
TAB_ERRDM               = IWAT0229E You must specify the monitor you wish to use.
217
TAB_ERRDM               = IWAT0229E You must specify the monitor you wish to use.
248
TAB_ERRDF                  = IWAT0230E If you wish to profile to a file, you must specify a valid filename to save the profiling data.
218
TAB_ERRDF                  = IWAT0230E If you wish to profile to a file, you must specify a valid filename to save the profiling data.
249
TAB_ERRDR                  = IWAT0458E Invalid profile file path.
219
TAB_ERRDR                  = IWAT0458E Invalid profile file path.
250
TAB_ERRLI                = IWAT0232E Number of method invocations must be a positive integer.
251
TAB_ERRLT                       = IWAT0233E Number of seconds must be a positive integer.
252
TAB_ERRCN                         = IWAT0308E Class names cannot contain whitespace.
220
TAB_ERRCN                         = IWAT0308E Class names cannot contain whitespace.
253
221
254
LNC_SHSTT               = Test Selection
222
LNC_SHSTT               = Test Selection
Lines 269-286 Link Here
269
DEF_SETNM                        = Default
237
DEF_SETNM                        = Default
270
FLT_NOTE                             = Note: By default, all classes are profiled.\nUse a filter set to filter out and customize profiled data.\nSupported wildcard usage on a filter is: '*', '<pattern>*', '*<pattern>'.
238
FLT_NOTE                             = Note: By default, all classes are profiled.\nUse a filter set to filter out and customize profiled data.\nSupported wildcard usage on a filter is: '*', '<pattern>*', '*<pattern>'.
271
FLT_SUPPPTRN                 = Supported wildcard usage on a filter is: '*', '<pattern>*', '*<pattern>'.
239
FLT_SUPPPTRN                 = Supported wildcard usage on a filter is: '*', '<pattern>*', '*<pattern>'.
272
FLT_CNT                         = &Contents of selected filter set:
273
SEL_FLTST                       = &Select a filter set:
240
SEL_FLTST                       = &Select a filter set:
274
ADD_SETDG                             = Add Filter Set
241
ADD_SETDG                             = Add Filter Set
275
EDT_SETDG                            = Edit Filter Set
242
EDT_SETDG                            = Edit Filter Set
276
FLTST_NM                         = &Filter set name:
243
FLTST_NM                         = &Filter set name:
277
FLT_CNT                         = &Contents of selected filter set:
244
FLT_CNT                         = &Contents of selected filter set:
278
FLT_IGN                          = Filters are ignored when profiling with the J2EE Request Profiler.
245
FLT_IGN                          = Filters are ignored when profiling with the J2EE Request Profiler.
279
OPT_IGNRD                          = Options are ignored when profiling with the J2EE Request Profiler.
280
FLT_AUTO						= Au&tomatically determine filtering criteria
246
FLT_AUTO						= Au&tomatically determine filtering criteria
281
247
282
248
283
INVDELT_VAL              = Hour values must be positive. Minute and second values must be between 0 and 59. Microsecond values must be between 0 and 999999.          
284
249
285
WEB_SPHERE_STD_FILTER                       = WebSphere Studio
250
WEB_SPHERE_STD_FILTER                       = WebSphere Studio
286
J2EE_FILTER                                 = WebSphere J2EE
251
J2EE_FILTER                                 = WebSphere J2EE
Lines 344-350 Link Here
344
RAC_LHP                    = A&gent Controller local port:
309
RAC_LHP                    = A&gent Controller local port:
345
310
346
311
347
HDTP                             = Hide Log Type
348
312
349
AMONC                     = A&utomatically start monitoring when application is launched
313
AMONC                     = A&utomatically start monitoring when application is launched
350
AMONL                        = Note: This option only applies when launching an application. 
314
AMONL                        = Note: This option only applies when launching an application. 
Lines 354-367 Link Here
354
AUT_REF                                      = Automatic refresh
318
AUT_REF                                      = Automatic refresh
355
RF_INT                                 = Refresh interval (in seconds):
319
RF_INT                                 = Refresh interval (in seconds):
356
320
357
CORD                 = Description:
358
LG_TP                               = Supported log types:
359
321
360
IM_TRRAN                  = Ran&ge
322
IM_TRRAN                  = Ran&ge
361
IM_TRFIL                 = F&ilter
323
IM_TRFIL                 = F&ilter
362
LG_AGT=Open logging agent page
363
_4                  = HTML Trace report
364
_5 = File path:
365
324
366
_8	    = Selected class has no main method.
325
_8	    = Selected class has no main method.
367
_9		= Error
326
_9		= Error
Lines 374-384 Link Here
374
_18=CSV Trace report
333
_18=CSV Trace report
375
_19=XML Trace report
334
_19=XML Trace report
376
_20=XML Trace report
335
_20=XML Trace report
377
_21= No execution flow data is available for display.\nEither you have no trace selected in the Profiling Monitor view or the current selection does not contain execution flow graphical details.\n\nNote:\nThis view is available only if the trace contains execution graphical details. To collect this type of information, on the Profile tab in the Launch configuration, choose the Execution Time Analysis option, then select Show Execution Flow graphical details.
378
_22= No execution statistics is available for display.\nEither you have no trace selected in the Profiling Monitor view or the current selection does not contain execution statistic information.\n\nNote:\nThis view is available only if the trace contains execution statistics. To collect this type of information, on the Profile tab in the Launch configuration, choose the Execution Time Analysis option.
379
_23=No memory statistics is available for display.\nEither you have no trace selected in the Profiling Monitor view or the current selection does not contain memory statistic information.\n\nNote:\nThis view is available only if the trace contains memory statistics. To collect this type of information, on the Profile tab in the Launch configuration, choose the Memory Analysis option.
380
_24 = Unknown correlation operation
381
382
################################
336
################################
383
# Ali M. -- Messages 
337
# Ali M. -- Messages 
384
################################
338
################################
Lines 386-392 Link Here
386
LAUNCH_CONTROL_TEST					= &Test Availability 
340
LAUNCH_CONTROL_TEST					= &Test Availability 
387
LAUNCH_CONTROL_EDIT					= &Edit Options
341
LAUNCH_CONTROL_EDIT					= &Edit Options
388
LAUNCHER_COMMON_ERROR_TITLE=Error
342
LAUNCHER_COMMON_ERROR_TITLE=Error
389
LAUNCH_DESC_HEADER					= Description:
390
343
391
ERROR_LAUNCH_CONF_LIMIT_TIME		= The number of seconds needs to be a positive non-zero integer
344
ERROR_LAUNCH_CONF_LIMIT_TIME		= The number of seconds needs to be a positive non-zero integer
392
ERROR_LAUNCH_TYPE_NOT_F=The type of the launch configuration selected could not be resolved.
345
ERROR_LAUNCH_TYPE_NOT_F=The type of the launch configuration selected could not be resolved.
(-)src/org/eclipse/hyades/trace/ui/internal/reports/TraceReportMessages.java (-2 lines)
Lines 33-40 Link Here
33
	public static String _9;
33
	public static String _9;
34
	public static String _10;
34
	public static String _10;
35
	public static String _11;
35
	public static String _11;
36
	public static String _12;
37
	public static String _13;
38
36
39
	private TraceReportMessages() {
37
	private TraceReportMessages() {
40
		// Do not instantiate
38
		// Do not instantiate
(-)src/org/eclipse/hyades/trace/ui/internal/reports/message.properties (-2 lines)
Lines 24-28 Link Here
24
_9                  = Live Instances
24
_9                  = Live Instances
25
_10                       = Active Size (bytes)
25
_10                       = Active Size (bytes)
26
_11 = Execution Statistics
26
_11 = Execution Statistics
27
_12=Classes:
28
_13=Methods:
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.apache.jakarta_log4j_logging</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-)src-common-internal/org/eclipse/tptp/platform/common/ui/internal/messages.properties (-76 / +6 lines)
Lines 13-43 Link Here
13
# NLS_MESSAGEFORMAT_VAR
13
# NLS_MESSAGEFORMAT_VAR
14
# NLS_ENCODING=UTF-8
14
# NLS_ENCODING=UTF-8
15
15
16
_1   = &Description
17
_2   = N&ame
16
_2   = N&ame
18
17
19
_3   = Info
18
_3   = Info
20
_4   = Name
19
_4   = Name
21
_5   = Description
20
_5   = Description
22
_6   = Elements
21
_6   = Elements
23
_7   = Question
24
_8   = Error
22
_8   = Error
25
23
26
_9   = IWAT0115E Argument "{0}" cannot be null.
24
_9   = IWAT0115E Argument "{0}" cannot be null.
27
_10  = IWAT0116E Invalid argument.
25
_10  = IWAT0116E Invalid argument.
28
26
29
_11  = &Add...
30
_12  = &Remove
31
_13  = &Set Default
32
_14  = {0} ( default )
33
_15  = IWAT0117E Invalid association
27
_15  = IWAT0117E Invalid association
34
_16  = IWAT0118E The type cannot be null;
28
_16  = IWAT0118E The type cannot be null;
35
_17  = Add association
36
37
_18  = Select one element
38
39
_19  = Hyades Editor
40
_20  = This is the editor Hyades uses to "launch" other editor.\nYou should not be seeing this.
41
29
42
_21  = The project is empty
30
_21  = The project is empty
43
_22  = The name is empty
31
_22  = The name is empty
Lines 51-80 Link Here
51
OS_Invalid_Name_ERROR_		= Name cannot contain invalid OS resource characters.
39
OS_Invalid_Name_ERROR_		= Name cannot contain invalid OS resource characters.
52
_28	 = numeric value
40
_28	 = numeric value
53
_29	 = {0} items selected.
41
_29	 = {0} items selected.
54
_30  = by &Name
55
_31  = by &Type
56
_32  = The file "{0}" already exists.\nDo you want to overwrite it?
57
_33  = A project with this same name will be created by this wizard.
58
_34  = IWAT0121E A project with this same name will be created by this wizard.
59
_35  = IWAT0122E Unable to create the project.
60
_36  = IWAT0123E The import path cannot be null.
61
_37  = Creating sample project...
62
_38  = Creating project
63
_39  = {0} : {1}
42
_39  = {0} : {1}
64
_40	 = IWAT4000E Resource {0} does not exist.
43
65
_41  = File Deleted
66
_42  = This file has been deleted from the file system.\nDo you want to save your changes or close the editor without saving?
67
_43  = File Changed
68
_44  = This file has been changed on the file system.\nDo you want to load the changes?
69
_45  = &Save
70
_46  = &Close
71
_47	 = Exception caught during the wizard pages creation:  {0}
44
_47	 = Exception caught during the wizard pages creation:  {0}
72
_48  = IWAT4001E An error has happened during the saving attempt.\n\nFile:{0}\nReason:{1}\n\nSee log file for further details.
45
_48  = IWAT4001E An error has happened during the saving attempt.\n\nFile:{0}\nReason:{1}\n\nSee log file for further details.
73
_49  = Select
46
_49  = Select
74
_50  = The following wizards are available.
47
_50  = The following wizards are available.
75
_51  = Resource
48
_51  = Resource
76
_52  = Confirm Perspective Switch
49
_52  = Confirm Perspective Switch
77
_53  = New Example
78
_54  = &JDBC driver location:
50
_54  = &JDBC driver location:
79
_55  = &Browse...
51
_55  = &Browse...
80
_56	 = Test connection
52
_56	 = Test connection
Lines 91-105 Link Here
91
_67  = Invalid password
63
_67  = Invalid password
92
_68  = Connection completed without errors.
64
_68  = Connection completed without errors.
93
_69	 = Error when trying to connect:
65
_69	 = Error when trying to connect:
94
_70  = The ZoomSlider's maximum value must be greater than its minimum value!
66
95
_71  = The ZoomSlider's maximum visible value must be greater than its minimum visible value!
96
_72  = The ZoomSlider's minimum value must be less than, or equal to its minimum visible value!
97
_73  = The ZoomSlider's maximum value must be greater than, or equal to its maximum visible value!
98
_74  = The ZoomSlider's resolution must be less than the difference between its maximum and minimum values!
99
_75  = The ZoomSlider's resolution must be a positive, non-zero number!
100
_76  = The ZoomSlider's resolution must equal n * Math.pow(10, p) where n = 1, 2 or 5, and p is any integer, e.g....0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 20, 50...are all valid resolution values!
101
_77  = The ZoomSlider's 'direction' must be either ZoomSlider.INCREASING or ZoomSlider.DECREASING!
102
_78  = The ZoomSlider's 'orientation' must be either ZoomSlider.HORIZONTAL or ZoomSlider.VERTICAL!
103
_79	 = Filters
67
_79	 = Filters
104
_80	 = Standard
68
_80	 = Standard
105
_81	 = Advanced
69
_81	 = Advanced
Lines 128-135 Link Here
128
_104 = &New...
92
_104 = &New...
129
_105 = &Edit...
93
_105 = &Edit...
130
_106 = &Remove
94
_106 = &Remove
131
_107 = &Up
132
_108 = &Down
133
_109 = Manage Filters...
95
_109 = Manage Filters...
134
_110 = New_filter
96
_110 = New_filter
135
_111 = No filter
97
_111 = No filter
Lines 139-180 Link Here
139
_115 = Edit Filter
101
_115 = Edit Filter
140
_116 = Enter filter information
102
_116 = Enter filter information
141
_117 = Select the type of filter to add
103
_117 = Select the type of filter to add
142
_118 = Entered value {0} is not valid for the attribute {1}
104
143
_119 = Import profiling Filter
144
_120 = Import Profiling Filter
145
_121 = Select profiling filter to be imported from a profiling filter file.
146
_122 = Select the filters you want to import from the available list.
147
_123 = Available filters from filter file
148
_124 = Selected filters to be imported
149
_125 = Filter file :
150
_126 = Export Profiling Filter
151
_127 = Export profiling filter
152
_128 = Select and export profiling filter to a profiling filter file.
153
_129 = Select the filters you want to export to the filter file.
154
_130 = Available filters from workspace
155
_131 = Selected filters to be exported
156
_132 = Filter name {0} already exists.
157
_133 = B&rowse...
158
_134 = >
159
_135 = <
160
_136 = >>
161
_137 = <<
162
_138 = The same name already exists.
105
_138 = The same name already exists.
163
_139 = Co&llapse All
106
_139 = Co&llapse All
164
_140 = Collapse All
107
_140 = Collapse All
165
_141 = &Sort
166
_142 = Closed Project
108
_142 = Closed Project
167
_143 = You attempted to go into a closed project: {0}\nPlease open the project and try again.
109
_143 = You attempted to go into a closed project: {0}\nPlease open the project and try again.
168
_144 = Working Set: {0}
110
_144 = Working Set: {0}
169
_145 = Large resource connection information:
170
111
171
_146=Select export generator:
112
172
_147=Export details:
173
113
174
_148 = New Report...
114
_148 = New Report...
175
_149 = Report...
115
176
_150 = No export data specified for this exporter.
177
_151 = No exporters available for this viewer.
178
#report messages
116
#report messages
179
_152            = New Report
117
_152            = New Report
180
_153          = Report
118
_153          = Report
Lines 182-189 Link Here
182
_155         = Report
120
_155         = Report
183
_156     = Select the Report to be created:
121
_156     = Select the Report to be created:
184
_157					= Open R&eport Automatically
122
_157					= Open R&eport Automatically
185
STATUS_LINE_WRITABLE=Writable
186
STATUS_LINE_READONLY=Read-Only
187
_158=File Already Exists
123
_158=File Already Exists
188
_159=The file you selected already exists - do you want to overwrite it?
124
_159=The file you selected already exists - do you want to overwrite it?
189
_160=IWAT4022E An error occurred during report generation.\n\nError: {0}
125
_160=IWAT4022E An error occurred during report generation.\n\nError: {0}
Lines 202-217 Link Here
202
uml_45	= Configure Min Max
138
uml_45	= Configure Min Max
203
139
204
#common log import and sdb password authenticator
140
#common log import and sdb password authenticator
205
authTitle = Username and password required
206
authMsg   = Enter username and password for accessing {0}:
141
authMsg   = Enter username and password for accessing {0}:
207
#commmon page size UI
142
#commmon page size UI
208
emptyPageSizeErr   = Page size cannot be empty.
143
emptyPageSizeErr   = Page size cannot be empty.
209
invalidPageSizeErr = Invalid page size: {0}.
144
invalidPageSizeErr = Invalid page size: {0}.
210
#Navigator action contribution
145
211
invalidNavExtAction = Invalid navigator action contribution {0}. Extension class must implement the interface org.eclipse.hyades.ui.provisional.navigator.action.INavigatorActionContributor.
146
invalidNavExtAction = Invalid navigator action contribution {0}. Extension class must implement the interface org.eclipse.hyades.ui.provisional.navigator.action.INavigatorActionContributor.
212
#End Navigator action contribution
213
#symptom catalog validator
214
symptomRule_any_not_valid = Symptom rule ''{0}'' is empty.
215
symptomDef_rule_not_valid = Symptom definition ''{0}'' requires at least a symptom rule. 
216
#end symptom catalog validator
217
147
(-)src-common-internal/org/eclipse/tptp/platform/common/ui/internal/CommonUIMessages.java (-71 / +2 lines)
Lines 29-54 Link Here
29
		// Do not instantiate
29
		// Do not instantiate
30
	}
30
	}
31
	
31
	
32
	public static String _1;
32
	
33
	public static String _2;
33
	public static String _2;
34
	public static String _3;
34
	public static String _3;
35
	public static String _4;
35
	public static String _4;
36
	public static String _5;
36
	public static String _5;
37
	public static String _6;
37
	public static String _6;
38
	public static String _7;
39
	public static String _8;
38
	public static String _8;
40
	public static String _9;
39
	public static String _9;
41
	public static String _10;
40
	public static String _10;
42
	public static String _11;
41
	
43
	public static String _12;
44
	public static String _13;
45
	public static String _14;
46
	public static String _15;
42
	public static String _15;
47
	public static String _16;
43
	public static String _16;
48
	public static String _17;
49
	public static String _18;
50
	public static String _19;
51
	public static String _20;
52
	public static String _21;
44
	public static String _21;
53
	public static String _22;
45
	public static String _22;
54
	public static String _23;
46
	public static String _23;
Lines 61-90 Link Here
61
    public static String OS_Invalid_Name_ERROR_;
53
    public static String OS_Invalid_Name_ERROR_;
62
	public static String _28;
54
	public static String _28;
63
	public static String _29;
55
	public static String _29;
64
	public static String _30;
65
	public static String _31;
66
	public static String _32;
67
	public static String _33;
68
	public static String _34;
69
	public static String _35;
70
	public static String _36;
71
	public static String _37;
72
	public static String _38;
73
	public static String _39;
56
	public static String _39;
74
	public static String _40;
75
	public static String _41;
76
	public static String _42;
77
	public static String _43;
78
	public static String _44;
79
	public static String _45;
80
	public static String _46;
81
	public static String _47;
57
	public static String _47;
82
	public static String _48;
58
	public static String _48;
83
	public static String _49;
59
	public static String _49;
84
	public static String _50;
60
	public static String _50;
85
	public static String _51;
61
	public static String _51;
86
	public static String _52;
62
	public static String _52;
87
	public static String _53;
88
	public static String _54;
63
	public static String _54;
89
	public static String _55;
64
	public static String _55;
90
	public static String _56;
65
	public static String _56;
Lines 101-115 Link Here
101
	public static String _67;
76
	public static String _67;
102
	public static String _68;
77
	public static String _68;
103
	public static String _69;
78
	public static String _69;
104
	public static String _70;
105
	public static String _71;
106
	public static String _72;
107
	public static String _73;
108
	public static String _74;
109
	public static String _75;
110
	public static String _76;
111
	public static String _77;
112
	public static String _78;
113
	public static String _79;
79
	public static String _79;
114
	public static String _80;
80
	public static String _80;
115
	public static String _81;
81
	public static String _81;
Lines 138-145 Link Here
138
	public static String _104;
104
	public static String _104;
139
	public static String _105;
105
	public static String _105;
140
	public static String _106;
106
	public static String _106;
141
	public static String _107;
142
	public static String _108;
143
	public static String _109;
107
	public static String _109;
144
	public static String _110;
108
	public static String _110;
145
	public static String _111;
109
	public static String _111;
Lines 149-188 Link Here
149
	public static String _115;
113
	public static String _115;
150
	public static String _116;
114
	public static String _116;
151
	public static String _117;
115
	public static String _117;
152
	public static String _118;
153
	public static String _119;
154
	public static String _120;
155
	public static String _121;
156
	public static String _122;
157
	public static String _123;
158
	public static String _124;
159
	public static String _125;
160
	public static String _126;
161
	public static String _127;
162
	public static String _128;
163
	public static String _129;
164
	public static String _130;
165
	public static String _131;
166
	public static String _132;
167
	public static String _133;
168
	public static String _134;
169
	public static String _135;
170
	public static String _136;
171
	public static String _137;
172
	public static String _138;
116
	public static String _138;
173
	public static String _139;
117
	public static String _139;
174
	public static String _140;
118
	public static String _140;
175
	public static String _141;
176
	public static String _142;
119
	public static String _142;
177
	public static String _143;
120
	public static String _143;
178
	public static String _144;
121
	public static String _144;
179
	public static String _145;
180
	public static String _146;
181
	public static String _147;
182
	public static String _148;
122
	public static String _148;
183
	public static String _149;
184
	public static String _150;
185
	public static String _151;
186
	public static String _152;
123
	public static String _152;
187
	public static String _153;
124
	public static String _153;
188
	public static String _154;
125
	public static String _154;
Lines 197-205 Link Here
197
	public static String _163;
134
	public static String _163;
198
	public static String _164;
135
	public static String _164;
199
	public static String _165;
136
	public static String _165;
200
    
201
    public static String STATUS_LINE_WRITABLE;
202
    public static String STATUS_LINE_READONLY;
203
	
137
	
204
	public static String COMMON_UI_STR_NEW;
138
	public static String COMMON_UI_STR_NEW;
205
	
139
	
Lines 207-220 Link Here
207
	public static String uml_25;
141
	public static String uml_25;
208
	public static String uml_45;
142
	public static String uml_45;
209
	
143
	
210
	public static String authTitle;
211
	public static String authMsg;
144
	public static String authMsg;
212
	public static String emptyPageSizeErr;
145
	public static String emptyPageSizeErr;
213
	public static String invalidPageSizeErr;
146
	public static String invalidPageSizeErr;
214
	public static String invalidNavExtAction;
147
	public static String invalidNavExtAction;
215
	
148
	
216
	public static String symptomRule_any_not_valid;
217
	public static String symptomDef_rule_not_valid; 
218
	
149
	
219
	
150
	
220
	static 
151
	static 
(-)src-uml2sd/org/eclipse/hyades/uml2sd/util/SDMessages.java (-3 lines)
Lines 93-101 Link Here
93
	public static String _71;
93
	public static String _71;
94
	public static String _72;
94
	public static String _72;
95
	public static String _73;
95
	public static String _73;
96
	public static String _74;
97
	public static String _75;
96
	public static String _75;
98
	public static String _76;
99
	public static String _77;
97
	public static String _77;
100
	public static String _78;
98
	public static String _78;
101
	public static String _79;
99
	public static String _79;
Lines 123-129 Link Here
123
	public static String _101;
121
	public static String _101;
124
	public static String _102;
122
	public static String _102;
125
	public static String _103;
123
	public static String _103;
126
	public static String _104;
127
	public static String _105;
124
	public static String _105;
128
	public static String _106;
125
	public static String _106;
129
	public static String _107;
126
	public static String _107;
(-)src-uml2sd/org/eclipse/hyades/uml2sd/util/messages.properties (-3 lines)
Lines 91-99 Link Here
91
_71  = pages
91
_71  = pages
92
_72  = page
92
_72  = page
93
_73  = pages
93
_73  = pages
94
_74  = Currently in all pages:
95
_75  = Current page:
94
_75  = Current page:
96
_76  = Maximum number of {0} in a page:
97
_77  = Navigation
95
_77  = Navigation
98
_78  = Click to open Overview\nDrag mouse to scroll\nUse Shift+Drag, Ctrl+Drag to scroll slower\nUse Shift+Ctrl+Drag to scroll very fine
96
_78  = Click to open Overview\nDrag mouse to scroll\nUse Shift+Drag, Ctrl+Drag to scroll slower\nUse Shift+Ctrl+Drag to scroll very fine
99
_79  = "Use 'Open with...|UML2 interactions' menu item to populate this view"
97
_79  = "Use 'Open with...|UML2 interactions' menu item to populate this view"
Lines 121-127 Link Here
121
_101 = Number of horizontal pages is invalid
119
_101 = Number of horizontal pages is invalid
122
_102 = There is no page selected
120
_102 = There is no page selected
123
_103 = From page 
121
_103 = From page 
124
_104 = From
125
_105 = to
122
_105 = to
126
_106 = Selected pages
123
_106 = Selected pages
127
_107 = Current view
124
_107 = Current view
(-)src-common-external/org/eclipse/tptp/platform/common/ui/trace/internal/CommonUITraceMessages.java (-2 lines)
Lines 71-77 Link Here
71
	public static String AG_AT;
71
	public static String AG_AT;
72
	public static String AG_MON;
72
	public static String AG_MON;
73
	public static String COLLECT;
73
	public static String COLLECT;
74
	public static String AGENT_DISCOVERER_NAME;
75
	public static String TRCNM;
74
	public static String TRCNM;
76
	public static String LGNM;
75
	public static String LGNM;
77
	public static String LY_FLAT;
76
	public static String LY_FLAT;
Lines 143-149 Link Here
143
	public static String SNCH_NDT;
142
	public static String SNCH_NDT;
144
	public static String NODP_T;
143
	public static String NODP_T;
145
	public static String NODP_TD;
144
	public static String NODP_TD;
146
	public static String CHOOSE_FILTER_MSG;
147
	
145
	
148
	static 
146
	static 
149
	{
147
	{
(-)src-common-external/org/eclipse/tptp/platform/common/ui/trace/internal/messages.properties (-2 lines)
Lines 60-66 Link Here
60
AG_DET                              	= detached
60
AG_DET                              	= detached
61
AG_AT                              		= attached
61
AG_AT                              		= attached
62
COLLECT                              	= ...collecting
62
COLLECT                              	= ...collecting
63
AGENT_DISCOVERER_NAME					= Agent Discoverer
64
AG_MON                             		= monitoring
63
AG_MON                             		= monitoring
65
TRCNM                                  	= Profiling
64
TRCNM                                  	= Profiling
66
LGNM                                   	= Log
65
LGNM                                   	= Log
Lines 133-136 Link Here
133
SNCH_NDT                         		= Synchronize time for distributed applications
132
SNCH_NDT                         		= Synchronize time for distributed applications
134
NODP_T                       			= Host
133
NODP_T                       			= Host
135
NODP_TD                        			= View the properties of the host.
134
NODP_TD                        			= View the properties of the host.
136
CHOOSE_FILTER_MSG              			= Filter: {0}. Click <a>here</a> to modify filters
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.eclipse.tptp.platform.agentcontroller.new.doc.isv</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-)bin/org/eclipse/tptp/platform/analysis/metrics/TPTPAnalysisMetricsPlugin.properties (-1 / +1 lines)
Lines 4-10 Link Here
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
6
# http://www.eclipse.org/legal/epl-v10.html
7
# $Id: TPTPAnalysisMetricsPlugin.properties,v 1.8 2006/05/12 15:19:09 hleung Exp $
7
# $Id: TPTPAnalysisMetricsPlugin.properties,v 1.5 2006/05/12 15:19:10 hleung Exp $
8
# 
8
# 
9
# Contributors:
9
# Contributors:
10
#     IBM Corporation - initial API and implementation
10
#     IBM Corporation - initial API and implementation
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.apache.jakarta_commons_logging</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.eclipse.tptp.platform.lta.extensions.instances</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-)src/org/eclipse/tptp/platform/log/views/internal/messages.properties (-35 / +2 lines)
Lines 10-23 Link Here
10
###############################################################################
10
###############################################################################
11
11
12
12
13
# NLS_MESSAGEFORMAT_VAR
13
14
# NLS_ENCODING=UTF-8
15
_0                               = Property
16
_1                               = Value
17
_2                                   = <empty>
18
_3                                   = Unknown label
14
_3                                   = Unknown label
19
_4                     = Sort Records
15
_4                     = Sort Records
20
_5                   = Filter Properties
21
16
22
# Log Analyzer format preference page.
17
# Log Analyzer format preference page.
23
_6                   = Timestamp Format
18
_6                   = Timestamp Format
Lines 47-58 Link Here
47
_24                        = Sort Columns
42
_24                        = Sort Columns
48
_25                                 = Analyze
43
_25                                 = Analyze
49
44
50
STR_FILTER                                      = Filter Properties
51
_26                             = Analyze All
52
_27                            = Analyzing...
45
_27                            = Analyzing...
53
_28                             = Loading database
46
_28                             = Loading database
54
_29                                = Analysis Result
55
_30                                 = Details
56
_31                                    = No matching strings.
47
_31                                    = No matching strings.
57
48
58
_33                                  = &Up
49
_33                                  = &Up
Lines 60-66 Link Here
60
_35                             = &Select All
51
_35                             = &Select All
61
_36                            = &Clear All
52
_36                            = &Clear All
62
_37                    = Restore &Defaults
53
_37                    = Restore &Defaults
63
_38                             = Filter Properties
64
_39                          = Advanced Filter Properties
54
_39                          = Advanced Filter Properties
65
_40                               = Sort by :
55
_40                               = Sort by :
66
_41                             = Select a symptom database file.
56
_41                             = Select a symptom database file.
Lines 114-120 Link Here
114
104
115
_81                = {0} log records. Expand log records from the context menu.
105
_81                = {0} log records. Expand log records from the context menu.
116
_82                 = severity = {0}
106
_82                 = severity = {0}
117
_83                       = {0} log records
118
_84                  = {0} log correlations
107
_84                  = {0} log correlations
119
_85                   = {0} log correlation
108
_85                   = {0} log correlation
120
_86                     = {0} source log record
109
_86                     = {0} source log record
Lines 183-189 Link Here
183
172
184
_136                           = Show correlated log records only
173
_136                           = Show correlated log records only
185
174
186
_137                               = Export Records to XML file
187
_138        = Error loading data.
175
_138        = Error loading data.
188
_139  = Filter Log Record
176
_139  = Filter Log Record
189
177
Lines 309-326 Link Here
309
_239=Process Id
297
_239=Process Id
310
_240=Thread Id
298
_240=Thread Id
311
_241=Classification
299
_241=Classification
312
_242 = XPath expressions
313
# Extended filter support labels
300
# Extended filter support labels
314
301
315
_250 = Additional Data Attribute Name
302
_250 = Additional Data Attribute Name
316
_251 = Additional Data Attribute Values
303
_251 = Additional Data Attribute Values
317
_252 = Additional Data Attributes - Nested (Children)		
318
_253 = Additional Data Attribute Hex Value
304
_253 = Additional Data Attribute Hex Value
319
_254 = Additional Data Attribute Type
305
_254 = Additional Data Attribute Type
320
_255 = DefaultEvent Analyzed
321
_256 = DefaultEvent ExtendedProperties
322
_257 = Default Event ExtensionName
306
_257 = Default Event ExtensionName
323
_258 = DefaultEvent Symptoms
324
_259 = Source Component Application Name
307
_259 = Source Component Application Name
325
_260 = Source Component Name
308
_260 = Source Component Name
326
_261 = Source Component Classification Type
309
_261 = Source Component Classification Type
Lines 376-401 Link Here
376
_311 = Reporting Component Thread Id
359
_311 = Reporting Component Thread Id
377
360
378
_320 = Highlight Events...
361
_320 = Highlight Events...
379
_321 = Color:
380
362
381
_322=Local Instance ID
363
382
_323=Global Instance ID
383
_324=Creation Time
384
_325=Severity
385
_326=Priority
386
_327=Message Text
387
_328=Number of Repeated Events
388
_329=Duration of Repeated Events
389
_330=Sequence Number
390
_331=Version
391
_332=Select the columns to enable.\nSelect the sequence using the Up and Down buttons.
364
_332=Select the columns to enable.\nSelect the sequence using the Up and Down buttons.
392
_333=Select filter to enable event highlighting \nand edit color in color edit column.
365
_333=Select filter to enable event highlighting \nand edit color in color edit column.
393
_334=Choose Columns...
366
_334=Choose Columns...
394
_335=Choose Columns...
367
_335=Choose Columns...
395
_336=Sort Columns...
368
_336=Sort Columns...
396
_337=Selected Columns Ordered By
397
#log columns
369
#log columns
398
type=Situation Type
399
sourceComponent=Source Component Name
370
sourceComponent=Source Component Name
400
sourceSubComponent=Source Sub-component Name
371
sourceSubComponent=Source Sub-component Name
401
sourceComponentIdType=Source Component Classfication Type
372
sourceComponentIdType=Source Component Classfication Type
Lines 415-421 Link Here
415
_351=Show warning and error log records
386
_351=Show warning and error log records
416
_352= A&vailable Columns
387
_352= A&vailable Columns
417
_353= Selected &Columns
388
_353= Selected &Columns
418
_354 = Run
419
_355 =Hex Value
389
_355 =Hex Value
420
_356 =Values
390
_356 =Values
421
391
Lines 438-444 Link Here
438
_379 = Request Situation
408
_379 = Request Situation
439
_380 = Start Situation
409
_380 = Start Situation
440
_381 = Stop Situation
410
_381 = Stop Situation
441
_383 = Import Log File
442
_385 = \tInvalid number of columns selected. \n\tPlease select one or more columns to populate the Log view.
411
_385 = \tInvalid number of columns selected. \n\tPlease select one or more columns to populate the Log view.
443
_386 = Symptom editor is not available for symptom file {0}.
412
_386 = Symptom editor is not available for symptom file {0}.
444
_387 = XML
413
_387 = XML
Lines 455-461 Link Here
455
424
456
COMMON_INFO = Information
425
COMMON_INFO = Information
457
426
458
REPORT_LOCATION_LBL = Location of the report:
459
REPORT_SHOW_PATH = The report is stored in {0}
427
REPORT_SHOW_PATH = The report is stored in {0}
460
428
461
LOG_VIEW_NO_CONTENT = A log file needs to be imported for this view to be populated.
429
LOG_VIEW_NO_CONTENT = A log file needs to be imported for this view to be populated.
Lines 463-469 Link Here
463
LogView_action_analyze = Analyze Selection
431
LogView_action_analyze = Analyze Selection
464
LogView_action_analyze_all = Analyze All
432
LogView_action_analyze_all = Analyze All
465
433
466
logInteractionProperty = Property
467
importLogLabel = Import Log With
434
importLogLabel = Import Log With
468
defaultImportLog = Import Log Wizard
435
defaultImportLog = Import Log Wizard
469
exportLogLabel = Export Log With 
436
exportLogLabel = Export Log With 
(-)src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java (-36 / +2 lines)
Lines 20-31 Link Here
20
		// Do not instantiate
20
		// Do not instantiate
21
	}
21
	}
22
22
23
	public static String _0;
24
	public static String _1;
25
	public static String _2;
26
	public static String _3;
23
	public static String _3;
27
	public static String _4;
24
	public static String _4;
28
	public static String _5;
29
	public static String _6;
25
	public static String _6;
30
	public static String _7;
26
	public static String _7;
31
	public static String _8;
27
	public static String _8;
Lines 46-64 Link Here
46
	public static String _23;
42
	public static String _23;
47
	public static String _24;
43
	public static String _24;
48
	public static String _25;
44
	public static String _25;
49
	public static String STR_FILTER;
50
	public static String _26;
51
	public static String _27;
45
	public static String _27;
52
	public static String _28;
46
	public static String _28;
53
	public static String _29;
54
	public static String _30;
55
	public static String _31;	
47
	public static String _31;	
56
	public static String _33;
48
	public static String _33;
57
	public static String _34;
49
	public static String _34;
58
	public static String _35;
50
	public static String _35;
59
	public static String _36;
51
	public static String _36;
60
	public static String _37;
52
	public static String _37;
61
	public static String _38;
62
	public static String _39;
53
	public static String _39;
63
	public static String _40;
54
	public static String _40;
64
	public static String _41;
55
	public static String _41;
Lines 103-109 Link Here
103
	public static String _80;
94
	public static String _80;
104
	public static String _81;
95
	public static String _81;
105
	public static String _82;
96
	public static String _82;
106
	public static String _83;
107
	public static String _84;
97
	public static String _84;
108
	public static String _85;
98
	public static String _85;
109
	public static String _86;
99
	public static String _86;
Lines 158-164 Link Here
158
	public static String _134;
148
	public static String _134;
159
	public static String _135;
149
	public static String _135;
160
	public static String _136;
150
	public static String _136;
161
	public static String _137;
162
	public static String _138;
151
	public static String _138;
163
	public static String _139;
152
	public static String _139;
164
	public static String _140;
153
	public static String _140;
Lines 262-277 Link Here
262
	public static String _239;
251
	public static String _239;
263
	public static String _240;
252
	public static String _240;
264
	public static String _241;
253
	public static String _241;
265
	public static String _242;
266
	public static String _250;
254
	public static String _250;
267
	public static String _251;
255
	public static String _251;
268
	public static String _252;
269
	public static String _253;
256
	public static String _253;
270
	public static String _254;
257
	public static String _254;
271
	public static String _255;
272
	public static String _256;
273
	public static String _257;
258
	public static String _257;
274
	public static String _258;
275
	public static String _259;
259
	public static String _259;
276
	public static String _260;
260
	public static String _260;
277
	public static String _261;
261
	public static String _261;
Lines 326-350 Link Here
326
	public static String _310;
310
	public static String _310;
327
	public static String _311;
311
	public static String _311;
328
	public static String _320;
312
	public static String _320;
329
	public static String _321;
330
	
313
	
331
	public static String _322;
332
	public static String _323;
333
	public static String _324;
334
	public static String _325;
335
	public static String _326;
336
	public static String _327;
337
	public static String _328;
338
	public static String _329;
339
	public static String _330;
340
	public static String _331;
341
	public static String _332;
314
	public static String _332;
342
	public static String _333;
315
	public static String _333;
343
	public static String _334;
316
	public static String _334;
344
	public static String _335;
317
	public static String _335;
345
	public static String _336;
318
	public static String _336;
346
	public static String _337;
347
	public static String type;
348
	public static String sourceComponent;
319
	public static String sourceComponent;
349
	public static String sourceSubComponent;	
320
	public static String sourceSubComponent;	
350
	public static String sourceComponentIdType;
321
	public static String sourceComponentIdType;
Lines 364-370 Link Here
364
	public static String _351;
335
	public static String _351;
365
	public static String _352;
336
	public static String _352;
366
	public static String _353;
337
	public static String _353;
367
	public static String _354;
368
	public static String _355;
338
	public static String _355;
369
	public static String _356;
339
	public static String _356;
370
	public static String _360;
340
	public static String _360;
Lines 388-395 Link Here
388
	// added for bugzilla_150966 
358
	// added for bugzilla_150966 
389
	// to display the 'Children' heading in the ExtendedDataTypeElement 
359
	// to display the 'Children' heading in the ExtendedDataTypeElement 
390
	// Properties Tab
360
	// Properties Tab
391
	public static String _382;	
361
	public static String _382;
392
	public static String _383;
393
	public static String _385;
362
	public static String _385;
394
	public static String _386;
363
	public static String _386;
395
	public static String _387;
364
	public static String _387;
Lines 409-416 Link Here
409
	public static String _501;
378
	public static String _501;
410
379
411
	public static String COMMON_INFO;
380
	public static String COMMON_INFO;
412
		
381
413
	public static String REPORT_LOCATION_LBL;	
414
	public static String REPORT_SHOW_PATH;
382
	public static String REPORT_SHOW_PATH;
415
383
416
	public static String LOG_VIEW_NO_CONTENT;
384
	public static String LOG_VIEW_NO_CONTENT;
Lines 418-427 Link Here
418
	public static String LogView_action_analyze;
386
	public static String LogView_action_analyze;
419
	public static String LogView_action_analyze_all;
387
	public static String LogView_action_analyze_all;
420
	
388
	
421
	public static String logInteractionProperty;
422
	public static String importLogLabel;
389
	public static String importLogLabel;
423
	public static String defaultImportLog;
390
	public static String defaultImportLog;
424
	public static String exportLogLabel;
425
	static 
391
	static 
426
	{
392
	{
427
		NLS.initializeMessages(BUNDLE_NAME, LogViewsMessages.class);
393
		NLS.initializeMessages(BUNDLE_NAME, LogViewsMessages.class);
(-)src/org/eclipse/hyades/security/internal/util/messages.properties (-1 lines)
Lines 84-90 Link Here
84
_65  = Alias name can not be empty
84
_65  = Alias name can not be empty
85
_66  = This alias name already exists, use another one
85
_66  = This alias name already exists, use another one
86
_67  = IWAT0284E The Agent Controller is not available on host {0}.\n Make sure that:\n* for localhost, the Internal Agent Controller is supported on your local platform. \n* the Agent Controller is installed.\n* the Agent Controller is configured to communicate with your machine.\n* you have the correct host name and port number for the Agent Controller.
86
_67  = IWAT0284E The Agent Controller is not available on host {0}.\n Make sure that:\n* for localhost, the Internal Agent Controller is supported on your local platform. \n* the Agent Controller is installed.\n* the Agent Controller is configured to communicate with your machine.\n* you have the correct host name and port number for the Agent Controller.
87
_68  = IWAT0017E Security Certificate not available for host {0}.\n Make sure that you have the correct security certificates imported into the workspace.
88
_69  = IWAT0111E Security Certificate not found.\n To be able to connect, please import a Security Certificate into the workspace.
87
_69  = IWAT0111E Security Certificate not found.\n To be able to connect, please import a Security Certificate into the workspace.
89
_70  = Information you exchange with this Agent Controller cannot be viewed or changed by others.\nHowever, it cannot be determined whether this Agent Controller is the intended target on host {0}.\nThe security certificate is unknown. You may view the certificate to determine whether you want to accept.\n\nDo you want to accept this certificate?
88
_70  = Information you exchange with this Agent Controller cannot be viewed or changed by others.\nHowever, it cannot be determined whether this Agent Controller is the intended target on host {0}.\nThe security certificate is unknown. You may view the certificate to determine whether you want to accept.\n\nDo you want to accept this certificate?
90
_71  = IWAT0112E The agent controller on host {0} is configured to use security.\nThe product you have does not suport secure connections. If you want to connect to {0} you will need to disable security of the agent controller on {0}.
89
_71  = IWAT0112E The agent controller on host {0} is configured to use security.\nThe product you have does not suport secure connections. If you want to connect to {0} you will need to disable security of the agent controller on {0}.
(-)src/org/eclipse/hyades/security/internal/util/SecurityMessages.java (-1 lines)
Lines 88-94 Link Here
88
	public static String _65;
88
	public static String _65;
89
	public static String _66;
89
	public static String _66;
90
	public static String _67;
90
	public static String _67;
91
	public static String _68;
92
	public static String _69;
91
	public static String _69;
93
	public static String _70;
92
	public static String _70;
94
	public static String _71;
93
	public static String _71;
(-)src/org/eclipse/tptp/platform/llc/launch/internal/core/LLCLaunchMessages.java (-5 lines)
Lines 23-29 Link Here
23
23
24
	public static String STR_ANALYZE_LL_COVERAGE;
24
	public static String STR_ANALYZE_LL_COVERAGE;
25
25
26
	public static String llCoverageName;
27
26
28
	public static String llCoverageType;
27
	public static String llCoverageType;
29
28
Lines 73-88 Link Here
73
72
74
	public static String METHOD_SPEC_METHOD_NAME;
73
	public static String METHOD_SPEC_METHOD_NAME;
75
74
76
	public static String METHOD_SPEC_METHOD_SIGNATURE;
77
78
	public static String MSG_BAD_PACKAGE;
75
	public static String MSG_BAD_PACKAGE;
79
76
80
	public static String MSG_BAD_CLASS;
77
	public static String MSG_BAD_CLASS;
81
78
82
	public static String MSG_BAD_METHOD;
79
	public static String MSG_BAD_METHOD;
83
80
84
	public static String MSG_BAD_SIGNATURE;
85
86
	public static String MSG_NOT_EVERY_METHODS;
81
	public static String MSG_NOT_EVERY_METHODS;
87
82
88
	static {
83
	static {
(-)src/org/eclipse/tptp/platform/llc/launch/internal/core/messages.properties (-3 lines)
Lines 4-10 Link Here
4
4
5
5
6
STR_ANALYZE_LL_COVERAGE = Analyze the application Line Level Coverage.\nSee what lines were executed.
6
STR_ANALYZE_LL_COVERAGE = Analyze the application Line Level Coverage.\nSee what lines were executed.
7
llCoverageName = Line Level Code Coverage
8
llCoverageType = Line Code Coverage
7
llCoverageType = Line Code Coverage
9
STR_COUNT_CHECKBOX = Count mode activated
8
STR_COUNT_CHECKBOX = Count mode activated
10
STR_COUNT_INFO = Activate count mode to get the number of hits per line and per unit
9
STR_COUNT_INFO = Activate count mode to get the number of hits per line and per unit
Lines 29-37 Link Here
29
METHOD_SPEC_PACKAGE_NAME = Package:
28
METHOD_SPEC_PACKAGE_NAME = Package:
30
METHOD_SPEC_CLASS_NAME = Class:
29
METHOD_SPEC_CLASS_NAME = Class:
31
METHOD_SPEC_METHOD_NAME = Method name:
30
METHOD_SPEC_METHOD_NAME = Method name:
32
METHOD_SPEC_METHOD_SIGNATURE = Signature:
33
MSG_BAD_PACKAGE = Bad package name or pattern
31
MSG_BAD_PACKAGE = Bad package name or pattern
34
MSG_BAD_CLASS = Bad class name or pattern
32
MSG_BAD_CLASS = Bad class name or pattern
35
MSG_BAD_METHOD = Bad method name or pattern
33
MSG_BAD_METHOD = Bad method name or pattern
36
MSG_BAD_SIGNATURE = Bad method signature or pattern
37
MSG_NOT_EVERY_METHODS = Selection of all methods is not possible
34
MSG_NOT_EVERY_METHODS = Selection of all methods is not possible
(-)src/org/eclipse/tptp/platform/jvmti/client/internal/messages.properties (-2 lines)
Lines 17-30 Link Here
17
ERROR_TI_AC_NOT_CONNECTED			= Agent Controller is not started
17
ERROR_TI_AC_NOT_CONNECTED			= Agent Controller is not started
18
ERROR_TI_AC_UNKNOWN_HOST			= The host name for which a connection should be established is unknown.
18
ERROR_TI_AC_UNKNOWN_HOST			= The host name for which a connection should be established is unknown.
19
ERROR_TI_AC_UNKNOWN					= An unexpected error occurred while attempting to establish a connection
19
ERROR_TI_AC_UNKNOWN					= An unexpected error occurred while attempting to establish a connection
20
ERROR_TI_AC_IAC						= The selected Java profiler agent is not available via Local Direct Connection.  Please start the Agent Controller to use the selected profiler.  
21
20
22
ERROR_TI_AGENT_UNAVAILABLE			= The JVMTI agent {0} is not available.  Make sure that the libraries for the agent are available and that it is configured properly.
21
ERROR_TI_AGENT_UNAVAILABLE			= The JVMTI agent {0} is not available.  Make sure that the libraries for the agent are available and that it is configured properly.
23
ERROR_TI_AGENT_UNKNOWN				= An unexpected error occurred while attempting to establish a connection with the JVMTI agent.
22
ERROR_TI_AGENT_UNKNOWN				= An unexpected error occurred while attempting to establish a connection with the JVMTI agent.
24
ERROR_TI_AGENT_INACTIVE				= The JVMTI agent appears to be inactive
23
ERROR_TI_AGENT_INACTIVE				= The JVMTI agent appears to be inactive
25
ERROR_TI_AGENT_FILTERS				= An error occurred while sending profiling filters to the JVMTI agent.
24
ERROR_TI_AGENT_FILTERS				= An error occurred while sending profiling filters to the JVMTI agent.
26
ERROR_TI_AGENT_OPTIONS				= An error occurred while sending profiling options to the JVMTI agent.
25
ERROR_TI_AGENT_OPTIONS				= An error occurred while sending profiling options to the JVMTI agent.
27
ERROR_TI_AGENT_MONITOR				= An error occurred while attempting to monitor the JVMTI agent.
28
ERROR_TI_AGENT_PROJECT_NAME			= The project name of the agent could not be resolved.
26
ERROR_TI_AGENT_PROJECT_NAME			= The project name of the agent could not be resolved.
29
27
30
ERROR_TI_PROCESS_LAUNCH_ACTIVE		= The process that was about to be launched seems to already be active.  Terminate the process and try again.
28
ERROR_TI_PROCESS_LAUNCH_ACTIVE		= The process that was about to be launched seems to already be active.  Terminate the process and try again.
(-)src/org/eclipse/tptp/platform/jvmti/client/internal/TIMessages.java (-2 / +1 lines)
Lines 24-37 Link Here
24
	public static String ERROR_TI_AC_NOT_CONNECTED;
24
	public static String ERROR_TI_AC_NOT_CONNECTED;
25
	public static String ERROR_TI_AC_UNKNOWN_HOST;
25
	public static String ERROR_TI_AC_UNKNOWN_HOST;
26
	public static String ERROR_TI_AC_UNKNOWN;
26
	public static String ERROR_TI_AC_UNKNOWN;
27
	public static String ERROR_TI_AC_IAC;
27
	
28
	
28
	
29
	public static String ERROR_TI_AGENT_UNAVAILABLE;
29
	public static String ERROR_TI_AGENT_UNAVAILABLE;
30
	public static String ERROR_TI_AGENT_UNKNOWN;
30
	public static String ERROR_TI_AGENT_UNKNOWN;
31
	public static String ERROR_TI_AGENT_INACTIVE;
31
	public static String ERROR_TI_AGENT_INACTIVE;
32
	public static String ERROR_TI_AGENT_FILTERS;
32
	public static String ERROR_TI_AGENT_FILTERS;
33
	public static String ERROR_TI_AGENT_OPTIONS;
33
	public static String ERROR_TI_AGENT_OPTIONS;
34
	public static String ERROR_TI_AGENT_MONITOR;
35
	public static String ERROR_TI_AGENT_PROJECT_NAME;
34
	public static String ERROR_TI_AGENT_PROJECT_NAME;
36
	
35
	
37
	
36
	
(-)src/org/eclipse/hyades/trace/ui/internal/wizard/TraceWizardMessages.java (-7 lines)
Lines 20-31 Link Here
20
		// Do not instantiate
20
		// Do not instantiate
21
	}
21
	}
22
22
23
	public static String L_R;
24
	public static String R_L;
25
	public static String L_AR;
26
	public static String R_AL;
27
	public static String CONFIRM_PSWITCH;
23
	public static String CONFIRM_PSWITCH;
28
	public static String LG_AGT;
29
	public static String JDBC_INF;
24
	public static String JDBC_INF;
30
	public static String IMPORT_FILE;
25
	public static String IMPORT_FILE;
31
	public static String IMPORT_ENTRY;
26
	public static String IMPORT_ENTRY;
Lines 34-41 Link Here
34
	public static String IMPORT_DONE;
29
	public static String IMPORT_DONE;
35
	public static String IMPORT_CANCELED;
30
	public static String IMPORT_CANCELED;
36
	public static String IMPORT_ERROR;
31
	public static String IMPORT_ERROR;
37
	public static String LOG;
38
39
	static {
32
	static {
40
		NLS.initializeMessages(BUNDLE_NAME, TraceWizardMessages.class);
33
		NLS.initializeMessages(BUNDLE_NAME, TraceWizardMessages.class);
41
	}
34
	}
(-)src/org/eclipse/hyades/trace/ui/internal/wizard/messages.properties (-6 / +1 lines)
Lines 12-23 Link Here
12
# NLS_MESSAGEFORMAT_VAR
12
# NLS_MESSAGEFORMAT_VAR
13
# NLS_ENCODING=UTF-8
13
# NLS_ENCODING=UTF-8
14
14
15
L_R                                   = >
16
R_L                                   = <
17
L_AR                               = >>
18
R_AL                               = <<
19
CONFIRM_PSWITCH                    = This type of object is associated with the {0} Perspective.  Do you want to switch to this perspective now?
15
CONFIRM_PSWITCH                    = This type of object is associated with the {0} Perspective.  Do you want to switch to this perspective now?
20
LG_AGT                             = Logging Agent
16
21
JDBC_INF		=Connection information
17
JDBC_INF		=Connection information
22
IMPORT_FILE		=Import profiling file size: {0} bytes, name: {1}
18
IMPORT_FILE		=Import profiling file size: {0} bytes, name: {1}
23
IMPORT_ENTRY	=size: {0} bytes
19
IMPORT_ENTRY	=size: {0} bytes
Lines 26-29 Link Here
26
IMPORT_DONE		=Done
22
IMPORT_DONE		=Done
27
IMPORT_CANCELED	=Canceled
23
IMPORT_CANCELED	=Canceled
28
IMPORT_ERROR	=Error
24
IMPORT_ERROR	=Error
29
LOG				=log
(-).project (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.eclipse.tptp.platform.agentcontroller.new.doc.user</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
(-)src/org/eclipse/hyades/probekit/editor/internal/core/util/ProbekitMessages.java (-10 / +1 lines)
Lines 46-52 Link Here
46
	public static String _27;
46
	public static String _27;
47
	public static String _28;
47
	public static String _28;
48
	public static String _29;
48
	public static String _29;
49
	public static String _30;
50
	public static String _31;
49
	public static String _31;
51
	public static String _32;
50
	public static String _32;
52
	public static String _33;
51
	public static String _33;
Lines 145-152 Link Here
145
	public static String _126;
144
	public static String _126;
146
	public static String _127;
145
	public static String _127;
147
	public static String _128;
146
	public static String _128;
148
	public static String _129;	
147
	public static String _129;
149
	public static String _130;
150
	public static String _131;
148
	public static String _131;
151
	public static String _132;
149
	public static String _132;
152
	public static String _133;
150
	public static String _133;
Lines 155-167 Link Here
155
	public static String _136;
153
	public static String _136;
156
	public static String _137;
154
	public static String _137;
157
	public static String _138;
155
	public static String _138;
158
	public static String _139;
159
	public static String _140;
160
	public static String _141;
161
	public static String _142;
162
	public static String _143;
163
	public static String _144;
164
	public static String _145;
165
	public static String _146;
156
	public static String _146;
166
	public static String _147;
157
	public static String _147;
167
	
158
	
(-)src/org/eclipse/hyades/probekit/editor/internal/core/util/messages.properties (-9 / +1 lines)
Lines 30-36 Link Here
30
_27 = &Method name pattern
30
_27 = &Method name pattern
31
_28 = Method &signature pattern
31
_28 = Method &signature pattern
32
_29 = &Fully-qualified Java type for static field
32
_29 = &Fully-qualified Java type for static field
33
_30 = Value
33
34
_31 = Show &Properties View
34
_31 = Show &Properties View
35
_32 = &Refresh
35
_32 = &Refresh
36
_33 = Discard Data
36
_33 = Discard Data
Lines 130-136 Link Here
130
_127 = exclude
130
_127 = exclude
131
_128 = General
131
_128 = General
132
_129 = Probes
132
_129 = Probes
133
_130 = &Remove Probe
134
_131 = Syntax Problems: {0} errors, {1} warnings
133
_131 = Syntax Problems: {0} errors, {1} warnings
135
_132 = Probe editor syntax checking failed
134
_132 = Probe editor syntax checking failed
136
_133 = Probe syntax error checking failed: {0}
135
_133 = Probe syntax error checking failed: {0}
Lines 139-150 Link Here
139
_136 = Object
138
_136 = Object
140
_137 = Edit Label
139
_137 = Edit Label
141
_138 = Could not find the default package. Ensure that the .probe file is in a Java project, and that the file is in the source folder of the project. (That is, the file must be in the default package.)
140
_138 = Could not find the default package. Ensure that the .probe file is in a Java project, and that the file is in the source folder of the project. (That is, the file must be in the default package.)
142
_139 = IWAT5002 Error in Probekit Compile action extender
143
_140 = : compileActionFactory class does not implement IProbeCompileActionDelegateFactory
144
_141 = Compiling probe(s)...
145
_142 = Generating Java source...
146
_143 = Saving Java source...
147
_144 = Saving BCI engine script...
148
_145 = IWAT5003 Probekit: internal error while compiling, see Error Log
149
_146 = Finish
141
_146 = Finish
150
_147=Not recommended to instrument {0}
142
_147=Not recommended to instrument {0}

Return to bug 216576