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