| 1 | # United Kingdom (en_GB) UI configuration options description 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 | # The directory where to store temporary files, defaults to directory 'tmp.reader' in the config directory (usually $HOME/.fanfix) |
| 11 | # (FORMAT: DIRECTORY) absolute path, $HOME variable supported, / is always accepted as dir separator |
| 12 | CACHE_DIR_LOCAL_READER = The directory where to store temporary files, defaults to directory 'tmp.reader' in the config directory (usually $HOME/.fanfix) -- this is an absolute path, $HOME variable supported, / is always accepted as dir separator |
| 13 | # The type of output for the GUI Reader for non-images documents |
| 14 | # (FORMAT: COMBO_LIST) One of the known output type |
| 15 | # ALLOWED VALUES: "INFO_TEXT" "EPUB" "HTML" "TEXT" |
| 16 | GUI_NON_IMAGES_DOCUMENT_TYPE = |
| 17 | # The type of output for the GUI Reader for images documents |
| 18 | # (FORMAT: COMBO_LIST) |
| 19 | # ALLOWED VALUES: "CBZ" "HTML" |
| 20 | GUI_IMAGES_DOCUMENT_TYPE = |
| 21 | # Use the internal reader for images documents -- this is TRUE by default |
| 22 | # (FORMAT: BOOLEAN) |
| 23 | IMAGES_DOCUMENT_USE_INTERNAL_READER = |
| 24 | # The command launched for images documents -- default to the system default for the current file type |
| 25 | # (FORMAT: STRING) A command to start |
| 26 | IMAGES_DOCUMENT_READER = |
| 27 | # Use the internal reader for non images documents -- this is TRUE by default |
| 28 | # (FORMAT: BOOLEAN) |
| 29 | NON_IMAGES_DOCUMENT_USE_INTERNAL_READER = |
| 30 | # The command launched for non images documents -- default to the system default for the current file type |
| 31 | # (FORMAT: STRING) A command to start |
| 32 | NON_IMAGES_DOCUMENT_READER = |
| 33 | # The background colour if you don't want the default system one |
| 34 | # (FORMAT: COLOR) |
| 35 | BACKGROUND_COLOR = |