Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 539928e8e5ee5ae489f1a87db57530c11a1732b6 (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
#################################################################################
# Copyright (c) 2014, 2018 Red Hat.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Red Hat - Initial Contribution
#################################################################################
Default_Name=Default Local
Unnamed=<unnamed>
Image_Not_Found_Header=Image not found: 
Image_Pull_Failed_Header=Image pull failed: 
Image_Push_Failed_Header=Image push failed: 
Image_Build_Failed_Header=Image build failed: 
Exited_specifier=Exited
Up_specifier=Up
Paused_specifier=Paused
Running_specifier=Running
Removal_In_Progress_specifier=Removal In Progress
Missing_Default_Settings=Could not find default settings to connect to a local Docker daemon
Missing_Settings=Unable to open a new client to the Docker daemon: missing configuration
Retrieve_Default_Settings_Failure=Failed to retrieve default connection settings
Open_Connection=Open connection on {0}
Open_Connection_Failure=Failed to open connection ''{0}'' on {1}
Docker_Daemon_Ping_Failure=Failed to ping the Docker daemon for connection ''{0}''
Docker_Daemon_No_Unix_Socket=Unix socket: ''{0}'' does not exist
Retrieve_Docker_Certificates_Failure=Unable to retrieve certificates to connect to the Docker daemon
List_Docker_Containers_Failure=Failed to load list of Docker containers from {0}
List_Docker_Images_Failure=Failed to load list of Docker images from {0}
Docker_General_Info_Failure=Failed to get Docker connection info
Docker_No_Settings_Description_Script=There is no settings detection script for this operating system.
Registry_Version_Mismatch=Target Docker registry located at {0} does not support API v1
Docker_Machine_Command_Not_Found=The '''docker-machine''' command could not be located in {0}
Docker_Connection_Timeout=Closing the connection after a timeout exception
Docker_Machine_Process_Error=Failed to execute command ''{0}'' (exit code={1}): {2} 
Docker_Machine_Process_Exception=Failed to execute command ''{0}''
Docker_Compose_Command_Not_Found=The '''docker-compose''' command could not be located in {0}
ImageTagsList_failure=Failed to retrieve the list of tags for the ''{0}'' Docker image: {1}
ImageTagsList_failure_invalidWwwAuthenticateFormat=Failed to retrieve the list of tags for the ''{0}'' image: unable to parse the "WWW-Authenticate" response header to retrieve a Bearer token.

Back to the top