new: first database functions

This commit is contained in:
ngn
2024-07-02 04:44:07 +03:00
parent f50e5c42b4
commit 16992760ad
25 changed files with 693 additions and 197 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-01 06:41+0300\n"
"POT-Creation-Date: 2024-07-02 03:53+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"
@ -284,3 +284,63 @@ msgstr ""
#, fuzzy
msgid "package not found"
msgstr "URL hostname is too large"
#: src/error.c:78
msgid "failed to access to the database file/directory"
msgstr ""
#: src/error.c:79
msgid "failed to open SQLite database"
msgstr ""
#: src/error.c:80
msgid "failed to create table in SQLite database"
msgstr ""
#: src/error.c:81
msgid "failed to prepare statement for SQLite database"
msgstr ""
#: src/error.c:82
msgid "failed to insert to the table in SQLite database"
msgstr ""
#: src/error.c:83
msgid "failed to init GPG for package verification"
msgstr ""
#: src/error.c:84
msgid "failed to import signature to GPG for package verification"
msgstr ""
#: src/error.c:85
msgid "failed to import archive to GPG for package verification"
msgstr ""
#: src/error.c:86
msgid "package signature verification failed with zero matches"
msgstr ""
#: src/error.c:87
msgid "package signature verification failed with zero results"
msgstr ""
#: src/error.c:88
msgid "pool file and directory paths are empty"
msgstr ""
#: src/error.c:89
msgid "pool is not avaliable for connection"
msgstr ""
#: src/error.c:90
msgid "pool URL is empty or invalid"
msgstr ""
#: src/error.c:91
msgid "pool directory path is not accessible"
msgstr ""
#: src/error.c:92
msgid "pool directory sub-paths are not accessible"
msgstr ""