diff options
Diffstat (limited to 'po/fi/man1/mv.1.po')
-rw-r--r-- | po/fi/man1/mv.1.po | 139 |
1 files changed, 102 insertions, 37 deletions
diff --git a/po/fi/man1/mv.1.po b/po/fi/man1/mv.1.po index ac8bd23f..8462ed14 100644 --- a/po/fi/man1/mv.1.po +++ b/po/fi/man1/mv.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-02-15 18:05+0100\n" +"POT-Creation-Date: 2024-05-01 15:46+0200\n" "PO-Revision-Date: 1998-04-10 11:01+0200\n" "Last-Translator: Jani Frilander <jani.frilander@mail.wwnet.fi>\n" "Language-Team: Finnish <>\n" @@ -23,16 +23,16 @@ msgid "MV" msgstr "MV" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable #, no-wrap -msgid "January 2024" -msgstr "Tammikuuta 2024" +msgid "March 2024" +msgstr "Maaliskuuta 2024" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed #, no-wrap -msgid "GNU coreutils 9.4" -msgstr "GNU coreutils 9.4" +msgid "GNU coreutils 9.5" +msgstr "GNU coreutils 9.5" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -129,17 +129,31 @@ msgid "like B<--backup> but does not accept an argument" msgstr "kuten B<--backup>, mutta ilman argumenttia" #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "B<--debug>" msgstr "B<--debug>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "explain how a file is copied. Implies B<-v>" msgstr "" #. type: TP +#: archlinux fedora-rawhide opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--message>" +msgid "B<--exchange>" +msgstr "B<--message>" + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "exchange source and destination" +msgstr "" + +#. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -187,14 +201,16 @@ msgid "" msgstr "" #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<-c, --nocopy>" msgid "B<--no-copy>" msgstr "B<-c, --nocopy>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy #| msgid "do not create any files" msgid "do not copy if renaming fails" @@ -253,28 +269,30 @@ msgid "treat DEST as a normal file" msgstr "käsittele KOHDE normaalina tiedostona" #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B<--hide>=I<\\,PATTERN\\/>" msgid "B<--update>[=I<\\,UPDATE\\/>]" msgstr "B<--hide>=I<\\,HAHMO\\/>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" -"control which existing files are updated; UPDATE={all,none,older(default)}. " -"See below" +"control which existing files are updated; UPDATE={all,none,none-fail," +"older(default)}." msgstr "" #. type: TP -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "B<-u>" msgstr "B<-u>" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed -msgid "equivalent to B<--update>[=I<\\,older\\/>]" +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "equivalent to B<--update>[=I<\\,older\\/>]. See below" msgstr "" #. type: TP @@ -330,16 +348,17 @@ msgid "output version information and exit" msgstr "näytä versiotiedot ja poistu" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" "UPDATE controls which existing files in the destination are replaced. " "\\&'all' is the default operation when an B<--update> option is not " "specified, and results in all existing files in the destination being " -"replaced. \\&'none' is similar to the B<--no-clobber> option, in that no " -"files in the destination are replaced, but also skipped files do not induce " -"a failure. \\&'older' is the default operation when B<--update> is " -"specified, and results in files being replaced if they're older than the " -"corresponding source file." +"replaced. \\&'none' is like the B<--no-clobber> option, in that no files in " +"the destination are replaced, and skipped files do not induce a failure. " +"\\&'none-fail' also ensures no files are replaced in the destination, but " +"any skipped files are diagnosed and induce a failure. \\&'older' is the " +"default operation when B<--update> is specified, and results in files being " +"replaced if they're older than the corresponding source file." msgstr "" #. type: Plain text @@ -456,12 +475,12 @@ msgid "COPYRIGHT" msgstr "TEKIJÄNOIKEUDET" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" -"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"Copyright \\(co 2024 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. Lisenssi GPLv3+: GNU " +"Copyright \\(co 2024 Free Software Foundation, Inc. Lisenssi GPLv3+: GNU " "GPL versio 3 tai myöhempi E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: Plain text @@ -507,19 +526,19 @@ msgid "September 2022" msgstr "Syyskuuta 2022" #. type: TH -#: debian-bookworm mageia-cauldron +#: debian-bookworm #, no-wrap msgid "GNU coreutils 9.1" msgstr "GNU coreutils 9.1" #. type: TP -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "B<-u>, B<--update>" msgstr "B<-u>, B<--update>" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "move only when the SOURCE file is newer than the destination file or when " "the destination file is missing" @@ -528,7 +547,7 @@ msgstr "" "kohdetiedosto puuttuu" #. type: Plain text -#: debian-bookworm mageia-cauldron +#: debian-bookworm 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>." @@ -537,16 +556,62 @@ msgstr "" "GPL versio 3 tai myöhempi E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: TH -#: mageia-cauldron +#: debian-unstable fedora-40 mageia-cauldron #, no-wrap -msgid "April 2022" -msgstr "Huhtikuuta 2022" +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"control which existing files are updated; UPDATE={all,none,older(default)}. " +"See below" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "equivalent to B<--update>[=I<\\,older\\/>]" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"UPDATE controls which existing files in the destination are replaced. " +"\\&'all' is the default operation when an B<--update> option is not " +"specified, and results in all existing files in the destination being " +"replaced. \\&'none' is similar to the B<--no-clobber> option, in that no " +"files in the destination are replaced, but also skipped files do not induce " +"a failure. \\&'older' is the default operation when B<--update> is " +"specified, and results in files being replaced if they're older than the " +"corresponding source file." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +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. Lisenssi GPLv3+: GNU " +"GPL versio 3 tai myöhempi E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: TH -#: opensuse-leap-15-6 +#: fedora-40 opensuse-leap-15-6 +#, no-wrap +msgid "January 2024" +msgstr "Tammikuuta 2024" + +#. type: TH +#: fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "April 2024" +msgstr "Huhtikuuta 2024" + +#. type: TH +#: mageia-cauldron #, no-wrap -msgid "October 2021" -msgstr "Lokakuuta 2021" +msgid "August 2023" +msgstr "Elokuu 2023" #. type: TH #: opensuse-leap-15-6 |