summaryrefslogtreecommitdiff
path: root/po/disfluid.pot
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-26 18:49:03 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-01 12:32:20 +0200
commit92eb131fe69e2ffa81fb5207a9ce160f29b60a19 (patch)
tree979a0cd12b231c78c85e8f56b091d9c0e436bf53 /po/disfluid.pot
parente2fea447f29d276f025d99df638437ab7df89441 (diff)
gui: Bind the settings to scheme
Diffstat (limited to 'po/disfluid.pot')
-rw-r--r--po/disfluid.pot110
1 files changed, 107 insertions, 3 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index c624063..08e4e4d 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-23 17:43+0200\n"
+"POT-Creation-Date: 2021-09-29 12:33+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,6 +17,106 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: eu.planete_kraus.Disfluid.gschema.xml.in:4
+msgid "Client ID"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:5
+msgid ""
+"The client application needs a public presence on the world-wide web so that "
+"the identity provider can check it is not spoofed; this is the public URI "
+"where to obtain machine-readable information about the application"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:14
+msgid "Client key pair"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:15
+msgid ""
+"When creating new accounts, use this key pair to certify them (in the JWK "
+"format); an empty value will generate a new key pair"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:23
+msgid "Client redirect URI"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:24
+msgid ""
+"When receiving an authorization, the user’s browser is redirected to this "
+"URI, where the user should be presented with a code to paste into the "
+"application"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:34
+msgid "Account webid"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:35
+msgid "The accounts are tied to a particular user, through a webid"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:41
+msgid "Identity provider"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:42
+msgid "The account is certified by the server running at this URI"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:48
+msgid "JWK key pair"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:49
+msgid ""
+"Our account is certified to be used with a key pair that the application "
+"owns; the key is in the JWK format"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:56
+msgid "Header of the identity token"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:57
+msgid ""
+"How we verified the signature of the ID token; if the account needs to be "
+"refreshed then it may be empty"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:64
+msgid "Identity token"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:65
+msgid ""
+"The identity provider sent an ID token to remind us who you are; if the "
+"account needs to be refreshed it may be empty"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:72
+msgid "Access token"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:73
+msgid ""
+"This token is presented to the resource server when we authentify; it is "
+"bound to a key whose possession we need to prove at the same time; if the "
+"account needs to be refreshed it may be empty"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:82
+msgid "Refresh token"
+msgstr ""
+
+#: eu.planete_kraus.Disfluid.gschema.xml.in:83
+msgid ""
+"When the account expires, we present this token to the identity provider to "
+"refresh it; it is also bound to the key pair; if the user did not give us "
+"refresh permission it may be empty"
+msgstr ""
+
#: src/jwk/generate-key.c:52
#, c-format
msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n"
@@ -457,14 +557,18 @@ msgid ""
"pair.."
msgstr ""
-#: src/scm/webid-oidc/client/gui.scm:57
+#: src/scm/webid-oidc/client/gui.scm:58
msgid "Hello, world!\n"
msgstr ""
-#: src/scm/webid-oidc/client/gui.scm:62
+#: src/scm/webid-oidc/client/gui.scm:63
msgid "Hello, world!"
msgstr ""
+#: src/scm/webid-oidc/client/gui/settings.scm:202
+msgid "can only store 10 accounts"
+msgstr ""
+
#: src/scm/webid-oidc/dpop-proof.scm:111
#, scheme-format
msgid "the DPoP proof is signed for ~s, but it is issued to ~s"