Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1 | # German translations for dnsmasq package. |
| 2 | # This file is put in the public domain. |
| 3 | # Simon Kelley <simon@thekelleys.org.uk>, 2005. |
| 4 | # |
| 5 | msgid "" |
| 6 | msgstr "" |
| 7 | "Project-Id-Version: dnsmasq 2.24\n" |
| 8 | "Report-Msgid-Bugs-To: \n" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 9 | "POT-Creation-Date: 2008-07-11 10:05+0100\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 10 | "PO-Revision-Date: 2005-09-27 09:37+0100\n" |
| 11 | "Last-Translator: Simon Kelley <simon@thekelleys.org.uk>\n" |
| 12 | "Language-Team: German <de@li.org>\n" |
| 13 | "MIME-Version: 1.0\n" |
| 14 | "Content-Type: text/plain; charset=UTF-8\n" |
| 15 | "Content-Transfer-Encoding: 8bit\n" |
| 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 17 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 18 | #: cache.c:695 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 19 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 20 | msgid "failed to load names from %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 21 | msgstr "" |
| 22 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 23 | #: cache.c:729 dhcp.c:757 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 24 | #, c-format |
| 25 | msgid "bad address at %s line %d" |
| 26 | msgstr "" |
| 27 | |
| 28 | # @Simon: Here I need an example to understand it :) |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 29 | #: cache.c:776 dhcp.c:771 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 30 | #, c-format |
| 31 | msgid "bad name at %s line %d" |
| 32 | msgstr "" |
| 33 | |
| 34 | # @Simon: Here I need an example to understand it :) |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 35 | #: cache.c:783 dhcp.c:825 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 36 | #, c-format |
| 37 | msgid "read %s - %d addresses" |
| 38 | msgstr "lese %s - %d Adressen" |
| 39 | |
| 40 | # @Simon: 'lese' is present, is that ok? If it should be past, it would be |
| 41 | # @Simon: "gelesen: %s - %d Adressen" - note the colon, it's a must, then. |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 42 | #: cache.c:821 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 43 | msgid "cleared cache" |
| 44 | msgstr "Cache geleert" |
| 45 | |
| 46 | # @Simon: "Cache geleert" is literally "Cache emptied" but I think other translations could be misleading |
| 47 | # @Simon: (I don't know a good german replacement for "Cache" but AFAIK "Cache" is common in german) |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 48 | #: cache.c:870 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 49 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 50 | msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s" |
| 51 | msgstr "Name %s wurde nicht dem DHCP 'Mieter' von %s zugewiesen, da der Name in %smit der Adresse %s bereits existiert" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 52 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 53 | #: cache.c:922 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 54 | #, c-format |
| 55 | msgid "time %lu" |
| 56 | msgstr "" |
| 57 | |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 58 | # @Simon: "Mieter" is rather 'logder, renter, tenant, lessee' but I couldn't find anything that fits better. |
| 59 | # @Simon: So I thought I put it in ''-marks :) |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 60 | #: cache.c:923 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 61 | #, fuzzy, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 62 | msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 63 | msgstr "Cache Größe %d, %d/%d Cache-Einfügungen verwendeten nicht abgelaufene Cache-Einträge wieder." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 64 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 65 | #: cache.c:925 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 66 | #, c-format |
| 67 | msgid "queries forwarded %u, queries answered locally %u" |
| 68 | msgstr "" |
| 69 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 70 | #: cache.c:948 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 71 | #, c-format |
| 72 | msgid "server %s#%d: queries sent %u, retried or failed %u" |
| 73 | msgstr "" |
| 74 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 75 | #: util.c:58 |
| 76 | #, c-format |
| 77 | msgid "failed to seed the random number generator: %s" |
| 78 | msgstr "" |
| 79 | |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 80 | # @Simon: "re-used" = "wiederverwenden", but in such a case it must be split apart to "verwendet ... wieder" |
| 81 | # @Simon: "unexpired" = "nicht abgelaufen" (expired=abgelaufen) -- altogether it sounds complicated in german, |
| 82 | # @Simon: I would prefer to use "noch gültige" = "still valid", would that fit to the sense? Then it would be: |
| 83 | # @Simon: msgstr "Cache Größe %d, %d/%d Cache-Einfügungen verwendeten noch gültige Cache-Einträge wieder." |
| 84 | # @Simon: btw, what is the "%d/%d"-part? |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 85 | #: util.c:166 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 86 | msgid "could not get memory" |
| 87 | msgstr "Speicher nicht verfügbar" |
| 88 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 89 | #: util.c:176 |
| 90 | #, c-format |
| 91 | msgid "cannot create pipe: %s" |
| 92 | msgstr "" |
| 93 | |
| 94 | #: util.c:184 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 95 | #, c-format |
| 96 | msgid "failed to allocate %d bytes" |
| 97 | msgstr "" |
| 98 | |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 99 | # @Simon: not perfect but I cannot get nearer right now. |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 100 | #: util.c:289 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 101 | #, c-format |
| 102 | msgid "infinite" |
| 103 | msgstr "unendlich" |
| 104 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 105 | #: option.c:219 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 106 | msgid "Specify local address(es) to listen on." |
| 107 | msgstr "Lokale abzuhörende Adresse(n) angeben." |
| 108 | |
| 109 | # @Simon: Quite literal translation, sounds not too polite in german. |
| 110 | # @Simon: How about: "Bitte die lokalen abzuhörende Adresse(n) angeben." |
| 111 | # @Simon: = "Please specify the local address(es) to listen on." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 112 | #: option.c:220 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 113 | msgid "Return ipaddr for all hosts in specified domains." |
| 114 | msgstr "Rückkehr-IP-Adresse für alle Geräte in angebenen Domänen" |
| 115 | |
| 116 | # @Simon: I hope "Return ipaddr" is similar to "Return-ipaddr" and not "Return the ipaddr ... !" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 117 | #: option.c:221 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 118 | msgid "Fake reverse lookups for RFC1918 private address ranges." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 119 | msgstr "'Gefälschte' Rückwärts-Ergebnisse für private Adressbereiche nach RFC1918" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 120 | |
| 121 | # @Simon: I'm a bit unsure about the meaning of "Fake" here, and the best word for "lookup" is "Nachsehen" |
| 122 | # @Simon: (that is "looking-for") but I think that cannot be used. "Ergebnisse" = "results", is that near enough? |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 123 | #: option.c:222 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 124 | msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)." |
| 125 | msgstr "Behandle IP-Adr als NXDOMAIN (wehrt Verisign-Platzhalter ab)." |
| 126 | |
| 127 | # @Simon: or "Behandle IP-Adr als NXDOMAIN (gegen Verisign-Platzhalter)." |
| 128 | # @Simon: "gegen" = "against", I believe that might be clumsy in english but it is fine in german. |
| 129 | # @Simon: Just by chance I know what this is for - it is merely against verisign's use of wildcard |
| 130 | # @Simon: entries (that lead to their own servers), right. Therefore, how about: |
| 131 | # @Simon: "Behandle IP-Adr als NXDOMAIN (gegen Verisigns Platzhalter-Gebrauch)." |
| 132 | # @Simon: = "Treat ipaddr as NXDOMAIN (defeats Verisigns wildcard usage)." ? |
| 133 | # @Simon: But the explanatory(?) effect is only a very tiny bit better, I believe - what do U think? |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 134 | #: option.c:223 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 135 | #, c-format |
| 136 | msgid "Specify the size of the cache in entries (defaults to %s)." |
| 137 | msgstr "Angabe der Größe des Caches in Einträgen (Voreinstellung: %s)." |
| 138 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 139 | #: option.c:224 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 140 | #, c-format |
| 141 | msgid "Specify configuration file (defaults to %s)." |
| 142 | msgstr "Angabe der Konfigurationsdatei (Voreinstellung: %s)." |
| 143 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 144 | #: option.c:225 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 145 | msgid "Do NOT fork into the background: run in debug mode." |
| 146 | msgstr "NICHT in den Hintergrund gehen: Betrieb im Debug-Modus" |
| 147 | |
| 148 | # @Simon: = "DO NOT go into the background: Operation in debug-mode" |
| 149 | # @Simon: I know it sounds a bit clumsy in english, but "fork" would be hard to understand |
| 150 | # @Simon: and then I get a problem between "go" and "run" - so... |
| 151 | # @Simon: "Debug-mode" = "Fehlersuch-Modus", literally, but I think "Debug-Modus" is better :) |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 152 | #: option.c:226 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 153 | msgid "Do NOT forward queries with no domain part." |
| 154 | msgstr "Anfragen ohne Domänen-Teil NICHT weiterschicken" |
| 155 | |
| 156 | # @Simon: "weiterschicken" is rather "pass on" (I hope) but that's the best I found. |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 157 | #: option.c:227 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 158 | msgid "Return self-pointing MX records for local hosts." |
| 159 | msgstr "Rückgabe auf sich selbst zeigender MX-Einträge für lokale Geräte" |
| 160 | |
| 161 | # @Simon: "self-pointing" is a bit difficult, the meaning is clear but takes 3-4 words to express it in german. |
| 162 | # @Simon: "Geräte" is about "hard-devices". There is a word for "host" (it is "Wirt") but it would be misleading. |
| 163 | # @Simon: My online dict suggest "Rechner" (= Computer), but I think "hard-devices" is better because it's more general. |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 164 | #: option.c:228 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 165 | msgid "Expand simple names in /etc/hosts with domain-suffix." |
| 166 | msgstr "Erweitere einfache Namen in /etc/hosts mit der Domänen-Endung" |
| 167 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 168 | #: option.c:229 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 169 | msgid "Don't forward spurious DNS requests from Windows hosts." |
| 170 | msgstr "'unechte' DNS-Anfragen von Windows-Rechnern nicht weiterleiten" |
| 171 | |
| 172 | # @Simon: I'm a bit unsure about "spurious" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 173 | #: option.c:230 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 174 | msgid "Enable DHCP in the range given with lease duration." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 175 | msgstr "" |
| 176 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 177 | #: option.c:231 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 178 | #, c-format |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 179 | msgid "Change to this group after startup (defaults to %s)." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 180 | msgstr "" |
| 181 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 182 | #: option.c:232 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 183 | msgid "Set address or hostname for a specified machine." |
| 184 | msgstr "" |
| 185 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 186 | #: option.c:233 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 187 | msgid "Read DHCP host specs from file" |
| 188 | msgstr "" |
| 189 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 190 | #: option.c:234 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 191 | msgid "Read DHCP option specs from file" |
| 192 | msgstr "" |
| 193 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 194 | #: option.c:235 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 195 | #, c-format |
| 196 | msgid "Do NOT load %s file." |
| 197 | msgstr "" |
| 198 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 199 | #: option.c:236 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 200 | #, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 201 | msgid "Specify a hosts file to be read in addition to %s." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 202 | msgstr "" |
| 203 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 204 | #: option.c:237 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 205 | msgid "Specify interface(s) to listen on." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 206 | msgstr "" |
| 207 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 208 | #: option.c:238 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 209 | msgid "Specify interface(s) NOT to listen on." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 210 | msgstr "" |
| 211 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 212 | #: option.c:239 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 213 | msgid "Map DHCP user class to tag." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 214 | msgstr "" |
| 215 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 216 | #: option.c:240 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 217 | msgid "Map RFC3046 circuit-id to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 218 | msgstr "" |
| 219 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 220 | #: option.c:241 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 221 | msgid "Map RFC3046 remote-id to tag." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 222 | msgstr "" |
| 223 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 224 | #: option.c:242 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 225 | msgid "Map RFC3993 subscriber-id to tag." |
| 226 | msgstr "" |
| 227 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 228 | #: option.c:243 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 229 | msgid "Don't do DHCP for hosts with tag set." |
| 230 | msgstr "" |
| 231 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 232 | #: option.c:244 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 233 | msgid "Force broadcast replies for hosts with tag set." |
| 234 | msgstr "" |
| 235 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 236 | #: option.c:245 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 237 | msgid "Do NOT fork into the background, do NOT run in debug mode." |
| 238 | msgstr "" |
| 239 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 240 | #: option.c:246 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 241 | msgid "Assume we are the only DHCP server on the local network." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 242 | msgstr "" |
| 243 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 244 | #: option.c:247 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 245 | #, c-format |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 246 | msgid "Specify where to store DHCP leases (defaults to %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 247 | msgstr "" |
| 248 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 249 | #: option.c:248 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 250 | msgid "Return MX records for local hosts." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 251 | msgstr "" |
| 252 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 253 | #: option.c:249 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 254 | msgid "Specify an MX record." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 255 | msgstr "" |
| 256 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 257 | #: option.c:250 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 258 | msgid "Specify BOOTP options to DHCP server." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 259 | msgstr "" |
| 260 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 261 | #: option.c:251 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 262 | #, c-format |
| 263 | msgid "Do NOT poll %s file, reload only on SIGHUP." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 264 | msgstr "" |
| 265 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 266 | #: option.c:252 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 267 | msgid "Do NOT cache failed search results." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 268 | msgstr "" |
| 269 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 270 | #: option.c:253 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 271 | #, c-format |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 272 | msgid "Use nameservers strictly in the order given in %s." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 273 | msgstr "" |
| 274 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 275 | #: option.c:254 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 276 | msgid "Specify options to be sent to DHCP clients." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 277 | msgstr "" |
| 278 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 279 | #: option.c:255 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 280 | msgid "DHCP option sent even if the client does not request it." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 281 | msgstr "" |
| 282 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 283 | #: option.c:256 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 284 | msgid "Specify port to listen for DNS requests on (defaults to 53)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 285 | msgstr "" |
| 286 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 287 | #: option.c:257 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 288 | #, c-format |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 289 | msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 290 | msgstr "" |
| 291 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 292 | #: option.c:258 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 293 | msgid "Log DNS queries." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 294 | msgstr "" |
| 295 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 296 | #: option.c:259 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 297 | msgid "Force the originating port for upstream DNS queries." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 298 | msgstr "" |
| 299 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 300 | #: option.c:260 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 301 | msgid "Do NOT read resolv.conf." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 302 | msgstr "" |
| 303 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 304 | #: option.c:261 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 305 | #, c-format |
| 306 | msgid "Specify path to resolv.conf (defaults to %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 307 | msgstr "" |
| 308 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 309 | #: option.c:262 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 310 | msgid "Specify address(es) of upstream servers with optional domains." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 311 | msgstr "" |
| 312 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 313 | #: option.c:263 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 314 | msgid "Never forward queries to specified domains." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 315 | msgstr "" |
| 316 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 317 | #: option.c:264 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 318 | msgid "Specify the domain to be assigned in DHCP leases." |
| 319 | msgstr "" |
| 320 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 321 | #: option.c:265 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 322 | msgid "Specify default target in an MX record." |
| 323 | msgstr "" |
| 324 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 325 | #: option.c:266 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 326 | msgid "Specify time-to-live in seconds for replies from /etc/hosts." |
| 327 | msgstr "" |
| 328 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 329 | #: option.c:267 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 330 | msgid "Specify time-to-live in seconds for negative caching." |
| 331 | msgstr "" |
| 332 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 333 | #: option.c:268 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 334 | #, c-format |
| 335 | msgid "Change to this user after startup. (defaults to %s)." |
| 336 | msgstr "" |
| 337 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 338 | #: option.c:269 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 339 | msgid "Map DHCP vendor class to tag." |
| 340 | msgstr "" |
| 341 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 342 | #: option.c:270 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 343 | msgid "Display dnsmasq version and copyright information." |
| 344 | msgstr "" |
| 345 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 346 | #: option.c:271 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 347 | msgid "Translate IPv4 addresses from upstream servers." |
| 348 | msgstr "" |
| 349 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 350 | #: option.c:272 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 351 | msgid "Specify a SRV record." |
| 352 | msgstr "" |
| 353 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 354 | #: option.c:273 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 355 | msgid "Display this message. Use --help dhcp for known DHCP options." |
| 356 | msgstr "" |
| 357 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 358 | #: option.c:274 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 359 | #, fuzzy, c-format |
| 360 | msgid "Specify path of PID file (defaults to %s)." |
| 361 | msgstr "Angabe der Konfigurationsdatei (Voreinstellung: %s)." |
| 362 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 363 | #: option.c:275 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 364 | #, c-format |
| 365 | msgid "Specify maximum number of DHCP leases (defaults to %s)." |
| 366 | msgstr "" |
| 367 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 368 | #: option.c:276 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 369 | msgid "Answer DNS queries based on the interface a query was sent to." |
| 370 | msgstr "" |
| 371 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 372 | #: option.c:277 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 373 | msgid "Specify TXT DNS record." |
| 374 | msgstr "" |
| 375 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 376 | #: option.c:278 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 377 | msgid "Specify PTR DNS record." |
| 378 | msgstr "" |
| 379 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 380 | #: option.c:279 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 381 | msgid "Give DNS name to IPv4 address of interface." |
| 382 | msgstr "" |
| 383 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 384 | #: option.c:280 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 385 | msgid "Bind only to interfaces in use." |
| 386 | msgstr "" |
| 387 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 388 | #: option.c:281 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 389 | #, c-format |
| 390 | msgid "Read DHCP static host information from %s." |
| 391 | msgstr "" |
| 392 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 393 | #: option.c:282 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 394 | msgid "Enable the DBus interface for setting upstream servers, etc." |
| 395 | msgstr "" |
| 396 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 397 | #: option.c:283 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 398 | msgid "Do not provide DHCP on this interface, only provide DNS." |
| 399 | msgstr "" |
| 400 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 401 | #: option.c:284 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 402 | msgid "Enable dynamic address allocation for bootp." |
| 403 | msgstr "" |
| 404 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 405 | #: option.c:285 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 406 | msgid "Map MAC address (with wildcards) to option set." |
| 407 | msgstr "" |
| 408 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 409 | #: option.c:287 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 410 | msgid "Treat DHCP requests on aliases as arriving from interface." |
| 411 | msgstr "" |
| 412 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 413 | #: option.c:289 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 414 | msgid "Disable ICMP echo address checking in the DHCP server." |
| 415 | msgstr "" |
| 416 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 417 | #: option.c:290 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 418 | msgid "Script to run on DHCP lease creation and destruction." |
| 419 | msgstr "" |
| 420 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 421 | #: option.c:291 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 422 | msgid "Read configuration from all the files in this directory." |
| 423 | msgstr "" |
| 424 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 425 | #: option.c:292 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 426 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
| 427 | msgstr "" |
| 428 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 429 | #: option.c:293 |
| 430 | msgid "Do not use leasefile." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 431 | msgstr "" |
| 432 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 433 | #: option.c:294 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 434 | #, c-format |
| 435 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
| 436 | msgstr "" |
| 437 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 438 | #: option.c:295 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 439 | #, c-format |
| 440 | msgid "Clear DNS cache when reloading %s." |
| 441 | msgstr "" |
| 442 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 443 | #: option.c:296 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 444 | msgid "Ignore hostnames provided by DHCP clients." |
| 445 | msgstr "" |
| 446 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 447 | #: option.c:297 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 448 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
| 449 | msgstr "" |
| 450 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 451 | #: option.c:298 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 452 | msgid "Enable integrated read-only TFTP server." |
| 453 | msgstr "" |
| 454 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 455 | #: option.c:299 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 456 | msgid "Export files by TFTP only from the specified subtree." |
| 457 | msgstr "" |
| 458 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 459 | #: option.c:300 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 460 | msgid "Add client IP address to tftp-root." |
| 461 | msgstr "" |
| 462 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 463 | #: option.c:301 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 464 | msgid "Allow access only to files owned by the user running dnsmasq." |
| 465 | msgstr "" |
| 466 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 467 | #: option.c:302 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 468 | #, c-format |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 469 | msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)." |
| 470 | msgstr "" |
| 471 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 472 | #: option.c:303 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 473 | msgid "Disable the TFTP blocksize extension." |
| 474 | msgstr "" |
| 475 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 476 | #: option.c:304 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 477 | msgid "Ephemeral port range for use by TFTP transfers." |
| 478 | msgstr "" |
| 479 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 480 | #: option.c:305 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 481 | msgid "Extra logging for DHCP." |
| 482 | msgstr "" |
| 483 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 484 | #: option.c:306 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 485 | msgid "Enable async. logging; optionally set queue length." |
| 486 | msgstr "" |
| 487 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 488 | #: option.c:307 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 489 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
| 490 | msgstr "" |
| 491 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 492 | #: option.c:308 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 493 | msgid "Always perform DNS queries to all servers." |
| 494 | msgstr "" |
| 495 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 496 | #: option.c:309 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 497 | msgid "Set tag if client includes option in request." |
| 498 | msgstr "" |
| 499 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 500 | #: option.c:310 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 501 | msgid "Use alternative ports for DHCP." |
| 502 | msgstr "" |
| 503 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 504 | #: option.c:311 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 505 | msgid "Run lease-change script as this user." |
| 506 | msgstr "" |
| 507 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 508 | #: option.c:312 |
| 509 | msgid "Specify NAPTR DNS record." |
| 510 | msgstr "" |
| 511 | |
| 512 | #: option.c:313 |
| 513 | msgid "Specify lowest port available for DNS query transmission." |
| 514 | msgstr "" |
| 515 | |
| 516 | #: option.c:564 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 517 | #, c-format |
| 518 | msgid "" |
| 519 | "Usage: dnsmasq [options]\n" |
| 520 | "\n" |
| 521 | msgstr "" |
| 522 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 523 | #: option.c:566 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 524 | #, c-format |
| 525 | msgid "Use short options only on the command line.\n" |
| 526 | msgstr "" |
| 527 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 528 | #: option.c:568 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 529 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 530 | msgid "Valid options are:\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 531 | msgstr "" |
| 532 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 533 | #: option.c:608 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 534 | #, c-format |
| 535 | msgid "Known DHCP options:\n" |
| 536 | msgstr "" |
| 537 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 538 | #: option.c:681 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 539 | msgid "bad dhcp-option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 540 | msgstr "" |
| 541 | |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 542 | # @Simon: Here I need an example to understand it :) |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 543 | #: option.c:737 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 544 | #, fuzzy |
| 545 | msgid "bad IP address" |
| 546 | msgstr "lese %s - %d Adressen" |
| 547 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 548 | #: option.c:835 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 549 | msgid "bad domain in dhcp-option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 550 | msgstr "" |
| 551 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 552 | #: option.c:893 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 553 | msgid "dhcp-option too long" |
| 554 | msgstr "" |
| 555 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 556 | #: option.c:922 |
| 557 | msgid "illegal repeated flag" |
| 558 | msgstr "" |
| 559 | |
| 560 | #: option.c:930 |
| 561 | msgid "illegal repeated keyword" |
| 562 | msgstr "" |
| 563 | |
| 564 | #: option.c:964 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 565 | #, c-format |
| 566 | msgid "cannot access directory %s: %s" |
| 567 | msgstr "" |
| 568 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 569 | #: option.c:983 tftp.c:348 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 570 | #, c-format |
| 571 | msgid "cannot access %s: %s" |
| 572 | msgstr "" |
| 573 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 574 | #: option.c:1020 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 575 | msgid "only one dhcp-hostsfile allowed" |
| 576 | msgstr "" |
| 577 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 578 | #: option.c:1027 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 579 | msgid "only one dhcp-optsfile allowed" |
| 580 | msgstr "" |
| 581 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 582 | #: option.c:1071 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 583 | msgid "bad MX preference" |
| 584 | msgstr "" |
| 585 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 586 | #: option.c:1075 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 587 | msgid "bad MX name" |
| 588 | msgstr "" |
| 589 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 590 | #: option.c:1089 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 591 | msgid "bad MX target" |
| 592 | msgstr "" |
| 593 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 594 | #: option.c:1100 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 595 | msgid "cannot run scripts under uClinux" |
| 596 | msgstr "" |
| 597 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 598 | #: option.c:1293 option.c:1301 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 599 | msgid "bad port" |
| 600 | msgstr "" |
| 601 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 602 | #: option.c:1321 option.c:1346 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 603 | msgid "interface binding not supported" |
| 604 | msgstr "" |
| 605 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 606 | #: option.c:1464 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 607 | msgid "bad port range" |
| 608 | msgstr "" |
| 609 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 610 | #: option.c:1481 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 611 | msgid "bad bridge-interface" |
| 612 | msgstr "" |
| 613 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 614 | #: option.c:1522 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 615 | msgid "bad dhcp-range" |
| 616 | msgstr "" |
| 617 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 618 | #: option.c:1548 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 619 | msgid "only one netid tag allowed" |
| 620 | msgstr "" |
| 621 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 622 | #: option.c:1588 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 623 | msgid "inconsistent DHCP range" |
| 624 | msgstr "" |
| 625 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 626 | #: option.c:1756 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 627 | msgid "bad DHCP host name" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 628 | msgstr "" |
| 629 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 630 | #: option.c:1928 option.c:2171 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 631 | msgid "invalid port number" |
| 632 | msgstr "" |
| 633 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 634 | #: option.c:2014 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 635 | msgid "bad interface name" |
| 636 | msgstr "" |
| 637 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 638 | #: option.c:2034 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 639 | msgid "bad PTR record" |
| 640 | msgstr "" |
| 641 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 642 | #: option.c:2064 |
| 643 | msgid "bad NAPTR record" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 644 | msgstr "" |
| 645 | |
| 646 | #: option.c:2090 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 647 | msgid "TXT record string too long" |
| 648 | msgstr "" |
| 649 | |
| 650 | #: option.c:2094 |
| 651 | msgid "bad TXT record" |
| 652 | msgstr "" |
| 653 | |
| 654 | #: option.c:2154 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 655 | msgid "bad SRV record" |
| 656 | msgstr "" |
| 657 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 658 | #: option.c:2163 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 659 | msgid "bad SRV target" |
| 660 | msgstr "" |
| 661 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 662 | #: option.c:2178 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 663 | msgid "invalid priority" |
| 664 | msgstr "" |
| 665 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 666 | #: option.c:2185 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 667 | msgid "invalid weight" |
| 668 | msgstr "" |
| 669 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 670 | #: option.c:2221 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 671 | #, c-format |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 672 | msgid "files nested too deep in %s" |
| 673 | msgstr "" |
| 674 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 675 | #: option.c:2229 tftp.c:503 |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 676 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 677 | msgid "cannot read %s: %s" |
| 678 | msgstr "" |
| 679 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 680 | #: option.c:2290 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 681 | msgid "missing \"" |
| 682 | msgstr "" |
| 683 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 684 | #: option.c:2337 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 685 | msgid "bad option" |
| 686 | msgstr "" |
| 687 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 688 | #: option.c:2339 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 689 | msgid "extraneous parameter" |
| 690 | msgstr "" |
| 691 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 692 | #: option.c:2341 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 693 | msgid "missing parameter" |
| 694 | msgstr "" |
| 695 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 696 | #: option.c:2349 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 697 | msgid "error" |
| 698 | msgstr "" |
| 699 | |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 700 | # @Simon: "Speicher nicht verfügbar" = "memory not available" |
| 701 | # @Simon: "could not get memory" = "konnte keinen Speicher bekommen" or "konnte Speicher nicht bekommen" |
| 702 | # @Simon: ("keinen Speicher" = "no memory", "... nicht bekommen" = "... not get") |
| 703 | # @Simon: both would be correct - but would sound rather clumsy in german |
| 704 | # @Simon: how about "Nicht genügend Speicher verfügbar" = "Not enough memory available" ? |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 705 | #: option.c:2355 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 706 | #, c-format |
| 707 | msgid "%s at line %d of %%s" |
| 708 | msgstr "%s in Zeile %d von %%s" |
| 709 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 710 | #: option.c:2395 option.c:2425 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 711 | #, c-format |
| 712 | msgid "read %s" |
| 713 | msgstr "" |
| 714 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 715 | #: option.c:2492 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 716 | #, c-format |
| 717 | msgid "Dnsmasq version %s %s\n" |
| 718 | msgstr "" |
| 719 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 720 | #: option.c:2493 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 721 | #, c-format |
| 722 | msgid "" |
| 723 | "Compile time options %s\n" |
| 724 | "\n" |
| 725 | msgstr "" |
| 726 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 727 | #: option.c:2494 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 728 | #, c-format |
| 729 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
| 730 | msgstr "" |
| 731 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 732 | #: option.c:2495 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 733 | #, c-format |
| 734 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
| 735 | msgstr "" |
| 736 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 737 | #: option.c:2496 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 738 | #, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 739 | 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] | 740 | msgstr "" |
| 741 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 742 | #: option.c:2507 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 743 | msgid "try --help" |
| 744 | msgstr "" |
| 745 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 746 | #: option.c:2509 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 747 | msgid "try -w" |
| 748 | msgstr "" |
| 749 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 750 | #: option.c:2512 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 751 | #, c-format |
| 752 | msgid "bad command line options: %s" |
| 753 | msgstr "" |
| 754 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 755 | #: option.c:2553 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 756 | #, c-format |
| 757 | msgid "cannot get host-name: %s" |
| 758 | msgstr "" |
| 759 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 760 | #: option.c:2581 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 761 | msgid "only one resolv.conf file allowed in no-poll mode." |
| 762 | msgstr "" |
| 763 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 764 | #: option.c:2591 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 765 | msgid "must have exactly one resolv.conf to read domain from." |
| 766 | msgstr "" |
| 767 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 768 | #: option.c:2594 network.c:717 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 769 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 770 | msgid "failed to read %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 771 | msgstr "" |
| 772 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 773 | #: option.c:2612 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 774 | #, c-format |
| 775 | msgid "no search directive found in %s" |
| 776 | msgstr "" |
| 777 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 778 | #: forward.c:403 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 779 | #, c-format |
| 780 | msgid "nameserver %s refused to do a recursive query" |
| 781 | msgstr "" |
| 782 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 783 | #: forward.c:431 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 784 | msgid "possible DNS-rebind attack detected" |
| 785 | msgstr "" |
| 786 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 787 | #: isc.c:77 dnsmasq.c:889 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 788 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 789 | msgid "failed to access %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 790 | msgstr "" |
| 791 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 792 | #: isc.c:93 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 793 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 794 | msgid "failed to load %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 795 | msgstr "" |
| 796 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 797 | #: isc.c:97 dnsmasq.c:911 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 798 | #, c-format |
| 799 | msgid "reading %s" |
| 800 | msgstr "" |
| 801 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 802 | #: isc.c:119 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 803 | #, c-format |
| 804 | msgid "bad name in %s" |
| 805 | msgstr "" |
| 806 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 807 | #: isc.c:181 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 808 | #, c-format |
| 809 | msgid "Ignoring DHCP lease for %s because it has an illegal domain part" |
| 810 | msgstr "" |
| 811 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 812 | #: network.c:45 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 813 | #, c-format |
| 814 | msgid "unknown interface %s in bridge-interface" |
| 815 | msgstr "" |
| 816 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 817 | #: network.c:389 dnsmasq.c:194 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 818 | #, c-format |
| 819 | msgid "failed to create listening socket: %s" |
| 820 | msgstr "" |
| 821 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 822 | #: network.c:396 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 823 | #, c-format |
| 824 | msgid "failed to set IPV6 options on listening socket: %s" |
| 825 | msgstr "" |
| 826 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 827 | #: network.c:415 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 828 | #, c-format |
| 829 | msgid "failed to bind listening socket for %s: %s" |
| 830 | msgstr "" |
| 831 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 832 | #: network.c:420 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 833 | #, c-format |
| 834 | msgid "failed to listen on socket: %s" |
| 835 | msgstr "" |
| 836 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 837 | #: network.c:432 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 838 | #, c-format |
| 839 | msgid "failed to create TFTP socket: %s" |
| 840 | msgstr "" |
| 841 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 842 | #: network.c:624 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 843 | #, c-format |
| 844 | msgid "failed to bind server socket for %s: %s" |
| 845 | msgstr "" |
| 846 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 847 | #: network.c:657 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 848 | #, c-format |
| 849 | msgid "ignoring nameserver %s - local interface" |
| 850 | msgstr "" |
| 851 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 852 | #: network.c:668 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 853 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 854 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 855 | msgstr "" |
| 856 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 857 | #: network.c:683 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 858 | msgid "unqualified" |
| 859 | msgstr "" |
| 860 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 861 | #: network.c:683 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 862 | msgid "names" |
| 863 | msgstr "" |
| 864 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 865 | #: network.c:685 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 866 | msgid "default" |
| 867 | msgstr "" |
| 868 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 869 | #: network.c:687 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 870 | msgid "domain" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 871 | msgstr "" |
| 872 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 873 | #: network.c:690 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 874 | #, c-format |
| 875 | msgid "using local addresses only for %s %s" |
| 876 | msgstr "" |
| 877 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 878 | #: network.c:692 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 879 | #, c-format |
| 880 | msgid "using nameserver %s#%d for %s %s" |
| 881 | msgstr "" |
| 882 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 883 | #: network.c:695 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 884 | #, c-format |
| 885 | msgid "using nameserver %s#%d(via %s)" |
| 886 | msgstr "" |
| 887 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 888 | #: network.c:697 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 889 | #, c-format |
| 890 | msgid "using nameserver %s#%d" |
| 891 | msgstr "" |
| 892 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 893 | #: dnsmasq.c:122 |
| 894 | msgid "ISC dhcpd integration not available: set HAVE_ISC_READER in src/config.h" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 895 | msgstr "" |
| 896 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 897 | #: dnsmasq.c:144 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 898 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
| 899 | msgstr "" |
| 900 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 901 | #: dnsmasq.c:149 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 902 | msgid "asychronous logging is not available under Solaris" |
| 903 | msgstr "" |
| 904 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 905 | #: dnsmasq.c:165 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 906 | msgid "must set exactly one interface on broken systems without IP_RECVIF" |
| 907 | msgstr "" |
| 908 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 909 | #: dnsmasq.c:175 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 910 | #, c-format |
| 911 | msgid "failed to find list of interfaces: %s" |
| 912 | msgstr "" |
| 913 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 914 | #: dnsmasq.c:183 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 915 | #, c-format |
| 916 | msgid "unknown interface %s" |
| 917 | msgstr "" |
| 918 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 919 | #: dnsmasq.c:189 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 920 | #, c-format |
| 921 | msgid "no interface with address %s" |
| 922 | msgstr "" |
| 923 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 924 | #: dnsmasq.c:206 dnsmasq.c:663 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 925 | #, c-format |
| 926 | msgid "DBus error: %s" |
| 927 | msgstr "" |
| 928 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 929 | #: dnsmasq.c:209 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 930 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
| 931 | msgstr "" |
| 932 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 933 | #: dnsmasq.c:233 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 934 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 935 | msgid "unknown user or group: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 936 | msgstr "" |
| 937 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 938 | #: dnsmasq.c:290 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 939 | #, c-format |
| 940 | msgid "cannot chdir to filesystem root: %s" |
| 941 | msgstr "" |
| 942 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 943 | #: dnsmasq.c:302 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 944 | #, c-format |
| 945 | msgid "cannot fork into background: %s" |
| 946 | msgstr "" |
| 947 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 948 | #: dnsmasq.c:451 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 949 | #, c-format |
| 950 | msgid "started, version %s DNS disabled" |
| 951 | msgstr "" |
| 952 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 953 | #: dnsmasq.c:453 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 954 | #, c-format |
| 955 | msgid "started, version %s cachesize %d" |
| 956 | msgstr "" |
| 957 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 958 | #: dnsmasq.c:455 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 959 | #, c-format |
| 960 | msgid "started, version %s cache disabled" |
| 961 | msgstr "" |
| 962 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 963 | #: dnsmasq.c:457 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 964 | #, c-format |
| 965 | msgid "compile time options: %s" |
| 966 | msgstr "" |
| 967 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 968 | #: dnsmasq.c:463 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 969 | msgid "DBus support enabled: connected to system bus" |
| 970 | msgstr "" |
| 971 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 972 | #: dnsmasq.c:465 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 973 | msgid "DBus support enabled: bus connection pending" |
| 974 | msgstr "" |
| 975 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 976 | #: dnsmasq.c:470 |
| 977 | #, c-format |
| 978 | msgid "warning: failed to change owner of %s: %s" |
| 979 | msgstr "" |
| 980 | |
| 981 | #: dnsmasq.c:474 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 982 | msgid "setting --bind-interfaces option because of OS limitations" |
| 983 | msgstr "" |
| 984 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 985 | #: dnsmasq.c:479 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 986 | #, c-format |
| 987 | msgid "warning: interface %s does not currently exist" |
| 988 | msgstr "" |
| 989 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 990 | #: dnsmasq.c:484 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 991 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
| 992 | msgstr "" |
| 993 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 994 | #: dnsmasq.c:487 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 995 | msgid "warning: no upstream servers configured" |
| 996 | msgstr "" |
| 997 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 998 | #: dnsmasq.c:491 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 999 | #, c-format |
| 1000 | msgid "asynchronous logging enabled, queue limit is %d messages" |
| 1001 | msgstr "" |
| 1002 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1003 | #: dnsmasq.c:503 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1004 | #, c-format |
| 1005 | msgid "DHCP, static leases only on %.0s%s, lease time %s" |
| 1006 | msgstr "" |
| 1007 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1008 | #: dnsmasq.c:504 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1009 | #, c-format |
| 1010 | msgid "DHCP, IP range %s -- %s, lease time %s" |
| 1011 | msgstr "" |
| 1012 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1013 | #: dnsmasq.c:518 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1014 | msgid "root is " |
| 1015 | msgstr "" |
| 1016 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1017 | #: dnsmasq.c:518 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1018 | msgid "enabled" |
| 1019 | msgstr "" |
| 1020 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1021 | #: dnsmasq.c:520 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1022 | msgid "secure mode" |
| 1023 | msgstr "" |
| 1024 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1025 | #: dnsmasq.c:546 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1026 | #, c-format |
| 1027 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
| 1028 | msgstr "" |
| 1029 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1030 | #: dnsmasq.c:665 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1031 | msgid "connected to system DBus" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1032 | msgstr "" |
| 1033 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1034 | #: dnsmasq.c:753 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1035 | #, c-format |
| 1036 | msgid "failed to create helper: %s" |
| 1037 | msgstr "" |
| 1038 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1039 | #: dnsmasq.c:756 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1040 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1041 | msgid "setting capabilities failed: %s" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1042 | msgstr "" |
| 1043 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1044 | #: dnsmasq.c:760 |
| 1045 | #, c-format |
| 1046 | msgid "failed to change user-id to %s: %s" |
| 1047 | msgstr "" |
| 1048 | |
| 1049 | #: dnsmasq.c:765 |
| 1050 | #, c-format |
| 1051 | msgid "failed to change group-id to %s: %s" |
| 1052 | msgstr "" |
| 1053 | |
| 1054 | #: dnsmasq.c:768 |
| 1055 | #, c-format |
| 1056 | msgid "failed to open pidfile %s: %s" |
| 1057 | msgstr "" |
| 1058 | |
| 1059 | #: dnsmasq.c:771 |
| 1060 | #, c-format |
| 1061 | msgid "cannot open %s: %s" |
| 1062 | msgstr "" |
| 1063 | |
| 1064 | #: dnsmasq.c:822 |
| 1065 | #, c-format |
| 1066 | msgid "child process killed by signal %d" |
| 1067 | msgstr "" |
| 1068 | |
| 1069 | #: dnsmasq.c:826 |
| 1070 | #, c-format |
| 1071 | msgid "child process exited with status %d" |
| 1072 | msgstr "" |
| 1073 | |
| 1074 | #: dnsmasq.c:830 |
| 1075 | #, c-format |
| 1076 | msgid "failed to execute %s: %s" |
| 1077 | msgstr "" |
| 1078 | |
| 1079 | #: dnsmasq.c:871 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1080 | msgid "exiting on receipt of SIGTERM" |
| 1081 | msgstr "" |
| 1082 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1083 | #: dnsmasq.c:922 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1084 | #, c-format |
| 1085 | msgid "no servers found in %s, will retry" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1086 | msgstr "" |
| 1087 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1088 | #: dhcp.c:38 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1089 | #, c-format |
| 1090 | msgid "cannot create DHCP socket : %s" |
| 1091 | msgstr "" |
| 1092 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1093 | #: dhcp.c:50 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1094 | #, c-format |
| 1095 | msgid "failed to set options on DHCP socket: %s" |
| 1096 | msgstr "" |
| 1097 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1098 | #: dhcp.c:68 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1099 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1100 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1101 | msgstr "" |
| 1102 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1103 | #: dhcp.c:81 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1104 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1105 | msgid "failed to bind DHCP server socket: %s" |
| 1106 | msgstr "" |
| 1107 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1108 | #: dhcp.c:94 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1109 | #, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1110 | msgid "cannot create ICMP raw socket: %s." |
| 1111 | msgstr "" |
| 1112 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1113 | #: dhcp.c:223 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1114 | #, c-format |
| 1115 | msgid "DHCP packet received on %s which has no address" |
| 1116 | msgstr "" |
| 1117 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1118 | #: dhcp.c:382 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1119 | #, c-format |
| 1120 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
| 1121 | msgstr "" |
| 1122 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1123 | #: dhcp.c:709 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1124 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1125 | msgid "failed to read %s:%s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1126 | msgstr "" |
| 1127 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1128 | #: dhcp.c:744 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1129 | #, c-format |
| 1130 | msgid "bad line at %s line %d" |
| 1131 | msgstr "" |
| 1132 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1133 | #: dhcp.c:847 |
| 1134 | #, c-format |
| 1135 | msgid "duplicate IP address %s in dhcp-config directive." |
| 1136 | msgstr "" |
| 1137 | |
| 1138 | #: dhcp.c:850 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1139 | #, c-format |
| 1140 | msgid "duplicate IP address %s in %s." |
| 1141 | msgstr "" |
| 1142 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1143 | #: dhcp.c:858 |
| 1144 | #, c-format |
| 1145 | msgid "illegal domain %s in dhcp-config directive." |
| 1146 | msgstr "" |
| 1147 | |
| 1148 | #: dhcp.c:860 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1149 | #, c-format |
| 1150 | msgid "illegal domain %s in %s." |
| 1151 | msgstr "" |
| 1152 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1153 | #: dhcp.c:899 |
| 1154 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1155 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1156 | msgstr "" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1157 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1158 | #: dhcp.c:904 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1159 | #, c-format |
| 1160 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
| 1161 | msgstr "" |
| 1162 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1163 | #: lease.c:58 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1164 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1165 | msgid "cannot open or create lease file %s: %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1166 | msgstr "" |
| 1167 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1168 | #: lease.c:84 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1169 | msgid "too many stored leases" |
| 1170 | msgstr "" |
| 1171 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1172 | #: lease.c:125 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1173 | #, c-format |
| 1174 | msgid "cannot run lease-init script %s: %s" |
| 1175 | msgstr "" |
| 1176 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1177 | #: lease.c:131 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1178 | #, c-format |
| 1179 | msgid "lease-init script returned exit code %s" |
| 1180 | msgstr "" |
| 1181 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1182 | #: lease.c:238 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1183 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1184 | msgid "failed to write %s: %s (retry in %us)" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1185 | msgstr "" |
| 1186 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1187 | #: rfc2131.c:310 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1188 | #, c-format |
| 1189 | msgid "no address range available for DHCP request %s %s" |
| 1190 | msgstr "" |
| 1191 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1192 | #: rfc2131.c:311 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1193 | msgid "with subnet selector" |
| 1194 | msgstr "" |
| 1195 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1196 | #: rfc2131.c:311 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1197 | msgid "via" |
| 1198 | msgstr "" |
| 1199 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1200 | #: rfc2131.c:322 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1201 | #, c-format |
| 1202 | msgid "DHCP packet: transaction-id is %u" |
| 1203 | msgstr "" |
| 1204 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1205 | #: rfc2131.c:327 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1206 | #, c-format |
| 1207 | msgid "Available DHCP subnet: %s/%s" |
| 1208 | msgstr "" |
| 1209 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1210 | #: rfc2131.c:329 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1211 | #, c-format |
| 1212 | msgid "Available DHCP range: %s -- %s" |
| 1213 | msgstr "" |
| 1214 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1215 | #: rfc2131.c:357 rfc2131.c:388 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1216 | msgid "disabled" |
| 1217 | msgstr "" |
| 1218 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1219 | #: rfc2131.c:400 rfc2131.c:892 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1220 | msgid "address in use" |
| 1221 | msgstr "" |
| 1222 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1223 | #: rfc2131.c:403 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1224 | msgid "no address configured" |
| 1225 | msgstr "" |
| 1226 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1227 | #: rfc2131.c:416 rfc2131.c:747 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1228 | msgid "no address available" |
| 1229 | msgstr "" |
| 1230 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1231 | #: rfc2131.c:425 rfc2131.c:902 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1232 | msgid "no leases left" |
| 1233 | msgstr "" |
| 1234 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1235 | #: rfc2131.c:428 rfc2131.c:866 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1236 | msgid "wrong network" |
| 1237 | msgstr "" |
| 1238 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1239 | #: rfc2131.c:530 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1240 | #, c-format |
| 1241 | msgid "Ignoring domain %s for DHCP host name %s" |
| 1242 | msgstr "" |
| 1243 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1244 | #: rfc2131.c:624 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1245 | #, c-format |
| 1246 | msgid "Vendor class: %s" |
| 1247 | msgstr "" |
| 1248 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1249 | #: rfc2131.c:626 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1250 | #, c-format |
| 1251 | msgid "User class: %s" |
| 1252 | msgstr "" |
| 1253 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1254 | #: rfc2131.c:667 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1255 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1256 | msgid "disabling DHCP static address %s for %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1257 | msgstr "" |
| 1258 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1259 | #: rfc2131.c:688 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1260 | msgid "unknown lease" |
| 1261 | msgstr "" |
| 1262 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1263 | #: rfc2131.c:697 rfc2131.c:1018 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1264 | msgid "ignored" |
| 1265 | msgstr "" |
| 1266 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1267 | #: rfc2131.c:718 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1268 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1269 | msgid "not using configured address %s because it is leased to %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1270 | msgstr "" |
| 1271 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1272 | #: rfc2131.c:728 |
| 1273 | #, c-format |
| 1274 | msgid "not using configured address %s because it is in use by the server or relay" |
| 1275 | msgstr "" |
| 1276 | |
| 1277 | #: rfc2131.c:731 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1278 | #, c-format |
| 1279 | msgid "not using configured address %s because it was previously declined" |
| 1280 | msgstr "" |
| 1281 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1282 | #: rfc2131.c:745 rfc2131.c:895 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1283 | msgid "no unique-id" |
| 1284 | msgstr "" |
| 1285 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1286 | #: rfc2131.c:825 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1287 | msgid "wrong address" |
| 1288 | msgstr "" |
| 1289 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1290 | #: rfc2131.c:842 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1291 | msgid "lease not found" |
| 1292 | msgstr "" |
| 1293 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1294 | #: rfc2131.c:874 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1295 | msgid "address not available" |
| 1296 | msgstr "" |
| 1297 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1298 | #: rfc2131.c:885 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1299 | msgid "static lease available" |
| 1300 | msgstr "" |
| 1301 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1302 | #: rfc2131.c:889 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1303 | msgid "address reserved" |
| 1304 | msgstr "" |
| 1305 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1306 | #: rfc2131.c:1304 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1307 | #, c-format |
| 1308 | msgid "tags: %s" |
| 1309 | msgstr "" |
| 1310 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1311 | #: rfc2131.c:1391 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1312 | #, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 1313 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1314 | msgstr "" |
| 1315 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1316 | #: rfc2131.c:1561 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1317 | #, c-format |
| 1318 | msgid "requested options: %s" |
| 1319 | msgstr "" |
| 1320 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1321 | #: rfc2131.c:1610 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1322 | #, c-format |
| 1323 | msgid "next server: %s" |
| 1324 | msgstr "" |
| 1325 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1326 | #: rfc2131.c:1634 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1327 | #, c-format |
| 1328 | msgid "bootfile name: %s" |
| 1329 | msgstr "" |
| 1330 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1331 | #: rfc2131.c:1637 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1332 | #, c-format |
| 1333 | msgid "server name: %s" |
| 1334 | msgstr "" |
| 1335 | |
| 1336 | #: netlink.c:63 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1337 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1338 | msgid "cannot create netlink socket: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1339 | msgstr "" |
| 1340 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1341 | #: netlink.c:230 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1342 | #, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1343 | msgid "netlink returns error: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1344 | msgstr "" |
| 1345 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1346 | #: dbus.c:115 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1347 | msgid "attempt to set an IPv6 server address via DBus - no IPv6 support" |
| 1348 | msgstr "" |
| 1349 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1350 | #: dbus.c:243 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1351 | msgid "setting upstream servers from DBus" |
| 1352 | msgstr "" |
| 1353 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1354 | #: dbus.c:281 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1355 | msgid "could not register a DBus message handler" |
| 1356 | msgstr "" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1357 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1358 | #: bpf.c:146 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1359 | #, c-format |
| 1360 | msgid "cannot create DHCP BPF socket: %s" |
| 1361 | msgstr "" |
| 1362 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1363 | #: bpf.c:174 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1364 | #, c-format |
| 1365 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
| 1366 | msgstr "" |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 1367 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1368 | #: tftp.c:175 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1369 | msgid "unable to get free port for TFTP" |
| 1370 | msgstr "" |
| 1371 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1372 | #: tftp.c:190 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1373 | #, c-format |
| 1374 | msgid "unsupported request from %s" |
| 1375 | msgstr "" |
| 1376 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1377 | #: tftp.c:271 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1378 | #, c-format |
| 1379 | msgid "TFTP sent %s to %s" |
| 1380 | msgstr "" |
| 1381 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1382 | #: tftp.c:294 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1383 | #, c-format |
| 1384 | msgid "file %s not found" |
| 1385 | msgstr "" |
| 1386 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1387 | #: tftp.c:405 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1388 | #, c-format |
| 1389 | msgid "TFTP error %d %s received from %s" |
| 1390 | msgstr "" |
| 1391 | |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1392 | #: tftp.c:436 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1393 | #, c-format |
| 1394 | msgid "TFTP failed sending %s to %s" |
| 1395 | msgstr "" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1396 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1397 | #: log.c:169 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1398 | #, c-format |
| 1399 | msgid "overflow: %d log entries lost" |
| 1400 | msgstr "" |
| 1401 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1402 | #: log.c:246 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1403 | #, c-format |
| 1404 | msgid "log failed: %s" |
| 1405 | msgstr "" |
| 1406 | |
| 1407 | # @Simon: I would like to have an example :) - instead of "von" it would be possible to use "aus", |
| 1408 | # @Simon: both translate to "of" and nothing else, but depending on the sense one could be better |
| 1409 | # @Simon: than the other. |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame^] | 1410 | #: log.c:402 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1411 | msgid "FAILED to start up" |
| 1412 | msgstr "Start gescheitert" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1413 | |
| 1414 | # @Simon: Here I need an example to understand it :) |
| 1415 | #, fuzzy |
| 1416 | #~ msgid "read %s - %d hosts" |
| 1417 | #~ msgstr "lese %s - %d Adressen" |