summaryrefslogtreecommitdiff
path: root/po/webid-oidc.pot
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-29 18:53:17 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 00:30:13 +0200
commit76c7ce229a2cf48dd6f410a80b7af3310f28398b (patch)
treea1db7d9292116dc384fc6cc6b111ae7b16480ca5 /po/webid-oidc.pot
parentc4479afbd1159b921e1b9c3155e992e32806b712 (diff)
Get a JWKS on the web
Diffstat (limited to 'po/webid-oidc.pot')
-rw-r--r--po/webid-oidc.pot89
1 files changed, 55 insertions, 34 deletions
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index bdde6bd..08b265f 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webid-oidc SNAPSHOT\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
-"POT-Creation-Date: 2021-05-10 14:47+0200\n"
+"POT-Creation-Date: 2021-05-10 14:48+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,164 +122,185 @@ msgstr ""
msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:195
+#: src/scm/webid-oidc/errors.scm:228
msgid "that’s how it is"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:200
+#: src/scm/webid-oidc/errors.scm:233
#, scheme-format
msgid "the value ~s is not a base64 string (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:203
+#: src/scm/webid-oidc/errors.scm:236
#, scheme-format
msgid "the value ~s is not JSON (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:206
+#: src/scm/webid-oidc/errors.scm:239
#, scheme-format
msgid "the value ~s does not identify an elleptic curve"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:211
+#: src/scm/webid-oidc/errors.scm:244
#, scheme-format
msgid "the value ~s does not identify a JWK (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:213
+#: src/scm/webid-oidc/errors.scm:246
#, scheme-format
msgid "the value ~s does not identify a JWK"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:218
+#: src/scm/webid-oidc/errors.scm:251
#, scheme-format
msgid "the value ~s does not identify a public JWK (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:220
+#: src/scm/webid-oidc/errors.scm:253
#, scheme-format
msgid "the value ~s does not identify a public JWK"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:225
+#: src/scm/webid-oidc/errors.scm:258
#, scheme-format
msgid "the value ~s does not identify a private JWK (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:227
+#: src/scm/webid-oidc/errors.scm:260
#, scheme-format
msgid "the value ~s does not identify a private JWK"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:232
+#: src/scm/webid-oidc/errors.scm:265
#, scheme-format
msgid "the value ~s does not identify a JWKS (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:234
+#: src/scm/webid-oidc/errors.scm:267
#, scheme-format
msgid "the value ~s does not identify a JWKS"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:237
+#: src/scm/webid-oidc/errors.scm:270
#, scheme-format
msgid "the value ~s does not identify a hash algorithm"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:240
+#: src/scm/webid-oidc/errors.scm:273
#, scheme-format
msgid "the value ~s is not an alist or misses key ~s"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:243
+#: src/scm/webid-oidc/errors.scm:276
#, scheme-format
msgid "the value ~s is not a JWS header (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:246
+#: src/scm/webid-oidc/errors.scm:279
#, scheme-format
msgid "the value ~s is not a JWS payload (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:249
+#: src/scm/webid-oidc/errors.scm:282
#, scheme-format
msgid "the value ~s is not a JWS (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:252
+#: src/scm/webid-oidc/errors.scm:285
#, scheme-format
msgid "the string ~s cannot be split in 3 parts with ~s"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:255
+#: src/scm/webid-oidc/errors.scm:288
#, 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:258
+#: src/scm/webid-oidc/errors.scm:291
#, scheme-format
msgid "I cannot decode JWS ~a (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:261
+#: src/scm/webid-oidc/errors.scm:294
#, scheme-format
msgid "I cannot encode JWS ~a (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:266
+#: src/scm/webid-oidc/errors.scm:297
+#, scheme-format
+msgid ""
+"the server request unexpectedly failed with code ~a and reason phrase ~s"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:302
+#, scheme-format
+msgid "the header ~a should not have the value ~s"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:304
+#, scheme-format
+msgid "the header ~a should be present"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:307
+#, scheme-format
+msgid "the server response wasn't expected: ~s (because ~a)"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:315
msgid "that’s it"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:270
+#: src/scm/webid-oidc/errors.scm:319
#, scheme-format
msgid "~a and ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:273
+#: src/scm/webid-oidc/errors.scm:322
#, scheme-format
msgid "~a, ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:277
+#: src/scm/webid-oidc/errors.scm:326
#, scheme-format
msgid "the signature ~a does not match key ~s with payload ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:280
+#: src/scm/webid-oidc/errors.scm:329
msgid "there is an undefined variable"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:282
+#: src/scm/webid-oidc/errors.scm:331
#, scheme-format
msgid "the origin is ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:285
+#: src/scm/webid-oidc/errors.scm:334
#, scheme-format
msgid "a message is attached: ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:288
+#: src/scm/webid-oidc/errors.scm:337
#, scheme-format
msgid "the values ~s are problematic"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:291
+#: src/scm/webid-oidc/errors.scm:340
msgid "there is a kind and args"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:293
+#: src/scm/webid-oidc/errors.scm:342
msgid "there is an assertion failure"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:295
+#: src/scm/webid-oidc/errors.scm:344
#, scheme-format
msgid "the program quits with code ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:298
+#: src/scm/webid-oidc/errors.scm:347
#, scheme-format
msgid "Unhandled exception type ~a."
msgstr ""