home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Sound / Pegase / Pegase.cd < prev    next >
Text File  |  2000-08-29  |  4KB  |  197 lines

  1. MSG_ERROR_TXT (1//)
  2. Error
  3. ;
  4. MSG_FATALERROR_TXT (//)
  5. Fatal error
  6. ;
  7. MSG_YES_TXT (//)
  8. Yes
  9. ;
  10. MSG_NO_TXT (//)
  11. No
  12. ;
  13. MSG_NONE_TXT (//)
  14. none
  15. ;
  16. MSG_BREAK_TXT (//)
  17. *** BREAK ***
  18. ;
  19. MSG_DONE_TXT (//)
  20. Done.
  21. ;
  22. ; ##### Error messages
  23. ;
  24. MSG_BADCPU_TXT (//)
  25. \nThis version of Pegase is not\nsuitable for your CPU.\n
  26. ;
  27. MSG_BADLAYER_ERRORTXT (//)
  28. Layer number should be 1 or 2.
  29. ;
  30. MSG_BADMODE_ERRORTXT (//)
  31. MONO and JOINTSTEREO are mutualy exclusive.
  32. ;
  33. MSG_NO_TIMER_ERRORTXT (//)
  34. The timer is not available. Sorry.
  35. ;
  36. ; ##### Settings strings
  37. ;
  38. MSG_DISPSETTINGS_SETUP_TXT (//)
  39. Setup
  40. ;
  41. MSG_DISPSETTINGS_SOURCE_TXT (//)
  42. File/Dir to encode
  43. ;
  44. MSG_DISPSETTINGS_DEST_TXT (//)
  45. Dest
  46. ;
  47. MSG_ENCODING_MODE_TXT (//)
  48. Encoding mode :
  49. ;
  50. MSG_DISPSETTINGS_LAYER_TXT (//)
  51. Layer
  52. ;
  53. MSG_DISPSETTINGS_PATTERN_TXT (//)
  54. File pattern
  55. ;
  56. MSG_DISPSETTINGS_FLAGS_TXT (//)
  57. Flags :
  58. ;
  59. MSG_DISPSETTINGS_COPYRIGHT_TXT (//)
  60. Copyrighted
  61. ;
  62. MSG_DISPSETTINGS_ORIGINAL_TXT (//)
  63. Original
  64. ;
  65. MSG_DISPSETTINGS_CRC_TXT (//)
  66. CRC
  67. ;
  68. MSG_DISPSETTINGS_STEREO_TXT (//)
  69. stereo
  70. ;
  71. MSG_DISPSETTINGS_MONO_TXT (//)
  72. mono
  73. ;
  74. MSG_DISPSETTINGS_JOINTSTEREO_TXT (//)
  75. joint stereo
  76. ;
  77. MSG_DISPSETTINGS_SAMPLES_TXT (//)
  78. samples per channel
  79. ;
  80. MSG_EXTENDED_HELP (//)
  81. Usage :\n\
  82. FROM      : Input sound files or directories to encode.\n\
  83. TO        : Output file name or directory for encoded audio file(s).\n\
  84. LAYER     : Layer number (1 or 2). Default = 2.\n\
  85. FREQ      : Sampling frequency (Hz). Default = 44100.\n\
  86. BITRATE   : Total bitrate (kbits/s). Default = 160.\n\
  87. MONO      : Mono encoding.\n\
  88. JSTEREO   : Joint stereo encoding.\n\
  89. COPYRIGHT : Mark as copyright.\n\
  90. ORIGINAL  : Mark as original.\n\
  91. CRC       : Add error protection.\n\
  92. PRIORITY  : Change Pegase's priority.\n\
  93. VERBOSE   : Print all informations.\n\
  94. INTEL     : Force INTEL byte order for CDDA files.\n\
  95. MOTOROLA  : Force MOTOROLA byte order for CDDA files.\n\
  96. DELETE    : Delete source file after encoding.\n
  97. ;
  98. ; ##### GUI Strings
  99. ;
  100. MSG_FILEREQUEST_TITLE (//)
  101. Select file(s) to encode...
  102. ;
  103. MSG_QUIT_GADGET (//)
  104. Quit
  105. ;
  106. ; ##### CLI Strings
  107. ;
  108. MSG_ANALYSING_TXT (//)
  109. Analysing file
  110. ;
  111. MSG_ENCODING_TXT (//)
  112. Encoding
  113. ;
  114. MSG_DESTINATION_TXT (//)
  115. Destination
  116. ;
  117. MSG_ELAPSED_TIME_TXT (//)
  118. Elapsed time
  119. ;
  120. MSG_NOT_AN_AUDIO_FILE_ERROR (//)
  121. Not an audio file
  122. ;
  123. MSG_BAD_AIFF_ERROR (//)
  124. Unsupported AIFF file
  125. ;
  126. MSG_BAD_MAUD_ERROR (//)
  127. Unsupported MAUD file
  128. ;
  129. MSG_BAD_WAVE_ERROR (//)
  130. Unsupported WAV file
  131. ;
  132. MSG_READ_ERROR (//)
  133. Unable to read this file
  134. ;
  135. MSG_UNKNOWN_FILE_FORMAT (//)
  136. Unknown file format
  137. ;
  138. MSG_ASSUME_RAW_TXT (//)
  139. Assume to be a RAW/PCM file, 16 bits mono
  140. ;
  141. MSG_UNSUPPORTED_FREQUENCY_ERROR (//)
  142. Unsupported sample frequency
  143. ;
  144. MSG_OPEN_OSTREAM_ERROR (//)
  145. Can't open output file
  146. ;
  147. MSG_SEEK_OSTREAM_ERROR (//)
  148. Can't seek to the end of the output file
  149. ;
  150. MSG_WRITE_OSTREAM_ERROR (//)
  151. Can't write to the output file
  152. ;
  153. MSG_CLOSE_OSTREAM_ERROR (//)
  154. Can't close the output file
  155. ;
  156. MSG_ENCODER_NOT_READY_ERROR (//)
  157. Can't initialized the encoder
  158. ;
  159. MSG_ISTREAM_ERROR (//)
  160. Can't initialized the input stream
  161. ;
  162. MSG_OUT_OF_MEMORY_ERROR (//)
  163. Out of memory
  164. ;
  165. MSG_STREAM_ERROR (//)
  166. File error
  167. ;
  168. MSG_WARN_BADIFF_SIZE (//)
  169. *** WARNING *** : Samples chunk size mismatch.
  170. ;
  171. ; New for Pegase 1.80+
  172. ;
  173. MSG_DELETING_TXT (//)
  174. Deleting
  175. ;
  176. MSG_DELETE_SRC_TXT (//)
  177. Delete source file after completion
  178. ;
  179. MSG_ILLEGAL_ARGUMENT_ERROR (//)
  180. Illegal argument
  181. ;
  182. MSG_TO_TXT (//)
  183. to
  184. ;
  185. MSG_CDDA_BYTEORDER_TXT (//)
  186. CDDA samples format
  187. ;
  188. MSG_CDDA_AUTODETECT_TXT (//)
  189. Guess byte order
  190. ;
  191. MSG_CDDA_INTEL_TXT (//)
  192. INTEL byte order
  193. ;
  194. MSG_CDDA_MOTOROLA_TXT (//)
  195. MOTOROLA byte order
  196. ;
  197.