new: implement PULL command, add join functions

This commit is contained in:
ngn
2024-07-01 06:43:20 +03:00
parent 5513abb371
commit 3c603fef22
37 changed files with 791 additions and 338 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-28 23:08+0300\n"
"POT-Creation-Date: 2024-07-01 06:41+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"
@ -152,7 +152,7 @@ msgid "host port not specified"
msgstr ""
#: src/error.c:45
msgid "failed to parse pool info"
msgid "pool info is badly formatted or is not complete"
msgstr ""
#: src/error.c:46
@ -255,3 +255,32 @@ msgstr ""
#: src/error.c:70
msgid "pool did not respond ping with pong"
msgstr ""
#: src/error.c:71
msgid "package file and directory paths are empty"
msgstr ""
#: src/error.c:72
msgid "failed to to open target file for sending"
msgstr ""
#: src/error.c:73
msgid "failed to to delete target file for receiving"
msgstr ""
#: src/error.c:74
msgid "failed to to open target file for receiving"
msgstr ""
#: src/error.c:75
msgid "got a bad response code for receiving the target file"
msgstr ""
#: src/error.c:76
msgid "failed to write to the target file for receiving"
msgstr ""
#: src/error.c:77
#, fuzzy
msgid "package not found"
msgstr "URL hostname is too large"