Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.9 KiB

  1. <%
  2. 'Localizable strings for default.asp
  3. Const L_TITLE_TEXT = "Internet Service Manager (HTML) "
  4. Const L_LIVESCRIPT_TEXT = "This page requires a newer version of LiveScript to view. Do you want to upgrade now?"
  5. 'Localizers can change the font throught all HTMLA here...
  6. Const L_DEFTEXTFONT_TEXT = "Verdana"
  7. Const L_DEFMENUFONT_TEXT = "Tahoma"
  8. Const L_DEFFONTSCALE = 1
  9. Const L_DEFFONTPOINT = 1
  10. Const L_DEFMENUFONTSCALE = 1
  11. Const L_DEFMENUFONTPOINT = 2
  12. Const L_UNIXTEXTFONT_TEXT = "Helvetica"
  13. Const L_UNIXMENUFONT_TEXT = "Helvetica"
  14. Const L_UNIXFONTSCALE = 1
  15. Const L_UNIXFONTPOINT = 2
  16. Dim L_DEFINPUTSTYLE, L_UNIXINPUTSTYLE
  17. L_DEFINPUTSTYLE = " style='color:black; font-family:" & L_DEFTEXTFONT_TEXT & "; font-size:10pt'"
  18. L_UNIXINPUTSTYLE = " style='color:black; font-family:" & L_UNIXTEXTFONT_TEXT & "; font-size:14pt'"
  19. Const L_BROWSERUNTESTED_TEXT = "Your web browser has not been tested to administer IIS 5.0."
  20. Const L_MAYCONTINUE_TEXT = "You may continue to use the Internet Services Manager (HTML) with your current browser, but you may experience problems."
  21. Const L_BESTVIEWING_TEXT = "For best viewing, we recommend that you install the released version of Microsoft� Internet Explorer."
  22. Const L_DOWNLOADNOW_TEXT = "You can download it now!"
  23. Const L_CONTINUE_TEXT = "Continue with my current browser."
  24. Const L_MINREQS_TEXT = "Minimum Browser Requirements:"
  25. Const L_WINDOWS_TEXT = "Microsoft Windows"
  26. Const L_IE302_TEXT = "Microsoft� Internet Explorer 3.02 "
  27. Const L_NS30_TEXT = "Netscape Navigator� 4.03 "
  28. Const L_MAC_TEXT = "Macintosh "
  29. Const L_IE301_TEXT = "Microsoft� Internet Explorer 3.01"
  30. Const L_NS403_TEXT = "Netscape Navigator� 4.03"
  31. Const L_UNIXOS_TEXT = "Unix"
  32. Const L_IE400_TEXT = "Microsoft� Internet Explorer 4.0"
  33. Const L_NOSSL_TEXT = "Warning! You are not using a secure connection for your Web-based administration. For more information, see Secure Sockets Layer in the Internet Information Services online documentation."
  34. %>