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.10.7\n"
10 "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n"
11 "POT-Creation-Date: 2017-07-09 13:34+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:24 src/isds.c:25 src/isds.c:26 src/isds.c:27
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:1356 src/isds.c:5635
352 msgid "Selected authentication method: HMAC-based one-time password\n"
355 #: src/isds.c:1363 src/isds.c:5641
356 msgid "Selected authentication method: Time-based one-time password\n"
359 #: src/isds.c:1367 src/isds.c:5646
361 "OTP code has not been provided by application, requesting server for new "
365 #: src/isds.c:1375 src/isds.c:5656
367 "OTP code has been provided by application, not requesting server for new "
371 #: src/isds.c:1385 src/isds.c:5663
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 "
394 msgid "Could not build ISDS log-in request"
397 #: src/isds.c:1434 src/isds.c:1555 src/isds.c:1625 src/isds.c:1744
398 #: src/isds.c:4905 src/isds.c:5345 src/isds.c:5621 src/isds.c:6115
399 #: src/isds.c:6340 src/isds.c:6451 src/isds.c:6538 src/isds.c:6691
400 #: src/isds.c:6761 src/isds.c:6886 src/isds.c:6988 src/isds.c:7129
401 #: src/isds.c:7237 src/isds.c:7695 src/isds.c:7908 src/isds.c:8178
402 #: src/isds.c:8437 src/isds.c:8525 src/isds.c:8764 src/isds.c:8980
403 #: src/isds.c:9233 src/isds.c:9554 src/isds.c:9717 src/isds.c:11128
404 #: src/isds.c:11635 src/isds.c:11780
405 msgid "Could not create ISDS name space"
410 msgid "Logging user %s into server %s\n"
415 msgid "User %s has been logged into server %s successfully\n"
419 msgid "Logged out from ISDS server\n"
423 msgid "Could build ISDS dummy request"
427 msgid "Pinging ISDS server\n"
431 msgid "ISDS server could not be contacted\n"
435 msgid "ISDS server alive\n"
439 msgid "I said connection closed"
443 msgid "Could build ISDS bogus request"
447 msgid "Sending bogus request to ISDS\n"
451 msgid "Processing ISDS response on bogus request failed\n"
455 msgid "ISDS response on bogus request is missing status\n"
460 msgid "Server refused bogus request (code=%s, message=%s)\n"
464 msgid "Bogus message accepted by server. This should not happen.\n"
468 msgid "Could not build temporary document"
472 msgid "Could not copy subtree"
475 #: src/isds.c:1754 src/isds.c:1831 src/isds.c:1899
476 msgid "Could not create xmlBuffer"
479 #: src/isds.c:1761 src/isds.c:1914 src/soap.c:1203
480 msgid "Could not create XML serializer"
483 #: src/isds.c:1770 src/isds.c:1937
484 msgid "Could not serialize XML subtree"
488 msgid "Could not dump XML node"
492 msgid "Could not disable attribute escaping"
497 msgid "Invalid message status value: %lu"
502 msgid "Unknown delivery info event prefix: %s\n"
507 msgid "Multiple %s element"
510 #: src/isds.c:2565 src/isds.c:2596
512 msgid "%s value is not valid boolean: %s"
517 msgid "%s element is empty"
520 #: src/isds.c:2620 src/isds.c:2665
522 msgid "%s is not valid integer: %s"
525 #: src/isds.c:2631 src/isds.c:2676
527 msgid "%s value out of range of long int: %s"
532 msgid "%s value is negative: %ld"
537 msgid "Invalid %s value: %s"
542 msgid "Could not extract required %s attribute value from %s element"
545 #: src/isds.c:2755 src/isds.c:2857
547 msgid "Could not add %s child to %s element"
552 msgid "Could not add %s attribute to %s element"
557 msgid "%s has more than %d characters"
558 msgid_plural "%s has more than %d characters"
564 msgid "%s has less than %d characters"
565 msgid_plural "%s has less than %d characters"
571 msgid "%s element does not contain %s child"
576 msgid "%s element contains multiple %s children"
581 msgid "Invalid isds:biDate value: %s"
584 #: src/isds.c:3094 src/isds.c:7498
586 msgid "Unknown isds:dbType: %s"
591 msgid "Invalid dbType value: %d"
594 #: src/isds.c:3277 src/isds.c:10959
596 msgid "Unknown isds:userType value: %s"
601 msgid "Invalid userType value: %d"
606 msgid "Unknown isds:PDZType value: %s"
611 msgid "Could not convert PDZExpire as ISO time: %s"
616 msgid "Could not convert ciEventTime as ISO time: %s"
621 msgid "Unknown isds:ciEventType value: %s"
625 msgid "Missing mandatory sisds:dmMessageStatus integer"
630 msgid "Could not convert dmDeliveryTime as ISO time: %s"
635 msgid "Could not convert dmAcceptanceTime as ISO time: %s"
640 msgid "Message type in dmType attribute is not 1 character long: %s"
645 msgid "Message type in envelope is not 1 character long: %s"
649 msgid "Not enough memory to normalize document MIME type"
654 msgid "Document has invalid dmFileMetaType attribute value: %s"
658 msgid "Document has more dmEncodedContent elements"
662 msgid "Error while Base64-decoding document content"
666 msgid "Document has more dmXMLContent elements"
670 msgid "Document has no dmEncodedContent, nor dmXMLContent element"
674 msgid "Message does not contain any document"
677 #: src/isds.c:4211 src/isds.c:4502
679 msgid "Could not convert dmEventTime as ISO time: %s"
683 msgid "Missing mandatory isds:dmMessageStatus integer"
688 msgid "Unsupported hash algorithm: %s"
692 msgid "sisds:dmHash element is missing hash value"
696 msgid "Error while Base64-decoding hash value"
700 msgid "Missing dmQTimestamp element content\n"
704 msgid "Error while Base64-decoding time stamp value"
708 msgid "Delivery info does not contain any event"
713 msgid "Not enough memory to encode %zd byte into Base64"
714 msgid_plural "Not enough memory to encode %zd bytes into Base64"
719 msgid "Could not allocate main dmFile"
724 msgid "Could not add dmFile child to %s element"
728 msgid "Document is missing mandatory MIME type definition"
733 msgid "Document has unknown dmFileMetaType: %ld"
737 msgid "Document is missing mandatory description (title)"
741 msgid "Could not allocate dmXMLContent element"
746 msgid "Could not add dmXMLContent child to %s element"
750 msgid "Not enough memory to copy XML document"
754 msgid "Error while adding XML document into dmXMLContent"
758 msgid "Missing isds:dmStatusCode under XSD:tMStatus type element"
763 "Server accepted sent message, but did not returned assigned message ID\n"
766 #: src/isds.c:4899 src/isds.c:6981 src/isds.c:8431 src/isds.c:8519
768 msgid "Could not build %s request"
771 #: src/isds.c:4916 src/isds.c:5850
773 msgid "Sending %s request to ISDS\n"
776 #: src/isds.c:4926 src/isds.c:5859 src/isds.c:9741
778 msgid "Processing ISDS response on %s request failed\n"
781 #: src/isds.c:4936 src/isds.c:5869 src/isds.c:9751
783 msgid "ISDS response on %s request is missing status\n"
786 #: src/isds.c:4947 src/isds.c:5881
788 msgid "Server refused %s request (code=%s, message=%s)\n"
792 msgid "Missing dbOwnerInfo element"
796 msgid "Multiple dbOwnerInfo element"
800 msgid "GetOwnerInfoFromLogin request processed by server successfully.\n"
804 msgid "Missing dbUserInfo element"
808 msgid "Multiple dbUserInfo element"
812 msgid "GetUserInfoFromLogin request processed by server successfully.\n"
816 msgid "Missing GetPasswordInfoResponse element"
820 msgid "Multiple GetPasswordInfoResponse element"
825 msgid "Could not convert pswExpDate as ISO time: %s"
829 msgid "GetPasswordInfo request processed by server successfully.\n"
832 #: src/isds.c:5289 src/isds.c:5574
833 msgid "Unexpected error"
837 msgid "One-time code cannot be re-send faster than once a 30 seconds"
841 msgid "One-time code could not been sent. Try later again."
845 msgid "Second argument (password) of isds_change_password() is NULL"
849 msgid "This function requires OTP-authenticated context"
854 "If one-time password authentication method is in use, requesting new OTP "
855 "code requires one-time credentials argument either"
860 "Requesting new time-based OTP code from server requires one-time password "
861 "authentication method"
866 "Requesting new time-based OTP code from server requires undefined OTP code "
867 "member in one-time credentials argument"
871 msgid "Could not build SendSMSCode request"
875 msgid "Sending SendSMSCode request to ISDS\n"
879 msgid "Processing ISDS response on SendSMSCode request failed\n"
883 msgid "ISDS response on SendSMSCode request is missing status\n"
889 "Server refused to send new code on SendSMSCode request (code=%s, message="
894 msgid "New OTP code has been sent successfully on SendSMSCode request.\n"
898 msgid "NULL status code passed to statuscode2isds_error()"
902 msgid "ISDS server returned unknown error"
906 msgid "Password length must be between 8 and 32 characters"
909 #: src/isds.c:5564 src/isds.c:5573
910 msgid "Password cannot be reused"
914 msgid "Password contains forbidden character"
919 "Password must contain at least one upper-case letter, one lower-case, and "
924 msgid "Password cannot contain sequence of three identical characters"
928 msgid "Password cannot contain user identifier"
932 msgid "Password is too simmple"
936 msgid "Old password is not valid"
940 msgid "LDAP update error"
944 msgid "Second argument (old password) of isds_change_password() is NULL"
948 msgid "Third argument (new password) of isds_change_password() is NULL"
953 "If one-time password authentication method is in use, changing password "
954 "requires one-time credentials either"
958 msgid "Could not build ChangeISDSPassword request"
962 msgid "Could not build ChangePasswordOTP request"
966 msgid "Sending ChangeISDSPassword request to ISDS\n"
970 msgid "Sending ChangePasswordOTP request to ISDS\n"
974 msgid "Processing ISDS response on ChangeISDSPassword request failed\n"
978 msgid "Processing ISDS response on ChangePasswordOTP request failed\n"
982 msgid "ISDS response on ChangeISDSPassword request is missing status\n"
986 msgid "ISDS response on ChangePasswordOTP request is missing status\n"
989 #: src/isds.c:5749 src/isds.c:5767
992 "Server refused to change password on ChangeISDSPassword request (code=%s, "
996 #: src/isds.c:5751 src/isds.c:5769
999 "Server refused to change password on ChangePasswordOTP request (code=%s, "
1004 msgid "Password changed successfully on ChangeISDSPassword request.\n"
1008 msgid "Password changed successfully on ChangePasswordOTP request.\n"
1011 #: src/isds.c:5941 src/isds.c:7028 src/isds.c:8347
1013 msgid "%s request processed by server successfully.\n"
1019 "Wrong element in ISDS response for %s request while extracting credentials "
1020 "delivery details\n"
1025 msgid "ISDS did not return token on %s request even if requested\n"
1028 #: src/isds.c:6100 src/isds.c:6334
1030 msgid "Could build %s request"
1034 msgid "Could not create ISDS1 name space"
1037 #: src/isds.c:6242 src/isds.c:11584
1038 msgid "CreateDataBox request processed by server successfully.\n"
1041 #: src/isds.c:6354 src/isds.c:8541
1042 msgid "Could not convert `since' argument to ISO date string"
1046 msgid "Could build UpdateDataBoxDescr request"
1051 msgid "Could not build %s request for %s box"
1055 msgid "GetDataBoxUsers request processed by server successfully.\n"
1059 msgid "Could build UpdateDataBoxUser request"
1063 msgid "Could build Activate request"
1067 msgid "Missing ActivateResponse element"
1071 msgid "Multiple ActivateResponse element"
1076 "Server accepted Activate request, but did not return `userId' element.\n"
1081 "Server accepted Activate request, but did not return `password' element.\n"
1085 msgid "Activate request processed by server successfully.\n"
1089 msgid "Could build NewAccessData request"
1093 msgid "NewAccessData request processed by server successfully.\n"
1097 msgid "Could not build GetDataBoxList request"
1101 msgid "Error while Base64-decoding box list archive"
1105 msgid "GetDataBoxList request processed by server successfully.\n"
1109 msgid "Could build FindDataBox request"
1113 msgid "Could not add dbOwnerInfo child to FindDataBox element"
1117 msgid "Sending FindDataBox request to ISDS\n"
1121 msgid "Processing ISDS response on FindDataBox request failed\n"
1125 msgid "ISDS response on FindDataBox request is missing status\n"
1131 "Server did not found any box on FindDataBox request (code=%s, message=%s)\n"
1137 "Server truncated response on FindDataBox request (code=%s, message=%s)\n"
1142 msgid "Server refused FindDataBox request (code=%s, message=%s)\n"
1146 msgid "FindDataBox request processed by server successfully.\n"
1150 msgid "Empty isds:dbType element"
1154 msgid "Empty isds:dbSendOptions element"
1159 msgid "Unknown isds:dbSendOptions value: %s"
1163 msgid "You are not allowed to perform the search"
1167 msgid "The query string is empty"
1171 msgid "Searched box ID is malformed"
1175 msgid "Searched organization ID is malformed"
1179 msgid "Invalid input"
1183 msgid "Requested page size is too large"
1187 msgid "Search engine internal error"
1191 msgid "Query string must be non-empty"
1195 msgid "Could not build ISDSSearch2 request"
1200 msgid "Invalid target value: %d"
1205 msgid "Invalid box type value: %d"
1209 msgid "Missing ISDSSearch2 element"
1213 msgid "Multiple ISDSSearch2 element"
1217 msgid "ISDSSearch2 request processed by server successfully.\n"
1221 msgid "Could build CheckDataBox request"
1225 msgid "Could not add dbID child to CheckDataBox element"
1229 msgid "Missing CheckDataBoxResponse element"
1233 msgid "Multiple CheckDataBoxResponse element"
1237 msgid "CheckDataBox request processed by server successfully.\n"
1241 msgid "PDZInfo request processed by server successfully.\n"
1246 msgid "Could not build DataBoxCreditInfo request for %s box"
1250 msgid "Could not convert `from_date' argument to ISO date string"
1254 msgid "Could not convert `to_date' argument to ISO date string"
1258 msgid "Missing DataBoxCreditInfoResponse element"
1262 msgid "Multiple DataBoxCreditInfoResponse element"
1266 msgid "DataBoxCreditInfo request processed by server successfully.\n"
1271 msgid "Could not add dmEnvelope child to %s element"
1275 msgid "Outgoing message is missing envelope"
1279 msgid "Outgoing message is missing recipient box identifier"
1283 msgid "Outgoing message is missing list of documents"
1288 msgid "Could not add dmFiles child to %s element"
1292 msgid "List of documents contains empty item"
1296 msgid "Could not build CreateMessage request"
1300 msgid "Sending CreateMessage request to ISDS\n"
1304 msgid "Processing ISDS response on CreateMessage request failed\n"
1308 msgid "ISDS response on CreateMessage request is missing status\n"
1314 "Server did not accept message for %s on CreateMessage request (code=%s, "
1319 msgid "Missing CreateMessageResponse element"
1323 msgid "Multiple CreateMessageResponse element"
1327 msgid "Server accepted sent message, but did not return assigned message ID\n"
1331 msgid "CreateMessage request processed by server successfully.\n"
1335 msgid "Could not build CreateMultipleMessage request"
1339 msgid "Could not add dmRecipients child to CreateMultipleMessage element"
1343 msgid "`copies' list item contains empty data"
1347 msgid "Could not add dmRecipient child to dmRecipients element"
1351 msgid "Message copy is missing recipient box identifier"
1355 msgid "Sending CreateMultipleMessage request to ISDS\n"
1359 msgid "Processing ISDS response on CreateMultipleMessage request failed\n"
1363 msgid "ISDS response on CreateMultipleMessage request is missing status\n"
1369 "Server did accept message for multiple recipients on CreateMultipleMessage "
1370 "request but delivery to some of them failed (code=%s, message=%s)\n"
1376 "Server did not accept message for multiple recipients on "
1377 "CreateMultipleMessage request (code=%s, message=%s)\n"
1381 msgid "Missing isds:dmSingleStatus element"
1386 msgid "ISDS returned unexpected number of message copy delivery states: %d"
1391 "CreateMultipleMessageResponse request processed by server successfully.\n"
1395 msgid "Could not build GetListOfSentMessages request"
1399 msgid "Could not build GetListOfReceivedMessages request"
1404 msgid "Invalid message state filter value: %ld"
1408 msgid "Sending GetListOfSentMessages request to ISDS\n"
1412 msgid "Sending GetListOfReceivedMessages request to ISDS\n"
1416 msgid "Processing ISDS response on GetListOfSentMessages request failed\n"
1420 msgid "Processing ISDS response on GetListOfReceivedMessages request failed\n"
1424 msgid "ISDS response on GetListOfSentMessages request is missing status\n"
1428 msgid "ISDS response on GetListOfReceivedMessages request is missing status\n"
1433 msgid "Server refused GetListOfSentMessages request (code=%s, message=%s)\n"
1439 "Server refused GetListOfReceivedMessages request (code=%s, message=%s)\n"
1443 msgid "GetListOfSentMessages request processed by server successfully.\n"
1447 msgid "GetListOfReceivedMessages request processed by server successfully.\n"
1451 msgid "Could not build GetMessageStateChanges request"
1455 msgid "GetMessageStateChanges request processed by server successfully.\n"
1460 msgid "Could not build %s request for %s message ID"
1465 msgid "Sending %s request for %s message ID to ISDS\n"
1470 msgid "Server refused %s request for %s message ID (code=%s, message=%s)\n"
1475 msgid "Server did not return any signed data for message ID `%s' on %s request"
1480 msgid "Server did return more signed data for message ID `%s' on %s request"
1484 msgid "dmSignature element is empty"
1488 msgid "Error while Base64-decoding PKCS#7 structure"
1494 "Server did not return any envelope for ID `%s' on MessageEnvelopeDownload "
1501 "Server did return more envelopes for ID `%s' on MessageEnvelopeDownload "
1506 msgid "MessageEnvelopeDownload request processed by server successfully.\n"
1510 msgid "Bad raw delivery representation type"
1516 "Delivery info content:\n"
1518 "End of delivery info\n"
1522 msgid "XML document is not sisds:dmDelivery document"
1526 msgid "XML document has more sisds:dmDelivery elements"
1530 msgid "Delivery info loaded successfully.\n"
1534 msgid "GetSignedDeliveryInfo request processed by server successfully.\n"
1540 "Server did not return any delivery info for ID `%s' on GetDeliveryInfo "
1545 msgid "GetDeliveryInfo request processed by server successfully.\n"
1551 "Server did not return any message for ID `%s' on MessageDownload request"
1556 msgid "Server did return more messages for ID `%s' on MessageDownload request"
1561 "Substring with isds:MessageDownloadResponse element could not be located in "
1566 msgid "MessageDownload request processed by server successfully.\n"
1570 msgid "Bad raw message representation type"
1576 "Loading message:\n"
1582 msgid "XML document does not contain sisds:dmReturnedMessage element"
1586 msgid "XML document has more sisds:dmReturnedMessage elements"
1590 msgid "Message loaded successfully.\n"
1594 msgid "Could not parse data as XML document"
1598 msgid "XML document is missing root element"
1602 msgid "Root element does not belong to any name space"
1606 msgid "Document in ISDS name space is encapsulated into CMS"
1610 msgid "Unknown root element in ISDS name space"
1614 msgid "Unknown name space"
1618 msgid "SignedSentMessageDownload request processed by server successfully.\n"
1622 msgid "SignedMessageDownload request processed by server successfully.\n"
1626 msgid "Missing GetMessageAuthorResponse element"
1630 msgid "Multiple GetMessageAuthorResponse element"
1634 msgid "GetMessageAuthor request processed by server successfully.\n"
1639 msgid "Server did not return any response for ID `%s' on VerifyMessage request"
1644 msgid "Server did return more responses for ID `%s' on VerifyMessage request"
1648 msgid "VerifyMessage request processed by server successfully.\n"
1652 msgid "Could build EraseMessage request"
1657 msgid "Sending EraseMessage request for message ID %s to ISDS\n"
1661 msgid "Processing ISDS response on EraseMessage request failed\n"
1665 msgid "ISDS response on EraseMessage request is missing status\n"
1669 msgid "Message to erase belongs to other box"
1674 "Message to erase is not saved in long term storage or the direction does not "
1680 msgid "Server refused EraseMessage request (code=%s, message=%s)\n"
1684 msgid "EraseMessage request processed by server successfully.\n"
1688 msgid "MarkMessageAsDownloaded request processed by server successfully.\n"
1692 msgid "ConfirmDelivery request processed by server successfully.\n"
1696 msgid "XML documents cannot be submitted to conversion"
1700 msgid "Could not build Czech POINT conversion request"
1704 msgid "Could not create Czech POINT deposit name space"
1708 msgid "Could not create empty name space"
1712 msgid "Submitting document for conversion into Czech POINT deposit"
1716 msgid "Missing `return' element in Czech POINT deposit response"
1720 msgid "Multiple `return' element in Czech POINT deposit response"
1726 "Czech POINT deposit refused document for conversion (code=%ld, message=%s)"
1731 msgid "Invalid dateInserted value: %s"
1736 msgid "Document %s has been submitted for conversion to server successfully\n"
1740 msgid "E-mail field is mandatory"
1744 msgid "Could not build AuthenticateMessage request"
1748 msgid "Server did not return any response on AuthenticateMessage request"
1752 msgid "ISDS authenticated the message successfully\n"
1756 msgid "ISDS does not know the message"
1760 msgid "Empty CMS blob on input"
1764 msgid "NULL pointer provided for output CMS blob"
1768 msgid "Could not build Re-signISDSDocument request"
1772 msgid "Missing Re-signISDSDocumentResponse element"
1776 msgid "Multiple Re-signISDSDocumentResponse element"
1780 msgid "Error while Base64-decoding re-signed data"
1784 msgid "Server did not send re-signed data"
1789 msgid "Invalid dmValidTo value: %s"
1793 msgid "Message does not carry raw representation"
1797 msgid "Bad raw representation type"
1801 msgid "Substring with isds:dmDM element could not be located in raw message"
1805 msgid "Could not compute message hash"
1809 msgid "Given message structure is missing envelope"
1813 msgid "Given message structure is missing raw representation"
1818 msgid "Minimal %d.%d.%d Expat version required. Current version is %d.%d.%d\n"
1822 msgid "Expat compiled with UTF-16 (wide) characters\n"
1826 msgid "Expat not compiled with name space support\n"
1829 #: src/physxml.c:138
1831 msgid "Start: name=%s, depth=%zd, offset=%#jx => boundary=%#zx\n"
1834 #: src/physxml.c:148
1836 msgid "\tStart tag for element `%s' found\n"
1839 #: src/physxml.c:172
1841 msgid "End: name=%s, depth=%zd, offset=%#jx count=%u => boundary=%#zx\n"
1844 #: src/physxml.c:179
1846 msgid "\tEnd tag for element `%s' found\n"
1849 #: src/physxml.c:222
1851 msgid "Searching boundary of element: %s\n"
1854 #: src/physxml.c:257
1855 msgid "XML_Parse failed\n"
1860 msgid "Connection to server %s closed\n"
1866 "Error while unsetting user name and password from CURL handle for connection "
1873 "User name and password for server %s have been unset from CURL handle.\n"
1878 "HTTP header continuation without starting header has been encountered. "
1879 "Skipping invalid HTTP response line.\n"
1883 msgid "Application aborted HTTP transfer"
1887 msgid "Disabling server identity verification. That was your decision.\n"
1892 msgid "CA certificates will be searched in `%s' file since now\n"
1897 msgid "CA certificates will be searched in `%s' directory since now\n"
1902 msgid "CRLs will be searched in `%s' file since now\n"
1907 "Your curl library cannot pass certificate revocation list to cryptographic "
1909 "Make sure cryptographic library default setting delivers proper CRLs,\n"
1910 "or upgrade curl.\n"
1914 msgid "Could not pass credentials to CURL"
1919 msgid "Cryptographic engine `%s' will be used for key or certificate\n"
1924 msgid "Client `%s' certificate will be read from `%s' engine\n"
1929 msgid "Client certificate will be read from `%s' engine\n"
1934 msgid "Client %s certificate will be read from `%s' file\n"
1937 #: src/soap.c:693 src/soap.c:736
1941 #: src/soap.c:693 src/soap.c:736
1947 "Your curl library cannot distinguish certificate formats. Make sure your "
1948 "cryptographic library\n"
1949 "understands your certificate file by default, or upgrade curl.\n"
1954 msgid "Client private key `%s' from `%s' engine will be used\n"
1959 msgid "Client private key from `%s' engine will be used\n"
1964 msgid "Client %s private key will be read from `%s' file\n"
1969 "Cookies will be stored and sent because context has been authorized by OTP.\n"
1974 msgid "Sending %s request to <%s>\n"
1979 msgid "POST body length: %zu, content follows:\n"
1983 msgid "End of POST body\n"
1993 msgid "Final response to %s received\n"
1998 msgid "Response body length: %zu, content follows:\n"
2002 msgid "End of response body\n"
2007 msgid "OTP authentication headers received: method=%s, code=%s, message=%s\n"
2012 msgid "Server returned OTP authentication message: %s"
2017 msgid "OTP authentication headers redirect to: <%s>\n"
2021 msgid "Could not build SOAP request document"
2025 msgid "Could not build SOAP request envelope"
2029 msgid "Could not create SOAP name space"
2033 msgid "Could not add Body to SOAP request envelope"
2037 msgid "Could not copy request content"
2041 msgid "Could not add request content to SOAP request envelope"
2045 msgid "Could not create xmlBuffer for HTTP request body"
2049 msgid "Could not serialize SOAP request to HTTP request body"
2055 "SOAP request to sent to %s:\n"
2057 "End of SOAP request\n"
2062 msgid "Server returned %ld HTTP code\n"
2067 msgid "Server redirects on <%s> because OTP authentication succeeded."
2071 msgid "Could not remove credentials from CURL handle."
2077 "Code 302: Server redirects on <%s> request. Redirection is forbidden in "
2082 msgid "Authentication failed"
2087 msgid "Code 404: Document (%s) not found on server"
2092 msgid "%s: bad MIME type sent by server: %s"
2098 "SOAP response received:\n"
2100 "End of SOAP response\n"
2104 msgid "SOAP response requires unsupported feature"
2108 msgid "SOAP response does not contain SOAP Body element"
2112 msgid "SOAP response has more than one Body element"
2117 msgid "SOAP response signals Fault: %s"
2121 msgid "SOAP response signals Fault"
2126 "Base URL could not have been determined from context URL because there was "
2127 "no URL set in the context"
2131 msgid "Base URL could not have been determined from context URL"
2137 "Cookie for OTP authenticated connection to <%s> could not been invalidated"
2142 msgid "Cookie for OTP authenticated connection to <%s> has been invalidated.\n"
2145 #: src/validator.c:83
2146 msgid "ISDS1 response is missing StatusCode element"
2149 #: src/validator.c:84
2150 msgid "ISDS response is missing StatusCode element"
2153 #: src/validator.c:198 src/validator.c:360
2154 msgid "SOAP returned empty body"
2157 #: src/validator.c:212
2159 msgid "SOAP response does not contain element from name space %s"
2162 #: src/validator.c:224
2163 msgid "Could not build ISDS response document"
2166 #: src/validator.c:266
2167 msgid "List contains more main documents"
2170 #: src/validator.c:276
2172 msgid "List contains more documents with the same ID `%s'"
2175 #: src/validator.c:287
2177 msgid "List contains documents referencing to not existing document ID `%s'"
2180 #: src/validator.c:296
2181 msgid "List does not contain main document"
2184 #: src/validator.c:318
2186 msgid "Could not check message ID length: %s"
2189 #: src/validator.c:327
2191 msgid "Message ID must not be longer than 20 characters: %s"
2194 #: src/validator.c:374
2195 msgid "SOAP response does not contain Czech POINT deposit element"
2198 #: src/validator.c:384
2199 msgid "Could not build Czech POINT deposit response document"