home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / b150_1 / !VarEdit_MsgTrans < prev    next >
Encoding:
Text File  |  1994-01-08  |  11.8 KB  |  246 lines

  1. # Var Edit Message file
  2.  
  3. # Misc messages
  4. Version:0.10 (09-Jan-94)
  5. VFile:| Variable file, saved at 
  6. HNull: 
  7. HVarIs:At icon %0, variable '%1', current is %2, stored is %3
  8. MenuIs:\Sto edit the keyboard short-cut of the menu option '%0'.
  9. var:variable
  10. DSave:not be able to participate in the Desktop Save protocol properly.
  11. DefNLen:use the default value of 50
  12. DefVLen:use the default value of 70
  13.  
  14. # Errors
  15. NoVar:Variable ’%0’ does not exist. VarEdit will %1.
  16. BadVar:Variable ’%0’ is not a number. VarEdit will %1.
  17. NameShort:Not enough space to read variable name, which has been truncated. Quit the program as soon as possible, and increase VarEdit$NameLen to at least %0.
  18. ValShort:Not enough space to read variable value, which has been truncated. Quit the program as soon as possible, and increase VarEdit$ValLen to at least %0.
  19. EndLoop: Just been in what looked like an endless loop. 
  20. OutOfSynch: Icon and variable have got out of synch. Do not try to modify any variables. Closing the viewer and loading it again will solve the problem.
  21. Short:Shortcut is already used.
  22. Exists: already exists.
  23. StrTyp:The created variable is of a strange type: 
  24. VarNeg:Variable was negative after searching index.
  25. VarBig:Variable was too large after searching index.
  26. Trunc:Warning: proposed replacement text is too long and will be truncated from ‘%0’ to ‘%1’.
  27. IconDel:Icon has been deleted.
  28. MessMem:Something strange has happened: the messages are already in memory.
  29.  
  30. # *** Menus ***
  31. M10:Info
  32. M11:Help
  33. M12:Show styles
  34. M13:Choices...
  35. M14:Quit
  36. M1T:VarEdit
  37. M20:File
  38. M21:Edit
  39. M22:Utilities
  40. M23:New variable...
  41. M2T:VarEdit
  42. M200:Info
  43. M201:Save variables
  44. M202:Statistics...
  45. M203:Refresh
  46. M20T:File
  47. M210:Copy
  48. M211:Rename
  49. M212:Delete
  50. M213:String
  51. M214:Number
  52. M215:Macro
  53. M21T:Edit
  54. M210T:Copy as
  55. M211T:Rename to
  56. M220:Show current variable
  57. M221:Find text...
  58. M222:Go to variable...
  59. M223:Open Filer window
  60. M224:Run parent
  61. M225:View !Sprites
  62. M226:View file sprite
  63. M22T:Utilities
  64. M30:Interactive help
  65. M31:Close window
  66. M32:Iconise window
  67. M3T:Non-menu
  68. M40:Icon menu
  69. M41:Main menu
  70. M42:File
  71. M43:Edit
  72. M44:Utilities
  73. M45:Non-menu
  74. M4T:Menus
  75.  
  76. # *** Help ***
  77. # Menus
  78. HM10:\Rsee information about this program.
  79. HM11:\Ssee (more) help about this program.
  80. HM12:\Ssee a list of variable styles.
  81. HM13:\Schange some of the settings.
  82. HM14:\Squit this program.
  83. HM20:\Rdisplay various options about files.
  84. HM21:\Rdisplay various editing operations.
  85. HM22:\Rdisplay various utilities relating to the current variable.
  86. HM23:\Sdefine a new variable.
  87. HM200:\Rsee information about the file the variables are currently saved in.
  88. HM201:\Ssave the system variables with the current filename (not currently implemented). \Rget a save box.
  89. HM202:\Sdisplay statistics about the different variable types and styles.
  90. HM203:\Sforce the program to refresh its list of variables and their values, in case the list has got of synch. \Git hasn't been implemented yet.
  91. HM210:\Rmake a copy of this variable with a new name.
  92. HM2100:Type the name of the new variable here. Click \s or press Return to copy with this name.
  93. HM211:\Rrename this variable with a new name.
  94. HM2110:Type the new name of the variable here. Click \s or press Return to rename the variable with this name.
  95. HM212:\Sdelete the current variable.
  96. HM213:\Smake this variable a string. \Git hasn’t been implemented yet.
  97. HM214:\Smake this variable a number. \Git hasn’t been implemented yet.
  98. HM215:\Smake this variable a macro. \Git hasn’t been implemented yet.
  99. HM220:\Sopen a \w displaying the current variable and its value.
  100. HM221:\Sfind and possibly replace characters in variables (search variable value).
  101. HM222:\Sgo to a specific variable (search variable name).
  102. HM223:\Sopen a Filer \w of the path(s) described in the current variable. \Git is not implemented at the moment.
  103. HM224:\Srun the parent application of the current variable. \Git is not implemented at the moment.
  104. HM225:\Sload the !Sprites file (if it exists) from the path(s) described in the current variable. \Git is not implemented at the moment.
  105. HM226:\Sview the sprite (if it exists) that corresponds to this file type. \Git is not implemented at the moment.
  106. HM40:\Schoose options from the icon bar menu.
  107. HM41:\Schoose options from the main menu.
  108. HM42:\Schoose options from the File submenu.
  109. HM43:\Schoose options from the Edit submenu.
  110. HM44:\Schoose options from the Utilities submenu.
  111. HM45:\Schoose options unavailable from the menus.
  112. HMShow:This menu is just for show, so you can see what keyboard shortcuts are currently assigned. Do not bother to choose anything from this menu, just browse.
  113.  
  114. # Help icon
  115. HIH:\Sload !Help, or to open the Help \w if it has been closed. For more help about this program, choose “Help” from the iconbar menu.
  116. # Main icon
  117. HIcon:\TVarEdit icon.|MThis program allows you to view, edit and save system variables.|M\Ssee a list of possible views.
  118.  
  119. # Choices
  120. HC0:If this option is selected, VarEdit will automatically scan the variable list when it starts up. Otherwise, it will only scan the list when you open the Styles \w.
  121. HC2:If this option is selected, VarEdit will automatically open the Styles \w when it starts up. Otherwise you will have to open it manually (see menus).
  122. HC3:If this option is selected, VarEdit will display a status \w when it is scanning the variable list or creating a viewer, and will multitask. Otherwise, it will display the hourglass, halting the machine temporarily.
  123. HC4:\Sclose this \w and keep the current choices (not necessarily the choices selected in the \w).
  124. HC5:\Suse these choices for this session and save them to file as the default settings for future sessions.
  125. HC6:\Suse the default choices.
  126. HC7:\Suse these choices for this session only.
  127. HC8:\Tmulti-tasking setting. The lower the setting, the smoother the desktop will be while VarEdit is processing, but the longer the actual process will take. This is particularly noticeable on an ARM2.
  128. HC9:\Sdecrease the multi-tasking setting.
  129. HC10:\Sincrease the multi-tasking setting.
  130. HC14:\Tcolour of bars representing types in the statistics window.
  131. HC18:\Tcolour of the bar representing all variables in the statistics window.
  132. HC22:\Tcolour of the bar representing user-defined styles in the statistics window.
  133. HC26:\Tcolour of the bar representing the special style “Other” in the statistics window.
  134. HC15/HC19/HC23/HC27:\Sdecrease the colour number.
  135. HC16/HC20/HC24/HC28:\Sincrease the colour number.
  136. HC29:If this option is selected, keyboard short-cuts for menu items will be shown on the menus. This makes it easier to remember them, but makes the menus longer.
  137. HC30:\Sdefine keyboard short-cuts for menu items and other common commands.
  138. HC?/HC??
  139. HCW:\TChoices \w, where you can change some aspects of how VarEdit works (see individual icons).
  140.  
  141. # Keyboard short-cuts window
  142. HK4:\Smove forwards in the list of available menus, click \a to move backwards. Click MENU to get a list of available menus.
  143. HK5:Click \s, \a or MENU to get a list of available menus.
  144. HK6:This icon shows the currently-defined keyboard short-cut for the menu option shown below. Type a new key combination to change it.
  145. HK7:\Smove forwards in the list of menu options in the current menu, click \a to move backwards. Click MENU to get a list of available options.
  146. HK8:Click \s, \a or MENU to get a list of available options.
  147. HK9:\Sremove the shortcut assigned to this option (if it exists).
  148. HK10:\Ssee a graphical representation of the shortcuts currently being used.
  149. HK11:\Ssee a textual list of the shortcuts currently being used.
  150. HK?/HK??
  151. HKW:\Tkeyboard shortcuts \w, where you can define keyboard short-cuts for menu options and other common functions. Click MENU to get a menu (purely for show) of all the available options.
  152.  
  153. # File info
  154. HF0:Whether the variables have changed since they were last saved.
  155. HF4:Whether the variables were saved by styles (as opposed to alphabetically)
  156. HF6:The name of the file the variables were last saved to.
  157. HF7:Size of the file.
  158. HF9:Date the file was saved.
  159. HF?
  160. HFW:This \w gives information about the most recently-saved variable file.
  161.  
  162. # Info
  163. HI?/HI??
  164. HIW:\Tinfo \w, providing information about this program.
  165.  
  166. # New variable window
  167. HN3:Type the name of the new variable here (e.g. Wipe$Options).
  168. HN4:Type the contents of the new variable here, i.e. the value you want to assign to it (e.g. C ~F ~R V).
  169. HN5:\Sto make the new variable a string
  170. HN6:\Sto make the new variable a number
  171. HN7:\Sto make the new variable a macro
  172. HN8:\Sto make the new variable either a string or a number, depending on the contents.
  173. HN9:\Sto create a new variable using the selected options.
  174. HNSty:\Sto select a new variable of style '%0'. The variable name will be modified to fit, and possibly the contents: you could lose part of what you have typed in.
  175. HN?/HN??
  176. HNW:\Tnew variable dialogue box. Use this \w to create new variables.
  177.  
  178. # Save as
  179. HA0:Drag this icon to a Filer \w or an application to save a list of system variables.
  180. HA2:Type a filename in here.
  181. HA3:If selected, VarEdit will save the system variables sorted by category. If not, it will save a simple alphabetical list.
  182. HA4:\Sclose the dialogue box and abandon the process.
  183. HA5:\Ssave the file.
  184. HA?/HA??
  185. HAW:\TSave as dialogue box.
  186.  
  187. # Status window
  188. HT?/HT??
  189. HTW:\Tstatus \w, providing information about the current process taking place.|MIf you can read this, something strange has happened, as the status window doesn’t know about Help messages ;-).
  190.  
  191. #Style window
  192. HS0:\Sview all variables.
  193. HS2:\Sview all variables of type String.
  194. HS3:\Sview all variables of type Number.
  195. HS4:\Sview all variables of type Macro.
  196. HS5:\Sdefine a new style (not currently implemented)
  197. HS6:\Suse the saved styles (not currently implemented)
  198. HS7:\Ssave the current styles (not currently implemented)
  199. HSSty:\Sview all variables of style %0. \Aedit the definition of the style (not currently implemented).
  200. HSView:\Sview all variables of style %0.
  201. HSEdit:\Sedit the definition of style %0 (not currently implemented).
  202. HSDel:\Sdelete style %0 (not currently implemented).
  203. HS?/HS??
  204. HSW:\Tstyle \w, where you can view, edit or delete lists of variables.
  205.  
  206. # Varstats window
  207. HV?/HV??
  208. HVW:\Tstatistics \w. The numbers and the bars show the number of variables of each type or style.
  209.  
  210. # Viewer window
  211. HW?/HW??
  212. HWW:This is a variable viewer \w.
  213.  
  214. # Keys used window
  215. HU?/HU??
  216. HUW:This \w shows which keys are currently used as short-cuts for menu options or other commonly-used functions. This window is just for show: clicking on the icons won't do anything.
  217.  
  218. # Find window
  219. HN2:\Sfind the first occurence of the search text in the selected viewer (see ‘Current viewer only’)
  220. HN3:\Sreplace all occurences of the search text with the replace text.
  221. HN4:\Scancel this search and close the window.
  222. HN7:Type in here the text you want to search for. 
  223. HN8:Type in here the new text you want to replace the found text with (if required). 
  224. HN9:\Ssearch variable names.
  225. HN10:\Ssearch variable contents.
  226. HN11:\Ssearch variable names and contents.
  227. HN12:\Srestrict the search to exact case only.
  228. HN13:\Srestrict the search to the current viewer. If unselected, all variables will be searched.
  229. HN?/HN??
  230. HNW:\Tfind text window.
  231.  
  232. # Found window
  233. HD0:\Sreplace the found text with the chosen replacement and find the next occurence.
  234. HD1:\Sreplace the found text with the chosen replacement and stop the process.
  235. HD2:\Sfind the next occurence of the find text without making any changes.
  236. HD3:\Sreplace this and all remaining occurences of the find text in this viewer
  237. HD4:\Sstop the process.
  238. HD5:This shows the state of the variable name or contents if the found text was replaced with the chosen replacement.
  239. HDW:\Tfound text window.
  240.  
  241. # Goto window
  242. HG0:Type in here the first few letters of the variable you want to go to.
  243. HG2:If selected, VarEdit will automatically find the variable you are looking for as you type. Otherwise it will only look for it when you click \s on Find.
  244. HG3:\Sgo to the variable starting with the text you have typed in.
  245. HG4:\Sclose this window and stop the process. 
  246. HG? HGW:\TGo to variable window. Type in text and click Find to find a variable by name.