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