diff options
Diffstat (limited to 'po/fi/man8/rmmod.8.po')
-rw-r--r-- | po/fi/man8/rmmod.8.po | 234 |
1 files changed, 234 insertions, 0 deletions
diff --git a/po/fi/man8/rmmod.8.po b/po/fi/man8/rmmod.8.po new file mode 100644 index 00000000..902dc501 --- /dev/null +++ b/po/fi/man8/rmmod.8.po @@ -0,0 +1,234 @@ +# Finnish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Sami Kuhmonen <sami@iqs.fi>, 1998. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.11.0\n" +"POT-Creation-Date: 2024-03-01 17:06+0100\n" +"PO-Revision-Date: 1998-09-03 20:09+0200\n" +"Last-Translator: Sami Kuhmonen <sami@iqs.fi>\n" +"Language-Team: Finnish <>\n" +"Language: fi\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 "RMMOD" +msgstr "RMMOD" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "06/30/2022" +msgid "02/09/2023" +msgstr "30. kesäkuuta 2022" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "kmod" +msgstr "kmod" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "rmmod" +msgstr "rmmod" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NIMI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "rmmod - Simple program to remove a module from the Linux Kernel" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "YLEISKATSAUS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<rmmod> [B<-f>] [B<-s>] [B<-v>] [I<modulename>]" +msgstr "B<rmmod> [B<-f>] [B<-s>] [B<-v>] [I<modulin_nimi>]" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "KUVAUS" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"B<rmmod> is a trivial program to remove a module (when module unloading " +"support is provided) from the kernel\\&. Most users will want to use " +"B<modprobe>(8) with the B<-r> option instead since it removes unused " +"dependent modules as well\\&." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "VALITSIMET" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-v>, B<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print messages about what the program is doing\\&. Usually B<rmmod> prints " +"messages only if something goes wrong\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-f>, B<--force>" +msgstr "B<-f>, B<--force>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option can be extremely dangerous: it has no effect unless " +"CONFIG_MODULE_FORCE_UNLOAD was set when the kernel was compiled\\&. With " +"this option, you can remove modules which are being used, or which are not " +"designed to be removed, or have been marked as unsafe (see B<lsmod>(8))\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-s>, B<--syslog>" +msgstr "B<-s>, B<--syslog>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +msgid "Send errors to syslog instead of standard error\\&." +msgstr "Ohjaa tulosteen B<syslog>(3) :iin eikä terminaaliin." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-V> B<--version>" +msgstr "B<-V> B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "output version information and exit" +msgid "Show version of program and exit\\&." +msgstr "näytä versiotiedot ja poistu" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "TEKIJÄNOIKEUDET" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This manual page originally Copyright 2002, Rusty Russell, IBM " +"Corporation\\&. Maintained by Jon Masters and others\\&." +msgstr "" + +#. 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 "KATSO MYÖS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<modprobe>(8), B<insmod>(8), B<lsmod>(8), B<modinfo>(8) B<depmod>(8)" +msgstr "B<modprobe>(8), B<insmod>(8), B<lsmod>(8), B<modinfo>(8) B<depmod>(8)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHORS" +msgstr "TEKIJÄT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" +msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Developer" +msgstr "Kehittäjä" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<Lucas De Marchi> E<lt>\\&lucas\\&.de\\&.marchi@gmail\\&.com\\&E<gt>" +msgstr "B<Lucas De Marchi> E<lt>\\&lucas\\&.de\\&.marchi@gmail\\&.com\\&E<gt>" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "12/10/2022" +msgstr "10. joulukuuta 2022" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<rmmod> is a trivial program to remove a module (when module unloading " +"support is provided) from the kernel\\&. Most users will want to use " +"B<modprobe>(8) with the B<-r> option instead\\&." +msgstr "" + +#. type: TH +#: debian-unstable +#, fuzzy, no-wrap +#| msgid "06/30/2022" +msgid "02/13/2024" +msgstr "30. kesäkuuta 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "01/29/2021" +msgstr "29. tammikuuta 2021" |