summaryrefslogtreecommitdiff
path: root/po/fr.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/fr.po
parent328b4957d05fc9b0f9ff87f2a4932ae0296ab069 (diff)
Add an application state class to handle multi-threaded actions
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po15
1 files changed, 13 insertions, 2 deletions
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 "