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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 23 | #: cache.c:757 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 28 | #: cache.c:791 dhcp.c:936 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 33 | #: cache.c:849 dhcp.c:952 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 38 | #: cache.c:856 dhcp.c:1027 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 43 | #: cache.c:895 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 44 | msgid "cleared cache" |
| 45 | msgstr "Cache geleert" |
| 46 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 47 | #: cache.c:930 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 52 | #: cache.c:971 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 57 | #: cache.c:977 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 62 | #: cache.c:1050 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 67 | #: cache.c:1051 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 72 | #: cache.c:1053 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 77 | #: cache.c:1076 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 91 | #: util.c:227 option.c:585 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 106 | #: util.c:377 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 107 | #, c-format |
| 108 | msgid "infinite" |
| 109 | msgstr "unendlich" |
| 110 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 111 | #: option.c:252 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 115 | #: option.c:253 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 121 | #: option.c:254 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 125 | #: option.c:255 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 129 | #: option.c:256 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 134 | #: option.c:257 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 139 | #: option.c:258 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 143 | #: option.c:259 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 147 | #: option.c:260 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 151 | #: option.c:261 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 155 | #: option.c:262 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 160 | #: option.c:263 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 164 | #: option.c:264 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 169 | #: option.c:265 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 173 | #: option.c:266 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 178 | #: option.c:267 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 183 | #: option.c:268 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 188 | #: option.c:269 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 193 | #: option.c:270 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 198 | #: option.c:271 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 202 | #: option.c:272 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 206 | #: option.c:273 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 210 | #: option.c:274 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 214 | #: option.c:275 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 218 | #: option.c:276 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 222 | #: option.c:277 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 226 | #: option.c:278 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 230 | #: option.c:279 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 234 | #: option.c:280 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 238 | #: option.c:281 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 243 | #: option.c:282 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 247 | #: option.c:283 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 251 | #: option.c:284 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 255 | #: option.c:285 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 260 | #: option.c:286 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 264 | #: option.c:287 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 269 | #: option.c:288 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 273 | #: option.c:289 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 277 | #: option.c:290 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 281 | #: option.c:291 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 286 | #: option.c:292 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 290 | #: option.c:293 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 294 | #: option.c:294 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 298 | #: option.c:295 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 303 | #: option.c:296 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 307 | #: option.c:297 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 311 | #: option.c:298 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 315 | #: option.c:299 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 319 | #: option.c:300 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 323 | #: option.c:301 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 327 | #: option.c:302 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 332 | #: option.c:303 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 337 | #: option.c:304 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 341 | #: option.c:305 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 345 | #: option.c:306 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 349 | #: option.c:307 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 353 | #: option.c:308 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 357 | #: option.c:309 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 362 | #: option.c:310 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 367 | #: option.c:311 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 371 | #: option.c:312 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 375 | #: option.c:313 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 379 | #: option.c:314 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 383 | #: option.c:315 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 387 | #: option.c:316 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 392 | #: option.c:317 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 396 | #: option.c:318 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 400 | #: option.c:319 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 404 | #: option.c:320 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 408 | #: option.c:321 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 412 | #: option.c:322 |
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 | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 416 | #: option.c:323 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 417 | msgid "Script to run on DHCP lease creation and destruction." |
| 418 | msgstr "Skript, das bei Erzeugung/Löschung einer DHCP-Lease laufen soll." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 419 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 420 | #: option.c:324 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 421 | msgid "Read configuration from all the files in this directory." |
| 422 | msgstr "Konfiguration aus allen Dateien in diesem Verzeichnis lesen." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 423 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 424 | #: option.c:325 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 425 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
| 426 | msgstr "Für diese Syslog-Anlage oder in Datei loggen (Voreinstellung DAEMON)." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 427 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 428 | #: option.c:326 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 429 | msgid "Do not use leasefile." |
| 430 | msgstr "Keine Lease-Datei benützen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 431 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 432 | #: option.c:327 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 433 | #, c-format |
| 434 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
| 435 | msgstr "Höchstzahl nebenläufiger DNS-Anfragen (%s voreingestellt)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 436 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 437 | #: option.c:328 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 438 | #, c-format |
| 439 | msgid "Clear DNS cache when reloading %s." |
| 440 | msgstr "DNS-Cache beim Neuladen von %s löschen." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 441 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 442 | #: option.c:329 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 443 | msgid "Ignore hostnames provided by DHCP clients." |
| 444 | msgstr "Von DHCP-Clients gelieferte Hostnamen ignorieren." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 445 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 446 | #: option.c:330 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 447 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
| 448 | 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] | 449 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 450 | #: option.c:331 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 451 | msgid "Enable integrated read-only TFTP server." |
| 452 | msgstr "Eingebauten Nur-Lese-TFTP-Server einschalten." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 453 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 454 | #: option.c:332 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 455 | msgid "Export files by TFTP only from the specified subtree." |
| 456 | msgstr "Nur vom festgelegten Unterbaum Dateien per TFTP exportieren." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 457 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 458 | #: option.c:333 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 459 | msgid "Add client IP address to tftp-root." |
| 460 | msgstr "IP-Adresse des Klienten an tftp-root anhängen." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 461 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 462 | #: option.c:334 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 463 | msgid "Allow access only to files owned by the user running dnsmasq." |
| 464 | 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] | 465 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 466 | #: option.c:335 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 467 | #, c-format |
| 468 | msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)." |
| 469 | msgstr "Höchstzahl nebenläufiger TFTP-Übertragungen (%s voreingestellt)." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 470 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 471 | #: option.c:336 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 472 | msgid "Disable the TFTP blocksize extension." |
| 473 | msgstr "TFTP-Blockgrößen-Erweiterung abschalten." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 474 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 475 | #: option.c:337 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 476 | msgid "Ephemeral port range for use by TFTP transfers." |
| 477 | msgstr "Bereich für vorübergehende Ports für TFTP-Übertragungen." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 478 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 479 | #: option.c:338 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 480 | msgid "Extra logging for DHCP." |
| 481 | msgstr "Erweiterte DHCP-Protokollierung." |
| 482 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 483 | #: option.c:339 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 484 | msgid "Enable async. logging; optionally set queue length." |
| 485 | msgstr "Asynchrone Protokollierung einschalten, opt. Warteschlangenlänge festlegen." |
| 486 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 487 | #: option.c:340 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 488 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
| 489 | msgstr "DNS-Rebinding unterbinden, private IP-Bereiche bei der Auflösung ausfiltern." |
| 490 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 491 | #: option.c:341 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 492 | msgid "Allow rebinding of 127.0.0.0/8, for RBL servers." |
| 493 | msgstr "Auflösung zu 127.0.0.0/8 erlauben, für RBL-Server." |
| 494 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 495 | #: option.c:342 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 496 | #, fuzzy |
| 497 | msgid "Inhibit DNS-rebind protection on this domain." |
| 498 | msgstr "DNS-Rebind-Schutz für diese Domäne sperren." |
| 499 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 500 | #: option.c:343 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 501 | msgid "Always perform DNS queries to all servers." |
| 502 | msgstr "DNS-Anfragen immer an alle Server weiterleiten." |
| 503 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 504 | #: option.c:344 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 505 | msgid "Set tag if client includes matching option in request." |
| 506 | msgstr "Marke setzen, wenn Klient eine entsprechende Option anfragt." |
| 507 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 508 | #: option.c:345 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 509 | msgid "Use alternative ports for DHCP." |
| 510 | msgstr "Alternative Ports für DHCP verwenden." |
| 511 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 512 | #: option.c:346 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 513 | msgid "Run lease-change script as this user." |
| 514 | msgstr "Lease-Änderungs-Skript mit den Rechten dieses Nutzers ausführen." |
| 515 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 516 | #: option.c:347 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 517 | msgid "Specify NAPTR DNS record." |
| 518 | msgstr "DNS-NAPTR-Eintrag festlegen." |
| 519 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 520 | #: option.c:348 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 521 | msgid "Specify lowest port available for DNS query transmission." |
| 522 | msgstr "Niedrigsten verfügbaren Port für Übertragung von DNS-Anfragen festlegen." |
| 523 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 524 | #: option.c:349 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 525 | msgid "Use only fully qualified domain names for DHCP clients." |
| 526 | msgstr "Für DHCP-Klienten nur vollständig bestimmte Domänennamen benutzen." |
| 527 | |
| 528 | # FIXME: probably typo in original message. -- MA |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 529 | #: option.c:350 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 530 | #, fuzzy |
| 531 | msgid "Generate hostnames based on MAC address for nameless clients." |
| 532 | msgstr "Für namenlose Klienten die Hostnamen MAC-basiert erzeugen." |
| 533 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 534 | #: option.c:351 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 535 | msgid "Use these DHCP relays as full proxies." |
| 536 | msgstr "Diese DHCP-Relais als vollwertige Proxies verwenden." |
| 537 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 538 | #: option.c:352 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 539 | msgid "Specify alias name for LOCAL DNS name." |
| 540 | msgstr "Alias für LOKALEN DNS-Namen festlegen." |
| 541 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 542 | #: option.c:353 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 543 | msgid "Prompt to send to PXE clients." |
| 544 | msgstr "Aufforderung, die an PXE-Klienten geschickt wird." |
| 545 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 546 | #: option.c:354 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 547 | msgid "Boot service for PXE menu." |
| 548 | msgstr "Boot-Dienst für PXE-Menü." |
| 549 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 550 | #: option.c:355 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 551 | msgid "Check configuration syntax." |
| 552 | msgstr "Konfigurationssyntax prüfen." |
| 553 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 554 | #: option.c:356 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 555 | msgid "Add requestor's MAC address to forwarded DNS queries." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 556 | msgstr "" |
| 557 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 558 | #: option.c:357 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 559 | #, fuzzy |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 560 | msgid "Proxy DNSSEC validation results from upstream nameservers." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 561 | msgstr "IPv4-Adressen von vorgelagerten Servern übersetzen." |
| 562 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 563 | #: option.c:358 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 564 | msgid "Attempt to allocate sequential IP addresses to DHCP clients." |
| 565 | msgstr "" |
| 566 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 567 | #: option.c:359 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 568 | msgid "Copy connection-track mark from queries to upstream connections." |
| 569 | msgstr "" |
| 570 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 571 | #: option.c:360 |
| 572 | msgid "Allow DHCP clients to do their own DDNS updates." |
| 573 | msgstr "" |
| 574 | |
| 575 | #: option.c:361 |
| 576 | #, fuzzy |
| 577 | msgid "Specify path to Lua script (no default)." |
| 578 | msgstr "Dateipfad für Prozesskennung (PID) festlegen (Voreinstellung: %s)." |
| 579 | |
| 580 | #: option.c:650 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 581 | #, c-format |
| 582 | msgid "" |
| 583 | "Usage: dnsmasq [options]\n" |
| 584 | "\n" |
| 585 | msgstr "" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 586 | "Verwendung: dnsmasq [Optionen]\n" |
| 587 | "\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 588 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 589 | #: option.c:652 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 590 | #, c-format |
| 591 | msgid "Use short options only on the command line.\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 592 | msgstr "Auf der Befehlszeile nur kurze Optionen verwenden!\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 593 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 594 | #: option.c:654 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 595 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 596 | msgid "Valid options are:\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 597 | msgstr "Gültige Optionen sind:\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 598 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 599 | #: option.c:695 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 600 | #, c-format |
| 601 | msgid "Known DHCP options:\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 602 | msgstr "Bekannte DHCP-Optionen:\n" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 603 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 604 | #: option.c:810 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 605 | msgid "bad dhcp-option" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 606 | msgstr "Fehlerhafte DHCP-Option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 607 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 608 | #: option.c:872 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 609 | msgid "bad IP address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 610 | msgstr "Fehlerhafte IP-Adresse" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 611 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 612 | #: option.c:980 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 613 | msgid "bad domain in dhcp-option" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 614 | msgstr "Fehlerhafte Domäne in DHCP-Option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 615 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 616 | #: option.c:1046 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 617 | msgid "dhcp-option too long" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 618 | msgstr "DHCP-Option zu lang" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 619 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 620 | #: option.c:1055 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 621 | msgid "illegal dhcp-match" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 622 | msgstr "Unzulässige dhcp-match-Option" |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 623 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 624 | #: option.c:1099 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 625 | msgid "illegal repeated flag" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 626 | msgstr "unzulässig wiederholte Markierung" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 627 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 628 | #: option.c:1107 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 629 | msgid "illegal repeated keyword" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 630 | msgstr "unzulässig wiederholtes Schlüsselwort" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 631 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 632 | #: option.c:1159 option.c:3077 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 633 | #, c-format |
| 634 | msgid "cannot access directory %s: %s" |
| 635 | msgstr "Kann auf Verzeichnis %s nicht zugreifen: %s" |
| 636 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 637 | #: option.c:1190 tftp.c:464 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 638 | #, c-format |
| 639 | msgid "cannot access %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 640 | msgstr "Kann auf %s nicht zugreifen: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 641 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 642 | #: option.c:1219 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 643 | msgid "setting log facility is not possible under Android" |
| 644 | msgstr "" |
| 645 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 646 | #: option.c:1228 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 647 | msgid "bad log facility" |
| 648 | msgstr "" |
| 649 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 650 | #: option.c:1277 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 651 | msgid "bad MX preference" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 652 | msgstr "unzulässige MX-Präferenz-Angabe" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 653 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 654 | #: option.c:1282 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 655 | msgid "bad MX name" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 656 | msgstr "unzulässiger MX-Name" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 657 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 658 | #: option.c:1296 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 659 | msgid "bad MX target" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 660 | msgstr "unzulässiges MX-Ziel" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 661 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 662 | #: option.c:1308 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 663 | msgid "cannot run scripts under uClinux" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 664 | msgstr "unter uClinux ist die Skriptausführung nicht möglich" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 665 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 666 | #: option.c:1310 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 667 | msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 668 | 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] | 669 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 670 | #: option.c:1314 |
| 671 | #, fuzzy |
| 672 | msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts" |
| 673 | msgstr "Neuübersetzung mit HAVE_SCRIPT nötig, um Lease-Änderungs-Skripte auszuführen" |
| 674 | |
| 675 | #: option.c:1622 option.c:1626 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 676 | msgid "bad port" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 677 | msgstr "unzulässiger Port" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 678 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 679 | #: option.c:1649 option.c:1680 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 680 | msgid "interface binding not supported" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 681 | msgstr "Schnittstellenbindung nicht unterstützt" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 682 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 683 | #: option.c:1660 option.c:2629 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 684 | msgid "bad interface name" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 685 | msgstr "unzulässiger Schnittestellenname" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 686 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 687 | #: option.c:1825 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 688 | msgid "bad port range" |
| 689 | msgstr "unzulässiger Portbereich" |
| 690 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 691 | #: option.c:1842 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 692 | msgid "bad bridge-interface" |
| 693 | msgstr "unzulässige Brücken-Schnittstelle" |
| 694 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 695 | #: option.c:1885 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 696 | msgid "bad dhcp-range" |
| 697 | msgstr "unzulässiger DHCP-Bereich" |
| 698 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 699 | #: option.c:1913 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 700 | msgid "only one tag allowed" |
| 701 | msgstr "nur eine Marke zulässig" |
| 702 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 703 | #: option.c:1960 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 704 | msgid "inconsistent DHCP range" |
| 705 | msgstr "inkonsistenter DHCP-Bereich" |
| 706 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 707 | #: option.c:2054 option.c:2082 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 708 | msgid "bad hex constant" |
| 709 | msgstr "" |
| 710 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 711 | #: option.c:2076 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 712 | msgid "cannot match tags in --dhcp-host" |
| 713 | msgstr "" |
| 714 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 715 | #: option.c:2144 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 716 | msgid "bad DHCP host name" |
| 717 | msgstr "unzulässiger DHCP-Hostname" |
| 718 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 719 | #: option.c:2225 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 720 | msgid "bad tag-if" |
| 721 | msgstr "unzulässige bedingte Marke (tag-if)" |
| 722 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 723 | #: option.c:2514 option.c:2799 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 724 | msgid "invalid port number" |
| 725 | msgstr "unzulässige Portnummer" |
| 726 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 727 | #: option.c:2576 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 728 | msgid "bad dhcp-proxy address" |
| 729 | msgstr "Fehlerhafte DHCP-Proxy-Adresse" |
| 730 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 731 | #: option.c:2616 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 732 | msgid "invalid alias range" |
| 733 | msgstr "unzulässiger Alias-Bereich" |
| 734 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 735 | #: option.c:2654 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 736 | msgid "bad CNAME" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 737 | msgstr "unzulässiger CNAME" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 738 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 739 | #: option.c:2659 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 740 | msgid "duplicate CNAME" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 741 | msgstr "doppelter CNAME" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 742 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 743 | #: option.c:2679 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 744 | msgid "bad PTR record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 745 | msgstr "unzulässiger PTR-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 746 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 747 | #: option.c:2710 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 748 | msgid "bad NAPTR record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 749 | msgstr "unzulässiger NAPTR-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 750 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 751 | #: option.c:2742 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 752 | msgid "bad TXT record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 753 | msgstr "unzulässiger TXT-Eintrag" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 754 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 755 | #: option.c:2785 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 756 | msgid "bad SRV record" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 757 | msgstr "unzulässiger SRV-Eintrag" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 758 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 759 | #: option.c:2792 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 760 | msgid "bad SRV target" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 761 | msgstr "unzulässiges SRV-Ziel" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 762 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 763 | #: option.c:2806 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 764 | msgid "invalid priority" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 765 | msgstr "unzulässige Priorität" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 766 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 767 | #: option.c:2813 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 768 | msgid "invalid weight" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 769 | msgstr "unzulässige Wichtung" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 770 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 771 | #: option.c:2832 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 772 | msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)" |
| 773 | msgstr "unzulässige Option (prüfen Sie, ob dnsmasq mit DHCP/TFTP/DBus-Unterstützt übersetzt wurde)" |
| 774 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 775 | #: option.c:2896 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 776 | msgid "missing \"" |
| 777 | msgstr "fehlende \\\"" |
| 778 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 779 | #: option.c:2955 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 780 | msgid "bad option" |
| 781 | msgstr "unzulässige Option" |
| 782 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 783 | #: option.c:2957 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 784 | msgid "extraneous parameter" |
| 785 | msgstr "überschüssiger Parameter" |
| 786 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 787 | #: option.c:2959 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 788 | msgid "missing parameter" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 789 | msgstr "fehler Parameter" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 790 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 791 | #: option.c:2963 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 792 | msgid "error" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 793 | msgstr "Fehler" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 794 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 795 | #: option.c:2968 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 796 | #, c-format |
| 797 | msgid "%s at line %d of %%s" |
| 798 | msgstr "%s in Zeile %d von %%s" |
| 799 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 800 | #: option.c:3032 tftp.c:627 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 801 | #, c-format |
| 802 | msgid "cannot read %s: %s" |
| 803 | msgstr "kann %s nicht lesen: %s" |
| 804 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 805 | #: option.c:3198 option.c:3234 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 806 | #, c-format |
| 807 | msgid "read %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 808 | msgstr "%s gelesen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 809 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 810 | #: option.c:3286 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 811 | msgid "junk found in command line" |
| 812 | msgstr "" |
| 813 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 814 | #: option.c:3316 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 815 | #, c-format |
| 816 | msgid "Dnsmasq version %s %s\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 817 | msgstr "Dnsmasq Version %s %s\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 818 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 819 | #: option.c:3317 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 820 | #, c-format |
| 821 | msgid "" |
| 822 | "Compile time options %s\n" |
| 823 | "\n" |
| 824 | msgstr "" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 825 | "Übersetzungs-Optionen %s\n" |
| 826 | "\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 827 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 828 | #: option.c:3318 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 829 | #, c-format |
| 830 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 831 | msgstr "Für diese Software wird ABSOLUT KEINE GARANTIE gewährt.\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 832 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 833 | # FIXME: this must be one long string! -- MA |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 834 | #: option.c:3319 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 835 | #, c-format |
| 836 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
| 837 | msgstr "" |
| 838 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 839 | #: option.c:3320 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 840 | #, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 841 | 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] | 842 | msgstr "" |
| 843 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 844 | #: option.c:3331 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 845 | msgid "try --help" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 846 | msgstr "versuchen Sie --help" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 847 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 848 | #: option.c:3333 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 849 | msgid "try -w" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 850 | msgstr "versuchen Sie -w" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 851 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 852 | #: option.c:3336 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 853 | #, c-format |
| 854 | msgid "bad command line options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 855 | msgstr "unzulässige Optionen auf der Befehlszeile: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 856 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 857 | #: option.c:3377 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 858 | #, c-format |
| 859 | msgid "cannot get host-name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 860 | msgstr "kann Hostnamen nicht ermitteln: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 861 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 862 | #: option.c:3405 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 863 | msgid "only one resolv.conf file allowed in no-poll mode." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 864 | 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] | 865 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 866 | #: option.c:3415 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 867 | msgid "must have exactly one resolv.conf to read domain from." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 868 | 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] | 869 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 870 | #: option.c:3418 network.c:821 dhcp.c:885 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 871 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 872 | msgid "failed to read %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 873 | msgstr "konnte %s nicht lesen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 874 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 875 | #: option.c:3435 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 876 | #, c-format |
| 877 | msgid "no search directive found in %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 878 | msgstr "keine \"search\"-Anweisung in %s gefunden" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 879 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 880 | #: option.c:3456 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 881 | #, fuzzy |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 882 | msgid "there must be a default domain when --dhcp-fqdn is set" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 883 | msgstr "für --dhcp-fqdn muss eine Domäne vorausgewählt werden" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 884 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 885 | #: option.c:3460 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 886 | msgid "syntax check OK" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 887 | msgstr "Syntaxprüfung OK" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 888 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 889 | #: forward.c:471 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 890 | #, c-format |
| 891 | msgid "nameserver %s refused to do a recursive query" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 892 | msgstr "Namensserver %s hat eine rekursive Anfrage verweigert" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 893 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 894 | #: forward.c:499 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 895 | #, c-format |
| 896 | msgid "possible DNS-rebind attack detected: %s" |
| 897 | msgstr "möglichen DNS-Rebind-Angriff entdeckt: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 898 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 899 | #: network.c:354 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 900 | #, fuzzy, c-format |
| 901 | msgid "failed to create listening socket for %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 902 | msgstr "Konnte Empfangs-Socket nicht erzeugen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 903 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 904 | #: network.c:719 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 905 | #, c-format |
| 906 | msgid "failed to bind server socket for %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 907 | msgstr "konnte nicht an Server-Socket für %s binden: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 908 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 909 | #: network.c:756 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 910 | #, c-format |
| 911 | msgid "ignoring nameserver %s - local interface" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 912 | msgstr "ignoriere Namensserver %s - lokale Schnittstelle" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 913 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 914 | #: network.c:767 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 915 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 916 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 917 | msgstr "ignoriere Namensserver %s - kann Socket nicht erzeugen/binden: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 918 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 919 | # FIXME: this isn't translatable - always provide full strings, do not assemble yourself! -- MA |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 920 | #: network.c:784 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 921 | msgid "unqualified" |
| 922 | msgstr "" |
| 923 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 924 | #: network.c:784 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 925 | msgid "names" |
| 926 | msgstr "" |
| 927 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 928 | #: network.c:786 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 929 | msgid "default" |
| 930 | msgstr "" |
| 931 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 932 | #: network.c:788 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 933 | msgid "domain" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 934 | msgstr "" |
| 935 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 936 | #: network.c:791 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 937 | #, c-format |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 938 | msgid "using local addresses only for %s %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 939 | msgstr "" |
| 940 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 941 | #: network.c:793 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 942 | #, c-format |
| 943 | msgid "using standard nameservers for %s %s" |
| 944 | msgstr "" |
| 945 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 946 | #: network.c:795 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 947 | #, c-format |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 948 | msgid "using nameserver %s#%d for %s %s" |
| 949 | msgstr "" |
| 950 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 951 | #: network.c:798 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 952 | #, c-format |
| 953 | msgid "using nameserver %s#%d(via %s)" |
| 954 | msgstr "" |
| 955 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 956 | #: network.c:800 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 957 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 958 | msgid "using nameserver %s#%d" |
| 959 | msgstr "" |
| 960 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 961 | #: dnsmasq.c:114 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 962 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 963 | 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] | 964 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 965 | #: dnsmasq.c:119 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 966 | msgid "Cannot use --conntrack AND --query-port" |
| 967 | msgstr "" |
| 968 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 969 | #: dnsmasq.c:122 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 970 | #, fuzzy |
| 971 | msgid "Conntrack support not available: set HAVE_CONNTRACK in src/config.h" |
| 972 | msgstr "TFTP-Server nicht verfügbar, setzen Sie HAVE_TFTP in src/config.h" |
| 973 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 974 | #: dnsmasq.c:127 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 975 | msgid "asychronous logging is not available under Solaris" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 976 | msgstr "asynchrone Protokollierung unter Solaris nicht verfügbar" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 977 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 978 | #: dnsmasq.c:132 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 979 | #, fuzzy |
| 980 | msgid "asychronous logging is not available under Android" |
| 981 | msgstr "asynchrone Protokollierung unter Solaris nicht verfügbar" |
| 982 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 983 | #: dnsmasq.c:151 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 984 | #, c-format |
| 985 | msgid "failed to find list of interfaces: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 986 | msgstr "konnte Schnitstellenliste nicht beziehen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 987 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 988 | #: dnsmasq.c:159 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 989 | #, c-format |
| 990 | msgid "unknown interface %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 991 | msgstr "unbekannte Schnittstelle %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 992 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 993 | #: dnsmasq.c:165 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 994 | #, c-format |
| 995 | msgid "no interface with address %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 996 | msgstr "keine Schnittstelle mit Adresse %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 997 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 998 | #: dnsmasq.c:181 dnsmasq.c:680 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 999 | #, c-format |
| 1000 | msgid "DBus error: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1001 | msgstr "DBus-Fehler: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1002 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1003 | #: dnsmasq.c:184 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1004 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1005 | 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] | 1006 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1007 | #: dnsmasq.c:211 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1008 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1009 | msgid "unknown user or group: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1010 | msgstr "Unbekannter Benutzer oder Gruppe: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1011 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1012 | #: dnsmasq.c:266 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1013 | #, c-format |
| 1014 | msgid "cannot chdir to filesystem root: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1015 | msgstr "kann nicht ins Wurzelverzeichnis des Dateisystems wechseln: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1016 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1017 | # FIXME: this and the next would need commas after the version |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1018 | #: dnsmasq.c:441 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1019 | #, c-format |
| 1020 | msgid "started, version %s DNS disabled" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1021 | msgstr "gestartet, Version %s, DNS abgeschaltet" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1022 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1023 | #: dnsmasq.c:443 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1024 | #, c-format |
| 1025 | msgid "started, version %s cachesize %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1026 | msgstr "gestartet, Version %s, Cachegröße %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1027 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1028 | #: dnsmasq.c:445 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1029 | #, c-format |
| 1030 | msgid "started, version %s cache disabled" |
| 1031 | msgstr "" |
| 1032 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1033 | #: dnsmasq.c:447 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1034 | #, c-format |
| 1035 | msgid "compile time options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1036 | msgstr "Übersetzungsoptionen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1037 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1038 | #: dnsmasq.c:453 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1039 | msgid "DBus support enabled: connected to system bus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1040 | msgstr "DBus-Unterstützung eingeschaltet: mit Systembus verbunden" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1041 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1042 | #: dnsmasq.c:455 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1043 | msgid "DBus support enabled: bus connection pending" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1044 | msgstr "DBus-Unterstützung eingeschaltet: warte auf Systembus-Verbindung" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1045 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1046 | #: dnsmasq.c:460 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1047 | #, c-format |
| 1048 | msgid "warning: failed to change owner of %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1049 | msgstr "Warnung: konnte den Besitzer von %s nicht ändern: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1050 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1051 | #: dnsmasq.c:464 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1052 | msgid "setting --bind-interfaces option because of OS limitations" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1053 | msgstr "Aktiviere --bind-interfaces wegen Einschränkungen des Betriebssystems" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1054 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1055 | #: dnsmasq.c:469 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1056 | #, c-format |
| 1057 | msgid "warning: interface %s does not currently exist" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1058 | msgstr "Warnung: Schnittstelle %s existiert derzeit nicht" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1059 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1060 | #: dnsmasq.c:474 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1061 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1062 | msgstr "Warnung: Ignoriere \"resolv-file\", weil \"no-resolv\" aktiv ist" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1063 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1064 | #: dnsmasq.c:477 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1065 | msgid "warning: no upstream servers configured" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1066 | msgstr "Warnung: keine vorgelagerten (Upstream) Server konfiguriert" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1067 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1068 | #: dnsmasq.c:481 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1069 | #, c-format |
| 1070 | msgid "asynchronous logging enabled, queue limit is %d messages" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1071 | msgstr "asynchrone Protokollierung eingeschaltet, Warteschlange fasst %d Nachrichten" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1072 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1073 | #: dnsmasq.c:494 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1074 | #, c-format |
| 1075 | msgid "DHCP, static leases only on %.0s%s, lease time %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1076 | msgstr "DHCP, nur statische Leases auf %.0s%s, Lease-Zeit %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1077 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1078 | #: dnsmasq.c:496 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1079 | #, c-format |
| 1080 | msgid "DHCP, proxy on subnet %.0s%s%.0s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1081 | msgstr "DHCP, Proxy im Subnetz %.0s%s%.0s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1082 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1083 | #: dnsmasq.c:497 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1084 | #, c-format |
| 1085 | msgid "DHCP, IP range %s -- %s, lease time %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1086 | msgstr "DHCP, IP-Bereich %s - %s, Lease-Zeit %s " |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1087 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1088 | #: dnsmasq.c:512 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1089 | msgid "root is " |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1090 | 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] | 1091 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1092 | #: dnsmasq.c:512 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1093 | msgid "enabled" |
| 1094 | msgstr "" |
| 1095 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1096 | #: dnsmasq.c:514 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1097 | msgid "secure mode" |
| 1098 | msgstr "" |
| 1099 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1100 | #: dnsmasq.c:540 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1101 | #, c-format |
| 1102 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1103 | msgstr "Begrenze gleichzeitige TFTP-Übertragungen auf maximal %d" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1104 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1105 | #: dnsmasq.c:682 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1106 | msgid "connected to system DBus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1107 | msgstr "Mit System-DBus verbunden" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1108 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1109 | #: dnsmasq.c:806 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1110 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1111 | msgid "cannot fork into background: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1112 | msgstr "kann nicht in den Hintergrund abspalten: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1113 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1114 | #: dnsmasq.c:809 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1115 | #, c-format |
| 1116 | msgid "failed to create helper: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1117 | msgstr "kann Helfer nicht erzeugen: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1118 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1119 | #: dnsmasq.c:812 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1120 | #, c-format |
| 1121 | msgid "setting capabilities failed: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1122 | msgstr "kann \"capabilities\" nicht setzen: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1123 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1124 | #: dnsmasq.c:815 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1125 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1126 | msgid "failed to change user-id to %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1127 | msgstr "Kann nicht Benutzerrechte %s annehmen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1128 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1129 | #: dnsmasq.c:818 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1130 | #, c-format |
| 1131 | msgid "failed to change group-id to %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1132 | msgstr "Kann nicht Gruppenrechte %s annehmen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1133 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1134 | #: dnsmasq.c:821 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1135 | #, c-format |
| 1136 | msgid "failed to open pidfile %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1137 | msgstr "kann die Prozessidentifikations-(PID)-Datei %s nicht öffnen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1138 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1139 | #: dnsmasq.c:824 |
| 1140 | #, fuzzy, c-format |
| 1141 | msgid "cannot open log %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1142 | msgstr "kann %s nicht öffnen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1143 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1144 | #: dnsmasq.c:827 |
| 1145 | #, fuzzy, c-format |
| 1146 | msgid "failed to load Lua script: %s" |
| 1147 | msgstr "konnte %s nicht lesen: %s" |
| 1148 | |
| 1149 | #: dnsmasq.c:886 |
| 1150 | #, fuzzy, c-format |
| 1151 | msgid "script process killed by signal %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1152 | msgstr "Tochterprozess durch Signal %d zerstört" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1153 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1154 | #: dnsmasq.c:890 |
| 1155 | #, fuzzy, c-format |
| 1156 | msgid "script process exited with status %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1157 | msgstr "Tochterprozess beendete sich mit Status %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1158 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1159 | #: dnsmasq.c:894 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1160 | #, c-format |
| 1161 | msgid "failed to execute %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1162 | msgstr "konnte %s nicht ausführen: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1163 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1164 | #: dnsmasq.c:939 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1165 | msgid "exiting on receipt of SIGTERM" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1166 | msgstr "beende nach Empfang von SIGTERM" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1167 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1168 | #: dnsmasq.c:967 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1169 | #, c-format |
| 1170 | msgid "failed to access %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1171 | msgstr "konnte auf %s nicht zugreifen: %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1172 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1173 | #: dnsmasq.c:997 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1174 | #, c-format |
| 1175 | msgid "reading %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1176 | msgstr "lese %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1177 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1178 | #: dnsmasq.c:1008 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1179 | #, c-format |
| 1180 | msgid "no servers found in %s, will retry" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1181 | msgstr "keine Server in %s gefunden, werde es später neu versuchen" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1182 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1183 | #: dhcp.c:49 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1184 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1185 | msgid "cannot create DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1186 | msgstr "kann DHCP-Socket nicht erzeugen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1187 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1188 | #: dhcp.c:64 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1189 | #, c-format |
| 1190 | msgid "failed to set options on DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1191 | msgstr "kann Optionen für DHCP-Socket nicht setzen: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1192 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1193 | #: dhcp.c:77 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1194 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1195 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1196 | 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] | 1197 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1198 | #: dhcp.c:89 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1199 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1200 | msgid "failed to bind DHCP server socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1201 | msgstr "kann nicht an DHCP-Server-Socket binden: %s" |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1202 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1203 | #: dhcp.c:115 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1204 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1205 | msgid "cannot create ICMP raw socket: %s." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1206 | msgstr "kann ICMP-Rohdaten-Socket nicht erzeugen: %s." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1207 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1208 | #: dhcp.c:264 |
| 1209 | #, c-format |
| 1210 | msgid "unknown interface %s in bridge-interface" |
| 1211 | msgstr "unbekannte Schnittstelle %s in bridge-interface" |
| 1212 | |
| 1213 | #: dhcp.c:289 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1214 | #, c-format |
| 1215 | msgid "DHCP packet received on %s which has no address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1216 | msgstr "DHCP-Paket ohne Adresse an Schnittstelle %s empfangen" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1217 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1218 | #: dhcp.c:504 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1219 | #, c-format |
| 1220 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1221 | msgstr "DHCP-Bereich %s - %s passt nicht zur Netzmaske %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1222 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1223 | #: dhcp.c:923 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1224 | #, c-format |
| 1225 | msgid "bad line at %s line %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1226 | msgstr "ungültige Zeile %2$d in Datei %1$s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1227 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1228 | #: dhcp.c:966 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1229 | #, c-format |
| 1230 | msgid "ignoring %s line %d, duplicate name or IP address" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1231 | msgstr "ignoriere %s Zeile %d, doppelter Name oder doppelte IP-Adresse" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1232 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1233 | #: dhcp.c:1049 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1234 | #, c-format |
| 1235 | msgid "duplicate IP address %s in dhcp-config directive." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1236 | msgstr "doppelte IP-Adresse %s in \"dhcp-config\"-Anweisung" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1237 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1238 | #: dhcp.c:1052 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1239 | #, c-format |
| 1240 | msgid "duplicate IP address %s in %s." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1241 | msgstr "doppelte IP-Adresse %s in %s." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1242 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1243 | #: dhcp.c:1095 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1244 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1245 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1246 | msgstr "%s hat mehr als eine Adresse in hosts-Datei, benutze %s für DHCP" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1247 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1248 | #: dhcp.c:1100 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1249 | #, c-format |
| 1250 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1251 | msgstr "doppelte IP-Adresse %s (%s) in \"dhcp-config\"-Anweisung" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1252 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1253 | #: lease.c:70 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1254 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1255 | msgid "cannot open or create lease file %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1256 | msgstr "kann Lease-Datei %s nicht öffnen: %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1257 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1258 | #: lease.c:116 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1259 | msgid "too many stored leases" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1260 | msgstr "zu viele Leases gespeichert" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1261 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1262 | #: lease.c:173 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1263 | #, c-format |
| 1264 | msgid "cannot run lease-init script %s: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1265 | msgstr "kann Lease-Start-Skript %s nicht ausführen: %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1266 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1267 | #: lease.c:179 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1268 | #, c-format |
| 1269 | msgid "lease-init script returned exit code %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1270 | msgstr "Lease-Start-Skript beendete sich mit Code %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1271 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1272 | # FIXME: This should be %u s also in English according to NIST and SI rules. -- MA |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1273 | #: lease.c:325 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1274 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1275 | msgid "failed to write %s: %s (retry in %us)" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1276 | msgstr "Konnte %s nicht schreiben: %s (Neuversuch in %u s)" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1277 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1278 | # FIXME: this and the next few are not translatable. Please provide full |
| 1279 | # strings, do not programmatically assemble them. |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1280 | #: rfc2131.c:342 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1281 | #, c-format |
| 1282 | msgid "no address range available for DHCP request %s %s" |
| 1283 | msgstr "" |
| 1284 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1285 | #: rfc2131.c:343 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1286 | msgid "with subnet selector" |
| 1287 | msgstr "" |
| 1288 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1289 | #: rfc2131.c:343 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1290 | msgid "via" |
| 1291 | msgstr "" |
| 1292 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1293 | #: rfc2131.c:355 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1294 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1295 | msgid "%u available DHCP subnet: %s/%s" |
| 1296 | msgstr "%u verfügbare(s) DHCP-Subnetz: %s/%s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1297 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1298 | #: rfc2131.c:358 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1299 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1300 | msgid "%u available DHCP range: %s -- %s" |
| 1301 | msgstr "%u verfügbare(r) DHCP-Bereich: %s - %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1302 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1303 | # FIXME: do not programmatically assemble strings - untranslatable |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1304 | #: rfc2131.c:387 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1305 | msgid "disabled" |
| 1306 | msgstr "" |
| 1307 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1308 | #: rfc2131.c:428 rfc2131.c:944 rfc2131.c:1336 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1309 | msgid "ignored" |
| 1310 | msgstr "" |
| 1311 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1312 | #: rfc2131.c:443 rfc2131.c:1182 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1313 | msgid "address in use" |
| 1314 | msgstr "" |
| 1315 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1316 | #: rfc2131.c:457 rfc2131.c:998 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1317 | msgid "no address available" |
| 1318 | msgstr "" |
| 1319 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1320 | #: rfc2131.c:464 rfc2131.c:1145 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1321 | msgid "wrong network" |
| 1322 | msgstr "" |
| 1323 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1324 | #: rfc2131.c:479 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1325 | msgid "no address configured" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1326 | msgstr "" |
| 1327 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1328 | #: rfc2131.c:485 rfc2131.c:1195 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1329 | msgid "no leases left" |
| 1330 | msgstr "" |
| 1331 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1332 | #: rfc2131.c:569 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1333 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1334 | msgid "%u client provides name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1335 | msgstr "%u Klient stellt Name bereit: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1336 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1337 | #: rfc2131.c:724 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1338 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1339 | msgid "%u vendor class: %s" |
| 1340 | msgstr "%u \"Vendor class\": %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1341 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1342 | #: rfc2131.c:726 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1343 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1344 | msgid "%u user class: %s" |
| 1345 | msgstr "%u Benutzerklasse: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1346 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1347 | #: rfc2131.c:785 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1348 | msgid "PXE BIS not supported" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1349 | msgstr "PXE BIS nicht unterstützt" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1350 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1351 | #: rfc2131.c:914 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1352 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1353 | msgid "disabling DHCP static address %s for %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1354 | msgstr "schalte statische DHCP-Adresse %s für %s ab" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1355 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1356 | # FIXME: do not assemble |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1357 | #: rfc2131.c:935 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1358 | msgid "unknown lease" |
| 1359 | msgstr "" |
| 1360 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1361 | #: rfc2131.c:967 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1362 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1363 | msgid "not using configured address %s because it is leased to %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1364 | msgstr "benutze konfigurierte Adresse %s nicht, weil sie an %s verleast ist" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1365 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1366 | #: rfc2131.c:977 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1367 | #, c-format |
| 1368 | 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] | 1369 | 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] | 1370 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1371 | #: rfc2131.c:980 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1372 | #, c-format |
| 1373 | msgid "not using configured address %s because it was previously declined" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1374 | msgstr "benutze konfigurierte Adresse %s nicht, weil sie zuvor abgelehnt wurde" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1375 | |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1376 | # FIXME: do not assemble |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1377 | #: rfc2131.c:996 rfc2131.c:1188 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1378 | msgid "no unique-id" |
| 1379 | msgstr "" |
| 1380 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1381 | #: rfc2131.c:1083 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1382 | msgid "wrong server-ID" |
| 1383 | msgstr "" |
| 1384 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1385 | #: rfc2131.c:1102 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1386 | msgid "wrong address" |
| 1387 | msgstr "" |
| 1388 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1389 | #: rfc2131.c:1120 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1390 | msgid "lease not found" |
| 1391 | msgstr "" |
| 1392 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1393 | #: rfc2131.c:1153 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1394 | msgid "address not available" |
| 1395 | msgstr "" |
| 1396 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1397 | #: rfc2131.c:1164 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1398 | msgid "static lease available" |
| 1399 | msgstr "" |
| 1400 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1401 | #: rfc2131.c:1168 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1402 | msgid "address reserved" |
| 1403 | msgstr "" |
| 1404 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1405 | #: rfc2131.c:1176 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1406 | #, c-format |
| 1407 | msgid "abandoning lease to %s of %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1408 | msgstr "Gebe Lease von %2$s an %1$s auf" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1409 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1410 | #: rfc2131.c:1745 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1411 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1412 | msgid "%u tags: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1413 | msgstr "%u Marken: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1414 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1415 | #: rfc2131.c:1773 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1416 | #, c-format |
| 1417 | msgid "%u bootfile name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1418 | msgstr "%u Name der Bootdatei: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1419 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1420 | #: rfc2131.c:1782 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1421 | #, c-format |
| 1422 | msgid "%u server name: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1423 | msgstr "%u Servername: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1424 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1425 | #: rfc2131.c:1790 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1426 | #, c-format |
| 1427 | msgid "%u next server: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1428 | msgstr "%u nächster Server: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1429 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1430 | #: rfc2131.c:1793 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1431 | #, c-format |
| 1432 | msgid "%u broadcast response" |
| 1433 | msgstr "%u Antwort per Rundsendung" |
| 1434 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1435 | #: rfc2131.c:1856 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1436 | #, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 1437 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1438 | 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] | 1439 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1440 | #: rfc2131.c:2096 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1441 | msgid "PXE menu too large" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1442 | msgstr "PXE-Menüeintrag zu groß" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1443 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1444 | #: rfc2131.c:2252 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1445 | #, c-format |
| 1446 | msgid "Ignoring duplicate dhcp-option %d" |
| 1447 | msgstr "" |
| 1448 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1449 | #: rfc2131.c:2256 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1450 | #, c-format |
| 1451 | msgid "Ignoring domain %s for DHCP host name %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1452 | msgstr "Ignoriere Domäne %s für DHCP-Hostnamen %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1453 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1454 | #: rfc2131.c:2274 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1455 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1456 | msgid "%u requested options: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1457 | msgstr "%u angeforderte Optionen: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1458 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1459 | #: rfc2131.c:2549 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1460 | #, c-format |
| 1461 | msgid "cannot send RFC3925 option: too many options for enterprise number %d" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1462 | 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] | 1463 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1464 | #: netlink.c:71 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1465 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1466 | msgid "cannot create netlink socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1467 | msgstr "kann Netlink-Socket nicht erzeugen: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1468 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1469 | #: netlink.c:321 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1470 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1471 | msgid "netlink returns error: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1472 | msgstr "Netlink liefert Fehler %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1473 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1474 | #: dbus.c:150 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1475 | 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] | 1476 | 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] | 1477 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1478 | #: dbus.c:286 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1479 | msgid "setting upstream servers from DBus" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1480 | msgstr "vorgelagerte Server von DBus gesetzt" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1481 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1482 | #: dbus.c:324 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1483 | msgid "could not register a DBus message handler" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1484 | msgstr "konnte Steuerungsprogramm für DBus-Nachrichten nicht anmelden" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1485 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1486 | #: bpf.c:225 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1487 | #, c-format |
| 1488 | msgid "cannot create DHCP BPF socket: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1489 | msgstr "konnte DHCP-BPF-Socket nicht einrichten: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1490 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1491 | #: bpf.c:253 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1492 | #, c-format |
| 1493 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1494 | 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] | 1495 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1496 | #: helper.c:130 |
| 1497 | msgid "lease() function missing in Lua script" |
| 1498 | msgstr "" |
| 1499 | |
| 1500 | #: tftp.c:285 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1501 | msgid "unable to get free port for TFTP" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1502 | msgstr "konnte keinen freien Port für TFTP bekommen" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1503 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1504 | #: tftp.c:300 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1505 | #, c-format |
| 1506 | msgid "unsupported request from %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1507 | msgstr "nicht unterstützte Anfrage von %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1508 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1509 | #: tftp.c:410 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1510 | #, c-format |
| 1511 | msgid "file %s not found" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1512 | msgstr "Datei %s nicht gefunden" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1513 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1514 | #: tftp.c:525 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1515 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1516 | msgid "error %d %s received from %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1517 | msgstr "Fehler %d %s von %s empfangen" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1518 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1519 | #: tftp.c:557 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1520 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1521 | msgid "failed sending %s to %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1522 | msgstr "konnte %s nicht an %s senden" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1523 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1524 | #: tftp.c:571 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1525 | #, c-format |
| 1526 | msgid "sent %s to %s" |
| 1527 | msgstr "%s an %s verschickt" |
| 1528 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1529 | #: log.c:190 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1530 | #, c-format |
| 1531 | msgid "overflow: %d log entries lost" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1532 | msgstr "Überlauf: %d Protokolleinträge verloren" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1533 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1534 | #: log.c:268 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1535 | #, c-format |
| 1536 | msgid "log failed: %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1537 | msgstr "Protokollierung fehlgeschlagen: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1538 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1539 | #: log.c:472 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1540 | msgid "FAILED to start up" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1541 | msgstr "Start fehlgeschlagen" |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1542 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1543 | #: conntrack.c:65 |
| 1544 | #, c-format |
| 1545 | msgid "Conntrack connection mark retrieval failed: %s" |
| 1546 | msgstr "" |
| 1547 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1548 | #: dhcp6.c:42 |
| 1549 | #, fuzzy, c-format |
| 1550 | msgid "cannot create DHCPv6 socket: %s" |
| 1551 | msgstr "kann DHCP-Socket nicht erzeugen: %s" |
| 1552 | |
| 1553 | #: dhcp6.c:53 |
| 1554 | #, fuzzy, c-format |
| 1555 | msgid "failed to bind DHCPv6 server socket: %s" |
| 1556 | msgstr "kann nicht an DHCP-Server-Socket binden: %s" |
| 1557 | |
| 1558 | #: dhcp6.c:57 |
| 1559 | #, fuzzy, c-format |
| 1560 | msgid "failed to join DHCPv6 multicast group: %s" |
| 1561 | msgstr "kann nicht an DHCP-Server-Socket binden: %s" |
| 1562 | |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1563 | #~ msgid "only one dhcp-hostsfile allowed" |
| 1564 | #~ msgstr "nur eine DHCP-Hostdatei (dhcp-hostsfile) zulässig" |
| 1565 | |
| 1566 | #~ msgid "only one dhcp-optsfile allowed" |
| 1567 | #~ msgstr "nur eine DHCP-Optionsdatei (dhcp-optsfile) zulässig" |
| 1568 | |
| 1569 | #~ msgid "files nested too deep in %s" |
| 1570 | #~ msgstr "Dateien in %s zu tief verschachtelt" |
| 1571 | |
| 1572 | #~ msgid "TXT record string too long" |
| 1573 | #~ msgstr "TXT-Eintrag zu lang" |
| 1574 | |
| 1575 | #~ msgid "failed to set IPV6 options on listening socket: %s" |
| 1576 | #~ msgstr "konnte IPV6-Optionen auf Empfangs-Socket nicht einstellen: %s" |
| 1577 | |
| 1578 | #~ msgid "failed to bind listening socket for %s: %s" |
| 1579 | #~ msgstr "konnte Empfangs-Socket nicht an %s binden: %s" |
| 1580 | |
| 1581 | #~ msgid "failed to listen on socket: %s" |
| 1582 | #~ msgstr "konnte Socket nicht zum Empfang einrichten: %s" |
| 1583 | |
| 1584 | #~ msgid "failed to create TFTP socket: %s" |
| 1585 | #~ msgstr "konnte TFTP-Socket nicht erzeugen: %s" |