home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTMooVFileParser.bundle / Resources / English.lproj / Localizable.strings
Encoding:
Text File  |  1994-05-09  |  2.1 KB  |  85 lines

  1. "NTComponentName" = "QuickTime";
  2. "NTComponentDescription" = "QuickTime File Format";
  3.  
  4. /* Here are all the error messages! (Whew...) */
  5.  
  6. /* Error message titles */
  7. "Movie Parser Error";
  8. "Movie Writer Error";
  9.  
  10. /* Message prefixes */
  11. "Unable to open %s: %s";
  12. "Unable to save %s: %s";
  13. "Unable to create %s: %s";
  14.  
  15. /* Generic media errors */
  16. "Not a sample description atom";
  17. "No media info atom";
  18.  
  19. /* Video media errors */
  20. "Requires unavailable ROM resource";
  21. "Requires missing color lookup table";
  22. "Unknown image depth code";
  23. "Invalid pixel depth";
  24. "Invalid color space";
  25. "No video media header";
  26. "Video requires unsupported drawing mode";
  27. "No video media handler";
  28.  
  29. /* Sound media errors */
  30. "No sound media header";
  31. "No sound media handler";
  32.  
  33. /* File write errors */
  34. "Cannot open file";
  35. "Cannot write file";
  36. "Cannot reference file";
  37. "Cannot edit media";
  38. "Cannot write sample";
  39. "Cannot complete 'mdat' atom";
  40. "Cannot read file";
  41. "Cannot synthesize 'moov' atom";
  42. "Cannot write 'moov' atom";
  43.  
  44. /* File read errors */
  45. "Read error";
  46. "Unknown movie version";
  47. "Obsolete movie version";
  48. "Unknown track version";
  49. "Obsolete track version";
  50. "Not a edit atom";
  51. "Not an edit list";
  52. "Not a media atom";
  53. "No media header";
  54. "No media handler ref";
  55. "Not a track";
  56. "No track header";
  57. "Not a track, clip, or user data";
  58. "Not a movie";
  59. "No movie header";
  60. "Cannot access data reference";
  61. "No media header";
  62. "No media data info atom";
  63. "No media data reference atom";
  64. "Bad media data reference version";
  65. "Cannot open data reference";
  66. "External Macintosh file aliases are not supported";
  67. "Bad Unix data reference version";
  68. "Malformed external Unix file reference";
  69. "No alias or Unix atom";
  70. "Could not resolve file alias";
  71. "Not a sample description atom";
  72. "Not a time to sample atom";
  73. "Not a sync sample atom";
  74. "Not a sample description atom";
  75. "Not a sample size atom";
  76. "Not a shadow sync atom";
  77. "Inconsistant sample count";
  78. "Incomplete sample table atom";
  79. "Inconsistant chunk count";
  80. "Cannot compile media information";
  81. "Not a sample table atom";
  82. "Atom is not a sample table member";
  83. "No media info atom";
  84. "Not a media information or user data atom";
  85.