From c945e27465532d768cc6012c8737f4c74b59fd9e Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Mon, 11 Oct 2021 12:42:13 +0200 Subject: HTTP Link header: use GOOPS and document it --- po/fr.po | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 52 insertions(+), 8 deletions(-) (limited to 'po/fr.po') diff --git a/po/fr.po b/po/fr.po index e0fefe9..c99f37f 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-10-07 12:28+0200\n" -"PO-Revision-Date: 2021-10-05 22:56+0200\n" +"POT-Creation-Date: 2021-10-11 16:45+0200\n" +"PO-Revision-Date: 2021-10-11 16:45+0200\n" "Last-Translator: Vivien Kraus \n" "Language-Team: French \n" "Language: fr\n" @@ -1157,6 +1157,54 @@ msgstr "" "

Vous pouvez uniquement utiliser la méthode GET pour cette " "ressource.

" +#: src/scm/webid-oidc/http-link.scm:148 +msgid "the #:anchor parameter should be a string or an URI reference" +msgstr "" +"le paramètre #:anchor doit être une chaîne de caractères ou une référence " +"d’URI" + +#: src/scm/webid-oidc/http-link.scm:159 +msgid "the #:hreflang parameter should be a string" +msgstr "le paramètre #:hreflang doit être une chaîne de caractères" + +#: src/scm/webid-oidc/http-link.scm:170 +msgid "the #:media parameter should be a string" +msgstr "le paramètre #:media doit être une chaîne de caractères" + +#: src/scm/webid-oidc/http-link.scm:181 +msgid "the #:title parameter should be a string" +msgstr "le paramètre #:title doit être une chaîne de caractères" + +#: src/scm/webid-oidc/http-link.scm:192 +msgid "the #:title* parameter should be a string" +msgstr "le paramètre title* doit être une chaîne de caractères" + +#: src/scm/webid-oidc/http-link.scm:203 +msgid "the #:type parameter should be a string" +msgstr "le paramètre #:type doit être une chaîne de caractères" + +#: src/scm/webid-oidc/http-link.scm:208 +msgid "#:target-iri and #:relation-type are required" +msgstr "#:target-iri et #:relation-type sont requis" + +#: src/scm/webid-oidc/http-link.scm:216 +msgid "#:target-iri should be an URI reference" +msgstr "#:target-iri doit être une référence d’IRI" + +#: src/scm/webid-oidc/http-link.scm:221 +msgid "#:relation-type should be a string" +msgstr "#:relation-type doit être une chaîne de caractères" + +#: src/scm/webid-oidc/http-link.scm:242 +msgid "the #:attribute-key parameter should be a string or symbol" +msgstr "" +"le paramètre #:attribute-key doit être une chaîne de caractères ou un symbole" + +#: src/scm/webid-oidc/http-link.scm:247 +msgid "the #:attribute-value parameter should be a string or URI" +msgstr "" +"le paramètre #:attribute-value doit être une chaîne de caractères ou une URI" + #: src/scm/webid-oidc/identity-provider.scm:74 msgid "Warning: generating a new key pair." msgstr "Attention : génération d'une nouvelle paire de clé." @@ -2751,15 +2799,11 @@ msgstr "Paramètres" #~ msgid "the client manifest should be a JSON object" #~ msgstr "le manifeste client doit être un objet JSON" -#, fuzzy, scheme-format -#~| msgid "cannot fetch a client manifest: ~a" #~ msgid "cannot fetch the client manifest ~s: ~a" -#~ msgstr "impossible de télécharger un manifeste client : ~a" +#~ msgstr "impossible de télécharger le manifeste client ~s : ~a" -#, fuzzy, scheme-format -#~| msgid "cannot fetch a client manifest: ~a" #~ msgid "cannot fetch the client manifest ~s" -#~ msgstr "impossible de télécharger un manifeste client : ~a" +#~ msgstr "impossible de télécharger le manifeste client ~s" #, scheme-format #~ msgid "" -- cgit v1.2.3