summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-14 21:55:05 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-09-15 12:41:09 +0200
commita050fc5ee9c795742fc6bd0830dc657721628eb8 (patch)
treec9084e51ab10a3b5f3bd00aa9ea1d157e8291ae2 /po
parent328b4957d05fc9b0f9ff87f2a4932ae0296ab069 (diff)
Add an application state class to handle multi-threaded actions
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
-rw-r--r--po/disfluid.pot13
-rw-r--r--po/fr.po15
3 files changed, 26 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e485ef5..ceb991f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -34,6 +34,7 @@ src/scm/webid-oidc/catalog.scm
src/scm/webid-oidc/client-manifest.scm
src/scm/webid-oidc/client.scm
src/scm/webid-oidc/client/accounts.scm
+src/scm/webid-oidc/client/application.scm
src/scm/webid-oidc/client/client.scm
src/scm/webid-oidc/dpop-proof.scm
src/scm/webid-oidc/errors.scm
diff --git a/po/disfluid.pot b/po/disfluid.pot
index 00ee614..2527da6 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-14 16:04+0200\n"
+"POT-Creation-Date: 2021-09-15 12:40+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"
@@ -552,6 +552,17 @@ msgstr ""
msgid "The issuer should be a string or URI."
msgstr ""
+#: src/scm/webid-oidc/client/application.scm:267
+#, scheme-format
+msgid ""
+"You already have an account for ~a issued by ~a and it is currently selected."
+msgstr ""
+
+#: src/scm/webid-oidc/client/application.scm:286
+#, scheme-format
+msgid "You already have an account for ~a issued by ~a."
+msgstr ""
+
#: src/scm/webid-oidc/client/client.scm:87
msgid ""
"Client ID and redirect URIs should be URIs, and key pair should be a key "
diff --git a/po/fr.po b/po/fr.po
index 87dc146..7422bb2 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: webid-oidc 0.0.0\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
-"POT-Creation-Date: 2021-09-14 16:04+0200\n"
-"PO-Revision-Date: 2021-09-14 16:02+0200\n"
+"POT-Creation-Date: 2021-09-15 12:40+0200\n"
+"PO-Revision-Date: 2021-09-15 12:41+0200\n"
"Last-Translator: Vivien Kraus <vivien@planete-kraus.eu>\n"
"Language-Team: French <vivien@planete-kraus.eu>\n"
"Language: fr\n"
@@ -577,6 +577,17 @@ msgstr "Le sujet doit être une chaîne de caractères ou une URI."
msgid "The issuer should be a string or URI."
msgstr "L’émetteur doit être une chaîne de caractères ou une URI."
+#: src/scm/webid-oidc/client/application.scm:267
+#, scheme-format
+msgid ""
+"You already have an account for ~a issued by ~a and it is currently selected."
+msgstr "Vous avez déjà un compte pour ~a émis par ~a et il est actuellement sélectionné."
+
+#: src/scm/webid-oidc/client/application.scm:286
+#, scheme-format
+msgid "You already have an account for ~a issued by ~a."
+msgstr "Vous avez déjà un compte pour ~a émis par ~a."
+
#: src/scm/webid-oidc/client/client.scm:87
msgid ""
"Client ID and redirect URIs should be URIs, and key pair should be a key "