home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 129 / af129a.adf / WordConverter.lzx / WordConverter / WordConverter.cd < prev    next >
Text File  |  1979-01-30  |  4KB  |  156 lines

  1. ; $VER: WordConverter.cd 0.9.5 ©1997 Peter Drapich
  2. #language english
  3. #version 0
  4. ;
  5. ; Messages
  6. ;
  7. MSG_ABOUT1 (3000//)
  8. %s %s\n
  9. MSG_ABOUT2 (3001//)
  10. ©1997-1998 %s.\n
  11. MSG_REGISTERED (3002//)
  12. Registered to %s
  13. MSG_USAGE (3003//)
  14. Usage: %s <input filename> <output filename> <output format>\n
  15. MSG_WELCOME (3004//)
  16. Welcome to %s %s ©1997-1998 %s.
  17. MSG_OK (3005//)
  18. OK
  19. MSG_OHBOY (3006//)
  20. Oh, Boy!
  21. MSG_AREYOUSURE (3007//)
  22. Are you sure ?
  23. MSG_YESNO (3008//)
  24. Yes|No
  25. MSG_REQUEST (3009//)
  26. Request
  27. MSG_IMPORTANT (3010//)
  28. Important
  29. MSG_PICKFILE (3011//)
  30. Pick a Word file
  31. MSG_CHECKFILE (3012//)
  32. Checking file...
  33. MSG_CONVERTFILE (3013//)
  34. Converting file...
  35. MSG_EMAILNUMS (3014//)
  36. Please email these numbers\nbelow to docent@union.org.pl\ntogether with the version of Word\nused to save them\n$%lx, $%lx
  37. MSG_BYTES (3015//)
  38. %ld bytes
  39. MSG_SAVEFILENAME (3016//)
  40. Enter the file name to save
  41. MSG_FILEEXISTS (3017//)
  42. File already exist. Continue ?
  43. MSG_SAVEOUTFILE (3018//)
  44. Saving output file...
  45. MSG_GOODBYE (3019//)
  46. Good Bye!
  47. MSG_ABORTED (3020//)
  48. Operation aborted.
  49. MSG_SAVECANCELLED (3021//)
  50. Saving cancelled.
  51. MSG_DOCUNKNOWN (3022//)
  52. I found unknown revision\nof %s document.\nRead it anyway ?
  53. MSG_FILESIZE (3023//)
  54. File size: %ld bytes.\n
  55. MSG_TEXTSIZE (3024//)
  56. Text size: %ld bytes.\n
  57. MSG_FILETYPE (3025//)
  58. File type: %s\n
  59. MSG_VERSION (3026//)
  60. Version  : %s\n
  61. MSG_INFORMATION (3027//)
  62. Information
  63. MSG_DECRYPTIONOK (3028//)
  64. File %s decrypted succesfully.
  65. MSG_CRYPTPASS (3029//)
  66. The password was %s.
  67. MSG_CRYPTKEY (3030//)
  68. The crypting key was $%lx.
  69. MSG_NOTCRYPTED (3031//)
  70. File %s is not crypted.
  71. ;
  72. ; Error Messages
  73. ;
  74. ERR_NOERR (0//)
  75. Conversion succesful.
  76. ERR_CRYPTED (5//)
  77. File %s is crypted.
  78. ERR_REVUNKNOWN (6//)
  79. Unknown revision of Word document.
  80. ERR_NOTOLEFILE (7//)
  81. File %s is not an OLE file.
  82. ERR_NOTWORDFILE (8//)
  83. File %s is not a Word document.
  84. ERR_NOTWORDFILE2 (9//)
  85. Not a Word document.
  86. ERR_NOFILE (10//)
  87. File %s not found.
  88. ERR_OPENFAILED (11//)
  89. Error opening destination file.
  90. ERR_WRITEFAILED (12//)
  91. Error while saving file.
  92. ERR_READFAILED (13//)
  93. Error while reading file.
  94. ERR_OPENTEMPFAILED (14//)
  95. Error opening temporary file.
  96. ERR_READDIRSTRUCTFAILED (15//)
  97. ReadDirStruct failed.
  98. ERR_INITFAILED (20//)
  99. Initialisation failed.
  100. ERR_NOMEMORY (21//)
  101. Not enough memory.
  102. ERR_NOTIMER (22//)
  103. Can't open timer.device
  104. ERR_ALLOCREQFAILED (23//)
  105. Could not allocate request.
  106. ERR_DECRYPTIONFAILED (24//)
  107. Could not decrypt %s.
  108. ;
  109. ; gadget help
  110. ;
  111. HELP_CONVERT_GADGET (1000//)
  112. This button begins the file conversion.
  113. HELP_QUIT_GADGET (1001//)
  114. This button quits Word Converter.
  115. HELP_FILENAME_GADGET (1002//)
  116. Displays the name of the file to convert.
  117. HELP_VERSION_GADGET (1003//)
  118. Displays version of selected Word file.
  119. HELP_FILESIZE_GADGET (1004//)
  120. This gadget contains the size of selected file.
  121. HELP_DECRYPT_GADGET (1005//)
  122. This button begins decryption of a password protected file.
  123. HELP_HELP_GADGET (1006//)
  124. Here you can find short description of the controls.
  125. HELP_TEXTSIZE_GADGET (1007//)
  126. Contains the size of plain text in selected Word file.
  127. HELP_FILETYPE_GADGET (1008//)
  128. Displays additional information about Word file.
  129. HELP_SAVEFORMAT_GADGET (1009//)
  130. Lets you select the save format of the text.
  131. HELP_ABOUT_GADGET (1010//)
  132. This gadget displays information about the program and the author.
  133. ;
  134. ; gadgets
  135. ;
  136. CONVERT_GADGET (2000//)
  137. Convert
  138. QUIT_GADGET (2001//)
  139. Quit
  140. FILENAME_GADGET (2002//)
  141. File Name
  142. VERSION_GADGET (2003//)
  143. Version
  144. FILESIZE_GADGET (2004//)
  145. File Size
  146. DECRYPT_GADGET (2005//)
  147. Decrypt
  148. TEXTSIZE_GADGET (2007//)
  149. Text Size
  150. FILETYPE_GADGET (2008//)
  151. File Type
  152. SAVEFORMAT_GADGET (2009//)
  153. Save As
  154. ABOUT_GADGET (2010//)
  155. About
  156.