diff options
Diffstat (limited to 'po/fi.po')
| -rw-r--r-- | po/fi.po | 161 |
1 files changed, 150 insertions, 11 deletions
@@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-05-19 18:28+0200\n" +"POT-Creation-Date: 2025-09-26 16:56+0000\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -1285,6 +1285,34 @@ msgstr "" msgid "External planner failed without a proper error message" msgstr "" +#: apt-pkg/history.cc +#, c-format +msgid "Unknown flag: %s" +msgstr "" + +#: apt-pkg/history.cc +#, fuzzy, c-format +msgid "Cannot find history files: %s" +msgstr "Tiedostoa %s ei voitu avata" + +#: apt-pkg/history.cc +#, fuzzy, c-format +#| msgid "Could not open file %s" +msgid "Could not open file: %s" +msgstr "Tiedostoa %s ei voitu avata" + +#: apt-pkg/history.cc +#, fuzzy, c-format +#| msgid "Could not open file %s" +msgid "Could not parse file: %s" +msgstr "Tiedostoa %s ei voitu avata" + +#: apt-pkg/history.cc +#, fuzzy, c-format +#| msgid "Could not open file %s" +msgid "Could not close file: %s" +msgstr "Tiedostoa %s ei voitu avata" + #: apt-pkg/indexcopy.cc #, c-format msgid "Wrote %i records.\n" @@ -1803,6 +1831,118 @@ msgstr "Kansiossa %s ei ole riittävästi vapaata tilaa." msgid "Unable to lock the download directory" msgstr "Noutokansiota ei saatu lukittua" +#: apt-private/private-history.cc +#, fuzzy +#| msgid "Installing %s" +msgid "Install" +msgstr "Asennetaan %s" + +#: apt-private/private-history.cc +#, fuzzy +msgid "Reinstall" +msgstr " [Asennettu]" + +#: apt-private/private-history.cc +msgid "Upgrade" +msgstr "" + +#: apt-private/private-history.cc +#, fuzzy +#| msgid "%lu downgraded, " +msgid "Downgrade" +msgstr "%lu varhennettua, " + +#: apt-private/private-history.cc +#, fuzzy +#| msgid "Removed %s" +msgid "Remove" +msgstr "%s poistettu" + +#: apt-private/private-history.cc +msgid "Purge" +msgstr "" + +#: apt-private/private-history.cc +msgid "Undefined" +msgstr "" + +#: apt-private/private-history.cc +msgid "ID" +msgstr "" + +#: apt-private/private-history.cc +msgid "Command line" +msgstr "" + +#. NOTE: if date format is different, +#. this width needs to change +#: apt-private/private-history.cc +msgid "Date and Time" +msgstr "" + +#. width for datestring +#: apt-private/private-history.cc +msgid "Action" +msgstr "" + +#. 9 chars longest action type +#: apt-private/private-history.cc +msgid "Changes" +msgstr "" + +#: apt-private/private-history.cc +#, fuzzy +msgid "automatic" +msgstr " [Asennettu]" + +#: apt-private/private-history.cc +msgid "Transaction ID" +msgstr "" + +#: apt-private/private-history.cc +msgid "Start time" +msgstr "" + +#: apt-private/private-history.cc +msgid "End time" +msgstr "" + +#: apt-private/private-history.cc +msgid "Requested by" +msgstr "" + +#: apt-private/private-history.cc +msgid "Error" +msgstr "" + +#: apt-private/private-history.cc +msgid "Comment" +msgstr "" + +#. For each performed action, print what it did to each package +#: apt-private/private-history.cc +#, fuzzy +#| msgid "No packages found" +msgid "Packages changed" +msgstr "Yhtään pakettia ei löytynyt" + +#: apt-private/private-history.cc +#, fuzzy, c-format +#| msgid "Could not resolve '%s'" +msgid "Could not read: %s" +msgstr "Nimeä \"%s\" ei voitu selvittää" + +#: apt-private/private-history.cc +#, fuzzy, c-format +#| msgid "%s not a valid DEB package." +msgid "'%s' not a valid ID." +msgstr "%s ei kelpaa DEB-paketiksi." + +#: apt-private/private-history.cc +#, c-format +msgid "Transaction ID '%ld' out of bounds." +msgstr "" + #: apt-private/private-install.cc msgid "" "Some packages could not be installed. This may mean that you have\n" @@ -3287,6 +3427,15 @@ msgstr "" msgid "upgrade the system by removing/installing/upgrading packages" msgstr "" +#. history stuff +#: cmdline/apt.cc +msgid "show list of history" +msgstr "" + +#: cmdline/apt.cc +msgid "show info on specific transactions" +msgstr "" + #. misc #: cmdline/apt.cc #, fuzzy @@ -4099,9 +4248,6 @@ msgstr "" #~ msgid "Unable to change to %s" #~ msgstr "Kansioon %s vaihto ei onnistu" -#~ msgid "Removed %s" -#~ msgstr "%s poistettu" - #~ msgid "Package file %s is out of sync." #~ msgstr "Pakettitiedosto %s ei ole ajan tasalla." @@ -4112,10 +4258,6 @@ msgstr "" #~ "kenttää." #, fuzzy -#~ msgid "Can not read mirror file '%s'" -#~ msgstr "Tiedostoa %s ei voitu avata" - -#, fuzzy #~ msgid "No entry found in mirror file '%s'" #~ msgstr "Tiedostoa %s ei voitu avata" @@ -4385,9 +4527,6 @@ msgstr "" #~ msgid "Internal error, Upgrade broke stuff" #~ msgstr "Sisäinen virhe, AllUpgrade rikkoi jotain" -#~ msgid "%s not a valid DEB package." -#~ msgstr "%s ei kelpaa DEB-paketiksi." - #~ msgid "" #~ "Using CD-ROM mount point %s\n" #~ "Mounting CD-ROM\n" |
