home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3446 / text.c < prev   
C/C++ Source or Header  |  1991-06-06  |  16KB  |  349 lines

  1. /*
  2. *   This file contains all text srtings
  3. */
  4. #include    "def.h"
  5.  
  6. /* in basic.c */
  7.     char    MSG_mark_set[]  = "Mark set";
  8.     char    MSG_no_mark[]   = "No mark in this window";
  9.     char    MSG_go_b_n[]    = "Goto byte number: ";
  10.     char    MSG_bad_num[]   = "ERROR: Bad number";
  11.     char    MSG_lX[]        = "%lX";
  12.     char    MSG_lO[]        = "%lO";
  13.     char    MSG_lD[]        = "%lD";
  14.  
  15. /* in buffer.c */
  16.     char    MSG_use_b[]     = "Enter name of buffer to goto: ";
  17.     char    MSG_kill_b[]    = "Enter name of buffer to delete: ";
  18.     char    MSG_no_del_m[]  = "ERROR: Can't delete 'main'";
  19.     char    MSG_buf_disp[]  = "ERROR: Buffer is displayed - continue";
  20.     char    MSG_main[]      = "main";
  21.     char    MSG_l_buf_h[]   = "S T   Size Buffer           File";
  22.     char    MSG_l_buf_h1[]  = "- -   ---- ------           ----";
  23.     char    MSG_no_chg[]    = "Discard changes";
  24.     char    MSG_yank_b[]    = "Yank from buffer: ";
  25.     char    MSG_no_buf[]    = "ERROR: no such buffer";
  26.     char    MSG_no_s_yank[] = "ERROR: can't yank to self!";
  27.     char    MSG_buf_nam[]   = "Buffer name: ";
  28.     char    MSG_bad_l[]     = "ERROR: Bad line!";
  29.     char    MSG_pick[]      = "%s: G(oto) or K(ill) S(ave) ";
  30.     char    MSG_siz_chg[]   = "Current buffer size may be changed";
  31.     char    MSG_no_siz_chg[]= "Current buffer size is locked";
  32.     char    MSG_up_arrow[]  = "^";
  33.     char    MSG_null[]      = "";
  34.  
  35. /* in display.c */
  36.     char    MSG_prn_to[]    = "Print to: ";
  37.     char    MSG_disp_r_n[]  = "\r\n";
  38.     char    MSG_11lX[]      = "%11lX:";
  39.     char    MSG_11lo[]      = "%11lo:";
  40.     char    MSG_11ld[]      = "%11ld:";
  41.     char    MSG_03o[]       = "%03o";
  42.     char    MSG_06o[]       = "%06o";
  43.     char    MSG_011lo[]     = "%011lo";
  44.     char    MSG_03u[]       = "%03u";
  45.     char    MSG_05u[]       = "%05u";
  46.     char    MSG_010lu[]     = "%010lu";
  47.     char    MSG_02X[]       = "%02X";
  48.     char    MSG_04X[]       = "%04X";
  49.     char    MSG_08lX[]      = "%08lX";
  50.     char    MSG_prog_name[] = "BEAV";
  51.     char    MSG_disp_b_lst[]= " Buffer List ";
  52.     char    MSG_file[]      = "File: ";
  53.     char    MSG_RO[]        = " [RO]";
  54.     char    MSG_WL[]        = " [WL]";
  55.     char    MSG_RW[]        = " [RW]";
  56.     char    MSG_AU[]        = "[AU]";
  57.     char    MSG_NOT_AU[]    = "    ";
  58.     char    MSG_curs_asc[]  = "CURSOR=%08lX,   ASCII";
  59.     char    MSG_curs_ebc[]  = "CURSOR=%08lX,  EBCDIC";
  60.     char    MSG_curs_hex[]  = "CURSOR=%08lX,%2X   HEX";
  61.     char    MSG_curs_bin[]  = "CURSOR=%08lX,%2X   BIN";
  62.     char    MSG_curs_dec[]  = "CURSOR=%08lu,%2u   DEC";
  63.     char    MSG_curs_oct[]  = "CURSOR=%08lo,%2o OCTAL";
  64.     char    MSG_siz_8[]     = " 8 ";
  65.     char    MSG_siz_16[]    = " 16";
  66.     char    MSG_siz_32[]    = " 32";
  67.     char    MSG_siz_null[]  = "   ";
  68.     char    MSG_int_shift[] = " S%X";
  69.     char    MSG_mot_shift[] = "  %X";
  70.     char    MSG_print1[]    = "Writing: %s; Hit any key to quit";
  71.     char    MSG_print2[]    = "Wrote %s lines";
  72.  
  73. /*  in ebcdic.c */
  74.     char    ERR_ebcdic[]    = 
  75.                 "ERROR: Character %s not found in EBCDIC table\n";
  76.  
  77. /* in echo.c */
  78.     char    MSG_y_n[]       = "%s [y/n]? ";
  79.     char    MSG_hex_dig[]   = "0123456789ABCDEF";
  80.  
  81. /* in extend.c */
  82.     char    MSG_not_now[]   = "Not now";
  83.     char    MSG_func[]      = "Function: ";
  84.     char    MSG_unk_func[]  = "ERROR: Unknown function for binding";
  85.     char    MSG_cmd_t_ex[]  = "Command to execute: ";
  86.     char    MSG_unk_ext[]   = "ERROR: Unknown extended command";
  87.     char    MSG_d_b[]       = 
  88.                 "Display key binding for which key? (hit key now!)";
  89.     char    MSG_unbd[]      = "%s is unbound";
  90.     char    MSG_bnd_to[]    = "%s is bound to %s";
  91.     char    MSG_ins_self[]  = "ins-self";
  92.     char    MSG_bnd_file[]  = "Binding file: ";
  93.     char    MSG_bld_wall[]  = "Building help buffer";
  94.     char    MSG_wall_head[] = "#  Function name                Key binding        Key code";
  95.     char    MSG_beavrc[]  = "beavrc";
  96.  
  97. /* in file.c */
  98.     char    MSG_rd_file[]   = "Read file: ";
  99.     char    MSG_trash[]     = "#tempbuf#";
  100.     char    MSG_ins_file[]  = "Insert file: ";
  101.     char    MSG_not_fnd[]   = "Not found";
  102.     char    MSG_visit[]     = "Visit file: ";
  103.     char    MSG_view[]      = "View file (read only): ";
  104.     char    MSG_buf_ex[]    = "ERROR: Buffer exists";
  105.     char    MSG_old_buf[]   = "ERROR: Old buffer";
  106.     char    MSG_cnt_cr[]    = "ERROR: Cannot create buffer";
  107.     char    MSG_reading[]   = "reading <%s>";
  108.     char    MSG_read_lx[]   = "Read %s bytes";
  109.     char    MSG_no_mem_rd[] = 
  110.     "ERROR: Insufficient memory, read %s bytes; buffer set to read only";
  111.     char    MSG_wr_file[]   = "Write file: ";
  112.     char    MSG_no_fn[]     = "ERROR: No file name";
  113.     char    MSG_bk_err[]    = "ERROR: Backup error, save anyway";
  114.     char    MSG_writing[]   = "writing <%s>";
  115.     char    MSG_wrot_1[]    = "Wrote 1 byte";
  116.     char    MSG_wrot_n[]    = "Wrote %s bytes";
  117.     char    MSG_fil_nam[]   = "File name: ";
  118.     char    ERR_parse_fn[]  = 
  119.             "ERROR: Starting address (%s) must preceede ending address (%s)";
  120.     char    ERR_addr_neg[]  = "ERROR: Addresses cannot be negative";
  121.     char    ERR_f_size[]    = 
  122.             "ERROR: Cannot access past end of file. (file size = %s)";
  123.  
  124. /* in fileio.c */
  125.     char    MSG_cnt_wr[]    = "ERROR: Cannot open file for writing";
  126.     char    MSG_wr_io_er[]  = "ERROR: Write I/O error";
  127.     char    MSG_rd_er[]     = "ERROR: File read error";
  128.     char    MSG_bak[]       = ".BAK";
  129.     char    MSG_backup[]    = "Back-up of %s to %s";
  130.     char    MSG_back_er[]   = "ERROR: Back-up of %s to %s FAILED !!";
  131.     char    MSG_back_of[]   = "%s - Back-up of  <%s> to <%s>\n";
  132.  
  133. /* in format.c */
  134.     char    hex_str[]       = "%X";
  135.     char    hex_l_str[]     = "%lX";
  136.     char    octal_str[]     = "%o";
  137.     char    octal_l_str[]   = "%lo";
  138.     char    decimal_str[]   = "%u";
  139.     char    decimal_l_str[] = "%lu";
  140.     char    char_str[]      = "%c";
  141.  
  142. /* in kbd.c */
  143.     char    MSG_tab[]       = "Tab";
  144.     char    MSG_ret[]       = "Return";
  145.     char    MSG_bksp[]      = "Backspace";
  146.     char    MSG_space[]     = "Space";
  147.     char    MSG_rubout[]    = "Rubout";
  148.  
  149. /* in line.c */
  150.     char    MSG_cnt_alloc[] = "ERROR: Cannot allocate %s bytes for a line";
  151.     char    MSG_too_m_k[]   = "ERROR: Too many kills";
  152.  
  153. /* in main.c */
  154.     char    MSG_ok[]        = "ok";
  155.     char    MSG_no_mod[]    = "ERROR: Buffer can not be modified";
  156.     char    MSG_no_s_chg[]  = "ERROR: Buffer size can not be changed";
  157.     char    MSG_auto_fl[]   = "Doing auto buffer flush";
  158.     char    MSG_quit[]      = "quit-no-save";
  159.     char    MSG_st_mac[]    = "Start macro";
  160.     char    MSG_end_mac[]   = "End macro";
  161.     char    MSG_num_mod[]   = "Number of modifcations per update: ";
  162.     char    version[]       = "BEAV, Ver 1.20,  03/07/91";
  163.  
  164. /*  in random.c */
  165.     char    MSG_sh_pos[]  = 
  166.                 "Cursor: %s, Mark: %s,  Buffer Size: %s, File Size: %s";
  167.     char    MSG_sh_pos1[] = 
  168.                 "Cursor: %s, No Mark, Buffer Size: %s, File Size: %s";
  169.     char    MSG_f_str[]     = ", File: <%s>";
  170.     char    MSG_3u[]        = "%3u";
  171.     char    MSG_5u[]        = "%5u";
  172.     char    MSG_lu[]        = "%lu";
  173.     char    MSG_lnk[]       = "All windows on buffer <%s> are %s";
  174.     char    MSG_unlink[]    = "unlinked";
  175.     char    MSG_link[]      = "linked";
  176.     char    MSG_bad_key[]   = "ERROR: bad key = ";
  177.     char    MSG_esc[]       = "Esc,";
  178.     char    MSG_ctl_x[]     = "Ctl-X,";
  179.     char    MSG_ctl[]       = "Ctl-";
  180.     char    MSG_fn[]       = "FN,";
  181.     char    MSG_key_code[]  = "%s, %s";
  182.  
  183. /* in region.c */
  184.     char    MSG_reg_lrg[]   = "ERROR: Mark to cursor is too large";
  185.     char    MSG_sv_in_b[]   = "Save in buffer: ";
  186.     char    MSG_sav_slf[]   = "ERROR: Can't save to self!";
  187.  
  188. /* in search.c */
  189.     char    MSG_sch_str[]   = " Search String";
  190.     char    MSG_bsrc_str[]  = "Back Search String";
  191.     char    MSG_rpl_str[]   = "Replace String";
  192.     char    MSG_pat_fnd[]   = "Pattern found at %s";
  193.     char    MSG_no_srch[]   = "ERROR: No last search";
  194.     char    MSG_fnd_at[]    = 
  195.                 "Found at %s, (R)eplace, (S)kip, (A)ll, (O)ne, (Q)uit.";
  196.     char    MSG_no_rpl[]    = "No replacements done";
  197.     char    MSG_1_rpl[]     = "1 replacement done";
  198.     char    MSG_n_rpl[]     = "%s replacements done";
  199.     char    MSG_srcing[]    = "Searching at %s, Hit any key to quit.";
  200.     char    MSG_curs[]      = "%s; Curs = %s, %s Len = %s => ";
  201.     char    MSG_cmp_end[]   = "Compare reached the end of a buffer";
  202.     char    MSG_cmp_term[]  = "Compare terminated by user";
  203.     char    MSG_cmp_dif[]   =
  204.             "Difference is detected at the two cursor positions";
  205.     char    MSG_only_2[]    = 
  206.             "ERROR: There must be exactly two windows displayed to use Compare";
  207.     char    MSG_cmping[]    = "Comparing at %s, Hit any key to quit.";
  208.  
  209. /* in spawn.c */
  210.     char    MSG_shell[]     = "COMSPEC";
  211.     char    MSG_def_shell[] = "/command.com";
  212.     char    MSG_pmpt[]      = "PROMPT=[BEAV]";
  213.     char    MSG_pt[]        = "PROMPT";
  214.     char    MSG_pme[]       = "PROMPT=";
  215.  
  216. /* in symbol.c */
  217.     char    MSG_byte_shift[]        = "display-byte-shift";
  218.     char    MSG_back_char[]         = "move-back-char";
  219.     char    MSG_forw_del_char[]     = "delete-forw-char";
  220.     char    MSG_toggle_swap[]       = "display-swap-order";
  221.     char    MSG_forw_char[]         = "move-forw-char";
  222.     char    MSG_abort[]             = "abort-cmd";
  223.     char    MSG_back_del_char[]     = "delete-back-char";
  224.     char    MSG_refresh[]           = "refresh-screen";
  225.     char    MSG_forw_line[]         = "move-forw-line";
  226.     char    MSG_back_line[]         = "move-back-line";
  227.     char    MSG_quote[]             = "insert-literally";
  228.     char    MSG_recall[]            = "recall-srch-string";
  229.     char    MSG_twiddle[]           = "unit-twiddle";
  230.     char    MSG_forw_page[]         = "move-forw-page";
  231.     char    MSG_kill_region[]       = "delete-mark-to-cursor";
  232.     char    MSG_yank[]              = "yank";
  233.     char    MSG_down_window[]       = "move-window-down";
  234.     char    MSG_ins_toggle[]        = "insert-toggle";
  235.     char    MSG_display_buffers[]   = "buffers-display";
  236.     char    MSG_exit_flush_all[]    = "quit-save-all";
  237.     char    MSG_set_file_name[]     = "buffer-set-file-name";
  238.     char    MSG_file_insert[]       = "insert-file";
  239.     char    MSG_buf_size_lock[]     = "buffer-size-lock";
  240.     char    MSG_flush_all[]         = "save-all-buffers";
  241.     char    MSG_up_window[]         = "move-window-up";
  242.     char    MSG_file_read[]         = "file-read";
  243.     char    MSG_file_save[]         = "file-save";
  244.     char    MSG_file_visit[]        = "file-visit";
  245.     char    MSG_file_write[]        = "file-write";
  246.     char    MSG_swap_dot_and_mark[] = "swap-cursor-and-mark";
  247.     char    MSG_shrink_window[]     = "window-shrink";
  248.     char    MSG_display_position[]  = "show-position";
  249.     char    MSG_start_macro[]       = "macro-start";
  250.     char    MSG_end_macro[]         = "macro-end";
  251.     char    MSG_help[]              = "binding-for-key";
  252.     char    MSG_only_window[]       = "window-single";
  253.     char    MSG_del_window[]        = "window-delete";
  254.     char    MSG_split_window[]      = "window-split";
  255.     char    MSG_use_buffer[]        = "change-buffer";
  256.     char    MSG_spawn_cli[]         = "spawn-shell";
  257.     char    MSG_execute_macro[]     = "macro-execute";
  258.     char    MSG_goto_line[]         = "move-to-byte";
  259.     char    MSG_ins_unit[]          = "insert-unit";
  260.     char    MSG_kill_buffer[]       = "kill-buffer";
  261.     char    MSG_load_bindings[]     = "bindings-load";
  262.     char    MSG_forw_window[]       = "change-window-forw";
  263.     char    MSG_back_window[]       = "change-window-back";
  264.     char    MSG_view_file[]         = "file-view";
  265.     char    MSG_enlarge_window[]    = "window-enlarge";
  266.     char    MSG_ascii_mode[]        = "display-ascii";
  267.     char    MSG_binary_mode[]       = "display-binary";
  268.     char    MSG_buffer_name[]       = "buffer-set-name";
  269.     char    MSG_decimal_mode[]      = "display-decimal";
  270.     char    MSG_ebcdic_mode[]       = "display-ebcdic";
  271.     char    MSG_hex_mode[]          = "display-hex";
  272.     char    MSG_back_del_unit[]     = "delete-back-unit";
  273.     char    MSG_octal_mode[]        = "display-octal";
  274.     char    MSG_display_version[]   = "show-version";
  275.     char    MSG_unit_size1[]        = "display-bytes";
  276.     char    MSG_unit_size2[]        = "display-words";
  277.     char    MSG_unit_size4[]        = "display-double-words";
  278.     char    MSG_reposition_window[] = "window-reposition";
  279.     char    MSG_set_mark[]          = "mark-set";
  280.     char    MSG_goto_eob[]          = "move-to-end";
  281.     char    MSG_goto_bob[]          = "move-to-begining";
  282.     char    MSG_next_buff[]         = "change-to-next-buffer";
  283.     char    MSG_prev_buff[]         = "change-to-prev-buffer";
  284.     char    MSG_query_replace[]     = "replace";
  285.     char    MSG_display_bindings[]  = "help";
  286.     char    MSG_auto_save[]         = "auto-save";
  287.     char    MSG_back_unit[]         = "move-back-unit";
  288.     char    MSG_compare[]           = "compare";
  289.     char    MSG_forw_del_unit[]     = "delete-forw-unit";
  290.     char    MSG_forw_unit[]         = "move-forw-unit";
  291.     char    MSG_link_windows[]      = "window-link";
  292.     char    MSG_print[]             = "print-mark-to-cursor";
  293.     char    MSG_back_search[]       = "search-back";
  294.     char    MSG_forw_search[]       = "search-forw";
  295.     char    MSG_back_page[]         = "move-back-page";
  296.     char    MSG_copy_region[]       = "copy-mark-to-cursor";
  297.     char    MSG_extended_command[]  = "extended-command";
  298.     char    MSG_search_again[]      = "search-again";
  299.     char    MSG_bind_to_key[]       = "bind-to-key";
  300.     char    MSG_file_visit_split[]  = "file-visit-split";
  301.     char    MSG_yank_buffer[]       = "yank-buffer";
  302.     char    MSG_save_region[]       = "save-mark-to-cursor";
  303.     char    MSG_use_buffer_split[]  = "move-to-buffer-split";
  304.     char    MSG_no_f_tb[]           = 
  305.                 "ERROR: Could not find <%s> in look up table\n";
  306.  
  307. /* in ttykbd.c */
  308.     char    MSG_sp_key[]    = "%u special keys bound\n";
  309.  
  310. /* in window.c */
  311.     char    MSG_no_splt[]   = "ERROR: Cannot split a %s line window";
  312.     char    MSG_cnt_al_w[]  = "ERROR: Cannot allocate WINDOW block";
  313.     char    MSG_one_w[]     = "ERROR: Only one window";
  314.     char    MSG_imp_chg[]   = "ERROR: Impossible change";
  315.  
  316. #if RUNCHK
  317. /* in basic.c */
  318.     char    ERR_bas_1[]     = "ERROR: unknown r_type in basic #1";
  319.  
  320. /* in display.c */
  321.     char    ERR_disp_1[]    = "ERROR: unknown r_type in display #1";
  322.     char    ERR_disp_2[]    = "ERROR: unknown r_type in display #2";
  323.     char    ERR_disp_3[]    = "ERROR: row less than zero\n";
  324.     char    ERR_disp_4[]    = "ERROR: row greater then window size\n";
  325.     char    ERR_disp_5[]    = "ERROR: unknown r_type in display #3";
  326.     char    ERR_disp_6[]    = "ERROR: unknown r_size in display ";
  327. /* in line.c */
  328.     char    ERR_no_alloc[]  = 
  329.             "ERROR: new line was allocated during read pattern\n";
  330.     char    ERR_db_dalloc[] = 
  331.             "ERROR: line was deallocated during read pattern\n";
  332.     char    ERR_lock[]      = "ERROR: This is size locked, cannot insert.";
  333.     char    ERR_lock_del[]  = "ERROR: This is size locked, cannot delete.";
  334. /* in random.c */
  335.     char    ERR_rnd_1[]     = "ERROR: unknown r_type in random #1";
  336.     char    ERR_rnd_2[]     = "ERROR: unknown r_size in random #2";
  337.     char    ERR_rnd_3[]     = "ERROR: unknown r_type in random #3";
  338.     char    ERR_rnd_4[]     = "ERROR: unknown r_size in random #4";
  339.     char    MSG_rnd_5[]     = "ERROR: unknown r_size in random #5";
  340.     char    ERR_rnd_6[]     = "ERROR: unknown r_size in random #6";
  341.     char    ERR_rnd_7[]     = "ERROR: unknown r_size in random #7";
  342. /* in search.c */
  343.     char    ERR_rdpat[] = "ERROR: bad r_type in readpattern\n";
  344.     char    ERR_mask[]  = "ERROR: size of mask pattern, pat=%d, mask=%d\n";
  345.     char    ERR_m_cl[]  = "ERROR: in ascii mode mask byte was not cleared\n";
  346. /* in ttyio.c */
  347.     char    ERR_bd_pl[] = "ERROR: bad call to putline\n";
  348. #endif
  349.