Version 1.0.0
[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\
b4dc6ab5
NR
13t--import [URL]: import into library\n\
14t--export [id] [output_type] [target]: export story to target\n\
15t--convert [URL] [output_type] [target] (+info): convert URL into target\n\
16t--read [id] ([chapter number]): read the given story from the library\n\
17t--read-url [URL] ([chapter number]): convert on the fly and read the story, without saving it\n\
18t--list: list the stories present in the library\n\
19t--set-reader [reader type]: set the reader type to CLI or LOCAL for this command\n\
20t--help: this help message\n\
08fe2e33
NR
21\n\
22Supported input types:\n\
23%s\n\
24\n\
25Supported output types:\n\
26%s
d0114000
NR
27# (WHAT: error message, WHERE: cli)
28# syntax error message
29ERR_SYNTAX = Syntax error (try "--help")
08fe2e33
NR
30# (WHAT: error message, WHERE: cli, FORMAT: %s = support name, %s = support desc)
31# an input or output support type description
32ERR_SYNTAX_TYPE = %s: %s
33# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
34# Error when retrieving data
35ERR_LOADING = Error when retrieving data from: %s
36# (WHAT: error message, WHERE: cli, FORMAT: %s = save target)
37# Error when saving to given target
38ERR_SAVING = Error when saving to target: %s
39# (WHAT: error message, WHERE: cli, FORMAT: %s = bad output format)
40# Error when unknown output format
41ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
42# (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
43# Error when converting input to URL/File
44ERR_BAD_URL = Cannot understand file or protocol: %s
45# (WHAT: error message, WHERE: cli, FORMAT: %s = input url)
46# URL/File not supported
47ERR_NOT_SUPPORTED = URL not supported: %s
48# (WHAT: error message, WHERE: BasicSupport, FORMAT: %s = cover URL)
49# Failed to download cover : %s
50ERR_BS_NO_COVER = Failed to download cover: %s
51# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
52# Canonical OPEN SINGLE QUOTE char (for instance: `)
53OPEN_SINGLE_QUOTE = `
54OPEN_SINGLE_QUOTE_NOUTF = '
55# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
56# Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
57CLOSE_SINGLE_QUOTE = ‘
58CLOSE_SINGLE_QUOTE_NOUTF = '
59# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
60# Canonical OPEN DOUBLE QUOTE char (for instance: “)
61OPEN_DOUBLE_QUOTE = “
62OPEN_DOUBLE_QUOTE_NOUTF = "
63# (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
64# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
65CLOSE_DOUBLE_QUOTE = ”
66CLOSE_DOUBLE_QUOTE_NOUTF = "
67# (WHAT: chapter name, WHERE: BasicSupport)
68# Name of the description fake chapter
69DESCRIPTION = Description
70# (WHAT: chapter name, FORMAT: %d = number, %s = name)
71# Name of a chapter with a name
72CHAPTER_NAMED = Chapter %d: %s
73# (WHAT: chapter name, FORMAT: %d = number, %s = name)
74# Name of a chapter without name
75CHAPTER_UNNAMED = Chapter %d
76# (WHAT: input format description, WHERE: SupportType, FORMAT: %s = type)
77# Default description when the type is not known by i18n
78INPUT_DESC = Unknown type: %s
79# (WHAT: input format description, WHERE: SupportType)
80# Description of this input type
81INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
82# (WHAT: input format description, WHERE: SupportType)
83# Description of this input type
84INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few rules :\n\
b4dc6ab5
NR
85tthe title must be on the first line, \n\
86tthe 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\
87tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\
88ta description of the story must be given as chapter number 0,\n\
89ta cover image may be present with the same filename but a PNG, JPEG or JPG extension.
08fe2e33
NR
90# (WHAT: input format description, WHERE: SupportType)
91# Description of this input type
92INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata
93# (WHAT: input format description, WHERE: SupportType)
94# Description of this input type
95INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to novels to games.
96# (WHAT: input format description, WHERE: SupportType)
97# Description of this input type
98INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
99# (WHAT: input format description, WHERE: SupportType)
100# Description of this input type
101INPUT_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.
102# (WHAT: input format description, WHERE: SupportType)
103# Description of this input type
104INPUT_DESC_E621 = Furry website supporting comics, including MLP
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\
b4dc6ab5
NR
114tthe title must be on the first line, \n\
115tthe 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\
116tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\
117ta description of the story must be given as chapter number 0,\n\
118ta 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
127OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
128# (WHAT: output format description, WHERE: OutputType)
129# Description of this output type
130OUTPUT_DESC_SYSOUT = A simple DEBUG console output
131# (WHAT: error message, WHERE: LaTeX, FORMAT: %s = the unknown 2-code language)
132# Error message for unknown 2-letter LaTeX language code
133LATEX_LANG_UNKNOWN = Unknown language: %s
134# (WHAT: 'by' prefix before author name)
135# used to output the author, make sure it is covered by Config.BYS for input detection
a6395bef 136BY = by