diff options
author | Norbert Preining <norbert@preining.info> | 2023-08-26 03:00:52 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-08-26 03:00:52 +0000 |
commit | 2c6f7db39402a9980f7423ed3266ad1d18936bcc (patch) | |
tree | b998126ee1c53cfee553777049066ea4b50244f4 /support/bib2gls/bib2gls-en.xml | |
parent | ba73c7edc85ac1310d82920c5f432993f8a9af23 (diff) |
CTAN sync 202308260300
Diffstat (limited to 'support/bib2gls/bib2gls-en.xml')
-rw-r--r-- | support/bib2gls/bib2gls-en.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/support/bib2gls/bib2gls-en.xml b/support/bib2gls/bib2gls-en.xml index 232ecca226..7a9aea98ec 100644 --- a/support/bib2gls/bib2gls-en.xml +++ b/support/bib2gls/bib2gls-en.xml @@ -34,13 +34,16 @@ file is in or in a location that can be found by kpsewhich.</entry> <entry key="syntax.version">{1}, {0} Display version and exit.</entry> <entry key="syntax.help">{1}, {0} Display this help message and exit.</entry> <entry key="syntax.debug">{0} [<n>] Debug mode.</entry> +<entry key="syntax.debug-mode">{0} <setting> TeX Parser debug mode.</entry> <entry key="syntax.verbose">{0} Verbose mode.</entry> <entry key="syntax.silent">{1}, {2}, {0} Only display error messages.</entry> <entry key="syntax.group">{1}, {0} Add ''group'' field to entries.</entry> <entry key="syntax.locale">{1}, {0} <lang> Use language resource file for <lang> and identify this as the default document language.</entry> <entry key="syntax.log">{1}, {0} <file> Set transcript file name.</entry> <entry key="syntax.dir">{1}, {0} <directory> Files relative to <directory>.</entry> -<entry key="syntax.tex.encoding">{0} <name> Set the character encoding for the output files.</entry> +<entry key="syntax.tex.encoding">{0} <name> Set the character encoding for the glg and glstex output files and the aux and log input files.</entry> +<entry key="syntax.log.encoding">{0} <name> Set the character encoding for the log input file.</entry> +<entry key="syntax.default.encoding">{0} <name> Set the default character encoding for all input and output files.</entry> <entry key="syntax.interpret">{0} Enable interpreter.</entry> <entry key="syntax.break.space">{0} Interpret tilde character as normal space.</entry> <entry key="syntax.obey.aux.catcode">{0} Obey known category code changing commands encountered in the aux file.</entry> @@ -216,6 +219,7 @@ Defaulting to: {0}. <entry key="message.tex.charset">TeX character encoding: {0}</entry> <entry key="message.detected.charset">Detected encoding: {0}</entry> <entry key="message.default.charset">Default encoding: {0}</entry> +<entry key="message.assuming.charset">Assuming encoding: {0}</entry> <entry key="message.null">not set</entry> <entry key="message.detected.fontenc">Detected font encoding: {0}</entry> <entry key="message.missing.id">id missing</entry> @@ -295,8 +299,7 @@ Defaulting to: {0}. <entry key="warning.unsupported.generic">Not supported: {0}</entry> <!-- bib2gls warnings --> -<entry key="warning.cant.parse.file">Can''t parse {0} -{1}</entry> +<entry key="warning.cant.parse.file">Can''t parse {0} ({1})</entry> <entry key="warning.ignoring.unknown.entry.type">Ignoring unknown entry type: {0}</entry> <entry key="warning.private.entry.type">Private entry type ''{0}'' found. Did you mean ''{1}''?</entry> <entry key="warning.ignoring.unknown.encoding">Ignoring unknown encoding: {0}</entry> @@ -399,6 +402,8 @@ Have you indexed your entries using commands like \gls?</entry> <entry key="error.only.one.aux">Only one aux file permitted.</entry> <entry key="error.no.aux">Aux file not supplied. {0}</entry> <entry key="error.file.not.found">File not found: {0}</entry> +<entry key="error.cant.parse.file.malformed.input">Can''t parse {0}: may not be {1} encoded. +(Try a different encoding with {2} or {3}.)</entry> <entry key="error.missing.src">File not found: {0} (Did you forget to use the ''src'' key?)</entry> <entry key="error.dir.not.found">Directory not found: {0}</entry> @@ -586,6 +591,7 @@ converted to @dualabbreviationentry.)</entry> <entry key="error.syntax.batch.missing_in">Input file required for batch mode</entry> <entry key="error.syntax.batch.missing_out">Output directory required for batch mode</entry> <entry key="error.syntax.batch.unknown_format">Unknown format ''{0}''</entry> +<entry key="error.syntax.unknown_debug_mode">Unknown debug mode ''{0}''</entry> <entry key="error.exists">{0} already exists</entry> <entry key="error.file_exists.nooverwrite">Can''t write to ''{0}'': file already exists (use {1} to force overwrite)</entry> <entry key="error.no_matcher">Can''t match group {0}: no match found</entry> |