New website supported on request: e-hentai.org
[fanfix.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
NR
10# (WHAT: help message, WHERE: cli, FORMAT: %s = supported input, %s = supported output)
11# help message for the syntax
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\
17\t--read-url [URL] ([chapter number]): convert on the fly and read the story, without saving it\n\
18\t--list: list the stories present in the library\n\
19\t--set-reader [reader type]: set the reader type to CLI or LOCAL for this command\n\
20\t--help: this help message\n\
39c3c689 21\t--version: return the version of the program\n\
08fe2e33
NR
22\n\
23Supported input types:\n\
24%s\n\
25\n\
26Supported output types:\n\
27%s
d0114000
NR
28# (WHAT: error message, WHERE: cli)
29# syntax error message
30ERR_SYNTAX = Syntax error (try "--help")
08fe2e33
NR
31# (WHAT: error message, WHERE: cli, FORMAT: %s = support name, %s = support desc)
32# an input or output support type description
33ERR_SYNTAX_TYPE = %s: %s
34# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
35# Error when retrieving data
36ERR_LOADING = Error when retrieving data from: %s
37# (WHAT: error message, WHERE: cli, FORMAT: %s = save target)
38# Error when saving to given target
39ERR_SAVING = Error when saving to target: %s
40# (WHAT: error message, WHERE: cli, FORMAT: %s = bad output format)
41# Error when unknown output format
42ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
43# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
44# Error when converting input to URL/File
45ERR_BAD_URL = Cannot understand file or protocol: %s
46# (WHAT: error message, WHERE: cli, FORMAT: %s = input url)
47# URL/File not supported
48ERR_NOT_SUPPORTED = URL not supported: %s
49# (WHAT: error message, WHERE: BasicSupport, FORMAT: %s = cover URL)
50# Failed to download cover : %s
51ERR_BS_NO_COVER = Failed to download cover: %s
52# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
53# Canonical OPEN SINGLE QUOTE char (for instance: `)
54OPEN_SINGLE_QUOTE = `
08fe2e33
NR
55# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
56# Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
57CLOSE_SINGLE_QUOTE = ‘
08fe2e33
NR
58# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
59# Canonical OPEN DOUBLE QUOTE char (for instance: “)
60OPEN_DOUBLE_QUOTE = “
08fe2e33
NR
61# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
62# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
63CLOSE_DOUBLE_QUOTE = ”
08fe2e33
NR
64# (WHAT: chapter name, WHERE: BasicSupport)
65# Name of the description fake chapter
66DESCRIPTION = Description
67# (WHAT: chapter name, FORMAT: %d = number, %s = name)
68# Name of a chapter with a name
69CHAPTER_NAMED = Chapter %d: %s
70# (WHAT: chapter name, FORMAT: %d = number, %s = name)
71# Name of a chapter without name
72CHAPTER_UNNAMED = Chapter %d
73# (WHAT: input format description, WHERE: SupportType, FORMAT: %s = type)
74# Default description when the type is not known by i18n
75INPUT_DESC = Unknown type: %s
76# (WHAT: input format description, WHERE: SupportType)
77# Description of this input type
78INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
79# (WHAT: input format description, WHERE: SupportType)
80# Description of this input type
81INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few rules :\n\
edd46289
NR
82\tthe title must be on the first line, \n\
83\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\
84\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\
85\ta description of the story must be given as chapter number 0,\n\
86\ta cover image may be present with the same filename but a PNG, JPEG or JPG extension.
08fe2e33
NR
87# (WHAT: input format description, WHERE: SupportType)
88# Description of this input type
89INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
90# (WHAT: input format description, WHERE: SupportType)
91# Description of this input type
92INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to novels to games.
93# (WHAT: input format description, WHERE: SupportType)
94# Description of this input type
95INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
96# (WHAT: input format description, WHERE: SupportType)
97# Description of this input type
98INPUT_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.
99# (WHAT: input format description, WHERE: SupportType)
100# Description of this input type
101INPUT_DESC_E621 = Furry website supporting comics, including MLP
f0608ab1
NR
102# (WHAT: input format description, WHERE: SupportType)
103# Description of this input type
104INPUT_DESC_E_HENTAI = Website offering many comics/manga, mostly but not always NSFW (hence 'Hentai'); MLP comics can be found there, too
08fe2e33
NR
105# (WHAT: output format description, WHERE: OutputType, FORMAT: %s = type)
106# Default description when the type is not known by i18n
107OUTPUT_DESC = Unknown type: %s
108# (WHAT: output format description, WHERE: OutputType)
109# Description of this output type
110OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
111# (WHAT: output format description, WHERE: OutputType)
112# Description of this output type
113OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
edd46289
NR
114\tthe title must be on the first line, \n\
115\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\
116\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\
117\ta description of the story must be given as chapter number 0,\n\
118\ta cover image may be present with the same filename but a PNG, JPEG or JPG extension.
08fe2e33
NR
119# (WHAT: output format description, WHERE: OutputType)
120# Description of this output type
121OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
122# (WHAT: output format description, WHERE: OutputType)
123# Description of this output type
124OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images in PNG format)
125# (WHAT: output format description, WHERE: OutputType)
126# Description of this output type
b2612f9d
NR
127OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
128# (WHAT: output format description, WHERE: OutputType)
129# Description of this output type
08fe2e33 130OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
4d205683 131# (WHAT: short output format description, WHERE: OutputType)
08fe2e33
NR
132# Description of this output type
133OUTPUT_DESC_SYSOUT = A simple DEBUG console output
b2612f9d
NR
134# (WHAT: short output format description, WHERE: OutputType, FORMAT: %s = type)
135# Default description when the type is not known by i18n
136OUTPUT_DESC_SHORT = %s
4d205683
NR
137# (WHAT: short output format description, WHERE: OutputType)
138# Description of this output type
139OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
140# (WHAT: short output format description, WHERE: OutputType)
141# Description of this output type
142OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
143# (WHAT: short output format description, WHERE: OutputType)
144# Description of this output type
145OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
146# (WHAT: short output format description, WHERE: OutputType)
147# Description of this output type
148OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
149# (WHAT: short output format description, WHERE: OutputType)
150# Description of this output type
151OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
152# (WHAT: short output format description, WHERE: OutputType)
153# Description of this output type
154OUTPUT_DESC_SHORT_SYSOUT = Console output
b2612f9d
NR
155# (WHAT: short output format description, WHERE: OutputType)
156# Description of this output type
157OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
08fe2e33
NR
158# (WHAT: error message, WHERE: LaTeX, FORMAT: %s = the unknown 2-code language)
159# Error message for unknown 2-letter LaTeX language code
160LATEX_LANG_UNKNOWN = Unknown language: %s
161# (WHAT: 'by' prefix before author name)
162# used to output the author, make sure it is covered by Config.BYS for input detection
a6395bef 163BY = by