Differences From Artifact [775fc52ec2]:
- File utils/ofhash/lang/de.json — part of check-in [0c72729961] at 2019-03-21 23:29:28 on branch trunk — ofhash: Allow calculating multiple hashes at once (user: js, size: 431) [annotate] [blame] [check-ins using]
To Artifact [e3d21e1de1]:
- File
utils/ofhash/lang/de.json
— part of check-in
[405f056137]
at
2021-07-09 21:23:03
on branch trunk
— ofhash: Update usage to reflect changed reality
The usage still showed that only one algorithm is allowed while multiple
can be specified. (user: js, size: 443) [annotate] [blame] [check-ins using] [more...] - File utils/ofhash/localization/de.json — part of check-in [915bfc7431] at 2022-09-29 20:27:57 on branch trunk — OFLocale: Rename a few methods (user: js, size: 443) [annotate] [blame] [check-ins using]
1 2 |
{
"usage": [
| | | | 1 2 3 4 5 6 7 8 9 10 |
{
"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]"
}
|