X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fresources.properties;h=1d142f37bb3f2fec5ed6a7397605858674c43a4b;hp=a317eb1e01f078e98c8ba8113a3c3c7d2c2a542f;hb=b2612f9dcd0a37f4ec22fcabe55390280e06daf2;hpb=4310bae9326894d9a9f5c7d34e552437e1156ddb diff --git a/src/be/nikiroo/fanfix/bundles/resources.properties b/src/be/nikiroo/fanfix/bundles/resources.properties index a317eb1..1d142f3 100644 --- a/src/be/nikiroo/fanfix/bundles/resources.properties +++ b/src/be/nikiroo/fanfix/bundles/resources.properties @@ -125,10 +125,16 @@ OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but wi OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images in PNG format) # (WHAT: output format description, WHERE: OutputType) # Description of this output type +OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html") +# (WHAT: output format description, WHERE: OutputType) +# Description of this output type OUTPUT_DESC_LATEX = A LaTeX file using the "book" template # (WHAT: short output format description, WHERE: OutputType) # Description of this output type OUTPUT_DESC_SYSOUT = A simple DEBUG console output +# (WHAT: short output format description, WHERE: OutputType, FORMAT: %s = type) +# Default description when the type is not known by i18n +OUTPUT_DESC_SHORT = %s # (WHAT: short output format description, WHERE: OutputType) # Description of this output type OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub) @@ -147,6 +153,9 @@ OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex) # (WHAT: short output format description, WHERE: OutputType) # Description of this output type OUTPUT_DESC_SHORT_SYSOUT = Console output +# (WHAT: short output format description, WHERE: OutputType) +# Description of this output type +OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html) # (WHAT: error message, WHERE: LaTeX, FORMAT: %s = the unknown 2-code language) # Error message for unknown 2-letter LaTeX language code LATEX_LANG_UNKNOWN = Unknown language: %s