Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1 | # Norwegian translations for dnsmasq package. |
| 2 | # This file is put in the public domain. |
| 3 | # Simon Kelley <simon@thekelleys.org.uk>, 2006. |
| 4 | # |
| 5 | # Current translator: Jan Erik Askildt <jeaskildt@gmail.com>, 2006 |
| 6 | # |
| 7 | msgid "" |
| 8 | msgstr "" |
| 9 | "Project-Id-Version: dnsmasq 2.25\n" |
| 10 | "Report-Msgid-Bugs-To: \n" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 11 | "POT-Creation-Date: 2009-06-18 12:24+0100\n" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 12 | "PO-Revision-Date: 2006-01-11 17:39+0000\n" |
| 13 | "Last-Translator: Jan Erik Askildt <jeaskildt@gmail.com>\n" |
| 14 | "Language-Team: Norwegian <i18n-nb@lister.ping.uio.no>\n" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 15 | "Language: no\n" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 16 | "MIME-Version: 1.0\n" |
| 17 | "Content-Type: text/plain; charset=ISO-8859-1\n" |
| 18 | "Content-Transfer-Encoding: 8bit\n" |
| 19 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 20 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 21 | #: cache.c:505 |
| 22 | msgid "Internal error in cache." |
| 23 | msgstr "" |
| 24 | |
| 25 | #: cache.c:908 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 26 | #, fuzzy, c-format |
| 27 | msgid "failed to load names from %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 28 | msgstr "feilet å laste navn fra %s: %s" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 29 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 30 | #: cache.c:934 dhcp.c:820 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 31 | #, c-format |
| 32 | msgid "bad address at %s line %d" |
| 33 | msgstr "dårlig adresse ved %s linje %d" |
| 34 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 35 | #: cache.c:985 dhcp.c:836 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 36 | #, c-format |
| 37 | msgid "bad name at %s line %d" |
| 38 | msgstr "dårlig navn ved %s linje %d" |
| 39 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 40 | #: cache.c:992 dhcp.c:911 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 41 | #, c-format |
| 42 | msgid "read %s - %d addresses" |
| 43 | msgstr "les %s - %d adresser" |
| 44 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 45 | #: cache.c:1100 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 46 | msgid "cleared cache" |
| 47 | msgstr "mellomlager tømt" |
| 48 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 49 | #: cache.c:1123 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 50 | #, c-format |
| 51 | msgid "No IPv4 address found for %s" |
| 52 | msgstr "" |
| 53 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 54 | #: cache.c:1201 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 55 | #, c-format |
| 56 | msgid "%s is a CNAME, not giving it to the DHCP lease of %s" |
| 57 | msgstr "" |
| 58 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 59 | #: cache.c:1225 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 60 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 61 | msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s" |
| 62 | msgstr "gir ikke navnet %s til DHCP leien for %s fordi navnet eksisterer i %s med adressen %s" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 63 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 64 | #: cache.c:1366 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 65 | #, c-format |
| 66 | msgid "time %lu" |
| 67 | msgstr "" |
| 68 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 69 | #: cache.c:1367 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 70 | #, fuzzy, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 71 | 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] | 72 | msgstr "mellomlager størrelse %d, %d/%d mellomlager innsettinger re-bruker mellomlager plasser som ikke er utløpt" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 73 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 74 | #: cache.c:1369 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 75 | #, c-format |
| 76 | msgid "queries forwarded %u, queries answered locally %u" |
| 77 | msgstr "" |
| 78 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 79 | #: cache.c:1372 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 80 | #, c-format |
| 81 | msgid "queries for authoritative zones %u" |
| 82 | msgstr "" |
| 83 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 84 | #: cache.c:1398 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 85 | #, c-format |
| 86 | msgid "server %s#%d: queries sent %u, retried or failed %u" |
| 87 | msgstr "" |
| 88 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 89 | #: util.c:45 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 90 | #, fuzzy, c-format |
| 91 | msgid "failed to seed the random number generator: %s" |
| 92 | msgstr "feilet å lytte på socket: %s" |
| 93 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 94 | #: util.c:205 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 95 | #, fuzzy |
| 96 | msgid "failed to allocate memory" |
| 97 | msgstr "feilet å laste %d bytes" |
| 98 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 99 | #: util.c:243 option.c:579 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 100 | msgid "could not get memory" |
| 101 | msgstr "kunne ikke få minne" |
| 102 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 103 | #: util.c:253 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 104 | #, fuzzy, c-format |
| 105 | msgid "cannot create pipe: %s" |
| 106 | msgstr "kan ikke lese %s: %s" |
| 107 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 108 | #: util.c:261 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 109 | #, fuzzy, c-format |
| 110 | msgid "failed to allocate %d bytes" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 111 | msgstr "feilet å laste %d bytes" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 112 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 113 | #: util.c:429 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 114 | #, c-format |
| 115 | msgid "infinite" |
| 116 | msgstr "uendelig" |
| 117 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 118 | #: option.c:318 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 119 | msgid "Specify local address(es) to listen on." |
| 120 | msgstr "Spesifiser lokal(e) adresse(r) å lytte på." |
| 121 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 122 | #: option.c:319 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 123 | msgid "Return ipaddr for all hosts in specified domains." |
| 124 | msgstr "Returner ipaddr for alle verter i det spesifiserte domenet." |
| 125 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 126 | #: option.c:320 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 127 | msgid "Fake reverse lookups for RFC1918 private address ranges." |
| 128 | msgstr "Forfalsk revers oppslag for RFC1918 private adresse områder." |
| 129 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 130 | #: option.c:321 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 131 | msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)." |
| 132 | msgstr "Behandle ipaddr som NXDOMAIN (omgår Verisign wildcard)." |
| 133 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 134 | #: option.c:322 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 135 | #, c-format |
| 136 | msgid "Specify the size of the cache in entries (defaults to %s)." |
| 137 | msgstr "Spesifiser størrelsen på mellomlager plassene (standard er %s)." |
| 138 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 139 | #: option.c:323 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 140 | #, c-format |
| 141 | msgid "Specify configuration file (defaults to %s)." |
| 142 | msgstr "Spesifiser konfigurasjonsfil (standard er %s)." |
| 143 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 144 | #: option.c:324 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 145 | msgid "Do NOT fork into the background: run in debug mode." |
| 146 | msgstr "IKKE legg (fork) som bakgrunnsprosess: kjør i debug modus." |
| 147 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 148 | #: option.c:325 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 149 | msgid "Do NOT forward queries with no domain part." |
| 150 | msgstr "IKKE videresend oppslag som mangler domene del." |
| 151 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 152 | #: option.c:326 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 153 | msgid "Return self-pointing MX records for local hosts." |
| 154 | msgstr "Returner selv-pekende MX post for lokale verter." |
| 155 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 156 | #: option.c:327 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 157 | msgid "Expand simple names in /etc/hosts with domain-suffix." |
| 158 | msgstr "Utvid enkle navn i /etc/hosts med domene-suffiks." |
| 159 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 160 | #: option.c:328 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 161 | msgid "Don't forward spurious DNS requests from Windows hosts." |
| 162 | msgstr "Ikke videresend falske/uekte DNS forespørsler fra Windows verter." |
| 163 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 164 | #: option.c:329 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 165 | msgid "Enable DHCP in the range given with lease duration." |
| 166 | msgstr "Aktiver DHCP i det gitte området med leie varighet" |
| 167 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 168 | #: option.c:330 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 169 | #, c-format |
| 170 | msgid "Change to this group after startup (defaults to %s)." |
| 171 | msgstr "Skift til denne gruppen etter oppstart (standard er %s)." |
| 172 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 173 | #: option.c:331 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 174 | msgid "Set address or hostname for a specified machine." |
| 175 | msgstr "Sett adresse eller vertsnavn for en spesifikk maskin." |
| 176 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 177 | #: option.c:332 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 178 | #, fuzzy |
| 179 | msgid "Read DHCP host specs from file." |
| 180 | msgstr "dårlig MX navn" |
| 181 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 182 | #: option.c:333 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 183 | msgid "Read DHCP option specs from file." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 184 | msgstr "" |
| 185 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 186 | #: option.c:334 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 187 | msgid "Evaluate conditional tag expression." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 188 | msgstr "" |
| 189 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 190 | #: option.c:335 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 191 | #, c-format |
| 192 | msgid "Do NOT load %s file." |
| 193 | msgstr "IKKE last %s filen." |
| 194 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 195 | #: option.c:336 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 196 | #, c-format |
| 197 | msgid "Specify a hosts file to be read in addition to %s." |
| 198 | msgstr "Spesifiser en verts (hosts) fil som skal leses i tilleg til %s." |
| 199 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 200 | #: option.c:337 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 201 | msgid "Specify interface(s) to listen on." |
| 202 | msgstr "Spesifiser nettverkskort det skal lyttes på." |
| 203 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 204 | #: option.c:338 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 205 | msgid "Specify interface(s) NOT to listen on." |
| 206 | msgstr "Spesifiser nettverkskort det IKKE skal lyttes på." |
| 207 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 208 | #: option.c:339 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 209 | #, fuzzy |
| 210 | msgid "Map DHCP user class to tag." |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 211 | msgstr "Map DHCP bruker klasse til opsjon sett." |
| 212 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 213 | #: option.c:340 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 214 | msgid "Map RFC3046 circuit-id to tag." |
| 215 | msgstr "" |
| 216 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 217 | #: option.c:341 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 218 | msgid "Map RFC3046 remote-id to tag." |
| 219 | msgstr "" |
| 220 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 221 | #: option.c:342 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 222 | msgid "Map RFC3993 subscriber-id to tag." |
| 223 | msgstr "" |
| 224 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 225 | #: option.c:343 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 226 | #, fuzzy |
| 227 | msgid "Don't do DHCP for hosts with tag set." |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 228 | msgstr "Ikke utfør DHCP for klienter i opsjon sett." |
| 229 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 230 | #: option.c:344 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 231 | #, fuzzy |
| 232 | msgid "Force broadcast replies for hosts with tag set." |
| 233 | msgstr "Ikke utfør DHCP for klienter i opsjon sett." |
| 234 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 235 | #: option.c:345 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 236 | msgid "Do NOT fork into the background, do NOT run in debug mode." |
| 237 | msgstr "IKKE last (fork) som bakgrunnsprosess, IKKE kjør i debug modus." |
| 238 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 239 | #: option.c:346 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 240 | msgid "Assume we are the only DHCP server on the local network." |
| 241 | msgstr "Anta at vi er den eneste DHCP tjeneren på det lokale nettverket." |
| 242 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 243 | #: option.c:347 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 244 | #, c-format |
| 245 | msgid "Specify where to store DHCP leases (defaults to %s)." |
| 246 | msgstr "Spesifiser hvor DHCP leiene skal lagres (standard er %s)." |
| 247 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 248 | #: option.c:348 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 249 | msgid "Return MX records for local hosts." |
| 250 | msgstr "Returner MX records for lokale verter." |
| 251 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 252 | #: option.c:349 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 253 | msgid "Specify an MX record." |
| 254 | msgstr "Spesifiser en MX post." |
| 255 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 256 | #: option.c:350 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 257 | msgid "Specify BOOTP options to DHCP server." |
| 258 | msgstr "Spesifiser BOOTP opsjoner til DHCP tjener." |
| 259 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 260 | #: option.c:351 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 261 | #, c-format |
| 262 | msgid "Do NOT poll %s file, reload only on SIGHUP." |
| 263 | msgstr "IKKE spør (poll) %s fil, les på nytt kun ved SIGHUP" |
| 264 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 265 | #: option.c:352 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 266 | msgid "Do NOT cache failed search results." |
| 267 | msgstr "IKKE mellomlagre søkeresultater som feiler." |
| 268 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 269 | #: option.c:353 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 270 | #, c-format |
| 271 | msgid "Use nameservers strictly in the order given in %s." |
| 272 | msgstr "Bruk navnetjenere kun som bestemt i rekkefølgen gitt i %s." |
| 273 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 274 | #: option.c:354 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 275 | #, fuzzy |
| 276 | msgid "Specify options to be sent to DHCP clients." |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 277 | msgstr "Sett ekstra opsjoner som skal fordeles til DHCP klientene." |
| 278 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 279 | #: option.c:355 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 280 | msgid "DHCP option sent even if the client does not request it." |
| 281 | msgstr "" |
| 282 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 283 | #: option.c:356 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 284 | msgid "Specify port to listen for DNS requests on (defaults to 53)." |
| 285 | msgstr "Spesifiser lytteport for DNS oppslag (standard er 53)." |
| 286 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 287 | #: option.c:357 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 288 | #, c-format |
| 289 | msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." |
| 290 | msgstr "Maksimal støttet UDP pakkestørrelse for EDNS.0 (standard er %s)." |
| 291 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 292 | #: option.c:358 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 293 | #, fuzzy |
| 294 | msgid "Log DNS queries." |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 295 | msgstr "Logg oppslag." |
| 296 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 297 | #: option.c:359 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 298 | #, fuzzy |
| 299 | msgid "Force the originating port for upstream DNS queries." |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 300 | msgstr "Tving bruk av opprinnelig port for oppstrøms oppslag." |
| 301 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 302 | #: option.c:360 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 303 | msgid "Do NOT read resolv.conf." |
| 304 | msgstr "IKKE les resolv.conf." |
| 305 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 306 | #: option.c:361 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 307 | #, c-format |
| 308 | msgid "Specify path to resolv.conf (defaults to %s)." |
| 309 | msgstr "Spesifiser stien til resolv.conf (standard er %s)." |
| 310 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 311 | #: option.c:362 |
| 312 | #, fuzzy |
| 313 | msgid "Specify path to file with server= options" |
| 314 | msgstr "Spesifiser stien til PID fil. (standard er %s)." |
| 315 | |
| 316 | #: option.c:363 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 317 | msgid "Specify address(es) of upstream servers with optional domains." |
| 318 | msgstr "Spesifiser adressen(e) til oppstrøms tjenere med valgfrie domener." |
| 319 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 320 | #: option.c:364 |
| 321 | #, fuzzy |
| 322 | msgid "Specify address of upstream servers for reverse address queries" |
| 323 | msgstr "Spesifiser adressen(e) til oppstrøms tjenere med valgfrie domener." |
| 324 | |
| 325 | #: option.c:365 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 326 | msgid "Never forward queries to specified domains." |
| 327 | msgstr "Aldri videresend oppslag til spesifiserte domener." |
| 328 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 329 | #: option.c:366 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 330 | msgid "Specify the domain to be assigned in DHCP leases." |
| 331 | msgstr "Spesifiser domenet som skal tildeles i DHCP leien." |
| 332 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 333 | #: option.c:367 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 334 | msgid "Specify default target in an MX record." |
| 335 | msgstr "Spesifiser default mål i en MX post." |
| 336 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 337 | #: option.c:368 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 338 | msgid "Specify time-to-live in seconds for replies from /etc/hosts." |
| 339 | msgstr "Spesifiser time-to-live i sekunder for svar fra /etc/hosts." |
| 340 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 341 | #: option.c:369 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 342 | #, fuzzy |
| 343 | msgid "Specify time-to-live in seconds for negative caching." |
| 344 | msgstr "Spesifiser time-to-live i sekunder for svar fra /etc/hosts." |
| 345 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 346 | #: option.c:370 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 347 | #, fuzzy |
| 348 | msgid "Specify time-to-live in seconds for maximum TTL to send to clients." |
| 349 | msgstr "Spesifiser time-to-live i sekunder for svar fra /etc/hosts." |
| 350 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 351 | #: option.c:371 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 352 | #, c-format |
| 353 | msgid "Change to this user after startup. (defaults to %s)." |
| 354 | msgstr "Skift til denne bruker etter oppstart (standard er %s)." |
| 355 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 356 | #: option.c:372 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 357 | #, fuzzy |
| 358 | msgid "Map DHCP vendor class to tag." |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 359 | msgstr "Map DHCP produsent klasse til opsjon sett." |
| 360 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 361 | #: option.c:373 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 362 | msgid "Display dnsmasq version and copyright information." |
| 363 | msgstr "Vis dnsmasq versjon og copyright informasjon." |
| 364 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 365 | #: option.c:374 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 366 | msgid "Translate IPv4 addresses from upstream servers." |
| 367 | msgstr "Oversett IPv4 adresser fra oppstrøms tjenere." |
| 368 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 369 | #: option.c:375 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 370 | msgid "Specify a SRV record." |
| 371 | msgstr "Spesifiser en SRV post." |
| 372 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 373 | #: option.c:376 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 374 | msgid "Display this message. Use --help dhcp for known DHCP options." |
| 375 | msgstr "" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 376 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 377 | #: option.c:377 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 378 | #, fuzzy, c-format |
| 379 | msgid "Specify path of PID file (defaults to %s)." |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 380 | msgstr "Spesifiser stien til PID fil. (standard er %s)." |
| 381 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 382 | #: option.c:378 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 383 | #, c-format |
| 384 | msgid "Specify maximum number of DHCP leases (defaults to %s)." |
| 385 | msgstr "Spesifiser maksimum antall DHCP leier (standard er %s)" |
| 386 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 387 | #: option.c:379 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 388 | msgid "Answer DNS queries based on the interface a query was sent to." |
| 389 | msgstr "Svar DNS oppslag basert på nettverkskortet oppslaget ble sendt til." |
| 390 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 391 | #: option.c:380 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 392 | msgid "Specify TXT DNS record." |
| 393 | msgstr "Spesifiser TXT DNS post." |
| 394 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 395 | #: option.c:381 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 396 | #, fuzzy |
| 397 | msgid "Specify PTR DNS record." |
| 398 | msgstr "Spesifiser TXT DNS post." |
| 399 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 400 | #: option.c:382 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 401 | msgid "Give DNS name to IPv4 address of interface." |
| 402 | msgstr "" |
| 403 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 404 | #: option.c:383 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 405 | msgid "Bind only to interfaces in use." |
| 406 | msgstr "Bind kun til nettverkskort som er i bruk." |
| 407 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 408 | #: option.c:384 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 409 | #, c-format |
| 410 | msgid "Read DHCP static host information from %s." |
| 411 | msgstr "Les DHCP statisk vert informasjon fra %s." |
| 412 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 413 | #: option.c:385 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 414 | msgid "Enable the DBus interface for setting upstream servers, etc." |
| 415 | msgstr "Aktiver DBus interface for å sette oppstrøms tjenere, osv." |
| 416 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 417 | #: option.c:386 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 418 | msgid "Do not provide DHCP on this interface, only provide DNS." |
| 419 | msgstr "Ikke lever DHCP på dette nettverkskortet, kun lever DNS." |
| 420 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 421 | #: option.c:387 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 422 | msgid "Enable dynamic address allocation for bootp." |
| 423 | msgstr "Aktiver dynamisk adresse allokering for bootp." |
| 424 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 425 | #: option.c:388 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 426 | #, fuzzy |
| 427 | msgid "Map MAC address (with wildcards) to option set." |
| 428 | msgstr "Map DHCP produsent klasse til opsjon sett." |
| 429 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 430 | #: option.c:389 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 431 | msgid "Treat DHCP requests on aliases as arriving from interface." |
| 432 | msgstr "" |
| 433 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 434 | #: option.c:390 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 435 | msgid "Disable ICMP echo address checking in the DHCP server." |
| 436 | msgstr "" |
| 437 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 438 | #: option.c:391 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 439 | msgid "Shell script to run on DHCP lease creation and destruction." |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 440 | msgstr "" |
| 441 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 442 | #: option.c:392 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 443 | msgid "Lua script to run on DHCP lease creation and destruction." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 444 | msgstr "" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 445 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 446 | #: option.c:393 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 447 | msgid "Run lease-change scripts as this user." |
| 448 | msgstr "" |
| 449 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 450 | #: option.c:394 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 451 | msgid "Read configuration from all the files in this directory." |
| 452 | msgstr "" |
| 453 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 454 | #: option.c:395 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 455 | #, fuzzy |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 456 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 457 | msgstr "Skift til denne bruker etter oppstart (standard er %s)." |
| 458 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 459 | #: option.c:396 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 460 | msgid "Do not use leasefile." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 461 | msgstr "" |
| 462 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 463 | #: option.c:397 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 464 | #, fuzzy, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 465 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
| 466 | msgstr "Spesifiser maksimum antall DHCP leier (standard er %s)" |
| 467 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 468 | #: option.c:398 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 469 | #, c-format |
| 470 | msgid "Clear DNS cache when reloading %s." |
| 471 | msgstr "" |
| 472 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 473 | #: option.c:399 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 474 | msgid "Ignore hostnames provided by DHCP clients." |
| 475 | msgstr "" |
| 476 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 477 | #: option.c:400 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 478 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
| 479 | msgstr "" |
| 480 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 481 | #: option.c:401 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 482 | msgid "Enable integrated read-only TFTP server." |
| 483 | msgstr "" |
| 484 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 485 | #: option.c:402 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 486 | msgid "Export files by TFTP only from the specified subtree." |
| 487 | msgstr "" |
| 488 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 489 | #: option.c:403 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 490 | msgid "Add client IP address to tftp-root." |
| 491 | msgstr "" |
| 492 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 493 | #: option.c:404 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 494 | msgid "Allow access only to files owned by the user running dnsmasq." |
| 495 | msgstr "" |
| 496 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 497 | #: option.c:405 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 498 | #, fuzzy, c-format |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 499 | msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)." |
| 500 | msgstr "Spesifiser maksimum antall DHCP leier (standard er %s)" |
| 501 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 502 | #: option.c:406 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 503 | msgid "Disable the TFTP blocksize extension." |
| 504 | msgstr "" |
| 505 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 506 | #: option.c:407 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 507 | msgid "Convert TFTP filenames to lowercase" |
| 508 | msgstr "" |
| 509 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 510 | #: option.c:408 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 511 | msgid "Ephemeral port range for use by TFTP transfers." |
| 512 | msgstr "" |
| 513 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 514 | #: option.c:409 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 515 | msgid "Extra logging for DHCP." |
| 516 | msgstr "" |
| 517 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 518 | #: option.c:410 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 519 | msgid "Enable async. logging; optionally set queue length." |
| 520 | msgstr "" |
| 521 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 522 | #: option.c:411 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 523 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
| 524 | msgstr "" |
| 525 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 526 | #: option.c:412 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 527 | msgid "Allow rebinding of 127.0.0.0/8, for RBL servers." |
| 528 | msgstr "" |
| 529 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 530 | #: option.c:413 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 531 | msgid "Inhibit DNS-rebind protection on this domain." |
| 532 | msgstr "" |
| 533 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 534 | #: option.c:414 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 535 | msgid "Always perform DNS queries to all servers." |
| 536 | msgstr "" |
| 537 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 538 | #: option.c:415 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 539 | msgid "Set tag if client includes matching option in request." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 540 | msgstr "" |
| 541 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 542 | #: option.c:416 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 543 | msgid "Use alternative ports for DHCP." |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 544 | msgstr "" |
| 545 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 546 | #: option.c:417 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 547 | #, fuzzy |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 548 | msgid "Specify NAPTR DNS record." |
| 549 | msgstr "Spesifiser TXT DNS post." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 550 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 551 | #: option.c:418 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 552 | msgid "Specify lowest port available for DNS query transmission." |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 553 | msgstr "" |
| 554 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 555 | #: option.c:419 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 556 | msgid "Use only fully qualified domain names for DHCP clients." |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 557 | msgstr "" |
| 558 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 559 | #: option.c:420 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 560 | msgid "Generate hostnames based on MAC address for nameless clients." |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 561 | msgstr "" |
| 562 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 563 | #: option.c:421 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 564 | msgid "Use these DHCP relays as full proxies." |
| 565 | msgstr "" |
| 566 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 567 | #: option.c:422 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 568 | msgid "Relay DHCP requests to a remote server" |
| 569 | msgstr "" |
| 570 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 571 | #: option.c:423 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 572 | msgid "Specify alias name for LOCAL DNS name." |
| 573 | msgstr "" |
| 574 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 575 | #: option.c:424 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 576 | #, fuzzy |
| 577 | msgid "Prompt to send to PXE clients." |
| 578 | msgstr "Sett ekstra opsjoner som skal fordeles til DHCP klientene." |
| 579 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 580 | #: option.c:425 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 581 | msgid "Boot service for PXE menu." |
| 582 | msgstr "" |
| 583 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 584 | #: option.c:426 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 585 | msgid "Check configuration syntax." |
| 586 | msgstr "" |
| 587 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 588 | #: option.c:427 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 589 | msgid "Add requestor's MAC address to forwarded DNS queries." |
| 590 | msgstr "" |
| 591 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 592 | #: option.c:428 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 593 | msgid "Add requestor's IP subnet to forwarded DNS queries." |
| 594 | msgstr "" |
| 595 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 596 | #: option.c:429 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 597 | #, fuzzy |
| 598 | msgid "Proxy DNSSEC validation results from upstream nameservers." |
| 599 | msgstr "Oversett IPv4 adresser fra oppstrøms tjenere." |
| 600 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 601 | #: option.c:430 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 602 | msgid "Attempt to allocate sequential IP addresses to DHCP clients." |
| 603 | msgstr "" |
| 604 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 605 | #: option.c:431 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 606 | msgid "Copy connection-track mark from queries to upstream connections." |
| 607 | msgstr "" |
| 608 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 609 | #: option.c:432 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 610 | msgid "Allow DHCP clients to do their own DDNS updates." |
| 611 | msgstr "" |
| 612 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 613 | #: option.c:433 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 614 | msgid "Send router-advertisements for interfaces doing DHCPv6" |
| 615 | msgstr "" |
| 616 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 617 | #: option.c:434 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 618 | msgid "Specify DUID_EN-type DHCPv6 server DUID" |
| 619 | msgstr "" |
| 620 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 621 | #: option.c:435 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 622 | #, fuzzy |
| 623 | msgid "Specify host (A/AAAA and PTR) records" |
| 624 | msgstr "Spesifiser en MX post." |
| 625 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 626 | #: option.c:436 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 627 | #, fuzzy |
| 628 | msgid "Specify arbitrary DNS resource record" |
| 629 | msgstr "Spesifiser TXT DNS post." |
| 630 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 631 | #: option.c:437 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 632 | #, fuzzy |
| 633 | msgid "Bind to interfaces in use - check for new interfaces" |
| 634 | msgstr "ukjent tilknytning (interface) %s" |
| 635 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 636 | #: option.c:438 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 637 | msgid "Export local names to global DNS" |
| 638 | msgstr "" |
| 639 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 640 | #: option.c:439 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 641 | msgid "Domain to export to global DNS" |
| 642 | msgstr "" |
| 643 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 644 | #: option.c:440 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 645 | msgid "Set TTL for authoritative replies" |
| 646 | msgstr "" |
| 647 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 648 | #: option.c:441 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 649 | msgid "Set authoritive zone information" |
| 650 | msgstr "" |
| 651 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 652 | #: option.c:442 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 653 | msgid "Secondary authoritative nameservers for forward domains" |
| 654 | msgstr "" |
| 655 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 656 | #: option.c:443 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 657 | msgid "Peers which are allowed to do zone transfer" |
| 658 | msgstr "" |
| 659 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 660 | #: option.c:444 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 661 | msgid "Specify ipsets to which matching domains should be added" |
| 662 | msgstr "" |
| 663 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 664 | #: option.c:445 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 665 | msgid "Specify a domain and address range for synthesised names" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 666 | msgstr "" |
| 667 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 668 | #: option.c:446 |
| 669 | msgid "Activate DNSSEC validation" |
| 670 | msgstr "" |
| 671 | |
| 672 | #: option.c:447 |
| 673 | msgid "Specify trust anchor key digest." |
| 674 | msgstr "" |
| 675 | |
| 676 | #: option.c:448 |
| 677 | msgid "Disable upstream checking for DNSSEC debugging." |
| 678 | msgstr "" |
| 679 | |
| 680 | #: option.c:449 |
| 681 | msgid "Ensure answers without DNSSEC are in unsigned zones." |
| 682 | msgstr "" |
| 683 | |
| 684 | #: option.c:450 |
| 685 | msgid "Don't check DNSSEC signature timestamps until first cache-reload" |
| 686 | msgstr "" |
| 687 | |
| 688 | #: option.c:452 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 689 | msgid "Specify DHCPv6 prefix class" |
| 690 | msgstr "" |
| 691 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 692 | #: option.c:454 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 693 | msgid "Set priority, resend-interval and router-lifetime" |
| 694 | msgstr "" |
| 695 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 696 | #: option.c:455 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 697 | msgid "Do not log routine DHCP." |
| 698 | msgstr "" |
| 699 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 700 | #: option.c:456 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 701 | msgid "Do not log routine DHCPv6." |
| 702 | msgstr "" |
| 703 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 704 | #: option.c:457 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 705 | msgid "Do not log RA." |
| 706 | msgstr "" |
| 707 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 708 | #: option.c:458 |
| 709 | msgid "Accept queries only from directly-connected networks" |
| 710 | msgstr "" |
| 711 | |
| 712 | #: option.c:459 |
| 713 | msgid "Detect and remove DNS forwarding loops" |
| 714 | msgstr "" |
| 715 | |
| 716 | #: option.c:661 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 717 | #, c-format |
| 718 | msgid "" |
| 719 | "Usage: dnsmasq [options]\n" |
| 720 | "\n" |
Simon Kelley | aedef83 | 2006-01-22 14:02:31 +0000 | [diff] [blame] | 721 | msgstr "" |
| 722 | "Bruk: dnsmasq [opsjoner]\n" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 723 | "\n" |
| 724 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 725 | #: option.c:663 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 726 | #, c-format |
| 727 | msgid "Use short options only on the command line.\n" |
| 728 | msgstr "Bruk korte opsjoner kun på kommandolinjen.\n" |
| 729 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 730 | #: option.c:665 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 731 | #, fuzzy, c-format |
| 732 | msgid "Valid options are:\n" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 733 | msgstr "Gyldige opsjoner er :\n" |
| 734 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 735 | #: option.c:722 option.c:726 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 736 | msgid "bad port" |
| 737 | msgstr "dårlig port" |
| 738 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 739 | #: option.c:753 option.c:785 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 740 | msgid "interface binding not supported" |
| 741 | msgstr "" |
| 742 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 743 | #: option.c:762 option.c:3494 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 744 | #, fuzzy |
| 745 | msgid "bad interface name" |
| 746 | msgstr "dårlig MX navn" |
| 747 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 748 | #: option.c:792 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 749 | #, fuzzy |
| 750 | msgid "bad address" |
| 751 | msgstr "les %s - %d adresser" |
| 752 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 753 | #: option.c:974 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 754 | msgid "unsupported encapsulation for IPv6 option" |
| 755 | msgstr "" |
| 756 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 757 | #: option.c:988 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 758 | msgid "bad dhcp-option" |
| 759 | msgstr "dårlig dhcp-opsjon" |
| 760 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 761 | #: option.c:1056 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 762 | #, fuzzy |
| 763 | msgid "bad IP address" |
| 764 | msgstr "les %s - %d adresser" |
| 765 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 766 | #: option.c:1059 option.c:1197 option.c:2812 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 767 | #, fuzzy |
| 768 | msgid "bad IPv6 address" |
| 769 | msgstr "les %s - %d adresser" |
| 770 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 771 | #: option.c:1224 option.c:1318 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 772 | msgid "bad domain in dhcp-option" |
| 773 | msgstr "dårlig domene i dhcp-opsjon" |
| 774 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 775 | #: option.c:1356 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 776 | msgid "dhcp-option too long" |
| 777 | msgstr "dhcp-opsjon for lang" |
| 778 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 779 | #: option.c:1363 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 780 | msgid "illegal dhcp-match" |
| 781 | msgstr "" |
| 782 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 783 | #: option.c:1425 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 784 | msgid "illegal repeated flag" |
| 785 | msgstr "" |
| 786 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 787 | #: option.c:1433 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 788 | msgid "illegal repeated keyword" |
| 789 | msgstr "" |
| 790 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 791 | #: option.c:1495 option.c:4092 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 792 | #, fuzzy, c-format |
| 793 | msgid "cannot access directory %s: %s" |
| 794 | msgstr "kan ikke lese %s: %s" |
| 795 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 796 | #: option.c:1541 tftp.c:493 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 797 | #, fuzzy, c-format |
| 798 | msgid "cannot access %s: %s" |
| 799 | msgstr "kan ikke lese %s: %s" |
| 800 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 801 | #: option.c:1588 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 802 | msgid "setting log facility is not possible under Android" |
| 803 | msgstr "" |
| 804 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 805 | #: option.c:1597 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 806 | msgid "bad log facility" |
| 807 | msgstr "" |
| 808 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 809 | #: option.c:1650 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 810 | msgid "bad MX preference" |
| 811 | msgstr "dårlig MX preferanse" |
| 812 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 813 | #: option.c:1655 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 814 | msgid "bad MX name" |
| 815 | msgstr "dårlig MX navn" |
| 816 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 817 | #: option.c:1669 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 818 | msgid "bad MX target" |
| 819 | msgstr "dårlig MX mål" |
| 820 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 821 | #: option.c:1681 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 822 | msgid "cannot run scripts under uClinux" |
| 823 | msgstr "" |
| 824 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 825 | #: option.c:1683 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 826 | msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts" |
| 827 | msgstr "" |
| 828 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 829 | #: option.c:1687 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 830 | msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts" |
| 831 | msgstr "" |
| 832 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 833 | #: option.c:1928 option.c:1966 option.c:2015 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 834 | #, fuzzy |
| 835 | msgid "bad prefix" |
| 836 | msgstr "dårlig port" |
| 837 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 838 | #: option.c:2289 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 839 | msgid "recompile with HAVE_IPSET defined to enable ipset directives" |
| 840 | msgstr "" |
| 841 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 842 | #: option.c:2469 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 843 | #, fuzzy |
| 844 | msgid "bad port range" |
| 845 | msgstr "dårlig port" |
| 846 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 847 | #: option.c:2485 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 848 | msgid "bad bridge-interface" |
| 849 | msgstr "" |
| 850 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 851 | #: option.c:2545 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 852 | msgid "only one tag allowed" |
| 853 | msgstr "" |
| 854 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 855 | #: option.c:2565 option.c:2577 option.c:2683 option.c:2724 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 856 | msgid "bad dhcp-range" |
| 857 | msgstr "dårlig dhcp-område" |
| 858 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 859 | #: option.c:2592 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 860 | msgid "inconsistent DHCP range" |
| 861 | msgstr "ikke konsistent DHCP område" |
| 862 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 863 | #: option.c:2651 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 864 | msgid "prefix length must be exactly 64 for RA subnets" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 865 | msgstr "" |
| 866 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 867 | #: option.c:2653 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 868 | msgid "prefix length must be exactly 64 for subnet constructors" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 869 | msgstr "" |
| 870 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 871 | #: option.c:2657 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 872 | msgid "prefix length must be at least 64" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 873 | msgstr "" |
| 874 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 875 | #: option.c:2660 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 876 | #, fuzzy |
| 877 | msgid "inconsistent DHCPv6 range" |
| 878 | msgstr "ikke konsistent DHCP område" |
| 879 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 880 | #: option.c:2671 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 881 | msgid "prefix must be zero with \"constructor:\" argument" |
| 882 | msgstr "" |
| 883 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 884 | #: option.c:2782 option.c:2830 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 885 | #, fuzzy |
| 886 | msgid "bad hex constant" |
| 887 | msgstr "dårlig dhcp-vert" |
| 888 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 889 | #: option.c:2804 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 890 | msgid "cannot match tags in --dhcp-host" |
| 891 | msgstr "" |
| 892 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 893 | #: option.c:2852 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 894 | #, fuzzy, c-format |
| 895 | msgid "duplicate dhcp-host IP address %s" |
| 896 | msgstr "dubliserte IP adresser i %s dhcp-config direktiv." |
| 897 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 898 | #: option.c:2910 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 899 | #, fuzzy |
| 900 | msgid "bad DHCP host name" |
| 901 | msgstr "dårlig MX navn" |
| 902 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 903 | #: option.c:2992 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 904 | #, fuzzy |
| 905 | msgid "bad tag-if" |
| 906 | msgstr "dårlig MX mål" |
| 907 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 908 | #: option.c:3316 option.c:3710 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 909 | msgid "invalid port number" |
| 910 | msgstr "ugyldig portnummer" |
| 911 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 912 | #: option.c:3378 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 913 | #, fuzzy |
| 914 | msgid "bad dhcp-proxy address" |
| 915 | msgstr "les %s - %d adresser" |
| 916 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 917 | #: option.c:3404 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 918 | #, fuzzy |
| 919 | msgid "Bad dhcp-relay" |
| 920 | msgstr "dårlig dhcp-område" |
| 921 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 922 | #: option.c:3430 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 923 | msgid "bad RA-params" |
| 924 | msgstr "" |
| 925 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 926 | #: option.c:3439 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 927 | msgid "bad DUID" |
| 928 | msgstr "" |
| 929 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 930 | #: option.c:3481 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 931 | #, fuzzy |
| 932 | msgid "invalid alias range" |
| 933 | msgstr "ugyldig vekt" |
| 934 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 935 | #: option.c:3535 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 936 | msgid "bad CNAME" |
| 937 | msgstr "" |
| 938 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 939 | #: option.c:3540 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 940 | msgid "duplicate CNAME" |
| 941 | msgstr "" |
| 942 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 943 | #: option.c:3560 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 944 | #, fuzzy |
| 945 | msgid "bad PTR record" |
| 946 | msgstr "dårlig SRV post" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 947 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 948 | #: option.c:3591 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 949 | #, fuzzy |
| 950 | msgid "bad NAPTR record" |
| 951 | msgstr "dårlig SRV post" |
| 952 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 953 | #: option.c:3625 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 954 | #, fuzzy |
| 955 | msgid "bad RR record" |
| 956 | msgstr "dårlig SRV post" |
| 957 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 958 | #: option.c:3655 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 959 | msgid "bad TXT record" |
| 960 | msgstr "dårlig TXT post" |
| 961 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 962 | #: option.c:3696 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 963 | msgid "bad SRV record" |
| 964 | msgstr "dårlig SRV post" |
| 965 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 966 | #: option.c:3703 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 967 | msgid "bad SRV target" |
| 968 | msgstr "dårlig SRV mål" |
| 969 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 970 | #: option.c:3717 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 971 | msgid "invalid priority" |
| 972 | msgstr "ugyldig prioritet" |
| 973 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 974 | #: option.c:3724 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 975 | msgid "invalid weight" |
| 976 | msgstr "ugyldig vekt" |
| 977 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 978 | #: option.c:3748 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 979 | #, fuzzy |
| 980 | msgid "Bad host-record" |
| 981 | msgstr "dårlig SRV post" |
| 982 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 983 | #: option.c:3765 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 984 | #, fuzzy |
| 985 | msgid "Bad name in host-record" |
| 986 | msgstr "dårlig navn i %s" |
| 987 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 988 | #: option.c:3826 |
| 989 | #, fuzzy |
| 990 | msgid "bad trust anchor" |
| 991 | msgstr "dårlig port" |
| 992 | |
| 993 | #: option.c:3840 |
| 994 | msgid "bad HEX in trust anchor" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 995 | msgstr "" |
| 996 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 997 | #: option.c:3850 |
| 998 | msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support)" |
| 999 | msgstr "" |
| 1000 | |
| 1001 | #: option.c:3909 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1002 | msgid "missing \"" |
| 1003 | msgstr "mangler \"" |
| 1004 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1005 | #: option.c:3966 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1006 | msgid "bad option" |
| 1007 | msgstr "dårlig opsjon" |
| 1008 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1009 | #: option.c:3968 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1010 | msgid "extraneous parameter" |
| 1011 | msgstr "overflødig parameter" |
| 1012 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1013 | #: option.c:3970 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1014 | msgid "missing parameter" |
| 1015 | msgstr "mangler parameter" |
| 1016 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1017 | #: option.c:3972 |
| 1018 | #, fuzzy |
| 1019 | msgid "illegal option" |
| 1020 | msgstr "dårlig opsjon" |
| 1021 | |
| 1022 | #: option.c:3979 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1023 | msgid "error" |
| 1024 | msgstr "feil" |
| 1025 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1026 | #: option.c:3981 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1027 | #, fuzzy, c-format |
| 1028 | msgid " at line %d of %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1029 | msgstr "%s på linje %d av %%s" |
| 1030 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1031 | #: option.c:4045 option.c:4168 tftp.c:667 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1032 | #, c-format |
| 1033 | msgid "cannot read %s: %s" |
| 1034 | msgstr "kan ikke lese %s: %s" |
| 1035 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1036 | #: option.c:4229 option.c:4265 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1037 | #, fuzzy, c-format |
| 1038 | msgid "read %s" |
| 1039 | msgstr "leser %s" |
| 1040 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1041 | #: option.c:4331 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1042 | msgid "junk found in command line" |
| 1043 | msgstr "" |
| 1044 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1045 | #: option.c:4366 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1046 | #, c-format |
| 1047 | msgid "Dnsmasq version %s %s\n" |
| 1048 | msgstr "Dnsmasq versjon %s %s\n" |
| 1049 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1050 | #: option.c:4367 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1051 | #, fuzzy, c-format |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1052 | msgid "" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1053 | "Compile time options: %s\n" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1054 | "\n" |
| 1055 | msgstr "" |
| 1056 | "Kompileringsopsjoner %s\n" |
| 1057 | "\n" |
| 1058 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1059 | #: option.c:4368 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1060 | #, c-format |
| 1061 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
| 1062 | msgstr "Denne programvaren kommer med ABSOLUTT INGEN GARANTI.\n" |
| 1063 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1064 | #: option.c:4369 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1065 | #, c-format |
| 1066 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
| 1067 | msgstr "DNsmasq er fri programvare, du er velkommen til å redistribuere den\n" |
| 1068 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1069 | #: option.c:4370 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1070 | #, fuzzy, c-format |
| 1071 | msgid "under the terms of the GNU General Public License, version 2 or 3.\n" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1072 | msgstr "under vilkårene gitt i GNU General Public License, versjon 2.\n" |
| 1073 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1074 | #: option.c:4381 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1075 | msgid "try --help" |
| 1076 | msgstr "" |
| 1077 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1078 | #: option.c:4383 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1079 | msgid "try -w" |
| 1080 | msgstr "" |
| 1081 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1082 | #: option.c:4385 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1083 | #, fuzzy, c-format |
| 1084 | msgid "bad command line options: %s" |
| 1085 | msgstr "dårlige kommandlinje opsjoner: %s." |
| 1086 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1087 | #: option.c:4434 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1088 | #, c-format |
| 1089 | msgid "cannot get host-name: %s" |
| 1090 | msgstr "klarer ikke å få vertsnavn: %s" |
| 1091 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1092 | #: option.c:4462 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1093 | msgid "only one resolv.conf file allowed in no-poll mode." |
| 1094 | msgstr "kun en resolv.conf fil tillat i no-poll modus." |
| 1095 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1096 | #: option.c:4472 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1097 | msgid "must have exactly one resolv.conf to read domain from." |
| 1098 | msgstr "må ha nøyaktig en resolv.conf å lese domene fra." |
| 1099 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1100 | #: option.c:4475 network.c:1506 dhcp.c:769 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1101 | #, fuzzy, c-format |
| 1102 | msgid "failed to read %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1103 | msgstr "feilet å lese %s: %s" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1104 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1105 | #: option.c:4492 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1106 | #, c-format |
| 1107 | msgid "no search directive found in %s" |
| 1108 | msgstr "intet søke direktiv funnet i %s" |
| 1109 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1110 | #: option.c:4513 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1111 | msgid "there must be a default domain when --dhcp-fqdn is set" |
| 1112 | msgstr "" |
| 1113 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1114 | #: option.c:4522 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1115 | msgid "syntax check OK" |
| 1116 | msgstr "" |
| 1117 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1118 | #: forward.c:114 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1119 | #, fuzzy, c-format |
| 1120 | msgid "failed to send packet: %s" |
| 1121 | msgstr "feilet å lytte på socket: %s" |
| 1122 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1123 | #: forward.c:574 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1124 | msgid "discarding DNS reply: subnet option mismatch" |
| 1125 | msgstr "" |
| 1126 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1127 | #: forward.c:597 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1128 | #, c-format |
| 1129 | msgid "nameserver %s refused to do a recursive query" |
| 1130 | msgstr "navnetjener %s nektet å gjøre et rekursivt oppslag" |
| 1131 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1132 | #: forward.c:629 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1133 | #, c-format |
| 1134 | msgid "possible DNS-rebind attack detected: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1135 | msgstr "" |
| 1136 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1137 | #: forward.c:1132 forward.c:1663 |
| 1138 | msgid "Ignoring query from non-local network" |
| 1139 | msgstr "" |
| 1140 | |
| 1141 | #: forward.c:2101 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1142 | #, fuzzy, c-format |
| 1143 | msgid "Maximum number of concurrent DNS queries reached (max: %d)" |
| 1144 | msgstr "Spesifiser maksimum antall DHCP leier (standard er %s)" |
| 1145 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1146 | #: network.c:715 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1147 | #, fuzzy, c-format |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1148 | msgid "failed to create listening socket for %s: %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1149 | msgstr "feilet å lage lytte socket: %s" |
| 1150 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1151 | #: network.c:1021 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1152 | #, c-format |
| 1153 | msgid "LOUD WARNING: listening on %s may accept requests via interfaces other than %s" |
| 1154 | msgstr "" |
| 1155 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1156 | #: network.c:1028 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1157 | msgid "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)" |
| 1158 | msgstr "" |
| 1159 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1160 | #: network.c:1037 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1161 | #, fuzzy, c-format |
| 1162 | msgid "warning: no addresses found for interface %s" |
| 1163 | msgstr "benytter lokale adresser kun for %s %s" |
| 1164 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1165 | #: network.c:1095 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1166 | #, fuzzy, c-format |
| 1167 | msgid "interface %s failed to join DHCPv6 multicast group: %s" |
| 1168 | msgstr "feilet å binde DHCP tjener socket: %s" |
| 1169 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1170 | #: network.c:1289 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1171 | #, fuzzy, c-format |
| 1172 | msgid "failed to bind server socket for %s: %s" |
| 1173 | msgstr "feilet å binde lytte socket for %s: %s" |
| 1174 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1175 | #: network.c:1444 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1176 | #, c-format |
| 1177 | msgid "ignoring nameserver %s - local interface" |
| 1178 | msgstr "ignorerer navnetjener %s - lokal tilknytning" |
| 1179 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1180 | #: network.c:1455 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1181 | #, fuzzy, c-format |
| 1182 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1183 | msgstr "ignorerer navnetjener %s - kan ikke lage/dinde socket: %s" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1184 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1185 | #: network.c:1468 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1186 | msgid "unqualified" |
| 1187 | msgstr "ikke kvalifisert" |
| 1188 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1189 | #: network.c:1468 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1190 | msgid "names" |
| 1191 | msgstr "" |
| 1192 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1193 | #: network.c:1470 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1194 | msgid "default" |
| 1195 | msgstr "" |
| 1196 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1197 | #: network.c:1472 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1198 | msgid "domain" |
| 1199 | msgstr "domene" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1200 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1201 | #: network.c:1475 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1202 | #, c-format |
| 1203 | msgid "using local addresses only for %s %s" |
| 1204 | msgstr "benytter lokale adresser kun for %s %s" |
| 1205 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1206 | #: network.c:1477 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1207 | #, fuzzy, c-format |
| 1208 | msgid "using standard nameservers for %s %s" |
| 1209 | msgstr "benytter navnetjener %s#%d for %s %s" |
| 1210 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1211 | #: network.c:1479 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1212 | #, c-format |
| 1213 | msgid "using nameserver %s#%d for %s %s" |
| 1214 | msgstr "benytter navnetjener %s#%d for %s %s" |
| 1215 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1216 | #: network.c:1483 |
| 1217 | #, fuzzy, c-format |
| 1218 | msgid "NOT using nameserver %s#%d - query loop detected" |
| 1219 | msgstr "benytter navnetjener %s#%d for %s %s" |
| 1220 | |
| 1221 | #: network.c:1486 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1222 | #, fuzzy, c-format |
| 1223 | msgid "using nameserver %s#%d(via %s)" |
| 1224 | msgstr "benytter navnetjener %s#%d" |
| 1225 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1226 | #: network.c:1488 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1227 | #, c-format |
| 1228 | msgid "using nameserver %s#%d" |
| 1229 | msgstr "benytter navnetjener %s#%d" |
| 1230 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1231 | #: dnsmasq.c:154 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1232 | msgid "No trust anchors provided for DNSSEC" |
| 1233 | msgstr "" |
| 1234 | |
| 1235 | #: dnsmasq.c:157 |
| 1236 | msgid "Cannot reduce cache size from default when DNSSEC enabled" |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 1237 | msgstr "" |
| 1238 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1239 | #: dnsmasq.c:159 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1240 | #, fuzzy |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1241 | msgid "DNSSEC not available: set HAVE_DNSSEC in src/config.h" |
| 1242 | msgstr "DBus ikke tilgjengelig: sett HAVE_DBUS i src/config.h" |
| 1243 | |
| 1244 | #: dnsmasq.c:165 |
| 1245 | #, fuzzy |
| 1246 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
| 1247 | msgstr "DBus ikke tilgjengelig: sett HAVE_DBUS i src/config.h" |
| 1248 | |
| 1249 | #: dnsmasq.c:170 |
| 1250 | msgid "Cannot use --conntrack AND --query-port" |
| 1251 | msgstr "" |
| 1252 | |
| 1253 | #: dnsmasq.c:173 |
| 1254 | #, fuzzy |
| 1255 | msgid "Conntrack support not available: set HAVE_CONNTRACK in src/config.h" |
| 1256 | msgstr "DBus ikke tilgjengelig: sett HAVE_DBUS i src/config.h" |
| 1257 | |
| 1258 | #: dnsmasq.c:178 |
| 1259 | msgid "asychronous logging is not available under Solaris" |
| 1260 | msgstr "" |
| 1261 | |
| 1262 | #: dnsmasq.c:183 |
| 1263 | msgid "asychronous logging is not available under Android" |
| 1264 | msgstr "" |
| 1265 | |
| 1266 | #: dnsmasq.c:188 |
| 1267 | #, fuzzy |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1268 | msgid "authoritative DNS not available: set HAVE_AUTH in src/config.h" |
| 1269 | msgstr "DBus ikke tilgjengelig: sett HAVE_DBUS i src/config.h" |
| 1270 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1271 | #: dnsmasq.c:193 |
| 1272 | #, fuzzy |
| 1273 | msgid "Loop detection not available: set HAVE_LOOP in src/config.h" |
| 1274 | msgstr "DBus ikke tilgjengelig: sett HAVE_DBUS i src/config.h" |
| 1275 | |
| 1276 | #: dnsmasq.c:201 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1277 | msgid "zone serial must be configured in --auth-soa" |
| 1278 | msgstr "" |
| 1279 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1280 | #: dnsmasq.c:219 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1281 | msgid "dhcp-range constructor not available on this platform" |
| 1282 | msgstr "" |
| 1283 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1284 | #: dnsmasq.c:262 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1285 | msgid "cannot set --bind-interfaces and --bind-dynamic" |
| 1286 | msgstr "" |
| 1287 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1288 | #: dnsmasq.c:265 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1289 | #, c-format |
| 1290 | msgid "failed to find list of interfaces: %s" |
| 1291 | msgstr "feilet å finne liste av tilknytninger (interfaces): %s" |
| 1292 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1293 | #: dnsmasq.c:274 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1294 | #, c-format |
| 1295 | msgid "unknown interface %s" |
| 1296 | msgstr "ukjent tilknytning (interface) %s" |
| 1297 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1298 | #: dnsmasq.c:330 dnsmasq.c:954 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1299 | #, c-format |
| 1300 | msgid "DBus error: %s" |
| 1301 | msgstr "DBus feil: %s" |
| 1302 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1303 | #: dnsmasq.c:333 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1304 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
| 1305 | msgstr "DBus ikke tilgjengelig: sett HAVE_DBUS i src/config.h" |
| 1306 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1307 | #: dnsmasq.c:361 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1308 | #, c-format |
| 1309 | msgid "unknown user or group: %s" |
| 1310 | msgstr "" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1311 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1312 | #: dnsmasq.c:416 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1313 | #, c-format |
| 1314 | msgid "cannot chdir to filesystem root: %s" |
| 1315 | msgstr "" |
| 1316 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1317 | #: dnsmasq.c:653 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1318 | #, fuzzy, c-format |
| 1319 | msgid "started, version %s DNS disabled" |
| 1320 | msgstr "startet, versjon %s mellomlager deaktivert" |
| 1321 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1322 | #: dnsmasq.c:655 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1323 | #, c-format |
| 1324 | msgid "started, version %s cachesize %d" |
| 1325 | msgstr "startet, versjon %s mellomlager størrelse %d" |
| 1326 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1327 | #: dnsmasq.c:657 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1328 | #, c-format |
| 1329 | msgid "started, version %s cache disabled" |
| 1330 | msgstr "startet, versjon %s mellomlager deaktivert" |
| 1331 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1332 | #: dnsmasq.c:659 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1333 | #, c-format |
| 1334 | msgid "compile time options: %s" |
| 1335 | msgstr "kompilerings opsjoner: %s" |
| 1336 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1337 | #: dnsmasq.c:665 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1338 | msgid "DBus support enabled: connected to system bus" |
| 1339 | msgstr "DBus støtte aktivert: koblet til system buss" |
| 1340 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1341 | #: dnsmasq.c:667 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1342 | msgid "DBus support enabled: bus connection pending" |
| 1343 | msgstr "DBus støtte aktivert: avventer buss tilkobling" |
| 1344 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1345 | #: dnsmasq.c:672 |
| 1346 | msgid "DNS service limited to local subnets" |
| 1347 | msgstr "" |
| 1348 | |
| 1349 | #: dnsmasq.c:677 |
| 1350 | msgid "DNSSEC validation enabled" |
| 1351 | msgstr "" |
| 1352 | |
| 1353 | #: dnsmasq.c:679 |
| 1354 | msgid "DNSSEC signature timestamps not checked until first cache reload" |
| 1355 | msgstr "" |
| 1356 | |
| 1357 | #: dnsmasq.c:684 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1358 | #, fuzzy, c-format |
| 1359 | msgid "warning: failed to change owner of %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1360 | msgstr "feilet å laste navn fra %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1361 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1362 | #: dnsmasq.c:688 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1363 | msgid "setting --bind-interfaces option because of OS limitations" |
| 1364 | msgstr "setter --bind-interfaces opsjon på grunn av OS begrensninger" |
| 1365 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1366 | #: dnsmasq.c:698 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1367 | #, c-format |
| 1368 | msgid "warning: interface %s does not currently exist" |
| 1369 | msgstr "advarsel: nettverkskort %s eksisterer ikke for tiden" |
| 1370 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1371 | #: dnsmasq.c:703 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1372 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
| 1373 | msgstr "" |
| 1374 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1375 | #: dnsmasq.c:706 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1376 | #, fuzzy |
| 1377 | msgid "warning: no upstream servers configured" |
| 1378 | msgstr "setter oppstrøms tjener fra DBus" |
| 1379 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1380 | #: dnsmasq.c:710 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1381 | #, c-format |
| 1382 | msgid "asynchronous logging enabled, queue limit is %d messages" |
| 1383 | msgstr "" |
| 1384 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1385 | #: dnsmasq.c:731 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1386 | msgid "IPv6 router advertisement enabled" |
| 1387 | msgstr "" |
| 1388 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1389 | #: dnsmasq.c:736 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1390 | #, c-format |
| 1391 | msgid "DHCP, sockets bound exclusively to interface %s" |
| 1392 | msgstr "" |
| 1393 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1394 | #: dnsmasq.c:753 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1395 | msgid "root is " |
| 1396 | msgstr "" |
| 1397 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1398 | #: dnsmasq.c:753 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1399 | #, fuzzy |
| 1400 | msgid "enabled" |
| 1401 | msgstr "deaktivert" |
| 1402 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1403 | #: dnsmasq.c:755 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1404 | msgid "secure mode" |
| 1405 | msgstr "" |
| 1406 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1407 | #: dnsmasq.c:781 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1408 | #, c-format |
| 1409 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
| 1410 | msgstr "" |
| 1411 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1412 | #: dnsmasq.c:956 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1413 | msgid "connected to system DBus" |
| 1414 | msgstr "tilkoblet til system DBus" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1415 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1416 | #: dnsmasq.c:1106 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1417 | #, c-format |
| 1418 | msgid "cannot fork into background: %s" |
| 1419 | msgstr "" |
| 1420 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1421 | #: dnsmasq.c:1109 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1422 | #, fuzzy, c-format |
| 1423 | msgid "failed to create helper: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1424 | msgstr "feilet å lese %s: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1425 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1426 | #: dnsmasq.c:1112 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1427 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1428 | msgid "setting capabilities failed: %s" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1429 | msgstr "" |
| 1430 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1431 | #: dnsmasq.c:1115 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1432 | #, fuzzy, c-format |
| 1433 | msgid "failed to change user-id to %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1434 | msgstr "feilet å laste navn fra %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1435 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1436 | #: dnsmasq.c:1118 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1437 | #, fuzzy, c-format |
| 1438 | msgid "failed to change group-id to %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1439 | msgstr "feilet å laste navn fra %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1440 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1441 | #: dnsmasq.c:1121 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1442 | #, fuzzy, c-format |
| 1443 | msgid "failed to open pidfile %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1444 | msgstr "feilet å lese %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1445 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1446 | #: dnsmasq.c:1124 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1447 | #, fuzzy, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1448 | msgid "cannot open log %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1449 | msgstr "kan ikke åpne %s:%s" |
| 1450 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1451 | #: dnsmasq.c:1127 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1452 | #, fuzzy, c-format |
| 1453 | msgid "failed to load Lua script: %s" |
| 1454 | msgstr "feilet å laste %s: %s" |
| 1455 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1456 | #: dnsmasq.c:1130 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1457 | #, c-format |
| 1458 | msgid "TFTP directory %s inaccessible: %s" |
| 1459 | msgstr "" |
| 1460 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1461 | #: dnsmasq.c:1151 |
| 1462 | msgid "now checking DNSSEC signature timestamps" |
| 1463 | msgstr "" |
| 1464 | |
| 1465 | #: dnsmasq.c:1218 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1466 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1467 | msgid "script process killed by signal %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1468 | msgstr "" |
| 1469 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1470 | #: dnsmasq.c:1222 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1471 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1472 | msgid "script process exited with status %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1473 | msgstr "" |
| 1474 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1475 | #: dnsmasq.c:1226 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1476 | #, fuzzy, c-format |
| 1477 | msgid "failed to execute %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1478 | msgstr "feilet å få tilgang til %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1479 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1480 | #: dnsmasq.c:1281 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1481 | msgid "exiting on receipt of SIGTERM" |
| 1482 | msgstr "avslutter etter mottak av SIGTERM" |
| 1483 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1484 | #: dnsmasq.c:1309 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1485 | #, fuzzy, c-format |
| 1486 | msgid "failed to access %s: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1487 | msgstr "feilet å få tilgang til %s: %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1488 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1489 | #: dnsmasq.c:1339 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1490 | #, c-format |
| 1491 | msgid "reading %s" |
| 1492 | msgstr "leser %s" |
| 1493 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1494 | #: dnsmasq.c:1350 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1495 | #, fuzzy, c-format |
| 1496 | msgid "no servers found in %s, will retry" |
| 1497 | msgstr "intet søke direktiv funnet i %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1498 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1499 | #: dhcp.c:53 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1500 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1501 | msgid "cannot create DHCP socket: %s" |
| 1502 | msgstr "kan ikke lage DHCP socket: %s" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1503 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1504 | #: dhcp.c:68 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1505 | #, c-format |
| 1506 | msgid "failed to set options on DHCP socket: %s" |
| 1507 | msgstr "feilet å sette opsjoner på DHCP socket: %s" |
| 1508 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1509 | #: dhcp.c:89 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1510 | #, fuzzy, c-format |
| 1511 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1512 | msgstr "feilet å sette SO_REUSEADDR på DHCP socket: %s" |
| 1513 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1514 | #: dhcp.c:101 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1515 | #, c-format |
| 1516 | msgid "failed to bind DHCP server socket: %s" |
| 1517 | msgstr "feilet å binde DHCP tjener socket: %s" |
| 1518 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1519 | #: dhcp.c:127 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1520 | #, c-format |
| 1521 | msgid "cannot create ICMP raw socket: %s." |
| 1522 | msgstr "kan ikke lage ICMP raw socket: %s" |
| 1523 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1524 | #: dhcp.c:239 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1525 | #, fuzzy, c-format |
| 1526 | msgid "unknown interface %s in bridge-interface" |
| 1527 | msgstr "ukjent tilknytning (interface) %s" |
| 1528 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1529 | #: dhcp.c:278 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1530 | #, c-format |
| 1531 | msgid "DHCP packet received on %s which has no address" |
| 1532 | msgstr "" |
| 1533 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1534 | #: dhcp.c:408 |
| 1535 | #, c-format |
| 1536 | msgid "ARP-cache injection failed: %s" |
| 1537 | msgstr "" |
| 1538 | |
| 1539 | #: dhcp.c:506 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1540 | #, c-format |
| 1541 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
| 1542 | msgstr "DHCP område %s -- %s er ikke konsistent med nettmaske %s" |
| 1543 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1544 | #: dhcp.c:807 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1545 | #, c-format |
| 1546 | msgid "bad line at %s line %d" |
| 1547 | msgstr "dårlig linje ved %s linje %d" |
| 1548 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1549 | #: dhcp.c:850 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1550 | #, c-format |
| 1551 | msgid "ignoring %s line %d, duplicate name or IP address" |
| 1552 | msgstr "" |
| 1553 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1554 | #: dhcp.c:994 rfc3315.c:2089 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1555 | #, c-format |
| 1556 | msgid "DHCP relay %s -> %s" |
| 1557 | msgstr "" |
| 1558 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1559 | #: lease.c:61 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1560 | #, fuzzy, c-format |
| 1561 | msgid "cannot open or create lease file %s: %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1562 | msgstr "kan ikke åpne eller lage leie fil: %s" |
| 1563 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1564 | #: lease.c:134 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1565 | msgid "too many stored leases" |
| 1566 | msgstr "for mange lagrede leier" |
| 1567 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1568 | #: lease.c:165 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1569 | #, fuzzy, c-format |
| 1570 | msgid "cannot run lease-init script %s: %s" |
| 1571 | msgstr "kan ikke lese %s: %s" |
| 1572 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1573 | #: lease.c:171 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1574 | #, c-format |
| 1575 | msgid "lease-init script returned exit code %s" |
| 1576 | msgstr "" |
| 1577 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1578 | #: lease.c:342 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1579 | #, fuzzy, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1580 | msgid "failed to write %s: %s (retry in %us)" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1581 | msgstr "feilet å lese %s: %s" |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 1582 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1583 | #: lease.c:906 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1584 | #, c-format |
| 1585 | msgid "Ignoring domain %s for DHCP host name %s" |
| 1586 | msgstr "" |
| 1587 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1588 | #: rfc2131.c:342 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1589 | #, c-format |
| 1590 | msgid "no address range available for DHCP request %s %s" |
| 1591 | msgstr "ingen adresse område tilgjengelig for DHCP krav %s %s" |
| 1592 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1593 | #: rfc2131.c:343 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1594 | msgid "with subnet selector" |
| 1595 | msgstr "med subnet velger" |
| 1596 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1597 | #: rfc2131.c:343 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1598 | msgid "via" |
| 1599 | msgstr "via" |
| 1600 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1601 | #: rfc2131.c:355 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1602 | #, fuzzy, c-format |
| 1603 | msgid "%u available DHCP subnet: %s/%s" |
| 1604 | msgstr "ingen adresse område tilgjengelig for DHCP krav %s %s" |
| 1605 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1606 | #: rfc2131.c:358 rfc3315.c:300 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1607 | #, c-format |
| 1608 | msgid "%u available DHCP range: %s -- %s" |
| 1609 | msgstr "" |
| 1610 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1611 | #: rfc2131.c:469 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1612 | #, fuzzy, c-format |
| 1613 | msgid "%u vendor class: %s" |
| 1614 | msgstr "DBus feil: %s" |
| 1615 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1616 | #: rfc2131.c:471 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1617 | #, fuzzy, c-format |
| 1618 | msgid "%u user class: %s" |
| 1619 | msgstr "DBus feil: %s" |
| 1620 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1621 | #: rfc2131.c:498 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1622 | msgid "disabled" |
| 1623 | msgstr "deaktivert" |
| 1624 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1625 | #: rfc2131.c:539 rfc2131.c:967 rfc2131.c:1385 rfc3315.c:602 rfc3315.c:823 |
| 1626 | #: rfc3315.c:1095 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1627 | msgid "ignored" |
| 1628 | msgstr "oversett" |
| 1629 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1630 | #: rfc2131.c:554 rfc2131.c:1205 rfc3315.c:873 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1631 | msgid "address in use" |
| 1632 | msgstr "adresse i bruk" |
| 1633 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1634 | #: rfc2131.c:568 rfc2131.c:1021 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1635 | msgid "no address available" |
| 1636 | msgstr "ingen adresse tilgjengelig" |
| 1637 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1638 | #: rfc2131.c:575 rfc2131.c:1168 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1639 | msgid "wrong network" |
| 1640 | msgstr "galt nettverk" |
| 1641 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1642 | #: rfc2131.c:590 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1643 | msgid "no address configured" |
| 1644 | msgstr "ingen adresse konfigurert" |
| 1645 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1646 | #: rfc2131.c:596 rfc2131.c:1218 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1647 | msgid "no leases left" |
| 1648 | msgstr "ingen leier igjen" |
| 1649 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1650 | #: rfc2131.c:691 rfc3315.c:475 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1651 | #, c-format |
| 1652 | msgid "%u client provides name: %s" |
| 1653 | msgstr "" |
| 1654 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1655 | #: rfc2131.c:796 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1656 | msgid "PXE BIS not supported" |
| 1657 | msgstr "" |
| 1658 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1659 | #: rfc2131.c:935 rfc3315.c:1189 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1660 | #, fuzzy, c-format |
| 1661 | msgid "disabling DHCP static address %s for %s" |
| 1662 | msgstr "deaktiverer DHCP statisk adresse %s" |
| 1663 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1664 | #: rfc2131.c:956 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1665 | msgid "unknown lease" |
| 1666 | msgstr "ukjent leie" |
| 1667 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1668 | #: rfc2131.c:990 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1669 | #, c-format |
| 1670 | msgid "not using configured address %s because it is leased to %s" |
| 1671 | msgstr "" |
| 1672 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1673 | #: rfc2131.c:1000 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1674 | #, c-format |
| 1675 | msgid "not using configured address %s because it is in use by the server or relay" |
| 1676 | msgstr "" |
| 1677 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1678 | #: rfc2131.c:1003 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1679 | #, c-format |
| 1680 | msgid "not using configured address %s because it was previously declined" |
| 1681 | msgstr "" |
| 1682 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1683 | #: rfc2131.c:1019 rfc2131.c:1211 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1684 | msgid "no unique-id" |
| 1685 | msgstr "" |
| 1686 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1687 | #: rfc2131.c:1106 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1688 | msgid "wrong server-ID" |
| 1689 | msgstr "" |
| 1690 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1691 | #: rfc2131.c:1125 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1692 | msgid "wrong address" |
| 1693 | msgstr "gal adresse" |
| 1694 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1695 | #: rfc2131.c:1143 rfc3315.c:969 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1696 | msgid "lease not found" |
| 1697 | msgstr "leie ikke funnet" |
| 1698 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1699 | #: rfc2131.c:1176 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1700 | msgid "address not available" |
| 1701 | msgstr "adresse ikke tilgjengelig" |
| 1702 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1703 | #: rfc2131.c:1187 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1704 | msgid "static lease available" |
| 1705 | msgstr "statisk leie tilgjengelig" |
| 1706 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1707 | #: rfc2131.c:1191 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1708 | msgid "address reserved" |
| 1709 | msgstr "adresse reservert" |
| 1710 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1711 | #: rfc2131.c:1199 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1712 | #, c-format |
| 1713 | msgid "abandoning lease to %s of %s" |
| 1714 | msgstr "" |
| 1715 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1716 | #: rfc2131.c:1712 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1717 | #, c-format |
| 1718 | msgid "%u bootfile name: %s" |
| 1719 | msgstr "" |
| 1720 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1721 | #: rfc2131.c:1721 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1722 | #, fuzzy, c-format |
| 1723 | msgid "%u server name: %s" |
| 1724 | msgstr "DBus feil: %s" |
| 1725 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1726 | #: rfc2131.c:1729 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1727 | #, fuzzy, c-format |
| 1728 | msgid "%u next server: %s" |
| 1729 | msgstr "DBus feil: %s" |
| 1730 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1731 | #: rfc2131.c:1732 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1732 | #, c-format |
| 1733 | msgid "%u broadcast response" |
| 1734 | msgstr "" |
| 1735 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1736 | #: rfc2131.c:1795 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1737 | #, fuzzy, c-format |
| 1738 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
| 1739 | msgstr "kan ikke sende DHCP opsjon %d: ikke mer plass i pakken" |
| 1740 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1741 | #: rfc2131.c:2036 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1742 | msgid "PXE menu too large" |
| 1743 | msgstr "" |
| 1744 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1745 | #: rfc2131.c:2173 rfc3315.c:1456 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1746 | #, fuzzy, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1747 | msgid "%u requested options: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1748 | msgstr "kompilerings opsjoner: %s" |
| 1749 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1750 | #: rfc2131.c:2453 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1751 | #, c-format |
| 1752 | msgid "cannot send RFC3925 option: too many options for enterprise number %d" |
| 1753 | msgstr "" |
| 1754 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1755 | #: netlink.c:77 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1756 | #, fuzzy, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1757 | msgid "cannot create netlink socket: %s" |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1758 | msgstr "kan ikke binde netlink socket: %s" |
| 1759 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1760 | #: netlink.c:347 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1761 | #, fuzzy, c-format |
| 1762 | msgid "netlink returns error: %s" |
| 1763 | msgstr "DBus feil: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1764 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1765 | #: dbus.c:171 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1766 | msgid "attempt to set an IPv6 server address via DBus - no IPv6 support" |
| 1767 | msgstr "forsøk på å sette en IPv6 tjener adresse via DBus - ingen IPv6 støtte" |
| 1768 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1769 | #: dbus.c:500 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1770 | msgid "setting upstream servers from DBus" |
| 1771 | msgstr "setter oppstrøms tjener fra DBus" |
| 1772 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1773 | #: dbus.c:547 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1774 | msgid "could not register a DBus message handler" |
| 1775 | msgstr "kunne ikke registrere en DBus meldingshåndterer" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1776 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1777 | #: bpf.c:263 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1778 | #, c-format |
| 1779 | msgid "cannot create DHCP BPF socket: %s" |
| 1780 | msgstr "kan ikke lage DHCP BPF socket: %s" |
| 1781 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1782 | #: bpf.c:291 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1783 | #, fuzzy, c-format |
| 1784 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
| 1785 | msgstr "DHCP krav for ikke støttet maskinvare type (%d) mottatt på %s" |
| 1786 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1787 | #: bpf.c:376 |
| 1788 | #, fuzzy, c-format |
| 1789 | msgid "cannot create PF_ROUTE socket: %s" |
| 1790 | msgstr "kan ikke lage DHCP socket: %s" |
| 1791 | |
| 1792 | #: bpf.c:397 |
| 1793 | msgid "Unknown protocol version from route socket" |
| 1794 | msgstr "" |
| 1795 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1796 | #: helper.c:153 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1797 | msgid "lease() function missing in Lua script" |
| 1798 | msgstr "" |
| 1799 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1800 | #: tftp.c:309 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1801 | msgid "unable to get free port for TFTP" |
| 1802 | msgstr "" |
| 1803 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1804 | #: tftp.c:325 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1805 | #, c-format |
| 1806 | msgid "unsupported request from %s" |
| 1807 | msgstr "" |
| 1808 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1809 | #: tftp.c:439 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1810 | #, fuzzy, c-format |
| 1811 | msgid "file %s not found" |
| 1812 | msgstr "leie ikke funnet" |
| 1813 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1814 | #: tftp.c:548 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1815 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1816 | msgid "error %d %s received from %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1817 | msgstr "" |
| 1818 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1819 | #: tftp.c:590 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1820 | #, fuzzy, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1821 | msgid "failed sending %s to %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1822 | msgstr "feilet å lese %s: %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1823 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1824 | #: tftp.c:590 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1825 | #, c-format |
| 1826 | msgid "sent %s to %s" |
| 1827 | msgstr "" |
| 1828 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1829 | #: log.c:190 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1830 | #, c-format |
| 1831 | msgid "overflow: %d log entries lost" |
| 1832 | msgstr "" |
| 1833 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1834 | #: log.c:268 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1835 | #, c-format |
| 1836 | msgid "log failed: %s" |
| 1837 | msgstr "" |
| 1838 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1839 | #: log.c:472 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1840 | msgid "FAILED to start up" |
| 1841 | msgstr "FEILET å starte opp" |
| 1842 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1843 | #: conntrack.c:65 |
| 1844 | #, c-format |
| 1845 | msgid "Conntrack connection mark retrieval failed: %s" |
| 1846 | msgstr "" |
| 1847 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1848 | #: dhcp6.c:59 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1849 | #, fuzzy, c-format |
| 1850 | msgid "cannot create DHCPv6 socket: %s" |
| 1851 | msgstr "kan ikke lage DHCP socket: %s" |
| 1852 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1853 | #: dhcp6.c:80 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1854 | #, fuzzy, c-format |
| 1855 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCPv6 socket: %s" |
| 1856 | msgstr "feilet å sette SO_REUSEADDR på DHCP socket: %s" |
| 1857 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1858 | #: dhcp6.c:92 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1859 | #, fuzzy, c-format |
| 1860 | msgid "failed to bind DHCPv6 server socket: %s" |
| 1861 | msgstr "feilet å binde DHCP tjener socket: %s" |
| 1862 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1863 | #: rfc3315.c:157 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1864 | #, fuzzy, c-format |
| 1865 | msgid "no address range available for DHCPv6 request from relay at %s" |
| 1866 | msgstr "ingen adresse område tilgjengelig for DHCP krav %s %s" |
| 1867 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1868 | #: rfc3315.c:166 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1869 | #, fuzzy, c-format |
| 1870 | msgid "no address range available for DHCPv6 request via %s" |
| 1871 | msgstr "ingen adresse område tilgjengelig for DHCP krav %s %s" |
| 1872 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1873 | #: rfc3315.c:297 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1874 | #, fuzzy, c-format |
| 1875 | msgid "%u available DHCPv6 subnet: %s/%d" |
| 1876 | msgstr "ingen adresse område tilgjengelig for DHCP krav %s %s" |
| 1877 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1878 | #: rfc3315.c:379 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1879 | #, fuzzy, c-format |
| 1880 | msgid "%u vendor class: %u" |
| 1881 | msgstr "DBus feil: %s" |
| 1882 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1883 | #: rfc3315.c:427 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1884 | #, fuzzy, c-format |
| 1885 | msgid "%u client MAC address: %s" |
| 1886 | msgstr "ingen tilknytning (interface) med adresse %s" |
| 1887 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1888 | #: rfc3315.c:659 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1889 | #, fuzzy, c-format |
| 1890 | msgid "unknown prefix-class %d" |
| 1891 | msgstr "ukjent leie" |
| 1892 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1893 | #: rfc3315.c:791 rfc3315.c:913 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1894 | msgid "success" |
| 1895 | msgstr "" |
| 1896 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1897 | #: rfc3315.c:806 rfc3315.c:808 rfc3315.c:921 rfc3315.c:923 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1898 | #, fuzzy |
| 1899 | msgid "no addresses available" |
| 1900 | msgstr "ingen adresse tilgjengelig" |
| 1901 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1902 | #: rfc3315.c:865 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1903 | #, fuzzy |
| 1904 | msgid "address unavailable" |
| 1905 | msgstr "adresse ikke tilgjengelig" |
| 1906 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1907 | #: rfc3315.c:900 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1908 | msgid "not on link" |
| 1909 | msgstr "" |
| 1910 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1911 | #: rfc3315.c:973 rfc3315.c:1151 rfc3315.c:1228 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1912 | msgid "no binding found" |
| 1913 | msgstr "" |
| 1914 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1915 | #: rfc3315.c:1011 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1916 | msgid "deprecated" |
| 1917 | msgstr "" |
| 1918 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1919 | #: rfc3315.c:1016 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1920 | #, fuzzy |
| 1921 | msgid "address invalid" |
| 1922 | msgstr "adresse i bruk" |
| 1923 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1924 | #: rfc3315.c:1061 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1925 | msgid "confirm failed" |
| 1926 | msgstr "" |
| 1927 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1928 | #: rfc3315.c:1072 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1929 | #, fuzzy |
| 1930 | msgid "all addresses still on link" |
| 1931 | msgstr "dårlig adresse ved %s linje %d" |
| 1932 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1933 | #: rfc3315.c:1160 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1934 | msgid "release received" |
| 1935 | msgstr "" |
| 1936 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1937 | #: rfc3315.c:2080 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1938 | msgid "Cannot multicast to DHCPv6 server without correct interface" |
| 1939 | msgstr "" |
| 1940 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1941 | #: dhcp-common.c:145 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1942 | #, c-format |
| 1943 | msgid "Ignoring duplicate dhcp-option %d" |
| 1944 | msgstr "" |
| 1945 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1946 | #: dhcp-common.c:222 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1947 | #, c-format |
| 1948 | msgid "%u tags: %s" |
| 1949 | msgstr "" |
| 1950 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1951 | #: dhcp-common.c:407 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1952 | #, c-format |
| 1953 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
| 1954 | msgstr "" |
| 1955 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1956 | #: dhcp-common.c:430 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1957 | #, c-format |
| 1958 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
| 1959 | msgstr "dubliserte IP adresser i %s (%s) i dhcp-config direktiv" |
| 1960 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1961 | #: dhcp-common.c:494 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1962 | #, fuzzy, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1963 | msgid "failed to set SO_BINDTODEVICE on DHCP socket: %s" |
| 1964 | msgstr "feilet å sette SO_REUSEADDR på DHCP socket: %s" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1965 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1966 | #: dhcp-common.c:615 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1967 | #, c-format |
| 1968 | msgid "Known DHCP options:\n" |
| 1969 | msgstr "" |
| 1970 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1971 | #: dhcp-common.c:626 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1972 | #, c-format |
| 1973 | msgid "Known DHCPv6 options:\n" |
| 1974 | msgstr "" |
| 1975 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1976 | #: dhcp-common.c:823 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1977 | msgid ", prefix deprecated" |
| 1978 | msgstr "" |
| 1979 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1980 | #: dhcp-common.c:826 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1981 | #, c-format |
| 1982 | msgid ", lease time " |
| 1983 | msgstr "" |
| 1984 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1985 | #: dhcp-common.c:868 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1986 | #, c-format |
| 1987 | msgid "%s stateless on %s%.0s%.0s%s" |
| 1988 | msgstr "" |
| 1989 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1990 | #: dhcp-common.c:870 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1991 | #, fuzzy, c-format |
| 1992 | msgid "%s, static leases only on %.0s%s%s%.0s" |
| 1993 | msgstr "DHCP, statisk leie kun på %.0s%s, leie tid %s" |
| 1994 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1995 | #: dhcp-common.c:872 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1996 | #, c-format |
| 1997 | msgid "%s, proxy on subnet %.0s%s%.0s%.0s" |
| 1998 | msgstr "" |
| 1999 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2000 | #: dhcp-common.c:873 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2001 | #, fuzzy, c-format |
| 2002 | msgid "%s, IP range %s -- %s%s%.0s" |
| 2003 | msgstr "DHCP, IP område %s -- %s, leie tid %s" |
| 2004 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2005 | #: dhcp-common.c:886 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2006 | #, c-format |
| 2007 | msgid "DHCPv4-derived IPv6 names on %s%s" |
| 2008 | msgstr "" |
| 2009 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2010 | #: dhcp-common.c:889 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2011 | #, fuzzy, c-format |
| 2012 | msgid "router advertisement on %s%s" |
| 2013 | msgstr "DHCP, statisk leie kun på %.0s%s, leie tid %s" |
| 2014 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2015 | #: dhcp-common.c:900 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2016 | #, c-format |
| 2017 | msgid "DHCP relay from %s to %s via %s" |
| 2018 | msgstr "" |
| 2019 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2020 | #: dhcp-common.c:902 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2021 | #, c-format |
| 2022 | msgid "DHCP relay from %s to %s" |
| 2023 | msgstr "" |
| 2024 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2025 | #: radv.c:98 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2026 | #, fuzzy, c-format |
| 2027 | msgid "cannot create ICMPv6 socket: %s" |
| 2028 | msgstr "kan ikke lage DHCP socket: %s" |
| 2029 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2030 | #: auth.c:429 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2031 | #, c-format |
| 2032 | msgid "ignoring zone transfer request from %s" |
| 2033 | msgstr "" |
| 2034 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2035 | #: ipset.c:95 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2036 | #, fuzzy, c-format |
| 2037 | msgid "failed to find kernel version: %s" |
| 2038 | msgstr "feilet å binde DHCP tjener socket: %s" |
| 2039 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2040 | #: ipset.c:114 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2041 | #, fuzzy, c-format |
| 2042 | msgid "failed to create IPset control socket: %s" |
| 2043 | msgstr "feilet å lage lytte socket: %s" |
| 2044 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2045 | #: blockdata.c:58 |
| 2046 | #, c-format |
| 2047 | msgid "DNSSEC memory in use %u, max %u, allocated %u" |
| 2048 | msgstr "" |
| 2049 | |
| 2050 | #: tables.c:76 |
| 2051 | msgid "error: fill_addr missused" |
| 2052 | msgstr "" |
| 2053 | |
| 2054 | #: tables.c:105 |
| 2055 | #, fuzzy, c-format |
| 2056 | msgid "failed to access pf devices: %s" |
| 2057 | msgstr "feilet å få tilgang til %s: %s" |
| 2058 | |
| 2059 | #: tables.c:119 |
| 2060 | #, fuzzy, c-format |
| 2061 | msgid "warning: no opened pf devices %s" |
| 2062 | msgstr "benytter lokale adresser kun for %s %s" |
| 2063 | |
| 2064 | #: tables.c:127 |
| 2065 | #, fuzzy, c-format |
| 2066 | msgid "error: cannot use table name %s" |
| 2067 | msgstr "klarer ikke å få vertsnavn: %s" |
| 2068 | |
| 2069 | #: tables.c:135 |
| 2070 | #, c-format |
| 2071 | msgid "error: cannot strlcpy table name %s" |
| 2072 | msgstr "" |
| 2073 | |
| 2074 | #: tables.c:141 |
| 2075 | #, c-format |
| 2076 | msgid "warning: pfr_add_tables: %s(%d)" |
| 2077 | msgstr "" |
| 2078 | |
| 2079 | #: tables.c:147 |
| 2080 | msgid "info: table created" |
| 2081 | msgstr "" |
| 2082 | |
| 2083 | #: tables.c:158 |
| 2084 | #, c-format |
| 2085 | msgid "warning: DIOCR%sADDRS: %s" |
| 2086 | msgstr "" |
| 2087 | |
| 2088 | #: tables.c:162 |
| 2089 | #, fuzzy, c-format |
| 2090 | msgid "%d addresses %s" |
| 2091 | msgstr "les %s - %d adresser" |
| 2092 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2093 | #~ msgid "duplicate IP address %s in dhcp-config directive." |
| 2094 | #~ msgstr "dubliserte IP adresser i %s dhcp-config direktiv." |
| 2095 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2096 | #, fuzzy |
| 2097 | #~ msgid "Specify path to Lua script (no default)." |
| 2098 | #~ msgstr "Spesifiser stien til PID fil. (standard er %s)." |
| 2099 | |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 2100 | #~ msgid "TXT record string too long" |
| 2101 | #~ msgstr "TXT post streng for lang" |
| 2102 | |
| 2103 | #~ msgid "failed to set IPV6 options on listening socket: %s" |
| 2104 | #~ msgstr "feilet å sette IPv6 opsjoner på lytte socket: %s" |
| 2105 | |
| 2106 | #~ msgid "failed to bind listening socket for %s: %s" |
| 2107 | #~ msgstr "feilet å binde lytte socket for %s: %s" |
| 2108 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 2109 | #~ msgid "must set exactly one interface on broken systems without IP_RECVIF" |
| 2110 | #~ msgstr "må sette nøyaktig et interface på ødelagte systemer uten IP_RECVIF" |
| 2111 | |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 2112 | #~ msgid "Ignoring DHCP lease for %s because it has an illegal domain part" |
| 2113 | #~ msgstr "Ignorerer DHCP leie for %s siden den har en ulovlig domene del" |
| 2114 | |
| 2115 | #~ msgid "ISC dhcpd integration not available: set HAVE_ISC_READER in src/config.h" |
| 2116 | #~ msgstr "ISC dhcpf integrasjon ikke tilgjengelig: sett HAVE_ISC_READER i src/config.h" |
| 2117 | |
| 2118 | #, fuzzy |
| 2119 | #~ msgid "illegal domain %s in dhcp-config directive." |
| 2120 | #~ msgstr "dubliserte IP adresser i %s dhcp-config direktiv." |
| 2121 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 2122 | #~ msgid "running as root" |
| 2123 | #~ msgstr "kjører som rot (root)" |
| 2124 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 2125 | #, fuzzy |
| 2126 | #~ msgid "read %s - %d hosts" |
| 2127 | #~ msgstr "les %s - %d adresser" |
| 2128 | |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 2129 | #~ msgid "domains" |
| 2130 | #~ msgstr "domener" |
| 2131 | |
| 2132 | #~ msgid "Ignoring DHCP host name %s because it has an illegal domain part" |
| 2133 | #~ msgstr "Ignorerer DHCP verts navn %s på grunn av ulovlig domene del" |
| 2134 | |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2135 | #~ msgid "Display this message." |
| 2136 | #~ msgstr "Vis denne meldingen." |
| 2137 | |
| 2138 | #~ msgid "failed to read %s: %m" |
| 2139 | #~ msgstr "feilet å lese %s: %m" |
| 2140 | |
| 2141 | #~ msgid "failed to read %s:%m" |
| 2142 | #~ msgstr "feilet å lese %s:%m" |
| 2143 | |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 2144 | #, fuzzy |
| 2145 | #~ msgid "cannot send encapsulated option %d: no space left in wrapper" |
| 2146 | #~ msgstr "kan ikke sende DHCP opsjon %d: ikke mer plass i pakken" |
| 2147 | |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 2148 | #~ msgid "More than one vendor class matches, using %s" |
| 2149 | #~ msgstr "Mer enn en produsent klasse som passer, bruker %s" |
| 2150 | |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 2151 | #~ msgid "forwarding table overflow: check for server loops." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 2152 | #~ msgstr "fremsendelse (forwarding) tabell overflyt: sjekk etter tjener løkker." |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 2153 | |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 2154 | #~ msgid "nested includes not allowed" |
| 2155 | #~ msgstr "nøstede inkluderinger er ikke tillatt" |
| 2156 | |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 2157 | #~ msgid "DHCP, %s will be written every %s" |
| 2158 | #~ msgstr "DHCP, %s vil bli skrevet hver %s" |
| 2159 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 2160 | #~ msgid "cannot create DHCP packet socket: %s. Is CONFIG_PACKET enabled in your kernel?" |
| 2161 | #~ msgstr "kan ikke lage DHCP pakke socket: %s. Er CONFIG_PACKET aktivert i din kjerne?" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 2162 | |
| 2163 | #~ msgid "Cannot use RTnetlink socket, falling back to ioctl API" |
| 2164 | #~ msgstr "Kan ikke benytte RTnetlink socket, faller tilbake til ioctl API" |