Artifact 946fe7d617ed15881505bd379afcc906d8a4ed70f2d829e94646d2bd47e8993a:
- 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...]
/* * German localization for ofhash. * * Copyright (c) 2017-2023 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] [--md5] [--ripemd160] [--sha1] [--sha224] ", "[--sha256] [--sha384] [--sha512] 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]", }