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