X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fresources.properties;h=9b01475e2cf9ddf6b4fb97622d7be6e7984ebe16;hb=edd4628984f5f06e955606651fc828ac839f7f43;hp=13f6c2f991122cde99531963d000967a114b0f65;hpb=08fe2e33007063e30fe22dc1d290f8afaa18eb1d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/resources.properties b/src/be/nikiroo/fanfix/bundles/resources.properties index 13f6c2f..9b01475 100644 --- a/src/be/nikiroo/fanfix/bundles/resources.properties +++ b/src/be/nikiroo/fanfix/bundles/resources.properties @@ -7,23 +7,26 @@ # -# (WHAT: error message, WHERE: cli, FORMAT: %s = supported input, %s = supported output) -# syntax error message -ERR_SYNTAX = Syntax error\n\ -\n\ -Valid options:\n\ +# (WHAT: help message, WHERE: cli, FORMAT: %s = supported input, %s = supported output) +# help message for the syntax +HELP_SYNTAX = Valid options:\n\ \t--import [URL]: import into library\n\ \t--export [id] [output_type] [target]: export story to target\n\ -\t--convert [URL] [output_type] [target]: convert URL into target\n\ -\t--read [id]: read the given story from the library\n\ -\t--read-url [URL]: convert on the fly and read the story, without saving it\n\ +\t--convert [URL] [output_type] [target] (+info): convert URL into target\n\ +\t--read [id] ([chapter number]): read the given story from the library\n\ +\t--read-url [URL] ([chapter number]): convert on the fly and read the story, without saving it\n\ \t--list: list the stories present in the library\n\ +\t--set-reader [reader type]: set the reader type to CLI or LOCAL for this command\n\ +\t--help: this help message\n\ \n\ Supported input types:\n\ %s\n\ \n\ Supported output types:\n\ %s +# (WHAT: error message, WHERE: cli) +# syntax error message +ERR_SYNTAX = Syntax error (try "--help") # (WHAT: error message, WHERE: cli, FORMAT: %s = support name, %s = support desc) # an input or output support type description ERR_SYNTAX_TYPE = %s: %s @@ -122,13 +125,30 @@ OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store t # (WHAT: output format description, WHERE: OutputType) # Description of this output type OUTPUT_DESC_LATEX = A LaTeX file using the "book" template -# (WHAT: output format description, WHERE: OutputType) +# (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) +# Description of this output type +OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub) +# (WHAT: short output format description, WHERE: OutputType) +# Description of this output type +OUTPUT_DESC_SHORT_TEXT = Plain text (.txt) +# (WHAT: short output format description, WHERE: OutputType) +# Description of this output type +OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata +# (WHAT: short output format description, WHERE: OutputType) +# Description of this output type +OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz) +# (WHAT: short output format description, WHERE: OutputType) +# Description of this output type +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: 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 # (WHAT: 'by' prefix before author name) # used to output the author, make sure it is covered by Config.BYS for input detection -BY = © -BY_NOUTF = (c) +BY = by