X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fresources.properties;h=afe07f447e6eb08b501fb9535b3678a1f4932ed2;hb=b4dc6ab518ded2dd92e4cbb02ac615b1d57e8e6d;hp=13f6c2f991122cde99531963d000967a114b0f65;hpb=08fe2e33007063e30fe22dc1d290f8afaa18eb1d;p=nikiroo-utils.git diff --git a/src/be/nikiroo/fanfix/bundles/resources.properties b/src/be/nikiroo/fanfix/bundles/resources.properties index 13f6c2f..afe07f4 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\ -\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--list: list the stories present in the library\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] (+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 @@ -79,11 +82,11 @@ INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EP # (WHAT: input format description, WHERE: SupportType) # Description of this input type INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few rules :\n\ -\tthe title must be on the first line, \n\ -\tthe author (preceded by nothing, "by " or "©") must be on the second line, possibly with the publication date in parenthesis (i.e., "By Unknown (3rd October 1998)"), \n\ -\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\ -\ta description of the story must be given as chapter number 0,\n\ -\ta cover image may be present with the same filename but a PNG, JPEG or JPG extension. +tthe title must be on the first line, \n\ +tthe author (preceded by nothing, "by " or "©") must be on the second line, possibly with the publication date in parenthesis (i.e., "By Unknown (3rd October 1998)"), \n\ +tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\ +ta description of the story must be given as chapter number 0,\n\ +ta cover image may be present with the same filename but a PNG, JPEG or JPG extension. # (WHAT: input format description, WHERE: SupportType) # Description of this input type INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata @@ -108,11 +111,11 @@ OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers # (WHAT: output format description, WHERE: OutputType) # Description of this output type OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\ -\tthe title must be on the first line, \n\ -\tthe author (preceded by nothing, "by " or "©") must be on the second line, possibly with the publication date in parenthesis (i.e., "By Unknown (3rd October 1998)"), \n\ -\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\ -\ta description of the story must be given as chapter number 0,\n\ -\ta cover image may be present with the same filename but a PNG, JPEG or JPG extension. +tthe title must be on the first line, \n\ +tthe author (preceded by nothing, "by " or "©") must be on the second line, possibly with the publication date in parenthesis (i.e., "By Unknown (3rd October 1998)"), \n\ +tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\ +ta description of the story must be given as chapter number 0,\n\ +ta cover image may be present with the same filename but a PNG, JPEG or JPG extension. # (WHAT: output format description, WHERE: OutputType) # Description of this output type OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata @@ -130,5 +133,4 @@ OUTPUT_DESC_SYSOUT = A simple DEBUG console output 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