burnlib.rc 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Dialog
  42. //
  43. IDD_DLG_UNITNOTREADY DIALOGEX 0, 0, 235, 73
  44. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  45. EXSTYLE WS_EX_NOPARENTNOTIFY
  46. CAPTION "Nullsoft Burner"
  47. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  48. BEGIN
  49. CONTROL 106,IDC_PIC,"Static",SS_BITMAP,7,7,33,28
  50. LTEXT "Drive G: is not ready.",IDC_CAPTION,45,7,186,9
  51. LTEXT "Reason:",IDC_LBL_REASON,45,19,28,8
  52. LTEXT "string 1\nstring 2",IDC_LBL_REASON_VAL,74,19,157,18
  53. LTEXT "Please insert proper disc and close tray or click 'Cancel' to abort operation.",IDC_LBL_HELP,45,37,186,17
  54. DEFPUSHBUTTON "Retry",IDOK,119,55,50,14,NOT WS_VISIBLE
  55. PUSHBUTTON "Cancel",IDCANCEL,181,55,50,14
  56. END
  57. IDD_DLG_WRONGMEDIUM DIALOGEX 0, 0, 267, 177
  58. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  59. EXSTYLE WS_EX_APPWINDOW
  60. CAPTION "Nullsoft Burner - Wrong Media"
  61. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  62. BEGIN
  63. LTEXT "Drive G: contains wrong media type.",IDC_CAPTION,3,7,260,15,SS_CENTERIMAGE,WS_EX_STATICEDGE
  64. CONTROL 107,IDC_PIC,"Static",SS_BITMAP,3,26,47,87
  65. GROUPBOX "Required",IDC_STATIC,55,25,208,33
  66. LTEXT "string 1\nstring 2",IDC_LBL_REQUESTEDMEDIUM,60,35,199,18
  67. GROUPBOX "Detected",IDC_STATIC,55,63,208,78
  68. LTEXT "string 1\nstring 2\nstring 3\nstring 4\nstring 5\nstring 6\nstring 7\nstring 8",IDC_LBL_DETECTEDMEDIUM,60,73,199,64
  69. PUSHBUTTON "Erase\r\nthis disc",IDC_BTN_ERASE,3,120,47,22,BS_CENTER | BS_VCENTER | BS_MULTILINE
  70. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,3,150,260,1
  71. DEFPUSHBUTTON "Check again",IDOK,144,156,64,14
  72. PUSHBUTTON "Cancel",IDCANCEL,213,156,50,14
  73. END
  74. IDD_DLG_ERASEMEDIUMSTATUS DIALOGEX 0, 0, 219, 60
  75. STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  76. EXSTYLE WS_EX_APPWINDOW
  77. CAPTION "Nullsoft Disc Eraser"
  78. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  79. BEGIN
  80. LTEXT "Erasing...",IDC_LBL_STATUS,7,7,133,8
  81. RTEXT "00:00 / 01:45",IDC_LBL_TIME,145,7,66,10
  82. CONTROL "",IDC_PRG_PROGRESS,"msctls_progress32",WS_BORDER,7,17,204,14
  83. CONTROL "Eject when done (recommended).",IDC_BTN_EJECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,43,119,10
  84. PUSHBUTTON "Cancel",IDCANCEL,161,39,50,14
  85. END
  86. IDD_DLG_ERASEMEDIUMPREPARE DIALOGEX 0, 0, 209, 90
  87. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  88. EXSTYLE WS_EX_APPWINDOW
  89. CAPTION "Nullsoft Disc Eraser"
  90. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  91. BEGIN
  92. LTEXT "Plese select erasing method for disc in drive G:",IDC_CAPTION,7,7,195,8
  93. LTEXT "Erase method:",IDC_STATIC,7,29,57,8
  94. COMBOBOX IDC_CMB_ERASEMETHOD,61,27,141,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  95. LTEXT "Estimated time:",IDC_STATIC,7,47,57,8
  96. LTEXT "00:02:15",IDC_LBL_TIME,61,47,141,8
  97. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,64,195,1
  98. DEFPUSHBUTTON "OK",IDOK,94,69,50,14
  99. PUSHBUTTON "Cancel",IDCANCEL,152,69,50,14
  100. END
  101. IDD_DLG_UPDATING DIALOGEX 0, 0, 183, 35
  102. STYLE DS_SETFONT | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION
  103. EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW
  104. CAPTION "Nullsoft Burner"
  105. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  106. BEGIN
  107. LTEXT "Updating data...",IDC_LBL_TEXT,7,6,169,8
  108. END
  109. IDD_DLG_BURNER DIALOGEX 0, 0, 298, 234
  110. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  111. EXSTYLE WS_EX_APPWINDOW
  112. CAPTION "Winamp Burner - Audio CD "
  113. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  114. BEGIN
  115. LTEXT "Burning Audio disc in drive G:",IDC_LBL_CAPTION,7,7,241,9
  116. RTEXT "20%",IDC_LBL_PERCENT,267,7,24,8
  117. CONTROL "",IDC_PRG_TOTAL,"msctls_progress32",WS_BORDER,7,16,284,14
  118. LTEXT "Currently:",IDC_LBL_CURRENTOPERATION,7,33,41,9
  119. CONTROL "Preparing data... (1 of 10 completed)",IDC_LBL_CURRENTOPERATION_VAL,
  120. "Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | SS_ENDELLIPSIS | WS_GROUP,43,33,206,8
  121. CONTROL 109,IDC_PIC_TESTMODE,"Static",SS_BITMAP | SS_REALSIZEIMAGE,252,32,39,8
  122. LTEXT "Elapsed time:",IDC_LBL_ELAPSED,7,46,55,8
  123. LTEXT "00:01:46",IDC_LBL_ELAPSED_VAL,62,46,32,8
  124. LTEXT "Estimated time:",IDC_LBL_ESTIMATED,7,56,55,8
  125. LTEXT "00:10:12",IDC_LBL_ESTIMATED_VAL,62,56,32,8
  126. PUSHBUTTON "Continue Anyway",IDC_BTN_CONTINUE,113,51,66,14,NOT WS_VISIBLE
  127. PUSHBUTTON "Show More",IDC_BTN_EXTENDEDVIEW,187,51,50,14
  128. PUSHBUTTON "Cancel",IDCANCEL,241,51,50,14
  129. CONTROL "",IDC_LST_DETAILS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,73,284,113
  130. GROUPBOX "Options",IDC_GRP_OPTIONS,7,188,284,39
  131. CONTROL "Close this window when done.",IDC_CHK_AUTOCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,200,120,8
  132. CONTROL "Eject CD when done.",IDC_CHK_EJECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,212,120,8
  133. CONTROL "Remember this compilation.",IDC_CHK_ADDTODB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,200,122,8
  134. CONTROL "Hide this window.",IDC_CHK_HIDEWINDOW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,212,122,8
  135. END
  136. IDD_DLG_COMPILATION DIALOGEX 0, 0, 221, 105
  137. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  138. CAPTION "Winamp Compilation Info"
  139. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  140. BEGIN
  141. DEFPUSHBUTTON "OK",IDOK,105,84,50,14
  142. PUSHBUTTON "Cancel",IDCANCEL,164,84,50,14
  143. END
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // DESIGNINFO
  147. //
  148. #ifdef APSTUDIO_INVOKED
  149. GUIDELINES DESIGNINFO
  150. BEGIN
  151. IDD_DLG_UNITNOTREADY, DIALOG
  152. BEGIN
  153. LEFTMARGIN, 7
  154. RIGHTMARGIN, 231
  155. VERTGUIDE, 45
  156. TOPMARGIN, 7
  157. BOTTOMMARGIN, 69
  158. END
  159. IDD_DLG_WRONGMEDIUM, DIALOG
  160. BEGIN
  161. LEFTMARGIN, 3
  162. RIGHTMARGIN, 263
  163. VERTGUIDE, 49
  164. VERTGUIDE, 55
  165. VERTGUIDE, 60
  166. VERTGUIDE, 259
  167. TOPMARGIN, 7
  168. BOTTOMMARGIN, 170
  169. END
  170. IDD_DLG_ERASEMEDIUMSTATUS, DIALOG
  171. BEGIN
  172. LEFTMARGIN, 7
  173. RIGHTMARGIN, 211
  174. TOPMARGIN, 8
  175. BOTTOMMARGIN, 53
  176. END
  177. IDD_DLG_ERASEMEDIUMPREPARE, DIALOG
  178. BEGIN
  179. LEFTMARGIN, 7
  180. RIGHTMARGIN, 202
  181. VERTGUIDE, 61
  182. TOPMARGIN, 7
  183. BOTTOMMARGIN, 83
  184. END
  185. IDD_DLG_UPDATING, DIALOG
  186. BEGIN
  187. LEFTMARGIN, 7
  188. RIGHTMARGIN, 176
  189. TOPMARGIN, 6
  190. BOTTOMMARGIN, 29
  191. END
  192. IDD_DLG_BURNER, DIALOG
  193. BEGIN
  194. LEFTMARGIN, 7
  195. RIGHTMARGIN, 291
  196. VERTGUIDE, 12
  197. VERTGUIDE, 62
  198. VERTGUIDE, 132
  199. VERTGUIDE, 162
  200. TOPMARGIN, 7
  201. BOTTOMMARGIN, 227
  202. END
  203. IDD_DLG_COMPILATION, DIALOG
  204. BEGIN
  205. LEFTMARGIN, 7
  206. RIGHTMARGIN, 214
  207. TOPMARGIN, 7
  208. BOTTOMMARGIN, 98
  209. END
  210. END
  211. #endif // APSTUDIO_INVOKED
  212. /////////////////////////////////////////////////////////////////////////////
  213. //
  214. // Bitmap
  215. //
  216. IDB_DRIVE1 BITMAP ".\\resources\\drive1.bmp"
  217. IDB_DISC1 BITMAP ".\\resources\\disc1.bmp"
  218. IDB_TESTMODE BITMAP "resources\\testmode.bmp"
  219. /////////////////////////////////////////////////////////////////////////////
  220. //
  221. // Version
  222. //
  223. VS_VERSION_INFO VERSIONINFO
  224. FILEVERSION 5,8,0,0
  225. PRODUCTVERSION 5,8,0,0
  226. FILEFLAGSMASK 0x17L
  227. #ifdef _DEBUG
  228. FILEFLAGS 0x1L
  229. #else
  230. FILEFLAGS 0x0L
  231. #endif
  232. FILEOS 0x4L
  233. FILETYPE 0x2L
  234. FILESUBTYPE 0x0L
  235. BEGIN
  236. BLOCK "StringFileInfo"
  237. BEGIN
  238. BLOCK "040904b0"
  239. BEGIN
  240. VALUE "CompanyName", "Winamp SA"
  241. VALUE "FileDescription", "Winamp Support Library"
  242. VALUE "FileVersion", "5, 8, 0, 0"
  243. VALUE "InternalName", "burnlib.dll"
  244. VALUE "LegalCopyright", "Copyright © 2003-2019 Winamp SA"
  245. VALUE "OriginalFilename", "burnlib.dll"
  246. VALUE "ProductName", "Winamp CD Rip & Burn Resources"
  247. VALUE "ProductVersion", "5, 8, 0, 0"
  248. END
  249. END
  250. BLOCK "VarFileInfo"
  251. BEGIN
  252. VALUE "Translation", 0x409, 1200
  253. END
  254. END
  255. /////////////////////////////////////////////////////////////////////////////
  256. //
  257. // String Table
  258. //
  259. STRINGTABLE
  260. BEGIN
  261. IDS_MEDIUM_BDR "Write-Once BD disc"
  262. END
  263. STRINGTABLE
  264. BEGIN
  265. IDS_COLUMN_TITLE "Title"
  266. IDS_COLUMN_DURATION "Duration"
  267. IDS_COLUMN_STATUS "Status"
  268. IDS_COLUMN_FILE "File"
  269. IDS_OK "Ok"
  270. IDS_CANCEL "Cancel"
  271. IDS_STOP "Stop"
  272. IDS_CLOSE "Close"
  273. IDS_UNKNOWN "Unknown"
  274. IDS_YES "Yes"
  275. IDS_NO "No"
  276. IDS_MEDIUM_CD "CD-ROM"
  277. IDS_MEDIUM_CDR "CD-R"
  278. IDS_MEDIUM_CDRW "CD-RW"
  279. IDS_MEDIUM_DVD "DVD-ROM"
  280. IDS_MEDIUM_DVDR "DVD-R"
  281. END
  282. STRINGTABLE
  283. BEGIN
  284. IDS_MEDIUM_DVDRW "DVD-RW"
  285. IDS_MEDIUM_DVDPR "DVD+R"
  286. IDS_MEDIUM_DVDPRW "DVD+RW"
  287. IDS_MEDIUM_DVDRAM "DVD-RAM"
  288. IDS_MEDIUM_DDCD "DDCD-ROM"
  289. IDS_MEDIUM_DDCDR "DDCD-R"
  290. IDS_MEDIUM_DDCDRW "DDCD-RW"
  291. IDS_MEDIUM_DVDPR9 "DL DVD+R"
  292. IDS_MEDIUM_DVDR9 "DL DVD-R"
  293. IDS_MEDIUM_BDRE "Rewritable BD disc"
  294. IDS_MEDIUMTYPE_SILVER "Stamped disc or a recordable disc that has been recorded Disc-At-Once"
  295. IDS_MEDIUMTYPE_COMPILATIONGOLD
  296. "Recordable or rewritable disc that contains data but remains open, allowing the appending of additional data"
  297. IDS_MEDIUMTYPE_OTHERGOLD
  298. "Recordable disc to which is not possible to append additional data"
  299. IDS_MEDIUMTYPE_BLANK "Blank recordable or rewritable disc"
  300. IDS_MEDIUMFORMAT_B1 "Blank disc"
  301. IDS_MEDIUMFORMAT_D1 "Data Mode 1 (Disc At Once)"
  302. END
  303. STRINGTABLE
  304. BEGIN
  305. IDS_MEDIUMFORMAT_D2 "Kodak Photo CD"
  306. IDS_MEDIUMFORMAT_D3 "Data multisession Mode 1 (closed recordable disc)"
  307. IDS_MEDIUMFORMAT_D4 "Data multisession Mode 2 (closed recordable disc)"
  308. IDS_MEDIUMFORMAT_D5 "Data Mode 2 (Disc At Once)"
  309. IDS_MEDIUMFORMAT_D6 "CDRFS"
  310. IDS_MEDIUMFORMAT_D7 "Packet writing"
  311. IDS_MEDIUMFORMAT_D8 "Data multisession Mode 1 (open recordable disc)"
  312. IDS_MEDIUMFORMAT_D9 "Data multisession Mode 2 (open recordable disc)"
  313. IDS_MEDIUMFORMAT_A1 "Audio stamped or closed recordable disc (Disk At Once / Session At Once / Track At Once)"
  314. IDS_MEDIUMFORMAT_A2 "Audio recordable disc with session not closed (Track At Once or Session At Once)"
  315. IDS_MEDIUMFORMAT_A3 "First type of Enhanced CD (aborted)"
  316. IDS_MEDIUMFORMAT_A4 "CD Extra"
  317. IDS_MEDIUMFORMAT_A5 "Audio disc with session not written (Track At Once)"
  318. IDS_MEDIUMFORMAT_M1 "First track data, others audio"
  319. IDS_MEDIUMFORMAT_M2 "Mixed-mode made (Track At Once)"
  320. IDS_MEDIUMFORMAT_M3 "Kodak Portfolio (as per the Kodak standard)"
  321. END
  322. STRINGTABLE
  323. BEGIN
  324. IDS_MEDIUMFORMAT_M4 "Video CD"
  325. IDS_MEDIUMFORMAT_M5 "CD-i"
  326. IDS_MEDIUMFORMAT_M6 "PlayStation (Sony games)"
  327. IDS_MEDIUMFORMAT_F1 "Obsolete"
  328. IDS_MEDIUMFORMAT_F2 "Obsolete for restricted overwrite DVD (DLA DVD-RW)"
  329. IDS_MEDIUMFORMAT_F3 "Completed (non-appendable) DVD (DVD-ROM or closed recordable)"
  330. IDS_MEDIUMFORMAT_F4 "Incremental DVD with appendable zone (DLA DVD-R and DVD+RW)"
  331. IDS_MEDIUMFORMAT_F5 "Layer Jump DVD-R9 Disc"
  332. IDS_MEDIUMFORMAT_F8 "Recordable DVD-R, open"
  333. IDS_MEDIUMFORMAT_FA "DVD-RAM cartridge"
  334. IDS_MEDIUMFORMAT_GENERICCD "CD (other type)"
  335. IDS_BUSSTYPE_ATAPI "ATAPI"
  336. IDS_BUSSTYPE_SCSI "SCSI"
  337. IDS_BUSSTYPE_1394 "FireWire"
  338. IDS_BUSSTYPE_USB "USB"
  339. IDS_BUSSTYPE_USB2 "USB 2"
  340. END
  341. STRINGTABLE
  342. BEGIN
  343. IDS_TRACKTYPE_AUDIO "Audio"
  344. IDS_TRACKTYPE_TRACK1 "Mode 1"
  345. IDS_TRACKTYPE_TRACK2 "Mode 2"
  346. IDS_PRIMOCODE_OK "The operation completed successfully."
  347. IDS_PRIMOCODE_CMDSEQUENCE
  348. "The function was used in the incorrect sequence. Another PrimoSDK API is required before calling this function."
  349. IDS_PRIMOCODE_NOASPI "The ASPI layer is not loading or is in error."
  350. IDS_PRIMOCODE_INTERR "An internal error occured."
  351. IDS_PRIMOCODE_BADPARAM "The function was passed an invalid parameter."
  352. IDS_PRIMOCODE_ALREADYEXIST
  353. "The function was passed a pointer to a directory element that already exists in the target data structure."
  354. IDS_PRIMOCODE_NOTREADABLE
  355. "The function was passed a pointer to source file that either cannot be found or is not readable."
  356. IDS_PRIMOCODE_NOSPACE "Completion of the operation would result in too many files for the system memory."
  357. IDS_PRIMOCODE_INVALIDMEDIUM "Invalid disc."
  358. IDS_PRIMOCODE_RUNNING "The operation whose status is being queried is currently running."
  359. IDS_PRIMOCODE_BUR "Buffer underrun occured."
  360. IDS_PRIMOCODE_SCSIERROR "Drive communication error."
  361. IDS_PRIMOCODE_UNITERROR "The SCSI command sent by the function returned a check condition."
  362. END
  363. STRINGTABLE
  364. BEGIN
  365. IDS_PRIMOCODE_NOTREADY "Specified drive is not ready."
  366. IDS_PRIMOCODE_INVALIDSOURCE
  367. "The function was passed a pointer to a disc or file that is not valid."
  368. IDS_PRIMOCODE_INCOMPATIBLE
  369. "The function was passed a pointer to an image from a type of disc that is not compatible with the capabilities of the recorder."
  370. IDS_PRIMOCODE_FILEERROR "The function was passed a pointer to a file that cannot be found."
  371. IDS_PRIMOCODE_ITSADEMO "The operation requested by the function would exceed the limits allowed by the Demo version of PrimoSDK."
  372. IDS_PRIMOCODE_USERABORT "User abort."
  373. IDS_PRIMOCODE_BADHANDLE "The function was passed an invalid PrimoSDK handle."
  374. IDS_PRIMOCODE_BADUNIT "Specified drive is not exist."
  375. IDS_PRIMOCODE_ERRORLOADING
  376. "An error occurred while reading the directory of the specified session/border."
  377. IDS_PRIMOCODE_NOAINCONTROL
  378. "AIN control cannot be activated, typically because PrimoSDK is running under WinASPI instead of PxHelper."
  379. IDS_PRIMOCODE_READERROR "Drive reported a reading error."
  380. IDS_PRIMOCODE_WRITEERROR "Drive reported a writing error."
  381. IDS_PRIMOCODE_TMPOVERFLOW "A temporary file went into overflow."
  382. IDS_PRIMOCODE_DVDSTRUCTERROR
  383. "A data structure includes a VIDEO_TS or AUDIO_TS folder that is not compliant with DVD-Video or DVD-Audio rules."
  384. IDS_PRIMOCODE_FILETOOLARGE
  385. "The function was passed a pointer to a file that is bigger than 9.99 GB for UDF or 4 GB for ISO."
  386. IDS_PRIMOCODE_CACHEFULL "Not currently used."
  387. END
  388. STRINGTABLE
  389. BEGIN
  390. IDS_PRIMOCODE_FEATURE_NOT_SUPPORTED
  391. "The device does not support the requested feature."
  392. IDS_PRIMOCODE_FEATURE_DISABLED
  393. "Use of the requested feature is not included in the license under which the SDK was provided."
  394. IDS_PRIMOCODE_CALLBACK_ERROR "Stream terminated by the callback."
  395. IDS_PRIMOCODE_PROTECTEDWMA "No permission to burn specified WMA file."
  396. IDS_DRIVEERRORCODE_000000 "No Additional Sense Information"
  397. IDS_DRIVEERRORCODE_000001 "Filemark Detected"
  398. IDS_DRIVEERRORCODE_000002 "End-Of-Partition/Medium Detected"
  399. IDS_DRIVEERRORCODE_000003 "Setmark Detected"
  400. IDS_DRIVEERRORCODE_000004 "Beginning-Of-Partition/Medium Detected"
  401. IDS_DRIVEERRORCODE_000005 "End-Of-Data Detected"
  402. IDS_DRIVEERRORCODE_000011 "Audio Play Operation In Progress Audio Play"
  403. IDS_DRIVEERRORCODE_000012 "Audio Play Operation Paused Audio Play"
  404. IDS_DRIVEERRORCODE_000013
  405. "Audio Play Operation Successfully Completed Audio Play"
  406. IDS_DRIVEERRORCODE_000014
  407. "Audio Play Operation Stopped Due To Error Audio Play"
  408. IDS_DRIVEERRORCODE_000015 "No Current Audio Status To Return Audio Play"
  409. IDS_DRIVEERRORCODE_000016 "Operation In Progress"
  410. END
  411. STRINGTABLE
  412. BEGIN
  413. IDS_DRIVEERRORCODE_010B00 "Warning"
  414. IDS_DRIVEERRORCODE_010B01 "Warning - Specified Temperature Exceeded"
  415. IDS_DRIVEERRORCODE_010B02 "Warning - Enclosure Degraded"
  416. IDS_DRIVEERRORCODE_010C0A "Write Error - Padding Blocks Added"
  417. IDS_DRIVEERRORCODE_011700
  418. "Recovered Data With No Error Correction Applied"
  419. IDS_DRIVEERRORCODE_011701 "Recovered Data With Retries"
  420. IDS_DRIVEERRORCODE_011702 "Recovered Data With Positive Head Offset"
  421. IDS_DRIVEERRORCODE_011703 "Recovered Data With Negative Head Offset"
  422. IDS_DRIVEERRORCODE_011704
  423. "Recovered Data With Retries And/Or Circ Applied"
  424. IDS_DRIVEERRORCODE_011705 "Recovered Data Using Previous Sector Id"
  425. IDS_DRIVEERRORCODE_011706
  426. "Recovered Data Without ECC - Data Auto-Reallocated"
  427. IDS_DRIVEERRORCODE_011707
  428. "Recovered Data Without ECC - Recommend Reassignment"
  429. IDS_DRIVEERRORCODE_011708 "Recovered Data Without ECC - Recommend Rewrite"
  430. IDS_DRIVEERRORCODE_011709 "Recovered Data Without ECC - Data Rewritten"
  431. IDS_DRIVEERRORCODE_011800 "Recovered Data With Error Correction Applied"
  432. IDS_DRIVEERRORCODE_011801
  433. "Recovered Data With Error Correction & Retries Applied"
  434. END
  435. STRINGTABLE
  436. BEGIN
  437. IDS_DRIVEERRORCODE_011802 "Recovered Data - Data Auto-Reallocated"
  438. IDS_DRIVEERRORCODE_011803 "Recovered Data With Circ"
  439. IDS_DRIVEERRORCODE_011804 "Recovered Data With L-EC"
  440. IDS_DRIVEERRORCODE_011805 "Recovered Data - Recommend Reassignment"
  441. IDS_DRIVEERRORCODE_011806 "Recovered Data - Recommend Rewrite"
  442. IDS_DRIVEERRORCODE_011807 "Recovered Data With ECC - Data Rewritten"
  443. IDS_DRIVEERRORCODE_011808 "Recovered Data With Linking"
  444. IDS_DRIVEERRORCODE_011E00 "Recovered Id With ECC Correction"
  445. IDS_DRIVEERRORCODE_013700 "Rounded Parameter"
  446. IDS_DRIVEERRORCODE_015D00
  447. "Failure Prediction Threshold Exceeded - Predicted Logical Unit Failure"
  448. IDS_DRIVEERRORCODE_015D01
  449. "Failure Prediction Threshold Exceeded - Predicted Media Failure"
  450. IDS_DRIVEERRORCODE_015DFF "Failure Prediction Threshold Exceeded (False)"
  451. IDS_DRIVEERRORCODE_016A00 "Informational, Refer To Log"
  452. IDS_DRIVEERRORCODE_017301 "Power Calibration Area Almost Full"
  453. IDS_DRIVEERRORCODE_017306 "PROGRAM MEMORY AREA/PMA IS (Almost) FULL"
  454. IDS_DRIVEERRORCODE_020400 "Logical Unit Not Ready, Cause Not Reportable"
  455. END
  456. STRINGTABLE
  457. BEGIN
  458. IDS_DRIVEERRORCODE_020401 "Logical Unit Is In Process Of Becoming Ready"
  459. IDS_DRIVEERRORCODE_020402
  460. "Logical Unit Not Ready, Initializing Command. Required"
  461. IDS_DRIVEERRORCODE_020403
  462. "Logical Unit Not Ready, Manual Intervention Required"
  463. IDS_DRIVEERRORCODE_020404 "Logical Unit Not Ready, Format In Progress"
  464. IDS_DRIVEERRORCODE_020405 "Logical Unit Not Ready, Rebuild In Progress"
  465. IDS_DRIVEERRORCODE_020406
  466. "Logical Unit Not Ready, Recalculation In Progress"
  467. IDS_DRIVEERRORCODE_020407 "Logical Unit Not Ready, Operation In Progress"
  468. IDS_DRIVEERRORCODE_020408 "Logical Unit Not Ready, Long Write In Progress"
  469. IDS_DRIVEERRORCODE_020500 "Logical Unit Does Not Respond To Selection"
  470. IDS_DRIVEERRORCODE_020600
  471. "NO REFERENCE POSITION FOUND (Medium May Be Upside Down)"
  472. IDS_DRIVEERRORCODE_023000 "Incompatible Medium Installed"
  473. IDS_DRIVEERRORCODE_023001 "Cannot Read Medium - Unknown Format"
  474. IDS_DRIVEERRORCODE_023002 "Cannot Read Medium - Incompatible Format"
  475. IDS_DRIVEERRORCODE_023003 "Cleaning Cartridge Installed"
  476. IDS_DRIVEERRORCODE_023004 "Cannot write medium unknown format"
  477. IDS_DRIVEERRORCODE_023005 "Cannot write medium incompatible format"
  478. END
  479. STRINGTABLE
  480. BEGIN
  481. IDS_DRIVEERRORCODE_023007 "Cleaning Failure"
  482. IDS_DRIVEERRORCODE_023502 "Enclosure Services Unavailable"
  483. IDS_DRIVEERRORCODE_023A00 "Medium Not Present"
  484. IDS_DRIVEERRORCODE_023A01 "Medium Not Present - Tray Closed"
  485. IDS_DRIVEERRORCODE_023A02 "Medium Not Present - Tray Open"
  486. IDS_DRIVEERRORCODE_023E00 "Logical Unit Has Not Self-Configured Yet"
  487. IDS_DRIVEERRORCODE_025300 "Medium Load/Eject Failed"
  488. IDS_DRIVEERRORCODE_025302 "Medium Removal Prevented"
  489. IDS_DRIVEERRORCODE_025700 "Unable to recover TOC"
  490. IDS_DRIVEERRORCODE_026800 "Logical Unit Not Configured"
  491. IDS_DRIVEERRORCODE_030014 "Audio play op. Stopped due error (Plextor)"
  492. IDS_DRIVEERRORCODE_030200 "No Seek Complete"
  493. IDS_DRIVEERRORCODE_030280 "Servo Seek Error (Plextor)"
  494. IDS_DRIVEERRORCODE_030281 "Servo Seek Error Sync error (Plextor)"
  495. IDS_DRIVEERRORCODE_030282 "Servo Seek Error Header error (Plextor)"
  496. IDS_DRIVEERRORCODE_030283 "Servo Seek Error Target not met (Plextor)"
  497. END
  498. STRINGTABLE
  499. BEGIN
  500. IDS_DRIVEERRORCODE_030300 "Peripheral Device Write Fault"
  501. IDS_DRIVEERRORCODE_030301 "No Write Current"
  502. IDS_DRIVEERRORCODE_030302 "Excessive Write Errors"
  503. IDS_DRIVEERRORCODE_030600 "No reference position found"
  504. IDS_DRIVEERRORCODE_030C00 "Write Error"
  505. IDS_DRIVEERRORCODE_030C01 "Write Error - Recovered With Auto Reallocation"
  506. IDS_DRIVEERRORCODE_030C02 "Write Error - Auto Reallocation Failed"
  507. IDS_DRIVEERRORCODE_030C03 "Write Error - Recommend Reassignment"
  508. IDS_DRIVEERRORCODE_030C04 "Compression Check Miscompare Error"
  509. IDS_DRIVEERRORCODE_030C05 "Data Expansion Occurred During Compression"
  510. IDS_DRIVEERRORCODE_030C06 "Block Not Compressible"
  511. IDS_DRIVEERRORCODE_030C07 "Write Error - Recovery Needed"
  512. IDS_DRIVEERRORCODE_030C08 "Write Error - Recovery Failed"
  513. IDS_DRIVEERRORCODE_030C09 "Write Error - Loss Of Streaming"
  514. IDS_DRIVEERRORCODE_030C0A "Write Error - Padding blocks added"
  515. IDS_DRIVEERRORCODE_031000 "Id CRC Or ECC Error"
  516. END
  517. STRINGTABLE
  518. BEGIN
  519. IDS_DRIVEERRORCODE_031100 "Unrecovered Read Error"
  520. IDS_DRIVEERRORCODE_031101 "Read Retries Exhausted"
  521. IDS_DRIVEERRORCODE_031102 "Error Too Long To Correct"
  522. IDS_DRIVEERRORCODE_031103 "Multiple Read Errors"
  523. IDS_DRIVEERRORCODE_031104
  524. "Unrecovered Read Error - Auto Reallocate Failed"
  525. IDS_DRIVEERRORCODE_031105 "L-EC Uncorrectable Error"
  526. IDS_DRIVEERRORCODE_031106 "Circ Unrecovered Error"
  527. IDS_DRIVEERRORCODE_031107 "Re-Synchronization Error"
  528. IDS_DRIVEERRORCODE_031108 "Incomplete Block"
  529. IDS_DRIVEERRORCODE_031109 "No Gap Found"
  530. IDS_DRIVEERRORCODE_03110A "Miscorrected Error"
  531. IDS_DRIVEERRORCODE_03110B
  532. "Unrecovered Read Error - Recommend Reassignment"
  533. IDS_DRIVEERRORCODE_03110C
  534. "Unrecovered Read Error - Recommend Rewrite The Data"
  535. IDS_DRIVEERRORCODE_03110D "De-Compression CRC Error"
  536. IDS_DRIVEERRORCODE_03110E "Cannot Decompress Using Declared Algorithm"
  537. IDS_DRIVEERRORCODE_03110F "Error Reading UPC/EAN Number"
  538. END
  539. STRINGTABLE
  540. BEGIN
  541. IDS_DRIVEERRORCODE_031110 "Error Reading ISRC Number"
  542. IDS_DRIVEERRORCODE_031200 "Address Mark Not Found For Id Field"
  543. IDS_DRIVEERRORCODE_031300 "Address Mark Not Found For Data Field"
  544. IDS_DRIVEERRORCODE_031400 "Recorded Entity Not Found"
  545. IDS_DRIVEERRORCODE_031401 "Record Not Found"
  546. IDS_DRIVEERRORCODE_031402 "Filemark Or Setmark Not Found"
  547. IDS_DRIVEERRORCODE_031403 "End-Of-Data Not Found"
  548. IDS_DRIVEERRORCODE_031404 "Block Sequence Error"
  549. IDS_DRIVEERRORCODE_031405 "Record Not Found - Recommend Reassignment"
  550. IDS_DRIVEERRORCODE_031406 "Record Not Found - Data Auto-Reallocated"
  551. IDS_DRIVEERRORCODE_031500 "Random Positioning Error"
  552. IDS_DRIVEERRORCODE_031501 "Mechanical Positioning Error"
  553. IDS_DRIVEERRORCODE_031502 "Positioning Error Detected By Read Of Medium"
  554. IDS_DRIVEERRORCODE_031600 "Data Synchronization Mark Error"
  555. IDS_DRIVEERRORCODE_031601 "Data Sync Error - Data Rewritten"
  556. IDS_DRIVEERRORCODE_031602 "Data Sync Error - Recommend Rewrite"
  557. END
  558. STRINGTABLE
  559. BEGIN
  560. IDS_DRIVEERRORCODE_031603 "Data Sync Error - Data Auto-Reallocated"
  561. IDS_DRIVEERRORCODE_031604 "Data Sync Error - Recommend Reassignment"
  562. IDS_DRIVEERRORCODE_031900 "Defect List Error"
  563. IDS_DRIVEERRORCODE_031901 "Defect List Not Available"
  564. IDS_DRIVEERRORCODE_031902 "Defect List Error In Primary List"
  565. IDS_DRIVEERRORCODE_031903 "Defect List Error In Grown List"
  566. IDS_DRIVEERRORCODE_031F00 "Partial Defect List Transfer"
  567. IDS_DRIVEERRORCODE_032D00 "Overwrite Error On Update In Place"
  568. IDS_DRIVEERRORCODE_033000 "Incompatible medium installed"
  569. IDS_DRIVEERRORCODE_033100 "Medium Format Corrupted"
  570. IDS_DRIVEERRORCODE_033101 "Format Command Failed Formattable"
  571. IDS_DRIVEERRORCODE_033102
  572. "Zoned Formatting Failed Due To Spare Linking Formattable"
  573. IDS_DRIVEERRORCODE_033200 "No Defect Spare Location Available"
  574. IDS_DRIVEERRORCODE_033201 "Defect List Update Failure"
  575. IDS_DRIVEERRORCODE_033300 "Tape Length Error"
  576. IDS_DRIVEERRORCODE_033600 "Ribbon, Ink, Or Toner Failure"
  577. END
  578. STRINGTABLE
  579. BEGIN
  580. IDS_DRIVEERRORCODE_033B00 "Sequential Positioning Error"
  581. IDS_DRIVEERRORCODE_033B01 "Tape Position Error At Beginning-Of-Medium"
  582. IDS_DRIVEERRORCODE_033B02 "Tape Position Error At End-Of-Medium"
  583. IDS_DRIVEERRORCODE_033B03
  584. "Tape Or Electronic Vertical Forms Unit Not Ready"
  585. IDS_DRIVEERRORCODE_033B06 "Failed To Sense Top-Of-Form"
  586. IDS_DRIVEERRORCODE_033B07 "Failed To Sense Bottom-Of-Form"
  587. IDS_DRIVEERRORCODE_033B08 "Reposition Error"
  588. IDS_DRIVEERRORCODE_033B09 "Read Past End Of Medium"
  589. IDS_DRIVEERRORCODE_033B0A "Read Past Beginning Of Medium"
  590. IDS_DRIVEERRORCODE_033B0B "Position Past End Of Medium"
  591. IDS_DRIVEERRORCODE_033B0C "Position Past Beginning Of Medium"
  592. IDS_DRIVEERRORCODE_035100 "Erase Failure"
  593. IDS_DRIVEERRORCODE_035200 "Cartridge Fault"
  594. IDS_DRIVEERRORCODE_035700 "Unable To Recover Table-Of-Contents"
  595. IDS_DRIVEERRORCODE_035C02 "Spindles Not Synchronized"
  596. IDS_DRIVEERRORCODE_036100 "Video Acquisition Error"
  597. END
  598. STRINGTABLE
  599. BEGIN
  600. IDS_DRIVEERRORCODE_036101 "Unable To Acquire Video"
  601. IDS_DRIVEERRORCODE_036102 "Out Of Focus"
  602. IDS_DRIVEERRORCODE_036C00 "Rebuild Failure Occurred"
  603. IDS_DRIVEERRORCODE_036D00 "Recalculate Failure Occurred"
  604. IDS_DRIVEERRORCODE_0370NN
  605. "Decompression Exception Short Algorithm Id Of NN"
  606. IDS_DRIVEERRORCODE_037100 "Decompression Exception Long Algorithm Id"
  607. IDS_DRIVEERRORCODE_037200 "Session Fixation Error"
  608. IDS_DRIVEERRORCODE_037201 "Session Fixation Error Writing Lead-in"
  609. IDS_DRIVEERRORCODE_037202 "Session Fixation Error Writing Lead-out"
  610. IDS_DRIVEERRORCODE_037300 "CD Control Error"
  611. IDS_DRIVEERRORCODE_037302 "Power Calibration Area Is Full"
  612. IDS_DRIVEERRORCODE_037303 "Power Calibration Area Error"
  613. IDS_DRIVEERRORCODE_037304 "Program Memory Area/RMA Update Failure"
  614. IDS_DRIVEERRORCODE_037305 "Program Memory Area/RMA Is Full"
  615. IDS_DRIVEERRORCODE_040017 "Cleaning Requested"
  616. IDS_DRIVEERRORCODE_040100 "No Index/Sector Signal"
  617. END
  618. STRINGTABLE
  619. BEGIN
  620. IDS_DRIVEERRORCODE_040500 "Logical unit does not respond to selection"
  621. IDS_DRIVEERRORCODE_040800 "Logical Unit Communication Failure"
  622. IDS_DRIVEERRORCODE_040801 "Logical Unit Communication Time-Out"
  623. IDS_DRIVEERRORCODE_040802 "Logical Unit Communication Parity Error"
  624. IDS_DRIVEERRORCODE_040803
  625. "Logical Unit Communication CRC Error (Ultra-Dma/32)"
  626. IDS_DRIVEERRORCODE_040900 "Track Following Error"
  627. IDS_DRIVEERRORCODE_040901 "Tracking Servo Failure"
  628. IDS_DRIVEERRORCODE_040902 "Focus Servo Failure"
  629. IDS_DRIVEERRORCODE_040903 "Spindle Servo Failure"
  630. IDS_DRIVEERRORCODE_040904 "Head Select Fault"
  631. IDS_DRIVEERRORCODE_041B00 "Synchronous Data Transfer Error"
  632. IDS_DRIVEERRORCODE_041C00 "Defect List Not Found"
  633. IDS_DRIVEERRORCODE_041C01 "Primary Defect List Not Found"
  634. IDS_DRIVEERRORCODE_041C02 "Grown Defect List Not Found"
  635. IDS_DRIVEERRORCODE_043400 "Enclosure Failure"
  636. IDS_DRIVEERRORCODE_043500 "Enclosure Services Failure"
  637. END
  638. STRINGTABLE
  639. BEGIN
  640. IDS_DRIVEERRORCODE_043503 "Enclosure Services Transfer Failure"
  641. IDS_DRIVEERRORCODE_043B04 "Slew Failure"
  642. IDS_DRIVEERRORCODE_043B05 "Paper Jam"
  643. IDS_DRIVEERRORCODE_043B16 "Mechanical Positioning Or Changer Error Load"
  644. IDS_DRIVEERRORCODE_043E01 "Logical Unit Failure"
  645. IDS_DRIVEERRORCODE_043E02 "Timeout On Logical Unit"
  646. IDS_DRIVEERRORCODE_044000 "Ram Failure (Should Use 40 Nn)"
  647. IDS_DRIVEERRORCODE_0440NN "Diagnostic Failure On Component Nn (80h-Ffh)"
  648. IDS_DRIVEERRORCODE_044100 "Data Path Failure (Should Use 40 Nn)"
  649. IDS_DRIVEERRORCODE_044200
  650. "Power-On Or Self-Test Failure (Should Use 40 Nn)"
  651. IDS_DRIVEERRORCODE_044400 "Internal Target Failure"
  652. IDS_DRIVEERRORCODE_044600 "Unsuccessful Soft Reset"
  653. IDS_DRIVEERRORCODE_044700 "SCSI Parity Error"
  654. IDS_DRIVEERRORCODE_044A00 "Command Phase Error"
  655. IDS_DRIVEERRORCODE_044B00 "Data Phase Error"
  656. IDS_DRIVEERRORCODE_044C00 "Logical Unit Failed Self-Configuration"
  657. END
  658. STRINGTABLE
  659. BEGIN
  660. IDS_DRIVEERRORCODE_045300 "Media Load Or Eject Failed Load"
  661. IDS_DRIVEERRORCODE_045400 "SCSI To Host System Interface Failure"
  662. IDS_DRIVEERRORCODE_046000 "Lamp Failure"
  663. IDS_DRIVEERRORCODE_046200 "Scan Head Positioning Error"
  664. IDS_DRIVEERRORCODE_046500 "Voltage Fault"
  665. IDS_DRIVEERRORCODE_046600 "Automatic Document Feeder Cover Up"
  666. IDS_DRIVEERRORCODE_046601 "Automatic Document Feeder Lift Up"
  667. IDS_DRIVEERRORCODE_046602 "Document Jam In Automatic Document Feeder"
  668. IDS_DRIVEERRORCODE_046603
  669. "Document Miss Feed Automatic In Document Feeder"
  670. IDS_DRIVEERRORCODE_046700 "Configuration Failure"
  671. IDS_DRIVEERRORCODE_046701
  672. "Configuration Of Incapable Logical Units Failed"
  673. IDS_DRIVEERRORCODE_046702 "Add Logical Unit Failed"
  674. IDS_DRIVEERRORCODE_046703 "Modification Of Logical Unit Failed"
  675. IDS_DRIVEERRORCODE_046704 "Exchange Of Logical Unit Failed"
  676. IDS_DRIVEERRORCODE_046705 "Remove Of Logical Unit Failed"
  677. IDS_DRIVEERRORCODE_046706 "Attachment Of Logical Unit Failed"
  678. END
  679. STRINGTABLE
  680. BEGIN
  681. IDS_DRIVEERRORCODE_046707 "Creation Of Logical Unit Failed"
  682. IDS_DRIVEERRORCODE_046901 "Multiple Logical Unit Failures"
  683. IDS_DRIVEERRORCODE_046902 "A Parity/ Data Mismatch N/ A"
  684. IDS_DRIVEERRORCODE_046E00 "Command To Logical Unit Failed"
  685. IDS_DRIVEERRORCODE_04B600 "Media load mechanism failed (Plextor)"
  686. IDS_DRIVEERRORCODE_050011 "Audio Play Operation in progress"
  687. IDS_DRIVEERRORCODE_050700 "Multiple Peripheral Devices Selected"
  688. IDS_DRIVEERRORCODE_051A00 "Parameter List Length Error"
  689. IDS_DRIVEERRORCODE_052000 "Invalid Command Operation Code"
  690. IDS_DRIVEERRORCODE_052100 "Logical Block Address Out Of Range"
  691. IDS_DRIVEERRORCODE_052101 "Invalid Element Address"
  692. IDS_DRIVEERRORCODE_052102 "Invalid Address For Write Incremental"
  693. IDS_DRIVEERRORCODE_052200 "Illegal Function (Use 20 00, 24 00, Or 26 00)"
  694. IDS_DRIVEERRORCODE_052400 "Invalid Field In CDB"
  695. IDS_DRIVEERRORCODE_052500 "Logical Unit Not Supported"
  696. IDS_DRIVEERRORCODE_052600 "Invalid Field In Parameter List"
  697. END
  698. STRINGTABLE
  699. BEGIN
  700. IDS_DRIVEERRORCODE_052601 "Parameter Not Supported"
  701. IDS_DRIVEERRORCODE_052602 "Parameter Value Invalid"
  702. IDS_DRIVEERRORCODE_052603 "Threshold Parameters Not Supported"
  703. IDS_DRIVEERRORCODE_052604
  704. "Invalid Release Of Active Persistent Reservation"
  705. IDS_DRIVEERRORCODE_052700 "Write protected"
  706. IDS_DRIVEERRORCODE_052701 "Hardware Write Protected"
  707. IDS_DRIVEERRORCODE_052702 "Logical Unit Software Write Protected"
  708. IDS_DRIVEERRORCODE_052703 "Associated Write Protect"
  709. IDS_DRIVEERRORCODE_052704 "Persistent Write Protect"
  710. IDS_DRIVEERRORCODE_052705 "Permanent Write Protect"
  711. IDS_DRIVEERRORCODE_052B00
  712. "Copy Cannot Execute Since Host Cannot Disconnect"
  713. IDS_DRIVEERRORCODE_052C00 "Command Sequence Error"
  714. IDS_DRIVEERRORCODE_052C01 "Too Many Windows Specified"
  715. IDS_DRIVEERRORCODE_052C02 "Invalid Combination Of Windows Specified"
  716. IDS_DRIVEERRORCODE_052C03 "Current Program Area Is Not Empty"
  717. IDS_DRIVEERRORCODE_052C04 "Current Program Area Is Empty"
  718. END
  719. STRINGTABLE
  720. BEGIN
  721. IDS_DRIVEERRORCODE_053000 "Incompatible medium installed"
  722. IDS_DRIVEERRORCODE_053002 "Cannot Read Medium - Incompatible Format"
  723. IDS_DRIVEERRORCODE_053004 "Cannot Write Medium - Unknown Format"
  724. IDS_DRIVEERRORCODE_053005 "Cannot Write Medium - Incompatible Format"
  725. IDS_DRIVEERRORCODE_053006 "Cannot Format Medium - Incompatible Medium"
  726. IDS_DRIVEERRORCODE_053008 "Cannot Write - Application Code Mismatch"
  727. IDS_DRIVEERRORCODE_053009 "Current Session Not Fixated For Append"
  728. IDS_DRIVEERRORCODE_053501 "Unsupported Enclosure Function"
  729. IDS_DRIVEERRORCODE_053504 "Enclosure Services Transfer Refused"
  730. IDS_DRIVEERRORCODE_053800 "Reserved"
  731. IDS_DRIVEERRORCODE_053900 "Saving Parameters Not Supported"
  732. IDS_DRIVEERRORCODE_053D00 "Invalid Bits In Identify Message"
  733. IDS_DRIVEERRORCODE_054300 "Message Error"
  734. IDS_DRIVEERRORCODE_055302 "Medium Removal Prevented"
  735. IDS_DRIVEERRORCODE_055500 "System Resource Failure"
  736. IDS_DRIVEERRORCODE_056300 "End Of User Area Encountered On This Track"
  737. END
  738. STRINGTABLE
  739. BEGIN
  740. IDS_DRIVEERRORCODE_056301 "Packet Does Not Fit In Available Space"
  741. IDS_DRIVEERRORCODE_056400 "Illegal Mode For This Track"
  742. IDS_DRIVEERRORCODE_056401 "Invalid Packet Size"
  743. IDS_DRIVEERRORCODE_056F00
  744. "Copy Protection Key Exchange Failure - Authentication Failure CPP"
  745. IDS_DRIVEERRORCODE_056F01
  746. "Copy Protection Key Exchange Failure - Key Not Present CPP"
  747. IDS_DRIVEERRORCODE_056F02
  748. "Copy Protection Key Exchange Failure - Key Not Established CPP"
  749. IDS_DRIVEERRORCODE_056F03
  750. "Read Of Scrambled Sector Without Authentication CPP"
  751. IDS_DRIVEERRORCODE_056F04
  752. "Media Region Code Is Mismatched To Logical Unit Region CPP"
  753. IDS_DRIVEERRORCODE_056F05
  754. "Drive Region Must Be Permanent/Region Reset Count Error CPP"
  755. IDS_DRIVEERRORCODE_057203
  756. "Session Fixation Error - Incomplete Track In Session"
  757. IDS_DRIVEERRORCODE_057204 "Empty Or Partially Written Reserved"
  758. IDS_DRIVEERRORCODE_057205 "No More R zone Reservations Are"
  759. IDS_DRIVEERRORCODE_058100 "Logical unit is reserved (Plextor)"
  760. IDS_DRIVEERRORCODE_058500 "Audio address not valid (Plextor)"
  761. IDS_DRIVEERRORCODE_060A00 "Error Log Overflow"
  762. IDS_DRIVEERRORCODE_062800
  763. "Not Ready To Ready Change, Medium May Have Changed"
  764. END
  765. STRINGTABLE
  766. BEGIN
  767. IDS_DRIVEERRORCODE_062801 "Import Or Export Element Accessed"
  768. IDS_DRIVEERRORCODE_062900 "Power On, Reset, Or Bus Device Reset Occurred"
  769. IDS_DRIVEERRORCODE_062901 "Power On Occurred"
  770. IDS_DRIVEERRORCODE_062902 "SCSI Bus Reset Occurred"
  771. IDS_DRIVEERRORCODE_062903 "Bus Device Reset Function Occurred"
  772. IDS_DRIVEERRORCODE_062904 "Device Internal Reset"
  773. IDS_DRIVEERRORCODE_062A00 "Parameters Changed"
  774. IDS_DRIVEERRORCODE_062A01 "Mode Parameters Changed"
  775. IDS_DRIVEERRORCODE_062A02 "Log Parameters Changed"
  776. IDS_DRIVEERRORCODE_062A03 "Reservations Preempted"
  777. IDS_DRIVEERRORCODE_062E00 "Insufficient Time For Operation Timeout"
  778. IDS_DRIVEERRORCODE_062F00 "Commands Cleared By Another Initiator"
  779. IDS_DRIVEERRORCODE_063B0D "Medium Destination Element Full"
  780. IDS_DRIVEERRORCODE_063B0E "Medium Source Element Empty"
  781. IDS_DRIVEERRORCODE_063B0F "End Of Medium Reached"
  782. IDS_DRIVEERRORCODE_063B11 "Medium Magazine Not Accessible Load"
  783. END
  784. STRINGTABLE
  785. BEGIN
  786. IDS_DRIVEERRORCODE_063B12 "Medium Magazine Removed Load"
  787. IDS_DRIVEERRORCODE_063B13 "Medium Magazine Inserted Load"
  788. IDS_DRIVEERRORCODE_063B14 "Medium Magazine Locked Load"
  789. IDS_DRIVEERRORCODE_063B15 "Medium Magazine Unlocked Load"
  790. IDS_DRIVEERRORCODE_063F00 "Target Operating Conditions Have Changed"
  791. IDS_DRIVEERRORCODE_063F01 "Microcode Has Been Changed"
  792. IDS_DRIVEERRORCODE_063F02 "Changed Operating Definition"
  793. IDS_DRIVEERRORCODE_063F03 "Inquiry Data Has Changed"
  794. IDS_DRIVEERRORCODE_065501 "System Buffer Full"
  795. IDS_DRIVEERRORCODE_065A00 "Operator Request Or State Change Input"
  796. IDS_DRIVEERRORCODE_065A01 "Operator Medium Removal Request"
  797. IDS_DRIVEERRORCODE_065A02 "Operator Selected Write Protect"
  798. IDS_DRIVEERRORCODE_065A03 "Operator Selected Write Permit"
  799. IDS_DRIVEERRORCODE_065B00 "Log Exception"
  800. IDS_DRIVEERRORCODE_065B01 "Threshold Condition Met"
  801. IDS_DRIVEERRORCODE_065B02 "Log Counter At Maximum"
  802. END
  803. STRINGTABLE
  804. BEGIN
  805. IDS_DRIVEERRORCODE_065B03 "Log List Codes Exhausted"
  806. IDS_DRIVEERRORCODE_065C00 "Rpl Status Change"
  807. IDS_DRIVEERRORCODE_065C01 "Spindles Synchronized"
  808. IDS_DRIVEERRORCODE_065E00 "Low Power Condition On"
  809. IDS_DRIVEERRORCODE_065E01 "Idle Condition Activated By Timer"
  810. IDS_DRIVEERRORCODE_065E02 "Standby Condition Activated By Timer"
  811. IDS_DRIVEERRORCODE_065E03 "Idle Condition Activated By Command"
  812. IDS_DRIVEERRORCODE_065E04 "Standby Condition Activated By Command"
  813. IDS_DRIVEERRORCODE_066A00 "Informational, Refer To Log"
  814. IDS_DRIVEERRORCODE_066B00 "State Change Has Occurred"
  815. IDS_DRIVEERRORCODE_066B01 "Redundancy Level Got Better"
  816. IDS_DRIVEERRORCODE_066B02 "Redundancy Level Got Worse"
  817. IDS_DRIVEERRORCODE_072700 "Write Protected"
  818. IDS_DRIVEERRORCODE_072701 "Hardware Write Protected"
  819. IDS_DRIVEERRORCODE_072702 "Logical Unit Software Write Protected"
  820. IDS_DRIVEERRORCODE_072703 "Associated Write Protect"
  821. END
  822. STRINGTABLE
  823. BEGIN
  824. IDS_DRIVEERRORCODE_072704 "Persistent Write Protect"
  825. IDS_DRIVEERRORCODE_072705 "Permanent Write Protect"
  826. IDS_DRIVEERRORCODE_082102 "INVALID ADDRESS FOR WRITE (Blank Check)"
  827. IDS_DRIVEERRORCODE_098000 "Illegal media (Plextor)"
  828. IDS_DRIVEERRORCODE_098001 "Illegal write page parameter (Plextor)"
  829. IDS_DRIVEERRORCODE_098005 "Illegal pause length (Plextor)"
  830. IDS_DRIVEERRORCODE_098006 "Illegal track num over 99 (Plextor)"
  831. IDS_DRIVEERRORCODE_098007 "Illegal incomplete track exist (Plextor)"
  832. IDS_DRIVEERRORCODE_09800A "Over transfer data (Plextor)"
  833. IDS_DRIVEERRORCODE_09800B "There is no pit (Plextor)"
  834. IDS_DRIVEERRORCODE_09800C "Search NWA fail (Plextor)"
  835. IDS_DRIVEERRORCODE_0B0006 "I/O Process Terminated, Play Operation Aborted"
  836. IDS_DRIVEERRORCODE_0B1111 "Read Error - Loss Of Streaming"
  837. IDS_DRIVEERRORCODE_0B4300 "Message error (Plextor)"
  838. IDS_DRIVEERRORCODE_0B4500 "Select Or Reselect Failure"
  839. IDS_DRIVEERRORCODE_0B4800 "Initiator Detected Error Message Received"
  840. END
  841. STRINGTABLE
  842. BEGIN
  843. IDS_DRIVEERRORCODE_0B4900 "Invalid Message Error"
  844. IDS_DRIVEERRORCODE_0B4DNN "Tagged Overlapped Commands (NN = Queue Tag)"
  845. IDS_DRIVEERRORCODE_0B4E00 "Overlapped Commands Attempted"
  846. IDS_DRIVEERRORCODE_0BB900 "Audio play operation aborted (Plextor)"
  847. IDS_DRIVEERRORCODE_0E1D00 "Miscompare During Verify Operation"
  848. IDS_DRIVEERRORCODE_0X0D00 "Reserved"
  849. IDS_DRIVEERRORCODE_0X0E00 "Reserved"
  850. IDS_DRIVEERRORCODE_0X0F00 "Reserved"
  851. IDS_DRIVEERRORCODE_0X2300 "Reserved"
  852. IDS_DRIVEERRORCODE_0X4F00 "Reserved"
  853. IDS_DRIVEERRORCODE_0X5000 "Write Append Error"
  854. IDS_DRIVEERRORCODE_0X5001 "Write Append Position Error"
  855. IDS_DRIVEERRORCODE_0X5002 "Position Error Related To Timing"
  856. IDS_DRIVEERRORCODE_0X5301 "Unload Tape Failure"
  857. IDS_DRIVEERRORCODE_0X5400 "SCSI To Host System Interface Failure"
  858. IDS_DRIVEERRORCODE_0X5501 "System Buffer Full"
  859. END
  860. STRINGTABLE
  861. BEGIN
  862. IDS_DRIVEERRORCODE_0X5600 "Reserved"
  863. IDS_DRIVEERRORCODE_0X5800 "Generation Does Not Exist"
  864. IDS_DRIVEERRORCODE_0X5900 "Updated Block"
  865. IDS_DRIVEERRORCODE_0X5F00 "Reserved"
  866. IDS_DRIVEERRORCODE_0X80XX "VENDOR SPECIFIC Through FF XX"
  867. IDS_UNITNOTREADY "Drive %c: is not ready."
  868. IDS_WAITINGFORDRIVE "Waiting for drive to become ready..."
  869. IDS_CONFIRMATION "Confirmation"
  870. IDS_MB_CANCELOPERATION "Are you sure you want to cancel this operation?"
  871. IDS_UPDATINGDATA "Updating data..."
  872. IDS_UNABLEGETDISCINFO "Unable to get disc information."
  873. IDS_READINGDISCINFO "Reading disc information..."
  874. IDS_DISCERASABLE "Erasable disc."
  875. IDS_DISCNONERASABLE "Non Erasable disc."
  876. IDS_DISCINFOFORMAT "%s, %s\nFree:\t %s.\nUsed:\t %s.\n%s.\n\n%s."
  877. IDS_DISCSIZEFORMAT "%d Min, %d MB (%d sectors)"
  878. END
  879. STRINGTABLE
  880. BEGIN
  881. IDS_WRONGMEDIUM " Drive %c: contains wrong meda type."
  882. IDS_SELECTERASEMETHOD "Plese select erasing method for disc in drive %c:."
  883. IDS_QUICKERASE "Quick Erase (Only Table of Contents)"
  884. IDS_COMPLETEERASE "Complete Erase"
  885. IDS_ERASEREQDISC "Any Rewritable disc (CD-RW, DVD-RW, DVD+RW, ...)."
  886. IDS_INITIALIZING "Initializing..."
  887. IDS_FINISHING "Finishing..."
  888. IDS_COMPLETING "Completing..."
  889. IDS_STARTING "Starting..."
  890. IDS_CANCELING "Canceling..."
  891. IDS_ABORTING "Aborting..."
  892. IDS_FINISHED "Finished."
  893. IDS_ABORTED "Aborted."
  894. IDS_ERROR "Error"
  895. IDS_COMPLETED "Completed."
  896. IDS_READY "Ready."
  897. END
  898. STRINGTABLE
  899. BEGIN
  900. IDS_CANCELED "Canceled."
  901. IDS_ERASING "Erasing..."
  902. IDS_UNKNOWNERROR "Unknown error."
  903. IDS_DRIVENOTREADY "Drive not ready."
  904. IDS_MEDIUMERASEFAILED "Media erase failed."
  905. IDS_UNABLEINITERASE "Unable to initialize erasing."
  906. IDS_UNABLEFINERASE "Unable to finalize erasing."
  907. IDS_ALREADYERASING "Already erasing."
  908. IDS_PRIMOINITFAILED "Unable to initialize burning library."
  909. IDS_BURNINGCDDA "Burning Audio CD in drive %c:"
  910. IDS_ERROROCCURED "Error occured."
  911. IDS_TMPCREATEFAILED "Unable to create temporary file."
  912. IDS_BURNINGABORTEDBYUSER "Burning aborted by user."
  913. IDS_SHOWLESS "Show Less"
  914. IDS_SHOWMORE "Show More"
  915. IDS_PREPARING "Preparing"
  916. END
  917. STRINGTABLE
  918. BEGIN
  919. IDS_BURNING "Burning"
  920. IDS_CHECKINGDISC "Checking disc..."
  921. IDS_BURNREQDISC "Blank or Open Recordable CD disc (CD-R, CD-RW) with at least %d minutes of free space."
  922. IDS_SPEEDBEST "Adjustable Write Speed"
  923. IDS_SPEEDMAX "Maximum Speed"
  924. IDS_SPEEDMIN "Minimum Speed"
  925. IDS_SPEEDMED "Medium Speed"
  926. IDS_SPEED "speed"
  927. IDS_AT "at"
  928. IDS_BURNINGCANCELED "Burning of Audio CD in drive %c: canceled."
  929. IDS_REASON "Reason:"
  930. IDS_CURRENTOPERATION "Currently:"
  931. IDS_LICENSEFAILED "Verification failed."
  932. IDS_LICENSEFAILEDMSG "One or more files were not able to be burned due to one of the following reasons:\n- Insufficient License Rights\n- File was not found (or named properly)\nTo burn disc without these files click 'Continue Anyway', otherwise click 'Cancel'"
  933. IDS_BURNERROR "Nullsoft Burner Error"
  934. IDS_LICENSESUCCESS "Verification completed successfully."
  935. END
  936. STRINGTABLE
  937. BEGIN
  938. IDS_LICENSEPROGRESS "Verifying files..."
  939. IDS_LICENSEITEMPROGRESS "Verifying..."
  940. IDS_LICENSEITEMSUCCESS "Ok"
  941. IDS_LICENSEITEMFAILED "No license rights to burn."
  942. IDS_SKIPPED "Skipped"
  943. IDS_SCHEDULED "Scheduled"
  944. IDS_PREPARINGDATA "Preparing data..."
  945. IDS_PREPARESUCCESS "Finished preparing data."
  946. IDS_PREPAREFAILED "Data preparation failed."
  947. IDS_PREPAREFAILEDMSG "Some files were not prepared due to an error during preparation.\nTo burn disc without these files click 'Continue Anyway', otherwise click 'Cancel'."
  948. IDS_OF "of"
  949. IDS_PREPAREITEMSUCCESS "Prepared"
  950. IDS_PREPAREITEMFAILED "Unable to decode"
  951. IDS_BURNITEMADDFAILED "Unable to add file to CD"
  952. IDS_INITIALIZINGBURNER "Initializing burner..."
  953. IDS_MASTERINGDISC "Mastering disc..."
  954. END
  955. STRINGTABLE
  956. BEGIN
  957. IDS_BURNITEMSUCCESS "Finished"
  958. IDS_WRITELEADIN "Opening disc / Writing Lead-In..."
  959. IDS_WRITELEADOUT "Closing disc / Writing Lead-Out..."
  960. IDS_DISCOPEN "Opening disc..."
  961. IDS_DISCCLOSE "Closing disc..."
  962. IDS_BURNPROGRESS "Burning in progress...( %d%% completed)"
  963. IDS_RELEASINGBURNER "Releasing burner..."
  964. IDS_BURNFAILED "Error during Audio CD burning process."
  965. IDS_BURNSUCCESS "Burning of the Audio CD completed succesfully."
  966. IDS_BURNINGCOMPLETED "Burning of the Audio CD in drive %c: completed."
  967. IDS_BURNINGSTOPPED "Burning of Audio CD in drive %c: stopped."
  968. IDS_FILENOTFOUND "File not found."
  969. IDS_DRMNOLICENSE "License needed - protected track."
  970. IDS_DRMNOBURNING "License disallows burning."
  971. IDS_DRMBURNCOUNTEXCEEDED "No more burns allowed."
  972. IDS_NODECODER "Can't find decoder."
  973. END
  974. STRINGTABLE
  975. BEGIN
  976. IDS_NOFILES "No files."
  977. IDS_DECODESERVICEFAILED "Unable to initialize decode service."
  978. IDS_LICENSEWRONGFILECOUNT
  979. "Verification failed because of wrong file count returned."
  980. IDS_BADFILENAME "Bad file name."
  981. IDS_CACHEWRITEFAILED "Error writing cache file."
  982. IDS_DECODESTARTFAILED "Unable to initialize preparation process."
  983. IDS_BURNSTARTFAILED "Unable to initialize burn process."
  984. IDS_MASTERINGFAILED "Audio CD mastering failed."
  985. IDS_BEGINBURNFAILED "Burner initialization failed."
  986. IDS_ENDBURNFAILED "Burner releasing failed."
  987. IDS_WRITEAUDIOFAILED "Writing to the Audio CD failed."
  988. IDS_LIBERRORPREFIX "\n\nLibrary error: "
  989. IDS_DRVERRORPREFIX "\nDrive error: "
  990. IDS_CHKDSCWRONGPARAMETER
  991. "Unable to check disc - at least one parameter is wrong."
  992. IDS_CHKDSCMSGPUMPFAILED "Unable to check disc - failed to process messages."
  993. IDS_CHKDSCDIALOGFAILED "Unable to check disc - internal initialization failed."
  994. END
  995. STRINGTABLE
  996. BEGIN
  997. IDS_MB_CANCELBURNING "Are you sure you want to cancel burning?"
  998. IDS_TEMPORARY_FILE "Temporary File"
  999. END
  1000. STRINGTABLE
  1001. BEGIN
  1002. 65535 "{C14FAE1D-B410-459f-B008-1A8BE3633000}"
  1003. END
  1004. #endif // English (U.S.) resources
  1005. /////////////////////////////////////////////////////////////////////////////
  1006. #ifndef APSTUDIO_INVOKED
  1007. /////////////////////////////////////////////////////////////////////////////
  1008. //
  1009. // Generated from the TEXTINCLUDE 3 resource.
  1010. //
  1011. /////////////////////////////////////////////////////////////////////////////
  1012. #endif // not APSTUDIO_INVOKED