# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Vivien Kraus # This file is distributed under the same license as the webid-oidc package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: webid-oidc SNAPSHOT\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" "POT-Creation-Date: 2021-06-05 16:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/libwebidoidc.c:11 msgid "This is the main function." msgstr "" #: src/random/random.c:199 #, c-format msgid "Could not set the global random generator up.\n" msgstr "" #: src/random/random.c:213 src/random/random.c:225 src/random/random.c:238 #: src/random/random.c:249 src/random/random.c:260 #, c-format msgid "Could not set the global random generator up: out of memory.\n" msgstr "" #: src/random/random.c:270 #, c-format msgid "" "Warning: could not open the seed file, maybe the parent directory is " "missing...\n" msgstr "" #: src/random/random.c:274 #, c-format msgid "Warning: could not create the cache directory '%s'.\n" msgstr "" #: src/random/random.c:276 msgid "when creating the cache directory" msgstr "" #: src/random/random.c:282 #, c-format msgid "Warning: could not create the package cache directory '%s'.\n" msgstr "" #: src/random/random.c:284 msgid "when creating the package cache directory" msgstr "" #: src/random/random.c:290 #, c-format msgid "Could not open the seed file '%s'.\n" msgstr "" #: src/random/random.c:291 msgid "when opening the seed file" msgstr "" #: src/random/random.c:311 #, c-format msgid "Could not lock the seed file '%s'.\n" msgstr "" #: src/random/random.c:313 msgid "when locking the seed file" msgstr "" #: src/random/random.c:327 #, c-format msgid "" "Warning: the seed file '%s' is too short. This weakens the random number " "generator. Please write more random data in it.\n" msgstr "" #: src/random/random.c:344 #, c-format msgid "Could not update the seed file '%s'.\n" msgstr "" #: src/random/random.c:345 msgid "when rewinding the seed file" msgstr "" #: src/random/random.c:377 #, c-format msgid "Could not unlock the seed file '%s'.\n" msgstr "" #: src/random/random.c:379 msgid "when unlocking the seed file" msgstr "" #: src/random/random.c:407 #, c-format msgid "Could not set the thread-local random generator up.\n" msgstr "" #: src/random/random.c:415 #, c-format msgid "" "The random module has not been initialized. Please call " "webid_oidc_random_init first.\n" msgstr "" #: src/random/generate-random.c:29 #, c-format msgid "Usage: generate-random [NUMBER OF BYTES]\n" msgstr "" #: src/jwk/generate-key.c:34 #, c-format msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" msgstr "" #: src/scm/webid-oidc/errors.scm:560 msgid "that’s how it is" msgstr "" #: src/scm/webid-oidc/errors.scm:565 #, scheme-format msgid "the value ~s is not a base64 string (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:568 #, scheme-format msgid "the value ~s is not JSON (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:571 #, scheme-format msgid "the value ~s is not Turtle (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:574 #, scheme-format msgid "the value ~s does not identify an elleptic curve" msgstr "" #: src/scm/webid-oidc/errors.scm:579 #, scheme-format msgid "the value ~s does not identify a JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:581 #, scheme-format msgid "the value ~s does not identify a JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:586 #, scheme-format msgid "the value ~s does not identify a public JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:588 #, scheme-format msgid "the value ~s does not identify a public JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:593 #, scheme-format msgid "the value ~s does not identify a private JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:595 #, scheme-format msgid "the value ~s does not identify a private JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:600 #, scheme-format msgid "the value ~s does not identify a JWKS (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:602 #, scheme-format msgid "the value ~s does not identify a JWKS" msgstr "" #: src/scm/webid-oidc/errors.scm:605 #, scheme-format msgid "the value ~s does not identify a hash algorithm" msgstr "" #: src/scm/webid-oidc/errors.scm:608 #, scheme-format msgid "the value ~s is not an alist or misses key ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:611 #, scheme-format msgid "the value ~s is not a JWS header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:614 #, scheme-format msgid "the value ~s is not a JWS payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:617 #, scheme-format msgid "the value ~s is not a JWS (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:620 #, scheme-format msgid "the string ~s cannot be split in 3 parts with ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:623 #, scheme-format msgid "" "all key candidates failed to verify signature ~s with algorithm ~s and " "payload ~a (there were ~a: ~s)" msgstr "" #: src/scm/webid-oidc/errors.scm:626 #, scheme-format msgid "I cannot decode JWS ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:629 #, scheme-format msgid "I cannot encode JWS ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:632 #, scheme-format msgid "" "the server request unexpectedly failed with code ~a and reason phrase ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:637 #, scheme-format msgid "the header ~a should not have the value ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:639 #, scheme-format msgid "the header ~a should be present" msgstr "" #: src/scm/webid-oidc/errors.scm:642 #, scheme-format msgid "the server response wasn't expected: ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:648 #, scheme-format msgid "the value ~s is not an OIDC configuration (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:653 #, scheme-format msgid "the webid field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:654 msgid "the webid field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:658 #, scheme-format msgid "the iss field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:659 msgid "the iss field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:663 #, scheme-format msgid "the aud field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:664 msgid "the aud field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:668 #, scheme-format msgid "the iat field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:669 msgid "the iat field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:673 #, scheme-format msgid "the exp field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:674 msgid "the exp field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:678 #, scheme-format msgid "the cnf/jkt field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:679 msgid "the cnf/jkt field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:683 #, scheme-format msgid "the client-id field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:684 msgid "the client-id field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:688 #, scheme-format msgid "the typ field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:689 msgid "the typ field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:693 #, scheme-format msgid "the jwk field is incorrect: ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:695 msgid "the jwk field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:699 #, scheme-format msgid "the jti field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:700 msgid "the jti field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:704 #, scheme-format msgid "the htm field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:705 msgid "the htm field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:709 #, scheme-format msgid "the htu field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:710 msgid "the htu field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:712 #, scheme-format msgid "~s is not an access token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:715 #, scheme-format msgid "~s is not an access token header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:718 #, scheme-format msgid "~s is not an access token payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:721 #, scheme-format msgid "~s is not a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:724 #, scheme-format msgid "~s is not a DPoP proof header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:727 #, scheme-format msgid "~s is not a DPoP proof payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:730 #, scheme-format msgid "I cannot fetch the issuer configuration of ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:737 #, scheme-format msgid "I cannot fetch the JWKS of ~a at ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:748 #, scheme-format msgid "the HTTP method is signed for ~s, but ~s was requested" msgstr "" #: src/scm/webid-oidc/errors.scm:751 #, scheme-format msgid "the HTTP uri is signed for ~a, but ~a was requested" msgstr "" #: src/scm/webid-oidc/errors.scm:754 #, scheme-format msgid "the date is ~a, but the DPoP proof is signed in the future at ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:758 #, scheme-format msgid "the date is ~a, but the DPoP proof was signed too long ago at ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:767 #, scheme-format msgid "the key ~s does not hash to ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:769 #, scheme-format msgid "the key confirmation of ~s failed (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:771 #, scheme-format msgid "the key confirmation of ~s failed" msgstr "" #: src/scm/webid-oidc/errors.scm:773 #, scheme-format msgid "the jti ~s has already been found (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:776 #, scheme-format msgid "I cannot decode ~s as an access token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:779 #, scheme-format msgid "I cannot encode ~s as an access token with key ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:782 #, scheme-format msgid "I cannot decode ~s as a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:785 #, scheme-format msgid "I cannot encode ~s as a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:788 #, scheme-format msgid "I could not fetch a RDF graph at ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:793 msgid "that’s it" msgstr "" #: src/scm/webid-oidc/errors.scm:797 #, scheme-format msgid "~a and ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:800 #, scheme-format msgid "~a, ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:804 #, scheme-format msgid "the signature ~a does not match key ~s with payload ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:807 msgid "there is an undefined variable" msgstr "" #: src/scm/webid-oidc/errors.scm:809 #, scheme-format msgid "the origin is ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:812 #, scheme-format msgid "a message is attached: ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:815 #, scheme-format msgid "the values ~s are problematic" msgstr "" #: src/scm/webid-oidc/errors.scm:818 msgid "there is a kind and args" msgstr "" #: src/scm/webid-oidc/errors.scm:820 msgid "there is an assertion failure" msgstr "" #: src/scm/webid-oidc/errors.scm:822 #, scheme-format msgid "the program quits with code ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:825 msgid "the program cannot recover from this exception" msgstr "" #: src/scm/webid-oidc/errors.scm:827 msgid "there is an error" msgstr "" #: src/scm/webid-oidc/errors.scm:829 #, scheme-format msgid "Unhandled exception type ~a." msgstr ""