/* * New editor name: tde, the Thomson-Davis Editor. * Author: Frank Davis * Date: June 5, 1992 * * This file contains all user prompts in tde. Prompts were gathered into * one file to make the job of translating English into other languages * as easy as possible. * */ char *cb = "Control-Break pressed"; /* * block.c */ char *block1 = "a block is already defined in another file"; char *ltol = "Error: line would be too long."; char *block2 = "can only fill box blocks"; char *block3 = "can only number box blocks"; char *block4 = "not enough memory for block"; char *block5 = "can only overlay blocks"; char *block6 = "File name: "; char *block7 = "File exists. Overwrite or Append? (o/a): "; char *block8 = "writing block to '"; char *block9 = "could not write block"; char *block10 = "appending block to '"; char *block11 = "could not append block"; char *block12 = "writing block to '"; char *block13 = "Print file or block? (f/b): "; char *block14 = "Printing line of Press Control-Break to cancel."; char *block15 = "Enter character to fill block (ESC to exit): "; char *block16 = "Enter starting number: "; char *block17 = "Enter increment: "; char *block18 = "Left or Right justify numbers in block (l/r)? "; char *block20 = "can only expand tabs in line blocks"; char *block21 = "can only trim trailing space in line blocks"; char *block22 = "Sorting line of Press Control-Break to stop"; char *block23 = "Can only sort Box blocks"; char *block24 = "Box block not marked"; /* * critical error handler */ char *critt1 = "N/A"; /* * dir list */ char *dir1 = "Search path or pattern : "; char *dir2 = "Invalid path or file name"; char *stardotstar = "*.*"; char *dir3 = "Out of memory"; char *dir4 = "Selected file : "; char *dir5 = " File size : "; char *dir6 = "File count : "; char *dir7 = "Cursor keys move. Enter selects file or new directory"; /* * ed.c */ char *ed1 = "line too long to add"; char *ed2 = "cannot insert more characters"; char *ed3 = "no more room to add"; char *ed4 = "cannot combine lines"; char *ed5 = "cannot duplicate line"; char *ed7 = "Tab interval: "; char *ed8 = "tab size too long"; char *ed9 = "Enter new left margin (must be less than right margin) : "; char *ed10 = "Left margin out of range."; char *ed11 = "Enter new right margin (must be greater than left margin) : "; char *ed12 = "Right margin out of range."; char *ed13 = "Enter paragraph margin (must be less than right margin) : "; char *ed14 = "Paragraph margin out of range."; char *ed15 = "File name to edit : "; char *paused1 = "Paused:"; char *paused2 = " Press ESC to halt macro "; /* * findrep.c */ char *find1 = "Options: (P)rompt before replace (N)o prompt (p/n): "; char *find2 = "(R)eplace (S)kip (E)xit (r/s/e)"; char *find3 = "Search has wrapped. (C)ontinue or (Q)uit? (c/q): "; char *find4 = "String to find: "; char *find5a = "string \""; char *find5b = "\" not found "; char *find6 = "find pattern not defined"; char *find7[] = { " ", "wrapped...", "searching " }; char *find8 = "string not found"; char *find9 = "String to find: "; char *find10 = "Replacement: "; char *find11 = "Line number: "; char *find12 = "must be in the range 1 - "; /* * hwind.c */ char *smart = "Smart"; char *indent = "Indent"; char *blank = " "; char *ignore = "Ignore"; char *match = "Match "; char *sync_off = " "; char *sync_on = "Sync"; char *ww_mode[] = { " ", "FW", "DW" }; char *crlf = "CRLF"; char *lf = "LF "; /* * main.c */ char *main1 = "Fatal error: "; char *main2 = "Warning: "; char *main3 = ": press a key"; char *main4 = "out of memory"; char *main5 = "negative move - contact Frank Davis"; char *main6 = "File is write protected. Overwrite anyway? (y/n): "; char *main7a = "File '"; char *main7b = "'not found or error loading file"; char *main8a = "file '"; char *main8b = "'too big. FILE WILL BE TRUNCATED IF SAVED!"; char *main9 = "error reading file '"; char *main10a = "file '"; char *main10b = "'too big"; char *main11 = "Press the key that will play back this recording : "; char *main12 = "Cannot assign a recording to this key"; char *main13 = "No more room in recording buffer"; char *main14 = "Overwrite recording assigned to this key? (y/n) : "; char *main15 = "Recording"; char *main18 = " Avail strokes = "; char *main19 = "Name for macro file name: "; char *main20 = "Overwrite existing file? (y/n): "; char *main21 = "Search path or file name for macro file : "; char *main22 = "Invalid path or file name"; /* * utils.c */ char *utils1 = "line buffer overflow - rest of line ignored"; char *utils3 = "buffer full, part line truncated"; char *utils4 = "Sort (A)scending or (D)escending (a/d)? : "; char *utils6 = "Saving '"; char *utils7a = "file '"; char *utils7b = "' is Read Only"; char *utils8 = "cannot write to '"; char *utils9 = "New file name: "; char *utils10 = "Overwrite existing file? (y/n): "; char *utils11 = "Error writing file or disk full"; char *utils12 = "Abandon changes? (y/n): "; char *utils13 = "Marker not set in this file"; char *utils14 = "Enter new file attributes, \"AaSsHhRr\" : "; char *utils15 = "New file attributes not set"; /* * window.c */ char *win1 = "move cursor up first"; char *win2 = "move cursor right first"; char *win3 = "move cursor left first"; char *win4 = "Press Up or Down to change window size. Press Return when done."; char *win5 = "can not resize vertical window"; char *win6 = "can not resize top window"; char *win7 = "cannot close current window"; char *win8 = "Invalid path or file name "; char *win9 = "No more files to load "; /* * wordwrap.c */ char *ww1 = "line would be too long.";