new: add remove operation

This commit is contained in:
ngn
2024-07-08 05:47:13 +03:00
parent 93eb7bb8b4
commit 1d5880cfa6
11 changed files with 486 additions and 81 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-06 04:13+0300\n"
"POT-Creation-Date: 2024-07-08 05:46+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"
@ -480,3 +480,52 @@ msgstr ""
#: src/error.c:134
msgid "target file is not fully received"
msgstr ""
#: src/error.c:135
msgid "failed to stat for target extract archive"
msgstr ""
#: src/error.c:136
#, c-format
msgid "failed to add package file (%s) to the database: %s"
msgstr ""
#: src/error.c:137
#, c-format
msgid "failed to extract package files: %s"
msgstr ""
#: src/error.c:138
#, c-format
msgid "failed to add package to the database: %s"
msgstr ""
#: src/error.c:139
#, fuzzy
msgid "package is already installed"
msgstr "URL hostname is too large"
#: src/error.c:140
#, fuzzy
msgid "package is not installed"
msgstr "URL hostname is too large"
#: src/error.c:141
#, c-format
msgid "failed to remove package file (%s): %s"
msgstr ""
#: src/error.c:142
#, c-format
msgid "failed to remove package from the database: %s"
msgstr ""
#: src/error.c:143
#, c-format
msgid "failed to remove package files from the database: %s"
msgstr ""
#: src/error.c:144
#, c-format
msgid "failed to remove changes file for package: %s"
msgstr ""