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.pot93
1 files changed, 85 insertions, 8 deletions
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index 0564bb9..63927e0 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webid-oidc SNAPSHOT\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
-"POT-Creation-Date: 2021-05-10 23:06+0200\n"
+"POT-Creation-Date: 2021-05-10 23:11+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"
@@ -721,12 +721,12 @@ 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/hello-world.scm:32 src/scm/webid-oidc/client.scm:606
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/hello-world.scm:34 src/scm/webid-oidc/client.scm:608
msgid "comand-line|help"
msgstr ""
@@ -759,17 +759,17 @@ msgid "comand-line|token-endpoint-uri"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:165
-#: src/scm/webid-oidc/hello-world.scm:36
+#: src/scm/webid-oidc/hello-world.scm:36 src/scm/webid-oidc/client.scm:618
msgid "comand-line|port"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:167
-#: src/scm/webid-oidc/reverse-proxy.scm:136
+#: src/scm/webid-oidc/reverse-proxy.scm:136 src/scm/webid-oidc/client.scm:620
msgid "comand-line|log-file"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:169
-#: src/scm/webid-oidc/reverse-proxy.scm:138
+#: src/scm/webid-oidc/reverse-proxy.scm:138 src/scm/webid-oidc/client.scm:622
msgid "comand-line|error-file"
msgstr ""
@@ -848,7 +848,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/hello-world.scm:60 src/scm/webid-oidc/client.scm:684
#, scheme-format
msgid "~a version ~a\n"
msgstr ""
@@ -883,11 +883,12 @@ msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:322
#: src/scm/webid-oidc/reverse-proxy.scm:235
-#: src/scm/webid-oidc/hello-world.scm:71
+#: src/scm/webid-oidc/hello-world.scm:71 src/scm/webid-oidc/client.scm:722
msgid "The port should be a number between 0 and 65535.\n"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:341
+#: src/scm/webid-oidc/client.scm:733
#, scheme-format
msgid "~a: Internal server error: ~a\n"
msgstr ""
@@ -1137,3 +1138,79 @@ msgid ""
" -p PORT, --port=8080:\n"
" set the port to bind.\n"
msgstr ""
+
+#: src/scm/webid-oidc/client.scm:610
+msgid "comand-line|client-id"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:612
+msgid "comand-line|redirect-uri"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:614
+msgid "comand-line|client-name"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:616
+msgid "comand-line|client-uri"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:637
+#, scheme-format
+msgid ""
+"Usage: ~a [OPTIONS]...\n"
+"\n"
+"Serve public pages for an 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"
+" -i URI, --client-id=URI:\n"
+" set the webid of the client.\n"
+" -r FILE, --redirect-uri=URI:\n"
+" set the redirection URI where to get the authorization code.\n"
+" -n NAME, --client-name=NAME:\n"
+" set the name of the application.\n"
+" -u URI, --client-uri=URI:\n"
+" set the address of the application (informative).\n"
+" -p PORT, --port=PORT:\n"
+" set the port to bind (instead of 8080).\n"
+" -l FILE.log, --log-file=FILE.log:\n"
+" dump the standard output to that file.\n"
+" -e FILE.err, --error-file=FILE.err:\n"
+" dump the standard error to that file.\n"
+"\n"
+"Environment variables:\n"
+"\n"
+" LANG: set the locale of the sysadmin-facing interface, for log files\n"
+"and command-line interface. It is currently ~a.\n"
+"\n"
+"Example used in webid-oidc-demo.planete-kraus.eu (except it’s managed\n"
+"by shepherd in reality):\n"
+"\n"
+" export LANG=C\n"
+" webid-oidc-client-service \\\n"
+" --client-id https://webid-oidc-demo.planete-kraus.eu/example-"
+"application#id \\\n"
+" --redirect-uri https://webid-oidc-demo.planete-kraus.eu/authorized \\\n"
+" --client-name 'Example Solid Application' \\\n"
+" --client-uri 'https://webid-oidc.planete-kraus.eu/Running-a-client."
+"html#Running-a-client' \\\n"
+" --port $PORT\n"
+"\n"
+"If you find a bug, send a report to ~a.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:707
+msgid "You need to set the client ID as an URI.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:711
+msgid "You need to set the redirect URI.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:715
+msgid "The client URI should be an URI.\n"
+msgstr ""