Prepare for LocalReader
[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
10# (WHAT: error message, WHERE: cli, FORMAT: %s = supported input, %s = supported output)
11# syntax error message
12ERR_SYNTAX = Syntax error\n\
13\n\
14Valid options:\n\
15\t--import [URL]: import into library\n\
16\t--export [id] [output_type] [target]: export story to target\n\
17\t--convert [URL] [output_type] [target]: convert URL into target\n\
18\t--read [id]: read the given story from the library\n\
19\t--read-url [URL]: convert on the fly and read the story, without saving it\n\
20\t--list: list the stories present in the library\n\
21\n\
22Supported input types:\n\
23%s\n\
24\n\
25Supported output types:\n\
26%s
27# (WHAT: error message, WHERE: cli, FORMAT: %s = support name, %s = support desc)
28# an input or output support type description
29ERR_SYNTAX_TYPE = %s: %s
30# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
31# Error when retrieving data
32ERR_LOADING = Error when retrieving data from: %s
33# (WHAT: error message, WHERE: cli, FORMAT: %s = save target)
34# Error when saving to given target
35ERR_SAVING = Error when saving to target: %s
36# (WHAT: error message, WHERE: cli, FORMAT: %s = bad output format)
37# Error when unknown output format
38ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
39# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
40# Error when converting input to URL/File
41ERR_BAD_URL = Cannot understand file or protocol: %s
42# (WHAT: error message, WHERE: cli, FORMAT: %s = input url)
43# URL/File not supported
44ERR_NOT_SUPPORTED = URL not supported: %s
45# (WHAT: error message, WHERE: BasicSupport, FORMAT: %s = cover URL)
46# Failed to download cover : %s
47ERR_BS_NO_COVER = Failed to download cover: %s
48# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
49# Canonical OPEN SINGLE QUOTE char (for instance: `)
50OPEN_SINGLE_QUOTE = `
51OPEN_SINGLE_QUOTE_NOUTF = '
52# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
53# Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
54CLOSE_SINGLE_QUOTE = ‘
55CLOSE_SINGLE_QUOTE_NOUTF = '
56# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
57# Canonical OPEN DOUBLE QUOTE char (for instance: “)
58OPEN_DOUBLE_QUOTE = “
59OPEN_DOUBLE_QUOTE_NOUTF = "
60# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
61# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
62CLOSE_DOUBLE_QUOTE = ”
63CLOSE_DOUBLE_QUOTE_NOUTF = "
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\
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.
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
102# (WHAT: output format description, WHERE: OutputType, FORMAT: %s = type)
103# Default description when the type is not known by i18n
104OUTPUT_DESC = Unknown type: %s
105# (WHAT: output format description, WHERE: OutputType)
106# Description of this output type
107OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
108# (WHAT: output format description, WHERE: OutputType)
109# Description of this output type
110OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
111\tthe title must be on the first line, \n\
112\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\
113\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\
114\ta description of the story must be given as chapter number 0,\n\
115\ta cover image may be present with the same filename but a PNG, JPEG or JPG extension.
116# (WHAT: output format description, WHERE: OutputType)
117# Description of this output type
118OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
119# (WHAT: output format description, WHERE: OutputType)
120# Description of this output type
121OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images in PNG format)
122# (WHAT: output format description, WHERE: OutputType)
123# Description of this output type
124OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
125# (WHAT: output format description, WHERE: OutputType)
126# Description of this output type
127OUTPUT_DESC_SYSOUT = A simple DEBUG console output
128# (WHAT: error message, WHERE: LaTeX, FORMAT: %s = the unknown 2-code language)
129# Error message for unknown 2-letter LaTeX language code
130LATEX_LANG_UNKNOWN = Unknown language: %s
131# (WHAT: 'by' prefix before author name)
132# used to output the author, make sure it is covered by Config.BYS for input detection
133BY = ©
134BY_NOUTF = (c)