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 "" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 12 | "Project-Id-Version: dnsmasq 2.53rc1\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" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 15 | "PO-Revision-Date: 2010-05-24 16:29+0200\n" |
| 16 | "Last-Translator: Matthias Andree <matthias.andree@gmx.de>\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 17 | "Language-Team: German <de@li.org>\n" |
| 18 | "MIME-Version: 1.0\n" |
| 19 | "Content-Type: text/plain; charset=UTF-8\n" |
| 20 | "Content-Transfer-Encoding: 8bit\n" |
| 21 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 22 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 23 | #: cache.c:764 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 24 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 25 | msgid "failed to load names from %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 26 | msgstr "Fehler beim Laden der Namen von %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 27 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 28 | #: cache.c:797 dhcp.c:855 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 29 | #, c-format |
| 30 | msgid "bad address at %s line %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 31 | msgstr "Fehlerhafte Adresse in %s Zeile %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 32 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 33 | #: cache.c:846 dhcp.c:871 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 34 | #, c-format |
| 35 | msgid "bad name at %s line %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 36 | msgstr "Fehlerhafter Name in %s Zeile %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 37 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 38 | #: cache.c:853 dhcp.c:946 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 39 | #, c-format |
| 40 | msgid "read %s - %d addresses" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 41 | msgstr "%s gelesen - %d Adressen" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 42 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 43 | #: cache.c:892 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 44 | msgid "cleared cache" |
| 45 | msgstr "Cache geleert" |
| 46 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 47 | #: cache.c:953 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 48 | #, c-format |
| 49 | msgid "No IPv4 address found for %s" |
| 50 | msgstr "" |
| 51 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 52 | #: cache.c:1005 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 53 | #, c-format |
| 54 | msgid "%s is a CNAME, not giving it to the DHCP lease of %s" |
| 55 | msgstr "%s ist ein CNAME, weise es der DHCP-Lease von %s nicht zu" |
| 56 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 57 | #: cache.c:1011 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 58 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 59 | msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 60 | 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] | 61 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 62 | #: cache.c:1086 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 63 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 64 | msgid "time %lu" |
| 65 | msgstr "Zeit %lu" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 66 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 67 | #: cache.c:1087 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 68 | #, c-format |
| 69 | msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries." |
| 70 | msgstr "Cache Größe %d, %d/%d Cache-Einfügungen verwendeten nicht abgelaufene Cache-Einträge wieder." |
| 71 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 72 | #: cache.c:1089 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 73 | #, c-format |
| 74 | msgid "queries forwarded %u, queries answered locally %u" |
| 75 | msgstr "%u weitergeleitete Anfragen, %u lokal beantwortete Anfragen" |
| 76 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 77 | #: cache.c:1112 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 78 | #, c-format |
| 79 | msgid "server %s#%d: queries sent %u, retried or failed %u" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 80 | msgstr "Server %s#%d: %u Anfragen gesendet, %u erneut versucht oder fehlgeschlagen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 81 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 82 | #: util.c:57 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 83 | #, c-format |
| 84 | msgid "failed to seed the random number generator: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 85 | msgstr "Konnte den Zufallszahlengenerator nicht initialisieren: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 86 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 87 | #: util.c:189 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 88 | msgid "failed to allocate memory" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 89 | msgstr "Konnte Speicher nicht belegen" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 90 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 91 | #: util.c:227 option.c:717 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 92 | msgid "could not get memory" |
| 93 | msgstr "Speicher nicht verfügbar" |
| 94 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 95 | #: util.c:237 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 96 | #, c-format |
| 97 | msgid "cannot create pipe: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 98 | msgstr "Konnte Pipe nicht erzeugen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 99 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 100 | #: util.c:245 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 101 | #, c-format |
| 102 | msgid "failed to allocate %d bytes" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 103 | msgstr "Konnte %d Bytes nicht belegen" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 104 | |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 105 | # @Simon: not perfect but I cannot get nearer right now. |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 106 | #: util.c:400 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 107 | #, c-format |
| 108 | msgid "infinite" |
| 109 | msgstr "unendlich" |
| 110 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 111 | #: option.c:254 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 112 | msgid "Specify local address(es) to listen on." |
| 113 | msgstr "Lokale abzuhörende Adresse(n) angeben." |
| 114 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 115 | #: option.c:255 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 116 | msgid "Return ipaddr for all hosts in specified domains." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 117 | msgstr "IP-Adresse für alle Hosts in angebenen Domänen festlegen." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 118 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 119 | # FIXME: the English test is not to the point. Just use a shortened description |
| 120 | # from the manpage instead. -- MA |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 121 | #: option.c:256 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 122 | msgid "Fake reverse lookups for RFC1918 private address ranges." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 123 | msgstr "Für private Adressbereiche nach RFC1918 \"keine solche Domain\" liefern." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 124 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 125 | #: option.c:257 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 126 | msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 127 | msgstr "Diese IP-Adresse als NXDOMAIN interpretieren (wehrt \"Suchhilfen\" ab)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 128 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 129 | #: option.c:258 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 130 | #, c-format |
| 131 | msgid "Specify the size of the cache in entries (defaults to %s)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 132 | msgstr "Größe des Caches (Zahl der Einträge) festlegen (Voreinstellung: %s)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 133 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 134 | #: option.c:259 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 135 | #, c-format |
| 136 | msgid "Specify configuration file (defaults to %s)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 137 | msgstr "Konfigurationsdatei festlegen (Voreinstellung: %s)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 138 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 139 | #: option.c:260 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 140 | msgid "Do NOT fork into the background: run in debug mode." |
| 141 | msgstr "NICHT in den Hintergrund gehen: Betrieb im Debug-Modus" |
| 142 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 143 | #: option.c:261 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 144 | msgid "Do NOT forward queries with no domain part." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 145 | msgstr "Anfragen ohne Domänen-Teil NICHT weiterschicken." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 146 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 147 | #: option.c:262 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 148 | msgid "Return self-pointing MX records for local hosts." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 149 | 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] | 150 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 151 | #: option.c:263 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 152 | msgid "Expand simple names in /etc/hosts with domain-suffix." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 153 | msgstr "Erweitere einfache Namen in /etc/hosts mit der Domänen-Endung." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 154 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 155 | #: option.c:264 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 156 | msgid "Don't forward spurious DNS requests from Windows hosts." |
| 157 | msgstr "'unechte' DNS-Anfragen von Windows-Rechnern nicht weiterleiten" |
| 158 | |
| 159 | # @Simon: I'm a bit unsure about "spurious" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 160 | #: option.c:265 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 161 | msgid "Enable DHCP in the range given with lease duration." |
| 162 | msgstr "DHCP für angegebenen Bereich und Dauer einschalten" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 163 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 164 | #: option.c:266 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 165 | #, c-format |
| 166 | msgid "Change to this group after startup (defaults to %s)." |
| 167 | msgstr "Nach dem Start in diese Benutzergruppe wechseln (Voreinstellung %s)." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 168 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 169 | #: option.c:267 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 170 | msgid "Set address or hostname for a specified machine." |
| 171 | msgstr "Adresse oder Hostnamen für einen angegebenen Computer setzen." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 172 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 173 | #: option.c:268 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 174 | #, fuzzy |
| 175 | msgid "Read DHCP host specs from file." |
| 176 | msgstr "DHCP-Host-Angaben aus Datei lesen" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 177 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 178 | #: option.c:269 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 179 | #, fuzzy |
| 180 | msgid "Read DHCP option specs from file." |
| 181 | msgstr "DHCP-Optionen aus Datei lesen" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 182 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 183 | #: option.c:270 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 184 | #, fuzzy |
| 185 | msgid "Evaluate conditional tag expression." |
| 186 | msgstr "Auswertung eines Ausdrucks bedingter Marken" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 187 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 188 | #: option.c:271 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 189 | #, c-format |
| 190 | msgid "Do NOT load %s file." |
| 191 | msgstr "%s-Datei NICHT laden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 192 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 193 | #: option.c:272 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 194 | #, c-format |
| 195 | msgid "Specify a hosts file to be read in addition to %s." |
| 196 | msgstr "Hosts-Datei festlegen, die zusätzlich zu %s gelesen wird." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 197 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 198 | #: option.c:273 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 199 | msgid "Specify interface(s) to listen on." |
| 200 | msgstr "Schnittstelle(n) zum Empfang festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 201 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 202 | #: option.c:274 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 203 | msgid "Specify interface(s) NOT to listen on." |
| 204 | msgstr "Schnittstelle(n) festlegen, die NICHT empfangen sollen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 205 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 206 | #: option.c:275 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 207 | msgid "Map DHCP user class to tag." |
| 208 | msgstr "DHCP-Benutzerklasse auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 209 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 210 | #: option.c:276 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 211 | msgid "Map RFC3046 circuit-id to tag." |
| 212 | msgstr "RFC3046 \"circuit-id\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 213 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 214 | #: option.c:277 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 215 | msgid "Map RFC3046 remote-id to tag." |
| 216 | msgstr "RFC3046 \"remote-id\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 217 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 218 | #: option.c:278 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 219 | msgid "Map RFC3993 subscriber-id to tag." |
| 220 | msgstr "RFC3993 \"subscriber-id\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 221 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 222 | #: option.c:279 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 223 | msgid "Don't do DHCP for hosts with tag set." |
| 224 | msgstr "Kein DHCP für Hosts mit gesetzter Marke verwenden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 225 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 226 | #: option.c:280 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 227 | msgid "Force broadcast replies for hosts with tag set." |
| 228 | msgstr "Rundsendung für Hosts mit gesetzter Marke erzwingen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 229 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 230 | #: option.c:281 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 231 | msgid "Do NOT fork into the background, do NOT run in debug mode." |
| 232 | msgstr "NICHT in den Hintergrund wechseln, NICHT im Debug-Modus laufen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 233 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 234 | #: option.c:282 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 235 | msgid "Assume we are the only DHCP server on the local network." |
| 236 | msgstr "Voraussetzen, dass wir der einzige DHCP-Server im lokalen Netz sind." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 237 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 238 | #: option.c:283 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 239 | #, c-format |
| 240 | msgid "Specify where to store DHCP leases (defaults to %s)." |
| 241 | msgstr "Festlegen, wo DHCP-Leases gespeichert werden (Voreinstellung %s)." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 242 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 243 | #: option.c:284 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 244 | msgid "Return MX records for local hosts." |
| 245 | msgstr "MX-Einträge für lokale Hosts liefern." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 246 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 247 | #: option.c:285 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 248 | msgid "Specify an MX record." |
| 249 | msgstr "Einen MX-Eintrag festlegen." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 250 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 251 | #: option.c:286 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 252 | msgid "Specify BOOTP options to DHCP server." |
| 253 | msgstr "BOOTP-Optionen für DHCP-Server festlegen." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 254 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 255 | #: option.c:287 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 256 | #, c-format |
| 257 | msgid "Do NOT poll %s file, reload only on SIGHUP." |
| 258 | msgstr "%s-Datei NICHT abfragen, nur bei SIGHUP neu laden." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 259 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 260 | #: option.c:288 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 261 | msgid "Do NOT cache failed search results." |
| 262 | msgstr "Fehlerhafte Suchergebnisse NICHT zwischenspeichern." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 263 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 264 | #: option.c:289 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 265 | #, c-format |
| 266 | msgid "Use nameservers strictly in the order given in %s." |
| 267 | msgstr "Namensserver streng in der in %s angegebenen Reihenfolge verwenden." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 268 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 269 | #: option.c:290 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 270 | msgid "Specify options to be sent to DHCP clients." |
| 271 | msgstr "Optionen festlegen, die an DHCP-Klienten gesendet werden." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 272 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 273 | #: option.c:291 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 274 | msgid "DHCP option sent even if the client does not request it." |
| 275 | msgstr "DHCP-Option, die selbst ohne Klientenanfrage gesendet wird." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 276 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 277 | #: option.c:292 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 278 | msgid "Specify port to listen for DNS requests on (defaults to 53)." |
| 279 | msgstr "Port zum Abhören der DNS-Anfragen festlegen (53 voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 280 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 281 | #: option.c:293 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 282 | #, c-format |
| 283 | msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." |
| 284 | 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] | 285 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 286 | #: option.c:294 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 287 | msgid "Log DNS queries." |
| 288 | msgstr "DNS-Anfragen protokollieren." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 289 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 290 | #: option.c:295 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 291 | msgid "Force the originating port for upstream DNS queries." |
| 292 | msgstr "Ausgehenden Port erzwingen für DNS-Anfragen an vorgelagerte Server." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 293 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 294 | #: option.c:296 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 295 | msgid "Do NOT read resolv.conf." |
| 296 | msgstr "resolv.conf NICHT lesen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 297 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 298 | #: option.c:297 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 299 | #, c-format |
| 300 | msgid "Specify path to resolv.conf (defaults to %s)." |
| 301 | msgstr "Pfad zu resolv.conf festlegen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 302 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 303 | #: option.c:298 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 304 | msgid "Specify address(es) of upstream servers with optional domains." |
| 305 | msgstr "Adresse(n) vorgelagerter Server festlegen, optional mit Domänen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 306 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 307 | #: option.c:299 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 308 | msgid "Never forward queries to specified domains." |
| 309 | msgstr "Anfragen für angegebene Domänen niemals weiterleiten." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 310 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 311 | #: option.c:300 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 312 | msgid "Specify the domain to be assigned in DHCP leases." |
| 313 | msgstr "Domäne festlegen, die für DHCP-Leases zugewiesen wird." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 314 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 315 | #: option.c:301 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 316 | msgid "Specify default target in an MX record." |
| 317 | msgstr "Voreingestelltes Ziel für MX-Einträge festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 318 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 319 | #: option.c:302 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 320 | msgid "Specify time-to-live in seconds for replies from /etc/hosts." |
| 321 | msgstr "Gültigkeitsdauer für Antworten aus /etc/hosts festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 322 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 323 | #: option.c:303 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 324 | msgid "Specify time-to-live in seconds for negative caching." |
| 325 | msgstr "Gültigkeitsdauer in Sekunden für Caching negativer Ergebnisse festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 326 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 327 | #: option.c:304 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 328 | #, fuzzy |
| 329 | msgid "Specify time-to-live in seconds for maximum TTL to send to clients." |
| 330 | msgstr "Gültigkeitsdauer in Sekunden für Caching negativer Ergebnisse festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 331 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 332 | #: option.c:305 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 333 | #, c-format |
| 334 | msgid "Change to this user after startup. (defaults to %s)." |
| 335 | msgstr "Nach dem Start diese Benutzerrechte annehmen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 336 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 337 | #: option.c:306 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 338 | msgid "Map DHCP vendor class to tag." |
| 339 | msgstr "DHCP-\"vendor class\" auf Marke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 340 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 341 | #: option.c:307 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 342 | msgid "Display dnsmasq version and copyright information." |
| 343 | msgstr "dnsmasq-Version und Urheberrecht anzeigen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 344 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 345 | #: option.c:308 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 346 | msgid "Translate IPv4 addresses from upstream servers." |
| 347 | msgstr "IPv4-Adressen von vorgelagerten Servern übersetzen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 348 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 349 | #: option.c:309 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 350 | msgid "Specify a SRV record." |
| 351 | msgstr "SRV-Eintrag festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 352 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 353 | #: option.c:310 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 354 | msgid "Display this message. Use --help dhcp for known DHCP options." |
| 355 | 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] | 356 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 357 | #: option.c:311 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 358 | #, c-format |
| 359 | msgid "Specify path of PID file (defaults to %s)." |
| 360 | msgstr "Dateipfad für Prozesskennung (PID) festlegen (Voreinstellung: %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 361 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 362 | #: option.c:312 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 363 | #, c-format |
| 364 | msgid "Specify maximum number of DHCP leases (defaults to %s)." |
| 365 | msgstr "Höchstzahl der DHCP-Leases festlegen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 366 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 367 | #: option.c:313 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 368 | msgid "Answer DNS queries based on the interface a query was sent to." |
| 369 | msgstr "DNS-Anfragen abhängig der Emfpangsschnittstelle beantworten." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 370 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 371 | #: option.c:314 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 372 | msgid "Specify TXT DNS record." |
| 373 | msgstr "DNS-TXT-Eintrag festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 374 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 375 | #: option.c:315 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 376 | msgid "Specify PTR DNS record." |
| 377 | msgstr "DNS-PTR-Eintrag festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 378 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 379 | #: option.c:316 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 380 | msgid "Give DNS name to IPv4 address of interface." |
| 381 | msgstr "Schnittstellennamen zur IPv4-Adresse des Interfaces auflösen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 382 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 383 | #: option.c:317 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 384 | msgid "Bind only to interfaces in use." |
| 385 | msgstr "Nur an verwendete Schnittstellen binden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 386 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 387 | #: option.c:318 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 388 | #, c-format |
| 389 | msgid "Read DHCP static host information from %s." |
| 390 | msgstr "Statische DHCP-Host-Information aus %s lesen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 391 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 392 | #: option.c:319 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 393 | msgid "Enable the DBus interface for setting upstream servers, etc." |
| 394 | msgstr "DBus-Schnittstelle zum Festlegen vorgelagerter Server usw. festlegen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 395 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 396 | #: option.c:320 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 397 | msgid "Do not provide DHCP on this interface, only provide DNS." |
| 398 | msgstr "Auf dieser Schnittstelle kein DHCP anbieten, sondern nur DNS." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 399 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 400 | #: option.c:321 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 401 | msgid "Enable dynamic address allocation for bootp." |
| 402 | msgstr "Dynamische Adressbelegung für bootp einschalten." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 403 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 404 | #: option.c:322 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 405 | msgid "Map MAC address (with wildcards) to option set." |
| 406 | msgstr "MAC-Adresse (mit Jokerzeichen) auf Netzmarke abbilden." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 407 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 408 | #: option.c:323 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 409 | msgid "Treat DHCP requests on aliases as arriving from interface." |
| 410 | msgstr "DHCP-Anfragen von Alias-Schnittstellen für die Hauptschnittstelle beantworten." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 411 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 412 | #: option.c:324 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 413 | msgid "Disable ICMP echo address checking in the DHCP server." |
| 414 | msgstr "ICMP-Echo-Adressprüfung im DHCP-Server abschalten." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 415 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 416 | #: option.c:325 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 417 | #, fuzzy |
| 418 | msgid "Shell script to run on DHCP lease creation and destruction." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 419 | msgstr "Skript, das bei Erzeugung/Löschung einer DHCP-Lease laufen soll." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 420 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 421 | #: option.c:326 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 422 | #, fuzzy |
| 423 | msgid "Lua script to run on DHCP lease creation and destruction." |
| 424 | msgstr "Skript, das bei Erzeugung/Löschung einer DHCP-Lease laufen soll." |
| 425 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 426 | #: option.c:327 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 427 | #, fuzzy |
| 428 | msgid "Run lease-change scripts as this user." |
| 429 | msgstr "Lease-Änderungs-Skript mit den Rechten dieses Nutzers ausführen." |
| 430 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 431 | #: option.c:328 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 432 | msgid "Read configuration from all the files in this directory." |
| 433 | msgstr "Konfiguration aus allen Dateien in diesem Verzeichnis lesen." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 434 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 435 | #: option.c:329 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 436 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
| 437 | msgstr "Für diese Syslog-Anlage oder in Datei loggen (Voreinstellung DAEMON)." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 438 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 439 | #: option.c:330 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 440 | msgid "Do not use leasefile." |
| 441 | msgstr "Keine Lease-Datei benützen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 442 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 443 | #: option.c:331 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 444 | #, c-format |
| 445 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
| 446 | msgstr "Höchstzahl nebenläufiger DNS-Anfragen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 447 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 448 | #: option.c:332 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 449 | #, c-format |
| 450 | msgid "Clear DNS cache when reloading %s." |
| 451 | msgstr "DNS-Cache beim Neuladen von %s löschen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 452 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 453 | #: option.c:333 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 454 | msgid "Ignore hostnames provided by DHCP clients." |
| 455 | msgstr "Von DHCP-Clients gelieferte Hostnamen ignorieren." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 456 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 457 | #: option.c:334 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 458 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
| 459 | 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] | 460 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 461 | #: option.c:335 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 462 | msgid "Enable integrated read-only TFTP server." |
| 463 | msgstr "Eingebauten Nur-Lese-TFTP-Server einschalten." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 464 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 465 | #: option.c:336 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 466 | msgid "Export files by TFTP only from the specified subtree." |
| 467 | msgstr "Nur vom festgelegten Unterbaum Dateien per TFTP exportieren." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 468 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 469 | #: option.c:337 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 470 | msgid "Add client IP address to tftp-root." |
| 471 | msgstr "IP-Adresse des Klienten an tftp-root anhängen." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 472 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 473 | #: option.c:338 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 474 | msgid "Allow access only to files owned by the user running dnsmasq." |
| 475 | 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] | 476 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 477 | #: option.c:339 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 478 | #, c-format |
| 479 | msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)." |
| 480 | msgstr "Höchstzahl nebenläufiger TFTP-Übertragungen (%s voreingestellt)." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 481 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 482 | #: option.c:340 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 483 | msgid "Disable the TFTP blocksize extension." |
| 484 | msgstr "TFTP-Blockgrößen-Erweiterung abschalten." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 485 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 486 | #: option.c:341 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 487 | msgid "Ephemeral port range for use by TFTP transfers." |
| 488 | msgstr "Bereich für vorübergehende Ports für TFTP-Übertragungen." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 489 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 490 | #: option.c:342 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 491 | msgid "Extra logging for DHCP." |
| 492 | msgstr "Erweiterte DHCP-Protokollierung." |
| 493 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 494 | #: option.c:343 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 495 | msgid "Enable async. logging; optionally set queue length." |
| 496 | msgstr "Asynchrone Protokollierung einschalten, opt. Warteschlangenlänge festlegen." |
| 497 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 498 | #: option.c:344 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 499 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
| 500 | msgstr "DNS-Rebinding unterbinden, private IP-Bereiche bei der Auflösung ausfiltern." |
| 501 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 502 | #: option.c:345 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 503 | msgid "Allow rebinding of 127.0.0.0/8, for RBL servers." |
| 504 | msgstr "Auflösung zu 127.0.0.0/8 erlauben, für RBL-Server." |
| 505 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 506 | #: option.c:346 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 507 | #, fuzzy |
| 508 | msgid "Inhibit DNS-rebind protection on this domain." |
| 509 | msgstr "DNS-Rebind-Schutz für diese Domäne sperren." |
| 510 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 511 | #: option.c:347 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 512 | msgid "Always perform DNS queries to all servers." |
| 513 | msgstr "DNS-Anfragen immer an alle Server weiterleiten." |
| 514 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 515 | #: option.c:348 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 516 | msgid "Set tag if client includes matching option in request." |
| 517 | msgstr "Marke setzen, wenn Klient eine entsprechende Option anfragt." |
| 518 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 519 | #: option.c:349 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 520 | msgid "Use alternative ports for DHCP." |
| 521 | msgstr "Alternative Ports für DHCP verwenden." |
| 522 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 523 | #: option.c:350 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 524 | msgid "Specify NAPTR DNS record." |
| 525 | msgstr "DNS-NAPTR-Eintrag festlegen." |
| 526 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 527 | #: option.c:351 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 528 | msgid "Specify lowest port available for DNS query transmission." |
| 529 | msgstr "Niedrigsten verfügbaren Port für Übertragung von DNS-Anfragen festlegen." |
| 530 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 531 | #: option.c:352 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 532 | msgid "Use only fully qualified domain names for DHCP clients." |
| 533 | msgstr "Für DHCP-Klienten nur vollständig bestimmte Domänennamen benutzen." |
| 534 | |
| 535 | # FIXME: probably typo in original message. -- MA |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 536 | #: option.c:353 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 537 | #, fuzzy |
| 538 | msgid "Generate hostnames based on MAC address for nameless clients." |
| 539 | msgstr "Für namenlose Klienten die Hostnamen MAC-basiert erzeugen." |
| 540 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 541 | #: option.c:354 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 542 | msgid "Use these DHCP relays as full proxies." |
| 543 | msgstr "Diese DHCP-Relais als vollwertige Proxies verwenden." |
| 544 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 545 | #: option.c:355 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 546 | msgid "Specify alias name for LOCAL DNS name." |
| 547 | msgstr "Alias für LOKALEN DNS-Namen festlegen." |
| 548 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 549 | #: option.c:356 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 550 | msgid "Prompt to send to PXE clients." |
| 551 | msgstr "Aufforderung, die an PXE-Klienten geschickt wird." |
| 552 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 553 | #: option.c:357 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 554 | msgid "Boot service for PXE menu." |
| 555 | msgstr "Boot-Dienst für PXE-Menü." |
| 556 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 557 | #: option.c:358 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 558 | msgid "Check configuration syntax." |
| 559 | msgstr "Konfigurationssyntax prüfen." |
| 560 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 561 | #: option.c:359 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 562 | msgid "Add requestor's MAC address to forwarded DNS queries." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 563 | msgstr "" |
| 564 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 565 | #: option.c:360 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 566 | #, fuzzy |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 567 | msgid "Proxy DNSSEC validation results from upstream nameservers." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 568 | msgstr "IPv4-Adressen von vorgelagerten Servern übersetzen." |
| 569 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 570 | #: option.c:361 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 571 | msgid "Attempt to allocate sequential IP addresses to DHCP clients." |
| 572 | msgstr "" |
| 573 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 574 | #: option.c:362 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 575 | msgid "Copy connection-track mark from queries to upstream connections." |
| 576 | msgstr "" |
| 577 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 578 | #: option.c:363 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 579 | msgid "Allow DHCP clients to do their own DDNS updates." |
| 580 | msgstr "" |
| 581 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 582 | #: option.c:364 |
| 583 | msgid "Send router-advertisements for interfaces doing DHCPv6" |
| 584 | msgstr "" |
| 585 | |
| 586 | #: option.c:782 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 587 | #, c-format |
| 588 | msgid "" |
| 589 | "Usage: dnsmasq [options]\n" |
| 590 | "\n" |
| 591 | msgstr "" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 592 | "Verwendung: dnsmasq [Optionen]\n" |
| 593 | "\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 594 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 595 | #: option.c:784 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 596 | #, c-format |
| 597 | msgid "Use short options only on the command line.\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 598 | msgstr "Auf der Befehlszeile nur kurze Optionen verwenden!\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 599 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 600 | #: option.c:786 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 601 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 602 | msgid "Valid options are:\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 603 | msgstr "Gültige Optionen sind:\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 604 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 605 | #: option.c:827 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 606 | #, c-format |
| 607 | msgid "Known DHCP options:\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 608 | msgstr "Bekannte DHCP-Optionen:\n" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 609 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 610 | #: option.c:838 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 611 | #, fuzzy, c-format |
| 612 | msgid "Known DHCPv6 options:\n" |
| 613 | msgstr "Bekannte DHCP-Optionen:\n" |
| 614 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 615 | #: option.c:973 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 616 | msgid "unsupported encapsulation for IPv6 option" |
| 617 | msgstr "" |
| 618 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 619 | #: option.c:1001 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 620 | msgid "bad dhcp-option" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 621 | msgstr "Fehlerhafte DHCP-Option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 622 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 623 | #: option.c:1068 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 624 | msgid "bad IP address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 625 | msgstr "Fehlerhafte IP-Adresse" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 626 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 627 | #: option.c:1071 option.c:1177 option.c:2511 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 628 | #, fuzzy |
| 629 | msgid "bad IPv6 address" |
| 630 | msgstr "Fehlerhafte IP-Adresse" |
| 631 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 632 | #: option.c:1205 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 633 | msgid "bad domain in dhcp-option" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 634 | msgstr "Fehlerhafte Domäne in DHCP-Option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 635 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 636 | #: option.c:1329 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 637 | msgid "dhcp-option too long" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 638 | msgstr "DHCP-Option zu lang" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 639 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 640 | #: option.c:1338 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 641 | msgid "illegal dhcp-match" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 642 | msgstr "Unzulässige dhcp-match-Option" |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 643 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 644 | #: option.c:1392 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 645 | msgid "illegal repeated flag" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 646 | msgstr "unzulässig wiederholte Markierung" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 647 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 648 | #: option.c:1400 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 649 | msgid "illegal repeated keyword" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 650 | msgstr "unzulässig wiederholtes Schlüsselwort" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 651 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 652 | #: option.c:1452 option.c:3536 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 653 | #, c-format |
| 654 | msgid "cannot access directory %s: %s" |
| 655 | msgstr "Kann auf Verzeichnis %s nicht zugreifen: %s" |
| 656 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 657 | #: option.c:1483 tftp.c:464 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 658 | #, c-format |
| 659 | msgid "cannot access %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 660 | msgstr "Kann auf %s nicht zugreifen: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 661 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 662 | #: option.c:1512 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 663 | msgid "setting log facility is not possible under Android" |
| 664 | msgstr "" |
| 665 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 666 | #: option.c:1521 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 667 | msgid "bad log facility" |
| 668 | msgstr "" |
| 669 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 670 | #: option.c:1570 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 671 | msgid "bad MX preference" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 672 | msgstr "unzulässige MX-Präferenz-Angabe" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 673 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 674 | #: option.c:1575 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 675 | msgid "bad MX name" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 676 | msgstr "unzulässiger MX-Name" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 677 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 678 | #: option.c:1589 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 679 | msgid "bad MX target" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 680 | msgstr "unzulässiges MX-Ziel" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 681 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 682 | #: option.c:1601 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 683 | msgid "cannot run scripts under uClinux" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 684 | msgstr "unter uClinux ist die Skriptausführung nicht möglich" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 685 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 686 | #: option.c:1603 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 687 | msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 688 | 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] | 689 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 690 | #: option.c:1607 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 691 | #, fuzzy |
| 692 | msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts" |
| 693 | msgstr "Neuübersetzung mit HAVE_SCRIPT nötig, um Lease-Änderungs-Skripte auszuführen" |
| 694 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 695 | #: option.c:1988 option.c:1992 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 696 | msgid "bad port" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 697 | msgstr "unzulässiger Port" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 698 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 699 | #: option.c:2015 option.c:2046 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 700 | msgid "interface binding not supported" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 701 | msgstr "Schnittstellenbindung nicht unterstützt" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 702 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 703 | #: option.c:2026 option.c:3088 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 704 | msgid "bad interface name" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 705 | msgstr "unzulässiger Schnittestellenname" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 706 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 707 | #: option.c:2191 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 708 | msgid "bad port range" |
| 709 | msgstr "unzulässiger Portbereich" |
| 710 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 711 | #: option.c:2208 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 712 | msgid "bad bridge-interface" |
| 713 | msgstr "unzulässige Brücken-Schnittstelle" |
| 714 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 715 | #: option.c:2242 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 716 | msgid "bad dhcp-range" |
| 717 | msgstr "unzulässiger DHCP-Bereich" |
| 718 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 719 | #: option.c:2272 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 720 | msgid "only one tag allowed" |
| 721 | msgstr "nur eine Marke zulässig" |
| 722 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 723 | #: option.c:2323 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 724 | msgid "inconsistent DHCP range" |
| 725 | msgstr "inkonsistenter DHCP-Bereich" |
| 726 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 727 | #: option.c:2374 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 728 | msgid "prefix must be at least 64" |
| 729 | msgstr "" |
| 730 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 731 | #: option.c:2378 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 732 | #, fuzzy |
| 733 | msgid "inconsistent DHCPv6 range" |
| 734 | msgstr "inkonsistenter DHCP-Bereich" |
| 735 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 736 | #: option.c:2481 option.c:2521 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 737 | msgid "bad hex constant" |
| 738 | msgstr "" |
| 739 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 740 | #: option.c:2503 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 741 | msgid "cannot match tags in --dhcp-host" |
| 742 | msgstr "" |
| 743 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 744 | #: option.c:2583 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 745 | msgid "bad DHCP host name" |
| 746 | msgstr "unzulässiger DHCP-Hostname" |
| 747 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 748 | #: option.c:2664 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 749 | msgid "bad tag-if" |
| 750 | msgstr "unzulässige bedingte Marke (tag-if)" |
| 751 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 752 | #: option.c:2973 option.c:3258 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 753 | msgid "invalid port number" |
| 754 | msgstr "unzulässige Portnummer" |
| 755 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 756 | #: option.c:3035 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 757 | msgid "bad dhcp-proxy address" |
| 758 | msgstr "Fehlerhafte DHCP-Proxy-Adresse" |
| 759 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 760 | #: option.c:3075 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 761 | msgid "invalid alias range" |
| 762 | msgstr "unzulässiger Alias-Bereich" |
| 763 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 764 | #: option.c:3113 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 765 | msgid "bad CNAME" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 766 | msgstr "unzulässiger CNAME" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 767 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 768 | #: option.c:3118 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 769 | msgid "duplicate CNAME" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 770 | msgstr "doppelter CNAME" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 771 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 772 | #: option.c:3138 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 773 | msgid "bad PTR record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 774 | msgstr "unzulässiger PTR-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 775 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 776 | #: option.c:3169 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 777 | msgid "bad NAPTR record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 778 | msgstr "unzulässiger NAPTR-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 779 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 780 | #: option.c:3201 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 781 | msgid "bad TXT record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 782 | msgstr "unzulässiger TXT-Eintrag" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 783 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 784 | #: option.c:3244 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 785 | msgid "bad SRV record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 786 | msgstr "unzulässiger SRV-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 787 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 788 | #: option.c:3251 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 789 | msgid "bad SRV target" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 790 | msgstr "unzulässiges SRV-Ziel" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 791 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 792 | #: option.c:3265 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 793 | msgid "invalid priority" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 794 | msgstr "unzulässige Priorität" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 795 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 796 | #: option.c:3272 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 797 | msgid "invalid weight" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 798 | msgstr "unzulässige Wichtung" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 799 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 800 | #: option.c:3291 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 801 | msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)" |
| 802 | msgstr "unzulässige Option (prüfen Sie, ob dnsmasq mit DHCP/TFTP/DBus-Unterstützt übersetzt wurde)" |
| 803 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 804 | #: option.c:3355 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 805 | msgid "missing \"" |
| 806 | msgstr "fehlende \\\"" |
| 807 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 808 | #: option.c:3414 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 809 | msgid "bad option" |
| 810 | msgstr "unzulässige Option" |
| 811 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 812 | #: option.c:3416 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 813 | msgid "extraneous parameter" |
| 814 | msgstr "überschüssiger Parameter" |
| 815 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 816 | #: option.c:3418 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 817 | msgid "missing parameter" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 818 | msgstr "fehler Parameter" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 819 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 820 | #: option.c:3422 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 821 | msgid "error" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 822 | msgstr "Fehler" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 823 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 824 | #: option.c:3427 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 825 | #, c-format |
| 826 | msgid "%s at line %d of %%s" |
| 827 | msgstr "%s in Zeile %d von %%s" |
| 828 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 829 | #: option.c:3491 tftp.c:627 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 830 | #, c-format |
| 831 | msgid "cannot read %s: %s" |
| 832 | msgstr "kann %s nicht lesen: %s" |
| 833 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 834 | #: option.c:3657 option.c:3693 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 835 | #, c-format |
| 836 | msgid "read %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 837 | msgstr "%s gelesen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 838 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 839 | #: option.c:3745 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 840 | msgid "junk found in command line" |
| 841 | msgstr "" |
| 842 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 843 | #: option.c:3780 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 844 | #, c-format |
| 845 | msgid "Dnsmasq version %s %s\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 846 | msgstr "Dnsmasq Version %s %s\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 847 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 848 | #: option.c:3781 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 849 | #, fuzzy, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 850 | msgid "" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 851 | "Compile time options: %s\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 852 | "\n" |
| 853 | msgstr "" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 854 | "Übersetzungs-Optionen %s\n" |
| 855 | "\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 856 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 857 | #: option.c:3782 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 858 | #, c-format |
| 859 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 860 | msgstr "Für diese Software wird ABSOLUT KEINE GARANTIE gewährt.\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 861 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 862 | # FIXME: this must be one long string! -- MA |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 863 | #: option.c:3783 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 864 | #, c-format |
| 865 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
| 866 | msgstr "" |
| 867 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 868 | #: option.c:3784 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 869 | #, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 870 | msgid "under the terms of the GNU General Public License, version 2 or 3.\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 871 | msgstr "" |
| 872 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 873 | #: option.c:3795 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 874 | msgid "try --help" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 875 | msgstr "versuchen Sie --help" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 876 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 877 | #: option.c:3797 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 878 | msgid "try -w" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 879 | msgstr "versuchen Sie -w" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 880 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 881 | #: option.c:3800 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 882 | #, c-format |
| 883 | msgid "bad command line options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 884 | msgstr "unzulässige Optionen auf der Befehlszeile: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 885 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 886 | #: option.c:3841 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 887 | #, c-format |
| 888 | msgid "cannot get host-name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 889 | msgstr "kann Hostnamen nicht ermitteln: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 890 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 891 | #: option.c:3869 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 892 | msgid "only one resolv.conf file allowed in no-poll mode." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 893 | 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] | 894 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 895 | #: option.c:3879 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 896 | msgid "must have exactly one resolv.conf to read domain from." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 897 | 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] | 898 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 899 | #: option.c:3882 network.c:822 dhcp.c:804 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 900 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 901 | msgid "failed to read %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 902 | msgstr "konnte %s nicht lesen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 903 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 904 | #: option.c:3899 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 905 | #, c-format |
| 906 | msgid "no search directive found in %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 907 | msgstr "keine \"search\"-Anweisung in %s gefunden" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 908 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 909 | #: option.c:3920 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 910 | #, fuzzy |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 911 | msgid "there must be a default domain when --dhcp-fqdn is set" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 912 | msgstr "für --dhcp-fqdn muss eine Domäne vorausgewählt werden" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 913 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 914 | #: option.c:3924 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 915 | msgid "syntax check OK" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 916 | msgstr "Syntaxprüfung OK" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 917 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 918 | #: forward.c:113 |
| 919 | #, fuzzy, c-format |
| 920 | msgid "failed to send packet: %s" |
| 921 | msgstr "konnte Socket nicht zum Empfang einrichten: %s" |
| 922 | |
| 923 | #: forward.c:474 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 924 | #, c-format |
| 925 | msgid "nameserver %s refused to do a recursive query" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 926 | msgstr "Namensserver %s hat eine rekursive Anfrage verweigert" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 927 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 928 | #: forward.c:502 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 929 | #, c-format |
| 930 | msgid "possible DNS-rebind attack detected: %s" |
| 931 | msgstr "möglichen DNS-Rebind-Angriff entdeckt: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 932 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 933 | #: network.c:355 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 934 | #, fuzzy, c-format |
| 935 | msgid "failed to create listening socket for %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 936 | msgstr "Konnte Empfangs-Socket nicht erzeugen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 937 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 938 | #: network.c:720 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 939 | #, c-format |
| 940 | msgid "failed to bind server socket for %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 941 | msgstr "konnte nicht an Server-Socket für %s binden: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 942 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 943 | #: network.c:757 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 944 | #, c-format |
| 945 | msgid "ignoring nameserver %s - local interface" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 946 | msgstr "ignoriere Namensserver %s - lokale Schnittstelle" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 947 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 948 | #: network.c:768 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 949 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 950 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 951 | msgstr "ignoriere Namensserver %s - kann Socket nicht erzeugen/binden: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 952 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 953 | # FIXME: this isn't translatable - always provide full strings, do not assemble yourself! -- MA |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 954 | #: network.c:785 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 955 | msgid "unqualified" |
| 956 | msgstr "" |
| 957 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 958 | #: network.c:785 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 959 | msgid "names" |
| 960 | msgstr "" |
| 961 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 962 | #: network.c:787 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 963 | msgid "default" |
| 964 | msgstr "" |
| 965 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 966 | #: network.c:789 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 967 | msgid "domain" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 968 | msgstr "" |
| 969 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 970 | #: network.c:792 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 971 | #, c-format |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 972 | msgid "using local addresses only for %s %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 973 | msgstr "" |
| 974 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 975 | #: network.c:794 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 976 | #, c-format |
| 977 | msgid "using standard nameservers for %s %s" |
| 978 | msgstr "" |
| 979 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 980 | #: network.c:796 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 981 | #, c-format |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 982 | msgid "using nameserver %s#%d for %s %s" |
| 983 | msgstr "" |
| 984 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 985 | #: network.c:799 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 986 | #, c-format |
| 987 | msgid "using nameserver %s#%d(via %s)" |
| 988 | msgstr "" |
| 989 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 990 | #: network.c:801 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 991 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 992 | msgid "using nameserver %s#%d" |
| 993 | msgstr "" |
| 994 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 995 | #: dnsmasq.c:123 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 996 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 997 | 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] | 998 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 999 | #: dnsmasq.c:128 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1000 | msgid "Cannot use --conntrack AND --query-port" |
| 1001 | msgstr "" |
| 1002 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1003 | #: dnsmasq.c:131 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1004 | #, fuzzy |
| 1005 | msgid "Conntrack support not available: set HAVE_CONNTRACK in src/config.h" |
| 1006 | msgstr "TFTP-Server nicht verfügbar, setzen Sie HAVE_TFTP in src/config.h" |
| 1007 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1008 | #: dnsmasq.c:136 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1009 | msgid "asychronous logging is not available under Solaris" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1010 | msgstr "asynchrone Protokollierung unter Solaris nicht verfügbar" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1011 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1012 | #: dnsmasq.c:141 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 1013 | #, fuzzy |
| 1014 | msgid "asychronous logging is not available under Android" |
| 1015 | msgstr "asynchrone Protokollierung unter Solaris nicht verfügbar" |
| 1016 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1017 | #: dnsmasq.c:190 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1018 | #, c-format |
| 1019 | msgid "failed to find list of interfaces: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1020 | msgstr "konnte Schnitstellenliste nicht beziehen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1021 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1022 | #: dnsmasq.c:198 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1023 | #, c-format |
| 1024 | msgid "unknown interface %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1025 | msgstr "unbekannte Schnittstelle %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1026 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1027 | #: dnsmasq.c:204 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1028 | #, c-format |
| 1029 | msgid "no interface with address %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1030 | msgstr "keine Schnittstelle mit Adresse %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1031 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1032 | #: dnsmasq.c:220 dnsmasq.c:770 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1033 | #, c-format |
| 1034 | msgid "DBus error: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1035 | msgstr "DBus-Fehler: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1036 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1037 | #: dnsmasq.c:223 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1038 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1039 | 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] | 1040 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1041 | #: dnsmasq.c:251 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1042 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1043 | msgid "unknown user or group: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1044 | msgstr "Unbekannter Benutzer oder Gruppe: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1045 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1046 | #: dnsmasq.c:306 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1047 | #, c-format |
| 1048 | msgid "cannot chdir to filesystem root: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1049 | msgstr "kann nicht ins Wurzelverzeichnis des Dateisystems wechseln: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1050 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1051 | # FIXME: this and the next would need commas after the version |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1052 | #: dnsmasq.c:481 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1053 | #, c-format |
| 1054 | msgid "started, version %s DNS disabled" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1055 | msgstr "gestartet, Version %s, DNS abgeschaltet" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1056 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1057 | #: dnsmasq.c:483 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1058 | #, c-format |
| 1059 | msgid "started, version %s cachesize %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1060 | msgstr "gestartet, Version %s, Cachegröße %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1061 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1062 | #: dnsmasq.c:485 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1063 | #, c-format |
| 1064 | msgid "started, version %s cache disabled" |
| 1065 | msgstr "" |
| 1066 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1067 | #: dnsmasq.c:487 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1068 | #, c-format |
| 1069 | msgid "compile time options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1070 | msgstr "Übersetzungsoptionen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1071 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1072 | #: dnsmasq.c:493 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1073 | msgid "DBus support enabled: connected to system bus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1074 | msgstr "DBus-Unterstützung eingeschaltet: mit Systembus verbunden" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1075 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1076 | #: dnsmasq.c:495 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1077 | msgid "DBus support enabled: bus connection pending" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1078 | msgstr "DBus-Unterstützung eingeschaltet: warte auf Systembus-Verbindung" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1079 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1080 | #: dnsmasq.c:500 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1081 | #, c-format |
| 1082 | msgid "warning: failed to change owner of %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1083 | msgstr "Warnung: konnte den Besitzer von %s nicht ändern: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1084 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1085 | #: dnsmasq.c:504 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1086 | msgid "setting --bind-interfaces option because of OS limitations" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1087 | msgstr "Aktiviere --bind-interfaces wegen Einschränkungen des Betriebssystems" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1088 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1089 | #: dnsmasq.c:509 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1090 | #, c-format |
| 1091 | msgid "warning: interface %s does not currently exist" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1092 | msgstr "Warnung: Schnittstelle %s existiert derzeit nicht" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1093 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1094 | #: dnsmasq.c:514 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1095 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1096 | msgstr "Warnung: Ignoriere \"resolv-file\", weil \"no-resolv\" aktiv ist" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1097 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1098 | #: dnsmasq.c:517 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1099 | msgid "warning: no upstream servers configured" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1100 | msgstr "Warnung: keine vorgelagerten (Upstream) Server konfiguriert" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1101 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1102 | #: dnsmasq.c:521 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1103 | #, c-format |
| 1104 | msgid "asynchronous logging enabled, queue limit is %d messages" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1105 | msgstr "asynchrone Protokollierung eingeschaltet, Warteschlange fasst %d Nachrichten" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1106 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1107 | #: dnsmasq.c:524 |
| 1108 | msgid "IPv6 router advertisement enabled" |
| 1109 | msgstr "" |
| 1110 | |
| 1111 | #: dnsmasq.c:554 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1112 | #, c-format |
| 1113 | msgid "DHCP, static leases only on %.0s%s, lease time %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1114 | msgstr "DHCP, nur statische Leases auf %.0s%s, Lease-Zeit %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1115 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1116 | #: dnsmasq.c:556 |
| 1117 | #, fuzzy, c-format |
| 1118 | msgid "router advertisement only on %.0s%s, lifetime %s" |
| 1119 | msgstr "DHCP, nur statische Leases auf %.0s%s, Lease-Zeit %s" |
| 1120 | |
| 1121 | #: dnsmasq.c:558 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1122 | #, c-format |
| 1123 | msgid "DHCP, proxy on subnet %.0s%s%.0s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1124 | msgstr "DHCP, Proxy im Subnetz %.0s%s%.0s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1125 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1126 | #: dnsmasq.c:559 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1127 | #, c-format |
| 1128 | msgid "DHCP, IP range %s -- %s, lease time %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1129 | msgstr "DHCP, IP-Bereich %s - %s, Lease-Zeit %s " |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1130 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1131 | #: dnsmasq.c:588 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1132 | msgid "root is " |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1133 | msgstr "FIXME: this and the next few must be full strings to be translatable - do not assemble in code" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1134 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1135 | #: dnsmasq.c:588 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1136 | msgid "enabled" |
| 1137 | msgstr "" |
| 1138 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1139 | #: dnsmasq.c:590 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1140 | msgid "secure mode" |
| 1141 | msgstr "" |
| 1142 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1143 | #: dnsmasq.c:616 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1144 | #, c-format |
| 1145 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1146 | msgstr "Begrenze gleichzeitige TFTP-Übertragungen auf maximal %d" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1147 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1148 | #: dnsmasq.c:772 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1149 | msgid "connected to system DBus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1150 | msgstr "Mit System-DBus verbunden" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1151 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1152 | #: dnsmasq.c:912 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1153 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1154 | msgid "cannot fork into background: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1155 | msgstr "kann nicht in den Hintergrund abspalten: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1156 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1157 | #: dnsmasq.c:915 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1158 | #, c-format |
| 1159 | msgid "failed to create helper: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1160 | msgstr "kann Helfer nicht erzeugen: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1161 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1162 | #: dnsmasq.c:918 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1163 | #, c-format |
| 1164 | msgid "setting capabilities failed: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1165 | msgstr "kann \"capabilities\" nicht setzen: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1166 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1167 | #: dnsmasq.c:921 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1168 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1169 | msgid "failed to change user-id to %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1170 | msgstr "Kann nicht Benutzerrechte %s annehmen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1171 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1172 | #: dnsmasq.c:924 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1173 | #, c-format |
| 1174 | msgid "failed to change group-id to %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1175 | msgstr "Kann nicht Gruppenrechte %s annehmen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1176 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1177 | #: dnsmasq.c:927 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1178 | #, c-format |
| 1179 | msgid "failed to open pidfile %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1180 | msgstr "kann die Prozessidentifikations-(PID)-Datei %s nicht öffnen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1181 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1182 | #: dnsmasq.c:930 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1183 | #, fuzzy, c-format |
| 1184 | msgid "cannot open log %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1185 | msgstr "kann %s nicht öffnen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1186 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1187 | #: dnsmasq.c:933 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1188 | #, fuzzy, c-format |
| 1189 | msgid "failed to load Lua script: %s" |
| 1190 | msgstr "konnte %s nicht lesen: %s" |
| 1191 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1192 | #: dnsmasq.c:1002 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1193 | #, fuzzy, c-format |
| 1194 | msgid "script process killed by signal %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1195 | msgstr "Tochterprozess durch Signal %d zerstört" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1196 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1197 | #: dnsmasq.c:1006 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1198 | #, fuzzy, c-format |
| 1199 | msgid "script process exited with status %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1200 | msgstr "Tochterprozess beendete sich mit Status %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1201 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1202 | #: dnsmasq.c:1010 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1203 | #, c-format |
| 1204 | msgid "failed to execute %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1205 | msgstr "konnte %s nicht ausführen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1206 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1207 | #: dnsmasq.c:1055 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1208 | msgid "exiting on receipt of SIGTERM" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1209 | msgstr "beende nach Empfang von SIGTERM" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1210 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1211 | #: dnsmasq.c:1083 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1212 | #, c-format |
| 1213 | msgid "failed to access %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1214 | msgstr "konnte auf %s nicht zugreifen: %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1215 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1216 | #: dnsmasq.c:1113 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1217 | #, c-format |
| 1218 | msgid "reading %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1219 | msgstr "lese %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1220 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1221 | #: dnsmasq.c:1124 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1222 | #, c-format |
| 1223 | msgid "no servers found in %s, will retry" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1224 | msgstr "keine Server in %s gefunden, werde es später neu versuchen" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1225 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1226 | #: dhcp.c:49 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1227 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1228 | msgid "cannot create DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1229 | msgstr "kann DHCP-Socket nicht erzeugen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1230 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1231 | #: dhcp.c:64 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1232 | #, c-format |
| 1233 | msgid "failed to set options on DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1234 | msgstr "kann Optionen für DHCP-Socket nicht setzen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1235 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1236 | #: dhcp.c:77 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1237 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1238 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1239 | 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] | 1240 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1241 | #: dhcp.c:89 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1242 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1243 | msgid "failed to bind DHCP server socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1244 | msgstr "kann nicht an DHCP-Server-Socket binden: %s" |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1245 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1246 | #: dhcp.c:115 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1247 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1248 | msgid "cannot create ICMP raw socket: %s." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1249 | msgstr "kann ICMP-Rohdaten-Socket nicht erzeugen: %s." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1250 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1251 | #: dhcp.c:227 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1252 | #, c-format |
| 1253 | msgid "unknown interface %s in bridge-interface" |
| 1254 | msgstr "unbekannte Schnittstelle %s in bridge-interface" |
| 1255 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1256 | #: dhcp.c:252 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1257 | #, c-format |
| 1258 | msgid "DHCP packet received on %s which has no address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1259 | msgstr "DHCP-Paket ohne Adresse an Schnittstelle %s empfangen" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1260 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1261 | #: dhcp.c:467 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1262 | #, c-format |
| 1263 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1264 | msgstr "DHCP-Bereich %s - %s passt nicht zur Netzmaske %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1265 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1266 | #: dhcp.c:842 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1267 | #, c-format |
| 1268 | msgid "bad line at %s line %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1269 | msgstr "ungültige Zeile %2$d in Datei %1$s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1270 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1271 | #: dhcp.c:885 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1272 | #, c-format |
| 1273 | msgid "ignoring %s line %d, duplicate name or IP address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1274 | msgstr "ignoriere %s Zeile %d, doppelter Name oder doppelte IP-Adresse" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1275 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1276 | #: lease.c:61 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1277 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1278 | msgid "cannot open or create lease file %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1279 | msgstr "kann Lease-Datei %s nicht öffnen: %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1280 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1281 | #: lease.c:132 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1282 | msgid "too many stored leases" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1283 | msgstr "zu viele Leases gespeichert" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1284 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1285 | #: lease.c:163 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1286 | #, c-format |
| 1287 | msgid "cannot run lease-init script %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1288 | msgstr "kann Lease-Start-Skript %s nicht ausführen: %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1289 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1290 | #: lease.c:169 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1291 | #, c-format |
| 1292 | msgid "lease-init script returned exit code %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1293 | msgstr "Lease-Start-Skript beendete sich mit Code %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1294 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1295 | # FIXME: This should be %u s also in English according to NIST and SI rules. -- MA |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1296 | #: lease.c:334 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1297 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1298 | msgid "failed to write %s: %s (retry in %us)" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1299 | msgstr "Konnte %s nicht schreiben: %s (Neuversuch in %u s)" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1300 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1301 | #: lease.c:693 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1302 | #, c-format |
| 1303 | msgid "Ignoring domain %s for DHCP host name %s" |
| 1304 | msgstr "Ignoriere Domäne %s für DHCP-Hostnamen %s" |
| 1305 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1306 | # FIXME: this and the next few are not translatable. Please provide full |
| 1307 | # strings, do not programmatically assemble them. |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1308 | #: rfc2131.c:337 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1309 | #, c-format |
| 1310 | msgid "no address range available for DHCP request %s %s" |
| 1311 | msgstr "" |
| 1312 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1313 | #: rfc2131.c:338 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1314 | msgid "with subnet selector" |
| 1315 | msgstr "" |
| 1316 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1317 | #: rfc2131.c:338 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1318 | msgid "via" |
| 1319 | msgstr "" |
| 1320 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1321 | #: rfc2131.c:350 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1322 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1323 | msgid "%u available DHCP subnet: %s/%s" |
| 1324 | msgstr "%u verfügbare(s) DHCP-Subnetz: %s/%s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1325 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1326 | #: rfc2131.c:353 rfc3315.c:209 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1327 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1328 | msgid "%u available DHCP range: %s -- %s" |
| 1329 | msgstr "%u verfügbare(r) DHCP-Bereich: %s - %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1330 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1331 | # FIXME: do not programmatically assemble strings - untranslatable |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1332 | #: rfc2131.c:382 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1333 | msgid "disabled" |
| 1334 | msgstr "" |
| 1335 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1336 | #: rfc2131.c:423 rfc2131.c:941 rfc2131.c:1341 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1337 | msgid "ignored" |
| 1338 | msgstr "" |
| 1339 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1340 | #: rfc2131.c:438 rfc2131.c:1179 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1341 | msgid "address in use" |
| 1342 | msgstr "" |
| 1343 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1344 | #: rfc2131.c:452 rfc2131.c:995 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1345 | msgid "no address available" |
| 1346 | msgstr "" |
| 1347 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1348 | #: rfc2131.c:459 rfc2131.c:1142 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1349 | msgid "wrong network" |
| 1350 | msgstr "" |
| 1351 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1352 | #: rfc2131.c:474 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1353 | msgid "no address configured" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1354 | msgstr "" |
| 1355 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1356 | #: rfc2131.c:480 rfc2131.c:1192 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1357 | msgid "no leases left" |
| 1358 | msgstr "" |
| 1359 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1360 | #: rfc2131.c:564 rfc3315.c:362 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1361 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1362 | msgid "%u client provides name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1363 | msgstr "%u Klient stellt Name bereit: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1364 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1365 | #: rfc2131.c:719 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1366 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1367 | msgid "%u vendor class: %s" |
| 1368 | msgstr "%u \"Vendor class\": %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1369 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1370 | #: rfc2131.c:721 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1371 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1372 | msgid "%u user class: %s" |
| 1373 | msgstr "%u Benutzerklasse: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1374 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1375 | #: rfc2131.c:780 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1376 | msgid "PXE BIS not supported" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1377 | msgstr "PXE BIS nicht unterstützt" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1378 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1379 | #: rfc2131.c:911 rfc3315.c:1098 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1380 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1381 | msgid "disabling DHCP static address %s for %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1382 | msgstr "schalte statische DHCP-Adresse %s für %s ab" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1383 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1384 | # FIXME: do not assemble |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1385 | #: rfc2131.c:932 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1386 | msgid "unknown lease" |
| 1387 | msgstr "" |
| 1388 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1389 | #: rfc2131.c:964 rfc3315.c:556 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1390 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1391 | msgid "not using configured address %s because it is leased to %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1392 | msgstr "benutze konfigurierte Adresse %s nicht, weil sie an %s verleast ist" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1393 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1394 | #: rfc2131.c:974 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1395 | #, c-format |
| 1396 | msgid "not using configured address %s because it is in use by the server or relay" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1397 | 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] | 1398 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1399 | #: rfc2131.c:977 rfc3315.c:560 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1400 | #, c-format |
| 1401 | msgid "not using configured address %s because it was previously declined" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1402 | msgstr "benutze konfigurierte Adresse %s nicht, weil sie zuvor abgelehnt wurde" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1403 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1404 | # FIXME: do not assemble |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1405 | #: rfc2131.c:993 rfc2131.c:1185 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1406 | msgid "no unique-id" |
| 1407 | msgstr "" |
| 1408 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1409 | #: rfc2131.c:1080 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1410 | msgid "wrong server-ID" |
| 1411 | msgstr "" |
| 1412 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1413 | #: rfc2131.c:1099 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1414 | msgid "wrong address" |
| 1415 | msgstr "" |
| 1416 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1417 | #: rfc2131.c:1117 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1418 | msgid "lease not found" |
| 1419 | msgstr "" |
| 1420 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1421 | #: rfc2131.c:1150 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1422 | msgid "address not available" |
| 1423 | msgstr "" |
| 1424 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1425 | #: rfc2131.c:1161 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1426 | msgid "static lease available" |
| 1427 | msgstr "" |
| 1428 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1429 | #: rfc2131.c:1165 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1430 | msgid "address reserved" |
| 1431 | msgstr "" |
| 1432 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1433 | #: rfc2131.c:1173 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1434 | #, c-format |
| 1435 | msgid "abandoning lease to %s of %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1436 | msgstr "Gebe Lease von %2$s an %1$s auf" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1437 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1438 | #: rfc2131.c:1658 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1439 | #, c-format |
| 1440 | msgid "%u bootfile name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1441 | msgstr "%u Name der Bootdatei: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1442 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1443 | #: rfc2131.c:1667 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1444 | #, c-format |
| 1445 | msgid "%u server name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1446 | msgstr "%u Servername: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1447 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1448 | #: rfc2131.c:1675 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1449 | #, c-format |
| 1450 | msgid "%u next server: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1451 | msgstr "%u nächster Server: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1452 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1453 | #: rfc2131.c:1678 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1454 | #, c-format |
| 1455 | msgid "%u broadcast response" |
| 1456 | msgstr "%u Antwort per Rundsendung" |
| 1457 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1458 | #: rfc2131.c:1741 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1459 | #, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 1460 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1461 | 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] | 1462 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1463 | #: rfc2131.c:1981 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1464 | msgid "PXE menu too large" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1465 | msgstr "PXE-Menüeintrag zu groß" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1466 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1467 | #: rfc2131.c:2117 rfc3315.c:1294 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1468 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1469 | msgid "%u requested options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1470 | msgstr "%u angeforderte Optionen: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1471 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1472 | #: rfc2131.c:2392 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1473 | #, c-format |
| 1474 | msgid "cannot send RFC3925 option: too many options for enterprise number %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1475 | 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] | 1476 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1477 | #: netlink.c:71 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1478 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1479 | msgid "cannot create netlink socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1480 | msgstr "kann Netlink-Socket nicht erzeugen: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1481 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1482 | #: netlink.c:323 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1483 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1484 | msgid "netlink returns error: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1485 | msgstr "Netlink liefert Fehler %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1486 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1487 | #: dbus.c:150 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1488 | msgid "attempt to set an IPv6 server address via DBus - no IPv6 support" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1489 | 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] | 1490 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1491 | #: dbus.c:286 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1492 | msgid "setting upstream servers from DBus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1493 | msgstr "vorgelagerte Server von DBus gesetzt" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1494 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1495 | #: dbus.c:324 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1496 | msgid "could not register a DBus message handler" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1497 | msgstr "konnte Steuerungsprogramm für DBus-Nachrichten nicht anmelden" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1498 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1499 | #: bpf.c:239 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1500 | #, c-format |
| 1501 | msgid "cannot create DHCP BPF socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1502 | msgstr "konnte DHCP-BPF-Socket nicht einrichten: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1503 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1504 | #: bpf.c:267 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1505 | #, c-format |
| 1506 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1507 | 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] | 1508 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1509 | #: helper.c:140 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1510 | msgid "lease() function missing in Lua script" |
| 1511 | msgstr "" |
| 1512 | |
| 1513 | #: tftp.c:285 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1514 | msgid "unable to get free port for TFTP" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1515 | msgstr "konnte keinen freien Port für TFTP bekommen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1516 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1517 | #: tftp.c:300 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1518 | #, c-format |
| 1519 | msgid "unsupported request from %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1520 | msgstr "nicht unterstützte Anfrage von %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1521 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1522 | #: tftp.c:410 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1523 | #, c-format |
| 1524 | msgid "file %s not found" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1525 | msgstr "Datei %s nicht gefunden" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1526 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1527 | #: tftp.c:525 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1528 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1529 | msgid "error %d %s received from %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1530 | msgstr "Fehler %d %s von %s empfangen" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1531 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1532 | #: tftp.c:557 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1533 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1534 | msgid "failed sending %s to %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1535 | msgstr "konnte %s nicht an %s senden" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1536 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1537 | #: tftp.c:571 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1538 | #, c-format |
| 1539 | msgid "sent %s to %s" |
| 1540 | msgstr "%s an %s verschickt" |
| 1541 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1542 | #: log.c:190 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1543 | #, c-format |
| 1544 | msgid "overflow: %d log entries lost" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1545 | msgstr "Überlauf: %d Protokolleinträge verloren" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1546 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1547 | #: log.c:268 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1548 | #, c-format |
| 1549 | msgid "log failed: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1550 | msgstr "Protokollierung fehlgeschlagen: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1551 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1552 | #: log.c:472 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1553 | msgid "FAILED to start up" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1554 | msgstr "Start fehlgeschlagen" |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1555 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1556 | #: conntrack.c:65 |
| 1557 | #, c-format |
| 1558 | msgid "Conntrack connection mark retrieval failed: %s" |
| 1559 | msgstr "" |
| 1560 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1561 | #: dhcp6.c:46 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1562 | #, fuzzy, c-format |
| 1563 | msgid "cannot create DHCPv6 socket: %s" |
| 1564 | msgstr "kann DHCP-Socket nicht erzeugen: %s" |
| 1565 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1566 | #: dhcp6.c:57 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1567 | #, fuzzy, c-format |
| 1568 | msgid "failed to bind DHCPv6 server socket: %s" |
| 1569 | msgstr "kann nicht an DHCP-Server-Socket binden: %s" |
| 1570 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1571 | #: rfc3315.c:94 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1572 | #, c-format |
| 1573 | msgid "no address range available for DHCPv6 request from relay at %s" |
| 1574 | msgstr "" |
| 1575 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1576 | #: rfc3315.c:103 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1577 | #, c-format |
| 1578 | msgid "no address range available for DHCPv6 request via %s" |
| 1579 | msgstr "" |
| 1580 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1581 | #: rfc3315.c:206 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1582 | #, fuzzy, c-format |
| 1583 | msgid "%u available DHCPv6 subnet: %s/%d" |
| 1584 | msgstr "%u verfügbare(s) DHCP-Subnetz: %s/%s" |
| 1585 | |
| 1586 | #: dhcp-common.c:138 |
| 1587 | #, c-format |
| 1588 | msgid "Ignoring duplicate dhcp-option %d" |
| 1589 | msgstr "" |
| 1590 | |
| 1591 | #: dhcp-common.c:208 |
| 1592 | #, c-format |
| 1593 | msgid "%u tags: %s" |
| 1594 | msgstr "%u Marken: %s" |
| 1595 | |
| 1596 | #: dhcp-common.c:261 |
| 1597 | #, c-format |
| 1598 | msgid "duplicate IP address %s in dhcp-config directive." |
| 1599 | msgstr "doppelte IP-Adresse %s in \"dhcp-config\"-Anweisung" |
| 1600 | |
| 1601 | #: dhcp-common.c:264 |
| 1602 | #, c-format |
| 1603 | msgid "duplicate IP address %s in %s." |
| 1604 | msgstr "doppelte IP-Adresse %s in %s." |
| 1605 | |
| 1606 | #: dhcp-common.c:323 |
| 1607 | #, c-format |
| 1608 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
| 1609 | msgstr "%s hat mehr als eine Adresse in hosts-Datei, benutze %s für DHCP" |
| 1610 | |
| 1611 | #: dhcp-common.c:344 |
| 1612 | #, c-format |
| 1613 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
| 1614 | msgstr "doppelte IP-Adresse %s (%s) in \"dhcp-config\"-Anweisung" |
| 1615 | |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame^] | 1616 | #: dhcp-common.c:443 |
| 1617 | #, fuzzy, c-format |
| 1618 | msgid "failed to join DHCPv6 multicast group: %s" |
| 1619 | msgstr "kann nicht an DHCP-Server-Socket binden: %s" |
| 1620 | |
| 1621 | #: radv.c:76 |
| 1622 | #, fuzzy, c-format |
| 1623 | msgid "cannot create ICMPv6 socket: %s" |
| 1624 | msgstr "kann DHCP-Socket nicht erzeugen: %s" |
| 1625 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1626 | #, fuzzy |
| 1627 | #~ msgid "Specify path to Lua script (no default)." |
| 1628 | #~ msgstr "Dateipfad für Prozesskennung (PID) festlegen (Voreinstellung: %s)." |
| 1629 | |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1630 | #~ msgid "only one dhcp-hostsfile allowed" |
| 1631 | #~ msgstr "nur eine DHCP-Hostdatei (dhcp-hostsfile) zulässig" |
| 1632 | |
| 1633 | #~ msgid "only one dhcp-optsfile allowed" |
| 1634 | #~ msgstr "nur eine DHCP-Optionsdatei (dhcp-optsfile) zulässig" |
| 1635 | |
| 1636 | #~ msgid "files nested too deep in %s" |
| 1637 | #~ msgstr "Dateien in %s zu tief verschachtelt" |
| 1638 | |
| 1639 | #~ msgid "TXT record string too long" |
| 1640 | #~ msgstr "TXT-Eintrag zu lang" |
| 1641 | |
| 1642 | #~ msgid "failed to set IPV6 options on listening socket: %s" |
| 1643 | #~ msgstr "konnte IPV6-Optionen auf Empfangs-Socket nicht einstellen: %s" |
| 1644 | |
| 1645 | #~ msgid "failed to bind listening socket for %s: %s" |
| 1646 | #~ msgstr "konnte Empfangs-Socket nicht an %s binden: %s" |
| 1647 | |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1648 | #~ msgid "failed to create TFTP socket: %s" |
| 1649 | #~ msgstr "konnte TFTP-Socket nicht erzeugen: %s" |