(README update)
[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 = `
55OPEN_SINGLE_QUOTE_NOUTF = '
56# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
57# Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
58CLOSE_SINGLE_QUOTE = ‘
59CLOSE_SINGLE_QUOTE_NOUTF = '
60# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
61# Canonical OPEN DOUBLE QUOTE char (for instance: “)
62OPEN_DOUBLE_QUOTE = “
63OPEN_DOUBLE_QUOTE_NOUTF = "
64# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
65# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
66CLOSE_DOUBLE_QUOTE = ”
67CLOSE_DOUBLE_QUOTE_NOUTF = "
68# (WHAT: chapter name, WHERE: BasicSupport)
69# Name of the description fake chapter
70DESCRIPTION = Description
71# (WHAT: chapter name, FORMAT: %d = number, %s = name)
72# Name of a chapter with a name
73CHAPTER_NAMED = Chapter %d: %s
74# (WHAT: chapter name, FORMAT: %d = number, %s = name)
75# Name of a chapter without name
76CHAPTER_UNNAMED = Chapter %d
77# (WHAT: input format description, WHERE: SupportType, FORMAT: %s = type)
78# Default description when the type is not known by i18n
79INPUT_DESC = Unknown type: %s
80# (WHAT: input format description, WHERE: SupportType)
81# Description of this input type
82INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
83# (WHAT: input format description, WHERE: SupportType)
84# Description of this input type
85INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few rules :\n\
edd46289
NR
86\tthe title must be on the first line, \n\
87\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\
88\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\
89\ta description of the story must be given as chapter number 0,\n\
90\ta cover image may be present with the same filename but a PNG, JPEG or JPG extension.
08fe2e33
NR
91# (WHAT: input format description, WHERE: SupportType)
92# Description of this input type
93INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
94# (WHAT: input format description, WHERE: SupportType)
95# Description of this input type
96INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to novels to games.
97# (WHAT: input format description, WHERE: SupportType)
98# Description of this input type
99INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
100# (WHAT: input format description, WHERE: SupportType)
101# Description of this input type
102INPUT_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.
103# (WHAT: input format description, WHERE: SupportType)
104# Description of this input type
105INPUT_DESC_E621 = Furry website supporting comics, including MLP
106# (WHAT: output format description, WHERE: OutputType, FORMAT: %s = type)
107# Default description when the type is not known by i18n
108OUTPUT_DESC = Unknown type: %s
109# (WHAT: output format description, WHERE: OutputType)
110# Description of this output type
111OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
112# (WHAT: output format description, WHERE: OutputType)
113# Description of this output type
114OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
edd46289
NR
115\tthe title must be on the first line, \n\
116\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\
117\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\
118\ta description of the story must be given as chapter number 0,\n\
119\ta cover image may be present with the same filename but a PNG, JPEG or JPG extension.
08fe2e33
NR
120# (WHAT: output format description, WHERE: OutputType)
121# Description of this output type
122OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
123# (WHAT: output format description, WHERE: OutputType)
124# Description of this output type
125OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images in PNG format)
126# (WHAT: output format description, WHERE: OutputType)
127# Description of this output type
b2612f9d
NR
128OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
129# (WHAT: output format description, WHERE: OutputType)
130# Description of this output type
08fe2e33 131OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
4d205683 132# (WHAT: short output format description, WHERE: OutputType)
08fe2e33
NR
133# Description of this output type
134OUTPUT_DESC_SYSOUT = A simple DEBUG console output
b2612f9d
NR
135# (WHAT: short output format description, WHERE: OutputType, FORMAT: %s = type)
136# Default description when the type is not known by i18n
137OUTPUT_DESC_SHORT = %s
4d205683
NR
138# (WHAT: short output format description, WHERE: OutputType)
139# Description of this output type
140OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
141# (WHAT: short output format description, WHERE: OutputType)
142# Description of this output type
143OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
144# (WHAT: short output format description, WHERE: OutputType)
145# Description of this output type
146OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
147# (WHAT: short output format description, WHERE: OutputType)
148# Description of this output type
149OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
150# (WHAT: short output format description, WHERE: OutputType)
151# Description of this output type
152OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
153# (WHAT: short output format description, WHERE: OutputType)
154# Description of this output type
155OUTPUT_DESC_SHORT_SYSOUT = Console output
b2612f9d
NR
156# (WHAT: short output format description, WHERE: OutputType)
157# Description of this output type
158OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
08fe2e33
NR
159# (WHAT: error message, WHERE: LaTeX, FORMAT: %s = the unknown 2-code language)
160# Error message for unknown 2-letter LaTeX language code
161LATEX_LANG_UNKNOWN = Unknown language: %s
162# (WHAT: 'by' prefix before author name)
163# used to output the author, make sure it is covered by Config.BYS for input detection
a6395bef 164BY = by