summaryrefslogtreecommitdiff
path: root/po/disfluid.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/disfluid.pot')
-rw-r--r--po/disfluid.pot108
1 files changed, 50 insertions, 58 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index fd646d9..030c1b2 100644
--- a/po/disfluid.pot
+++ b/po/disfluid.pot
@@ -277,9 +277,9 @@ msgid ""
msgstr ""
#: src/scm/webid-oidc/authorization-page-unsafe.scm:52
-#: src/scm/webid-oidc/client.scm:312 src/scm/webid-oidc/client.scm:329
-#: src/scm/webid-oidc/client.scm:346 src/scm/webid-oidc/hello-world.scm:147
+#: src/scm/webid-oidc/client.scm:193 src/scm/webid-oidc/hello-world.scm:147
#: src/scm/webid-oidc/identity-provider.scm:136
+#: src/scm/webid-oidc/server/endpoint/client.scm:153
#: src/scm/webid-oidc/server/endpoint/hello.scm:63
#: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:125
#: src/scm/webid-oidc/token-endpoint.scm:113
@@ -289,7 +289,7 @@ msgid "xml-lang|en"
msgstr ""
#: src/scm/webid-oidc/authorization-page-unsafe.scm:67
-#: src/scm/webid-oidc/client.scm:314
+#: src/scm/webid-oidc/server/endpoint/client.scm:155
msgid "page-title|Authorization"
msgstr ""
@@ -467,62 +467,16 @@ msgstr ""
msgid "cannot serve the public manifest"
msgstr ""
-#: src/scm/webid-oidc/client.scm:135
+#: src/scm/webid-oidc/client.scm:137
msgid "accept-language-header|en-us"
msgstr ""
-#: src/scm/webid-oidc/client.scm:182
-msgid "Example application"
+#: src/scm/webid-oidc/client.scm:196
+msgid "<h1>The request failed</h1>"
msgstr ""
-#: src/scm/webid-oidc/client.scm:209
-msgid "#:client-name should be a string"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:216
-msgid "#:client-uri should be an URI"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:225
-msgid "#:response-types should be a list of symbols"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:234
-msgid "#:grant-types should be a list of symbols"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:286 src/scm/webid-oidc/resource-server.scm:143
-msgid "reason-phrase|Not Modified"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:316
-msgid ""
-"You have been authorized. Please paste the following code in the application:"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:321
-msgid "reason-phrase|Invalid Request"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:331
-msgid "page-title|Error"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:333
-msgid "Your identity provider did not authorize you. :("
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:338
-#: src/scm/webid-oidc/identity-provider.scm:129
-msgid "reason-phrase|Not Found"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:348
-msgid "page-title|Not Found"
-msgstr ""
-
-#: src/scm/webid-oidc/client.scm:350
-msgid "This page does not exist on the server."
+#: src/scm/webid-oidc/client.scm:201 src/scm/webid-oidc/hello-world.scm:155
+msgid "<p>No more information.</p>"
msgstr ""
#: src/scm/webid-oidc/client/accounts.scm:118
@@ -1065,10 +1019,6 @@ msgstr ""
msgid "<h1>Please authenticate</h1>"
msgstr ""
-#: src/scm/webid-oidc/hello-world.scm:155
-msgid "<p>No more information.</p>"
-msgstr ""
-
#: src/scm/webid-oidc/http-link.scm:148
msgid "the #:anchor parameter should be a string or an URI reference"
msgstr ""
@@ -1117,6 +1067,10 @@ msgstr ""
msgid "Warning: generating a new key pair."
msgstr ""
+#: src/scm/webid-oidc/identity-provider.scm:129
+msgid "reason-phrase|Not Found"
+msgstr ""
+
#: src/scm/webid-oidc/jti.scm:59
#, scheme-format
msgid "a replay has been detected with JTI ~s"
@@ -2107,6 +2061,11 @@ msgstr ""
msgid "reason-phrase|Precondition Failed"
msgstr ""
+#: src/scm/webid-oidc/resource-server.scm:143
+#: src/scm/webid-oidc/server/endpoint/client.scm:123
+msgid "reason-phrase|Not Modified"
+msgstr ""
+
#: src/scm/webid-oidc/resource-server.scm:165
msgid "The owner is not defined."
msgstr ""
@@ -2246,6 +2205,39 @@ msgid ""
"<p>There is an access token and a DPoP proof, but one or both is invalid.</p>"
msgstr ""
+#: src/scm/webid-oidc/server/endpoint/client.scm:70
+msgid "Example Solid Application"
+msgstr ""
+
+#: src/scm/webid-oidc/server/endpoint/client.scm:81
+msgid "#:client-uri should be an URI"
+msgstr ""
+
+#: src/scm/webid-oidc/server/endpoint/client.scm:100
+#, scheme-format
+msgid "#:~a element ~a should be a string or a symbol"
+msgstr ""
+
+#: src/scm/webid-oidc/server/endpoint/client.scm:106
+#, scheme-format
+msgid "#:~a should be a list"
+msgstr ""
+
+#: src/scm/webid-oidc/server/endpoint/client.scm:157
+msgid ""
+"You have been authorized. Please paste the following code in the application:"
+msgstr ""
+
+#: src/scm/webid-oidc/server/endpoint/client.scm:164
+msgid "reason-phrase|Invalid Request"
+msgstr ""
+
+#: src/scm/webid-oidc/server/endpoint/client.scm:166
+msgid ""
+"This page should obtain a code from your identity provider, but none has "
+"been provided."
+msgstr ""
+
#: src/scm/webid-oidc/server/endpoint/hello.scm:57
msgid "<p>You are not authentified.</p>"
msgstr ""