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
|
DockerCategory.name=Docker
DockerImagesView.name=Docker Images
DockerContainersView.name=Docker Containers
DockerContainersProvider.name=Docker Containers
DockerExplorerView.name=Docker Explorer
DockerExplorerContent.name=Docker daemons
DockerImageHierarchyView.name=Docker Image Hierarchy
DockerImageHierarchyContent.name=Docker Image Hierarchy
DockerPerspective.name=Docker Tooling
DockerfileShortcut.label=Docker Image Build
DockerfileShortcut.desc=Build an Image from a Dockerfile
DockerComposeUpShortcut.label=Docker Compose
DockerComposeUpShortcut.desc=Run with Docker Compose
TopLevelImagesViewFilter.name=Top-level images
IntermediateImagesViewFilter.name=Intermediate images
DanglingImagesViewFilter.name=Dangling (untagged) images
StoppedContainerViewFilter.name=Stopped containers
DockerPreferencePage.name=Docker
LoggingPreferencePage.name=Logging
DockerMachinePreferencePage.name=Docker Machine
DockerComposePreferencePage.name=Docker Compose
DockerRegistryAccountPreferencePage.name=Registry Accounts
Info.label=Info
Inspect.label=Inspect
Settings.label=Settings
BuildDockerImageLaunchConfigType.name=Build Docker Image
RunDockerImageLaunchConfigType.name=Run Docker Image
DockerComposeUpLaunchConfigurationType.name=Docker Compose
command.refreshimages.label=&Refresh
command.refreshimages.tooltip=Refresh list of images
command.refreshimages.name=Refresh
command.refreshimages.description=Refresh the list of images
command.refreshConnection.label = Refresh
command.refreshcontainers.label=&Refresh
command.refreshcontainers.tooltip=Refresh list of containers
command.refreshcontainers.name=Refresh
command.refreshcontainers.description=Refresh the list of containers
command.startcontainers.name=&Start
command.startcontainers.description=Start the selected containers
command.restartcontainers.name=Res&tart
command.restartcontainers.description=Restart selected containers
command.pausecontainers.name=&Pause
command.pausecontainers.description=Pause the selected containers
command.unpausecontainers.name=&Unpause
command.unpausecontainers.description=Unpause the selected containers
command.stopcontainers.name=&Stop
command.stopcontainers.description=Stop the selected containers
command.killcontainers.name=&Kill
command.killcontainers.description=Kill the selected containers
command.removecontainers.name=&Remove
command.removecontainers.description=Remove the selected containers
command.showallcontainers.name=&Show all
command.showallcontainers.description=Show all Containers, including non-running ones.
command.commitcontainer.name=Commit
command.commitcontainer.description=Commit the selected container into a new image
command.copyfromcontainer.name=Copy from Container
command.copyfromcontainer.description=Copy files from running Container to a local directory
command.copytocontainer.name=Copy to Container
command.copytocontainer.description=Copy local files to a running Container
command.displaycontainerlog.name=Display Log
command.displaycontainerlog.description=Display the log for the selected container in the Console
command.removecontainerlog.name=Remove Log
command.removecontainerlog.description=Remove the console log for the selected container
command.showallcontainers.name=&Show all Containers
command.showallcontainers.description=Show all Containers, including non-running ones.
command.filtercontainerswithlabels.name=Filter by &Labels
command.filtercontainerswithlabels.description=Show containers that have specified labels.
command.configurelabels.name=&Configure Labels Filter...
command.configurelabels.description=Configure container labels to match with for filter.
command.removeimages.name=Re&move
command.removeimages.description=Remove the selected images
command.refreshimages.name=&Refresh
command.refreshimages.description=Refresh the list of images
command.buildimage.name=&Build Image
command.buildimage.description=Build Image from Dockerfile
command.pullimage.name=&Pull...
command.pullimage.description=Pull Image from registry
command.pushimage.name=P&ush...
command.pushimage.description=Push Image tag to registry
command.createcontainer.name=&Create Container
command.createcontainer.description=Create and run a Container based on Image
command.tagimage.name=Add &Tag
command.tagimage.description=Add a tag to an Image
command.removetagimage.name=&Remove Tag
command.removetagimage.description=Remove a tag from an Image with multiple tags
command.showallimages.name=&Show all Images
command.showallimages.description=Show all Images, including intermediate images.
command.refreshexplorer.label=&Refresh
command.removeconnection.label=&Remove
command.removeconnection.tooltip=&Remove Connection
command.addconnection.label=&Add Connection
command.enableconnection.label=&Enable Connection
command.enableconnection.menu.name=&Enable
command.editconnection.label=Edit...
command.runimage.name=Run
command.runimage.description=Run an Image
command.runimage.label=Run...
menu.showIn=Show In
command.showInPropertiesView.menu.name=Properties
command.showInPropertiesView.menu.description=Show in Properties View
command.showInWebBrowser.menu.name=Web Browser
command.showInWebBrowser.menu.description=Show in Web Browser
command.showInSystemExplorer.menu.name=System Explorer
command.showInSystemExplorer.menu.descrption=Show in System Explorer
command.execcontainer.name = Execute Shell
command.execcontainer.description = Get an interactive shell into this container
command.openInHierarchyView.menu.name=Open Image Hierarchy
command.openInHierarchyView.menu.description=Open the Docker image Hierarchy view
LaunchActionSet.label=Launch
RunMenu.label=&Run
OpenRunConfigurations.label=Ru&n Configurations...
RunWithConfigurationAction.label=Run A&s
RunHistoryMenuAction.label=Run His&tory
ContextLaunchingRunMenu.name=&Run
RunDropDownAction.label=Run
|