summaryrefslogtreecommitdiff
path: root/po/disfluid.pot
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-15 11:24:11 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-09-15 12:41:49 +0200
commit244f18a9ebc1d5ed09248f9a2ce25fcdd10da484 (patch)
treef30d88336ba727519db239626d13a70b00dd9fd4 /po/disfluid.pot
parenta050fc5ee9c795742fc6bd0830dc657721628eb8 (diff)
Client API: add a pretty printer
Diffstat (limited to 'po/disfluid.pot')
-rw-r--r--po/disfluid.pot38
1 files changed, 19 insertions, 19 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index 2527da6..7a3ceca 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-15 12:40+0200\n"
+"POT-Creation-Date: 2021-09-15 12:41+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"
@@ -477,78 +477,78 @@ msgstr ""
msgid "the client manifest is dereferenced from ~s, but it pretends to be ~s"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:254
+#: src/scm/webid-oidc/client/accounts.scm:289
msgid "The refresh token has expired."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:261
+#: src/scm/webid-oidc/client/accounts.scm:296
#, scheme-format
msgid "The token request failed with code ~s (~s)."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:270
+#: src/scm/webid-oidc/client/accounts.scm:305
msgid "The token response did not set the content type."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:278
+#: src/scm/webid-oidc/client/accounts.scm:313
msgid "The token endpoint did not respond in UTF-8."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:290
+#: src/scm/webid-oidc/client/accounts.scm:325
#, scheme-format
msgid "The token response has content-type ~s, not application/json."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:300
+#: src/scm/webid-oidc/client/accounts.scm:335
msgid "The token response is not valid JSON."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:314
+#: src/scm/webid-oidc/client/accounts.scm:349
#, scheme-format
msgid "The token response did not include an ID token: ~s"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:322
+#: src/scm/webid-oidc/client/accounts.scm:357
#, scheme-format
msgid "The token response did not include an access token: ~s\n"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:333
+#: src/scm/webid-oidc/client/accounts.scm:368
#, scheme-format
msgid "the ID token signature is invalid: ~a"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:335
+#: src/scm/webid-oidc/client/accounts.scm:370
msgid "the ID token signature is invalid"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:353
+#: src/scm/webid-oidc/client/accounts.scm:388
#, 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:363
+#: src/scm/webid-oidc/client/accounts.scm:398
#, scheme-format
msgid "The ID token delivered by the identity provider ~s is for issuer ~s."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:378
+#: src/scm/webid-oidc/client/accounts.scm:413
msgid "The issuer is required."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:383
+#: src/scm/webid-oidc/client/accounts.scm:418
msgid "The optional subject and required issuer should be strings or URI."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:398
+#: src/scm/webid-oidc/client/accounts.scm:454
msgid "Cannot check the username and/or password."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:408
+#: src/scm/webid-oidc/client/accounts.scm:464
msgid "The subject should be a string or URI."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:422
+#: src/scm/webid-oidc/client/accounts.scm:478
msgid "The issuer should be a string or URI."
msgstr ""
@@ -563,7 +563,7 @@ msgstr ""
msgid "You already have an account for ~a issued by ~a."
msgstr ""
-#: src/scm/webid-oidc/client/client.scm:87
+#: src/scm/webid-oidc/client/client.scm:106
msgid ""
"Client ID and redirect URIs should be URIs, and key pair should be a key "
"pair.."