From fe03ceb9f63030cb90837bbee57969cd18841153 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 1 Oct 2021 17:37:13 +0200 Subject: gui: make a widget to display an account --- po/POTFILES.in | 2 ++ po/disfluid.pot | 22 +++++++++++++++++++++- po/fr.po | 22 +++++++++++++++++++++- 3 files changed, 44 insertions(+), 2 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index c502f00..a0b72bd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -40,6 +40,7 @@ src/scm/webid-oidc/client/client.scm src/scm/webid-oidc/client/gui.scm src/scm/webid-oidc/client/gui/application.scm src/scm/webid-oidc/client/gui/application-hooks.scm +src/scm/webid-oidc/client/gui/account-widget.scm src/scm/webid-oidc/client/gui/client-widget.scm src/scm/webid-oidc/client/gui/settings.scm src/scm/webid-oidc/dpop-proof.scm @@ -75,4 +76,5 @@ src/scm/webid-oidc/stubs.scm src/scm/webid-oidc/testing.scm src/scm/webid-oidc/token-endpoint.scm src/scm/webid-oidc/web-i18n.scm +src/ui/account-widget.glade src/ui/client-widget.glade \ No newline at end of file diff --git a/po/disfluid.pot b/po/disfluid.pot index 1abf6d2..a7dfdc2 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-10-04 23:06+0200\n" +"POT-Creation-Date: 2021-10-04 23:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -632,6 +632,10 @@ msgstr "" msgid "The accounts changed: the main account is ~a, and the others are ~a.\n" msgstr "" +#: src/scm/webid-oidc/client/gui/account-widget.scm:81 +msgid "You don’t have set up an account yet." +msgstr "" + #: src/scm/webid-oidc/client/gui/client-widget.scm:86 #, scheme-format msgid "The client cannot be constructed: ~a\n" @@ -2206,6 +2210,22 @@ msgid "" "

" msgstr "" +#: src/ui/account-widget.glade:19 +msgid "Identity:" +msgstr "" + +#: src/ui/account-widget.glade:58 +msgid "Identity provider:" +msgstr "" + +#: src/ui/account-widget.glade:94 +msgid "Discard" +msgstr "" + +#: src/ui/account-widget.glade:107 +msgid "Use it" +msgstr "" + #: src/ui/client-widget.glade:19 msgid "Client ID:" msgstr "" diff --git a/po/fr.po b/po/fr.po index a27fa09..49a644c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: webid-oidc 0.0.0\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" -"POT-Creation-Date: 2021-10-04 23:06+0200\n" +"POT-Creation-Date: 2021-10-04 23:09+0200\n" "PO-Revision-Date: 2021-10-04 23:06+0200\n" "Last-Translator: Vivien Kraus \n" "Language-Team: French \n" @@ -686,6 +686,10 @@ msgid "The accounts changed: the main account is ~a, and the others are ~a.\n" msgstr "" "Les comptes ont changé : le compte principal est ~a, et les autres sont ~a.\n" +#: src/scm/webid-oidc/client/gui/account-widget.scm:81 +msgid "You don’t have set up an account yet." +msgstr "Vous n’avez pas encore défini de compte." + #: src/scm/webid-oidc/client/gui/client-widget.scm:86 #, scheme-format msgid "The client cannot be constructed: ~a\n" @@ -2593,6 +2597,22 @@ msgstr "" "

Vous voulez utiliser

~s
comme type d’offre, mais ce n’est pas " "supporté.

" +#: src/ui/account-widget.glade:19 +msgid "Identity:" +msgstr "Identité :" + +#: src/ui/account-widget.glade:58 +msgid "Identity provider:" +msgstr "Fournisseur d’identité :" + +#: src/ui/account-widget.glade:94 +msgid "Discard" +msgstr "Rejeter" + +#: src/ui/account-widget.glade:107 +msgid "Use it" +msgstr "L’utiliser" + #: src/ui/client-widget.glade:19 msgid "Client ID:" msgstr "Identifiant client :" -- cgit v1.2.3