Remote: new command "EXIT"
[fanfix.git] / src / be / nikiroo / fanfix / bundles / resources.properties
... / ...
CommitLineData
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
10# help message for the syntax
11# (FORMAT: STRING) %s = supported input, %s = supported output
12HELP_SYNTAX = Valid options:\n\
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 \n\
18\t\tstory, without saving it\n\
19\t--list: list the stories present in the library\n\
20\t--set-reader [reader type]: set the reader type to CLI, TUI or GUI for \n\
21\t\tthis command\n\
22\t--server [port]: start a remote server on this port\n\
23\t--stop-server [port]: stop the remote server running on this port if any\n\
24\t--remote [host] [port]: select this remote server to get \n\
25\t\t(or update or...) the stories from\n\
26\t--help: this help message\n\
27\t--version: return the version of the program\n\
28\n\
29Supported input types:\n\
30%s\n\
31\n\
32Supported output types:\n\
33%s
34# syntax error message (FORMAT: STRING)
35ERR_SYNTAX = Syntax error (try "--help")
36# an input or output support type description
37# (FORMAT: STRING) %s = support name, %s = support desc
38ERR_SYNTAX_TYPE = > %s: %s
39# Error when retrieving data
40# (FORMAT: STRING) %s = input string
41ERR_LOADING = Error when retrieving data from: %s
42# Error when saving to given target
43# (FORMAT: STRING) %s = save target
44ERR_SAVING = Error when saving to target: %s
45# Error when unknown output format
46# (FORMAT: STRING) %s = bad output format
47ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
48# Error when converting input to URL/File
49# (FORMAT: STRING) %s = input string
50ERR_BAD_URL = Cannot understand file or protocol: %s
51# URL/File not supported
52# (FORMAT: STRING) %s = input url
53ERR_NOT_SUPPORTED = URL not supported: %s
54# Failed to download cover : %s
55# (FORMAT: STRING) %s = cover URL
56ERR_BS_NO_COVER = Failed to download cover: %s
57# Canonical OPEN SINGLE QUOTE char (for instance: `)
58# (FORMAT: STRING) single char
59OPEN_SINGLE_QUOTE = `
60# Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
61# (FORMAT: STRING) single char
62CLOSE_SINGLE_QUOTE = ‘
63# Canonical OPEN DOUBLE QUOTE char (for instance: “)
64# (FORMAT: STRING) single char
65OPEN_DOUBLE_QUOTE = “
66# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
67# (FORMAT: STRING) single char
68CLOSE_DOUBLE_QUOTE = ”
69# Name of the description fake chapter
70# (FORMAT: STRING)
71DESCRIPTION = Description
72# Name of a chapter with a name
73# (FORMAT: STRING) %d = number, %s = name
74CHAPTER_NAMED = Chapter %d: %s
75# Name of a chapter without name
76# (FORMAT: STRING) %d = number, %s = name
77CHAPTER_UNNAMED = Chapter %d
78# Default description when the type is not known by i18n
79# (FORMAT: STRING) %s = type
80INPUT_DESC = Unknown type: %s
81# Description of this input type
82# (FORMAT: STRING)
83INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
84# Description of this input type
85# (FORMAT: STRING)
86INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few \n\
87rules :\n\
88\tthe title must be on the first line, \n\
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\
94\ta description of the story must be given as chapter number 0,\n\
95\ta cover image may be present with the same filename but a PNG, \n\
96\t\tJPEG or JPG extension.
97# Description of this input type
98# (FORMAT: STRING)
99INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
100\tcompanion ".info" file to store some metadata
101# Description of this input type
102# (FORMAT: STRING)
103INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to \n\
104\tnovels to games.
105# Description of this input type
106# (FORMAT: STRING)
107INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
108# Description of this input type
109# (FORMAT: STRING)
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.
113# Description of this input type
114# (FORMAT: STRING)
115INPUT_DESC_E621 = Furry website supporting comics, including MLP
116# Description of this input type
117# (FORMAT: STRING)
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
129# Default description when the type is not known by i18n
130# (FORMAT: STRING) %s = type
131OUTPUT_DESC = Unknown type: %s
132# Description of this output type
133# (FORMAT: STRING)
134OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
135# Description of this output type
136# (FORMAT: STRING)
137OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
138\tthe title must be on the first line, \n\
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\
144\ta description of the story must be given as chapter number 0,\n\
145\ta cover image may be present with the same filename but a PNG, JPEG \n\
146\t\tor JPG extension.
147# Description of this output type
148# (FORMAT: STRING)
149OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
150\tcompanion ".info" file to store some metadata
151# Description of this output type
152# (FORMAT: STRING)
153OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images \n\
154\tin PNG format by default)
155# Description of this output type
156# (FORMAT: STRING)
157OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
158# Description of this output type
159# (FORMAT: STRING)
160OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
161# Description of this output type
162# (FORMAT: STRING)
163OUTPUT_DESC_SYSOUT = A simple DEBUG console output
164# Default description when the type is not known by i18n
165#This item is used as a group, its content is not expected to be used.
166OUTPUT_DESC_SHORT = %s
167# Short description of this output type
168# (FORMAT: STRING)
169OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
170# Short description of this output type
171# (FORMAT: STRING)
172OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
173# Short description of this output type
174# (FORMAT: STRING)
175OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
176# Short description of this output type
177# (FORMAT: STRING)
178OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
179# Short description of this output type
180# (FORMAT: STRING)
181OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
182# Short description of this output type
183# (FORMAT: STRING)
184OUTPUT_DESC_SHORT_SYSOUT = Console output
185# Short description of this output type
186# (FORMAT: STRING)
187OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
188# Error message for unknown 2-letter LaTeX language code
189# (FORMAT: STRING) %s = the unknown 2-code language
190LATEX_LANG_UNKNOWN = Unknown language: %s
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)
193BY = by