woops, forgot half of them
[nikiroo-utils.git] / bundles / resources_core.properties
1 # United Kingdom (en_GB) resources_core 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)
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--search WEBSITE [free text] ([page] ([item])): search for the given terms, show the\n\
20 \t\tgiven page (page 0 means "how many page do we have", starts at page 1)\n\
21 \t--search-tag WEBSITE ([tag 1] [tag2...] ([page] ([item]))): list the known tags or \n\
22 \t\tsearch the stories for the given tag(s), show the given page of results\n\
23 \t--search: list the supported websites (where)\n\
24 \t--search [where] [keywords] (page [page]) (item [item]): search on the supported \n\
25 \t\twebsite and display the given results page of stories it found, or the story \n\
26 \t\tdetails if asked\n\
27 \t--search-tag [where]: list all the tags supported by this website\n\
28 \t--search-tag [index 1]... (page [page]) (item [item]): search for the given stories or \n\
29 \t\tsubtags, tag by tag, and display information about a specific page of results or \n\
30 \t\tabout a specific item if requested\n\
31 \t--list ([type]) : list the stories present in the library\n\
32 \t--set-source [id] [new source]: change the source of the given story\n\
33 \t--set-title [id] [new title]: change the title of the given story\n\
34 \t--set-author [id] [new author]: change the author of the given story\n\
35 \t--set-reader [reader type]: set the reader type to CLI, TUI or GUI for \n\
36 \t\tthis command\n\
37 \t--server: start the server mode (see config file for parameters)\n\
38 \t--stop-server: stop the remote server running on this port\n\
39 \t\tif any (key must be set to the same value)\n\
40 \t--remote [key] [host] [port]: select this remote server to get \n\
41 \t\t(or update or...) the stories from (key must be set to the \n\
42 \t\tsame value)\n\
43 \t--help: this help message\n\
44 \t--version: return the version of the program\n\
45 \n\
46 Supported input types:\n\
47 %s\n\
48 \n\
49 Supported output types:\n\
50 %s
51 # syntax error message
52 # (FORMAT: STRING)
53 ERR_SYNTAX = Syntax error (try "--help")
54 # an input or output support type description
55 # (FORMAT: STRING)
56 ERR_SYNTAX_TYPE = > %s: %s
57 # Error when retrieving data
58 # (FORMAT: STRING)
59 ERR_LOADING = Error when retrieving data from: %s
60 # Error when saving to given target
61 # (FORMAT: STRING)
62 ERR_SAVING = Error when saving to target: %s
63 # Error when unknown output format
64 # (FORMAT: STRING)
65 ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
66 # Error when converting input to URL/File
67 # (FORMAT: STRING)
68 ERR_BAD_URL = Cannot understand file or protocol: %s
69 # URL/File not supported
70 # (FORMAT: STRING)
71 ERR_NOT_SUPPORTED = URL not supported: %s
72 # Failed to download cover : %s
73 # (FORMAT: STRING)
74 ERR_BS_NO_COVER = Failed to download cover: %s
75 # Canonical OPEN SINGLE QUOTE char (for instance: ‘)
76 # (FORMAT: STRING)
77 OPEN_SINGLE_QUOTE = ‘
78 # Canonical CLOSE SINGLE QUOTE char (for instance: ’)
79 # (FORMAT: STRING)
80 CLOSE_SINGLE_QUOTE = ’
81 # Canonical OPEN DOUBLE QUOTE char (for instance: “)
82 # (FORMAT: STRING)
83 OPEN_DOUBLE_QUOTE = “
84 # Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
85 # (FORMAT: STRING)
86 CLOSE_DOUBLE_QUOTE = ”
87 # Name of the description fake chapter
88 # (FORMAT: STRING)
89 DESCRIPTION = Description
90 # Name of a chapter with a name
91 # (FORMAT: STRING)
92 CHAPTER_NAMED = Chapter %d: %s
93 # Name of a chapter without name
94 # (FORMAT: STRING)
95 CHAPTER_UNNAMED = Chapter %d
96 # Default description when the type is not known by i18n
97 # (FORMAT: STRING)
98 INPUT_DESC = Unknown type: %s
99 # Description of this input type
100 # (FORMAT: STRING)
101 INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
102 # Description of this input type
103 # (FORMAT: STRING)
104 INPUT_DESC_TEXT = Stories encoded in textual format, with a few rules :\n\
105 \tthe title must be on the first line, \n\
106 \tthe author (preceded by nothing, "by " or "©") must be on the second \n\
107 \t\tline, possibly with the publication date in parenthesis\n\
108 \t\t(i.e., "By Unknown (3rd October 1998)"), \n\
109 \tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
110 \t\tCHAPTER", where "x" is the chapter number,\n\
111 \ta description of the story must be given as chapter number 0,\n\
112 \ta cover image may be present with the same filename but a PNG, \n\
113 \t\tJPEG or JPG extension.
114 # Description of this input type
115 # (FORMAT: STRING)
116 INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
117 \tcompanion ".info" file to store some metadata
118 # Description of this input type
119 # (FORMAT: STRING)
120 INPUT_DESC_FANFICTION = Fanfictions of many, many different universes, from TV shows to \n\
121 \tnovels to games.
122 # Description of this input type
123 # (FORMAT: STRING)
124 INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
125 # Description of this input type
126 # (FORMAT: STRING)
127 INPUT_DESC_MANGAHUB = A well filled repository of mangas, in English
128 # Description of this input type
129 # (FORMAT: STRING)
130 INPUT_DESC_E621 = Furry website supporting comics, including MLP
131 # Description of this input type
132 # (FORMAT: STRING)
133 INPUT_DESC_E_HENTAI = Website offering many comics/mangas, mostly but not always NSFW
134 # Description of this input type
135 # (FORMAT: STRING)
136 INPUT_DESC_YIFFSTAR = A Furry website, story-oriented
137 # Description of this input type
138 # (FORMAT: STRING)
139 INPUT_DESC_CBZ = CBZ files coming from this very program
140 # Description of this input type
141 # (FORMAT: STRING)
142 INPUT_DESC_HTML = HTML files coming from this very program
143 # Default description when the type is not known by i18n
144 # (FORMAT: STRING)
145 OUTPUT_DESC = Unknown type: %s
146 # Description of this output type
147 # (FORMAT: STRING)
148 OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
149 # Description of this output type
150 # (FORMAT: STRING)
151 OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
152 \tthe title must be on the first line, \n\
153 \tthe author (preceded by nothing, "by " or "©") must be on the second \n\
154 \t\tline, possibly with the publication date in parenthesis \n\
155 \t\t(i.e., "By Unknown (3rd October 1998)"), \n\
156 \tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
157 \t\tCHAPTER", where "x" is the chapter number,\n\
158 \ta description of the story must be given as chapter number 0,\n\
159 \ta cover image may be present with the same filename but a PNG, JPEG \n\
160 \t\tor JPG extension.
161 # Description of this output type
162 # (FORMAT: STRING)
163 OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
164 \tcompanion ".info" file to store some metadata
165 # Description of this output type
166 # (FORMAT: STRING)
167 OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images \n\
168 \tin PNG format by default)
169 # Description of this output type
170 # (FORMAT: STRING)
171 OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
172 # Description of this output type
173 # (FORMAT: STRING)
174 OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
175 # Description of this output type
176 # (FORMAT: STRING)
177 OUTPUT_DESC_SYSOUT = A simple DEBUG console output
178 # Default description when the type is not known by i18n
179 # This item is used as a group, its content is not expected to be used.
180 OUTPUT_DESC_SHORT = %s
181 # Short description of this output type
182 # (FORMAT: STRING)
183 OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
184 # Short description of this output type
185 # (FORMAT: STRING)
186 OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
187 # Short description of this output type
188 # (FORMAT: STRING)
189 OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
190 # Short description of this output type
191 # (FORMAT: STRING)
192 OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
193 # Short description of this output type
194 # (FORMAT: STRING)
195 OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
196 # Short description of this output type
197 # (FORMAT: STRING)
198 OUTPUT_DESC_SHORT_SYSOUT = Console output
199 # Short description of this output type
200 # (FORMAT: STRING)
201 OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
202 # Error message for unknown 2-letter LaTeX language code
203 # (FORMAT: STRING)
204 LATEX_LANG_UNKNOWN = Unknown language: %s
205 # 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
206 # (FORMAT: STRING)
207 BY = by