summaryrefslogtreecommitdiff
path: root/po/disfluid.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/disfluid.pot')
-rw-r--r--po/disfluid.pot216
1 files changed, 114 insertions, 102 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index 2a4b334..c624063 100644
--- a/po/disfluid.pot
+++ b/po/disfluid.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: disfluid SNAPSHOT\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
-"POT-Creation-Date: 2021-09-22 14:08+0200\n"
+"POT-Creation-Date: 2021-09-23 17:43+0200\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"
@@ -122,54 +122,54 @@ msgid ""
"webid_oidc_random_init first.\n"
msgstr ""
-#: src/scm/webid-oidc/access-token.scm:71
+#: src/scm/webid-oidc/access-token.scm:73
#, scheme-format
msgid "invalid access token: ~a"
msgstr ""
-#: src/scm/webid-oidc/access-token.scm:73
+#: src/scm/webid-oidc/access-token.scm:75
msgid "invalid access token"
msgstr ""
-#: src/scm/webid-oidc/access-token.scm:115
-#: src/scm/webid-oidc/authorization-code.scm:93
-#: src/scm/webid-oidc/oidc-id-token.scm:98
+#: src/scm/webid-oidc/access-token.scm:117
+#: src/scm/webid-oidc/authorization-code.scm:95
+#: src/scm/webid-oidc/oidc-id-token.scm:108
msgid "#:webid should be an URI"
msgstr ""
-#: src/scm/webid-oidc/access-token.scm:120
+#: src/scm/webid-oidc/access-token.scm:122
msgid "#:client-id should be an URI"
msgstr ""
-#: src/scm/webid-oidc/access-token.scm:125
+#: src/scm/webid-oidc/access-token.scm:127
msgid "#:cnf/jkt should be a string"
msgstr ""
-#: src/scm/webid-oidc/access-token.scm:130
+#: src/scm/webid-oidc/access-token.scm:132
msgid "#:aud should be exactly \"solid\""
msgstr ""
-#: src/scm/webid-oidc/access-token.scm:148
+#: src/scm/webid-oidc/access-token.scm:150
msgid ""
"when making an access token either its required fields (#:alg, #:webid, #:"
"iss, #:aud, #:client-id, #:cnf/jkt, #:iat and #:exp) or (#:jwt-header and #:"
"jwt-payload) should be passed"
msgstr ""
-#: src/scm/webid-oidc/authorization-code.scm:69
+#: src/scm/webid-oidc/authorization-code.scm:71
#, scheme-format
msgid "invalid authorization code: ~a"
msgstr ""
-#: src/scm/webid-oidc/authorization-code.scm:71
+#: src/scm/webid-oidc/authorization-code.scm:73
msgid "invalid authorization code"
msgstr ""
-#: src/scm/webid-oidc/authorization-code.scm:98
+#: src/scm/webid-oidc/authorization-code.scm:100
msgid "#:client-id should be a string"
msgstr ""
-#: src/scm/webid-oidc/authorization-code.scm:112
+#: src/scm/webid-oidc/authorization-code.scm:114
msgid ""
"when making an authorization code either its required fields (#:webid and #:"
"client-id) or (#:jwt-header and #:jwt-payload) should be passed"
@@ -360,78 +360,78 @@ msgstr ""
msgid "the client manifest is dereferenced from ~s, but it pretends to be ~s"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:273
+#: src/scm/webid-oidc/client/accounts.scm:239
msgid "The refresh token has expired."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:280
+#: src/scm/webid-oidc/client/accounts.scm:246
#, scheme-format
msgid "The token request failed with code ~s (~s)."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:289
+#: src/scm/webid-oidc/client/accounts.scm:255
msgid "The token response did not set the content type."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:297
+#: src/scm/webid-oidc/client/accounts.scm:263
msgid "The token endpoint did not respond in UTF-8."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:309
+#: src/scm/webid-oidc/client/accounts.scm:275
#, scheme-format
msgid "The token response has content-type ~s, not application/json."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:319
+#: src/scm/webid-oidc/client/accounts.scm:285
msgid "The token response is not valid JSON."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:333
+#: src/scm/webid-oidc/client/accounts.scm:299
#, scheme-format
msgid "The token response did not include an ID token: ~s"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:341
+#: src/scm/webid-oidc/client/accounts.scm:307
#, scheme-format
msgid "The token response did not include an access token: ~s\n"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:352
+#: src/scm/webid-oidc/client/accounts.scm:318
#, scheme-format
msgid "the ID token signature is invalid: ~a"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:354
+#: src/scm/webid-oidc/client/accounts.scm:320
msgid "the ID token signature is invalid"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:370
+#: src/scm/webid-oidc/client/accounts.scm:336
#, scheme-format
msgid "the ID token delivered by the identity provider for ~s has ~s as webid"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:380
+#: src/scm/webid-oidc/client/accounts.scm:346
#, scheme-format
msgid "The ID token delivered by the identity provider ~s is for issuer ~s."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:395
+#: src/scm/webid-oidc/client/accounts.scm:361
msgid "The issuer is required."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:400
+#: src/scm/webid-oidc/client/accounts.scm:366
msgid "The optional subject and required issuer should be strings or URI."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:436
+#: src/scm/webid-oidc/client/accounts.scm:382
msgid "Cannot check the username and/or password."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:446
+#: src/scm/webid-oidc/client/accounts.scm:392
msgid "The subject should be a string or URI."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:460
+#: src/scm/webid-oidc/client/accounts.scm:406
msgid "The issuer should be a string or URI."
msgstr ""
@@ -451,7 +451,7 @@ msgstr ""
msgid "You already have an account for ~a issued by ~a."
msgstr ""
-#: src/scm/webid-oidc/client/client.scm:106
+#: src/scm/webid-oidc/client/client.scm:91
msgid ""
"Client ID and redirect URIs should be URIs, and key pair should be a key "
"pair.."
@@ -465,63 +465,63 @@ msgstr ""
msgid "Hello, world!"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:110
+#: src/scm/webid-oidc/dpop-proof.scm:111
#, scheme-format
msgid "the DPoP proof is signed for ~s, but it is issued to ~s"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:155
+#: src/scm/webid-oidc/dpop-proof.scm:157
#, scheme-format
msgid "invalid DPoP proof: ~a"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:157
+#: src/scm/webid-oidc/dpop-proof.scm:159
msgid "invalid DPoP proof token"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:195
+#: src/scm/webid-oidc/dpop-proof.scm:197
msgid "#:typ should be exactly \"dpop+jwt\""
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:200
+#: src/scm/webid-oidc/dpop-proof.scm:202
msgid "#:jwk should be a public key"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:205
+#: src/scm/webid-oidc/dpop-proof.scm:207
msgid "#:htm should be a symbol"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:211
+#: src/scm/webid-oidc/dpop-proof.scm:213
msgid "when present, #:ath should be a string"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:232
+#: src/scm/webid-oidc/dpop-proof.scm:234
msgid ""
"when making a DPoP proof, either its required fields (#:typ, #:jwk, #:htm "
"and #:htu) or (#:jwt-header and #:jwt-payload) should be passed"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:265
+#: src/scm/webid-oidc/dpop-proof.scm:267
#, scheme-format
msgid "the DPoP proof is signed for access through ~s, but it is used with ~s"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:275
+#: src/scm/webid-oidc/dpop-proof.scm:277
#, scheme-format
msgid ""
"the DPoP proof should go along with an access token hashed to ~s, not ~s"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:283 src/scm/webid-oidc/dpop-proof.scm:290
+#: src/scm/webid-oidc/dpop-proof.scm:285 src/scm/webid-oidc/dpop-proof.scm:292
msgid "the DPoP proof is signed with the wrong key"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:288
+#: src/scm/webid-oidc/dpop-proof.scm:290
#, scheme-format
msgid "the DPoP proof is signed with the wrong key: ~a"
msgstr ""
-#: src/scm/webid-oidc/dpop-proof.scm:299
+#: src/scm/webid-oidc/dpop-proof.scm:301
msgid "the cnf/check function returned #f"
msgstr ""
@@ -867,59 +867,59 @@ msgstr ""
msgid "a replay has been detected with JTI ~s"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:147
+#: src/scm/webid-oidc/jwk.scm:158
msgid "the point and scalar are not on the same curve"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:259
+#: src/scm/webid-oidc/jwk.scm:274
#, scheme-format
msgid "the JWK is invalid: ~a"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:261
+#: src/scm/webid-oidc/jwk.scm:276
msgid "the JWK is invalid"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:270
+#: src/scm/webid-oidc/jwk.scm:285
msgid "cannot compute the key type"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:331
+#: src/scm/webid-oidc/jwk.scm:346
msgid "it is built as an RSA key or key pair, but it is not"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:339
+#: src/scm/webid-oidc/jwk.scm:354
msgid "it is built as an elliptic curve key or key pair, but it is not"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:381
+#: src/scm/webid-oidc/jwk.scm:396
#, scheme-format
msgid "the key advertises a key type of ~s, but actually it is ~s"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:430
+#: src/scm/webid-oidc/jwk.scm:445
msgid "this is neither a RSA key nor an elliptic curve key"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:507
+#: src/scm/webid-oidc/jwk.scm:482
#, scheme-format
msgid "cannot fetch a JWKS: ~a"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:509
+#: src/scm/webid-oidc/jwk.scm:484
msgid "cannot fetch a JWKS"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:513
+#: src/scm/webid-oidc/jwk.scm:488
#, scheme-format
msgid "the request failed with ~s ~s"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:518
+#: src/scm/webid-oidc/jwk.scm:493
msgid "missing content-type"
msgstr ""
-#: src/scm/webid-oidc/jwk.scm:523
+#: src/scm/webid-oidc/jwk.scm:498
#, scheme-format
msgid "invalid content-type: ~s"
msgstr ""
@@ -935,189 +935,185 @@ msgid ""
"be passed"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:206
+#: src/scm/webid-oidc/jws.scm:214
msgid "#:iat should be a date"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:211
+#: src/scm/webid-oidc/jws.scm:219
msgid "#:exp should be a date"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:221
+#: src/scm/webid-oidc/jws.scm:229
msgid ""
"when making a time-bound token, either its required fields (#:iat, and "
"either #:exp or #:validity) or (#:jwt-header and #:jwt-payload) should be "
"passed"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:249
+#: src/scm/webid-oidc/jws.scm:258
msgid "#:iss should be an URI"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:260
+#: src/scm/webid-oidc/jws.scm:269
msgid ""
"when making an OIDC token, either its required #:iss field or (#:jwt-header "
"and #:jwt-payload) should be passed"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:304
+#: src/scm/webid-oidc/jws.scm:314
msgid "#:nonce should be a string"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:313
+#: src/scm/webid-oidc/jws.scm:323
msgid ""
"when making a single-use token, either its required #:nonce field or (#:jwt-"
"header and #:jwt-payload) should be passed"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:358
+#: src/scm/webid-oidc/jws.scm:368
msgid "the encoded JWS is not in 3 parts"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:369
+#: src/scm/webid-oidc/jws.scm:379
#, scheme-format
msgid ""
"the encoded JWS header or payload is not a JSON object encoded in base64: ~a"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:371
+#: src/scm/webid-oidc/jws.scm:381
msgid ""
"the encoded JWS header or payload is not a JSON object encoded in base64"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:430
+#: src/scm/webid-oidc/jws.scm:440
msgid "the JWS is not signed by any of the expected set of public keys"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:441
+#: src/scm/webid-oidc/jws.scm:451
#, scheme-format
msgid "while verifying the JWS signature: ~a"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:443
+#: src/scm/webid-oidc/jws.scm:453
msgid "an unexpected error happened while verifying a JWS"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:479
+#: src/scm/webid-oidc/jws.scm:489
#, scheme-format
msgid "I cannot query the identity provider configuration: ~a"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:481
+#: src/scm/webid-oidc/jws.scm:491
msgid "I cannot query the identity provider configuration"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:497
+#: src/scm/webid-oidc/jws.scm:507
#, scheme-format
msgid "I cannot query the JWKS URI of the identity provider: ~a"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:499
+#: src/scm/webid-oidc/jws.scm:509
msgid "I cannot query the JWKS URI of the identity provider"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:522
+#: src/scm/webid-oidc/jws.scm:532
#, scheme-format
msgid "the token is signed in the future, ~a, relative to current ~a"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:531
+#: src/scm/webid-oidc/jws.scm:541
#, scheme-format
msgid "the token expired ~a, which is in the past (from ~a)"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:554
+#: src/scm/webid-oidc/jws.scm:564
#, scheme-format
msgid "cannot decode a JWS: ~a"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:556
+#: src/scm/webid-oidc/jws.scm:566
msgid "cannot decode a JWS"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:574
+#: src/scm/webid-oidc/jws.scm:584
#, scheme-format
msgid "cannot encode a JWS: ~a"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:576
+#: src/scm/webid-oidc/jws.scm:586
msgid "cannot encode a JWS"
msgstr ""
-#: src/scm/webid-oidc/jws.scm:623
-msgid "cannot parse a token"
-msgstr ""
-
-#: src/scm/webid-oidc/oidc-configuration.scm:118
+#: src/scm/webid-oidc/oidc-configuration.scm:121
msgid "#:jwks-uri should be an URI"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:123
+#: src/scm/webid-oidc/oidc-configuration.scm:126
msgid "#:token-endpoint should be an URI"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:128
+#: src/scm/webid-oidc/oidc-configuration.scm:131
msgid "#:authorization-endpoint should be an URI"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:133
+#: src/scm/webid-oidc/oidc-configuration.scm:136
msgid ""
"#:solid-oidc-supported should be exactly 'https://solidproject.org/TR/solid-"
"oidc'"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:142
+#: src/scm/webid-oidc/oidc-configuration.scm:145
msgid "#:server should be an URI"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:159
+#: src/scm/webid-oidc/oidc-configuration.scm:162
#, scheme-format
msgid "cannot fetch the OIDC configuration: ~a"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:161
+#: src/scm/webid-oidc/oidc-configuration.scm:164
msgid "cannot fetch the OIDC configuration"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:165
+#: src/scm/webid-oidc/oidc-configuration.scm:168
#, scheme-format
msgid "the server responded with ~s ~s"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:170
+#: src/scm/webid-oidc/oidc-configuration.scm:173
msgid "there is no content-type"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:175
+#: src/scm/webid-oidc/oidc-configuration.scm:178
#, scheme-format
msgid "unexpected content-type: ~s"
msgstr ""
-#: src/scm/webid-oidc/oidc-configuration.scm:185
+#: src/scm/webid-oidc/oidc-configuration.scm:188
msgid ""
"when making an OIDC configuration, either its required #:jwks-uri, #:"
"authorization-endpoint and #:token-endpoint fields or #:server or #:json-"
"data should be passed"
msgstr ""
-#: src/scm/webid-oidc/oidc-id-token.scm:70
+#: src/scm/webid-oidc/oidc-id-token.scm:80
#, scheme-format
msgid "invalid OIDC ID token: ~a"
msgstr ""
-#: src/scm/webid-oidc/oidc-id-token.scm:72
+#: src/scm/webid-oidc/oidc-id-token.scm:82
msgid "invalid OIDC id token"
msgstr ""
-#: src/scm/webid-oidc/oidc-id-token.scm:103
+#: src/scm/webid-oidc/oidc-id-token.scm:113
msgid "#:sub should be a string"
msgstr ""
-#: src/scm/webid-oidc/oidc-id-token.scm:108
+#: src/scm/webid-oidc/oidc-id-token.scm:118
msgid "#:aud should be a string"
msgstr ""
-#: src/scm/webid-oidc/oidc-id-token.scm:124
+#: src/scm/webid-oidc/oidc-id-token.scm:134
msgid ""
"when making an ID token either its required fields (#:alg, #:webid, #:iss, #:"
"sub, #:aud, #:iat and #:exp) or (#:jwt-header and #:jwt-payload) should be "
@@ -1900,10 +1896,26 @@ msgstr ""
msgid "reason-phrase|Not Acceptable"
msgstr ""
-#: src/scm/webid-oidc/reverse-proxy.scm:57
+#: src/scm/webid-oidc/reverse-proxy.scm:58
msgid "#:endpoint argument is not present or not an URI."
msgstr ""
+#: src/scm/webid-oidc/serializable.scm:58
+msgid "a plugin class should have an explicit #:name and #:module-name"
+msgstr ""
+
+#: src/scm/webid-oidc/serializable.scm:61
+msgid "#:name should be a symbol"
+msgstr ""
+
+#: src/scm/webid-oidc/serializable.scm:71
+msgid "#:module-name should be a list of symbols"
+msgstr ""
+
+#: src/scm/webid-oidc/serializable.scm:76
+msgid "plugin class names should be surrounded by <angle brackets>"
+msgstr ""
+
#: src/scm/webid-oidc/serve.scm:77
msgid "content negociation failed while serving a request"
msgstr ""