new: implement database keeps and files functions

This commit is contained in:
ngn
2024-07-03 03:40:52 +03:00
parent 17a073838d
commit 43cf7d26c8
14 changed files with 461 additions and 32 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-02 03:53+0300\n"
"POT-Creation-Date: 2024-07-03 03:40+0300\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"
@ -306,41 +306,81 @@ msgid "failed to insert to the table in SQLite database"
msgstr ""
#: src/error.c:83
msgid "failed to init GPG for package verification"
msgid "failed to find entry in SQLite database"
msgstr ""
#: src/error.c:84
msgid "failed to import signature to GPG for package verification"
msgid "failed to init GPG for package verification"
msgstr ""
#: src/error.c:85
msgid "failed to import archive to GPG for package verification"
msgid "failed to import signature to GPG for package verification"
msgstr ""
#: src/error.c:86
msgid "package signature verification failed with zero matches"
msgid "failed to import archive to GPG for package verification"
msgstr ""
#: src/error.c:87
msgid "package signature verification failed with zero results"
msgid "package signature verification failed with zero matches"
msgstr ""
#: src/error.c:88
msgid "pool file and directory paths are empty"
msgid "package signature verification failed with zero results"
msgstr ""
#: src/error.c:89
msgid "pool is not avaliable for connection"
msgid "pool file and directory paths are empty"
msgstr ""
#: src/error.c:90
msgid "pool URL is empty or invalid"
msgid "pool is not avaliable for connection"
msgstr ""
#: src/error.c:91
msgid "pool directory path is not accessible"
msgid "pool URL is empty or invalid"
msgstr ""
#: src/error.c:92
msgid "pool directory path is not accessible"
msgstr ""
#: src/error.c:93
msgid "pool directory sub-paths are not accessible"
msgstr ""
#: src/error.c:94
msgid "package file list not found in the database"
msgstr ""
#: src/error.c:95
msgid "failed to open package file list in the database"
msgstr ""
#: src/error.c:96
msgid "failed to access package file list database directory"
msgstr ""
#: src/error.c:97
msgid "failed to remove package file list from the database"
msgstr ""
#: src/error.c:98
msgid "failed to write to the file list in the database"
msgstr ""
#: src/error.c:99
msgid "package keep list not found in the database"
msgstr ""
#: src/error.c:100
msgid "failed to open package keep list in the database"
msgstr ""
#: src/error.c:101
msgid "failed to access package keep list database directory"
msgstr ""
#: src/error.c:102
msgid "failed to remove package keep list from the database"
msgstr ""