Leaked source code of windows server 2003
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.

169 lines
7.9 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 | WS_VISIBLE
  79. CAPTION ""
  80. FONT 8, "MS Shell Dlg"
  81. BEGIN
  82. DEFPUSHBUTTON "OK",IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
  83. PUSHBUTTON "Cancel",IDCANCEL,58,122,50,14
  84. PUSHBUTTON "&Apply",IDD_APPLYNOW,112,122,50,14, WS_DISABLED
  85. // Deliberately do NOT use mnuemonic for Help button (which is usually hidden)
  86. PUSHBUTTON "Help",IDHELP,166,122,50,14, WS_TABSTOP | WS_GROUP
  87. CONTROL "",IDD_PAGELIST,WC_TABCONTROL,WS_GROUP | WS_TABSTOP | TCS_MULTILINE,4,4,212,114
  88. END
  89. DLG_WIZARD DIALOG DISCARDABLE 20, 20, 290, 46
  90. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
  91. CAPTION ""
  92. FONT 8, "MS Shell Dlg"
  93. BEGIN
  94. CONTROL "",IDD_PAGELIST,WC_TABCONTROL,WS_GROUP | WS_DISABLED,7,7,276,3
  95. CONTROL "",IDD_DIVIDER,"Static", SS_SUNKEN,7,17,276,1
  96. PUSHBUTTON "< &Back",IDD_BACK,12,26,50,14
  97. DEFPUSHBUTTON "&Next >",IDD_NEXT,62,26,50,14
  98. // DO NOT PUT AN ACCELERATOR ON "Finish"
  99. // There exist apps which enumerate all the controls on the wizard
  100. // and do hard-coded string comparisons. Adding an accelerator
  101. // causes these apps to fault when they can't find the button.
  102. // If an app wants an accelerator on Finish, they can use
  103. // PSM_SETFINISHTEXT to add one themselves.
  104. PUSHBUTTON "Finish",IDD_FINISH,119,26,50,14
  105. PUSHBUTTON "Cancel",IDCANCEL,176,26,50,14
  106. // Deliberately do NOT use mnuemonic for Help button (which is usually hidden)
  107. PUSHBUTTON "Help",IDHELP,233,26,50,14, WS_TABSTOP | WS_GROUP
  108. CONTROL "",IDD_TOPDIVIDER,"Static", SS_SUNKEN,0,35,290,1
  109. END
  110. // Edit field menu
  111. ID_EC_PROPERTY_MENU MENUEX LOADONCALL MOVEABLE DISCARDABLE
  112. BEGIN
  113. POPUP ""
  114. BEGIN
  115. MENUITEM "&Undo", WM_UNDO
  116. MENUITEM MFT_SEPARATOR
  117. MENUITEM "Cu&t", WM_CUT
  118. MENUITEM "&Copy", WM_COPY
  119. MENUITEM "&Paste", WM_PASTE
  120. MENUITEM "&Delete", WM_CLEAR
  121. MENUITEM MFT_SEPARATOR
  122. MENUITEM "Select &All", EM_SETSEL
  123. MENUITEM MFT_SEPARATOR
  124. MENUITEM "&Right to left Reading order", ID_CNTX_RTL,, MFS_GRAYED
  125. MENUITEM "&Show Unicode control characters", ID_CNTX_DISPLAYCTRL,, MFS_GRAYED
  126. POPUP "&Insert Unicode control character", ID_CNTX_INSERTCTRL,, MFS_GRAYED
  127. BEGIN
  128. MENUITEM "LRM \t&Left-to-right mark", ID_CNTX_LRM,, MFS_GRAYED
  129. MENUITEM "RLM \t&Right-to-left mark", ID_CNTX_RLM,, MFS_GRAYED
  130. MENUITEM "ZWJ \tZero width &joiner", ID_CNTX_ZWJ,, MFS_GRAYED
  131. MENUITEM "ZWNJ\tZero width &non-joiner", ID_CNTX_ZWNJ,, MFS_GRAYED
  132. MENUITEM "LRE \tStart of left-to-right &embedding", ID_CNTX_LRE,, MFS_GRAYED
  133. MENUITEM "RLE \tStart of right-to-left e&mbedding", ID_CNTX_RLE,, MFS_GRAYED
  134. MENUITEM "LRO \tStart of left-to-right &override", ID_CNTX_LRO,, MFS_GRAYED
  135. MENUITEM "RLO \tStart of right-to-left o&verride", ID_CNTX_RLO,, MFS_GRAYED
  136. MENUITEM "PDF \t&Pop directional formatting", ID_CNTX_PDF,, MFS_GRAYED
  137. MENUITEM "NADS\tN&ational digit shapes substitution", ID_CNTX_NADS,, MFS_GRAYED
  138. MENUITEM "NODS\tNominal (European) &digit shapes", ID_CNTX_NODS,, MFS_GRAYED
  139. MENUITEM "ASS \tActivate &symmetric swapping", ID_CNTX_ASS,, MFS_GRAYED
  140. MENUITEM "ISS \tInhibit s&ymmetric swapping", ID_CNTX_ISS,, MFS_GRAYED
  141. MENUITEM "AAFS\tActivate Arabic &form shaping", ID_CNTX_AAFS,, MFS_GRAYED
  142. MENUITEM "IAFS\tInhibit Arabic form s&haping", ID_CNTX_IAFS,, MFS_GRAYED
  143. MENUITEM "RS \tRecord Separator (&Block separator)", ID_CNTX_RS,, MFS_GRAYED
  144. MENUITEM "US \tUnit Separator (&Segment separator)", ID_CNTX_US,, MFS_GRAYED
  145. END
  146. END
  147. END