summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-27 19:28:50 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 15:44:24 +0200
commit7c81a49d762e67b21c99a95b86d1e7886d91de02 (patch)
tree41134870f6edc1b7b5567638f3740758ba5d0fe4 /po
parent9012da74345b0eea06ab36c93f2f36d5584a014c (diff)
Add a base64 encoder and decoder
Diffstat (limited to 'po')
-rw-r--r--po/fr.po90
-rw-r--r--po/webid-oidc.pot53
2 files changed, 100 insertions, 43 deletions
diff --git a/po/fr.po b/po/fr.po
index 88e7661..6fcba28 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-06-05 16:09+0200\n"
+"POT-Creation-Date: 2021-06-05 16:10+0200\n"
"PO-Revision-Date: 2021-06-05 11:07+0200\n"
"Last-Translator: Vivien Kraus <vivien@planete-kraus.eu>\n"
"Language-Team: French <vivien@planete-kraus.eu>\n"
@@ -12,14 +12,61 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: src/libwebidoidc.c:6
+#: src/libwebidoidc.c:7
msgid "This is the main function."
msgstr "Ceci est la fonction principale."
-#: src/scm/webid-oidc/errors.scm:25
+#: src/scm/webid-oidc/errors.scm:35
msgid "that’s how it is"
msgstr "c’est comme ça"
+#: src/scm/webid-oidc/errors.scm:40
+#, scheme-format
+msgid "the value ~s is not a base64 string (because ~a)"
+msgstr "la valeur ~s n’est pas une chaîne base64 (parce que ~a)"
+
+#: src/scm/webid-oidc/errors.scm:45
+msgid "that’s it"
+msgstr "c’est tout"
+
+#: src/scm/webid-oidc/errors.scm:49
+#, scheme-format
+msgid "~a and ~a"
+msgstr "~a et ~a"
+
+#: src/scm/webid-oidc/errors.scm:52
+#, scheme-format
+msgid "~a, ~a"
+msgstr "~a, ~a"
+
+#: src/scm/webid-oidc/errors.scm:56
+msgid "there is an undefined variable"
+msgstr "il y a une variable non définie"
+
+#: src/scm/webid-oidc/errors.scm:58
+#, scheme-format
+msgid "the origin is ~a"
+msgstr "l’origine est ~a"
+
+#: src/scm/webid-oidc/errors.scm:61
+#, scheme-format
+msgid "a message is attached: ~a"
+msgstr "un message est attaché : ~a"
+
+#: src/scm/webid-oidc/errors.scm:64
+#, scheme-format
+msgid "the values ~s are problematic"
+msgstr "les valeurs ~s sont problématiques"
+
+#: src/scm/webid-oidc/errors.scm:67
+msgid "there is a kind and args"
+msgstr "il y a un type et des arguments"
+
+#: src/scm/webid-oidc/errors.scm:69
+#, scheme-format
+msgid "Unhandled exception type ~a."
+msgstr "Type d’exception non pris en charge ~a."
+
#, c-format
#~ msgid "Could not set the global random generator up.\n"
#~ msgstr ""
@@ -113,10 +160,6 @@ msgstr "c’est comme ça"
#~ msgstr "Utilisation : generate-key [NOMBRE DE BITS | COURBE]\n"
#, scheme-format
-#~ msgid "the value ~s is not a base64 string (because ~a)"
-#~ msgstr "la valeur ~s n’est pas une chaîne base64 (parce que ~a)"
-
-#, scheme-format
#~ msgid "the value ~s is not JSON (because ~a)"
#~ msgstr "la valeur ~s n’est pas du JSON (parce que ~a)"
@@ -602,39 +645,10 @@ msgstr "c’est comme ça"
#~ msgid "the container ~s should be emptied before being deleted"
#~ msgstr "le conteneur ~s doit être vidé avant d’être détruit"
-#~ msgid "that’s it"
-#~ msgstr "c’est tout"
-
-#, scheme-format
-#~ msgid "~a and ~a"
-#~ msgstr "~a et ~a"
-
-#, scheme-format
-#~ msgid "~a, ~a"
-#~ msgstr "~a, ~a"
-
#, scheme-format
#~ msgid "the signature ~a does not match key ~s with payload ~a"
#~ msgstr "la signature ~a ne correspond pas à la clé ~s avec le contenu ~a"
-#~ msgid "there is an undefined variable"
-#~ msgstr "il y a une variable non définie"
-
-#, scheme-format
-#~ msgid "the origin is ~a"
-#~ msgstr "l’origine est ~a"
-
-#, scheme-format
-#~ msgid "a message is attached: ~a"
-#~ msgstr "un message est attaché : ~a"
-
-#, scheme-format
-#~ msgid "the values ~s are problematic"
-#~ msgstr "les valeurs ~s sont problématiques"
-
-#~ msgid "there is a kind and args"
-#~ msgstr "il y a un type et des arguments"
-
#~ msgid "there is an assertion failure"
#~ msgstr "il y a un échec d’assertion"
@@ -651,10 +665,6 @@ msgstr "c’est comme ça"
#~ msgid "there is an external error"
#~ msgstr "il y a une erreur externe"
-#, scheme-format
-#~ msgid "Unhandled exception type ~a."
-#~ msgstr "Type d’exception non pris en charge ~a."
-
#~ msgid "Warning: generating a new key pair."
#~ msgstr "Attention : génération d'une nouvelle paire de clé."
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index 9935e70..dc31531 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webid-oidc SNAPSHOT\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
-"POT-Creation-Date: 2021-06-05 16:09+0200\n"
+"POT-Creation-Date: 2021-06-05 16:10+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,10 +17,57 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/libwebidoidc.c:6
+#: src/libwebidoidc.c:7
msgid "This is the main function."
msgstr ""
-#: src/scm/webid-oidc/errors.scm:25
+#: src/scm/webid-oidc/errors.scm:35
msgid "that’s how it is"
msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:40
+#, scheme-format
+msgid "the value ~s is not a base64 string (because ~a)"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:45
+msgid "that’s it"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:49
+#, scheme-format
+msgid "~a and ~a"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:52
+#, scheme-format
+msgid "~a, ~a"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:56
+msgid "there is an undefined variable"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:58
+#, scheme-format
+msgid "the origin is ~a"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:61
+#, scheme-format
+msgid "a message is attached: ~a"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:64
+#, scheme-format
+msgid "the values ~s are problematic"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:67
+msgid "there is a kind and args"
+msgstr ""
+
+#: src/scm/webid-oidc/errors.scm:69
+#, scheme-format
+msgid "Unhandled exception type ~a."
+msgstr ""