Differences From Artifact [d8f293a0f2]:
- File
utils/ofhttp/localization/de.json
— part of check-in
[b5d1f8fcb1]
at
2023-10-15 12:48:47
on branch trunk
— Use JSON5 for localizations
The comment with the copyright already made it not pure JSON anyway. (user: js, size: 4929) [annotate] [blame] [check-ins using] [more...]
To Artifact [89ce45218c]:
- File utils/ofhttp/localization/de.json — part of check-in [21823c0d56] at 2024-01-02 17:26:56 on branch trunk — utils: Indicate options with an argument with = (user: js, size: 4929) [annotate] [blame] [check-ins using] [more...]
1 2 3 | /* * German localization for ofhttp. * | | | | | | | | 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 33 | /* * German localization for ofhttp. * * Copyright (c) 2017-2024 Jonathan Schleifer <js@nil.im> * * Permission to use, copy, modify, and/or distribute this localization for * any purpose with or without fee is hereby granted. */ /* vim: se ft=javascript sw=4 et: */ { usage: "Benutzung: %[prog] -[cehHmoOPqv] iri1 [iri2 ...]", full_usage: [ "Optionen:\n", " -b --body= Angegebene Datei als Body übergeben\n", " (- für Standard-Eingabe)\n", " -c --continue Download von existierender Datei ", "fortsetzen\n", " -f --force Existierende Datei überschreiben\n", " -h --help Diese Hilfe anzeigen\n", " -H --header= Einen Header (z.B. X-Foo:Bar) hinzufügen\n", " -m --method= HTTP Request-Methode setzen\n", " -o --output= Ausgabe-Dateiname angeben\n", " -O --detect-filename Dateiname mittels HEAD-Request ermitteln\n", " -P --proxy= SOCKS5-Proxy angeben\n", " -q --quiet Ruhiger Modus (keine Ausgabe außer Fehler)", "\n", " -v --verbose Ausführlicher Modus (gibt Header aus)\n", " --insecure TLS-Fehler ignorieren und unsichere\n", " Weiterleitungen erlauben\n", " --ignore-status HTTP Status-Code ignorieren" ], |
︙ | ︙ |