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.

28 lines
1.3 KiB

  1. <%
  2. 'Localizable strings for iidoc.asp
  3. Const L_DOCUMENTS_TEXT="Documents"
  4. Const L_ENABLEDEFAULT_TEXT="Enable default document"
  5. Const L_MULTIDOC_TEXT="Multiple documents may be entered in a comma separated list."
  6. Const L_DEFAULTDOC_TEXT="Default document name:"
  7. Const L_ENABLEDOCFOOTER_TEXT="Enable document footer"
  8. Const L_DOCFOOTER_TEXT="Document footer path:"
  9. ' The \r character combination is used to provide line breaks in the confirmation dialog
  10. ' where this string is used. The breaks may need to be adjusted during localization so that
  11. ' the dialog appears reasonable. You can check the dialog by selecting the Enable document
  12. ' footer check box on the Documents property page.
  13. Const L_PERFORMANCE_WARNINGMESSAGE="PERFORMANCE WARNING!\r\rDocument footers provide an easy way to have the same \rcontent appear on the bottom of each page. However on a \rheavily accessed server, this could cause performance \rdegradation. \r\rAre you sure you want to use Document Footer?"
  14. Const L_BROWSE_TEXT = "Browse..."
  15. Const L_NOFOOTPATH_ERR = "You must enter a valid document footer path."
  16. ' Resizing constants for Document property page.
  17. ' Width of both text fields
  18. Const L_TEXTWIDTH_NUM = 50
  19. ' Horizontal rules
  20. Const L_ENABLEDEFAULTHR_NUM = 270
  21. Const L_ENABLEDOCFOOTERHR_NUM = 290
  22. %>