From 09e8981c90c7ded1843be59d04a24ab3934bb67e Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sun, 29 Nov 2020 11:43:02 +0100 Subject: Provide a higher-level API for JWKs and JWKSs --- po/webid-oidc.pot | 64 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 47 insertions(+), 17 deletions(-) (limited to 'po/webid-oidc.pot') diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot index 83704c4..606b5e0 100644 --- a/po/webid-oidc.pot +++ b/po/webid-oidc.pot @@ -122,82 +122,112 @@ msgstr "" msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" msgstr "" -#: src/scm/webid-oidc/errors.scm:75 +#: src/scm/webid-oidc/errors.scm:105 msgid "that’s how it is" msgstr "" -#: src/scm/webid-oidc/errors.scm:80 +#: src/scm/webid-oidc/errors.scm:110 #, scheme-format msgid "the value ~s is not a base64 string (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:83 +#: src/scm/webid-oidc/errors.scm:113 #, scheme-format msgid "the value ~s is not JSON (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:86 +#: src/scm/webid-oidc/errors.scm:116 #, scheme-format msgid "the value ~s does not identify an elleptic curve" msgstr "" -#: src/scm/webid-oidc/errors.scm:91 +#: src/scm/webid-oidc/errors.scm:121 #, scheme-format msgid "the value ~s does not identify a JWK (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:93 +#: src/scm/webid-oidc/errors.scm:123 #, scheme-format msgid "the value ~s does not identify a JWK" msgstr "" -#: src/scm/webid-oidc/errors.scm:96 +#: src/scm/webid-oidc/errors.scm:128 +#, scheme-format +msgid "the value ~s does not identify a public JWK (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:130 +#, scheme-format +msgid "the value ~s does not identify a public JWK" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:135 +#, scheme-format +msgid "the value ~s does not identify a private JWK (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:137 +#, scheme-format +msgid "the value ~s does not identify a private JWK" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:142 +#, scheme-format +msgid "the value ~s does not identify a JWKS (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:144 +#, scheme-format +msgid "the value ~s does not identify a JWKS" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:147 #, scheme-format msgid "the value ~s does not identify a hash algorithm" msgstr "" -#: src/scm/webid-oidc/errors.scm:101 +#: src/scm/webid-oidc/errors.scm:152 msgid "that’s it" msgstr "" -#: src/scm/webid-oidc/errors.scm:105 +#: src/scm/webid-oidc/errors.scm:156 #, scheme-format msgid "~a and ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:108 +#: src/scm/webid-oidc/errors.scm:159 #, scheme-format msgid "~a, ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:112 +#: src/scm/webid-oidc/errors.scm:163 msgid "there is an undefined variable" msgstr "" -#: src/scm/webid-oidc/errors.scm:114 +#: src/scm/webid-oidc/errors.scm:165 #, scheme-format msgid "the origin is ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:117 +#: src/scm/webid-oidc/errors.scm:168 #, scheme-format msgid "a message is attached: ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:120 +#: src/scm/webid-oidc/errors.scm:171 #, scheme-format msgid "the values ~s are problematic" msgstr "" -#: src/scm/webid-oidc/errors.scm:123 +#: src/scm/webid-oidc/errors.scm:174 msgid "there is a kind and args" msgstr "" -#: src/scm/webid-oidc/errors.scm:125 +#: src/scm/webid-oidc/errors.scm:176 msgid "there is an assertion failure" msgstr "" -#: src/scm/webid-oidc/errors.scm:127 +#: src/scm/webid-oidc/errors.scm:178 #, scheme-format msgid "Unhandled exception type ~a." msgstr "" -- cgit v1.2.3