From 7e125cc85c79e0854ca300dec6f819598e3fc6b0 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 27 Nov 2020 19:28:50 +0100 Subject: Add a base64 encoder and decoder --- po/webid-oidc.pot | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) (limited to 'po/webid-oidc.pot') 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 \n" "Language-Team: LANGUAGE \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 "" -- cgit v1.2.3