diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-12-19 14:36:50 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-19 14:36:50 +0100 |
| commit | 072ec4cf09df19d7faedbcb4243dbbe81d46dae2 (patch) | |
| tree | 96b2e896cb3a2babc864d164116d9ddab6432ba3 | |
| parent | 94a84d8367812f5bf31690906d0ffcb0502c11bd (diff) | |
nls: Update 'da' translation.
| -rw-r--r-- | po/guix/da.po | 1023 |
1 files changed, 584 insertions, 439 deletions
diff --git a/po/guix/da.po b/po/guix/da.po index 0e6ae3ad43d..cf42db86585 100644 --- a/po/guix/da.po +++ b/po/guix/da.po | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | # Joe Hansen <joedalton2@yahoo.dk>, 2015, 2016. | 4 | # Joe Hansen <joedalton2@yahoo.dk>, 2015, 2016. |
| 5 | # | 5 | # |
| 6 | # build -> kompilering | 6 | # build -> kompilering |
| 7 | # derivation -> derivat | ||
| 7 | # emit -> opret | 8 | # emit -> opret |
| 8 | # garbage -> affald (spild, bedre forslag?) | 9 | # garbage -> affald (spild, bedre forslag?) |
| 9 | # in a row -> i træk | 10 | # in a row -> i træk |
| @@ -12,10 +13,10 @@ | |||
| 12 | # | 13 | # |
| 13 | msgid "" | 14 | msgid "" |
| 14 | msgstr "" | 15 | msgstr "" |
| 15 | "Project-Id-Version: guix 0.11.0\n" | 16 | "Project-Id-Version: guix 0.12.0\n" |
| 16 | "Report-Msgid-Bugs-To: ludo@gnu.org\n" | 17 | "Report-Msgid-Bugs-To: ludo@gnu.org\n" |
| 17 | "POT-Creation-Date: 2016-07-29 10:16+0200\n" | 18 | "POT-Creation-Date: 2016-12-18 15:32+0100\n" |
| 18 | "PO-Revision-Date: 2016-12-04 19:31+01:00\n" | 19 | "PO-Revision-Date: 2016-12-18 19:31+01:00\n" |
| 19 | "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" | 20 | "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" |
| 20 | "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" | 21 | "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" |
| 21 | "Language: da\n" | 22 | "Language: da\n" |
| @@ -55,85 +56,95 @@ msgstr "vælger ~a fra ~a~%" | |||
| 55 | msgid "deprecated NAME-VERSION syntax; use NAME@VERSION instead~%" | 56 | msgid "deprecated NAME-VERSION syntax; use NAME@VERSION instead~%" |
| 56 | msgstr "forældet NAVN-VERSION-syntaks; brug NAVN@VERSION i stedet for~%" | 57 | msgstr "forældet NAVN-VERSION-syntaks; brug NAVN@VERSION i stedet for~%" |
| 57 | 58 | ||
| 58 | #: gnu/packages.scm:311 | 59 | #: gnu/packages.scm:311 guix/scripts/package.scm:272 |
| 60 | #, scheme-format | ||
| 61 | msgid "package '~a' has been superseded by '~a'~%" | ||
| 62 | msgstr "pakken »~a« er blevet efterfulgt af »~a«~%" | ||
| 63 | |||
| 64 | #: gnu/packages.scm:318 | ||
| 59 | #, scheme-format | 65 | #, scheme-format |
| 60 | msgid "~A: package not found for version ~a~%" | 66 | msgid "~A: package not found for version ~a~%" |
| 61 | msgstr "~A: pakke ikke fundet for version ~a~%" | 67 | msgstr "~A: pakke ikke fundet for version ~a~%" |
| 62 | 68 | ||
| 63 | #: gnu/packages.scm:321 | 69 | #: gnu/packages.scm:328 |
| 64 | #, scheme-format | 70 | #, scheme-format |
| 65 | msgid "~A: unknown package~%" | 71 | msgid "~A: unknown package~%" |
| 66 | msgstr "~A: ukendt pakke~%" | 72 | msgstr "~A: ukendt pakke~%" |
| 67 | 73 | ||
| 68 | #: gnu/packages.scm:349 | 74 | #: gnu/packages.scm:356 |
| 69 | #, scheme-format | 75 | #, scheme-format |
| 70 | msgid "package `~a' lacks output `~a'~%" | 76 | msgid "package `~a' lacks output `~a'~%" |
| 71 | msgstr "pakke »~a« mangler uddata »~a«~%" | 77 | msgstr "pakke »~a« mangler uddata »~a«~%" |
| 72 | 78 | ||
| 73 | #: gnu/services.scm:540 | 79 | #: gnu/services.scm:542 |
| 74 | #, scheme-format | 80 | #, scheme-format |
| 75 | msgid "no target of type '~a' for service ~s" | 81 | msgid "no target of type '~a' for service ~s" |
| 76 | msgstr "intet mål af typen »~a« for tjeneste ~s" | 82 | msgstr "intet mål af typen »~a« for tjeneste ~s" |
| 77 | 83 | ||
| 78 | #: gnu/services.scm:551 gnu/services.scm:612 | 84 | #: gnu/services.scm:553 gnu/services.scm:614 |
| 79 | #, scheme-format | 85 | #, scheme-format |
| 80 | msgid "more than one target service of type '~a'" | 86 | msgid "more than one target service of type '~a'" |
| 81 | msgstr "mere end en måltjeneste af typen »~a«" | 87 | msgstr "mere end en måltjeneste af typen »~a«" |
| 82 | 88 | ||
| 83 | #: gnu/services.scm:602 | 89 | #: gnu/services.scm:604 |
| 84 | #, scheme-format | 90 | #, scheme-format |
| 85 | msgid "service of type '~a' not found" | 91 | msgid "service of type '~a' not found" |
| 86 | msgstr "tjenste af typen »~a« blev ikke fundet" | 92 | msgstr "tjenste af typen »~a« blev ikke fundet" |
| 87 | 93 | ||
| 88 | #: gnu/system.scm:500 | 94 | #: gnu/system.scm:522 |
| 89 | #, scheme-format | 95 | #, scheme-format |
| 90 | msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%" | 96 | msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%" |
| 91 | msgstr "brug af en streng for filen »~a« er forældet; brug »plain-file« i stedet~%" | 97 | msgstr "brug af en streng for filen »~a« er forældet; brug »plain-file« i stedet~%" |
| 92 | 98 | ||
| 93 | #: gnu/system.scm:516 | 99 | #: gnu/system.scm:538 |
| 94 | #, scheme-format | 100 | #, scheme-format |
| 95 | msgid "using a monadic value for '~a' is deprecated; use 'plain-file' instead~%" | 101 | msgid "using a monadic value for '~a' is deprecated; use 'plain-file' instead~%" |
| 96 | msgstr "brug af en unik værdi for »~a« er forældet; brug »plain-file« i stedet~%" | 102 | msgstr "brug af en unik værdi for »~a« er forældet; brug »plain-file« i stedet~%" |
| 97 | 103 | ||
| 98 | #: gnu/system.scm:650 | 104 | #: gnu/system.scm:680 |
| 99 | #, scheme-format | 105 | #, scheme-format |
| 100 | msgid "~a: invalid locale name" | 106 | msgid "~a: invalid locale name" |
| 101 | msgstr "~a: ugyldigt navn for regionsindstillinger" | 107 | msgstr "~a: ugyldigt navn for regionsindstillinger" |
| 102 | 108 | ||
| 103 | #: gnu/system.scm:770 | 109 | #: gnu/system.scm:860 |
| 110 | msgid "/" | ||
| 111 | msgstr "/" | ||
| 112 | |||
| 113 | #: gnu/system.scm:862 | ||
| 104 | #, scheme-format | 114 | #, scheme-format |
| 105 | msgid "unrecognized boot parameters for '~a'~%" | 115 | msgid "unrecognized boot parameters for '~a'~%" |
| 106 | msgstr "ikke genkendte opstartsparametre for »~a«~%" | 116 | msgstr "ikke genkendte opstartsparametre for »~a«~%" |
| 107 | 117 | ||
| 108 | #: gnu/services/shepherd.scm:162 | 118 | #: gnu/services/shepherd.scm:165 |
| 109 | #, scheme-format | 119 | #, scheme-format |
| 110 | msgid "service '~a' provided more than once" | 120 | msgid "service '~a' provided more than once" |
| 111 | msgstr "tjenesten »~a« tilbudt mere end en gang" | 121 | msgstr "tjenesten »~a« tilbudt mere end en gang" |
| 112 | 122 | ||
| 113 | #: gnu/services/shepherd.scm:177 | 123 | #: gnu/services/shepherd.scm:180 |
| 114 | #, scheme-format | 124 | #, scheme-format |
| 115 | msgid "service '~a' requires '~a', which is not provided by any service" | 125 | msgid "service '~a' requires '~a', which is not provided by any service" |
| 116 | msgstr "tjenesten »~a« kræver »~a«, som ikke tilbydes af nogen tjeneste" | 126 | msgstr "tjenesten »~a« kræver »~a«, som ikke tilbydes af nogen tjeneste" |
| 117 | 127 | ||
| 118 | #: gnu/system/shadow.scm:240 | 128 | #: gnu/system/shadow.scm:220 |
| 119 | #, scheme-format | 129 | #, scheme-format |
| 120 | msgid "supplementary group '~a' of user '~a' is undeclared" | 130 | msgid "supplementary group '~a' of user '~a' is undeclared" |
| 121 | msgstr "supplerende gruppe »~a« for bruger »~a« er ikke deklæret" | 131 | msgstr "supplerende gruppe »~a« for bruger »~a« er ikke erklæret" |
| 122 | 132 | ||
| 123 | #: gnu/system/shadow.scm:250 | 133 | #: gnu/system/shadow.scm:230 |
| 124 | #, scheme-format | 134 | #, scheme-format |
| 125 | msgid "primary group '~a' of user '~a' is undeclared" | 135 | msgid "primary group '~a' of user '~a' is undeclared" |
| 126 | msgstr "primær gruppe »~a« for brugeren »~a« er ikke deklæret" | 136 | msgstr "primær gruppe »~a« for brugeren »~a« er ikke erklæret" |
| 127 | 137 | ||
| 128 | #: guix/scripts.scm:52 | 138 | #: guix/scripts.scm:53 |
| 129 | #, scheme-format | 139 | #, scheme-format |
| 130 | msgid "invalid argument: ~a~%" | 140 | msgid "invalid argument: ~a~%" |
| 131 | msgstr "ugyldigt argument: ~a~%" | 141 | msgstr "ugyldigt argument: ~a~%" |
| 132 | 142 | ||
| 133 | #: guix/scripts.scm:78 guix/scripts/download.scm:99 guix/scripts/gc.scm:164 | 143 | #: guix/scripts.scm:79 guix/scripts/download.scm:133 guix/scripts/gc.scm:164 |
| 134 | #: guix/scripts/import/cran.scm:78 guix/scripts/import/elpa.scm:77 | 144 | #: guix/scripts/import/cran.scm:82 guix/scripts/import/elpa.scm:77 |
| 135 | #: guix/scripts/pull.scm:219 guix/scripts/lint.scm:916 | 145 | #: guix/scripts/pull.scm:219 guix/scripts/lint.scm:1042 |
| 136 | #: guix/scripts/publish.scm:549 guix/scripts/graph.scm:383 | 146 | #: guix/scripts/publish.scm:556 guix/scripts/edit.scm:81 |
| 147 | #: guix/scripts/graph.scm:436 | ||
| 137 | #, scheme-format | 148 | #, scheme-format |
| 138 | msgid "~A: unrecognized option~%" | 149 | msgid "~A: unrecognized option~%" |
| 139 | msgstr "~A: ikke genkendt tilvalg~%" | 150 | msgstr "~A: ikke genkendt tilvalg~%" |
| @@ -143,12 +154,12 @@ msgstr "~A: ikke genkendt tilvalg~%" | |||
| 143 | msgid "failed to create GC root `~a': ~a~%" | 154 | msgid "failed to create GC root `~a': ~a~%" |
| 144 | msgstr "kunne ikke oprette GC-root »~a«: ~a~%" | 155 | msgstr "kunne ikke oprette GC-root »~a«: ~a~%" |
| 145 | 156 | ||
| 146 | #: guix/scripts/build.scm:198 | 157 | #: guix/scripts/build.scm:196 |
| 147 | #, scheme-format | 158 | #, scheme-format |
| 148 | msgid "invalid replacement specification: ~s~%" | 159 | msgid "invalid replacement specification: ~s~%" |
| 149 | msgstr "ugyldig erstatningsspecifikation: ~s~%" | 160 | msgstr "ugyldig erstatningsspecifikation: ~s~%" |
| 150 | 161 | ||
| 151 | #: guix/scripts/build.scm:246 | 162 | #: guix/scripts/build.scm:253 |
| 152 | msgid "" | 163 | msgid "" |
| 153 | "\n" | 164 | "\n" |
| 154 | " --with-source=SOURCE\n" | 165 | " --with-source=SOURCE\n" |
| @@ -158,7 +169,7 @@ msgstr "" | |||
| 158 | " --with-source=KILDE\n" | 169 | " --with-source=KILDE\n" |
| 159 | " brug KILDE når den tilsvarende pakke kompileres" | 170 | " brug KILDE når den tilsvarende pakke kompileres" |
| 160 | 171 | ||
| 161 | #: guix/scripts/build.scm:249 | 172 | #: guix/scripts/build.scm:256 |
| 162 | msgid "" | 173 | msgid "" |
| 163 | "\n" | 174 | "\n" |
| 164 | " --with-input=PACKAGE=REPLACEMENT\n" | 175 | " --with-input=PACKAGE=REPLACEMENT\n" |
| @@ -168,12 +179,22 @@ msgstr "" | |||
| 168 | " --with-input=PAKKE=ERSTATNING\n" | 179 | " --with-input=PAKKE=ERSTATNING\n" |
| 169 | " erstat afhængighedsPAKKE med ERSTATNING" | 180 | " erstat afhængighedsPAKKE med ERSTATNING" |
| 170 | 181 | ||
| 171 | #: guix/scripts/build.scm:274 | 182 | #: guix/scripts/build.scm:259 |
| 183 | msgid "" | ||
| 184 | "\n" | ||
| 185 | " --with-graft=PACKAGE=REPLACEMENT\n" | ||
| 186 | " graft REPLACEMENT on packages that refer to PACKAGE" | ||
| 187 | msgstr "" | ||
| 188 | "\n" | ||
| 189 | " --with-graft=PAKKE=ERSTATNING\n" | ||
| 190 | " pod ERSTATNING på pakker som refererer til PAKKE" | ||
| 191 | |||
| 192 | #: guix/scripts/build.scm:284 | ||
| 172 | #, scheme-format | 193 | #, scheme-format |
| 173 | msgid "transformation '~a' had no effect on ~a~%" | 194 | msgid "transformation '~a' had no effect on ~a~%" |
| 174 | msgstr "transformation »~a« havde ingen effekt på ~a~%" | 195 | msgstr "transformation »~a« havde ingen effekt på ~a~%" |
| 175 | 196 | ||
| 176 | #: guix/scripts/build.scm:292 | 197 | #: guix/scripts/build.scm:302 |
| 177 | msgid "" | 198 | msgid "" |
| 178 | "\n" | 199 | "\n" |
| 179 | " -L, --load-path=DIR prepend DIR to the package module search path" | 200 | " -L, --load-path=DIR prepend DIR to the package module search path" |
| @@ -181,7 +202,7 @@ msgstr "" | |||
| 181 | "\n" | 202 | "\n" |
| 182 | " -L, --load-path=MAPPE foranstil MAPPE til pakkemodulets søgesti" | 203 | " -L, --load-path=MAPPE foranstil MAPPE til pakkemodulets søgesti" |
| 183 | 204 | ||
| 184 | #: guix/scripts/build.scm:294 | 205 | #: guix/scripts/build.scm:304 |
| 185 | msgid "" | 206 | msgid "" |
| 186 | "\n" | 207 | "\n" |
| 187 | " -K, --keep-failed keep build tree of failed builds" | 208 | " -K, --keep-failed keep build tree of failed builds" |
| @@ -189,23 +210,23 @@ msgstr "" | |||
| 189 | "\n" | 210 | "\n" |
| 190 | " -K, --keep-failed bevar kompileringstræ for mislykkede kompileringer" | 211 | " -K, --keep-failed bevar kompileringstræ for mislykkede kompileringer" |
| 191 | 212 | ||
| 192 | #: guix/scripts/build.scm:296 | 213 | #: guix/scripts/build.scm:306 |
| 193 | msgid "" | 214 | msgid "" |
| 194 | "\n" | 215 | "\n" |
| 195 | " -k, --keep-going keep going when some of the derivations fail" | 216 | " -k, --keep-going keep going when some of the derivations fail" |
| 196 | msgstr "" | 217 | msgstr "" |
| 197 | "\n" | 218 | "\n" |
| 198 | " -k, --keep-going fortsæt når nogle af derivationerne fejler" | 219 | " -k, --keep-going fortsæt når nogle af derivaterne fejler" |
| 199 | 220 | ||
| 200 | #: guix/scripts/build.scm:298 | 221 | #: guix/scripts/build.scm:308 |
| 201 | msgid "" | 222 | msgid "" |
| 202 | "\n" | 223 | "\n" |
| 203 | " -n, --dry-run do not build the derivations" | 224 | " -n, --dry-run do not build the derivations" |
| 204 | msgstr "" | 225 | msgstr "" |
| 205 | "\n" | 226 | "\n" |
| 206 | " -n, --dry-run kompiler ikke derivationerne" | 227 | " -n, --dry-run kompiler ikke derivater" |
| 207 | 228 | ||
| 208 | #: guix/scripts/build.scm:300 | 229 | #: guix/scripts/build.scm:310 |
| 209 | msgid "" | 230 | msgid "" |
| 210 | "\n" | 231 | "\n" |
| 211 | " --fallback fall back to building when the substituter fails" | 232 | " --fallback fall back to building when the substituter fails" |
| @@ -213,15 +234,15 @@ msgstr "" | |||
| 213 | "\n" | 234 | "\n" |
| 214 | " --fallback fald tilbage til kompilering når erstatningen fejler" | 235 | " --fallback fald tilbage til kompilering når erstatningen fejler" |
| 215 | 236 | ||
| 216 | #: guix/scripts/build.scm:302 | 237 | #: guix/scripts/build.scm:312 |
| 217 | msgid "" | 238 | msgid "" |
| 218 | "\n" | 239 | "\n" |
| 219 | " --no-substitutes build instead of resorting to pre-built substitutes" | 240 | " --no-substitutes build instead of resorting to pre-built substitutes" |
| 220 | msgstr "" | 241 | msgstr "" |
| 221 | "\n" | 242 | "\n" |
| 222 | " --no-substitutes kompiler i stedet for en ny sortering af prækompilerede substitutter" | 243 | " --no-substitutes kompiler i stedet for at bruge prækompilerede substitutter" |
| 223 | 244 | ||
| 224 | #: guix/scripts/build.scm:304 guix/scripts/size.scm:217 | 245 | #: guix/scripts/build.scm:314 guix/scripts/size.scm:220 |
| 225 | msgid "" | 246 | msgid "" |
| 226 | "\n" | 247 | "\n" |
| 227 | " --substitute-urls=URLS\n" | 248 | " --substitute-urls=URLS\n" |
| @@ -231,7 +252,7 @@ msgstr "" | |||
| 231 | " --substitute-urls=ADRESSER\n" | 252 | " --substitute-urls=ADRESSER\n" |
| 232 | " hent substitut fra ADRESSER hvis de er godkendt" | 253 | " hent substitut fra ADRESSER hvis de er godkendt" |
| 233 | 254 | ||
| 234 | #: guix/scripts/build.scm:307 | 255 | #: guix/scripts/build.scm:317 |
| 235 | msgid "" | 256 | msgid "" |
| 236 | "\n" | 257 | "\n" |
| 237 | " --no-grafts do not graft packages" | 258 | " --no-grafts do not graft packages" |
| @@ -239,7 +260,7 @@ msgstr "" | |||
| 239 | "\n" | 260 | "\n" |
| 240 | " --no-grafts pod ikke pakker" | 261 | " --no-grafts pod ikke pakker" |
| 241 | 262 | ||
| 242 | #: guix/scripts/build.scm:309 | 263 | #: guix/scripts/build.scm:319 |
| 243 | msgid "" | 264 | msgid "" |
| 244 | "\n" | 265 | "\n" |
| 245 | " --no-build-hook do not attempt to offload builds via the build hook" | 266 | " --no-build-hook do not attempt to offload builds via the build hook" |
| @@ -247,7 +268,7 @@ msgstr "" | |||
| 247 | "\n" | 268 | "\n" |
| 248 | " --no-build-hook forsøg ikke at aflaste kompileringer via kompileringskrogen" | 269 | " --no-build-hook forsøg ikke at aflaste kompileringer via kompileringskrogen" |
| 249 | 270 | ||
| 250 | #: guix/scripts/build.scm:311 | 271 | #: guix/scripts/build.scm:321 |
| 251 | msgid "" | 272 | msgid "" |
| 252 | "\n" | 273 | "\n" |
| 253 | " --max-silent-time=SECONDS\n" | 274 | " --max-silent-time=SECONDS\n" |
| @@ -255,17 +276,17 @@ msgid "" | |||
| 255 | msgstr "" | 276 | msgstr "" |
| 256 | "\n" | 277 | "\n" |
| 257 | " --max-silent-time=SEKUNDER\n" | 278 | " --max-silent-time=SEKUNDER\n" |
| 258 | " marker kompileringen som mislykket efter SEKUNDER af stilhed" | 279 | " marker kompileringen som mislykket efter SEKUNDERs stilhed" |
| 259 | 280 | ||
| 260 | #: guix/scripts/build.scm:314 | 281 | #: guix/scripts/build.scm:324 |
| 261 | msgid "" | 282 | msgid "" |
| 262 | "\n" | 283 | "\n" |
| 263 | " --timeout=SECONDS mark the build as failed after SECONDS of activity" | 284 | " --timeout=SECONDS mark the build as failed after SECONDS of activity" |
| 264 | msgstr "" | 285 | msgstr "" |
| 265 | "\n" | 286 | "\n" |
| 266 | " --timeout=SEKUNDER marker kompileringen som mislykket efter SEKUNDER af aktivitet" | 287 | " --timeout=SEKUNDER marker kompileringen som mislykket efter SEKUNDERs aktivitet" |
| 267 | 288 | ||
| 268 | #: guix/scripts/build.scm:316 | 289 | #: guix/scripts/build.scm:326 |
| 269 | msgid "" | 290 | msgid "" |
| 270 | "\n" | 291 | "\n" |
| 271 | " --verbosity=LEVEL use the given verbosity LEVEL" | 292 | " --verbosity=LEVEL use the given verbosity LEVEL" |
| @@ -273,7 +294,7 @@ msgstr "" | |||
| 273 | "\n" | 294 | "\n" |
| 274 | " --verbosity=NIVEAU brug det angivne uddybnings-NIVEAU" | 295 | " --verbosity=NIVEAU brug det angivne uddybnings-NIVEAU" |
| 275 | 296 | ||
| 276 | #: guix/scripts/build.scm:318 | 297 | #: guix/scripts/build.scm:328 |
| 277 | msgid "" | 298 | msgid "" |
| 278 | "\n" | 299 | "\n" |
| 279 | " --rounds=N build N times in a row to detect non-determinism" | 300 | " --rounds=N build N times in a row to detect non-determinism" |
| @@ -281,97 +302,97 @@ msgstr "" | |||
| 281 | "\n" | 302 | "\n" |
| 282 | " --rounds=N kompiler N gange i træk for at detektere ikkedeterminisme" | 303 | " --rounds=N kompiler N gange i træk for at detektere ikkedeterminisme" |
| 283 | 304 | ||
| 284 | #: guix/scripts/build.scm:320 | 305 | #: guix/scripts/build.scm:330 |
| 285 | msgid "" | 306 | msgid "" |
| 286 | "\n" | 307 | "\n" |
| 287 | " -c, --cores=N allow the use of up to N CPU cores for the build" | 308 | " -c, --cores=N allow the use of up to N CPU cores for the build" |
| 288 | msgstr "" | 309 | msgstr "" |
| 289 | "\n" | 310 | "\n" |
| 290 | " -c, --cores=N tillad brugen af op til N CPU-kerner til kompileringen" | 311 | " -c, --cores=N tillad brugen af op til N cpu-kerner til kompileringen" |
| 291 | 312 | ||
| 292 | #: guix/scripts/build.scm:322 | 313 | #: guix/scripts/build.scm:332 |
| 293 | msgid "" | 314 | msgid "" |
| 294 | "\n" | 315 | "\n" |
| 295 | " -M, --max-jobs=N allow at most N build jobs" | 316 | " -M, --max-jobs=N allow at most N build jobs" |
| 296 | msgstr "" | 317 | msgstr "" |
| 297 | "\n" | 318 | "\n" |
| 298 | " -M, --max-jobs=N tillad højest N-kompileringsjob" | 319 | " -M, --max-jobs=N tillad højst N kompileringsjob" |
| 299 | 320 | ||
| 300 | #: guix/scripts/build.scm:428 guix/scripts/build.scm:435 | 321 | #: guix/scripts/build.scm:438 guix/scripts/build.scm:445 |
| 301 | #, scheme-format | 322 | #, scheme-format |
| 302 | msgid "not a number: '~a' option argument: ~a~%" | 323 | msgid "not a number: '~a' option argument: ~a~%" |
| 303 | msgstr "ikke et nummer: »~a« tilvalgsparameter: ~a~%" | 324 | msgstr "ikke et nummer: »~a« tilvalgsparameter: ~a~%" |
| 304 | 325 | ||
| 305 | #: guix/scripts/build.scm:455 | 326 | #: guix/scripts/build.scm:465 |
| 306 | msgid "" | 327 | msgid "" |
| 307 | "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" | 328 | "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" |
| 308 | "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" | 329 | "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" |
| 309 | msgstr "" | 330 | msgstr "" |
| 310 | "Brug: guix build [TILVALG]... PAKKE-ELLER-AFLEDNING...\n" | 331 | "Brug: guix build [TILVALG]... PAKKE-ELLER-DERIVAT...\n" |
| 311 | "Kompiler den angivne PAKKE-ELLER-AFLEDNING og returner deres uddatastier.\n" | 332 | "Kompiler den angivne PAKKE-ELLER-DERIVAT og returner deres uddatastier.\n" |
| 312 | 333 | ||
| 313 | #: guix/scripts/build.scm:457 | 334 | #: guix/scripts/build.scm:467 |
| 314 | msgid "" | 335 | msgid "" |
| 315 | "\n" | 336 | "\n" |
| 316 | " -e, --expression=EXPR build the package or derivation EXPR evaluates to" | 337 | " -e, --expression=EXPR build the package or derivation EXPR evaluates to" |
| 317 | msgstr "" | 338 | msgstr "" |
| 318 | "\n" | 339 | "\n" |
| 319 | " -e, --expression=UDTRYK\n" | 340 | " -e, --expression=UDTRYK\n" |
| 320 | " kompiler pakken eller derivationen UDTRYK evaluerer til" | 341 | " kompiler pakken eller derivatet UDTRYK evaluerer til" |
| 321 | 342 | ||
| 322 | #: guix/scripts/build.scm:459 | 343 | #: guix/scripts/build.scm:469 |
| 323 | msgid "" | 344 | msgid "" |
| 324 | "\n" | 345 | "\n" |
| 325 | " -f, --file=FILE build the package or derivation that the code within\n" | 346 | " -f, --file=FILE build the package or derivation that the code within\n" |
| 326 | " FILE evaluates to" | 347 | " FILE evaluates to" |
| 327 | msgstr "" | 348 | msgstr "" |
| 328 | "\n" | 349 | "\n" |
| 329 | " -f, --file=FIL kompiler pakken eller derivationen som koden i FIL evaluerer\n" | 350 | " -f, --file=FIL kompiler pakken eller derivatet som koden i FIL evaluerer\n" |
| 330 | " til" | 351 | " til" |
| 331 | 352 | ||
| 332 | #: guix/scripts/build.scm:462 | 353 | #: guix/scripts/build.scm:472 |
| 333 | msgid "" | 354 | msgid "" |
| 334 | "\n" | 355 | "\n" |
| 335 | " -S, --source build the packages' source derivations" | 356 | " -S, --source build the packages' source derivations" |
| 336 | msgstr "" | 357 | msgstr "" |
| 337 | "\n" | 358 | "\n" |
| 338 | " -S, --source kompiler pakkernes kildederivationer" | 359 | " -S, --source kompiler pakkernes kildederivater" |
| 339 | 360 | ||
| 340 | #: guix/scripts/build.scm:464 | 361 | #: guix/scripts/build.scm:474 |
| 341 | msgid "" | 362 | msgid "" |
| 342 | "\n" | 363 | "\n" |
| 343 | " --sources[=TYPE] build source derivations; TYPE may optionally be one\n" | 364 | " --sources[=TYPE] build source derivations; TYPE may optionally be one\n" |
| 344 | " of \"package\", \"all\" (default), or \"transitive\"" | 365 | " of \"package\", \"all\" (default), or \"transitive\"" |
| 345 | msgstr "" | 366 | msgstr "" |
| 346 | "\n" | 367 | "\n" |
| 347 | " --sources[=TYPE] kompileringskildeafledninger; TYPE kan valgfrit være\n" | 368 | " --sources[=TYPE] kompileringskildederivater; TYPE kan valgfrit være\n" |
| 348 | " »package«, »all« (standard) eller »transitive«" | 369 | " »package«, »all« (standard) eller »transitive«" |
| 349 | 370 | ||
| 350 | #: guix/scripts/build.scm:467 | 371 | #: guix/scripts/build.scm:477 |
| 351 | msgid "" | 372 | msgid "" |
| 352 | "\n" | 373 | "\n" |
| 353 | " -s, --system=SYSTEM attempt to build for SYSTEM--e.g., \"i686-linux\"" | 374 | " -s, --system=SYSTEM attempt to build for SYSTEM--e.g., \"i686-linux\"" |
| 354 | msgstr "" | 375 | msgstr "" |
| 355 | "\n" | 376 | "\n" |
| 356 | " -s, --system=SYSTEM forsøger at kompilere for SYSTEM--f.eks., »i686-linux«" | 377 | " -s, --system=SYSTEM forsøger at kompilere for SYSTEM--f.eks. »i686-linux«" |
| 357 | 378 | ||
| 358 | #: guix/scripts/build.scm:469 | 379 | #: guix/scripts/build.scm:479 |
| 359 | msgid "" | 380 | msgid "" |
| 360 | "\n" | 381 | "\n" |
| 361 | " --target=TRIPLET cross-build for TRIPLET--e.g., \"armel-linux-gnu\"" | 382 | " --target=TRIPLET cross-build for TRIPLET--e.g., \"armel-linux-gnu\"" |
| 362 | msgstr "" | 383 | msgstr "" |
| 363 | "\n" | 384 | "\n" |
| 364 | " --target=TRIPLET krydskompiler for TRIPLET--f.eks., »armel-linux-gnu«" | 385 | " --target=TRIPLET krydskompiler for TRIPLET--f.eks. »armel-linux-gnu«" |
| 365 | 386 | ||
| 366 | #: guix/scripts/build.scm:471 | 387 | #: guix/scripts/build.scm:481 |
| 367 | msgid "" | 388 | msgid "" |
| 368 | "\n" | 389 | "\n" |
| 369 | " -d, --derivations return the derivation paths of the given packages" | 390 | " -d, --derivations return the derivation paths of the given packages" |
| 370 | msgstr "" | 391 | msgstr "" |
| 371 | "\n" | 392 | "\n" |
| 372 | " -d, --derivations returner de afledte stier for de givne pakker" | 393 | " -d, --derivations returner de derivate stier for de givne pakker" |
| 373 | 394 | ||
| 374 | #: guix/scripts/build.scm:473 | 395 | #: guix/scripts/build.scm:483 |
| 375 | msgid "" | 396 | msgid "" |
| 376 | "\n" | 397 | "\n" |
| 377 | " --check rebuild items to check for non-determinism issues" | 398 | " --check rebuild items to check for non-determinism issues" |
| @@ -379,7 +400,7 @@ msgstr "" | |||
| 379 | "\n" | 400 | "\n" |
| 380 | " --check kompiler elementer igen for at kontrollere ikkedeterminisme" | 401 | " --check kompiler elementer igen for at kontrollere ikkedeterminisme" |
| 381 | 402 | ||
| 382 | #: guix/scripts/build.scm:475 | 403 | #: guix/scripts/build.scm:485 |
| 383 | msgid "" | 404 | msgid "" |
| 384 | "\n" | 405 | "\n" |
| 385 | " -r, --root=FILE make FILE a symlink to the result, and register it\n" | 406 | " -r, --root=FILE make FILE a symlink to the result, and register it\n" |
| @@ -389,7 +410,7 @@ msgstr "" | |||
| 389 | " -r, --root=FIL gør FIL til en symbolsk henvisning for resultatet, og\n" | 410 | " -r, --root=FIL gør FIL til en symbolsk henvisning for resultatet, og\n" |
| 390 | " registrer den som en affaldsindsamlerroot" | 411 | " registrer den som en affaldsindsamlerroot" |
| 391 | 412 | ||
| 392 | #: guix/scripts/build.scm:478 | 413 | #: guix/scripts/build.scm:488 |
| 393 | msgid "" | 414 | msgid "" |
| 394 | "\n" | 415 | "\n" |
| 395 | " -q, --quiet do not show the build log" | 416 | " -q, --quiet do not show the build log" |
| @@ -397,22 +418,22 @@ msgstr "" | |||
| 397 | "\n" | 418 | "\n" |
| 398 | " -q, --quiet vis ikke kompileringsloggen" | 419 | " -q, --quiet vis ikke kompileringsloggen" |
| 399 | 420 | ||
| 400 | #: guix/scripts/build.scm:480 | 421 | #: guix/scripts/build.scm:490 |
| 401 | msgid "" | 422 | msgid "" |
| 402 | "\n" | 423 | "\n" |
| 403 | " --log-file return the log file names for the given derivations" | 424 | " --log-file return the log file names for the given derivations" |
| 404 | msgstr "" | 425 | msgstr "" |
| 405 | "\n" | 426 | "\n" |
| 406 | " --log-file returner logfilnavnen for de givne afledninger" | 427 | " --log-file returner logfilnavnen for de givne derivater" |
| 407 | 428 | ||
| 408 | #: guix/scripts/build.scm:487 guix/scripts/download.scm:56 | 429 | #: guix/scripts/build.scm:497 guix/scripts/download.scm:81 |
| 409 | #: guix/scripts/package.scm:388 guix/scripts/gc.scm:74 | 430 | #: guix/scripts/package.scm:419 guix/scripts/gc.scm:74 |
| 410 | #: guix/scripts/hash.scm:56 guix/scripts/import.scm:91 | 431 | #: guix/scripts/hash.scm:59 guix/scripts/import.scm:91 |
| 411 | #: guix/scripts/import/cran.scm:46 guix/scripts/pull.scm:83 | 432 | #: guix/scripts/import/cran.scm:47 guix/scripts/pull.scm:83 |
| 412 | #: guix/scripts/substitute.scm:827 guix/scripts/system.scm:695 | 433 | #: guix/scripts/substitute.scm:836 guix/scripts/system.scm:748 |
| 413 | #: guix/scripts/lint.scm:865 guix/scripts/publish.scm:73 | 434 | #: guix/scripts/lint.scm:991 guix/scripts/publish.scm:74 |
| 414 | #: guix/scripts/edit.scm:44 guix/scripts/size.scm:225 | 435 | #: guix/scripts/edit.scm:44 guix/scripts/size.scm:228 |
| 415 | #: guix/scripts/graph.scm:364 guix/scripts/challenge.scm:182 | 436 | #: guix/scripts/graph.scm:416 guix/scripts/challenge.scm:182 |
| 416 | #: guix/scripts/container.scm:33 guix/scripts/container/exec.scm:43 | 437 | #: guix/scripts/container.scm:33 guix/scripts/container/exec.scm:43 |
| 417 | msgid "" | 438 | msgid "" |
| 418 | "\n" | 439 | "\n" |
| @@ -421,14 +442,14 @@ msgstr "" | |||
| 421 | "\n" | 442 | "\n" |
| 422 | " -h, --help vis denne hjælpetekst og afslut" | 443 | " -h, --help vis denne hjælpetekst og afslut" |
| 423 | 444 | ||
| 424 | #: guix/scripts/build.scm:489 guix/scripts/download.scm:58 | 445 | #: guix/scripts/build.scm:499 guix/scripts/download.scm:83 |
| 425 | #: guix/scripts/package.scm:390 guix/scripts/gc.scm:76 | 446 | #: guix/scripts/package.scm:421 guix/scripts/gc.scm:76 |
| 426 | #: guix/scripts/hash.scm:58 guix/scripts/import.scm:93 | 447 | #: guix/scripts/hash.scm:61 guix/scripts/import.scm:93 |
| 427 | #: guix/scripts/import/cran.scm:48 guix/scripts/pull.scm:85 | 448 | #: guix/scripts/import/cran.scm:49 guix/scripts/pull.scm:85 |
| 428 | #: guix/scripts/substitute.scm:829 guix/scripts/system.scm:697 | 449 | #: guix/scripts/substitute.scm:838 guix/scripts/system.scm:750 |
| 429 | #: guix/scripts/lint.scm:869 guix/scripts/publish.scm:75 | 450 | #: guix/scripts/lint.scm:995 guix/scripts/publish.scm:76 |
| 430 | #: guix/scripts/edit.scm:46 guix/scripts/size.scm:227 | 451 | #: guix/scripts/edit.scm:46 guix/scripts/size.scm:230 |
| 431 | #: guix/scripts/graph.scm:366 guix/scripts/challenge.scm:184 | 452 | #: guix/scripts/graph.scm:418 guix/scripts/challenge.scm:184 |
| 432 | #: guix/scripts/container.scm:35 guix/scripts/container/exec.scm:45 | 453 | #: guix/scripts/container.scm:35 guix/scripts/container/exec.scm:45 |
| 433 | msgid "" | 454 | msgid "" |
| 434 | "\n" | 455 | "\n" |
| @@ -437,7 +458,7 @@ msgstr "" | |||
| 437 | "\n" | 458 | "\n" |
| 438 | " -V, --version vis versioninformation og afslut" | 459 | " -V, --version vis versioninformation og afslut" |
| 439 | 460 | ||
| 440 | #: guix/scripts/build.scm:516 | 461 | #: guix/scripts/build.scm:526 |
| 441 | #, scheme-format | 462 | #, scheme-format |
| 442 | msgid "" | 463 | msgid "" |
| 443 | "invalid argument: '~a' option argument: ~a, ~\n" | 464 | "invalid argument: '~a' option argument: ~a, ~\n" |
| @@ -446,33 +467,38 @@ msgstr "" | |||
| 446 | "ugyldigt argument: »~a« tilvalgsargumentet: ~a, ~\n" | 467 | "ugyldigt argument: »~a« tilvalgsargumentet: ~a, ~\n" |
| 447 | "skal være »package«, »all« eller »transitive«~%" | 468 | "skal være »package«, »all« eller »transitive«~%" |
| 448 | 469 | ||
| 449 | #: guix/scripts/build.scm:563 | 470 | #: guix/scripts/build.scm:573 |
| 450 | #, scheme-format | 471 | #, scheme-format |
| 451 | msgid "~s: not something we can build~%" | 472 | msgid "~s: not something we can build~%" |
| 452 | msgstr "~s: ikke noget vi kan kompilere~%" | 473 | msgstr "~s: ikke noget vi kan kompilere~%" |
| 453 | 474 | ||
| 454 | #: guix/scripts/build.scm:643 | 475 | #: guix/scripts/build.scm:627 |
| 476 | #, scheme-format | ||
| 477 | msgid "~a: warning: package '~a' has no source~%" | ||
| 478 | msgstr "~a: advarsel: pakken »~a« har ingen kilde~%" | ||
| 479 | |||
| 480 | #: guix/scripts/build.scm:661 | ||
| 455 | #, scheme-format | 481 | #, scheme-format |
| 456 | msgid "no build log for '~a'~%" | 482 | msgid "no build log for '~a'~%" |
| 457 | msgstr "ingen kompileringslog for »~a«~%" | 483 | msgstr "ingen kompileringslog for »~a«~%" |
| 458 | 484 | ||
| 459 | #: guix/scripts/download.scm:47 | 485 | #: guix/scripts/download.scm:67 |
| 460 | msgid "" | 486 | msgid "" |
| 461 | "Usage: guix download [OPTION] URL\n" | 487 | "Usage: guix download [OPTION] URL\n" |
| 462 | "Download the file at URL, add it to the store, and print its store path\n" | 488 | "Download the file at URL to the store or to the given file, and print its\n" |
| 463 | "and the hash of its contents.\n" | 489 | "file name and the hash of its contents.\n" |
| 464 | "\n" | 490 | "\n" |
| 465 | "Supported formats: 'nix-base32' (default), 'base32', and 'base16'\n" | 491 | "Supported formats: 'nix-base32' (default), 'base32', and 'base16'\n" |
| 466 | "('hex' and 'hexadecimal' can be used as well).\n" | 492 | "('hex' and 'hexadecimal' can be used as well).\n" |
| 467 | msgstr "" | 493 | msgstr "" |
| 468 | "Brug: guix download [TILVALG] ADRESSE\n" | 494 | "Brug: guix download [TILVALG] ADRESSE\n" |
| 469 | "hent filen på ADRESSE, tilføj den til lageret, og udskriv dens lagersti\n" | 495 | "Hent filen på ADRESSE til lageret eller til den angivne fil, og udskriv dens\n" |
| 470 | "og hashen for dens indhold.\n" | 496 | "filnavn og hashen for dens indhold.\n" |
| 471 | "\n" | 497 | "\n" |
| 472 | "Understøttede formater: »nix-base32« (standard), »base32«, og »base16«\n" | 498 | "Understøttede formater: »nix-base32« (standard), »base32«, og »base16«\n" |
| 473 | "(»hex« og »hexadecimal« kan også bruges).\n" | 499 | "(»hex« og »hexadecimal« kan også bruges).\n" |
| 474 | 500 | ||
| 475 | #: guix/scripts/download.scm:53 guix/scripts/hash.scm:51 | 501 | #: guix/scripts/download.scm:73 guix/scripts/hash.scm:54 |
| 476 | msgid "" | 502 | msgid "" |
| 477 | "\n" | 503 | "\n" |
| 478 | " -f, --format=FMT write the hash in the given format" | 504 | " -f, --format=FMT write the hash in the given format" |
| @@ -480,91 +506,109 @@ msgstr "" | |||
| 480 | "\n" | 506 | "\n" |
| 481 | " -f, --format=FMT skriv hashen i det givne format" | 507 | " -f, --format=FMT skriv hashen i det givne format" |
| 482 | 508 | ||
| 483 | #: guix/scripts/download.scm:76 guix/scripts/hash.scm:76 | 509 | #: guix/scripts/download.scm:75 |
| 510 | msgid "" | ||
| 511 | "\n" | ||
| 512 | " --no-check-certificate\n" | ||
| 513 | " do not validate the certificate of HTTPS servers " | ||
| 514 | msgstr "" | ||
| 515 | "\n" | ||
| 516 | " --no-check-certificate\n" | ||
| 517 | " valider ikke certifikatet for HTTPS-servere" | ||
| 518 | |||
| 519 | #: guix/scripts/download.scm:78 | ||
| 520 | msgid "" | ||
| 521 | "\n" | ||
| 522 | " -o, --output=FILE download to FILE" | ||
| 523 | msgstr "" | ||
| 524 | "\n" | ||
| 525 | " -o, --output=FIL hent til FIL" | ||
| 526 | |||
| 527 | #: guix/scripts/download.scm:101 guix/scripts/hash.scm:82 | ||
| 484 | #, scheme-format | 528 | #, scheme-format |
| 485 | msgid "unsupported hash format: ~a~%" | 529 | msgid "unsupported hash format: ~a~%" |
| 486 | msgstr "ikke understøttet hash-format: ~a~%" | 530 | msgstr "ikke understøttet hash-format: ~a~%" |
| 487 | 531 | ||
| 488 | #: guix/scripts/download.scm:102 guix/scripts/package.scm:842 | 532 | #: guix/scripts/download.scm:136 guix/scripts/package.scm:879 |
| 489 | #: guix/scripts/publish.scm:551 | 533 | #: guix/scripts/publish.scm:558 |
| 490 | #, scheme-format | 534 | #, scheme-format |
| 491 | msgid "~A: extraneous argument~%" | 535 | msgid "~A: extraneous argument~%" |
| 492 | msgstr "~A: uvedkommende argument~%" | 536 | msgstr "~A: uvedkommende argument~%" |
| 493 | 537 | ||
| 494 | #: guix/scripts/download.scm:111 | 538 | #: guix/scripts/download.scm:144 |
| 495 | #, scheme-format | 539 | #, scheme-format |
| 496 | msgid "no download URI was specified~%" | 540 | msgid "no download URI was specified~%" |
| 497 | msgstr "ingen overførselsadresse var angivet~%" | 541 | msgstr "ingen overførselsadresse var angivet~%" |
| 498 | 542 | ||
| 499 | #: guix/scripts/download.scm:113 | 543 | #: guix/scripts/download.scm:146 |
| 500 | #, scheme-format | 544 | #, scheme-format |
| 501 | msgid "~a: failed to parse URI~%" | 545 | msgid "~a: failed to parse URI~%" |
| 502 | msgstr "~a: kunne ikke fortolke URI~%" | 546 | msgstr "~a: kunne ikke fortolke URI~%" |
| 503 | 547 | ||
| 504 | #: guix/scripts/download.scm:126 | 548 | #: guix/scripts/download.scm:156 |
| 505 | #, scheme-format | 549 | #, scheme-format |
| 506 | msgid "~a: download failed~%" | 550 | msgid "~a: download failed~%" |
| 507 | msgstr "~a: overførsel mislykkede~%" | 551 | msgstr "~a: overførsel mislykkede~%" |
| 508 | 552 | ||
| 509 | #: guix/scripts/package.scm:104 | 553 | #: guix/scripts/package.scm:107 |
| 510 | #, scheme-format | 554 | #, scheme-format |
| 511 | msgid "Try \"info '(guix) Invoking guix package'\" for more information.~%" | 555 | msgid "Try \"info '(guix) Invoking guix package'\" for more information.~%" |
| 512 | msgstr "Prøv »info '(guix) Invoking guix package'« for yderligere information.~%" | 556 | msgstr "Prøv »info '(guix) Invoking guix package'« for yderligere information.~%" |
| 513 | 557 | ||
| 514 | #: guix/scripts/package.scm:126 | 558 | #: guix/scripts/package.scm:129 |
| 515 | #, scheme-format | 559 | #, scheme-format |
| 516 | msgid "error: while creating directory `~a': ~a~%" | 560 | msgid "error: while creating directory `~a': ~a~%" |
| 517 | msgstr "fejl: under oprettelse af mappe »~a«: ~a~%" | 561 | msgstr "fejl: under oprettelse af mappe »~a«: ~a~%" |
| 518 | 562 | ||
| 519 | #: guix/scripts/package.scm:130 | 563 | #: guix/scripts/package.scm:133 |
| 520 | #, scheme-format | 564 | #, scheme-format |
| 521 | msgid "Please create the `~a' directory, with you as the owner.~%" | 565 | msgid "Please create the `~a' directory, with you as the owner.~%" |
| 522 | msgstr "Opret venligst mappen »~a«, med dig som ejer.~%" | 566 | msgstr "Opret venligst mappen »~a«, med dig som ejer.~%" |
| 523 | 567 | ||
| 524 | #: guix/scripts/package.scm:137 | 568 | #: guix/scripts/package.scm:140 |
| 525 | #, scheme-format | 569 | #, scheme-format |
| 526 | msgid "error: directory `~a' is not owned by you~%" | 570 | msgid "error: directory `~a' is not owned by you~%" |
| 527 | msgstr "fejl: mappen »~a« er ikke ejet af dig~%" | 571 | msgstr "fejl: mappen »~a« er ikke ejet af dig~%" |
| 528 | 572 | ||
| 529 | #: guix/scripts/package.scm:140 | 573 | #: guix/scripts/package.scm:143 |
| 530 | #, scheme-format | 574 | #, scheme-format |
| 531 | msgid "Please change the owner of `~a' to user ~s.~%" | 575 | msgid "Please change the owner of `~a' to user ~s.~%" |
| 532 | msgstr "Ændr venligst ejeren af »~a« til brugeren ~s.~%" | 576 | msgstr "Ændr venligst ejeren af »~a« til brugeren ~s.~%" |
| 533 | 577 | ||
| 534 | #: guix/scripts/package.scm:175 | 578 | #: guix/scripts/package.scm:178 |
| 535 | #, scheme-format | 579 | #, scheme-format |
| 536 | msgid "not removing generation ~a, which is current~%" | 580 | msgid "not removing generation ~a, which is current~%" |
| 537 | msgstr "fjerner ikke generation ~a, som er nuværende~%" | 581 | msgstr "fjerner ikke generation ~a, som er nuværende~%" |
| 538 | 582 | ||
| 539 | #: guix/scripts/package.scm:182 | 583 | #: guix/scripts/package.scm:185 |
| 540 | #, scheme-format | 584 | #, scheme-format |
| 541 | msgid "no matching generation~%" | 585 | msgid "no matching generation~%" |
| 542 | msgstr "ingen matchende generation~%" | 586 | msgstr "ingen matchende generation~%" |
| 543 | 587 | ||
| 544 | #: guix/scripts/package.scm:185 guix/scripts/package.scm:659 | 588 | #: guix/scripts/package.scm:188 guix/scripts/package.scm:699 |
| 545 | #: guix/scripts/system.scm:502 | 589 | #: guix/scripts/system.scm:549 |
| 546 | #, scheme-format | 590 | #, scheme-format |
| 547 | msgid "invalid syntax: ~a~%" | 591 | msgid "invalid syntax: ~a~%" |
| 548 | msgstr "ugyldig syntaks: ~a~%" | 592 | msgstr "ugyldig syntaks: ~a~%" |
| 549 | 593 | ||
| 550 | #: guix/scripts/package.scm:210 | 594 | #: guix/scripts/package.scm:214 |
| 551 | #, scheme-format | 595 | #, scheme-format |
| 552 | msgid "nothing to be done~%" | 596 | msgid "nothing to be done~%" |
| 553 | msgstr "intet at udføre~%" | 597 | msgstr "intet at udføre~%" |
| 554 | 598 | ||
| 555 | #: guix/scripts/package.scm:224 | 599 | #: guix/scripts/package.scm:228 |
| 556 | #, scheme-format | 600 | #, scheme-format |
| 557 | msgid "~a package in profile~%" | 601 | msgid "~a package in profile~%" |
| 558 | msgid_plural "~a packages in profile~%" | 602 | msgid_plural "~a packages in profile~%" |
| 559 | msgstr[0] "~a pakke i profil~%" | 603 | msgstr[0] "~a pakke i profil~%" |
| 560 | msgstr[1] "~a pakker i profil~%" | 604 | msgstr[1] "~a pakker i profil~%" |
| 561 | 605 | ||
| 562 | #: guix/scripts/package.scm:313 | 606 | #: guix/scripts/package.scm:344 |
| 563 | #, scheme-format | 607 | #, scheme-format |
| 564 | msgid "The following environment variable definitions may be needed:~%" | 608 | msgid "The following environment variable definitions may be needed:~%" |
| 565 | msgstr "De følgende miljøvariabeldefinitioner kan være krævet:~%" | 609 | msgstr "De følgende miljøvariabeldefinitioner kan være krævet:~%" |
| 566 | 610 | ||
| 567 | #: guix/scripts/package.scm:329 | 611 | #: guix/scripts/package.scm:360 |
| 568 | msgid "" | 612 | msgid "" |
| 569 | "Usage: guix package [OPTION]...\n" | 613 | "Usage: guix package [OPTION]...\n" |
| 570 | "Install, remove, or upgrade packages in a single transaction.\n" | 614 | "Install, remove, or upgrade packages in a single transaction.\n" |
| @@ -572,7 +616,7 @@ msgstr "" | |||
| 572 | "Brug: guix-pakke [TILVALG] ... \n" | 616 | "Brug: guix-pakke [TILVALG] ... \n" |
| 573 | "Installer, fjern eller opgrader pakker i en enkel transaktion.\n" | 617 | "Installer, fjern eller opgrader pakker i en enkel transaktion.\n" |
| 574 | 618 | ||
| 575 | #: guix/scripts/package.scm:331 | 619 | #: guix/scripts/package.scm:362 |
| 576 | msgid "" | 620 | msgid "" |
| 577 | "\n" | 621 | "\n" |
| 578 | " -i, --install PACKAGE ...\n" | 622 | " -i, --install PACKAGE ...\n" |
| @@ -582,7 +626,7 @@ msgstr "" | |||
| 582 | " -i, --install PAKKE ...\n" | 626 | " -i, --install PAKKE ...\n" |
| 583 | " installer PAKKER" | 627 | " installer PAKKER" |
| 584 | 628 | ||
| 585 | #: guix/scripts/package.scm:334 | 629 | #: guix/scripts/package.scm:365 |
| 586 | msgid "" | 630 | msgid "" |
| 587 | "\n" | 631 | "\n" |
| 588 | " -e, --install-from-expression=EXP\n" | 632 | " -e, --install-from-expression=EXP\n" |
| @@ -592,7 +636,7 @@ msgstr "" | |||
| 592 | " -e, --install-from-expression=UDTRYK\n" | 636 | " -e, --install-from-expression=UDTRYK\n" |
| 593 | " installer pakken UDTRYK evaluerer til" | 637 | " installer pakken UDTRYK evaluerer til" |
| 594 | 638 | ||
| 595 | #: guix/scripts/package.scm:337 | 639 | #: guix/scripts/package.scm:368 |
| 596 | msgid "" | 640 | msgid "" |
| 597 | "\n" | 641 | "\n" |
| 598 | " -f, --install-from-file=FILE\n" | 642 | " -f, --install-from-file=FILE\n" |
| @@ -604,7 +648,7 @@ msgstr "" | |||
| 604 | " installer pakken som koden i FIL evaluerer\n" | 648 | " installer pakken som koden i FIL evaluerer\n" |
| 605 | " til" | 649 | " til" |
| 606 | 650 | ||
| 607 | #: guix/scripts/package.scm:341 | 651 | #: guix/scripts/package.scm:372 |
| 608 | msgid "" | 652 | msgid "" |
| 609 | "\n" | 653 | "\n" |
| 610 | " -r, --remove PACKAGE ...\n" | 654 | " -r, --remove PACKAGE ...\n" |
| @@ -614,7 +658,7 @@ msgstr "" | |||
| 614 | " -r, --remove PAKKE ...\n" | 658 | " -r, --remove PAKKE ...\n" |
| 615 | " fjern PAKKER" | 659 | " fjern PAKKER" |
| 616 | 660 | ||
| 617 | #: guix/scripts/package.scm:344 | 661 | #: guix/scripts/package.scm:375 |
| 618 | msgid "" | 662 | msgid "" |
| 619 | "\n" | 663 | "\n" |
| 620 | " -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP" | 664 | " -u, --upgrade[=REGEXP] upgrade all the installed packages matching REGEXP" |
| @@ -624,7 +668,7 @@ msgstr "" | |||
| 624 | " opgrader alle de installerede pakker der matcher\n" | 668 | " opgrader alle de installerede pakker der matcher\n" |
| 625 | " REGUDTRYK" | 669 | " REGUDTRYK" |
| 626 | 670 | ||
| 627 | #: guix/scripts/package.scm:346 | 671 | #: guix/scripts/package.scm:377 |
| 628 | msgid "" | 672 | msgid "" |
| 629 | "\n" | 673 | "\n" |
| 630 | " -m, --manifest=FILE create a new profile generation with the manifest\n" | 674 | " -m, --manifest=FILE create a new profile generation with the manifest\n" |
| @@ -634,7 +678,7 @@ msgstr "" | |||
| 634 | " -m, --manifest=FIL opret en ny profiloprettelse med manifestet fra\n" | 678 | " -m, --manifest=FIL opret en ny profiloprettelse med manifestet fra\n" |
| 635 | " FIL" | 679 | " FIL" |
| 636 | 680 | ||
| 637 | #: guix/scripts/package.scm:349 | 681 | #: guix/scripts/package.scm:380 |
| 638 | msgid "" | 682 | msgid "" |
| 639 | "\n" | 683 | "\n" |
| 640 | " --do-not-upgrade[=REGEXP] do not upgrade any packages matching REGEXP" | 684 | " --do-not-upgrade[=REGEXP] do not upgrade any packages matching REGEXP" |
| @@ -642,7 +686,7 @@ msgstr "" | |||
| 642 | "\n" | 686 | "\n" |
| 643 | " --do-not--upgrade[=REGUDTRYK] opgrader ikke pakker der matcher REGUDTRYK" | 687 | " --do-not--upgrade[=REGUDTRYK] opgrader ikke pakker der matcher REGUDTRYK" |
| 644 | 688 | ||
| 645 | #: guix/scripts/package.scm:351 | 689 | #: guix/scripts/package.scm:382 |
| 646 | msgid "" | 690 | msgid "" |
| 647 | "\n" | 691 | "\n" |
| 648 | " --roll-back roll back to the previous generation" | 692 | " --roll-back roll back to the previous generation" |
| @@ -650,7 +694,7 @@ msgstr "" | |||
| 650 | "\n" | 694 | "\n" |
| 651 | " --roll-back rul tilbage til den forrige generation" | 695 | " --roll-back rul tilbage til den forrige generation" |
| 652 | 696 | ||
| 653 | #: guix/scripts/package.scm:353 | 697 | #: guix/scripts/package.scm:384 |
| 654 | msgid "" | 698 | msgid "" |
| 655 | "\n" | 699 | "\n" |
| 656 | " --search-paths[=KIND]\n" | 700 | " --search-paths[=KIND]\n" |
| @@ -660,7 +704,7 @@ msgstr "" | |||
| 660 | " --search-paths[=KIND]\n" | 704 | " --search-paths[=KIND]\n" |
| 661 | " vis krævede miljøvariabeldefinitioner" | 705 | " vis krævede miljøvariabeldefinitioner" |
| 662 | 706 | ||
| 663 | #: guix/scripts/package.scm:356 | 707 | #: guix/scripts/package.scm:387 |
| 664 | msgid "" | 708 | msgid "" |
| 665 | "\n" | 709 | "\n" |
| 666 | " -l, --list-generations[=PATTERN]\n" | 710 | " -l, --list-generations[=PATTERN]\n" |
| @@ -670,7 +714,7 @@ msgstr "" | |||
| 670 | " -l, --list-generations[=MØNSTER]\n" | 714 | " -l, --list-generations[=MØNSTER]\n" |
| 671 | " vis generationer der matcher MØNSTER" | 715 | " vis generationer der matcher MØNSTER" |
| 672 | 716 | ||
| 673 | #: guix/scripts/package.scm:359 | 717 | #: guix/scripts/package.scm:390 |
| 674 | msgid "" | 718 | msgid "" |
| 675 | "\n" | 719 | "\n" |
| 676 | " -d, --delete-generations[=PATTERN]\n" | 720 | " -d, --delete-generations[=PATTERN]\n" |
| @@ -680,7 +724,7 @@ msgstr "" | |||
| 680 | " -d, --delete-generations[=MØNSTER]\n" | 724 | " -d, --delete-generations[=MØNSTER]\n" |
| 681 | " slet generationer der matcher MØNSTER" | 725 | " slet generationer der matcher MØNSTER" |
| 682 | 726 | ||
| 683 | #: guix/scripts/package.scm:362 | 727 | #: guix/scripts/package.scm:393 |
| 684 | msgid "" | 728 | msgid "" |
| 685 | "\n" | 729 | "\n" |
| 686 | " -S, --switch-generation=PATTERN\n" | 730 | " -S, --switch-generation=PATTERN\n" |
| @@ -690,7 +734,7 @@ msgstr "" | |||
| 690 | " -S, --switch-generation=MØNSTER\n" | 734 | " -S, --switch-generation=MØNSTER\n" |
| 691 | " skift til et generationsmatchende MØNSTER" | 735 | " skift til et generationsmatchende MØNSTER" |
| 692 | 736 | ||
| 693 | #: guix/scripts/package.scm:365 | 737 | #: guix/scripts/package.scm:396 |
| 694 | msgid "" | 738 | msgid "" |
| 695 | "\n" | 739 | "\n" |
| 696 | " -p, --profile=PROFILE use PROFILE instead of the user's default profile" | 740 | " -p, --profile=PROFILE use PROFILE instead of the user's default profile" |
| @@ -698,7 +742,7 @@ msgstr "" | |||
| 698 | "\n" | 742 | "\n" |
| 699 | " -p, --profile=PROFIL brug PROFIL i stedet for brugerens standardprofil" | 743 | " -p, --profile=PROFIL brug PROFIL i stedet for brugerens standardprofil" |
| 700 | 744 | ||
| 701 | #: guix/scripts/package.scm:368 | 745 | #: guix/scripts/package.scm:399 |
| 702 | msgid "" | 746 | msgid "" |
| 703 | "\n" | 747 | "\n" |
| 704 | " --bootstrap use the bootstrap Guile to build the profile" | 748 | " --bootstrap use the bootstrap Guile to build the profile" |
| @@ -706,7 +750,7 @@ msgstr "" | |||
| 706 | "\n" | 750 | "\n" |
| 707 | " --bootstrap brug bootstrap Guile til at kompilere profilen" | 751 | " --bootstrap brug bootstrap Guile til at kompilere profilen" |
| 708 | 752 | ||
| 709 | #: guix/scripts/package.scm:370 guix/scripts/pull.scm:76 | 753 | #: guix/scripts/package.scm:401 guix/scripts/pull.scm:76 |
| 710 | msgid "" | 754 | msgid "" |
| 711 | "\n" | 755 | "\n" |
| 712 | " --verbose produce verbose output" | 756 | " --verbose produce verbose output" |
| @@ -714,7 +758,7 @@ msgstr "" | |||
| 714 | "\n" | 758 | "\n" |
| 715 | " --verbose lav uddybende uddata" | 759 | " --verbose lav uddybende uddata" |
| 716 | 760 | ||
| 717 | #: guix/scripts/package.scm:373 | 761 | #: guix/scripts/package.scm:404 |
| 718 | msgid "" | 762 | msgid "" |
| 719 | "\n" | 763 | "\n" |
| 720 | " -s, --search=REGEXP search in synopsis and description using REGEXP" | 764 | " -s, --search=REGEXP search in synopsis and description using REGEXP" |
| @@ -722,7 +766,7 @@ msgstr "" | |||
| 722 | "\n" | 766 | "\n" |
| 723 | " -s, --search=REGUDTRYK søg i synopsis og beskrivelse via REGUDTRYK" | 767 | " -s, --search=REGUDTRYK søg i synopsis og beskrivelse via REGUDTRYK" |
| 724 | 768 | ||
| 725 | #: guix/scripts/package.scm:375 | 769 | #: guix/scripts/package.scm:406 |
| 726 | msgid "" | 770 | msgid "" |
| 727 | "\n" | 771 | "\n" |
| 728 | " -I, --list-installed[=REGEXP]\n" | 772 | " -I, --list-installed[=REGEXP]\n" |
| @@ -732,7 +776,7 @@ msgstr "" | |||
| 732 | " -I, --list-installed[=REGUDTRYK]\n" | 776 | " -I, --list-installed[=REGUDTRYK]\n" |
| 733 | " vis installerede pakker der matcher REGUDTRYK" | 777 | " vis installerede pakker der matcher REGUDTRYK" |
| 734 | 778 | ||
| 735 | #: guix/scripts/package.scm:378 | 779 | #: guix/scripts/package.scm:409 |
| 736 | msgid "" | 780 | msgid "" |
| 737 | "\n" | 781 | "\n" |
| 738 | " -A, --list-available[=REGEXP]\n" | 782 | " -A, --list-available[=REGEXP]\n" |
| @@ -742,7 +786,7 @@ msgstr "" | |||
| 742 | " -A, --list-available[=REGUDTRYK]\n" | 786 | " -A, --list-available[=REGUDTRYK]\n" |
| 743 | " vis tilgængelige pakker der matcher REGUDTRYK" | 787 | " vis tilgængelige pakker der matcher REGUDTRYK" |
| 744 | 788 | ||
| 745 | #: guix/scripts/package.scm:381 | 789 | #: guix/scripts/package.scm:412 |
| 746 | msgid "" | 790 | msgid "" |
| 747 | "\n" | 791 | "\n" |
| 748 | " --show=PACKAGE show details about PACKAGE" | 792 | " --show=PACKAGE show details about PACKAGE" |
| @@ -750,22 +794,22 @@ msgstr "" | |||
| 750 | "\n" | 794 | "\n" |
| 751 | " --show=PACKAGE vis detaljer om PAKKE" | 795 | " --show=PACKAGE vis detaljer om PAKKE" |
| 752 | 796 | ||
| 753 | #: guix/scripts/package.scm:476 | 797 | #: guix/scripts/package.scm:507 |
| 754 | #, scheme-format | 798 | #, scheme-format |
| 755 | msgid "~a: unsupported kind of search path~%" | 799 | msgid "~a: unsupported kind of search path~%" |
| 756 | msgstr "~a: ikke understøttet type af søgesti%" | 800 | msgstr "~a: ikke understøttet type af søgesti%" |
| 757 | 801 | ||
| 758 | #: guix/scripts/package.scm:755 | 802 | #: guix/scripts/package.scm:790 |
| 759 | #, scheme-format | 803 | #, scheme-format |
| 760 | msgid "cannot switch to generation '~a'~%" | 804 | msgid "cannot switch to generation '~a'~%" |
| 761 | msgstr "kan ikke skifte til generation »~a«~%" | 805 | msgstr "kan ikke skifte til generation »~a«~%" |
| 762 | 806 | ||
| 763 | #: guix/scripts/package.scm:771 | 807 | #: guix/scripts/package.scm:806 |
| 764 | #, scheme-format | 808 | #, scheme-format |
| 765 | msgid "would install new manifest from '~a' with ~d entries~%" | 809 | msgid "would install new manifest from '~a' with ~d entries~%" |
| 766 | msgstr "vil installere nyt manifest fra »~a« med ~d poster~%" | 810 | msgstr "vil installere nyt manifest fra »~a« med ~d poster~%" |
| 767 | 811 | ||
| 768 | #: guix/scripts/package.scm:773 | 812 | #: guix/scripts/package.scm:808 |
| 769 | #, scheme-format | 813 | #, scheme-format |
| 770 | msgid "installing new manifest from '~a' with ~d entries~%" | 814 | msgid "installing new manifest from '~a' with ~d entries~%" |
| 771 | msgstr "installerer nyt manifest fra »~a« med ~d poster~%" | 815 | msgstr "installerer nyt manifest fra »~a« med ~d poster~%" |
| @@ -900,9 +944,9 @@ msgstr "uvedkommende argumenter: ~{~a ~}~%" | |||
| 900 | 944 | ||
| 901 | #: guix/scripts/gc.scm:226 guix/scripts/gc.scm:229 | 945 | #: guix/scripts/gc.scm:226 guix/scripts/gc.scm:229 |
| 902 | msgid "freed ~h bytes~%" | 946 | msgid "freed ~h bytes~%" |
| 903 | msgstr "frigivet ~h byte~%" | 947 | msgstr "frigav ~h byte~%" |
| 904 | 948 | ||
| 905 | #: guix/scripts/hash.scm:46 | 949 | #: guix/scripts/hash.scm:47 |
| 906 | msgid "" | 950 | msgid "" |
| 907 | "Usage: guix hash [OPTION] FILE\n" | 951 | "Usage: guix hash [OPTION] FILE\n" |
| 908 | "Return the cryptographic hash of FILE.\n" | 952 | "Return the cryptographic hash of FILE.\n" |
| @@ -916,7 +960,15 @@ msgstr "" | |||
| 916 | "Understøttede formater: »nix-base32« (standard), »base32« og »base16« (»hex«\n" | 960 | "Understøttede formater: »nix-base32« (standard), »base32« og »base16« (»hex«\n" |
| 917 | "og »hexadecimal« kan også bruges).\n" | 961 | "og »hexadecimal« kan også bruges).\n" |
| 918 | 962 | ||
| 919 | #: guix/scripts/hash.scm:53 | 963 | #: guix/scripts/hash.scm:52 |
| 964 | msgid "" | ||
| 965 | "\n" | ||
| 966 | " -x, --exclude-vcs exclude version control directories" | ||
| 967 | msgstr "" | ||
| 968 | "\n" | ||
| 969 | " -x, --exclude-vcs ekskluder versionskontrolmapper" | ||
| 970 | |||
| 971 | #: guix/scripts/hash.scm:56 | ||
| 920 | msgid "" | 972 | msgid "" |
| 921 | "\n" | 973 | "\n" |
| 922 | " -r, --recursive compute the hash on FILE recursively" | 974 | " -r, --recursive compute the hash on FILE recursively" |
| @@ -924,17 +976,18 @@ msgstr "" | |||
| 924 | "\n" | 976 | "\n" |
| 925 | " -r, --recursive beregn hashen på FIL rekursivt" | 977 | " -r, --recursive beregn hashen på FIL rekursivt" |
| 926 | 978 | ||
| 927 | #: guix/scripts/hash.scm:104 | 979 | #: guix/scripts/hash.scm:109 |
| 928 | #, scheme-format | 980 | #, scheme-format |
| 929 | msgid "unrecognized option: ~a~%" | 981 | msgid "unrecognized option: ~a~%" |
| 930 | msgstr "tilvalg blev ikke genkendt: ~a~%" | 982 | msgstr "tilvalg blev ikke genkendt: ~a~%" |
| 931 | 983 | ||
| 932 | #: guix/scripts/hash.scm:135 guix/ui.scm:477 | 984 | #: guix/scripts/hash.scm:152 guix/ui.scm:478 |
| 933 | #, scheme-format | 985 | #, scheme-format |
| 934 | msgid "~a~%" | 986 | msgid "~a~%" |
| 935 | msgstr "~a~%" | 987 | msgstr "~a~%" |
| 936 | 988 | ||
| 937 | #: guix/scripts/hash.scm:138 guix/scripts/system.scm:825 | 989 | #: guix/scripts/hash.scm:155 guix/scripts/system.scm:879 |
| 990 | #: guix/scripts/system.scm:886 guix/scripts/system.scm:893 | ||
| 938 | #, scheme-format | 991 | #, scheme-format |
| 939 | msgid "wrong number of arguments~%" | 992 | msgid "wrong number of arguments~%" |
| 940 | msgstr "forkert antal argumenter~%" | 993 | msgstr "forkert antal argumenter~%" |
| @@ -956,17 +1009,17 @@ msgstr "IMPORTER skal være en af importørerne vist nedenfor:\n" | |||
| 956 | msgid "guix import: missing importer name~%" | 1009 | msgid "guix import: missing importer name~%" |
| 957 | msgstr "guix import: mangler importørnavn~%" | 1010 | msgstr "guix import: mangler importørnavn~%" |
| 958 | 1011 | ||
| 959 | #: guix/scripts/import.scm:115 | 1012 | #: guix/scripts/import.scm:122 |
| 960 | #, scheme-format | 1013 | #, scheme-format |
| 961 | msgid "'~a' import failed~%" | 1014 | msgid "'~a' import failed~%" |
| 962 | msgstr "»~a« import mislykkedes~%" | 1015 | msgstr "import af »~a« mislykkedes~%" |
| 963 | 1016 | ||
| 964 | #: guix/scripts/import.scm:116 | 1017 | #: guix/scripts/import.scm:123 |
| 965 | #, scheme-format | 1018 | #, scheme-format |
| 966 | msgid "~a: invalid importer~%" | 1019 | msgid "~a: invalid importer~%" |
| 967 | msgstr "~a: ugyldigt importprogram~%" | 1020 | msgstr "~a: ugyldigt importprogram~%" |
| 968 | 1021 | ||
| 969 | #: guix/scripts/import/cran.scm:42 | 1022 | #: guix/scripts/import/cran.scm:43 |
| 970 | msgid "" | 1023 | msgid "" |
| 971 | "Usage: guix import cran PACKAGE-NAME\n" | 1024 | "Usage: guix import cran PACKAGE-NAME\n" |
| 972 | "Import and convert the CRAN package for PACKAGE-NAME.\n" | 1025 | "Import and convert the CRAN package for PACKAGE-NAME.\n" |
| @@ -974,7 +1027,7 @@ msgstr "" | |||
| 974 | "Usage: guix import cran PAKKENAVN\n" | 1027 | "Usage: guix import cran PAKKENAVN\n" |
| 975 | "Importer og konverter pakken CRAN for PAKKENAVN.\n" | 1028 | "Importer og konverter pakken CRAN for PAKKENAVN.\n" |
| 976 | 1029 | ||
| 977 | #: guix/scripts/import/cran.scm:44 | 1030 | #: guix/scripts/import/cran.scm:45 |
| 978 | msgid "" | 1031 | msgid "" |
| 979 | "\n" | 1032 | "\n" |
| 980 | " -a, --archive=ARCHIVE specify the archive repository" | 1033 | " -a, --archive=ARCHIVE specify the archive repository" |
| @@ -982,17 +1035,17 @@ msgstr "" | |||
| 982 | "\n" | 1035 | "\n" |
| 983 | " -a, --archive=ARKIV angiv arkivet" | 1036 | " -a, --archive=ARKIV angiv arkivet" |
| 984 | 1037 | ||
| 985 | #: guix/scripts/import/cran.scm:94 | 1038 | #: guix/scripts/import/cran.scm:108 |
| 986 | #, scheme-format | 1039 | #, scheme-format |
| 987 | msgid "failed to download description for package '~a'~%" | 1040 | msgid "failed to download description for package '~a'~%" |
| 988 | msgstr "kunne ikke hente beskrivelse for pakke »~a«:~%" | 1041 | msgstr "kunne ikke hente beskrivelse for pakke »~a«:~%" |
| 989 | 1042 | ||
| 990 | #: guix/scripts/import/cran.scm:98 guix/scripts/import/elpa.scm:95 | 1043 | #: guix/scripts/import/cran.scm:112 guix/scripts/import/elpa.scm:95 |
| 991 | #, scheme-format | 1044 | #, scheme-format |
| 992 | msgid "too few arguments~%" | 1045 | msgid "too few arguments~%" |
| 993 | msgstr "for få argumenter~%" | 1046 | msgstr "for få argumenter~%" |
| 994 | 1047 | ||
| 995 | #: guix/scripts/import/cran.scm:100 guix/scripts/import/elpa.scm:97 | 1048 | #: guix/scripts/import/cran.scm:114 guix/scripts/import/elpa.scm:97 |
| 996 | #, scheme-format | 1049 | #, scheme-format |
| 997 | msgid "too many arguments~%" | 1050 | msgid "too many arguments~%" |
| 998 | msgstr "for mange argumenter~%" | 1051 | msgstr "for mange argumenter~%" |
| @@ -1083,7 +1136,7 @@ msgstr "opdaterede ~a der med succes blev udrullet undet »~a«~%" | |||
| 1083 | #: guix/scripts/pull.scm:212 | 1136 | #: guix/scripts/pull.scm:212 |
| 1084 | #, scheme-format | 1137 | #, scheme-format |
| 1085 | msgid "failed to update Guix, check the build log~%" | 1138 | msgid "failed to update Guix, check the build log~%" |
| 1086 | msgstr "kunne ikke opdatere Guix, kontroller kompileringsloggen~%" | 1139 | msgstr "kunne ikke opdatere Guix; kontroller kompileringsloggen~%" |
| 1087 | 1140 | ||
| 1088 | #: guix/scripts/pull.scm:221 | 1141 | #: guix/scripts/pull.scm:221 |
| 1089 | #, scheme-format | 1142 | #, scheme-format |
| @@ -1094,127 +1147,127 @@ msgstr "~A: uventet argument~%" | |||
| 1094 | msgid "failed to download up-to-date source, exiting\n" | 1147 | msgid "failed to download up-to-date source, exiting\n" |
| 1095 | msgstr "kunne ikke hente opdateret kilde, afslutter\n" | 1148 | msgstr "kunne ikke hente opdateret kilde, afslutter\n" |
| 1096 | 1149 | ||
| 1097 | #: guix/scripts/substitute.scm:113 | 1150 | #: guix/scripts/substitute.scm:112 |
| 1098 | #, scheme-format | 1151 | #, scheme-format |
| 1099 | msgid "authentication and authorization of substitutes disabled!~%" | 1152 | msgid "authentication and authorization of substitutes disabled!~%" |
| 1100 | msgstr "godkendelse og autorisation af substitutter er deaktiveret!~%" | 1153 | msgstr "godkendelse og autorisation af substitutter er deaktiveret!~%" |
| 1101 | 1154 | ||
| 1102 | #: guix/scripts/substitute.scm:188 | 1155 | #: guix/scripts/substitute.scm:187 |
| 1103 | #, scheme-format | 1156 | #, scheme-format |
| 1104 | msgid "download from '~a' failed: ~a, ~s~%" | 1157 | msgid "download from '~a' failed: ~a, ~s~%" |
| 1105 | msgstr "hent fra »~a« mislykkedes: ~a, ~s~%" | 1158 | msgstr "hent fra »~a« mislykkedes: ~a, ~s~%" |
| 1106 | 1159 | ||
| 1107 | #: guix/scripts/substitute.scm:201 | 1160 | #: guix/scripts/substitute.scm:200 |
| 1108 | #, scheme-format | 1161 | #, scheme-format |
| 1109 | msgid "while fetching ~a: server is somewhat slow~%" | 1162 | msgid "while fetching ~a: server is somewhat slow~%" |
| 1110 | msgstr "under overførsel af ~a: server er noget langsom~%" | 1163 | msgstr "under overførsel af ~a: server er noget langsom~%" |
| 1111 | 1164 | ||
| 1112 | #: guix/scripts/substitute.scm:203 | 1165 | #: guix/scripts/substitute.scm:202 |
| 1113 | #, scheme-format | 1166 | #, scheme-format |
| 1114 | msgid "try `--no-substitutes' if the problem persists~%" | 1167 | msgid "try `--no-substitutes' if the problem persists~%" |
| 1115 | msgstr "prøv »--no-substitutes« hvis problemet fortsætter~%" | 1168 | msgstr "prøv »--no-substitutes« hvis problemet fortsætter~%" |
| 1116 | 1169 | ||
| 1117 | #: guix/scripts/substitute.scm:219 | 1170 | #: guix/scripts/substitute.scm:220 |
| 1118 | #, scheme-format | 1171 | #, scheme-format |
| 1119 | msgid "unsupported substitute URI scheme: ~a~%" | 1172 | msgid "unsupported substitute URI scheme: ~a~%" |
| 1120 | msgstr "ikke understøttet substitut-URI-skema: ~a~%" | 1173 | msgstr "ikke understøttet substitut-URI-skema: ~a~%" |
| 1121 | 1174 | ||
| 1122 | #: guix/scripts/substitute.scm:252 | 1175 | #: guix/scripts/substitute.scm:254 |
| 1123 | #, scheme-format | 1176 | #, scheme-format |
| 1124 | msgid "while fetching '~a': ~a (~s)~%" | 1177 | msgid "while fetching '~a': ~a (~s)~%" |
| 1125 | msgstr "under overførsel af »~a«: ~a (~s)~%" | 1178 | msgstr "under overførsel af »~a«: ~a (~s)~%" |
| 1126 | 1179 | ||
| 1127 | #: guix/scripts/substitute.scm:257 | 1180 | #: guix/scripts/substitute.scm:259 |
| 1128 | #, scheme-format | 1181 | #, scheme-format |
| 1129 | msgid "ignoring substitute server at '~s'~%" | 1182 | msgid "ignoring substitute server at '~s'~%" |
| 1130 | msgstr "ignorerer substitutserver »~s«~%" | 1183 | msgstr "ignorerer substitutserver »~s«~%" |
| 1131 | 1184 | ||
| 1132 | #: guix/scripts/substitute.scm:306 | 1185 | #: guix/scripts/substitute.scm:309 |
| 1133 | #, scheme-format | 1186 | #, scheme-format |
| 1134 | msgid "signature version must be a number: ~s~%" | 1187 | msgid "signature version must be a number: ~s~%" |
| 1135 | msgstr "signaturversion skal være et nummer: ~s~%" | 1188 | msgstr "signaturversion skal være et nummer: ~s~%" |
| 1136 | 1189 | ||
| 1137 | #: guix/scripts/substitute.scm:310 | 1190 | #: guix/scripts/substitute.scm:313 |
| 1138 | #, scheme-format | 1191 | #, scheme-format |
| 1139 | msgid "unsupported signature version: ~a~%" | 1192 | msgid "unsupported signature version: ~a~%" |
| 1140 | msgstr "signaturversion er ikke understøttet: ~a~%" | 1193 | msgstr "signaturversion er ikke understøttet: ~a~%" |
| 1141 | 1194 | ||
| 1142 | #: guix/scripts/substitute.scm:318 | 1195 | #: guix/scripts/substitute.scm:321 |
| 1143 | #, scheme-format | 1196 | #, scheme-format |
| 1144 | msgid "signature is not a valid s-expression: ~s~%" | 1197 | msgid "signature is not a valid s-expression: ~s~%" |
| 1145 | msgstr "signatur er ikke et gyldigt s-udtryk: ~s~%" | 1198 | msgstr "signatur er ikke et gyldigt s-udtryk: ~s~%" |
| 1146 | 1199 | ||
| 1147 | #: guix/scripts/substitute.scm:322 | 1200 | #: guix/scripts/substitute.scm:325 |
| 1148 | #, scheme-format | 1201 | #, scheme-format |
| 1149 | msgid "invalid format of the signature field: ~a~%" | 1202 | msgid "invalid format of the signature field: ~a~%" |
| 1150 | msgstr "ugyldigt format for signaturfeltet: ~a~%" | 1203 | msgstr "ugyldigt format for signaturfeltet: ~a~%" |
| 1151 | 1204 | ||
| 1152 | #: guix/scripts/substitute.scm:357 | 1205 | #: guix/scripts/substitute.scm:360 |
| 1153 | #, scheme-format | 1206 | #, scheme-format |
| 1154 | msgid "invalid signature for '~a'~%" | 1207 | msgid "invalid signature for '~a'~%" |
| 1155 | msgstr "ugyldig signatur for »~a«~%" | 1208 | msgstr "ugyldig signatur for »~a«~%" |
| 1156 | 1209 | ||
| 1157 | #: guix/scripts/substitute.scm:359 | 1210 | #: guix/scripts/substitute.scm:362 |
| 1158 | #, scheme-format | 1211 | #, scheme-format |
| 1159 | msgid "hash mismatch for '~a'~%" | 1212 | msgid "hash mismatch for '~a'~%" |
| 1160 | msgstr "hash mismatch for »~a«~%" | 1213 | msgstr "hash mismatch for »~a«~%" |
| 1161 | 1214 | ||
| 1162 | #: guix/scripts/substitute.scm:361 | 1215 | #: guix/scripts/substitute.scm:364 |
| 1163 | #, scheme-format | 1216 | #, scheme-format |
| 1164 | msgid "'~a' is signed with an unauthorized key~%" | 1217 | msgid "'~a' is signed with an unauthorized key~%" |
| 1165 | msgstr "»~a« er underskrevet med en uautoriseret nøgle~%" | 1218 | msgstr "»~a« er underskrevet med en uautoriseret nøgle~%" |
| 1166 | 1219 | ||
| 1167 | #: guix/scripts/substitute.scm:363 | 1220 | #: guix/scripts/substitute.scm:366 |
| 1168 | #, scheme-format | 1221 | #, scheme-format |
| 1169 | msgid "signature on '~a' is corrupt~%" | 1222 | msgid "signature on '~a' is corrupt~%" |
| 1170 | msgstr "signatur på »~a« er ødelagt~%" | 1223 | msgstr "signatur på »~a« er ødelagt~%" |
| 1171 | 1224 | ||
| 1172 | #: guix/scripts/substitute.scm:401 | 1225 | #: guix/scripts/substitute.scm:404 |
| 1173 | #, scheme-format | 1226 | #, scheme-format |
| 1174 | msgid "substitute at '~a' lacks a signature~%" | 1227 | msgid "substitute at '~a' lacks a signature~%" |
| 1175 | msgstr "substitut på »~a« mangler en signatur~%" | 1228 | msgstr "substitut på »~a« mangler en signatur~%" |
| 1176 | 1229 | ||
| 1177 | #: guix/scripts/substitute.scm:409 | 1230 | #: guix/scripts/substitute.scm:411 |
| 1178 | #, scheme-format | 1231 | #, scheme-format |
| 1179 | msgid "~%Found valid signature for ~a~%" | 1232 | msgid "Found valid signature for ~a~%" |
| 1180 | msgstr "~%Fandt gyldig signatur for ~a~%" | 1233 | msgstr "Fandt gyldig signatur for ~a~%" |
| 1181 | 1234 | ||
| 1182 | #: guix/scripts/substitute.scm:412 | 1235 | #: guix/scripts/substitute.scm:414 |
| 1183 | #, scheme-format | 1236 | #, scheme-format |
| 1184 | msgid "From ~a~%" | 1237 | msgid "From ~a~%" |
| 1185 | msgstr "Fra ~a~%" | 1238 | msgstr "Fra ~a~%" |
| 1186 | 1239 | ||
| 1187 | #: guix/scripts/substitute.scm:452 | 1240 | #: guix/scripts/substitute.scm:454 |
| 1188 | #, scheme-format | 1241 | #, scheme-format |
| 1189 | msgid "'~a' does not name a store item~%" | 1242 | msgid "'~a' does not name a store item~%" |
| 1190 | msgstr "»~a« nævner ikke et lagerelement~%" | 1243 | msgstr "»~a« nævner ikke et lagerelement~%" |
| 1191 | 1244 | ||
| 1192 | #: guix/scripts/substitute.scm:596 | 1245 | #: guix/scripts/substitute.scm:600 |
| 1193 | #, scheme-format | 1246 | #, scheme-format |
| 1194 | msgid "updating list of substitutes from '~a'... ~5,1f%" | 1247 | msgid "updating list of substitutes from '~a'... ~5,1f%" |
| 1195 | msgstr "opdaterer liste af substitutter fra »~a«... ~5,1f%" | 1248 | msgstr "opdaterer liste af substitutter fra »~a«... ~5,1f%" |
| 1196 | 1249 | ||
| 1197 | #: guix/scripts/substitute.scm:646 | 1250 | #: guix/scripts/substitute.scm:655 |
| 1198 | #, scheme-format | 1251 | #, scheme-format |
| 1199 | msgid "~s: unsupported server URI scheme~%" | 1252 | msgid "~s: unsupported server URI scheme~%" |
| 1200 | msgstr "~s: ikke understøttet server-URI-skema~%" | 1253 | msgstr "~s: ikke understøttet server-URI-skema~%" |
| 1201 | 1254 | ||
| 1202 | #: guix/scripts/substitute.scm:656 | 1255 | #: guix/scripts/substitute.scm:665 |
| 1203 | #, scheme-format | 1256 | #, scheme-format |
| 1204 | msgid "'~a' uses different store '~a'; ignoring it~%" | 1257 | msgid "'~a' uses different store '~a'; ignoring it~%" |
| 1205 | msgstr "»~a« bruger et andet lager »~a«; ignorerer~%" | 1258 | msgstr "»~a« bruger et andet lager »~a«; ignorerer~%" |
| 1206 | 1259 | ||
| 1207 | #: guix/scripts/substitute.scm:801 | 1260 | #: guix/scripts/substitute.scm:810 |
| 1208 | #, scheme-format | 1261 | #, scheme-format |
| 1209 | msgid "host name lookup error: ~a~%" | 1262 | msgid "host name lookup error: ~a~%" |
| 1210 | msgstr "opslagsfejl for værtsnavn: ~a~%" | 1263 | msgstr "opslagsfejl for værtsnavn: ~a~%" |
| 1211 | 1264 | ||
| 1212 | #: guix/scripts/substitute.scm:806 | 1265 | #: guix/scripts/substitute.scm:815 |
| 1213 | #, scheme-format | 1266 | #, scheme-format |
| 1214 | msgid "TLS error in procedure '~a': ~a~%" | 1267 | msgid "TLS error in procedure '~a': ~a~%" |
| 1215 | msgstr "TLS-fejl i procedure »~a«: ~a~%" | 1268 | msgstr "TLS-fejl i proceduren »~a«: ~a~%" |
| 1216 | 1269 | ||
| 1217 | #: guix/scripts/substitute.scm:817 | 1270 | #: guix/scripts/substitute.scm:826 |
| 1218 | msgid "" | 1271 | msgid "" |
| 1219 | "Usage: guix substitute [OPTION]...\n" | 1272 | "Usage: guix substitute [OPTION]...\n" |
| 1220 | "Internal tool to substitute a pre-built binary to a local build.\n" | 1273 | "Internal tool to substitute a pre-built binary to a local build.\n" |
| @@ -1222,7 +1275,7 @@ msgstr "" | |||
| 1222 | "Brug: guix substitute [TILVALG] ...\n" | 1275 | "Brug: guix substitute [TILVALG] ...\n" |
| 1223 | "Internt værktøj til at erstatte en prækompileret binær fil med en lokal kompilering.\n" | 1276 | "Internt værktøj til at erstatte en prækompileret binær fil med en lokal kompilering.\n" |
| 1224 | 1277 | ||
| 1225 | #: guix/scripts/substitute.scm:819 | 1278 | #: guix/scripts/substitute.scm:828 |
| 1226 | msgid "" | 1279 | msgid "" |
| 1227 | "\n" | 1280 | "\n" |
| 1228 | " --query report on the availability of substitutes for the\n" | 1281 | " --query report on the availability of substitutes for the\n" |
| @@ -1232,7 +1285,7 @@ msgstr "" | |||
| 1232 | " --query rapport om tilgængeligheden for substitutter for\n" | 1285 | " --query rapport om tilgængeligheden for substitutter for\n" |
| 1233 | " lagerfilnavnene sendt til standardind" | 1286 | " lagerfilnavnene sendt til standardind" |
| 1234 | 1287 | ||
| 1235 | #: guix/scripts/substitute.scm:822 | 1288 | #: guix/scripts/substitute.scm:831 |
| 1236 | msgid "" | 1289 | msgid "" |
| 1237 | "\n" | 1290 | "\n" |
| 1238 | " --substitute STORE-FILE DESTINATION\n" | 1291 | " --substitute STORE-FILE DESTINATION\n" |
| @@ -1247,41 +1300,41 @@ msgstr "" | |||
| 1247 | #. TRANSLATORS: The second part of this message looks like | 1300 | #. TRANSLATORS: The second part of this message looks like |
| 1248 | #. "(4.1MiB installed)"; it shows the size of the package once | 1301 | #. "(4.1MiB installed)"; it shows the size of the package once |
| 1249 | #. installed. | 1302 | #. installed. |
| 1250 | #: guix/scripts/substitute.scm:895 | 1303 | #: guix/scripts/substitute.scm:904 |
| 1251 | #, scheme-format | 1304 | #, scheme-format |
| 1252 | msgid "Downloading ~a~:[~*~; (~a installed)~]...~%" | 1305 | msgid "Downloading ~a~:[~*~; (~a installed)~]...~%" |
| 1253 | msgstr "Henter ~a~:[~*~; (~a installeret)~]...~%" | 1306 | msgstr "Henter ~a~:[~*~; (~a installeret)~]...~%" |
| 1254 | 1307 | ||
| 1255 | #: guix/scripts/substitute.scm:951 | 1308 | #: guix/scripts/substitute.scm:961 |
| 1256 | msgid "ACL for archive imports seems to be uninitialized, substitutes may be unavailable\n" | 1309 | msgid "ACL for archive imports seems to be uninitialized, substitutes may be unavailable\n" |
| 1257 | msgstr "ACL for arkivimporter ser ikke ud til at være initialiseret, substitutter kan være utilgængelige\n" | 1310 | msgstr "ACL for arkivimporter ser ikke ud til at være initialiseret, substitutter kan være utilgængelige\n" |
| 1258 | 1311 | ||
| 1259 | #: guix/scripts/substitute.scm:1047 | 1312 | #: guix/scripts/substitute.scm:1057 |
| 1260 | #, scheme-format | 1313 | #, scheme-format |
| 1261 | msgid "~a: unrecognized options~%" | 1314 | msgid "~a: unrecognized options~%" |
| 1262 | msgstr "~a: ikke genkendte tilvalg~%" | 1315 | msgstr "~a: ikke genkendte tilvalg~%" |
| 1263 | 1316 | ||
| 1264 | #: guix/scripts/authenticate.scm:58 | 1317 | #: guix/scripts/authenticate.scm:59 |
| 1265 | #, scheme-format | 1318 | #, scheme-format |
| 1266 | msgid "cannot find public key for secret key '~a'~%" | 1319 | msgid "cannot find public key for secret key '~a'~%" |
| 1267 | msgstr "kan ikke finde offentlig nøgle for hemmelig nøgle »~a«~%" | 1320 | msgstr "kan ikke finde offentlig nøgle for hemmelig nøgle »~a«~%" |
| 1268 | 1321 | ||
| 1269 | #: guix/scripts/authenticate.scm:78 | 1322 | #: guix/scripts/authenticate.scm:79 |
| 1270 | #, scheme-format | 1323 | #, scheme-format |
| 1271 | msgid "error: invalid signature: ~a~%" | 1324 | msgid "error: invalid signature: ~a~%" |
| 1272 | msgstr "fejl: ugyldig signatur: ~a~%" | 1325 | msgstr "fejl: ugyldig signatur: ~a~%" |
| 1273 | 1326 | ||
| 1274 | #: guix/scripts/authenticate.scm:80 | 1327 | #: guix/scripts/authenticate.scm:81 |
| 1275 | #, scheme-format | 1328 | #, scheme-format |
| 1276 | msgid "error: unauthorized public key: ~a~%" | 1329 | msgid "error: unauthorized public key: ~a~%" |
| 1277 | msgstr "fejl: ikke autoriseret offentlig nøgle: ~a~%" | 1330 | msgstr "fejl: ikke autoriseret offentlig nøgle: ~a~%" |
| 1278 | 1331 | ||
| 1279 | #: guix/scripts/authenticate.scm:82 | 1332 | #: guix/scripts/authenticate.scm:83 |
| 1280 | #, scheme-format | 1333 | #, scheme-format |
| 1281 | msgid "error: corrupt signature data: ~a~%" | 1334 | msgid "error: corrupt signature data: ~a~%" |
| 1282 | msgstr "fejl: ødelagt signaturdata: ~a~%" | 1335 | msgstr "fejl: ødelagt signaturdata: ~a~%" |
| 1283 | 1336 | ||
| 1284 | #: guix/scripts/authenticate.scm:120 | 1337 | #: guix/scripts/authenticate.scm:121 |
| 1285 | msgid "" | 1338 | msgid "" |
| 1286 | "Usage: guix authenticate OPTION...\n" | 1339 | "Usage: guix authenticate OPTION...\n" |
| 1287 | "Sign or verify the signature on the given file. This tool is meant to\n" | 1340 | "Sign or verify the signature on the given file. This tool is meant to\n" |
| @@ -1291,195 +1344,215 @@ msgstr "" | |||
| 1291 | "Underskriv eller verificer signaturen på den givne fil. Dette værktøj skal\n" | 1344 | "Underskriv eller verificer signaturen på den givne fil. Dette værktøj skal\n" |
| 1292 | "bruges internt af »guix-daemon«.\n" | 1345 | "bruges internt af »guix-daemon«.\n" |
| 1293 | 1346 | ||
| 1294 | #: guix/scripts/authenticate.scm:126 | 1347 | #: guix/scripts/authenticate.scm:127 |
| 1295 | msgid "wrong arguments" | 1348 | msgid "wrong arguments" |
| 1296 | msgstr "forkerte argumenter" | 1349 | msgstr "forkerte argumenter" |
| 1297 | 1350 | ||
| 1298 | #: guix/scripts/system.scm:111 | 1351 | #: guix/scripts/system.scm:109 |
| 1299 | #, scheme-format | 1352 | #, scheme-format |
| 1300 | msgid "failed to register '~a' under '~a'~%" | 1353 | msgid "failed to register '~a' under '~a'~%" |
| 1301 | msgstr "kunne ikke registrere »~a« under »~a«~%" | 1354 | msgstr "kunne ikke registrere »~a« under »~a«~%" |
| 1302 | 1355 | ||
| 1303 | #: guix/scripts/system.scm:144 | 1356 | #: guix/scripts/system.scm:142 |
| 1304 | #, scheme-format | 1357 | #, scheme-format |
| 1305 | msgid "failed to install GRUB on device '~a'~%" | 1358 | msgid "failed to install GRUB on device '~a'~%" |
| 1306 | msgstr "kunne ikke installere GRUB på enhed »~a«~%" | 1359 | msgstr "kunne ikke installere GRUB på enhed »~a«~%" |
| 1307 | 1360 | ||
| 1308 | #: guix/scripts/system.scm:162 | 1361 | #: guix/scripts/system.scm:160 |
| 1309 | #, scheme-format | 1362 | #, scheme-format |
| 1310 | msgid "initializing the current root file system~%" | 1363 | msgid "initializing the current root file system~%" |
| 1311 | msgstr "initialiserer det nuværende root-filsystem~%" | 1364 | msgstr "initialiserer det nuværende root-filsystem~%" |
| 1312 | 1365 | ||
| 1313 | #: guix/scripts/system.scm:176 | 1366 | #: guix/scripts/system.scm:174 |
| 1314 | #, scheme-format | 1367 | #, scheme-format |
| 1315 | msgid "not running as 'root', so the ownership of '~a' may be incorrect!~%" | 1368 | msgid "not running as 'root', so the ownership of '~a' may be incorrect!~%" |
| 1316 | msgstr "kører ikke som »root«, så ejerskabet af »~a« kan være forkert!~%" | 1369 | msgstr "kører ikke som »root«, så ejerskabet af »~a« kan være forkert!~%" |
| 1317 | 1370 | ||
| 1318 | #: guix/scripts/system.scm:234 | 1371 | #: guix/scripts/system.scm:238 |
| 1319 | #, scheme-format | 1372 | #, scheme-format |
| 1320 | msgid "while talking to shepherd: ~a~%" | 1373 | msgid "while talking to shepherd: ~a~%" |
| 1321 | msgstr "under kommunikation med shepherd: ~a~%" | 1374 | msgstr "under kommunikation med shepherd: ~a~%" |
| 1322 | 1375 | ||
| 1323 | #: guix/scripts/system.scm:248 | 1376 | #: guix/scripts/system.scm:245 |
| 1324 | #, scheme-format | 1377 | #, scheme-format |
| 1325 | msgid "service '~a' could not be found~%" | 1378 | msgid "service '~a' could not be found~%" |
| 1326 | msgstr "tjensten »~a« blev ikke fundet~%" | 1379 | msgstr "tjensten »~a« blev ikke fundet~%" |
| 1327 | 1380 | ||
| 1328 | #: guix/scripts/system.scm:251 | 1381 | #: guix/scripts/system.scm:248 |
| 1329 | #, scheme-format | 1382 | #, scheme-format |
| 1330 | msgid "service '~a' does not have an action '~a'~%" | 1383 | msgid "service '~a' does not have an action '~a'~%" |
| 1331 | msgstr "tjenesten »~a« har ikke en handling »~a«~%" | 1384 | msgstr "tjenesten »~a« har ikke en handling »~a«~%" |
| 1332 | 1385 | ||
| 1333 | #: guix/scripts/system.scm:255 | 1386 | #: guix/scripts/system.scm:252 |
| 1334 | #, scheme-format | 1387 | #, scheme-format |
| 1335 | msgid "exception caught while executing '~a' on service '~a':~%" | 1388 | msgid "exception caught while executing '~a' on service '~a':~%" |
| 1336 | msgstr "undtagelse fanget under kørsel af »~a« på tjenesten »~a«:~%" | 1389 | msgstr "undtagelse fanget under kørsel af »~a« på tjenesten »~a«:~%" |
| 1337 | 1390 | ||
| 1338 | #: guix/scripts/system.scm:263 | 1391 | #: guix/scripts/system.scm:260 |
| 1339 | #, scheme-format | 1392 | #, scheme-format |
| 1340 | msgid "something went wrong: ~s~%" | 1393 | msgid "something went wrong: ~s~%" |
| 1341 | msgstr "noget gik galt: ~s~%" | 1394 | msgstr "noget gik galt: ~s~%" |
| 1342 | 1395 | ||
| 1343 | #: guix/scripts/system.scm:266 | 1396 | #: guix/scripts/system.scm:263 |
| 1344 | #, scheme-format | 1397 | #, scheme-format |
| 1345 | msgid "shepherd error~%" | 1398 | msgid "shepherd error~%" |
| 1346 | msgstr "shepherd-fejl~%" | 1399 | msgstr "shepherd-fejl~%" |
| 1347 | 1400 | ||
| 1348 | #: guix/scripts/system.scm:302 | 1401 | #: guix/scripts/system.scm:280 |
| 1349 | #, scheme-format | 1402 | #, scheme-format |
| 1350 | msgid "failed to obtain list of shepherd services~%" | 1403 | msgid "failed to obtain list of shepherd services~%" |
| 1351 | msgstr "kunne ikke indhente liste for shepherd-tjenester~%" | 1404 | msgstr "kunne ikke indhente liste over shepherd-tjenester~%" |
| 1352 | 1405 | ||
| 1353 | #: guix/scripts/system.scm:322 | 1406 | #: guix/scripts/system.scm:300 |
| 1354 | #, scheme-format | 1407 | #, scheme-format |
| 1355 | msgid "unloading service '~a'...~%" | 1408 | msgid "unloading service '~a'...~%" |
| 1356 | msgstr "afslutter tjeneste »~a« ...~%" | 1409 | msgstr "afslutter tjeneste »~a« ...~%" |
| 1357 | 1410 | ||
| 1358 | #: guix/scripts/system.scm:330 | 1411 | #: guix/scripts/system.scm:308 |
| 1359 | #, scheme-format | 1412 | #, scheme-format |
| 1360 | msgid "loading new services:~{ ~a~}...~%" | 1413 | msgid "loading new services:~{ ~a~}...~%" |
| 1361 | msgstr "indlæser nye tjenester:~{ ~a~}...~%" | 1414 | msgstr "indlæser nye tjenester:~{ ~a~}...~%" |
| 1362 | 1415 | ||
| 1363 | #: guix/scripts/system.scm:354 | 1416 | #: guix/scripts/system.scm:332 |
| 1364 | #, scheme-format | 1417 | #, scheme-format |
| 1365 | msgid "activating system...~%" | 1418 | msgid "activating system...~%" |
| 1366 | msgstr "aktiverer system ...~%" | 1419 | msgstr "aktiverer system ...~%" |
| 1367 | 1420 | ||
| 1368 | #: guix/scripts/system.scm:445 | 1421 | #: guix/scripts/system.scm:425 |
| 1422 | #, scheme-format | ||
| 1423 | msgid "cannot switch to system generation '~a'~%" | ||
| 1424 | msgstr "kan ikke skifte til systemoprettelse »~a«~%" | ||
| 1425 | |||
| 1426 | #: guix/scripts/system.scm:459 | ||
| 1427 | #, scheme-format | ||
| 1428 | msgid "failed to re-install GRUB configuration file: '~a'~%" | ||
| 1429 | msgstr "kunne ikke geninstallere GRUB-konfigurationsfilen: »~a«~%" | ||
| 1430 | |||
| 1431 | #: guix/scripts/system.scm:489 | ||
| 1369 | msgid "the DAG of services" | 1432 | msgid "the DAG of services" |
| 1370 | msgstr "DAGen for tjenester" | 1433 | msgstr "DAGen for tjenester" |
| 1371 | 1434 | ||
| 1372 | #: guix/scripts/system.scm:458 | 1435 | #: guix/scripts/system.scm:502 |
| 1373 | msgid "the dependency graph of shepherd services" | 1436 | msgid "the dependency graph of shepherd services" |
| 1374 | msgstr "afhængighedsgrafen for shepherd-tjenester" | 1437 | msgstr "afhængighedsgrafen for shepherd-tjenester" |
| 1375 | 1438 | ||
| 1376 | #: guix/scripts/system.scm:479 | 1439 | #: guix/scripts/system.scm:526 |
| 1377 | #, scheme-format | 1440 | #, scheme-format |
| 1378 | msgid " file name: ~a~%" | 1441 | msgid " file name: ~a~%" |
| 1379 | msgstr " filnavn: ~a~%" | 1442 | msgstr " filnavn: ~a~%" |
| 1380 | 1443 | ||
| 1381 | #: guix/scripts/system.scm:480 | 1444 | #: guix/scripts/system.scm:527 |
| 1382 | #, scheme-format | 1445 | #, scheme-format |
| 1383 | msgid " canonical file name: ~a~%" | 1446 | msgid " canonical file name: ~a~%" |
| 1384 | msgstr " kanonisk filnavn: ~a~%" | 1447 | msgstr " kanonisk filnavn: ~a~%" |
| 1385 | 1448 | ||
| 1386 | #. TRANSLATORS: Please preserve the two-space indentation. | 1449 | #. TRANSLATORS: Please preserve the two-space indentation. |
| 1387 | #: guix/scripts/system.scm:482 | 1450 | #: guix/scripts/system.scm:529 |
| 1388 | #, scheme-format | 1451 | #, scheme-format |
| 1389 | msgid " label: ~a~%" | 1452 | msgid " label: ~a~%" |
| 1390 | msgstr " etikelt: ~a~%" | 1453 | msgstr " etikelt: ~a~%" |
| 1391 | 1454 | ||
| 1392 | #: guix/scripts/system.scm:483 | 1455 | #: guix/scripts/system.scm:530 |
| 1393 | #, scheme-format | 1456 | #, scheme-format |
| 1394 | msgid " root device: ~a~%" | 1457 | msgid " root device: ~a~%" |
| 1395 | msgstr " root-enhed: ~a~%" | 1458 | msgstr " root-enhed: ~a~%" |
| 1396 | 1459 | ||
| 1397 | #: guix/scripts/system.scm:484 | 1460 | #: guix/scripts/system.scm:531 |
| 1398 | #, scheme-format | 1461 | #, scheme-format |
| 1399 | msgid " kernel: ~a~%" | 1462 | msgid " kernel: ~a~%" |
| 1400 | msgstr " kerne: ~a~%" | 1463 | msgstr " kerne: ~a~%" |
| 1401 | 1464 | ||
| 1402 | #: guix/scripts/system.scm:541 | 1465 | #: guix/scripts/system.scm:588 |
| 1403 | #, scheme-format | 1466 | #, scheme-format |
| 1404 | msgid "~a not found: 'guix pull' was never run~%" | 1467 | msgid "~a not found: 'guix pull' was never run~%" |
| 1405 | msgstr "~a blev ikke fundet: »guix pull« blev aldrig kørt~%" | 1468 | msgstr "~a blev ikke fundet: »guix pull« blev aldrig kørt~%" |
| 1406 | 1469 | ||
| 1407 | #: guix/scripts/system.scm:542 | 1470 | #: guix/scripts/system.scm:589 |
| 1408 | #, scheme-format | 1471 | #, scheme-format |
| 1409 | msgid "Consider running 'guix pull' before 'reconfigure'.~%" | 1472 | msgid "Consider running 'guix pull' before 'reconfigure'.~%" |
| 1410 | msgstr "Overvej at køre »guix pull« før »reconfigure«.~%" | 1473 | msgstr "Overvej at køre »guix pull« før »reconfigure«.~%" |
| 1411 | 1474 | ||
| 1412 | #: guix/scripts/system.scm:543 | 1475 | #: guix/scripts/system.scm:590 |
| 1413 | #, scheme-format | 1476 | #, scheme-format |
| 1414 | msgid "Failing to do that may downgrade your system!~%" | 1477 | msgid "Failing to do that may downgrade your system!~%" |
| 1415 | msgstr "Manglende udførsel kan nedgradere dit system!~%" | 1478 | msgstr "Hvis dette ikke gøres, kan dit system blive nedgraderet!~%" |
| 1416 | 1479 | ||
| 1417 | #: guix/scripts/system.scm:613 | 1480 | #: guix/scripts/system.scm:661 |
| 1418 | #, scheme-format | 1481 | #, scheme-format |
| 1419 | msgid "initializing operating system under '~a'...~%" | 1482 | msgid "initializing operating system under '~a'...~%" |
| 1420 | msgstr "initialiserer operativsystem under »~a«...~%" | 1483 | msgstr "initialiserer operativsystem under »~a«...~%" |
| 1421 | 1484 | ||
| 1422 | #: guix/scripts/system.scm:652 | 1485 | #: guix/scripts/system.scm:700 |
| 1423 | msgid "" | 1486 | msgid "" |
| 1424 | "Usage: guix system [OPTION] ACTION [FILE]\n" | 1487 | "Usage: guix system [OPTION ...] ACTION [ARG ...] [FILE]\n" |
| 1425 | "Build the operating system declared in FILE according to ACTION.\n" | 1488 | "Build the operating system declared in FILE according to ACTION.\n" |
| 1489 | "Some ACTIONS support additional ARGS.\n" | ||
| 1426 | msgstr "" | 1490 | msgstr "" |
| 1427 | "Brug: guix system [TILVALG] HANDLING [FIL]\n" | 1491 | "Brug: guix system [TILVALG] HANDLING [ARG ...] [FIL]\n" |
| 1428 | "Kompiler operativsystemet deklæret i FIL jævnfør HANDLING.\n" | 1492 | "Kompiler operativsystemet erklæret i FIL jævnfør HANDLING.\n" |
| 1493 | "Nogle HANDLINGER understøtter yderligere ARGUMENTER.\n" | ||
| 1429 | 1494 | ||
| 1430 | #: guix/scripts/system.scm:655 guix/scripts/container.scm:28 | 1495 | #: guix/scripts/system.scm:704 guix/scripts/container.scm:28 |
| 1431 | msgid "The valid values for ACTION are:\n" | 1496 | msgid "The valid values for ACTION are:\n" |
| 1432 | msgstr "De gyldige værdier for HANDLING er:\n" | 1497 | msgstr "De gyldige værdier for HANDLING er:\n" |
| 1433 | 1498 | ||
| 1434 | #: guix/scripts/system.scm:657 | 1499 | #: guix/scripts/system.scm:706 |
| 1435 | msgid " reconfigure switch to a new operating system configuration\n" | 1500 | msgid " reconfigure switch to a new operating system configuration\n" |
| 1436 | msgstr " reconfigure skift til en ny operativsystemkonfiguration\n" | 1501 | msgstr " reconfigure skift til en ny operativsystemkonfiguration\n" |
| 1437 | 1502 | ||
| 1438 | #: guix/scripts/system.scm:659 | 1503 | #: guix/scripts/system.scm:708 |
| 1504 | msgid " roll-back switch to the previous operating system configuration\n" | ||
| 1505 | msgstr " roll-back skift til den forrige operativsystemkonfiguration\n" | ||
| 1506 | |||
| 1507 | #: guix/scripts/system.scm:710 | ||
| 1508 | msgid " switch-generation switch to an existing operating system configuration\n" | ||
| 1509 | msgstr " switch-generation skift til en eksisterende operativsystemkonfiguration\n" | ||
| 1510 | |||
| 1511 | #: guix/scripts/system.scm:712 | ||
| 1439 | msgid " list-generations list the system generations\n" | 1512 | msgid " list-generations list the system generations\n" |
| 1440 | msgstr " list-generations viser systemoprettelserne\n" | 1513 | msgstr " list-generations viser systemoprettelserne\n" |
| 1441 | 1514 | ||
| 1442 | #: guix/scripts/system.scm:661 | 1515 | #: guix/scripts/system.scm:714 |
| 1443 | msgid " build build the operating system without installing anything\n" | 1516 | msgid " build build the operating system without installing anything\n" |
| 1444 | msgstr " build kompiler operativsystemet uden at installere noget\n" | 1517 | msgstr " build kompiler operativsystemet uden at installere noget\n" |
| 1445 | 1518 | ||
| 1446 | #: guix/scripts/system.scm:663 | 1519 | #: guix/scripts/system.scm:716 |
| 1447 | msgid " container build a container that shares the host's store\n" | 1520 | msgid " container build a container that shares the host's store\n" |
| 1448 | msgstr " container kompiler en container som deler værtens lager\n" | 1521 | msgstr " container kompiler en container som deler værtens lager\n" |
| 1449 | 1522 | ||
| 1450 | #: guix/scripts/system.scm:665 | 1523 | #: guix/scripts/system.scm:718 |
| 1451 | msgid " vm build a virtual machine image that shares the host's store\n" | 1524 | msgid " vm build a virtual machine image that shares the host's store\n" |
| 1452 | msgstr " vm kompiler et virtuelt maskinaftryk som deler værtens lager\n" | 1525 | msgstr " vm kompiler et virtuelt maskinaftryk som deler værtens lager\n" |
| 1453 | 1526 | ||
| 1454 | #: guix/scripts/system.scm:667 | 1527 | #: guix/scripts/system.scm:720 |
| 1455 | msgid " vm-image build a freestanding virtual machine image\n" | 1528 | msgid " vm-image build a freestanding virtual machine image\n" |
| 1456 | msgstr " vm-image kompiler et fritstående virtuelt maskinaftryk\n" | 1529 | msgstr " vm-image kompiler et fritstående virtuelt maskinaftryk\n" |
| 1457 | 1530 | ||
| 1458 | #: guix/scripts/system.scm:669 | 1531 | #: guix/scripts/system.scm:722 |
| 1459 | msgid " disk-image build a disk image, suitable for a USB stick\n" | 1532 | msgid " disk-image build a disk image, suitable for a USB stick\n" |
| 1460 | msgstr " disk-image kompiler et diskaftryk, egnet for et USB-drev\n" | 1533 | msgstr " disk-image kompiler et diskaftryk, som egner sig til et USB-drev\n" |
| 1461 | 1534 | ||
| 1462 | #: guix/scripts/system.scm:671 | 1535 | #: guix/scripts/system.scm:724 |
| 1463 | msgid " init initialize a root file system to run GNU\n" | 1536 | msgid " init initialize a root file system to run GNU\n" |
| 1464 | msgstr " init initialiser et rootfilsystem til at køre GNU.\n" | 1537 | msgstr " init initialiser et rootfilsystem til at køre GNU.\n" |
| 1465 | 1538 | ||
| 1466 | #: guix/scripts/system.scm:673 | 1539 | #: guix/scripts/system.scm:726 |
| 1467 | msgid " extension-graph emit the service extension graph in Dot format\n" | 1540 | msgid " extension-graph emit the service extension graph in Dot format\n" |
| 1468 | msgstr " extension-graph opret tjenesteudvidelsesgrafen i Dot-format\n" | 1541 | msgstr " extension-graph opret tjenesteudvidelsesgrafen i Dot-format\n" |
| 1469 | 1542 | ||
| 1470 | #: guix/scripts/system.scm:675 | 1543 | #: guix/scripts/system.scm:728 |
| 1471 | msgid " shepherd-graph emit the graph of shepherd services in Dot format\n" | 1544 | msgid " shepherd-graph emit the graph of shepherd services in Dot format\n" |
| 1472 | msgstr " shepherd-graph opret grafen for shepherd-tjenester i Dot-format\n" | 1545 | msgstr " shepherd-graph opret grafen for shepherd-tjenester i Dot-format\n" |
| 1473 | 1546 | ||
| 1474 | #: guix/scripts/system.scm:679 | 1547 | #: guix/scripts/system.scm:732 |
| 1475 | msgid "" | 1548 | msgid "" |
| 1476 | "\n" | 1549 | "\n" |
| 1477 | " -d, --derivation return the derivation of the given system" | 1550 | " -d, --derivation return the derivation of the given system" |
| 1478 | msgstr "" | 1551 | msgstr "" |
| 1479 | "\n" | 1552 | "\n" |
| 1480 | " -d, --derivation returner de afledte stier for det givne system" | 1553 | " -d, --derivation returner de derivate stier for det givne system" |
| 1481 | 1554 | ||
| 1482 | #: guix/scripts/system.scm:681 | 1555 | #: guix/scripts/system.scm:734 |
| 1483 | msgid "" | 1556 | msgid "" |
| 1484 | "\n" | 1557 | "\n" |
| 1485 | " --on-error=STRATEGY\n" | 1558 | " --on-error=STRATEGY\n" |
| @@ -1489,7 +1562,7 @@ msgstr "" | |||
| 1489 | " --on-error=STRATEGI\n" | 1562 | " --on-error=STRATEGI\n" |
| 1490 | " brug STRATEGI når den opstår en fejl under læsning af FIL" | 1563 | " brug STRATEGI når den opstår en fejl under læsning af FIL" |
| 1491 | 1564 | ||
| 1492 | #: guix/scripts/system.scm:684 | 1565 | #: guix/scripts/system.scm:737 |
| 1493 | msgid "" | 1566 | msgid "" |
| 1494 | "\n" | 1567 | "\n" |
| 1495 | " --image-size=SIZE for 'vm-image', produce an image of SIZE" | 1568 | " --image-size=SIZE for 'vm-image', produce an image of SIZE" |
| @@ -1497,7 +1570,7 @@ msgstr "" | |||
| 1497 | "\n" | 1570 | "\n" |
| 1498 | " --image-size=STR for »vm-image«, lav et aftryk af STR" | 1571 | " --image-size=STR for »vm-image«, lav et aftryk af STR" |
| 1499 | 1572 | ||
| 1500 | #: guix/scripts/system.scm:686 | 1573 | #: guix/scripts/system.scm:739 |
| 1501 | msgid "" | 1574 | msgid "" |
| 1502 | "\n" | 1575 | "\n" |
| 1503 | " --no-grub for 'init', do not install GRUB" | 1576 | " --no-grub for 'init', do not install GRUB" |
| @@ -1505,7 +1578,7 @@ msgstr "" | |||
| 1505 | "\n" | 1578 | "\n" |
| 1506 | " --no-grub for »init«, installer ikke GRUB" | 1579 | " --no-grub for »init«, installer ikke GRUB" |
| 1507 | 1580 | ||
| 1508 | #: guix/scripts/system.scm:688 | 1581 | #: guix/scripts/system.scm:741 |
| 1509 | msgid "" | 1582 | msgid "" |
| 1510 | "\n" | 1583 | "\n" |
| 1511 | " --share=SPEC for 'vm', share host file system according to SPEC" | 1584 | " --share=SPEC for 'vm', share host file system according to SPEC" |
| @@ -1513,7 +1586,7 @@ msgstr "" | |||
| 1513 | "\n" | 1586 | "\n" |
| 1514 | " --share=SPEC for »vm«, del værtsfilsystem jævnfør SPEC" | 1587 | " --share=SPEC for »vm«, del værtsfilsystem jævnfør SPEC" |
| 1515 | 1588 | ||
| 1516 | #: guix/scripts/system.scm:690 | 1589 | #: guix/scripts/system.scm:743 |
| 1517 | msgid "" | 1590 | msgid "" |
| 1518 | "\n" | 1591 | "\n" |
| 1519 | " --expose=SPEC for 'vm', expose host file system according to SPEC" | 1592 | " --expose=SPEC for 'vm', expose host file system according to SPEC" |
| @@ -1521,7 +1594,7 @@ msgstr "" | |||
| 1521 | "\n" | 1594 | "\n" |
| 1522 | " --expose=SPEC for »vm«, fremvis værtsfilsystem jævnfør SPEC" | 1595 | " --expose=SPEC for »vm«, fremvis værtsfilsystem jævnfør SPEC" |
| 1523 | 1596 | ||
| 1524 | #: guix/scripts/system.scm:692 | 1597 | #: guix/scripts/system.scm:745 |
| 1525 | msgid "" | 1598 | msgid "" |
| 1526 | "\n" | 1599 | "\n" |
| 1527 | " --full-boot for 'vm', make a full boot sequence" | 1600 | " --full-boot for 'vm', make a full boot sequence" |
| @@ -1529,50 +1602,65 @@ msgstr "" | |||
| 1529 | "\n" | 1602 | "\n" |
| 1530 | " --full-boot for »vm«, lav en fuld opstartssekvens" | 1603 | " --full-boot for »vm«, lav en fuld opstartssekvens" |
| 1531 | 1604 | ||
| 1532 | #: guix/scripts/system.scm:777 | 1605 | #: guix/scripts/system.scm:830 |
| 1533 | #, scheme-format | 1606 | #, scheme-format |
| 1534 | msgid "no configuration file specified~%" | 1607 | msgid "no configuration file specified~%" |
| 1535 | msgstr "ingen konfigurationsfil angivet~%" | 1608 | msgstr "ingen konfigurationsfil angivet~%" |
| 1536 | 1609 | ||
| 1537 | #: guix/scripts/system.scm:840 | 1610 | #: guix/scripts/system.scm:912 |
| 1538 | #, scheme-format | 1611 | #, scheme-format |
| 1539 | msgid "~a: unknown action~%" | 1612 | msgid "~a: unknown action~%" |
| 1540 | msgstr "~a: ukendt handling~%" | 1613 | msgstr "~a: ukendt handling~%" |
| 1541 | 1614 | ||
| 1542 | #: guix/scripts/system.scm:855 | 1615 | #: guix/scripts/system.scm:927 |
| 1543 | #, scheme-format | 1616 | #, scheme-format |
| 1544 | msgid "wrong number of arguments for action '~a'~%" | 1617 | msgid "wrong number of arguments for action '~a'~%" |
| 1545 | msgstr "forkert antal argumenter for handling »~a«~%" | 1618 | msgstr "forkert antal argumenter for handling »~a«~%" |
| 1546 | 1619 | ||
| 1547 | #: guix/scripts/system.scm:860 | 1620 | #: guix/scripts/system.scm:932 |
| 1548 | #, scheme-format | 1621 | #, scheme-format |
| 1549 | msgid "guix system: missing command name~%" | 1622 | msgid "guix system: missing command name~%" |
| 1550 | msgstr "guix system: mangler kommandonavn~%" | 1623 | msgstr "guix system: mangler kommandonavn~%" |
| 1551 | 1624 | ||
| 1552 | #: guix/scripts/system.scm:862 | 1625 | #: guix/scripts/system.scm:934 |
| 1553 | #, scheme-format | 1626 | #, scheme-format |
| 1554 | msgid "Try 'guix system --help' for more information.~%" | 1627 | msgid "Try 'guix system --help' for more information.~%" |
| 1555 | msgstr "Prøv »guix system --help« for yderligere information.~%" | 1628 | msgstr "Prøv »guix system --help« for yderligere information.~%" |
| 1556 | 1629 | ||
| 1557 | #: guix/scripts/lint.scm:130 | 1630 | #: guix/scripts/lint.scm:133 |
| 1558 | #, scheme-format | 1631 | #, scheme-format |
| 1559 | msgid "Available checkers:~%" | 1632 | msgid "Available checkers:~%" |
| 1560 | msgstr "Tilgængelige kontrolprogrammer:~%" | 1633 | msgstr "Tilgængelige kontrolprogrammer:~%" |
| 1561 | 1634 | ||
| 1562 | #: guix/scripts/lint.scm:150 | 1635 | #: guix/scripts/lint.scm:157 |
| 1563 | msgid "description should not be empty" | 1636 | msgid "description should not be empty" |
| 1564 | msgstr "beskrivelse skal være udfyldt" | 1637 | msgstr "beskrivelse skal være udfyldt" |
| 1565 | 1638 | ||
| 1566 | #: guix/scripts/lint.scm:160 | 1639 | #: guix/scripts/lint.scm:167 |
| 1567 | msgid "Texinfo markup in description is invalid" | 1640 | msgid "Texinfo markup in description is invalid" |
| 1568 | msgstr "Texinfo-opmærkning i beskrivelse er ugyldig" | 1641 | msgstr "Texinfo-opmærkning i beskrivelse er ugyldig" |
| 1569 | 1642 | ||
| 1570 | #: guix/scripts/lint.scm:168 | 1643 | #: guix/scripts/lint.scm:177 |
| 1644 | #, scheme-format | ||
| 1645 | msgid "" | ||
| 1646 | "description should not contain ~\n" | ||
| 1647 | "trademark sign '~a' at ~d" | ||
| 1648 | msgstr "" | ||
| 1649 | "beskrivelse må ikke indeholde ~\n" | ||
| 1650 | "varemærketegn »~a« på ~d" | ||
| 1651 | |||
| 1652 | #. TRANSLATORS: '@code' is Texinfo markup and must be kept | ||
| 1653 | #. as is. | ||
| 1654 | #: guix/scripts/lint.scm:190 | ||
| 1655 | msgid "use @code or similar ornament instead of quotes" | ||
| 1656 | msgstr "brug @code eller lignende ornament i stedet for citationstegn" | ||
| 1657 | |||
| 1658 | #: guix/scripts/lint.scm:197 | ||
| 1571 | msgid "description should start with an upper-case letter or digit" | 1659 | msgid "description should start with an upper-case letter or digit" |
| 1572 | msgstr "beskrivelse skal starte med et stort bogstav eller et tal" | 1660 | msgstr "beskrivelse skal starte med et stort bogstav eller et tal" |
| 1573 | 1661 | ||
| 1574 | # arg, hvad foregår der her | 1662 | # arg, hvad foregår der her |
| 1575 | #: guix/scripts/lint.scm:184 | 1663 | #: guix/scripts/lint.scm:213 |
| 1576 | #, scheme-format | 1664 | #, scheme-format |
| 1577 | msgid "" | 1665 | msgid "" |
| 1578 | "sentences in description should be followed ~\n" | 1666 | "sentences in description should be followed ~\n" |
| @@ -1581,201 +1669,227 @@ msgstr "" | |||
| 1581 | "sætninger i beskrivelsen skal efterfølges ~\n" | 1669 | "sætninger i beskrivelsen skal efterfølges ~\n" |
| 1582 | "af to mellemrum; mulig infraction~p ved ~{~a~^, ~}" | 1670 | "af to mellemrum; mulig infraction~p ved ~{~a~^, ~}" |
| 1583 | 1671 | ||
| 1584 | #: guix/scripts/lint.scm:200 | 1672 | #: guix/scripts/lint.scm:231 |
| 1585 | #, scheme-format | 1673 | #, scheme-format |
| 1586 | msgid "invalid description: ~s" | 1674 | msgid "invalid description: ~s" |
| 1587 | msgstr "ugyldig beskrivelse: ~s" | 1675 | msgstr "ugyldig beskrivelse: ~s" |
| 1588 | 1676 | ||
| 1589 | #: guix/scripts/lint.scm:220 | 1677 | # native kan evt. være platformsspecifik |
| 1678 | # Det er dog svært at gætte med sikkerhed hvad det betyder her | ||
| 1679 | #: guix/scripts/lint.scm:256 | ||
| 1590 | #, scheme-format | 1680 | #, scheme-format |
| 1591 | msgid "'~a' should probably be a native input" | 1681 | msgid "'~a' should probably be a native input" |
| 1592 | msgstr "»~a« skal sandsynligvis være standarddata" | 1682 | msgstr "»~a« skal sandsynligvis være standarddata" |
| 1593 | 1683 | ||
| 1594 | #: guix/scripts/lint.scm:238 | 1684 | #: guix/scripts/lint.scm:280 |
| 1685 | #, scheme-format | ||
| 1686 | msgid "'~a' should probably not be an input at all" | ||
| 1687 | msgstr "»~a« skal sandsynligvis ikke være inddata" | ||
| 1688 | |||
| 1689 | #: guix/scripts/lint.scm:306 | ||
| 1595 | msgid "synopsis should not be empty" | 1690 | msgid "synopsis should not be empty" |
| 1596 | msgstr "synopsis skal være udfyldt" | 1691 | msgstr "synopsis skal være udfyldt" |
| 1597 | 1692 | ||
| 1598 | #: guix/scripts/lint.scm:246 | 1693 | #: guix/scripts/lint.scm:314 |
| 1599 | msgid "no period allowed at the end of the synopsis" | 1694 | msgid "no period allowed at the end of the synopsis" |
| 1600 | msgstr "ingen periode er tilladt i slutningen af synopsen" | 1695 | msgstr "ingen periode er tilladt i slutningen af synopsen" |
| 1601 | 1696 | ||
| 1602 | #: guix/scripts/lint.scm:258 | 1697 | #: guix/scripts/lint.scm:326 |
| 1603 | msgid "no article allowed at the beginning of the synopsis" | 1698 | msgid "no article allowed at the beginning of the synopsis" |
| 1604 | msgstr "ingen artikel er tilladt i begyndelsen af synopsen" | 1699 | msgstr "ingen artikel er tilladt i begyndelsen af synopsen" |
| 1605 | 1700 | ||
| 1606 | #: guix/scripts/lint.scm:265 | 1701 | #: guix/scripts/lint.scm:333 |
| 1607 | msgid "synopsis should be less than 80 characters long" | 1702 | msgid "synopsis should be less than 80 characters long" |
| 1608 | msgstr "synopsis skal være mindre end 80 tegn lang" | 1703 | msgstr "synopsis skal være mindre end 80 tegn lang" |
| 1609 | 1704 | ||
| 1610 | #: guix/scripts/lint.scm:271 | 1705 | #: guix/scripts/lint.scm:339 |
| 1611 | msgid "synopsis should start with an upper-case letter or digit" | 1706 | msgid "synopsis should start with an upper-case letter or digit" |
| 1612 | msgstr "synopsis skal starte med et stort bogstav eller et tal" | 1707 | msgstr "synopsis skal starte med et stort bogstav eller et tal" |
| 1613 | 1708 | ||
| 1614 | #: guix/scripts/lint.scm:278 | 1709 | #: guix/scripts/lint.scm:346 |
| 1615 | msgid "synopsis should not start with the package name" | 1710 | msgid "synopsis should not start with the package name" |
| 1616 | msgstr "synopsis skal ikke starte med pakkenavnet" | 1711 | msgstr "synopsis skal ikke starte med pakkenavnet" |
| 1617 | 1712 | ||
| 1618 | #: guix/scripts/lint.scm:292 | 1713 | #: guix/scripts/lint.scm:360 |
| 1619 | #, scheme-format | 1714 | #, scheme-format |
| 1620 | msgid "invalid synopsis: ~s" | 1715 | msgid "invalid synopsis: ~s" |
| 1621 | msgstr "ugyldig synopsis: ~s" | 1716 | msgstr "ugyldig synopsis: ~s" |
| 1622 | 1717 | ||
| 1623 | #: guix/scripts/lint.scm:383 | 1718 | #: guix/scripts/lint.scm:459 |
| 1624 | #, scheme-format | 1719 | #, scheme-format |
| 1625 | msgid "URI ~a returned suspiciously small file (~a bytes)" | 1720 | msgid "URI ~a returned suspiciously small file (~a bytes)" |
| 1626 | msgstr "URI ~a returnerede mistænkelig lille fil (~a byte)" | 1721 | msgstr "URI'en ~a returnerede mistænkelig lille fil (~a byte)" |
| 1627 | 1722 | ||
| 1628 | #: guix/scripts/lint.scm:392 guix/scripts/lint.scm:404 | 1723 | #: guix/scripts/lint.scm:468 guix/scripts/lint.scm:480 |
| 1629 | #, scheme-format | 1724 | #, scheme-format |
| 1630 | msgid "URI ~a not reachable: ~a (~s)" | 1725 | msgid "URI ~a not reachable: ~a (~s)" |
| 1631 | msgstr "URI ~a kan ikke nås: ~a (~s)" | 1726 | msgstr "URI ~a kan ikke nås: ~a (~s)" |
| 1632 | 1727 | ||
| 1633 | #: guix/scripts/lint.scm:411 | 1728 | #: guix/scripts/lint.scm:487 |
| 1634 | #, scheme-format | 1729 | #, scheme-format |
| 1635 | msgid "URI ~a domain not found: ~a" | 1730 | msgid "URI ~a domain not found: ~a" |
| 1636 | msgstr "URI ~a domæne blev ikke fundet: ~a" | 1731 | msgstr "URI ~a domæne blev ikke fundet: ~a" |
| 1637 | 1732 | ||
| 1638 | #: guix/scripts/lint.scm:419 | 1733 | #: guix/scripts/lint.scm:495 |
| 1639 | #, scheme-format | 1734 | #, scheme-format |
| 1640 | msgid "URI ~a unreachable: ~a" | 1735 | msgid "URI ~a unreachable: ~a" |
| 1641 | msgstr "URI ~a kan ikke nås: ~a" | 1736 | msgstr "URI ~a kan ikke nås: ~a" |
| 1642 | 1737 | ||
| 1643 | #: guix/scripts/lint.scm:445 | 1738 | #: guix/scripts/lint.scm:504 guix/scripts/lint.scm:761 |
| 1739 | #, scheme-format | ||
| 1740 | msgid "TLS certificate error: ~a" | ||
| 1741 | msgstr "TLS-certifikatfejl: ~a" | ||
| 1742 | |||
| 1743 | #: guix/scripts/lint.scm:525 | ||
| 1644 | msgid "invalid value for home page" | 1744 | msgid "invalid value for home page" |
| 1645 | msgstr "ugyldig værdi for hjemmeside" | 1745 | msgstr "ugyldig værdi for hjemmeside" |
| 1646 | 1746 | ||
| 1647 | #: guix/scripts/lint.scm:448 | 1747 | #: guix/scripts/lint.scm:528 |
| 1648 | #, scheme-format | 1748 | #, scheme-format |
| 1649 | msgid "invalid home page URL: ~s" | 1749 | msgid "invalid home page URL: ~s" |
| 1650 | msgstr "ugyldig hjemmesideadresse: ~s" | 1750 | msgstr "ugyldig hjemmesideadresse: ~s" |
| 1651 | 1751 | ||
| 1652 | #: guix/scripts/lint.scm:468 | 1752 | #: guix/scripts/lint.scm:548 |
| 1653 | msgid "file names of patches should start with the package name" | 1753 | msgid "file names of patches should start with the package name" |
| 1654 | msgstr "filnavn for rettelser skal starte med pakkenavnet" | 1754 | msgstr "filnavn for rettelser skal starte med pakkenavnet" |
| 1655 | 1755 | ||
| 1656 | #: guix/scripts/lint.scm:507 | 1756 | #: guix/scripts/lint.scm:587 |
| 1657 | #, scheme-format | 1757 | #, scheme-format |
| 1658 | msgid "~a: ~a: proposed synopsis: ~s~%" | 1758 | msgid "~a: ~a: proposed synopsis: ~s~%" |
| 1659 | msgstr "~a: ~a: foreslået synopsis: ~s~%" | 1759 | msgstr "~a: ~a: foreslået synopsis: ~s~%" |
| 1660 | 1760 | ||
| 1661 | #: guix/scripts/lint.scm:520 | 1761 | #: guix/scripts/lint.scm:600 |
| 1662 | #, scheme-format | 1762 | #, scheme-format |
| 1663 | msgid "~a: ~a: proposed description:~% \"~a\"~%" | 1763 | msgid "~a: ~a: proposed description:~% \"~a\"~%" |
| 1664 | msgstr "~a: ~a: foreslået beskrivelse:~% »~a«~%" | 1764 | msgstr "~a: ~a: foreslået beskrivelse:~% »~a«~%" |
| 1665 | 1765 | ||
| 1666 | #: guix/scripts/lint.scm:557 | 1766 | #: guix/scripts/lint.scm:642 |
| 1667 | msgid "all the source URIs are unreachable:" | 1767 | msgid "all the source URIs are unreachable:" |
| 1668 | msgstr "alle kilde-URI'erne kan ikke nås:" | 1768 | msgstr "alle kilde-URI'erne kan ikke nås:" |
| 1669 | 1769 | ||
| 1670 | #: guix/scripts/lint.scm:580 | 1770 | #: guix/scripts/lint.scm:665 |
| 1671 | msgid "the source file name should contain the package name" | 1771 | msgid "the source file name should contain the package name" |
| 1672 | msgstr "kildefilnavnet skal indeholde pakkenavnet" | 1772 | msgstr "kildefilnavnet skal indeholde pakkenavnet" |
| 1673 | 1773 | ||
| 1674 | #: guix/scripts/lint.scm:589 guix/scripts/lint.scm:593 | 1774 | #: guix/scripts/lint.scm:681 |
| 1775 | #, scheme-format | ||
| 1776 | msgid "URL should be 'mirror://~a/~a'" | ||
| 1777 | msgstr "Adresse skal være »mirror://~a/~a«" | ||
| 1778 | |||
| 1779 | #: guix/scripts/lint.scm:699 guix/scripts/lint.scm:703 | ||
| 1675 | #, scheme-format | 1780 | #, scheme-format |
| 1676 | msgid "failed to create derivation: ~a" | 1781 | msgid "failed to create derivation: ~a" |
| 1677 | msgstr "kunne ikke oprette afledning: ~a" | 1782 | msgstr "kunne ikke oprette derivat: ~a" |
| 1678 | 1783 | ||
| 1679 | #: guix/scripts/lint.scm:607 | 1784 | #: guix/scripts/lint.scm:717 |
| 1680 | #, scheme-format | 1785 | #, scheme-format |
| 1681 | msgid "failed to create derivation: ~s~%" | 1786 | msgid "failed to create derivation: ~s~%" |
| 1682 | msgstr "kunne ikke oprette afledning: ~s~%" | 1787 | msgstr "kunne ikke oprette derivat: ~s~%" |
| 1683 | 1788 | ||
| 1684 | #: guix/scripts/lint.scm:617 | 1789 | #: guix/scripts/lint.scm:727 |
| 1685 | msgid "invalid license field" | 1790 | msgid "invalid license field" |
| 1686 | msgstr "ugyldigt licensfelt" | 1791 | msgstr "ugyldigt licensfelt" |
| 1687 | 1792 | ||
| 1688 | #: guix/scripts/lint.scm:634 | 1793 | #: guix/scripts/lint.scm:744 |
| 1689 | #, scheme-format | 1794 | #, scheme-format |
| 1690 | msgid "failed to retrieve CVE vulnerabilities from ~s: ~a (~s)~%" | 1795 | msgid "failed to retrieve CVE vulnerabilities from ~s: ~a (~s)~%" |
| 1691 | msgstr "kunne ikke indhente CVE-sårbarheder fra ~s: ~a (~s)~%" | 1796 | msgstr "kunne ikke indhente CVE-sårbarheder fra ~s: ~a (~s)~%" |
| 1692 | 1797 | ||
| 1693 | #: guix/scripts/lint.scm:639 guix/scripts/lint.scm:647 | 1798 | #: guix/scripts/lint.scm:749 guix/scripts/lint.scm:758 |
| 1799 | #: guix/scripts/lint.scm:763 | ||
| 1694 | #, scheme-format | 1800 | #, scheme-format |
| 1695 | msgid "assuming no CVE vulnerabilities~%" | 1801 | msgid "assuming no CVE vulnerabilities~%" |
| 1696 | msgstr "antager ingen CVE-sårbarheder~%" | 1802 | msgstr "antager ingen CVE-sårbarheder~%" |
| 1697 | 1803 | ||
| 1698 | #: guix/scripts/lint.scm:645 | 1804 | #: guix/scripts/lint.scm:756 |
| 1699 | #, scheme-format | 1805 | #, scheme-format |
| 1700 | msgid "failed to lookup NIST host: ~a~%" | 1806 | msgid "failed to lookup NIST host: ~a~%" |
| 1701 | msgstr "kunne ikke slå NIST-vært op: ~a~%" | 1807 | msgstr "kunne ikke slå NIST-vært op: ~a~%" |
| 1702 | 1808 | ||
| 1703 | #: guix/scripts/lint.scm:683 | 1809 | #: guix/scripts/lint.scm:801 |
| 1704 | #, scheme-format | 1810 | #, scheme-format |
| 1705 | msgid "probably vulnerable to ~a" | 1811 | msgid "probably vulnerable to ~a" |
| 1706 | msgstr "sandsynligvis sårbar for ~a" | 1812 | msgstr "sandsynligvis sårbar for ~a" |
| 1707 | 1813 | ||
| 1708 | #: guix/scripts/lint.scm:698 | 1814 | #: guix/scripts/lint.scm:816 |
| 1709 | #, scheme-format | 1815 | #, scheme-format |
| 1710 | msgid "tabulation on line ~a, column ~a" | 1816 | msgid "tabulation on line ~a, column ~a" |
| 1711 | msgstr "tabulering på linje ~a, kolonne ~a" | 1817 | msgstr "tabulering på linje ~a, kolonne ~a" |
| 1712 | 1818 | ||
| 1713 | #: guix/scripts/lint.scm:707 | 1819 | #: guix/scripts/lint.scm:825 |
| 1714 | #, scheme-format | 1820 | #, scheme-format |
| 1715 | msgid "trailing white space on line ~a" | 1821 | msgid "trailing white space on line ~a" |
| 1716 | msgstr "efterstillet mellemrum på linje ~a" | 1822 | msgstr "efterstillet mellemrum på linje ~a" |
| 1717 | 1823 | ||
| 1718 | #: guix/scripts/lint.scm:717 | 1824 | #: guix/scripts/lint.scm:835 |
| 1719 | #, scheme-format | 1825 | #, scheme-format |
| 1720 | msgid "line ~a is way too long (~a characters)" | 1826 | msgid "line ~a is way too long (~a characters)" |
| 1721 | msgstr "linjen ~a er alt for lang (~a tegn)" | 1827 | msgstr "linjen ~a er alt for lang (~a tegn)" |
| 1722 | 1828 | ||
| 1723 | #: guix/scripts/lint.scm:728 | 1829 | #: guix/scripts/lint.scm:846 |
| 1724 | #, scheme-format | 1830 | #, scheme-format |
| 1725 | msgid "line ~a: parentheses feel lonely, move to the previous or next line" | 1831 | msgid "line ~a: parentheses feel lonely, move to the previous or next line" |
| 1726 | msgstr "linjen ~a: parenteser er ensomme, flyt til den forrige eller næste linje" | 1832 | msgstr "linjen ~a: parenteser er ensomme, flyt til den forrige eller næste linje" |
| 1727 | 1833 | ||
| 1728 | #: guix/scripts/lint.scm:783 | 1834 | #: guix/scripts/lint.scm:901 |
| 1729 | msgid "Validate package descriptions" | 1835 | msgid "Validate package descriptions" |
| 1730 | msgstr "Valider pakkebeskrivelser" | 1836 | msgstr "Valider pakkebeskrivelser" |
| 1731 | 1837 | ||
| 1732 | #: guix/scripts/lint.scm:787 | 1838 | #: guix/scripts/lint.scm:905 |
| 1733 | msgid "Validate synopsis & description of GNU packages" | 1839 | msgid "Validate synopsis & description of GNU packages" |
| 1734 | msgstr "Valider synopsis og beskrivelse for GNU-pakker" | 1840 | msgstr "Valider synopsis og beskrivelse for GNU-pakker" |
| 1735 | 1841 | ||
| 1736 | #: guix/scripts/lint.scm:791 | 1842 | #: guix/scripts/lint.scm:909 |
| 1737 | msgid "Identify inputs that should be native inputs" | 1843 | msgid "Identify inputs that should be native inputs" |
| 1738 | msgstr "Identificer inddata som skal være standarddata" | 1844 | msgstr "Identificer inddata som skal være standarddata" |
| 1739 | 1845 | ||
| 1740 | #: guix/scripts/lint.scm:795 | 1846 | #: guix/scripts/lint.scm:913 |
| 1847 | msgid "Identify inputs that should be inputs at all" | ||
| 1848 | msgstr "Identificer inddata som skal være inddata" | ||
| 1849 | |||
| 1850 | #: guix/scripts/lint.scm:917 | ||
| 1741 | msgid "Validate file names and availability of patches" | 1851 | msgid "Validate file names and availability of patches" |
| 1742 | msgstr "Valider filnavne og tilgængelighed for rettelser" | 1852 | msgstr "Valider filnavne og tilgængelighed for rettelser" |
| 1743 | 1853 | ||
| 1744 | #: guix/scripts/lint.scm:799 | 1854 | #: guix/scripts/lint.scm:921 |
| 1745 | msgid "Validate home-page URLs" | 1855 | msgid "Validate home-page URLs" |
| 1746 | msgstr "Valider hjemmesiders adresser" | 1856 | msgstr "Valider hjemmesiders adresser" |
| 1747 | 1857 | ||
| 1748 | #. TRANSLATORS: <license> is the name of a data type and must not be | 1858 | #. TRANSLATORS: <license> is the name of a data type and must not be |
| 1749 | #. translated. | 1859 | #. translated. |
| 1750 | #: guix/scripts/lint.scm:805 | 1860 | #: guix/scripts/lint.scm:927 |
| 1751 | msgid "Make sure the 'license' field is a <license> or a list thereof" | 1861 | msgid "Make sure the 'license' field is a <license> or a list thereof" |
| 1752 | msgstr "Sikr at feltet »license« er en <license> eller en liste deraf" | 1862 | msgstr "Sikr at feltet »license« er en <license> eller en liste deraf" |
| 1753 | 1863 | ||
| 1754 | #: guix/scripts/lint.scm:810 | 1864 | #: guix/scripts/lint.scm:932 |
| 1755 | msgid "Validate source URLs" | 1865 | msgid "Validate source URLs" |
| 1756 | msgstr "Valider kildeadresser" | 1866 | msgstr "Valider kildeadresser" |
| 1757 | 1867 | ||
| 1758 | #: guix/scripts/lint.scm:814 | 1868 | #: guix/scripts/lint.scm:936 |
| 1869 | msgid "Suggest 'mirror://' URLs" | ||
| 1870 | msgstr "Foreslå »mirror://«-adresser" | ||
| 1871 | |||
| 1872 | #: guix/scripts/lint.scm:940 | ||
| 1759 | msgid "Validate file names of sources" | 1873 | msgid "Validate file names of sources" |
| 1760 | msgstr "Valider filnavne for kilder" | 1874 | msgstr "Valider filnavne for kilder" |
| 1761 | 1875 | ||
| 1762 | #: guix/scripts/lint.scm:818 | 1876 | #: guix/scripts/lint.scm:944 |
| 1763 | msgid "Report failure to compile a package to a derivation" | 1877 | msgid "Report failure to compile a package to a derivation" |
| 1764 | msgstr "Rapporter mislykket kompilering af en pakke til en afledning" | 1878 | msgstr "Rapporter mislykket kompilering af en pakke til et derivat" |
| 1765 | 1879 | ||
| 1766 | #: guix/scripts/lint.scm:822 | 1880 | #: guix/scripts/lint.scm:948 |
| 1767 | msgid "Validate package synopses" | 1881 | msgid "Validate package synopses" |
| 1768 | msgstr "Valider pakkesynopser" | 1882 | msgstr "Valider pakkesynopser" |
| 1769 | 1883 | ||
| 1770 | #: guix/scripts/lint.scm:826 | 1884 | #: guix/scripts/lint.scm:952 |
| 1771 | msgid "Check the Common Vulnerabilities and Exposures (CVE) database" | 1885 | msgid "Check the Common Vulnerabilities and Exposures (CVE) database" |
| 1772 | msgstr "Kontroller databasen Common Vulnerabilities and Exposures (CVE)" | 1886 | msgstr "Kontroller databasen Common Vulnerabilities and Exposures (CVE)" |
| 1773 | 1887 | ||
| 1774 | #: guix/scripts/lint.scm:831 | 1888 | #: guix/scripts/lint.scm:957 |
| 1775 | msgid "Look for formatting issues in the source" | 1889 | msgid "Look for formatting issues in the source" |
| 1776 | msgstr "Kig efter formateringsproblemstillinger i kilden" | 1890 | msgstr "Kig efter formateringsproblemstillinger i kilden" |
| 1777 | 1891 | ||
| 1778 | #: guix/scripts/lint.scm:859 | 1892 | #: guix/scripts/lint.scm:985 |
| 1779 | msgid "" | 1893 | msgid "" |
| 1780 | "Usage: guix lint [OPTION]... [PACKAGE]...\n" | 1894 | "Usage: guix lint [OPTION]... [PACKAGE]...\n" |
| 1781 | "Run a set of checkers on the specified package; if none is specified,\n" | 1895 | "Run a set of checkers on the specified package; if none is specified,\n" |
| @@ -1785,7 +1899,7 @@ msgstr "" | |||
| 1785 | "Kør et sæt af kontroller på den specificerede pakke; hvis ingen er specificeret,\n" | 1899 | "Kør et sæt af kontroller på den specificerede pakke; hvis ingen er specificeret,\n" |
| 1786 | "så kør kontrollerne på alle pakker.\n" | 1900 | "så kør kontrollerne på alle pakker.\n" |
| 1787 | 1901 | ||
| 1788 | #: guix/scripts/lint.scm:862 | 1902 | #: guix/scripts/lint.scm:988 |
| 1789 | msgid "" | 1903 | msgid "" |
| 1790 | "\n" | 1904 | "\n" |
| 1791 | " -c, --checkers=CHECKER1,CHECKER2...\n" | 1905 | " -c, --checkers=CHECKER1,CHECKER2...\n" |
| @@ -1795,7 +1909,7 @@ msgstr "" | |||
| 1795 | " -c, --checkers=KONTROL1,KONTROL2...\n" | 1909 | " -c, --checkers=KONTROL1,KONTROL2...\n" |
| 1796 | " kør kun de specificerede kontroller" | 1910 | " kør kun de specificerede kontroller" |
| 1797 | 1911 | ||
| 1798 | #: guix/scripts/lint.scm:867 | 1912 | #: guix/scripts/lint.scm:993 |
| 1799 | msgid "" | 1913 | msgid "" |
| 1800 | "\n" | 1914 | "\n" |
| 1801 | " -l, --list-checkers display the list of available lint checkers" | 1915 | " -l, --list-checkers display the list of available lint checkers" |
| @@ -1803,12 +1917,12 @@ msgstr "" | |||
| 1803 | "\n" | 1917 | "\n" |
| 1804 | " -l, --list-checkers vis listen med tilgængelige lint-kontroller" | 1918 | " -l, --list-checkers vis listen med tilgængelige lint-kontroller" |
| 1805 | 1919 | ||
| 1806 | #: guix/scripts/lint.scm:887 | 1920 | #: guix/scripts/lint.scm:1013 |
| 1807 | #, scheme-format | 1921 | #, scheme-format |
| 1808 | msgid "~a: invalid checker~%" | 1922 | msgid "~a: invalid checker~%" |
| 1809 | msgstr "~a: ugyldig kontrol~%" | 1923 | msgstr "~a: ugyldig kontrol~%" |
| 1810 | 1924 | ||
| 1811 | #: guix/scripts/publish.scm:57 | 1925 | #: guix/scripts/publish.scm:58 |
| 1812 | #, scheme-format | 1926 | #, scheme-format |
| 1813 | msgid "" | 1927 | msgid "" |
| 1814 | "Usage: guix publish [OPTION]...\n" | 1928 | "Usage: guix publish [OPTION]...\n" |
| @@ -1817,7 +1931,7 @@ msgstr "" | |||
| 1817 | "Brug: guix publish [TILVALG] ...\n" | 1931 | "Brug: guix publish [TILVALG] ...\n" |
| 1818 | "Udgiv ~a over HTTP.\n" | 1932 | "Udgiv ~a over HTTP.\n" |
| 1819 | 1933 | ||
| 1820 | #: guix/scripts/publish.scm:59 | 1934 | #: guix/scripts/publish.scm:60 |
| 1821 | msgid "" | 1935 | msgid "" |
| 1822 | "\n" | 1936 | "\n" |
| 1823 | " -p, --port=PORT listen on PORT" | 1937 | " -p, --port=PORT listen on PORT" |
| @@ -1825,7 +1939,7 @@ msgstr "" | |||
| 1825 | "\n" | 1939 | "\n" |
| 1826 | " -p, --port=PORT lyt på PORT" | 1940 | " -p, --port=PORT lyt på PORT" |
| 1827 | 1941 | ||
| 1828 | #: guix/scripts/publish.scm:61 | 1942 | #: guix/scripts/publish.scm:62 |
| 1829 | msgid "" | 1943 | msgid "" |
| 1830 | "\n" | 1944 | "\n" |
| 1831 | " --listen=HOST listen on the network interface for HOST" | 1945 | " --listen=HOST listen on the network interface for HOST" |
| @@ -1833,7 +1947,7 @@ msgstr "" | |||
| 1833 | "\n" | 1947 | "\n" |
| 1834 | " --listen=VÆRT lyt på netværksgrænsefladen efter VÆRT" | 1948 | " --listen=VÆRT lyt på netværksgrænsefladen efter VÆRT" |
| 1835 | 1949 | ||
| 1836 | #: guix/scripts/publish.scm:63 | 1950 | #: guix/scripts/publish.scm:64 |
| 1837 | msgid "" | 1951 | msgid "" |
| 1838 | "\n" | 1952 | "\n" |
| 1839 | " -u, --user=USER change privileges to USER as soon as possible" | 1953 | " -u, --user=USER change privileges to USER as soon as possible" |
| @@ -1841,7 +1955,7 @@ msgstr "" | |||
| 1841 | "\n" | 1955 | "\n" |
| 1842 | " -u, --user=BRUGER ændr privilegier for BRUGER så snart som muligt" | 1956 | " -u, --user=BRUGER ændr privilegier for BRUGER så snart som muligt" |
| 1843 | 1957 | ||
| 1844 | #: guix/scripts/publish.scm:65 | 1958 | #: guix/scripts/publish.scm:66 |
| 1845 | msgid "" | 1959 | msgid "" |
| 1846 | "\n" | 1960 | "\n" |
| 1847 | " -C, --compression[=LEVEL]\n" | 1961 | " -C, --compression[=LEVEL]\n" |
| @@ -1851,15 +1965,15 @@ msgstr "" | |||
| 1851 | " -C, --compression[=NIVEAU]\n" | 1965 | " -C, --compression[=NIVEAU]\n" |
| 1852 | " komprimer arkiver med NIVEAU" | 1966 | " komprimer arkiver med NIVEAU" |
| 1853 | 1967 | ||
| 1854 | #: guix/scripts/publish.scm:68 | 1968 | #: guix/scripts/publish.scm:69 |
| 1855 | msgid "" | 1969 | msgid "" |
| 1856 | "\n" | 1970 | "\n" |
| 1857 | " --ttl=TTL announce narinfos can be cached for TTL seconds" | 1971 | " --ttl=TTL announce narinfos can be cached for TTL seconds" |
| 1858 | msgstr "" | 1972 | msgstr "" |
| 1859 | "\n" | 1973 | "\n" |
| 1860 | " --ttl=TTL announce narinfos kan mellemlagres i TTL-sekunder" | 1974 | " --ttl=TTL announce narinfos kan mellemlagres i TTL sekunder" |
| 1861 | 1975 | ||
| 1862 | #: guix/scripts/publish.scm:70 | 1976 | #: guix/scripts/publish.scm:71 |
| 1863 | msgid "" | 1977 | msgid "" |
| 1864 | "\n" | 1978 | "\n" |
| 1865 | " -r, --repl[=PORT] spawn REPL server on PORT" | 1979 | " -r, --repl[=PORT] spawn REPL server on PORT" |
| @@ -1867,37 +1981,37 @@ msgstr "" | |||
| 1867 | "\n" | 1981 | "\n" |
| 1868 | " -r, --repl[=PORT] udsend REPL-server on PORT" | 1982 | " -r, --repl[=PORT] udsend REPL-server on PORT" |
| 1869 | 1983 | ||
| 1870 | #: guix/scripts/publish.scm:86 | 1984 | #: guix/scripts/publish.scm:87 |
| 1871 | #, scheme-format | 1985 | #, scheme-format |
| 1872 | msgid "lookup of host '~a' failed: ~a~%" | 1986 | msgid "lookup of host '~a' failed: ~a~%" |
| 1873 | msgstr "opslag efter værten »~a« mislykkedes: ~a~%" | 1987 | msgstr "opslag efter værten »~a« mislykkedes: ~a~%" |
| 1874 | 1988 | ||
| 1875 | #: guix/scripts/publish.scm:124 | 1989 | #: guix/scripts/publish.scm:125 |
| 1876 | #, scheme-format | 1990 | #, scheme-format |
| 1877 | msgid "lookup of host '~a' returned nothing" | 1991 | msgid "lookup of host '~a' returned nothing" |
| 1878 | msgstr "opslag efter værten »~a« returnerede intet" | 1992 | msgstr "opslag efter værten »~a« returnerede intet" |
| 1879 | 1993 | ||
| 1880 | #: guix/scripts/publish.scm:137 | 1994 | #: guix/scripts/publish.scm:138 |
| 1881 | #, scheme-format | 1995 | #, scheme-format |
| 1882 | msgid "zlib support is missing; compression disabled~%" | 1996 | msgid "zlib support is missing; compression disabled~%" |
| 1883 | msgstr "zlib-understøttelse mangler; kompression deaktiveret~%" | 1997 | msgstr "zlib-understøttelse mangler; komprimering deaktiveret~%" |
| 1884 | 1998 | ||
| 1885 | #: guix/scripts/publish.scm:144 | 1999 | #: guix/scripts/publish.scm:145 |
| 1886 | #, scheme-format | 2000 | #, scheme-format |
| 1887 | msgid "~a: invalid duration~%" | 2001 | msgid "~a: invalid duration~%" |
| 1888 | msgstr "~a: ugyldig varighed~%" | 2002 | msgstr "~a: ugyldig varighed~%" |
| 1889 | 2003 | ||
| 1890 | #: guix/scripts/publish.scm:537 | 2004 | #: guix/scripts/publish.scm:544 |
| 1891 | #, scheme-format | 2005 | #, scheme-format |
| 1892 | msgid "user '~a' not found: ~a~%" | 2006 | msgid "user '~a' not found: ~a~%" |
| 1893 | msgstr "brugeren »~a« blev ikke fundet: ~a~%" | 2007 | msgstr "brugeren »~a« blev ikke fundet: ~a~%" |
| 1894 | 2008 | ||
| 1895 | #: guix/scripts/publish.scm:574 | 2009 | #: guix/scripts/publish.scm:581 |
| 1896 | #, scheme-format | 2010 | #, scheme-format |
| 1897 | msgid "server running as root; consider using the '--user' option!~%" | 2011 | msgid "server running as root; consider using the '--user' option!~%" |
| 1898 | msgstr "server kører som root; overvej at bruge tilvalget »--user«!~%" | 2012 | msgstr "server kører som root; overvej at bruge tilvalget »--user«!~%" |
| 1899 | 2013 | ||
| 1900 | #: guix/scripts/publish.scm:576 | 2014 | #: guix/scripts/publish.scm:583 |
| 1901 | #, scheme-format | 2015 | #, scheme-format |
| 1902 | msgid "publishing ~a on ~a, port ~d~%" | 2016 | msgid "publishing ~a on ~a, port ~d~%" |
| 1903 | msgstr "udgiver ~a på ~a, port ~d~%" | 2017 | msgstr "udgiver ~a på ~a, port ~d~%" |
| @@ -1915,34 +2029,34 @@ msgstr "" | |||
| 1915 | msgid "file '~a' not found in search path ~s~%" | 2029 | msgid "file '~a' not found in search path ~s~%" |
| 1916 | msgstr "filen »~a« blev ikke fundet i søgestien ~s~%" | 2030 | msgstr "filen »~a« blev ikke fundet i søgestien ~s~%" |
| 1917 | 2031 | ||
| 1918 | #: guix/scripts/edit.scm:83 | 2032 | #: guix/scripts/edit.scm:90 |
| 1919 | #, scheme-format | 2033 | #, scheme-format |
| 1920 | msgid "source location of package '~a' is unknown~%" | 2034 | msgid "source location of package '~a' is unknown~%" |
| 1921 | msgstr "kildeplacering for pakken »~a« er ukendt~%" | 2035 | msgstr "kildeplacering for pakken »~a« er ukendt~%" |
| 1922 | 2036 | ||
| 1923 | #: guix/scripts/edit.scm:96 | 2037 | #: guix/scripts/edit.scm:103 |
| 1924 | #, scheme-format | 2038 | #, scheme-format |
| 1925 | msgid "failed to launch '~a': ~a~%" | 2039 | msgid "failed to launch '~a': ~a~%" |
| 1926 | msgstr "kunne ikke starte »~a«: ~a~%" | 2040 | msgstr "kunne ikke starte »~a«: ~a~%" |
| 1927 | 2041 | ||
| 1928 | #: guix/scripts/size.scm:76 | 2042 | #: guix/scripts/size.scm:77 |
| 1929 | #, scheme-format | 2043 | #, scheme-format |
| 1930 | msgid "no available substitute information for '~a'~%" | 2044 | msgid "no available substitute information for '~a'~%" |
| 1931 | msgstr "ingen tilgængelig substitutinformation for »~a«~%" | 2045 | msgstr "ingen tilgængelig substitutinformation for »~a«~%" |
| 1932 | 2046 | ||
| 1933 | #: guix/scripts/size.scm:84 | 2047 | #: guix/scripts/size.scm:85 |
| 1934 | msgid "store item" | 2048 | msgid "store item" |
| 1935 | msgstr "lagerpost" | 2049 | msgstr "lagerpost" |
| 1936 | 2050 | ||
| 1937 | #: guix/scripts/size.scm:84 | 2051 | #: guix/scripts/size.scm:85 |
| 1938 | msgid "total" | 2052 | msgid "total" |
| 1939 | msgstr "i alt" | 2053 | msgstr "i alt" |
| 1940 | 2054 | ||
| 1941 | #: guix/scripts/size.scm:84 | 2055 | #: guix/scripts/size.scm:85 |
| 1942 | msgid "self" | 2056 | msgid "self" |
| 1943 | msgstr "selv" | 2057 | msgstr "selv" |
| 1944 | 2058 | ||
| 1945 | #: guix/scripts/size.scm:95 | 2059 | #: guix/scripts/size.scm:96 |
| 1946 | #, scheme-format | 2060 | #, scheme-format |
| 1947 | msgid "total: ~,1f MiB~%" | 2061 | msgid "total: ~,1f MiB~%" |
| 1948 | msgstr "i alt: ~,1f MiB~%" | 2062 | msgstr "i alt: ~,1f MiB~%" |
| @@ -1950,11 +2064,11 @@ msgstr "i alt: ~,1f MiB~%" | |||
| 1950 | #. TRANSLATORS: This is the title of a graph, meaning that the graph | 2064 | #. TRANSLATORS: This is the title of a graph, meaning that the graph |
| 1951 | #. represents a profile of the store (the "store" being the place where | 2065 | #. represents a profile of the store (the "store" being the place where |
| 1952 | #. packages are stored.) | 2066 | #. packages are stored.) |
| 1953 | #: guix/scripts/size.scm:206 | 2067 | #: guix/scripts/size.scm:209 |
| 1954 | msgid "store profile" | 2068 | msgid "store profile" |
| 1955 | msgstr "lagerprofil" | 2069 | msgstr "lagerprofil" |
| 1956 | 2070 | ||
| 1957 | #: guix/scripts/size.scm:215 | 2071 | #: guix/scripts/size.scm:218 |
| 1958 | msgid "" | 2072 | msgid "" |
| 1959 | "Usage: guix size [OPTION]... PACKAGE\n" | 2073 | "Usage: guix size [OPTION]... PACKAGE\n" |
| 1960 | "Report the size of PACKAGE and its dependencies.\n" | 2074 | "Report the size of PACKAGE and its dependencies.\n" |
| @@ -1962,7 +2076,7 @@ msgstr "" | |||
| 1962 | "Brug: guix size [TILVALG]... PAKKE\n" | 2076 | "Brug: guix size [TILVALG]... PAKKE\n" |
| 1963 | "Rapporter størrelsen for PAKKE og dens afhængigheder.\n" | 2077 | "Rapporter størrelsen for PAKKE og dens afhængigheder.\n" |
| 1964 | 2078 | ||
| 1965 | #: guix/scripts/size.scm:220 | 2079 | #: guix/scripts/size.scm:223 |
| 1966 | msgid "" | 2080 | msgid "" |
| 1967 | "\n" | 2081 | "\n" |
| 1968 | " -s, --system=SYSTEM consider packages for SYSTEM--e.g., \"i686-linux\"" | 2082 | " -s, --system=SYSTEM consider packages for SYSTEM--e.g., \"i686-linux\"" |
| @@ -1970,7 +2084,7 @@ msgstr "" | |||
| 1970 | "\n" | 2084 | "\n" |
| 1971 | " -s, --system=SYSTEM overvej pakker for SYSTEM--f.eks., »i686-linux«" | 2085 | " -s, --system=SYSTEM overvej pakker for SYSTEM--f.eks., »i686-linux«" |
| 1972 | 2086 | ||
| 1973 | #: guix/scripts/size.scm:222 | 2087 | #: guix/scripts/size.scm:225 |
| 1974 | msgid "" | 2088 | msgid "" |
| 1975 | "\n" | 2089 | "\n" |
| 1976 | " -m, --map-file=FILE write to FILE a graphical map of disk usage" | 2090 | " -m, --map-file=FILE write to FILE a graphical map of disk usage" |
| @@ -1978,64 +2092,77 @@ msgstr "" | |||
| 1978 | "\n" | 2092 | "\n" |
| 1979 | " -m, --map-file=FIL skriv til FIL et grafisk kort over diskforbrug" | 2093 | " -m, --map-file=FIL skriv til FIL et grafisk kort over diskforbrug" |
| 1980 | 2094 | ||
| 1981 | #: guix/scripts/size.scm:276 | 2095 | #: guix/scripts/size.scm:279 |
| 1982 | msgid "missing store item argument\n" | 2096 | msgid "missing store item argument\n" |
| 1983 | msgstr "manglende lagerpostargument\n" | 2097 | msgstr "manglende lagerpostargument\n" |
| 1984 | 2098 | ||
| 1985 | #: guix/scripts/graph.scm:82 | 2099 | #: guix/scripts/graph.scm:83 |
| 1986 | #, scheme-format | 2100 | #, scheme-format |
| 1987 | msgid "~a: invalid argument (package name expected)" | 2101 | msgid "~a: invalid argument (package name expected)" |
| 1988 | msgstr "~a: ugyldigt argument (forventede et pakkenavn)" | 2102 | msgstr "~a: ugyldigt argument (forventede et pakkenavn)" |
| 1989 | 2103 | ||
| 1990 | #: guix/scripts/graph.scm:93 | 2104 | #: guix/scripts/graph.scm:94 |
| 1991 | msgid "the DAG of packages, excluding implicit inputs" | 2105 | msgid "the DAG of packages, excluding implicit inputs" |
| 1992 | msgstr "DAGen for pakker, ekskluderende implicitte inddata" | 2106 | msgstr "DAGen for pakker, eksklusive implicitte inddata" |
| 1993 | 2107 | ||
| 1994 | #: guix/scripts/graph.scm:150 | 2108 | #: guix/scripts/graph.scm:151 |
| 1995 | msgid "the DAG of packages, including implicit inputs" | 2109 | msgid "the DAG of packages, including implicit inputs" |
| 1996 | msgstr "DAGen for pakker, inklusive implicitte inddata" | 2110 | msgstr "DAGen for pakker, inklusive implicitte inddata" |
| 1997 | 2111 | ||
| 1998 | #: guix/scripts/graph.scm:160 | 2112 | #: guix/scripts/graph.scm:161 |
| 1999 | msgid "the DAG of packages and origins, including implicit inputs" | 2113 | msgid "the DAG of packages and origins, including implicit inputs" |
| 2000 | msgstr "DAGen for pakker og oprindelser, inklusive implicitte inddata" | 2114 | msgstr "DAGen for pakker og oprindelser, inklusive implicitte inddata" |
| 2001 | 2115 | ||
| 2002 | #: guix/scripts/graph.scm:191 | 2116 | #: guix/scripts/graph.scm:192 |
| 2003 | msgid "same as 'bag', but without the bootstrap nodes" | 2117 | msgid "same as 'bag', but without the bootstrap nodes" |
| 2004 | msgstr "samme som »bag«m uden bootstrap-knuder" | 2118 | msgstr "samme som »bag«m uden bootstrap-knuder" |
| 2005 | 2119 | ||
| 2006 | #: guix/scripts/graph.scm:237 | 2120 | #: guix/scripts/graph.scm:238 |
| 2007 | msgid "the DAG of derivations" | 2121 | msgid "the DAG of derivations" |
| 2008 | msgstr "DAGen for afledninger" | 2122 | msgstr "DAGen for derivater" |
| 2009 | 2123 | ||
| 2010 | #: guix/scripts/graph.scm:249 | 2124 | #: guix/scripts/graph.scm:250 |
| 2011 | msgid "unsupported argument for derivation graph" | 2125 | msgid "unsupported argument for derivation graph" |
| 2012 | msgstr "argument for afledningsgraf er ikke understøttet" | 2126 | msgstr "argument for derivatgraf er ikke understøttet" |
| 2013 | 2127 | ||
| 2014 | #: guix/scripts/graph.scm:270 | 2128 | #: guix/scripts/graph.scm:276 |
| 2129 | msgid "unsupported argument for this type of graph" | ||
| 2130 | msgstr "ikke understøttet argument for denne graftype" | ||
| 2131 | |||
| 2132 | #: guix/scripts/graph.scm:289 | ||
| 2015 | #, scheme-format | 2133 | #, scheme-format |
| 2016 | msgid "references for '~a' are not known~%" | 2134 | msgid "references for '~a' are not known~%" |
| 2017 | msgstr "referencer for »~a« er ikke kendt~%" | 2135 | msgstr "referencer for »~a« er ikke kendt~%" |
| 2018 | 2136 | ||
| 2019 | #: guix/scripts/graph.scm:277 | 2137 | #: guix/scripts/graph.scm:296 |
| 2020 | msgid "the DAG of run-time dependencies (store references)" | 2138 | msgid "the DAG of run-time dependencies (store references)" |
| 2021 | msgstr "DAGen for kørselstidsafhængigheder (lagerreferencer)" | 2139 | msgstr "DAGen for kørselstidsafhængigheder (lagerreferencer)" |
| 2022 | 2140 | ||
| 2023 | #: guix/scripts/graph.scm:290 | 2141 | #: guix/scripts/graph.scm:312 |
| 2024 | msgid "unsupported argument for reference graph" | 2142 | msgid "the DAG of referrers in the store" |
| 2025 | msgstr "argument for referencegraf er ikke understøttet" | 2143 | msgstr "DAGen for referencer i lageret" |
| 2026 | 2144 | ||
| 2027 | #: guix/scripts/graph.scm:315 | 2145 | #: guix/scripts/graph.scm:338 |
| 2028 | #, scheme-format | 2146 | #, scheme-format |
| 2029 | msgid "~a: unknown node type~%" | 2147 | msgid "~a: unknown node type~%" |
| 2030 | msgstr "~a: ukendt knudetype~%" | 2148 | msgstr "~a: ukendt knudetype~%" |
| 2031 | 2149 | ||
| 2032 | #: guix/scripts/graph.scm:319 | 2150 | #: guix/scripts/graph.scm:345 |
| 2151 | #, scheme-format | ||
| 2152 | msgid "~a: unknown backend~%" | ||
| 2153 | msgstr "~a: ukendt motor~%" | ||
| 2154 | |||
| 2155 | #: guix/scripts/graph.scm:349 | ||
| 2033 | msgid "The available node types are:\n" | 2156 | msgid "The available node types are:\n" |
| 2034 | msgstr "De gyldige knudetyper er:\n" | 2157 | msgstr "De gyldige knudetyper er:\n" |
| 2035 | 2158 | ||
| 2159 | #: guix/scripts/graph.scm:359 | ||
| 2160 | msgid "The available backend types are:\n" | ||
| 2161 | msgstr "De gyldige motortyper er:\n" | ||
| 2162 | |||
| 2036 | #. TRANSLATORS: Here 'dot' is the name of a program; it must not be | 2163 | #. TRANSLATORS: Here 'dot' is the name of a program; it must not be |
| 2037 | #. translated. | 2164 | #. translated. |
| 2038 | #: guix/scripts/graph.scm:355 | 2165 | #: guix/scripts/graph.scm:403 |
| 2039 | msgid "" | 2166 | msgid "" |
| 2040 | "Usage: guix graph PACKAGE...\n" | 2167 | "Usage: guix graph PACKAGE...\n" |
| 2041 | "Emit a Graphviz (dot) representation of the dependencies of PACKAGE...\n" | 2168 | "Emit a Graphviz (dot) representation of the dependencies of PACKAGE...\n" |
| @@ -2043,7 +2170,23 @@ msgstr "" | |||
| 2043 | "Brug: guix graph PAKKE...\n" | 2170 | "Brug: guix graph PAKKE...\n" |
| 2044 | "Opret en Graphviz-repræsentation (dot) af afhængighederne for PAKKE...\n" | 2171 | "Opret en Graphviz-repræsentation (dot) af afhængighederne for PAKKE...\n" |
| 2045 | 2172 | ||
| 2046 | #: guix/scripts/graph.scm:357 | 2173 | #: guix/scripts/graph.scm:405 |
| 2174 | msgid "" | ||
| 2175 | "\n" | ||
| 2176 | " -b, --backend=TYPE produce a graph with the given backend TYPE" | ||
| 2177 | msgstr "" | ||
| 2178 | "\n" | ||
| 2179 | " -b, --backend=TYPE fremstil en graf med den angivne motor-TYPE" | ||
| 2180 | |||
| 2181 | #: guix/scripts/graph.scm:407 | ||
| 2182 | msgid "" | ||
| 2183 | "\n" | ||
| 2184 | " --list-backends list the available graph backends" | ||
| 2185 | msgstr "" | ||
| 2186 | "\n" | ||
| 2187 | " --list-backends vis de tilgængelige grafmotorer" | ||
| 2188 | |||
| 2189 | #: guix/scripts/graph.scm:409 | ||
| 2047 | msgid "" | 2190 | msgid "" |
| 2048 | "\n" | 2191 | "\n" |
| 2049 | " -t, --type=TYPE represent nodes of the given TYPE" | 2192 | " -t, --type=TYPE represent nodes of the given TYPE" |
| @@ -2051,7 +2194,7 @@ msgstr "" | |||
| 2051 | "\n" | 2194 | "\n" |
| 2052 | " -t, --type=TYPE repræsenter knuder for den givne TYPE" | 2195 | " -t, --type=TYPE repræsenter knuder for den givne TYPE" |
| 2053 | 2196 | ||
| 2054 | #: guix/scripts/graph.scm:359 | 2197 | #: guix/scripts/graph.scm:411 |
| 2055 | msgid "" | 2198 | msgid "" |
| 2056 | "\n" | 2199 | "\n" |
| 2057 | " --list-types list the available graph types" | 2200 | " --list-types list the available graph types" |
| @@ -2059,7 +2202,7 @@ msgstr "" | |||
| 2059 | "\n" | 2202 | "\n" |
| 2060 | " --list-types vis de tilgængelige graftyper" | 2203 | " --list-types vis de tilgængelige graftyper" |
| 2061 | 2204 | ||
| 2062 | #: guix/scripts/graph.scm:361 | 2205 | #: guix/scripts/graph.scm:413 |
| 2063 | msgid "" | 2206 | msgid "" |
| 2064 | "\n" | 2207 | "\n" |
| 2065 | " -e, --expression=EXPR consider the package EXPR evaluates to" | 2208 | " -e, --expression=EXPR consider the package EXPR evaluates to" |
| @@ -2120,18 +2263,26 @@ msgstr "" | |||
| 2120 | " --substitute-urls=ADRESSER\n" | 2263 | " --substitute-urls=ADRESSER\n" |
| 2121 | " sammenlign kompileringsresultater med dem på ADRESSER" | 2264 | " sammenlign kompileringsresultater med dem på ADRESSER" |
| 2122 | 2265 | ||
| 2123 | #: guix/gnu-maintenance.scm:532 | 2266 | #: guix/gnu-maintenance.scm:555 |
| 2124 | msgid "Updater for GNU packages" | 2267 | msgid "Updater for GNU packages" |
| 2125 | msgstr "Opdater for GNU-pakker" | 2268 | msgstr "Opdater for GNU-pakker" |
| 2126 | 2269 | ||
| 2127 | #: guix/gnu-maintenance.scm:539 | 2270 | #: guix/gnu-maintenance.scm:562 |
| 2128 | msgid "Updater for GNOME packages" | 2271 | msgid "Updater for GNOME packages" |
| 2129 | msgstr "Opdateringsprogram for GNOME-pakker" | 2272 | msgstr "Opdateringsprogram for GNOME-pakker" |
| 2130 | 2273 | ||
| 2131 | #: guix/gnu-maintenance.scm:546 | 2274 | #: guix/gnu-maintenance.scm:569 |
| 2275 | msgid "Updater for KDE packages" | ||
| 2276 | msgstr "Opdateringsprogram for KDE-pakker" | ||
| 2277 | |||
| 2278 | #: guix/gnu-maintenance.scm:576 | ||
| 2132 | msgid "Updater for X.org packages" | 2279 | msgid "Updater for X.org packages" |
| 2133 | msgstr "Opdateringsprogram for X.org-pakker" | 2280 | msgstr "Opdateringsprogram for X.org-pakker" |
| 2134 | 2281 | ||
| 2282 | #: guix/gnu-maintenance.scm:583 | ||
| 2283 | msgid "Updater for packages hosted on kernel.org" | ||
| 2284 | msgstr "Opdateringsprogram for pakker fra kernel.org" | ||
| 2285 | |||
| 2135 | #: guix/scripts/container.scm:25 | 2286 | #: guix/scripts/container.scm:25 |
| 2136 | msgid "" | 2287 | msgid "" |
| 2137 | "Usage: guix container ACTION ARGS...\n" | 2288 | "Usage: guix container ACTION ARGS...\n" |
| @@ -2187,70 +2338,70 @@ msgstr "ingen sådan proces ~d~%" | |||
| 2187 | msgid "exec failed with status ~d~%" | 2338 | msgid "exec failed with status ~d~%" |
| 2188 | msgstr "exec mislykkedes med status ~d~%" | 2339 | msgstr "exec mislykkedes med status ~d~%" |
| 2189 | 2340 | ||
| 2190 | #: guix/upstream.scm:157 | 2341 | #: guix/upstream.scm:212 |
| 2191 | #, scheme-format | 2342 | #, scheme-format |
| 2192 | msgid "signature verification failed for `~a'~%" | 2343 | msgid "signature verification failed for `~a'~%" |
| 2193 | msgstr "signaturverifikation mislykkedes for »~a«~%" | 2344 | msgstr "signaturverifikation mislykkedes for »~a«~%" |
| 2194 | 2345 | ||
| 2195 | #: guix/upstream.scm:159 | 2346 | #: guix/upstream.scm:214 |
| 2196 | #, scheme-format | 2347 | #, scheme-format |
| 2197 | msgid "(could be because the public key is not in your keyring)~%" | 2348 | msgid "(could be because the public key is not in your keyring)~%" |
| 2198 | msgstr "(kunne være fordi den offentlige nøgle ikke er i din nøglering)~%" | 2349 | msgstr "(kunne være fordi den offentlige nøgle ikke er i din nøglering)~%" |
| 2199 | 2350 | ||
| 2200 | #: guix/upstream.scm:191 | 2351 | #: guix/upstream.scm:246 |
| 2201 | msgid "gz" | 2352 | msgid "gz" |
| 2202 | msgstr "gz" | 2353 | msgstr "gz" |
| 2203 | 2354 | ||
| 2204 | #: guix/upstream.scm:234 | 2355 | #: guix/upstream.scm:293 |
| 2205 | #, scheme-format | 2356 | #, scheme-format |
| 2206 | msgid "~a: could not locate source file" | 2357 | msgid "~a: could not locate source file" |
| 2207 | msgstr "~a: kunne ikke lokalisere kildefil" | 2358 | msgstr "~a: kunne ikke lokalisere kildefil" |
| 2208 | 2359 | ||
| 2209 | #: guix/upstream.scm:239 | 2360 | #: guix/upstream.scm:298 |
| 2210 | #, scheme-format | 2361 | #, scheme-format |
| 2211 | msgid "~a: ~a: no `version' field in source; skipping~%" | 2362 | msgid "~a: ~a: no `version' field in source; skipping~%" |
| 2212 | msgstr "~a: ~a: intet »versionsfelt« i kilde; udelader~%" | 2363 | msgstr "~a: ~a: intet »versionsfelt« i kilde; udelader~%" |
| 2213 | 2364 | ||
| 2214 | #: guix/ui.scm:238 | 2365 | #: guix/ui.scm:239 |
| 2215 | msgid "entering debugger; type ',bt' for a backtrace\n" | 2366 | msgid "entering debugger; type ',bt' for a backtrace\n" |
| 2216 | msgstr "går i fejlsøger; tast »,bt« for en tilbagesporing\n" | 2367 | msgstr "går i fejlsøger; tast »,bt« for en tilbagesporing\n" |
| 2217 | 2368 | ||
| 2218 | #: guix/ui.scm:254 guix/ui.scm:271 | 2369 | #: guix/ui.scm:255 guix/ui.scm:272 |
| 2219 | #, scheme-format | 2370 | #, scheme-format |
| 2220 | msgid "failed to load '~a': ~a~%" | 2371 | msgid "failed to load '~a': ~a~%" |
| 2221 | msgstr "kunne ikke indlæse »~a«: ~a~%" | 2372 | msgstr "kunne ikke indlæse »~a«: ~a~%" |
| 2222 | 2373 | ||
| 2223 | #: guix/ui.scm:257 | 2374 | #: guix/ui.scm:258 |
| 2224 | #, scheme-format | 2375 | #, scheme-format |
| 2225 | msgid "~a: error: ~a~%" | 2376 | msgid "~a: error: ~a~%" |
| 2226 | msgstr "~a: fejl: ~a~%" | 2377 | msgstr "~a: fejl: ~a~%" |
| 2227 | 2378 | ||
| 2228 | #: guix/ui.scm:260 guix/ui.scm:529 | 2379 | #: guix/ui.scm:261 guix/ui.scm:530 |
| 2229 | #, scheme-format | 2380 | #, scheme-format |
| 2230 | msgid "exception thrown: ~s~%" | 2381 | msgid "exception thrown: ~s~%" |
| 2231 | msgstr "undtagelse smidt: ~s~%" | 2382 | msgstr "undtagelse smidt: ~s~%" |
| 2232 | 2383 | ||
| 2233 | #: guix/ui.scm:262 guix/ui.scm:280 | 2384 | #: guix/ui.scm:263 guix/ui.scm:281 |
| 2234 | #, scheme-format | 2385 | #, scheme-format |
| 2235 | msgid "failed to load '~a':~%" | 2386 | msgid "failed to load '~a':~%" |
| 2236 | msgstr "kunne ikke indlæse »~a«:~%" | 2387 | msgstr "kunne ikke indlæse »~a«:~%" |
| 2237 | 2388 | ||
| 2238 | #: guix/ui.scm:274 | 2389 | #: guix/ui.scm:275 |
| 2239 | #, scheme-format | 2390 | #, scheme-format |
| 2240 | msgid "~a: warning: ~a~%" | 2391 | msgid "~a: warning: ~a~%" |
| 2241 | msgstr "~a: advarsel: ~a~%" | 2392 | msgstr "~a: advarsel: ~a~%" |
| 2242 | 2393 | ||
| 2243 | #: guix/ui.scm:277 | 2394 | #: guix/ui.scm:278 |
| 2244 | #, scheme-format | 2395 | #, scheme-format |
| 2245 | msgid "failed to load '~a': exception thrown: ~s~%" | 2396 | msgid "failed to load '~a': exception thrown: ~s~%" |
| 2246 | msgstr "kunne ikke indlæse »~a«: undtagelse smidt: ~s~%" | 2397 | msgstr "kunne ikke indlæse »~a«: undtagelse smidt: ~s~%" |
| 2247 | 2398 | ||
| 2248 | #: guix/ui.scm:289 | 2399 | #: guix/ui.scm:290 |
| 2249 | #, scheme-format | 2400 | #, scheme-format |
| 2250 | msgid "failed to install locale: ~a~%" | 2401 | msgid "failed to install locale: ~a~%" |
| 2251 | msgstr "kunne ikke installere sprog: ~a~%" | 2402 | msgstr "kunne ikke installere sprog: ~a~%" |
| 2252 | 2403 | ||
| 2253 | #: guix/ui.scm:308 | 2404 | #: guix/ui.scm:309 |
| 2254 | msgid "" | 2405 | msgid "" |
| 2255 | "Copyright (C) 2016 the Guix authors\n" | 2406 | "Copyright (C) 2016 the Guix authors\n" |
| 2256 | "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n" | 2407 | "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n" |
| @@ -2266,7 +2417,7 @@ msgstr "" | |||
| 2266 | #. package. Please add another line saying "Report translation bugs to | 2417 | #. package. Please add another line saying "Report translation bugs to |
| 2267 | #. ...\n" with the address for translation bugs (typically your translation | 2418 | #. ...\n" with the address for translation bugs (typically your translation |
| 2268 | #. team's web or email address). | 2419 | #. team's web or email address). |
| 2269 | #: guix/ui.scm:320 | 2420 | #: guix/ui.scm:321 |
| 2270 | #, scheme-format | 2421 | #, scheme-format |
| 2271 | msgid "" | 2422 | msgid "" |
| 2272 | "\n" | 2423 | "\n" |
| @@ -2275,7 +2426,7 @@ msgstr "" | |||
| 2275 | "\n" | 2426 | "\n" |
| 2276 | "Rapporter fejl til: ~a." | 2427 | "Rapporter fejl til: ~a." |
| 2277 | 2428 | ||
| 2278 | #: guix/ui.scm:322 | 2429 | #: guix/ui.scm:323 |
| 2279 | #, scheme-format | 2430 | #, scheme-format |
| 2280 | msgid "" | 2431 | msgid "" |
| 2281 | "\n" | 2432 | "\n" |
| @@ -2284,7 +2435,7 @@ msgstr "" | |||
| 2284 | "\n" | 2435 | "\n" |
| 2285 | "~a hjemmeside: <~a>" | 2436 | "~a hjemmeside: <~a>" |
| 2286 | 2437 | ||
| 2287 | #: guix/ui.scm:324 | 2438 | #: guix/ui.scm:325 |
| 2288 | msgid "" | 2439 | msgid "" |
| 2289 | "\n" | 2440 | "\n" |
| 2290 | "General help using GNU software: <http://www.gnu.org/gethelp/>" | 2441 | "General help using GNU software: <http://www.gnu.org/gethelp/>" |
| @@ -2292,199 +2443,199 @@ msgstr "" | |||
| 2292 | "\n" | 2443 | "\n" |
| 2293 | "Generel hjælp til brugen af GNU-programmer: <http://www.gnu.org/gethelp/>" | 2444 | "Generel hjælp til brugen af GNU-programmer: <http://www.gnu.org/gethelp/>" |
| 2294 | 2445 | ||
| 2295 | #: guix/ui.scm:369 | 2446 | #: guix/ui.scm:370 |
| 2296 | #, scheme-format | 2447 | #, scheme-format |
| 2297 | msgid "'~a' is not a valid regular expression: ~a~%" | 2448 | msgid "'~a' is not a valid regular expression: ~a~%" |
| 2298 | msgstr "»~a« er ikke et gyldigt regulært udtryk: ~a~%" | 2449 | msgstr "»~a« er ikke et gyldigt regulært udtryk: ~a~%" |
| 2299 | 2450 | ||
| 2300 | #: guix/ui.scm:375 | 2451 | #: guix/ui.scm:376 |
| 2301 | #, scheme-format | 2452 | #, scheme-format |
| 2302 | msgid "~a: invalid number~%" | 2453 | msgid "~a: invalid number~%" |
| 2303 | msgstr "~a: ugyldigt nummer~%" | 2454 | msgstr "~a: ugyldigt nummer~%" |
| 2304 | 2455 | ||
| 2305 | #: guix/ui.scm:392 | 2456 | #: guix/ui.scm:393 |
| 2306 | #, scheme-format | 2457 | #, scheme-format |
| 2307 | msgid "invalid number: ~a~%" | 2458 | msgid "invalid number: ~a~%" |
| 2308 | msgstr "ugyldigt nummer: ~a~%" | 2459 | msgstr "ugyldigt nummer: ~a~%" |
| 2309 | 2460 | ||
| 2310 | #: guix/ui.scm:415 | 2461 | #: guix/ui.scm:416 |
| 2311 | #, scheme-format | 2462 | #, scheme-format |
| 2312 | msgid "unknown unit: ~a~%" | 2463 | msgid "unknown unit: ~a~%" |
| 2313 | msgstr "ukendt enhed: ~a~%" | 2464 | msgstr "ukendt enhed: ~a~%" |
| 2314 | 2465 | ||
| 2315 | #: guix/ui.scm:432 | 2466 | #: guix/ui.scm:433 |
| 2316 | #, scheme-format | 2467 | #, scheme-format |
| 2317 | msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" | 2468 | msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" |
| 2318 | msgstr "~a:~a:~a: pakken »~a« har ugyldige inddata: ~s~%" | 2469 | msgstr "~a:~a:~a: pakken »~a« har ugyldige inddata: ~s~%" |
| 2319 | 2470 | ||
| 2320 | #: guix/ui.scm:439 | 2471 | #: guix/ui.scm:440 |
| 2321 | #, scheme-format | 2472 | #, scheme-format |
| 2322 | msgid "~a: ~a: build system `~a' does not support cross builds~%" | 2473 | msgid "~a: ~a: build system `~a' does not support cross builds~%" |
| 2323 | msgstr "~a: ~a: kompileringssystem »~a« understøtter ikke krydskompileringer~%" | 2474 | msgstr "~a: ~a: kompileringssystem »~a« understøtter ikke krydskompileringer~%" |
| 2324 | 2475 | ||
| 2325 | #: guix/ui.scm:444 | 2476 | #: guix/ui.scm:445 |
| 2326 | #, scheme-format | 2477 | #, scheme-format |
| 2327 | msgid "profile '~a' does not exist~%" | 2478 | msgid "profile '~a' does not exist~%" |
| 2328 | msgstr "profilen »~a« findes ikke~%" | 2479 | msgstr "profilen »~a« findes ikke~%" |
| 2329 | 2480 | ||
| 2330 | #: guix/ui.scm:447 | 2481 | #: guix/ui.scm:448 |
| 2331 | #, scheme-format | 2482 | #, scheme-format |
| 2332 | msgid "generation ~a of profile '~a' does not exist~%" | 2483 | msgid "generation ~a of profile '~a' does not exist~%" |
| 2333 | msgstr "oprettelse ~a af profilen »~a« findes ikke~%" | 2484 | msgstr "oprettelse ~a af profilen »~a« findes ikke~%" |
| 2334 | 2485 | ||
| 2335 | #: guix/ui.scm:454 | 2486 | #: guix/ui.scm:455 |
| 2336 | #, scheme-format | 2487 | #, scheme-format |
| 2337 | msgid "corrupt input while restoring '~a' from ~s~%" | 2488 | msgid "corrupt input while restoring '~a' from ~s~%" |
| 2338 | msgstr "ødelagte inddata under gendannelse af »~a« fra ~s~%" | 2489 | msgstr "ødelagte inddata under gendannelse af »~a« fra ~s~%" |
| 2339 | 2490 | ||
| 2340 | #: guix/ui.scm:456 | 2491 | #: guix/ui.scm:457 |
| 2341 | #, scheme-format | 2492 | #, scheme-format |
| 2342 | msgid "corrupt input while restoring archive from ~s~%" | 2493 | msgid "corrupt input while restoring archive from ~s~%" |
| 2343 | msgstr "ødelagte inddata under gendannelse af arkiv fra ~s~%" | 2494 | msgstr "ødelagte inddata under gendannelse af arkiv fra ~s~%" |
| 2344 | 2495 | ||
| 2345 | #: guix/ui.scm:459 | 2496 | #: guix/ui.scm:460 |
| 2346 | #, scheme-format | 2497 | #, scheme-format |
| 2347 | msgid "failed to connect to `~a': ~a~%" | 2498 | msgid "failed to connect to `~a': ~a~%" |
| 2348 | msgstr "kunne ikke forbinde til »~a«: ~a~%" | 2499 | msgstr "kunne ikke forbinde til »~a«: ~a~%" |
| 2349 | 2500 | ||
| 2350 | #: guix/ui.scm:464 | 2501 | #: guix/ui.scm:465 |
| 2351 | #, scheme-format | 2502 | #, scheme-format |
| 2352 | msgid "build failed: ~a~%" | 2503 | msgid "build failed: ~a~%" |
| 2353 | msgstr "kompilering mislykkedes: ~a~%" | 2504 | msgstr "kompilering mislykkedes: ~a~%" |
| 2354 | 2505 | ||
| 2355 | #: guix/ui.scm:467 | 2506 | #: guix/ui.scm:468 |
| 2356 | #, scheme-format | 2507 | #, scheme-format |
| 2357 | msgid "reference to invalid output '~a' of derivation '~a'~%" | 2508 | msgid "reference to invalid output '~a' of derivation '~a'~%" |
| 2358 | msgstr "reference til ugyldige uddata »~a« for afledning »~a«~%" | 2509 | msgstr "reference til ugyldige uddata »~a« for derivat »~a«~%" |
| 2359 | 2510 | ||
| 2360 | #: guix/ui.scm:471 | 2511 | #: guix/ui.scm:472 |
| 2361 | #, scheme-format | 2512 | #, scheme-format |
| 2362 | msgid "file '~a' could not be found in these directories:~{ ~a~}~%" | 2513 | msgid "file '~a' could not be found in these directories:~{ ~a~}~%" |
| 2363 | msgstr "filen »~a« blev ikke fundet i disse mapper:~{ ~a~}~%" | 2514 | msgstr "filen »~a« blev ikke fundet i disse mapper:~{ ~a~}~%" |
| 2364 | 2515 | ||
| 2365 | #: guix/ui.scm:483 | 2516 | #: guix/ui.scm:484 |
| 2366 | #, scheme-format | 2517 | #, scheme-format |
| 2367 | msgid "~a: ~a~%" | 2518 | msgid "~a: ~a~%" |
| 2368 | msgstr "~a: ~a~%" | 2519 | msgstr "~a: ~a~%" |
| 2369 | 2520 | ||
| 2370 | #: guix/ui.scm:518 | 2521 | #: guix/ui.scm:519 |
| 2371 | #, scheme-format | 2522 | #, scheme-format |
| 2372 | msgid "failed to read expression ~s: ~s~%" | 2523 | msgid "failed to read expression ~s: ~s~%" |
| 2373 | msgstr "kunne ikke læse udtryk ~s: ~s~%" | 2524 | msgstr "kunne ikke læse udtryk ~s: ~s~%" |
| 2374 | 2525 | ||
| 2375 | #: guix/ui.scm:524 | 2526 | #: guix/ui.scm:525 |
| 2376 | #, scheme-format | 2527 | #, scheme-format |
| 2377 | msgid "failed to evaluate expression '~a':~%" | 2528 | msgid "failed to evaluate expression '~a':~%" |
| 2378 | msgstr "kunne ikke evaluere udtryk »~a«:~%" | 2529 | msgstr "kunne ikke evaluere udtryk »~a«:~%" |
| 2379 | 2530 | ||
| 2380 | #: guix/ui.scm:527 | 2531 | #: guix/ui.scm:528 |
| 2381 | #, scheme-format | 2532 | #, scheme-format |
| 2382 | msgid "syntax error: ~a~%" | 2533 | msgid "syntax error: ~a~%" |
| 2383 | msgstr "syntaksfejl: ~a~%" | 2534 | msgstr "syntaksfejl: ~a~%" |
| 2384 | 2535 | ||
| 2385 | #: guix/ui.scm:541 | 2536 | #: guix/ui.scm:542 |
| 2386 | #, scheme-format | 2537 | #, scheme-format |
| 2387 | msgid "expression ~s does not evaluate to a package~%" | 2538 | msgid "expression ~s does not evaluate to a package~%" |
| 2388 | msgstr "udtryk ~s evaluerer ikke til en pakke~%" | 2539 | msgstr "udtryk ~s evaluerer ikke til en pakke~%" |
| 2389 | 2540 | ||
| 2390 | #: guix/ui.scm:603 | 2541 | #: guix/ui.scm:604 |
| 2391 | #, scheme-format | 2542 | #, scheme-format |
| 2392 | msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" | 2543 | msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" |
| 2393 | msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~;~]" | 2544 | msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~;~]" |
| 2394 | msgstr[0] "~:[Den følgende afledning ville blive kompileret:~%~{ ~a~%~}~;~]" | 2545 | msgstr[0] "~:[Det følgende derivat ville blive kompileret:~%~{ ~a~%~}~;~]" |
| 2395 | msgstr[1] "~:[De følgende afledninger ville blive kompileret:~%~{ ~a~%~}~;~]" | 2546 | msgstr[1] "~:[De følgende derivater ville blive kompileret:~%~{ ~a~%~}~;~]" |
| 2396 | 2547 | ||
| 2397 | #: guix/ui.scm:608 | 2548 | #: guix/ui.scm:609 |
| 2398 | #, scheme-format | 2549 | #, scheme-format |
| 2399 | msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" | 2550 | msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" |
| 2400 | msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;~]" | 2551 | msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;~]" |
| 2401 | msgstr[0] "~:[Den følgende fil ville blive hentet:~%~{ ~a~%~}~;~]" | 2552 | msgstr[0] "~:[Den følgende fil ville blive hentet:~%~{ ~a~%~}~;~]" |
| 2402 | msgstr[1] "~:[De følgende filer ville blive hentet:~%~{ ~a~%~}~;~]" | 2553 | msgstr[1] "~:[De følgende filer ville blive hentet:~%~{ ~a~%~}~;~]" |
| 2403 | 2554 | ||
| 2404 | #: guix/ui.scm:614 | 2555 | #: guix/ui.scm:615 |
| 2405 | #, scheme-format | 2556 | #, scheme-format |
| 2406 | msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" | 2557 | msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" |
| 2407 | msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;~]" | 2558 | msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;~]" |
| 2408 | msgstr[0] "~:[Den følgende afledning vil blive kompileret:~%~{ ~a~%~}~;~]" | 2559 | msgstr[0] "~:[Det følgende derivat vil blive kompileret:~%~{ ~a~%~}~;~]" |
| 2409 | msgstr[1] "~:[De følgende afledninger vil blive kompileret:~%~{ ~a~%~}~;~]" | 2560 | msgstr[1] "~:[De følgende derivater vil blive kompileret:~%~{ ~a~%~}~;~]" |
| 2410 | 2561 | ||
| 2411 | #: guix/ui.scm:619 | 2562 | #: guix/ui.scm:620 |
| 2412 | #, scheme-format | 2563 | #, scheme-format |
| 2413 | msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" | 2564 | msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" |
| 2414 | msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~]" | 2565 | msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~]" |
| 2415 | msgstr[0] "~:[Den følgende fil vil blive hentet:~%~{ ~a~%~}~;~]" | 2566 | msgstr[0] "~:[Den følgende fil vil blive hentet:~%~{ ~a~%~}~;~]" |
| 2416 | msgstr[1] "~:[De følgende filer vil blive hentet:~%~{ ~a~%~}~;~]" | 2567 | msgstr[1] "~:[De følgende filer vil blive hentet:~%~{ ~a~%~}~;~]" |
| 2417 | 2568 | ||
| 2418 | #: guix/ui.scm:674 | 2569 | #: guix/ui.scm:675 |
| 2419 | #, scheme-format | 2570 | #, scheme-format |
| 2420 | msgid "The following package would be removed:~%~{~a~%~}~%" | 2571 | msgid "The following package would be removed:~%~{~a~%~}~%" |
| 2421 | msgid_plural "The following packages would be removed:~%~{~a~%~}~%" | 2572 | msgid_plural "The following packages would be removed:~%~{~a~%~}~%" |
| 2422 | msgstr[0] "Den følgende pakke ville blive fjernet:~%~{~a~%~}~%" | 2573 | msgstr[0] "Den følgende pakke ville blive fjernet:~%~{~a~%~}~%" |
| 2423 | msgstr[1] "De følgende pakker ville blive fjernet:~%~{~a~%~}~%" | 2574 | msgstr[1] "De følgende pakker ville blive fjernet:~%~{~a~%~}~%" |
| 2424 | 2575 | ||
| 2425 | #: guix/ui.scm:679 | 2576 | #: guix/ui.scm:680 |
| 2426 | #, scheme-format | 2577 | #, scheme-format |
| 2427 | msgid "The following package will be removed:~%~{~a~%~}~%" | 2578 | msgid "The following package will be removed:~%~{~a~%~}~%" |
| 2428 | msgid_plural "The following packages will be removed:~%~{~a~%~}~%" | 2579 | msgid_plural "The following packages will be removed:~%~{~a~%~}~%" |
| 2429 | msgstr[0] "Den følgende pakke vil blive fjernet:~%~{~a~%~}~%" | 2580 | msgstr[0] "Den følgende pakke vil blive fjernet:~%~{~a~%~}~%" |
| 2430 | msgstr[1] "De følgende pakker vil blive fjernet:~%~{~a~%~}~%" | 2581 | msgstr[1] "De følgende pakker vil blive fjernet:~%~{~a~%~}~%" |
| 2431 | 2582 | ||
| 2432 | #: guix/ui.scm:692 | 2583 | #: guix/ui.scm:693 |
| 2433 | #, scheme-format | 2584 | #, scheme-format |
| 2434 | msgid "The following package would be downgraded:~%~{~a~%~}~%" | 2585 | msgid "The following package would be downgraded:~%~{~a~%~}~%" |
| 2435 | msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" | 2586 | msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" |
| 2436 | msgstr[0] "Den følgende pakke ville blive nedgraderet:~%~{~a~%~}~%" | 2587 | msgstr[0] "Den følgende pakke ville blive nedgraderet:~%~{~a~%~}~%" |
| 2437 | msgstr[1] "De følgende pakker ville blive nedgraderet:~%~{~a~%~}~%" | 2588 | msgstr[1] "De følgende pakker ville blive nedgraderet:~%~{~a~%~}~%" |
| 2438 | 2589 | ||
| 2439 | #: guix/ui.scm:697 | 2590 | #: guix/ui.scm:698 |
| 2440 | #, scheme-format | 2591 | #, scheme-format |
| 2441 | msgid "The following package will be downgraded:~%~{~a~%~}~%" | 2592 | msgid "The following package will be downgraded:~%~{~a~%~}~%" |
| 2442 | msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" | 2593 | msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" |
| 2443 | msgstr[0] "Den følgende pakke vil blive nedgraderet:~%~{~a~%~}~%" | 2594 | msgstr[0] "Den følgende pakke vil blive nedgraderet:~%~{~a~%~}~%" |
| 2444 | msgstr[1] "De følgende pakker vil blive nedgraderet:~%~{~a~%~}~%" | 2595 | msgstr[1] "De følgende pakker vil blive nedgraderet:~%~{~a~%~}~%" |
| 2445 | 2596 | ||
| 2446 | #: guix/ui.scm:710 | 2597 | #: guix/ui.scm:711 |
| 2447 | #, scheme-format | 2598 | #, scheme-format |
| 2448 | msgid "The following package would be upgraded:~%~{~a~%~}~%" | 2599 | msgid "The following package would be upgraded:~%~{~a~%~}~%" |
| 2449 | msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" | 2600 | msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" |
| 2450 | msgstr[0] "Den følgende pakke ville blive opgraderet:~%~{~a~%~}~%" | 2601 | msgstr[0] "Den følgende pakke ville blive opgraderet:~%~{~a~%~}~%" |
| 2451 | msgstr[1] "De følgende pakker ville blive opgraderet:~%~{~a~%~}~%" | 2602 | msgstr[1] "De følgende pakker ville blive opgraderet:~%~{~a~%~}~%" |
| 2452 | 2603 | ||
| 2453 | #: guix/ui.scm:715 | 2604 | #: guix/ui.scm:716 |
| 2454 | #, scheme-format | 2605 | #, scheme-format |
| 2455 | msgid "The following package will be upgraded:~%~{~a~%~}~%" | 2606 | msgid "The following package will be upgraded:~%~{~a~%~}~%" |
| 2456 | msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" | 2607 | msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" |
| 2457 | msgstr[0] "Den følgende pakke vil blive opgraderet:~%~{~a~%~}~%" | 2608 | msgstr[0] "Den følgende pakke vil blive opgraderet:~%~{~a~%~}~%" |
| 2458 | msgstr[1] "De følgende pakker vil blive opgraderet:~%~{~a~%~}~%" | 2609 | msgstr[1] "De følgende pakker vil blive opgraderet:~%~{~a~%~}~%" |
| 2459 | 2610 | ||
| 2460 | #: guix/ui.scm:726 | 2611 | #: guix/ui.scm:727 |
| 2461 | #, scheme-format | 2612 | #, scheme-format |
| 2462 | msgid "The following package would be installed:~%~{~a~%~}~%" | 2613 | msgid "The following package would be installed:~%~{~a~%~}~%" |
| 2463 | msgid_plural "The following packages would be installed:~%~{~a~%~}~%" | 2614 | msgid_plural "The following packages would be installed:~%~{~a~%~}~%" |
| 2464 | msgstr[0] "Den følgende pakke ville blive installeret:~%~{~a~%~}~%" | 2615 | msgstr[0] "Den følgende pakke ville blive installeret:~%~{~a~%~}~%" |
| 2465 | msgstr[1] "De følgende pakker ville blive installeret:~%~{~a~%~}~%" | 2616 | msgstr[1] "De følgende pakker ville blive installeret:~%~{~a~%~}~%" |
| 2466 | 2617 | ||
| 2467 | #: guix/ui.scm:731 | 2618 | #: guix/ui.scm:732 |
| 2468 | #, scheme-format | 2619 | #, scheme-format |
| 2469 | msgid "The following package will be installed:~%~{~a~%~}~%" | 2620 | msgid "The following package will be installed:~%~{~a~%~}~%" |
| 2470 | msgid_plural "The following packages will be installed:~%~{~a~%~}~%" | 2621 | msgid_plural "The following packages will be installed:~%~{~a~%~}~%" |
| 2471 | msgstr[0] "Den følgende pakke vil blive installeret:~%~{~a~%~}~%" | 2622 | msgstr[0] "Den følgende pakke vil blive installeret:~%~{~a~%~}~%" |
| 2472 | msgstr[1] "De følgende pakker vil blive installeret:~%~{~a~%~}~%" | 2623 | msgstr[1] "De følgende pakker vil blive installeret:~%~{~a~%~}~%" |
| 2473 | 2624 | ||
| 2474 | #: guix/ui.scm:748 | 2625 | #: guix/ui.scm:749 |
| 2475 | msgid "<unknown location>" | 2626 | msgid "<unknown location>" |
| 2476 | msgstr "<ukendt sted>" | 2627 | msgstr "<ukendt sted>" |
| 2477 | 2628 | ||
| 2478 | #: guix/ui.scm:767 | 2629 | #: guix/ui.scm:768 |
| 2479 | #, scheme-format | 2630 | #, scheme-format |
| 2480 | msgid "failed to create configuration directory `~a': ~a~%" | 2631 | msgid "failed to create configuration directory `~a': ~a~%" |
| 2481 | msgstr "kunne ikke oprette konfiguratinsmappe »~a«: ~a~%" | 2632 | msgstr "kunne ikke oprette konfiguratinsmappe »~a«: ~a~%" |
| 2482 | 2633 | ||
| 2483 | #: guix/ui.scm:890 guix/ui.scm:904 | 2634 | #: guix/ui.scm:891 guix/ui.scm:905 |
| 2484 | msgid "unknown" | 2635 | msgid "unknown" |
| 2485 | msgstr "ukendt" | 2636 | msgstr "ukendt" |
| 2486 | 2637 | ||
| 2487 | #: guix/ui.scm:1062 | 2638 | #: guix/ui.scm:1063 |
| 2488 | #, scheme-format | 2639 | #, scheme-format |
| 2489 | msgid "Generation ~a\t~a" | 2640 | msgid "Generation ~a\t~a" |
| 2490 | msgstr "Generation ~a\t~a" | 2641 | msgstr "Generation ~a\t~a" |
| @@ -2492,27 +2643,27 @@ msgstr "Generation ~a\t~a" | |||
| 2492 | #. TRANSLATORS: The word "current" here is an adjective for | 2643 | #. TRANSLATORS: The word "current" here is an adjective for |
| 2493 | #. "Generation", as in "current generation". Use the appropriate | 2644 | #. "Generation", as in "current generation". Use the appropriate |
| 2494 | #. gender where applicable. | 2645 | #. gender where applicable. |
| 2495 | #: guix/ui.scm:1072 | 2646 | #: guix/ui.scm:1073 |
| 2496 | #, scheme-format | 2647 | #, scheme-format |
| 2497 | msgid "~a\t(current)~%" | 2648 | msgid "~a\t(current)~%" |
| 2498 | msgstr "~a\t(nuværende)~%" | 2649 | msgstr "~a\t(nuværende)~%" |
| 2499 | 2650 | ||
| 2500 | #: guix/ui.scm:1089 | 2651 | #: guix/ui.scm:1116 |
| 2501 | #, scheme-format | 2652 | #, scheme-format |
| 2502 | msgid "switched from generation ~a to ~a~%" | 2653 | msgid "switched from generation ~a to ~a~%" |
| 2503 | msgstr "skiftede fra generation ~a til ~a~%" | 2654 | msgstr "skiftede fra generation ~a til ~a~%" |
| 2504 | 2655 | ||
| 2505 | #: guix/ui.scm:1105 | 2656 | #: guix/ui.scm:1132 |
| 2506 | #, scheme-format | 2657 | #, scheme-format |
| 2507 | msgid "deleting ~a~%" | 2658 | msgid "deleting ~a~%" |
| 2508 | msgstr "sletter ~a~%" | 2659 | msgstr "sletter ~a~%" |
| 2509 | 2660 | ||
| 2510 | #: guix/ui.scm:1153 | 2661 | #: guix/ui.scm:1163 |
| 2511 | #, scheme-format | 2662 | #, scheme-format |
| 2512 | msgid "Try `guix --help' for more information.~%" | 2663 | msgid "Try `guix --help' for more information.~%" |
| 2513 | msgstr "Prøv »guix --help« for yderligere information.~%" | 2664 | msgstr "Prøv »guix --help« for yderligere information.~%" |
| 2514 | 2665 | ||
| 2515 | #: guix/ui.scm:1180 | 2666 | #: guix/ui.scm:1191 |
| 2516 | msgid "" | 2667 | msgid "" |
| 2517 | "Usage: guix COMMAND ARGS...\n" | 2668 | "Usage: guix COMMAND ARGS...\n" |
| 2518 | "Run COMMAND with ARGS.\n" | 2669 | "Run COMMAND with ARGS.\n" |
| @@ -2520,31 +2671,31 @@ msgstr "" | |||
| 2520 | "Brug: guix KOMMANDO ARG...\n" | 2671 | "Brug: guix KOMMANDO ARG...\n" |
| 2521 | "Kør KOMMANDO med ARG.\n" | 2672 | "Kør KOMMANDO med ARG.\n" |
| 2522 | 2673 | ||
| 2523 | #: guix/ui.scm:1183 | 2674 | #: guix/ui.scm:1194 |
| 2524 | msgid "COMMAND must be one of the sub-commands listed below:\n" | 2675 | msgid "COMMAND must be one of the sub-commands listed below:\n" |
| 2525 | msgstr "KOMMANDO skal være en af underkommandoerne vist nedenfor:\n" | 2676 | msgstr "KOMMANDO skal være en af underkommandoerne vist nedenfor:\n" |
| 2526 | 2677 | ||
| 2527 | #: guix/ui.scm:1203 | 2678 | #: guix/ui.scm:1214 |
| 2528 | #, scheme-format | 2679 | #, scheme-format |
| 2529 | msgid "guix: ~a: command not found~%" | 2680 | msgid "guix: ~a: command not found~%" |
| 2530 | msgstr "guix: ~a: kommando blev ikke fundet~%" | 2681 | msgstr "guix: ~a: kommando blev ikke fundet~%" |
| 2531 | 2682 | ||
| 2532 | #: guix/ui.scm:1220 | 2683 | #: guix/ui.scm:1233 |
| 2533 | #, scheme-format | 2684 | #, scheme-format |
| 2534 | msgid "guix: missing command name~%" | 2685 | msgid "guix: missing command name~%" |
| 2535 | msgstr "guix: mangler kommandonavn~%" | 2686 | msgstr "guix: mangler kommandonavn~%" |
| 2536 | 2687 | ||
| 2537 | #: guix/ui.scm:1228 | 2688 | #: guix/ui.scm:1241 |
| 2538 | #, scheme-format | 2689 | #, scheme-format |
| 2539 | msgid "guix: unrecognized option '~a'~%" | 2690 | msgid "guix: unrecognized option '~a'~%" |
| 2540 | msgstr "guix: ikke genkendt tilvalg »~a«~%" | 2691 | msgstr "guix: ikke genkendt tilvalg »~a«~%" |
| 2541 | 2692 | ||
| 2542 | #: guix/http-client.scm:266 | 2693 | #: guix/http-client.scm:270 |
| 2543 | #, scheme-format | 2694 | #, scheme-format |
| 2544 | msgid "following redirection to `~a'...~%" | 2695 | msgid "following redirection to `~a'...~%" |
| 2545 | msgstr "følger omdirigering til »~a«...~%" | 2696 | msgstr "følger omdirigering til »~a«...~%" |
| 2546 | 2697 | ||
| 2547 | #: guix/http-client.scm:275 | 2698 | #: guix/http-client.scm:279 |
| 2548 | msgid "download failed" | 2699 | msgid "download failed" |
| 2549 | msgstr "overførsel mislykkedes" | 2700 | msgstr "overførsel mislykkedes" |
| 2550 | 2701 | ||
| @@ -2592,11 +2743,11 @@ msgstr "ugyldig arkivmærke for mellemfil" | |||
| 2592 | 2743 | ||
| 2593 | #: nix/nix-daemon/guix-daemon.cc:61 | 2744 | #: nix/nix-daemon/guix-daemon.cc:61 |
| 2594 | msgid "guix-daemon -- perform derivation builds and store accesses" | 2745 | msgid "guix-daemon -- perform derivation builds and store accesses" |
| 2595 | msgstr "guix-daemon - udfør afledningskompileringer og lageradgange" | 2746 | msgstr "guix-daemon – udfør derivatkompileringer og lageradgange" |
| 2596 | 2747 | ||
| 2597 | #: nix/nix-daemon/guix-daemon.cc:63 | 2748 | #: nix/nix-daemon/guix-daemon.cc:63 |
| 2598 | msgid "This program is a daemon meant to run in the background. It serves requests sent over a Unix-domain socket. It accesses the store, and builds derivations on behalf of its clients." | 2749 | msgid "This program is a daemon meant to run in the background. It serves requests sent over a Unix-domain socket. It accesses the store, and builds derivations on behalf of its clients." |
| 2599 | msgstr "Dette program er en ædmon lavet til at køre i baggrunden. Den betjener forespørgsler sendt over en Unix-domænesokkel. Den tilgår lageret, og bgyger afledninger på vegne af dens klienter." | 2750 | msgstr "Dette program er en ædmon lavet til at køre i baggrunden. Den betjener forespørgsler sendt over en Unix-domænesokkel. Den tilgår lageret, og bygger derivater på vegne af dens klienter." |
| 2600 | 2751 | ||
| 2601 | #: nix/nix-daemon/guix-daemon.cc:87 | 2752 | #: nix/nix-daemon/guix-daemon.cc:87 |
| 2602 | msgid "SYSTEM" | 2753 | msgid "SYSTEM" |
| @@ -2612,11 +2763,11 @@ msgstr "N" | |||
| 2612 | 2763 | ||
| 2613 | #: nix/nix-daemon/guix-daemon.cc:90 | 2764 | #: nix/nix-daemon/guix-daemon.cc:90 |
| 2614 | msgid "use N CPU cores to build each derivation; 0 means as many as available" | 2765 | msgid "use N CPU cores to build each derivation; 0 means as many as available" |
| 2615 | msgstr "brug N CPU-kerner til at kompilere hver afledning; 0 betyder så mange som er tilgængelige" | 2766 | msgstr "brug N cpu-kerner til at kompilere hvert derivat; 0 betyder så mange som er tilgængelige" |
| 2616 | 2767 | ||
| 2617 | #: nix/nix-daemon/guix-daemon.cc:93 | 2768 | #: nix/nix-daemon/guix-daemon.cc:93 |
| 2618 | msgid "allow at most N build jobs" | 2769 | msgid "allow at most N build jobs" |
| 2619 | msgstr "tillad højest N-kompileringsjob" | 2770 | msgstr "tillad højst N kompileringsjob" |
| 2620 | 2771 | ||
| 2621 | #: nix/nix-daemon/guix-daemon.cc:95 | 2772 | #: nix/nix-daemon/guix-daemon.cc:95 |
| 2622 | msgid "disable chroot builds" | 2773 | msgid "disable chroot builds" |
| @@ -2660,7 +2811,7 @@ msgstr "kompileringsfejl i mellemlageret" | |||
| 2660 | 2811 | ||
| 2661 | #: nix/nix-daemon/guix-daemon.cc:109 | 2812 | #: nix/nix-daemon/guix-daemon.cc:109 |
| 2662 | msgid "build each derivation N times in a row" | 2813 | msgid "build each derivation N times in a row" |
| 2663 | msgstr "kompiler hver derivation N gange i træk" | 2814 | msgstr "kompiler hvert derivat N gange i træk" |
| 2664 | 2815 | ||
| 2665 | #: nix/nix-daemon/guix-daemon.cc:111 | 2816 | #: nix/nix-daemon/guix-daemon.cc:111 |
| 2666 | msgid "do not keep build logs" | 2817 | msgid "do not keep build logs" |
| @@ -2680,11 +2831,11 @@ msgstr "udgiv Linux 2.6" | |||
| 2680 | 2831 | ||
| 2681 | #: nix/nix-daemon/guix-daemon.cc:132 | 2832 | #: nix/nix-daemon/guix-daemon.cc:132 |
| 2682 | msgid "tell whether the GC must keep outputs of live derivations" | 2833 | msgid "tell whether the GC must keep outputs of live derivations" |
| 2683 | msgstr "fortæl om GC'en skal bevare uddata for live afledninger" | 2834 | msgstr "fortæl om GC'en skal bevare uddata for live derivater" |
| 2684 | 2835 | ||
| 2685 | #: nix/nix-daemon/guix-daemon.cc:135 | 2836 | #: nix/nix-daemon/guix-daemon.cc:135 |
| 2686 | msgid "tell whether the GC must keep derivations corresponding to live outputs" | 2837 | msgid "tell whether the GC must keep derivations corresponding to live outputs" |
| 2687 | msgstr "fortæl om GC'en skal bevare afledninger svarende til live uddata" | 2838 | msgstr "fortæl om GC'en skal bevare derivater svarende til live uddata" |
| 2688 | 2839 | ||
| 2689 | #: nix/nix-daemon/guix-daemon.cc:138 | 2840 | #: nix/nix-daemon/guix-daemon.cc:138 |
| 2690 | msgid "SOCKET" | 2841 | msgid "SOCKET" |
| @@ -2717,9 +2868,3 @@ msgstr "fejl: forskellige versioner af libgcrypt\n" | |||
| 2717 | #, c-format | 2868 | #, c-format |
| 2718 | msgid "warning: daemon is running as root, so using `--build-users-group' is highly recommended\n" | 2869 | msgid "warning: daemon is running as root, so using `--build-users-group' is highly recommended\n" |
| 2719 | msgstr "advarsel: dæmon kører som root, så brug af »--build-users-group« anbefales\n" | 2870 | msgstr "advarsel: dæmon kører som root, så brug af »--build-users-group« anbefales\n" |
| 2720 | |||
| 2721 | #~ msgid "guix import: invalid importer~%" | ||
| 2722 | #~ msgstr "guix import: ugyldig importør~%" | ||
| 2723 | |||
| 2724 | #~ msgid "too many arguments\n" | ||
| 2725 | #~ msgstr "for mange argumenter\n" | ||
