summaryrefslogtreecommitdiff
path: root/po/webid-oidc.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/webid-oidc.pot')
-rw-r--r--po/webid-oidc.pot109
1 files changed, 109 insertions, 0 deletions
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index 63927e0..b974da8 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -722,11 +722,13 @@ msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:147
#: src/scm/webid-oidc/reverse-proxy.scm:124
#: src/scm/webid-oidc/hello-world.scm:32 src/scm/webid-oidc/client.scm:606
+#: src/scm/webid-oidc/example-app.scm:101
msgid "command-line|version"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:149
#: src/scm/webid-oidc/hello-world.scm:34 src/scm/webid-oidc/client.scm:608
+#: src/scm/webid-oidc/example-app.scm:103
msgid "comand-line|help"
msgstr ""
@@ -849,6 +851,7 @@ msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:262
#: src/scm/webid-oidc/reverse-proxy.scm:207
#: src/scm/webid-oidc/hello-world.scm:60 src/scm/webid-oidc/client.scm:684
+#: src/scm/webid-oidc/example-app.scm:143
#, scheme-format
msgid "~a version ~a\n"
msgstr ""
@@ -1214,3 +1217,109 @@ msgstr ""
#: src/scm/webid-oidc/client.scm:715
msgid "The client URI should be an URI.\n"
msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:36
+#, scheme-format
+msgid "~a.\t~a, certified by ~a;\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:47
+#, scheme-format
+msgid "~a – ~a\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:66
+#, scheme-format
+msgid "I’m expecting a number between ~a and ~a.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:73
+msgid "Please enter an URI to GET: "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:92
+#, scheme-format
+msgid "Sending a request: ~s\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:111
+#, scheme-format
+msgid ""
+"Usage: ~a [OPTIONS]...\n"
+"\n"
+"Demonstrate a webid-oidc application.\n"
+"\n"
+"Options:\n"
+" -h, --help:\n"
+" display this help message and exit.\n"
+" -v, --version:\n"
+" display the version information (~a) and exit.\n"
+"\n"
+"Environment variables:\n"
+"\n"
+" LANG: set the locale. Currently ~a.\n"
+"\n"
+" XDG_CACHE_HOME: where the seed for the key generator is\n"
+"stored. Currently ~a.\n"
+"\n"
+" XDG_DATA_HOME: where the login credentials are stored. Currently ~a.\n"
+"\n"
+" HOME: to compute a default value for XDG_CACHE_HOME and\n"
+"XDG_DATA_HOME, if missing. Currently ~a.\n"
+"\n"
+"If you find a bug, send a report to ~a.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:147
+msgid "First, let’s log in. Here are your options:\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:149
+msgid "0.\tLog in with a different identity.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:154
+#: src/scm/webid-oidc/example-app.scm:173
+msgid "Please indicate your choice number: "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:159
+msgid "Please enter your webid, or identity server: "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:169
+msgid "There are different possible identity providers for your webid:\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:176
+#, scheme-format
+msgid ""
+"Please visit the following URI with a web browser:\n"
+"~a\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:178
+msgid "Please paste your authorization code: "
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:188
+#, scheme-format
+msgid ""
+"Log in success. Keep this identity token for yourself:\n"
+"\n"
+"~a\n"
+"\n"
+"Now, you can do authenticated request by presenting the following access "
+"token:\n"
+"\n"
+"~a\n"
+"\n"
+"and signing DPoP proofs with the following key:\n"
+"\n"
+"~a\n"
+msgstr ""
+
+#: src/scm/webid-oidc/example-app.scm:209
+#, scheme-format
+msgid "There was an error: ~a\n"
+msgstr ""