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.

179 lines
7.8 KiB

  1. STRINGTABLE MOVEABLE DISCARDABLE
  2. BEGIN
  3. // toolbar stuff
  4. IDS_SPACE, "Separator"
  5. IDS_PLUS, " + "
  6. IDS_NONE, "None"
  7. // menuhelp stuff
  8. IDS_SYSMENU , "Contains commands for manipulating windows."
  9. IDS_HEADER , "Drag to the left or right to resize columns."
  10. IDS_HEADERADJ , "Resizes columns using the arrow and tab keys."
  11. IDS_TOOLBARADJ, "Adds, moves, and removes buttons on the toolbar."
  12. MH_SYSMENU+SC_RESTORE , "Restores this window to normal size."
  13. MH_SYSMENU+SC_MOVE , "Moves this window."
  14. MH_SYSMENU+SC_SIZE , "Resizes this window."
  15. MH_SYSMENU+SC_MINIMIZE , "Collapses this window to an icon."
  16. MH_SYSMENU+SC_MAXIMIZE , "Expands this window to fill the screen."
  17. MH_SYSMENU+SC_CLOSE , "Closes this window."
  18. MH_SYSMENU+SC_TASKLIST , "Switches to another task."
  19. MH_SYSMENU+SC_NEXTWINDOW, "Switches to the next MDI window."
  20. // property sheet
  21. IDS_CLOSE "Close"
  22. IDS_OK "OK"
  23. IDS_PROPERTIESFOR "%s Properties"
  24. IDS_PROPERTIES "Properties"
  25. // MonthCal
  26. IDS_TODAY "Today:"
  27. IDS_GOTOTODAY "&Go to today"
  28. IDS_DELIMETERS "/.,-:" // delimeters between date/time fields
  29. IDS_MONTHFMT "MMMM"
  30. IDS_MONTHYEARFMT "MMMM yyyy"
  31. // Header
  32. IDS_ENTERTEXTHERE "Enter text here"
  33. // Edit
  34. // IME specific context menu strings
  35. IDS_IMEOPEN "&Open IME"
  36. IDS_IMECLOSE "C&lose IME"
  37. IDS_SOFTKBDOPEN "Op&en Soft Keyboard"
  38. IDS_SOFTKBDCLOSE "Close So&ft Keyboard"
  39. IDS_RECONVERTSTRING "&Reconversion"
  40. IDS_PASSWORDCUT_TITLE "Not Allowed"
  41. IDS_PASSWORDCUT_MSG "You cannot copy text from a password field."
  42. IDS_NUMERIC_TITLE "Unacceptable Character"
  43. IDS_NUMERIC_MSG "You can only type a number here."
  44. IDS_CAPSLOCK_TITLE "Caps Lock is On"
  45. IDS_CAPSLOCK_MSG "Having Caps Lock on may cause you to enter your password incorrectly.\r\n\r\nYou should press Caps Lock to turn it off before entering your password."
  46. IDS_PASSWORDCHAR "9679" // 0x25cf - Black Circle
  47. IDS_PASSWORDCHARFONT "Tahoma"
  48. // Hyperlink
  49. IDS_LINKWINDOW_DEFAULTACTION "Press" // accessibility prompt
  50. IDS_LINEBREAK_REMOVE " \t" // line breaking characters which are removed at the break.
  51. IDS_LINEBREAK_PRESERVE "-/\\" // line breaking characters which are preserved ahead of break.
  52. IDS_ITEMS "(%d items)"
  53. END
  54. ADJUSTDLG DIALOG 10, 20, 357, 125
  55. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  56. CAPTION "Customize Toolbar"
  57. FONT 8, "MS Shell Dlg"
  58. BEGIN
  59. DEFPUSHBUTTON "&Close", IDCANCEL, 308, 6, 44, 14
  60. PUSHBUTTON "R&eset", IDC_RESET, 308, 23, 44, 14
  61. PUSHBUTTON "&Help", IDC_APPHELP, 308, 40, 44, 14
  62. PUSHBUTTON "Move &Up", IDC_MOVEUP, 308, 74, 44, 14
  63. PUSHBUTTON "Move &Down", IDC_MOVEDOWN, 308, 91, 44, 14
  64. LTEXT "A&vailable toolbar buttons:", -1, 4, 5, 84, 10
  65. LISTBOX IDC_BUTTONLIST, 4, 17, 120, 100, LBS_OWNERDRAWFIXED |
  66. LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT |
  67. LBS_DISABLENOSCROLL | WS_VSCROLL | WS_HSCROLL |
  68. WS_TABSTOP
  69. PUSHBUTTON "&Add ->", IDOK, 131, 42, 44, 14
  70. PUSHBUTTON "<- &Remove", IDC_REMOVE, 131, 62, 44, 14
  71. LTEXT "Current &toolbar buttons:", -1, 182, 5, 78, 10
  72. LISTBOX IDC_CURRENT, 182, 17, 120, 100, LBS_OWNERDRAWFIXED |
  73. LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT |
  74. LBS_DISABLENOSCROLL | WS_VSCROLL | WS_HSCROLL |
  75. WS_TABSTOP
  76. END
  77. DLG_PROPSHEET DIALOG DISCARDABLE 20, 20, 220, 140
  78. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  79. #ifndef UNIX
  80. | WS_VISIBLE
  81. #endif
  82. CAPTION ""
  83. FONT 8, "MS Shell Dlg"
  84. BEGIN
  85. DEFPUSHBUTTON "OK",IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
  86. PUSHBUTTON "Cancel",IDCANCEL,58,122,50,14
  87. PUSHBUTTON "&Apply",IDD_APPLYNOW,112,122,50,14, WS_DISABLED
  88. // Deliberately do NOT use mnuemonic for Help button (which is usually hidden)
  89. PUSHBUTTON "Help",IDHELP,166,122,50,14, WS_TABSTOP | WS_GROUP
  90. CONTROL "",IDD_PAGELIST,WC_TABCONTROL,WS_GROUP | WS_TABSTOP | TCS_MULTILINE,4,4,212,114
  91. END
  92. DLG_WIZARD DIALOG DISCARDABLE 20, 20, 290, 46
  93. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  94. #ifndef UNIX
  95. | WS_VISIBLE
  96. #endif
  97. CAPTION ""
  98. FONT 8, "MS Shell Dlg"
  99. BEGIN
  100. CONTROL "",IDD_PAGELIST,WC_TABCONTROL,WS_GROUP | WS_DISABLED,7,7,276,3
  101. CONTROL "",IDD_DIVIDER,"Static", SS_SUNKEN,7,17,276,1
  102. #ifndef UNIX
  103. PUSHBUTTON "< &Back",IDD_BACK,12,26,50,14
  104. #else
  105. PUSHBUTTON "< &Back",IDD_BACK,7,26,50,14
  106. #endif
  107. DEFPUSHBUTTON "&Next >",IDD_NEXT,62,26,50,14
  108. // DO NOT PUT AN ACCELERATOR ON "Finish"
  109. // There exist apps which enumerate all the controls on the wizard
  110. // and do hard-coded string comparisons. Adding an accelerator
  111. // causes these apps to fault when they can't find the button.
  112. // If an app wants an accelerator on Finish, they can use
  113. // PSM_SETFINISHTEXT to add one themselves.
  114. PUSHBUTTON "Finish",IDD_FINISH,119,26,50,14
  115. PUSHBUTTON "Cancel",IDCANCEL,176,26,50,14
  116. // Deliberately do NOT use mnuemonic for Help button (which is usually hidden)
  117. PUSHBUTTON "Help",IDHELP,233,26,50,14, WS_TABSTOP | WS_GROUP
  118. CONTROL "",IDD_TOPDIVIDER,"Static", SS_SUNKEN,0,35,290,1
  119. END
  120. // Edit field menu
  121. ID_EC_PROPERTY_MENU MENUEX LOADONCALL MOVEABLE DISCARDABLE
  122. BEGIN
  123. POPUP ""
  124. BEGIN
  125. MENUITEM "&Undo", WM_UNDO
  126. MENUITEM MFT_SEPARATOR
  127. MENUITEM "Cu&t", WM_CUT
  128. MENUITEM "&Copy", WM_COPY
  129. MENUITEM "&Paste", WM_PASTE
  130. MENUITEM "&Delete", WM_CLEAR
  131. MENUITEM MFT_SEPARATOR
  132. MENUITEM "Select &All", EM_SETSEL
  133. MENUITEM MFT_SEPARATOR
  134. MENUITEM "&Right to left Reading order", ID_CNTX_RTL,, MFS_GRAYED
  135. MENUITEM "&Show Unicode control characters", ID_CNTX_DISPLAYCTRL,, MFS_GRAYED
  136. POPUP "&Insert Unicode control character", ID_CNTX_INSERTCTRL,, MFS_GRAYED
  137. BEGIN
  138. MENUITEM "LRM \t&Left-to-right mark", ID_CNTX_LRM,, MFS_GRAYED
  139. MENUITEM "RLM \t&Right-to-left mark", ID_CNTX_RLM,, MFS_GRAYED
  140. MENUITEM "ZWJ \tZero width &joiner", ID_CNTX_ZWJ,, MFS_GRAYED
  141. MENUITEM "ZWNJ\tZero width &non-joiner", ID_CNTX_ZWNJ,, MFS_GRAYED
  142. MENUITEM "LRE \tStart of left-to-right &embedding", ID_CNTX_LRE,, MFS_GRAYED
  143. MENUITEM "RLE \tStart of right-to-left e&mbedding", ID_CNTX_RLE,, MFS_GRAYED
  144. MENUITEM "LRO \tStart of left-to-right &override", ID_CNTX_LRO,, MFS_GRAYED
  145. MENUITEM "RLO \tStart of right-to-left o&verride", ID_CNTX_RLO,, MFS_GRAYED
  146. MENUITEM "PDF \t&Pop directional formatting", ID_CNTX_PDF,, MFS_GRAYED
  147. MENUITEM "NADS\tN&ational digit shapes substitution", ID_CNTX_NADS,, MFS_GRAYED
  148. MENUITEM "NODS\tNominal (European) &digit shapes", ID_CNTX_NODS,, MFS_GRAYED
  149. MENUITEM "ASS \tActivate &symmetric swapping", ID_CNTX_ASS,, MFS_GRAYED
  150. MENUITEM "ISS \tInhibit s&ymmetric swapping", ID_CNTX_ISS,, MFS_GRAYED
  151. MENUITEM "AAFS\tActivate Arabic &form shaping", ID_CNTX_AAFS,, MFS_GRAYED
  152. MENUITEM "IAFS\tInhibit Arabic form s&haping", ID_CNTX_IAFS,, MFS_GRAYED
  153. MENUITEM "RS \tRecord Separator (&Block separator)", ID_CNTX_RS,, MFS_GRAYED
  154. MENUITEM "US \tUnit Separator (&Segment separator)", ID_CNTX_US,, MFS_GRAYED
  155. END
  156. END
  157. END