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.pot92
1 files changed, 85 insertions, 7 deletions
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index 2f7d082..306f186 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -721,12 +721,12 @@ msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:148
#: src/scm/webid-oidc/reverse-proxy.scm:124
-#: src/scm/webid-oidc/hello-world.scm:31
+#: src/scm/webid-oidc/hello-world.scm:31 src/scm/webid-oidc/client.scm:618
msgid "command-line|version"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:150
-#: src/scm/webid-oidc/hello-world.scm:33
+#: src/scm/webid-oidc/hello-world.scm:33 src/scm/webid-oidc/client.scm:620
msgid "comand-line|help"
msgstr ""
@@ -759,17 +759,17 @@ msgid "comand-line|token-endpoint-uri"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:166
-#: src/scm/webid-oidc/hello-world.scm:35
+#: src/scm/webid-oidc/hello-world.scm:35 src/scm/webid-oidc/client.scm:630
msgid "comand-line|port"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:168
-#: src/scm/webid-oidc/reverse-proxy.scm:136
+#: src/scm/webid-oidc/reverse-proxy.scm:136 src/scm/webid-oidc/client.scm:632
msgid "comand-line|log-file"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:170
-#: src/scm/webid-oidc/reverse-proxy.scm:138
+#: src/scm/webid-oidc/reverse-proxy.scm:138 src/scm/webid-oidc/client.scm:634
msgid "comand-line|error-file"
msgstr ""
@@ -848,7 +848,7 @@ msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:267
#: src/scm/webid-oidc/reverse-proxy.scm:210
-#: src/scm/webid-oidc/hello-world.scm:61
+#: src/scm/webid-oidc/hello-world.scm:61 src/scm/webid-oidc/client.scm:699
#, scheme-format
msgid "~a version ~a\n"
msgstr ""
@@ -883,11 +883,12 @@ msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:327
#: src/scm/webid-oidc/reverse-proxy.scm:238
-#: src/scm/webid-oidc/hello-world.scm:72
+#: src/scm/webid-oidc/hello-world.scm:72 src/scm/webid-oidc/client.scm:737
msgid "The port should be a number between 0 and 65535.\n"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:346
+#: src/scm/webid-oidc/client.scm:748
#, scheme-format
msgid "~a: Internal server error: ~a\n"
msgstr ""
@@ -1137,3 +1138,80 @@ msgid ""
" -p PORT, --port=~a:\n"
" set the port to bind.\n"
msgstr ""
+
+#: src/scm/webid-oidc/client.scm:622
+msgid "comand-line|client-id"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:624
+msgid "comand-line|redirect-uri"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:626
+msgid "comand-line|client-name"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:628
+msgid "comand-line|client-uri"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:649
+#, scheme-format
+msgid ""
+"Usage: ~a [OPTIONS]...\n"
+"\n"
+"Serve public pages for an application.\n"
+"\n"
+"Options:\n"
+" -h, --~a:\n"
+" display this help message and exit.\n"
+" -v, --~a:\n"
+" display the version information (~a) and exit.\n"
+" -i URI, --~a=URI:\n"
+" set the webid of the client.\n"
+" -r FILE, --~a=URI:\n"
+" set the redirection URI where to get the authorization code.\n"
+" -n NAME, --~a=NAME:\n"
+" set the name of the application.\n"
+" -u URI, --~a=URI:\n"
+" set the address of the application (informative).\n"
+" -p PORT, --~a=PORT:\n"
+" set the port to bind (instead of 8080).\n"
+" -l FILE.log, --~a=FILE.log:\n"
+" dump the standard output to that file.\n"
+" -e FILE.err, --~a=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:722
+msgid "You need to set the client ID as an URI.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:726
+msgid "You need to set the redirect URI.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/client.scm:730
+msgid "The client URI should be an URI.\n"
+msgstr ""