home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / manutenzione / smartinfo / sfs / tekstit / sfs.strings.asm < prev   
Assembly Source File  |  1999-11-30  |  7KB  |  210 lines

  1.     IFND SFS_I
  2. SFS_I    SET    1
  3.  
  4.  
  5. ;-----------------------------------------------------------------------------
  6.  
  7.  
  8. * This file was created automatically by CatComp.
  9. * Do NOT edit by hand!
  10. *
  11.  
  12.  
  13.     IFND EXEC_TYPES_I
  14.     INCLUDE 'exec/types.i'
  15.     ENDC
  16.  
  17.     IFD CATCOMP_ARRAY
  18. CATCOMP_NUMBERS SET 1
  19. CATCOMP_STRINGS SET 1
  20.     ENDC
  21.  
  22.     IFD CATCOMP_CODE
  23. CATCOMP_BLOCK SET 1
  24.     ENDC
  25.  
  26.  
  27. ;-----------------------------------------------------------------------------
  28.  
  29.  
  30.     IFD CATCOMP_NUMBERS
  31.  
  32. MSG_TRANSLATOR EQU 0
  33. MSG_NOMEMORY EQU 1
  34. MSG_DISK_ERROR EQU 2
  35. MSG_DIRECTORY_ERROR EQU 3
  36. MSG_ABOUT EQU 4
  37. MSG_020_REQUIRED EQU 5
  38. MSG_SFS_ERROR EQU 6
  39. MSG_CANT_READ_BITMAP EQU 7
  40. MSG_DEFRAGMENT_DONE EQU 8
  41. MSG_DEFRAGMENT_ERROR EQU 9
  42. MSG_CANT_LOCK EQU 10
  43. MSG_OK_GAD EQU 11
  44. MSG_INTUI_OK_GAD EQU 12
  45. MSG_PERFORM_SFSCHECK_GAD EQU 13
  46. MSG_PERFORM_SFSCHECK_GAD_HELP EQU 14
  47. MSG_DEFRAGMENT_GAD EQU 15
  48. MSG_DEFRAGMENT_GAD_HELP EQU 16
  49. MSG_PAUSE_DEFRAGMENT_GAD EQU 17
  50. MSG_PAUSE_DEFRAGMENT_GAD_HELP EQU 18
  51. MSG_CONTINUE_DEFRAGMENT_GAD EQU 19
  52. MSG_CONTINUE_DEFRAGMENT_GAD_HELP EQU 20
  53. MSG_START_DEFRAGMENT_GAD EQU 21
  54. MSG_START_DEFRAGMENT_GAD_HELP EQU 22
  55. MSG_ABORT_DEFRAGMENT_GAD EQU 23
  56. MSG_ABORT_DEFRAGMENT_GAD_HELP EQU 24
  57. MSG_SAVE_PREFS_GAD EQU 25
  58. MSG_SAVE_PREFS_GAD_HELP EQU 26
  59. MSG_USE_PREFS_GAD EQU 27
  60. MSG_USE_PREFS_GAD_HELP EQU 28
  61. MSG_CANCEL_PREFS_GAD EQU 29
  62. MSG_CANCEL_PREFS_GAD_HELP EQU 30
  63. MSG_PREFS_EMPTY_RECYCLED EQU 31
  64. MSG_PREFS_ADDBUFFERS EQU 32
  65. MSG_PREFS_SERIALIZE_DISK EQU 33
  66. MSG_DEFRAGMENT_WIN EQU 34
  67. MSG_PREFS_WIN EQU 35
  68. MSG_USED_BLOCK EQU 36
  69. MSG_NEW_BLOCK EQU 37
  70. MSG_REMOVED_BLOCK EQU 38
  71. MSG_GENERAL_INFO_FORMAT EQU 39
  72. MSG_GENERAL_INFO_FORMAT2 EQU 40
  73. MSG_GENERAL_INFO_FORMAT3 EQU 41
  74. MSG_START_OFFSET EQU 42
  75. MSG_END_OFFSET EQU 43
  76. MSG_DEVICE_API EQU 44
  77. MSG_BYTES_PER_BLOCK EQU 45
  78. MSG_TOTAL_BLOCKS EQU 46
  79. MSG_CACHE_ACCESSES EQU 47
  80. MSG_CACHE_MISSES EQU 48
  81. MSG_READ_AHEAD_CACHE EQU 49
  82. MSG_DOS_BUFFERS EQU 50
  83. MSG_SFS_SETTINGS EQU 51
  84. MSG_START_END_OFFSET_FORMAT EQU 52
  85. MSG_CACHE_SIZE_FORMAT EQU 53
  86. MSG_COPYBACK EQU 54
  87. MSG_WRITE_THROUGH EQU 55
  88. MSG_NONE EQU 56
  89. MSG_CASE_SENSITIVE EQU 57
  90. MSG_RECYCLED EQU 58
  91. MSG_NSD EQU 59
  92. MSG_TD64 EQU 60
  93. MSG_SCSI_DIRECT EQU 61
  94. MSG_STANDARD EQU 62
  95. MSG_PREFS_DEFRAG_GUI_TITLE EQU 63
  96. MSG_PREFS_DEFRAG_OPTIONS_TITLE EQU 64
  97. MSG_PROJECT_MENU EQU 65
  98. MSG_PROJECT_SETTINGS_MENU EQU 66
  99. MSG_PROJECT_MUI_SETTINGS_MENU EQU 67
  100. MSG_PROJECT_ABOUT_MENU EQU 68
  101. MSG_PROJECT_ABOUT_MUI_MENU EQU 69
  102. MSG_PROJECT_QUIT_MENU EQU 70
  103. MSG_APP_CREATION_ERROR EQU 71
  104. MSG_MUIE_NO_MEM EQU 72
  105. MSG_MUIE_MISSING_LIB EQU 73
  106. MSG_MUIE_NO_AREXX EQU 74
  107. MSG_MUIE_UNKNOWN EQU 75
  108.  
  109.     ENDC ; CATCOMP_NUMBERS
  110.  
  111.  
  112. ;-----------------------------------------------------------------------------
  113.  
  114.  
  115.     IFD CATCOMP_STRINGS
  116.  
  117. MSG_TRANSLATOR_STR: DC.B 'English strings by Ilkka Lehtoranta (iti@solutions.fi)',$00
  118. MSG_NOMEMORY_STR: DC.B 'Not enough memory available.',10,'%lU kb required.',$00
  119. MSG_DISK_ERROR_STR: DC.B 'Unable to access file %s:',10,'%s.',$00
  120. MSG_DIRECTORY_ERROR_STR: DC.B 'Unable to access directory %s.',10,'%s.',$00
  121. MSG_ABOUT_STR: DC.B 'cSmart Info 1.04 - Released 30-Nov-1999',10,10,'Created by Ilkka Lehtoranta',10
  122.     DC.B 'iti@solutions.fi',10,10,'This FREEWARE product is based on SFSQuery',10,'and SFSde'
  123.     DC.B 'fragmenterGUI by',10,'John Hendrikx.',10,10,'%s',$00
  124. MSG_020_REQUIRED_STR: DC.B '020 or better is required.',$00
  125. MSG_SFS_ERROR_STR: DC.B 'Command rejected by filesystem.',$00
  126. MSG_CANT_READ_BITMAP_STR: DC.B 'Can',39,'t read bitmap.',$00
  127. MSG_DEFRAGMENT_DONE_STR: DC.B 'Defragment complete!',$00
  128. MSG_DEFRAGMENT_ERROR_STR: DC.B 'cError %ld occurred during defragment.',10,10,'Please run SFScheck to check '
  129.     DC.B 'if volume',10,'b%sn',10,'has some kind of errors.',$00
  130. MSG_CANT_LOCK_STR: DC.B 'Can',39,'t lock volume %s:',10,'%s.',$00
  131. MSG_OK_GAD_STR: DC.B '*_Ok',$00
  132. MSG_INTUI_OK_GAD_STR: DC.B 'Ok',$00
  133. MSG_PERFORM_SFSCHECK_GAD_STR: DC.B 'Perform _SFScheck',$00
  134. MSG_PERFORM_SFSCHECK_GAD_HELP_STR: DC.B 'Perform SFScheck for this device.',$00
  135. MSG_DEFRAGMENT_GAD_STR: DC.B '_Defragment',$00
  136. MSG_DEFRAGMENT_GAD_HELP_STR: DC.B 'Defragment SFS partition.',$00
  137. MSG_PAUSE_DEFRAGMENT_GAD_STR: DC.B '_Pause',$00
  138. MSG_PAUSE_DEFRAGMENT_GAD_HELP_STR: DC.B 'Pause defragmentation.',$00
  139. MSG_CONTINUE_DEFRAGMENT_GAD_STR: DC.B '_Continue',$00
  140. MSG_CONTINUE_DEFRAGMENT_GAD_HELP_STR: DC.B 'Continue defragmentation.',$00
  141. MSG_START_DEFRAGMENT_GAD_STR: DC.B '_Start',$00
  142. MSG_START_DEFRAGMENT_GAD_HELP_STR: DC.B 'Start defragmentation.',$00
  143. MSG_ABORT_DEFRAGMENT_GAD_STR: DC.B '_Abort',$00
  144. MSG_ABORT_DEFRAGMENT_GAD_HELP_STR: DC.B 'Abort defragmentation.',$00
  145. MSG_SAVE_PREFS_GAD_STR: DC.B '_Save',$00
  146. MSG_SAVE_PREFS_GAD_HELP_STR: DC.B 'Save settings.',$00
  147. MSG_USE_PREFS_GAD_STR: DC.B '_Use',$00
  148. MSG_USE_PREFS_GAD_HELP_STR: DC.B 'Use settings.',$00
  149. MSG_CANCEL_PREFS_GAD_STR: DC.B '_Cancel',$00
  150. MSG_CANCEL_PREFS_GAD_HELP_STR: DC.B 'Undo changes to settings.',$00
  151. MSG_PREFS_EMPTY_RECYCLED_STR: DC.B 'Empty [RECYCLED] Directory',$00
  152. MSG_PREFS_ADDBUFFERS_STR: DC.B 'Auto-add DOS Buffers',$00
  153. MSG_PREFS_SERIALIZE_DISK_STR: DC.B 'Update Volume Date',$00
  154. MSG_DEFRAGMENT_WIN_STR: DC.B 'Defragment',$00
  155. MSG_PREFS_WIN_STR: DC.B 'Settings (defragmenter)',$00
  156. MSG_USED_BLOCK_STR: DC.B 'Used Block',$00
  157. MSG_NEW_BLOCK_STR: DC.B 'New Block',$00
  158. MSG_REMOVED_BLOCK_STR: DC.B 'Removed Block',$00
  159. MSG_GENERAL_INFO_FORMAT_STR: DC.B 'Creation date %s %s (filesystem version %d.%d)',$00
  160. MSG_GENERAL_INFO_FORMAT2_STR: DC.B 'Creation date %s %s',$00
  161. MSG_GENERAL_INFO_FORMAT3_STR: DC.B 'Creation date %s %s (filesystem version 1.80 or 1.81)',$00
  162. MSG_START_OFFSET_STR: DC.B 'Start offset',$00
  163. MSG_END_OFFSET_STR: DC.B 'End offset',$00
  164. MSG_DEVICE_API_STR: DC.B 'Device API',$00
  165. MSG_BYTES_PER_BLOCK_STR: DC.B 'Bytes per block',$00
  166. MSG_TOTAL_BLOCKS_STR: DC.B 'Total blocks',$00
  167. MSG_CACHE_ACCESSES_STR: DC.B 'Cache accesses',$00
  168. MSG_CACHE_MISSES_STR: DC.B 'Cache misses',$00
  169. MSG_READ_AHEAD_CACHE_STR: DC.B 'Read-ahead cache',$00
  170. MSG_DOS_BUFFERS_STR: DC.B 'DOS buffers',$00
  171. MSG_SFS_SETTINGS_STR: DC.B 'SFS settings',$00
  172. MSG_START_END_OFFSET_FORMAT_STR: DC.B '$%08.lx:%08.lx',$00
  173. MSG_CACHE_SIZE_FORMAT_STR: DC.B '%lU x %lU bytes (%s)',$00
  174. MSG_COPYBACK_STR: DC.B 'Copyback',$00
  175. MSG_WRITE_THROUGH_STR: DC.B 'Write-through',$00
  176. MSG_NONE_STR: DC.B '[NONE]',$00
  177. MSG_CASE_SENSITIVE_STR: DC.B '[CASE SENSITIVE]',$00
  178. MSG_RECYCLED_STR: DC.B '[RECYCLED]',$00
  179. MSG_NSD_STR: DC.B 'NSD (64-bit)',$00
  180. MSG_TD64_STR: DC.B 'TD64',$00
  181. MSG_SCSI_DIRECT_STR: DC.B 'SCSI direct',$00
  182. MSG_STANDARD_STR: DC.B 'Standard',$00
  183. MSG_PREFS_DEFRAG_GUI_TITLE_STR: DC.B 'GUI',$00
  184. MSG_PREFS_DEFRAG_OPTIONS_TITLE_STR: DC.B 'Options',$00
  185. MSG_PROJECT_MENU_STR: DC.B 'Project',$00
  186. MSG_PROJECT_SETTINGS_MENU_STR: DC.B 'S',0,'Settings...',$00
  187. MSG_PROJECT_MUI_SETTINGS_MENU_STR: DC.B 'M',0,'MUI Settings...',$00
  188. MSG_PROJECT_ABOUT_MENU_STR: DC.B '?',0,'About...',$00
  189. MSG_PROJECT_ABOUT_MUI_MENU_STR: DC.B 'About MUI...',$00
  190. MSG_PROJECT_QUIT_MENU_STR: DC.B 'Q',0,'Quit',$00
  191. MSG_APP_CREATION_ERROR_STR: DC.B 'Can',39,'t create application:',10,'%s.',$00
  192. MSG_MUIE_NO_MEM_STR: DC.B 'not enough memory',$00
  193. MSG_MUIE_MISSING_LIB_STR: DC.B 'library is missing',$00
  194. MSG_MUIE_NO_AREXX_STR: DC.B 'no ARexx',$00
  195. MSG_MUIE_UNKNOWN_STR: DC.B 'unknown error',$00
  196.  
  197.     ENDC ; CATCOMP_STRINGS
  198.  
  199.  
  200. ;-----------------------------------------------------------------------------
  201.  
  202.  
  203.    STRUCTURE LocaleInfo,0
  204.     APTR li_LocaleBase
  205.     APTR li_Catalog
  206.    LABEL LocaleInfo_SIZEOF
  207.  
  208.  
  209.     ENDC ; SFS_I
  210.