Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1 | # German translations for dnsmasq package. |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 2 | # |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 3 | # This revised version is (C) Copyright by |
| 4 | # Matthias Andree <matthias.andree@gmx.de>, 2010. |
| 5 | # It is subject to the GNU General Public License v2, |
| 6 | # or at your option, any later version. |
| 7 | # |
| 8 | # An older version of this file was originally put in the public domain by |
| 9 | # Simon Kelley <simon@thekelleys.org.uk>, 2005. |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 10 | msgid "" |
| 11 | msgstr "" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 12 | "Project-Id-Version: dnsmasq 2.77\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 13 | "Report-Msgid-Bugs-To: \n" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 14 | "POT-Creation-Date: 2009-06-18 12:24+0100\n" |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 15 | "PO-Revision-Date: 2017-07-17 18:30+0100\n" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 16 | "Last-Translator: Conrad Kostecki <ck@conrad-kostecki.de>\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 17 | "Language-Team: German <de@li.org>\n" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 18 | "Language: de\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 19 | "MIME-Version: 1.0\n" |
| 20 | "Content-Type: text/plain; charset=UTF-8\n" |
| 21 | "Content-Transfer-Encoding: 8bit\n" |
| 22 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 23 | "X-Generator: Poedit 2.0.1\n" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 24 | "X-Poedit-SourceCharset: UTF-8\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 25 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 26 | #: cache.c:513 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 27 | msgid "Internal error in cache." |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 28 | msgstr "Interner Fehler im Cache." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 29 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 30 | #: cache.c:923 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 31 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 32 | msgid "failed to load names from %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 33 | msgstr "Fehler beim Laden der Namen von %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 34 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 35 | #: cache.c:949 dhcp.c:867 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 36 | #, c-format |
| 37 | msgid "bad address at %s line %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 38 | msgstr "Fehlerhafte Adresse in %s Zeile %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 39 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 40 | #: cache.c:1002 dhcp.c:883 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 41 | #, c-format |
| 42 | msgid "bad name at %s line %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 43 | msgstr "Fehlerhafter Name in %s Zeile %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 44 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 45 | #: cache.c:1011 dhcp.c:958 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 46 | #, c-format |
| 47 | msgid "read %s - %d addresses" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 48 | msgstr "%s gelesen - %d Adressen" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 49 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 50 | #: cache.c:1124 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 51 | msgid "cleared cache" |
| 52 | msgstr "Cache geleert" |
| 53 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 54 | #: cache.c:1153 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 55 | #, c-format |
| 56 | msgid "No IPv4 address found for %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 57 | msgstr "Keine IPv4-Adresse für %s gefunden" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 58 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 59 | #: cache.c:1232 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 60 | #, c-format |
| 61 | msgid "%s is a CNAME, not giving it to the DHCP lease of %s" |
| 62 | msgstr "%s ist ein CNAME, weise es der DHCP-Lease von %s nicht zu" |
| 63 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 64 | #: cache.c:1256 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 65 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 66 | msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s" |
| 67 | msgstr "Name %s wurde dem DHCP-Lease von %s nicht zugewiesen, da der Name in %s bereits mit Adresse %s existiert" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 68 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 69 | #: cache.c:1413 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 70 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 71 | msgid "time %lu" |
| 72 | msgstr "Zeit %lu" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 73 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 74 | #: cache.c:1414 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 75 | #, c-format |
| 76 | msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 77 | msgstr "Cache Größe %d, %d/%d Cache-Einfügungen verwendeten nicht abgelaufene Cache-Einträge wieder." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 78 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 79 | #: cache.c:1416 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 80 | #, c-format |
| 81 | msgid "queries forwarded %u, queries answered locally %u" |
| 82 | msgstr "%u weitergeleitete Anfragen, %u lokal beantwortete Anfragen" |
| 83 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 84 | #: cache.c:1419 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 85 | #, c-format |
| 86 | msgid "queries for authoritative zones %u" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 87 | msgstr "Anfragen nach autoritativen Zonen %u" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 88 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 89 | #: cache.c:1445 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 90 | #, c-format |
| 91 | msgid "server %s#%d: queries sent %u, retried or failed %u" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 92 | msgstr "Server %s#%d: %u Anfragen gesendet, %u erneut versucht oder fehlgeschlagen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 93 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 94 | #: util.c:47 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 95 | #, c-format |
| 96 | msgid "failed to seed the random number generator: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 97 | msgstr "Konnte den Zufallszahlengenerator nicht initialisieren: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 98 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 99 | #: util.c:224 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 100 | msgid "failed to allocate memory" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 101 | msgstr "Konnte Speicher nicht belegen" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 102 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 103 | #: util.c:277 option.c:619 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 104 | msgid "could not get memory" |
| 105 | msgstr "Speicher nicht verfügbar" |
| 106 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 107 | #: util.c:287 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 108 | #, c-format |
| 109 | msgid "cannot create pipe: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 110 | msgstr "Konnte Pipe nicht erzeugen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 111 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 112 | #: util.c:295 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 113 | #, c-format |
| 114 | msgid "failed to allocate %d bytes" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 115 | msgstr "Konnte %d Bytes nicht belegen" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 116 | |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 117 | # @Simon: not perfect but I cannot get nearer right now. |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 118 | #: util.c:464 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 119 | #, c-format |
| 120 | msgid "infinite" |
| 121 | msgstr "unendlich" |
| 122 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 123 | #: option.c:344 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 124 | msgid "Specify local address(es) to listen on." |
| 125 | msgstr "Lokale abzuhörende Adresse(n) angeben." |
| 126 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 127 | #: option.c:345 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 128 | msgid "Return ipaddr for all hosts in specified domains." |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 129 | msgstr "IP-Adresse für alle Hosts in angegebenen Domänen festlegen." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 130 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 131 | # FIXME: the English test is not to the point. Just use a shortened description |
| 132 | # from the manpage instead. -- MA |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 133 | #: option.c:346 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 134 | msgid "Fake reverse lookups for RFC1918 private address ranges." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 135 | msgstr "Für private Adressbereiche nach RFC1918 \"keine solche Domain\" liefern." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 136 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 137 | #: option.c:347 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 138 | msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 139 | msgstr "Diese IP-Adresse als NXDOMAIN interpretieren (wehrt \"Suchhilfen\" ab)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 140 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 141 | #: option.c:348 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 142 | #, c-format |
| 143 | msgid "Specify the size of the cache in entries (defaults to %s)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 144 | msgstr "Größe des Caches (Zahl der Einträge) festlegen (Voreinstellung: %s)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 145 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 146 | #: option.c:349 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 147 | #, c-format |
| 148 | msgid "Specify configuration file (defaults to %s)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 149 | msgstr "Konfigurationsdatei festlegen (Voreinstellung: %s)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 150 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 151 | #: option.c:350 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 152 | msgid "Do NOT fork into the background: run in debug mode." |
| 153 | msgstr "NICHT in den Hintergrund gehen: Betrieb im Debug-Modus" |
| 154 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 155 | #: option.c:351 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 156 | msgid "Do NOT forward queries with no domain part." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 157 | msgstr "Anfragen ohne Domänen-Teil NICHT weiterschicken." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 158 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 159 | #: option.c:352 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 160 | msgid "Return self-pointing MX records for local hosts." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 161 | msgstr "Für lokale Einträge MX-Einträge liefern, die auf sich selbst zeigen." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 162 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 163 | #: option.c:353 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 164 | msgid "Expand simple names in /etc/hosts with domain-suffix." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 165 | msgstr "Erweitere einfache Namen in /etc/hosts mit der Domänen-Endung." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 166 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 167 | #: option.c:354 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 168 | msgid "Don't forward spurious DNS requests from Windows hosts." |
| 169 | msgstr "'unechte' DNS-Anfragen von Windows-Rechnern nicht weiterleiten" |
| 170 | |
| 171 | # @Simon: I'm a bit unsure about "spurious" |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 172 | #: option.c:355 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 173 | msgid "Enable DHCP in the range given with lease duration." |
| 174 | msgstr "DHCP für angegebenen Bereich und Dauer einschalten" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 175 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 176 | #: option.c:356 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 177 | #, c-format |
| 178 | msgid "Change to this group after startup (defaults to %s)." |
| 179 | msgstr "Nach dem Start in diese Benutzergruppe wechseln (Voreinstellung %s)." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 180 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 181 | #: option.c:357 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 182 | msgid "Set address or hostname for a specified machine." |
| 183 | msgstr "Adresse oder Hostnamen für einen angegebenen Computer setzen." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 184 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 185 | #: option.c:358 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 186 | msgid "Read DHCP host specs from file." |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 187 | msgstr "DHCP-Host-Angaben aus Datei lesen." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 188 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 189 | #: option.c:359 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 190 | msgid "Read DHCP option specs from file." |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 191 | msgstr "DHCP-Optionen aus Datei lesen." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 192 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 193 | #: option.c:360 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 194 | msgid "Read DHCP host specs from a directory." |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 195 | msgstr "DHCP-Host-Angaben aus einem Verzeichnis lesen." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 196 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 197 | #: option.c:361 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 198 | msgid "Read DHCP options from a directory." |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 199 | msgstr "DHCP-Optionen aus einem Verzeichnis lesen." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 200 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 201 | #: option.c:362 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 202 | msgid "Evaluate conditional tag expression." |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 203 | msgstr "Auswertung eines Ausdrucks bedingter Marken." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 204 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 205 | #: option.c:363 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 206 | #, c-format |
| 207 | msgid "Do NOT load %s file." |
| 208 | msgstr "%s-Datei NICHT laden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 209 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 210 | #: option.c:364 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 211 | #, c-format |
| 212 | msgid "Specify a hosts file to be read in addition to %s." |
| 213 | msgstr "Hosts-Datei festlegen, die zusätzlich zu %s gelesen wird." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 214 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 215 | #: option.c:365 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 216 | msgid "Read hosts files from a directory." |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 217 | msgstr "DHCP-Host-Dateien aus einem Verzeichnis lesen." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 218 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 219 | #: option.c:366 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 220 | msgid "Specify interface(s) to listen on." |
| 221 | msgstr "Schnittstelle(n) zum Empfang festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 222 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 223 | #: option.c:367 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 224 | msgid "Specify interface(s) NOT to listen on." |
| 225 | msgstr "Schnittstelle(n) festlegen, die NICHT empfangen sollen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 226 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 227 | #: option.c:368 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 228 | msgid "Map DHCP user class to tag." |
| 229 | msgstr "DHCP-Benutzerklasse auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 230 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 231 | #: option.c:369 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 232 | msgid "Map RFC3046 circuit-id to tag." |
| 233 | msgstr "RFC3046 \"circuit-id\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 234 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 235 | #: option.c:370 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 236 | msgid "Map RFC3046 remote-id to tag." |
| 237 | msgstr "RFC3046 \"remote-id\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 238 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 239 | #: option.c:371 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 240 | msgid "Map RFC3993 subscriber-id to tag." |
| 241 | msgstr "RFC3993 \"subscriber-id\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 242 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 243 | #: option.c:372 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 244 | msgid "Don't do DHCP for hosts with tag set." |
| 245 | msgstr "Kein DHCP für Hosts mit gesetzter Marke verwenden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 246 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 247 | #: option.c:373 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 248 | msgid "Force broadcast replies for hosts with tag set." |
| 249 | msgstr "Rundsendung für Hosts mit gesetzter Marke erzwingen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 250 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 251 | #: option.c:374 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 252 | msgid "Do NOT fork into the background, do NOT run in debug mode." |
| 253 | msgstr "NICHT in den Hintergrund wechseln, NICHT im Debug-Modus laufen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 254 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 255 | #: option.c:375 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 256 | msgid "Assume we are the only DHCP server on the local network." |
| 257 | msgstr "Voraussetzen, dass wir der einzige DHCP-Server im lokalen Netz sind." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 258 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 259 | #: option.c:376 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 260 | #, c-format |
| 261 | msgid "Specify where to store DHCP leases (defaults to %s)." |
| 262 | msgstr "Festlegen, wo DHCP-Leases gespeichert werden (Voreinstellung %s)." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 263 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 264 | #: option.c:377 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 265 | msgid "Return MX records for local hosts." |
| 266 | msgstr "MX-Einträge für lokale Hosts liefern." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 267 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 268 | #: option.c:378 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 269 | msgid "Specify an MX record." |
| 270 | msgstr "Einen MX-Eintrag festlegen." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 271 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 272 | #: option.c:379 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 273 | msgid "Specify BOOTP options to DHCP server." |
| 274 | msgstr "BOOTP-Optionen für DHCP-Server festlegen." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 275 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 276 | #: option.c:380 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 277 | #, c-format |
| 278 | msgid "Do NOT poll %s file, reload only on SIGHUP." |
| 279 | msgstr "%s-Datei NICHT abfragen, nur bei SIGHUP neu laden." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 280 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 281 | #: option.c:381 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 282 | msgid "Do NOT cache failed search results." |
| 283 | msgstr "Fehlerhafte Suchergebnisse NICHT zwischenspeichern." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 284 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 285 | #: option.c:382 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 286 | #, c-format |
| 287 | msgid "Use nameservers strictly in the order given in %s." |
| 288 | msgstr "Namensserver streng in der in %s angegebenen Reihenfolge verwenden." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 289 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 290 | #: option.c:383 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 291 | msgid "Specify options to be sent to DHCP clients." |
| 292 | msgstr "Optionen festlegen, die an DHCP-Klienten gesendet werden." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 293 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 294 | #: option.c:384 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 295 | msgid "DHCP option sent even if the client does not request it." |
| 296 | msgstr "DHCP-Option, die selbst ohne Klientenanfrage gesendet wird." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 297 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 298 | #: option.c:385 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 299 | msgid "Specify port to listen for DNS requests on (defaults to 53)." |
| 300 | msgstr "Port zum Abhören der DNS-Anfragen festlegen (53 voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 301 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 302 | #: option.c:386 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 303 | #, c-format |
| 304 | msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." |
| 305 | msgstr "Maximale unterstützte UDP-Paketgröße für EDNS.0 (Voreinstellung %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 306 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 307 | #: option.c:387 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 308 | msgid "Log DNS queries." |
| 309 | msgstr "DNS-Anfragen protokollieren." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 310 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 311 | #: option.c:388 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 312 | msgid "Force the originating port for upstream DNS queries." |
| 313 | msgstr "Ausgehenden Port erzwingen für DNS-Anfragen an vorgelagerte Server." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 314 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 315 | #: option.c:389 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 316 | msgid "Do NOT read resolv.conf." |
| 317 | msgstr "resolv.conf NICHT lesen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 318 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 319 | #: option.c:390 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 320 | #, c-format |
| 321 | msgid "Specify path to resolv.conf (defaults to %s)." |
| 322 | msgstr "Pfad zu resolv.conf festlegen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 323 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 324 | #: option.c:391 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 325 | msgid "Specify path to file with server= options" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 326 | msgstr " Dateipfad mit der Option server= angeben" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 327 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 328 | #: option.c:392 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 329 | msgid "Specify address(es) of upstream servers with optional domains." |
| 330 | msgstr "Adresse(n) vorgelagerter Server festlegen, optional mit Domänen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 331 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 332 | #: option.c:393 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 333 | msgid "Specify address of upstream servers for reverse address queries" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 334 | msgstr "Adresse(n) vorgelagerter Server festlegen, für reverse Adressanfragen" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 335 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 336 | #: option.c:394 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 337 | msgid "Never forward queries to specified domains." |
| 338 | msgstr "Anfragen für angegebene Domänen niemals weiterleiten." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 339 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 340 | #: option.c:395 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 341 | msgid "Specify the domain to be assigned in DHCP leases." |
| 342 | msgstr "Domäne festlegen, die für DHCP-Leases zugewiesen wird." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 343 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 344 | #: option.c:396 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 345 | msgid "Specify default target in an MX record." |
| 346 | msgstr "Voreingestelltes Ziel für MX-Einträge festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 347 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 348 | #: option.c:397 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 349 | msgid "Specify time-to-live in seconds for replies from /etc/hosts." |
| 350 | msgstr "Gültigkeitsdauer für Antworten aus /etc/hosts festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 351 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 352 | #: option.c:398 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 353 | msgid "Specify time-to-live in seconds for negative caching." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 354 | msgstr "Gültigkeitsdauer in Sekunden für Caching negativer Ergebnisse festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 355 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 356 | #: option.c:399 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 357 | msgid "Specify time-to-live in seconds for maximum TTL to send to clients." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 358 | msgstr "Gültigkeitsdauer in Sekunden für Caching negativer Ergebnisse festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 359 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 360 | #: option.c:400 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 361 | msgid "Specify time-to-live ceiling for cache." |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 362 | msgstr "Spezifiziere time-to-live ceiling für Cache." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 363 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 364 | #: option.c:401 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 365 | msgid "Specify time-to-live floor for cache." |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 366 | msgstr "Spezifiziere time-to-live floor für Cache." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 367 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 368 | #: option.c:402 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 369 | #, c-format |
| 370 | msgid "Change to this user after startup. (defaults to %s)." |
| 371 | msgstr "Nach dem Start diese Benutzerrechte annehmen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 372 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 373 | #: option.c:403 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 374 | msgid "Map DHCP vendor class to tag." |
| 375 | msgstr "DHCP-\"vendor class\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 376 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 377 | #: option.c:404 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 378 | msgid "Display dnsmasq version and copyright information." |
| 379 | msgstr "dnsmasq-Version und Urheberrecht anzeigen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 380 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 381 | #: option.c:405 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 382 | msgid "Translate IPv4 addresses from upstream servers." |
| 383 | msgstr "IPv4-Adressen von vorgelagerten Servern übersetzen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 384 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 385 | #: option.c:406 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 386 | msgid "Specify a SRV record." |
| 387 | msgstr "SRV-Eintrag festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 388 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 389 | #: option.c:407 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 390 | msgid "Display this message. Use --help dhcp or --help dhcp6 for known DHCP options." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 391 | msgstr "Diese Hilfe anzeigen. Benutzen Sie --help dhcp oder --help dhcp6 für bekannte DHCP-Optionen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 392 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 393 | #: option.c:408 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 394 | #, c-format |
| 395 | msgid "Specify path of PID file (defaults to %s)." |
| 396 | msgstr "Dateipfad für Prozesskennung (PID) festlegen (Voreinstellung: %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 397 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 398 | #: option.c:409 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 399 | #, c-format |
| 400 | msgid "Specify maximum number of DHCP leases (defaults to %s)." |
| 401 | msgstr "Höchstzahl der DHCP-Leases festlegen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 402 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 403 | #: option.c:410 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 404 | msgid "Answer DNS queries based on the interface a query was sent to." |
| 405 | msgstr "DNS-Anfragen abhängig der Emfpangsschnittstelle beantworten." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 406 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 407 | #: option.c:411 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 408 | msgid "Specify TXT DNS record." |
| 409 | msgstr "DNS-TXT-Eintrag festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 410 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 411 | #: option.c:412 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 412 | msgid "Specify PTR DNS record." |
| 413 | msgstr "DNS-PTR-Eintrag festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 414 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 415 | #: option.c:413 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 416 | msgid "Give DNS name to IPv4 address of interface." |
| 417 | msgstr "Schnittstellennamen zur IPv4-Adresse des Interfaces auflösen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 418 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 419 | #: option.c:414 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 420 | msgid "Bind only to interfaces in use." |
| 421 | msgstr "Nur an verwendete Schnittstellen binden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 422 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 423 | #: option.c:415 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 424 | #, c-format |
| 425 | msgid "Read DHCP static host information from %s." |
| 426 | msgstr "Statische DHCP-Host-Information aus %s lesen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 427 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 428 | #: option.c:416 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 429 | msgid "Enable the DBus interface for setting upstream servers, etc." |
| 430 | msgstr "DBus-Schnittstelle zum Festlegen vorgelagerter Server usw. festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 431 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 432 | #: option.c:417 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 433 | msgid "Do not provide DHCP on this interface, only provide DNS." |
| 434 | msgstr "Auf dieser Schnittstelle kein DHCP anbieten, sondern nur DNS." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 435 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 436 | #: option.c:418 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 437 | msgid "Enable dynamic address allocation for bootp." |
| 438 | msgstr "Dynamische Adressbelegung für bootp einschalten." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 439 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 440 | #: option.c:419 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 441 | msgid "Map MAC address (with wildcards) to option set." |
| 442 | msgstr "MAC-Adresse (mit Jokerzeichen) auf Netzmarke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 443 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 444 | #: option.c:420 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 445 | msgid "Treat DHCP requests on aliases as arriving from interface." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 446 | msgstr "DHCP-Anfragen von Alias-Schnittstellen für die Hauptschnittstelle beantworten." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 447 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 448 | #: option.c:421 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 449 | msgid "Disable ICMP echo address checking in the DHCP server." |
| 450 | msgstr "ICMP-Echo-Adressprüfung im DHCP-Server abschalten." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 451 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 452 | #: option.c:422 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 453 | msgid "Shell script to run on DHCP lease creation and destruction." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 454 | msgstr "Skript, das bei Erzeugung/Löschung einer DHCP-Lease laufen soll." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 455 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 456 | #: option.c:423 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 457 | msgid "Lua script to run on DHCP lease creation and destruction." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 458 | msgstr "Lua-Skript, welches bei Erzeugung/Löschung eines DHCP-Leases laufen soll." |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 459 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 460 | #: option.c:424 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 461 | msgid "Run lease-change scripts as this user." |
| 462 | msgstr "Lease-Änderungs-Skript mit den Rechten dieses Nutzers ausführen." |
| 463 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 464 | #: option.c:425 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 465 | msgid "Call dhcp-script with changes to local ARP table." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 466 | msgstr "Rufe dhcp-script mit Änderungen an der lokalen ARP-Tabelle auf." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 467 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 468 | #: option.c:426 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 469 | msgid "Read configuration from all the files in this directory." |
| 470 | msgstr "Konfiguration aus allen Dateien in diesem Verzeichnis lesen." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 471 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 472 | #: option.c:427 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 473 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
| 474 | msgstr "Für diese Syslog-Anlage oder in Datei loggen (Voreinstellung DAEMON)." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 475 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 476 | #: option.c:428 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 477 | msgid "Do not use leasefile." |
| 478 | msgstr "Keine Lease-Datei benützen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 479 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 480 | #: option.c:429 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 481 | #, c-format |
| 482 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
| 483 | msgstr "Höchstzahl nebenläufiger DNS-Anfragen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 484 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 485 | #: option.c:430 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 486 | #, c-format |
| 487 | msgid "Clear DNS cache when reloading %s." |
| 488 | msgstr "DNS-Cache beim Neuladen von %s löschen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 489 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 490 | #: option.c:431 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 491 | msgid "Ignore hostnames provided by DHCP clients." |
| 492 | msgstr "Von DHCP-Clients gelieferte Hostnamen ignorieren." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 493 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 494 | #: option.c:432 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 495 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 496 | msgstr "Dateinamen und Server-Datenfehler für zusätzliche DHCP-Optionen NICHT wiederverwenden." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 497 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 498 | #: option.c:433 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 499 | msgid "Enable integrated read-only TFTP server." |
| 500 | msgstr "Eingebauten Nur-Lese-TFTP-Server einschalten." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 501 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 502 | #: option.c:434 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 503 | msgid "Export files by TFTP only from the specified subtree." |
| 504 | msgstr "Nur vom festgelegten Unterbaum Dateien per TFTP exportieren." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 505 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 506 | #: option.c:435 |
| 507 | #, fuzzy |
| 508 | msgid "Add client IP or hardware address to tftp-root." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 509 | msgstr "IP-Adresse des Klienten an tftp-root anhängen." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 510 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 511 | #: option.c:436 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 512 | msgid "Allow access only to files owned by the user running dnsmasq." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 513 | msgstr "Zugriff nur auf Dateien gestatten, die dem dnsmasq aufrufenden Benutzer gehören." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 514 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 515 | #: option.c:437 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 516 | msgid "Do not terminate the service if TFTP directories are inaccessible." |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 517 | msgstr "Der Dienst sollte nicht beendet werden, wenn die TFTP-Verzeichnisse nicht zugreifbar sind." |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 518 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 519 | #: option.c:438 |
| 520 | #, fuzzy, c-format |
| 521 | msgid "Maximum number of concurrent TFTP transfers (defaults to %s)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 522 | msgstr "Höchstzahl nebenläufiger TFTP-Übertragungen (%s voreingestellt)." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 523 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 524 | #: option.c:439 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 525 | msgid "Maximum MTU to use for TFTP transfers." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 526 | msgstr "Maximale MTU für TFTP-Übertragungen erreicht." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 527 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 528 | #: option.c:440 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 529 | msgid "Disable the TFTP blocksize extension." |
| 530 | msgstr "TFTP-Blockgrößen-Erweiterung abschalten." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 531 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 532 | #: option.c:441 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 533 | msgid "Convert TFTP filenames to lowercase" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 534 | msgstr "Konvertiere TFTP Dateinamen in Kleinschreibung" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 535 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 536 | #: option.c:442 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 537 | msgid "Ephemeral port range for use by TFTP transfers." |
| 538 | msgstr "Bereich für vorübergehende Ports für TFTP-Übertragungen." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 539 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 540 | #: option.c:443 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 541 | msgid "Extra logging for DHCP." |
| 542 | msgstr "Erweiterte DHCP-Protokollierung." |
| 543 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 544 | #: option.c:444 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 545 | msgid "Enable async. logging; optionally set queue length." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 546 | msgstr "Asynchrone Protokollierung einschalten, opt. Warteschlangenlänge festlegen." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 547 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 548 | #: option.c:445 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 549 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 550 | msgstr "DNS-Rebinding unterbinden, private IP-Bereiche bei der Auflösung ausfiltern." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 551 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 552 | #: option.c:446 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 553 | msgid "Allow rebinding of 127.0.0.0/8, for RBL servers." |
| 554 | msgstr "Auflösung zu 127.0.0.0/8 erlauben, für RBL-Server." |
| 555 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 556 | #: option.c:447 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 557 | msgid "Inhibit DNS-rebind protection on this domain." |
| 558 | msgstr "DNS-Rebind-Schutz für diese Domäne sperren." |
| 559 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 560 | #: option.c:448 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 561 | msgid "Always perform DNS queries to all servers." |
| 562 | msgstr "DNS-Anfragen immer an alle Server weiterleiten." |
| 563 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 564 | #: option.c:449 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 565 | msgid "Set tag if client includes matching option in request." |
| 566 | msgstr "Marke setzen, wenn Klient eine entsprechende Option anfragt." |
| 567 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 568 | #: option.c:450 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 569 | msgid "Use alternative ports for DHCP." |
| 570 | msgstr "Alternative Ports für DHCP verwenden." |
| 571 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 572 | #: option.c:451 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 573 | msgid "Specify NAPTR DNS record." |
| 574 | msgstr "DNS-NAPTR-Eintrag festlegen." |
| 575 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 576 | #: option.c:452 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 577 | msgid "Specify lowest port available for DNS query transmission." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 578 | msgstr "Niedrigsten verfügbaren Port für Übertragung von DNS-Anfragen festlegen." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 579 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 580 | #: option.c:453 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 581 | msgid "Specify highest port available for DNS query transmission." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 582 | msgstr "Höchsten verfügbaren Port für Übertragung von DNS-Anfragen festlegen." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 583 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 584 | #: option.c:454 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 585 | msgid "Use only fully qualified domain names for DHCP clients." |
| 586 | msgstr "Für DHCP-Klienten nur vollständig bestimmte Domänennamen benutzen." |
| 587 | |
| 588 | # FIXME: probably typo in original message. -- MA |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 589 | #: option.c:455 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 590 | msgid "Generate hostnames based on MAC address for nameless clients." |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 591 | msgstr "Generiere Hostnamen auf Basis der MAC-Adresse für namenlose Klienten." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 592 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 593 | #: option.c:456 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 594 | msgid "Use these DHCP relays as full proxies." |
| 595 | msgstr "Diese DHCP-Relais als vollwertige Proxies verwenden." |
| 596 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 597 | #: option.c:457 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 598 | msgid "Relay DHCP requests to a remote server" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 599 | msgstr "Leute DHCP Anfragen an entfernten Server weiter" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 600 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 601 | #: option.c:458 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 602 | msgid "Specify alias name for LOCAL DNS name." |
| 603 | msgstr "Alias für LOKALEN DNS-Namen festlegen." |
| 604 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 605 | #: option.c:459 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 606 | msgid "Prompt to send to PXE clients." |
| 607 | msgstr "Aufforderung, die an PXE-Klienten geschickt wird." |
| 608 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 609 | #: option.c:460 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 610 | msgid "Boot service for PXE menu." |
| 611 | msgstr "Boot-Dienst für PXE-Menü." |
| 612 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 613 | #: option.c:461 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 614 | msgid "Check configuration syntax." |
| 615 | msgstr "Konfigurationssyntax prüfen." |
| 616 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 617 | #: option.c:462 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 618 | msgid "Add requestor's MAC address to forwarded DNS queries." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 619 | msgstr "Anfragende MAC-Adresse in die weiterleitende DNS-Anfrage einfügen." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 620 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 621 | #: option.c:463 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 622 | msgid "Add specified IP subnet to forwarded DNS queries." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 623 | msgstr "Füge spezifiziertes IP-Subnetz an weitergeleiteten DNS-Anfragen hinzu." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 624 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 625 | #: option.c:464 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 626 | msgid "Add client identification to forwarded DNS queries." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 627 | msgstr "Füge Klient Identifikationan weitergeleiteten DNS-Anfragen hinzu." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 628 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 629 | #: option.c:465 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 630 | msgid "Proxy DNSSEC validation results from upstream nameservers." |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 631 | msgstr "Proxy-DNSSEC-Validierung-Ergebnisse von Upstream-Namensservern." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 632 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 633 | #: option.c:466 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 634 | msgid "Attempt to allocate sequential IP addresses to DHCP clients." |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 635 | msgstr "Versuche sequenzielle IP-Adressen an DHCP-Klienten zu vergeben." |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 636 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 637 | #: option.c:467 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 638 | msgid "Copy connection-track mark from queries to upstream connections." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 639 | msgstr "Kopiere \"connection-track mark\" von Anfragen nach Upstream-Verbindungen." |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 640 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 641 | #: option.c:468 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 642 | msgid "Allow DHCP clients to do their own DDNS updates." |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 643 | msgstr "Erlaube DHCP-Klienten ihre eigenen DDNS-Updates durchzuführen." |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 644 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 645 | #: option.c:469 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 646 | msgid "Send router-advertisements for interfaces doing DHCPv6" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 647 | msgstr "Sende \"Router-Advertisments\" für Netzwerkschnittstellen, welche DHCPv6 nutzen" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 648 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 649 | #: option.c:470 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 650 | msgid "Specify DUID_EN-type DHCPv6 server DUID" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 651 | msgstr "Spezifiziere DUID_EN-type DHCPv6 Server DUID" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 652 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 653 | #: option.c:471 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 654 | msgid "Specify host (A/AAAA and PTR) records" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 655 | msgstr "Spezifiziere Host (A/AAAA und PTR) Einträge" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 656 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 657 | #: option.c:472 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 658 | msgid "Specify arbitrary DNS resource record" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 659 | msgstr "Spezifiziere einen beliebiegen DNS Eintrag" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 660 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 661 | #: option.c:473 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 662 | msgid "Bind to interfaces in use - check for new interfaces" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 663 | msgstr "Bindung zu Schnittstellen in Benutzung - prüfe auf neue Schnittstellen" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 664 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 665 | #: option.c:474 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 666 | msgid "Export local names to global DNS" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 667 | msgstr "Exportiere lokale Namen in das globale DNS" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 668 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 669 | #: option.c:475 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 670 | msgid "Domain to export to global DNS" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 671 | msgstr "Domain für das Exportieren des globalen DNS" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 672 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 673 | #: option.c:476 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 674 | msgid "Set TTL for authoritative replies" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 675 | msgstr "Setzte TTL für autoritative Antworten" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 676 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 677 | #: option.c:477 |
| 678 | #, fuzzy |
| 679 | msgid "Set authoritative zone information" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 680 | msgstr "Setze autoritative Zoneninformationen" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 681 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 682 | #: option.c:478 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 683 | msgid "Secondary authoritative nameservers for forward domains" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 684 | msgstr "Sekundärer autoritativer Nameserver für weitergeleitete Domains" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 685 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 686 | #: option.c:479 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 687 | msgid "Peers which are allowed to do zone transfer" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 688 | msgstr "Peers welche einen Zonentransfer durchführen dürfen" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 689 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 690 | #: option.c:480 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 691 | msgid "Specify ipsets to which matching domains should be added" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 692 | msgstr "Spezifiziere IPSets zu welcher passende Domains hinzugefügt werden sollen" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 693 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 694 | #: option.c:481 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 695 | msgid "Specify a domain and address range for synthesised names" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 696 | msgstr "Spezifiziere eine Domain und Adressbereich für synthetisierte Namen" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 697 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 698 | #: option.c:482 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 699 | msgid "Activate DNSSEC validation" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 700 | msgstr "Aktiviere DNSSEC-Validierung" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 701 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 702 | #: option.c:483 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 703 | msgid "Specify trust anchor key digest." |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 704 | msgstr "Spezifiziere Vertrauensursprung (Trust Anchor) der Schlüssel-Prüfdaten (Key Digest)." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 705 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 706 | #: option.c:484 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 707 | msgid "Disable upstream checking for DNSSEC debugging." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 708 | msgstr "Deaktiviere die Überprüfung vorgelagerter Server für DNSSEC-Debugging." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 709 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 710 | #: option.c:485 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 711 | msgid "Ensure answers without DNSSEC are in unsigned zones." |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 712 | msgstr "Stellt sicher, dass Antworten ohne DNSSEC sich in einer unsignierten Zone befinden." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 713 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 714 | #: option.c:486 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 715 | msgid "Don't check DNSSEC signature timestamps until first cache-reload" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 716 | msgstr "DNSSEC Signatur-Zeitstempel nicht prüfen, bis erstmalig der Cache neugeladen wird" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 717 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 718 | #: option.c:487 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 719 | msgid "Timestamp file to verify system clock for DNSSEC" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 720 | msgstr "Zeitstempel-Datei für die Verifizierung der Systemuhrzeit für DNSSEC" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 721 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 722 | #: option.c:489 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 723 | msgid "Specify DHCPv6 prefix class" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 724 | msgstr "Spezifiziere DHCPv6 Prefix Klasse" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 725 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 726 | #: option.c:491 |
| 727 | #, fuzzy |
| 728 | msgid "Set MTU, priority, resend-interval and router-lifetime" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 729 | msgstr "Setze Priorität, Intervall des erneuten Sendens und Router Lebenszeit" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 730 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 731 | #: option.c:492 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 732 | msgid "Do not log routine DHCP." |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 733 | msgstr "Protokolliere kein DHCP." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 734 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 735 | #: option.c:493 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 736 | msgid "Do not log routine DHCPv6." |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 737 | msgstr "Protokolliere kein DHCPv6." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 738 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 739 | #: option.c:494 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 740 | msgid "Do not log RA." |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 741 | msgstr "RA nicht protokollieren." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 742 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 743 | #: option.c:495 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 744 | msgid "Accept queries only from directly-connected networks." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 745 | msgstr "Akzeptiere nur Anfragen von direkt verbundenen Netzwerken." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 746 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 747 | #: option.c:496 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 748 | msgid "Detect and remove DNS forwarding loops." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 749 | msgstr "Erkennen und Entfernen von DNS-Weiterleitungsschleifen." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 750 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 751 | #: option.c:497 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 752 | msgid "Ignore DNS responses containing ipaddr." |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 753 | msgstr "Ignoriere DNS-Antworten, welche ipaddr enthalten." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 754 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 755 | #: option.c:498 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 756 | msgid "Set TTL in DNS responses with DHCP-derived addresses." |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 757 | msgstr "Setzte TTL in DNS-Antworten mit DHCP-abgeleiteten Adressen." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 758 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 759 | #: option.c:499 |
| 760 | msgid "Delay DHCP replies for at least number of seconds." |
| 761 | msgstr "" |
| 762 | |
| 763 | #: option.c:703 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 764 | #, c-format |
| 765 | msgid "" |
| 766 | "Usage: dnsmasq [options]\n" |
| 767 | "\n" |
| 768 | msgstr "" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 769 | "Verwendung: dnsmasq [Optionen]\n" |
| 770 | "\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 771 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 772 | #: option.c:705 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 773 | #, c-format |
| 774 | msgid "Use short options only on the command line.\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 775 | msgstr "Auf der Befehlszeile nur kurze Optionen verwenden!\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 776 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 777 | #: option.c:707 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 778 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 779 | msgid "Valid options are:\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 780 | msgstr "Gültige Optionen sind:\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 781 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 782 | #: option.c:754 option.c:868 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 783 | msgid "bad address" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 784 | msgstr "Fehlerhafte Adresse." |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 785 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 786 | #: option.c:779 option.c:783 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 787 | msgid "bad port" |
| 788 | msgstr "unzulässiger Port" |
| 789 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 790 | #: option.c:797 option.c:826 option.c:861 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 791 | msgid "interface binding not supported" |
| 792 | msgstr "Schnittstellenbindung nicht unterstützt" |
| 793 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 794 | #: option.c:821 option.c:856 |
| 795 | msgid "interface can only be specified once" |
| 796 | msgstr "" |
| 797 | |
| 798 | #: option.c:835 option.c:3800 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 799 | msgid "bad interface name" |
| 800 | msgstr "unzulässiger Schnittestellenname" |
| 801 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 802 | #: option.c:1062 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 803 | msgid "unsupported encapsulation for IPv6 option" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 804 | msgstr "Nicht unterstützte Verkapselung für eine IPv6-Option" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 805 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 806 | #: option.c:1076 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 807 | msgid "bad dhcp-option" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 808 | msgstr "Fehlerhafte DHCP-Option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 809 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 810 | #: option.c:1144 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 811 | msgid "bad IP address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 812 | msgstr "Fehlerhafte IP-Adresse" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 813 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 814 | #: option.c:1147 option.c:1286 option.c:3070 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 815 | msgid "bad IPv6 address" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 816 | msgstr "Fehlerhafte IPv6-Adresse" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 817 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 818 | #: option.c:1240 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 819 | msgid "bad IPv4 address" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 820 | msgstr "Fehlerhafte IPv4-Adresse" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 821 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 822 | #: option.c:1313 option.c:1407 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 823 | msgid "bad domain in dhcp-option" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 824 | msgstr "Fehlerhafte Domäne in DHCP-Option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 825 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 826 | #: option.c:1445 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 827 | msgid "dhcp-option too long" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 828 | msgstr "DHCP-Option zu lang" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 829 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 830 | #: option.c:1452 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 831 | msgid "illegal dhcp-match" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 832 | msgstr "Unzulässige dhcp-match-Option" |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 833 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 834 | #: option.c:1514 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 835 | msgid "illegal repeated flag" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 836 | msgstr "unzulässig wiederholte Markierung" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 837 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 838 | #: option.c:1522 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 839 | msgid "illegal repeated keyword" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 840 | msgstr "unzulässig wiederholtes Schlüsselwort" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 841 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 842 | #: option.c:1593 option.c:4434 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 843 | #, c-format |
| 844 | msgid "cannot access directory %s: %s" |
| 845 | msgstr "Kann auf Verzeichnis %s nicht zugreifen: %s" |
| 846 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 847 | #: option.c:1639 tftp.c:537 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 848 | #, c-format |
| 849 | msgid "cannot access %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 850 | msgstr "Kann auf %s nicht zugreifen: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 851 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 852 | #: option.c:1727 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 853 | msgid "setting log facility is not possible under Android" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 854 | msgstr "Die Einstellung Protokolliereinrichtung kann unter Android nicht gesetzt werden" |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 855 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 856 | #: option.c:1736 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 857 | msgid "bad log facility" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 858 | msgstr "Falsche Protokolliereinrichtung" |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 859 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 860 | #: option.c:1789 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 861 | msgid "bad MX preference" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 862 | msgstr "unzulässige MX-Präferenz-Angabe" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 863 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 864 | #: option.c:1794 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 865 | msgid "bad MX name" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 866 | msgstr "unzulässiger MX-Name" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 867 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 868 | #: option.c:1808 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 869 | msgid "bad MX target" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 870 | msgstr "unzulässiges MX-Ziel" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 871 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 872 | #: option.c:1820 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 873 | msgid "cannot run scripts under uClinux" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 874 | msgstr "unter uClinux ist die Skriptausführung nicht möglich" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 875 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 876 | #: option.c:1822 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 877 | msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 878 | msgstr "Neuübersetzung mit HAVE_SCRIPT nötig, um Lease-Änderungs-Skripte auszuführen" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 879 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 880 | #: option.c:1826 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 881 | msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 882 | msgstr "Um Benutzerdefinierte Lua-Skripte zu ermöglichen, muss mit HAVE_LUASCRIPT neu kompiliert werden" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 883 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 884 | #: option.c:2095 option.c:2106 option.c:2143 option.c:2199 option.c:2482 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 885 | msgid "bad prefix" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 886 | msgstr "unzulässiger Präfix" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 887 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 888 | #: option.c:2504 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 889 | msgid "recompile with HAVE_IPSET defined to enable ipset directives" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 890 | msgstr "Um IPSet-Direktiven zu aktivieren, muss mit HAVE_IPSET neu übersetzt werden" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 891 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 892 | #: option.c:2713 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 893 | msgid "bad port range" |
| 894 | msgstr "unzulässiger Portbereich" |
| 895 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 896 | #: option.c:2738 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 897 | msgid "bad bridge-interface" |
| 898 | msgstr "unzulässige Brücken-Schnittstelle" |
| 899 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 900 | #: option.c:2798 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 901 | msgid "only one tag allowed" |
| 902 | msgstr "nur eine Marke zulässig" |
| 903 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 904 | #: option.c:2818 option.c:2830 option.c:2939 option.c:2944 option.c:2983 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 905 | msgid "bad dhcp-range" |
| 906 | msgstr "unzulässiger DHCP-Bereich" |
| 907 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 908 | #: option.c:2845 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 909 | msgid "inconsistent DHCP range" |
| 910 | msgstr "inkonsistenter DHCP-Bereich" |
| 911 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 912 | #: option.c:2907 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 913 | msgid "prefix length must be exactly 64 for RA subnets" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 914 | msgstr "Die Präfixlenge muss genau 64 für RA Subnetze sein" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 915 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 916 | #: option.c:2909 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 917 | msgid "prefix length must be exactly 64 for subnet constructors" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 918 | msgstr "Die Präfixlenge muss genau 64 für Subnet Konstruktoren sein" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 919 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 920 | #: option.c:2913 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 921 | msgid "prefix length must be at least 64" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 922 | msgstr "Die Präfixlänge muss mindestens 64 sein" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 923 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 924 | #: option.c:2916 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 925 | msgid "inconsistent DHCPv6 range" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 926 | msgstr "Inkonsistenter DHCPv6-Bereich" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 927 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 928 | #: option.c:2927 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 929 | msgid "prefix must be zero with \"constructor:\" argument" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 930 | msgstr "Prefix muss mit dem \"constructor:\" Argument Null sein" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 931 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 932 | #: option.c:3040 option.c:3088 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 933 | msgid "bad hex constant" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 934 | msgstr "Falscher Hexwert" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 935 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 936 | #: option.c:3062 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 937 | msgid "cannot match tags in --dhcp-host" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 938 | msgstr "Kann die Tags in --dhcp-host nicht abgleichen" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 939 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 940 | #: option.c:3110 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 941 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 942 | msgid "duplicate dhcp-host IP address %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 943 | msgstr "doppelte dhcp-host IP-Adresse %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 944 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 945 | #: option.c:3168 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 946 | msgid "bad DHCP host name" |
| 947 | msgstr "unzulässiger DHCP-Hostname" |
| 948 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 949 | #: option.c:3250 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 950 | msgid "bad tag-if" |
| 951 | msgstr "unzulässige bedingte Marke (tag-if)" |
| 952 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 953 | #: option.c:3607 option.c:4030 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 954 | msgid "invalid port number" |
| 955 | msgstr "unzulässige Portnummer" |
| 956 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 957 | #: option.c:3669 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 958 | msgid "bad dhcp-proxy address" |
| 959 | msgstr "Fehlerhafte DHCP-Proxy-Adresse" |
| 960 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 961 | #: option.c:3695 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 962 | msgid "Bad dhcp-relay" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 963 | msgstr "unzulässiger dhcp-relay" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 964 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 965 | #: option.c:3736 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 966 | msgid "bad RA-params" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 967 | msgstr "unzulässige RA-Parameter" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 968 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 969 | #: option.c:3745 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 970 | msgid "bad DUID" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 971 | msgstr "unzulässige DUID" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 972 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 973 | #: option.c:3787 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 974 | msgid "invalid alias range" |
| 975 | msgstr "unzulässiger Alias-Bereich" |
| 976 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 977 | #: option.c:3841 option.c:3853 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 978 | msgid "bad CNAME" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 979 | msgstr "unzulässiger CNAME" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 980 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 981 | #: option.c:3857 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 982 | msgid "duplicate CNAME" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 983 | msgstr "doppelter CNAME" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 984 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 985 | #: option.c:3880 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 986 | msgid "bad PTR record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 987 | msgstr "unzulässiger PTR-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 988 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 989 | #: option.c:3911 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 990 | msgid "bad NAPTR record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 991 | msgstr "unzulässiger NAPTR-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 992 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 993 | #: option.c:3945 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 994 | msgid "bad RR record" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 995 | msgstr "unzulässiger RR-Eintrag" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 996 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 997 | #: option.c:3975 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 998 | msgid "bad TXT record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 999 | msgstr "unzulässiger TXT-Eintrag" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1000 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1001 | #: option.c:4016 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1002 | msgid "bad SRV record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1003 | msgstr "unzulässiger SRV-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1004 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1005 | #: option.c:4023 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1006 | msgid "bad SRV target" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1007 | msgstr "unzulässiges SRV-Ziel" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1008 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1009 | #: option.c:4037 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1010 | msgid "invalid priority" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1011 | msgstr "unzulässige Priorität" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1012 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1013 | #: option.c:4040 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1014 | msgid "invalid weight" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1015 | msgstr "unzulässige Wichtung" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1016 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1017 | #: option.c:4064 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1018 | msgid "Bad host-record" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1019 | msgstr "unzulässiger host-record" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1020 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1021 | #: option.c:4088 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1022 | msgid "Bad name in host-record" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1023 | msgstr "Unzulässiger Name in host-record" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1024 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1025 | #: option.c:4153 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1026 | msgid "bad trust anchor" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1027 | msgstr "unzulässiger Vertrauensursprung (Trust Anchor)" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1028 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1029 | #: option.c:4167 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1030 | msgid "bad HEX in trust anchor" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1031 | msgstr "unzulässiger Hexwert in Vertrauensursprung (Trust Anchor)" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1032 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1033 | #: option.c:4177 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1034 | msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support)" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1035 | msgstr "Nicht unterstützte Option (prüfen Sie, ob DNSMasq mit DHCP/TFTP/DNSSEC/DBus-Unterstützung übersetzt wurde)" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1036 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1037 | #: option.c:4237 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1038 | msgid "missing \"" |
| 1039 | msgstr "fehlende \\\"" |
| 1040 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1041 | #: option.c:4294 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1042 | msgid "bad option" |
| 1043 | msgstr "unzulässige Option" |
| 1044 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1045 | #: option.c:4296 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1046 | msgid "extraneous parameter" |
| 1047 | msgstr "überschüssiger Parameter" |
| 1048 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1049 | #: option.c:4298 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1050 | msgid "missing parameter" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1051 | msgstr "fehler Parameter" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1052 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1053 | #: option.c:4300 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1054 | msgid "illegal option" |
| 1055 | msgstr "unzulässige Option" |
| 1056 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1057 | #: option.c:4307 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1058 | msgid "error" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1059 | msgstr "Fehler" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1060 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1061 | #: option.c:4309 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1062 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1063 | msgid " at line %d of %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1064 | msgstr " in Zeile %d von %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1065 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1066 | #: option.c:4324 option.c:4571 option.c:4607 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1067 | #, c-format |
| 1068 | msgid "read %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1069 | msgstr "%s gelesen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1070 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1071 | #: option.c:4387 option.c:4510 tftp.c:715 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1072 | #, c-format |
| 1073 | msgid "cannot read %s: %s" |
| 1074 | msgstr "kann %s nicht lesen: %s" |
| 1075 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1076 | #: option.c:4676 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1077 | msgid "junk found in command line" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1078 | msgstr "Mist in der Kommandozeile gefunden" |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1079 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1080 | #: option.c:4711 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1081 | #, c-format |
| 1082 | msgid "Dnsmasq version %s %s\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1083 | msgstr "Dnsmasq Version %s %s\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1084 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1085 | #: option.c:4712 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1086 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1087 | msgid "" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1088 | "Compile time options: %s\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1089 | "\n" |
| 1090 | msgstr "" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1091 | "Kompilierungs-Optionen %s\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1092 | "\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1093 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1094 | #: option.c:4713 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1095 | #, c-format |
| 1096 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1097 | msgstr "Für diese Software wird ABSOLUT KEINE GARANTIE gewährt.\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1098 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1099 | # FIXME: this must be one long string! -- MA |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1100 | #: option.c:4714 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1101 | #, c-format |
| 1102 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1103 | msgstr "Dnsmasq ist freie Software, und du bist willkommen es weiter zu verteilen\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1104 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1105 | #: option.c:4715 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1106 | #, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1107 | msgid "under the terms of the GNU General Public License, version 2 or 3.\n" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1108 | msgstr "unter den Bedingungen der GNU General Public Lizenz, Version 2 oder 3.\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1109 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1110 | #: option.c:4726 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1111 | msgid "try --help" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1112 | msgstr "versuchen Sie --help" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1113 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1114 | #: option.c:4728 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1115 | msgid "try -w" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1116 | msgstr "versuchen Sie -w" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1117 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1118 | #: option.c:4730 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1119 | #, c-format |
| 1120 | msgid "bad command line options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1121 | msgstr "unzulässige Optionen auf der Befehlszeile: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1122 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1123 | #: option.c:4798 |
| 1124 | #, c-format |
| 1125 | msgid "CNAME loop involving %s" |
| 1126 | msgstr "" |
| 1127 | |
| 1128 | #: option.c:4834 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1129 | #, c-format |
| 1130 | msgid "cannot get host-name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1131 | msgstr "kann Hostnamen nicht ermitteln: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1132 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1133 | #: option.c:4862 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1134 | msgid "only one resolv.conf file allowed in no-poll mode." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1135 | msgstr "mit -n/--no-poll ist nur eine resolv.conf-Datei zulässig." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1136 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1137 | #: option.c:4872 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1138 | msgid "must have exactly one resolv.conf to read domain from." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1139 | msgstr "Um die Domäne zu lesen, muss genau eine resolv.conf-Datei verwendet werden." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1140 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1141 | #: option.c:4875 network.c:1612 dhcp.c:816 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1142 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1143 | msgid "failed to read %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1144 | msgstr "konnte %s nicht lesen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1145 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1146 | #: option.c:4892 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1147 | #, c-format |
| 1148 | msgid "no search directive found in %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1149 | msgstr "keine \"search\"-Anweisung in %s gefunden" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1150 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1151 | #: option.c:4913 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1152 | msgid "there must be a default domain when --dhcp-fqdn is set" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1153 | msgstr "Es muss eine standard Domain gesetzt sein, wenn --dhcp-fqdn gesetzt ist" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1154 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1155 | #: option.c:4922 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1156 | msgid "syntax check OK" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1157 | msgstr "Syntaxprüfung OK" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1158 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1159 | #: forward.c:102 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1160 | #, c-format |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1161 | msgid "failed to send packet: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1162 | msgstr "Fehlgeschlagen, folgendes Paket zu senden: %s" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1163 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1164 | #: forward.c:597 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1165 | msgid "discarding DNS reply: subnet option mismatch" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1166 | msgstr "Verwerfe DNS Antwort: Subnetoption stimmt nicht überrein" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1167 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1168 | #: forward.c:651 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1169 | #, c-format |
| 1170 | msgid "nameserver %s refused to do a recursive query" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1171 | msgstr "Namensserver %s hat eine rekursive Anfrage verweigert" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1172 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1173 | #: forward.c:683 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1174 | #, c-format |
| 1175 | msgid "possible DNS-rebind attack detected: %s" |
| 1176 | msgstr "möglichen DNS-Rebind-Angriff entdeckt: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1177 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1178 | #: forward.c:1244 forward.c:1681 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1179 | msgid "Ignoring query from non-local network" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1180 | msgstr "Ignoriere Anfragen vom nicht lokalen Netzwerk" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1181 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1182 | #: forward.c:2166 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1183 | #, c-format |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1184 | msgid "Maximum number of concurrent DNS queries reached (max: %d)" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1185 | msgstr "Maximale Anzahl an nebenläufiger DNS-Anfragen erreicht (Max: %d)" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1186 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1187 | #: network.c:720 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1188 | #, c-format |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1189 | msgid "failed to create listening socket for %s: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1190 | msgstr "Konnte Empfangs-Socket für %s: %s nicht erzeugen" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1191 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1192 | #: network.c:1031 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1193 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1194 | msgid "LOUD WARNING: listening on %s may accept requests via interfaces other than %s" |
| 1195 | msgstr "LOUD WARNING: Das Abhören von %s kann die Anfragen auf der Schnittstelle akzeptieren anders als %s" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1196 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1197 | #: network.c:1038 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1198 | msgid "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)" |
| 1199 | msgstr "LOUD WARNING: Es sollte --bind-dynamic anstatt --bind-interfaces benutzt werden, um DNS-Verstärkungsangriffe auf diesen Schnittstellen zu unterbinden" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1200 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1201 | #: network.c:1047 |
| 1202 | #, fuzzy, c-format |
| 1203 | msgid "warning: using interface %s instead" |
| 1204 | msgstr "Warnung: %s nicht zugreifbar" |
| 1205 | |
| 1206 | #: network.c:1056 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1207 | #, c-format |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1208 | msgid "warning: no addresses found for interface %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1209 | msgstr "Warnung: Keine Adresse für die Schnittstelle %s gefunden" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1210 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1211 | #: network.c:1114 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1212 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1213 | msgid "interface %s failed to join DHCPv6 multicast group: %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1214 | msgstr "Schnittstelle %s konnte DHCPv6-Multicast-Gruppe nicht beitreten: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1215 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1216 | #: network.c:1119 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1217 | msgid "try increasing /proc/sys/net/core/optmem_max" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1218 | msgstr "Versuche /proc/sys/net/core/optmem_max zu erhöhen" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1219 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1220 | #: network.c:1322 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1221 | #, c-format |
| 1222 | msgid "failed to bind server socket for %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1223 | msgstr "konnte nicht an Server-Socket für %s binden: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1224 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1225 | #: network.c:1517 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1226 | #, c-format |
| 1227 | msgid "ignoring nameserver %s - local interface" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1228 | msgstr "ignoriere Namensserver %s - lokale Schnittstelle" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1229 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1230 | #: network.c:1528 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1231 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1232 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1233 | msgstr "ignoriere Namensserver %s - kann Socket nicht erzeugen/binden: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1234 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1235 | #: network.c:1548 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1236 | msgid "(no DNSSEC)" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1237 | msgstr "(kein DNSSEC)" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1238 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1239 | # FIXME: this isn't translatable - always provide full strings, do not assemble yourself! -- MA |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1240 | #: network.c:1551 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1241 | msgid "unqualified" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1242 | msgstr "unqualifiziert" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1243 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1244 | #: network.c:1551 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1245 | msgid "names" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1246 | msgstr "Namen" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1247 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1248 | #: network.c:1553 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1249 | msgid "default" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1250 | msgstr "Standard" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1251 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1252 | #: network.c:1555 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1253 | msgid "domain" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1254 | msgstr "Domain" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1255 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1256 | #: network.c:1561 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1257 | #, c-format |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1258 | msgid "using local addresses only for %s %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1259 | msgstr "Benutze lokale Adressen nur für %s %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1260 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1261 | #: network.c:1564 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1262 | #, c-format |
| 1263 | msgid "using standard nameservers for %s %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1264 | msgstr "Benutze standard Namensserver für %s %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1265 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1266 | #: network.c:1566 |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1267 | #, c-format |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1268 | msgid "using nameserver %s#%d for %s %s %s" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1269 | msgstr "Benutze Namensserver %s#%d für %s %s %s" |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1270 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1271 | #: network.c:1570 |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1272 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1273 | msgid "NOT using nameserver %s#%d - query loop detected" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1274 | msgstr "Benutze Namensserver %s#%d NICHT - Anfragenschleife festgetellt" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1275 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1276 | #: network.c:1573 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1277 | #, c-format |
| 1278 | msgid "using nameserver %s#%d(via %s)" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1279 | msgstr "Benutze Namensserver %s#%d(via %s)" |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1280 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1281 | #: network.c:1575 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1282 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1283 | msgid "using nameserver %s#%d" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1284 | msgstr "Benutze Namensserver %s#%d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1285 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1286 | #: network.c:1580 |
| 1287 | #, fuzzy, c-format |
| 1288 | msgid "using %d more local addresses" |
| 1289 | msgstr "Benutze %d mehr Namensserver" |
| 1290 | |
| 1291 | #: network.c:1582 |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1292 | #, c-format |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1293 | msgid "using %d more nameservers" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1294 | msgstr "Benutze %d mehr Namensserver" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1295 | |
| 1296 | #: dnsmasq.c:166 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1297 | msgid "dhcp-hostsdir, dhcp-optsdir and hostsdir are not supported on this platform" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1298 | msgstr "dhcp-hostsdir, dhcp-optsdir und hostsdir sind auf dieser Plattform nicht unterstüzt" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1299 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1300 | #: dnsmasq.c:181 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1301 | msgid "no root trust anchor provided for DNSSEC" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1302 | msgstr "Keine Root-Vertrauensursprünge (Root Trust Anchor) für DNSSEC verfügbar" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1303 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1304 | #: dnsmasq.c:184 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1305 | msgid "cannot reduce cache size from default when DNSSEC enabled" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1306 | msgstr "Kann die Standard Cachegröße nicht verkleinern, wenn DNSSEC aktiviert ist" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1307 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1308 | #: dnsmasq.c:186 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1309 | msgid "DNSSEC not available: set HAVE_DNSSEC in src/config.h" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1310 | msgstr "DNSSEC nicht verfügbar: setzen Sie HAVE_DNSSEC in src/config.h" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1311 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1312 | #: dnsmasq.c:192 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1313 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1314 | msgstr "TFTP-Server nicht verfügbar, setzen Sie HAVE_TFTP in src/config.h" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1315 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1316 | #: dnsmasq.c:197 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1317 | msgid "cannot use --conntrack AND --query-port" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1318 | msgstr "Kann nicht --conntrack UND --query-port einsetzen" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1319 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1320 | #: dnsmasq.c:200 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1321 | msgid "conntrack support not available: set HAVE_CONNTRACK in src/config.h" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1322 | msgstr "Conntrack-Unterstützung nicht verfügbar: Aktiviere HAVE_CONNTRACK in src/config.h" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1323 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1324 | #: dnsmasq.c:205 |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 1325 | msgid "asynchronous logging is not available under Solaris" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1326 | msgstr "asynchrone Protokollierung unter Solaris nicht verfügbar" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1327 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1328 | #: dnsmasq.c:210 |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 1329 | msgid "asynchronous logging is not available under Android" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1330 | msgstr "Asynchrone Protokollierung unter Android nicht verfügbar" |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 1331 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1332 | #: dnsmasq.c:215 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1333 | msgid "authoritative DNS not available: set HAVE_AUTH in src/config.h" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1334 | msgstr "Authoritatives DNS nicht verfügbar: Es muss HAVE_AUTH in src/config.h gesetzt sein" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1335 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1336 | #: dnsmasq.c:220 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1337 | msgid "loop detection not available: set HAVE_LOOP in src/config.h" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1338 | msgstr "Loop-Erkennung nicht verfügbar, Aktiviere HAVE_LOOP in src/config.h" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1339 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1340 | #: dnsmasq.c:227 |
| 1341 | msgid "max_port cannot be smaller than min_port" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1342 | msgstr "max_port darf nicht kleiner als min_port sein" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1343 | |
| 1344 | #: dnsmasq.c:234 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1345 | msgid "zone serial must be configured in --auth-soa" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1346 | msgstr "Zonen Seriennummer muss mit --auth-soa konfiguriert werden" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1347 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1348 | #: dnsmasq.c:252 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1349 | msgid "dhcp-range constructor not available on this platform" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1350 | msgstr "dhcp-range Konstruktor ist auf dieser Plattform nicht verfübar" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1351 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1352 | #: dnsmasq.c:298 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1353 | msgid "cannot set --bind-interfaces and --bind-dynamic" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1354 | msgstr "Kann nicht --bind-interfaces und --bind-dynamic setzen" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1355 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1356 | #: dnsmasq.c:301 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1357 | #, c-format |
| 1358 | msgid "failed to find list of interfaces: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1359 | msgstr "konnte Schnitstellenliste nicht beziehen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1360 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1361 | #: dnsmasq.c:310 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1362 | #, c-format |
| 1363 | msgid "unknown interface %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1364 | msgstr "unbekannte Schnittstelle %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1365 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1366 | #: dnsmasq.c:374 dnsmasq.c:1037 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1367 | #, c-format |
| 1368 | msgid "DBus error: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1369 | msgstr "DBus-Fehler: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1370 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1371 | #: dnsmasq.c:377 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1372 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1373 | msgstr "DBus nicht verfügbar: setzen Sie HAVE_DBUS in src/config.h" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1374 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1375 | #: dnsmasq.c:405 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1376 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1377 | msgid "unknown user or group: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1378 | msgstr "Unbekannter Benutzer oder Gruppe: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1379 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1380 | #: dnsmasq.c:460 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1381 | #, c-format |
| 1382 | msgid "cannot chdir to filesystem root: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1383 | msgstr "kann nicht ins Wurzelverzeichnis des Dateisystems wechseln: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1384 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1385 | # FIXME: this and the next would need commas after the version |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1386 | #: dnsmasq.c:716 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1387 | #, c-format |
| 1388 | msgid "started, version %s DNS disabled" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1389 | msgstr "gestartet, Version %s, DNS abgeschaltet" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1390 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1391 | #: dnsmasq.c:720 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1392 | #, c-format |
| 1393 | msgid "started, version %s cachesize %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1394 | msgstr "gestartet, Version %s, Cachegröße %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1395 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1396 | #: dnsmasq.c:722 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1397 | #, c-format |
| 1398 | msgid "started, version %s cache disabled" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1399 | msgstr "Gestartet, Version %s Cache deaktiviert" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1400 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1401 | #: dnsmasq.c:725 |
| 1402 | msgid "DNS service limited to local subnets" |
| 1403 | msgstr "DNS-Dienst auf lokale Subnetze eingeschränkt" |
| 1404 | |
| 1405 | #: dnsmasq.c:728 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1406 | #, c-format |
| 1407 | msgid "compile time options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1408 | msgstr "Übersetzungsoptionen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1409 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1410 | #: dnsmasq.c:734 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1411 | msgid "DBus support enabled: connected to system bus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1412 | msgstr "DBus-Unterstützung eingeschaltet: mit Systembus verbunden" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1413 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1414 | #: dnsmasq.c:736 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1415 | msgid "DBus support enabled: bus connection pending" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1416 | msgstr "DBus-Unterstützung eingeschaltet: warte auf Systembus-Verbindung" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1417 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1418 | #: dnsmasq.c:754 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1419 | msgid "DNSSEC validation enabled" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1420 | msgstr "DNSSEC-Validierung aktiviert" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1421 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1422 | #: dnsmasq.c:758 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1423 | msgid "DNSSEC signature timestamps not checked until first cache reload" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1424 | msgstr "DNSSEC Signatur-Zeitstempel werden erst ab dem ersten Neuladen des Caches überprüft" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1425 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1426 | #: dnsmasq.c:761 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1427 | msgid "DNSSEC signature timestamps not checked until system time valid" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1428 | msgstr "DNSSEC Signatur-Zeitstempel werden erst überprüft, sobald die Systemuhrzeit gültig ist" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1429 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1430 | #: dnsmasq.c:766 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1431 | #, c-format |
| 1432 | msgid "warning: failed to change owner of %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1433 | msgstr "Warnung: konnte den Besitzer von %s nicht ändern: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1434 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1435 | #: dnsmasq.c:770 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1436 | msgid "setting --bind-interfaces option because of OS limitations" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1437 | msgstr "Aktiviere --bind-interfaces wegen Einschränkungen des Betriebssystems" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1438 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1439 | #: dnsmasq.c:782 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1440 | #, c-format |
| 1441 | msgid "warning: interface %s does not currently exist" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1442 | msgstr "Warnung: Schnittstelle %s existiert derzeit nicht" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1443 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1444 | #: dnsmasq.c:787 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1445 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1446 | msgstr "Warnung: Ignoriere \"resolv-file\", weil \"no-resolv\" aktiv ist" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1447 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1448 | #: dnsmasq.c:790 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1449 | msgid "warning: no upstream servers configured" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1450 | msgstr "Warnung: keine vorgelagerten (Upstream) Server konfiguriert" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1451 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1452 | #: dnsmasq.c:794 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1453 | #, c-format |
| 1454 | msgid "asynchronous logging enabled, queue limit is %d messages" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1455 | msgstr "asynchrone Protokollierung eingeschaltet, Warteschlange fasst %d Nachrichten" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1456 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1457 | #: dnsmasq.c:815 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1458 | msgid "IPv6 router advertisement enabled" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1459 | msgstr "IPv6-Router-Advertisement aktiviert" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1460 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1461 | #: dnsmasq.c:820 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1462 | #, c-format |
| 1463 | msgid "DHCP, sockets bound exclusively to interface %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1464 | msgstr "DHCP, Sockets exklusiv an das Interface %s gebunden" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1465 | |
Simon Kelley | adaa688 | 2012-04-02 10:02:12 +0100 | [diff] [blame] | 1466 | # FIXME: this and the next few must be full strings to be translatable - do not assemble in code" |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1467 | #: dnsmasq.c:834 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1468 | msgid "root is " |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1469 | msgstr "Wurzel ist " |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1470 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1471 | #: dnsmasq.c:834 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1472 | msgid "enabled" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1473 | msgstr "Aktiviert" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1474 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1475 | #: dnsmasq.c:836 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1476 | msgid "secure mode" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1477 | msgstr "sicherer Modus" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1478 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1479 | #: dnsmasq.c:839 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1480 | #, c-format |
| 1481 | msgid "warning: %s inaccessible" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1482 | msgstr "Warnung: %s nicht zugreifbar" |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1483 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1484 | #: dnsmasq.c:843 |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1485 | #, c-format |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1486 | msgid "warning: TFTP directory %s inaccessible" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1487 | msgstr "Warnung: Das TFTP-Verzeichnis %s ist nicht zugreifbar" |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1488 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1489 | #: dnsmasq.c:869 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1490 | #, c-format |
| 1491 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1492 | msgstr "Begrenze gleichzeitige TFTP-Übertragungen auf maximal %d" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1493 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1494 | #: dnsmasq.c:1039 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1495 | msgid "connected to system DBus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1496 | msgstr "Mit System-DBus verbunden" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1497 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1498 | #: dnsmasq.c:1189 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1499 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1500 | msgid "cannot fork into background: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1501 | msgstr "kann nicht in den Hintergrund abspalten: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1502 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1503 | #: dnsmasq.c:1192 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1504 | #, c-format |
| 1505 | msgid "failed to create helper: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1506 | msgstr "kann Helfer nicht erzeugen: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1507 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1508 | #: dnsmasq.c:1195 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1509 | #, c-format |
| 1510 | msgid "setting capabilities failed: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1511 | msgstr "kann \"capabilities\" nicht setzen: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1512 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1513 | #: dnsmasq.c:1198 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1514 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1515 | msgid "failed to change user-id to %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1516 | msgstr "Kann nicht Benutzerrechte %s annehmen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1517 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1518 | #: dnsmasq.c:1201 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1519 | #, c-format |
| 1520 | msgid "failed to change group-id to %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1521 | msgstr "Kann nicht Gruppenrechte %s annehmen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1522 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1523 | #: dnsmasq.c:1204 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1524 | #, c-format |
| 1525 | msgid "failed to open pidfile %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1526 | msgstr "kann die Prozessidentifikations-(PID)-Datei %s nicht öffnen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1527 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1528 | #: dnsmasq.c:1207 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1529 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1530 | msgid "cannot open log %s: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1531 | msgstr "Kann Logdatei %s nicht öffnen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1532 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1533 | #: dnsmasq.c:1210 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1534 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1535 | msgid "failed to load Lua script: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1536 | msgstr "Konnte Lua-Script nicht laden: %s" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1537 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1538 | #: dnsmasq.c:1213 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1539 | #, c-format |
| 1540 | msgid "TFTP directory %s inaccessible: %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1541 | msgstr "Das TFTP-Verzeichnis %s ist nicht zugreifbar: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1542 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1543 | #: dnsmasq.c:1216 |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1544 | #, c-format |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1545 | msgid "cannot create timestamp file %s: %s" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1546 | msgstr "Kann keine timestamp-Datei %s erzeugen: %s " |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1547 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1548 | #: dnsmasq.c:1239 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1549 | msgid "now checking DNSSEC signature timestamps" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1550 | msgstr "Prüfe jetzt DNSSEC Signatur-Zeitstempel" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1551 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1552 | #: dnsmasq.c:1307 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1553 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1554 | msgid "script process killed by signal %d" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1555 | msgstr "Scriptprozess durch Signal %d getötet" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1556 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1557 | #: dnsmasq.c:1311 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1558 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1559 | msgid "script process exited with status %d" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1560 | msgstr "Scriptprozess hat sich mit Status %d beendet" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1561 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1562 | #: dnsmasq.c:1315 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1563 | #, c-format |
| 1564 | msgid "failed to execute %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1565 | msgstr "konnte %s nicht ausführen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1566 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1567 | #: dnsmasq.c:1379 dnssec.c:479 dnssec.c:525 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1568 | #, c-format |
| 1569 | msgid "failed to update mtime on %s: %s" |
| 1570 | msgstr "kann die mtime nicht auf %s aktualisieren: %s" |
| 1571 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1572 | #: dnsmasq.c:1386 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1573 | msgid "exiting on receipt of SIGTERM" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1574 | msgstr "beende nach Empfang von SIGTERM" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1575 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1576 | #: dnsmasq.c:1414 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1577 | #, c-format |
| 1578 | msgid "failed to access %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1579 | msgstr "konnte auf %s nicht zugreifen: %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1580 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1581 | #: dnsmasq.c:1444 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1582 | #, c-format |
| 1583 | msgid "reading %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1584 | msgstr "lese %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1585 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1586 | #: dnsmasq.c:1455 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1587 | #, c-format |
| 1588 | msgid "no servers found in %s, will retry" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1589 | msgstr "keine Server in %s gefunden, werde es später neu versuchen" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1590 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1591 | #: dhcp.c:53 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1592 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1593 | msgid "cannot create DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1594 | msgstr "kann DHCP-Socket nicht erzeugen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1595 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1596 | #: dhcp.c:68 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1597 | #, c-format |
| 1598 | msgid "failed to set options on DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1599 | msgstr "kann Optionen für DHCP-Socket nicht setzen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1600 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1601 | #: dhcp.c:89 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1602 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1603 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1604 | msgstr "kann SO_REUSE{ADDR|PORT} für DHCP-Socket nicht aktivieren: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1605 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1606 | #: dhcp.c:101 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1607 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1608 | msgid "failed to bind DHCP server socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1609 | msgstr "kann nicht an DHCP-Server-Socket binden: %s" |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1610 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1611 | #: dhcp.c:127 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1612 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1613 | msgid "cannot create ICMP raw socket: %s." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1614 | msgstr "kann ICMP-Rohdaten-Socket nicht erzeugen: %s." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1615 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1616 | #: dhcp.c:252 dhcp6.c:173 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1617 | #, c-format |
| 1618 | msgid "unknown interface %s in bridge-interface" |
| 1619 | msgstr "unbekannte Schnittstelle %s in bridge-interface" |
| 1620 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1621 | #: dhcp.c:293 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1622 | #, c-format |
| 1623 | msgid "DHCP packet received on %s which has no address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1624 | msgstr "DHCP-Paket ohne Adresse an Schnittstelle %s empfangen" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1625 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1626 | #: dhcp.c:427 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1627 | #, c-format |
| 1628 | msgid "ARP-cache injection failed: %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1629 | msgstr "APR-Cache Injektion fehlgeschlagen: %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1630 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1631 | #: dhcp.c:470 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1632 | #, c-format |
| 1633 | msgid "Error sending DHCP packet to %s: %s" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 1634 | msgstr "Fehler beim Senden des DHCP-Pakets an %s: %s" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1635 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1636 | #: dhcp.c:531 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1637 | #, c-format |
| 1638 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1639 | msgstr "DHCP-Bereich %s - %s passt nicht zur Netzmaske %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1640 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1641 | #: dhcp.c:854 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1642 | #, c-format |
| 1643 | msgid "bad line at %s line %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1644 | msgstr "ungültige Zeile %2$d in Datei %1$s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1645 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1646 | #: dhcp.c:897 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1647 | #, c-format |
| 1648 | msgid "ignoring %s line %d, duplicate name or IP address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1649 | msgstr "ignoriere %s Zeile %d, doppelter Name oder doppelte IP-Adresse" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1650 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1651 | #: dhcp.c:1041 rfc3315.c:2149 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1652 | #, c-format |
| 1653 | msgid "DHCP relay %s -> %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1654 | msgstr "DHCP Weiterleitung %s -> %s" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1655 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1656 | #: lease.c:98 |
| 1657 | msgid "too many stored leases" |
| 1658 | msgstr "zu viele Leases gespeichert" |
| 1659 | |
| 1660 | #: lease.c:166 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1661 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1662 | msgid "cannot open or create lease file %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1663 | msgstr "kann Lease-Datei %s nicht öffnen: %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1664 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1665 | #: lease.c:175 |
| 1666 | #, c-format |
| 1667 | msgid "failed to parse lease database, invalid line: %s %s %s %s ..." |
| 1668 | msgstr "" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1669 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1670 | #: lease.c:180 |
| 1671 | #, fuzzy, c-format |
| 1672 | msgid "failed to read lease file %s: %s" |
| 1673 | msgstr "konnte %s nicht lesen: %s" |
| 1674 | |
| 1675 | #: lease.c:196 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1676 | #, c-format |
| 1677 | msgid "cannot run lease-init script %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1678 | msgstr "kann Lease-Start-Skript %s nicht ausführen: %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1679 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1680 | #: lease.c:202 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1681 | #, c-format |
| 1682 | msgid "lease-init script returned exit code %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1683 | msgstr "Lease-Start-Skript beendete sich mit Code %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1684 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1685 | # FIXME: This should be %u s also in English according to NIST and SI rules. -- MA |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1686 | #: lease.c:373 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1687 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1688 | msgid "failed to write %s: %s (retry in %us)" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1689 | msgstr "Konnte %s nicht schreiben: %s (Neuversuch in %u s)" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1690 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1691 | #: lease.c:937 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1692 | #, c-format |
| 1693 | msgid "Ignoring domain %s for DHCP host name %s" |
| 1694 | msgstr "Ignoriere Domäne %s für DHCP-Hostnamen %s" |
| 1695 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1696 | # FIXME: this and the next few are not translatable. Please provide full |
| 1697 | # strings, do not programmatically assemble them. |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1698 | #: rfc2131.c:347 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1699 | #, c-format |
| 1700 | msgid "no address range available for DHCP request %s %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1701 | msgstr "Kein verfügbarer DHCP-Bereich für Anfrage %s %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1702 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1703 | #: rfc2131.c:348 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1704 | msgid "with subnet selector" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1705 | msgstr "mit Subnetz-Wähler" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1706 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1707 | #: rfc2131.c:348 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1708 | msgid "via" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1709 | msgstr "via" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1710 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1711 | #: rfc2131.c:360 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1712 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1713 | msgid "%u available DHCP subnet: %s/%s" |
| 1714 | msgstr "%u verfügbare(s) DHCP-Subnetz: %s/%s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1715 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1716 | #: rfc2131.c:363 rfc3315.c:306 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1717 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1718 | msgid "%u available DHCP range: %s -- %s" |
| 1719 | msgstr "%u verfügbare(r) DHCP-Bereich: %s - %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1720 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1721 | #: rfc2131.c:474 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1722 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1723 | msgid "%u vendor class: %s" |
| 1724 | msgstr "%u \"Vendor class\": %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1725 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1726 | #: rfc2131.c:476 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1727 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1728 | msgid "%u user class: %s" |
| 1729 | msgstr "%u Benutzerklasse: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1730 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1731 | # FIXME: do not programmatically assemble strings - untranslatable |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1732 | #: rfc2131.c:510 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1733 | msgid "disabled" |
| 1734 | msgstr "deaktiviert" |
| 1735 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1736 | #: rfc2131.c:551 rfc2131.c:1006 rfc2131.c:1430 rfc3315.c:616 rfc3315.c:869 |
| 1737 | #: rfc3315.c:1148 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1738 | msgid "ignored" |
| 1739 | msgstr "ignoriert" |
| 1740 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1741 | #: rfc2131.c:566 rfc2131.c:1239 rfc3315.c:919 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1742 | msgid "address in use" |
| 1743 | msgstr "Adresse in Nutzung" |
| 1744 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1745 | #: rfc2131.c:580 rfc2131.c:1060 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1746 | msgid "no address available" |
| 1747 | msgstr "Keine Adresse verfügbar" |
| 1748 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1749 | #: rfc2131.c:587 rfc2131.c:1202 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1750 | msgid "wrong network" |
| 1751 | msgstr "Falsches Netzwerk" |
| 1752 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1753 | #: rfc2131.c:602 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1754 | msgid "no address configured" |
| 1755 | msgstr "Keine Adresse konfiguriert" |
| 1756 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1757 | #: rfc2131.c:608 rfc2131.c:1252 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1758 | msgid "no leases left" |
| 1759 | msgstr "Keine Leases übrig" |
| 1760 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1761 | #: rfc2131.c:703 rfc3315.c:482 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1762 | #, c-format |
| 1763 | msgid "%u client provides name: %s" |
| 1764 | msgstr "%u Klient stellt Name bereit: %s" |
| 1765 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1766 | #: rfc2131.c:808 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1767 | msgid "PXE BIS not supported" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1768 | msgstr "PXE BIS nicht unterstützt" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1769 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1770 | #: rfc2131.c:974 rfc3315.c:1242 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1771 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1772 | msgid "disabling DHCP static address %s for %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1773 | msgstr "schalte statische DHCP-Adresse %s für %s ab" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1774 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1775 | # FIXME: do not assemble |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1776 | #: rfc2131.c:995 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1777 | msgid "unknown lease" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1778 | msgstr "Unbekannter Lease" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1779 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1780 | #: rfc2131.c:1029 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1781 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1782 | msgid "not using configured address %s because it is leased to %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1783 | msgstr "benutze konfigurierte Adresse %s nicht, weil sie an %s verleast ist" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1784 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1785 | #: rfc2131.c:1039 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1786 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1787 | msgid "not using configured address %s because it is in use by the server or relay" |
| 1788 | msgstr "benutze konfigurierte Adresse %s nicht, weil sie von Server/Relais verwendet wird" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1789 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1790 | #: rfc2131.c:1042 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1791 | #, c-format |
| 1792 | msgid "not using configured address %s because it was previously declined" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1793 | msgstr "benutze konfigurierte Adresse %s nicht, weil sie zuvor abgelehnt wurde" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1794 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1795 | # FIXME: do not assemble |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1796 | #: rfc2131.c:1058 rfc2131.c:1245 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1797 | msgid "no unique-id" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1798 | msgstr "Keine eindeutige ID" |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1799 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1800 | #: rfc2131.c:1140 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1801 | msgid "wrong server-ID" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1802 | msgstr "Falsche Server-ID" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1803 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1804 | #: rfc2131.c:1159 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1805 | msgid "wrong address" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1806 | msgstr "Falsche Adresse" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1807 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1808 | #: rfc2131.c:1177 rfc3315.c:1015 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1809 | msgid "lease not found" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1810 | msgstr "Lease nicht gefunden" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1811 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1812 | #: rfc2131.c:1210 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1813 | msgid "address not available" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1814 | msgstr "Adresse nicht verfügbar" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1815 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1816 | #: rfc2131.c:1221 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1817 | msgid "static lease available" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1818 | msgstr "Statischer Lease verfügbar" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1819 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1820 | #: rfc2131.c:1225 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1821 | msgid "address reserved" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1822 | msgstr "Adresse reserviert" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1823 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1824 | #: rfc2131.c:1233 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1825 | #, c-format |
| 1826 | msgid "abandoning lease to %s of %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1827 | msgstr "Gebe Lease von %2$s an %1$s auf" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1828 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1829 | #: rfc2131.c:1757 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1830 | #, c-format |
| 1831 | msgid "%u bootfile name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1832 | msgstr "%u Name der Bootdatei: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1833 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1834 | #: rfc2131.c:1766 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1835 | #, c-format |
| 1836 | msgid "%u server name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1837 | msgstr "%u Servername: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1838 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1839 | #: rfc2131.c:1774 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1840 | #, c-format |
| 1841 | msgid "%u next server: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1842 | msgstr "%u nächster Server: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1843 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1844 | #: rfc2131.c:1777 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1845 | #, c-format |
| 1846 | msgid "%u broadcast response" |
| 1847 | msgstr "%u Antwort per Rundsendung" |
| 1848 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1849 | #: rfc2131.c:1840 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1850 | #, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 1851 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1852 | msgstr "kann DHCP/BOOTP-Opition %d nicht setzen: kein Platz mehr im Paket" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1853 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1854 | #: rfc2131.c:2131 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1855 | msgid "PXE menu too large" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1856 | msgstr "PXE-Menüeintrag zu groß" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1857 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1858 | #: rfc2131.c:2270 rfc3315.c:1515 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1859 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1860 | msgid "%u requested options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1861 | msgstr "%u angeforderte Optionen: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1862 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1863 | #: rfc2131.c:2587 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1864 | #, c-format |
| 1865 | msgid "cannot send RFC3925 option: too many options for enterprise number %d" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1866 | msgstr "Kann RFC3925-Option nicht senden: zu viele Optionen für Unternehmen Nr. %d" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1867 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1868 | #: rfc2131.c:2650 |
| 1869 | #, c-format |
| 1870 | msgid "%u reply delay: %d" |
| 1871 | msgstr "" |
| 1872 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1873 | #: netlink.c:77 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1874 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1875 | msgid "cannot create netlink socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1876 | msgstr "kann Netlink-Socket nicht erzeugen: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1877 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1878 | #: netlink.c:355 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1879 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1880 | msgid "netlink returns error: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1881 | msgstr "Netlink liefert Fehler %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1882 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1883 | #: dbus.c:186 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1884 | msgid "attempt to set an IPv6 server address via DBus - no IPv6 support" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1885 | msgstr "Versuch, via DBus eine IPv6-Serveradresse zu setzen: keine IPv6-Unterstützung" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1886 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1887 | #: dbus.c:439 |
| 1888 | #, c-format |
| 1889 | msgid "Enabling --%s option from D-Bus" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1890 | msgstr "Aktiviere --%s Option von D-Bus" |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1891 | |
| 1892 | #: dbus.c:444 |
| 1893 | #, c-format |
| 1894 | msgid "Disabling --%s option from D-Bus" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 1895 | msgstr "Deaktiviere --%s Option von D-Bus" |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1896 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1897 | #: dbus.c:690 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1898 | msgid "setting upstream servers from DBus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1899 | msgstr "vorgelagerte Server von DBus gesetzt" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1900 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1901 | #: dbus.c:737 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1902 | msgid "could not register a DBus message handler" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1903 | msgstr "konnte Steuerungsprogramm für DBus-Nachrichten nicht anmelden" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1904 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1905 | #: bpf.c:265 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1906 | #, c-format |
| 1907 | msgid "cannot create DHCP BPF socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1908 | msgstr "konnte DHCP-BPF-Socket nicht einrichten: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1909 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1910 | #: bpf.c:293 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1911 | #, c-format |
| 1912 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1913 | msgstr "DHCP-Anfrage für nicht unterstützen Hardwaretyp (%d) auf %s empfangen" |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 1914 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1915 | #: bpf.c:378 |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1916 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1917 | msgid "cannot create PF_ROUTE socket: %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1918 | msgstr "Kann PF_ROUTE socket nicht erzeugen: %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1919 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1920 | #: bpf.c:399 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1921 | msgid "Unknown protocol version from route socket" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 1922 | msgstr "Unbekannte Protokollversion vom Route Socket" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1923 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1924 | #: helper.c:153 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1925 | msgid "lease() function missing in Lua script" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1926 | msgstr "Die Funktion lease() fehlt im Lua-Script" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1927 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1928 | #: tftp.c:319 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1929 | msgid "unable to get free port for TFTP" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1930 | msgstr "konnte keinen freien Port für TFTP bekommen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1931 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1932 | #: tftp.c:335 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1933 | #, c-format |
| 1934 | msgid "unsupported request from %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1935 | msgstr "nicht unterstützte Anfrage von %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1936 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1937 | #: tftp.c:483 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1938 | #, c-format |
| 1939 | msgid "file %s not found" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1940 | msgstr "Datei %s nicht gefunden" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1941 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1942 | #: tftp.c:592 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1943 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1944 | msgid "error %d %s received from %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1945 | msgstr "Fehler %d %s von %s empfangen" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1946 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1947 | #: tftp.c:634 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1948 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1949 | msgid "failed sending %s to %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1950 | msgstr "konnte %s nicht an %s senden" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1951 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1952 | #: tftp.c:634 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1953 | #, c-format |
| 1954 | msgid "sent %s to %s" |
| 1955 | msgstr "%s an %s verschickt" |
| 1956 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1957 | #: log.c:190 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1958 | #, c-format |
| 1959 | msgid "overflow: %d log entries lost" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1960 | msgstr "Überlauf: %d Protokolleinträge verloren" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1961 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1962 | #: log.c:268 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1963 | #, c-format |
| 1964 | msgid "log failed: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1965 | msgstr "Protokollierung fehlgeschlagen: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1966 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1967 | #: log.c:471 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1968 | msgid "FAILED to start up" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1969 | msgstr "Start fehlgeschlagen" |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1970 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1971 | #: conntrack.c:65 |
| 1972 | #, c-format |
| 1973 | msgid "Conntrack connection mark retrieval failed: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1974 | msgstr "\"Conntrack connection mark\"-Abruf fehlgeschlagen: %s" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1975 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1976 | #: dhcp6.c:52 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1977 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1978 | msgid "cannot create DHCPv6 socket: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1979 | msgstr "Kann DHCPv6-Socket nicht erzeugen: %s" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1980 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1981 | #: dhcp6.c:73 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1982 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1983 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCPv6 socket: %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 1984 | msgstr "kann SO_REUSE{ADDR|PORT} für DHCPv6-Socket nicht aktivieren: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1985 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1986 | #: dhcp6.c:85 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1987 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1988 | msgid "failed to bind DHCPv6 server socket: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1989 | msgstr "Kann nicht an DHCPv6-Server-Socket binden: %s" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1990 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1991 | #: rfc3315.c:157 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1992 | #, c-format |
| 1993 | msgid "no address range available for DHCPv6 request from relay at %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1994 | msgstr "Kein Adressbereich verfügbar für die DHCPv6-Anfrage vom Relay bei %s" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1995 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1996 | #: rfc3315.c:166 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1997 | #, c-format |
| 1998 | msgid "no address range available for DHCPv6 request via %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 1999 | msgstr "Kein Adressbereich verfügbar für die DHCPv6-Anfrage via %s" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2000 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2001 | #: rfc3315.c:303 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 2002 | #, c-format |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2003 | msgid "%u available DHCPv6 subnet: %s/%d" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 2004 | msgstr "%u verfügbare(s) DHCPv6-Subnetz: %s/%d" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2005 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2006 | #: rfc3315.c:386 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2007 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2008 | msgid "%u vendor class: %u" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2009 | msgstr "%u Herstellerklasse: %u" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2010 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2011 | #: rfc3315.c:434 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2012 | #, c-format |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2013 | msgid "%u client MAC address: %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2014 | msgstr "%u Klient MAC-Adresse: %s" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2015 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2016 | # FIXME: do not assemble |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2017 | #: rfc3315.c:673 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2018 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2019 | msgid "unknown prefix-class %d" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2020 | msgstr "unbekannte Präfixklasse %d" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2021 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2022 | #: rfc3315.c:816 rfc3315.c:911 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2023 | msgid "address unavailable" |
| 2024 | msgstr "Adresse nicht verfügbar" |
| 2025 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2026 | #: rfc3315.c:828 rfc3315.c:959 rfc3315.c:1292 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2027 | msgid "success" |
| 2028 | msgstr "Erfolg" |
| 2029 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2030 | #: rfc3315.c:843 rfc3315.c:852 rfc3315.c:967 rfc3315.c:969 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2031 | msgid "no addresses available" |
| 2032 | msgstr "Keine Adressen verfügbar" |
| 2033 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2034 | #: rfc3315.c:946 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2035 | msgid "not on link" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2036 | msgstr "nicht on link" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2037 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2038 | #: rfc3315.c:1019 rfc3315.c:1204 rfc3315.c:1281 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2039 | msgid "no binding found" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2040 | msgstr "Keine Bindung gefunden" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2041 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2042 | #: rfc3315.c:1057 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2043 | msgid "deprecated" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2044 | msgstr "veraltet" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2045 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2046 | #: rfc3315.c:1062 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2047 | msgid "address invalid" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2048 | msgstr "Adresse ungültig" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2049 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2050 | #: rfc3315.c:1109 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2051 | msgid "confirm failed" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2052 | msgstr "Bestätigung fehlgeschlagen" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2053 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2054 | #: rfc3315.c:1125 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2055 | msgid "all addresses still on link" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2056 | msgstr "Alle Adressen immer noch on link" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2057 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2058 | #: rfc3315.c:1213 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2059 | msgid "release received" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2060 | msgstr "Freigabe empfangen" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2061 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2062 | #: rfc3315.c:2140 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2063 | msgid "Cannot multicast to DHCPv6 server without correct interface" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2064 | msgstr "Kann nicht zum DHCPv6 Server multicasten ohne korrekte Schnittstelle" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2065 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2066 | #: dhcp-common.c:145 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2067 | #, c-format |
| 2068 | msgid "Ignoring duplicate dhcp-option %d" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 2069 | msgstr "Ignoriere doppelt vorhandene DHCP-Option %d" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2070 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2071 | #: dhcp-common.c:222 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2072 | #, c-format |
| 2073 | msgid "%u tags: %s" |
| 2074 | msgstr "%u Marken: %s" |
| 2075 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2076 | #: dhcp-common.c:407 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2077 | #, c-format |
| 2078 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
| 2079 | msgstr "%s hat mehr als eine Adresse in hosts-Datei, benutze %s für DHCP" |
| 2080 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2081 | #: dhcp-common.c:430 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2082 | #, c-format |
| 2083 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
| 2084 | msgstr "doppelte IP-Adresse %s (%s) in \"dhcp-config\"-Anweisung" |
| 2085 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2086 | #: dhcp-common.c:494 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2087 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2088 | msgid "failed to set SO_BINDTODEVICE on DHCP socket: %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2089 | msgstr "kann SO_BINDTODEVICE für DHCP-Socket nicht aktivieren: %s" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2090 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2091 | #: dhcp-common.c:615 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2092 | #, c-format |
| 2093 | msgid "Known DHCP options:\n" |
| 2094 | msgstr "Bekannte DHCP-Optionen:\n" |
| 2095 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2096 | #: dhcp-common.c:626 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2097 | #, c-format |
| 2098 | msgid "Known DHCPv6 options:\n" |
| 2099 | msgstr "Bekannte DHCPv6-Optionen:\n" |
| 2100 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2101 | #: dhcp-common.c:823 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2102 | msgid ", prefix deprecated" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2103 | msgstr ", Prefix veraltet" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2104 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2105 | #: dhcp-common.c:826 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2106 | #, c-format |
| 2107 | msgid ", lease time " |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2108 | msgstr ", Lease Zeit" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2109 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2110 | #: dhcp-common.c:868 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2111 | #, c-format |
| 2112 | msgid "%s stateless on %s%.0s%.0s%s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2113 | msgstr "%s stateless auf %s%.0s%.0s%s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2114 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2115 | #: dhcp-common.c:870 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2116 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2117 | msgid "%s, static leases only on %.0s%s%s%.0s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2118 | msgstr "%s, nur statische Leases auf %.0s%s%s%.0s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2119 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2120 | #: dhcp-common.c:872 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2121 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2122 | msgid "%s, proxy on subnet %.0s%s%.0s%.0s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2123 | msgstr "%s, Proxy im Subnetz %.0s%s%.0s%.0s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2124 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2125 | #: dhcp-common.c:873 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2126 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2127 | msgid "%s, IP range %s -- %s%s%.0s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2128 | msgstr "%s, IP-Bereich %s -- %s%s%.0s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2129 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2130 | #: dhcp-common.c:886 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2131 | #, c-format |
| 2132 | msgid "DHCPv4-derived IPv6 names on %s%s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2133 | msgstr "DHCPv4-abgeleitete IPv6 Namen auf %s%s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2134 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2135 | #: dhcp-common.c:889 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2136 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2137 | msgid "router advertisement on %s%s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2138 | msgstr "Router-Advertisment auf %s%s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2139 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2140 | #: dhcp-common.c:900 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2141 | #, c-format |
| 2142 | msgid "DHCP relay from %s to %s via %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2143 | msgstr "DHCP Weiterleitung von %s nach %s über %s" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2144 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2145 | #: dhcp-common.c:902 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2146 | #, c-format |
| 2147 | msgid "DHCP relay from %s to %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2148 | msgstr "DHCP Weiterleitung von %s nach %s" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2149 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2150 | #: radv.c:110 |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 2151 | #, c-format |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2152 | msgid "cannot create ICMPv6 socket: %s" |
Simon Kelley | 8358e0f | 2012-04-29 21:53:09 +0100 | [diff] [blame] | 2153 | msgstr "Kann ICMPv6-Socket nicht erzeugen: %s" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2154 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2155 | #: auth.c:449 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2156 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2157 | msgid "ignoring zone transfer request from %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2158 | msgstr "ignoriere Zonentransfer-Anfrage von %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2159 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2160 | #: ipset.c:95 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2161 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2162 | msgid "failed to find kernel version: %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2163 | msgstr "konnte Kernelversion nicht finden: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2164 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2165 | #: ipset.c:114 |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2166 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2167 | msgid "failed to create IPset control socket: %s" |
Conrad Kostecki | 20b215f | 2014-05-04 20:43:49 +0100 | [diff] [blame] | 2168 | msgstr "konnte IPset-Kontroll-Socket nicht erzeugen: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2169 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2170 | #: ipset.c:233 |
| 2171 | #, fuzzy, c-format |
| 2172 | msgid "failed to update ipset %s: %s" |
| 2173 | msgstr "kann die mtime nicht auf %s aktualisieren: %s" |
| 2174 | |
| 2175 | #: dnssec.c:527 |
| 2176 | #, fuzzy |
| 2177 | msgid "system time considered valid, now checking DNSSEC signature timestamps." |
| 2178 | msgstr "Prüfe jetzt DNSSEC Signatur-Zeitstempel" |
| 2179 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2180 | #: blockdata.c:58 |
| 2181 | #, c-format |
| 2182 | msgid "DNSSEC memory in use %u, max %u, allocated %u" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2183 | msgstr "DNSSEC Speicher in Benutzung %u, Max %u, zugewiesen %u" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2184 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2185 | #: tables.c:61 |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2186 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2187 | msgid "failed to access pf devices: %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2188 | msgstr "konnte auf pf Geräte nicht zugreifen: %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2189 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2190 | #: tables.c:74 |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2191 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2192 | msgid "warning: no opened pf devices %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2193 | msgstr "Warnung: Keine geöffneten pf Geräte %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2194 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2195 | #: tables.c:82 |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2196 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2197 | msgid "error: cannot use table name %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2198 | msgstr "Fehler: Kann Tabellenname %s nicht benutzen" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2199 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2200 | #: tables.c:90 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2201 | #, c-format |
| 2202 | msgid "error: cannot strlcpy table name %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2203 | msgstr "Fehler: Kann den Tabellennamen %s nicht strlcpy" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2204 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2205 | #: tables.c:101 |
| 2206 | #, fuzzy, c-format |
| 2207 | msgid "IPset: error:%s" |
| 2208 | msgstr "DBus-Fehler: %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2209 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2210 | #: tables.c:108 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2211 | msgid "info: table created" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2212 | msgstr "Info: Tabelle erstellt" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2213 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2214 | #: tables.c:134 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2215 | #, c-format |
| 2216 | msgid "warning: DIOCR%sADDRS: %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2217 | msgstr "Warnung: DIOCR%sADDRS: %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2218 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2219 | #: tables.c:138 |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2220 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2221 | msgid "%d addresses %s" |
Conrad Kostecki | fbf01f7 | 2015-01-20 21:07:56 +0000 | [diff] [blame] | 2222 | msgstr "%d Adressen %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2223 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2224 | #: inotify.c:62 |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 2225 | #, c-format |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2226 | msgid "cannot access path %s: %s" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 2227 | msgstr "Kann auf Pfad %s nicht zugreifen: %s" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2228 | |
| 2229 | #: inotify.c:95 |
Simon Kelley | c895a06 | 2015-07-12 21:27:40 +0100 | [diff] [blame] | 2230 | #, c-format |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2231 | msgid "failed to create inotify: %s" |
| 2232 | msgstr "Kann kein inotify erzeugen: %s" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2233 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2234 | #: inotify.c:111 |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2235 | #, c-format |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2236 | msgid "too many symlinks following %s" |
Conrad Kostecki | 1835343 | 2017-05-12 15:16:02 +0100 | [diff] [blame] | 2237 | msgstr "Zu viele nachfolgende symbolische Links folgend %s" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2238 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2239 | #: inotify.c:127 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2240 | #, c-format |
| 2241 | msgid "directory %s for resolv-file is missing, cannot poll" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2242 | msgstr "Verzeichnis %s für resolv-file fehlt, kann nicht pollen" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2243 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2244 | #: inotify.c:131 inotify.c:168 |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2245 | #, c-format |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2246 | msgid "failed to create inotify for %s: %s" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2247 | msgstr "Konnte inotify für %s: %s nicht erzeugen" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2248 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2249 | #: inotify.c:153 |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2250 | #, c-format |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2251 | msgid "bad dynamic directory %s: %s" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2252 | msgstr "fehlerhaftes dynamisches Verzeichnis %s: %s" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2253 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2254 | #: inotify.c:255 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2255 | #, c-format |
| 2256 | msgid "inotify, new or changed file %s" |
Conrad Kostecki | d6cb7e4 | 2015-07-27 19:22:49 +0100 | [diff] [blame] | 2257 | msgstr "inotify, neue oder geänderte Datei %s" |
Simon Kelley | c895a06 | 2015-07-12 21:27:40 +0100 | [diff] [blame] | 2258 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2259 | #~ msgid "bad TTL" |
| 2260 | #~ msgstr "unzulässige TTL" |
| 2261 | |
| 2262 | #~ msgid "error: fill_addr missused" |
| 2263 | #~ msgstr "Fehler: fill_addr falsch verwendet" |
| 2264 | |
| 2265 | #~ msgid "warning: pfr_add_tables: %s(%d)" |
| 2266 | #~ msgstr "Warnung: pfr_add_tables: %s(%d)" |
| 2267 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2268 | #~ msgid "cannot cannonicalise resolv-file %s: %s" |
| 2269 | #~ msgstr "Kann die resolv-file %s nicht kanonisieren: %s" |
| 2270 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2271 | #~ msgid "no interface with address %s" |
| 2272 | #~ msgstr "keine Schnittstelle mit Adresse %s" |
| 2273 | |
| 2274 | #~ msgid "duplicate IP address %s in dhcp-config directive." |
| 2275 | #~ msgstr "doppelte IP-Adresse %s in \"dhcp-config\"-Anweisung" |
| 2276 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2277 | #, fuzzy |
| 2278 | #~ msgid "Specify path to Lua script (no default)." |
| 2279 | #~ msgstr "Dateipfad für Prozesskennung (PID) festlegen (Voreinstellung: %s)." |
| 2280 | |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 2281 | #~ msgid "only one dhcp-hostsfile allowed" |
| 2282 | #~ msgstr "nur eine DHCP-Hostdatei (dhcp-hostsfile) zulässig" |
| 2283 | |
| 2284 | #~ msgid "only one dhcp-optsfile allowed" |
| 2285 | #~ msgstr "nur eine DHCP-Optionsdatei (dhcp-optsfile) zulässig" |
| 2286 | |
| 2287 | #~ msgid "files nested too deep in %s" |
| 2288 | #~ msgstr "Dateien in %s zu tief verschachtelt" |
| 2289 | |
| 2290 | #~ msgid "TXT record string too long" |
| 2291 | #~ msgstr "TXT-Eintrag zu lang" |
| 2292 | |
| 2293 | #~ msgid "failed to set IPV6 options on listening socket: %s" |
| 2294 | #~ msgstr "konnte IPV6-Optionen auf Empfangs-Socket nicht einstellen: %s" |
| 2295 | |
| 2296 | #~ msgid "failed to bind listening socket for %s: %s" |
| 2297 | #~ msgstr "konnte Empfangs-Socket nicht an %s binden: %s" |