make it subtree
[fanfix.git] / bundles / resources_core.properties
CommitLineData
ca7d4e2f 1# United Kingdom (en_GB) resources_core translation file (UTF-8)
08fe2e33
NR
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 10# help message for the syntax
ca7d4e2f 11# (FORMAT: STRING)
d0114000 12HELP_SYNTAX = Valid options:\n\
edd46289
NR
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\
99ccbdf6
NR
17\t--read-url [URL] ([chapter number]): convert on the fly and read the \n\
18\t\tstory, without saving it\n\
91b82a5c
NR
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\
8b153400
NR
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\
8141d7ac
NR
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\
8b153400
NR
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\
e10b51a2
NR
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\
99ccbdf6
NR
35\t--set-reader [reader type]: set the reader type to CLI, TUI or GUI for \n\
36\t\tthis command\n\
fb25273c
NR
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\
2070ced5
NR
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\
edd46289 43\t--help: this help message\n\
39c3c689 44\t--version: return the version of the program\n\
08fe2e33
NR
45\n\
46Supported input types:\n\
47%s\n\
48\n\
49Supported output types:\n\
50%s
ca7d4e2f
NR
51# syntax error message
52# (FORMAT: STRING)
d0114000 53ERR_SYNTAX = Syntax error (try "--help")
08fe2e33 54# an input or output support type description
ca7d4e2f 55# (FORMAT: STRING)
99ccbdf6 56ERR_SYNTAX_TYPE = > %s: %s
08fe2e33 57# Error when retrieving data
ca7d4e2f 58# (FORMAT: STRING)
08fe2e33 59ERR_LOADING = Error when retrieving data from: %s
08fe2e33 60# Error when saving to given target
ca7d4e2f 61# (FORMAT: STRING)
08fe2e33 62ERR_SAVING = Error when saving to target: %s
08fe2e33 63# Error when unknown output format
ca7d4e2f 64# (FORMAT: STRING)
08fe2e33 65ERR_BAD_OUTPUT_TYPE = Unknown output type: %s
08fe2e33 66# Error when converting input to URL/File
ca7d4e2f 67# (FORMAT: STRING)
08fe2e33 68ERR_BAD_URL = Cannot understand file or protocol: %s
08fe2e33 69# URL/File not supported
ca7d4e2f 70# (FORMAT: STRING)
08fe2e33 71ERR_NOT_SUPPORTED = URL not supported: %s
08fe2e33 72# Failed to download cover : %s
ca7d4e2f 73# (FORMAT: STRING)
08fe2e33 74ERR_BS_NO_COVER = Failed to download cover: %s
15c6c51e 75# Canonical OPEN SINGLE QUOTE char (for instance: ‘)
ca7d4e2f 76# (FORMAT: STRING)
15c6c51e
NR
77OPEN_SINGLE_QUOTE = ‘
78# Canonical CLOSE SINGLE QUOTE char (for instance: ’)
ca7d4e2f 79# (FORMAT: STRING)
15c6c51e 80CLOSE_SINGLE_QUOTE = ’
08fe2e33 81# Canonical OPEN DOUBLE QUOTE char (for instance: “)
ca7d4e2f 82# (FORMAT: STRING)
08fe2e33 83OPEN_DOUBLE_QUOTE = “
08fe2e33 84# Canonical CLOSE DOUBLE QUOTE char (for instance: ”)
ca7d4e2f 85# (FORMAT: STRING)
08fe2e33 86CLOSE_DOUBLE_QUOTE = ”
08fe2e33 87# Name of the description fake chapter
ce788468 88# (FORMAT: STRING)
08fe2e33 89DESCRIPTION = Description
08fe2e33 90# Name of a chapter with a name
ca7d4e2f 91# (FORMAT: STRING)
08fe2e33 92CHAPTER_NAMED = Chapter %d: %s
08fe2e33 93# Name of a chapter without name
ca7d4e2f 94# (FORMAT: STRING)
08fe2e33 95CHAPTER_UNNAMED = Chapter %d
08fe2e33 96# Default description when the type is not known by i18n
ca7d4e2f 97# (FORMAT: STRING)
08fe2e33 98INPUT_DESC = Unknown type: %s
08fe2e33 99# Description of this input type
ce788468 100# (FORMAT: STRING)
08fe2e33 101INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files)
08fe2e33 102# Description of this input type
ce788468 103# (FORMAT: STRING)
10ccd649 104INPUT_DESC_TEXT = Stories encoded in textual format, with a few rules :\n\
edd46289 105\tthe title must be on the first line, \n\
99ccbdf6
NR
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\
edd46289 111\ta description of the story must be given as chapter number 0,\n\
99ccbdf6
NR
112\ta cover image may be present with the same filename but a PNG, \n\
113\t\tJPEG or JPG extension.
08fe2e33 114# Description of this input type
ce788468 115# (FORMAT: STRING)
99ccbdf6
NR
116INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
117\tcompanion ".info" file to store some metadata
08fe2e33 118# Description of this input type
ce788468 119# (FORMAT: STRING)
10ccd649 120INPUT_DESC_FANFICTION = Fanfictions of many, many different universes, from TV shows to \n\
99ccbdf6 121\tnovels to games.
08fe2e33 122# Description of this input type
ce788468 123# (FORMAT: STRING)
08fe2e33 124INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show
08fe2e33 125# Description of this input type
ce788468 126# (FORMAT: STRING)
99ccbdf6
NR
127INPUT_DESC_MANGAFOX = A well filled repository of mangas, or, as their website states: \n\
128\tMost popular manga scanlations read online for free at mangafox, \n\
129\tas well as a close-knit community to chat and make friends.
08fe2e33 130# Description of this input type
ce788468 131# (FORMAT: STRING)
08fe2e33 132INPUT_DESC_E621 = Furry website supporting comics, including MLP
f0608ab1 133# Description of this input type
ce788468 134# (FORMAT: STRING)
af1f506f
NR
135INPUT_DESC_E_HENTAI = Website offering many comics/mangas, mostly but not always NSFW
136# Description of this input type
137# (FORMAT: STRING)
99ccbdf6
NR
138INPUT_DESC_YIFFSTAR = A Furry website, story-oriented
139# Description of this input type
140# (FORMAT: STRING)
141INPUT_DESC_CBZ = CBZ files coming from this very program
142# Description of this input type
143# (FORMAT: STRING)
144INPUT_DESC_HTML = HTML files coming from this very program
08fe2e33 145# Default description when the type is not known by i18n
ca7d4e2f 146# (FORMAT: STRING)
08fe2e33 147OUTPUT_DESC = Unknown type: %s
08fe2e33 148# Description of this output type
ce788468 149# (FORMAT: STRING)
08fe2e33 150OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers
08fe2e33 151# Description of this output type
ce788468 152# (FORMAT: STRING)
08fe2e33 153OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\
edd46289 154\tthe title must be on the first line, \n\
99ccbdf6
NR
155\tthe author (preceded by nothing, "by " or "©") must be on the second \n\
156\t\tline, possibly with the publication date in parenthesis \n\
157\t\t(i.e., "By Unknown (3rd October 1998)"), \n\
158\tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE \n\
159\t\tCHAPTER", where "x" is the chapter number,\n\
edd46289 160\ta description of the story must be given as chapter number 0,\n\
99ccbdf6
NR
161\ta cover image may be present with the same filename but a PNG, JPEG \n\
162\t\tor JPG extension.
08fe2e33 163# Description of this output type
ce788468 164# (FORMAT: STRING)
99ccbdf6
NR
165OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a \n\
166\tcompanion ".info" file to store some metadata
08fe2e33 167# Description of this output type
ce788468 168# (FORMAT: STRING)
99ccbdf6
NR
169OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images \n\
170\tin PNG format by default)
08fe2e33 171# Description of this output type
ce788468 172# (FORMAT: STRING)
b2612f9d 173OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html")
b2612f9d 174# Description of this output type
ce788468 175# (FORMAT: STRING)
08fe2e33 176OUTPUT_DESC_LATEX = A LaTeX file using the "book" template
08fe2e33 177# Description of this output type
ce788468 178# (FORMAT: STRING)
08fe2e33 179OUTPUT_DESC_SYSOUT = A simple DEBUG console output
b2612f9d 180# Default description when the type is not known by i18n
ca7d4e2f 181# This item is used as a group, its content is not expected to be used.
b2612f9d 182OUTPUT_DESC_SHORT = %s
ce788468
NR
183# Short description of this output type
184# (FORMAT: STRING)
4d205683 185OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub)
ce788468
NR
186# Short description of this output type
187# (FORMAT: STRING)
4d205683 188OUTPUT_DESC_SHORT_TEXT = Plain text (.txt)
ce788468
NR
189# Short description of this output type
190# (FORMAT: STRING)
4d205683 191OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata
ce788468
NR
192# Short description of this output type
193# (FORMAT: STRING)
4d205683 194OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz)
ce788468
NR
195# Short description of this output type
196# (FORMAT: STRING)
4d205683 197OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex)
ce788468
NR
198# Short description of this output type
199# (FORMAT: STRING)
4d205683 200OUTPUT_DESC_SHORT_SYSOUT = Console output
ce788468
NR
201# Short description of this output type
202# (FORMAT: STRING)
b2612f9d 203OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html)
08fe2e33 204# Error message for unknown 2-letter LaTeX language code
ca7d4e2f 205# (FORMAT: STRING)
08fe2e33 206LATEX_LANG_UNKNOWN = Unknown language: %s
ce788468
NR
207# 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection
208# (FORMAT: STRING)
a6395bef 209BY = by