Tcl Library Source Code

msgcat_c.tcl at [1f2b96a8ef]
Login

File modules/doctools2toc/msgcat_c.tcl artifact e99454b3a4 part of check-in 1f2b96a8ef


# -*- tcl -*-
package require    msgcat
namespace import ::msgcat::*

mcset c  doctoc/char/syntax             {Bad character in string}
mcset c  doctoc/cmd/illegal		{Illegal command "%1$s", not a doctoc command}       ; # Details: cmdname
mcset c  doctoc/cmd/nested		{Illegal use of "%1$s" as argument of other command} ; # Details: cmdname
mcset c  doctoc/cmd/toomanyargs		{Too many args for "%1$s", at most %2$d allowed}     ; # Details: cmdname, max#args
mcset c  doctoc/cmd/wrongargs		{Wrong#args for "%1$s", need at least %2$d}          ; # Details: cmdname, min#args
mcset c  doctoc/eof/syntax              {Bad <eof>}
mcset c  doctoc/include/path/notfound	{Include file "%1$s" not found}                      ; # Details: file name
mcset c  doctoc/include/read-failed	{Unable to read include file "%1$s", %2$s}           ; # Details: file name and error msg
mcset c  doctoc/include/syntax		{Errors in include file "%1$s"}
mcset c  doctoc/plaintext		{Plain text beyond whitespace is not allowed}
mcset c  doctoc/vset/varname/unknown	{Unknown variable "%1$s"}                            ; # Details: variable name

mcset c  doctoc/division_end/missing	{Expected [division_end], not found}
mcset c  doctoc/division_end/syntax	{Unexpected [division_end], not allowed here}
mcset c  doctoc/division_start/syntax	{Expected [division_start], not found}
mcset c  doctoc/item/syntax		{Unexpected [item], not allowed here}
mcset c  doctoc/toc_begin/missing	{Expected [toc_begin], not found}
mcset c  doctoc/toc_begin/syntax	{Unexpected [toc_begin], not allowed here}
mcset c  doctoc/toc_end/missing		{Expected [toc_end], not found}
mcset c  doctoc/toc_end/syntax		{Unexpected [toc_end], not allowed here}

mcset c  doctoc/redef                   {Bad reuse of label "%1$s"}

package provide doctools::msgcat::toc::c 0.1