From d2984955fb397d285897b5410d9aad3dc7f66da9 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sun, 10 Oct 2021 20:52:55 +0200 Subject: client: allow content-type parameters to initialize a page --- po/disfluid.pot | 15 ++++++++------- po/fr.po | 23 ++++++++++++----------- 2 files changed, 20 insertions(+), 18 deletions(-) (limited to 'po') diff --git a/po/disfluid.pot b/po/disfluid.pot index 747a445..30c11d6 100644 --- a/po/disfluid.pot +++ b/po/disfluid.pot @@ -641,31 +641,32 @@ msgid "" "phrase) should be a string" msgstr "" -#: src/scm/webid-oidc/client/application.scm:467 +#: src/scm/webid-oidc/client/application.scm:468 msgid "" "the etag (#:etag) should be a string or #f, the links (#:links) should be a " -"list of links, the content-type (#:content-type) should be a symbol, and the " -"content (#:content) should be a string or a bytevector" +"list of links, the content-type (#:content-type) should be a symbol or a " +"list whose first item is a symbol, and the content (#:content) should be a " +"string or a bytevector" msgstr "" -#: src/scm/webid-oidc/client/application.scm:503 +#: src/scm/webid-oidc/client/application.scm:504 msgid "" "the desired links (#:desired-links) should be an alist from URI to alists, " "the desired content-type (#:desired-content-type) should be a symbol, and " "the desired content (#:desired-content) should be a string or a bytevector" msgstr "" -#: src/scm/webid-oidc/client/application.scm:587 +#: src/scm/webid-oidc/client/application.scm:588 #, scheme-format msgid "Loading ~a..." msgstr "" -#: src/scm/webid-oidc/client/application.scm:666 +#: src/scm/webid-oidc/client/application.scm:667 #, scheme-format msgid "Updating ~a (expected ETag ~a)" msgstr "" -#: src/scm/webid-oidc/client/application.scm:713 +#: src/scm/webid-oidc/client/application.scm:714 #, scheme-format msgid "Deleting ~a (expected ETag ~a)" msgstr "" diff --git a/po/fr.po b/po/fr.po index 858809e..4ddc9a6 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: webid-oidc 0.0.0\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" "POT-Creation-Date: 2021-10-12 22:35+0200\n" -"PO-Revision-Date: 2021-10-12 22:38+0200\n" +"PO-Revision-Date: 2021-10-12 22:39+0200\n" "Last-Translator: Vivien Kraus \n" "Language-Team: French \n" "Language: fr\n" @@ -696,18 +696,19 @@ msgstr "" "le code d’erreur (#:code) doit être un entier et l’explication (#:reason-" "phrase) doit être une chaîne de caractères" -#: src/scm/webid-oidc/client/application.scm:467 +#: src/scm/webid-oidc/client/application.scm:468 msgid "" "the etag (#:etag) should be a string or #f, the links (#:links) should be a " -"list of links, the content-type (#:content-type) should be a symbol, and the " -"content (#:content) should be a string or a bytevector" +"list of links, the content-type (#:content-type) should be a symbol or a " +"list whose first item is a symbol, and the content (#:content) should be a " +"string or a bytevector" msgstr "" "l’etag (#:etag) doit être une chaîne de caractères ou #f, les liens (#:" -"links) doivent être une liste de liens, le type de contenu (#:content-type) " -"doit être un symbole, et le contenu (#:content) doit être une chaîne de " -"caractères ou un vecteur d’octets" +"links) doivent être liste de liens, le type de contenu (#:content-type) doit " +"être un symbole ou une liste dont le premier élément est un symbole, et le " +"contenu (#:content) doit être une chaîne de caractères ou un vecteur d’octets" -#: src/scm/webid-oidc/client/application.scm:503 +#: src/scm/webid-oidc/client/application.scm:504 msgid "" "the desired links (#:desired-links) should be an alist from URI to alists, " "the desired content-type (#:desired-content-type) should be a symbol, and " @@ -718,17 +719,17 @@ msgstr "" "symbole, et le ccontenu désiré (#:desired-content-type) doit être unne " "chaîne de caractères ou un vecteur d’octets" -#: src/scm/webid-oidc/client/application.scm:587 +#: src/scm/webid-oidc/client/application.scm:588 #, scheme-format msgid "Loading ~a..." msgstr "Chargement de ~a…" -#: src/scm/webid-oidc/client/application.scm:666 +#: src/scm/webid-oidc/client/application.scm:667 #, scheme-format msgid "Updating ~a (expected ETag ~a)" msgstr "Mise à jour de ~a (ETag attendu ~a)" -#: src/scm/webid-oidc/client/application.scm:713 +#: src/scm/webid-oidc/client/application.scm:714 #, scheme-format msgid "Deleting ~a (expected ETag ~a)" msgstr "Suppression de ~a (ETag attendu ~a)" -- cgit v1.2.3