| 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 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, TUI or GUI 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 | # syntax error message (FORMAT: STRING) |
| 29 | ERR_SYNTAX = Syntax error (try "--help") |
| 30 | # an input or output support type description |
| 31 | # (FORMAT: STRING) %s = support name, %s = support desc |
| 32 | ERR_SYNTAX_TYPE = %s: %s |
| 33 | # Error when retrieving data |
| 34 | # (FORMAT: STRING) %s = input string |
| 35 | ERR_LOADING = Error when retrieving data from: %s |
| 36 | # Error when saving to given target |
| 37 | # (FORMAT: STRING) %s = save target |
| 38 | ERR_SAVING = Error when saving to target: %s |
| 39 | # Error when unknown output format |
| 40 | # (FORMAT: STRING) %s = bad output format |
| 41 | ERR_BAD_OUTPUT_TYPE = Unknown output type: %s |
| 42 | # Error when converting input to URL/File |
| 43 | # (FORMAT: STRING) %s = input string |
| 44 | ERR_BAD_URL = Cannot understand file or protocol: %s |
| 45 | # URL/File not supported |
| 46 | # (FORMAT: STRING) %s = input url |
| 47 | ERR_NOT_SUPPORTED = URL not supported: %s |
| 48 | # Failed to download cover : %s |
| 49 | # (FORMAT: STRING) %s = cover URL |
| 50 | ERR_BS_NO_COVER = Failed to download cover: %s |
| 51 | # Canonical OPEN SINGLE QUOTE char (for instance: `) |
| 52 | # (FORMAT: STRING) single char |
| 53 | OPEN_SINGLE_QUOTE = ` |
| 54 | # Canonical CLOSE SINGLE QUOTE char (for instance: ‘) |
| 55 | # (FORMAT: STRING) single char |
| 56 | CLOSE_SINGLE_QUOTE = ‘ |
| 57 | # Canonical OPEN DOUBLE QUOTE char (for instance: “) |
| 58 | # (FORMAT: STRING) single char |
| 59 | OPEN_DOUBLE_QUOTE = “ |
| 60 | # Canonical CLOSE DOUBLE QUOTE char (for instance: ”) |
| 61 | # (FORMAT: STRING) single char |
| 62 | CLOSE_DOUBLE_QUOTE = ” |
| 63 | # Name of the description fake chapter |
| 64 | # (FORMAT: STRING) |
| 65 | DESCRIPTION = Description |
| 66 | # Name of a chapter with a name |
| 67 | # (FORMAT: STRING) %d = number, %s = name |
| 68 | CHAPTER_NAMED = Chapter %d: %s |
| 69 | # Name of a chapter without name |
| 70 | # (FORMAT: STRING) %d = number, %s = name |
| 71 | CHAPTER_UNNAMED = Chapter %d |
| 72 | # Default description when the type is not known by i18n |
| 73 | # (FORMAT: STRING) %s = type |
| 74 | INPUT_DESC = Unknown type: %s |
| 75 | # Description of this input type |
| 76 | # (FORMAT: STRING) |
| 77 | INPUT_DESC_EPUB = EPUB files created by this program (we do not support "all" EPUB files) |
| 78 | # Description of this input type |
| 79 | # (FORMAT: STRING) |
| 80 | INPUT_DESC_TEXT = Support class for local stories encoded in textual format, with a few rules :\n\ |
| 81 | \tthe title must be on the first line, \n\ |
| 82 | \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\ |
| 83 | \tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\ |
| 84 | \ta description of the story must be given as chapter number 0,\n\ |
| 85 | \ta cover image may be present with the same filename but a PNG, JPEG or JPG extension. |
| 86 | # Description of this input type |
| 87 | # (FORMAT: STRING) |
| 88 | INPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata |
| 89 | # Description of this input type |
| 90 | # (FORMAT: STRING) |
| 91 | INPUT_DESC_FANFICTION = Fan fictions of many, many different universes, from TV shows to novels to games. |
| 92 | # Description of this input type |
| 93 | # (FORMAT: STRING) |
| 94 | INPUT_DESC_FIMFICTION = Fanfictions devoted to the My Little Pony show |
| 95 | # Description of this input type |
| 96 | # (FORMAT: STRING) |
| 97 | 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. |
| 98 | # Description of this input type |
| 99 | # (FORMAT: STRING) |
| 100 | INPUT_DESC_E621 = Furry website supporting comics, including MLP |
| 101 | # Description of this input type |
| 102 | # (FORMAT: STRING) |
| 103 | INPUT_DESC_E_HENTAI = Website offering many comics/manga, mostly but not always NSFW (hence 'Hentai'); MLP comics can be found there, too |
| 104 | # Default description when the type is not known by i18n |
| 105 | # (FORMAT: STRING) %s = type |
| 106 | OUTPUT_DESC = Unknown type: %s |
| 107 | # Description of this output type |
| 108 | # (FORMAT: STRING) |
| 109 | OUTPUT_DESC_EPUB = Standard EPUB file working on most e-book readers and viewers |
| 110 | # Description of this output type |
| 111 | # (FORMAT: STRING) |
| 112 | OUTPUT_DESC_TEXT = Local stories encoded in textual format, with a few rules :\n\ |
| 113 | \tthe title must be on the first line, \n\ |
| 114 | \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\ |
| 115 | \tchapters must be declared with "Chapter x" or "Chapter x: NAME OF THE CHAPTER", where "x" is the chapter number,\n\ |
| 116 | \ta description of the story must be given as chapter number 0,\n\ |
| 117 | \ta cover image may be present with the same filename but a PNG, JPEG or JPG extension. |
| 118 | # Description of this output type |
| 119 | # (FORMAT: STRING) |
| 120 | OUTPUT_DESC_INFO_TEXT = Contains the same information as the TEXT format, but with a companion ".info" file to store some metadata |
| 121 | # Description of this output type |
| 122 | # (FORMAT: STRING) |
| 123 | OUTPUT_DESC_CBZ = CBZ file (basically a ZIP file containing images -- we store the images in PNG format) |
| 124 | # Description of this output type |
| 125 | # (FORMAT: STRING) |
| 126 | OUTPUT_DESC_HTML = HTML files (a directory containing the resources and "index.html") |
| 127 | # Description of this output type |
| 128 | # (FORMAT: STRING) |
| 129 | OUTPUT_DESC_LATEX = A LaTeX file using the "book" template |
| 130 | # Description of this output type |
| 131 | # (FORMAT: STRING) |
| 132 | OUTPUT_DESC_SYSOUT = A simple DEBUG console output |
| 133 | # Default description when the type is not known by i18n |
| 134 | #This item is used as a group, its content is not expected to be used. |
| 135 | OUTPUT_DESC_SHORT = %s |
| 136 | # Short description of this output type |
| 137 | # (FORMAT: STRING) |
| 138 | OUTPUT_DESC_SHORT_EPUB = Electronic book (.epub) |
| 139 | # Short description of this output type |
| 140 | # (FORMAT: STRING) |
| 141 | OUTPUT_DESC_SHORT_TEXT = Plain text (.txt) |
| 142 | # Short description of this output type |
| 143 | # (FORMAT: STRING) |
| 144 | OUTPUT_DESC_SHORT_INFO_TEXT = Plain text and metadata |
| 145 | # Short description of this output type |
| 146 | # (FORMAT: STRING) |
| 147 | OUTPUT_DESC_SHORT_CBZ = Comic book (.cbz) |
| 148 | # Short description of this output type |
| 149 | # (FORMAT: STRING) |
| 150 | OUTPUT_DESC_SHORT_LATEX = LaTeX (.tex) |
| 151 | # Short description of this output type |
| 152 | # (FORMAT: STRING) |
| 153 | OUTPUT_DESC_SHORT_SYSOUT = Console output |
| 154 | # Short description of this output type |
| 155 | # (FORMAT: STRING) |
| 156 | OUTPUT_DESC_SHORT_HTML = HTML files with resources (directory, .html) |
| 157 | # Error message for unknown 2-letter LaTeX language code |
| 158 | # (FORMAT: STRING) %s = the unknown 2-code language |
| 159 | LATEX_LANG_UNKNOWN = Unknown language: %s |
| 160 | # 'by' prefix before author name used to output the author, make sure it is covered by Config.BYS for input detection |
| 161 | # (FORMAT: STRING) |
| 162 | BY = by |