add clean cache feature in preferences (as paccache frontend)

This commit is contained in:
guinux
2016-08-25 12:33:16 +02:00
parent eb57d65876
commit 412d1f9a02
6 changed files with 192 additions and 26 deletions

View File

@@ -13,7 +13,6 @@
../resources/progress_dialog.ui
../resources/history_dialog.ui
../resources/transaction_sum_dialog.ui
../resources/choose_dep_dialog.ui
../resources/manager_window.ui
../resources/updater_window.ui
../resources/preferences_dialog.ui

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"POT-Creation-Date: 2015-08-20 11:53+0200\n"
"POT-Creation-Date: 2016-04-24 08:44+0200\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"
@@ -25,6 +25,10 @@ msgstr ""
msgid "Failed to initialize alpm library"
msgstr ""
#: ../src/daemon.vala ../src/transaction.vala
msgid "Authentication failed"
msgstr ""
#: ../src/daemon.vala
msgid "Failed to synchronize any databases"
msgstr ""
@@ -101,10 +105,6 @@ msgstr ""
msgid "%s is invalid or corrupted"
msgstr ""
#: ../src/daemon.vala ../src/transaction.vala
msgid "Authentication failed"
msgstr ""
#: ../src/daemon.vala
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
@@ -325,7 +325,7 @@ msgstr ""
msgid "Warning"
msgstr ""
#: ../src/transaction.vala
#: ../src/transaction.vala ../resources/progress_dialog.ui
msgid "_Close"
msgstr ""
@@ -518,8 +518,7 @@ msgstr ""
msgid "Install Local Packages"
msgstr ""
#: ../src/manager_window.vala ../resources/progress_dialog.ui
#: ../resources/transaction_sum_dialog.ui ../resources/choose_dep_dialog.ui
#: ../src/manager_window.vala ../resources/transaction_sum_dialog.ui
#: ../resources/manager_window.ui ../resources/updater_window.ui
#: ../resources/choose_ignorepkgs_dialog.ui
msgid "_Cancel"
@@ -553,7 +552,7 @@ msgstr ""
msgid "Choose a Provider"
msgstr ""
#: ../resources/choose_provider_dialog.ui ../resources/choose_dep_dialog.ui
#: ../resources/choose_provider_dialog.ui
#: ../resources/choose_ignorepkgs_dialog.ui
msgid "Choose"
msgstr ""
@@ -562,10 +561,6 @@ msgstr ""
msgid "Progress"
msgstr ""
#: ../resources/progress_dialog.ui
msgid "_Hide"
msgstr ""
#: ../resources/history_dialog.ui
msgid "Pamac History"
msgstr ""
@@ -578,10 +573,6 @@ msgstr ""
msgid "Commit"
msgstr ""
#: ../resources/choose_dep_dialog.ui
msgid "Choose Optional Dependencies"
msgstr ""
#: ../resources/manager_window.ui ../resources/updater_window.ui
msgid "Refresh databases"
msgstr ""
@@ -724,6 +715,22 @@ msgstr ""
msgid "Do not ask for confirmation when building packages"
msgstr ""
#: ../resources/preferences_dialog.ui
msgid "Number of each package to keep in the cache:"
msgstr ""
#: ../resources/preferences_dialog.ui
msgid "Only remove uninstalled packages"
msgstr ""
#: ../resources/preferences_dialog.ui
msgid "Clean cache"
msgstr ""
#: ../resources/preferences_dialog.ui
msgid "Cache"
msgstr ""
#: ../resources/choose_ignorepkgs_dialog.ui
msgid "Choose Ignored Upgrades"
msgstr ""