X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2Fresources.properties;h=a4b674bfb04e54345e37a7a2b96c36f6e0754a85;hb=e10b51a2a23135fbdf9539933d7e729354e8ddcd;hp=f664eb45ef5cf45c3ca7536abcc6c830efb347e5;hpb=ce788468f22e7666d97acedb81a15004aaf0bc01;p=nikiroo-utils.git diff --git a/src/be/nikiroo/fanfix/bundles/resources.properties b/src/be/nikiroo/fanfix/bundles/resources.properties index f664eb4..a4b674b 100644 --- a/src/be/nikiroo/fanfix/bundles/resources.properties +++ b/src/be/nikiroo/fanfix/bundles/resources.properties @@ -1,4 +1,4 @@ -# United Kingdom (en_GB) resources translation file (UTF-8) +# United States (en_US) resources 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 @@ -14,9 +14,20 @@ HELP_SYNTAX = Valid options:\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--read-url [URL] ([chapter number]): convert on the fly and read the \n\ +\t\tstory, without saving it\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\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\tsame value)\n\ \t--help: this help message\n\ \t--version: return the version of the program\n\ \n\ @@ -29,7 +40,7 @@ Supported output types:\n\ ERR_SYNTAX = Syntax error (try "--help") # 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 # Error when retrieving data # (FORMAT: STRING) %s = input string ERR_LOADING = Error when retrieving data from: %s @@ -48,12 +59,12 @@ ERR_NOT_SUPPORTED = URL not supported: %s # Failed to download cover : %s # (FORMAT: STRING) %s = cover URL ERR_BS_NO_COVER = Failed to download cover: %s -# Canonical OPEN SINGLE QUOTE char (for instance: `) +# Canonical OPEN SINGLE QUOTE char (for instance: ‘) # (FORMAT: STRING) single char -OPEN_SINGLE_QUOTE = ` -# Canonical CLOSE SINGLE QUOTE char (for instance: ‘) +OPEN_SINGLE_QUOTE = ‘ +# Canonical CLOSE SINGLE QUOTE char (for instance: ’) # (FORMAT: STRING) single char -CLOSE_SINGLE_QUOTE = ‘ +CLOSE_SINGLE_QUOTE = ’ # Canonical OPEN DOUBLE QUOTE char (for instance: “) # (FORMAT: STRING) single char OPEN_DOUBLE_QUOTE = “ @@ -77,30 +88,50 @@ INPUT_DESC = Unknown type: %s INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files) # Description of this input type # (FORMAT: STRING) -INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few rules :\n\ +INPUT_DESC_TEXT = 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\ +\tthe author (preceded by nothing, "by " or "©") must be on the second \n\ +\t\tline, possibly with the publication date in parenthesis\n\ +\t\t(i.e., "By Unknown (3rd October 1998)"), \n\ +\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\ +\t\tCHAPTER", 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. +\ta cover image may be present with the same filename but a PNG, \n\ +\t\tJPEG or JPG extension. # 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 \n\ +\tcompanion ".info" file to store some metadata # 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 = Fanfictions of many, many different universes, from TV shows to \n\ +\tnovels to games. # 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: 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: \n\ +\tMost popular manga scanlations read online for free at mangafox, \n\ +\tas well as a close-knit community to chat and make friends. # 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_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/mangas, mostly but not always NSFW +# Description of this input type +# (FORMAT: STRING) +INPUT_DESC_MANGA_LEL = Website offering many mangas, in French +# Description of this input type +# (FORMAT: STRING) +INPUT_DESC_YIFFSTAR = A Furry website, story-oriented +# Description of this input type +# (FORMAT: STRING) +INPUT_DESC_CBZ = CBZ files coming from this very program +# Description of this input type +# (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 OUTPUT_DESC = Unknown type: %s @@ -111,16 +142,22 @@ OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers # (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\ +\tthe author (preceded by nothing, "by " or "©") must be on the second \n\ +\t\tline, possibly with the publication date in parenthesis \n\ +\t\t(i.e., "By Unknown (3rd October 1998)"), \n\ +\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\ +\t\tCHAPTER", 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. +\ta cover image may be present with the same filename but a PNG, JPEG \n\ +\t\tor JPG extension. # 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 \n\ +\tcompanion ".info" file to store some metadata # 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 \n\ +\tin PNG format by default) # Description of this output type # (FORMAT: STRING) OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")