new: implement pool info for client/server

This commit is contained in:
ngn
2024-06-27 23:05:39 +03:00
parent 6ef1bf0b12
commit 6c2f34e8d5
21 changed files with 611 additions and 152 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-26 22:32+0300\n"
"POT-Creation-Date: 2024-06-27 23:02+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"
@ -182,3 +182,60 @@ msgstr ""
#: src/error.c:52
msgid "failed to open extracted pool list directory"
msgstr ""
#: src/error.c:53
msgid "failed to read access the pool list file"
msgstr ""
#: src/error.c:54
msgid "failed to read access the pool info file"
msgstr ""
#: src/error.c:55
msgid "failed to parse package data"
msgstr ""
#: src/error.c:56
#, fuzzy
msgid "package name is invalid"
msgstr "URL hostname is too large"
#: src/error.c:57
msgid "data path is not set with in the ctx"
msgstr ""
#: src/error.c:58
msgid "specified temp path does not exist"
msgstr ""
#: src/error.c:59
msgid "specified temp path is not a directory"
msgstr ""
#: src/error.c:60
msgid "specified temp directory does not have write access"
msgstr ""
#: src/error.c:61
msgid "specified root path does not exist"
msgstr ""
#: src/error.c:62
msgid "specified root path is not a directory"
msgstr ""
#: src/error.c:63
msgid "specified root directory does not have write access"
msgstr ""
#: src/error.c:64
msgid "specified data path does not exist"
msgstr ""
#: src/error.c:65
msgid "specified data path is not a directory"
msgstr ""
#: src/error.c:66
msgid "failed to create specified data directory"
msgstr ""