ObjFW  Check-in [10101b2b9d]

Overview
Comment:ofhttp: Fix typo in German translation
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 10101b2b9dffcf48be6a3fec1c3a4f167c83cab21ea395e2869acb0b6e50a493
User & Date: js on 2022-08-20 19:01:58
Other Links: manifest | tags
Context
2022-08-21
12:02
Don't install headers of private classes check-in: 4ae7fbbf52 user: js tags: trunk
2022-08-20
19:01
ofhttp: Fix typo in German translation check-in: 10101b2b9d user: js tags: trunk
2022-08-17
23:18
Simplify `make release` check-in: 144a365825 user: js tags: trunk
Changes

Modified utils/ofhttp/lang/de.json from [027af9bd4c] to [1ad1b7f6b2].

50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
    ],
    "download_failed_invalid_server_reply": [
        "%[prog]: Fehler beim Download von <%[url]>!\n",
        "  Ungültige Antwort vom Server!"
    ],
    "no_tls_support": [
        "%[prog]: Keine TLS-Unterstützung in ObjFW!\n",
        "  Um via HTTPS runterzuladen, müssen Sie entweder ObjFW mit TLS-",
        "Unterstützung\n",
        "  kompilieren oder eine Bibliothek mittels „preoad” laden, welche ",
        "TLS-Support\n",
        "  zu ObjFW hinzufügt!"
    ],
    "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": [







|

|







50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
    ],
    "download_failed_invalid_server_reply": [
        "%[prog]: Fehler beim Download von <%[url]>!\n",
        "  Ungültige Antwort vom Server!"
    ],
    "no_tls_support": [
        "%[prog]: Keine TLS-Unterstützung in ObjFW!\n",
        "  Um via HTTPS runterzuladen müssen Sie entweder ObjFW mit TLS-",
        "Unterstützung\n",
        "  kompilieren oder eine Bibliothek mittels „preload” laden, welche ",
        "TLS-Support\n",
        "  zu ObjFW hinzufügt!"
    ],
    "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": [