diff options
Diffstat (limited to 'po/apt-all.pot')
| -rw-r--r-- | po/apt-all.pot | 138 |
1 files changed, 136 insertions, 2 deletions
diff --git a/po/apt-all.pot b/po/apt-all.pot index dcffe49bc..d5ab3f9ea 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 3.1.5\n" +"Project-Id-Version: apt 3.1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-08-26 19:03+0000\n" +"POT-Creation-Date: 2025-09-26 16:56+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1259,6 +1259,31 @@ 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 +#, c-format +msgid "Cannot find history files: %s" +msgstr "" + +#: apt-pkg/history.cc +#, c-format +msgid "Could not open file: %s" +msgstr "" + +#: apt-pkg/history.cc +#, c-format +msgid "Could not parse file: %s" +msgstr "" + +#: apt-pkg/history.cc +#, c-format +msgid "Could not close file: %s" +msgstr "" + #: apt-pkg/indexcopy.cc #, c-format msgid "Wrote %i records.\n" @@ -1754,6 +1779,106 @@ msgstr "" msgid "Unable to lock the download directory" msgstr "" +#: apt-private/private-history.cc +msgid "Install" +msgstr "" + +#: apt-private/private-history.cc +msgid "Reinstall" +msgstr "" + +#: apt-private/private-history.cc +msgid "Upgrade" +msgstr "" + +#: apt-private/private-history.cc +msgid "Downgrade" +msgstr "" + +#: apt-private/private-history.cc +msgid "Remove" +msgstr "" + +#: 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 +msgid "automatic" +msgstr "" + +#: 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 +msgid "Packages changed" +msgstr "" + +#: apt-private/private-history.cc +#, c-format +msgid "Could not read: %s" +msgstr "" + +#: apt-private/private-history.cc +#, c-format +msgid "'%s' not a valid ID." +msgstr "" + +#: 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" @@ -3120,6 +3245,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 msgid "edit the source information file" |
