diff options
Diffstat (limited to 'tcllib/modules/doctools/mpformats/en.msg')
-rw-r--r-- | tcllib/modules/doctools/mpformats/en.msg | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/tcllib/modules/doctools/mpformats/en.msg b/tcllib/modules/doctools/mpformats/en.msg new file mode 100644 index 0000000..d7dfffd --- /dev/null +++ b/tcllib/modules/doctools/mpformats/en.msg @@ -0,0 +1,54 @@ +# -*- tcl -*- +package require msgcat +namespace import ::msgcat::* + +mcset en end/open/list "End of manpage reached, \[list_end\] missing" +mcset en end/open/example "End of manpage reached, \[example_end\] missing" +mcset en end/open/mp "End of manpage reached, \[manpage_end\] missing" +mcset en mpbegin "Command must be first of manpage" +mcset en mptitle "Spaces not allowed in manpage title" +mcset en hdrcmd "Command not allowed outside of the header section" +mcset en bodycmd "Command not allowed outside of the body of the manpage" +mcset en body "Plain text not allowed outside of the body of the manpage" +mcset en reqcmd "Command not allowed outside of header or requirement section" +mcset en invalidlist "Invalid list type \"@\"" +mcset en nolistcmd "Command not allowed inside of a list" +mcset en nolisthdr "Command not allowed between beginning of a list and its first item" +mcset en nolisttxt "Plain text not allowed between beginning of a list and its first item" +mcset en listcmd "Command not allowed outside of a list" +mcset en deflist "Command restricted to usage in definition lists" +mcset en bulletlist "Command restricted to usage in itemized lists" +mcset en enumlist "Command restricted to usage in enumerated lists" +mcset en examplecmd "Command allowed only to close example section" +mcset en listcmd "Command not allowed outside of a list" +mcset en nodonecmd "Command not allowed after \[manpage_end\]" +mcset en arg_list "Command restricted to usage in argument lists" +mcset en cmd_list "Command restricted to usage in command lists" +mcset en opt_list "Command restricted to usage in option lists" +mcset en tkoption_list "Command restricted to usage in tkoption lists" +mcset en depr_strong "Deprecated command \"%s\".\n\tPlease consider appropriate semantic markup or \[emph\] instead." +mcset en depr_lstitem "Deprecated command \"%s\".\n\tPlease use \[def\] instead." +mcset en depr_nl "Deprecated command \"%s\".\n\tPlease use \[para\] instead." +mcset en depr_bullet "Deprecated command \"%s\".\n\tPlease use \[item\] instead." +mcset en depr_ltype "Deprecated list type \"%s\".\n\tPlease use \"%s\" instead." +mcset en sectambig "(Sub)Section title \"%s\" causes ambiguous section references." +mcset en missingsect "Refered (Sub)Section \"%s\" is not known." + +mcset en end/open/toc "\[toc_end\] missing." +mcset en toc/plaintext "Plain text beyond whitespace is not allowed." +mcset en toc/begincmd "Command not allowed here." +mcset en toc/endcmd "Command not allowed here." +mcset en toc/titlecmd "Command not allowed here." +mcset en toc/sectcmd "Command not allowed here." +mcset en toc/sectecmd "Command not allowed here." +mcset en toc/itemcmd "Command not allowed here." +mcset en toc/nodonecmd "Command not allowed after \[toc_end\]" + +mcset en end/open/idx "\[index_end\] missing." +mcset en idx/plaintext "Plain text beyond whitespace is not allowed." +mcset en idx/begincmd "Command not allowed here." +mcset en idx/endcmd "Command not allowed here." +mcset en idx/keycmd "Command not allowed here." +mcset en idx/manpagecmd "Command not allowed here." +mcset en idx/urlcmd "Command not allowed here." +mcset en idx/nodonecmd "Command not allowed after \[index_end\]" |