home *** CD-ROM | disk | FTP | other *** search
/ Red Pages of the Internet / RedPagesInternet2000.iso / Other / Scala.InfoChannel.IC200.SP6-SHOCK / SCALA / IC200 / Catalogs / HTLook.msg < prev    next >
Encoding:
Text File  |  1997-09-09  |  4.6 KB  |  117 lines

  1. ; Tools/cdc 2.17 (8 Sep 1997) (NT/TOOLS)
  2. ; CAT Catalog Emitter $Revision: 1.27 $
  3. ; Catalog definitions for module "HTLook" (HTLook.Book)
  4. ; Original Command Line: 
  5. ;    z:\scala\current\nt\tools\bin\CDC.exe -t -q -n Z:\Scala\Names -i 
  6. ;    f:\MakeTMP\XX200.rel\HTLook.rls\Locked\XX200\Include;Z:\Scala\Locked\XX200\Include 
  7. ;    HTLook.cdl -o HTLook.cdl.err -e NameDB -l -o 
  8. ;    f:\MakeTMP\XX200.rel\HTLook.rls\out\Locked\XX200\Names.dat\HTLook\HTLook.ndb 
  9. ;    -e CPublicDoc -o 
  10. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Autodoc\HTLook.doc 
  11. ;    -e CPrivateDoc -o 
  12. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Autodoc\Internal\HTLook.doc 
  13. ;    -e CPublicIPF -o 
  14. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Autodoc\HTLook.ipf 
  15. ;    -e CPrivateIPF -o 
  16. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Autodoc\Internal\HTLook.ipf 
  17. ;    -e CPublicHead -v -s -o 
  18. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Include\HTLook\HTLook.h 
  19. ;    -e CPrivateHead -v -s -o 
  20. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Include\HTLook\Internal\HTLook.ph 
  21. ;    -e Catalog -c -o 
  22. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Catalogs\HTLook.msg 
  23. ;    -e Help -c -o 
  24. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Catalogs\HTLook.hlp 
  25. ;    -e AsmMSDOS -o 
  26. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\src\HTLook\_dos.asm 
  27. ;    -e AsmWin32 -o 
  28. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\src\HTLook\_win32.asm 
  29. ;    -e CModuleCode -o 
  30. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\src\HTLook\book.c -e 
  31. ;    CModuleHead -o 
  32. ;    f:\MakeTMP\XX200.rel\HTLook.rls\obj\Locked\XX200\Include\HTLook\book.h 
  33. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  34. VERSION 3
  35. REVISION 6
  36. LANGUAGE "English"
  37. NATURALNAME "HTLook"
  38. ; HTLOOK_DefaultFont
  39. ; The default font and size for HTLook.
  40. MSG 0x10400800 "SFranklin 16"
  41. ; HTLOOK_DefaultHeaderFont
  42. ; The default font and size for HTLook's header-labels.
  43. MSG 0x10400c00 "SFranklin 12"
  44. ; CannotOpenMenu
  45. MSG 0x10400401 "Cannot open the %1 menu."
  46. ; BUTTON_VerticalScrollerName
  47. ; The name of vertical scrollers.
  48. MSG 0x10403800 "Vertical scroll bar"
  49. ; BUTTON_HorizontalScrollerName
  50. ; The name of horizontal scrollers.
  51. MSG 0x10403c00 "Horizontal scroll bar"
  52. ; MENU_CloseButtonName
  53. ; The name for the Close-button. (The 'X').
  54. MSG 0x10402c00 "Close button"
  55. ; MENU_HelpButtonName
  56. ; The name for the Help-button. (The 'i').
  57. MSG 0x10403000 "Information button"
  58. ; MENU_MinimizeButtonName
  59. ; The name of the Minimize Button
  60. MSG 0x10403400 "Minimize button"
  61. ; DATEFIELD_FirstDateSeparator
  62. ; This symbol is used to separate the first and second part of the 
  63. ; date-button-contents (In the English version, this is the separator between 
  64. ; month and date).
  65. MSG 0x10402000 "/"
  66. ; DATEFIELD_SecondDateSeparator
  67. ; This symbol is used to separate the second and third part of the 
  68. ; date-button-contents (In the English version, this is the separator between 
  69. ; date and year).
  70. MSG 0x10402400 "/"
  71. ; DATEFIELD_DateOrder
  72. ; This text determines the order of the components in the date-button, use 'm' 
  73. ; (month), 'd' (date) and 'y' (year) in the correct order for your language.
  74. MSG 0x10402800 "mdy"
  75. ; CLOCK_DefaultDateClockFormat
  76. ; The default clockfield formatting string for a field with date. 
  77. ;         %1  = Hour (24 hour)
  78. ;         %2  = Minutes (Forced two digits)
  79. ;         %3  = Seconds (Forced two digits)
  80. ;         %4  = Date
  81. ;         %5  = Month number
  82. ;         %6  = Year (Two digits)
  83. ;         %7  = Day number
  84. ;         %8  = Day name (Long version)
  85. ;         %9  = Full year (Four digits)
  86. ;         %10 = Month name (Long version)
  87. ;         %11 = Hour (12 hour)
  88. ;         %12 = Hour (Forced two digits, 24 hour)
  89. ;         %13 = Hour (Forced two digits, 12 hour)
  90. ;         %14 = Minutes
  91. ;         %15 = Date (Forced two digits)
  92. ;         %16 = Month number (Forced two digits)
  93. ;         %17 = am/pm
  94. ;         %18 = Day name (Short Version)
  95. ;         %19 = Month name (Short version)
  96. ;         
  97. ; Note that the following warning by the xlate-tool is harmless in this case: 
  98. ; *** Error: 2 translations with mismatched %-fields. 
  99. ; XLATE: FieldMismatchOK
  100. MSG 0x10401006 "%16/%15/%6 %1:%2:%3"
  101. ; CLOCK_DefaultClockFormat
  102. ; The default clockfield formatting string for a field showing only time. 
  103. ; XLATE: FieldMismatchOK
  104. MSG 0x10401403 "%1:%2:%3"
  105. ; CLOCK_am
  106. ; The "am" text - probably not to be translated.
  107. MSG 0x10401800 "am"
  108. ; CLOCK_pm
  109. ; The "pm" text - probably not to be translated.
  110. MSG 0x10401c00 "pm"
  111.