summaryrefslogtreecommitdiffstats
path: root/po/nb/man1/mktemp.1.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/nb/man1/mktemp.1.po')
-rw-r--r--po/nb/man1/mktemp.1.po360
1 files changed, 360 insertions, 0 deletions
diff --git a/po/nb/man1/mktemp.1.po b/po/nb/man1/mktemp.1.po
new file mode 100644
index 00000000..8ef3d6e8
--- /dev/null
+++ b/po/nb/man1/mktemp.1.po
@@ -0,0 +1,360 @@
+# Norwegian bokmål translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n 4.11.0\n"
+"POT-Creation-Date: 2024-02-15 18:04+0100\n"
+"PO-Revision-Date: 2021-09-03 20:09+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: Norwegian bokmål <>\n"
+"Language: nb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MKTEMP"
+msgstr "MKTEMP"
+
+#. type: TH
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "January 2024"
+msgstr "Januar 2024"
+
+#. type: TH
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "GNU coreutils 9.4"
+msgstr "GNU coreutils 9.4"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "User Commands"
+msgstr "Brukerkommandoer"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NAVN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "failed to create temporary file in %s"
+msgid "mktemp - create a temporary file or directory"
+msgstr "klarte ikke å lage midlertidig fil i %s"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "OVERSIKT"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<mktemp> [I<\\,OPTION\\/>]... [I<\\,TEMPLATE\\/>]"
+msgstr "B<mktemp> [I<\\,VALG\\/>]... [I<\\,MAL\\/>]"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "BESKRIVELSE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Create a temporary file or directory, safely, and print its name. TEMPLATE "
+"must contain at least 3 consecutive 'X's in last component. If TEMPLATE is "
+"not specified, use tmp.XXXXXXXXXX, and B<--tmpdir> is implied. Files are "
+"created u+rw, and directories u+rwx, minus umask restrictions."
+msgstr ""
+"Lag en midlertidig, trygg fil eller mappe, og skriv ut navnet på den. MAL må "
+"inneholde minst tre «X»-er på rad i siste komponent. Hvis MAL ikke velges, "
+"brukes «tmp.XXXXXXXXXX» som implisitt valg av B<--tmpdir>. Filer lages med "
+"u+rw, og mapper med u+rwx, fratrukket umask-restriksjoner."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-d>, B<--directory>"
+msgstr "B<-d>, B<--directory>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "create a directory, not a file"
+msgstr "Lag mappe i stedet for fil."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-u>, B<--dry-run>"
+msgstr "B<-u>, B<--dry-run>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not create anything; merely print a name (unsafe)"
+msgstr "Ikke lag noe, men bare skriv ut et navn (usikkert)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-q>, B<--quiet>"
+msgstr "B<-q>, B<--quiet>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "suppress diagnostics about file/dir-creation failure"
+msgstr ""
+"Ikke gi diagnotiske meldinger om feil ved oppretting av filer eller mapper."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--suffix>=I<\\,SUFF\\/>"
+msgstr "B<--suffix>=I<\\,SUFF\\/>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"append SUFF to TEMPLATE; SUFF must not contain a slash. This option is "
+"implied if TEMPLATE does not end in X"
+msgstr ""
+"Legg til SUFF i MAL. SUFF kan ikke inneholde skråstrek(er). Dette valget "
+"brukes implisitt hvis MAL ikke slutter på X."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-p> DIR, B<--tmpdir>[=I<\\,DIR\\/>]"
+msgstr "B<-p> DIR, B<--tmpdir>[=I<\\,MAPPE\\/>]"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"interpret TEMPLATE relative to DIR; if DIR is not specified, use $TMPDIR if "
+"set, else I<\\,/tmp\\/>. With this option, TEMPLATE must not be an absolute "
+"name; unlike with B<-t>, TEMPLATE may contain slashes, but mktemp creates "
+"only the final component"
+msgstr ""
+"Tolk MAL innenfor MAPPE. Hvis MAPPE ikke er angitt, brukes $TMPDIR hvis den "
+"har en verdi. Ellers brukes I<\\,/tmp\\/>. MAL kan ikke være et absolutt "
+"navn med dette valget. MAL kan inneholde skråstrek her, i motsetning til B<-"
+"t>, men mktemp lager bare den endelige komponenten."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<-t>"
+msgstr "B<-t>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"interpret TEMPLATE as a single file name component, relative to a directory: "
+"$TMPDIR, if set; else the directory specified via B<-p>; else I<\\,/tmp\\/> "
+"[deprecated]"
+msgstr ""
+"Tolk MAL som en enkeltfilkomponent, innenfor en mappe. Her brukes $TMPDIR "
+"hvis den har en verdi, evt. mappa som er gitt via B<-p>. Ellers brukes I<\\,/"
+"tmp\\/> [foreldet funksjon]."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--help>"
+msgstr "B<--help>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "display this help and exit"
+msgstr "Vis denne hjelpeteksten og avslutt."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--version>"
+msgstr "B<--version>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "output version information and exit"
+msgstr "Vis versjonsinformasjon og avslutt."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "AUTHOR"
+msgstr "OPPHAVSMANN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Written by Jim Meyering and Eric Blake."
+msgstr "Skrevet av Jim Meyering og Eric Blake."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "REPORTING BUGS"
+msgstr "RAPPORTERING AV FEIL"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>"
+msgstr ""
+"Få hjelp til bruk av GNU coreutils på nett: E<lt>https://www.gnu.org/"
+"software/coreutils/E<gt>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>"
+msgstr ""
+"Rapporter oversettelsesfeil til E<lt>https://translationproject.org/team/nb."
+"htmlE<gt>"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "COPYRIGHT"
+msgstr "OPPHAVSRETT"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+msgid ""
+"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+msgstr ""
+"Copyright \\(co 2023 Free Software Foundation, Inc. Lisens GPLv3+: GNU GPL "
+"versjon 3 eller senere E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This is free software: you are free to change and redistribute it. There is "
+"NO WARRANTY, to the extent permitted by law."
+msgstr ""
+"Dette er fri programvare. Du kan endre og dele den videre. Det stilles INGEN "
+"GARANTI, i den grad dette tillates av gjeldende lovverk."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "SE OGSÅ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, fuzzy
+#| msgid "mkstemp(3), mkdtemp(3), mktemp(3)"
+msgid "B<mkstemp>(3), B<mkdtemp>(3), B<mktemp>(3)"
+msgstr "B<mkstemp>(3), B<mkdtemp>(3), B<mktemp>(3)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Full documentation E<lt>https://www.gnu.org/software/coreutils/mktempE<gt>"
+msgstr ""
+"Fullstendig dokumentasjon: E<lt>https://www.gnu.org/software/coreutils/"
+"mktempE<gt>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "or available locally via: info \\(aq(coreutils) mktemp invocation\\(aq"
+msgstr "eller lokalt: info \\(aq(coreutils) mktemp invocation\\(aq"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "September 2022"
+msgstr "September 2022"
+
+#. type: TH
+#: debian-bookworm mageia-cauldron
+#, no-wrap
+msgid "GNU coreutils 9.1"
+msgstr "GNU coreutils 9.1"
+
+#. type: Plain text
+#: debian-bookworm mageia-cauldron
+msgid ""
+"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+msgstr ""
+"Copyright \\(co 2022 Free Software Foundation, Inc. Lisens GPLv3+: GNU GPL "
+"versjon 3 eller senere E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+
+#. type: TH
+#: mageia-cauldron
+#, no-wrap
+msgid "April 2022"
+msgstr "April 2022"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "October 2021"
+msgstr "Oktober 2021"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "GNU coreutils 8.32"
+msgstr "GNU coreutils 8.32"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+msgstr ""
+"Copyright \\(co 2020 Free Software Foundation, Inc. Lisens GPLv3+: GNU GPL "
+"versjon 3 eller senere E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "mkstemp(3), mkdtemp(3), mktemp(3)"
+msgstr "B<mkstemp>(3), B<mkdtemp>(3), B<mktemp>(3)"