Ip6DxeStrings.uni 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /** @file
  2. String definitions for IP6 configuration.
  3. Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #langdef en-US "English"
  7. #string STR_IP6_CONFIG_FORM_TITLE #language en-US "IPv6 Network Configuration"
  8. #string STR_IP6_CONFIG_FORM_HELP #language en-US "Configure IPv6 network parameters."
  9. #string STR_IP6_DEVICE_FORM_TITLE #language en-US "IPv6 Current Setting"
  10. #string STR_IP6_DEVICE_FORM_HELP #language en-US "Display IPv6 network parameters."
  11. #string STR_IP6_INTERFACE_NAME #language en-US "Interface Name :"
  12. #string STR_IP6_INTERFACE_NAME_HELP #language en-US "The name of the interface."
  13. #string STR_IP6_INTERFACE_NAME_CONTENT #language en-US ""
  14. #string STR_IP6_INTERFACE_TYPE #language en-US "Interface Type :"
  15. #string STR_IP6_INTERFACE_TYPE_HELP #language en-US "The interface type of the network interface, defined in RFC1700."
  16. #string STR_IP6_INTERFACE_TYPE_CONTENT #language en-US ""
  17. #string STR_IP6_MAC_ADDRESS #language en-US "MAC address :"
  18. #string STR_IP6_MAC_ADDRESS_HELP #language en-US "The hardware address of the network interface."
  19. #string STR_IP6_MAC_ADDRESS_CONTENT #language en-US ""
  20. #string STR_IP6_HOST_ADDRESS #language en-US "Host addresses :"
  21. #string STR_IP6_HOST_ADDRESS_HELP #language en-US "The address list which contain the local IPv6 addresses and the corresponding prefix length information."
  22. #string STR_IP6_ROUTE_TABLE #language en-US "Route Table :"
  23. #string STR_IP6_ROUTE_TABLE_HELP #language en-US "The route table of the IPv6 network stack runs on this interface."
  24. #string STR_IP6_GATEWAY_ADDRESS #language en-US "Gateway addresses :"
  25. #string STR_IP6_GATEWAY_ADDRESS_HELP #language en-US "Current gateway IPv6 addresses."
  26. #string STR_IP6_DNS_ADDRESS #language en-US "DNS addresses :"
  27. #string STR_IP6_DNS_ADDRESS_HELP #language en-US "Current DNS server list."
  28. #string STR_IP6_INTERFACE_ID #language en-US "Interface ID"
  29. #string STR_IP6_INTERFACE_ID_HELP #language en-US "The 64 bit alternative interface ID for the device. The string is colon separated. e.g. ff:dd:88:66:cc:1:2:3"
  30. #string STR_IP6_DAD_TRANSMIT_COUNT #language en-US "DAD Transmit Count"
  31. #string STR_IP6_DAD_TRANSMIT_COUNT_HELP #language en-US "The number of consecutive Neighbor Solicitation messages sent while performing Duplicate Address Detection on a tentative address. A value of zero indicates that Duplicate Address Detection is not performed."
  32. #string STR_POLICY_TYPE_PROMPT #language en-US "Policy"
  33. #string STR_POLICY_TYPE_HELP #language en-US "automatic or manual"
  34. #string STR_POLICY_TYPE_AUTO #language en-US "automatic"
  35. #string STR_POLICY_TYPE_MANUAL #language en-US "manual"
  36. #string STR_IP6_AD_CONFIG_FORM #language en-US "Advanced Configuration"
  37. #string STR_IP6_AD_CONFIG_FORM_HELP #language en-US "Configure the interface manually. IP address, gateway address, and DNS server address can be configured."
  38. #string STR_IP6_MANUAL_ADDRESS #language en-US "New IPv6 address"
  39. #string STR_IP6_MANUAL_ADDRESS_HELP #language en-US "Manual IP address can only be configured under manual policy. Separate the IP address with blank space to configure more than one address. e.g. 2002::1/64 2002::2/64"
  40. #string STR_IP6_NEW_GATEWAY_ADDRESS #language en-US "New Gateway addresses"
  41. #string STR_IP6_NEW_GATEWAY_ADDR_HELP #language en-US "Gateway IP address can only be configured under manual policy. e.g. 2002::3. Separate the IP address with blank space to configure more than one address."
  42. #string STR_IP6_NEW_DNS_ADDRESS #language en-US "New DNS addresses"
  43. #string STR_IP6_NEW_DNS_ADDRESS_HELP #language en-US "DNS addresses can only be configured under manual policy. e.g. 2002::4. Separate the IP address with blank space to configure more than one address."
  44. #string STR_SAVE_CHANGES #language en-US "Save Changes and Exit"
  45. #string STR_SAVE_CHANGES_HELP #language en-US "Save Changes for interface ID, DAD transmit count, policy, and data in advanced configuration."
  46. #string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit"
  47. #string STR_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit"
  48. #string STR_NULL #language en-US ""
  49. #string STR_GET_CURRENT_SETTING #language en-US "Enter Configuration Menu"
  50. #string STR_GET_CURRENT_SETTING_HELP #language en-US "Press ENTER to enter configuration menu for IPv6 configuration."