32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
## 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}}'
|
|
|
|
no_argument: {{.command}} 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.
|