]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni
NetworkPkg: Fix unspecified address use case in IpsecConfig
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfigStrings.uni
1 /** @file
2 String definitions for the Shell IpSecConfig application.
3
4 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
5
6 This program and the accompanying materials
7 are licensed and made available under the terms and conditions of the BSD License
8 which accompanies this distribution. The full text of the license may be found at
9 http://opensource.org/licenses/bsd-license.php.
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 **/
15
16 #langdef en-US "English"
17
18 #string STR_IPSEC_CONFIG_UNKNOWN_OPERATION #language en-US "%s: Operation not specified.\n"
19
20 #string STR_IPSEC_CONFIG_INCORRECT_DB #language en-US "%s: Incorrect Database - %s.\n"
21
22 #string STR_IPSEC_CONFIG_PROTOCOL_INEXISTENT #language en-US "%s: IPSEC_CONFIG protocol inexistent.\n"
23
24 #string STR_IPSEC_CONFIG_MISSING_DB #language en-US "%s: Missing Database.\n"
25
26 #string STR_IPSEC_CONFIG_FILE_OPEN_FAILED #language en-US "%s: Open file failed - %s.\n"
27
28 #string STR_IPSEC_CONFIG_INCORRECT_PARAMETER_VALUE #language en-US "%s: Incorrect value of %s - %s.\n"
29
30 #string STR_IPSEC_CONFIG_ACCEPT_PARAMETERS #language en-US " Values could be:"
31
32 #string STR_IPSEC_CONFIG_MISSING_PARAMETER #language en-US "%s: Missing parameter - %s.\n"
33
34 #string STR_IPSEC_CONFIG_MISSING_ONE_OF_PARAMETERS #language en-US "%s: Missing one of the parameters - %s.\n"
35
36 #string STR_IPSEC_CONFIG_UNWANTED_PARAMETER #language en-US "%s: Unwanted parameter - %s.\n"
37
38 #string STR_IPSEC_CONFIG_INSERT_FAILED #language en-US "%s: Policy entry insertion failed!\n"
39
40 #string STR_IPSEC_CONFIG_DELETE_FAILED #language en-US "%s: Policy entry deletion failed!\n"
41
42 #string STR_IPSEC_CONFIG_EDIT_FAILED #language en-US "%s: Policy entry edit failed!\n"
43
44 #string STR_IPSEC_CONFIG_ALREADY_EXISTS #language en-US "%s: Policy entry already exists!\n"
45
46 #string STR_IPSEC_CONFIG_INDEX_NOT_FOUND #language en-US "%s: Specified index not found!\n"
47
48 #string STR_IPSEC_CONFIG_INDEX_NOT_SPECIFIED #language en-US "%s: Index should be Specified!\n"
49
50 #string STR_IPSEC_CONFIG_INSERT_UNSUPPORT #language en-US "%s: Policy entry insertion not supported!\n"
51
52 #string STR_IPSEC_MISTAKEN_OPTIONS #language en-US "Mistaken Input. Please refer to %H"IpSecConfig -?"%N for more help information.\n"
53
54 #string STR_IPSEC_REDUNDANCY_MANY #language en-US "%s has one redundancy option: %H%s%N\n"
55
56 #string STR_IPSEC_CONFIG_ALREADY_ENABLE #language en-US "IPsec has been already enabled!\n"
57
58 #string STR_IPSEC_CONFIG_ENABLE_SUCCESS #language en-US "Enable IPsec ! \n"
59
60 #string STR_IPSEC_CONFIG_DISABLE_SUCCESS #language en-US "Disable IPsec ! \n"
61
62 #string STR_IPSEC_CONFIG_ALREADY_DISABLE #language en-US "IPsec has been already disabled !\n"
63
64 #string STR_IPSEC_CONFIG_STATUS_ENABLE #language en-US "IPsec Status : Enabled ! \n"
65
66 #string STR_IPSEC_CONFIG_STATUS_DISABLE #language en-US "IPsec Status : Disabled ! \n"
67
68 #string STR_IPSEC_CONFIG_ENABLE_FAILED #language en-US "Error: Enable IPsec failed !\n"
69
70 #string STR_IPSEC_CONFIG_DISABLE_FAILED #language en-US "Error: Disable IPsec failed !\n"
71
72 #string STR_IPSEC_CONFIG_HELP #language en-US ""
73 ".TH IpSecConfig 0 "Displays or modifies the current IPsec configuration."\r\n"
74 ".SH NAME\r\n"
75 "Displays or modifies the current IPsec configuration.\r\n"
76 ".SH SYNOPSIS\r\n"
77 " \r\n"
78 "%HIpSecConfig [-p {SPD|SAD|PAD}] [command] [options[parameters]]\r\n"
79 ".SH OPTIONS\r\n"
80 " \r\n"
81 "%H-p (SPD|SAD|PAD)%N required.point to certain policy database.\r\n"
82 " \r\n"
83 "%Hcommand%N:\r\n"
84 " -a [options[parameters]] Add new policy entry.\r\n"
85 " -i entryid [options[parameters]] Insert new policy entry before the one\r\n"
86 " matched by the entryid.\r\n"
87 " It's only supported on SPD policy database.\r\n"
88 " -d entryid Delete the policy entry matched by the \r\n"
89 " entryid.\r\n"
90 " -e entryid [options[parameters]] Edit the policy entry matched by the\r\n"
91 " entryid.\r\n"
92 " -f Flush the entire policy database.\r\n"
93 " -l List all entries for specified database.\r\n"
94 " -enable Enable IPsec.\r\n"
95 " -disable Disable IPsec.\r\n"
96 " -status Show IPsec current status.\r\n"
97 " \r\n"
98 "%H[options[parameters]]%N for %HSPD%N:\r\n"
99 " --local localaddress optional local address\r\n"
100 " --remote remoteaddress required remote address\r\n"
101 " --proto (TCP|UDP|ICMP|...) required IP protocol\r\n"
102 " --local-port port optional local port for tcp/udp protocol\r\n"
103 " --remote-port port optional remote port for tcp/udp protocol\r\n"
104 " --name name optional SPD name\r\n"
105 " --action (Bypass|Discard|Protect) required \r\n"
106 " required IPsec action\r\n"
107 " --mode (Transport|Tunnel) optional IPsec mode, transport by default\r\n"
108 " --ipsec-proto (AH|ESP) optional IPsec protocol, ESP by default\r\n"
109 " --auth-algo (NONE|SHA1HMAC) optional authentication algorithm\r\n"
110 " --encrypt-algo(NONE|DESCBC|3DESCBC)optional encryption algorithm\r\n"
111 " --tunnel-local tunnellocaladdr optional tunnel local address(only for tunnel mode)\r\n"
112 " --tunnel-remote tunnelremoteaddr optional tunnel remote address(only for tunnel mode)\r\n"
113 " \r\n"
114 "%H[options[parameters]]%N for %HSAD%N:\r\n"
115 " --spi spi required SPI value\r\n"
116 " --ipsec-proto (AH|ESP) required IPsec protocol\r\n"
117 " --local localaddress optional local address\r\n"
118 " --remote remoteaddress required destination address\r\n"
119 " --auth-algo (NONE|SHA1HMAC) required for AH. authentication algorithm\n"
120 " --auth-key key required for AH. key for authentication\r\n"
121 " --encrypt-algo (NONE|DESCBC|3DESCBC) required for ESP. encryption algorithm\r\n"
122 " --encrypt-key key required for ESP. key for encryption\r\n"
123 " --mode (Transport|Tunnel) optional IPsec mode, transport by default\r\n"
124 " --tunnel-dest tunneldestaddr optional tunnel destination address(only for tunnel mode)\r\n"
125 " --tunnel-source tunnelsourceaddr optional tunnel source address(only for tunnel mode)\r\n"
126 " \r\n"
127 "%H[options[parameters]]%N for %HPAD%N:\r\n"
128 " --peer-address address required peer address\r\n"
129 " --auth-proto (IKEv1|IKEv2) optional IKE protocol, IKEv1 by\r\n"
130 " default\r\n"
131 " --auth-method (PreSharedSecret|Certificates) required authentication method\r\n"
132 " --auth-data authdata required data for authentication\r\n"
133 " \r\n"