regedit.rc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. /*
  2. * Regedit resources
  3. *
  4. * Copyright 2002 Robert Dickenson
  5. *
  6. * This library is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * This library is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with this library; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  19. */
  20. #include "resource.h"
  21. #pragma makedep po
  22. LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
  23. /*
  24. * Menus
  25. */
  26. IDR_REGEDIT_MENU MENU
  27. BEGIN
  28. POPUP "&Registry"
  29. BEGIN
  30. MENUITEM "&Import Registry File...", ID_REGISTRY_IMPORTREGISTRYFILE
  31. MENUITEM "&Export Registry File...", ID_REGISTRY_EXPORTREGISTRYFILE
  32. MENUITEM SEPARATOR
  33. MENUITEM "&Print...\tCtrl+P", ID_REGISTRY_PRINT
  34. MENUITEM SEPARATOR
  35. MENUITEM "E&xit", ID_REGISTRY_EXIT
  36. END
  37. POPUP "&Edit"
  38. BEGIN
  39. POPUP "&New"
  40. BEGIN
  41. MENUITEM "&Key", ID_EDIT_NEW_KEY
  42. MENUITEM SEPARATOR
  43. MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
  44. MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
  45. MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
  46. MENUITEM "&Multi-String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
  47. MENUITEM "&Expandable String Value", ID_EDIT_NEW_EXPANDVALUE
  48. END
  49. MENUITEM SEPARATOR
  50. MENUITEM "&Delete\tDel", ID_EDIT_DELETE
  51. MENUITEM "&Rename\tF2", ID_EDIT_RENAME
  52. MENUITEM SEPARATOR
  53. MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
  54. MENUITEM SEPARATOR
  55. MENUITEM "&Find...\tCtrl+F", ID_EDIT_FIND
  56. MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT
  57. END
  58. POPUP "&View"
  59. BEGIN
  60. MENUITEM "Status &Bar", ID_VIEW_STATUSBAR
  61. MENUITEM SEPARATOR
  62. MENUITEM "Sp&lit", ID_VIEW_SPLIT
  63. MENUITEM SEPARATOR
  64. MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH
  65. END
  66. POPUP "&Favorites"
  67. BEGIN
  68. MENUITEM "&Add to Favorites...", ID_FAVORITES_ADDTOFAVORITES
  69. MENUITEM "&Remove Favorite...", ID_FAVORITES_REMOVEFAVORITE
  70. END
  71. POPUP "&Help"
  72. BEGIN
  73. MENUITEM "&Contents\tF1", ID_HELP_HELPTOPICS
  74. MENUITEM "&About Registry Editor", ID_HELP_ABOUT
  75. END
  76. END
  77. IDR_POPUP_MENUS MENU
  78. BEGIN
  79. /* PM_COMPUTER */
  80. POPUP ""
  81. BEGIN
  82. MENUITEM "Expand", ID_TREE_EXPAND_COLLAPSE
  83. MENUITEM SEPARATOR
  84. MENUITEM "&Export...", ID_EDIT_EXPORT
  85. END
  86. /* PM_TREEVIEW */
  87. POPUP ""
  88. BEGIN
  89. MENUITEM "Expand" ID_TREE_EXPAND_COLLAPSE
  90. POPUP "&New"
  91. BEGIN
  92. MENUITEM "&Key", ID_EDIT_NEW_KEY
  93. MENUITEM SEPARATOR
  94. MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
  95. MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
  96. MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
  97. MENUITEM "&Multi-String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
  98. MENUITEM "&Expandable String Value", ID_EDIT_NEW_EXPANDVALUE
  99. END
  100. MENUITEM "&Find...\tCtrl+F", ID_EDIT_FIND
  101. MENUITEM SEPARATOR
  102. MENUITEM "&Delete\tDel", ID_EDIT_DELETE
  103. MENUITEM "&Rename\tF2", ID_EDIT_RENAME
  104. MENUITEM SEPARATOR
  105. MENUITEM "&Export...", ID_EDIT_EXPORT
  106. MENUITEM SEPARATOR
  107. MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
  108. END
  109. /* PM_NEW_VALUE */
  110. POPUP ""
  111. BEGIN
  112. POPUP "&New"
  113. BEGIN
  114. MENUITEM "&Key", ID_EDIT_NEW_KEY
  115. MENUITEM SEPARATOR
  116. MENUITEM "&String Value", ID_EDIT_NEW_STRINGVALUE
  117. MENUITEM "&Binary Value", ID_EDIT_NEW_BINARYVALUE
  118. MENUITEM "&DWORD Value", ID_EDIT_NEW_DWORDVALUE
  119. MENUITEM "&Multi-String Value", ID_EDIT_NEW_MULTI_STRINGVALUE
  120. MENUITEM "&Expandable String Value", ID_EDIT_NEW_EXPANDVALUE
  121. END
  122. END
  123. /* PM_MODIFY_VALUE */
  124. POPUP ""
  125. BEGIN
  126. MENUITEM "&Modify...", ID_EDIT_MODIFY
  127. MENUITEM "Modify &Binary Data...", ID_EDIT_MODIFY_BIN
  128. MENUITEM SEPARATOR
  129. MENUITEM "&Delete\tDel", ID_EDIT_DELETE
  130. MENUITEM "&Rename\tF2", ID_EDIT_RENAME
  131. END
  132. END
  133. /*
  134. * String Tables
  135. */
  136. STRINGTABLE
  137. BEGIN
  138. IDS_LIST_COLUMN_NAME "Name"
  139. IDS_LIST_COLUMN_TYPE "Type"
  140. IDS_LIST_COLUMN_DATA "Data"
  141. END
  142. STRINGTABLE
  143. BEGIN
  144. IDS_APP_TITLE "Registry Editor"
  145. END
  146. STRINGTABLE
  147. BEGIN
  148. ID_REGISTRY_MENU "Contains commands for working with the whole registry"
  149. ID_EDIT_MENU "Contains commands for editing values or keys"
  150. ID_VIEW_MENU "Contains commands for customizing the registry window"
  151. ID_FAVORITES_MENU "Contains commands for accessing frequently used keys"
  152. ID_HELP_MENU "Contains commands for displaying Help and information about Registry Editor"
  153. ID_EDIT_NEW_MENU "Contains commands for creating new keys or values"
  154. END
  155. STRINGTABLE
  156. BEGIN
  157. ID_EDIT_MODIFY "Modifies the value's data"
  158. ID_EDIT_MODIFY_BIN "Modifies the value's data in binary form"
  159. ID_EDIT_NEW_KEY "Adds a new key"
  160. ID_EDIT_NEW_STRINGVALUE "Adds a new string value"
  161. ID_EDIT_NEW_BINARYVALUE "Adds a new binary value"
  162. ID_EDIT_NEW_DWORDVALUE "Adds a new 32-bit value"
  163. ID_EDIT_NEW_MULTI_STRINGVALUE "Adds a new multi-string value"
  164. ID_EDIT_NEW_EXPANDVALUE "Adds a new expandable string value"
  165. ID_REGISTRY_IMPORTREGISTRYFILE "Imports a text file into the registry"
  166. ID_REGISTRY_EXPORTREGISTRYFILE
  167. "Exports all or part of the registry to a text file"
  168. ID_REGISTRY_PRINT "Prints all or part of the registry"
  169. ID_HELP_HELPTOPICS "Opens Registry Editor Help"
  170. ID_HELP_ABOUT "Displays program information, version number and copyright"
  171. END
  172. STRINGTABLE
  173. BEGIN
  174. ID_REGISTRY_EXIT "Quits the Registry Editor"
  175. ID_FAVORITES_ADDTOFAVORITES "Adds keys to the favorites list"
  176. ID_FAVORITES_REMOVEFAVORITE "Removes keys from the favorites list"
  177. ID_VIEW_STATUSBAR "Shows or hides the status bar"
  178. ID_VIEW_SPLIT "Changes the position of the split between two panes"
  179. ID_VIEW_REFRESH "Refreshes the window"
  180. ID_EDIT_DELETE "Deletes the selection"
  181. ID_EDIT_RENAME "Renames the selection"
  182. ID_EDIT_COPYKEYNAME "Copies the name of the selected key to the clipboard"
  183. ID_EDIT_FIND "Finds a text string in a key, value or data"
  184. ID_EDIT_FINDNEXT "Finds next occurrence of text specified in previous search"
  185. ID_EDIT_EXPORT "Exports the selected branch of the registry to a text file"
  186. ID_TREE_EXPAND_COLLAPSE "Expands or collapses the selected node"
  187. END
  188. STRINGTABLE
  189. BEGIN
  190. IDS_ERROR "Error"
  191. IDS_BAD_KEY "Unable to query the registry key '%1'."
  192. IDS_BAD_VALUE "Unable to query the registry value '%1'."
  193. IDS_UNSUPPORTED_TYPE "Unable to edit registry keys of this type (%1!u!)."
  194. IDS_TOO_BIG_VALUE "The value is too big (%1!u!)."
  195. IDS_DELETE_VALUE_TITLE "Confirm Value Delete"
  196. IDS_DELETE_VALUE_TEXT "Are you sure you want to delete the selected registry value?"
  197. IDS_DELETE_VALUE_TEXT_MULTIPLE "Are you sure you want to delete these values?"
  198. IDS_DELETE_KEY_TITLE "Confirm Key Delete"
  199. IDS_DELETE_KEY_TEXT "Are you sure you want to delete this registry key and all of its subkeys?"
  200. IDS_NEWKEY "New Key #%d"
  201. IDS_NEWVALUE "New Value #%d"
  202. IDS_NOTFOUND "Search complete. The string '%1' was not found."
  203. END
  204. STRINGTABLE
  205. BEGIN
  206. IDS_FILEDIALOG_IMPORT_TITLE "Import Registry File"
  207. IDS_FILEDIALOG_EXPORT_TITLE "Export Registry File"
  208. IDS_FILEDIALOG_FILTER_REG "Registry files (*.reg)"
  209. IDS_FILEDIALOG_FILTER_REG4 "Win9x/NT4 Registry files (REGEDIT4)"
  210. IDS_FILEDIALOG_FILTER_ALL "All files (*.*)"
  211. END
  212. STRINGTABLE
  213. BEGIN
  214. IDS_EXPAND "Expand"
  215. IDS_COLLAPSE "Collapse"
  216. IDS_EDIT_MODIFY "&Modify..."
  217. IDS_EDIT_MODIFY_BIN "Modify &Binary Data..."
  218. END
  219. STRINGTABLE
  220. BEGIN
  221. IDS_REGISTRY_ROOT_NAME "My Computer"
  222. IDS_REGISTRY_DEFAULT_VALUE "(Default)"
  223. IDS_REGISTRY_VALUE_NOT_SET "(value not set)"
  224. IDS_REGISTRY_VALUE_CANT_DISPLAY "(cannot display value)"
  225. IDS_REGISTRY_UNKNOWN_TYPE "(unknown %d)"
  226. END
  227. STRINGTABLE
  228. BEGIN
  229. IDS_SET_VALUE_FAILED "Unable to modify the selected registry value."
  230. IDS_CREATE_KEY_FAILED "Unable to create a new registry key."
  231. IDS_CREATE_VALUE_FAILED "Unable to create a new registry value."
  232. IDS_KEY_EXISTS "Unable to rename the key '%1'.\nThe specified key name already exists."
  233. IDS_VALUE_EXISTS "Unable to rename the value '%1'.\nThe specified value name already exists."
  234. IDS_DELETE_KEY_FAILED "Unable to delete the selected registry key."
  235. IDS_RENAME_KEY_FAILED "Unable to rename the selected registry key."
  236. IDS_RENAME_VALUE_FAILED "Unable to rename the selected registry value."
  237. IDS_IMPORT_SUCCESSFUL "The keys and values contained in %1 were successfully added to the registry."
  238. IDS_IMPORT_FAILED "Unable to import %1. The specified file is not a valid registry file."
  239. END
  240. /*
  241. * Dialogs
  242. */
  243. IDD_EXPORT_TEMPLATE DIALOG 50, 50, 278, 68
  244. STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER
  245. FONT 8, "MS Shell Dlg"
  246. BEGIN
  247. GROUPBOX "Export registry", IDC_EXPORT_BASE, 6, 6, 266, 55, WS_GROUP
  248. AUTORADIOBUTTON "&All", IDC_EXPORT_ALL, 12, 17, 244, 12
  249. AUTORADIOBUTTON "S&elected branch:", IDC_EXPORT_SELECTED, 12, 30, 244, 12
  250. EDITTEXT IDC_EXPORT_PATH, 32, 43, 224, 12
  251. END
  252. IDD_FIND DIALOG 22, 17, 225, 85
  253. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  254. CAPTION "Find"
  255. FONT 8, "MS Shell Dlg"
  256. BEGIN
  257. LTEXT "Find:",IDC_STATIC,5,7,119,8
  258. EDITTEXT IDC_VALUE_NAME,50,5,115,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
  259. LTEXT "Find in:",IDC_STATIC,5, 22, 119, 8
  260. CHECKBOX "Keys", IDC_FIND_KEYS, 5, 34, 160, 10, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX
  261. CHECKBOX "Value names", IDC_FIND_VALUES, 5, 46, 160, 10, WS_TABSTOP | BS_AUTOCHECKBOX
  262. CHECKBOX "Value content", IDC_FIND_CONTENT, 5, 58, 160, 10, WS_TABSTOP | BS_AUTOCHECKBOX
  263. CHECKBOX "Whole string only", IDC_FIND_WHOLE, 5, 70, 160, 10, WS_TABSTOP | BS_AUTOCHECKBOX
  264. DEFPUSHBUTTON "Find",IDOK,175,5,45,15,WS_GROUP
  265. PUSHBUTTON "Close",IDCANCEL,175,24,45,15, WS_GROUP
  266. END
  267. IDD_ADDFAVORITE DIALOG 22, 17, 210, 55
  268. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  269. CAPTION "Add Favorite"
  270. FONT 8, "MS Shell Dlg"
  271. BEGIN
  272. LTEXT "Name:",IDC_STATIC,5,5,119,8
  273. EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
  274. DEFPUSHBUTTON "OK",IDOK,110,36,45,15,WS_GROUP
  275. PUSHBUTTON "Cancel",IDCANCEL,160,36,45,15,WS_GROUP
  276. END
  277. IDD_DELFAVORITE DIALOG 22, 17, 210, 90
  278. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  279. CAPTION "Remove Favorite"
  280. FONT 8, "MS Shell Dlg"
  281. BEGIN
  282. LTEXT "Name:",IDC_STATIC,5,5,119,8
  283. LISTBOX IDC_NAME_LIST,5,15,200,52, WS_BORDER | WS_TABSTOP | LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL
  284. DEFPUSHBUTTON "OK",IDOK,110,72,45,15,WS_GROUP
  285. PUSHBUTTON "Cancel",IDCANCEL,160,72,45,15,WS_GROUP
  286. END
  287. IDD_EDIT_STRING DIALOG 22, 17, 210, 75
  288. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  289. CAPTION "Edit String"
  290. FONT 8, "MS Shell Dlg"
  291. BEGIN
  292. LTEXT "Value name:",IDC_STATIC,5,5,119,8
  293. EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
  294. LTEXT "Value data:",IDC_STATIC,5,30,119,8
  295. EDITTEXT IDC_VALUE_DATA,5,40,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
  296. DEFPUSHBUTTON "OK",IDOK,110,56,45,15,WS_GROUP
  297. PUSHBUTTON "Cancel",IDCANCEL,160,56,45,15,WS_GROUP
  298. END
  299. IDD_EDIT_DWORD DIALOG 22, 17, 220, 100
  300. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
  301. CAPTION "Edit DWORD"
  302. FONT 8, "MS Shell Dlg"
  303. BEGIN
  304. LTEXT "Value name:",IDC_STATIC,5,5,119,8
  305. EDITTEXT IDC_VALUE_NAME,5,15,210,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
  306. LTEXT "Value data:",IDC_STATIC,5,30,90,8
  307. EDITTEXT IDC_VALUE_DATA,5,40,90,12, WS_BORDER | WS_TABSTOP
  308. GROUPBOX "Base", IDC_DWORD_BASE, 120, 30, 95, 37, BS_GROUPBOX
  309. AUTORADIOBUTTON "Hexadecimal", IDC_DWORD_HEX, 130, 40, 80, 10, WS_TABSTOP
  310. AUTORADIOBUTTON "Decimal", IDC_DWORD_DEC, 130, 52, 80, 10, WS_TABSTOP
  311. DEFPUSHBUTTON "OK",IDOK,110,81,45,15,WS_GROUP
  312. PUSHBUTTON "Cancel",IDCANCEL,160,81,45,15,WS_GROUP
  313. END
  314. IDD_EDIT_BINARY DIALOG 22, 17, 250, 200
  315. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
  316. CAPTION "Edit Binary"
  317. FONT 8, "MS Shell Dlg"
  318. BEGIN
  319. LTEXT "Value name:",IDC_STATIC,5,5,119,8
  320. EDITTEXT IDC_VALUE_NAME,5,15,240,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
  321. LTEXT "Value data:",IDC_STATIC,5,30,90,8
  322. CONTROL "",IDC_VALUE_DATA,"HexEdit",WS_TABSTOP,5,40,240,140
  323. DEFPUSHBUTTON "OK",IDOK,70,183,45,15,WS_GROUP
  324. PUSHBUTTON "Cancel",IDCANCEL,120,183,45,15,WS_GROUP
  325. END
  326. IDD_EDIT_MULTI_STRING DIALOG 22, 17, 210, 175
  327. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  328. CAPTION "Edit Multi-String"
  329. FONT 8, "MS Shell Dlg"
  330. BEGIN
  331. LTEXT "Value name:",IDC_STATIC,5,5,119,8
  332. EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL| WS_DISABLED
  333. LTEXT "Value data:",IDC_STATIC,5,30,119,8
  334. EDITTEXT IDC_VALUE_DATA,5,40,200,112, WS_BORDER | WS_TABSTOP | WS_HSCROLL | WS_VSCROLL | ES_MULTILINE | ES_WANTRETURN
  335. DEFPUSHBUTTON "OK",IDOK,110,156,45,15,WS_GROUP
  336. PUSHBUTTON "Cancel",IDCANCEL,160,156,45,15,WS_GROUP
  337. END
  338. /*
  339. * Accelerators
  340. */
  341. IDC_REGEDIT ACCELERATORS
  342. {
  343. "#msgctxt#accelerator Find#F", ID_EDIT_FIND, VIRTKEY, CONTROL
  344. "#msgctxt#accelerator Print#P", ID_REGISTRY_PRINT, VIRTKEY, CONTROL
  345. VK_DELETE, ID_EDIT_DELETE, VIRTKEY
  346. VK_F1, ID_HELP_HELPTOPICS, VIRTKEY
  347. VK_F2, ID_EDIT_RENAME, VIRTKEY
  348. VK_F3, ID_EDIT_FINDNEXT, VIRTKEY
  349. VK_F5, ID_VIEW_REFRESH, VIRTKEY
  350. }
  351. /* Command-line strings */
  352. STRINGTABLE
  353. {
  354. STRING_USAGE, "Usage:\n\
  355. \ regedit [options] [filename] [reg_key]\n\
  356. \n\
  357. \Options:\n\
  358. \ [no option] Launch the graphical version of this program.\n\
  359. \ /L:system.dat The location of the system.dat file to be modified.\n\
  360. \ Compatible with any other switch. Ignored.\n\
  361. \ /R:user.dat The location of the user.dat file to be modified.\n\
  362. \ Compatible with any other switch. Ignored.\n\
  363. \ /C Import the contents of a registry file.\n\
  364. \ /D Delete a specified registry key.\n\
  365. \ /E Export the contents of a specified registry key to a file.\n\
  366. \ If no key is specified, the entire registry is exported.\n\
  367. \ /S Silent mode. No messages will be displayed.\n\
  368. \ /V Launch the GUI in advanced mode. Ignored.\n\
  369. \ /? Display this information and exit.\n\
  370. \ [filename] The location of the file containing registry information to\n\
  371. \ be imported. When used with [/E], this option specifies the\n\
  372. \ file location where registry information will be exported.\n\
  373. \ [reg_key] The registry key to be modified.\n\
  374. \n\
  375. \Usage examples:\n\
  376. \ regedit \"import.reg\"\n\
  377. \ regedit /E \"export.reg\" \"HKEY_CURRENT_USER\\Console\"\n\
  378. \ regedit /D \"HKEY_LOCAL_MACHINE\\Key\\Path\"\n"
  379. STRING_INVALID_SWITCH, "regedit: Invalid or unrecognized switch [%1]\n"
  380. STRING_HELP, "Type \"regedit /?\" for help.\n"
  381. STRING_NO_FILENAME, "regedit: No filename was specified.\n"
  382. STRING_NO_REG_KEY, "regedit: No registry key was specified for removal.\n"
  383. STRING_FILE_NOT_FOUND, "regedit: The file '%1' was not found.\n"
  384. STRING_CANNOT_OPEN_FILE, "regedit: Unable to open the file '%1'.\n"
  385. STRING_UNHANDLED_ACTION, "regedit: Unhandled action.\n"
  386. STRING_OUT_OF_MEMORY, "regedit: Out of memory! (%1!S!, line %2!u!)\n"
  387. STRING_INVALID_HEX, "regedit: Invalid hexadecimal value.\n"
  388. STRING_CSV_HEX_ERROR, "regedit: Unable to convert hexadecimal data. An invalid value was encountered at '%1'.\n"
  389. STRING_ESCAPE_SEQUENCE, "regedit: Unrecognized escape sequence [\\%1!c!]\n"
  390. STRING_UNKNOWN_DATA_FORMAT, "regedit: Unsupported registry data type [0x%1!x!]\n"
  391. STRING_UNEXPECTED_EOL, "regedit: Unexpected end of line in '%1'.\n"
  392. STRING_UNRECOGNIZED_LINE, "regedit: The line '%1' was not recognized.\n"
  393. STRING_SETVALUE_FAILED, "regedit: Unable to add the registry value '%1' to '%2'.\n"
  394. STRING_OPEN_KEY_FAILED, "regedit: Unable to open the registry key '%1'.\n"
  395. STRING_UNSUPPORTED_TYPE, "regedit: Unsupported registry data type [0x%1!x!] encountered in '%2'.\n"
  396. STRING_EXPORT_AS_BINARY, "regedit: The registry value '%1' will be exported as binary data.\n"
  397. STRING_INVALID_SYSTEM_KEY, "regedit: Invalid system key [%1]\n"
  398. STRING_REG_KEY_NOT_FOUND, "regedit: Unable to export '%1'. The specified registry key was not found.\n"
  399. STRING_DELETE_FAILED, "regedit: Unable to delete the registry key '%1'.\n"
  400. STRING_UNKNOWN_TYPE, "Unknown Type"
  401. STRING_INVALID_LINE_SYNTAX, "regedit: The line contains invalid syntax.\n"
  402. }
  403. /* define language neutral resources */
  404. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  405. /* @makedep: folderopen.ico */
  406. IDI_OPEN_FILE ICON folderopen.ico
  407. /* @makedep: folder.ico */
  408. IDI_CLOSED_FILE ICON folder.ico
  409. /* @makedep: computer.ico */
  410. IDI_ROOT ICON computer.ico
  411. /* @makedep: string.ico */
  412. IDI_STRING ICON string.ico
  413. /* @makedep: bin.ico */
  414. IDI_BIN ICON bin.ico
  415. /* @makedep: regedit.ico */
  416. IDI_REGEDIT ICON regedit.ico
  417. #define WINE_FILEDESCRIPTION_STR "Wine Registry Editor"
  418. #define WINE_FILENAME "REGEDIT"
  419. #define WINE_FILENAME_STR "REGEDIT.EXE"
  420. #define WINE_FILETYPE VFT_APP
  421. #define WINE_FILEVERSION 5,2,3790,0
  422. #define WINE_FILEVERSION_STR "5.2.3790.0"
  423. #define WINE_PRODUCTVERSION 5,2,3790,0
  424. #define WINE_PRODUCTVERSION_STR "5.2"
  425. #include "wine/wine_common_ver.rc"