home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Utilities / TSgui / tsgui.cd < prev    next >
Encoding:
Text File  |  2001-05-26  |  2.1 KB  |  134 lines

  1. ;
  2. MSG_CANCEL (//)
  3. Cancel
  4. ;
  5. MSG_READING_TRACK (//)
  6. Reading track %ld\r
  7. ;
  8. MSG_WRITING_TRACK (//)
  9. Writing track %ld\r
  10. ;
  11. MSG_READ_DISK (//)
  12. Read disk
  13. ;
  14. MSG_WRITE_DISK (//)
  15. Write disk
  16. ;
  17. MSG_IO_ERROR (//)
  18. \n*** Error %ld%s\n
  19. ;
  20. MSG_READ_ERROR (//)
  21. While reading Cylinder No. %ld\nan error has occured.\nError No. %ld%s
  22. ;
  23. MSG_WRITE_ERROR (//)
  24. While writing Cylinder No. %ld\nan error has occured.\nError No. %ld%s
  25. ;
  26. MSG_IGNORE_CANCEL (//)
  27. Ignore|Cancel
  28. ;
  29. MSG_OK (//)
  30. Ok
  31. ;
  32. MSG_FILE_INCOMPLETE (//)
  33. Operation canceled\nThe file is incomplete.
  34. ;
  35. MSG_NOT_ENOUGH_MEMORY (//)
  36. Not enough memory for buffer !
  37. ;
  38. MSG_PRINT_DEVICE (//)
  39. Device = %s\n
  40. ;
  41. MSG_PRINT_UNIT (//)
  42. Unit   = %ld\n
  43. ;
  44. MSG_PRINT_FLAGS (//)
  45. Flags  = %ld\n
  46. ;
  47. MSG_PRINT_BYTES_PER_CYL (//)
  48. Bytes per cylinder = %ld\n
  49. ;
  50. MSG_PRINT_FIRST_CYL (//)
  51. First cylinder     = %ld\n
  52. ;
  53. MSG_PRINT_LAST_CYL (//)
  54. Last cylinder      = %ld\n
  55. ;
  56. MSG_CANNOT_OPEN_FILE (//)
  57. Cannot open file %s !\n
  58. ;
  59. MSG_TOO_LARGE_DISK (//)
  60. The disk is larger than 4GB but the device does not support 64bit commands !
  61. ;
  62. MSG_CANNOT_OPEN_DEVICE (//)
  63. Cannot open %s unit %ld !\n
  64. ;
  65. MSG_CANNOT_FIND_DRIVE (//)
  66. Cannot find drive %s !\n
  67. ;
  68. MSG_NAME (//)
  69. Name
  70. ;
  71. MSG_DEVICE (//)
  72. Device
  73. ;
  74. MSG_UNIT (//)
  75. Unit
  76. ;
  77. MSG_FIRST_CYL (//)
  78. First cyl.
  79. ;
  80. MSG_LAST_CYL (//)
  81. Last cyl.
  82. ;
  83. MSG_SIZE (//)
  84. Size
  85. ;
  86. MSG_REFRESH (//)
  87. Refresh
  88. ;
  89. MSG_FORMAT_WHILE_WRITING (//)
  90. Format while writing
  91. ;
  92. MSG_FILE (//)
  93. File
  94. ;
  95. MSG_DISK_TO_FILE (//)
  96. Disk -> File
  97. ;
  98. MSG_FILE_TO_DISK (//)
  99. File -> Disk
  100. ;
  101. MSG_PLEASE_CHOOSE_FILE (//)
  102. Please choose file
  103. ;
  104. MSG_MUST_CHOOSE_DRIVE_FIRST (//)
  105. You must first choose a drive !
  106. ;
  107. MSG_MUST_CHOOSE_FILE_FIRST (//)
  108. You must first choose an image file !
  109. ;
  110. MSG_INVALID_ACTION (//)
  111. Invalid action %s !\nValid actions are READ and WRITE.\n
  112. ;
  113. MSG_BREAK (//)
  114. *** Break\n
  115. ;
  116. MSG_SIZE_DOES_NOT_FIT (//)
  117. The size of the image file does not fit the size of the disk !
  118. ;
  119. MSG_FILE_ALREADY_EXISTS (//)
  120. The file does already exist !
  121. ;
  122. MSG_OVERWRITE_CANCEL (//)
  123. Overwrite|Cancel
  124. ;
  125. MSG_IGNORE_ALL_CANCEL (//)
  126. Ignore|Ignore all|Cancel
  127. ;
  128. MSG_DATA_WILL_BE_DISCARDED (//)
  129. All data that is already on the disk will be discarded !
  130. ;
  131. MSG_OK_CANCEL (//)
  132. Ok|Cancel
  133. ;
  134.