Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b970a19242ee001a693c834de31179256607a6ca (plain) (tree)
















































































































































                                                                                                               
                                          























































































































                                                                                                                                                   
################################################################################
# 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
###############################################################################
ImageFilter.desc=Specify rules to determine which Images will appear in the dialog.
ImageFilter.title=Image Filter
ImageFilter.name=Image Filter

Filter.label=Filter:

ImageFilter.label=Show all images which match the following rules (* \= wildcard)\: 
ErrorFilterEmptyRule.msg=Rules cannot be empty strings
ErrorFilterSemicolon.msg=Rules cannot contain a semi-colon character
ErrorFieldError.msg={0} {1}

ContainerFilter.desc=Specify rules to determine which Containers will appear in the dialog.
ContainerFilter.title=Container Filter
ContainerFilter.name=Container Filter
ContainerFilter.label=Show all containers which match the following rules (* \= wildcard)\: 

ContainerCreate.desc=Run a command inside a newly created Container.
ContainerCreate.title=Create Container
ContainerCreate.name=Create Container
ContainerCreate.label=Specify configuration parameters of new Container: 

Id.label=ID:
Created.label=Created:
Parent.label=Parent ID:
Size.label=Size:
VirtSize.label=Virtual Size:
RepoTags.label=Tags:
Command.label=Command:
Names.label=Names:
Ports.label=Ports:
Status.label=Status:
Image.label=Image:
Hostname.label=Host Name:
Domainname.label=Domain Name:
User.label=User:
Memory.label=Memory:
MemorySwap.label=Memory Swap:
CpuShares.label=Cpu Shares:
CpuSet.label=Cpu Set:
PortSpecs.label=Port Specs:
ExposedPorts.label=Exposed Ports:
Env.label=Environment:
Cmd.label=Command:
Volumes.label=Volumes:
WorkingDir.label=Working Directory:
EntryPoint.label=Entry Point:
OnBuild.label=On Build:
AttachStdin.label=Attach Stdin
AttachStdout.label=Attach Stdout
AttachStderr.label=Attach Stderr
Tty.label=TTY
OpenStdin.label=Open Stdin
StdinOnce.label=Stdin Once
NetworkDisabled.label=Network Disabled
Privileged.label=Privileged
PublishAll.label=Publish All Ports
NetworkMode.label=Network Mode

Name.label=Name:
Author.label=Author:
Comment.label=Comment:

Name.label=Name:
Author.label=Author:
Comment.label=Comment:

DefaultButton.label=Default
BrowseButton.label=Browse...
EditButton.label=Edit Dockerfile
SaveButton.label=Save
CancelButton.label=Cancel

ImagePull.label=Pull an image:
ImagePull.desc=Specify repository or single image to pull down to the host.
ImagePull.title=Pull Image
ImagePull.name=Pull Image

ImagePullName.label=Name:
ImagePullName.toolTip=Enter either a REPOSITORY to load all its images or REPOSITORY:TAG to load a single image

ImagePush.label=Push an image:
ImagePush.desc=Specify the name of an image to push to the host.
ImagePush.title=Push Image
ImagePush.name=Push Image

ImagePushName.label=Name:
ImagePushName.toolTip=Enter or choose a name to upload to the host (either NAME or NAME:TAG)

ErrorNameEmpty.msg=Name field cannot be empty
ErrorInvalidImageId.msg=Invalid image name specification

ImageBuild.label=Build an image from Dockerfile:
ImageBuild.desc=Specify a new image name and a directory containing a Dockerfile to build it.
ImageBuild.title=Build Image
ImageBuild.name=Build Image

ImageBuildName.label=Name:
ImageBuildName.toolTip=Enter the name of the new image (either REPOSITORY or REPOSITORY:TAG)

ImageBuildDirectory.label=Directory:
ImageBuildDirectory.toolTip=Enter or choose a directory containing a valid Dockerfile to build an image from

ErrorNonexistentDirectory.msg=Directory specified does not exist
ErrorInvalidDirectory.msg=Directory specified is not a valid directory
ErrorNoDockerFile.msg=Directory specified does not contain a file called: Dockerfile

ImageRemove.label=Remove an image:
ImageRemove.desc=Specify images to remove from host.
ImageRemove.title=Remove Image
ImageRemove.name=Remove Image
ImageRemoveName.label=Images:
ImageRemoveName.toolTip=Enter one or more images by name or by id

ErrorRemoveNameEmpty.msg=Images field cannot be empty
ErrorRemoveInvalidImageId.msg=Invalid image name specification

ImageTag.desc=Specify new additional tag for image
ImageTag.title=Tag Image
ImageTag.name=Tag Image
ImageTagName.label=New Tag:
ImageTagName.toolTip=Enter new tag for image [REGISTRYHOST/][USERNAME/]NAME[:TAG]]

ImageRemoveTag.desc=Select tag to remove from image
ImageRemoveTag.title=Remove Image Tag
ImageRemoveTag.name=Remove Image Tag
ImageRemoveTagName.label=Tag:
ImageRemoveTagName.toolTip=Select existing repo:tag to remove from image

ContainerCommit.label=Commit a container:
ContainerCommit.desc=Specify details of the new image to be created from container <{0}>.
ContainerCommit.title=Commit Container
ContainerCommit.name=Commit Container

ImageName.toolTip=Enter name for image (either REPOSITORY or REPOSITORY:TAG)

ErrorInvalidRepo.msg=Image name is invalid

NewDockerConnectionPage.title=Connect to a Docker daemon
NewDockerConnectionPage.msg=Select the binding mode to connect to the Docker daemon
NewDockerConnectionPage.nameLabel=Connection name:
NewDockerConnectionPage.nameTooltip=Name of the connection
NewDockerConnectionPage.unixSocket=Unix socket
NewDockerConnectionPage.location=Location:
NewDockerConnectionPage.unixPathTooltip=Path to the socket file
NewDockerConnectionPage.browseButton=Browse...
NewDockerConnectionPage.tcpConnection=TCP Connection
NewDockerConnectionPage.hostLabel=Host:
NewDockerConnectionPage.tcpAuthButton=Enable authentication
NewDockerConnectionPage.tcpPathLabel=Path:
NewDockerConnectionPage.tcpPathTooltip=Path to the certificates folder
NewDockerConnectionPage.testConnection=Test Connection
NewDockerConnectionPage.retrieveTask=Retrieving Docker connection settings...
NewDockerConnectionPage.pingTask=Pinging Docker daemon...
NewDockerConnectionPage.success=Success
NewDockerConnectionPage.pingSuccess=Ping succeeded !
NewDockerConnectionPage.ok=OK
NewDockerConnectionPage.failure=Failure
NewDockerConnectionPage.pingFailure=Ping failed !
NewDockerConnection.failure=Failure
NewDockerConnection.failMessage=Failed to connect!

ImageSearchPage.title=Search the Docker Registry for images
ImageSearchPage.imageLabel=Image:
ImageSearchPage.search=Search
ImageSearchPage.searchResultLabel=Matching images
ImageSearchPage.nameColumn=Name
ImageSearchPage.starsColumn=Stars
ImageSearchPage.officialColumn=Official
ImageSearchPage.automatedColumn=Automated
ImageSearchPage.descriptionGroup=Description
ImageSearchPage.searchTask=Searching...
ImageSearchPage.noImageWarning=No image matched the specified term.
ImageSearchPage.oneImageMatched=1 image matched the specified term.
ImageSearchPage.imagesMatched={0} images matched the specified term.

ImageSelectionPage.title=Docker Container settings
ImageSelectionPage.runImage=Run a Docker Image
ImageSelectionPage.exposedPortTitle=Image Selection and Exposed Port Publishing
ImageRunSelectionPage.exposedPortMsg=Select the Docker Image to run and the ports to expose
ImageRunSelectionPage.selectTooltip=Select the Docker Image to run
ImageRunSelectionPage.search=Search...
ImageRunSelectionPage.pullImage=<a>Pull this image...</a>
ImageRunSelectionPage.containerTooltip=a UUID long identifier, a UUID short identifier or a String
ImageRunSelectionPage.entrypoint=Entrypoint:
ImageRunSelectionPage.command=Command:
ImageRunSelectionPage.publishAllPorts=Publish all exposed ports to random ports on the host interfaces
ImageRunSelectionPage.portSettings=Only publish the selected container ports below to the host:
ImageRunSelectionPage.add=Add
ImageRunSelectionPage.editButton=Edit...
ImageRunSelectionPage.remove=Remove
ImageRunSelectionPage.containerPortColumn=Container Port
ImageRunSelectionPage.typeColumn=Type
ImageRunSelectionPage.hostAddressColumn=Host Address
ImageRunSelectionPage.hostPortColumn=Host Port
ImageRunSelectionPage.links=Links to other containers:
ImageRunSelectionPage.addButton=Add...
ImageRunSelectionPage.containerNameColumn=Container Name
ImageRunSelectionPage.aliasColumn=Alias
ImageRunSelectionPage.openStdin=Keep STDIN open to Console even if not attached (-i)
ImageRunSelectionPage.tty=Allocate pseudo-TTY from Console (-t)
ImageRunSelectionPage.autoRemove=Automatically remove the container when it exits (--rm)
ImageRunSelectionPage.pullingTask=Pulling image '{0}'
ImageRunSelectionPage.specifyImageMsg=Please specify the image to run.
ImageRunSelectionPage.imageNotFoundMessage=Image named '{0}' does not exist locally. Click on the link under the 'Image' combo to start pulling it.

ImageRunResourceVolVarPage.title=Volumes, Environment Variables and Resource Limitations
ImageRunResourceVolVarPage.enableLimitationButton=Enable resource limitations
ImageRunResourceVolVarPage.cpuPriorityLabel=CPU priority:
ImageRunResourceVolVarPage.lowButton=Low
ImageRunResourceVolVarPage.mediumButton=Medium
ImageRunResourceVolVarPage.highButton=High
ImageRunResourceVolVarPage.memoryLimit=Memory limit:
ImageRunResourceVolVarPage.dataVolumesLabel=Data Volumes:
ImageRunResourceVolVarPage.addButton=Add...
ImageRunResourceVolVarPage.editButton=Edit...
ImageRunResourceVolVarPage.removeButton=Remove
ImageRunResourceVolVarPage.containerPathColumn=Container Path
ImageRunResourceVolVarPage.mountColumn=Mount
ImageRunResourceVolVarPage.readonlyColumn=Read-only
ImageRunResourceVolVarPage.envVarLabel=Environment variables:
ImageRunResourceVolVarPage.nameColumn=Name
ImageRunResourceVolVarPage.valueColumn=Value
ImageRunResourceVolVarPage.true=true
ImageRunResourceVolVarPage.false=false

ContainerPortDialog.shellTitle=Exposing a Container Port
ContainerPortDialog.explanationLabel=Specify the container port to expose:
ContainerPortDialog.containerLabel=Container port:
ContainerPortDialog.hostAddressLabel=Host address:
ContainerPortDialog.hostPortLabel=Host port:

ContainerLinkDialog.title=Container Linking
ContainerLinkDialog.explanationLabel=Select a container to link and give it an alias:
ContainerLinkDialog.containerLabel=Container:
ContainerLinkDialog.aliasLabel=Alias:

ImageRun.title=Run a Docker Image

ContainerEnvironmentVariableDialog.title=Environment Variable
ContainerEnvironmentVariableDialog.explanationLabel=Specify the environment variable name and value:
ContainerEnvironmentVariableDialog.nameLabel=Name:
ContainerEnvironmentVariableDialog.valueLabel=Value:

ContainerDataVolumeDialog.title=Data Volume
ContainerDataVolumeDialog.containerPathLabel=Container path:
ContainerDataVolumeDialog.explanationLabel=Specify the type of mount:
ContainerDataVolumeDialog.noMountButton=No external mount
ContainerDataVolumeDialog.fileSystemMountButton=Mount a host directory or host file
ContainerDataVolumeDialog.hostPathLabel=Path:
ContainerDataVolumeDialog.directoryButton=Directory...
ContainerDataVolumeDialog.readOnlyButton=Read-only access
ContainerDataVolumeDialog.readOnlyButtonTooltip=Specify if the mounted host directory or path is read-only
ContainerDataVolumeDialog.fileButton=File...
ContainerDataVolumeDialog.containerMountButton=Mount a data volume container
ContainerDataVolumeDialog.containerSelectionLabel=Container:
ContainerDataVolumeDialog.volumeWarning=The selected container does not define a {0} volume.

Back to the top