summaryrefslogtreecommitdiff
path: root/po/webid-oidc.pot
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-29 19:21:28 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 00:30:22 +0200
commit3390c49149e2dff9f58e7633f2121f8630aa970a (patch)
tree5cef01cd6892cd0fc96f83dbfff9797085e877af /po/webid-oidc.pot
parent76c7ce229a2cf48dd6f410a80b7af3310f28398b (diff)
Get an openid configuration on the web
Diffstat (limited to 'po/webid-oidc.pot')
-rw-r--r--po/webid-oidc.pot79
1 files changed, 42 insertions, 37 deletions
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index 08b265f..366b737 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -122,185 +122,190 @@ msgstr ""
msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:228
+#: src/scm/webid-oidc/errors.scm:238
msgid "that’s how it is"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:233
+#: src/scm/webid-oidc/errors.scm:243
#, scheme-format
msgid "the value ~s is not a base64 string (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:236
+#: src/scm/webid-oidc/errors.scm:246
#, scheme-format
msgid "the value ~s is not JSON (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:239
+#: src/scm/webid-oidc/errors.scm:249
#, scheme-format
msgid "the value ~s does not identify an elleptic curve"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:244
+#: src/scm/webid-oidc/errors.scm:254
#, scheme-format
msgid "the value ~s does not identify a JWK (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:246
+#: src/scm/webid-oidc/errors.scm:256
#, scheme-format
msgid "the value ~s does not identify a JWK"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:251
+#: src/scm/webid-oidc/errors.scm:261
#, scheme-format
msgid "the value ~s does not identify a public JWK (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:253
+#: src/scm/webid-oidc/errors.scm:263
#, scheme-format
msgid "the value ~s does not identify a public JWK"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:258
+#: src/scm/webid-oidc/errors.scm:268
#, scheme-format
msgid "the value ~s does not identify a private JWK (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:260
+#: src/scm/webid-oidc/errors.scm:270
#, scheme-format
msgid "the value ~s does not identify a private JWK"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:265
+#: src/scm/webid-oidc/errors.scm:275
#, scheme-format
msgid "the value ~s does not identify a JWKS (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:267
+#: src/scm/webid-oidc/errors.scm:277
#, scheme-format
msgid "the value ~s does not identify a JWKS"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:270
+#: src/scm/webid-oidc/errors.scm:280
#, scheme-format
msgid "the value ~s does not identify a hash algorithm"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:273
+#: src/scm/webid-oidc/errors.scm:283
#, scheme-format
msgid "the value ~s is not an alist or misses key ~s"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:276
+#: src/scm/webid-oidc/errors.scm:286
#, scheme-format
msgid "the value ~s is not a JWS header (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:279
+#: src/scm/webid-oidc/errors.scm:289
#, scheme-format
msgid "the value ~s is not a JWS payload (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:282
+#: src/scm/webid-oidc/errors.scm:292
#, scheme-format
msgid "the value ~s is not a JWS (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:285
+#: src/scm/webid-oidc/errors.scm:295
#, scheme-format
msgid "the string ~s cannot be split in 3 parts with ~s"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:288
+#: src/scm/webid-oidc/errors.scm:298
#, 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:291
+#: src/scm/webid-oidc/errors.scm:301
#, scheme-format
msgid "I cannot decode JWS ~a (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:294
+#: src/scm/webid-oidc/errors.scm:304
#, scheme-format
msgid "I cannot encode JWS ~a (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:297
+#: src/scm/webid-oidc/errors.scm:307
#, scheme-format
msgid ""
"the server request unexpectedly failed with code ~a and reason phrase ~s"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:302
+#: src/scm/webid-oidc/errors.scm:312
#, scheme-format
msgid "the header ~a should not have the value ~s"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:304
+#: src/scm/webid-oidc/errors.scm:314
#, scheme-format
msgid "the header ~a should be present"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:307
+#: src/scm/webid-oidc/errors.scm:317
#, scheme-format
msgid "the server response wasn't expected: ~s (because ~a)"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:315
+#: src/scm/webid-oidc/errors.scm:323
+#, scheme-format
+msgid "the value ~s is not an OIDC configuration (because ~a)"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:328
msgid "that’s it"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:319
+#: src/scm/webid-oidc/errors.scm:332
#, scheme-format
msgid "~a and ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:322
+#: src/scm/webid-oidc/errors.scm:335
#, scheme-format
msgid "~a, ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:326
+#: src/scm/webid-oidc/errors.scm:339
#, scheme-format
msgid "the signature ~a does not match key ~s with payload ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:329
+#: src/scm/webid-oidc/errors.scm:342
msgid "there is an undefined variable"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:331
+#: src/scm/webid-oidc/errors.scm:344
#, scheme-format
msgid "the origin is ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:334
+#: src/scm/webid-oidc/errors.scm:347
#, scheme-format
msgid "a message is attached: ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:337
+#: src/scm/webid-oidc/errors.scm:350
#, scheme-format
msgid "the values ~s are problematic"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:340
+#: src/scm/webid-oidc/errors.scm:353
msgid "there is a kind and args"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:342
+#: src/scm/webid-oidc/errors.scm:355
msgid "there is an assertion failure"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:344
+#: src/scm/webid-oidc/errors.scm:357
#, scheme-format
msgid "the program quits with code ~a"
msgstr ""
-#: src/scm/webid-oidc/errors.scm:347
+#: src/scm/webid-oidc/errors.scm:360
#, scheme-format
msgid "Unhandled exception type ~a."
msgstr ""