home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* */
- /* Texts used in Comal command interface */
- /* version 93.04.27 */
- /* */
- /************************************************************************/
-
- #000 "Line has been changed!\nDiscard the changes?"
- #001 "Program has been changed!\nDiscard the changes?"
- #002 "Delete watch expression?"
- #003 "Delete block?"
-
- /* Gadget texts */
- #004 "Yes" /* 'Yes' requester text */
- #005 "No " /* 'No' requester text */
- #006 "Cancel" /* 'Cancel' requester text */
- #007 "Accept" /* 'Accept' requester text */
- #008 "Find: " /* Text for 'FIND' text gadget */
- #009 "Replace: " /* Text for 'REPLACE' text gadget */
- #010 "Watch: " /* Text for 'WATCH' text gadget */
- #011 "Enter macro string for function key F"
- #012 "Delete selected file(s)?"
-
- /* Error texts written in window title line */
- #013 "No program"
- #014 "Program buffer is full"
- #015 "No more memory"
- #016 "The line is not an executable line"
- #017 "No modules loaded"
- #018 "No information text in module"
- #019 "No more room on the clip board"
- #020 "The file cannot be found"
- #021 "Error during reading"
- #022 "Error during writing"
- #023 "Not a Comal file"
- #024 "Backup file cannot be created. Continue?"
- #025 "Icon could not be created"
- #026 "Project could not be opened"
- #027 "Macro file not found"
- #028 "ARexx not installed"
- #029 "Directory not found"
- #030 "Not a valid directory name"
- #031 "No file selected"
- #032 "Multiple select illegal"
- #033 "Could not make new directory"
- #034 "Could not rename"
- #035 "Selected file(s) could not be deleted"
- #036 "Selected file(s) could not be copied"
- #037 "Selected file(s) could not be moved"
-
- /* Information texts written in title line */
- #038 "wait a moment ..."
- #039 "searching ..."
- #040 "Program line error"
- #041 "Search text not found"
- #042 "Replace (Y/N)? - cancel with ESC"
- #043 "Yy"
- #044 "Nn"
-
- /* File requester texts */
- #045 " Load ASCII File"
- #046 " Load Code File"
- #047 " Save As ASCII File"
- #048 " Save As Code File"
- #049 " Insert ASCII File"
- #050 " Load Macro File"
- #051 " Save Macro File"
- #052 " Select File"
- #053 " Select name of combined file"
- #054 " File Maintance"
- #055 " Rename File"
- #056 " Copy File(s)"
- #057 " Move File(s)"
- #058 " Make New Directory"
- #059 " Make New Drawer"
- #060 "Drawer:"
- #061 "Name:"
- #062 "New Drawer:"
- #063 "New Name:"
- #064 "Ok"
- #065 "Disk"
- #066 "Parent"
- #067 "Cancel"
- #068 "Delete"
- #069 "Rename"
- #070 "Copy"
- #071 "Move"
- #072 "New Directory"
- #073 "New Drawer"
-
- /* Status line texts */
- #074 "Line"
- #075 "Col"
- #076 "Free"
- #077 "Insert" /* Edit mode */
- #078 "Replace" /* Overwrite mode */
- #079 "Block" /* Block mode */
- #080 "Program execution" /* Program execution mode */
- #081 "Module" /* Module view mode */
- #082 "Trace" /* Trace mode */
- #083 "No name"
-
- /* Other window title texts */
- #084 "Comal - project"
- #085 "Command - project"
- #086 "Error - project"
- #087 "Comal module library"
- #088 "Comal module information text"
- #089 "Comal watch window"
-
- /* About window texts */
- #090 "About Comal ..."
- #091 "Comal version 3.01"
- #092 "Total memory available:"
- #093 " bytes of memory for program text"
- #094 " bytes of workspace memory for running program"
- #095 "Comal was designed and developed by:"
- #096 "Svend Daugaard Pedersen"
-
-
- /* Menu texts */
- #097 "Project" /* Menu name */
- #098 "New" /* Item name */
- #099 "N" /* Short cut */
- #100 "Open..." /* Item name */
- #101 "O" /* Short cut */
- #102 "Save" /* etc. */
- #103 "S"
- #104 "Save As..."
- #105 "A"
- #106 "File..."
- #107 ""
- #108 "New Shell..."
- #109 ""
- #110 "Print"
- #111 "P"
- #112 "Open Command Window"
- #113 "K"
- #114 "About..."
- #115 ""
- #116 "Clear Program Buffer"
- #117 ""
- #118 "Quit Project"
- #119 "Q"
-
- #120 "Edit" /* Menu name */
- #121 "Mark Block Start"
- #122 "B"
- #123 "Cut"
- #124 "X"
- #125 "Copy"
- #126 "C"
- #127 "Paste"
- #128 "V"
- #129 "Erase Block"
- #130 ""
- #131 "Insert File..."
- #132 "I"
- #133 "Save Block..."
- #134 ""
- #135 "Print Block"
- #136 ""
- #137 "Edit Main Program"
- #138 "M"
-
- #139 "Search" /* Menu name */
- #140 "Search"
- #141 "F"
- #142 "Search & Replace"
- #143 "R"
- #144 "Search Again"
- #145 "J"
-
- #146 "Macros" /* Menu name */
- #147 "Assign Macro"
- #148 ""
- #149 "Load..."
- #150 ""
- #151 "Save..."
- #152 ""
-
- #153 "Settings" /* Menu name */
- #154 "New Line At <ENTER>?"
- #155 ""
- #156 "Keywords In Capital?"
- #157 ""
- #158 "Create Backup?"
- #159 ""
- #160 "Create Icons?"
- #161 ""
- #162 "Store Window Parameters?"
- #163 ""
- #164 "ASCII FILE Format"
- #165 ""
- #166 "Automatic variables?"
- #167 ""
- #168 "Execute IO Window?"
- #169 ""
-
- #170 "Program" /* Menu name */
- #171 "Control"
- #172 ""
- #173 "Execute"
- #174 "E"
- #175 "Stop Execution"
- #176 "."
- #177 "Continue Execution"
- #178 "G"
- #179 "Load..."
- #180 ""
- #181 "Save..."
- #182 ""
- #183 "Combine..."
- #184 ""
- #185 "Show Modules..."
- #186 "H"
- #187 "Remove All Modules"
- #188 ""
- #189 "Trace Mode?"
- #190 ""
-
- #191 "Trace" /* Menu name */
- #192 "Execute One Step"
- #193 "T"
- #194 "Execute One Line"
- #195 "L"
- #196 "Open Watch Window"
- #197 ""
- #198 "New Watch Expression"
- #199 ""
- #200 "Clear All Watches"
- #201 ""
- #202 "Clear All Break Points"
- #203 ""
-
- /* Syntax errors */
- #204 "Cannot execute as direct command"
- #205 "No more room in program buffer"
- #206 "End of program buffer"
- #207 "The address could not be found"
- #208 "The file cannot be found"
- #209 "Read error"
- #210 "Write error"
- #211 "Not a Comal-program"
- #212 "Constant expected"
- #213 "Integer constant expected"
- #214 "Text constant expected"
- #215 "Illegal expression"
- #216 "Expression expected"
- #217 "Number expression expected"
- #218 "Text expression expected"
- #219 "Number or text expression expected"
- #220 "Name expected"
- #221 "Field name expected"
- #222 "Name (without type symbol # eller $) expected"
- #223 "Name cannot be a reserved word"
- #224 "Name cannot be a standard name"
- #225 "Name cannot be a type name"
- #226 "Type name expected"
- #227 "Name of type expected"
- #228 "Type name expected - not a reserved word"
- #229 "Type name or REF expected"
- #230 "Type name or POINTER expected"
- #231 "Type name or expression expected"
- #232 "Simple number or text type expected"
- #233 "Number type expected"
- #234 "POINTER illegal"
- #235 "STRING expected"
- #236 "STRING illegal"
- #237 "LONG expected"
- #238 "Variabel name cannot end with #"
- #239 "REF illegal with procedural parameters"
- #240 "OF cannot be used with # og $"
- #241 "Dimensioning too big an array"
- #242 "Illegal keyword"
- #243 "This statement cannot be used in single line IF"
- #244 "This statement cannot be used in single line loops"
- #245 ""
- #246 "Illegal end of line"
- #247 "RANDOM file cannot be used with PRINT"
- #248 "AT cannot be used in connection with FILE"
- #249 "TAB cannot be used in connection with USING"
- #250 "';' cannot be used in connection with USING"
- #251 "':' must follow the format string in PRINT USING"
- #252 "AT expressions must end with ':'"
- #253 "PRINT FILE line cannot end with ',' or ';'"
- #254 "Cannot be used as PRINT element"
- #255 "Cannot be used as WRITE element"
- #256 "A label must follow a GOTO"
- #257 "Label cannot be a reserved word"
- #258 "Label must end with a colon (:)"
- #259 "CLOSED, SIGNAL etc. expected"
- #260 "SIGNAL and DESTRUCTOR cannot be used with functions"
- #261 "No return type specifications with procedures"
- #262 "Only one integer parameter in SIGNAL procedure"
- #263 "No parameters in CONSTRUCTORs and DESTRUCTORs"
- #264 "No return type specification in CONSTRUCTORs"
- #265 "CONSTRUCTORs must be functions"
- #266 "Missing digit after $, %, E or decimal point"
- #267 "Number too big"
- #268 "Left side of expression missing or has wrong type"
- #269 "Right side of expression missing or has wrong type"
- #270 "Array indicator illegal at this place"
- #271 "String selector only in texts"
- #272 "Begin parenthesis missing"
- #273 "End parenthesis missing"
- #274 "End parenthesis without matching begin parenthesis"
- #275 ":- , :* og :/ cannot be used with texts"
- #276 "Assignment symbol ':=' expected"
- #277 "'=' expected"
- #278 "',' expected"
- #279 "':' expected"
- #280 "\" expected"
- #281 "'..' expected"
- #282 "TRAP ESC must be followed by either '+' or '-'"
- #283 "',' or end of line expected"
- #284 "';' or end of line expected"
- #285 "INPUT, OUTPUT or INOUT expected"
- #286 "TO expected"
- #287 "FROM expected"
- #288 "FILE expected"
- #289 "POINTER expected"
- #290 "STEP expected"
- #291 "DO expected"
- #292 "TIMES expected"
- #293 "THEN expected"
- #294 "WHEN expected"
- #295 "OF expected"
- #296 "AS expected"
- #297 "READ, WRITE, APPEND or RANDOM expected"
- #298 "ESC or end of line expected"
- #299 "OF or end of line expected"
- #300 "IF .. EXIT WHEN .. illegal combination"
- #301 "WHEN expressions must have the same type"
- #302 "Text constant too long"
- #303 "Name too long"
- #304 "Operator expected"
- #305 "Unknown operator"
- #306 "Different type on each side of := or :+"
- #307 "Wrong number of parameters in standard funktion"
- #308 "Undefined name"
-
- /* Combiner messages */
- #309 "Combining .."
- #310 "Not a legal load file"
- #311 "Out of memory"
- #312 "Cannot make output file"
- #313 "Cannot open Comal.CodeMan"
- #314 "Error during reading"
- #315 "Cannot open file (out of memory?)"
- #316 "Syntax error"
- #317 "Cannot find module"
- #318 "File not found"
- #319 "Cannot find Runtime"
- #320 "Cannot load Combiner"
-
- /* General error codes */
- #321 "System error"
- #322 "Error"
-