Differences From Artifact [00f9ddff1d]:
- File utils/ofdns/localization/de.json — part of check-in [92598d5500] at 2023-09-24 09:18:19 on branch trunk — Add license to localizations (user: js, size: 1114) [annotate] [blame] [check-ins using] [more...]
To Artifact [755b1114e5]:
- File
utils/ofdns/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: 1139) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | /* * German localization for ofdns. * * Copyright (c) 2020-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. */ | > | > | | | | | | | | 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 |
/*
* German localization for ofdns.
*
* Copyright (c) 2020-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] -[chst] domain1 [domain2 ...]",
full_usage: [
"Optionen:\n",
" -c --class Die anzufragende DNS-Klasse (standardmäßig IN)\n",
" -h --help Diese Hilfe anzeigen\n",
" -s --server Der abzufragende Server\n",
" -t --type Der anzufragende Record-Typ (standardmäßig ALL,\n",
" kann wiederholt werden)\n",
" --tcp Benutzung von TCP erzwingen"
],
long_option_requires_argument: [
"%[prog]: Option --%[opt] benötigt ein Argument"
],
option_requires_argument: "%[prog]: Option -%[opt] benötigt ein Argument",
unknown_long_option: "%[prog]: Unbekannte Option: --%[opt]",
unknown_option: "%[prog]: Unbekannte Option: -%[opt]",
failed_to_resolve: "Auflösen fehlgeschlagen: %[exception]",
}
|