Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0c26b61bf9320b28f907a374667188dcb4be5e9b (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
BuildImageCommandHandler.no.connections.msg=No Docker connection exists
BuildImageCommandHandler.no.connections.desc=Built images must be stored under a particular Docker Daemon, \
but there are no existing docker connections to select. Do you wish to create a new Docker Daemon connection ?

command.showIn.propertiesView=Opening in Properties View...
command.showIn.propertiesView.failure=Failed to open in Properties View

command.showIn.webBrowser=Opening in Web Browser...
command.showIn.webBrowser.failure=Failed to open in Web Browser

command.showIn.systemExplorer=Opening in System Explorer...
command.showIn.systemExplorer.failure=Failed to open in Web Browser
command.showIn.systemExplorer.failure.command_unavailable=Failed to open in Web Browser: command unavailable
command.showIn.systemExplorer.failure.execute=Failed to execute {0}. Return code was: {1}

missing_connection=Missing connection
command.pullImage.failure.no_connection=Unable to pull an image: no connection was not found in the selection.

command.enableconnection=Opening connection to {0} 
command.enableconnection.failure=Failed to connect to {0}
RunImageCommandHandler.waitContainer.label=Waiting For Container Exit
ShowInWebBrowserCommandHandler.internal.browser.label=Eclipse Docker Tooling Browser
ShowInWebBrowserCommandHandler.internal.browser.tooltip=Browser for Eclipse Docker Tooling

Back to the top