Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b498d982e3887e89b67be5fa06b3b086d0e99fd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
################################################################################
# Copyright (c) 2014, 2015 Red Hat.
# 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:
#     Red Hat - Initial Contribution
###############################################################################

NoConnection.label=<a>No connection to a Docker daemon is available. Click this link to create a new connection...</a>
NoConnection.error=No connection to a Docker daemon is available.

Refresh.label=Refresh View
Pull.label=Pull Image...
Push.label=Push Image...
Build.label=Build Image...
RemoveImage.label=Remove Images...
Tag.label=Tag Image...
Create.label=Create Container...
Commit.label=Commit Container...
Stop.label=Stop Container
Kill.label=Kill Container
Remove.label=Remove Container
Pause.label=Pause Container
Unpause.label=Unpause Container
Start.label=Start Container
Log.label=Display Log
RemoveLog.label=Remove Log
RunConsole.send.interrupt=Send Interrupt

Exited.msg=Exited
Up.msg=Up
Paused.msg=Paused

ConnectionSelector.label=Select Connection:

Filter.label=Filter...
Filtered.label=filtered
FilteredImages.tooltip=Images shown have been filtered

FilteredContainers.tooltip=Containers shown have been filtered

ID=Id
PARENT=Parent ID
CREATED=Created
SIZE=Size
VIRTSIZE=Virtual Size
TAGS=Repo Tags
COMMAND=Command
STATUS=Status
PORTS=Ports
NAMES=Names
NAME=Name
IMAGE=Image

OneMonthAgo.msg=1 month ago
MonthsAgo.msg={0} months ago
OneWeekAgo.msg=1 week ago
WeeksAgo.msg={0} weeks ago
OneDayAgo.msg=1 day ago
DaysAgo.msg={0} days ago
OneHourAgo.msg=1 hour ago
HoursAgo.msg={0} hours ago
OneMinuteAgo.msg=1 minute ago
MinutesAgo.msg={0} minutes ago
SecondsAgo.msg={0} seconds ago

ImagePullError.msg=Error pulling image <{0}>
ImagePushError.msg=Error pushing image <{0}>
ImageBuildError.msg=Error building image <{0}>
ImageRemoveError.msg=Error removing image <{0}>
ImageTagError.msg=Error tagging image to <{0}>

ContainerCreateError.msg=Error creating container from image<{0}>
ContainerRemoveError.msg=Error removing container: <{0}>
ContainerPauseError.msg=Error pausing container: <{0}>
ContainerCommitError.msg=Error committing container: <{0}>
ContainerUnpauseError.msg=Error unpausing container: <{0}>
ContainerLogError.msg=Error logging container: <{0}>
ContainerLaunchError.msg=Error launching container
ContainerNoConnections.msg=There are no open connections to a Docker daemon.  Open one from the Docker Explorer View.
ContainerNoConnectionWithURI.msg=There is no open connection with specified URI: {0}.  Use the Docker Explorer View to open it.

ContainersStop.msg=Stopping Containers...
ContainersStopError.msg=Error occurred while stopping {0}

ContainerStop.msg=Stopping {0}
ContainerStopError.msg=Error occurred while stopping {0}

ContainersKill.msg=Killing Containers...
ContainerKill.msg=Killing {0}
ContainerKillError.msg=Error occurred while killing {0}

ContainersRefresh.msg=Refreshing Containers...

ContainersRemove.msg=Removing Containers...
ContainerRemove.msg=Removing {0}
ContainerRemoveError.msg=Error occurred while removing {0}

ContainerRemoving.msg=Removing Containers: <{0}>

ContainersStart.msg=Starting Containers...
ContainerStart.msg=Starting {0}
ContainerStartError.msg=Error occurred while starting {0}

ContainersRestart.msg=Restarting Containers...
ContainerRestart.msg=Restarting {0}
ContainerRestartError.msg=Error occurred while restarting {0}

ContainersPause.msg=Pausing Containers...
ContainerPause.msg=Pausing <{0}>
ContainersUnpause.msg=Unpausing Containers...
ContainerUnpause.msg=Unpausing Containers: <{0}>
ContainerCommitting.msg=Committing Container: <{0}>
ContainerLogging.msg=Displaying Logs for Containers: <{0}>

ImageDeleteConfirm.msg=Confirm Remove Image
ImageDeleteList.msg=Delete images: {0}?

ContainerRemoveConfirm.msg=Confirm Remove Container
ContainerRemoveList.msg=Remove containers: {0} and associated logs?

ContainerLog.title=Log for Container[{0}]

PropertiesInfoError.msg=Failed to retrieve general info on connection named ''{0}''
PropertiesLoadingImageInfo.msg=Loading Image info...
PropertiesLoadingContainerInfo.msg=Loading Container info...
PropertiesLoadingConnectionInfo.msg=Loading Connection info...

ViewerNoConnectionSelected.msg=No Docker connection selected
ViewerConnectionNotAvailable.msg={0} - connection not available

PingJob.msg=Opening connection...
PingJobError.msg=Failed to connect to ''{0}''
PingJobError.msg.withExplanation=Failed to connect to ''{0}'': {1}
ImagesLoadJob.msg=Loading images from ''{0}'' ...
ContainersLoadJob.msg=Loading containers from ''{0}'' ...
ContainerInfoLoadJob.msg=Loading container info...

ImagesRemove.msg=Removing Images...
ImageRemove.msg=Removing ''{0}''
ImageRemoveError.msg=Error occurred while removing ''{0}''

ImagesRefresh.msg=Refreshing Images...
ImagesRefreshError.msg=Error occurred while refreshing images

ImageTagTitle.msg=Tagging Image
ImageTag.msg=Tagging image to <{0}>
ImageTagError.msg=Error tagging image to <{0}>

ImageRemoveTagTitle.msg=Removing Image Tag
ImageRemoveTag.msg=Removing image tag
ImageRemoveTagError.msg=Error removing image tag <{0}>

ContainerCreateTitle.msg=Creating Container
ContainerCreate.msg=Creating Container
ContainerCreateError.msg=Error creating container

ContainerCommitTitle.msg=Committing Container to Image
ContainerCommit.msg=Committing Container
ContainerCommitError.msg=Error committing container

ImageBuild.msg=Building Image
ImagePull.msg=Pulling Image
ImagePull.title=Pulling {0}
ImagePush.msg=Pushing Image
ImagePush.title=Pushing Image <{0}>

ContainersViewTitle.all.msg={0} ({1} Containers)
ContainersViewTitle.filtered.msg={0} ({1}/{2} Containers)

ImagesViewTitle.all.msg={0} ({1} Images)
ImagesViewTitle.filtered.msg={0} ({1}/{2} Images)

RunImageUnableToRetrieveError.msg=Unable to retrieve Docker Image from current selection.
RunImageCreateContainer.job=Create Container
RunImageRunningTask.msg=Running image...
RunImageCreatingContainerTask.msg=Creating container...
RunImageStartingContainerTask.msg=Starting container...

Connection.unnamed=<unnamed>

Loading.label=Loading...
DockerContainersCategory.label=Containers
DockerContainersView.kill.label=Kill
DockerContainersView.pause.label=Pause
DockerContainersView.remove.label=Remove
DockerContainersView.start.label=Start
DockerContainersView.restart.label=Restart
DockerContainersView.stop.label=Stop
DockerContainersView.unpause.label=Unpause
DockerContainerPortMappingsCategory.label=Ports
DockerContainerVolumesCategory.label=Volumes
DockerContainerLinksCategory.label=Links
DockerImagesCategory.label=Images

DockerHierarchyViewNoImageSelected.msg=To display the Docker image hierarchy, select an Image in the Docker Explorer view or in the Docker Images view, and select the 'Open Image Hierarchy' menu option.

CopyAction.text=Copy
CopyAction.tooltip=Copy property value

ImageInspectPropertySection.noconnection.error=Unable to display image info because the connection is null.

Back to the top