Differences From Artifact [9e4f95f1d1]:
- File
utils/ofhttp/lang/de.json
— part of check-in
[ee592cf603]
at
2019-10-07 00:07:55
on branch trunk
— OFDNSResolver: Major refactor
This temporarily doesn't use the search domains anymore and makes CNAMEs
slightly more inefficient. The next commits will fix both. (user: js, size: 4082) [annotate] [blame] [check-ins using] [more...]
To Artifact [ed88980c09]:
- File
utils/ofhttp/lang/de.json
— part of check-in
[9c506fc995]
at
2020-03-22 15:51:59
on branch trunk
— ofhttp: Print the HTTP status code on error
Without this, there would be no indication of the error when using -q. (user: js, size: 4154) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
59 60 61 62 63 64 65 |
"download_failed_read_or_write_failed_any": "Lesen oder Schreiben",
"download_failed_read_or_write_failed_read": "Lesen",
"download_failed_read_or_write_failed_write": "Schreiben",
"download_failed_read_or_write_failed": [
"%[prog]: Fehler beim Download von <%[url]>!\n",
" %[error]: %[exception]"
],
| > | > > | > | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
"download_failed_read_or_write_failed_any": "Lesen oder Schreiben",
"download_failed_read_or_write_failed_read": "Lesen",
"download_failed_read_or_write_failed_write": "Schreiben",
"download_failed_read_or_write_failed": [
"%[prog]: Fehler beim Download von <%[url]>!\n",
" %[error]: %[exception]"
],
"download_failed": [
"%[prog]: Fehler beim Download von <%[url]>!\n",
" HTTP Status-Code: %[code]"
],
"download_failed_exception": [
"%[prog]: Fehler beim Download von <%[url]>!\n",
" %[exception]"
],
"download_done": "Fertig!",
"invalid_url": "%[prog]: Ungültige URL: <%[url]>!",
"invalid_scheme": "%[prog]: Ungültiges Schema: <%[url]>!",
"type_unknown": "unbekannt",
"size_gib": "%[num] GiB",
"size_mib": "%[num] MiB",
|
| ︙ | ︙ |