summaryrefslogtreecommitdiff
path: root/po/disfluid.pot
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-02 12:03:00 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-04 23:14:38 +0200
commitfd3b4c9747bc631a900a881bfdaadc65124cf0d1 (patch)
tree403b0611351694ee525ef85e3798017450244ecd /po/disfluid.pot
parent20a1d5236ded1738c6007bd9617a913e2c798a8c (diff)
accounts: Expect a reason for an authorization prompt
Diffstat (limited to 'po/disfluid.pot')
-rw-r--r--po/disfluid.pot53
1 files changed, 34 insertions, 19 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index 8155a56..b9857d7 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-10-04 23:12+0200\n"
+"POT-Creation-Date: 2021-10-04 23:13+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"
@@ -525,78 +525,93 @@ msgstr ""
msgid "This page does not exist on the server."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:239
+#: src/scm/webid-oidc/client/accounts.scm:118
+#, scheme-format
+msgid "an authorization code is required: ~s, it can be obtained at ~s"
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:121
+#, scheme-format
+msgid "an authorization code is required, it can be obtained at ~s"
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:212
+#, scheme-format
+msgid "the application wants to manage your account at ~s"
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:244
msgid "The refresh token has expired."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:246
+#: src/scm/webid-oidc/client/accounts.scm:251
#, scheme-format
msgid "The token request failed with code ~s (~s)."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:255
+#: src/scm/webid-oidc/client/accounts.scm:260
msgid "The token response did not set the content type."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:263
+#: src/scm/webid-oidc/client/accounts.scm:268
msgid "The token endpoint did not respond in UTF-8."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:275
+#: src/scm/webid-oidc/client/accounts.scm:280
#, scheme-format
msgid "The token response has content-type ~s, not application/json."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:285
+#: src/scm/webid-oidc/client/accounts.scm:290
msgid "The token response is not valid JSON."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:299
+#: src/scm/webid-oidc/client/accounts.scm:304
#, scheme-format
msgid "The token response did not include an ID token: ~s"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:307
+#: src/scm/webid-oidc/client/accounts.scm:312
#, scheme-format
msgid "The token response did not include an access token: ~s\n"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:318
+#: src/scm/webid-oidc/client/accounts.scm:323
#, scheme-format
msgid "the ID token signature is invalid: ~a"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:320
+#: src/scm/webid-oidc/client/accounts.scm:325
msgid "the ID token signature is invalid"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:336
+#: src/scm/webid-oidc/client/accounts.scm:341
#, 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:346
+#: src/scm/webid-oidc/client/accounts.scm:351
#, scheme-format
msgid "The ID token delivered by the identity provider ~s is for issuer ~s."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:361
+#: src/scm/webid-oidc/client/accounts.scm:366
msgid "The issuer is required."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:366
+#: src/scm/webid-oidc/client/accounts.scm:371
msgid "The optional subject and required issuer should be strings or URI."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:382
+#: src/scm/webid-oidc/client/accounts.scm:387
msgid "Cannot check the username and/or password."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:392
+#: src/scm/webid-oidc/client/accounts.scm:397
msgid "The subject should be a string or URI."
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:406
+#: src/scm/webid-oidc/client/accounts.scm:411
msgid "The issuer should be a string or URI."
msgstr ""
@@ -801,7 +816,7 @@ msgstr ""
#: src/scm/webid-oidc/example-app.scm:298
#, scheme-format
-msgid "To log in on ~a, please visit: ~a\n"
+msgid "Your authorization is required: ~a, please visit: ~a\n"
msgstr ""
#: src/scm/webid-oidc/example-app.scm:301