CLI search, step 1
[fanfix.git] / src / be / nikiroo / fanfix / bundles / resources_core.properties
CommitLineData
dd81a122 1# United Kingdom (en_GB) resources translation file (UTF-8)
08fe2e33
NR
2#
3# Note that any key can be doubled with a _NOUTF suffix
4# to use when the NOUTF env variable is set to 1
5#
6# Also, the comments always refer to the key below them.
7#
8
9
d0114000 10# help message for the syntax
ce788468 11# (FORMAT: STRING) %s = supported input, %s = supported output
d0114000 12HELP_SYNTAX = Valid options:\n\
edd46289
NR
13\t--import [URL]: import into library\n\
14\t--export [id] [output_type] [target]: export story to target\n\
15\t--convert [URL] [output_type] [target] (+info): convert URL into target\n\
16\t--read [id] ([chapter number]): read the given story from the library\n\
99ccbdf6
NR
17\t--read-url [URL] ([chapter number]): convert on the fly and read the \n\
18\t\tstory, without saving it\n\
91b82a5c
NR
19\t--search WEBSITE [free text] ([page] ([item])): search for the given terms, show the\n\
20\t\tgiven page (page 0 means "how many page do we have", starts at page 1)\n\
21\t--search-tag WEBSITE ([tag 1] [tag2...] ([page] ([item]))): list the known tags or \n\
22\t\tsearch the stories for the given tag(s), show the given page of results\n\
23\t\t(page 0 means "how many page do we have", starts at page 1)\n\
e10b51a2
NR
24\t--list ([type]) : list the stories present in the library\n\
25\t--set-source [id] [new source]: change the source of the given story\n\
26\t--set-title [id] [new title]: change the title of the given story\n\
27\t--set-author [id] [new author]: change the author of the given story\n\
99ccbdf6
NR
28\t--set-reader [reader type]: set the reader type to CLI, TUI or GUI for \n\
29\t\tthis command\n\
2070ced5
NR
30\t--server [key] [port]: start a remote server on this port\n\
31\t--stop-server [key] [port]: stop the remote server running on this port\n\
32\t\tif any (key must be set to the same value)\n\
33\t--remote [key] [host] [port]: select this remote server to get \n\
34\t\t(or update or...) the stories from (key must be set to the \n\
35\t\tsame value)\n\
edd46289 36\t--help: this help message\n\
39c3c689 37\t--version: return the version of the program\n\
08fe2e33
NR
38\n\
39Supported input types:\n\
40%s\n\
41\n\
42Supported output types:\n\
43%s
ce788468 44# syntax error message (FORMAT: STRING)
d0114000 45ERR_SYNTAX = Syntax error (try "--help")
08fe2e33 46# an input or output support type description
ce788468 47# (FORMAT: STRING) %s = support name, %s = support desc
99ccbdf6 48ERR_SYNTAX_TYPE = > %s: %s
08fe2e33 49# Error when retrieving data
ce788468 50# (FORMAT: STRING) %s = input string
08fe2e33 51ERR_LOADING = Error when retrieving data from: %s
08fe2e33 52# Error when saving to given target
ce788468 53# (FORMAT: STRING) %s = save target
08fe2e33 54ERR_SAVING = Error when saving to target: %s
08fe2e33 55# Error when unknown output format
ce788468 56# (FORMAT: STRING) %s = bad output format
08fe2e33 57ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
08fe2e33 58# Error when converting input to URL/File
ce788468 59# (FORMAT: STRING) %s = input string
08fe2e33 60ERR_BAD_URL = Cannot understand file or protocol: %s
08fe2e33 61# URL/File not supported
ce788468 62# (FORMAT: STRING) %s = input url
08fe2e33 63ERR_NOT_SUPPORTED = URL not supported: %s
08fe2e33 64# Failed to download cover : %s
ce788468 65# (FORMAT: STRING) %s = cover URL
08fe2e33 66ERR_BS_NO_COVER = Failed to download cover: %s
15c6c51e 67# Canonical OPEN SINGLE QUOTE char (for instance: ‘)
ce788468 68# (FORMAT: STRING) single char
15c6c51e
NR
69OPEN_SINGLE_QUOTE = ‘
70# Canonical CLOSE SINGLE QUOTE char (for instance: ’)
ce788468 71# (FORMAT: STRING) single char
15c6c51e 72CLOSE_SINGLE_QUOTE = ’
08fe2e33 73# Canonical OPEN DOUBLE QUOTE char (for instance: “)
ce788468 74# (FORMAT: STRING) single char
08fe2e33 75OPEN_DOUBLE_QUOTE = “
08fe2e33 76# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
ce788468 77# (FORMAT: STRING) single char
08fe2e33 78CLOSE_DOUBLE_QUOTE = ”
08fe2e33 79# Name of the description fake chapter
ce788468 80# (FORMAT: STRING)
08fe2e33 81DESCRIPTION = Description
08fe2e33 82# Name of a chapter with a name
ce788468 83# (FORMAT: STRING) %d = number, %s = name
08fe2e33 84CHAPTER_NAMED = Chapter %d: %s
08fe2e33 85# Name of a chapter without name
ce788468 86# (FORMAT: STRING) %d = number, %s = name
08fe2e33 87CHAPTER_UNNAMED = Chapter %d
08fe2e33 88# Default description when the type is not known by i18n
ce788468 89# (FORMAT: STRING) %s = type
08fe2e33 90INPUT_DESC = Unknown type: %s
08fe2e33 91# Description of this input type
ce788468 92# (FORMAT: STRING)
08fe2e33 93INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
08fe2e33 94# Description of this input type
ce788468 95# (FORMAT: STRING)
10ccd649 96INPUT_DESC_TEXT = Stories encoded in textual format, with a few rules :\n\
edd46289 97\tthe title must be on the first line, \n\
99ccbdf6
NR
98\tthe author (preceded by nothing, "by " or "©") must be on the second \n\
99\t\tline, possibly with the publication date in parenthesis\n\
100\t\t(i.e., "By Unknown (3rd October 1998)"), \n\
101\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
102\t\tCHAPTER", where "x" is the chapter number,\n\
edd46289 103\ta description of the story must be given as chapter number 0,\n\
99ccbdf6
NR
104\ta cover image may be present with the same filename but a PNG, \n\
105\t\tJPEG or JPG extension.
08fe2e33 106# Description of this input type
ce788468 107# (FORMAT: STRING)
99ccbdf6
NR
108INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
109\tcompanion ".info" file to store some metadata
08fe2e33 110# Description of this input type
ce788468 111# (FORMAT: STRING)
10ccd649 112INPUT_DESC_FANFICTION = Fanfictions of many, many different universes, from TV shows to \n\
99ccbdf6 113\tnovels to games.
08fe2e33 114# Description of this input type
ce788468 115# (FORMAT: STRING)
08fe2e33 116INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
08fe2e33 117# Description of this input type
ce788468 118# (FORMAT: STRING)
99ccbdf6
NR
119INPUT_DESC_MANGAFOX = A well filled repository of mangas, or, as their website states: \n\
120\tMost popular manga scanlations read online for free at mangafox, \n\
121\tas well as a close-knit community to chat and make friends.
08fe2e33 122# Description of this input type
ce788468 123# (FORMAT: STRING)
08fe2e33 124INPUT_DESC_E621 = Furry website supporting comics, including MLP
f0608ab1 125# Description of this input type
ce788468 126# (FORMAT: STRING)
af1f506f
NR
127INPUT_DESC_E_HENTAI = Website offering many comics/mangas, mostly but not always NSFW
128# Description of this input type
129# (FORMAT: STRING)
99ccbdf6
NR
130INPUT_DESC_YIFFSTAR = A Furry website, story-oriented
131# Description of this input type
132# (FORMAT: STRING)
133INPUT_DESC_CBZ = CBZ files coming from this very program
134# Description of this input type
135# (FORMAT: STRING)
136INPUT_DESC_HTML = HTML files coming from this very program
08fe2e33 137# Default description when the type is not known by i18n
ce788468 138# (FORMAT: STRING) %s = type
08fe2e33 139OUTPUT_DESC = Unknown type: %s
08fe2e33 140# Description of this output type
ce788468 141# (FORMAT: STRING)
08fe2e33 142OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
08fe2e33 143# Description of this output type
ce788468 144# (FORMAT: STRING)
08fe2e33 145OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
edd46289 146\tthe title must be on the first line, \n\
99ccbdf6
NR
147\tthe author (preceded by nothing, "by " or "©") must be on the second \n\
148\t\tline, possibly with the publication date in parenthesis \n\
149\t\t(i.e., "By Unknown (3rd October 1998)"), \n\
150\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
151\t\tCHAPTER", where "x" is the chapter number,\n\
edd46289 152\ta description of the story must be given as chapter number 0,\n\
99ccbdf6
NR
153\ta cover image may be present with the same filename but a PNG, JPEG \n\
154\t\tor JPG extension.
08fe2e33 155# Description of this output type
ce788468 156# (FORMAT: STRING)
99ccbdf6
NR
157OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
158\tcompanion ".info" file to store some metadata
08fe2e33 159# Description of this output type
ce788468 160# (FORMAT: STRING)
99ccbdf6
NR
161OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images \n\
162\tin PNG format by default)
08fe2e33 163# Description of this output type
ce788468 164# (FORMAT: STRING)
b2612f9d 165OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
b2612f9d 166# Description of this output type
ce788468 167# (FORMAT: STRING)
08fe2e33 168OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
08fe2e33 169# Description of this output type
ce788468 170# (FORMAT: STRING)
08fe2e33 171OUTPUT_DESC_SYSOUT = A simple DEBUG console output
b2612f9d 172# Default description when the type is not known by i18n
ce788468 173#This item is used as a group, its content is not expected to be used.
b2612f9d 174OUTPUT_DESC_SHORT = %s
ce788468
NR
175# Short description of this output type
176# (FORMAT: STRING)
4d205683 177OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
ce788468
NR
178# Short description of this output type
179# (FORMAT: STRING)
4d205683 180OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
ce788468
NR
181# Short description of this output type
182# (FORMAT: STRING)
4d205683 183OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
ce788468
NR
184# Short description of this output type
185# (FORMAT: STRING)
4d205683 186OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
ce788468
NR
187# Short description of this output type
188# (FORMAT: STRING)
4d205683 189OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
ce788468
NR
190# Short description of this output type
191# (FORMAT: STRING)
4d205683 192OUTPUT_DESC_SHORT_SYSOUT = Console output
ce788468
NR
193# Short description of this output type
194# (FORMAT: STRING)
b2612f9d 195OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
08fe2e33 196# Error message for unknown 2-letter LaTeX language code
ce788468 197# (FORMAT: STRING) %s = the unknown 2-code language
08fe2e33 198LATEX_LANG_UNKNOWN = Unknown language: %s
ce788468
NR
199# 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
200# (FORMAT: STRING)
a6395bef 201BY = by