summaryrefslogtreecommitdiff
path: root/po/disfluid.pot
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-30 19:51:38 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-04 22:57:58 +0200
commit9e2873b126bff9e0d13d2953729def4b0b3cd73e (patch)
tree081f72cb31579300fe4b5228abea8e67ec826897 /po/disfluid.pot
parent4a144d76950ac002996c3941c1eb4a5a6de6a661 (diff)
Client manifest: use GOOPS
Diffstat (limited to 'po/disfluid.pot')
-rw-r--r--po/disfluid.pot76
1 files changed, 40 insertions, 36 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index e1692ba..0187767 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 22:50+0200\n"
+"POT-Creation-Date: 2021-10-04 22:52+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"
@@ -238,6 +238,7 @@ msgid "#:webid should be an URI"
msgstr ""
#: src/scm/webid-oidc/access-token.scm:122
+#: src/scm/webid-oidc/client-manifest.scm:212
msgid "#:client-id should be an URI"
msgstr ""
@@ -390,74 +391,77 @@ msgstr ""
msgid "Unsupported delegate catalog URI scheme: ~s\n"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:111
+#: src/scm/webid-oidc/client-manifest.scm:143
#, scheme-format
-msgid "this is not a client manifest: ~a"
+msgid "cannot fetch a client manifest: ~a"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:113
-msgid "this is not a client manifest"
+#: src/scm/webid-oidc/client-manifest.scm:145
+msgid "cannot fetch a client manifest"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:117
-msgid ""
-"<p>The client manifest could\n"
-"not be queried. It can be because the client application is down, or\n"
-"it is incomplete, or unusable for other reasons.</p>"
+#: src/scm/webid-oidc/client-manifest.scm:154
+#, scheme-format
+msgid "the server responded with code ~a"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:144
+#: src/scm/webid-oidc/client-manifest.scm:157
#, scheme-format
-msgid "the client manifest is missing ~s"
+msgid "The server hosting your application responded with code ~a."
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:155
-#, scheme-format
-msgid "~s is an invalid \"client_id\" value, because it is not an URI"
+#: src/scm/webid-oidc/client-manifest.scm:166
+#: src/scm/webid-oidc/client-manifest.scm:195
+msgid "the client manifest does not have a client_id field"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:160
-msgid "at least one of the redirect URIs is not a proper URI"
+#: src/scm/webid-oidc/client-manifest.scm:168
+#: src/scm/webid-oidc/client-manifest.scm:197
+msgid ""
+"The server hosting your application does not behave correctly, because it "
+"lacks the client_id field."
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:162
-msgid "the \"redirect_uris\" field should be a vector of URIs"
+#: src/scm/webid-oidc/client-manifest.scm:188
+msgid "the client manifest does not have a redirect_uris field"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:167
-msgid "the client manifest should be a JSON object"
+#: src/scm/webid-oidc/client-manifest.scm:190
+msgid ""
+"The server hosting your application does not behave correctly, because it "
+"lacks the redirect_uris field."
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:189
+#: src/scm/webid-oidc/client-manifest.scm:203
#, scheme-format
-msgid "the client manifest does not allow ~s as a redirection uri"
+msgid "the client manifest under ~s has a client_id of ~s"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:193
-#, scheme-format
+#: src/scm/webid-oidc/client-manifest.scm:207
msgid ""
-"<p>The application wants to get your\n"
-"authorization through <strong>~s</strong>, which is not\n"
-"approved.</p>"
+"The application you want to use does not control the domain name it appears "
+"to represent."
msgstr ""
#: src/scm/webid-oidc/client-manifest.scm:221
-msgid "cannot serve the public manifest"
+msgid "#:redirect-uris should be a list of URIs"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:240
+#: src/scm/webid-oidc/client-manifest.scm:231
#, scheme-format
-msgid "cannot fetch the client manifest ~s: ~a"
+msgid "the client manifest does not allow ~s as a redirection uri"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:243
+#: src/scm/webid-oidc/client-manifest.scm:235
#, scheme-format
-msgid "cannot fetch the client manifest ~s"
+msgid ""
+"<p>The application wants to get your\n"
+"authorization through <strong>~s</strong>, which is not\n"
+"approved.</p>"
msgstr ""
-#: src/scm/webid-oidc/client-manifest.scm:262
-#, scheme-format
-msgid "the client manifest is dereferenced from ~s, but it pretends to be ~s"
+#: src/scm/webid-oidc/client-manifest.scm:263
+msgid "cannot serve the public manifest"
msgstr ""
#: src/scm/webid-oidc/client/accounts.scm:239