Merge branch 'subtree'
[fanfix.git] / src / be / nikiroo / fanfix / bundles / resources_core.properties
index 6a08973286267c44d6a6db68b817c53aa631feb7..dc7881ad2e42f83a129c0b210e877a60f86d2c02 100644 (file)
@@ -1,4 +1,4 @@
-# United Kingdom (en_GB) resources translation file (UTF-8)
+# United Kingdom (en_GB) resources_core translation file (UTF-8)
 # 
 # Note that any key can be doubled with a _NOUTF suffix
 # to use when the NOUTF env variable is set to 1
 # 
 # Note that any key can be doubled with a _NOUTF suffix
 # to use when the NOUTF env variable is set to 1
@@ -8,7 +8,7 @@
 
 
 # help message for the syntax
 
 
 # help message for the syntax
-# (FORMAT: STRING) %s = supported input, %s = supported output
+# (FORMAT: STRING) 
 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\
@@ -20,15 +20,22 @@ HELP_SYNTAX = Valid options:\n\
 \t\tgiven page (page 0 means "how many page do we have", starts at page 1)\n\
 \t--search-tag WEBSITE ([tag 1] [tag2...] ([page] ([item]))): list the known tags or \n\
 \t\tsearch the stories for the given tag(s), show the given page of results\n\
 \t\tgiven page (page 0 means "how many page do we have", starts at page 1)\n\
 \t--search-tag WEBSITE ([tag 1] [tag2...] ([page] ([item]))): list the known tags or \n\
 \t\tsearch the stories for the given tag(s), show the given page of results\n\
-\t\t(page 0 means "how many page do we have", starts at page 1)\n\
+\t--search: list the supported websites (where)\n\
+\t--search [where] [keywords] (page [page]) (item [item]): search on the supported \n\
+\t\twebsite and display the given results page of stories it found, or the story \n\
+\t\tdetails if asked\n\
+\t--search-tag [where]: list all the tags supported by this website\n\
+\t--search-tag [index 1]... (page [page]) (item [item]): search for the given stories or \n\
+\t\tsubtags, tag by tag, and display information about a specific page of results or \n\
+\t\tabout a specific item if requested\n\
 \t--list ([type]) : list the stories present in the library\n\
 \t--set-source [id] [new source]: change the source of the given story\n\
 \t--set-title [id] [new title]: change the title of the given story\n\
 \t--set-author [id] [new author]: change the author of the given story\n\
 \t--set-reader [reader type]: set the reader type to CLI, TUI or GUI for \n\
 \t\tthis command\n\
 \t--list ([type]) : list the stories present in the library\n\
 \t--set-source [id] [new source]: change the source of the given story\n\
 \t--set-title [id] [new title]: change the title of the given story\n\
 \t--set-author [id] [new author]: change the author of the given story\n\
 \t--set-reader [reader type]: set the reader type to CLI, TUI or GUI for \n\
 \t\tthis command\n\
-\t--server [key] [port]: start a remote server on this port\n\
-\t--stop-server [key] [port]: stop the remote server running on this port\n\
+\t--server: start the server mode (see config file for parameters)\n\
+\t--stop-server: stop the remote server running on this port\n\
 \t\tif any (key must be set to the same value)\n\
 \t--remote [key] [host] [port]: select this remote server to get \n\
 \t\t(or update or...) the stories from (key must be set to the \n\
 \t\tif any (key must be set to the same value)\n\
 \t--remote [key] [host] [port]: select this remote server to get \n\
 \t\t(or update or...) the stories from (key must be set to the \n\
@@ -41,52 +48,53 @@ Supported input types:\n\
 \n\
 Supported output types:\n\
 %s
 \n\
 Supported output types:\n\
 %s
-# syntax error message (FORMAT: STRING) 
+# syntax error message
+# (FORMAT: STRING) 
 ERR_SYNTAX = Syntax error (try "--help")
 # an input or output support type description
 ERR_SYNTAX = Syntax error (try "--help")
 # an input or output support type description
-# (FORMAT: STRING) %s = support name, %s = support desc
+# (FORMAT: STRING) 
 ERR_SYNTAX_TYPE = > %s: %s
 # Error when retrieving data
 ERR_SYNTAX_TYPE = > %s: %s
 # Error when retrieving data
-# (FORMAT: STRING) %s = input string
+# (FORMAT: STRING) 
 ERR_LOADING = Error when retrieving data from: %s
 # Error when saving to given target
 ERR_LOADING = Error when retrieving data from: %s
 # Error when saving to given target
-# (FORMAT: STRING) %s = save target
+# (FORMAT: STRING) 
 ERR_SAVING = Error when saving to target: %s
 # Error when unknown output format
 ERR_SAVING = Error when saving to target: %s
 # Error when unknown output format
-# (FORMAT: STRING) %s = bad output format
+# (FORMAT: STRING) 
 ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
 # Error when converting input to URL/File
 ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
 # Error when converting input to URL/File
-# (FORMAT: STRING) %s = input string
+# (FORMAT: STRING) 
 ERR_BAD_URL = Cannot understand file or protocol: %s
 # URL/File not supported
 ERR_BAD_URL = Cannot understand file or protocol: %s
 # URL/File not supported
-# (FORMAT: STRING) %s = input url
+# (FORMAT: STRING) 
 ERR_NOT_SUPPORTED = URL not supported: %s
 # Failed to download cover : %s
 ERR_NOT_SUPPORTED = URL not supported: %s
 # Failed to download cover : %s
-# (FORMAT: STRING) %s = cover URL
+# (FORMAT: STRING) 
 ERR_BS_NO_COVER = Failed to download cover: %s
 # Canonical OPEN SINGLE QUOTE char (for instance: ‘)
 ERR_BS_NO_COVER = Failed to download cover: %s
 # Canonical OPEN SINGLE QUOTE char (for instance: ‘)
-# (FORMAT: STRING) single char
+# (FORMAT: STRING) 
 OPEN_SINGLE_QUOTE = ‘
 # Canonical CLOSE SINGLE QUOTE char (for instance: ’)
 OPEN_SINGLE_QUOTE = ‘
 # Canonical CLOSE SINGLE QUOTE char (for instance: ’)
-# (FORMAT: STRING) single char
+# (FORMAT: STRING) 
 CLOSE_SINGLE_QUOTE = ’
 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
 CLOSE_SINGLE_QUOTE = ’
 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
-# (FORMAT: STRING) single char
+# (FORMAT: STRING) 
 OPEN_DOUBLE_QUOTE = “
 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
 OPEN_DOUBLE_QUOTE = “
 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
-# (FORMAT: STRING) single char
+# (FORMAT: STRING) 
 CLOSE_DOUBLE_QUOTE = ”
 # Name of the description fake chapter
 # (FORMAT: STRING) 
 DESCRIPTION = Description
 # Name of a chapter with a name
 CLOSE_DOUBLE_QUOTE = ”
 # Name of the description fake chapter
 # (FORMAT: STRING) 
 DESCRIPTION = Description
 # Name of a chapter with a name
-# (FORMAT: STRING) %d = number, %s = name
+# (FORMAT: STRING) 
 CHAPTER_NAMED = Chapter %d: %s
 # Name of a chapter without name
 CHAPTER_NAMED = Chapter %d: %s
 # Name of a chapter without name
-# (FORMAT: STRING) %d = number, %s = name
+# (FORMAT: STRING) 
 CHAPTER_UNNAMED = Chapter %d
 # Default description when the type is not known by i18n
 CHAPTER_UNNAMED = Chapter %d
 # Default description when the type is not known by i18n
-# (FORMAT: STRING) %s = type
+# (FORMAT: STRING) 
 INPUT_DESC = Unknown type: %s
 # Description of this input type
 # (FORMAT: STRING) 
 INPUT_DESC = Unknown type: %s
 # Description of this input type
 # (FORMAT: STRING) 
@@ -116,9 +124,7 @@ INPUT_DESC_FANFICTION = Fanfictions of many, many different universes, from TV s
 INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
 # Description of this input type
 # (FORMAT: STRING) 
 INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
 # Description of this input type
 # (FORMAT: STRING) 
-INPUT_DESC_MANGAFOX = A well filled repository of mangas, or, as their website states: \n\
-\tMost popular manga scanlations read online for free at mangafox, \n\
-\tas well as a close-knit community to chat and make friends.
+INPUT_DESC_MANGAHUB = A well filled repository of mangas, in English
 # Description of this input type
 # (FORMAT: STRING) 
 INPUT_DESC_E621 = Furry website supporting comics, including MLP
 # Description of this input type
 # (FORMAT: STRING) 
 INPUT_DESC_E621 = Furry website supporting comics, including MLP
@@ -135,7 +141,7 @@ INPUT_DESC_CBZ = CBZ files coming from this very program
 # (FORMAT: STRING) 
 INPUT_DESC_HTML = HTML files coming from this very program
 # Default description when the type is not known by i18n
 # (FORMAT: STRING) 
 INPUT_DESC_HTML = HTML files coming from this very program
 # Default description when the type is not known by i18n
-# (FORMAT: STRING) %s = type
+# (FORMAT: STRING) 
 OUTPUT_DESC = Unknown type: %s
 # Description of this output type
 # (FORMAT: STRING) 
 OUTPUT_DESC = Unknown type: %s
 # Description of this output type
 # (FORMAT: STRING) 
@@ -170,7 +176,7 @@ OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
 # (FORMAT: STRING) 
 OUTPUT_DESC_SYSOUT = A simple DEBUG console output
 # Default description when the type is not known by i18n
 # (FORMAT: STRING) 
 OUTPUT_DESC_SYSOUT = A simple DEBUG console output
 # 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.
+# This item is used as a group, its content is not expected to be used.
 OUTPUT_DESC_SHORT = %s
 # Short description of this output type
 # (FORMAT: STRING) 
 OUTPUT_DESC_SHORT = %s
 # Short description of this output type
 # (FORMAT: STRING) 
@@ -194,7 +200,7 @@ OUTPUT_DESC_SHORT_SYSOUT = Console output
 # (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
 # Error message for unknown 2-letter LaTeX language code
 # (FORMAT: STRING) 
 OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
 # Error message for unknown 2-letter LaTeX language code
-# (FORMAT: STRING) %s = the unknown 2-code language
+# (FORMAT: STRING) 
 LATEX_LANG_UNKNOWN = Unknown language: %s
 # 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
 # (FORMAT: STRING) 
 LATEX_LANG_UNKNOWN = Unknown language: %s
 # 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
 # (FORMAT: STRING)