Ip4DxeStrings.uni 1.7 KB

123456789101112131415161718192021222324252627282930
  1. // /** @file
  2. // String definitions for Ip4Config2 formset
  3. // Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
  4. // SPDX-License-Identifier: BSD-2-Clause-Patent
  5. //
  6. //**/
  7. /=#
  8. #langdef en-US "English"
  9. #string STR_IP4_CONFIG2_FORM_TITLE #language en-US "IPv4 Network Configuration"
  10. #string STR_IP4_CONFIG2_FORM_HELP #language en-US "Configure network parameters."
  11. #string STR_IP4_DEVICE_FORM_TITLE #language en-US ""
  12. #string STR_IP4_DEVICE_FORM_HELP #language en-US ""
  13. #string STR_IP4_CONFIGURE #language en-US "Configured"
  14. #string STR_IP4_CONFIGURE_HELP #language en-US "Indicate whether network address configured successfully or not."
  15. #string STR_IP4_ENABLE_DHCP #language en-US "Enable DHCP"
  16. #string STR_IP4_LOCAL_IP_ADDRESS #language en-US "Local IP Address"
  17. #string STR_IP4_IP_ADDRESS_HELP #language en-US "Enter IP address in dotted-decimal notation. Example: 192.168.10.12\r\n"
  18. #string STR_IP4_LOCAL_MASK #language en-US "Local NetMask"
  19. #string STR_IP4_MASK_HELP #language en-US "Enter NetMask in dotted-decimal notation. Example: 255.255.255.0\r\n"
  20. #string STR_IP4_LOCAL_GATEWAY #language en-US "Local Gateway"
  21. #string STR_IP4_GATEWAY_HELP #language en-US "Enter Gateway in dotted-decimal notation. Example: 192.168.10.1\r\n"
  22. #string STR_IP4_LOCAL_DNS #language en-US "Local DNS Servers"
  23. #string STR_IP4_DNS_HELP #language en-US "Enter DNS Servers in dotted-decimal notation. Example: 192.168.10.8 192.168.10.9\r\n"
  24. #string STR_SAVE_CHANGES #language en-US "Save Changes and Exit"
  25. #string STR_NULL #language en-US ""