summaryrefslogtreecommitdiff
path: root/localizations_src/en-US/errors.yaml
blob: c9d55fe7d69c976b0036a2a14c43a3f16ac11eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## comitium.go
no_data_dir: Error finding a suitable directory! Falling back to the current working directory. See \"comitium help\" or comitium(1) for more information.
no_command: Please provide a command.
bad_command: Unrecognized Command.
version: comitium v{{.version}}, commit {{.commit}}
core_init: 'Error in initialization: {{.error}}'
no_url_add: Please provide a URL to add.
no_url_remove: Please provide a URL to remove.
url_parse: 'Error parsing URL: {{.error}}'
url_add: 'Error adding URL: {{.error}}'

# of the format "'<command>' doesn't take an argument!"
no_argument: doesn't take an argument!

## core/core.go
read_file_error: 'error reading ''{{.file}}'': {{.error}}'
corrupt_json_error: 'comitium.json is corrupted: {{.error}}'

## fetch/fetch.go
unsupported_protocol: Unsupported protocol '{{.scheme}}'

## fetch/gemini.go
gem_bad_response: Unexpected Gemini response {{.code}} {{.meta}}
bad_content_type: 'Unintelligible content type: {{.mime}}'
bad_feed: Cannot interpret {{.meta}} as a feed

## fetch/http.go
http_bad_repsonse: Unexpected HTTP response {{.status}}
http_no_extract: Extracting feed from HTML pages is currently unsupported.

## fetch/gopher.go
gopher_no_extract: Gemini-style feeds served over gopher are currently unsupported.