home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / zkuste / dolby / download / eac / eac095pb5.exe / Languages / English.txt < prev    next >
Text File  |  2004-02-18  |  144KB  |  4,510 lines

  1. #####################################################
  2. #
  3. #  EAC Language Translation File
  4. #
  5. #  Copyright 2003 by Andre Wiethoff
  6. #
  7. #####################################################
  8.  
  9.  
  10. # Please read these comments before you actually change
  11. # anything in this file (or create a new translation 
  12. # based on it). It contains many hints and explanations
  13. # how such a file has to look like.
  14. # First of all, you have probably noted that everything
  15. # in this file after a '#' character will be ignored
  16. # (and can be used as a comment).
  17. # Of course, you don't need to translate any of the
  18. # comments.
  19.  
  20. # Next important issue is that all language strings have
  21. # an unique and identifying number to which the string
  22. # is assigned.
  23. # If a number is assigned to a different number, the 
  24. # text of the second number (right side of the equal
  25. # character) is assigned to the number on the left.
  26. # That way, a translation has to be performed only once
  27. # and is copied into a different resource location.
  28. # Usually these lines with two numbers don't need to
  29. # be changed.
  30.  
  31. # The next question is, what should be translated how.
  32. # Some words are a kind of keywords that MAY NOT
  33. # translated in these files. A second list contains
  34. # words that SHOULD NOT be translated (if anyhow 
  35. # possible)
  36. #
  37. # List of words, that MAY NOT be translated :
  38. # (Of course also words that are based on these words)
  39. #
  40. #    Offset
  41. #    Sample
  42. #    CRC
  43. #    Lead-In
  44. #    Lead-Out
  45. #    UPC
  46. #    ISRC
  47. #    CUE Sheet
  48. #    BurnProof
  49. #    ID3 Tag
  50. #    EAC
  51. #    Exact Audio Copy
  52. #    LAME
  53. #    freedb
  54. #    BladeEnc
  55. #    SatCP
  56. #    Session
  57. #    CD-TEXT
  58. #    CDPLAYER.INI
  59. #    ASPI
  60. #
  61. # List of words, that SHOULD NOT be translated :
  62. #
  63. #    Track
  64. #    Index
  65. #    CD
  66. #    Burst
  67. #    Pop
  68. #    Glitch
  69. #    FAQ
  70. #    Image   (CD Image)
  71. #    Native  (ASPI Interface)
  72. #    Interpolate
  73. #    Flange
  74. #    Zoom
  75.  
  76. # The strings that are assigned to the numbers are
  77. # quite easy constructed. All assigments have the
  78. # following look, either
  79. # <number> = <number>
  80. # or
  81. # <number> = <string>
  82. # The first case was already explained, the text from
  83. # the second number will be copied to the first.
  84. # The common case is that a string is assigned, which
  85. # need to be translated.
  86. # A <String> is based on a specific structure, each
  87. # <String> starts and ends with a '"' character. e.g.
  88. # "This is a test" is a string. If a string is too
  89. # long to fit in a line, it is possible to concat two
  90. # strings into one. e.g. 
  91. # "This is "+
  92. # "a test" 
  93. # will result in the string "This is a test". Please 
  94. # note # that the line have to end after the '+' 
  95. # character. And also please note that the <space>
  96. # (empty character) in the first line is necessary,
  97. # as otherwise the string would result in 
  98. # "This isa test".
  99. # In some strings, there are <spaces> at the beginning
  100. # or at the end of the string, please keep the exact
  101. # number of spaces at that position. e.g. change
  102. # "  This is a test " only to "  Dies ist ein Test "
  103. # If a string need to contain the character '"', a
  104. # special code has to be used, as '"' would tell that
  105. # the string is finished. So, whenever the string
  106. # needs the character '"' use the code '\"' instead.
  107. # e.g. "This is a \"test\" file"
  108. # Some strings (for some dialogs) have a '\n' code
  109. # in it. This stands for a carriage return. This is
  110. # only possible within special messages, so when a
  111. # string does not contain such a character, please
  112. # do not add one, it will most probably not work out
  113. # as expected. e.g.
  114. # "This is\n\na test" would look like this:
  115. # This is
  116. #
  117. # a test
  118. # Usually two '\n' codes are used in the strings to
  119. # make such dialogs more easy to read. If there are
  120. # such codes at the end or at the beginning of a 
  121. # string, please also keep these codes untouched.
  122.  
  123. # The resources are sorted by dialogs and menus as far
  124. # as possible, but at the end of the file, there is a
  125. # list of all other resource strings that were not
  126. # sorted directly into a dialog.
  127. # Please do not change the order of the resource
  128. # numbers, this is important for future updates of
  129. # EAC.
  130.  
  131. # If there are special needs for information on a
  132. # specific resource, there will be more comments on
  133. # that topic.
  134.  
  135. # Now, you know all you need to translate this file
  136. # into your language. If you make a mistake, EAC
  137. # will show an error message with the erraneous line
  138. # specified with the exact type of error.
  139. # You should test your translation in small pieces,
  140. # translate e.g. a dialog and then test the translation
  141. # by starting EAC on errors, and that all texts
  142. # are fitting in the reserved space for each resource.
  143. # Also spell check all your translated texts directly
  144. # in the appropriate dialog. If you don't know exactly
  145. # for a string how to translate, you can have a look
  146. # at the other language definition files that comes
  147. # with this EAC.
  148.  
  149.  
  150.  
  151. ####################################################
  152. # EAC General Resources
  153. ####################################################
  154.  
  155. # Please enter here your name that will be shown in
  156. # the EAC About dialog. Translate the rest of the
  157. # line also into your language
  158.  
  159.     98 = "Translated by Andre Wiethoff"
  160.  
  161. # Please change the given email address here to your
  162. # email address, so you can be addressed if an error
  163. # in the translation was found.
  164.  
  165.     99 = "E-Mail : eac@exactaudiocopy.de"
  166.  
  167. # This is the name of your language in your own
  168. # language
  169.  
  170.      1 = "English"
  171.  
  172. # This is the name of your language in the english
  173. # language
  174.  
  175.      2 = "English"
  176.  
  177. # This is the code which is displayed by the program
  178. # showinfo.exe that comes with this SDK. It is the
  179. # locale information from the windows system
  180. # installed on your computer.
  181.  
  182.      3 = "0409"
  183.  
  184. # This is the second code number which is shown by
  185. # the showinfo.exe program. It identifies a specific
  186. # language and should be unique for each language.
  187.  
  188.      4 = "47AB3DF2"
  189.  
  190. # The following strings are very common strings that
  191. # are used very often in the dialogs etc.
  192.  
  193.      5 = "Error Message"
  194.      6 = "Warning"
  195.      7 = "Success"
  196.  
  197.     10 = "OK"
  198.     11 = "Cancel"
  199.     12 = "Apply"
  200.     15 = "Yes"
  201.     16 = "No"
  202.  
  203.     31 = "Filename will be ignored"
  204.     50 = "Value out of range !"
  205.     51 = "Invalid characters !"
  206.     52 = "Invalid filename !"
  207.  
  208.  
  209.  
  210. ####################################################
  211. # EAC Options - Extraction Tab
  212. ####################################################
  213.  
  214.   4200 = "Extraction"
  215.  
  216.   4310 = " Fill up missing offset samples with silence "
  217. 104310 = "When using offset correction, without the "+
  218.          "drive being able to overread into lead-in/lead-out, "+
  219.          "this flag specifies if the missing samples should be "+
  220.          "filled with silence or just left out, resulting "+
  221.          "in a WAV file with missing some samples."
  222.  
  223.   4308 = " No use of null samples for CRC calculations "
  224. 104308 = "This flag specifies if on checksum calculations "+
  225.          "silence is used for this as well. Having silence "+
  226.          "at the beginning and the end could make CRC "+
  227.          "comparisons the same even if a different read "+
  228.          "offset was used."
  229.  
  230.   4202 = " Synchronize between tracks "
  231. 104202 = "At track junctions EAC is able to synchronize between "+
  232.          "the two tracks, making it sure that no pops/gaps will "+
  233.          "occur on these junctions. This works of course only "+
  234.          "if adjacent tracks are extracted."
  235.  
  236.   4203 = " Delete leading and trailing silent blocks "
  237. 104203 = "EAC will cut off any digital silence in front and "+
  238.          "behind all tracks (and ranges) that are extracted, "+
  239.          "resulting in a file with length shorter than the original."
  240.  
  241.  13701 = " Skip track extraction on read or sync errors "
  242. 113701 = "If selected, EAC will, on the first occurrence of "+
  243.          "a read or sync error, skip the actual track and "+
  244.          "proceed with the next one."
  245.  
  246.  13702 = " Skip track extraction after duration longer than "
  247. 113702 = "If selected, EAC will, after extracting a given "+
  248.          "time on a track, skip the actual track and proceed "+
  249.          "with the next one. This is handy if error correction "+
  250.          "takes too long, making error-free extraction nearly unfeasible."
  251.   4230 = "times realtime"
  252.  
  253.   4210 = " After each "
  254. 104210 = "On difficult, error-full extractions it is often a good idea "+
  255.          "to pause the extraction within a specific time interval, in "+
  256.          "order to prevent any damage of the CD-ROM drive."
  257.   4211 = "mins of extraction, cool down the drive for"
  258.   4214 = "mins"
  259.  
  260.   4215 = " Lock drive tray during extraction"
  261. 104215 = "EAC will lock the CD-ROM drive tray to make "+
  262.          "sure that the user don't open it by accident "+
  263.          "during the extraction process. If not selected, "+
  264.          "the tray would open during an extraction, but "+
  265.          "leaving EAC in an unknown state."
  266.  
  267.   4208 = "Extraction and compression priority"
  268. 104205 = "This is a priority used for extraction and "+
  269.          "compression. If you select a priority higher "+
  270.          "than Normal, EAC will work in the background "+
  271.          "without any speed sacrifices while the user "+
  272.          "works in another application."
  273.  
  274.   4232 = "Error recovery quality"
  275. 107602 = "There are three levels of error correction, also "+
  276.          "visible in the number of error-display rows in the "+
  277.          "extraction dialog. This only specifies how many "+
  278.          "rereads will be done before giving up."
  279.  
  280.   4233 = "A higher error recovery quality will slow "+
  281.          "down extraction on read and sync errors"
  282.  
  283.   4270 = "Low"
  284.   4271 = "Medium"
  285.   4272 = "High"
  286.  
  287.   4280 = "Idle"
  288.   4281 = "Normal"
  289.   4282 = "High"
  290.  
  291.   4290 = 50
  292.   4291 = 51
  293.  
  294.  
  295.  
  296. ####################################################
  297. # EAC Options - General
  298. ####################################################
  299.  
  300.   4300 = " General "
  301.  
  302.   4312 = " Use alternate CD play routines "
  303. 104312 = "When selected all CD play routines will work by "+
  304.          "extracting and digitally sending the audio data "+
  305.          "to the sound card. This has the advantage that no "+
  306.          "cable has to be installed between the drive and "+
  307.          "the soundcard."
  308.  
  309.   4307 = " Disable 'CD Autostart' for audio and data CDs while EAC running "
  310. 104307 = "EAC will disable Windows CD autostart feature in order "+
  311.          "alltimes a new CD is inserted to not have pop up either "+
  312.          "the Windows cd player or start the setup program of the CD."
  313.  
  314.   4314 = " On unknown CDs, "
  315. 104314 = "If a CD is inserted for that EAC has no information "+
  316.          "stored, EAC could take automatically the following actions."
  317.  
  318.   4317 = " automatically access online freedb database "
  319. 104317 = "The internet CD database is questioned automatically "+
  320.          "if an unknown CD is inserted. Of course the EAC internet "+
  321.          "options has to be set correctly before."
  322.  
  323.   4318 = " open CD information dialog "
  324. 104318 = "On an unknown CD, EAC will pop up its CD information "+
  325.          "dialog where the user could easily enter all necessary "+
  326.          "CD information."
  327.  
  328.   4309 = " Display times using Frames "
  329. 104309 = "It is possible to display the time information in the "+
  330.          "main window in two different formats, either as hundredth "+
  331.          "of seconds or as 1/75 seconds (frames) which is more native "+
  332.          "to the CD. The frame display is always exact while hundredth "+
  333.          "of seconds will be rounded."
  334.  
  335.   4302 = " Ask before overwriting files "
  336. 104302 = "If a track with the specific filename on the CD already "+
  337.          "exists, EAC is able to either ask if the file really should "+
  338.          "be overwritten or just overwrite without asking."
  339.  
  340.   4319 = " Correct bug of wrong filename order in Windows multiple file dialog "
  341. 104319 = "The Windows file selection box has some strange behaviour "+
  342.          "that occurs when selecting multiple files, the first and "+
  343.          "last track will be exchanged. This occurs when clicking the "+
  344.          "last file of the list as the last one. This function will "+
  345.          "correct this and exchange both files again."
  346.  
  347.   4306 = " Show status dialog after extraction "
  348. 104306 = "Here you could select if after extraction EAC should show up "+
  349.          "the Extraction Status dialog with information on "+
  350.          "read errors and quality."
  351.  
  352.   4303 = " Beep after extraction finished "
  353. 104303 = "After extraction is finished EAC is able to perform a Windows Beep."
  354.  
  355.   4304 = " Eject CD after extraction finished "
  356. 104304 = "It is possible to eject the CD automatically after "+
  357.          "extraction is finished."
  358.  
  359.   4320 = "When using the Power Down feature"
  360. 104320 = "EAC is able to power down or reset the computer "+
  361.          "automatically after it has finished an extraction."
  362.  
  363.   4315 = " power down computer "
  364. 104315 = "If selected, EAC will power down the computer after "+
  365.          "an extraction has finished."
  366.  
  367.   4316 = " restart computer "
  368. 104316 = "If selected, EAC will reset the computer in order to "+
  369.          "start up new for a clean environment."
  370.  
  371.  
  372.  
  373. ####################################################
  374. # EAC Options - Tools
  375. ####################################################
  376.  
  377.  13700 = " Tools "
  378.  
  379.   9505 = " Retrieve UPC / ISRC codes in CUE sheet generation "
  380. 109505 = "On automatically generating a CUE sheet for a CD, "+
  381.          "it is possible to add also its UPC and ISRCs. On "+
  382.          "the other hand this could be quite time consuming on some CDs."
  383.  
  384.   4209 = " Use CD-Text information in CUE sheet generation "
  385. 104209 = "Add PERFORMER and TITLE to CUE sheets that are created. "+
  386.          "If the program and writer supports CD-Text these information "+
  387.          "will be written automatically to the CD. These information "+
  388.          "are taken from the main window and from the CD Information dialog."
  389.  
  390.  13705 = " Create '.m3u' playlist on extraction "
  391. 113705 = "If selected, EAC will automatically write an '.m3u' playlist "+
  392.          "to the chosen directory, name is generated from the CD name. "+
  393.          "Only tracks selected for extraction will be listed in this file."
  394.  
  395.  13706 = " Automatically write status report after extraction "
  396. 113706 = "After extraction has been finished it is possible to automatically "+
  397.          "save the status information to a file, the name will be generated "+
  398.          "from the CD title."
  399.  
  400.  13707 = " On extraction, start external compressors queued in the background "
  401. 113707 = "Using this flag will let EAC do all compressions during extractions "+
  402.          "using external commandline encoders in a queue and all codecs at "+
  403.          "the same time as the extraction. As compression will work beside "+
  404.          "extraction, this could result in some problems. First of all, on slow "+
  405.          "computers, extraction could get more problematic and errors could "+
  406.          "occur more often or more severe. Second using external command line "+
  407.          "encoders, in worst case, the whole CD is extracted as WAV, so up to "+
  408.          "700 MB free space would be needed, unlike compression without this "+
  409.          "option, where the next track is extracted, when the previous track "+
  410.          "has finished compression (and could be deleted)."
  411.  
  412.  13712 = "Use"
  413.  13710 = "simultaneous external compressor thread(s)"
  414.  13714 = "It is necessary to restart EAC to change the number of compression threads."
  415.  
  416.  13709 = " Do not open external compressor window "
  417. 113709 = "Using external command line encoder, EAC will usually open "+
  418.          "a new window showing the progress of the encoder. Using "+
  419.          "this option no new window is opened for status messages, "+
  420.          "thus no conflicts with other applications occur. On the "+
  421.          "other hand, you don't know how much of a file need still to be encoded."
  422.  
  423.  13708 = " Submit drive features after detection (but ask for permission) "
  424. 113708 = "To help other users without matching offset CDs or other "+
  425.          "problems of determinating the drive features, EAC can submit "+
  426.          "drive feature data to a central database. If this flag is "+
  427.          "selected EAC will ask if it is allowed to submit these data. If "+
  428.          "this flag is not selected, EAC will not ask nor send any data."
  429.  
  430.  13715 = " Activate beginner mode, disable all advanced features "
  431. 113715 = "EAC is a very complex tool, that need knowledge of the "+
  432.          "structure of audio CDs in order to exploit all its features. "+
  433.          "As beginners often worry which option is really necessary "+
  434.          "to be set in order to get good results, EAC is able to hide "+
  435.          "options that should only be used by experts and are not "+
  436.          "necessary for good copies of audio CDs.");
  437.  
  438.  13780 = "Setting the beginner mode will reset some other options "+
  439.          "to their default value !\n\nDo you want to continue ?"
  440.  
  441.  
  442.  
  443. ####################################################
  444. # EAC Options - Normalize
  445. ####################################################
  446.  
  447.   4100 = "Normalize"
  448.  
  449.   1512 = " Normalize "
  450. 101512 = "Normalizing a track means to change its volume to a given "+
  451.          "maximum loudness, 100% means that the song (in the file) will "+
  452.          "be as loud as possible (without clipping) (0 dB) and 25% means "+
  453.          "that the volume will be only a fourth of the maximum possible "+
  454.          "loudness (-12 dB). This could be handy to bring all songs of a "+
  455.          "sampler to the same maximum loudness, but could also destroy "+
  456.          "the intended effect (dynamics) created by a composer."
  457.  
  458.   1510 = "Normalize to"
  459. 101504 = "This is the level of normalization, 100% is maximum value. "+
  460.          "Usually for maximum loudness a few percent lower value is "+
  461.          "taken to prevent clipping by the output devices."
  462.  
  463.   1513 = "But only, if Peak Level is"
  464.   1518 = "smaller than"
  465. 101514 = "Here you could choose for what tracks normalization should be "+
  466.          "done at all. It should be done if a track has a low maximum volume. "+
  467.          "All tracks with a volume below this value will be normalized."
  468.  
  469.   1555 = "or"
  470.  
  471.   1520 = "greater than"
  472. 101516 = "Here you could choose for what tracks normalization should be "+
  473.          "done at all. It should be done if a track has an extreme high "+
  474.          "maximum volume. All tracks with a volume higher than this "+
  475.          "value will be normalized."
  476.  
  477.  
  478.  
  479. ####################################################
  480. # EAC Options - Filename
  481. ####################################################
  482.  
  483.   4400 = "Filename"
  484.  
  485.   4460 = "Construction of save filenames"
  486.  
  487.   4420 = "Naming scheme"
  488. 104444 = "In this field you could select how the filename of an "+
  489.          "extracted track is constructed. By choosing placeholders "+
  490.          "for properties of the CD you could create any filename "+
  491.          "you want. Of course you could also use additional text, "+
  492.          "and you could specify a '\\' to tell that it should be in "+
  493.          "a subdirectory. If the subdirectory does not exists, "+
  494.          "it will be created. There is a limitation that you can't "+
  495.          "specify an absolute position (e.g. 'C:\\directory\\%T' or '\\%T')."
  496.  
  497.   4421 = " Use various artist naming scheme "
  498. 104421 = "It is possible to use an alternative naming scheme on CDs "+
  499.          "with various artists. When selected, the naming scheme will "+
  500.          "be used on these CDs instead. Of course the appropriate "+
  501.          "option in the CD information has to be set."
  502.  
  503. 104423 = "On various artist CDs an alternative naming scheme may "+
  504.          "be used. The parameter has the same conventions as the "+
  505.          "normal naming scheme."
  506.  
  507.   4401 = "- Track title"
  508.   4404 = "- Track number"
  509.   4402 = "- CD or track artist"
  510.   4403 = "- Release year"
  511.   4405 = "- CD title"
  512.   4413 = "- ID3 music type"
  513.   4414 = "- freedb music type"
  514.   4425 = "- CD artist"
  515.  
  516.   4412 = "For example : "
  517.  
  518.   4411 = " Replace spaces by underscores "
  519. 104411 = "If selected, all spaces in filenames that are created "+
  520.          "will be replaced by underscores ('_')."
  521.  
  522.   4418 = "Note :"
  523.   4419 = "For normal extractions either "+
  524.          "<Track title>  OR  <Track number> is mandatory."
  525.   4422 = "For index-based extractions only <Track number> "+
  526.          "is mandatory."
  527.  
  528.   4466 = 52
  529.  
  530.  
  531.  
  532. ####################################################
  533. # EAC Options - Catalog
  534. ####################################################
  535.  
  536.   3900 = "Catalog"
  537.  
  538.   3907 = "Catalog file length (in seconds)"
  539. 103903 = "If creating catalog sample pieces, this will specify "+
  540.          "the total length in seconds of each sample piece."
  541.  
  542.   3911 = "Catalog start position in a track (in seconds)"
  543. 103909 = "This is the position in seconds in the track where "+
  544.          "the catalog sample piece should start.");
  545.  
  546.   3912 = "Fade in length (in seconds)"
  547. 103910 = "The catalog sample piece will be faded in for this "+
  548.          "length in seconds."
  549.  
  550.   3908 = "Fade out length (in seconds)"
  551. 103902 = "A fade out will be done to the catalog sample pieces "+
  552.          "for this length in seconds.");
  553.  
  554.   3940 = "No number !"
  555.   3941 = "Fade time greater than total length !"
  556.  
  557.  
  558.  
  559. ####################################################
  560. # EAC Options - Directories
  561. ####################################################
  562.  
  563.  12900 = "Directories"
  564.  
  565.  12901 = "Standard directory for extraction"
  566.  
  567.  12902 = " Ask every time (default showing last used directory) "
  568. 112902 = "If this is selected, EAC will ask always for the "+
  569.          "destination directory of all extractions."
  570.  
  571.  12903 = " Use this directory "
  572. 112903 = "You can specify a directory to where all extractions are "+
  573.          "targeted."
  574.  
  575. 112904 = "This base directory will be used for extracting all tracks."
  576.  
  577.  12905 = "Browse..."
  578. 112905 = "Browse for a directory as a target of upcoming extractions."
  579.  
  580.  12906 = "EAC language selection"
  581.  12907 = "Use language"
  582. 112908 = "It is possible to have EAC localized in your own language. "+
  583.          "All texts within EAC are translated for easier access to most "+
  584.          "functions for persons unfamiliar with the english language." +
  585.          "If your language is not listed here, the translation is perhaps "+
  586.          "in work, have a look on the EAC page for recent translations."
  587.  
  588.  
  589. ####################################################
  590. # EAC Options - Write
  591. ####################################################
  592.  
  593.  13500 = " Write "
  594.  
  595.  13501 = "CD-Text options"
  596.  
  597.  13502 = " Upper all characters (on writing) "
  598. 113502 = "If selected, all characters of the title and artist of the "+
  599.          "CD-Text information are made to upper-case."
  600.  13504 = "e.g.  \"Queen\"  becomes  \"QUEEN\""
  601.  
  602.  13503 = " Include artist in the CD-Text track title entry (on writing) "
  603. 113503 = "The artist will be included into the title of the CD-Text "+
  604.          "information, as some standalone CD-Player will display only "+
  605.          "the title and not the artist field."
  606.  13505 = "e.g. \"Bohemian Rhapsody\"  becomes  \"Queen - Bohemian Rhapsody\""
  607.  
  608.  13506 = " Disable copy protection flag on adding audio files to the "+
  609.          "layout editor as default "
  610. 113506 = "This flag will disable the copy protection flag as default "+
  611.          "for all added tracks in the write layout editor. But you are "+
  612.          "still able to change the settings in the layout editor."
  613.  
  614.  
  615.  
  616. ####################################################
  617. # EAC Options - Interface
  618. ####################################################
  619.  
  620.  13300 = "Interface"
  621.  
  622.  13301 = "Use of SCSI interface"
  623.  
  624.  13302 = " Installed external ASPI interface "
  625. 113302 = "An external SCSI/IDE interface, called ASPI, will be used. "+
  626.          "For best compatibility you should use the one from Adaptec."
  627.  
  628.  13306 = " Installed external ASAPI interface (from VOB software) "
  629. 113306 = "EAC also support a different SCSI interface by the third-party "+
  630.          "manufacturer VOB. This interface should be able to handle "+
  631.          "IDE, SCSI, USB, Parallel and Firewire devices."
  632.  
  633.  13303 = " Native Win32 interface for Win NT/2000/XP "
  634. 113303 = "The SCSI/IDE interface used will be the one provided by EAC. "+
  635.          "This works only for Windows NT, 2000 and XP, "+
  636.          "but it could result in some problems because bugs "+
  637.          "could occur anytime."
  638.  
  639.  13304 = "After changing these settings, EAC have to be restarted in "+
  640.          "order to take effect."
  641.  
  642.  13307 = "Note :"
  643.  13305 = "The external ASPI interface is installed by default in some "+
  644.          "windows versions (Windows 95/98/ME) or could be installed. ASPI can "+
  645.          "be downloaded from http://www.adaptec.com/ but some install "+
  646.          "programs check if you have Adaptec hardware in your computer."
  647.  13308 = "The external ASAPI interface is part of VOBs Instant CD/DVD "+
  648.          "package, but could be downloaded for free separately on their "+
  649.          "homepage http://www.vob.de/  There shouldn't be "+
  650.          "incompatibilities with other ASPI installations."
  651.  
  652.  
  653.  
  654. ####################################################
  655. # Drive Options - Extraction Method
  656. ####################################################
  657.  
  658.   7500 = "Extraction Method"
  659.  
  660.   7503 = "Secure modes"
  661.  
  662.   1505 = " Secure mode with following drive features (recommended)"
  663. 101505 = "If one of these secure modes is selected, the extracted "+
  664.          "audio is checked for correctness and if errors occur, "+
  665.          "EAC will try to recover them. It is important that the "+
  666.          "correct settings are used below."
  667.  
  668.   7501 = " Drive has 'Accurate Stream' feature "
  669. 107501 = "This options should be set, if your drive has an accurate stream, "+
  670.          "meaning that it won't jitter, thus no jitter-correction has "+
  671.          "to be performed anymore. If your drive support this feature "+
  672.          "could be tested using the function at the bottom."
  673.  
  674.   7502 = " Drive caches audio data "
  675. 107502 = "If your drive caches the audio that was just read, "+
  676.          "it would be a problem to read this data again in order "+
  677.          "to compare both extractions to find out if they match. "+
  678.          "In that case this option has to be enabled, so that EAC will "+
  679.          "clear the cache by overreading it. If your drive support "+
  680.          "this feature could be tested using the function at the bottom."
  681.  
  682.   7506 = " Drive is capable of retrieving C2 error information "
  683. 107506 = "Some newer drives are able to return C2 error information "+
  684.          "beside the actual audio data. In that case EAC doesn't "+
  685.          "need to read all data twice anymore, which will result "+
  686.          "in a big speedup. But beware, in the drive feature detection "+
  687.          "some drives will report that they will support C2, but they "+
  688.          "do actually not. To test this feature more thoroughly, "+
  689.          "there is an additional function at the bottom."
  690.  
  691.   7509 = " Use C2 error information for error correction"
  692. 107509 = "For some kind of defective CDs it can result in better "+
  693.          "sounding copies when having this option enabled, but this "+
  694.          "will only work correctly when the readers c2 routines are "+
  695.          "correct. In most cases you should leave this option "+
  696.          "unselected."
  697.  
  698.   1507 = " Paranoid mode (not recommended)"
  699. 101507 = "This is the oldest secure mode of EAC. It read and "+
  700.          "reread the sectors in smaller blocks, what will decrease "+
  701.          "performance and could perhaps damage your drive. So this "+
  702.          "mode is not recommended, but some users claim to get "+
  703.          "better results using this mode."
  704.  
  705.   7508 = " Disable CD-ROM drive cache "
  706. 107508 = "The cache of the drive will be disabled, but beware "+
  707.          "because this option could produce some strange noises with "+
  708.          "some drives. In that case do not use this option anymore!"
  709.  
  710.   7504 = "Synchronized modes"
  711.  
  712.   1506 = " Fast mode"
  713. 101506 = "Quick mode is a standard synchronised extraction mode, "+
  714.          "called 'normal', 'synchronised' or 'jitter-corrected' mode "+
  715.          "in other programs. This non-secure mode should be used "+
  716.          "if your drive does not support accurate-stream."
  717.  
  718.   7505 = "Burst modes"
  719.  
  720.   1525 = " Burst mode"
  721. 101525 = "Burst mode is the fastest mode available. The audio "+
  722.          "sectors are just read without any error-detection or "+
  723.          "error-correction. On some badly scratched CDs, this mode "+
  724.          "could result in better copies than secure mode "+
  725.          "(at least with some drives)."
  726.  
  727.   7601 = "Detect Read Features..."
  728. 107601 = "EAC is autodetect most drive features using this function. "+
  729.          "This is needed for making sure that the correct secure "+
  730.          "mode options are selected."
  731.  
  732.   7507 = "Examine C2 Feature..."
  733. 107507 = "Some drives report that they support C2 error information, "+
  734.          "but in fact they don't. This function will scan a scratched "+
  735.          "CD for occurrence of any C2 report. If there is none, most "+
  736.          "probably the drive does not support the C2 feature."
  737.  
  738.  
  739.  
  740. ####################################################
  741. # Drive Options - Drive
  742. ####################################################
  743.  
  744.   9900 = "Drive"
  745.  
  746.   9924 = "Drive read command"
  747.  
  748. 104207 = "As there was no real drive standard, most manufacturer had "+
  749.          "their own commands used for extracting audio from a CD. "+
  750.          "Because of this EAC knows a lot of read commands and usually "+
  751.          "EAC will autodetect the correct one. But there could be "+
  752.          "problems on autodetecting the read command, in that case you "+
  753.          "could try to select the correct read command manually. Then "+
  754.          "check with burst copy if you really have selected the correct one."
  755.  
  756.   9925 = "A wrong chosen extraction command may cause "+
  757.          "problems on SCSI systems"
  758.  
  759.   9901 = "Autodetect read command now"
  760. 109901 = "EAC will autodetect the read command when this function "+
  761.          "is used and the result will be set in the combo box afterwards."
  762.  
  763.   7605 = " \"Big Endian\" byte order (Motorola) "
  764. 107605 = "Some drive will return samples in a wrong byte-order. "+
  765.          "16 bit samples could be divided into 2 bytes and the "+
  766.          "order of the bytes is reversed on these drives. "+
  767.          "If your extracted music sounds like pure noise, try "+
  768.          "to use this option."
  769.  
  770.   9927 = "This \"Big Endian\" byte mode is often used on drives from "+
  771.          "Philips, Grundig, IMS, Kodak, Ricoh, HP, Plasmon and some "+
  772.          "others. Select this option only if the extracted wav file "+
  773.          "seems to consist of noise!"
  774.  
  775.   7607 = " Swap channels "
  776. 107607 = "Some few (bad) drives swap the left and right stereo "+
  777.          "channel, which can be undone using this option. Some "+
  778.          "even fewer drives will also swap channels then and when "+
  779.          "several times during the extraction process."
  780.  
  781.   9926 = "Very few drives will have exchanged stereo channels "+
  782.          "on extraction."
  783.  
  784.   7610 = " Spin up drive before extraction "
  785. 107610 = "Some drives will already transmit data when it is just "+
  786.          "spinning up. This could result in problems at the beginning "+
  787.          "of the extraction. To make sure that the drive is at full "+
  788.          "spin, you could activate this option.";
  789.  
  790.   7609 = "Some drives already read data on spin up. This will "+
  791.          "cause problems on some of these drives, destroying the "+
  792.          "beginning of an extracted WAV."
  793.  
  794.   9950 = "Autodetect read command"
  795.   9951 = "Read command MMC"
  796.   9952 = "Read command Read10"
  797.   9953 = "Read command Density"
  798.   9954 = "Read command D8"
  799.   9955 = "Read command D5"
  800.   9956 = "Read command D4"
  801.   9957 = "Read command MMC 1"
  802.   9958 = "Read command MMC 2"
  803.   9959 = "Read command MMC 3"
  804.   9960 = "Read command MMC 4"
  805.   9961 = "Read command D4 1"
  806.   9962 = "Read command D4 2"
  807.  
  808.   9980 = "Drive does not contain a music CD"
  809.  
  810.  
  811.  
  812. ####################################################
  813. # Drive Options - Offset / Speed
  814. ####################################################
  815.  
  816.   7600 = "Offset / Speed"
  817.  
  818.   7606 = " Use read sample offset correction"
  819. 107606 = "Here you are able to switch between a read offset "+
  820.          "correction and a combined read/write offset correction, "+
  821.          "without always typing in the new actual value."
  822.  
  823. 101527 = "Usually a drive will not return the audio data from "+
  824.          "the correct position, but from a number of samples before "+
  825.          "or behind that point. To compensate this you are able to "+
  826.          "specify an read offset correction for this drive. It should "+
  827.          "be the same for all drives of the same model."
  828.  
  829.   7612 = "Read sample offset correction value"
  830.  
  831.   4301 = "Detect read sample offset correction..."
  832. 104301 = "EAC will try to autodetect the read offset using an audio "+
  833.          "CD from the list in the documentation or on the official "+
  834.          "homepage. There could be several pressings of a CD, so make "+
  835.          "sure that you get twice the same value from at least two "+
  836.          "different CDs."
  837.  
  838.   7608 = " Use combined read/write sample offset correction"
  839.  
  840. 107609 = "This offset correction value is meant for correcting both "+
  841.          "the read process and the write process. Of course a specific "+
  842.          "value is always connected to this reader and the specific "+
  843.          "writer. It would be different when using a different writer."
  844.  
  845.   7611 = "Combined read/write sample offset correction value"
  846.  
  847.   7603 = " Overread into Lead-In and Lead-Out "
  848. 107603 = "When using the read-offset, there will be some data missing "+
  849.          "either at the beginning or at the end of a CD, depending on "+
  850.          "whether is offset is positive or negative. Some drives "+
  851.          "allow to read before the actual CD starts or where the CD "+
  852.          "is already ended. So no samples will be missing in the "+
  853.          "extraction using this compensation."
  854.  
  855.   1531 = "Speed selection"
  856.  
  857. 101530 = "If the drive support this, you will be able to select an "+
  858.          "extraction speed. This could be handy for scratched CDs, "+
  859.          "as extraction will be done in higher quality at a lower "+
  860.          "speed. The 'Actual' setting will not change the actual "+
  861.          "drive speed"
  862.  
  863.   4305 = " Allow speed reduction during extraction "
  864. 104305 = "EAC is able to reduce the speed automatically when a "+
  865.          "read error occurs. It will speed up again when the "+
  866.          "erroneous passage is gone, but not all drives will "+
  867.          "speed up again."
  868.  
  869.   7604 = " CD-Text Read capable drive "
  870. 107604 = "If your drive support the read of CD-Text, you have to "+
  871.          "select this option. There are some problems with some "+
  872.          "drives when autodetecting this feature, so it has to "+
  873.          "specified manually now."
  874.  
  875.   7670 = 50
  876.   7671 = 51
  877.  
  878.  
  879.  
  880. ####################################################
  881. # Drive Options - Gap Detection
  882. ####################################################
  883.  
  884.   9500 = "Gap Detection"
  885.  
  886.   9502 = "Gap/Index retrieval method :"
  887. 109501 = "To detect pre-track gaps and indices greater than 1, "+
  888.          "EAC will use different techniques to determinate "+
  889.          "these using different drives. At least one of these "+
  890.          "modes should work with your drive. You should select "+
  891.          "the one that works best (fastest) with the drive."
  892.  
  893.   9504 = "Detection accuracy :"
  894. 109503 = "You can select if EAC should countercheck the extracted "+
  895.          "indices information. It will just extract the index "+
  896.          "several times in the 'Accurate' and 'Secure' mode."
  897.  
  898.   9550 = "Detection method A"
  899.   9551 = "Detection method B"
  900.   9552 = "Detection method C"
  901.  
  902.   9560 = "Inaccurate"
  903.   9561 = "Accurate"
  904.   9562 = "Secure"
  905.  
  906.  
  907.  
  908. ####################################################
  909. # Drive Options - Writer
  910. ####################################################
  911.  
  912.  12700 = " Writer "
  913.  
  914.  12730 = "Write samples offset"
  915. 112701 = "Like the read-offset you could also specify an offset "+
  916.          "for writing. This is also unique for a model from a "+
  917.          "manufacturer."
  918.  
  919.  12709 = "Create Offset Test CD"
  920. 112709 = "This function will write an offset test CD. The "+
  921.          "created CD depends on the settings in the write offset "+
  922.          "control. If you use write offset 0, then you would "+
  923.          "measure the combined read/write offset of this writer "+
  924.          "and any reader you want using the determine read "+
  925.          "offset function. If you use the correct write offset "+
  926.          "value, you will create an CD for determine absolute "+
  927.          "read offset of any reader. This function will actually "+
  928.          "write data, so the CD will become filled with noise data!"
  929.  
  930.  12705 = "After burning finished"
  931.  
  932.  12702 = " reset drive by ejecting and loading CD-R"
  933. 112702 = "After the writing or testing is finished, EAC will "+
  934.          "eject and load the CD. This is necessary on some CDs "+
  935.          "to let them know that the content of the CD has "+
  936.          "changed. Some drives even think that after a test "+
  937.          "write the CD is not empty anymore, so you should "+
  938.          "specify this option in that case."
  939.  
  940.  12703 = " only eject CD-R"
  941. 112703 = "If you want to write a pile of CDs it could be handy "+
  942.          "to eject the CD automatically when EAC has finished "+
  943.          "writing."
  944.  
  945.  12704 = " do not eject CD-R"
  946. 112704 = "When selecting this option, EAC will not eject the "+
  947.          "CD after writing. This could arise problems with some "+
  948.          "drives, as they do not acknowledge the actual content "+
  949.          "of the CD."
  950.  
  951.  12706 = " Drive is able to write UPC/ISRC "
  952. 112706 = "If your writer support to write UPC and ISRCs you "+
  953.          "could specify this option to actually burn them."
  954.  
  955.  12707 = " Drive is able to write CD-Text "
  956. 112707 = "If your writer support to write CD-Text information "+
  957.          "you could enable this option to have your artist and "+
  958.          "title information written automatically to the CD. "+
  959.          "CD-Text could be read afterwards this drives that are "+
  960.          "CD-Text enabled."
  961.  
  962.  12708 = "Detect Write Features..."
  963. 112708 = "EAC is able to autodetect if your writer is able to "+
  964.          "burn UPC/ISRC and CD-Text. For this test you need an "+
  965.          "empty CD-R/CD-RW inserted. No data is actually "+
  966.          "written, so the CD is not wasted."
  967.  
  968.  12780 = "Write offset value out of range !"
  969.  
  970.  
  971.  
  972. ####################################################
  973. # Compression Options - Waveform
  974. ####################################################
  975.  
  976.   6200 = "Waveform"
  977.  
  978.    910 = "Wave format"
  979. 100901 = "Windows supports different compression techniques "+
  980.          "in its WAV format. The compression is done by Codecs "+
  981.          "which can be added or removed easily to the system "+
  982.          "if new compression formats arise. EAC itself also "+
  983.          "wrap some compression DLLs, so they look like a Codec "+
  984.          "(e.g. LAME DLL, BladeEnc DLL)."
  985.  
  986.    911 = "Sample format"
  987. 100902 = "Here you could select the sample rate, the "+
  988.          "resolution and often the compression ratio of the "+
  989.          "final audio file. The resolution of the CD is 16 bit "+
  990.          "and the sample rate is 44100 Hz in order to preserve "+
  991.          "audio CD quality."
  992.  
  993.    905 = " Add ID3 tag "
  994. 100905 = "The MP3 format has a special feature, it is able to "+
  995.          "store the artist, composer, etc. behind the actual "+
  996.          "file, so that most MP3 player will read and display "+
  997.          "these information. By selecting this option a tag "+
  998.          "will be added after extraction."
  999.  
  1000.   6201 = " Do not write WAV header to file "
  1001. 106201 = "For some files (e.g. MP3) Windows provides a Codec "+
  1002.          "to read WAV files, but the format itself should/could "+
  1003.          "not be wrapped by a WAV header. So if you want to "+
  1004.          "create .mp3 files, you should activate this option "+
  1005.          "and specify that extension below."
  1006.  
  1007.   1301 = " High quality (slow)"
  1008. 101301 = "Some(!) of the Windows Codecs supports the quality "+
  1009.          "settings, they will dependent on it either compress "+
  1010.          "with higher quality or with higher speed."
  1011.  
  1012.   1302 = " Low quality (fast)"
  1013.  
  1014.   6203 = "File extension for headerless files"
  1015. 106202 = "If having selected the above option, you are able "+
  1016.          "to specify any filename extension. On MP3 compression "+
  1017.          "you would probably use the string .mp3 in this control."
  1018.  
  1019.  
  1020.  
  1021. ####################################################
  1022. # Compression Options - External Compression
  1023. ####################################################
  1024.  
  1025.   6000 = "External Compression"
  1026.  
  1027.   6001 = " Use external program for compression "
  1028. 106001 = "EAC is able to use so called command-line encoder. "+
  1029.          "These encoder packages usually comes as an .EXE "+
  1030.          "file that have to be started with the audio "+
  1031.          "filenames and a bunch of options in a dos box. "+
  1032.          "EAC will call these encoders automatically "+
  1033.          "and pass them the appropriate parameters."
  1034.  
  1035.   6014 = "Parameter passing scheme :"
  1036. 106015 = "There are many command-line encoder out there. "+
  1037.          "Nearly each of it requires a special format how "+
  1038.          "the parameters are passed to the program. So here "+
  1039.          "you should select the one how your encoder is "+
  1040.          "called, or a scheme that is compatible with your "+
  1041.          "encoder."
  1042.  
  1043.   6017 = "Use file extension : "
  1044. 106016 = "The user defined command line encoder allows to "+
  1045.          "specify any file extension. By this you are able "+
  1046.          "to create any current and future file format."
  1047.  
  1048.   6003 = "Program, including path, used for compression"
  1049. 106002 = "Here you have to specify the location and the name "+
  1050.          "of the .EXE file of your encoder."
  1051.  
  1052.   6004 = "Browse..."
  1053.  
  1054.   6006 = "Additional command line options :"
  1055. 106007 = "If you know the command line parameters and want "+
  1056.          "to add some parameters, in order to use new features "+
  1057.          "or different quality settings you could specify "+
  1058.          "them in this control."
  1059.  
  1060.   6008 = "Bit rate :"
  1061. 106005 = "Here you could select a bitrate compression ratio "+
  1062.          "for the encoded file. At least 128 kBits "+
  1063.          "are recommended."
  1064.  
  1065.   6013 = " Delete WAV after compression "
  1066. 106013 = "EAC have to extract the audio tracks uncompressed "+
  1067.          "to harddisk first in order to pass the filename to "+
  1068.          "the encoder. It is possible to keep that uncompressed "+
  1069.          "file beside the compressed one, or to delete the "+
  1070.          "uncompressed one."
  1071.  
  1072.   6009 = " Use CRC check "
  1073. 106009 = "Some encoders support to store a checksum within "+
  1074.          "the audiofile in order to be able to check the "+
  1075.          "consistency of the file on playing, etc. By enabling "+
  1076.          "the encoder will write a CRC checksum, but beware "+
  1077.          "as most encoder so far have a bug that calculates "+
  1078.          "the wrong checksum which resulted in player that "+
  1079.          "will ignore the CRC field."
  1080.  
  1081.   6012 = " Add ID3 tag "
  1082. 106012 = "The MP3 format has a special feature, it is able "+
  1083.          "to store the artist, composer, etc. behind the "+
  1084.          "actual file, so that most MP3 player will read "+
  1085.          "and display these information. By selecting this "+
  1086.          "option a tag will be added after extraction."
  1087.  
  1088.   6010 = " High quality"
  1089. 106010 = "Some of the encoders supports the quality settings, "+
  1090.          "they will dependent on it either compress with "+
  1091.          "higher quality or with higher speed."
  1092.  
  1093.   6011 = " Low quality"
  1094.  
  1095.   6018 = " Check for external programs return code"
  1096. 106018 = "Most external applications are able to return an "+
  1097.          "error code to the shell. By using this option, EAC "+
  1098.          "will catch the return code. If the compression was "+
  1099.          "not successfull (bad return code), EAC will show a "+
  1100.          "warning dialog, and also show the command line used."
  1101.  
  1102.   6060 = "Unspecified encoder !"
  1103.   6061 = "Wrong path or program !"
  1104.  
  1105.  
  1106.  
  1107. ####################################################
  1108. # Compression Options - Offset
  1109. ####################################################
  1110.  
  1111.  10000 = "Offset"
  1112.  10099 = "Comment"
  1113.  
  1114.  10001 = " Use Offset Correction for encoding and decoding "
  1115. 110001 = "Some compressors do not compress the audio data "+
  1116.          "as is, but they introduce an offset error so "+
  1117.          "that at the beginning is silence and at the end "+
  1118.          "often these number of samples (or more) are "+
  1119.          "missing. This could be bad for compressed live "+
  1120.          "recordings, as they can't be reproduced without "+
  1121.          "gap anymore. By specifying this flag on "+
  1122.          "compression the file will be stuffed and on "+
  1123.          "decompression, by using the offset, the original "+
  1124.          "file could be reconstructed (in most cases)."
  1125.  
  1126.  10004 = "Sample Offset"
  1127. 110002 = "This is the decompression offset, it should be "+
  1128.          "the same for the same encoder compressing with "+
  1129.          "the same quality. Usually you will autodetect "+
  1130.          "this offset using the function below."
  1131.  
  1132.  10003 = "Detect Offset..."
  1133. 110003 = "EAC is able to autodetect the compression offset "+
  1134.          "from the compression formats which Windows is "+
  1135.          "able to decompress. This should be finished within "+
  1136.          "several seconds."
  1137.  
  1138.  10005 = "This function will detect the offset between "+
  1139.          "the actual selected codec or external compressor "+
  1140.          "and the appropriate decompressor"
  1141.  
  1142.  10015 = " Use LAME command line encoder/decoder for "+
  1143.          "decoding MP3 files"
  1144. 110015 = "When selected, EAC will make use of the decoding "+
  1145.          "unit of the LAME executable instead of the "+
  1146.          "Fraunhofer MP3 Codec. For that the LAME compressor "+
  1147.          "must reside in the EACs directory. If the "+
  1148.          "Fraunhofer Codec is not available, the LAME decoder "+
  1149.          "will be used automatically (if installed)."
  1150.  
  1151.  10013 = "Construction of the ID3 Tag comment field on "+
  1152.          "extraction"
  1153.  
  1154.  10009 = " Write \"Track <tracknumber>\" into ID3 Tag "+
  1155.          "comment field"
  1156. 110009 = "When using ID3 Tags, you are able to store a "+
  1157.          "comment field within it. Now it is possible for "+
  1158.          "EAC to store different strings into it automatically "+
  1159.          "on creation. In this case EAC will store the "+
  1160.          "track number into the comment field."
  1161.  
  1162.  10010 = " Write CRC checksum into ID3 Tag comment field"
  1163. 110010 = "EAC will write the tracks CRC checksum into the "+
  1164.          "comment field, which should be the same on a second "+
  1165.          "error free extraction, but of course only for offset "+
  1166.          "corrected reads or drives of the same model."
  1167.  
  1168.  10011 = " Write following text into ID3 Tag comment field"
  1169. 110011 = "Using this option, EAC will write always the same "+
  1170.          "string into all ID3 Tags to be created. This string "+
  1171.          "could be specified below and may have maximum length "+
  1172.          "of 29-30 characters for ID3V1."
  1173.  
  1174. 110012 = "This string is written to all ID3 Tags comment field "+
  1175.          "and may have maximum length of 30 (V1.0) or 29 (V1.1), "+
  1176.          "and for ID3 V2 there is no length limitation."
  1177.  
  1178.  10040 = "Compression options have just changed !\n\n"+
  1179.          "You have to apply before detecting offset !   "
  1180.  10041 = "No compression selected !    "
  1181.  
  1182.  
  1183. ####################################################
  1184. # Compression Options - ID3 Tag
  1185. ####################################################
  1186.  
  1187.  11400 = "ID3 Tag"
  1188.  
  1189.  13703 = " Use ID3 V1.1 tags instead of ID3 V1.0 tags"
  1190. 113703 = "In the newer ID3 format V1.1 it is possible to "+
  1191.          "store additionally the track number on the CD "+
  1192.          "in the ID3 Tag. Most newer player are compatible "+
  1193.          "with the newer standard, but not all, possibly "+
  1194.          "resulting in a comment with a funny character at "+
  1195.          "the end."
  1196.  
  1197.  11404 = " Additionally write ID3 V2 tags, using a padding of"
  1198. 111404 = "EAC is able to write the newer ID3 V2 tags. "+
  1199.          "The advantages are long title and track identifier "+
  1200.          "and useable for streaming. The bad side is that "+
  1201.          "when using an external compressor, EAC need to copy "+
  1202.          "the whole file after encoding."
  1203.  
  1204. 111405 = "Because the ID3V2 tag is written at the start of a "+
  1205.          "file, it would be difficult to edit such a tag once "+
  1206.          "written. You could reserve some space for later "+
  1207.          "usage and additions. If no space would be reserved, "+
  1208.          "an edit operation will result in copying the "+
  1209.          "whole file."
  1210.  
  1211.  11406 = "kB"
  1212.  
  1213.  11411 = " Use ID3V2.4.0 tags instead of ID3V2.3.0 tags"
  1214. 111411 = "When selected EAC will use the newer ID3V2 tag "+
  1215.          "standard version 2.4.0 instead of 2.3.0. There "+
  1216.          "may be incompatibilities with tagger or player "+
  1217.          "software using the new tagging standard."
  1218.  
  1219.  11401 = "Construction of filenames from ID3 tags"
  1220. 111408 = "In this field you could select how the filename "+
  1221.          "of an renamed MP3 file from the ID3 tag is "+
  1222.          "constructed. By choosing placeholders for "+
  1223.          "properties of the CD you could create any "+
  1224.          "filename you want. Of course you could "+
  1225.          "also use additional text. "
  1226.  
  1227.   4481 = "- Track title   (mandatory)"
  1228.   4482 = "- CD or track artist"
  1229.   4483 = "- Release year"
  1230.   4484 = "- CD title"
  1231.   4485 = "- Comment"
  1232.   4486 = "- ID3 music type"
  1233.   4487 = "- Track number   (using ID3 V1.1 tags)"
  1234.  
  1235.   4490 = "For example : "
  1236. 104417 = "This is a sample of how a filename contruction "+
  1237.          "could look like. You are able to copy these "+
  1238.          "settings to the control above."
  1239.  
  1240.  11440 = "Invalid Filename !"
  1241.  
  1242.  
  1243.  
  1244. ####################################################
  1245. # Compression Options - Gogo DLL
  1246. ####################################################
  1247.  
  1248.  14100 = "Gogo DLL"
  1249.  
  1250.  14111 = "Additional parameters for the Gogo MP3 Encoder DLL"
  1251.  
  1252.  14102 = "Output mode"
  1253. 114101 = "This parameter will let you change in which "+
  1254.          "stereo or mono output mode MP3s are encoded "+
  1255.          "using the Gogo DLL."
  1256.  
  1257.  14103 = "Emphasis setting"
  1258. 114106 = "If you want to add emphasis to your encoded "+
  1259.          "MP3s, you could select two standard emphasis methods."
  1260.  
  1261.  14107 = "Number of CPUs"
  1262. 114108 = "On multiprocessor systems, Gogo is able to "+
  1263.          "start its encoding divided into several threads. "+
  1264.          "This will allow faster encoding as all "+
  1265.          "processors will work simultaneously. On single "+
  1266.          "processor systems, this flag is without any use."
  1267.  
  1268.  14109 = "VBR quality"
  1269. 114110 = "In VBR mode, you are able to specify a quality "+
  1270.          "setting which will affect encoding bitrate "+
  1271.          "allocation. If you use quality 0, the max "+
  1272.          "bitrate will be reached easily, while using "+
  1273.          "quality 9 the bitrate usually will be around "+
  1274.          "the base bitrate. Using Gogo, VBR seems only "+
  1275.          "to work correctly if you use the psycho-accoustics."
  1276.  
  1277.  14104 = " Use psycho-acoustics "
  1278. 114104 = "An acoustic modell helps an audio encoder to "+
  1279.          "decide which parts of the audio signal could "+
  1280.          "be removed without being missed. This modell "+
  1281.          "is a new experimental modell included in Gogo."
  1282.  
  1283.  14105 = " Disable low pass filter "
  1284. 114105 = "It is possible to disable the internal encoder "+
  1285.          "signal low pass filter, in order to also compress "+
  1286.          "signals up to 22.5 kHz. Of course the drawback "+
  1287.          "is that encoding will need more space or at the "+
  1288.          "same length the quality will suffer."
  1289.  
  1290.  14180 = "Mid/Side Stereo"
  1291.  
  1292.  14190 = "None"
  1293.  
  1294.  
  1295.  
  1296. ####################################################
  1297. # Compression Options - LAME DLL
  1298. ####################################################
  1299.  
  1300.  14200 = "LAME DLL"
  1301.  
  1302.  14203 = "Additional parameters for the LAME MP3 Encoder DLL"
  1303.  
  1304.  14204 = "Output mode"
  1305. 114209 = "This parameter will let you change in which "+
  1306.          "stereo or mono output mode MP3s are encoded "+
  1307.          "using the LAME DLL."
  1308.  
  1309.  14201 = "Quality"
  1310. 114202 = "There are different encoding qualities possible "+
  1311.          "when using the DLL, which of course also affects "+
  1312.          "encoding speed."
  1313.  
  1314.  14205 = "Maximum VBR bitrate"
  1315. 114210 = "LAME allows to specify an maximum bitrate when "+
  1316.          "using VBR (Variable Bit Rate), this selecting "+
  1317.          "depends on what base bitrate you have chosen "+
  1318.          "in the main encoder tab."
  1319.  
  1320.  14216 = " Use VBR quality"
  1321. 114216 = "In VBR mode, you are able to specify a quality "+
  1322.          "setting which will affect encoding bitrate "+
  1323.          "allocation. If you use quality 0, the max bitrate "+
  1324.          "will be reached easily, while using quality 9 the "+
  1325.          "bitrate usually will be around the base bitrate."
  1326.  
  1327. 114211 = "This value specifies the base bitrate for the "+
  1328.          "MP3 file. That has the advantage to create MP3 files "+
  1329.          "that are of nearly constant quality."
  1330.  
  1331.  14215 = " Use VBR average bitrate"
  1332. 114215 = "The average bitrate mode will not always use the "+
  1333.          "same quality, it will average the bitrate over the "+
  1334.          "whole file to the specified value."
  1335.  
  1336. 114214 = "This value specifies the average bitrate for the "+
  1337.          "MP3 file. That has the advantage to exactly knowing "+
  1338.          "before compression what size the resulting file will "+
  1339.          "have."
  1340.  
  1341.  14207 = " Insert CRC checksum "
  1342. 114207 = "This flag will add all encodings an checksum value, "+
  1343.          "which could be used by some encoders to verify audio "+
  1344.          "correctness. As there were wrong CRC calculations in "+
  1345.          "early MP3 encoders, most MP3 players will ignore "+
  1346.          "any CRC checksums."
  1347.  
  1348.  14208 = " Write Xing VBR header on VBR encoding "
  1349. 114208 = "Using this option, the LAME encoder will write a "+
  1350.          "VBR header in front of the file, allowing some players "+
  1351.          "to detect the file as VBR correctly."
  1352.  
  1353.  14270 = "0 (High Quality)"
  1354.  14271 = "5 (Normal)"
  1355.  14272 = "9 (High Compression)"
  1356.  
  1357.  14280 = "Stereo"
  1358.  14281 = "Joint Stereo"
  1359.  14282 = "Dual Channel"
  1360.  14283 = "Force Mono"
  1361.  
  1362.  14290 = "Normal Quality"
  1363.  14291 = "Low Quality"
  1364.  14292 = "High Quality"
  1365.  14293 = "Voice Quality"
  1366.  
  1367.  
  1368.  
  1369. ####################################################
  1370. # Internet Options - freedb
  1371. ####################################################
  1372.  
  1373.   6180 = " freedb "
  1374.  
  1375.   6181 = "Your E-Mail address :"
  1376. 104601 = "For retrieving or sending data from/to freedb "+
  1377.          "CD database, you have to enter your email address. "+
  1378.          "This email address will be used on submissions "+
  1379.          "for error reports."
  1380.  
  1381.   6182 = "Freedb server :"
  1382. 104602 = "There are several internet server, which could "+
  1383.          "be used for freedb communications. If one server "+
  1384.          "does not work, try to use a different one."
  1385.  
  1386.   4605 = "Get active freedb server list"
  1387. 104605 = "If the server in the list does not work, it is "+
  1388.          "possible to download a more recent list."
  1389.  
  1390.   4610 = " Use Proxy Server for HTTP access "
  1391. 104610 = "When your server is behind a firewall to protect "+
  1392.          "your company against attacks from the internet, "+
  1393.          "you have to use this proxy protocol."
  1394.  
  1395.   4609 = "Proxy Server :"
  1396. 104606 = "Here you have to enter the name of your proxy server."
  1397.  
  1398.   4608 = "Port :"
  1399. 104607 = "The port number of your proxy has to be entered in "+
  1400.          "this control."
  1401.  
  1402.   4613 = " Use authentification for Proxy Server "
  1403. 104613 = "If your firewall/proxy is protected against illegal "+
  1404.          "access, you could specify a username and password "+
  1405.          "for proxy use."
  1406.  
  1407.   4614 = "Proxy username :"
  1408. 104611 = "This is the username which is used to log into "+
  1409.          "the proxy server."
  1410.  
  1411.   4615 = "Proxy password :"
  1412. 104612 = "You could enter the password for the proxy account "+
  1413.          "here, or you are able to leave this field blank, "+
  1414.          "so that EAC will ask you everytime you access freedb "+
  1415.          "for the password. In that case, the password is not "+
  1416.          "stored in the options at all."
  1417.  
  1418.   6190 = "Invalid E-mail address !"
  1419.   6191 = "Invalid server address !"
  1420.   6192 = "Please enter proxy information !"
  1421.   6193 = "Please enter proxy username !"
  1422.   6194 = "Invalid proxy information !"
  1423.  
  1424.  
  1425.  
  1426. ####################################################
  1427. # Internet Options - Local freedb
  1428. ####################################################
  1429.  
  1430.   9800 = "Local freedb"
  1431.  
  1432.   9801 = " Use local freedb database "
  1433. 109801 = "You are able to store the freedb data local on your "+
  1434.          "harddisk. This will be done in the native freedb format, "+
  1435.          "other than EACs own format."
  1436.  
  1437.   9804 = "Local freedb path :"
  1438. 109805 = "Here you have to specify the directory which "+
  1439.          "should be used as base for the freedb native database."
  1440.  
  1441.   9806 = "Browse..."
  1442.  
  1443.   9803 = " Windows freedb file format"
  1444. 109803 = "If this option is selected, EAC will use a Windows "+
  1445.          "optimized version of the database, as not for every "+
  1446.          "entry a new file is created. This will result in less "+
  1447.          "waste of harddisk space."
  1448.  
  1449.   9802 = " Unix freedb file format"
  1450. 109802 = "If this option is selected, the native Unix freedb format "+
  1451.          "is used, which result in one file per CD entry. Large "+
  1452.          "databases on older filesystems will waste harddisk space "+
  1453.          "using this option."
  1454.  
  1455.   9807 = "The windows freedb file format will be better for FAT16 "+
  1456.          "and other older filesystems, the "+
  1457.          "unix file format will create a file for each freedb entry."
  1458.  
  1459.   9891 = "Select Path For Local freedb"
  1460.  
  1461.  
  1462.  
  1463. ####################################################
  1464. # Internet Options - Export
  1465. ####################################################
  1466.  
  1467.  14600 = "Export"
  1468.  
  1469.  14605 = "Construction of database export lines"
  1470. 114601 = "This control containing the placeholders "+
  1471.          "defines how the line is created for exporting "+
  1472.          "to a database file. Some databases import text "+
  1473.          "files with different kind of separators between "+
  1474.          "each element, so you are free to specify "+
  1475.          "any seperator character manually."
  1476.  
  1477.  14603 = "- Track length"
  1478.  14606 = "- Tabulator character"
  1479.  
  1480.  14690 = "Invalid Export Line !"
  1481.  
  1482.  
  1483.  
  1484. ####################################################
  1485. # Wave Editor Options - Editor
  1486. ####################################################
  1487.  
  1488.   8500 = "Editor"
  1489.  
  1490.   8501 = " Follow display while playing audio "
  1491. 108501 = "When selected the waveform display will scroll "+
  1492.          "automatically when playing. This will consume "+
  1493.          "computation time, so if your sound output isn't "+
  1494.          "continuous, then you should deselect this option."
  1495.  
  1496.   8508 = " Create waveform profile on harddisk "
  1497. 108508 = "EAC is able to create a profile of a file onto "+
  1498.          "harddisk. Using a profile will open the audio file "+
  1499.          "in the editor much more faster when reopening the file "+
  1500.          "again. Of course this will consume some harddisk space."
  1501.  
  1502.   8509 = " Double channels on mono playback "
  1503. 108509 = "If one channel in the editor is played, there are two "+
  1504.          "possibilities. First, only the left or right channel "+
  1505.          "is played, the other one is silent. Second, the "+
  1506.          "appropriate channel is also played on the other channel, "+
  1507.          "resulting in a mono playback using both channels."
  1508.  
  1509.   8515 = " Use main memory for storing temporary data"
  1510. 108515 = "It is possible that EAC will not write temporary data to "+
  1511.          "the harddisk, but use main memory instead. This has the "+
  1512.          "advantage that processing time will be decreased for most "+
  1513.          "functions. The drawback is that only files could be edited "+
  1514.          "which processed range will fit completely into the memory. "+
  1515.          "So, e.g. normalizing a disc image will not work on most "+
  1516.          "computers."
  1517.  
  1518.   8516 = " Use temporary file on a harddisk"
  1519. 108516 = "EAC will use the specified directory on the harddisc for "+
  1520.          "storing temporary data on processing. Make sure that enough "+
  1521.          "free space is on the drive in order to store the whole file "+
  1522.          "to be processed."
  1523.  
  1524.   8510 = "Temp path : "
  1525. 108511 = "Working on an audio file requires an temporary file on which "+
  1526.          "all operations are performed. Only when saving the changes "+
  1527.          "in the editor, the original file will be altered. This "+
  1528.          "specifies the location of the work file."
  1529.  
  1530.   8512 = "Browse..."
  1531.  
  1532.   8513 = "Space left on Temp drive :"
  1533.  
  1534.   8517 = " Use Undo"
  1535. 108517 = "The wave editor can store any changes to be able to un-do "+
  1536.          "(restore) the previous state of the waveform. To enable "+
  1537.          "this feature, this flag must be set and a valid path "+
  1538.          "below must be given."
  1539.  
  1540.   8503 = "Undo path :"
  1541. 108504 = "To undo sound effect operations, it is necessary to "+
  1542.          "store undo information on the harddisk. Here you could "+
  1543.          "specify a location where these undo files are stored."
  1544.  
  1545.   8505 = "Browse..."
  1546.  
  1547.   8506 = "Space left on Undo drive :"
  1548.  
  1549.   8590 = "Select Path For Undo File"
  1550.   8591 = "Select Path For Temp File"
  1551.  
  1552.  
  1553.  
  1554. ####################################################
  1555. # Wave Editor Options - Compare
  1556. ####################################################
  1557.  
  1558.   9300 = "Compare"
  1559.  
  1560.   9301 = " Determine differences more exact "
  1561. 109301 = "Using WAV compare, EAC is able to search more deeply "+
  1562.          "for equal portions of the two files. This could result "+
  1563.          "in much larger comparison times."
  1564.  
  1565.   9302 = "This option will make the comparison of two WAV files "+
  1566.          "more exact. On the other hand, it slows down the comparison, "+
  1567.          "making the calculation extremely slow for files with many "+
  1568.          "differences (e.g. two completely different files)."
  1569.  
  1570.  
  1571.  
  1572. ####################################################
  1573. # Wave Editor Options - Record
  1574. ####################################################
  1575.  
  1576.  10200 = "Record"
  1577.  
  1578.  10201 = " Do not use dB level meter on recording "
  1579. 110201 = "On time-critical recordings, e.g. if you use a slow computer, "+
  1580.          "you could disable the level meter display. This will lower "+
  1581.          "the CPU usage significantly."
  1582.  
  1583.  10202 = " Try to free memory before loop recording "
  1584. 110202 = "Loop recording will allocate a buffer in memory for the loop "+
  1585.          "data. Windows sometimes does not free allocated space "+
  1586.          "immediately, only when it is needed. EAC is able to force "+
  1587.          "windows to free as much memory as possible in order to have "+
  1588.          "maximum memory available for recording."
  1589.  
  1590.  
  1591.  
  1592. ####################################################
  1593. # EAC Configuration Wizard - Welcome
  1594. ####################################################
  1595.  
  1596.  15000 = "Welcome"
  1597.  
  1598.  15001 = "Welcome to the EAC setup wizard !"
  1599.  15003 = "This wizard will guide you through the main setup issues. All "+
  1600.          "necessary options needed for installing all your drives and "+
  1601.          "compressors you need can be setup according to your "+
  1602.          "preferences."
  1603.  
  1604.  15004 = "If you want to manually configure the options, you can "+
  1605.          "abort this wizard at any time, no changes will take effect."
  1606.  
  1607.  15005 = "The first step will be to configure your CD readers to "+
  1608.          "your preferences, depending if you want secure extractions "+
  1609.          "or faster, but unverified reads. Second will be the setup "+
  1610.          "of external compressors like LAME."
  1611.  
  1612.  15006 = "All further options will be set to a default value which "+
  1613.          "will work ok for most users and most drives. If there are "+
  1614.          "problems you are able to modify the appropriate options "+
  1615.          "manually afterwards."
  1616.  
  1617.  
  1618.  
  1619. ####################################################
  1620. # EAC Configuration Wizard - CD-ROM Selection
  1621. ####################################################
  1622.  
  1623.  15100 = "CD-ROM Selection"
  1624.  
  1625.  15102 = "EAC will now start to configure your CD-ROM drives. First "+
  1626.          "of all, please select the drives that you want to use for "+
  1627.          "extraction. If you don't know at the moment which drive you "+
  1628.          "will use for reading, let EAC best configure all of your drives."
  1629.  
  1630.  15112 = "The next step will be that EAC will configure each of your "+
  1631.          "drives at a time. EAC will ask in some cases for inserting "+
  1632.          "an audio CD into the specific drive."
  1633.  15103 = "EAC detected the following CD drives in your system, please "+
  1634.          "select which drives EAC should autoconfigure."
  1635.  
  1636.  
  1637.  
  1638. ####################################################
  1639. # EAC Configuration Wizard - Extraction Preferences
  1640. ####################################################
  1641.  
  1642.  15200 = "Extraction Preferences"
  1643.  
  1644.  15210 = "EAC will now configure the CD drive"
  1645.  15211 = "Depending of what you want, EAC is able to provide several "+
  1646.          "modes. You could choose between speed and accuracy. Only "+
  1647.          "the accurate secure mode will provide you with error "+
  1648.          "detection and correction with verified results, preventing "+
  1649.          "pops and clicks."
  1650.  15212 = "For this drive, what you do prefer ?"
  1651.  15205 = " I prefer to have accurate results"
  1652.  15206 = " Only speed is important"
  1653.  
  1654.  
  1655.  
  1656. ####################################################
  1657. # EAC Configuration Wizard - Feature Database
  1658. ####################################################
  1659.  
  1660.  15300 = "Feature Database"
  1661.  
  1662.  15302 = "EAC has found this drive in its drive feature database "+
  1663.          "and is able to use the following configuration data "+
  1664.          "for this drive."
  1665.  15303 = "Accurate stream : "
  1666.  15304 = "Audio cache :"
  1667.  15305 = "C2 error information :"
  1668.  15311 = "Though the test reported C2 capabilities, there were "+
  1669.          "no validated information that the drive really support C2. "+
  1670.          "Thus most probably it doesn't (or wrongly) support it. "+
  1671.          "EAC will disable C2 for now."
  1672.  
  1673.  15309 = " Use these values to configure this drive"
  1674.  15310 = " I don't trust these values, detect the features for my drive"
  1675.  
  1676.  
  1677.  
  1678. ####################################################
  1679. # EAC Configuration Wizard - Feature Detection
  1680. ####################################################
  1681.  
  1682.  15400 = "Feature Detection"
  1683.  
  1684.  15402 = "EAC will now autodetect the drive features for your drive. "+
  1685.          "For this test you need a clean and unscratched music CD in "+
  1686.          "the CD drive."
  1687.  
  1688.  15404 = "This test should need around 1-4 minutes to work. If all "+
  1689.          "results are displayed immediately, most probably the test "+
  1690.          "didn't worked correctly. In such a case please use the "+
  1691.          "<Back> button on the bottom of the configuration wizard "+
  1692.          "and try again."
  1693.  
  1694.  
  1695.  
  1696. ####################################################
  1697. # EAC Configuration Wizard - Feature Results
  1698. ####################################################
  1699.  
  1700.  15500 = "Feature Results"
  1701.  
  1702.  15502 = "EAC has found these drive features for your drive. If you "+
  1703.          "are an experienced user and think that these values are "+
  1704.          "probably not correct, try different settings in the drive "+
  1705.          "options of this drive."
  1706.  
  1707.  15511 = "The detection should have needed around 1-4 minutes. "+
  1708.          "If the results were showed immediately, most probably "+
  1709.          "something went wrong, please use <Back> and try again."
  1710.  
  1711.  15504 = "Accurate stream :"
  1712.  15505 = "Audio cache :"
  1713.  15506 = "C2 error information :"
  1714.  
  1715.  15503 = "The test for C2 error information feature does not "+
  1716.          "tell whether C2 is correctly implemented and usable. For "+
  1717.          "this information further tests are needed (drive options), "+
  1718.          "for now it will be disabled."
  1719.  
  1720.  
  1721.  
  1722. ####################################################
  1723. # EAC Configuration Wizard - Drive Rating
  1724. ####################################################
  1725.  
  1726.  15600 = "Drive Rating"
  1727.  
  1728.  15601 = "Congratulations!"
  1729.  15602 = "EAC has now configured all your drives for your "+
  1730.          "specified needs."
  1731.  
  1732.  15603 = "From the selected drives EAC has found that the drives "+
  1733.          "in the following order would bring the best extraction "+
  1734.          "results and will select the first as default. Of "+
  1735.          "course you should try also the other drives if any of "+
  1736.          "them is working better for you."
  1737.  15605 = "Best drive :"
  1738.  15606 = "2nd best :"
  1739.  15607 = "3rd best :"
  1740.  15608 = "4th best :"
  1741.  15609 = "5th best :"
  1742.  15610 = "6th best :"
  1743.  15611 = "7th best :"
  1744.  15612 = "8th best :"
  1745.  15613 = "(*) : Downrated because of burst read mode"
  1746.  
  1747.  
  1748.  
  1749. ####################################################
  1750. # EAC Configuration Wizard - Encoder Configuration
  1751. ####################################################
  1752.  
  1753.  15700 = "Encoder Configuration"
  1754.  
  1755.  15750 = "Now it is possible to install the LAME external "+
  1756.          "compressor for creating MP3 files. Of course you could "+
  1757.          "also create MP3 files in EAC with a variety of other "+
  1758.          "encoders like Fraunhofer MP3 Codec or BladeEnc, but "+
  1759.          "such encoders have to installed by you manually."
  1760.  
  1761.  15604 = " Install and configure the external LAME.EXE compressor"
  1762.  15751 = "Note : The LAME executable can be downloaded from "+
  1763.          "various sites. For this configuration wizard it is "+
  1764.          "assumed that you use at least the stable version of "+
  1765.          "3.90 of LAME, or any newer version that can be "+
  1766.          "downloaded from the sites below."
  1767.  
  1768.  15752 = "Please note that I distance myself from the content "+
  1769.          "of the pages I list here. The content may be "+
  1770.          "illegal or contain patented algorithmn depending "+
  1771.          "on the country you live in."
  1772.  
  1773.  
  1774. ####################################################
  1775. # EAC Configuration Wizard - LAME Configuration
  1776. ####################################################
  1777.  
  1778.  15800 = "LAME Configuration"
  1779.  
  1780.  15701 = "First of all it is necessary to install the "+
  1781.          "LAME.EXE file into a directory of your choice. Now "+
  1782.          "you need to specify the directory and EXE file of "+
  1783.          "LAME for EAC. You can examine your harddisk by "+
  1784.          "using the <Browse> button."
  1785.  15802 = "If you have just installed a new version of LAME.EXE, "+
  1786.          "you can go <BACK> and let again search automatically "+
  1787.          "for it."
  1788.  
  1789.  15703 = "Encoder :"
  1790.  15704 = "Browse..."
  1791.  
  1792.  15705 = " Use LAME standard settings"
  1793.  15706 = " Use recommended settings  (from r3mix forum)"
  1794.  15801 = "When using this r3mix forum setting, you can choose "+
  1795.          "a low and high quality profile in EACs compression "+
  1796.          "options. The low profile is ABR 128 kbit/s and the "+
  1797.          "high setting is VBR around 196 kbit/s."
  1798.  
  1799.  15707 = " Let EAC create ID3 tags (ID3V1.1 and ID3V2)"
  1800.  
  1801.  
  1802.  
  1803. ####################################################
  1804. # EAC Configuration Wizard - freedb Configuration
  1805. ####################################################
  1806.  
  1807.  15900 = "freedb Configuration"
  1808.  
  1809.  15901 = "Now you can setup your freedb access. freedb is "+
  1810.          "an internet service that provide album information "+
  1811.          "like CD and track names. By using freedb, EAC is "+
  1812.          "able to automatically retrieve these information "+
  1813.          "of an inserted CD."
  1814.  
  1815.  15902 = "Of course it is also important that if a CD is not "+
  1816.          "found in the database, that you submit these "+
  1817.          "information to freedb after you entered them in EAC."
  1818.  
  1819.  15905 = "Your email address :"
  1820.  15906 = "(if left blank, this feature is not activated for "+
  1821.          "now, but you can change this anytime in the freedb "+
  1822.          "options)"
  1823.  15904 = "If you are behind a proxy or firewall, you need to "+
  1824.          "set some more options in the freedb options manually "+
  1825.          "afterwards."
  1826.  
  1827.  
  1828.  
  1829. ####################################################
  1830. # EAC Configuration Wizard - Done
  1831. ####################################################
  1832.  
  1833.  15950 = "Done"
  1834.  
  1835.  15952 = "Done!"
  1836.  15953 = "The configuration of the basic EAC functionality is "+
  1837.          "now finished. There are many more tweaking options "+
  1838.          "you could discover by browsing the options. Most "+
  1839.          "options have a tooltip information with an explanation "+
  1840.          "of that option."
  1841.  15804 = "To make EAC as easy to use for beginners of DAE, "+
  1842.          "it is possible to hide all advanced features. "+
  1843.          "If you are not familiar with DAE, gaps, indices, "+
  1844.          "offsets and possible problems of use, you should "+
  1845.          "use the beginner mode."
  1846.  
  1847.  15805 = " I am a beginner, make all options as easy as possible"
  1848.  15806 = " I am an expert, let me use the full potential of EAC"
  1849.  15951 = "(You are able to change this setting anytime in the "+
  1850.          "EAC options)"
  1851.  15803 = "I hope the first steps of copying audio will now "+
  1852.          "be much easier and safer. If you experience any "+
  1853.          "other problems, subscribe to the EAC mailing list "+
  1854.          "where all kinds of problems concerning EAC are discussed."
  1855.  
  1856.  
  1857.  
  1858. ####################################################
  1859. # EAC Dialogs - About
  1860. ####################################################
  1861.  
  1862.   1000 = "About Exact Audio Copy"
  1863.  
  1864.   1004 = "Legal Notice"
  1865.  
  1866.   1005 = "This program is Cardware."
  1867.   1006 = "Please read the documentation for further information "+
  1868.          "on Cardware."
  1869.   1007 = "This program may be copied for private purposes. "+
  1870.          "It may not be included in commercial collections "+
  1871.          "like Shareware CD-ROMs, etc. without a written permission."
  1872.   1008 = "For more legal information please read the chapter "+
  1873.          "about legal information in the documentation."
  1874.   1009 = "Additional graphics by Matija Krnic"
  1875.   1010 = "Music CD-related data is provided through the "+
  1876.          "Internet from freedb the free internet music database."
  1877.  
  1878.   1001 = 10
  1879.  
  1880.  
  1881.  
  1882. ####################################################
  1883. # EAC Dialogs - Auto Extract
  1884. ####################################################
  1885.  
  1886.  13600 = "Warning"
  1887.  
  1888.  13601 = "EAC will automatically start extraction in"
  1889.  13603 = "seconds !"
  1890.  13602 = "Press Cancel to prevent the automatic extraction "+
  1891.          "and to disable Auto Extraction for this session."
  1892.  
  1893.  12801 = 11
  1894.  
  1895.  
  1896.  
  1897. ####################################################
  1898. # EAC Dialogs - Browse Database
  1899. ####################################################
  1900.  
  1901.   5300 = "Browse Database"
  1902.  
  1903.   5310 = "List of all CDs in database"
  1904.  
  1905.   5302 = "Extended"
  1906.   5307 = "Clipboard"
  1907.   5305 = "Apply CD"
  1908.   5304 = "Delete CD"
  1909.   5320 = "Different number of tracks"
  1910.   5321 = "All data of the current CD will be deleted !\n\n"+
  1911.          "Do you really want to continue ?"
  1912.   5322 = "You must select a CD to apply"
  1913.   5323 = "You must select a CD to delete"
  1914.  
  1915.   5301 = 10
  1916.  
  1917.  
  1918.  
  1919. ####################################################
  1920. # EAC Dialogs - CD-R Capacity
  1921. ####################################################
  1922.  
  1923.  12500 = "CD-R Capacity"
  1924.  
  1925.  12520 = "Nominal capacity :"
  1926.  12521 = "Overburn capacity :"
  1927.  12522 = "Manufacturer :"
  1928.  12523 = "Media identifier :"
  1929.  12524 = "- min"
  1930.  12525 = "- sectors"
  1931.  12526 = "- MB"
  1932.  12528 = " min"
  1933.  12527 = " sectors"
  1934.  12529 = " MB"
  1935.  
  1936.  12505 = 10
  1937.  12510 = 11
  1938.  
  1939.  
  1940.  
  1941. ####################################################
  1942. # EAC Dialogs - CD Copy Options
  1943. ####################################################
  1944.  
  1945.  13800 = "CD Write Options"
  1946.  
  1947.  13803 = "Write speed :"
  1948.  13804 = "Write mode :"
  1949.  13805 = "Close mode :"
  1950.  13802 = " Delete image file after write "
  1951.  13801 = " Ask before actually writing "
  1952.  12609 = "Make It So"
  1953.  13820 = "Close CD"
  1954.  13821 = "Leave CD open"
  1955.  13822 = "No Test Write"
  1956.  13823 = "Only Test Write"
  1957.  13824 = "No empty CD-R/CD-RW found in selected drive !  Try again ?"
  1958.  
  1959.  12610 = 11
  1960.  
  1961.  
  1962.  
  1963. ####################################################
  1964. # EAC Dialogs - CD Write Options
  1965. ####################################################
  1966.  
  1967.  12100 = "CD Information"
  1968.  
  1969.  12120 = "Used space :"
  1970.  12121 = "Free space :"
  1971.  12122 = "Capacity :"
  1972.  12123 = "Content type :"
  1973.  12124 = "CD status :"
  1974.  12125 = "CD manufacturer :"
  1975.  12126 = "Write strategy :"
  1976.  12130 = "Empty"
  1977.  12131 = "Open Session"
  1978.  12132 = "Finished"
  1979.  12133 = "CD-DA or CD-ROM"
  1980.  12134 = "No CD in drive"
  1981.  
  1982.  12101 = 10
  1983.  
  1984.  
  1985.  
  1986. ####################################################
  1987. # EAC Dialogs - CD (Write) Information
  1988. ####################################################
  1989.  
  1990.  13400 = "CD Information"
  1991.  
  1992.  13405 = "CD title"
  1993.   3703 = " Various artists "
  1994.   3709 = "CD artist"
  1995.  13401 = "CD UPC"
  1996.  13420 = "UPC must contain 13 characters !"
  1997.  
  1998.   3707 = 10
  1999.   3708 = 11
  2000.  
  2001.  
  2002.  
  2003. ####################################################
  2004. # EAC Dialogs - CD Layout Editor
  2005. ####################################################
  2006.  
  2007.  12200 = "CD Layout Editor"
  2008.  
  2009.  12209 = "Use CD-R drive"
  2010.  12219 = "Options..."
  2011.  12203 = "Graphical CD Layout"
  2012.  12211 = "Track : "
  2013.  12212 = "Index : "
  2014.  12213 = "Time : "
  2015.  12201 = "CD Layout"
  2016.  12202 = "Used Files"
  2017.  12220 = "Title"
  2018.  12221 = "Filenr"
  2019.  12222 = "Track"
  2020.  12223 = "Index"
  2021.  12224 = "Absolute Position"
  2022.  12225 = "Relative Position"
  2023.  12226 = "Length"
  2024.  12228 = "Filename"
  2025.  12229 = "None"
  2026.  12230 = "File open error"
  2027.  12231 = "The following files were not accepted as audio source :"
  2028.  12232 = "Track "
  2029.  12233 = "Are you sure that you want to leave without saving the "+
  2030.          "actual CUE sheet ?  "
  2031.  12234 = "Append Files As Index 1"
  2032.  12235 = "The file "
  2033.  12236 = "\n\nalready exists in your current layout! Do you really "+
  2034.          "want to add it ?    "
  2035.  12237 = "Append Files As New Index"
  2036.  12238 = "Append Files As Index 0"
  2037.  12239 = "No indices selected !"
  2038.  12240 = "Creating a new layout will delete the actual layout !\n\n"+
  2039.          "Do you really want to continue ?    "
  2040.  12241 = "Save CUE Sheet"
  2041.  12242 = "Erasing this CD-RW will delete all data on it !\n\n"+
  2042.          "Do you really want to continue ?    "
  2043.  12243 = "No CD-RW inserted in the selected drive !"
  2044.  12244 = "It is only possible to move one stream !"
  2045.  12245 = "Nothing selected !"
  2046.  12246 = "There is no writeable CD in drive !  "
  2047.  12247 = "Extraction has finished, do you now want to write the CD ?"
  2048.  12248 = "Loading a CUE sheet will delete the actual layout !\n\n"+
  2049.          "Do you really want to continue ?    "
  2050.  12249 = "Load CUE Sheet"
  2051.  
  2052.  12227 = 12221
  2053.  
  2054.  
  2055.  
  2056. ####################################################
  2057. # EAC Dialogs - Change CUE Position
  2058. ####################################################
  2059.  
  2060.  14500 = "Change CUE Position"
  2061.  
  2062.  14510 = "Track :"
  2063.  14511 = "Index :"
  2064.  14512 = "Time position :"
  2065.  14520 = "Time marker overlaps with previous or next timemarker !"
  2066.  14521 = "Time format is not correct !"
  2067.  
  2068.  14501 = 10
  2069.  14502 = 11
  2070.  
  2071.  
  2072.  
  2073. ####################################################
  2074. # EAC Dialogs - Clear Actual CD Information
  2075. ####################################################
  2076.  
  2077.   5100 = "Clear"
  2078.  
  2079.   5105 = "Clear actual CD information"
  2080.   5104 = "All data of the actual CD will be overwritten !"
  2081.   5106 = "Base name :"
  2082.   5120 = "Illegal characters in filename"
  2083.  
  2084.   5101 = 10
  2085.   5102 = 11
  2086.  
  2087.  
  2088.  
  2089. ####################################################
  2090. # EAC Dialogs - WAV Compare (Process WAV)
  2091. ####################################################
  2092.  
  2093.  11100 = "WAV Compare"
  2094.  
  2095.   9205 = "Actual wave file"
  2096.   9206 = "WAV file : "
  2097.   9207 = "Error type "
  2098.   9208 = "Position"
  2099.   9209 = "Error type"
  2100.   9210 = "Position"
  2101.  11101 = "Replace"
  2102.  11120 = "  missing sample"
  2103.  11121 = "  missing samples"
  2104.  11122 = "  repeated sample"
  2105.  11123 = "  repeated samples"
  2106.  11124 = "different samples"
  2107.  11126 = "Replacing"
  2108.  
  2109.  11125 = 11101
  2110.   9104 = 10
  2111.  
  2112.  
  2113.  
  2114. ####################################################
  2115. # EAC Dialogs - Transfer (freedb)
  2116. ####################################################
  2117.  
  2118.   4700 = "Transfer"
  2119.  
  2120.   4703 = "CD Identification"
  2121.   4704 = "Accessing freedb"
  2122.   4710 = "Status :"
  2123.   4702 = " Connecting to Internet..."
  2124.   4720 = "Invalid server address"
  2125.   4721 = " Done"
  2126.   4722 = " Canceled"
  2127.  
  2128.   4701 = 11
  2129.  
  2130.  
  2131.  
  2132. ####################################################
  2133. # EAC Dialogs - Copy Range
  2134. ####################################################
  2135.  
  2136.   2500 = "Extracting Audio Data"
  2137.  
  2138.    833 = "Copy Selected Range"
  2139.    813 = "Filename :"
  2140.    815 = "Progress"
  2141.   2510 = "Track"
  2142.   2511 = "Speed"
  2143.   2512 = "Time"
  2144.   2513 = "Est. Remaining"
  2145.   2514 = "Status"
  2146.   2515 = "Error correction :"
  2147.   4313 = " Power Down after extraction finished "
  2148.   2520 = "Testing Audio Data"
  2149.   2521 = "Test Track"
  2150.   2522 = "Track  :"
  2151.   2523 = "Do you really want to cancel extraction ?"
  2152.   2524 = "     Canceled - Waiting For External Compressor"
  2153.   2525 = "Do you really want to skip this track ?"
  2154.   2526 = "     Skipped - Waiting For External Compressor"
  2155.   2527 = "     Skipped Track"
  2156.   2528 = "Audio Extraction Canceled"
  2157.   2529 = "Audio Extraction Complete"
  2158.  
  2159.    811 = 11
  2160.  
  2161.  
  2162.  
  2163. ####################################################
  2164. # EAC Dialogs - Copy Range Selection
  2165. ####################################################
  2166.  
  2167.  1400 = "Copy Range"
  2168.  
  2169.  1420 = "Select Start Position"
  2170.  1419 = "Select End Position"
  2171.  1407 = "Block :"
  2172.  1409 = "Track :"
  2173.  1411 = "Relative Timepos : "
  2174.  1432 = "Snap Gap"
  2175.  1440 = "Snap Track"
  2176.  1425 = "Play Position :"
  2177.  1402 = "Total Length :"
  2178.  1401 = "Total Space Required : "
  2179.  
  2180.  1413 = 1407
  2181.  1415 = 1409
  2182.  1417 = 1411
  2183.  1434 = 1432
  2184.  1441 = 1440
  2185.  1427 = 1409
  2186.  1428 = 1411
  2187.  1403 = 10
  2188.  1404 = 11
  2189.  
  2190.  
  2191.  
  2192. ####################################################
  2193. # EAC Dialogs - Correct DC Offset
  2194. ####################################################
  2195.  
  2196.  11000 = "Correct DC Offset"
  2197.  
  2198.  11010 = "Left channel"
  2199.  11011 = "Right channel"
  2200.  11006 = "values"
  2201.  11005 = "Autodetect"
  2202.  11020 = "Detect DC Offset"
  2203.  11021 = "Detecting DC Offset"
  2204.  
  2205.  11007 = 11006
  2206.  11001 = 10
  2207.  11002 = 11
  2208.  
  2209.  
  2210.  
  2211. ####################################################
  2212. # EAC Dialogs - Maximum dB peak level
  2213. ####################################################
  2214.  
  2215.  10300 = "Maximum dB peak level"
  2216.  
  2217.  10304 = "Play"
  2218.  10320 = "Wave Audio used by another application"
  2219.  10321 = "Wave Audio MCI error"
  2220.  
  2221.  10310 = 11010
  2222.  10311 = 11011
  2223.  10305 = 10304
  2224.  10303 = 10
  2225.  
  2226.  
  2227.  
  2228. ####################################################
  2229. # EAC Dialogs - Drive C2 Feature Test
  2230. ####################################################
  2231.  
  2232.  13100 = "Drive C2 Feature Test"
  2233.  
  2234.  13110 = "Detecting C2 Feature"
  2235.  13111 = "Status :"
  2236.  13101 = " Searching C2 Errors..."
  2237.  13112 = "Progress :"
  2238.  13113 = "Please note :"
  2239.  13114 = "For this test you need a bad CD (e.g. a CD with "+
  2240.          "a lot of scratches). EAC tries to locate at least "+
  2241.          "one error position. If the drive is C2 capable, "+
  2242.          "it will report somewhen on such a CD an C2 error."
  2243.  
  2244.  13103 = 11
  2245.  
  2246.  
  2247.  
  2248. ####################################################
  2249. # EAC Dialogs - Compression Sample Offset
  2250. ####################################################
  2251.  
  2252.  10100 = "Compression Sample Offset"
  2253.  
  2254.  10110 = "Offset :"
  2255.  10102 = " Detecting..."
  2256.  10120 = "Finished"
  2257.  10121 = " No sound information found !"
  2258.  10122 = " Error on compression / decompression !"
  2259.  10123 = " Can't create test file !"
  2260.  
  2261.  10103 = 12
  2262.  10101 = 10
  2263.  
  2264.  
  2265.  
  2266. ####################################################
  2267. # EAC Dialogs - Analyzing Gaps
  2268. ####################################################
  2269.  
  2270.   3600 = "Analyzing"
  2271.  
  2272.   3609 = "Detecting Pre-Track Gaps"
  2273.   3601 = "Track  1"
  2274.   3610 = "Track"
  2275.   3611 = "Detecting Gaps"
  2276.   3612 = "Detecting Track Indices"
  2277.   3613 = "Index"
  2278.   3614 = "Detecting Indices"
  2279.   3615 = "Detecting UPC/ISRC"
  2280.   3616 = "Detecting UPC"
  2281.   3617 = "ISRC Track "
  2282.   3618 = "Detecting ISRCs"
  2283.   3619 = "Analysing Session Seperation"
  2284.   3620 = "Analysing Lead-Out"
  2285.   3621 = "Detecting Layout"
  2286.   3622 = "Detecting Tracks"
  2287.  
  2288.   3602 = 11
  2289.  
  2290.  
  2291.  
  2292. ####################################################
  2293. # EAC Dialogs - Detect Write Features
  2294. ####################################################
  2295.  
  2296.  13000 = "Write Features"
  2297.  
  2298.  13010 = "Detecting Write Features"
  2299.  13011 = "UPC/ISRC Support :"
  2300.  13012 = "CD-Text Support :"
  2301.  13020 = " Canceled"
  2302.  13021 = " No"
  2303.  13022 = " Yes"
  2304.  
  2305.  13003 = 12
  2306.  13004 = 10
  2307.  
  2308.  
  2309.  
  2310. ####################################################
  2311. # EAC Dialogs - Echo Options
  2312. ####################################################
  2313.  
  2314.  11700 = "Echo Options"
  2315.  
  2316.  11710 = "Echo delay"
  2317.  11711 = "Echo volume"
  2318.  
  2319.  11701 = 10
  2320.  11702 = 11
  2321.  
  2322.  
  2323.  
  2324. ####################################################
  2325. # EAC Dialogs - Edit CUE sheet
  2326. ####################################################
  2327.  
  2328.  13900 = "Edit CUE sheet"
  2329.  
  2330.  13920 = "Error in CUE sheet !\n\n"
  2331.  13921 = "File read error"
  2332.  13922 = "File do not exist : "
  2333.  13923 = "File open error"
  2334.  13924 = "Not enough arguments in line "
  2335.  13925 = "Too many arguments in line "
  2336.  13926 = "CATALOG string has wrong length in line "
  2337.  13927 = "FLAGS command may only be used once between TRACK "+
  2338.          "and INDEX in line "
  2339.  13928 = "Unknown FLAGS parameter occured in line "
  2340.  13929 = "ISRC string has wrong length in line "
  2341.  13930 = "ISRC string contains illegal characters in line "
  2342.  13931 = "No TRACK defined for ISRC in line "
  2343.  13932 = "Bad time format in line "
  2344.  13933 = "PREGAP of a track must be used first after TRACK "+
  2345.          "in line "
  2346.  13934 = "No FILE specified up to PREGAP command in line "
  2347.  13935 = "No TRACK specified up to PREGAP command in line "
  2348.  13936 = "PREGAP can only be used before the first INDEX of a "+
  2349.          "file in line "
  2350.  13937 = "POSTGAP of a track must be used after all INDEXs "+
  2351.          "in line "
  2352.  13938 = "Only POSTGAP per TRACK allowed in line "
  2353.  13939 = "No TRACK specified up to POSTGAP command in line "
  2354.  13940 = "Bad INDEX number in line "
  2355.  13941 = "INDEX numbers must increase by one in line "
  2356.  13942 = "No INDEXs allowed after POSTGAP in line "
  2357.  13943 = "Positions must be in ascending order in line "
  2358.  13944 = "First INDEX of a FILE must be at 00:00:00 in line "
  2359.  13945 = "There is no FILE specified for this INDEX in line "
  2360.  13946 = "INDEX position is behind end of FILE in line "
  2361.  13947 = "First INDEX of a track must be either 0 or 1 in line "
  2362.  13948 = "Bad TRACK number in line "
  2363.  13949 = "TRACK numbers must increase by one in line "
  2364.  13950 = "Not an audio track in line "
  2365.  13951 = "Only 'WAVE' and 'MP3' format is supported in line "
  2366.  13952 = "File does not exist in line "
  2367.  13953 = "File type is not supported in line "
  2368.  13954 = "Unknown keyword in line "
  2369.  
  2370.  13901 = 10
  2371.  13902 = 11
  2372.  
  2373.  
  2374.  
  2375. ####################################################
  2376. # EAC Dialogs - CD Information
  2377. ####################################################
  2378.  
  2379.   3700 = "CD Information"
  2380.  
  2381.   3711 = "CD title"
  2382.   3712 = "Year of release"
  2383.   3713 = "General music style"
  2384.   3714 = "Specific music style"
  2385.   3710 = "Extended"
  2386.  
  2387.  
  2388.  
  2389. ####################################################
  2390. # EAC Dialogs - CUE Sheet Excerpt
  2391. ####################################################
  2392.  
  2393.  14400 = "CUE Sheet Excerpt"
  2394.  
  2395.  14401 = "List of CUE points"
  2396.  14407 = "Track"
  2397.  14408 = "Index"
  2398.  14409 = "Time"
  2399.  14404 = "Delete"
  2400.  14406 = "Set Time"
  2401.  14405 = "Edit Time"
  2402.  14402 = "Close"
  2403.  14420 = "First time marker has to be on position "+
  2404.          "00:00.00 !"
  2405.  14421 = "Time marker overlaps with previous or "+
  2406.          "next timemarker !"
  2407.  14422 = "First time marker can't be changed, it has "+
  2408.          "to be on position 00:00.00 !"
  2409.  14423 = "First time marker can't be deleted, it has "+
  2410.          "to be on position 00:00.00 !"
  2411.  
  2412.  
  2413.  
  2414. ####################################################
  2415. # EAC Dialogs - Sample Value
  2416. ####################################################
  2417.  
  2418.  10600 = "Sample Value"
  2419.  
  2420.  
  2421.  
  2422. ####################################################
  2423. # EAC Dialogs - Equalize
  2424. ####################################################
  2425.  
  2426.  11300 = "Equalize"
  2427.  
  2428.  11330 = "Frequency Gain"
  2429.  11331 = "Master Gain"
  2430.  11316 = "Reset Values"
  2431.  
  2432.  11310 = 10
  2433.  11311 = 11
  2434.  
  2435.  
  2436.  
  2437. ####################################################
  2438. # EAC Dialogs - CD Write
  2439. ####################################################
  2440.  
  2441.  14000 = "CD Write"
  2442.  
  2443.  14008 = "Done :"
  2444.  14009 = "Est. Remaining :"
  2445.  14020 = "Erase CD-RW"
  2446.  14021 = "Preparing"
  2447.  14022 = "Erasing CD-RW"
  2448.  14023 = "Preparing Erase CD-RW"
  2449.  14024 = "Erasing successfully finished !"
  2450.  14025 = "Errors occured on erasing !"
  2451.  14026 = "CD Write Simulation"
  2452.  14027 = "CD Write"
  2453.  14028 = "(Using BurnProof)"
  2454.  14029 = " Writing Lead-In"
  2455.  14030 = " Calibrating Write Power"
  2456.  14032 = " Writing Lead-Out"
  2457.  14033 = " Writing Track "
  2458.  14034 = "Writing CD"
  2459.  14035 = "Write error !        \n\n"
  2460.  14036 = "Write successfully finished"
  2461.  14037 = "Simulation successfully finished"
  2462.  14038 = "Canceling the write process will result in an incomplete CD !\n\n"+
  2463.          "Do you really want to cancel ? "
  2464.  
  2465.  12316 = 11
  2466.  
  2467.  
  2468.  
  2469. ####################################################
  2470. # EAC Dialogs - Information
  2471. ####################################################
  2472.  
  2473.   4500 = "Information"
  2474.  
  2475.   4501 = "This Betaversion of Exact Audio Copy is rather "+
  2476.          "old. Please get a new copy from "
  2477.  
  2478.   4503 = 10
  2479.  
  2480.  
  2481. ####################################################
  2482. # EAC Dialogs - Extended Information
  2483. ####################################################
  2484.  
  2485.   5000 = "Extended Information"
  2486.  
  2487.   5004 = "Extended CD information for Track "
  2488.   5020 = "Extended CD information"
  2489.  
  2490.   5003 = 10
  2491.   5002 = 11
  2492.  
  2493.  
  2494.  
  2495. ####################################################
  2496. # EAC Dialogs - Extracting Audio Data
  2497. ####################################################
  2498.  
  2499.    800 = "Extracting Audio Data"
  2500.  
  2501.    890 = "Copy Track"
  2502.    891 = "Track Progress"
  2503.    816 = "Total Progress"
  2504.    844 = "Total"
  2505.    818 = "Skip Track"
  2506.    860 = "Direct Compression"
  2507.    861 = "WAV Compression"
  2508.    862 = "Skip File"
  2509.    863 = "Compressing Audio Data"
  2510.    864 = "Compressing"
  2511.    865 = "Actual :"
  2512.    866 = "Do you really want to cancel compression ?"
  2513.    869 = "Do you really want to skip this file ?"
  2514.    867 = "Compression Canceled"
  2515.    868 = "Compression Complete"
  2516.    870 = "     Skipped File"
  2517.    871 = "     Compress Track By External Program"
  2518.    872 = "Compressing"
  2519.    873 = "Compressing File"
  2520.    874 = "     File Write Error !"
  2521.    875 = "     Can't Open Selected CODEC !"
  2522.    876 = "     File Creation Error !"
  2523.    877 = "     File Open Error !"
  2524.   2567 = "Can't Open Selected CODEC !"
  2525.    878 = "Decompressing"
  2526.    879 = "Decompressing File"
  2527.    880 = "WAV Decompression"
  2528.    881 = "Decompressing Audio Data"
  2529.    882 = "Decompressing"
  2530.    883 = "Do you really want to cancel decompression ?"
  2531.    884 = "Decompression Canceled"
  2532.    885 = "Decompression Complete"
  2533.    886 = "Can't write ID3 tag to file"
  2534.   2550 = "Detection mode not possible for this drive"
  2535.   2551 = "Filename construct does not contain track number '%N'"
  2536.   2553 = "Save Waveform"
  2537.   2554 = "Burst mode"
  2538.   2555 = "Fast mode"
  2539.   2561 = "Secure mode"
  2540.   2556 = "Can't find a matching read mode!"
  2541.   2563 = "Can't find a matching C2 read mode!"
  2542.   2557 = "File already exists !\n\nOverwrite File with new content ?"
  2543.   2558 = "File Creation Error !"
  2544.   2559 = "Copy Selected Range"
  2545.   2560 = "     Spin Up Drive"
  2546.   2562 = "Probably not enough Disk Space !\n\nDo you want to continue ?"
  2547.   2564 = "Test Track "
  2548.   2565 = "Copy Track "
  2549.   2566 = ", Index "
  2550.  
  2551.   2552 = 31
  2552.    840 = 2510
  2553.    841 = 2511
  2554.    842 = 2512
  2555.    843 = 2513
  2556.    848 = 2514
  2557.    820 = 2515
  2558.    845 = 841
  2559.    846 = 842
  2560.    847 = 843
  2561.  
  2562.  
  2563.  
  2564. ####################################################
  2565. # EAC Dialogs - Fade
  2566. ####################################################
  2567.  
  2568.  11500 = "Fade"
  2569.  
  2570.  11510 = "Start value :"
  2571.  11511 = "End value :"
  2572.  11507 = " Logarithmic fade "
  2573.  
  2574.  11501 = 10
  2575.  11502 = 11
  2576.  
  2577.  
  2578.  
  2579. ####################################################
  2580. # EAC Dialogs - Analyzing
  2581. ####################################################
  2582.  
  2583.   8200 = "Analyzing"
  2584.  
  2585.   8219 = "Detecting CD-ROM drive features"
  2586.   8202 = "Caching :"
  2587.   8201 = "Accurate Stream :"
  2588.   8212 = "C2 Error Info :"
  2589.   8205 = "Please wait !  Calculation could take some minutes !"
  2590.   8206 = "Do not produce load while detecting features !"
  2591.   8208 = "Information :"
  2592.   8209 = "Whereas the 'Accurate Stream' feature is useful for "+
  2593.          "audio extraction, the 'Caching' feature will make exact "+
  2594.          "extraction even more complicated and insecure !"
  2595.  
  2596.   8214 = 12
  2597.   8207 = 11
  2598.  
  2599.  
  2600.  
  2601. ####################################################
  2602. # EAC Dialogs - Database Submission
  2603. ####################################################
  2604.  
  2605.  14700 = "Database Submission"
  2606.  
  2607.  14704 = "After detecting these drive features, please "+
  2608.          "submit the results to the EAC drive feature database. "+
  2609.          "This way you could help users that are not able to "+
  2610.          "determine their drives features."
  2611.  14705 = "Even if you don't know if the detected values are correct, "+
  2612.          "please send the data, as all values are merged, so that "+
  2613.          "the results of different users could be verified. Of course "+
  2614.          "the results will be integrated in the next version of EAC."
  2615.  14706 = "Of course no personal data will be stored in the database, "+
  2616.          "nor any information be used for any other purpose as for "+
  2617.          "statistical analysis."
  2618.  14707 = "May EAC send the retrieved drive features to the EAC database?"
  2619.  14703 = " Do not ask again, always deny request "
  2620.  
  2621.  14701 = 15
  2622.  14702 = 16
  2623.  
  2624.  
  2625.  
  2626. ####################################################
  2627. # EAC Dialogs - Flange Options
  2628. ####################################################
  2629.  
  2630.  12000 = "Flange Options"
  2631.  
  2632.  12015 = "Flange period"
  2633.  12016 = "Flange delay"
  2634.  12017 = "Flange volume"
  2635.  
  2636.  
  2637.  
  2638. ####################################################
  2639. # EAC Dialogs - Frequency Analysis
  2640. ####################################################
  2641.  
  2642.  10900 = "Frequency Analysis"
  2643.  
  2644.  10909 = "Cursor position"
  2645.  10910 = "FFT size"
  2646.  10907 = " Logarithmic view "
  2647.  10911 = "Window function"
  2648.  
  2649.  10901 = 10
  2650.  
  2651.  
  2652.  
  2653. ####################################################
  2654. # EAC Dialogs - Analyzing
  2655. ####################################################
  2656.  
  2657.   8400 = "Analyzing"
  2658.  
  2659.   8409 = "Testing gaps on silence"
  2660.   8404 = "Gap before track"
  2661.   8407 = "Length"
  2662.   8405 = "Silence"
  2663.   8406 = "Peak Level"
  2664.  
  2665.   8402 = 11
  2666.  
  2667.  
  2668.  
  2669. ####################################################
  2670. # EAC Dialogs - Glitch Removal
  2671. ####################################################
  2672.  
  2673.  10400 = "Glitch Removal"
  2674.  
  2675.  10405 = "Sensibility of glitch detection"
  2676.  10406 = "High"
  2677.  10407 = "Low"
  2678.  
  2679.  10402 = 10
  2680.  10403 = 11
  2681.  
  2682.  
  2683.  
  2684. ####################################################
  2685. # EAC Dialogs - ID3 Tag Editor
  2686. ####################################################
  2687.  
  2688.   9600 = "ID3 Tag Editor"
  2689.  
  2690.   9615 = "Filename :"
  2691.   9616 = "Title :"
  2692.   9617 = "Artist :"
  2693.   9618 = "Album :"
  2694.   9605 = "Comments :"
  2695.   9619 = "Year of release :"
  2696.   9611 = "Track number :"
  2697.   9620 = "Music style :"
  2698.  
  2699.   9607 = 10
  2700.   9608 = 11
  2701.  
  2702.  
  2703.  
  2704. ####################################################
  2705. # EAC Dialogs - Information
  2706. ####################################################
  2707.  
  2708.   3300 = "Information"
  2709.  
  2710.   3302 = "Important Information"
  2711.   3303 = "Because many of the users didn't understand how EAC works, "+
  2712.          "now here is an important information :"
  2713.   3306 = "If you want secure copies, you have to make sure, "+
  2714.          "that you choose the correct secure reading mode depending "+
  2715.          "on your CD-ROM drive !  Otherwise read errors probably "+
  2716.          "will not be detected."
  2717.   3301 = " Show this information next time "
  2718.  
  2719.   3311 = 10
  2720.  
  2721.  
  2722.  
  2723. ####################################################
  2724. # EAC Dialogs - Loop Recording
  2725. ####################################################
  2726.  
  2727.  10700 = "Loop Recording"
  2728.  
  2729.  10710 = "Please select the amount of memory that should be used for recording"
  2730.  10711 = "Time available :"
  2731.  
  2732.  10703 = 10
  2733.  10704 = 11
  2734.  
  2735.  
  2736.  
  2737. ####################################################
  2738. # EAC Dialogs - Loop Record WAV
  2739. ####################################################
  2740.  
  2741.  10800 = "Loop Record WAV"
  2742.  
  2743.   9740 = "Record information"
  2744.   9741 = "Recorded time : "
  2745.   9742 = "Recorded space :"
  2746.   9749 = "Save to file..."
  2747.   9728 = "Determine last recordings peak level (in dB)"
  2748.   9743 = "Left"
  2749.   9744 = "Right"
  2750.   9745 = "Channel"
  2751.  
  2752.   9709 = 10
  2753.  
  2754.  
  2755.  
  2756. ####################################################
  2757. # EAC Dialogs - Mix Properties
  2758. ####################################################
  2759.  
  2760.  10500 = "Mix Properties"
  2761.  
  2762.  10512 = "Please select mixing ratio"
  2763.  10501 = " Lock start/end settings "
  2764.  10502 = "Start"
  2765.  10505 = "End"
  2766.  10510 = "Original"
  2767.  10511 = "Clipboard"
  2768.  
  2769.  10506 = 10
  2770.  10507 = 11
  2771.  
  2772.  
  2773.  
  2774. ####################################################
  2775. # EAC Dialogs - Noise Reduction
  2776. ####################################################
  2777.  
  2778.  11200 = "Noise Reduction"
  2779.  
  2780.  11210 = "Select noise reduction attenuation"
  2781.  11204 = " Create WAV from reduced noise "
  2782.  
  2783.  11202 = 10
  2784.  11203 = 11
  2785.  
  2786.  
  2787.  
  2788. ####################################################
  2789. # EAC Dialogs - Information
  2790. ####################################################
  2791.  
  2792.   8300 = "Information"
  2793.  
  2794.   8309 = "Exact Audio Copy couldn't detect a matching read "+
  2795.          "command for this CD-ROM drive."
  2796.   8308 = "You should try to activate the autodetection of the "+
  2797.          "read command in the drive options dialog."
  2798.   8301 = "If you have to select a specific read command, e.g. "+
  2799.          "because autodetection hang the system, you should make "+
  2800.          "sure to select the correct one !"
  2801.   8304 = "Just experiment with these switches and if it still "+
  2802.          "does not work, please report your drive configuration."
  2803.  
  2804.   8307 = 10
  2805.  
  2806.  
  2807.  
  2808. ####################################################
  2809. # EAC Dialogs - Analysing WAV File
  2810. ####################################################
  2811.  
  2812.   7400 = "Analysing WAV File"
  2813.  
  2814.   7403 = "Progress"
  2815.   7420 = "Analysing"
  2816.   7421 = "Comparing WAVs"
  2817.   7422 = "Saving Wave"
  2818.   7423 = "Saving WAV"
  2819.   7424 = "Cutting Wave"
  2820.   7425 = "Processing Wave"
  2821.   7426 = "Comparing WAVs"
  2822.   7427 = "Checking Audio File"
  2823.   7428 = "Seeking Audio File"
  2824.   7429 = "Generate CUE Sheet"
  2825.   7430 = "Saving Wave"
  2826.   7431 = "Copy Selection"
  2827.   7432 = "Undo"
  2828.  
  2829.   7401 = 11
  2830.  
  2831.  
  2832.  
  2833. ####################################################
  2834. # EAC Dialogs - Analyzing
  2835. ####################################################
  2836.  
  2837.   3800 = "Analyzing"
  2838.  
  2839.   3801 = "Detecting Overreading capability and Sample Offset"
  2840.   3812 = "Overread :"
  2841.   3802 = "Found CD :"
  2842.   3806 = "Sample Offset :"
  2843.   3813 = " Detecting..."
  2844.   3805 = "Please wait!  Calculation could take some minutes !"
  2845.   3811 = "Information :"
  2846.   3808 = "This calculation is not exact. To get better results, "+
  2847.          "you should start this detection several times in line and "+
  2848.          "select the best fitting value !"
  2849.  
  2850.   3814 = 12
  2851.   3803 = 11
  2852.  
  2853.  
  2854.  
  2855. ####################################################
  2856. # EAC Dialogs - Overwrite Warning
  2857. ####################################################
  2858.  
  2859.  14800 = 6
  2860.  
  2861.  14804 = "File already exists !"
  2862.  14805 = "Overwrite File with new content ?"
  2863.  14802 = "Yes to all"
  2864.  
  2865.  14801 = 15
  2866.  14803 = 16
  2867.  
  2868.  
  2869.  
  2870. ####################################################
  2871. # EAC Dialogs - Proxy Authentification
  2872. ####################################################
  2873.  
  2874.   9400 = "Proxy Authentification"
  2875.  
  2876.   9401 = "Please enter your proxy password"
  2877.   9402 = "Proxy password :"
  2878.  
  2879.   9404 = 10
  2880.  
  2881.  
  2882.  
  2883. ####################################################
  2884. # EAC Dialogs - Phaser Options
  2885. ####################################################
  2886.  
  2887.  11900 = "Phaser Options"
  2888.  
  2889.  11901 = "Phaser delay"
  2890.  11902 = "Phaser volume"
  2891.  
  2892.  
  2893.  
  2894. ####################################################
  2895. # EAC Dialogs - Playing Peak Range
  2896. ####################################################
  2897.  
  2898.   8150 = "Playing"
  2899.  
  2900.   8151 = "Looping peak range"
  2901.  
  2902.  
  2903.  
  2904. ####################################################
  2905. # EAC Dialogs - Pop Detection List
  2906. ####################################################
  2907.  
  2908.   8900 = "Pop Detection"
  2909.  
  2910.   8901 = "List of detected pops"
  2911.  
  2912.   8903 = 10
  2913.   8904 = 11010
  2914.   8905 = 11011
  2915.  
  2916.  
  2917.  
  2918. ####################################################
  2919. # EAC Dialogs - Pop Detection
  2920. ####################################################
  2921.  
  2922.  11600 = "Pop Detection"
  2923.  
  2924.  11610 = "Pop Sensitivity"
  2925.  11611 = "Pop Length"
  2926.  11612 = "Long"
  2927.  11613 = "Medium"
  2928.  11614 = "Short"
  2929.  
  2930.  11601 = 10
  2931.  11602 = 11
  2932.  
  2933.  
  2934.  
  2935. ####################################################
  2936. # EAC Dialogs - Possible Errors
  2937. ####################################################
  2938.  
  2939.   4800 = "Possible Errors"
  2940.  
  2941.   4810 = "Please select track or range of suspicious positions"
  2942.   4807 = "Actual position :"
  2943.  
  2944.   4802 = "Play"
  2945.   4805 = "Stop"
  2946.   4803 = "Glitch Removal"
  2947.   4820 = "Range"
  2948.   4821 = "Track"
  2949.   4822 = "Please select a track or an interval"
  2950.   4823 = "This procedure cannot be undone !\n\nDo you really want to continue ?"
  2951.   4824 = "File error"
  2952.  
  2953.   4804 = 10
  2954.  
  2955.  
  2956.  
  2957. ####################################################
  2958. # EAC Dialogs - Insert Silence
  2959. ####################################################
  2960.  
  2961.   8700 = "Insert Silence"
  2962.  
  2963.   8710 = "Number of null samples to be inserted :"
  2964.   8701 = "Length of silence :"
  2965.  
  2966.   8704 = 10
  2967.   8705 = 11
  2968.  
  2969.  
  2970.  
  2971. ####################################################
  2972. # EAC Dialogs - Normalize Level
  2973. ####################################################
  2974.  
  2975.   8600 = "Normalize Level"
  2976.  
  2977.   8601 = "Please enter level normalizing to"
  2978.  
  2979.   8602 = 10
  2980.   8603 = 11
  2981.  
  2982.  
  2983.  
  2984. ####################################################
  2985. # EAC Dialogs - Sound Processing
  2986. ####################################################
  2987.  
  2988.   7000 = "Sound Processing"
  2989.  
  2990.   7003 = "Filename :"
  2991.   7007 = "Peak Level :"
  2992.   7009 = "Checksum :"
  2993.    490 = "Zoom Range"
  2994.    487 = "Zoom Full"
  2995.    489 = "Zoom In"
  2996.    488 = "Zoom Out"
  2997.   7011 = "Selection startpos :"
  2998.   7013 = "Selection endpos :"
  2999.   7015 = "Selection length :"
  3000.   7030 = "Display startpos :"
  3001.   7031 = "Display endpos :"
  3002.   7050 = "Change Sample Value"
  3003.   7051 = "Changing Sample Value"
  3004.   7052 = "Do you really want to discard all changes ?"
  3005.   7053 = "Saving Wave"
  3006.   7054 = "It is not possible to save over the\n\nactual wave file. "+
  3007.          "Use 'Save' instead !"
  3008.   7055 = "Saving Selection"
  3009.   7056 = "Save Selection As"
  3010.   7057 = "Filename"
  3011.   7058 = "Append File"
  3012.   7059 = "Appending File"
  3013.   7060 = "The selected WAV file is no standard WAV !\n\n"+
  3014.          "EAC processes only uncompressed 44.1 kHz stereo WAVs !"
  3015.   7061 = "Paste Mix"
  3016.   7062 = "Pasting Mix"
  3017.   7063 = "Find & Replace"
  3018.   7064 = "Finding & Replacing"
  3019.   7065 = "Paste"
  3020.   7066 = "Pasting"
  3021.   7067 = "Delete Selection"
  3022.   7068 = "Deleting Selection"
  3023.   7069 = "Cut Selection"
  3024.   7070 = "Cutting Selection"
  3025.   7071 = "Delete Leading Silence"
  3026.   7072 = "Deleting Leading Silence"
  3027.   7073 = "Delete Ending Silence"
  3028.   7074 = "Deleting Ending Silence"
  3029.   7075 = "Trim Selection"
  3030.   7076 = "Trimming Selection"
  3031.   7077 = "Delete Leading & Ending Silence"
  3032.   7078 = "Deleting Leading & Ending Silence"
  3033.   7079 = "Silence"
  3034.   7080 = "Silencing"
  3035.   7081 = "Fade In"
  3036.   7082 = "Fading In"
  3037.   7083 = "Echo"
  3038.   7084 = "Echoing"
  3039.   7085 = "Phase"
  3040.   7086 = "Phasing"
  3041.   7087 = "Flange"
  3042.   7088 = "Flanging"
  3043.   7089 = "Reverb"
  3044.   7090 = "Reverbing"
  3045.   7091 = "Invert"
  3046.   7092 = "Inverting"
  3047.   7093 = "Replace from file"
  3048.   7094 = "Replacing"
  3049.   7095 = "Reverse"
  3050.   7096 = "Reversing"
  3051.   7097 = "Copying Selection"
  3052.   7098 = "Fade Out"
  3053.   7099 = "Fading Out"
  3054.   7150 = "Fade"
  3055.   7151 = "Fading"
  3056.   7152 = "Interpolate Linear"
  3057.   7153 = "Interpolating Linear"
  3058.   7154 = "Smooth"
  3059.   7155 = "Smoothing"
  3060.   7156 = "Remove Glitches"
  3061.   7157 = "Removing Glitches"
  3062.   7158 = "Create Profile"
  3063.   7159 = "Creating Profile"
  3064.   7160 = "Equalize"
  3065.   7161 = "Equalizing"
  3066.   7162 = "Correct DC Offset"
  3067.   7163 = "Correcting DC Offset"
  3068.   7164 = "NoiseProfile"
  3069.   7165 = "Open Noise Reduction Profile"
  3070.   7166 = "Save Noise Reduction Profile"
  3071.   7167 = "Reduce Noise"
  3072.   7168 = "Reducing Noise"
  3073.   7169 = "Detect Pops"
  3074.   7170 = "Detecting Pops"
  3075.   7171 = "Interpolate"
  3076.   7172 = "Interpolating"
  3077.   7173 = "Insert Silence"
  3078.   7174 = "Inserting Silence"
  3079.   7175 = "Normalize"
  3080.   7176 = "Normalizating"
  3081.  
  3082.   7019 = 488
  3083.  
  3084.  
  3085.  
  3086. ####################################################
  3087. # EAC Dialogs - Create New Profile
  3088. ####################################################
  3089.  
  3090.  17200 = "Create New Profile"
  3091.  
  3092.  17205 = "Please enter the name of the profile to be created."
  3093.  
  3094.  17229 = "Please select below which set of options "+
  3095.          "should be stored in the created profile"
  3096.  
  3097.  17216 = " All EAC options "
  3098.  17217 = " Drive options "
  3099.  17218 = " Extraction options "
  3100.  17219 = " Wave editor options "
  3101.  17220 = " Compression options "
  3102.  
  3103.  17240 = "  (Complete)"
  3104.  17241 = "  (Drive)"
  3105.  17242 = "  (Extraction)"
  3106.  17243 = "  (Wave editor)"
  3107.  17244 = "  (Compression)"
  3108.  
  3109.  17203 = 10
  3110.  17204 = 11
  3111.  
  3112.  
  3113.  
  3114. ####################################################
  3115. # EAC Dialogs - Compression Queue Control Center
  3116. ####################################################
  3117.  
  3118.  18000 = "Compression Queue Control Center"
  3119.  
  3120.  18002 = " Make all compression tasks sleep "
  3121.  18003 = "Delete Task(s)"
  3122.  18005 = "Update List"
  3123.  18010 = "Filename"
  3124.  18011 = "Path"
  3125.  18012 = "Do you really want to delete the selected tasks ?"
  3126.  18013 = "Do you really want to delete the selected\n\n"+
  3127.          "tasks and the according WAV files ?"
  3128.  
  3129.  18004 = 10
  3130.  
  3131.  
  3132.  
  3133. ####################################################
  3134. # EAC Dialogs - Record WAV
  3135. ####################################################
  3136.  
  3137.   9700 = "Record WAV"
  3138.  
  3139.   9726 = "Free time left on device :"
  3140.   9750 = "Free space left on device :"
  3141.   9729 = "Filename :"
  3142.   9702 = "Start record"
  3143.   9703 = "Stop record"
  3144.   9701 = "Select target filename..."
  3145.   9760 = "Can't open record device !"
  3146.   9761 = "Recording  "
  3147.   9762 = "Record"
  3148.   9763 = "Select Waveform Filename"
  3149.  
  3150.  
  3151.  
  3152. ####################################################
  3153. # EAC Dialogs - Glitch Removal
  3154. ####################################################
  3155.  
  3156.   5400 = "Glitch Removal"
  3157.  
  3158.   5410 = "Progress"
  3159.   5406 = "Left channel"
  3160.   5407 = "Right channel"
  3161.   5403 = "Number of removed glitches : "
  3162.   5420 = "Glitch Removal"
  3163.   5421 = "Do you really want to cancel filtering ?"
  3164.  
  3165.   5402 = 11
  3166.  
  3167.  
  3168.  
  3169. ####################################################
  3170. # EAC Dialogs - Reverb
  3171. ####################################################
  3172.  
  3173.  11800 = "Reverb"
  3174.  
  3175.  11821 = "Reverb delays"
  3176.  11822 = "Reverb volumes"
  3177.  
  3178.  11801 = 10
  3179.  11802 = 11
  3180.  
  3181.  
  3182.  
  3183. ####################################################
  3184. # EAC Dialogs - Automatic Search
  3185. ####################################################
  3186.  
  3187.  17100 = "Automatic Search"
  3188.  
  3189.  17105 = "EAC now tries to locate the installation place of your "+
  3190.          "latest LAME.EXE automatically. If you don't have installed "+
  3191.          "LAME.EXE so far or want to specify the location manually "+
  3192.          "you may cancel this procedure."
  3193.  17106 = "Search position :"
  3194.  
  3195.  17102 = 11
  3196.  
  3197.  
  3198.  
  3199. ####################################################
  3200. # EAC Dialogs - Select CD
  3201. ####################################################
  3202.  
  3203.  14900 = "Select CD"
  3204.  
  3205.  14905 = "Several exact matches found, please select correct CD :"
  3206.  
  3207.   4902 = 10
  3208.   4903 = 11
  3209.  
  3210.  
  3211.  
  3212. ####################################################
  3213. # EAC Dialogs - Select CD
  3214. ####################################################
  3215.  
  3216.   4900 = "Select CD"
  3217.  
  3218.   4905 = "Inexact matches found, please select correct CD :"
  3219.  
  3220.  
  3221.  
  3222. ####################################################
  3223. # EAC Dialogs - Shutdown Warning
  3224. ####################################################
  3225.  
  3226.  12800 = "Shutdown Warning"
  3227.  
  3228.  12805 = "The computer will be shut down in"
  3229.  12806 = "seconds !"
  3230.  12807 = "Press Cancel to prevent the shutdown and to return to EAC."
  3231.  
  3232.  
  3233.  
  3234. ####################################################
  3235. # EAC Dialogs - Status and Error Messages
  3236. ####################################################
  3237.  
  3238.   1200 = "Status and Error Messages"
  3239.  
  3240.   2501 = "Track status and errors"
  3241.   1203 = "Possible Errors"
  3242.   1204 = "Create Log"
  3243.   1210 = "Range status and errors"
  3244.   1211 = "Selected range"
  3245.   1212 = "     Timing problem "
  3246.   1213 = "     Suspicious position "
  3247.   1214 = "     Missing samples"
  3248.   1215 = "     Too many samples"
  3249.   1216 = "     File write error"
  3250.   1217 = "     Peak level "
  3251.   1218 = "     Range quality "
  3252.   1219 = "     CRC "
  3253.   1220 = "     Copy OK"
  3254.   1221 = "     Copy finished"
  3255.   1227 = "     Track quality "
  3256.   1228 = "     Copy aborted"
  3257.   1269 = "     Filename "
  3258.   1270 = "     Pre-gap length "
  3259.   1271 = "     Test CRC "
  3260.   1272 = "     Copy CRC "
  3261.   1273 = "     Compressing"
  3262.   1222 = "No errors occured"
  3263.   1223 = "Review Range"
  3264.   1224 = "There were errors"
  3265.   1225 = "End of status report"
  3266.   1226 = "Track"
  3267.   1230 = "Index"
  3268.   1229 = "Review Tracks"
  3269.   1274 = "EAC extraction logfile from "
  3270.   1240 = "January"
  3271.   1241 = "February"
  3272.   1242 = "March"
  3273.   1243 = "April"
  3274.   1244 = "May"
  3275.   1245 = "June"
  3276.   1246 = "July"
  3277.   1247 = "August"
  3278.   1248 = "September"
  3279.   1249 = "October"
  3280.   1250 = "November"
  3281.   1251 = "December"
  3282.   1231 = " for CD"
  3283.   1232 = "EAC extraction logfile for CD"
  3284.   1233 = "Used drive  : "
  3285.   1234 = "Read mode   : "
  3286.   1235 = "Burst"
  3287.   1236 = "Fast"
  3288.   1237 = "Secure with NO C2, NO accurate stream, NO disable cache"
  3289.   1238 = "Secure with NO C2, accurate stream, NO disable cache"
  3290.   1239 = "Secure with NO C2, NO accurate stream, disable cache"
  3291.   1252 = "Secure with C2, accurate stream, NO disable cache"
  3292.   1253 = "Secure with C2, accurate stream, disable cache"
  3293.   1254 = "Secure with NO C2, accurate stream, disable cache"
  3294.   1255 = "Combined read/write offset correction : "
  3295.   1256 = "Read offset correction : "
  3296.   1257 = "Overread into Lead-In and Lead-Out"
  3297.   1258 = "Used output format : "
  3298.   1259 = "Additional command line options : "
  3299.   1260 = "Internal WAV Routines"
  3300.   1261 = "44.100 Hz; 16 Bit; Stereo"
  3301.   1262 = "Use compression offset : "
  3302.   1263 = "Other options      : "
  3303.   1264 = "Fill up missing offset samples with silence"
  3304.   1265 = "Delete leading and trailing silent blocks"
  3305.   1266 = "Normalize to "
  3306.   1267 = "Native Win32 interface for Win NT & 2000"
  3307.   1268 = "Installed external ASPI interface"
  3308.  
  3309.   1201 = 10
  3310.  
  3311.  
  3312.  
  3313. ####################################################
  3314. # EAC Dialogs - Determine CD-R Capacity
  3315. ####################################################
  3316.  
  3317.  12400 = "Determine CD-R Capacity"
  3318.  
  3319.  12404 = "Position :"
  3320.  12405 = "Estimated time :"
  3321.  
  3322.  12402 = 11
  3323.  
  3324.  
  3325.  
  3326. ####################################################
  3327. # EAC Dialogs - Index Edit
  3328. ####################################################
  3329.  
  3330.  13200 = "Index Edit"
  3331.  
  3332.  13220 = "Track :"
  3333.  13221 = "Index :"
  3334.  13214 = "Relative time :"
  3335.  13215 = "Absolute time :"
  3336.  13211 = "Track ISRC :"
  3337.  13207 = " Copy protected "
  3338.  13208 = " Pre-emphasis "
  3339.  13230 = "Gap length :"
  3340.  13231 = "Illegal characters in ISRC !"
  3341.  13232 = "Length of ISRC is not correct !"
  3342.  13233 = "Time position intersects with previous index !"
  3343.  13234 = "Time format of absolute time is not correct !"
  3344.  13235 = "Time format of gap length is not correct !"
  3345.  13236 = "Time format of relative time is not correct !"
  3346.  
  3347.  13209 = 10
  3348.  13210 = 11
  3349.  
  3350.  
  3351.  
  3352. ####################################################
  3353. # EAC Dialogs - Edit extended track informations
  3354. ####################################################
  3355.  
  3356.   5200 = "Edit extended track information"
  3357.  
  3358.   5205 = "Please select track"
  3359.   5202 = "Extended"
  3360.   5220 = "Track "
  3361.  
  3362.   5201 = 10
  3363.  
  3364.  
  3365.  
  3366. ####################################################
  3367. # EAC Dialogs - WAV Compare
  3368. ####################################################
  3369.  
  3370.   9100 = "WAV Compare"
  3371.  
  3372.   9220 = 9206
  3373.  
  3374.  
  3375.  
  3376. ####################################################
  3377. # EAC Dialogs - Wizard Autodetection
  3378. ####################################################
  3379.  
  3380.  17000 = "Autodetection"
  3381.  
  3382.  
  3383.  
  3384. ####################################################
  3385. # EAC Dialogs - CD Write
  3386. ####################################################
  3387.  
  3388.  12300 = "CD Write"
  3389.  
  3390.  12317 = "Track :"
  3391.  12318 = "CD :"
  3392.  12303 = "Status :"
  3393.  12319 = "Buffer :"
  3394.  12302 = "Written :"
  3395.  12306 = "Speed :"
  3396.  12320 = "Time :"
  3397.  12321 = "Est. Remaining :"
  3398.  
  3399.  
  3400.  
  3401. ####################################################
  3402. # EAC Dialogs - CD Write Options
  3403. ####################################################
  3404.  
  3405.  12600 = "CD Write Options"
  3406.  
  3407.  12612 = "Free space on CD :"
  3408.  12613 = "Space needed for actual job :"
  3409.  12614 = "First tracknumber to be written :"
  3410.  12620 = "No Test Write"
  3411.  12621 = "Only Test Write"
  3412.  12622 = "Close CD"
  3413.  12623 = "Leave CD open"
  3414.  12624 = "Can't determine write speeds !  "
  3415.  12625 = "Nothing to write !    "
  3416.  12626 = "This CD has no space left !  "
  3417.  12627 = "There is no writeable CD in drive !  "
  3418.  12628 = "At least one track is shorter than 4 seconds,\n\n"+
  3419.          "which is illegal for audio CDs !\n\n"+
  3420.          "Do you want to ignore this limitation ?"
  3421.  12629 = "This '"
  3422.  12630 = "' CD-R has a tested maximum capacity"
  3423.  12631 = "\n\nof "
  3424.  12632 = " ! You want to write more then the tested maximum limit !\n\n"+
  3425.          "Do you really want to continue ?"
  3426.  12633 = "You try to write more data on this untested CD-R than allowed,\n\n"+
  3427.          "this could result in a incomplete CD !\n\n"+
  3428.          "Do you really want to continue ?"
  3429.  12634 = "The decompression of some tracks could be slower     \n\n"+
  3430.          "than the selected writing speed !\n\n"+
  3431.          "Do you want to continue anyway ?";
  3432.  
  3433.  12611 = 13803
  3434.  12602 = 13804
  3435.  12603 = 13805
  3436.  
  3437.  
  3438.  
  3439. ####################################################
  3440. # EAC Dialogs - Writer Drive Selection
  3441. ####################################################
  3442.  
  3443.  14300 = "Writer Drive Selection"
  3444.  
  3445.  14302 = "CD-R drive :"
  3446.  14301 = "Please make sure that an empty CD-R/CD-RW is inserted in "+
  3447.          "the selected drive, before you continue to choose "+
  3448.          "further write options."
  3449.  
  3450.  
  3451.  
  3452. # Now the Menus of EAC needs translation.
  3453. # There are some specialities with translating
  3454. # Menus. Most menus will have some special codes
  3455. # in it. The first special code is '\t' which
  3456. # usually stands at the end of string, followed
  3457. # by a textual description of the connected
  3458. # shortcut of that function.
  3459. # Please note : If you change the keys here in
  3460. # the text file, it will have no change in the
  3461. # actual program. The shortcut will be still the
  3462. # same, but EAC will show the wrong shortcut, when
  3463. # the Menu is displayed!! So do not change the
  3464. # shortcuts, it will not really change anything!
  3465. # The '\t' is usually a TAB character, so that the
  3466. # shortcut is aligned to the right.
  3467. # The other special character is the '&' character.
  3468. # It is used for navigating Menus by the keyboard.
  3469. # (When the Menu is displayed, the character that
  3470. # follows the '&' is underlined, and that character
  3471. # can be used to activate that action.)
  3472. # e.g. "&EAC Options...\tF9" will result into something
  3473. # like
  3474. # _E_AC Options...      F9
  3475. # (The underline is not possible in a pure text file,
  3476. # so it looks this way...)
  3477. # You may (or sometimes must) change these '&'
  3478. # referenced shortcuts, as in each Menu (Submenu)
  3479. # no two menu entries may use the same character
  3480. # referenced by the '&'.
  3481. #
  3482. # The numbers of the resources have a special format.
  3483. # The first digit stands for the Menu. There is a
  3484. # '2' for the EAC Menu, a '3' for the beginner EAC
  3485. # Menu, a '4' for the Process WAV File Menu, etc.
  3486. # The second digit denote the row of the Menu,
  3487. # a '0' is the leftmost menu, '1' is the menu that
  3488. # is right of the one with '0' at that position.
  3489. # On EACs main Menu, the "EAC" Menu list has '0',
  3490. # the "Edit" Menu list has a '1', the "Action"
  3491. # Menu list has a '2', and so on.
  3492. # The next two digits are one number and tells 
  3493. # at which position the menu entry the text/item
  3494. # is displayed. '00' is the menu list identifier
  3495. # in the menu bar. '01' is the first item on that
  3496. # menu.
  3497. # The last two digits are usually '00'. If a menu
  3498. # item has a submenu (a menu that is shown, when
  3499. # that menu item is selected), it will continue
  3500. # with values beginning with '01' and so on.
  3501. # If you don't know exactly where the string is,
  3502. # compare these with the actual application.
  3503.  
  3504.  
  3505.  
  3506. ####################################################
  3507. # EAC Menus - EAC
  3508. ####################################################
  3509.  
  3510. 200000 = "EA&C"
  3511.  
  3512. 200100 = "&EAC Options...\tF9"
  3513. 200200 = "&Drive Options...\tF10"
  3514. 200300 = "&Compression Options...\tF11"
  3515. 200400 = "freed&b / Database Options...\tF12"
  3516. 200500 = "&WAV Editor Options...\tAlt+Q"
  3517. 200700 = "Conf&iguration Wizard..."
  3518.  
  3519. 200800 = "&Profiles"
  3520. 200801 = "&Load Profile...\tShift+F1"
  3521. 200802 = "&Save Profile...\tShift+F2"
  3522.  
  3523. 201000 = "E&xit\tAlt+F4"
  3524.  
  3525.  
  3526.  
  3527. ####################################################
  3528. # EAC Menus - Edit
  3529. ####################################################
  3530.  
  3531. 210000 = "&Edit"
  3532.  
  3533. 210100 = "Select &All\tCtrl+A"
  3534. 210200 = "&Invert Selection\tCtrl+I"
  3535. 210400 = "Rename Track\tF2"
  3536. 210600 = "S&huffle\tCtrl+H"
  3537.  
  3538. 210700 = "&Sort"
  3539. 210701 = "By &Tracknumber\tCtrl+S"
  3540. 210702 = "By &Name\tCtrl+N"
  3541. 210703 = "By &Length\tCtrl+L"
  3542.  
  3543.  
  3544.  
  3545. ####################################################
  3546. # EAC Menus - Action
  3547. ####################################################
  3548.  
  3549. 220000 = "&Action"
  3550.  
  3551. 220100 = "&Copy Selected Tracks"
  3552. 220101 = "Uncompressed...\tF5"
  3553. 220102 = "Compressed...\tShift+F5"
  3554.  
  3555. 220200 = "Test && C&opy Selected Tracks"
  3556. 220201 = "Uncompressed...\tF6"
  3557. 220202 = "Compressed...\tShift+F6"
  3558.  
  3559. 220300 = "Copy Range"
  3560. 220301 = "Uncompressed...\tF7"
  3561. 220302 = "Compressed...\tShift+F7"
  3562.  
  3563. 220400 = "&Test Selected Tracks\tF8"
  3564.  
  3565. 220500 = "Copy &Image && Create CUE Sheet"
  3566. 220501 = "Uncompressed...\tAlt+F7"
  3567. 220502 = "Compressed..."
  3568.  
  3569. 220600 = "Catalog Selected Trac&ks"
  3570. 220601 = "Uncompressed...\tAlt+F"
  3571. 220602 = "Compressed...\tAlt+Shift+F"
  3572.  
  3573. 220700 = "Copy Selected Tracks Index-&Based"
  3574. 220701 = "Uncompressed...\tAlt+X"
  3575. 220702 = "Compressed...\tAlt+Shift+X"
  3576.  
  3577. 220900 = "&Detect Gaps\tF4"
  3578. 221000 = "Test &Gaps On Silence\tF3"
  3579.  
  3580. 221100 = "TOC &Alterations"
  3581. 221101 = "Retrieve &Native TOC"
  3582. 221102 = "Detect TOC &Manually"
  3583. 221103 = "Use First &Session Only"
  3584.  
  3585. 221200 = "Create CUE &Sheet"
  3586. 221201 = "C&urrent Gap Settings..."
  3587. 221203 = "&Single WAV File...\tAlt+S"
  3588. 221204 = "Multiple WAV Files With Gaps...  (Noncompliant)"
  3589. 221205 = "Multiple WAV Files With &Leftout Gaps...\tAlt+M"
  3590. 221206 = "Multiple WAV Files With &Corrected Gaps...\tAlt+O"
  3591.  
  3592. 221400 = "L&eave Out Gaps"
  3593. 221500 = "&Append Gaps To Previous Track (default)"
  3594. 221600 = "A&ppend Gaps To Next Track"
  3595.  
  3596.  
  3597.  
  3598. ####################################################
  3599. # EAC Menus - Database
  3600. ####################################################
  3601.  
  3602. 230000 = "&Database"
  3603.  
  3604. 230100 = "&Edit CD Information...\tAlt+L"
  3605. 230200 = "Edit Extended &Track Information...\tAlt+T"
  3606. 230300 = "Clear Actual CD &Information...\tShift+Del"
  3607.  
  3608. 230400 = "Clear &Actual CRC values"
  3609. 230401 = "&Read CRC"
  3610. 230402 = "&Test CRC"
  3611. 230403 = "&Both CRCs"
  3612.  
  3613. 230500 = "Tr&ansform Actual CD Information"
  3614. 230501 = "&Upper All First Characters"
  3615. 230502 = "&Lower All Characters"
  3616. 230503 = "&Transform '-' To '/'    [ Artist / Title ]"
  3617. 230504 = "&Exchange Artist <-> Title"
  3618.  
  3619. 230700 = "&Get CD Information From"
  3620. 230701 = "&Remote freedb\tAlt+G"
  3621. 230702 = "&Local freedb"
  3622. 230703 = "CD-&TEXT"
  3623. 230704 = "CD&PLAYER.INI"
  3624.  
  3625. 230800 = "&Process Batch freedb Queries\tAlt+P"
  3626. 230900 = "&Submit CD Information To freedb\tAlt+U"
  3627.  
  3628. 231000 = "Export CD Information To"
  3629. 231001 = "&Clipboard\tCtrl+D"
  3630. 231002 = "&Local freedb"
  3631. 231003 = "&Text File..."
  3632. 231004 = "&DB Text File..."
  3633. 231005 = "CD&PLAYER.INI"
  3634. 231006 = "&.CDT File"
  3635.  
  3636. 231100 = "Export Whole Database To"
  3637. 231101 = "&Local freedb"
  3638. 231102 = "CD&PLAYER.INI"
  3639. 231103 = "&DB Text File..."
  3640.  
  3641. 231200 = "&Browse Database..."
  3642. 231300 = "Import &Database..."
  3643.  
  3644. 231500 = "Send Accurate&Rip Results..."
  3645.  
  3646.  
  3647. ####################################################
  3648. # EAC Menus - Tools
  3649. ####################################################
  3650.  
  3651. 240000 = "&Tools"
  3652.  
  3653. 240100 = "&Write CD-R...\tAlt+W"
  3654. 240200 = "Cop&y CD...\tAlt+Y"
  3655. 240400 = "&Process WAV...\tCtrl+E"
  3656. 240500 = "&Compare WAVs...\tCtrl+W"
  3657.  
  3658. 240600 = "&Split WAV By CUE Sheet"
  3659. 240601 = "With &Gaps"
  3660. 240602 = "With Gaps &Corrected"
  3661. 240603 = "&Leave Out Gaps"
  3662. 240604 = "Individual &Indices"
  3663.  
  3664. 240700 = "Remove &Gaps from TAO Images"
  3665.  
  3666. 240900 = "&Record WAV...\tAlt+R"
  3667. 241000 = "&Loop Record WAV...\tAlt+Z"
  3668. 241200 = "C&ompress WAVs...\tAlt+V"
  3669. 241300 = "&Decompress...\tAlt+B"
  3670. 241400 = "&Edit ID3 Tags...\tAlt+A"
  3671. 241500 = "Re&name From ID3 Tags...\tAlt+N"
  3672.  
  3673. 241700 = "Co&mpression Queue Control Center\tCtrl+Q"
  3674.  
  3675.  
  3676. ####################################################
  3677. # EAC Menus - Help
  3678. ####################################################
  3679.  
  3680. 250000 = "&Help"
  3681.  
  3682. 250100 = "&About EAC..."
  3683.  
  3684. 250300 = "&Internet Links"
  3685. 250301 = "&EAC"
  3686. 250302 = "&Tips && Specs"
  3687. 250303 = "&What's New"
  3688. 250304 = "&FAQ"
  3689. 250305 = "SatCP EAC Tutorial"
  3690. 250307 = "free&db"
  3691. 250308 = "&LAME Encoder"
  3692. 250309 = "LAME For &Windows I"
  3693. 250310 = "L&AME For Windows II"
  3694. 250311 = "&BladeEnc Encoder"
  3695.  
  3696. 250500 = "&Help\tF1"
  3697.  
  3698.  
  3699.  
  3700. ####################################################
  3701. # EAC Menus - EAC
  3702. ####################################################
  3703.  
  3704. 300100 = 200100
  3705. 300200 = 200200
  3706. 300300 = 200300
  3707. 300400 = 200400
  3708. 300500 = 200500
  3709. 300700 = 200700
  3710.  
  3711. 300800 = 200800
  3712. 300801 = 200801
  3713. 300802 = 200802
  3714.  
  3715. 301000 = 201000
  3716.  
  3717.  
  3718.  
  3719. ####################################################
  3720. # EAC Menus - Edit
  3721. ####################################################
  3722.  
  3723. 310000 = 210000
  3724.  
  3725. 310100 = 210100
  3726. 310200 = 210200
  3727. 310400 = 210400
  3728. 310600 = 210600
  3729.  
  3730. 310700 = 210700
  3731. 310701 = 210701
  3732. 310702 = 210702
  3733. 310703 = 210703
  3734.  
  3735.  
  3736.  
  3737. ####################################################
  3738. # EAC Menus - Action
  3739. ####################################################
  3740.  
  3741. 320000 = 220000
  3742.  
  3743. 320100 = 220100
  3744. 320101 = 220101
  3745. 320102 = 220102
  3746.  
  3747. 320200 = 220200
  3748. 320201 = 220201
  3749. 320202 = 220202
  3750.  
  3751. 320300 = 220300
  3752. 320301 = 220301
  3753. 320302 = 220302
  3754.  
  3755. 320400 = 220400
  3756.  
  3757. 320500 = 220500
  3758. 320501 = 220501
  3759. 320502 = 220502
  3760.  
  3761. 320700 = 221200
  3762. 320701 = 221203
  3763. 320703 = "Multiple WAV Files..."
  3764.  
  3765.  
  3766.  
  3767. ####################################################
  3768. # EAC Menus - Database
  3769. ####################################################
  3770.  
  3771. 330000 = 230000
  3772.  
  3773. 330100 = 230100
  3774. 330200 = 230200
  3775. 330300 = 230300
  3776.  
  3777. 330400 = 230400
  3778. 330401 = 230401
  3779. 330402 = 230402
  3780. 330403 = 230403
  3781.  
  3782. 330500 = 230500
  3783. 330501 = 230501
  3784. 330502 = 230502
  3785. 330503 = 230503
  3786. 330504 = 230504
  3787.  
  3788. 330700 = 230700
  3789. 330701 = 230701
  3790. 330702 = 230702
  3791. 330703 = 230703
  3792. 330704 = 230704
  3793.  
  3794. 330800 = 230800
  3795. 330900 = 230900
  3796.  
  3797. 331000 = 231000
  3798. 331001 = 231001
  3799. 331002 = 231002
  3800. 331003 = 231003
  3801. 331004 = 231004
  3802. 331005 = 231005
  3803. 331006 = 231006
  3804.  
  3805. 331100 = 231100
  3806. 331101 = 231101
  3807. 331102 = 231102
  3808. 331103 = 231103
  3809.  
  3810. 331200 = 231200
  3811. 331300 = 231300
  3812.  
  3813. 331500 = 231500
  3814.  
  3815. ####################################################
  3816. # EAC Menus - Tools
  3817. ####################################################
  3818.  
  3819. 340000 = 240000
  3820.  
  3821. 340100 = 240100
  3822. 340200 = 240200
  3823. 340400 = 240400
  3824. 340500 = 240500
  3825.  
  3826. 340600 = "&Split WAV By CUE Sheet..."
  3827. 340700 = 240700
  3828.  
  3829. 340900 = 240900
  3830. 341000 = 241000
  3831. 341200 = 241200
  3832. 341300 = 241300
  3833. 341400 = 241400
  3834. 341500 = 241500
  3835.  
  3836. 341700 = 241700
  3837.  
  3838.  
  3839.  
  3840. ####################################################
  3841. # EAC Menus - Help
  3842. ####################################################
  3843.  
  3844. 350000 = 250000
  3845.  
  3846. 350100 = 250100
  3847.  
  3848. 350300 = 250300
  3849. 350301 = 250301
  3850. 350302 = 250302
  3851. 350303 = 250303
  3852. 350304 = 250304
  3853. 350305 = 250305
  3854. 350307 = 250307
  3855. 350308 = 250308
  3856. 350309 = 250309
  3857. 350310 = 250310
  3858. 350311 = 250311
  3859.  
  3860. 350500 = 250500
  3861.  
  3862.  
  3863.  
  3864. ####################################################
  3865. # Process Menus - File
  3866. ####################################################
  3867.  
  3868. 400000 = "&File"
  3869.  
  3870. 400100 = "&Save"
  3871. 400200 = "Save &As..."
  3872. 400300 = "Save S&election As..."
  3873. 400500 = "&Revert To Saved"
  3874. 400700 = "&Append File..."
  3875. 400900 = "&Exit"
  3876.  
  3877.  
  3878.  
  3879. ####################################################
  3880. # Process Menus - Edit
  3881. ####################################################
  3882.  
  3883. 410000 = "&Edit"
  3884.  
  3885. 410100 = "Und&o"
  3886. 410300 = "Zero Crossing Adjustment"
  3887. 410400 = "CD Sector Adjustment"
  3888. 410600 = "&Select All"
  3889. 410700 = "&Unselect All"
  3890. 410900 = "&Copy"
  3891. 411000 = "C&ut"
  3892. 411100 = "&Paste"
  3893. 411200 = "&Mix Paste..."
  3894. 411300 = "Find && Replace"
  3895. 411500 = "&Delete Selection"
  3896. 411600 = "&Trim Selection"
  3897. 411800 = "Silence Selection"
  3898. 411900 = "&Insert Silence..."
  3899.  
  3900.  
  3901.  
  3902. ####################################################
  3903. # Process Menus - Display
  3904. ####################################################
  3905.  
  3906. 420000 = "&Display"
  3907.  
  3908. 420100 = "Spectral View"
  3909. 420200 = "Update Display"
  3910.  
  3911. 420400 = "Time Format"
  3912. 420401 = "Decimal (h:mm:ss.ddd)"
  3913. 420402 = "Decimal (ssss.ddd)"
  3914. 420403 = "Samples"
  3915. 420404 = "CD Sectors"
  3916.  
  3917. 420500 = "Vertical Scale Format"
  3918. 420501 = "Sample Values"
  3919. 420502 = "Normalized Sample Values"
  3920. 420503 = "Percentage"
  3921. 420505 = "Automatic Range Selection"
  3922.  
  3923. 420600 = "Use 'Spectrum Selection'"
  3924. 420800 = "Frequency Analysis..."
  3925.  
  3926.  
  3927.  
  3928. ####################################################
  3929. # Process Menus - Process File
  3930. ####################################################
  3931.  
  3932. 430000 = "&Process File"
  3933.  
  3934. 430100 = "&Normalize..."
  3935. 430200 = "&Correct DC Offset..."
  3936. 430400 = "&Select Peak Range"
  3937. 430500 = "&Play Peak Range"
  3938.  
  3939. 430700 = "&Remove"
  3940. 430701 = "&Leading Silence"
  3941. 430702 = "&Ending Silence"
  3942. 430703 = "Leading && Ending &Silence"
  3943.  
  3944. 430800 = "&Add"
  3945. 430801 = "Null Samples At &Beginning..."
  3946. 430802 = "Null Samples At &End..."
  3947.  
  3948. 431000 = "C&ompare With External WAV..."
  3949.  
  3950.  
  3951.  
  3952. ####################################################
  3953. # Process Menus - Process Selection
  3954. ####################################################
  3955.  
  3956. 440000 = "Process &Selection"
  3957.  
  3958. 440100 = "Remove &Glitches..."
  3959. 440200 = "Detect &Pops..."
  3960.  
  3961. 440300 = "In&terpolate Selection"
  3962. 440301 = "&Replace Frequencies"
  3963. 440302 = "&Linear"
  3964.  
  3965. 440400 = "&Smooth Selection"
  3966. 440500 = "Repla&ce From File..."
  3967.  
  3968. 440700 = "Noise Pro&file"
  3969. 440701 = "&Get From Selection"
  3970. 440702 = "&Load From File..."
  3971. 440703 = "&Save To File..."
  3972.  
  3973. 440800 = "Reduce &Noise..."
  3974.  
  3975. 441000 = "F&ade"
  3976. 441001 = "Fade &In Linear"
  3977. 441002 = "Fade &Out Linear"
  3978. 441004 = "Fade In &Logarithmic"
  3979. 441005 = "Fade O&ut Logarithmic"
  3980. 441007 = "&Fade..."
  3981.  
  3982. 441100 = "&Equalize..."
  3983. 441300 = "&Invert"
  3984. 441400 = "&Reverse"
  3985.  
  3986. 441600 = "&Delay"
  3987. 441601 = "&Echo..."
  3988. 441602 = "&Phaser..."
  3989. 441603 = "&Reverb..."
  3990. 441604 = "&Flanger..."
  3991.  
  3992.  
  3993.  
  3994. ####################################################
  3995. # Process Menus - CUE Sheet
  3996. ####################################################
  3997.  
  3998. 450000 = "&CUE Sheet"
  3999.  
  4000. 450100 = "Load CUE Sheet..."
  4001. 450200 = "Create new CUE Sheet"
  4002. 450300 = "Save CUE Sheet..."
  4003.  
  4004. 450500 = "Insert"
  4005. 450501 = "Track Start"
  4006. 450502 = "Gap Start"
  4007. 450503 = "Index"
  4008.  
  4009. 450600 = "Display CUE Sheet"
  4010. 450800 = "Generate CUE Sheet"
  4011.  
  4012.  
  4013.  
  4014. ####################################################
  4015. # Popup Menu - Main
  4016. ####################################################
  4017.  
  4018. 510000 = 220100
  4019. 510100 = 220101
  4020. 510200 = 220102
  4021.  
  4022. 520000 = 220200
  4023. 520100 = 220201
  4024. 520200 = 220202
  4025.  
  4026. 530000 = 220400
  4027.  
  4028. 550000 = "Edit"
  4029. 550100 = 210100
  4030. 550200 = 210200
  4031. 550400 = 210600
  4032.  
  4033. 550500 = "Sort"
  4034. 550501 = 210701
  4035. 550502 = 210702
  4036. 550503 = 210703
  4037.  
  4038. 560000 = "CD Player Functions"
  4039. 560100 = "Play"
  4040. 560200 = "Pause"
  4041. 560300 = "Stop"
  4042. 560400 = "Next Title"
  4043. 560500 = "Previous Title"
  4044.  
  4045. 570000 = "Options"
  4046. 570100 = 200200
  4047. 570200 = 200100
  4048. 570300 = 200300
  4049. 570400 = 200400
  4050. 570500 = 200500
  4051.  
  4052.  
  4053.  
  4054. ####################################################
  4055. # CDWrite Menus - File
  4056. ####################################################
  4057.  
  4058. 600000 = "&File"
  4059.  
  4060. 600100 = "&New CUE Sheet"
  4061. 600300 = "&Load CUE Sheet..."
  4062. 600400 = "&Save CUE Sheet..."
  4063. 600600 = "&Edit CUE Sheet..."
  4064. 600800 = "E&xit"
  4065.  
  4066.  
  4067.  
  4068. ####################################################
  4069. # CDWrite Menus - Layout
  4070. ####################################################
  4071.  
  4072. 610000 = "&Layout"
  4073.  
  4074. 610100 = "Append Files As New Track (Index &1) ..."
  4075. 610200 = "Append Files As New Track (Index &0 && 1) ..."
  4076. 610300 = "Append Files As New &Index..."
  4077. 610500 = "&Edit Selected Indices..."
  4078. 610600 = "Delete Selected I&ndices"
  4079. 610800 = "Edit &CD Information..."
  4080. 611000 = "&Add 2 Second Gap On Append"
  4081.  
  4082.  
  4083.  
  4084. ####################################################
  4085. # CDWrite Menus - CD-R
  4086. ####################################################
  4087.  
  4088. 620000 = "&CD-R"
  4089.  
  4090. 620100 = "&Write CD..."
  4091. 620300 = "&Display CD-R Information..."
  4092. 620400 = "&Test CD-R Capacity..."
  4093. 620600 = "Quick Erase CD-RW..."
  4094.  
  4095.  
  4096.  
  4097. ####################################################
  4098. # CDWrite Menus - File
  4099. ####################################################
  4100.  
  4101. 700000 = 600000
  4102.  
  4103. 700100 = 600100
  4104. 700300 = 600300
  4105. 700400 = 600400
  4106. 700600 = 600600
  4107. 700800 = 600800
  4108.  
  4109.  
  4110.  
  4111. ####################################################
  4112. # CDWrite Menus - Layout
  4113. ####################################################
  4114.  
  4115. 710000 = 610000
  4116.  
  4117. 710100 = "Append Files As New &Track"
  4118. 710300 = 610500
  4119. 710400 = 610600
  4120. 710600 = 610800
  4121. 710800 = 611000
  4122.  
  4123.  
  4124.  
  4125. ####################################################
  4126. # CDWrite Menus - CD-R
  4127. ####################################################
  4128.  
  4129. 720000 = 620000
  4130.  
  4131. 720100 = 620100
  4132. 720300 = 620300
  4133. 720400 = 620400
  4134. 720600 = 620600
  4135.  
  4136.  
  4137.  
  4138. ####################################################
  4139. # All other resource strings
  4140. ####################################################
  4141.  
  4142.  80000 = "Select compression options"
  4143.  
  4144.  80001 = "Unknown error"
  4145.  80002 = "Unknown ASPI error"
  4146.  
  4147.  80045 = "Unknown manufacturer"
  4148.  80046 = "Unknown type"
  4149.  
  4150.  80150 = "The specified directory does not exist !\n\n"+
  4151.          "Do you want to create it ?"
  4152.  80151 = "Please specify drive within path"
  4153.  80152 = "No path specified"
  4154.  
  4155.  80200 = "Unknown Artist"
  4156.  80201 = "Unknown Title"
  4157.  
  4158.  80250 = " Error - Initialisation failed"
  4159.  80251 = " Error - Not able to resolve host name"
  4160.  80252 = " Error - Missing data in function"
  4161.  80253 = " Error - Can't connect host"
  4162.  80254 = " Error - Server not responding"
  4163.  80255 = " Error - freedb handshaking failed"
  4164.  80256 = " Error - Wrong WINSOCK.DLL version"
  4165.  80257 = " Error - Can't initialise WINSOCK.DLL"
  4166.  
  4167.  80258 = " Error - Cannot connect to server"
  4168.  80259 = " Requesting CD information..."
  4169.  80260 = " CD information found"
  4170.  80261 = " Error - Entry not found"
  4171.  80262 = " Error - Server error"
  4172.  80263 = " Several exact CD information found"
  4173.  80264 = " Inexact CD information found"
  4174.  80265 = " Error - CD not found in database"
  4175.  80266 = " Error - No handshake possible"
  4176.  80267 = " Requesting CD information..."
  4177.  80268 = " Query CD information"
  4178.  80269 = " Error - HTTP protocol failure"
  4179.  80270 = " Requesting valid sites..."
  4180.  80271 = " Error - No site information"
  4181.  80272 = " Closing Connecting..."
  4182.  80273 = " Error - Server timed out"
  4183.  80274 = " Error - Server not ready"
  4184.  80275 = " Error - Mail not accepted"
  4185.  80276 = "No music type selected"
  4186.  80277 = "Incorrect CD length information"
  4187.  80278 = "Problems with disc ID"
  4188.  80279 = "Incorrect CD artist name"
  4189.  80280 = "Incorrect CD title name"
  4190.  80281 = "Problems with disc title"
  4191.  80282 = "Problems with disc year"
  4192.  80283 = "Problems with disc extended genre"
  4193.  80284 = "Incorrect "
  4194.  80285 = ". track title name"
  4195.  80286 = "Incorrect extended CD information"
  4196.  80287 = "No valid CD"
  4197.  80288 = " Sending CD information..."
  4198.  80289 = " Information send"
  4199.  80290 = " Error - Information not accepted"
  4200.  80291 = " Error - No response"
  4201.  80292 = " Connecting freedb server..."
  4202.  80294 = " Connecting mail server..."
  4203.  
  4204.  80500 = "Save Waveform"
  4205.  80501 = "Detection mode not possible for this drive"
  4206.  80502 = 5321
  4207.  80503 = "CD information incompatible with freedb\n\n"
  4208.  80504 = "Are you really sure to submit this CD\n\n"+
  4209.          "to the official freedb database ?      "
  4210.  80505 = "Only HTTP submission possible"
  4211.  80506 = "Invalid freedb host information"
  4212.  80507 = "Select Files To Tag"
  4213.  80508 = "No Audio Data available"
  4214.  80509 = "Errors occured on extraction !\n\n"+
  4215.          "Do you really want to continue ?      "
  4216.  80510 = "Save CUE Sheet"
  4217.  80511 = "Select First WAV"
  4218.  80512 = "Select Second WAV"
  4219.  80513 = 7060
  4220.  80514 = "Open Waveform"
  4221.  80515 = "There is not enough free main memory left on your system to process\n\n"+
  4222.          "the whole file. Do you want to continue nevertheless ?"
  4223.  80516 = "Not enough main memory !"
  4224.  80517 = "The selected WAV file is too short !\n\n"+
  4225.          "EAC processes only WAVs longer than 2 samples !"
  4226.  80518 = "Save CD Information"
  4227.  80519 = "No Audio Tracks selected"
  4228.  80520 = "No ASPI interface found !\n\n"+
  4229.          "Please refer to the documentation !"
  4230.  80521 = "Wave Files (*.wav)"
  4231.  80522 = "CD Database Files (*.dat)"
  4232.  80523 = "CUE Sheet Files (*.cue)"
  4233.  80524 = "All Sound Files (*.wav,*.mp3,*.aac,*.vqf)"
  4234.  80525 = "CD Information Files (*.txt)"
  4235.  80526 = "EAC Profiles (*.cfg)"
  4236.  80527 = "WAV, MP3, WMA, MPC and APE Files (*.wav, *.mp3, *.wma, *.ape, *.mpc)"
  4237.  80528 = "Binary CD-Text Files (*.cdt)"
  4238.  80529 = "The ASPI interface could not be initialized correctly !  (Error "
  4239.  
  4240.  80600 = "Audio CD in drive"
  4241.  80601 = "Track"
  4242.  80602 = "Playing"
  4243.  80603 = "Tracks"
  4244.  80604 = "No audio CD in drive"
  4245.  80605 = " Compression task left"
  4246.  80606 = " Compression tasks left"
  4247.  80607 = "Unknown"
  4248.  80608 = 10
  4249.  80609 = "User Defined Extension"
  4250.  80610 = "Wave Files"
  4251.  80611 = "External Compressor"
  4252.  80612 = "WM Audio Files"
  4253.  80613 = "Can't open/create the file \n\n"
  4254.  80614 = "No Profile Selected"
  4255.  80615 = "Play"
  4256.  80616 = "Pause"
  4257.  80617 = "Stop"
  4258.  80618 = "Previous Track"
  4259.  80619 = "Fast Back"
  4260.  80620 = "Fast Forward"
  4261.  80621 = "Next Track"
  4262.  80622 = "Eject"
  4263.  80623 = "Get CD Information From freedb"
  4264.  80624 = "Submit CD Information To freedb"
  4265.  80625 = "freedb Homepage"
  4266.  80626 = "Copy Selected Tracks Uncompressed"
  4267.  80627 = "Copy Selected Tracks Compressed"
  4268.  80628 = "Copy Image & CUE Sheet"
  4269.  80629 = "CD Title "
  4270.  80630 = "Album Title"
  4271.  80631 = "CD Artist "
  4272.  80632 = "Album Artist"
  4273.  80633 = " Various Artists "
  4274.  80634 = "Album Of Various Artists"
  4275.  80635 = "Year "
  4276.  80636 = "Production Year Of Album"
  4277.  80637 = "Genre "
  4278.  80638 = "Album MP3 Genre"
  4279.  80639 = "freedb "
  4280.  80640 = "Album freedb Genre"
  4281.  80641 = "Load"
  4282.  80642 = "Save"
  4283.  80643 = "New"
  4284.  80644 = "Delete"
  4285.  80645 = "Drive Selection Box"
  4286.  80646 = "Title"
  4287.  80647 = "Track"
  4288.  80648 = "Start"
  4289.  80649 = "Length"
  4290.  80650 = "Gap"
  4291.  80651 = "Size"
  4292.  80652 = "Compr. Size"
  4293.  80653 = "Read CRC"
  4294.  80654 = "Test CRC"
  4295.  80655 = "CRC"
  4296.  80656 = "Copy Protection"
  4297.  80657 = "Pre-Emphasis"
  4298.  80658 = 10041
  4299.  80659 = "Select WAVs To Compress"
  4300.  80660 = "The following files are not uncompressed 44.1 kHz "+
  4301.          "stereo WAVs !\n\n"
  4302.  80661 = "Do you still want to continue compression "+
  4303.          "without these files ?                     "
  4304.  80662 = "No files to process !                     "+
  4305.          "                                          "+
  4306.          "                                      "
  4307.  80663 = "Select Destination Directory"
  4308.  80664 = "Select WAVs, MP3s, WMAs or APEs To Decompress"
  4309.  80665 = "The following files are uncompressed 44.1 kHz "+
  4310.          "stereo WAVs !\n\n"
  4311.  80666 = "Select File To Rename From ID3 Tag"
  4312.  80667 = "Save Option Profile"
  4313.  80668 = "Load Option Profile"
  4314.  80669 = "The external compressor returned an error!\n\nOptions : "
  4315.  80670 = "\n\nFile : "
  4316.  
  4317.  80700 = "Illegal characters in profilename!"
  4318.  80701 = "Save DB Text File"
  4319.  80702 = "No General Music Style selected !"
  4320.  80703 = "Do you really want to delete this profile ?"
  4321.  80704 = "Profile deletion error!"
  4322.  80705 = "Configuration Wizard"
  4323.  80706 = "Save CD-Text Binary File"
  4324.  80707 = "Import Database"
  4325.  80708 = "     Read Error"
  4326.  80709 = "     Sync Error"
  4327.  80710 = "     Reading Selected Range"
  4328.  80711 = "     Reading Track"
  4329.  80712 = "     File Write Error"
  4330.  80713 = "     Cool Down Drive"
  4331.  80714 = "     Spin Up Drive"
  4332.  80715 = "     Continue Reading"
  4333.  80716 = "     Normalizing"
  4334.  80717 = "     Normalizing and Compressing"
  4335.  80718 = "     Test Done"
  4336.  80719 = "     Copy OK"
  4337.  80720 = " No CD Found"
  4338.  80721 = " Test canceled - Up to now NO C2 errors found"
  4339.  80722 = " C2 error information found"
  4340.  80723 = " Probably not C2 capable"
  4341.  80724 = " NO C2 errors found on this CD"
  4342.  80725 = " Can't find matching C2 read mode"
  4343.  80726 = " No audio tracks found"
  4344.  80727 = "Cutting"
  4345.  80728 = "Error writing file !"
  4346.  80729 = "File open error !"
  4347.  80730 = "Error in CUE sheet !"
  4348.  80731 = "Select WAV To Split"
  4349.  80732 = "Select CUE File Used For Split"
  4350.  80733 = "File not found in CUE sheet !"
  4351.  80734 = "CUE Sheets (*.cue)"
  4352.  80735 = "Wave Files (*.wav)"
  4353.  80736 = "Change Sample Value"
  4354.  80737 = "Changing Sample Value"
  4355.  80738 = "Select CUE Sheet"
  4356.  80739 = "The CUE sheet is either incorrect or does not "+
  4357.          "contain this file !  "
  4358.  80740 = "Save CUE Sheet As"
  4359.  80741 = "Do you really want to delete your actual CUE sheet ?"
  4360.  80742 = "Probably not enough space for undo !\n\n"+
  4361.          "Do you want to continue without undo ? "
  4362.  80743 = "Save Waveform As"
  4363.  80744 = "Select WAV"
  4364.  80745 = "Open Replacement File"
  4365.  80746 = "No files"
  4366.  80747 = "Noise profiles (*.nrp)"
  4367.  80748 = 80735
  4368.  80749 = 80734
  4369.  80750 = "No enough space for undo !\n\n"+
  4370.          "Do you want to continue without undo, erasing all "+
  4371.          "undo levels ?    "
  4372.  
  4373.  80800 = "File write error !"
  4374.  80801 = "File creation error !"
  4375.  80802 = "Undo"
  4376.  80803 = "No temporary space available !"
  4377.  80804 = "Not enough memory for this operation !"
  4378.  80806 = "File read error !"
  4379.  80808 = "Clipboard file error !"
  4380.  80809 = "Incorrect input (-32768..32767) !"
  4381.  80810 = "Not a standard 44.1 kHz/16 bit/stereo WAV !"
  4382.  80811 = "Replace file too short !"
  4383.  
  4384.  80900 = "Position is beyond waveform limits !"
  4385.  80901 = "It is not possible to insert an index at this position !"
  4386.  80902 = "It is not possible to insert an index marker above "+
  4387.          "another marker at this position!"
  4388.  80903 = "It is not possible to insert an pre-gap marker above "+
  4389.          "another marker at this position!"
  4390.  80904 = "It is not possible to insert a pre-gap at that position !"
  4391.  80905 = "It is not possible to insert a track marker above "+
  4392.          "another marker !"
  4393.  80950 = "left "
  4394.  80951 = "right "
  4395.  
  4396.  81000 = "  missing sample"
  4397.  81001 = "  missing samples"
  4398.  81002 = "  repeated sample"
  4399.  81003 = "  repeated samples"
  4400.  81004 = " longer"
  4401.  81005 = "different samples"
  4402.  81006 = "Determine Peak Level"
  4403.  81007 = "Determining Peak Level"
  4404.  81008 = 410100
  4405.  81009 = "Comparing WAVs"
  4406.  
  4407.  81100 = "Compare WAVs"
  4408.  
  4409.  81101 = "EAC options"
  4410.  81102 = "Compression options"
  4411.  81103 = "freedb / Database options"
  4412.  81104 = "Options for drive "
  4413.  81105 = "WAV editor options"
  4414.  
  4415.  81200 = "     Searching Start Sector"
  4416.  81201 = " Testing..."
  4417.  81202 = " Test canceled"
  4418.  81203 = " Detect canceled"
  4419.  81204 = " Can't find matching read mode"
  4420.  81205 = " Lead In & Lead Out"
  4421.  81206 = " Only Lead In"
  4422.  81207 = " Only Lead Out"
  4423.  81208 = " None"
  4424.  81209 = " TOC reading error"
  4425.  81210 = " Searching..."
  4426.  81211 = " Searching Passage..."
  4427.  81212 = " Passage Not Found"
  4428.  81213 = " Read Error"
  4429.  81214 = " CD Not Found In Offset Database"
  4430.  81215 = " No CD Found"
  4431.  81216 = "   No Gap"
  4432.  81217 = "Track "
  4433.  81218 = "Detecting Gap Silences"
  4434.  81219 = "Extracting"
  4435.  
  4436.  81300 = "Once you tested that your drive does support C2 pointers, "+
  4437.          "you could enable this feature in the drive options for this drive."
  4438.  81301 = "There was a problem of detecting the drive features "+
  4439.          "for this drive. Either no audio CD is in the drive, "+
  4440.          "or EAC couldn't detect a valid read mode. Please try "+
  4441.          "again or go back to the previous screen."
  4442.  81302 = "EAC couldn't find a CD in the drive to be tested. Make "+
  4443.          "sure a CD containing audio tracks is inserted in the "+
  4444.          "drive named on the top of the dialog. Please try again "+
  4445.          "or go back to the previous screen."
  4446.  81303 = "EAC could find a CD in the drive, but it seem that it "+
  4447.          "doesn't contain audio tracks. Make sure a CD containing "+
  4448.          "audio tracks is inserted in the drive named on the top "+
  4449.          "of the dialog. Please try again or go back to the previous screen."
  4450.  81304 = "EAC couldn't detect a valid read mode for this drive. "+
  4451.          "Either the drive is not supported or there are some "+
  4452.          "manual configuration needed for this drive. Try a different "+
  4453.          "CD and try again or go back to the previous screen."
  4454.  81305 = "Specified file is not found, please check your setting."
  4455.  81306 = "Select LAME Encoder"
  4456.  81307 = "Illegal email address!"
  4457.  81308 = "LAME Encoder (LAME.EXE)"
  4458.  
  4459.  81400 = "Actual"
  4460.  81401 = "Select Default Path For Extraction"
  4461.  
  4462.  81500 = "CD-ROM drives selection box"
  4463.  81501 = "freedb Submission"
  4464.  81502 = "Invalid server address"
  4465.  81503 = "Only HTTP submission possible"
  4466.  81504 = " Done"
  4467.  81505 = " Canceled"
  4468.  81506 = "Get active server list"
  4469.  81507 = "Glitch Removing"
  4470.  81508 = "Select Command Line Encoder"
  4471.  81509 = "Save Logfile"
  4472.  81510 = "Program files (*.exe)"
  4473.  81511 = "EAC Logfiles (*.log)"
  4474.  
  4475.  81600 = "This function will actually write data to your empty "+
  4476.          "CD-R/CD-RW !\n\nA CD-R can't be used otherwise afterwards, "+
  4477.          "a CD-RW could be deleted again though.\n\nDo you really "+
  4478.          "want to continue ?"
  4479.  81601 = "This CD is not empty !  "
  4480.  81602 = "Audio Files (*.wav,*.mp3,*.mpc,*.ape)"
  4481.  
  4482.  81700 = "L3Enc MP3 Encoder & Compatible"
  4483.  81701 = "Fraunhofer MP3Enc MP3 Encoder"
  4484.  81702 = "Xing X3Enc MP3 Encoder"
  4485.  81703 = "Xing ToMPG MP3 Encoder"
  4486.  81704 = "LAME MP3 Encoder"
  4487.  81705 = "GOGO MP3 Encoder"
  4488.  81706 = "MPC Encoder"
  4489.  81707 = "Ogg Vorbis Encoder"
  4490.  81708 = "Microsoft WMA9 Encoder"
  4491.  81709 = "FAAC AAC Encoder"
  4492.  81710 = "Homeboy AAC Encoder"
  4493.  81711 = "Quartex AAC Encoder"
  4494.  81712 = "PsyTEL AAC Encoder"
  4495.  81713 = "MBSoft AAC Encoder"
  4496.  81714 = "Yamaha VQF Encoder"
  4497.  81715 = "Real Audio Encoder"
  4498.  81716 = "Monkey's Audio Lossless Encoder"
  4499.  81717 = "Shorten Lossless Encoder"
  4500.  81718 = "RKAU Lossless Encoder"
  4501.  81719 = "LPAC Lossless Encoder"
  4502.  81720 = "User Defined Encoder"
  4503.  
  4504.  81800 = "TAO Gap Removal"
  4505.  81801 = "Removing TAO Gaps"
  4506.  81802 = "Select CUE Sheet for Gap Removal"
  4507.  81803 = "Only CD images can be processed (single file) !"
  4508.  81804 = "Only uncompressed files can be processed !"
  4509.  81805 = "Only uncompressed 44.1 kHz, 16 bit stereo files can be processed !"
  4510.