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.

187 lines
6.3 KiB

  1. /* ****************************************************************************
  2. **
  3. ** COPYRIGHT (C) 1985 MICROSOFT
  4. **
  5. ** ****************************************************************************
  6. *
  7. * Module: globdefs.h - text for static arrays and other uses. Change this
  8. * module when internationalizing.
  9. *
  10. * Functions included: none
  11. *
  12. **
  13. ** REVISIONS
  14. **
  15. ** Date Who Rel Ver Remarks
  16. ** 10/21/86 yy translation
  17. ** 07/08/86 yy addition of reverse string for unit parsing.
  18. ** 11/20/85 bz initial version
  19. **
  20. ** ***************************************************************************/
  21. #ifdef KANJI
  22. #define utDefault utCch /* used to set utCur - may be utInch, utCm or utCch */
  23. #else
  24. #define utDefault utCm /* used to set utCur - may be utInch or utCm */
  25. #endif /* if-else-def KANJI */
  26. #define vzaTabDfltDef (czaInch / 2) /* width of default tab in twips */
  27. /* note that czaCm is also available */
  28. #define szModeDef "�y�[�W 1" /* buffer for "Page nnn" message */
  29. #define szExtWordDocDef ".DOC"
  30. #define szExtWordBakDef ".BAK"
  31. #define szExtDrvDef ".drv"
  32. #define szExtGlsDef ".GLS"
  33. #ifdef KINTL
  34. #define szExtDocDef ".WRI" /* this and next extension should be the same */
  35. #define szExtSearchDef "\\*.WRI" /* store default search spec */
  36. #define szExtBackupDef ".BKP"
  37. #ifdef KANJI
  38. #define szExtTxtOnly ".TXT" /* Text only document. */
  39. #endif /* KANJI */
  40. #else
  41. #define szExtDocDef ".DOC" /* This and next extension should be the same */
  42. #define szExtSearchDef "\\*.DOC" /* Store default search spec. */
  43. #define szExtBackupDef ".BAK"
  44. #endif /* if-else-def INTL */
  45. #define szWriteProductDef "MSWrite" /* WIN.INI: our app entry */
  46. #define szFontEntryDef "Fontx" /* WIN.INI: our font list */
  47. #define szWriteDocPromptDef "���C�g�p����" /* OpenFile prompts */
  48. #define szScratchFilePromptDef "���C�g�̃v���O����"
  49. #define szSaveFilePromptDef "���C�g�̃Z�[�u�p�f�B�X�N"
  50. #define szAppNameDef "���C�g" /* For message box headings */
  51. #define szUntitledDef "(����)" /* Unnamed doc */
  52. #define szSepNameDef " - " /* Separates AppName from file name in header */
  53. #ifdef STYLES
  54. #define szSshtEmpty "NORMAL.STY"
  55. #endif /* STYLES */
  56. /* Strings for parsing the user profile. */
  57. #define szWindowsDef "windows"
  58. #define szDeviceDef "Device"
  59. #define szDevicesDef "devices"
  60. #define szBackupDef "Backup"
  61. /* used to get decimal point character from user profile */
  62. #define szIntlDef "intl"
  63. #define szsDecimalDef "sDecimal"
  64. #define szsDecimalDefaultDef "."
  65. #define sziCountryDef "iCountry"
  66. #define sziCountryDefaultDef "001" /* default country is USA */
  67. /* see msdos manual for meaning of codes */
  68. /* Strings for our window classes (MUST BE < 39 CHARS) */
  69. #define szParentClassDef "MSWRITE_MENU"
  70. #define szDocClassDef "MSWRITE_DOC"
  71. #define szRulerClassDef "MSWRITE_RULER"
  72. #define szPageInfoClassDef "MSWRITE_PAGEINFO"
  73. #ifdef ONLINEHELP
  74. #define szHelpDocClassDef "MSWRITE_HELPDOC"
  75. #endif
  76. /* used in clipdisp.c */
  77. #define szWRITETextDef "���C�g�����̃e�L�X�g"
  78. /* used in cmd.c */
  79. #define szFreeDef " ��"
  80. /* used in diachgpr.c */
  81. #define szDeviceModeDef "DEVICEMODE" /* windows device mode */
  82. /* used in fileutil.c - name of temp file */
  83. #ifdef INTL
  84. #define szMWTempDef "~WRI0000.TMP"
  85. #else
  86. #define szMWTempDef "~DOC0000.TMP"
  87. #endif
  88. /* used in fontenum.c */
  89. #define szSystemDef "System"
  90. /* used in initwin.c */
  91. #define szMw_acctbDef "mw_acctb"
  92. #define szNullPortDef "NullPort"
  93. #define szNoneDef "None"
  94. #define szMwloresDef "mwlores"
  95. #define szMwhiresDef "mwhires"
  96. #define szMw_iconDef "mw_icon"
  97. #define szMw_menuDef "mw_menu"
  98. #define szScrollBarDef "ScrollBar"
  99. /* used in menu.c */
  100. #define szShEscDef " \tSh Esc"
  101. /* used in pictdrag.c */
  102. #define szPmsCurDef "pmscur"
  103. /* used in ruler.c */
  104. #define szBtnDef "rbutton"
  105. #define szMarkDef "rmark"
  106. /* used in running.c */
  107. #define szHeaderDef "�w�b�_�["
  108. #define szFooterDef "�t�b�^�["
  109. /* used in screen.c - available font family names */
  110. #define szModernDef "Modern"
  111. #define szRomanDef "Roman"
  112. #define szSwissDef "Swiss"
  113. #define szScriptDef "Script"
  114. #define szDecorativeDef "Decorative"
  115. /* used in trans.c */
  116. #define szLoadFileDef "�t�@�C�������[�h��"
  117. #define szCvtLoadFileDef "�t�@�C�����ϊ��A���[�h��"
  118. /* used in util2.c abbreviations for units */
  119. #define szInchDef "\""
  120. #define szCmDef " cm"
  121. #define szP10Def " p10"
  122. #define szP12Def " p12"
  123. #define szPointDef " pt"
  124. #define szLineDef " li"
  125. #ifdef KANJI
  126. #define szKanjiLineDef " \215\163"
  127. #define szKanjiChDef " \216\232"
  128. #endif /* ifdef KANJI */
  129. #ifdef KANJI
  130. /* used in util2.c. Unit names spelled in reverse. */
  131. #define szUtInch "ni" /* in */
  132. #define szUtInchQ "\"" /* a double quote */
  133. #ifdef CASHMERE
  134. #define szUtP10 "01p" /* p10 */
  135. #define szUtP12 "21p" /* p12 */
  136. #define szUtLine "il" /* li */
  137. #define szUtPt "tp" /* pt */
  138. #endif /* CASHMERE */
  139. #define szUtCm "mc" /* cm */
  140. #define szUtCch1 "ij" /* Roma-ji spelling. */
  141. #define szUtCch2 "\232\216" /* Kanji "ji" */
  142. #define szUtCch3 "\127\203" /* katakana "ji" */
  143. #define szUtCch4 "\266\202" /* hiragana "ji" */
  144. #define szUtCch5 "\334\205\272\205" /* half-width kataknak shi followed by */
  145. /* half-width daku-on. */
  146. #define szUtCch6 "\336\274" /* System katakana shi followed by system */
  147. /* daku-on */
  148. #define szUtLn1 "uoyg" /* Roma-ji spelling. */
  149. #define szUtLn2 "\163\215" /* Kanji "gyou" */
  150. #define szUtLn3 "\244\202\345\202\254\202" /* hiragana "gyou" */
  151. #define szUtLn4 "\105\203\207\203\255\203" /* katakana "gyou" */
  152. #define szUtLn5 "\263\256\336\267" /* 1-byte katakana "gyou" */
  153. #define szUtLn6 "\261\205\254\205\334\205\265\205" /* half-width katakana "gyou" */
  154. #endif /* ifdef KANJI */