update: better package database

This commit is contained in:
ngn
2024-08-15 02:16:16 +03:00
parent e0f0dec222
commit 472cb9004e
11 changed files with 424 additions and 371 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-11 01:42+0300\n"
"POT-Creation-Date: 2024-08-15 02:14+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"
@ -352,23 +352,27 @@ msgid "pool directory sub-paths are not accessible"
msgstr ""
#: src/error.c:100
msgid "package file list not found in the database"
msgid "file list not found for the package"
msgstr ""
#: src/error.c:101
msgid "failed to open package file list in the database"
#, c-format
msgid "failed to rename the file list for the package: %s"
msgstr ""
#: src/error.c:102
msgid "failed to access package file list database directory"
#, c-format
msgid "failed to open the package file list: %s"
msgstr ""
#: src/error.c:103
msgid "failed to remove package file list from the database"
#, c-format
msgid "failed to open the database directory: %s"
msgstr ""
#: src/error.c:104
msgid "failed to write to the file list in the database"
#, c-format
msgid "failed to remove package file list: %s"
msgstr ""
#: src/error.c:105