summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/doctools2toc/msgcat_en.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcllib/modules/doctools2toc/msgcat_en.tcl')
-rw-r--r--tcllib/modules/doctools2toc/msgcat_en.tcl28
1 files changed, 28 insertions, 0 deletions
diff --git a/tcllib/modules/doctools2toc/msgcat_en.tcl b/tcllib/modules/doctools2toc/msgcat_en.tcl
new file mode 100644
index 0000000..f996281
--- /dev/null
+++ b/tcllib/modules/doctools2toc/msgcat_en.tcl
@@ -0,0 +1,28 @@
+# -*- tcl -*-
+package require msgcat
+namespace import ::msgcat::*
+
+mcset en doctoc/char/syntax {Bad character in string}
+mcset en doctoc/cmd/illegal {Illegal command "%1$s", not a doctoc command} ; # Details: cmdname
+mcset en doctoc/cmd/nested {Illegal use of "%1$s" as argument of other command} ; # Details: cmdname
+mcset en doctoc/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
+mcset en doctoc/cmd/wrongargs {Wrong#args for "%1$s", need at least %2$d} ; # Details: cmdname, min#args
+mcset en doctoc/eof/syntax {Bad <eof>}
+mcset en doctoc/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
+mcset en doctoc/include/read-failed {Unable to read include file "%1$s", %2$s} ; # Details: file name and error msg
+mcset en doctoc/include/syntax {Errors in include file "%1$s"}
+mcset en doctoc/plaintext {Plain text beyond whitespace is not allowed}
+mcset en doctoc/vset/varname/unknown {Unknown variable "%1$s"} ; # Details: variable name
+
+mcset en doctoc/division_end/missing {Expected [division_end], not found}
+mcset en doctoc/division_end/syntax {Unexpected [division_end], not allowed here}
+mcset en doctoc/division_start/syntax {Expected [division_start], not found}
+mcset en doctoc/item/syntax {Unexpected [item], not allowed here}
+mcset en doctoc/toc_begin/missing {Expected [toc_begin], not found}
+mcset en doctoc/toc_begin/syntax {Unexpected [toc_begin], not allowed here}
+mcset en doctoc/toc_end/missing {Expected [toc_end], not found}
+mcset en doctoc/toc_end/syntax {Unexpected [toc_end], not allowed here}
+
+mcset en doctoc/redef {Bad reuse of label "%1$s"}
+
+package provide doctools::msgcat::toc::en 0.1