# resources of information messages in bottom line
# vim:set fileencoding=utf-8 expandtab tabstop=4 shiftwidth=4:
#
# - Each message must be no more than 80 columns.
# - Each message will be used in printf() function directly.
#   No need to escape double quotation (").
# - Do not change the number, order and formats of %-form.
#
#                         1         2         3         4         5         6         7         8
#                12345678901234567890123456789012345678901234567890123456789012345678901234567890
UnknownLANG     "Language "%s" is not supported."
BrokenLANG      "Problem in resource "%s" of langage "%s"."
HLangParams     "Now the language is "%s". Following languages are supported."
LangSetAs       "Now the language is set as "%s"."
AmbiParams      "ambiwidth is "%s"."
AmbiSetAs       "Now the ambiwidth is set as "%s"."
EndianParams    "Endian is "%s"."
EndianSetAs     "Now the endian is set as "%s"."
UnknownCMD      "Unknown command. Type'!' for help."
UnknownCMDX     "Unknown command. Type'!' for help.[%s]"
UnknownCMDins   "Unknown command. Type'!' for help in INSERT mode.[%s]"
UnknownCMDrep   "Unknown command. Type'!' for help in REPLACE mode.[%s]"
ReadOnly        "File is READ ONLY."
NotRegular      "Do not write because file is not a regular file."
FileExists      "File exists. Use ':w!' to override."
FileModified    "No write since last change. use ':q!' to quit."
FileNotSaved    "Not save file yet. use ':q!' to quit."
HowToQuit       "Type :q! to quit. type '!' for help."
HowToQuitIns    "Type 'ESC' to quit this mode. type '!' for help."
NotWritable     "File is not writable."
NotAccessible   "Not accecible."
FailCreat       "Failed to create the file."
FailWrite       "Failed to write out the file."
LackOfParam     "Lack of parameters."
TooMuchParam    "Too much parameters."
CommandFormat   "Command format error."
ParamFormat     "Parameter format error."
ParamLogical    "Parameter logical error."
OldestHistory   "Already at oldest change."
NewestHistory   "Already at newest change."
MemFullforUndo  "Lack of memory. Save file, quit and try to edit again."
BuffFull        "Buffer is full. Save file, quit and try to edit again."
OutOfFile       "Cursor is now out of file."
PatNotFound     "Pattern not found."
PatNotFoundBot  "Search hit bottom without match."
PatNotFoundTop  "Search hit top without match."
NoExpression    "No previous expression."
IllegalString   "Illegal parameter string."
CantGoBack      "Cannot go back anymore. 'ESC' to quit this mode, '!' for help."
LinesNow        "%d lines,%d bytes."
LinesSet        "Updated to %d lines,%d bytes."
NeedLinesCols   "Needs at least 80 columns, 16 lines."
FlashSetOn      "Now the visible bell (flash) is on."
FlashSetOff     "Now the visible bell (flash) is off."
WrapScanOn      "Now the wrapscan is on."
WrapScanOff     "Now the wrapscan is off."
UseColorOn      "Now the usecolor is on."
UseColorOff     "Now the usecolor is off."
CantUseColor    "Usecolor is off.(lack of ablility of the terminal)."
EncodingParams  "Now the encoding is "%s". Following values are supported."
EncodingSetAs   "Now the encoding is set as "%s"."
UnknownEnc      "Encoding "%s" is not supported."
HelpForHelp     "scroll:^F/^B,^D/^U,j/k,^E/^Y,^N/^P/gg/G, quit:q|ESC"
HelpForHist     "move left/right:h/l expand/reduce vertically:j/k, quit:q|ESC"
DescOfBytemap1  "display:"
DescOfBytemap2  " <--switch by TAB, Shift+TAB key"
HelpForBytemap1 "move:^F/^B,^D/^U,^E/^Y,j/k,^N/^P  change width:+/-  rotate:(/)  redraw:^L"
HelpForBytemap2 "jump to the address of home:g  quit and back to previous address:q|ESC"
#
HelpForBitmap1  "scroll:^F/^B,^D/^U,^E/^Y,^N/^P,zt/zz/zb/z<ent>/z./z-   side scroll:</>"
HelpForBitmap2  "rotate:(/)   change width:+/-   move cursor:j/k/h/l,H/M/L,0/$   set/reset:s/r"
HelpForBitmap3  "undo/redo:u/^R   upside down:U   invert:W   redraw:^L   quit:q|<esc>"
TTimeoutLen     "ttimeoutlen is %d (milliseconds)."
TTimeoutLenNew  "Now the ttimeoutlen is set as %d (milliseconds)."
BIBLen          "biblen:(Blink Interval of Bitmap/Bytemap) is %d (milliseconds)."
BIBLenNew       "Now the biblen:(Blink Interval of Bitmap/Bytemap) is set as %d (millisec.)."
BIDLen          "bidlen:(Blink Interval of Dump) is %d (milliseconds)."
BIDLenNew       "Now the bidlen:(Blink Interval of Dump) is set as %d (milliseconds)."
MarkNotSet      "mark <%c> not set."
StackOverflow   "Stack overflow. calculation is too complicated."
StackUnderflow  "Stack underflow. error in the expression."
ParenMismatch   "Parenthesis not matched."
DivisionByZero  "Division by zero error."
InvalidFormula  "Error in the expression."
MarkUndefined   "Mark undefined."
NeedDecimalView "To input binary numbers, use :set decimalview."
EnterCmdSetAs   "Now the cmdenter is set as "%s"."
LeaveCmdSetAs   "Now the cmdleave is set as "%s"."
EndCmdSetAs     "Now the hxaviend is set as "%s"."
EscSeqShow      "Escape-Sequences are displayed on character lines."
EscSeqNoShow    "Escape-Sequences are not displayed on character lines."
MinusBOption    "The "-b" option is specified. This operation cannot be performed."
SaveOrigFile    "The "-b" option. Cannot exit unless you save the original file."
#
# end of the list
