Differences From Artifact [401e7794d9]:
- File
utils/ofhttp/lang/de.json
— part of check-in
[d69f7bc1ff]
at
2019-10-06 16:27:12
on branch trunk
— Rename OFDNSRequest -> OFDNSQuery
This is now in alignment with the terminology of the RFC. (user: js, size: 4076) [annotate] [blame] [check-ins using]
To 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...]
| ︙ | ︙ | |||
34 35 36 37 38 39 40 |
"%[prog]: -o / --output und -O / --detect-filename schließen sich ",
"gegenseitig aus!"
],
"output_only_with_one_url": [
"%[prog]: -o / --output kann nicht mit mehr als einer URL benutzt ",
"werden!"
],
| | | | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
"%[prog]: -o / --output und -O / --detect-filename schließen sich ",
"gegenseitig aus!"
],
"output_only_with_one_url": [
"%[prog]: -o / --output kann nicht mit mehr als einer URL benutzt ",
"werden!"
],
"download_resolve_host_failed": [
"%[prog]: Fehler beim Download von <%[url]>!\n",
" Host auflösen fehlgeschlagen: %[exception]"
],
"download_failed_connection_failed": [
"%[prog]: Fehler beim Download von <%[url]>!\n",
" Verbindung fehlgeschlagen: %[exception]"
],
"download_failed_invalid_server_reply": [
"%[prog]: Fehler beim Download von <%[url]>!\n",
|
| ︙ | ︙ |