Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7964b4148cf210f2d47eed1eca4ddb9816f60248 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
###############################################################################
# Copyright (c) 2003, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
#	  Sebastian Davids <sdavids@gmx.de>  - Fix for  Bug 132158 [Progress] Job, Operation, Task used interchangably
###############################################################################
PendingUpdateAdapter_PendingLabel=Pending...
JobInfo_DoneMessage = ({0}%) {1}: {2}
JobInfo_DoneNoProgressMessage = {0}: {1}
JobInfo_NoTaskNameDoneMessage = {0}: ({1}%)
JobsViewPreferenceDialog_ShowSystemJobs=&Show sleeping and system operations
JobsViewPreferenceDialog_RunInBackground=&Run jobs in the background
JobErrorDialog_CustomJobText=Custom Operation Action
JobInfo_UnknownProgress = {0}: {1}
JobInfo_Waiting = {0} (Waiting)
JobInfo_Sleeping = {0} (Sleeping)
JobInfo_System = System: {0}
JobInfo_Cancelled = {0} (Canceled)
JobInfo_Cancel_Requested = {0} (Cancel Requested)
JobInfo_Error = {0} (Time of error: {1})
JobInfo_Blocked = {0} (Blocked: {1})
JobInfo_Finished = {0} (Finished)
JobInfo_FinishedAt = {0} (Finished at {1})
JobErrorDialog_CloseDialogMessage=Performing this action will close the error dialog and clear the errors being displayed.
InternalError = An internal error has occurred.
DeferredTreeContentManager_NotDeferred=Not an IDeferredWorkbenchAdapter
DeferredTreeContentManager_AddingChildren=Adding children
DeferredTreeContentManager_FetchingName = Fetching children of {0}
ProgressView_CancelAction=&Cancel
ProgressView_ClearAllAction=Remove &All Finished Operations
ProgressView_NoOperations=No operations to display at this time.

NewProgressView_RemoveAllJobsToolTip=Remove All Finished Operations
NewProgressView_CancelJobToolTip=Cancel Operation
NewProgressView_ClearJobToolTip=Remove From View
NewProgressView_errorDialogTitle= Error Occurred
NewProgressView_errorDialogMessage= Operation Finished with Error
ProgressAnimationItem_tasks=Shows background operations in Progress view
ProgressAnimationItem_ok=Operation ''{0}'' returned result; press button for details
ProgressAnimationItem_error=Operation ''{0}'' finished with errors; press button for details
SubTaskInfo_UndefinedTaskName=Undefined
DeferredTreeContentManager_ClearJob=Clear
ProgressContentProvider_UpdateProgressJob=Update Progress
JobErrorDialog_MultipleErrorsTitle=Multiple Errors have Occurred
ProgressManager_openJobName=Open progress monitor
ProgressManager_showInDialogName=Show In Dialog

ProgressMonitorJobsDialog_DetailsTitle=&Details >>
ProgressMonitorJobsDialog_HideTitle=<< &Details
ErrorNotificationManager_OpenErrorDialogJob=Open error dialog
AnimationManager_AnimationStart=Animation start
ProgressFloatingWindow_EllipsisValue=...

BlockedJobsDialog_UserInterfaceTreeElement=Waiting User Operation
BlockedJobsDialog_BlockedTitle=User Operation is Waiting
WorkbenchSiteProgressService_CursorJob=Change cursor
ProgressMonitorFocusJobDialog_UserDialogJob=Open user dialog
ProgressMonitorFocusJobDialog_CLoseDialogJob=Close dialog
ProgressMonitorFocusJobDialog_RunInBackgroundButton=Run in &Background

JobErrorDialog_MultipleErrorsMessage=Multiple operations have reported errors. Select an error to view its details.
JobErrorDialog_CloseDialogTitle=OK to Close?
JobsViewPreferenceDialog_Title=Progress Preferences
JobErrorDialog_DoNotShowAgainMessage=Don't &show this again

EventLoopProgressMonitor_OpenDialogJobName=Open Blocked Dialog

WorkbenchPreference_RunInBackgroundButton=Always r&un in background
WorkbenchPreference_RunInBackgroundToolTip=Run long operations in the background where possible

TrimCommon_Progress_TrimName=&Progress

Back to the top