summaryrefslogtreecommitdiff
path: root/po/disfluid.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/disfluid.pot')
-rw-r--r--po/disfluid.pot361
1 files changed, 263 insertions, 98 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index 700afde..00ee614 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-13 20:29+0200\n"
+"POT-Creation-Date: 2021-09-14 16:04+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"
@@ -17,10 +17,20 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: src/jwk/generate-key.c:52
+#, c-format
+msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n"
+msgstr ""
+
#: src/libwebidoidc.c:29
msgid "This is the main function."
msgstr ""
+#: src/random/generate-random.c:47
+#, c-format
+msgid "Usage: generate-random [NUMBER OF BYTES]\n"
+msgstr ""
+
#: src/random/random.c:217
#, c-format
msgid "Could not set the global random generator up.\n"
@@ -112,16 +122,6 @@ msgid ""
"webid_oidc_random_init first.\n"
msgstr ""
-#: src/random/generate-random.c:47
-#, c-format
-msgid "Usage: generate-random [NUMBER OF BYTES]\n"
-msgstr ""
-
-#: src/jwk/generate-key.c:52
-#, c-format
-msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n"
-msgstr ""
-
#: src/scm/webid-oidc/access-token.scm:72
#, scheme-format
msgid "this is not an access token, because it is not even a JWS: ~a"
@@ -407,61 +407,6 @@ msgstr ""
msgid "Unsupported delegate catalog URI scheme: ~s\n"
msgstr ""
-#: src/scm/webid-oidc/client/accounts.scm:410
-msgid "The refresh token has expired."
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:417
-#, scheme-format
-msgid "The token request failed with code ~s (~s)."
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:426
-msgid "The token response did not set the content type."
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:434
-msgid "The token endpoint did not respond in UTF-8."
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:446
-#, scheme-format
-msgid "The token response has content-type ~s, not application/json."
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:456
-msgid "The token response is not valid JSON."
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:469
-#, scheme-format
-msgid "The token response did not include an ID token: ~s"
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:477
-#, scheme-format
-msgid "The token response did not include an access token: ~s\n"
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:488
-#, scheme-format
-msgid "the ID token signature is invalid: ~a"
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:490
-msgid "the ID token signature is invalid"
-msgstr ""
-
-#: src/scm/webid-oidc/client/accounts.scm:508
-#, 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:517
-#, scheme-format
-msgid "The ID token delivered by the identity provider ~s is for issuer ~s."
-msgstr ""
-
#: src/scm/webid-oidc/client-manifest.scm:111
#, scheme-format
msgid "this is not a client manifest: ~a"
@@ -532,6 +477,87 @@ msgstr ""
msgid "the client manifest is dereferenced from ~s, but it pretends to be ~s"
msgstr ""
+#: src/scm/webid-oidc/client/accounts.scm:254
+msgid "The refresh token has expired."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:261
+#, scheme-format
+msgid "The token request failed with code ~s (~s)."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:270
+msgid "The token response did not set the content type."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:278
+msgid "The token endpoint did not respond in UTF-8."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:290
+#, scheme-format
+msgid "The token response has content-type ~s, not application/json."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:300
+msgid "The token response is not valid JSON."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:314
+#, scheme-format
+msgid "The token response did not include an ID token: ~s"
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:322
+#, scheme-format
+msgid "The token response did not include an access token: ~s\n"
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:333
+#, scheme-format
+msgid "the ID token signature is invalid: ~a"
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:335
+msgid "the ID token signature is invalid"
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:353
+#, 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
+#, 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
+msgid "The issuer is required."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:383
+msgid "The optional subject and required issuer should be strings or URI."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:398
+msgid "Cannot check the username and/or password."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:408
+msgid "The subject should be a string or URI."
+msgstr ""
+
+#: src/scm/webid-oidc/client/accounts.scm:422
+msgid "The issuer should be a string or URI."
+msgstr ""
+
+#: src/scm/webid-oidc/client/client.scm:87
+msgid ""
+"Client ID and redirect URIs should be URIs, and key pair should be a key "
+"pair.."
+msgstr ""
+
#: src/scm/webid-oidc/dpop-proof.scm:91
#, scheme-format
msgid "this is not a DPoP proof, because it is not even a JWS: ~a"
@@ -644,63 +670,202 @@ msgstr ""
msgid "cannot encode a DPoP proof"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:58
-msgid "Main menu:\n"
+#: src/scm/webid-oidc/example-app.scm:98
+#, scheme-format
+msgid "~a (issued by ~a): no interaction required"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:61
+#: src/scm/webid-oidc/example-app.scm:101
#, scheme-format
-msgid "~a. Log in with ~a (issued by ~a): ~a\n"
+msgid "~a (issued by ~a): offline but accessible"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:66
-msgid "a new user"
+#: src/scm/webid-oidc/example-app.scm:104
+#, scheme-format
+msgid "~a (issued by ~a): online"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:69
-msgid "status|currently logged in"
+#: src/scm/webid-oidc/example-app.scm:107
+#, scheme-format
+msgid "~a (issued by ~a): inaccessible"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:120
+#, scheme-format
+msgid "Your choice ~a does not exist.\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:71
-msgid "status|offline (but accessible)"
+#: src/scm/webid-oidc/example-app.scm:138
+msgid "Your choice is not a valid URI.\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:72
-msgid "status|offline (inaccessible)"
+#: src/scm/webid-oidc/example-app.scm:147
+msgid "This is not a valid HTTP method.\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:74
-msgid ""
-"Type a number to log in, prefix it with '-' to delete the account, or type + "
-"to create a new account.\n"
+#: src/scm/webid-oidc/example-app.scm:163
+msgid "This is not a valid value for this header.\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:83
+#: src/scm/webid-oidc/example-app.scm:201
+msgid "Nothing to undo.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:213
+msgid "Nothing to redo.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:273
+msgid "Example app command|add-account"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:275
+msgid "Example app command|choose-account"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:277
+msgid "Example app command|set-uri"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:279
+msgid "Example app command|set-method"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:281
+msgid "Example app command|view-headers"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:283
+msgid "Example app command|clear-headers"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:285
+msgid "Example app command|add-header"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:287
+msgid "Example app command|ok"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:289
+msgid "Example app command|undo"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:291
+msgid "Example app command|redo"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:301
#, scheme-format
-msgid "Please visit: ~a\n"
+msgid "To log in on ~a, please visit: ~a\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:84
+#: src/scm/webid-oidc/example-app.scm:304
msgid "Then, paste the authorization code you get:\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:98
+#: src/scm/webid-oidc/example-app.scm:322
#, scheme-format
-msgid "I could not negociate an access token. ~a"
+msgid ""
+"Account: ~a\n"
+"URI: ~a\n"
+"Method: ~a\n"
+"Headers: ~a\n"
+"\n"
+"Available commands:\n"
+" - ~a: add an account\n"
+" - ~a: change the account\n"
+" - ~a: change the URI\n"
+" - ~a: change the method\n"
+" - ~a: view all headers\n"
+" - ~a: clear all the headers\n"
+" - ~a: add a new header\n"
+" - ~a: perform the request.\n"
+"\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:341
+msgid "Account:|unset"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:345
+msgid "URI:|unset"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:349
+msgid "Method:|unset"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:352
+msgid "Headers:|none"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:356
+msgid "list separator|, "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:366
+#, scheme-format
+msgid "You can undo your last command with \"~a\".\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:368
+#, scheme-format
+msgid "You can re-apply your last undone command with \"~a\".\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:369
+msgid "Readline prompt|Command: "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:376
+#, scheme-format
+msgid "An error happened: ~a.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:388
+msgid "Please enter your identity provider: "
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:102
+#: src/scm/webid-oidc/example-app.scm:394
msgid ""
-"The refresh token has expired, it is not possible to use that account "
-"offline.\n"
+"You don’t have other accounts available. Please add one with \"add-account"
+"\".\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:107
-msgid "Please enter an URI to GET:\n"
+#: src/scm/webid-oidc/example-app.scm:400
+#, scheme-format
+msgid "- ~a: ~a\n"
msgstr ""
-#: src/scm/webid-oidc/example-app.scm:132
-msgid "Please type your identity provider:\n"
+#: src/scm/webid-oidc/example-app.scm:408
+#, scheme-format
+msgid "[1-~a] "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:416
+msgid "Visit this URI: "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:422
+msgid "Use this HTTP method [GET]: "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:438
+msgid "Which header? "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:441
+#, scheme-format
+msgid "Which header value for ~a? "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:464
+msgid "Please define an account and the URI.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:471
+msgid "I don’t know that command.\n"
msgstr ""
#: src/scm/webid-oidc/fetch.scm:59
@@ -1917,6 +2082,10 @@ msgstr ""
msgid "#:endpoint argument is not present or not an URI."
msgstr ""
+#: src/scm/webid-oidc/serve.scm:76
+msgid "content negociation failed while serving a request"
+msgstr ""
+
#: src/scm/webid-oidc/server/create.scm:85
#, scheme-format
msgid "only text/turtle is allowed for the target of a POST request, not ~s"
@@ -1936,10 +2105,6 @@ msgstr ""
msgid "the auxiliary resource of type ~s at ~s is absent"
msgstr ""
-#: src/scm/webid-oidc/serve.scm:76
-msgid "content negociation failed while serving a request"
-msgstr ""
-
#: src/scm/webid-oidc/simulation.scm:130
#, scheme-format
msgid "invalid credentials: response ~s ~s"