xref: /freebsd/contrib/less/lessmsg (revision 4523eebc6c1828d4fd41d7f1ab943cf079043bc8)
1*4523eebcSXin LI# This is the default lessmsg file for less.
2*4523eebcSXin LI# Messages defined in this file are compiled into the less executable.
3*4523eebcSXin LI# This file can also be used as a template for creating a custom lessmsg file.
4*4523eebcSXin LI
5*4523eebcSXin LI# This file defines a list of mappings from a symbol name to a message string.
6*4523eebcSXin LI# Each line in the file contains the symbol name, followed by one or more
7*4523eebcSXin LI# ASCII spaces, followed by the message string.
8*4523eebcSXin LI# To include a literal double-quote character in the message string, use
9*4523eebcSXin LI# the C-style escape sequence \". Similarly, use \\ to include a literal
10*4523eebcSXin LI# backslash, \n for newline, \r for carriage return, and \t for tab.
11*4523eebcSXin LI# You can also use \xDD where DD is a hexadecimal number, or \DDD where DDD
12*4523eebcSXin LI# is an octal number, to encode a character using its ASCII value.
13*4523eebcSXin LI# Non-ASCII characters should be encoded as UTF-8 bytes.
14*4523eebcSXin LI# A backslash at the end of a line indicates continuation onto the next line.
15*4523eebcSXin LI# The backslash and following newline are removed from the line.
16*4523eebcSXin LI# (Continuation lines work only in custom lessmsg files, not in the lessmsg
17*4523eebcSXin LI# file which is compiled into less.)
18*4523eebcSXin LI
19*4523eebcSXin LI# Any spaces at the end of a line are significant, and will be included
20*4523eebcSXin LI# in the message string. To make it easier to see that such trailing
21*4523eebcSXin LI# spaces are present, you may wish to encode them as \40 or \x20.
22*4523eebcSXin LI# Any printf-style format specifiers in a string (%s, %d, %x, etc) should be
23*4523eebcSXin LI# retained in the new message. Do not remove such specifiers or add new ones.
24*4523eebcSXin LI
25*4523eebcSXin LI# To use a custom lessmsg file, copy this file and modify any messages desired,
26*4523eebcSXin LI# then set your LESSMSG environment variable to the name of the file.
27*4523eebcSXin LI# In each modified line, you should leave the symbol name unchanged, and
28*4523eebcSXin LI# modify only the message string.
29*4523eebcSXin LI# The default value of each symbol is built into less, so you can simply
30*4523eebcSXin LI# delete any lines that you do not wish to modify, and less will use the
31*4523eebcSXin LI# default value.
32*4523eebcSXin LI
33*4523eebcSXin LINothing_in_top_line Nothing in top line
34*4523eebcSXin LINothing_in_bottom_line Nothing in bottom line
35*4523eebcSXin LINo_bracket_in_top_line No bracket in top line
36*4523eebcSXin LINo_bracket_in_bottom_line No bracket in bottom line
37*4523eebcSXin LINo_matching_bracket No matching bracket
38*4523eebcSXin LIinvalid_hex_number_in_LESSUTFCHARDEF invalid hex number(s) in LESSUTFCHARDEF
39*4523eebcSXin LImissing_colon_in_LESSUTFCHARDEF missing colon in LESSUTFCHARDEF
40*4523eebcSXin LIinvalid_chardef invalid chardef
41*4523eebcSXin LIchardef_longer_than_256 chardef longer than 256
42*4523eebcSXin LIinvalid_charset_name invalid charset name
43*4523eebcSXin LIseek_error seek error
44*4523eebcSXin LIch_ungetchar_overrun ch_ungetchar overrun
45*4523eebcSXin LIFinishing_logfile Finishing logfile
46*4523eebcSXin LIlog_file_is_incomplete Warning: log file is incomplete
47*4523eebcSXin LIseek_error_to_0 seek error to 0
48*4523eebcSXin LIInteger_is_too_big Integer is too big
49*4523eebcSXin LINon_match Non-match\40
50*4523eebcSXin LIFirst_file First-file\40
51*4523eebcSXin LIEOF_ignore EOF-ignore\40
52*4523eebcSXin LIKeep_pos Keep-pos\40
53*4523eebcSXin LIRegex_off Regex-off\40
54*4523eebcSXin LIWrap Wrap\40
55*4523eebcSXin LILit Lit\40
56*4523eebcSXin LISub_X Sub-%d\40
57*4523eebcSXin LIThere_is_no_X_option There is no %s option
58*4523eebcSXin LIThere_is_no__X_option There is no --%s option
59*4523eebcSXin LISub_pattern_1_X Sub-pattern (1-%d):
60*4523eebcSXin LIread_error read error
61*4523eebcSXin LISearch_hit_top Search hit top; continuing at bottom
62*4523eebcSXin LISearch_hit_bottom Search hit bottom; continuing at top
63*4523eebcSXin LILink_X Link: %s
64*4523eebcSXin LIPattern_not_found Pattern not found
65*4523eebcSXin LIPattern_not_found_X Pattern not found: %s
66*4523eebcSXin LIInvalid_line_number Invalid line number
67*4523eebcSXin LIcommand_may_not_work_correctly_with_LESSOPEN Warning: command may not work correctly when file is viewed via LESSOPEN
68*4523eebcSXin LICommand_not_available Command not available
69*4523eebcSXin LIExamine Examine:\40
70*4523eebcSXin LICannot_edit_standard_input Cannot edit standard input
71*4523eebcSXin LIThis_file_was_viewed_via_LESSOPEN WARNING: This file was viewed via LESSOPEN
72*4523eebcSXin LINo_next_file No next file
73*4523eebcSXin LINo_X_next_file No %snext file
74*4523eebcSXin LINo_previous_file No previous file
75*4523eebcSXin LINo_X_previous_file No %sprevious file
76*4523eebcSXin LINo_next_tag No next tag
77*4523eebcSXin LINo_previous_tag No previous tag
78*4523eebcSXin LINo_such_file No such file
79*4523eebcSXin LIset_mark set mark:\40
80*4523eebcSXin LIclear_mark clear mark:\40
81*4523eebcSXin LIgoto_mark goto mark:\40
82*4523eebcSXin LIpipe_mark |mark:\40
83*4523eebcSXin LIpipe_line_number |line number:\40
84*4523eebcSXin LIpipe_first_mark |first mark:\40
85*4523eebcSXin LIpipe_first_line_number |first line number:\40
86*4523eebcSXin LIpipe_second_mark |second mark:\40
87*4523eebcSXin LIpipe_second_line_number |second line number:\40
88*4523eebcSXin LIBrackets Brackets:\40
89*4523eebcSXin LIsome_commands_disabled Warning: some commands disabled
90*4523eebcSXin LIsome_edit_commands_disabled Warning: some edit commands disabled
91*4523eebcSXin LIenvironment_variables_from_lesskey_file_unavailable Warning: environment variables from lesskey file unavailable
92*4523eebcSXin LIambiguous ambiguous
93*4523eebcSXin LIinvalid invalid
94*4523eebcSXin LIInput_preprocessor_failed Input preprocessor failed (status %d)
95*4523eebcSXin LIInput_preprocessor_terminated_X Input preprocessor terminated: %s
96*4523eebcSXin LIInput_preprocessor_exited_with_status_X Input preprocessor exited with status %x
97*4523eebcSXin LIX_may_be_a_binary_file \"%s\" may be a binary file.  See it anyway?\40
98*4523eebcSXin LIX_is_a_terminal %s is a terminal (use -f to open it)
99*4523eebcSXin LIMissing_filename Missing filename (\"less --help\" for help)
100*4523eebcSXin LIX_exists Warning: \"%s\" exists; Overwrite, Append, Don't log, or Quit?\40
101*4523eebcSXin LIOverwrite Overwrite, Append, Don't log, or Quit? (Type \"O\", \"A\", \"D\" or \"Q\")\40
102*4523eebcSXin LICannot_write_to_X Cannot write to \"%s\"
103*4523eebcSXin LIcannot_quote_command cannot quote command
104*4523eebcSXin LILESSOPEN_pipe_is_not_supported LESSOPEN pipe is not supported
105*4523eebcSXin LILESSOPEN_ignored LESSOPEN ignored: must contain exactly one %%s
106*4523eebcSXin LILESSCLOSE_ignored LESSCLOSE ignored; must contain no more than 2 %%s
107*4523eebcSXin LIis_a_directory is a directory
108*4523eebcSXin LIis_not_a_regular_file is not a regular file (use -f to see it)
109*4523eebcSXin LIskipping ...skipping...
110*4523eebcSXin LICannot_seek_to_end_of_file Cannot seek to end of file
111*4523eebcSXin LICannot_seek_to_end_of_buffers Cannot seek to end of buffers
112*4523eebcSXin LICannot_seek_to_beginning_of_file Cannot seek to beginning of file
113*4523eebcSXin LICannot_seek_to_line_number_X Cannot seek to line number %n
114*4523eebcSXin LIDetermining_length_of_file Determining length of file
115*4523eebcSXin LIDont_know_length_of_file Don't know length of file
116*4523eebcSXin LICannot_seek_to_that_file_position Cannot seek to that file position
117*4523eebcSXin LICalculating_line_numbers Calculating line numbers
118*4523eebcSXin LILine_numbers_turned_off Line numbers turned off
119*4523eebcSXin LIpress_RETURN (press RETURN)
120*4523eebcSXin LICannot_seek_to_start_position Cannot seek to start position
121*4523eebcSXin LICannot_create_pipe Cannot create pipe
122*4523eebcSXin LIcannot_use_unicode_arguments WARNING: cannot use unicode arguments
123*4523eebcSXin LIterminal_is_not_fully_functional WARNING: terminal is not fully functional
124*4523eebcSXin LINo_filenames_allowed_with_t_option No filenames allowed with -t option
125*4523eebcSXin LIPress_RETURN_to_continue Press RETURN to continue\40
126*4523eebcSXin LICannot_allocate_memory Cannot allocate memory
127*4523eebcSXin LIInvalid_mark_letter_X Invalid mark letter %c
128*4523eebcSXin LIMark_not_set Mark not set
129*4523eebcSXin LICannot_find_line_number_X Cannot find line number %n
130*4523eebcSXin LIMark_not_in_current_file Mark not in current file
131*4523eebcSXin LIlog_file_support_is_not_available log file support is not available
132*4523eebcSXin LIInput_is_not_a_pipe Input is not a pipe
133*4523eebcSXin LILog_file_is_already_in_use Log file is already in use
134*4523eebcSXin LINo_log_file No log file
135*4523eebcSXin LILog_file_X Log file \"%s\"
136*4523eebcSXin LIInvalid_fraction_in_X Invalid fraction in %s
137*4523eebcSXin LIPosition_target_at_screen_line_X Position target at screen line %d
138*4523eebcSXin LIPosition_target_at_screen_position_X Position target at screen position %s
139*4523eebcSXin LIHorizontal_shift_X_columns Horizontal shift %d columns
140*4523eebcSXin LIHorizontal_shift_X_of_screen_width Horizontal shift %s of screen width
141*4523eebcSXin LICannot_use_lesskey_file_X Cannot use lesskey file \"%s\"
142*4523eebcSXin LICannot_use_lesskey_source_file_X Cannot use lesskey source file \"%s\"
143*4523eebcSXin LIError_in_lesskey_content Error in lesskey content
144*4523eebcSXin LItags_support_is_not_available tags support is not available
145*4523eebcSXin LITags_file_X Tags file \"%s\"
146*4523eebcSXin LIPrompt_medium_X Prompt (medium): %s
147*4523eebcSXin LIPrompt_long_X Prompt (long): %s
148*4523eebcSXin LIPrompt_short_X Prompt (short): %s
149*4523eebcSXin LInothing (nothing)
150*4523eebcSXin LIPrint_after_medium_prompt_X Print after medium prompt: %s
151*4523eebcSXin LIPrint_after_long_prompt_X Print after long prompt: %s
152*4523eebcSXin LIPrint_after_short_prompt_X Print after short prompt: %s
153*4523eebcSXin LIAutosave_actions_X Autosave actions: %s
154*4523eebcSXin LIInvalid_color_string_X Invalid color string \"%s\"
155*4523eebcSXin LIon on
156*4523eebcSXin LIoff off
157*4523eebcSXin LISGR_mode_is_X SGR mode is %s
158*4523eebcSXin LIInvalid_color_specifier_X Invalid color specifier '%c'
159*4523eebcSXin LISet__use_color_before_changing_colors Set --use-color before changing colors
160*4523eebcSXin LITab_stops Tab stops\40
161*4523eebcSXin LIand_then and then\40
162*4523eebcSXin LIevery_X_spaces every %d spaces
163*4523eebcSXin LIdq_must_be_followed_by_1_or_2_chars -\" must be followed by 1 or 2 chars
164*4523eebcSXin LIquotes_X quotes %s
165*4523eebcSXin LIcannot_set_rscroll_to_a_wide_character cannot set rscroll to a wide character
166*4523eebcSXin LIrscroll_character_is_X rscroll character is %s
167*4523eebcSXin LIUse_h_for_help Use \"h\" for help
168*4523eebcSXin LISearch_match_shift_is_X Search match shift is %d
169*4523eebcSXin LISearch_match_shift_is_X_of_screen_width Search match shift is %s of screen width
170*4523eebcSXin LIIgnore_mouse_input Ignore mouse input
171*4523eebcSXin LIMouse_features_enabled_X Mouse features enabled: %s
172*4523eebcSXin LILine_number_width_must_not_be_larger_than_X Line number width must not be larger than %d
173*4523eebcSXin LIStatus_column_width_must_not_be_larger_than_X Status column width must not be larger than %d
174*4523eebcSXin LIinterrupt_character_is_X interrupt character is %s
175*4523eebcSXin LIHeader_is_X Header (lines,columns,line-number) is %s
176*4523eebcSXin LIinvalid_search_option_X invalid search option '%c'
177*4523eebcSXin LIsearch_options_X search options: %s
178*4523eebcSXin LISearch_does_not_include_header_lines_or_columns Search does not include header lines or columns
179*4523eebcSXin LISearch_includes_header_columns_but_not_header_lines Search includes header columns but not header lines
180*4523eebcSXin LISearch_includes_header_lines_but_not_header_columns Search includes header lines but not header columns
181*4523eebcSXin LISearch_includes_header_lines_and_columns Search includes header lines and columns
182*4523eebcSXin LIThere_is_no_X_option_help There is no %s option (\"less --help\" for help)
183*4523eebcSXin LIThere_is_no__X_option_help There is no --%s option (\"less --help\" for help)
184*4523eebcSXin LIThe_X_option_should_not_be_followed_by_eq The --%s option should not be followed by =
185*4523eebcSXin LIX_is_an_ambiguous_abbreviation --%s is an ambiguous abbreviation (\"less --help\" for help)
186*4523eebcSXin LINo_such_option No such option
187*4523eebcSXin LICannot_change_the_X_option Cannot change the %s option
188*4523eebcSXin LICannot_query_the_X_option Cannot query the %s option
189*4523eebcSXin LICannot_use_or_for_a_string_option Cannot use \"-+\" or \"-!\" for a string option
190*4523eebcSXin LICant_use_for_a_numeric_option Can't use \"-!\" for a numeric option
191*4523eebcSXin LIValue_is_required_after_X Value is required after %s
192*4523eebcSXin LINumber_too_large_in_X Number too large in %s
193*4523eebcSXin LINegative_number_not_allowed_in_X Negative number not allowed in %s
194*4523eebcSXin LINumber_is_required_after_X Number is required after %s
195*4523eebcSXin LISearch_includes_displayed_screen Search includes displayed screen
196*4523eebcSXin LISearch_skips_displayed_screen Search skips displayed screen
197*4523eebcSXin LISearch_includes_all_of_displayed_screen Search includes all of displayed screen
198*4523eebcSXin LIMax_buffer_space_per_file Max buffer space per file (K):\40
199*4523eebcSXin LIMax_buffer_space_per_file_X Max buffer space per file: %dK
200*4523eebcSXin LIDont_automatically_allocate_buffers Don't automatically allocate buffers
201*4523eebcSXin LIAutomatically_allocate_buffers_when_needed Automatically allocate buffers when needed
202*4523eebcSXin LIRepaint_by_scrolling_from_bottom_of_screen Repaint by scrolling from bottom of screen
203*4523eebcSXin LIRepaint_by_painting_from_top_of_screen Repaint by painting from top of screen
204*4523eebcSXin LIAssume_intelligent_terminal Assume intelligent terminal
205*4523eebcSXin LIAssume_dumb_terminal Assume dumb terminal
206*4523eebcSXin LIDont_quit_at_end_of_file Don't quit at end-of-file
207*4523eebcSXin LIQuit_at_end_of_file Quit at end-of-file
208*4523eebcSXin LIQuit_immediately_at_end_of_file Quit immediately at end-of-file
209*4523eebcSXin LIOpen_only_regular_files Open only regular files
210*4523eebcSXin LIOpen_even_non_regular_files Open even non-regular files
211*4523eebcSXin LIDont_quit_if_end_of_file_on_first_screen Don't quit if end-of-file on first screen
212*4523eebcSXin LIQuit_if_end_of_file_on_first_screen Quit if end-of-file on first screen
213*4523eebcSXin LIDont_highlight_search_matches Don't highlight search matches
214*4523eebcSXin LIHighlight_matches_for_previous_search_only Highlight matches for previous search only
215*4523eebcSXin LIHighlight_all_matches_for_previous_search_pattern Highlight all matches for previous search pattern
216*4523eebcSXin LIBackwards_scroll_limit Backwards scroll limit:\40
217*4523eebcSXin LIBackwards_scroll_limit_is_X_lines Backwards scroll limit is %d lines
218*4523eebcSXin LICase_is_significant_in_searches Case is significant in searches
219*4523eebcSXin LIIgnore_case_in_searches Ignore case in searches
220*4523eebcSXin LIIgnore_case_in_searches_and_in_patterns Ignore case in searches and in patterns
221*4523eebcSXin LITarget_line Target line:\40
222*4523eebcSXin LIDont_display_a_status_column Don't display a status column
223*4523eebcSXin LIDisplay_a_status_column Display a status column
224*4523eebcSXin LIInterrupt_returns_to_prompt Interrupt (ctrl-C) returns to prompt
225*4523eebcSXin LIInterrupt_exits_less Interrupt (ctrl-C) exits less
226*4523eebcSXin LIDont_use_the_LESSOPEN_filter Don't use the LESSOPEN filter
227*4523eebcSXin LIUse_the_LESSOPEN_filter Use the LESSOPEN filter
228*4523eebcSXin LIShort_prompt Short prompt
229*4523eebcSXin LIMedium_prompt Medium prompt
230*4523eebcSXin LILong_prompt Long prompt
231*4523eebcSXin LIDont_use_line_numbers Don't use line numbers
232*4523eebcSXin LIUse_line_numbers Use line numbers
233*4523eebcSXin LIConstantly_display_line_numbers Constantly display line numbers
234*4523eebcSXin LIRing_the_bell_for_errors_AND_at_eof Ring the bell for errors AND at eof/bof
235*4523eebcSXin LIRing_the_bell_for_errors_but_not_at_eof Ring the bell for errors but not at eof/bof
236*4523eebcSXin LINever_ring_the_bell Never ring the bell
237*4523eebcSXin LIDisplay_control_characters_as_caret Display control characters as ^X
238*4523eebcSXin LIDisplay_control_characters_directly Display control characters directly (not recommended)
239*4523eebcSXin LIDisplay_ANSI_sequences_directly Display ANSI sequences directly, other control characters as ^X
240*4523eebcSXin LIDisplay_all_blank_lines Display all blank lines
241*4523eebcSXin LISqueeze_multiple_blank_lines Squeeze multiple blank lines
242*4523eebcSXin LIFold_long_lines Fold long lines
243*4523eebcSXin LIChop_long_lines Chop long lines
244*4523eebcSXin LIDisplay_underlined_text_in_underline_mode Display underlined text in underline mode
245*4523eebcSXin LIBackspaces_cause_overstrike Backspaces cause overstrike
246*4523eebcSXin LIPrint_backspace_as_caret Print backspace as ^H
247*4523eebcSXin LIDont_highlight_target_line Don't highlight target line
248*4523eebcSXin LIHighlight_target_line Highlight target line
249*4523eebcSXin LIDont_highlight_first_unread_line Don't highlight first unread line
250*4523eebcSXin LIHighlight_first_unread_line_after_forward_screen Highlight first unread line after forward-screen
251*4523eebcSXin LIHighlight_first_unread_line_after_any_forward_movement Highlight first unread line after any forward movement
252*4523eebcSXin LISend_init_deinit_strings_to_terminal Send init/deinit strings to terminal
253*4523eebcSXin LIDont_use_init_deinit_strings Don't use init/deinit strings
254*4523eebcSXin LIForward_scroll_limit Forward scroll limit:\40
255*4523eebcSXin LIForward_scroll_limit_is_X_lines Forward scroll limit is %d lines
256*4523eebcSXin LIScroll_window_size Scroll window size:\40
257*4523eebcSXin LIScroll_window_size_is_X_lines Scroll window size is %d lines
258*4523eebcSXin LIDont_show_tildes_after_end_of_file Don't show tildes after end of file
259*4523eebcSXin LIShow_tildes_after_end_of_file Show tildes after end of file
260*4523eebcSXin LIUse_keypad_mode Use keypad mode
261*4523eebcSXin LIDont_use_keypad_mode Don't use keypad mode
262*4523eebcSXin LIUse_new_bottom_of_screen_behavior Use new bottom of screen behavior
263*4523eebcSXin LIUse_old_bottom_of_screen_behavior Use old bottom of screen behavior
264*4523eebcSXin LIF_command_follows_file_descriptor F command follows file descriptor
265*4523eebcSXin LIF_command_follows_file_name F command follows file name
266*4523eebcSXin LIDont_use_backslash_escaping_in_command_line_parameters Don't use backslash escaping in command line parameters
267*4523eebcSXin LIUse_backslash_escaping_in_command_line_parameters Use backslash escaping in command line parameters
268*4523eebcSXin LIAllow_duplicates_in_history_list Allow duplicates in history list
269*4523eebcSXin LIRemove_duplicates_from_history_list Remove duplicates from history list
270*4523eebcSXin LIUse_the_mouse_for_scrolling_vertically Use the mouse for scrolling vertically
271*4523eebcSXin LIUse_the_mouse_for_scrolling_vertically_reverse Use the mouse for scrolling vertically (reverse)
272*4523eebcSXin LINormal_mouse_scroll_direction Normal mouse scroll direction
273*4523eebcSXin LIReverse_mouse_scroll_direction Reverse mouse scroll direction
274*4523eebcSXin LILines_to_scroll_on_mouse_wheel Lines to scroll on mouse wheel:\40
275*4523eebcSXin LIScroll_X_lines_on_mouse_wheel Scroll %d line(s) on mouse wheel
276*4523eebcSXin LIDont_save_marks_in_history_file Don't save marks in history file
277*4523eebcSXin LISave_marks_in_history_file Save marks in history file
278*4523eebcSXin LILine_number_width Line number width:\40
279*4523eebcSXin LILine_number_width_is_X_chars Line number width is %d chars
280*4523eebcSXin LIStatus_column_width Status column width:\40
281*4523eebcSXin LIStatus_column_width_is_X_chars Status column width is %d chars
282*4523eebcSXin LIIncremental_search_is_off Incremental search is off
283*4523eebcSXin LIIncremental_search_is_on Incremental search is on
284*4523eebcSXin LIDont_use_color Don't use color
285*4523eebcSXin LIUse_color Use color
286*4523eebcSXin LIDont_get_size_of_each_file Don't get size of each file
287*4523eebcSXin LIGet_size_of_each_file Get size of each file
288*4523eebcSXin LILine_highlight_applies_to_text_only Line highlight applies to text only
289*4523eebcSXin LILine_highlight_applies_to_entire_width_of_screen Line highlight applies to entire width of screen
290*4523eebcSXin LIAccept_pasted_input Accept pasted input
291*4523eebcSXin LIIgnore_pasted_input Ignore pasted input
292*4523eebcSXin LIDont_stop_on_form_feed Don't stop on form feed
293*4523eebcSXin LIStop_on_form_feed Stop on form feed
294*4523eebcSXin LIStop_scrolling_at_end_of_file Stop scrolling at end of file
295*4523eebcSXin LIDont_stop_scrolling_at_end_of_file Don't stop scrolling at end of file
296*4523eebcSXin LINumber_header_lines Number header lines
297*4523eebcSXin LIDont_number_header_lines Don't number header lines
298*4523eebcSXin LIDont_redraw_screen_when_quitting Don't redraw screen when quitting
299*4523eebcSXin LIRedraw_last_screen_when_quitting Redraw last screen when quitting
300*4523eebcSXin LISearch_options Search options:\40
301*4523eebcSXin LIDont_exit_F_command_when_input_closes Don't exit F command when input closes
302*4523eebcSXin LIExit_F_command_when_input_closes Exit F command when input closes
303*4523eebcSXin LIDisplay_visual_bell Display visual bell
304*4523eebcSXin LIDont_display_visual_bell Don't display visual bell
305*4523eebcSXin LILines_to_read_looking_for_modelines Lines to read looking for modelines:\40
306*4523eebcSXin LIRead_X_lines_looking_for_modelines Read %d lines looking for modelines
307*4523eebcSXin LIWrap_lines_at_any_character Wrap lines at any character
308*4523eebcSXin LIWrap_lines_at_spaces Wrap lines at spaces
309*4523eebcSXin LIDont_show_error_message_if_preprocessor_fails Don't show error message if preprocessor fails
310*4523eebcSXin LIShow_error_message_if_preprocessor_fails Show error message if preprocessor fails
311*4523eebcSXin LIBackspace_handling_is_specified_by_the_U_option Backspace handling is specified by the -U option
312*4523eebcSXin LIDisplay_underline_text_in_underline_mode Display underline text in underline mode
313*4523eebcSXin LIPrint_backspaces_as_caret Print backspaces as ^H
314*4523eebcSXin LITab_handling_is_specified_by_the_U_option Tab handling is specified by the -U option
315*4523eebcSXin LIExpand_tabs_to_spaces Expand tabs to spaces
316*4523eebcSXin LIPrint_tabs_as_caret Print tabs as ^I
317*4523eebcSXin LICarriage_return_handling_is_specified_by_the_U_option Carriage return handling is specified by the -U option
318*4523eebcSXin LIDelete_carriage_return_before_newline Delete carriage return before newline
319*4523eebcSXin LIPrint_carriage_return_as_caret Print carriage return as ^M
320*4523eebcSXin LIcolor_desc color desc:\40
321*4523eebcSXin LIlog_file log file:\40
322*4523eebcSXin LILog_file Log file:\40
323*4523eebcSXin LIprompt prompt:\40
324*4523eebcSXin LItag tag:\40
325*4523eebcSXin LItags_file tags file:\40
326*4523eebcSXin LITab_stops_ Tab stops:\40
327*4523eebcSXin LIquotes quotes:\40
328*4523eebcSXin LIHorizontal_shift Horizontal shift:\40
329*4523eebcSXin LIrscroll_character rscroll character:\40
330*4523eebcSXin LIMouse_features Mouse features:\40
331*4523eebcSXin LIHeader_lines Header lines:\40
332*4523eebcSXin LIWarn_when_editing_a_file_opened_via_LESSOPEN Warn when editing a file opened via LESSOPEN
333*4523eebcSXin LIDont_warn_when_editing_a_file_opened_via_LESSOPEN Don't warn when editing a file opened via LESSOPEN
334*4523eebcSXin LIinterrupt_character interrupt character:\40
335*4523eebcSXin LISearch_match_shift Search match shift:\40
336*4523eebcSXin LIAutosave_actions Autosave actions:\40
337*4523eebcSXin LIPrint_after_prompt Print after prompt:\40
338*4523eebcSXin LIError_X Error %d
339*4523eebcSXin LIcannot_open cannot open
340*4523eebcSXin LIInvalid_pattern Invalid pattern
341*4523eebcSXin LINo_previous_regular_expression No previous regular expression
342*4523eebcSXin LINothing_to_search Nothing to search
343*4523eebcSXin LIOSC_8_link_not_found OSC 8 link not found
344*4523eebcSXin LINo_OSC8_link_selected No OSC8 link selected
345*4523eebcSXin LICannot_find_OSC8_link Cannot find OSC8 link
346*4523eebcSXin LINo_handler_for_X_link_type No handler for \"%s\" link type
347*4523eebcSXin LICannot_quote_URI Cannot quote URI
348*4523eebcSXin LIlink_done link done
349*4523eebcSXin LIPlease_re_enter_search_pattern Please re-enter search pattern
350*4523eebcSXin LINo_tags_file No tags file
351*4523eebcSXin LINo_such_tag_in_tags_file No such tag in tags file
352*4523eebcSXin LIunknown_tag_type unknown tag type
353*4523eebcSXin LITag_not_found Tag not found
354*4523eebcSXin LIinvalid_escape_sequence invalid escape sequence \"%s\"
355*4523eebcSXin LIinvalid_operator_X_in_version_line invalid operator '%s' in #version line
356*4523eebcSXin LInon_numeric_version_number_in_version_line non-numeric version number in #version line
357*4523eebcSXin LIunknown_action_X unknown action: \"%s\"
358*4523eebcSXin LImissing_action missing action
359*4523eebcSXin LImissing_eq_in_variable_definition missing = in variable definition
360*4523eebcSXin LI
361*4523eebcSXin LI# The help file can be overridden with the "HELP" symbol.
362*4523eebcSXin LI# Normally this will be a multi-line string, so it is convenient to define
363*4523eebcSXin LI# it here as a list of lines, each ending with a newline and backslash to
364*4523eebcSXin LI# continue the message on the next line.  The last line should not have a
365*4523eebcSXin LI# final backslash.
366*4523eebcSXin LI#
367*4523eebcSXin LI# Example (remove initial ## from each line):
368*4523eebcSXin LI#
369*4523eebcSXin LI##HELP \
370*4523eebcSXin LI##First line of example help file.\n\
371*4523eebcSXin LI##Second line of help file.\n\
372*4523eebcSXin LI##Last line of help file.\n
373