1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
/*
* German localization for ofhash.
*
* 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] [--md5] [--ripemd160] [--sha1] [--sha224] ",
"[--sha256] [--sha384] [--sha512] [--iri] [--version] 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]",
}
|