en.dat 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. 0 "undeclared identifier"
  2. 1 "multiply defined identifier"
  3. 2 "illegal character in number"
  4. 3 "illegal character in string"
  5. 4 "identifier does not match procedure (module) name"
  6. 5 "comment not closed"
  7. 11 '"=" expected'
  8. 12 "type definition starts with incorrect symbol"
  9. 13 "factor starts with incorrect symbol"
  10. 14 "statement starts with incorrect symbol"
  11. 15 "declaration followed by incorrect symbol"
  12. 16 "MODULE expected"
  13. 20 '"." missing'
  14. 21 '"," missing'
  15. 22 '":" missing'
  16. 24 '")" missing'
  17. 25 '"]" missing'
  18. 26 '"}" missing'
  19. 27 "OF missing"
  20. 28 "THEN missing"
  21. 29 "DO missing"
  22. 30 "TO missing"
  23. 32 '"(" missing'
  24. 33 "CONST, TYPE, VAR, PROCEDURE, BEGIN, or END missing"
  25. 34 "PROCEDURE, BEGIN, or END missing"
  26. 35 '"," or OF expected'
  27. 36 '":=" missing'
  28. 39 "this is not a VAR-parameter"
  29. 40 "identifier expected"
  30. 41 '";" missing'
  31. 42 '"@" missing'
  32. 43 "END missing"
  33. 46 "UNTIL missing"
  34. 47 "EXIT not within loop statement"
  35. 48 "illegally marked identifier"
  36. 49 "incorrect use of RETURN"
  37. 50 "expression should be constant"
  38. 51 "constant not an integer"
  39. 52 "identifier does not denote a type"
  40. 53 "identifier does not denote a record type"
  41. 54 "result type of procedure is not a basic type"
  42. 55 "procedure call of a function"
  43. 56 "assignment to non-variable"
  44. 57 "pointer not bound to record type"
  45. 58 "recursive type definition"
  46. 59 "illegal open array parameter"
  47. 60 "wrong type of case label"
  48. 61 "inadmissible type of case label"
  49. 62 "case label defined more than once"
  50. 63 "illegal value of constant"
  51. 64 "more actual than formal parameters"
  52. 65 "fewer actual than formal parameters"
  53. 66 "element types of actual array and formal open array differ"
  54. 67 "actual parameter corresponding to open array is not an array"
  55. 68 "control variable must be integer"
  56. 69 "parameter must be an integer constant"
  57. 70 "pointer or VAR / IN record required as formal receiver"
  58. 71 "pointer expected as actual receiver"
  59. 72 "procedure must be bound to a record of the same scope"
  60. 73 "procedure must have level 0"
  61. 74 "procedure unknown in base type"
  62. 75 "invalid call of base procedure"
  63. 76 "this variable (field) is read only"
  64. 77 "object is not a record"
  65. 78 "dereferenced object is not a variable"
  66. 79 "indexed object is not a variable"
  67. 80 "index expression is not an integer"
  68. 81 "index out of specified bounds"
  69. 82 "indexed variable is not an array"
  70. 83 "undefined record field"
  71. 84 "dereferenced variable is not a pointer"
  72. 85 "guard or test type is not an extension of variable type"
  73. 86 "guard or test type is not a pointer"
  74. 87 "guarded or tested variable is neither a pointer nor a VAR- or IN-parameter record"
  75. 88 "open array not allowed as variable, record field or array element"
  76. 90 "dereferenced variable is not a character array"
  77. 91 "control variable must be local"
  78. 92 "operand of IN not an integer, or not a set"
  79. 93 "set element type is not an integer"
  80. 94 "operand of & is not of type BOOLEAN"
  81. 95 "operand of OR is not of type BOOLEAN"
  82. 96 "operand not applicable to (unary) +"
  83. 97 "operand not applicable to (unary) -"
  84. 98 "operand of ~ is not of type BOOLEAN"
  85. 99 "ASSERT fault"
  86. 100 "incompatible operands of dyadic operator"
  87. 101 "operand type inapplicable to *"
  88. 102 "operand type inapplicable to /"
  89. 103 "operand type inapplicable to DIV"
  90. 104 "operand type inapplicable to MOD"
  91. 105 "operand type inapplicable to +"
  92. 106 "operand type inapplicable to -"
  93. 107 "operand type inapplicable to = or #"
  94. 108 "operand type inapplicable to relation"
  95. 110 "operand is not a type"
  96. 111 "operand inapplicable to (this) function"
  97. 112 "operand is not a variable"
  98. 113 "incompatible assignment"
  99. 114 "string too long to be assigned"
  100. 115 "parameter doesn't match"
  101. 116 "number of parameters doesn't match"
  102. 117 "result type doesn't match"
  103. 118 "export mark doesn't match with forward declaration"
  104. 119 "redefinition textually precedes procedure bound to base type"
  105. 120 "type of expression following IF, WHILE, UNTIL or ASSERT is not BOOLEAN"
  106. 121 "called object is not a procedure (or is an interrupt procedure)"
  107. 122 "actual VAR-, IN-, or OUT-parameter is not a variable"
  108. 123 "type is not identical with that of formal VAR-, IN-, or OUT-parameter"
  109. 124 "type of result expression differs from that of procedure"
  110. 125 "type of case expression is neither INTEGER nor CHAR"
  111. 126 "this expression cannot be a type or a procedure"
  112. 127 "illegal use of object"
  113. 128 "unsatisfied forward reference"
  114. 129 "unsatisfied forward procedure"
  115. 130 "WITH clause does not specify a variable"
  116. 131 "LEN not applied to array"
  117. 132 "dimension in LEN too large or negative"
  118. 133 "system flag doesn't match forward declaration"
  119. 135 "SYSTEM not imported"
  120. 136 "LEN applied to untagged array"
  121. 137 "unknown array length"
  122. 138 "NEW not allowed for untagged structures"
  123. 139 "test applied to untagged record"
  124. 140 "operand type inapplicable to DIV0"
  125. 141 "operand type inapplicable to REM0"
  126. 145 "untagged open array not allowed as value parameter"
  127. 150 "key inconsistency of imported module"
  128. 151 "incorrect symbol file"
  129. 152 "symbol file of imported module not found"
  130. 153 "object or symbol file not opened (disk full?)"
  131. 154 "recursive import not allowed"
  132. 155 "generation of new symbol file not allowed"
  133. 156 "default target machine address size and alignment used"
  134. 157 "syntax error in parameter file"
  135. 177 "IN only allowed for records and arrays"
  136. 178 "illegal attribute"
  137. 179 "abstract methods of exported records must be exported"
  138. 180 "illegal receiver type"
  139. 181 "base type is not extensible"
  140. 182 "base procedure is not extensible"
  141. 183 "non-matching export"
  142. 184 "attribute does not match with forward declaration"
  143. 185 "missing NEW attribute"
  144. 186 "illegal NEW attribute"
  145. 187 "new empty procedure in non extensible record"
  146. 188 "extensible procedure in non extensible record"
  147. 189 "illegal attribute change"
  148. 190 "record must be abstract"
  149. 191 "base type must be abstract"
  150. 192 "unimplemented abstract procedures in base types"
  151. 193 "abstract or limited records may not be allocated"
  152. 194 "no supercall allowed to abstract or empty procedures"
  153. 195 "empty procedures may not have out parameters or return a value"
  154. 196 "procedure is implement-only exported"
  155. 197 "extension of limited type must be limited"
  156. 200 "not yet implemented"
  157. 201 "lower bound of set range greater than higher bound"
  158. 202 "set element greater than MAX(SET) or less than 0"
  159. 203 "number too large"
  160. 204 "product too large"
  161. 205 "division by zero"
  162. 206 "sum too large"
  163. 207 "difference too large"
  164. 208 "overflow in arithmetic shift"
  165. 209 "case range too large"
  166. 210 "overflow in logical shift"
  167. 213 "too many cases in case statement"
  168. 214 "name collision"
  169. 218 "illegal value of parameter (0 <= p < 256)"
  170. 220 "illegal value of parameter"
  171. 221 "too many pointers in a record"
  172. 222 "too many global pointers"
  173. 223 "too many record types"
  174. 225 "address of pointer variable too large (move forward in text)"
  175. 226 "too many exported procedures"
  176. 227 "too many imported modules"
  177. 228 "too many exported structures"
  178. 229 "too many nested records for import"
  179. 230 "too many constants (strings) in module"
  180. 231 "too many link table entries (external procedures)"
  181. 232 "too many commands in module"
  182. 233 "record extension hierarchy too high"
  183. 234 "export of recursive type not allowed"
  184. 240 "identifier too long"
  185. 241 "string too long"
  186. 242 "address overflow"
  187. 243 "concatenation of module, type, and guarded variable exceeds maximum name length"
  188. 244 "cyclic type definition not allowed"
  189. 265 "unsupported string operation"
  190. 400 "file not found"
  191. 401 "file contains wrong module name"
  192. 421 "compilation failed"
  193. 422 "linking failed"
  194. 423 "execution failed"
  195. menuFile "&File"
  196. menuNew "&New"
  197. menuOpen "&Open"
  198. menuReload "&Reload"
  199. menuSave "&Save"
  200. menuSaveAs "Save &as..."
  201. menuSaveAll "Save a&ll"
  202. menuExit "E&xit"
  203. menuEdit "&Edit"
  204. menuUndo "&Undo"
  205. actionDelText "DelText"
  206. menuRedo "&Redo"
  207. menuCut "Cu&t"
  208. menuCopy "&Copy"
  209. menuPaste "&Paste"
  210. menuCutInternal "Cut &Internally"
  211. menuCopyInternal "Copy I&nternally"
  212. menuPasteInternal "Pas&te Internally"
  213. menuClear "C&lear"
  214. menuSelectAll "Select &All"
  215. menuUnselect "U&nselect"
  216. menuSearch "&Search"
  217. menuFind "&Find..."
  218. menuReplace "&Replace..."
  219. menuSearchAgain "&Search again"
  220. menuGoToLineNumber "&Go to line number..."
  221. menuFindProcedure "&Find procedure..."
  222. menuRun "&Run"
  223. menuRunRun "&Run"
  224. menuRunDirectory "Run &Directory..."
  225. menuParameters "P&arameters..."
  226. menuCompile "&Compile"
  227. menuMake "&Make"
  228. menuMakeAndRun "Make && &Run"
  229. menuBuild "&Build"
  230. menuDebug "&Debug"
  231. menuOutput "&Output"
  232. menuTools "&Tools"
  233. menuMessages "&Messages"
  234. menuCalculator "&Calculator"
  235. menuAsciiTable "Ascii &table"
  236. menuOptions "&Options"
  237. menuMode "Mode&..."
  238. menuNormalMode "Normal"
  239. menuLanguage "La&nguage..."
  240. menuCompiler "&Compiler..."
  241. menuMemorySizes "&Memory sizes..."
  242. menuLinker "&Linker..."
  243. menuDirectories "&Directories..."
  244. menuTools "&Tools..."
  245. menuEnvironment "&Environment"
  246. menuPreferences "&Preferences..."
  247. menuEditor "&Editor..."
  248. menuCodeComplete "Code&Complete..."
  249. menuCodeTemplates "Code&Templates..."
  250. menuDesktop "&Desktop..."
  251. menuKeyboardAndMouse "Keyboard && &mouse..."
  252. menuLearnKeys "Learn &Keys"
  253. menuOpenOptions "&Open..."
  254. menuSaveOptions "&Save"
  255. menuSaveOptionsAs "Save &as..."
  256. menuWindow "&Window"
  257. menuTile "&Tile"
  258. menuCascade "C&ascade"
  259. menuCloseAll "Cl&ose all"
  260. menuSizeMove "&Size/Move"
  261. menuZoom "&Zoom"
  262. menuNextWindow "&Next"
  263. menuPreviousWindow "&Previous"
  264. menuCloseWindow "&Close"
  265. menuListWindows "&List..."
  266. menuRefreshDisplay "&Refresh display"
  267. menuHelp "&Help"
  268. menuContents "&Contents"
  269. menuIndex "&Index"
  270. menuTopicSearch "&Topic search"
  271. menuPreviousTopic "&Previous topic"
  272. menuUsingHelp "&Using help"
  273. menuHelpFiles "&Files..."
  274. menuAbout "&About..."
  275. btnHelp "Help"
  276. btnSave "Save"
  277. btnOpen "Open"
  278. btnCompileAndRun "Compile & Run"
  279. btnLocalMenu "Local menu"
  280. titleAbout "About"
  281. titleFreeOberon "Free Oberon"
  282. titleFind "Find"
  283. version "version"
  284. copyright "Copyright (c)"
  285. copyrightBy "by"
  286. authorName "Arthur Yefimov"
  287. btnOk "O&K"
  288. btnOpen "&Open"
  289. btnCancel "Cancel"
  290. titleSaveFileAs "Save File As"
  291. titleOpenAFile "Open a File"
  292. labelSaveFileAs "&Save file as"
  293. labelName "&Name"
  294. labelFiles "&Files"
  295. labelTextToFind "&Text to find"
  296. labelChooseLanguage "Choose language"
  297. pressAnyKeyToReturnToIde "Press any key to return to IDE"
  298. runtimeError "Runtime error"