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