📄 localize.c
字号:
shell_cmd_prompt = catgetlocal( 255, "shell command: "); shell_echo_msg = catgetlocal( 256, "<!echo 'list of unrecognized words'; echo -=-=-=-=-=-"); spell_in_prog_msg = catgetlocal( 257, "sending contents of edit buffer to 'spell'"); left_marg_prompt = catgetlocal( 258, "left margin is: "); left_mrgn_err_msg = catgetlocal( 259, "left margin must be less than right margin"); right_mrgn_prompt = catgetlocal( 260, "right margin is: "); right_mrgn_err_msg = catgetlocal( 261, "right margin must be greater than left margin"); assignment[1].description = catgetlocal( 262, "menu "); assignment[2].description = catgetlocal( 263, "up "); assignment[3].description = catgetlocal( 264, "down "); assignment[4].description = catgetlocal( 265, "left "); assignment[5].description = catgetlocal( 266, "right "); assignment[6].description = catgetlocal( 267, "command "); assignment[7].description = catgetlocal( 268, "top of txt"); assignment[8].description = catgetlocal( 269, "end of txt"); assignment[9].description = catgetlocal( 270, "next page "); assignment[10].description = catgetlocal( 271, "prev page "); assignment[11].description = catgetlocal( 272, "del line "); assignment[12].description = catgetlocal( 273, "und line "); assignment[13].description = catgetlocal( 274, "del word "); assignment[14].description = catgetlocal( 275, "und word "); assignment[15].description = catgetlocal( 276, "del char "); assignment[16].description = catgetlocal( 277, "und char "); assignment[17].description = catgetlocal( 278, "undelete "); assignment[18].description = catgetlocal( 279, "search "); assignment[19].description = catgetlocal( 280, "srch prmpt"); assignment[20].description = catgetlocal( 281, "beg of lin"); assignment[21].description = catgetlocal( 282, "end of lin"); assignment[22].description = catgetlocal( 283, "mark "); assignment[23].description = catgetlocal( 284, "cut "); assignment[24].description = catgetlocal( 285, "copy "); assignment[25].description = catgetlocal( 286, "paste "); assignment[26].description = catgetlocal( 287, "adv word "); assignment[27].description = catgetlocal( 288, "replace "); assignment[28].description = catgetlocal( 289, "repl prmpt"); assignment[29].description = catgetlocal( 290, "clear line"); assignment[30].description = catgetlocal( 291, "next buff "); assignment[31].description = catgetlocal( 292, "prev buff "); assignment[32].description = catgetlocal( 293, "fmt parag "); assignment[33].description = catgetlocal( 294, "margins "); assignment[34].description = catgetlocal( 295, "nomargins "); assignment[35].description = catgetlocal( 296, "ins line "); assignment[36].description = catgetlocal( 297, "match char"); assignment[37].description = catgetlocal( 298, "adv line "); assignment[38].description = catgetlocal( 299, "adv char "); assignment[39].description = catgetlocal( 300, "prev word "); assignment[40].description = catgetlocal( 301, "forward "); assignment[41].description = catgetlocal( 302, "reverse "); assignment[42].description = catgetlocal( 303, "unmark "); assignment[43].description = catgetlocal( 304, "append "); assignment[44].description = catgetlocal( 305, "prefix "); assignment[45].description = catgetlocal( 306, "redraw "); assignment[46].description = catgetlocal( 307, "expand "); assignment[47].description = catgetlocal( 308, "noexpand "); assignment[48].description = catgetlocal( 309, "exit "); assignment[49].description = catgetlocal( 310, "quit "); assignment[50].description = catgetlocal( 311, "literal "); assignment[51].description = catgetlocal( 312, "noliteral "); assignment[52].description = catgetlocal( 313, "status "); assignment[53].description = catgetlocal( 314, "nostatus "); assignment[54].description = catgetlocal( 315, "indent "); assignment[55].description = catgetlocal( 316, "noindent "); assignment[56].description = catgetlocal( 317, "overstrike"); assignment[57].description = catgetlocal( 318, "noovrstrke"); assignment[58].description = catgetlocal( 319, "case sens "); assignment[59].description = catgetlocal( 320, "nocase sns"); assignment[60].description = catgetlocal( 321, "windows "); assignment[61].description = catgetlocal( 322, "nowindows "); assignment[62].description = catgetlocal( 323, "help "); assignment[63].description = catgetlocal( 324, "carrg rtrn"); assignment[64].description = catgetlocal( 325, "backspace "); assignment[65].description = catgetlocal( 326, "GOLD "); cant_redef_msg = catgetlocal( 327, "cannot redefine control-%c"); buff_msg = catgetlocal( 328, "buffer = %s"); cant_chng_while_mark_msg = catgetlocal( 329, "you may not change buffers while mark is active"); too_many_parms_msg = catgetlocal( 330, "too many parameters"); buff_is_main_msg = catgetlocal( 331, "buffer = main"); cant_del_while_mark = catgetlocal( 332, "cannot delete buffer while mark active"); cant_del_buf_msg = catgetlocal( 333, "cannot delete buffer \"%s\" "); HIGHLIGHT_str = catgetlocal( 334, "HIGHLIGHT"); NOHIGHLIGHT_str = catgetlocal( 335, "NOHIGHLIGHT"); non_unique_cmd_msg = catgetlocal( 336, "entered command is not unique"); ON = catgetlocal( 337, "ON"); OFF = catgetlocal( 338, "OFF"); save_file_name_prompt = catgetlocal( 339, "enter name of file: "); file_not_saved_msg = catgetlocal( 340, "no filename entered: file not saved"); cant_reopen_journ = catgetlocal( 341, "can't reopen journal file"); write_err_msg = catgetlocal( 342, "WRITE ERROR!"); jrnl_dir = catgetlocal( 343, "journaldir"); CD_str = catgetlocal( 344, "CD"); no_dir_entered_msg = catgetlocal( 344, "ERROR: no directory entered"); path_not_dir_msg = catgetlocal( 345, "ERROR: path is not a directory"); path_not_permitted_msg = catgetlocal( 346, "ERROR: no permission for path"); path_chng_failed_msg = catgetlocal( 347, "ERROR: path changed failed"); no_chng_dir_msg = catgetlocal( 348, "ERROR: unable to determine file's full path, unable to change directory"); SPACING_str = catgetlocal( 349, "spacing"); SPACING_msg = catgetlocal( 350, "tabs are spaced every %d columns"); help_file_str = catgetlocal( 351, "helpfile"); pwd_cmd_str = catgetlocal( 352, "pwd"); pwd_err_msg = catgetlocal( 353, "error getting current working directory"); no_file_string = catgetlocal( 354, "no file"); no_chng_no_save = catgetlocal( 355, "no changes have been made, file not saved"); changes_made_title = catgetlocal( 356, "changes have been made to this buffer"); save_then_delete = catgetlocal( 357, "save then delete"); dont_delete = catgetlocal( 358, "do not delete"); delete_anyway_msg = catgetlocal( 359, "delete, do not save"); edit_cmd_str = catgetlocal( 360, "EDIT"); edit_err_msg = catgetlocal( 361, "unable to edit file '%s'"); restricted_msg = catgetlocal( 367, "restricted mode: unable to perform requested operation"); rae_no_file_msg = catgetlocal( 368, "must specify a file when invoking rae"); more_above_str = catgetlocal( 369, "^^more^^"); more_below_str = catgetlocal( 370, "VVmoreVV"); recover_name_prompt = catgetlocal( 371, "file to recover? "); no_file_name_string = catgetlocal( 372, "[no file name]"); recover_menu_title = catgetlocal( 373, "Files to recover"); other_recover_file_str = catgetlocal( 374, "Other file..."); /* 375 is above as file_menu[5].item_string */ /* 376 is above as mode_strings[14] */ info_win_height_prompt = catgetlocal( 377, "height for info window: "); info_win_height_err = catgetlocal( 378, "ERROR: height for info window must be greater than zero and less than 16"); info_win_height_cmd_str = catgetlocal( 379, "height"); info_win_height_msg_str = catgetlocal( 380, "height of info window is: "); config_dump_menu[0].item_string = catgetlocal( 381, "save aee configuration"); config_dump_menu[1].item_string = catgetlocal( 382, "save in current directory"); config_dump_menu[2].item_string = catgetlocal( 383, "save in home directory"); conf_not_saved_msg = catgetlocal( 384, "aee configuration not saved"); /* 385 is above as mode_strings[17] */ conf_dump_err_msg = catgetlocal( 386, "unable to open .init.ae for writing, no configuration saved!"); conf_dump_success_msg = catgetlocal( 387, "aee configuration saved in file %s"); info_help_msg = catgetlocal( 388, " ^ = Ctrl key ---- access HELP through menu ---"); unix_text_msg = catgetlocal( 389, "uxtxt"); dos_text_msg = catgetlocal( 390, "dostxt"); text_cmd = catgetlocal( 391, "text"); binary_cmd = catgetlocal( 392, "binary"); /* 393 is above as mode_strings[15] */ /* 394 is above as mode_strings[16] */ text_msg = catgetlocal( 395, "txt"); binary_msg = catgetlocal( 396, "bin"); dos_msg = catgetlocal( 397, "DOS"); unix_msg = catgetlocal( 398, " UX"); del_buff_menu[0].item_string = changes_made_title; del_buff_menu[1].item_string = save_then_delete; del_buff_menu[2].item_string = dont_delete; del_buff_menu[3].item_string = delete_anyway_msg; rae_err_menu[0].item_string = rae_no_file_msg; rae_err_menu[1].item_string = continue_prompt; /* ----- */ assignment[1].macro = fn_MENU_str; assignment[2].macro = fn_UP_str; assignment[3].macro = fn_DOWN_str; assignment[4].macro = fn_LEFT_str; assignment[5].macro = fn_RIGHT_str; assignment[6].macro = fn_CMD_str; assignment[7].macro = fn_BOT_str; assignment[8].macro = fn_EOT_str; assignment[9].macro = fn_NP_str; assignment[10].macro = fn_PP_str; assignment[11].macro = fn_DL_str; assignment[12].macro = fn_UDL_str; assignment[13].macro = fn_DW_str; assignment[14].macro = fn_UDW_str; assignment[15].macro = fn_DC_str; assignment[16].macro = fn_UDC_str; assignment[17].macro = fn_UND_str; assignment[18].macro = fn_SRCH_str; assignment[19].macro = fn_PSRCH_str; assignment[20].macro = fn_BOL_str; assignment[21].macro = fn_EOL_str; assignment[22].macro = fn_MARK_str; assignment[23].macro = fn_CUT_str; assignment[24].macro = fn_COPY_str; assignment[25].macro = fn_PST_str; assignment[26].macro = fn_AW_str; assignment[27].macro = fn_RP_str; assignment[28].macro = fn_PRP_str; assignment[29].macro = fn_CL_str; assignment[30].macro = fn_NB_str; assignment[31].macro = fn_PB_str; assignment[32].macro = fn_FORMAT_str; assignment[33].macro = fn_MARGINS_str; assignment[34].macro = fn_NOMARGINS_str; assignment[35].macro = fn_IL_str; assignment[36].macro = fn_MC_str; assignment[37].macro = fn_AL_str; assignment[38].macro = fn_AC_str; assignment[39].macro = fn_PW_str; assignment[40].macro = fn_FWD_str; assignment[41].macro = fn_REV_str; assignment[42].macro = fn_UNMARK_str; assignment[43].macro = fn_APPEND_str; assignment[44].macro = fn_PREFIX_str; assignment[45].macro = fn_RD_str; assignment[46].macro = fn_EXPAND_str; assignment[47].macro = fn_NOEXPAND_str; assignment[48].macro = fn_EXIT_str; assignment[49].macro = fn_QUIT_str; assignment[50].macro = fn_LITERAL_str; assignment[51].macro = fn_NOLITERAL_str; assignment[52].macro = fn_STATUS_str; assignment[53].macro = fn_NOSTATUS_str; assignment[54].macro = fn_INDENT_str; assignment[55].macro = fn_NOINDENT_str; assignment[56].macro = fn_OVERSTRIKE_str; assignment[57].macro = fn_NOOVERSTRIKE_str; assignment[58].macro = fn_CASE_str; assignment[59].macro = fn_NOCASE_str; assignment[60].macro = fn_WINDOWS_str; assignment[61].macro = fn_NOWINDOWS_str; assignment[62].macro = fn_HELP_str; assignment[63].macro = fn_CR_str; assignment[64].macro = fn_BCK_str; assignment[65].macro = fn_GOLD_str; assignment[66].macro = NULL; commands[0] = WRITE_str; commands[1] = READ_str; commands[2] = SAVE_str; commands[3] = EXIT_str; commands[4] = QUIT_str; commands[5] = INFO_str; commands[6] = NOINFO_str; commands[7] = TABS_str; commands[8] = UNTABS_str; commands[9] = SPACING_str; commands[10] = LITERAL_str; commands[11] = NOLITERAL_str; commands[12] = STATUS_str; commands[13] = NOSTATUS_str; commands[14] = MARGINS_str; commands[15] = NOMARGINS_str; commands[16] = INDENT_str; commands[17] = NOINDENT_str; commands[18] = OVERSTRIKE_str; commands[19] = NOOVERSTRIKE_str; commands[20] = LEFTMARGIN_str; commands[21] = RIGHTMARGIN_str; commands[22] = DEFINE_str; commands[23] = SHOW_str; commands[24] = HELP_str; commands[25] = PRINT_str; commands[26] = BUFFER_str; commands[27] = DELETE_str; commands[28] = LINE_str; commands[29] = FILE_str; commands[30] = CHARACTER_str; commands[31] = REDRAW_str; commands[32] = RESEQUENCE_str; commands[33] = CASE_str; commands[34] = NOCASE_str; commands[35] = EIGHT_str; commands[36] = NOEIGHT_str; commands[37] = WINDOWS_str; commands[38] = NOWINDOWS_str; commands[39] = NOJUSTIFY_str; commands[40] = JUSTIFY_str; commands[41] = EXPAND_str; commands[42] = NOEXPAND_str; commands[43] = AUTOFORMAT_str; commands[44] = NOAUTOFORMAT_str; commands[45] = VERSION_str; commands[46] = AUTHOR_str; commands[47] = COPYRIGHT_str; commands[48] = CD_str; commands[49] = pwd_cmd_str; commands[50] = edit_cmd_str; commands[51] = info_win_height_cmd_str; commands[52] = text_cmd; commands[53] = binary_cmd; commands[54] = ">"; commands[55] = "!"; commands[56] = "0"; commands[57] = "1"; commands[58] = "2"; commands[59] = "3"; commands[60] = "4"; commands[61] = "5"; commands[62] = "6"; commands[63] = "7"; commands[64] = "8"; commands[65] = "9"; commands[66] = "+"; commands[67] = "-"; commands[68] = "<"; commands[69] = NULL; init_strings[0] = INFO_str; init_strings[1] = NOINFO_str; init_strings[2] = TABS_str; init_strings[3] = UNTABS_str; init_strings[4] = LITERAL_str; init_strings[5] = NOLITERAL_str; init_strings[6] = STATUS_str; init_strings[7] = NOSTATUS_str; init_strings[8] = MARGINS_str; init_strings[9] = NOMARGINS_str; init_strings[10] = INDENT_str; init_strings[11] = NOINDENT_str; init_strings[12] = OVERSTRIKE_str; init_strings[13] = NOOVERSTRIKE_str; init_strings[14] = LEFTMARGIN_str; init_strings[15] = RIGHTMARGIN_str; init_strings[16] = DEFINE_str; init_strings[17] = CASE_str; init_strings[18] = NOCASE_str; init_strings[19] = EIGHT_str; init_strings[20] = NOEIGHT_str; init_strings[21] = WINDOWS_str; init_strings[22] = NOWINDOWS_str; init_strings[23] = NOJUSTIFY_str; init_strings[24] = JUSTIFY_str; init_strings[25] = EXPAND_str; init_strings[26] = NOEXPAND_str; init_strings[27] = AUTOFORMAT_str; init_strings[28] = NOAUTOFORMAT_str; init_strings[29] = ECHO_str; init_strings[30] = PRINTCOMMAND_str; init_strings[31] = HIGHLIGHT_str; init_strings[32] = NOHIGHLIGHT_str; init_strings[33] = jrnl_dir; init_strings[34] = SPACING_str; init_strings[35] = help_file_str; init_strings[36] = info_win_height_cmd_str; init_strings[37] = text_cmd; init_strings[38] = binary_cmd; init_strings[39] = NULL;#ifndef NO_CATGETS catclose(catalog);#endif /* NO_CATGETS */}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -