]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellNetwork1CommandsLib / UefiShellNetwork1CommandsLib.uni
index c8ab64fc55f44cad1d2077336495758b6e73eae6..ba549d36c8aff193bbb2363a8ad2bd1fa758758f 100644 (file)
@@ -1,7 +1,8 @@
 // /**\r
 //\r
 // (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
-// Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved. <BR>\r
+// Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved. <BR>\r
+// (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 // which accompanies this distribution. The full text of the license may be found at\r
@@ -49,6 +50,7 @@
 #string STR_PING_CONFIG              #language en-US "Config %r\r\n"\r
 #string STR_PING_GETMODE             #language en-US "GetModeData %r\r\n"\r
 #string STR_PING_GETDATA             #language en-US "GetData %r\r\n"\r
+#string STR_PING_RECEIVE             #language en-US "Receive %r\r\n"\r
 #string STR_PING_SEND_REQUEST        #language en-US "Echo request sequence %d did not complete successfully.\r\n"\r
 #string STR_PING_NOSOURCE_INDO       #language en-US "There are no sources in %s's multicast domain.\r\n"\r
 #string STR_PING_NETWORK_ERROR       #language en-US "%H%s%N: Network function failed with %r\r\n"\r
 #string STR_PING_NOROUTE_FOUND       #language en-US "There is no route to the destination '%B%s%N' from the source '%B%s%N' was found.\r\n"\r
 #string STR_PING_START               #language en-US "Ping %s %d data bytes.\r\n"\r
 #string STR_PING_TIMEOUT             #language en-US "Echo request sequence %d timeout.\r\n"\r
-#string STR_PING_REPLY_INFO          #language en-US "%d bytes from %s : icmp_seq=%d ttl=%d time%c%dms\r\n"\r
+#string STR_PING_REPLY_INFO          #language en-US "%d bytes from %s : icmp_seq=%d ttl=%d time%d~%dms\r\n"\r
 #string STR_PING_STAT                #language en-US "\n%d packets transmitted, %d received, %d%% packet loss, time %dms\r\n"\r
-#string STR_PING_RTT                 #language en-US "\nRtt(round trip time) min=%dms max=%dms avg=%dms\r\n"\r
+#string STR_PING_RTT                 #language en-US "\nRtt(round trip time) min=%d~%dms max=%d~%dms avg=%d~%dms\r\n"\r
 \r
 #string STR_IFCONFIG_UNSUPPORTED_OPTION       #language en-US    "The option '%H%s%N' is unsupported now.\n"\r
-#string STR_IFCONFIG_LACK_OPTION              #language en-US    "Flags lack.\n"\r
+#string STR_IFCONFIG_LACK_OPTION              #language en-US    "Flags lack. Please type 'ifConfig -?' for help info.\n"\r
 #string STR_IFCONFIG_LACK_INTERFACE           #language en-US    "Lack interface name.\n"\r
 #string STR_IFCONFIG_LACK_COMMAND             #language en-US    "Lack interface config option.\n"\r
 #string STR_IFCONFIG_INVALID_INTERFACE        #language en-US    "Invalid interface name.\n"\r
 #string STR_IFCONFIG_INVALID_IPADDRESS        #language en-US    "Invalid ipv4 address: '%H%s%N'\n"\r
+#string STR_IFCONFIG_INVALID_GATEWAY          #language en-US    "Invalid gateway address: '%H%s%N'\n"\r
 #string STR_IFCONFIG_DUPLICATE_COMMAND        #language en-US    "Duplicate commands. Bad command %H%s%N is skipped.\n"\r
 #string STR_IFCONFIG_CONFLICT_COMMAND         #language en-US    "Conflict commands. Bad command %H%s%N is skipped.\n"\r
 #string STR_IFCONFIG_UNKNOWN_COMMAND          #language en-US    "Unknown commands. Bad command %H%s%N is skipped.\n"\r
 #string STR_IFCONFIG_SET_ADDR_FAILED          #language en-US    "Failed to set address.\n"\r
-#string STR_IFCONFIG_ROUTES_SIZE              #language en-US           "\n%H  Routes (%d entries):\n"\r
+#string STR_IFCONFIG_ROUTES_SIZE              #language en-US     "\n%H  Routes (%d entries):\n"\r
 #string STR_IFCONFIG_ROUTES_ENTRY_INDEX       #language en-US    "%H    Entry[%d]\n"\r
 #string STR_IFCONFIG_SHOW_IP_ADDR             #language en-US    "%12s: %N%d.%d.%d.%d\n"\r
 #string STR_IFCONFIG_INFO_NEWLINE             #language en-US    "\n"\r
 ".SH DESCRIPTION\r\n"\r
 " \r\n"\r
 "NOTES:\r\n"\r
-"  1. This command modifies the default IP address for the UEFI IP4\r\n"\r
+"  1. This command modifies the default IP address for the UEFI IPv4\r\n"\r
 "     network stack.\r\n"\r
 "  2. Use '-r' to renew configuration of interface and set dhcp policy.\r\n"\r
 "  3. Use '-l' to list the DNS and other address related settings for all\r\n"\r
 "     interfaces or the specified interface.\r\n"\r
 "  4. Use '-s <Name> static <IP> <SubnetMask> <GatewayMask>' with \r\n"\r
-"     static IP4 address configuration for specified interface.\r\n"\r
-"  5. Use '-s <Name> dhcp' for DHCP4 to request the IP4 address\r\n"\r
+"     static IPv4 address configuration for specified interface.\r\n"\r
+"  5. Use '-s <Name> dhcp' for DHCPv4 to request the IPv4 address\r\n"\r
 "     configuration dynamically for specified interface.\r\n"\r
 "  6. Use '-s <Name> dns <IP>' must under manual policy.\r\n"\r
 ".SH EXAMPLES\r\n"\r
 "  * To list the configuration for the eth0 interface:\r\n"\r
 "    fs0:\> ifconfig -l eth0\r\n"\r
 " \r\n"\r
-"  * To use DHCP4 to request the IPv4 address configuration dynamically for the\r\n"\r
+"  * To use DHCPv4 to request the IPv4 address configuration dynamically for the\r\n"\r
 "    eth0 interface:\r\n"\r
 "    fs0:\> ifconfig -s eth0 dhcp\r\n"\r
 " \r\n"\r
 " \r\n"\r
 "  * To configure DNS server address for the eth0 interface:\r\n"\r
 "    fs0:\> ifconfig -s eth0 dns 192.168.0.8 192.168.0.9\r\n"\r
-                                                                  \r
+\r
 \r
 \r