Differences From Artifact [946fe7d617]:
- File
utils/ofhash/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: 709) [annotate] [blame] [check-ins using] [more...]
To Artifact [0ac3e79d5c]:
- File utils/ofhash/localization/de.json — part of check-in [ac8ca0f430] at 2024-03-04 22:54:05 on branch trunk — ofhash: Add --iri option (user: js, size: 717) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
8 9 10 11 12 13 14 |
*/
/* vim: se ft=javascript sw=4 et: */
{
usage: [
"Benutzung: %[prog] [--md5] [--ripemd160] [--sha1] [--sha224] ",
| | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
*/
/* vim: se ft=javascript sw=4 et: */
{
usage: [
"Benutzung: %[prog] [--md5] [--ripemd160] [--sha1] [--sha224] ",
"[--sha256] [--sha384] [--sha512] [--iri] datei1 [datei2 ...]"
],
unknown_long_option: "%[prog]: Unbekannte Option: --%[opt]",
unknown_option: "%[prog]: Unbekannte Option: -%[opt]",
failed_to_open_file: "Fehler beim Öffnen der Datei %[file]: %[error]",
failed_to_read_file: "Fehler beim Lesen der Datei %[file]: %[error]",
}
|