New website supported on request: e-hentai.org
[fanfix.git] / src / be / nikiroo / fanfix / bundles / resources.properties
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: help message, WHERE: cli, FORMAT: %s = supported input, %s = supported output)
11 # help message for the syntax
12 HELP_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 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\
21 \t--version: return the version of the program\n\
22 \n\
23 Supported input types:\n\
24 %s\n\
25 \n\
26 Supported output types:\n\
27 %s
28 # (WHAT: error message, WHERE: cli)
29 # syntax error message
30 ERR_SYNTAX = Syntax error (try "--help")
31 # (WHAT: error message, WHERE: cli, FORMAT: %s = support name, %s = support desc)
32 # an input or output support type description
33 ERR_SYNTAX_TYPE = %s: %s
34 # (WHAT: error message, WHERE: cli, FORMAT: %s = input string)
35 # Error when retrieving data
36 ERR_LOADING = Error when retrieving data from: %s
37 # (WHAT: error message, WHERE: cli, FORMAT: %s = save target)
38 # Error when saving to given target
39 ERR_SAVING = Error when saving to target: %s
40 # (WHAT: error message, WHERE: cli, FORMAT: %s = bad output format)
41 # Error when unknown output format
42 ERR_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
45 ERR_BAD_URL = Cannot understand file or protocol: %s
46 # (WHAT: error message, WHERE: cli, FORMAT: %s = input url)
47 # URL/File not supported
48 ERR_NOT_SUPPORTED = URL not supported: %s
49 # (WHAT: error message, WHERE: BasicSupport, FORMAT: %s = cover URL)
50 # Failed to download cover : %s
51 ERR_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: `)
54 OPEN_SINGLE_QUOTE = `
55 # (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
56 # Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
57 CLOSE_SINGLE_QUOTE = ‘
58 # (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
59 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
60 OPEN_DOUBLE_QUOTE = “
61 # (WHAT: char, WHERE: LaTeX/BasicSupport, FORMAT: single char)
62 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
63 CLOSE_DOUBLE_QUOTE = ”
64 # (WHAT: chapter name, WHERE: BasicSupport)
65 # Name of the description fake chapter
66 DESCRIPTION = Description
67 # (WHAT: chapter name, FORMAT: %d = number, %s = name)
68 # Name of a chapter with a name
69 CHAPTER_NAMED = Chapter %d: %s
70 # (WHAT: chapter name, FORMAT: %d = number, %s = name)
71 # Name of a chapter without name
72 CHAPTER_UNNAMED = Chapter %d
73 # (WHAT: input format description, WHERE: SupportType, FORMAT: %s = type)
74 # Default description when the type is not known by i18n
75 INPUT_DESC = Unknown type: %s
76 # (WHAT: input format description, WHERE: SupportType)
77 # Description of this input type
78 INPUT_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
81 INPUT_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
89 INPUT_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
92 INPUT_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
95 INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
96 # (WHAT: input format description, WHERE: SupportType)
97 # Description of this input type
98 INPUT_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
101 INPUT_DESC_E621 = Furry website supporting comics, including MLP
102 # (WHAT: input format description, WHERE: SupportType)
103 # Description of this input type
104 INPUT_DESC_E_HENTAI = Website offering many comics/manga, mostly but not always NSFW (hence 'Hentai'); MLP comics can be found there, too
105 # (WHAT: output format description, WHERE: OutputType, FORMAT: %s = type)
106 # Default description when the type is not known by i18n
107 OUTPUT_DESC = Unknown type: %s
108 # (WHAT: output format description, WHERE: OutputType)
109 # Description of this output type
110 OUTPUT_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
113 OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
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.
119 # (WHAT: output format description, WHERE: OutputType)
120 # Description of this output type
121 OUTPUT_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
124 OUTPUT_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
127 OUTPUT_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
130 OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
131 # (WHAT: short output format description, WHERE: OutputType)
132 # Description of this output type
133 OUTPUT_DESC_SYSOUT = A simple DEBUG console output
134 # (WHAT: short output format description, WHERE: OutputType, FORMAT: %s = type)
135 # Default description when the type is not known by i18n
136 OUTPUT_DESC_SHORT = %s
137 # (WHAT: short output format description, WHERE: OutputType)
138 # Description of this output type
139 OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
140 # (WHAT: short output format description, WHERE: OutputType)
141 # Description of this output type
142 OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
143 # (WHAT: short output format description, WHERE: OutputType)
144 # Description of this output type
145 OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
146 # (WHAT: short output format description, WHERE: OutputType)
147 # Description of this output type
148 OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
149 # (WHAT: short output format description, WHERE: OutputType)
150 # Description of this output type
151 OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
152 # (WHAT: short output format description, WHERE: OutputType)
153 # Description of this output type
154 OUTPUT_DESC_SHORT_SYSOUT = Console output
155 # (WHAT: short output format description, WHERE: OutputType)
156 # Description of this output type
157 OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
158 # (WHAT: error message, WHERE: LaTeX, FORMAT: %s = the unknown 2-code language)
159 # Error message for unknown 2-letter LaTeX language code
160 LATEX_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
163 BY = by