Fix --help messages, fix trans step 1/2
[nikiroo-utils.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 # help message for the syntax
11 # (FORMAT: STRING) %s = supported input, %s = supported output
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 \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--remote [host] [port]: select this remote server to get \n\
23 \t\t(or update or...) the stories from\n\
24 \t--help: this help message\n\
25 \t--version: return the version of the program\n\
26 \n\
27 Supported input types:\n\
28 %s\n\
29 \n\
30 Supported output types:\n\
31 %s
32 # syntax error message (FORMAT: STRING)
33 ERR_SYNTAX = Syntax error (try "--help")
34 # an input or output support type description
35 # (FORMAT: STRING) %s = support name, %s = support desc
36 ERR_SYNTAX_TYPE = > %s: %s
37 # Error when retrieving data
38 # (FORMAT: STRING) %s = input string
39 ERR_LOADING = Error when retrieving data from: %s
40 # Error when saving to given target
41 # (FORMAT: STRING) %s = save target
42 ERR_SAVING = Error when saving to target: %s
43 # Error when unknown output format
44 # (FORMAT: STRING) %s = bad output format
45 ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
46 # Error when converting input to URL/File
47 # (FORMAT: STRING) %s = input string
48 ERR_BAD_URL = Cannot understand file or protocol: %s
49 # URL/File not supported
50 # (FORMAT: STRING) %s = input url
51 ERR_NOT_SUPPORTED = URL not supported: %s
52 # Failed to download cover : %s
53 # (FORMAT: STRING) %s = cover URL
54 ERR_BS_NO_COVER = Failed to download cover: %s
55 # Canonical OPEN SINGLE QUOTE char (for instance: `)
56 # (FORMAT: STRING) single char
57 OPEN_SINGLE_QUOTE = `
58 # Canonical CLOSE SINGLE QUOTE char (for instance: ‘)
59 # (FORMAT: STRING) single char
60 CLOSE_SINGLE_QUOTE = ‘
61 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
62 # (FORMAT: STRING) single char
63 OPEN_DOUBLE_QUOTE = “
64 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
65 # (FORMAT: STRING) single char
66 CLOSE_DOUBLE_QUOTE = ”
67 # Name of the description fake chapter
68 # (FORMAT: STRING)
69 DESCRIPTION = Description
70 # Name of a chapter with a name
71 # (FORMAT: STRING) %d = number, %s = name
72 CHAPTER_NAMED = Chapter %d: %s
73 # Name of a chapter without name
74 # (FORMAT: STRING) %d = number, %s = name
75 CHAPTER_UNNAMED = Chapter %d
76 # Default description when the type is not known by i18n
77 # (FORMAT: STRING) %s = type
78 INPUT_DESC = Unknown type: %s
79 # Description of this input type
80 # (FORMAT: STRING)
81 INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
82 # Description of this input type
83 # (FORMAT: STRING)
84 INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few \n\
85 rules :\n\
86 \tthe title must be on the first line, \n\
87 \tthe author (preceded by nothing, "by " or "©") must be on the second \n\
88 \t\tline, possibly with the publication date in parenthesis\n\
89 \t\t(i.e., "By Unknown (3rd October 1998)"), \n\
90 \tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
91 \t\tCHAPTER", where "x" is the chapter number,\n\
92 \ta description of the story must be given as chapter number 0,\n\
93 \ta cover image may be present with the same filename but a PNG, \n\
94 \t\tJPEG or JPG extension.
95 # Description of this input type
96 # (FORMAT: STRING)
97 INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
98 \tcompanion ".info" file to store some metadata
99 # Description of this input type
100 # (FORMAT: STRING)
101 INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to \n\
102 \tnovels to games.
103 # Description of this input type
104 # (FORMAT: STRING)
105 INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
106 # Description of this input type
107 # (FORMAT: STRING)
108 INPUT_DESC_MANGAFOX = A well filled repository of mangas, or, as their website states: \n\
109 \tMost popular manga scanlations read online for free at mangafox, \n\
110 \tas well as a close-knit community to chat and make friends.
111 # Description of this input type
112 # (FORMAT: STRING)
113 INPUT_DESC_E621 = Furry website supporting comics, including MLP
114 # Description of this input type
115 # (FORMAT: STRING)
116 INPUT_DESC_E_HENTAI = Website offering many comics/manga, mostly but not always NSFW \n\n
117 \t(hence Hentai); MLP comics can be found there, too
118 # Description of this input type
119 # (FORMAT: STRING)
120 INPUT_DESC_YIFFSTAR = A Furry website, story-oriented
121 # Description of this input type
122 # (FORMAT: STRING)
123 INPUT_DESC_CBZ = CBZ files coming from this very program
124 # Description of this input type
125 # (FORMAT: STRING)
126 INPUT_DESC_HTML = HTML files coming from this very program
127 # Default description when the type is not known by i18n
128 # (FORMAT: STRING) %s = type
129 OUTPUT_DESC = Unknown type: %s
130 # Description of this output type
131 # (FORMAT: STRING)
132 OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
133 # Description of this output type
134 # (FORMAT: STRING)
135 OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
136 \tthe title must be on the first line, \n\
137 \tthe author (preceded by nothing, "by " or "©") must be on the second \n\
138 \t\tline, possibly with the publication date in parenthesis \n\
139 \t\t(i.e., "By Unknown (3rd October 1998)"), \n\
140 \tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
141 \t\tCHAPTER", where "x" is the chapter number,\n\
142 \ta description of the story must be given as chapter number 0,\n\
143 \ta cover image may be present with the same filename but a PNG, JPEG \n\
144 \t\tor JPG extension.
145 # Description of this output type
146 # (FORMAT: STRING)
147 OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
148 \tcompanion ".info" file to store some metadata
149 # Description of this output type
150 # (FORMAT: STRING)
151 OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images \n\
152 \tin PNG format by default)
153 # Description of this output type
154 # (FORMAT: STRING)
155 OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
156 # Description of this output type
157 # (FORMAT: STRING)
158 OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
159 # Description of this output type
160 # (FORMAT: STRING)
161 OUTPUT_DESC_SYSOUT = A simple DEBUG console output
162 # Default description when the type is not known by i18n
163 #This item is used as a group, its content is not expected to be used.
164 OUTPUT_DESC_SHORT = %s
165 # Short description of this output type
166 # (FORMAT: STRING)
167 OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
168 # Short description of this output type
169 # (FORMAT: STRING)
170 OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
171 # Short description of this output type
172 # (FORMAT: STRING)
173 OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
174 # Short description of this output type
175 # (FORMAT: STRING)
176 OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
177 # Short description of this output type
178 # (FORMAT: STRING)
179 OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
180 # Short description of this output type
181 # (FORMAT: STRING)
182 OUTPUT_DESC_SHORT_SYSOUT = Console output
183 # Short description of this output type
184 # (FORMAT: STRING)
185 OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
186 # Error message for unknown 2-letter LaTeX language code
187 # (FORMAT: STRING) %s = the unknown 2-code language
188 LATEX_LANG_UNKNOWN = Unknown language: %s
189 # 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
190 # (FORMAT: STRING)
191 BY = by