1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Petr Písař
3 # This file is distributed under the same license as the libisds package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: libisds 0.11.2\n"
10 "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n"
11 "POT-Creation-Date: 2022-04-03 17:10+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21 #: src/crypto_gpg.c:26
22 msgid "Could not check gcrypt version\n"
25 #: src/crypto_gpg.c:39
27 msgid "gcrypt version in use: %s\n"
30 #: src/crypto_gpg.c:60 src/crypto_openssl.c:71
33 "Data hash requested, length=%zu, content:\n"
35 "End of data to hash\n"
38 #: src/crypto_gpg.c:101
39 msgid "GPGME initialization failed\n"
42 #: src/crypto_gpg.c:105
44 msgid "GPGME version in use: %s\n"
47 #: src/crypto_gpg.c:116
48 msgid "GPGME does not support CMS\n"
51 #: src/crypto_gpg.c:127
53 msgid "GPGME compiled without support for protocol %s\n"
56 #: src/crypto_gpg.c:132
58 msgid "Engine %s not installed properly\n"
61 #: src/crypto_gpg.c:136
63 msgid "Engine %s version %s installed, but at least version %s required\n"
66 #: src/crypto_gpg.c:141
68 msgid "Unknown problem with engine for protocol %s\n"
71 #: src/crypto_gpg.c:159
72 msgid "gpg-error library initialization failed\n"
75 #: src/crypto_gpg.c:166
76 msgid "GPGME library initialization failed\n"
79 #: src/crypto_gpg.c:173
80 msgid "gcrypt library initialization failed\n"
83 #: src/crypto_gpg.c:220
84 msgid "Could not allocate CMS parser handler"
87 #: src/crypto_gpg.c:225
88 msgid "Could not allocate CMS reader"
91 #: src/crypto_gpg.c:231 src/crypto_gpg.c:242
92 msgid "Could not bind CMS reader to PKCS#7 structure"
95 #: src/crypto_gpg.c:236
96 msgid "Could not allocate CMS writer"
99 #: src/crypto_gpg.c:248
100 msgid "Could not register CMS reader to CMS handler"
103 #: src/crypto_gpg.c:265
105 msgid "Error while parsing PKCS#7 structure: %s"
108 #: src/crypto_gpg.c:270
109 msgid "CMS: Data beginning found\n"
112 #: src/crypto_gpg.c:275
116 #: src/crypto_gpg.c:276
120 #: src/crypto_gpg.c:277
124 #: src/crypto_gpg.c:279
125 msgid "encrypted data by session key"
128 #: src/crypto_gpg.c:280
132 #: src/crypto_gpg.c:281
133 msgid "encrypted data"
136 #: src/crypto_gpg.c:282
140 #: src/crypto_gpg.c:283
144 #: src/crypto_gpg.c:285
146 msgid "CMS: Data type: %s\n"
149 #: src/crypto_gpg.c:288
150 msgid "CMS: Data end found\n"
153 #: src/crypto_gpg.c:294
154 msgid "Getting CMS writer buffer failed"
157 #: src/crypto_gpg.c:324
159 msgid "Could not create GPGME context: %s"
162 #: src/crypto_gpg.c:328
164 msgid "Could not set CMS protocol for GPGME context: %s"
167 #: src/crypto_gpg.c:332
169 msgid "Could not create data handler for signed message in CMS structure: %s"
172 #: src/crypto_gpg.c:335
175 "Could not explain to GPGME that CMS structure was packed in DER binary "
179 #: src/crypto_gpg.c:339
182 "Could not create data handler for plain message extracted from CMS "
186 #: src/crypto_gpg.c:347
188 msgid "CMS verification failed: %s"
191 #: src/crypto_gpg.c:361
192 msgid "Could not get plain data from GPGME after verifying CMS structure"
195 #: src/crypto_openssl.c:174
196 msgid "Creating CMS reader BIO failed"
199 #: src/crypto_openssl.c:188
200 msgid "Cannot parse CMS"
203 #: src/isds.c:25 src/isds.c:26 src/isds.c:27 src/isds.c:28
208 msgid "CURL library initialization failed\n"
212 msgid "Initialization of cryptographic back-end failed\n"
216 msgid "expat library initialization failed\n"
221 msgid "%s (%s, GPGME %s, gcrypt %s, %s, libxml2 %s)"
226 msgid "%s (%s, %s, %s, libxml2 %s)"
231 msgid "%s (GPGME %s, gcrypt %s, %s, libxml2 %s)"
236 msgid "%s (%s, %s, libxml2 %s)"
244 msgid "Unspecified error"
248 msgid "Not supported"
252 msgid "Invalid value"
256 msgid "Invalid context"
260 msgid "Not logged in"
264 msgid "Connection closed"
276 msgid "Out of memory"
280 msgid "Network problem"
296 msgid "ISDS server problem"
300 msgid "Invalid enum value"
304 msgid "Invalid date value"
316 msgid "Value not unique"
320 msgid "Values not equal"
324 msgid "Some suboperations failed"
328 msgid "Operation aborted"
332 msgid "Security problem"
336 msgid "Unknown error"
340 msgid "Curl library does not support CRL definition"
344 msgid "Selected authentication method: no certificate, username and password\n"
348 msgid "Both username and password must be supplied"
351 #: src/isds.c:1384 src/isds.c:5866
352 msgid "Selected authentication method: HMAC-based one-time password\n"
355 #: src/isds.c:1391 src/isds.c:5872
356 msgid "Selected authentication method: Time-based one-time password\n"
359 #: src/isds.c:1395 src/isds.c:5877
361 "OTP code has not been provided by application, requesting server for new "
365 #: src/isds.c:1403 src/isds.c:5887
367 "OTP code has been provided by application, not requesting server for new "
371 #: src/isds.c:1413 src/isds.c:5894
373 "Unknown one-time password authentication method requested by application"
378 "Selected authentication method: system certificate, no username and no "
384 "Selected authentication method: system certificate, box ID and no password\n"
389 "Selected authentication method: commercial certificate, username and "
393 #: src/isds.c:1457 src/isds.c:1617
394 msgid "Could not build ISDS log-in request"
397 #: src/isds.c:1462 src/isds.c:1622 src/isds.c:1744 src/isds.c:1814
398 #: src/isds.c:1933 src/isds.c:5131 src/isds.c:5576 src/isds.c:5852
399 #: src/isds.c:6346 src/isds.c:6571 src/isds.c:6682 src/isds.c:6769
400 #: src/isds.c:6922 src/isds.c:6992 src/isds.c:7117 src/isds.c:7219
401 #: src/isds.c:7361 src/isds.c:7469 src/isds.c:7928 src/isds.c:8143
402 #: src/isds.c:8359 src/isds.c:8688 src/isds.c:8950 src/isds.c:9038
403 #: src/isds.c:9277 src/isds.c:9493 src/isds.c:9746 src/isds.c:10067
404 #: src/isds.c:10232 src/isds.c:11645 src/isds.c:12152 src/isds.c:12297
405 msgid "Could not create ISDS name space"
408 #: src/isds.c:1476 src/isds.c:1636
410 msgid "Logging user %s into server %s\n"
413 #: src/isds.c:1518 src/isds.c:1678
415 msgid "User %s has been logged into server %s successfully\n"
419 msgid "Selected authentication method: username and mobile key\n"
423 msgid "Logged out from ISDS server\n"
427 msgid "Could build ISDS dummy request"
431 msgid "Pinging ISDS server\n"
435 msgid "ISDS server could not be contacted\n"
439 msgid "ISDS server alive\n"
443 msgid "I said connection closed"
447 msgid "Could build ISDS bogus request"
451 msgid "Sending bogus request to ISDS\n"
455 msgid "Processing ISDS response on bogus request failed\n"
459 msgid "ISDS response on bogus request is missing status\n"
464 msgid "Server refused bogus request (code=%s, message=%s)\n"
468 msgid "Bogus message accepted by server. This should not happen.\n"
472 msgid "Could not build temporary document"
476 msgid "Could not copy subtree"
479 #: src/isds.c:1943 src/isds.c:2020 src/isds.c:2088
480 msgid "Could not create xmlBuffer"
483 #: src/isds.c:1950 src/isds.c:2103 src/soap.c:1230
484 msgid "Could not create XML serializer"
487 #: src/isds.c:1959 src/isds.c:2126
488 msgid "Could not serialize XML subtree"
492 msgid "Could not dump XML node"
496 msgid "Could not disable attribute escaping"
501 msgid "Invalid message status value: %lu"
506 msgid "Unknown delivery info event prefix: %s\n"
511 msgid "Multiple %s element"
514 #: src/isds.c:2781 src/isds.c:2812
516 msgid "%s value is not valid boolean: %s"
521 msgid "%s element is empty"
524 #: src/isds.c:2836 src/isds.c:2881
526 msgid "%s is not valid integer: %s"
529 #: src/isds.c:2847 src/isds.c:2892
531 msgid "%s value out of range of long int: %s"
536 msgid "%s value is negative: %ld"
541 msgid "Invalid %s value: %s"
546 msgid "Could not extract required %s attribute value from %s element"
549 #: src/isds.c:2971 src/isds.c:3073
551 msgid "Could not add %s child to %s element"
556 msgid "Could not add %s attribute to %s element"
561 msgid "%s has more than %d characters"
562 msgid_plural "%s has more than %d characters"
568 msgid "%s has less than %d characters"
569 msgid_plural "%s has less than %d characters"
575 msgid "%s element does not contain %s child"
580 msgid "%s element contains multiple %s children"
585 msgid "Invalid isds:biDate value: %s"
588 #: src/isds.c:3310 src/isds.c:7730
590 msgid "Unknown isds:dbType: %s"
595 msgid "Invalid dbType value: %d"
598 #: src/isds.c:3505 src/isds.c:11474
600 msgid "Unknown isds:userType value: %s"
605 msgid "Invalid userType value: %d"
610 msgid "Unknown isds:PDZType value: %s"
615 msgid "Could not convert PDZExpire as ISO time: %s"
620 msgid "Could not convert ciEventTime as ISO time: %s"
625 msgid "Unknown isds:ciEventType value: %s"
629 msgid "Missing mandatory sisds:dmMessageStatus integer"
634 msgid "Could not convert dmDeliveryTime as ISO time: %s"
639 msgid "Could not convert dmAcceptanceTime as ISO time: %s"
644 msgid "Message type in dmType attribute is not 1 character long: %s"
649 msgid "Message type in envelope is not 1 character long: %s"
653 msgid "Not enough memory to normalize document MIME type"
658 msgid "Document has invalid dmFileMetaType attribute value: %s"
662 msgid "Document has more dmEncodedContent elements"
666 msgid "Error while Base64-decoding document content"
670 msgid "Document has more dmXMLContent elements"
674 msgid "Document has no dmEncodedContent, nor dmXMLContent element"
678 msgid "Message does not contain any document"
681 #: src/isds.c:4439 src/isds.c:4730
683 msgid "Could not convert dmEventTime as ISO time: %s"
687 msgid "Missing mandatory isds:dmMessageStatus integer"
692 msgid "Unsupported hash algorithm: %s"
696 msgid "sisds:dmHash element is missing hash value"
700 msgid "Error while Base64-decoding hash value"
704 msgid "Missing dmQTimestamp element content\n"
708 msgid "Error while Base64-decoding time stamp value"
712 msgid "Delivery info does not contain any event"
717 msgid "Not enough memory to encode %zd byte into Base64"
718 msgid_plural "Not enough memory to encode %zd bytes into Base64"
723 msgid "Could not allocate main dmFile"
728 msgid "Could not add dmFile child to %s element"
732 msgid "Document is missing mandatory MIME type definition"
737 msgid "Document has unknown dmFileMetaType: %ld"
741 msgid "Document is missing mandatory description (title)"
745 msgid "Could not allocate dmXMLContent element"
750 msgid "Could not add dmXMLContent child to %s element"
754 msgid "Not enough memory to copy XML document"
758 msgid "Error while adding XML document into dmXMLContent"
762 msgid "Missing isds:dmStatusCode under XSD:tMStatus type element"
767 "Server accepted sent message, but did not returned assigned message ID\n"
770 #: src/isds.c:5125 src/isds.c:7212 src/isds.c:8944 src/isds.c:9032
772 msgid "Could not build %s request"
775 #: src/isds.c:5142 src/isds.c:6081
777 msgid "Sending %s request to ISDS\n"
780 #: src/isds.c:5152 src/isds.c:6090 src/isds.c:10256
782 msgid "Processing ISDS response on %s request failed\n"
785 #: src/isds.c:5162 src/isds.c:6100 src/isds.c:10266
787 msgid "ISDS response on %s request is missing status\n"
790 #: src/isds.c:5173 src/isds.c:6112
792 msgid "Server refused %s request (code=%s, message=%s)\n"
796 msgid "Missing dbOwnerInfo element"
800 msgid "Multiple dbOwnerInfo element"
804 msgid "GetOwnerInfoFromLogin request processed by server successfully.\n"
808 msgid "Missing dbUserInfo element"
812 msgid "Multiple dbUserInfo element"
816 msgid "GetUserInfoFromLogin request processed by server successfully.\n"
820 msgid "Missing GetPasswordInfoResponse element"
824 msgid "Multiple GetPasswordInfoResponse element"
829 msgid "Could not convert pswExpDate as ISO time: %s"
833 msgid "GetPasswordInfo request processed by server successfully.\n"
836 #: src/isds.c:5520 src/isds.c:5805
837 msgid "Unexpected error"
841 msgid "One-time code cannot be re-send faster than once a 30 seconds"
845 msgid "One-time code could not been sent. Try later again."
849 msgid "Second argument (password) of isds_change_password() is NULL"
853 msgid "This function requires OTP-authenticated context"
858 "If one-time password authentication method is in use, requesting new OTP "
859 "code requires one-time credentials argument either"
864 "Requesting new time-based OTP code from server requires one-time password "
865 "authentication method"
870 "Requesting new time-based OTP code from server requires undefined OTP code "
871 "member in one-time credentials argument"
875 msgid "Could not build SendSMSCode request"
879 msgid "Sending SendSMSCode request to ISDS\n"
883 msgid "Processing ISDS response on SendSMSCode request failed\n"
887 msgid "ISDS response on SendSMSCode request is missing status\n"
893 "Server refused to send new code on SendSMSCode request (code=%s, message="
898 msgid "New OTP code has been sent successfully on SendSMSCode request.\n"
902 msgid "NULL status code passed to statuscode2isds_error()"
906 msgid "ISDS server returned unknown error"
910 msgid "Password length must be between 8 and 32 characters"
913 #: src/isds.c:5795 src/isds.c:5804
914 msgid "Password cannot be reused"
918 msgid "Password contains forbidden character"
923 "Password must contain at least one upper-case letter, one lower-case, and "
928 msgid "Password cannot contain sequence of three identical characters"
932 msgid "Password cannot contain user identifier"
936 msgid "Password is too simmple"
940 msgid "Old password is not valid"
944 msgid "LDAP update error"
948 msgid "Second argument (old password) of isds_change_password() is NULL"
952 msgid "Third argument (new password) of isds_change_password() is NULL"
957 "If one-time password authentication method is in use, changing password "
958 "requires one-time credentials either"
962 msgid "Could not build ChangeISDSPassword request"
966 msgid "Could not build ChangePasswordOTP request"
970 msgid "Sending ChangeISDSPassword request to ISDS\n"
974 msgid "Sending ChangePasswordOTP request to ISDS\n"
978 msgid "Processing ISDS response on ChangeISDSPassword request failed\n"
982 msgid "Processing ISDS response on ChangePasswordOTP request failed\n"
986 msgid "ISDS response on ChangeISDSPassword request is missing status\n"
990 msgid "ISDS response on ChangePasswordOTP request is missing status\n"
993 #: src/isds.c:5980 src/isds.c:5998
996 "Server refused to change password on ChangeISDSPassword request (code=%s, "
1000 #: src/isds.c:5982 src/isds.c:6000
1003 "Server refused to change password on ChangePasswordOTP request (code=%s, "
1008 msgid "Password changed successfully on ChangeISDSPassword request.\n"
1012 msgid "Password changed successfully on ChangePasswordOTP request.\n"
1015 #: src/isds.c:6172 src/isds.c:7259 src/isds.c:8860
1017 msgid "%s request processed by server successfully.\n"
1023 "Wrong element in ISDS response for %s request while extracting credentials "
1024 "delivery details\n"
1029 msgid "ISDS did not return token on %s request even if requested\n"
1032 #: src/isds.c:6331 src/isds.c:6565
1034 msgid "Could build %s request"
1038 msgid "Could not create ISDS1 name space"
1041 #: src/isds.c:6473 src/isds.c:12101
1042 msgid "CreateDataBox request processed by server successfully.\n"
1045 #: src/isds.c:6585 src/isds.c:9054
1046 msgid "Could not convert `since' argument to ISO date string"
1050 msgid "Could build UpdateDataBoxDescr request"
1055 msgid "Could not build %s request for %s box"
1059 msgid "GetDataBoxUsers request processed by server successfully.\n"
1063 msgid "Could build UpdateDataBoxUser request"
1067 msgid "Could build Activate request"
1071 msgid "Missing ActivateResponse element"
1075 msgid "Multiple ActivateResponse element"
1080 "Server accepted Activate request, but did not return `userId' element.\n"
1085 "Server accepted Activate request, but did not return `password' element.\n"
1089 msgid "Activate request processed by server successfully.\n"
1093 msgid "Could build NewAccessData request"
1097 msgid "NewAccessData request processed by server successfully.\n"
1101 msgid "Could not build GetDataBoxList request"
1105 msgid "Error while Base64-decoding box list archive"
1109 msgid "GetDataBoxList request processed by server successfully.\n"
1113 msgid "Could build FindDataBox request"
1117 msgid "Could not add dbOwnerInfo child to FindDataBox element"
1121 msgid "Sending FindDataBox request to ISDS\n"
1125 msgid "Processing ISDS response on FindDataBox request failed\n"
1129 msgid "ISDS response on FindDataBox request is missing status\n"
1135 "Server did not found any box on FindDataBox request (code=%s, message=%s)\n"
1141 "Server truncated response on FindDataBox request (code=%s, message=%s)\n"
1146 msgid "Server refused FindDataBox request (code=%s, message=%s)\n"
1150 msgid "FindDataBox request processed by server successfully.\n"
1154 msgid "Empty isds:dbType element"
1158 msgid "Empty isds:dbSendOptions element"
1163 msgid "Unknown isds:dbSendOptions value: %s"
1167 msgid "You are not allowed to perform the search"
1171 msgid "The query string is empty"
1175 msgid "Searched box ID is malformed"
1179 msgid "Searched organization ID is malformed"
1183 msgid "Invalid input"
1187 msgid "Requested page size is too large"
1191 msgid "Search engine internal error"
1195 msgid "Query string must be non-empty"
1199 msgid "Could not build ISDSSearch2 request"
1204 msgid "Invalid target value: %d"
1209 msgid "Invalid box type value: %d"
1213 msgid "Missing ISDSSearch2 element"
1217 msgid "Multiple ISDSSearch2 element"
1221 msgid "ISDSSearch2 request processed by server successfully.\n"
1225 msgid "Could build CheckDataBox request"
1229 msgid "Could not add dbID child to CheckDataBox element"
1233 msgid "Missing CheckDataBoxResponse element"
1237 msgid "Multiple CheckDataBoxResponse element"
1241 msgid "CheckDataBox request processed by server successfully.\n"
1245 msgid "Could not find PeriodFrom element value"
1250 msgid "Could not convert PeriodFrom as ISO time: %s"
1254 msgid "Could not find PeriodTo element value"
1259 msgid "Could not convert PeriodTo as ISO time: %s"
1264 msgid "Could not build GetDataBoxActivityStatus request for %s box"
1268 msgid "Could not convert `from_time' argument to ISO time string"
1272 msgid "Could not convert `to_time' argument to ISO time string"
1276 msgid "Missing GetDataBoxActivityStatusResponse element"
1280 msgid "Multiple GetDataBoxActivityStatusResponse element"
1286 "GetDataBoxActivityStatus request for %s box processed by server "
1291 msgid "PDZInfo request processed by server successfully.\n"
1296 msgid "Could not build DataBoxCreditInfo request for %s box"
1300 msgid "Could not convert `from_date' argument to ISO date string"
1304 msgid "Could not convert `to_date' argument to ISO date string"
1308 msgid "Missing DataBoxCreditInfoResponse element"
1312 msgid "Multiple DataBoxCreditInfoResponse element"
1316 msgid "DataBoxCreditInfo request processed by server successfully.\n"
1321 msgid "Could not add dmEnvelope child to %s element"
1325 msgid "Outgoing message is missing envelope"
1329 msgid "Outgoing message is missing recipient box identifier"
1333 msgid "Outgoing message is missing list of documents"
1338 msgid "Could not add dmFiles child to %s element"
1342 msgid "List of documents contains empty item"
1346 msgid "Could not build CreateMessage request"
1350 msgid "Sending CreateMessage request to ISDS\n"
1354 msgid "Processing ISDS response on CreateMessage request failed\n"
1358 msgid "ISDS response on CreateMessage request is missing status\n"
1364 "Server did not accept message for %s on CreateMessage request (code=%s, "
1369 msgid "Missing CreateMessageResponse element"
1373 msgid "Multiple CreateMessageResponse element"
1377 msgid "Server accepted sent message, but did not return assigned message ID\n"
1381 msgid "CreateMessage request processed by server successfully.\n"
1385 msgid "Could not build CreateMultipleMessage request"
1389 msgid "Could not add dmRecipients child to CreateMultipleMessage element"
1393 msgid "`copies' list item contains empty data"
1397 msgid "Could not add dmRecipient child to dmRecipients element"
1401 msgid "Message copy is missing recipient box identifier"
1405 msgid "Sending CreateMultipleMessage request to ISDS\n"
1409 msgid "Processing ISDS response on CreateMultipleMessage request failed\n"
1413 msgid "ISDS response on CreateMultipleMessage request is missing status\n"
1419 "Server did accept message for multiple recipients on CreateMultipleMessage "
1420 "request but delivery to some of them failed (code=%s, message=%s)\n"
1426 "Server did not accept message for multiple recipients on "
1427 "CreateMultipleMessage request (code=%s, message=%s)\n"
1431 msgid "Missing isds:dmSingleStatus element"
1436 msgid "ISDS returned unexpected number of message copy delivery states: %d"
1441 "CreateMultipleMessageResponse request processed by server successfully.\n"
1445 msgid "Could not build GetListOfSentMessages request"
1449 msgid "Could not build GetListOfReceivedMessages request"
1454 msgid "Invalid message state filter value: %ld"
1458 msgid "Sending GetListOfSentMessages request to ISDS\n"
1462 msgid "Sending GetListOfReceivedMessages request to ISDS\n"
1466 msgid "Processing ISDS response on GetListOfSentMessages request failed\n"
1470 msgid "Processing ISDS response on GetListOfReceivedMessages request failed\n"
1474 msgid "ISDS response on GetListOfSentMessages request is missing status\n"
1478 msgid "ISDS response on GetListOfReceivedMessages request is missing status\n"
1483 msgid "Server refused GetListOfSentMessages request (code=%s, message=%s)\n"
1489 "Server refused GetListOfReceivedMessages request (code=%s, message=%s)\n"
1493 msgid "GetListOfSentMessages request processed by server successfully.\n"
1497 msgid "GetListOfReceivedMessages request processed by server successfully.\n"
1501 msgid "Could not build GetMessageStateChanges request"
1505 msgid "GetMessageStateChanges request processed by server successfully.\n"
1510 msgid "Could not build %s request for %s message ID"
1515 msgid "Sending %s request for %s message ID to ISDS\n"
1520 msgid "Server refused %s request for %s message ID (code=%s, message=%s)\n"
1525 msgid "Server did not return any signed data for message ID `%s' on %s request"
1530 msgid "Server did return more signed data for message ID `%s' on %s request"
1534 msgid "dmSignature element is empty"
1538 msgid "Error while Base64-decoding PKCS#7 structure"
1544 "Server did not return any envelope for ID `%s' on MessageEnvelopeDownload "
1551 "Server did return more envelopes for ID `%s' on MessageEnvelopeDownload "
1556 msgid "MessageEnvelopeDownload request processed by server successfully.\n"
1560 msgid "Bad raw delivery representation type"
1566 "Delivery info content:\n"
1568 "End of delivery info\n"
1572 msgid "XML document is not sisds:dmDelivery document"
1576 msgid "XML document has more sisds:dmDelivery elements"
1580 msgid "Delivery info loaded successfully.\n"
1584 msgid "GetSignedDeliveryInfo request processed by server successfully.\n"
1590 "Server did not return any delivery info for ID `%s' on GetDeliveryInfo "
1595 msgid "GetDeliveryInfo request processed by server successfully.\n"
1601 "Server did not return any message for ID `%s' on MessageDownload request"
1606 msgid "Server did return more messages for ID `%s' on MessageDownload request"
1611 "Substring with isds:MessageDownloadResponse element could not be located in "
1616 msgid "MessageDownload request processed by server successfully.\n"
1620 msgid "Bad raw message representation type"
1626 "Loading message:\n"
1632 msgid "XML document does not contain sisds:dmReturnedMessage element"
1636 msgid "XML document has more sisds:dmReturnedMessage elements"
1640 msgid "Message loaded successfully.\n"
1644 msgid "Could not parse data as XML document"
1648 msgid "XML document is missing root element"
1652 msgid "Root element does not belong to any name space"
1656 msgid "Document in ISDS name space is encapsulated into CMS"
1660 msgid "Unknown root element in ISDS name space"
1664 msgid "Unknown name space"
1668 msgid "SignedSentMessageDownload request processed by server successfully.\n"
1672 msgid "SignedMessageDownload request processed by server successfully.\n"
1676 msgid "Missing GetMessageAuthorResponse element"
1680 msgid "Multiple GetMessageAuthorResponse element"
1684 msgid "GetMessageAuthor request processed by server successfully.\n"
1689 msgid "Server did not return any response for ID `%s' on VerifyMessage request"
1694 msgid "Server did return more responses for ID `%s' on VerifyMessage request"
1698 msgid "VerifyMessage request processed by server successfully.\n"
1702 msgid "Could build EraseMessage request"
1707 msgid "Sending EraseMessage request for message ID %s to ISDS\n"
1711 msgid "Processing ISDS response on EraseMessage request failed\n"
1715 msgid "ISDS response on EraseMessage request is missing status\n"
1719 msgid "Message to erase belongs to other box"
1724 "Message to erase is not saved in long term storage or the direction does not "
1730 msgid "Server refused EraseMessage request (code=%s, message=%s)\n"
1734 msgid "EraseMessage request processed by server successfully.\n"
1738 msgid "MarkMessageAsDownloaded request processed by server successfully.\n"
1742 msgid "ConfirmDelivery request processed by server successfully.\n"
1746 msgid "XML documents cannot be submitted to conversion"
1750 msgid "Could not build Czech POINT conversion request"
1754 msgid "Could not create Czech POINT deposit name space"
1758 msgid "Could not create empty name space"
1762 msgid "Submitting document for conversion into Czech POINT deposit"
1766 msgid "Missing `return' element in Czech POINT deposit response"
1770 msgid "Multiple `return' element in Czech POINT deposit response"
1776 "Czech POINT deposit refused document for conversion (code=%ld, message=%s)"
1781 msgid "Invalid dateInserted value: %s"
1786 msgid "Document %s has been submitted for conversion to server successfully\n"
1790 msgid "E-mail field is mandatory"
1794 msgid "Could not build AuthenticateMessage request"
1798 msgid "Server did not return any response on AuthenticateMessage request"
1802 msgid "ISDS authenticated the message successfully\n"
1806 msgid "ISDS does not know the message"
1810 msgid "Empty CMS blob on input"
1814 msgid "NULL pointer provided for output CMS blob"
1818 msgid "Could not build Re-signISDSDocument request"
1822 msgid "Missing Re-signISDSDocumentResponse element"
1826 msgid "Multiple Re-signISDSDocumentResponse element"
1830 msgid "Error while Base64-decoding re-signed data"
1834 msgid "Server did not send re-signed data"
1839 msgid "Invalid dmValidTo value: %s"
1843 msgid "Message does not carry raw representation"
1847 msgid "Bad raw representation type"
1851 msgid "Substring with isds:dmDM element could not be located in raw message"
1855 msgid "Could not compute message hash"
1859 msgid "Given message structure is missing envelope"
1863 msgid "Given message structure is missing raw representation"
1868 msgid "Minimal %d.%d.%d Expat version required. Current version is %d.%d.%d\n"
1872 msgid "Expat compiled with UTF-16 (wide) characters\n"
1876 msgid "Expat not compiled with name space support\n"
1879 #: src/physxml.c:138
1881 msgid "Start: name=%s, depth=%zd, offset=%#jx => boundary=%#zx\n"
1884 #: src/physxml.c:148
1886 msgid "\tStart tag for element `%s' found\n"
1889 #: src/physxml.c:172
1891 msgid "End: name=%s, depth=%zd, offset=%#jx count=%u => boundary=%#zx\n"
1894 #: src/physxml.c:179
1896 msgid "\tEnd tag for element `%s' found\n"
1899 #: src/physxml.c:222
1901 msgid "Searching boundary of element: %s\n"
1904 #: src/physxml.c:257
1905 msgid "XML_Parse failed\n"
1910 msgid "Connection to server %s closed\n"
1916 "Error while unsetting user name and password from CURL handle for connection "
1923 "User name and password for server %s have been unset from CURL handle.\n"
1928 "HTTP header continuation without starting header has been encountered. "
1929 "Skipping invalid HTTP response line.\n"
1933 msgid "Application aborted HTTP transfer"
1937 msgid "Disabling server identity verification. That was your decision.\n"
1942 msgid "CA certificates will be searched in `%s' file since now\n"
1947 msgid "CA certificates will be searched in `%s' directory since now\n"
1952 msgid "CRLs will be searched in `%s' file since now\n"
1957 "Your curl library cannot pass certificate revocation list to cryptographic "
1959 "Make sure cryptographic library default setting delivers proper CRLs,\n"
1960 "or upgrade curl.\n"
1964 msgid "Could not pass credentials to CURL"
1969 msgid "Cryptographic engine `%s' will be used for key or certificate\n"
1974 msgid "Client `%s' certificate will be read from `%s' engine\n"
1979 msgid "Client certificate will be read from `%s' engine\n"
1984 msgid "Client %s certificate will be read from `%s' file\n"
1987 #: src/soap.c:696 src/soap.c:739
1991 #: src/soap.c:696 src/soap.c:739
1997 "Your curl library cannot distinguish certificate formats. Make sure your "
1998 "cryptographic library\n"
1999 "understands your certificate file by default, or upgrade curl.\n"
2004 msgid "Client private key `%s' from `%s' engine will be used\n"
2009 msgid "Client private key from `%s' engine will be used\n"
2014 msgid "Client %s private key will be read from `%s' file\n"
2019 "Cookies will be stored and sent because context has been authorized by OTP "
2025 msgid "Sending %s request to <%s>\n"
2030 msgid "POST body length: %zu, content follows:\n"
2034 msgid "End of POST body\n"
2044 msgid "Final response to %s received\n"
2049 msgid "Response body length: %zu, content follows:\n"
2053 msgid "End of response body\n"
2058 msgid "OTP authentication headers received: method=%s, code=%s, message=%s\n"
2063 msgid "Server returned OTP authentication message: %s"
2068 msgid "OTP authentication headers redirect to: <%s>\n"
2072 msgid "Could not build SOAP request document"
2076 msgid "Could not build SOAP request envelope"
2080 msgid "Could not create SOAP name space"
2084 msgid "Could not add Body to SOAP request envelope"
2088 msgid "Could not copy request content"
2092 msgid "Could not add request content to SOAP request envelope"
2096 msgid "Could not create xmlBuffer for HTTP request body"
2100 msgid "Could not serialize SOAP request to HTTP request body"
2106 "SOAP response received:\n"
2108 "End of SOAP response\n"
2112 msgid "SOAP response requires unsupported feature"
2116 msgid "SOAP response does not contain SOAP Body element"
2120 msgid "SOAP response has more than one Body element"
2125 msgid "SOAP response signals Fault: %s"
2129 msgid "SOAP response signals Fault"
2135 "SOAP request to sent to %s:\n"
2137 "End of SOAP request\n"
2142 msgid "Server returned %ld HTTP code\n"
2147 msgid "Server redirects on <%s> because OTP authentication succeeded."
2151 msgid "Could not remove credentials from CURL handle."
2156 msgid "Server redirects on <%s> because mobile key authentication succeeded."
2162 "Code 302: Server redirects on <%s> request. Redirection is forbidden in "
2169 "Code 400: Server redirects on <%s> request. MEP communication code was not "
2174 msgid "Authentication failed"
2179 msgid "Code 404: Document (%s) not found on server"
2184 msgid "%s: bad MIME type sent by server: %s"
2189 "Base URL could not have been determined from context URL because there was "
2190 "no URL set in the context"
2194 msgid "Base URL could not have been determined from context URL"
2200 "Cookie for OTP authenticated connection to <%s> could not been invalidated"
2205 msgid "Cookie for OTP authenticated connection to <%s> has been invalidated.\n"
2208 #: src/validator.c:83
2209 msgid "ISDS1 response is missing StatusCode element"
2212 #: src/validator.c:84
2213 msgid "ISDS response is missing StatusCode element"
2216 #: src/validator.c:198 src/validator.c:360
2217 msgid "SOAP returned empty body"
2220 #: src/validator.c:212
2222 msgid "SOAP response does not contain element from name space %s"
2225 #: src/validator.c:224
2226 msgid "Could not build ISDS response document"
2229 #: src/validator.c:266
2230 msgid "List contains more main documents"
2233 #: src/validator.c:276
2235 msgid "List contains more documents with the same ID `%s'"
2238 #: src/validator.c:287
2240 msgid "List contains documents referencing to not existing document ID `%s'"
2243 #: src/validator.c:296
2244 msgid "List does not contain main document"
2247 #: src/validator.c:318
2249 msgid "Could not check message ID length: %s"
2252 #: src/validator.c:327
2254 msgid "Message ID must not be longer than 20 characters: %s"
2257 #: src/validator.c:374
2258 msgid "SOAP response does not contain Czech POINT deposit element"
2261 #: src/validator.c:384
2262 msgid "Could not build Czech POINT deposit response document"