Update to nnikiroo-utils-1.5.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / resources.properties
index c5c31378357347d8b57509dcae44b5ba176069b2..f664eb45ef5cf45c3ca7536abcc6c830efb347e5 100644 (file)
@@ -7,8 +7,8 @@
 # 
 
 
 # 
 
 
-# (WHAT: help message, WHERE: cli, FORMAT: %s = supported input, %s = supported output)
 # help message for the syntax
 # help message for the syntax
+# (FORMAT: STRING) %s = supported input, %s = supported output
 HELP_SYNTAX = Valid options:\n\
 \t--import [URL]: import into library\n\
 \t--export [id] [output_type] [target]: export story to target\n\
 HELP_SYNTAX = Valid options:\n\
 \t--import [URL]: import into library\n\
 \t--export [id] [output_type] [target]: export story to target\n\
@@ -25,139 +25,138 @@ Supported input types:\n\
 \n\
 Supported output types:\n\
 %s
 \n\
 Supported output types:\n\
 %s
-# (WHAT: error message, WHERE: cli)
-# syntax error message
+# syntax error message (FORMAT: STRING) 
 ERR_SYNTAX = Syntax error (try "--help")
 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
 # an input or output support type description
+# (FORMAT: STRING) %s = support name, %s = support desc
 ERR_SYNTAX_TYPE = %s: %s
 ERR_SYNTAX_TYPE = %s: %s
-# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
 # Error when retrieving data
 # Error when retrieving data
+# (FORMAT: STRING) %s = input string
 ERR_LOADING = Error when retrieving data from: %s
 ERR_LOADING = Error when retrieving data from: %s
-# (WHAT: error message, WHERE: cli, FORMAT: %s = save target)
 # Error when saving to given target
 # Error when saving to given target
+# (FORMAT: STRING) %s = save target
 ERR_SAVING = Error when saving to target: %s
 ERR_SAVING = Error when saving to target: %s
-# (WHAT: error message, WHERE: cli, FORMAT: %s = bad output format)
 # Error when unknown output format
 # Error when unknown output format
+# (FORMAT: STRING) %s = bad output format
 ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
 ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
-# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
 # Error when converting input to URL/File
 # Error when converting input to URL/File
+# (FORMAT: STRING) %s = input string
 ERR_BAD_URL = Cannot understand file or protocol: %s
 ERR_BAD_URL = Cannot understand file or protocol: %s
-# (WHAT: error message, WHERE: cli, FORMAT: %s = input url)
 # URL/File not supported
 # URL/File not supported
+# (FORMAT: STRING) %s = input url
 ERR_NOT_SUPPORTED = URL not supported: %s
 ERR_NOT_SUPPORTED = URL not supported: %s
-# (WHAT: error message, WHERE: BasicSupport, FORMAT: %s = cover URL)
 # Failed to download cover : %s
 # Failed to download cover : %s
+# (FORMAT: STRING) %s = cover URL
 ERR_BS_NO_COVER = Failed to download cover: %s
 ERR_BS_NO_COVER = Failed to download cover: %s
-# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
 # Canonical OPEN SINGLE QUOTE char (for instance: `)
 # Canonical OPEN SINGLE QUOTE char (for instance: `)
+# (FORMAT: STRING) single char
 OPEN_SINGLE_QUOTE = `
 OPEN_SINGLE_QUOTE = `
-# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
 # Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
 # Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
+# (FORMAT: STRING) single char
 CLOSE_SINGLE_QUOTE = ‘
 CLOSE_SINGLE_QUOTE = ‘
-# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
+# (FORMAT: STRING) single char
 OPEN_DOUBLE_QUOTE = “
 OPEN_DOUBLE_QUOTE = “
-# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
+# (FORMAT: STRING) single char
 CLOSE_DOUBLE_QUOTE = ”
 CLOSE_DOUBLE_QUOTE = ”
-# (WHAT: chapter name, WHERE: BasicSupport)
 # Name of the description fake chapter
 # Name of the description fake chapter
+# (FORMAT: STRING) 
 DESCRIPTION = Description
 DESCRIPTION = Description
-# (WHAT: chapter name, FORMAT: %d = number, %s = name)
 # Name of a chapter with a name
 # Name of a chapter with a name
+# (FORMAT: STRING) %d = number, %s = name
 CHAPTER_NAMED = Chapter %d: %s
 CHAPTER_NAMED = Chapter %d: %s
-# (WHAT: chapter name, FORMAT: %d = number, %s = name)
 # Name of a chapter without name
 # Name of a chapter without name
+# (FORMAT: STRING) %d = number, %s = name
 CHAPTER_UNNAMED = Chapter %d
 CHAPTER_UNNAMED = Chapter %d
-# (WHAT: input format description, WHERE: SupportType, FORMAT: %s = type)
 # Default description when the type is not known by i18n
 # Default description when the type is not known by i18n
+# (FORMAT: STRING) %s = type
 INPUT_DESC = Unknown type: %s
 INPUT_DESC = Unknown type: %s
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
 INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 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.
 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.
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
 INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to novels to games.
 INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to novels to games.
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
 INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 INPUT_DESC_MANGAFOX = A well filled repository of mangas, or, as their website states: Most popular manga scanlations read online for free at mangafox, as well as a close-knit community to chat and make friends.
 INPUT_DESC_MANGAFOX = A well filled repository of mangas, or, as their website states: Most popular manga scanlations read online for free at mangafox, as well as a close-knit community to chat and make friends.
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 INPUT_DESC_E621 = Furry website supporting comics, including MLP
 INPUT_DESC_E621 = Furry website supporting comics, including MLP
-# (WHAT: input format description, WHERE: SupportType)
 # Description of this input type
 # Description of this input type
+# (FORMAT: STRING) 
 INPUT_DESC_E_HENTAI = Website offering many comics/manga, mostly but not always NSFW (hence 'Hentai'); MLP comics can be found there, too
 INPUT_DESC_E_HENTAI = Website offering many comics/manga, mostly but not always NSFW (hence 'Hentai'); MLP comics can be found there, too
-# (WHAT: output format description, WHERE: OutputType, FORMAT: %s = type)
 # Default description when the type is not known by i18n
 # Default description when the type is not known by i18n
+# (FORMAT: STRING) %s = type
 OUTPUT_DESC = Unknown type: %s
 OUTPUT_DESC = Unknown type: %s
-# (WHAT: output format description, WHERE: OutputType)
 # Description of this output type
 # Description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
 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
 # Description of this output type
+# (FORMAT: STRING) 
 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.
 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.
-# (WHAT: output format description, WHERE: OutputType)
 # Description of this output type
 # Description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
 OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
-# (WHAT: output format description, WHERE: OutputType)
 # Description of this output type
 # Description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images in PNG format)
 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
 # Description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
 OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
-# (WHAT: output format description, WHERE: OutputType)
 # Description of this output type
 # Description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
 OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
-# (WHAT: short output format description, WHERE: OutputType)
 # Description of this output type
 # Description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SYSOUT = A simple DEBUG console output
 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
 # Default description when the type is not known by i18n
+#This item is used as a group, its content is not expected to be used.
 OUTPUT_DESC_SHORT = %s
 OUTPUT_DESC_SHORT = %s
-# (WHAT: short output format description, WHERE: OutputType)
-# Description of this output type
+# Short description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
 OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
-# (WHAT: short output format description, WHERE: OutputType)
-# Description of this output type
+# Short description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
 OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
-# (WHAT: short output format description, WHERE: OutputType)
-# Description of this output type
+# Short description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
 OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
-# (WHAT: short output format description, WHERE: OutputType)
-# Description of this output type
+# Short description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
 OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
-# (WHAT: short output format description, WHERE: OutputType)
-# Description of this output type
+# Short description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
 OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
-# (WHAT: short output format description, WHERE: OutputType)
-# Description of this output type
+# Short description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_SYSOUT = Console output
 OUTPUT_DESC_SHORT_SYSOUT = Console output
-# (WHAT: short output format description, WHERE: OutputType)
-# Description of this output type
+# Short description of this output type
+# (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
 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
 # Error message for unknown 2-letter LaTeX language code
+# (FORMAT: STRING) %s = the unknown 2-code language
 LATEX_LANG_UNKNOWN = Unknown language: %s
 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' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
+# (FORMAT: STRING) 
 BY = by
 BY = by