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 132158 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/progress/messages.properties (-8 / +8 lines)
Lines 8-14 Link Here
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
AnimatedCanvas_JobInvocationError=Error invoking job
11
AnimatedCanvas_JobInvocationError=Error invoking task
12
ErrorNotificationDialog_ClearButtonTitle=C&lear
12
ErrorNotificationDialog_ClearButtonTitle=C&lear
13
ErrorNotificationDialog_ShowButtonTitle=&Show...
13
ErrorNotificationDialog_ShowButtonTitle=&Show...
14
PendingUpdateAdapter_PendingLabel=Pending...
14
PendingUpdateAdapter_PendingLabel=Pending...
Lines 16-22 Link Here
16
JobInfo_DoneNoProgressMessage = {0}: {1}
16
JobInfo_DoneNoProgressMessage = {0}: {1}
17
JobInfo_NoTaskNameDoneMessage = {0}: ({1}%)
17
JobInfo_NoTaskNameDoneMessage = {0}: ({1}%)
18
JobsViewPreferenceDialog_Note=&Show sleeping and system tasks
18
JobsViewPreferenceDialog_Note=&Show sleeping and system tasks
19
JobErrorDialog_CustomJobText=Custom Job Action
19
JobErrorDialog_CustomJobText=Custom Task Action
20
JobInfo_UnknownProgress = {0}: {1}
20
JobInfo_UnknownProgress = {0}: {1}
21
JobInfo_Waiting = {0} (Waiting)
21
JobInfo_Waiting = {0} (Waiting)
22
JobInfo_Sleeping = {0} (Sleeping)
22
JobInfo_Sleeping = {0} (Sleeping)
Lines 31-37 Link Here
31
JobInfo_Format = {0}: {1} - {2}
31
JobInfo_Format = {0}: {1} - {2}
32
JobInfo_TaskFormat = {0}: {1}
32
JobInfo_TaskFormat = {0}: {1}
33
JobInfo_TaskFormat2 = {0} - {1}
33
JobInfo_TaskFormat2 = {0} - {1}
34
JobInfo_BlocksUserOperationFormat = {0} (Blocks User Operation)
34
JobInfo_BlocksUserOperationFormat = {0} (Blocks User Task)
35
JobErrorDialog_CloseDialogMessage=Performing this action will close the error dialog and clear the errors being displayed.
35
JobErrorDialog_CloseDialogMessage=Performing this action will close the error dialog and clear the errors being displayed.
36
Error = Error
36
Error = Error
37
UIJob_displayNotSet=Display must be set
37
UIJob_displayNotSet=Display must be set
Lines 44-50 Link Here
44
ProgressView_CancelAction=&Cancel
44
ProgressView_CancelAction=&Cancel
45
ProgressView_ShowErrorAction=&Show Error
45
ProgressView_ShowErrorAction=&Show Error
46
ProgressView_ClearAllAction=Remove &All Finished Tasks
46
ProgressView_ClearAllAction=Remove &All Finished Tasks
47
ProgressView_NoOperations=No operations to display at this time.
47
ProgressView_NoOperations=No tasks to display at this time.
48
48
49
NewProgressView_RemoveJobToolTip=Remove Task
49
NewProgressView_RemoveJobToolTip=Remove Task
50
NewProgressView_RemoveAllJobsToolTip=Remove All Finished Tasks
50
NewProgressView_RemoveAllJobsToolTip=Remove All Finished Tasks
Lines 63-69 Link Here
63
AnimationItem_HoverHelp=Double click to hide/show details window during animation
63
AnimationItem_HoverHelp=Double click to hide/show details window during animation
64
StatusLineProgressListener_Refresh=Status Line Update
64
StatusLineProgressListener_Refresh=Status Line Update
65
ProgressFeedbackManager_OpenFeedbackJob=Open Feedback Dialog
65
ProgressFeedbackManager_OpenFeedbackJob=Open Feedback Dialog
66
ProgressFeedbackDialog_DialogTitle=Jobs Awaiting Progress
66
ProgressFeedbackDialog_DialogTitle=Tasks Awaiting Progress
67
ProgressManager_openJobName=Open progress monitor
67
ProgressManager_openJobName=Open progress monitor
68
ProgressManager_showInDialogName=Show In Dialog
68
ProgressManager_showInDialogName=Show In Dialog
69
CancelJobsButton_title = Cancel &Selected
69
CancelJobsButton_title = Cancel &Selected
Lines 75-81 Link Here
75
ProgressFeedbackManager_invalidThreadMessage=requestInUI() should not be thrown in the UI Thread
75
ProgressFeedbackManager_invalidThreadMessage=requestInUI() should not be thrown in the UI Thread
76
ProgressMonitorJobsDialog_DetailsTitle=&Details >>
76
ProgressMonitorJobsDialog_DetailsTitle=&Details >>
77
ProgressMonitorJobsDialog_HideTitle=<< &Details
77
ProgressMonitorJobsDialog_HideTitle=<< &Details
78
ErrorNotificationDialog_ErrorNotificationTitle=Errors Running Operations
78
ErrorNotificationDialog_ErrorNotificationTitle=Errors Running Tasks
79
ErrorNotificationDialog_ClearSelectionAction=&Clear
79
ErrorNotificationDialog_ClearSelectionAction=&Clear
80
ErrorNotificationManager_RefreshErrorDialogJob=Refresh Error Dialog
80
ErrorNotificationManager_RefreshErrorDialogJob=Refresh Error Dialog
81
ErrorNotificationManager_OpenErrorDialogJob=Open error dialog
81
ErrorNotificationManager_OpenErrorDialogJob=Open error dialog
Lines 87-94 Link Here
87
ProgressFloatingWindow_CloseToolTip=Close progress window
87
ProgressFloatingWindow_CloseToolTip=Close progress window
88
ProgressFloatingWindow_OpenToolTip=Open progress view
88
ProgressFloatingWindow_OpenToolTip=Open progress view
89
89
90
BlockedJobsDialog_UserInterfaceTreeElement=User operation
90
BlockedJobsDialog_UserInterfaceTreeElement=User task
91
BlockedJobsDialog_BlockedTitle=User Operation is Waiting
91
BlockedJobsDialog_BlockedTitle=User Task is Waiting
92
AnimationItem_CloseWindowJob=Close floating window
92
AnimationItem_CloseWindowJob=Close floating window
93
WorkbenchSiteProgressService_CursorJob=Change cursor
93
WorkbenchSiteProgressService_CursorJob=Change cursor
94
AnimationManager_DoneJobName = Animation Done
94
AnimationManager_DoneJobName = Animation Done

Return to bug 132158