Revision: 19258
http://sourceforge.net/p/edk2/code/19258
Author: jljusten
Date: 2015-12-15 04:56:57 +0000 (Tue, 15 Dec 2015)
Log Message:
-----------
NetworkPkg: Convert all .uni files to utf-8
To convert these files I ran:
$ python3 BaseTools/Scripts/ConvertUni.py NetworkPkg
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Michael Kinney <[email protected]>
Modified Paths:
--------------
trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6.uni
trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni
trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni
trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni
trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni
trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni
trunk/edk2/NetworkPkg/Application/Ping6/Ping6.uni
trunk/edk2/NetworkPkg/Application/Ping6/Ping6Extra.uni
trunk/edk2/NetworkPkg/Application/Ping6/Ping6Strings.uni
trunk/edk2/NetworkPkg/Application/VConfig/VConfig.uni
trunk/edk2/NetworkPkg/Application/VConfig/VConfigExtra.uni
trunk/edk2/NetworkPkg/Application/VConfig/VConfigStrings.uni
trunk/edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.uni
trunk/edk2/NetworkPkg/Dhcp6Dxe/Dhcp6DxeExtra.uni
trunk/edk2/NetworkPkg/DnsDxe/DnsDxe.uni
trunk/edk2/NetworkPkg/DnsDxe/DnsDxeExtra.uni
trunk/edk2/NetworkPkg/HttpBootDxe/HttpBootDxe.uni
trunk/edk2/NetworkPkg/HttpBootDxe/HttpBootDxeExtra.uni
trunk/edk2/NetworkPkg/HttpDxe/HttpDxe.uni
trunk/edk2/NetworkPkg/HttpDxe/HttpDxeExtra.uni
trunk/edk2/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni
trunk/edk2/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxeExtra.uni
trunk/edk2/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni
trunk/edk2/NetworkPkg/IScsiDxe/IScsiDxe.uni
trunk/edk2/NetworkPkg/IScsiDxe/IScsiDxeExtra.uni
trunk/edk2/NetworkPkg/Ip6Dxe/Ip6Dxe.uni
trunk/edk2/NetworkPkg/Ip6Dxe/Ip6DxeExtra.uni
trunk/edk2/NetworkPkg/Ip6Dxe/Ip6DxeStrings.uni
trunk/edk2/NetworkPkg/IpSecDxe/IpSecDxe.uni
trunk/edk2/NetworkPkg/IpSecDxe/IpSecDxeExtra.uni
trunk/edk2/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.uni
trunk/edk2/NetworkPkg/Mtftp6Dxe/Mtftp6DxeExtra.uni
trunk/edk2/NetworkPkg/NetworkPkg.uni
trunk/edk2/NetworkPkg/NetworkPkgExtra.uni
trunk/edk2/NetworkPkg/TcpDxe/TcpDxe.uni
trunk/edk2/NetworkPkg/TcpDxe/TcpDxeExtra.uni
trunk/edk2/NetworkPkg/Udp6Dxe/Udp6Dxe.uni
trunk/edk2/NetworkPkg/Udp6Dxe/Udp6DxeExtra.uni
trunk/edk2/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.uni
trunk/edk2/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxeExtra.uni
Modified: trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6.uni 2015-12-15
04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6.uni 2015-12-15
04:56:57 UTC (rev 19258)
@@ -1,47 +1,23 @@
-\xFF\xFE/-----------------------\ No newline at end of file
+// /** @file
+// Shell application IfConfig6.
+//
+// It is shell application which is used to set and get configurations for the
+// EFI IPv6 network stack.
+//
+// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Shell application
IfConfig6"
+
+#string STR_MODULE_DESCRIPTION #language en-US "It is shell
application which is used to set and get configurations for the EFI IPv6
network stack."
+
Modified: trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni
2015-12-15 04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni
2015-12-15 04:56:57 UTC (rev 19258)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// IfConfig6 Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"IfConfig6 App"
+
+
Modified: trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni
2015-12-15 04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni
2015-12-15 04:56:57 UTC (rev 19258)
@@ -1,175 +1,87 @@
-\xFF\xFE/---------------------------------------------------------------------------------------\
No newline at end of file
+/** @file
+ String definitions for the Shell application IfConfig6.
+
+ Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+
+ This program and the accompanying materials
+ are licensed and made available under the terms and conditions
+ of the BSD License which accompanies this distribution. The full
+ text of the license may be found at<BR>
+ http://opensource.org/licenses/bsd-license.php
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+**/
+
+#langdef en-US "English"
+
+#string STR_IFCONFIG6_ERR_IP6CFG_GETDATA #language en-US
"Ip6Config->GetData return %hr\n"
+#string STR_IFCONFIG6_INFO_BREAK #language en-US
"-----------------------------------------------------------------"
+#string STR_IFCONFIG6_INFO_COLON #language en-US ":"
+#string STR_IFCONFIG6_INFO_JOINT #language en-US " >> "
+#string STR_IFCONFIG6_INFO_NEWLINE #language en-US "\n"
+#string STR_IFCONFIG6_INFO_IF_NAME #language en-US "\n%Hname
: %s%N\n"
+#string STR_IFCONFIG6_INFO_POLICY_AUTO #language en-US "%Hpolicy
: automatic%N\n"
+#string STR_IFCONFIG6_INFO_POLICY_MAN #language en-US "%Hpolicy
: manual%N\n"
+#string STR_IFCONFIG6_INFO_DAD_TRANSMITS #language en-US "%Hdad xmits
: %d%N\n"
+#string STR_IFCONFIG6_INFO_INTERFACE_ID_HEAD #language en-US "%Hinterface
id : %N"
+#string STR_IFCONFIG6_INFO_MAC_ADDR_HEAD #language en-US "%Hmac addr
: %N"
+#string STR_IFCONFIG6_INFO_MAC_ADDR_BODY #language en-US "%02x"
+#string STR_IFCONFIG6_INFO_IP_ADDR_HEAD #language en-US "\n%Hhost
addr : %N\n"
+#string STR_IFCONFIG6_INFO_DNS_ADDR_HEAD #language en-US "\n%Hdns
server : %N\n"
+#string STR_IFCONFIG6_INFO_IP_ADDR_BODY #language en-US "%02x"
+#string STR_IFCONFIG6_INFO_IP_ADDR_BODY4BIT #language en-US "%x"
+#string STR_IFCONFIG6_INFO_ROUTE_HEAD #language en-US "\n%Hroute
table : %N\n"
+#string STR_IFCONFIG6_INFO_PREFIX_LEN #language en-US "/%d"
+
+#string STR_IFCONFIG6_LINE_HELP #language en-US "Displays or
modifies the IPv6 configuration"
+#string STR_IFCONFIG6_HELP #language en-US "Displays or
modifies IPv6 configuration for network interface.\n\n"
+ "Usage:\n"
+ " IfConfig6
[-b] [-r {ifname}] [-l {ifname}] [-s {ifname} {command ...}] [-?]\n"
+ "\n"
+ "Option:\n"
+ " -b
(break) enable page break.\n"
+ " -r
(renew) renew configuration of interface and set automatic policy.\n"
+ " -l (list)
list the configuration of interface.\n"
+ " -s (set)
set configuration of interface as follows.\n"
+ " -? (help)
list the help documentation.\n"
+ "
|man/auto manual or automatic policy\n"
+ " |id
{mac} alternative interface id.\n"
+ " |dad
{num} dad transmits count.\n"
+ "
|host{ip} static host ip address, must under manual policy.\n"
+ " |gw
{ip} gateway ip address, must under manual policy.\n"
+ " |dns
{ip} dns server ip address, must under manual policy.\n"
+ "\n"
+ "Example:\n"
+ " IfConfig6
-l\n"
+ " IfConfig6
-b -l\n"
+ " IfConfig6
-r eth0\n"
+ " IfConfig6
-s eth0 auto dad 10\n"
+ " IfConfig6
-s eth0 man id ff:dd:aa:88:66:cc\n"
+ " IfConfig6
-s eth1 man host 2002::1/64 2002::2/64 gw 2002::3\n"
+#string STR_IFCONFIG6_ERR_LACK_INTERFACE #language en-US "Lack
interface name.\n"
+ "Usage:
IfConfig6 -s {ifname} {config options ...}\n"
+ "Example:
IfConfig6 -s eth0 auto\n"
+#string STR_IFCONFIG6_LACK_OPTION #language en-US "Flags lack.
Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_CONFLICT_OPTIONS #language en-US "Flags
conflict. Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_ERR_LACK_COMMAND #language en-US "Lack
interface config option.\n"
+ "Usage:
IfConfig6 -s {ifname} {config options ...}\n"
+ "Example:
IfConfig6 -s eth0 auto\n"
+#string STR_IFCONFIG6_ERR_INVALID_INTERFACE #language en-US "Invalid
interface name.\n"
+ "Hint: Use
{IfConfig6 -l} to check existing interface names.\n"
+#string STR_IFCONFIG6_ERR_INVALID_COMMAND #language en-US "Invalid
command. Bad command %H%s%N is skipped.\n"
+ "Hint:
Incorrect option or arguments. Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_ERR_LACK_ARGUMENTS #language en-US "Lack
arguments. Bad command %H%s%N is skipped.\n"
+ "Hint:
Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_ERR_LACK_OPTION #language en-US "Lack
options.\n"
+ "Hint:
Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_ERR_MAN_HOST #language en-US "Manual
address configuration failed. Please retry.\n"
+#string STR_IFCONFIG6_ERR_DUPLICATE_COMMAND #language en-US "Duplicate
commands. Bad command %H%s%N is skipped.\n"
+ "Hint:
Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_ERR_CONFLICT_COMMAND #language en-US "Conflict
commands. Bad command %H%s%N is skipped.\n"
+ "Hint:
Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_ERR_UNKNOWN_COMMAND #language en-US "Unknown
commands. Bad command %H%s%N is skipped.\n"
+ "Hint:
Please type 'IfConfig6 -?' for help info.\n"
+#string STR_IFCONFIG6_ERR_ADDRESS_FAILED #language en-US "It failed
to set .\n"
+#string STR_IFCONFIG6_INVALID_IP #language en-US "%IfConfig6:
Invalid IP6 address, %s\n"
Modified: trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni
2015-12-15 04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni
2015-12-15 04:56:57 UTC (rev 19258)
@@ -1,47 +1,23 @@
-\xFF\xFE/-----------------------\ No newline at end of file
+// /** @file
+// Shell application IpSecConfig.
+//
+// This application is used to set and retrieve security and policy related
information
+// for the EFI IPsec protocol driver.
+//
+// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Shell application
IpSecConfig"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This application is
used to set and retrieve security and policy related information for the EFI
IPsec protocol driver."
+
Modified: trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni
2015-12-15 04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni
2015-12-15 04:56:57 UTC (rev 19258)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// IpSecConfig Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"IpSec Config App"
+
+
Modified: trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni
2015-12-15 04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni
2015-12-15 04:56:57 UTC (rev 19258)
@@ -1,283 +1,141 @@
-\xFF\xFE/---------------------------------------------------------------------------------------------------------------------------------------------\
No newline at end of file
+/** @file
+ String definitions for the Shell IpSecConfig application.
+
+ Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+
+ This program and the accompanying materials
+ are licensed and made available under the terms and conditions of the BSD
License
+ which accompanies this distribution. The full text of the license may be
found at
+ http://opensource.org/licenses/bsd-license.php.
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+**/
+
+#langdef en-US "English"
+
+#string STR_IPSEC_CONFIG_UNKNOWN_OPERATION #language en-US "%s:
Operation not specified.\n"
+
+#string STR_IPSEC_CONFIG_INCORRECT_DB #language en-US "%s:
Incorrect Database - %s.\n"
+
+#string STR_IPSEC_CONFIG_PROTOCOL_INEXISTENT #language en-US "%s:
IPSEC_CONFIG protocol inexistent.\n"
+
+#string STR_IPSEC_CONFIG_MISSING_DB #language en-US "%s:
Missing Database.\n"
+
+#string STR_IPSEC_CONFIG_FILE_OPEN_FAILED #language en-US "%s: Open
file failed - %s.\n"
+
+#string STR_IPSEC_CONFIG_INCORRECT_PARAMETER_VALUE #language en-US "%s:
Incorrect value of %s - %s.\n"
+
+#string STR_IPSEC_CONFIG_ACCEPT_PARAMETERS #language en-US " Values
could be:"
+
+#string STR_IPSEC_CONFIG_MISSING_PARAMETER #language en-US "%s:
Missing parameter - %s.\n"
+
+#string STR_IPSEC_CONFIG_MISSING_ONE_OF_PARAMETERS #language en-US "%s:
Missing one of the parameters - %s.\n"
+
+#string STR_IPSEC_CONFIG_UNWANTED_PARAMETER #language en-US "%s:
Unwanted parameter - %s.\n"
+
+#string STR_IPSEC_CONFIG_INSERT_FAILED #language en-US "%s:
Policy entry insertion failed!\n"
+
+#string STR_IPSEC_CONFIG_DELETE_FAILED #language en-US "%s:
Policy entry deletion failed!\n"
+
+#string STR_IPSEC_CONFIG_EDIT_FAILED #language en-US "%s:
Policy entry edit failed!\n"
+
+#string STR_IPSEC_CONFIG_ALREADY_EXISTS #language en-US "%s:
Policy entry already exists!\n"
+
+#string STR_IPSEC_CONFIG_INDEX_NOT_FOUND #language en-US "%s:
Specified index not found!\n"
+
+#string STR_IPSEC_CONFIG_INDEX_NOT_SPECIFIED #language en-US "%s:
Index should be Specified!\n"
+
+#string STR_IPSEC_CONFIG_INSERT_UNSUPPORT #language en-US "%s:
Policy entry insertion not supported!\n"
+
+#string STR_IPSEC_CONFIG_LINE_HELP #language en-US "Displays
or modifies the IPsec configuration"
+
+#string STR_IPSEC_CONFIG_HELP #language en-US "Displays
or modifies the current IPsec configuration.\n"
+ "%HUsage:
IpSecConfig [-p {SPD|SAD|PAD}] [command] [options[parameters]]%N\n"
+ "\n"
+ "%H-p
(SPD|SAD|PAD)%N required.point to certain policy database.\n"
+
"%Hcommand%N:\n"
+ " -a
[options[parameters]] Add new policy entry.\n"
+ " -i
entryid [options[parameters]] Insert new policy entry before the one\n"
+ "
matched by the entryid.\n"
+ "
It's only supported on SPD policy database.\n"
+ " -d
entryid Delete the policy entry matched by the \n"
+ "
entryid.\n"
+ " -e
entryid [options[parameters]] Edit the policy entry matched by the\n"
+ "
entryid.\n"
+ " -f
Flush the entire policy database.\n"
+ " -l
List all entries for specified database.\n"
+ "
-enable Enable IPsec.\n"
+ "
-disable Disable IPsec.\n"
+ "
-status Show IPsec current status.\n"
+
"%H[options[parametes]]%N depend on the type of policy
database.Type\n "
+ "
'IpSecConfig -p'followed by the database \n"
+ "
name, and then type ' -?'.\n"
+ "
e.g.: 'IpSecConfig -p SPD -?'\n"
+
+#string STR_IPSEC_CONFIG_SPD_HELP #language en-US "Explain
the %H[options[parametes]%N for %HSPD%N\n"
+ "\n"
+
"%H[options[parameters]]%N:\n"
+ "
--local localaddress optional local address\n"
+ "
--remote remoteaddress required remote address\n"
+ "
--proto (TCP|UDP|ICMP|...) required IP protocol\n"
+ "
--local-port port optional local port for tcp/udp protocol\n"
+ "
--remote-port port optional remote port for tcp/udp protocol\n"
+ " --name
name optional SPD name\n"
+ "
--action (Bypass|Discard|Protect) required \n"
+ "
required IPsec action\n"
+ " --mode
(Transport|Tunnel) optional IPsec mode, transport by default\n"
+ "
--ipsec-proto (AH|ESP) optional IPsec protocol, ESP by default\n"
+ "
--auth-algo (NONE|SHA1HMAC) optional authentication algorithm\n"
+ "
--encrypt-algo(NONE|DESCBC|3DESCBC)optional encryption algorithm\n"
+ "
--tunnel-local tunnellocaladdr optional tunnel local address(only for
tunnel mode)\n"
+ "
--tunnel-remote tunnelremoteaddr optional tunnel remote address(only for
tunnel mode)\n"
+ "\n"
+
+#string STR_IPSEC_CONFIG_SAD_HELP #language en-US "Explain
the %H[options[parameters]]%N for %HSAD%N\n"
+ "\n"
+
"%H[options[parameters]]%N:\n"
+ " --spi
spi required SPI value\n"
+ "
--ipsec-proto (AH|ESP) required IPsec protocol\n"
+ "
--local localaddress optional local address\n"
+ "
--remote remoteaddress required destination address\n"
+ "
--auth-algo (NONE|SHA1HMAC) required for AH. authentication
algorithm\n"
+ "
--auth-key key required for AH. key for authentication\n"
+ "
--encrypt-algo (NONE|DESCBC|3DESCBC) required for ESP. encryption algorithm\n"
+ "
--encrypt-key key required for ESP. key for encryption\n"
+ " --mode
(Transport|Tunnel) optional IPsec mode, transport by default\n"
+ "
--tunnel-dest tunneldestaddr optional tunnel destination address(only
for tunnel mode)\n"
+ "
--tunnel-source tunnelsourceaddr optional tunnel source address(only for
tunnel mode)\n"
+ "\n"
+
+#string STR_IPSEC_CONFIG_PAD_HELP #language en-US "Explain
the %H[options[parameters]]%N for %HPAD%N\n"
+ "\n"
+
"%H[options[parameters]]%N:\n"
+ "
--peer-address address required peer address\n"
+ "
--auth-proto (IKEv1|IKEv2) optional IKE protocol, IKEv1 by\n"
+ "
default\n"
+ "
--auth-method (PreSharedSecret|Certificates) required authentication method\n"
+ "
--auth-data authdata required data for
authentication\n"
+ "\n"
+
+#string STR_IPSEC_MISTAKEN_OPTIONS #language en-US "Mistaken
Input. Please refer to %H"IpSecConfig -?"%N for more help information.\n"
+
+#string STR_IPSEC_REDUNDANCY_MANY #language en-US "%s has
one redundancy option: %H%s%N\n"
+
+#string STR_IPSEC_CONFIG_ALREADY_ENABLE #language en-US "IPsec
has been already enabled!\n"
+
+#string STR_IPSEC_CONFIG_ENABLE_SUCCESS #language en-US "Enable
IPsec ! \n"
+
+#string STR_IPSEC_CONFIG_DISABLE_SUCCESS #language en-US "Disable
IPsec ! \n"
+
+#string STR_IPSEC_CONFIG_ALREADY_DISABLE #language en-US "IPsec
has been already disabled !\n"
+
+#string STR_IPSEC_CONFIG_STATUS_ENABLE #language en-US "IPsec
Status : Enabled ! \n"
+
+#string STR_IPSEC_CONFIG_STATUS_DISABLE #language en-US "IPsec
Status : Disabled ! \n"
+
+#string STR_IPSEC_CONFIG_ENABLE_FAILED #language en-US "Error:
Enable IPsec failed !\n"
+
+#string STR_IPSEC_CONFIG_DISABLE_FAILED #language en-US "Error:
Disable IPsec failed !\n"
+
Modified: trunk/edk2/NetworkPkg/Application/Ping6/Ping6.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/Ping6/Ping6.uni 2015-12-15 04:56:23 UTC
(rev 19257)
+++ trunk/edk2/NetworkPkg/Application/Ping6/Ping6.uni 2015-12-15 04:56:57 UTC
(rev 19258)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Shell application Ping6.
+//
+// It is an shell application which is used to Ping the target host with IPv6
stack.
+//
+// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Shell application
Ping6"
+
+#string STR_MODULE_DESCRIPTION #language en-US "It is an shell
application which is used to Ping the target host with IPv6 stack."
+
Modified: trunk/edk2/NetworkPkg/Application/Ping6/Ping6Extra.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/Ping6/Ping6Extra.uni 2015-12-15
04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/Ping6/Ping6Extra.uni 2015-12-15
04:56:57 UTC (rev 19258)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// Ping6 Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"Ping6 App"
+
+
Modified: trunk/edk2/NetworkPkg/Application/Ping6/Ping6Strings.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/Ping6/Ping6Strings.uni 2015-12-15
04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/Ping6/Ping6Strings.uni 2015-12-15
04:56:57 UTC (rev 19258)
@@ -1,95 +1,48 @@
-\xFF\xFE/-----------------------------------------------\ No newline at end of
file
+/** @file
+ String definitions for the Shell Ping6 application.
+
+ Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+
+ This program and the accompanying materials
+ are licensed and made available under the terms and conditions of the BSD
License
+ which accompanies this distribution. The full text of the license may be
found at
+ http://opensource.org/licenses/bsd-license.php.
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+**/
+
+#langdef en-US "English"
+
+#string STR_PING6_INVALID_IP #language en-US "%Ping6: Invalid
IP6 address, %s\n"
+#string STR_PING6_INVALID_INPUT #language en-US "%Ping6: Invalid
input, please type 'Ping6 -?'for help\n"
+#string STR_PING6_INVALID_SEND_NUMBER #language en-US "%Ping6: Invalid
send number, %s\n"
+#string STR_PING6_INVALID_BUFFER_SIZE #language en-US "%Ping6: Invalid
buffer size, %s\n"
+#string STR_PING6_INVALID_SOURCE #language en-US "%Ping6: Require
source interface option\n"
+#string STR_PING6_IP6_CONFIG #language en-US "%Ping6:
Ip6->Config %r\n"
+#string STR_PING6_IP6_GETMODE #language en-US "%Ping6:
Ip6->GetModeData %r\n"
+#string STR_PING6_IP6CFG_GETDATA #language en-US "%Ping6:
Ip6Config->GetData %r\n"
+#string STR_PING6_SEND_REQUEST #language en-US "Echo request
sequence %d fails.\n"
+#string STR_PING6_SOURCE_NOT_FOUND #language en-US "Source %s not
found.\n"
+#string STR_PING6_NOSOURCE_INDOMAIN #language en-US "No sources in
%s's multicast domain.\n"
+#string STR_PING6_START #language en-US "Ping %s %d data
bytes\n\n"
+#string STR_PING6_TIMEOUT #language en-US "Echo request
sequence %d timeout.\n"
+#string STR_PING6_REPLY_INFO #language en-US "%d bytes from %s
: icmp_seq=%d ttl=%d time%c%dms\n"
+#string STR_PING6_STAT #language en-US "\n%d packets
transmitted, %d received, %d%% packet loss, time %dms\n"
+#string STR_PING6_RTT #language en-US "\nRtt(round trip
time) min=%dms max=%dms avg=%dms\n"
+#string STR_PING6_LINE_HELP #language en-US "Ping a target
machine with UEFI IPv6 network stack"
+#string STR_PING6_HELP #language en-US "Ping a target
machine with UEFI IPv6 network stack.\n\n"
+ "Usage: Ping6 [-l
size] [-n count] [-s SourceIp] TargetIp\n"
+ " Use ESC
and Ctrl+C to interrupt Ping6 process.\n"
+ "\n"
+ "Options:\n"
+ " -l size
Send buffer size, in bytes(default=16, min=16, max=32768).\n"
+ " -n count
Send request count, (default=10, min=1, max=10000).\n"
+ " -s SourceIp
Source IPv6 address.\n"
+ " TargetIp
Target IPv6 address.\n"
+ " -?
Help document.\n"
+ "\n"
+ "Examples:\n"
+ " Ping6 -s
2002::1 2002::2 -l 1000 -n 5\n"
+ " Ping6 2002::2
-l 1000\n"
\ No newline at end of file
Modified: trunk/edk2/NetworkPkg/Application/VConfig/VConfig.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/VConfig/VConfig.uni 2015-12-15
04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/VConfig/VConfig.uni 2015-12-15
04:56:57 UTC (rev 19258)
@@ -1,45 +1,22 @@
-\xFF\xFE/----------------------\ No newline at end of file
+// /** @file
+// Shell application VLAN configuration.
+//
+// It is shell application which is used to get and set VLAN configuration.
+//
+// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "Shell application
VLAN configuration"
+
+#string STR_MODULE_DESCRIPTION #language en-US "It is shell
application which is used to get and set VLAN configuration."
+
Modified: trunk/edk2/NetworkPkg/Application/VConfig/VConfigExtra.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/VConfig/VConfigExtra.uni 2015-12-15
04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/VConfig/VConfigExtra.uni 2015-12-15
04:56:57 UTC (rev 19258)
@@ -1,41 +1,20 @@
-\xFF\xFE/--------------------\ No newline at end of file
+// /** @file
+// VConfig Localized Strings and Content
+//
+// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD
License
+// which accompanies this distribution. The full text of the license may be
found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"Vlan Config App"
+
+
Modified: trunk/edk2/NetworkPkg/Application/VConfig/VConfigStrings.uni
===================================================================
--- trunk/edk2/NetworkPkg/Application/VConfig/VConfigStrings.uni
2015-12-15 04:56:23 UTC (rev 19257)
+++ trunk/edk2/NetworkPkg/Application/VConfig/VConfigStrings.uni
2015-12-15 04:56:57 UTC (rev 19258)
@@ -1,111 +1,55 @@
-\xFF\xFE/-----------------------------------
@@ Diff output truncated at 100000 characters. @@
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits