implement mptp send/receive
This commit is contained in:
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-20 20:00+0300\n"
|
||||
"POT-Creation-Date: 2024-06-21 04:42+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"
|
||||
@ -65,3 +65,48 @@ msgstr "URL tamamlanmamış"
|
||||
#: src/error.c:24
|
||||
msgid "pool does not support the specified protocol"
|
||||
msgstr "pool does not support the specified protocol"
|
||||
|
||||
#: src/error.c:25
|
||||
msgid "unsupported MPTP version"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:26
|
||||
msgid "invalid MPTP request/response code"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:27
|
||||
msgid "invalid MPTP URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:28
|
||||
msgid "failed to resolve hostname for MPTP communication"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:29
|
||||
msgid "failed to create a MPTP socket"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:30
|
||||
msgid "failed to connect to the MPTP host"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:31
|
||||
msgid "failed receive MPTP data from host"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:32
|
||||
msgid "failed send MPTP data to host"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:33
|
||||
#, fuzzy
|
||||
msgid "MPTP data chunk is too large"
|
||||
msgstr "URL path is too large"
|
||||
|
||||
#: src/error.c:34
|
||||
msgid "failed to set MPTP socket options"
|
||||
msgstr ""
|
||||
|
||||
#: src/error.c:35
|
||||
msgid "MPTP connection timed out"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user