]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni
2c342d38cdf2c57aadd92714f644d8d3b7bfd19d
[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_CONFIG_LINE_HELP #language en-US "Displays or modifies the IPsec configuration"
53
54 #string STR_IPSEC_CONFIG_HELP #language en-US "Displays or modifies the current IPsec configuration.\n"
55 "%HUsage: IpSecConfig [-p {SPD|SAD|PAD}] [command] [options[parameters]]%N\n"
56 "\n"
57 "%H-p (SPD|SAD|PAD)%N required.point to certain policy database.\n"
58 "%Hcommand%N:\n"
59 " -a [options[parameters]] Add new policy entry.\n"
60 " -i entryid [options[parameters]] Insert new policy entry before the one\n"
61 " matched by the entryid.\n"
62 " It's only supported on SPD policy database.\n"
63 " -d entryid Delete the policy entry matched by the \n"
64 " entryid.\n"
65 " -e entryid [options[parameters]] Edit the policy entry matched by the\n"
66 " entryid.\n"
67 " -f Flush the entire policy database.\n"
68 " -l List all entries for specified database.\n"
69 " -enable Enable IPsec.\n"
70 " -disable Disable IPsec.\n"
71 " -status Show IPsec current status.\n"
72 "%H[options[parametes]]%N depend on the type of policy database.Type\n "
73 " 'IpSecConfig -p'followed by the database \n"
74 " name, and then type ' -?'.\n"
75 " e.g.: 'IpSecConfig -p SPD -?'\n"
76
77 #string STR_IPSEC_CONFIG_SPD_HELP #language en-US "Explain the %H[options[parametes]%N for %HSPD%N\n"
78 "\n"
79 "%H[options[parameters]]%N:\n"
80 " --local localaddress optional local address\n"
81 " --remote remoteaddress required remote address\n"
82 " --proto (TCP|UDP|ICMP|...) required IP protocol\n"
83 " --local-port port optional local port for tcp/udp protocol\n"
84 " --remote-port port optional remote port for tcp/udp protocol\n"
85 " --name name optional SPD name\n"
86 " --action (Bypass|Discard|Protect) required \n"
87 " required IPsec action\n"
88 " --mode (Transport|Tunnel) optional IPsec mode, transport by default\n"
89 " --ipsec-proto (AH|ESP) optional IPsec protocol, ESP by default\n"
90 " --auth-algo (NONE|SHA1HMAC) optional authentication algorithm\n"
91 " --encrypt-algo(NONE|DESCBC|3DESCBC)optional encryption algorithm\n"
92 " --tunnel-local tunnellocaladdr optional tunnel local address(only for tunnel mode)\n"
93 " --tunnel-remote tunnelremoteaddr optional tunnel remote address(only for tunnel mode)\n"
94 "\n"
95
96 #string STR_IPSEC_CONFIG_SAD_HELP #language en-US "Explain the %H[options[parameters]]%N for %HSAD%N\n"
97 "\n"
98 "%H[options[parameters]]%N:\n"
99 " --spi spi required SPI value\n"
100 " --ipsec-proto (AH|ESP) required IPsec protocol\n"
101 " --local localaddress optional local address\n"
102 " --remote remoteaddress required destination address\n"
103 " --auth-algo (NONE|SHA1HMAC) required for AH. authentication algorithm\n"
104 " --auth-key key required for AH. key for authentication\n"
105 " --encrypt-algo (NONE|DESCBC|3DESCBC) required for ESP. encryption algorithm\n"
106 " --encrypt-key key required for ESP. key for encryption\n"
107 " --mode (Transport|Tunnel) optional IPsec mode, transport by default\n"
108 " --tunnel-dest tunneldestaddr optional tunnel destination address(only for tunnel mode)\n"
109 " --tunnel-source tunnelsourceaddr optional tunnel source address(only for tunnel mode)\n"
110 "\n"
111
112 #string STR_IPSEC_CONFIG_PAD_HELP #language en-US "Explain the %H[options[parameters]]%N for %HPAD%N\n"
113 "\n"
114 "%H[options[parameters]]%N:\n"
115 " --peer-address address required peer address\n"
116 " --auth-proto (IKEv1|IKEv2) optional IKE protocol, IKEv1 by\n"
117 " default\n"
118 " --auth-method (PreSharedSecret|Certificates) required authentication method\n"
119 " --auth-data authdata required data for authentication\n"
120 "\n"
121
122 #string STR_IPSEC_MISTAKEN_OPTIONS #language en-US "Mistaken Input. Please refer to %H"IpSecConfig -?"%N for more help information.\n"
123
124 #string STR_IPSEC_REDUNDANCY_MANY #language en-US "%s has one redundancy option: %H%s%N\n"
125
126 #string STR_IPSEC_CONFIG_ALREADY_ENABLE #language en-US "IPsec has been already enabled!\n"
127
128 #string STR_IPSEC_CONFIG_ENABLE_SUCCESS #language en-US "Enable IPsec ! \n"
129
130 #string STR_IPSEC_CONFIG_DISABLE_SUCCESS #language en-US "Disable IPsec ! \n"
131
132 #string STR_IPSEC_CONFIG_ALREADY_DISABLE #language en-US "IPsec has been already disabled !\n"
133
134 #string STR_IPSEC_CONFIG_STATUS_ENABLE #language en-US "IPsec Status : Enabled ! \n"
135
136 #string STR_IPSEC_CONFIG_STATUS_DISABLE #language en-US "IPsec Status : Disabled ! \n"
137
138 #string STR_IPSEC_CONFIG_ENABLE_FAILED #language en-US "Error: Enable IPsec failed !\n"
139
140 #string STR_IPSEC_CONFIG_DISABLE_FAILED #language en-US "Error: Disable IPsec failed !\n"
141