1*4523eebcSXin LIM(Nothing_in_top_line,"Nothing in top line") 2*4523eebcSXin LIM(Nothing_in_bottom_line,"Nothing in bottom line") 3*4523eebcSXin LIM(No_bracket_in_top_line,"No bracket in top line") 4*4523eebcSXin LIM(No_bracket_in_bottom_line,"No bracket in bottom line") 5*4523eebcSXin LIM(No_matching_bracket,"No matching bracket") 6*4523eebcSXin LIM(invalid_hex_number_in_LESSUTFCHARDEF,"invalid hex number(s) in LESSUTFCHARDEF") 7*4523eebcSXin LIM(missing_colon_in_LESSUTFCHARDEF,"missing colon in LESSUTFCHARDEF") 8*4523eebcSXin LIM(invalid_chardef,"invalid chardef") 9*4523eebcSXin LIM(chardef_longer_than_256,"chardef longer than 256") 10*4523eebcSXin LIM(invalid_charset_name,"invalid charset name") 11*4523eebcSXin LIM(seek_error,"seek error") 12*4523eebcSXin LIM(ch_ungetchar_overrun,"ch_ungetchar overrun") 13*4523eebcSXin LIM(Finishing_logfile,"Finishing logfile") 14*4523eebcSXin LIM(log_file_is_incomplete,"Warning: log file is incomplete") 15*4523eebcSXin LIM(seek_error_to_0,"seek error to 0") 16*4523eebcSXin LIM(Integer_is_too_big,"Integer is too big") 17*4523eebcSXin LIM(Non_match,"Non-match\40") 18*4523eebcSXin LIM(First_file,"First-file\40") 19*4523eebcSXin LIM(EOF_ignore,"EOF-ignore\40") 20*4523eebcSXin LIM(Keep_pos,"Keep-pos\40") 21*4523eebcSXin LIM(Regex_off,"Regex-off\40") 22*4523eebcSXin LIM(Wrap,"Wrap\40") 23*4523eebcSXin LIM(Lit,"Lit\40") 24*4523eebcSXin LIM(Sub_X,"Sub-%d\40") 25*4523eebcSXin LIM(There_is_no_X_option,"There is no %s option") 26*4523eebcSXin LIM(There_is_no__X_option,"There is no --%s option") 27*4523eebcSXin LIM(Sub_pattern_1_X,"Sub-pattern (1-%d):") 28*4523eebcSXin LIM(read_error,"read error") 29*4523eebcSXin LIM(Search_hit_top,"Search hit top; continuing at bottom") 30*4523eebcSXin LIM(Search_hit_bottom,"Search hit bottom; continuing at top") 31*4523eebcSXin LIM(Link_X,"Link: %s") 32*4523eebcSXin LIM(Pattern_not_found,"Pattern not found") 33*4523eebcSXin LIM(Pattern_not_found_X,"Pattern not found: %s") 34*4523eebcSXin LIM(Invalid_line_number,"Invalid line number") 35*4523eebcSXin LIM(command_may_not_work_correctly_with_LESSOPEN,"Warning: command may not work correctly when file is viewed via LESSOPEN") 36*4523eebcSXin LIM(Command_not_available,"Command not available") 37*4523eebcSXin LIM(Examine,"Examine:\40") 38*4523eebcSXin LIM(Cannot_edit_standard_input,"Cannot edit standard input") 39*4523eebcSXin LIM(This_file_was_viewed_via_LESSOPEN,"WARNING: This file was viewed via LESSOPEN") 40*4523eebcSXin LIM(No_next_file,"No next file") 41*4523eebcSXin LIM(No_X_next_file,"No %snext file") 42*4523eebcSXin LIM(No_previous_file,"No previous file") 43*4523eebcSXin LIM(No_X_previous_file,"No %sprevious file") 44*4523eebcSXin LIM(No_next_tag,"No next tag") 45*4523eebcSXin LIM(No_previous_tag,"No previous tag") 46*4523eebcSXin LIM(No_such_file,"No such file") 47*4523eebcSXin LIM(set_mark,"set mark:\40") 48*4523eebcSXin LIM(clear_mark,"clear mark:\40") 49*4523eebcSXin LIM(goto_mark,"goto mark:\40") 50*4523eebcSXin LIM(pipe_mark,"|mark:\40") 51*4523eebcSXin LIM(pipe_line_number,"|line number:\40") 52*4523eebcSXin LIM(pipe_first_mark,"|first mark:\40") 53*4523eebcSXin LIM(pipe_first_line_number,"|first line number:\40") 54*4523eebcSXin LIM(pipe_second_mark,"|second mark:\40") 55*4523eebcSXin LIM(pipe_second_line_number,"|second line number:\40") 56*4523eebcSXin LIM(Brackets,"Brackets:\40") 57*4523eebcSXin LIM(some_commands_disabled,"Warning: some commands disabled") 58*4523eebcSXin LIM(some_edit_commands_disabled,"Warning: some edit commands disabled") 59*4523eebcSXin LIM(environment_variables_from_lesskey_file_unavailable,"Warning: environment variables from lesskey file unavailable") 60*4523eebcSXin LIM(ambiguous,"ambiguous") 61*4523eebcSXin LIM(invalid,"invalid") 62*4523eebcSXin LIM(Input_preprocessor_failed,"Input preprocessor failed (status %d)") 63*4523eebcSXin LIM(Input_preprocessor_terminated_X,"Input preprocessor terminated: %s") 64*4523eebcSXin LIM(Input_preprocessor_exited_with_status_X,"Input preprocessor exited with status %x") 65*4523eebcSXin LIM(X_may_be_a_binary_file,"\"%s\" may be a binary file. See it anyway?\40") 66*4523eebcSXin LIM(X_is_a_terminal,"%s is a terminal (use -f to open it)") 67*4523eebcSXin LIM(Missing_filename,"Missing filename (\"less --help\" for help)") 68*4523eebcSXin LIM(X_exists,"Warning: \"%s\" exists; Overwrite, Append, Don't log, or Quit?\40") 69*4523eebcSXin LIM(Overwrite,"Overwrite, Append, Don't log, or Quit? (Type \"O\", \"A\", \"D\" or \"Q\")\40") 70*4523eebcSXin LIM(Cannot_write_to_X,"Cannot write to \"%s\"") 71*4523eebcSXin LIM(cannot_quote_command,"cannot quote command") 72*4523eebcSXin LIM(LESSOPEN_pipe_is_not_supported,"LESSOPEN pipe is not supported") 73*4523eebcSXin LIM(LESSOPEN_ignored,"LESSOPEN ignored: must contain exactly one %%s") 74*4523eebcSXin LIM(LESSCLOSE_ignored,"LESSCLOSE ignored; must contain no more than 2 %%s") 75*4523eebcSXin LIM(is_a_directory,"is a directory") 76*4523eebcSXin LIM(is_not_a_regular_file,"is not a regular file (use -f to see it)") 77*4523eebcSXin LIM(skipping,"...skipping...") 78*4523eebcSXin LIM(Cannot_seek_to_end_of_file,"Cannot seek to end of file") 79*4523eebcSXin LIM(Cannot_seek_to_end_of_buffers,"Cannot seek to end of buffers") 80*4523eebcSXin LIM(Cannot_seek_to_beginning_of_file,"Cannot seek to beginning of file") 81*4523eebcSXin LIM(Cannot_seek_to_line_number_X,"Cannot seek to line number %n") 82*4523eebcSXin LIM(Determining_length_of_file,"Determining length of file") 83*4523eebcSXin LIM(Dont_know_length_of_file,"Don't know length of file") 84*4523eebcSXin LIM(Cannot_seek_to_that_file_position,"Cannot seek to that file position") 85*4523eebcSXin LIM(Calculating_line_numbers,"Calculating line numbers") 86*4523eebcSXin LIM(Line_numbers_turned_off,"Line numbers turned off") 87*4523eebcSXin LIM(press_RETURN,"(press RETURN)") 88*4523eebcSXin LIM(Cannot_seek_to_start_position,"Cannot seek to start position") 89*4523eebcSXin LIM(Cannot_create_pipe,"Cannot create pipe") 90*4523eebcSXin LIM(cannot_use_unicode_arguments,"WARNING: cannot use unicode arguments") 91*4523eebcSXin LIM(terminal_is_not_fully_functional,"WARNING: terminal is not fully functional") 92*4523eebcSXin LIM(No_filenames_allowed_with_t_option,"No filenames allowed with -t option") 93*4523eebcSXin LIM(Press_RETURN_to_continue,"Press RETURN to continue\40") 94*4523eebcSXin LIM(Cannot_allocate_memory,"Cannot allocate memory") 95*4523eebcSXin LIM(Invalid_mark_letter_X,"Invalid mark letter %c") 96*4523eebcSXin LIM(Mark_not_set,"Mark not set") 97*4523eebcSXin LIM(Cannot_find_line_number_X,"Cannot find line number %n") 98*4523eebcSXin LIM(Mark_not_in_current_file,"Mark not in current file") 99*4523eebcSXin LIM(log_file_support_is_not_available,"log file support is not available") 100*4523eebcSXin LIM(Input_is_not_a_pipe,"Input is not a pipe") 101*4523eebcSXin LIM(Log_file_is_already_in_use,"Log file is already in use") 102*4523eebcSXin LIM(No_log_file,"No log file") 103*4523eebcSXin LIM(Log_file_X,"Log file \"%s\"") 104*4523eebcSXin LIM(Invalid_fraction_in_X,"Invalid fraction in %s") 105*4523eebcSXin LIM(Position_target_at_screen_line_X,"Position target at screen line %d") 106*4523eebcSXin LIM(Position_target_at_screen_position_X,"Position target at screen position %s") 107*4523eebcSXin LIM(Horizontal_shift_X_columns,"Horizontal shift %d columns") 108*4523eebcSXin LIM(Horizontal_shift_X_of_screen_width,"Horizontal shift %s of screen width") 109*4523eebcSXin LIM(Cannot_use_lesskey_file_X,"Cannot use lesskey file \"%s\"") 110*4523eebcSXin LIM(Cannot_use_lesskey_source_file_X,"Cannot use lesskey source file \"%s\"") 111*4523eebcSXin LIM(Error_in_lesskey_content,"Error in lesskey content") 112*4523eebcSXin LIM(tags_support_is_not_available,"tags support is not available") 113*4523eebcSXin LIM(Tags_file_X,"Tags file \"%s\"") 114*4523eebcSXin LIM(Prompt_medium_X,"Prompt (medium): %s") 115*4523eebcSXin LIM(Prompt_long_X,"Prompt (long): %s") 116*4523eebcSXin LIM(Prompt_short_X,"Prompt (short): %s") 117*4523eebcSXin LIM(nothing,"(nothing)") 118*4523eebcSXin LIM(Print_after_medium_prompt_X,"Print after medium prompt: %s") 119*4523eebcSXin LIM(Print_after_long_prompt_X,"Print after long prompt: %s") 120*4523eebcSXin LIM(Print_after_short_prompt_X,"Print after short prompt: %s") 121*4523eebcSXin LIM(Autosave_actions_X,"Autosave actions: %s") 122*4523eebcSXin LIM(Invalid_color_string_X,"Invalid color string \"%s\"") 123*4523eebcSXin LIM(on,"on") 124*4523eebcSXin LIM(off,"off") 125*4523eebcSXin LIM(SGR_mode_is_X,"SGR mode is %s") 126*4523eebcSXin LIM(Invalid_color_specifier_X,"Invalid color specifier '%c'") 127*4523eebcSXin LIM(Set__use_color_before_changing_colors,"Set --use-color before changing colors") 128*4523eebcSXin LIM(Tab_stops,"Tab stops\40") 129*4523eebcSXin LIM(and_then,"and then\40") 130*4523eebcSXin LIM(every_X_spaces,"every %d spaces") 131*4523eebcSXin LIM(dq_must_be_followed_by_1_or_2_chars,"-\" must be followed by 1 or 2 chars") 132*4523eebcSXin LIM(quotes_X,"quotes %s") 133*4523eebcSXin LIM(cannot_set_rscroll_to_a_wide_character,"cannot set rscroll to a wide character") 134*4523eebcSXin LIM(rscroll_character_is_X,"rscroll character is %s") 135*4523eebcSXin LIM(Use_h_for_help,"Use \"h\" for help") 136*4523eebcSXin LIM(Search_match_shift_is_X,"Search match shift is %d") 137*4523eebcSXin LIM(Search_match_shift_is_X_of_screen_width,"Search match shift is %s of screen width") 138*4523eebcSXin LIM(Ignore_mouse_input,"Ignore mouse input") 139*4523eebcSXin LIM(Mouse_features_enabled_X,"Mouse features enabled: %s") 140*4523eebcSXin LIM(Line_number_width_must_not_be_larger_than_X,"Line number width must not be larger than %d") 141*4523eebcSXin LIM(Status_column_width_must_not_be_larger_than_X,"Status column width must not be larger than %d") 142*4523eebcSXin LIM(interrupt_character_is_X,"interrupt character is %s") 143*4523eebcSXin LIM(Header_is_X,"Header (lines,columns,line-number) is %s") 144*4523eebcSXin LIM(invalid_search_option_X,"invalid search option '%c'") 145*4523eebcSXin LIM(search_options_X,"search options: %s") 146*4523eebcSXin LIM(Search_does_not_include_header_lines_or_columns,"Search does not include header lines or columns") 147*4523eebcSXin LIM(Search_includes_header_columns_but_not_header_lines,"Search includes header columns but not header lines") 148*4523eebcSXin LIM(Search_includes_header_lines_but_not_header_columns,"Search includes header lines but not header columns") 149*4523eebcSXin LIM(Search_includes_header_lines_and_columns,"Search includes header lines and columns") 150*4523eebcSXin LIM(There_is_no_X_option_help,"There is no %s option (\"less --help\" for help)") 151*4523eebcSXin LIM(There_is_no__X_option_help,"There is no --%s option (\"less --help\" for help)") 152*4523eebcSXin LIM(The_X_option_should_not_be_followed_by_eq,"The --%s option should not be followed by =") 153*4523eebcSXin LIM(X_is_an_ambiguous_abbreviation,"--%s is an ambiguous abbreviation (\"less --help\" for help)") 154*4523eebcSXin LIM(No_such_option,"No such option") 155*4523eebcSXin LIM(Cannot_change_the_X_option,"Cannot change the %s option") 156*4523eebcSXin LIM(Cannot_query_the_X_option,"Cannot query the %s option") 157*4523eebcSXin LIM(Cannot_use_or_for_a_string_option,"Cannot use \"-+\" or \"-!\" for a string option") 158*4523eebcSXin LIM(Cant_use_for_a_numeric_option,"Can't use \"-!\" for a numeric option") 159*4523eebcSXin LIM(Value_is_required_after_X,"Value is required after %s") 160*4523eebcSXin LIM(Number_too_large_in_X,"Number too large in %s") 161*4523eebcSXin LIM(Negative_number_not_allowed_in_X,"Negative number not allowed in %s") 162*4523eebcSXin LIM(Number_is_required_after_X,"Number is required after %s") 163*4523eebcSXin LIM(Search_includes_displayed_screen,"Search includes displayed screen") 164*4523eebcSXin LIM(Search_skips_displayed_screen,"Search skips displayed screen") 165*4523eebcSXin LIM(Search_includes_all_of_displayed_screen,"Search includes all of displayed screen") 166*4523eebcSXin LIM(Max_buffer_space_per_file,"Max buffer space per file (K):\40") 167*4523eebcSXin LIM(Max_buffer_space_per_file_X,"Max buffer space per file: %dK") 168*4523eebcSXin LIM(Dont_automatically_allocate_buffers,"Don't automatically allocate buffers") 169*4523eebcSXin LIM(Automatically_allocate_buffers_when_needed,"Automatically allocate buffers when needed") 170*4523eebcSXin LIM(Repaint_by_scrolling_from_bottom_of_screen,"Repaint by scrolling from bottom of screen") 171*4523eebcSXin LIM(Repaint_by_painting_from_top_of_screen,"Repaint by painting from top of screen") 172*4523eebcSXin LIM(Assume_intelligent_terminal,"Assume intelligent terminal") 173*4523eebcSXin LIM(Assume_dumb_terminal,"Assume dumb terminal") 174*4523eebcSXin LIM(Dont_quit_at_end_of_file,"Don't quit at end-of-file") 175*4523eebcSXin LIM(Quit_at_end_of_file,"Quit at end-of-file") 176*4523eebcSXin LIM(Quit_immediately_at_end_of_file,"Quit immediately at end-of-file") 177*4523eebcSXin LIM(Open_only_regular_files,"Open only regular files") 178*4523eebcSXin LIM(Open_even_non_regular_files,"Open even non-regular files") 179*4523eebcSXin LIM(Dont_quit_if_end_of_file_on_first_screen,"Don't quit if end-of-file on first screen") 180*4523eebcSXin LIM(Quit_if_end_of_file_on_first_screen,"Quit if end-of-file on first screen") 181*4523eebcSXin LIM(Dont_highlight_search_matches,"Don't highlight search matches") 182*4523eebcSXin LIM(Highlight_matches_for_previous_search_only,"Highlight matches for previous search only") 183*4523eebcSXin LIM(Highlight_all_matches_for_previous_search_pattern,"Highlight all matches for previous search pattern") 184*4523eebcSXin LIM(Backwards_scroll_limit,"Backwards scroll limit:\40") 185*4523eebcSXin LIM(Backwards_scroll_limit_is_X_lines,"Backwards scroll limit is %d lines") 186*4523eebcSXin LIM(Case_is_significant_in_searches,"Case is significant in searches") 187*4523eebcSXin LIM(Ignore_case_in_searches,"Ignore case in searches") 188*4523eebcSXin LIM(Ignore_case_in_searches_and_in_patterns,"Ignore case in searches and in patterns") 189*4523eebcSXin LIM(Target_line,"Target line:\40") 190*4523eebcSXin LIM(Dont_display_a_status_column,"Don't display a status column") 191*4523eebcSXin LIM(Display_a_status_column,"Display a status column") 192*4523eebcSXin LIM(Interrupt_returns_to_prompt,"Interrupt (ctrl-C) returns to prompt") 193*4523eebcSXin LIM(Interrupt_exits_less,"Interrupt (ctrl-C) exits less") 194*4523eebcSXin LIM(Dont_use_the_LESSOPEN_filter,"Don't use the LESSOPEN filter") 195*4523eebcSXin LIM(Use_the_LESSOPEN_filter,"Use the LESSOPEN filter") 196*4523eebcSXin LIM(Short_prompt,"Short prompt") 197*4523eebcSXin LIM(Medium_prompt,"Medium prompt") 198*4523eebcSXin LIM(Long_prompt,"Long prompt") 199*4523eebcSXin LIM(Dont_use_line_numbers,"Don't use line numbers") 200*4523eebcSXin LIM(Use_line_numbers,"Use line numbers") 201*4523eebcSXin LIM(Constantly_display_line_numbers,"Constantly display line numbers") 202*4523eebcSXin LIM(Ring_the_bell_for_errors_AND_at_eof,"Ring the bell for errors AND at eof/bof") 203*4523eebcSXin LIM(Ring_the_bell_for_errors_but_not_at_eof,"Ring the bell for errors but not at eof/bof") 204*4523eebcSXin LIM(Never_ring_the_bell,"Never ring the bell") 205*4523eebcSXin LIM(Display_control_characters_as_caret,"Display control characters as ^X") 206*4523eebcSXin LIM(Display_control_characters_directly,"Display control characters directly (not recommended)") 207*4523eebcSXin LIM(Display_ANSI_sequences_directly,"Display ANSI sequences directly, other control characters as ^X") 208*4523eebcSXin LIM(Display_all_blank_lines,"Display all blank lines") 209*4523eebcSXin LIM(Squeeze_multiple_blank_lines,"Squeeze multiple blank lines") 210*4523eebcSXin LIM(Fold_long_lines,"Fold long lines") 211*4523eebcSXin LIM(Chop_long_lines,"Chop long lines") 212*4523eebcSXin LIM(Display_underlined_text_in_underline_mode,"Display underlined text in underline mode") 213*4523eebcSXin LIM(Backspaces_cause_overstrike,"Backspaces cause overstrike") 214*4523eebcSXin LIM(Print_backspace_as_caret,"Print backspace as ^H") 215*4523eebcSXin LIM(Dont_highlight_target_line,"Don't highlight target line") 216*4523eebcSXin LIM(Highlight_target_line,"Highlight target line") 217*4523eebcSXin LIM(Dont_highlight_first_unread_line,"Don't highlight first unread line") 218*4523eebcSXin LIM(Highlight_first_unread_line_after_forward_screen,"Highlight first unread line after forward-screen") 219*4523eebcSXin LIM(Highlight_first_unread_line_after_any_forward_movement,"Highlight first unread line after any forward movement") 220*4523eebcSXin LIM(Send_init_deinit_strings_to_terminal,"Send init/deinit strings to terminal") 221*4523eebcSXin LIM(Dont_use_init_deinit_strings,"Don't use init/deinit strings") 222*4523eebcSXin LIM(Forward_scroll_limit,"Forward scroll limit:\40") 223*4523eebcSXin LIM(Forward_scroll_limit_is_X_lines,"Forward scroll limit is %d lines") 224*4523eebcSXin LIM(Scroll_window_size,"Scroll window size:\40") 225*4523eebcSXin LIM(Scroll_window_size_is_X_lines,"Scroll window size is %d lines") 226*4523eebcSXin LIM(Dont_show_tildes_after_end_of_file,"Don't show tildes after end of file") 227*4523eebcSXin LIM(Show_tildes_after_end_of_file,"Show tildes after end of file") 228*4523eebcSXin LIM(Use_keypad_mode,"Use keypad mode") 229*4523eebcSXin LIM(Dont_use_keypad_mode,"Don't use keypad mode") 230*4523eebcSXin LIM(Use_new_bottom_of_screen_behavior,"Use new bottom of screen behavior") 231*4523eebcSXin LIM(Use_old_bottom_of_screen_behavior,"Use old bottom of screen behavior") 232*4523eebcSXin LIM(F_command_follows_file_descriptor,"F command follows file descriptor") 233*4523eebcSXin LIM(F_command_follows_file_name,"F command follows file name") 234*4523eebcSXin LIM(Dont_use_backslash_escaping_in_command_line_parameters,"Don't use backslash escaping in command line parameters") 235*4523eebcSXin LIM(Use_backslash_escaping_in_command_line_parameters,"Use backslash escaping in command line parameters") 236*4523eebcSXin LIM(Allow_duplicates_in_history_list,"Allow duplicates in history list") 237*4523eebcSXin LIM(Remove_duplicates_from_history_list,"Remove duplicates from history list") 238*4523eebcSXin LIM(Use_the_mouse_for_scrolling_vertically,"Use the mouse for scrolling vertically") 239*4523eebcSXin LIM(Use_the_mouse_for_scrolling_vertically_reverse,"Use the mouse for scrolling vertically (reverse)") 240*4523eebcSXin LIM(Normal_mouse_scroll_direction,"Normal mouse scroll direction") 241*4523eebcSXin LIM(Reverse_mouse_scroll_direction,"Reverse mouse scroll direction") 242*4523eebcSXin LIM(Lines_to_scroll_on_mouse_wheel,"Lines to scroll on mouse wheel:\40") 243*4523eebcSXin LIM(Scroll_X_lines_on_mouse_wheel,"Scroll %d line(s) on mouse wheel") 244*4523eebcSXin LIM(Dont_save_marks_in_history_file,"Don't save marks in history file") 245*4523eebcSXin LIM(Save_marks_in_history_file,"Save marks in history file") 246*4523eebcSXin LIM(Line_number_width,"Line number width:\40") 247*4523eebcSXin LIM(Line_number_width_is_X_chars,"Line number width is %d chars") 248*4523eebcSXin LIM(Status_column_width,"Status column width:\40") 249*4523eebcSXin LIM(Status_column_width_is_X_chars,"Status column width is %d chars") 250*4523eebcSXin LIM(Incremental_search_is_off,"Incremental search is off") 251*4523eebcSXin LIM(Incremental_search_is_on,"Incremental search is on") 252*4523eebcSXin LIM(Dont_use_color,"Don't use color") 253*4523eebcSXin LIM(Use_color,"Use color") 254*4523eebcSXin LIM(Dont_get_size_of_each_file,"Don't get size of each file") 255*4523eebcSXin LIM(Get_size_of_each_file,"Get size of each file") 256*4523eebcSXin LIM(Line_highlight_applies_to_text_only,"Line highlight applies to text only") 257*4523eebcSXin LIM(Line_highlight_applies_to_entire_width_of_screen,"Line highlight applies to entire width of screen") 258*4523eebcSXin LIM(Accept_pasted_input,"Accept pasted input") 259*4523eebcSXin LIM(Ignore_pasted_input,"Ignore pasted input") 260*4523eebcSXin LIM(Dont_stop_on_form_feed,"Don't stop on form feed") 261*4523eebcSXin LIM(Stop_on_form_feed,"Stop on form feed") 262*4523eebcSXin LIM(Stop_scrolling_at_end_of_file,"Stop scrolling at end of file") 263*4523eebcSXin LIM(Dont_stop_scrolling_at_end_of_file,"Don't stop scrolling at end of file") 264*4523eebcSXin LIM(Number_header_lines,"Number header lines") 265*4523eebcSXin LIM(Dont_number_header_lines,"Don't number header lines") 266*4523eebcSXin LIM(Dont_redraw_screen_when_quitting,"Don't redraw screen when quitting") 267*4523eebcSXin LIM(Redraw_last_screen_when_quitting,"Redraw last screen when quitting") 268*4523eebcSXin LIM(Search_options,"Search options:\40") 269*4523eebcSXin LIM(Dont_exit_F_command_when_input_closes,"Don't exit F command when input closes") 270*4523eebcSXin LIM(Exit_F_command_when_input_closes,"Exit F command when input closes") 271*4523eebcSXin LIM(Display_visual_bell,"Display visual bell") 272*4523eebcSXin LIM(Dont_display_visual_bell,"Don't display visual bell") 273*4523eebcSXin LIM(Lines_to_read_looking_for_modelines,"Lines to read looking for modelines:\40") 274*4523eebcSXin LIM(Read_X_lines_looking_for_modelines,"Read %d lines looking for modelines") 275*4523eebcSXin LIM(Wrap_lines_at_any_character,"Wrap lines at any character") 276*4523eebcSXin LIM(Wrap_lines_at_spaces,"Wrap lines at spaces") 277*4523eebcSXin LIM(Dont_show_error_message_if_preprocessor_fails,"Don't show error message if preprocessor fails") 278*4523eebcSXin LIM(Show_error_message_if_preprocessor_fails,"Show error message if preprocessor fails") 279*4523eebcSXin LIM(Backspace_handling_is_specified_by_the_U_option,"Backspace handling is specified by the -U option") 280*4523eebcSXin LIM(Display_underline_text_in_underline_mode,"Display underline text in underline mode") 281*4523eebcSXin LIM(Print_backspaces_as_caret,"Print backspaces as ^H") 282*4523eebcSXin LIM(Tab_handling_is_specified_by_the_U_option,"Tab handling is specified by the -U option") 283*4523eebcSXin LIM(Expand_tabs_to_spaces,"Expand tabs to spaces") 284*4523eebcSXin LIM(Print_tabs_as_caret,"Print tabs as ^I") 285*4523eebcSXin LIM(Carriage_return_handling_is_specified_by_the_U_option,"Carriage return handling is specified by the -U option") 286*4523eebcSXin LIM(Delete_carriage_return_before_newline,"Delete carriage return before newline") 287*4523eebcSXin LIM(Print_carriage_return_as_caret,"Print carriage return as ^M") 288*4523eebcSXin LIM(color_desc,"color desc:\40") 289*4523eebcSXin LIM(log_file,"log file:\40") 290*4523eebcSXin LIM(Log_file,"Log file:\40") 291*4523eebcSXin LIM(prompt,"prompt:\40") 292*4523eebcSXin LIM(tag,"tag:\40") 293*4523eebcSXin LIM(tags_file,"tags file:\40") 294*4523eebcSXin LIM(Tab_stops_,"Tab stops:\40") 295*4523eebcSXin LIM(quotes,"quotes:\40") 296*4523eebcSXin LIM(Horizontal_shift,"Horizontal shift:\40") 297*4523eebcSXin LIM(rscroll_character,"rscroll character:\40") 298*4523eebcSXin LIM(Mouse_features,"Mouse features:\40") 299*4523eebcSXin LIM(Header_lines,"Header lines:\40") 300*4523eebcSXin LIM(Warn_when_editing_a_file_opened_via_LESSOPEN,"Warn when editing a file opened via LESSOPEN") 301*4523eebcSXin LIM(Dont_warn_when_editing_a_file_opened_via_LESSOPEN,"Don't warn when editing a file opened via LESSOPEN") 302*4523eebcSXin LIM(interrupt_character,"interrupt character:\40") 303*4523eebcSXin LIM(Search_match_shift,"Search match shift:\40") 304*4523eebcSXin LIM(Autosave_actions,"Autosave actions:\40") 305*4523eebcSXin LIM(Print_after_prompt,"Print after prompt:\40") 306*4523eebcSXin LIM(Error_X,"Error %d") 307*4523eebcSXin LIM(cannot_open,"cannot open") 308*4523eebcSXin LIM(Invalid_pattern,"Invalid pattern") 309*4523eebcSXin LIM(No_previous_regular_expression,"No previous regular expression") 310*4523eebcSXin LIM(Nothing_to_search,"Nothing to search") 311*4523eebcSXin LIM(OSC_8_link_not_found,"OSC 8 link not found") 312*4523eebcSXin LIM(No_OSC8_link_selected,"No OSC8 link selected") 313*4523eebcSXin LIM(Cannot_find_OSC8_link,"Cannot find OSC8 link") 314*4523eebcSXin LIM(No_handler_for_X_link_type,"No handler for \"%s\" link type") 315*4523eebcSXin LIM(Cannot_quote_URI,"Cannot quote URI") 316*4523eebcSXin LIM(link_done,"link done") 317*4523eebcSXin LIM(Please_re_enter_search_pattern,"Please re-enter search pattern") 318*4523eebcSXin LIM(No_tags_file,"No tags file") 319*4523eebcSXin LIM(No_such_tag_in_tags_file,"No such tag in tags file") 320*4523eebcSXin LIM(unknown_tag_type,"unknown tag type") 321*4523eebcSXin LIM(Tag_not_found,"Tag not found") 322*4523eebcSXin LIM(invalid_escape_sequence,"invalid escape sequence \"%s\"") 323*4523eebcSXin LIM(invalid_operator_X_in_version_line,"invalid operator '%s' in #version line") 324*4523eebcSXin LIM(non_numeric_version_number_in_version_line,"non-numeric version number in #version line") 325*4523eebcSXin LIM(unknown_action_X,"unknown action: \"%s\"") 326*4523eebcSXin LIM(missing_action,"missing action") 327*4523eebcSXin LIM(missing_eq_in_variable_definition,"missing = in variable definition") 328*4523eebcSXin LIM(s,"s") 329*4523eebcSXin LIM(dot_d,".d") 330*4523eebcSXin LIM(neg_dot_d,"-.d") 331*4523eebcSXin LIM(d_comma,"d,") 332