summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-11 12:42:13 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-11 16:50:26 +0200
commitc945e27465532d768cc6012c8737f4c74b59fd9e (patch)
treea2b8adc512c0c79a73b9aea15ad0aebc3af946fa /po
parent00071bbfc0e79970a70ef80e6e711a1700b1c773 (diff)
HTTP Link header: use GOOPS and document it
Diffstat (limited to 'po')
-rw-r--r--po/disfluid.pot46
-rw-r--r--po/fr.po60
2 files changed, 97 insertions, 9 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index 5e6e2e9..1c36a1d 100644
--- a/po/disfluid.pot
+++ b/po/disfluid.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: disfluid SNAPSHOT\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
-"POT-Creation-Date: 2021-10-07 12:28+0200\n"
+"POT-Creation-Date: 2021-10-11 16:45+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"
@@ -1052,6 +1052,50 @@ msgstr ""
msgid "<p>You can only use the <emph>GET</emph> method on this resource.</p>"
msgstr ""
+#: src/scm/webid-oidc/http-link.scm:148
+msgid "the #:anchor parameter should be a string or an URI reference"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:159
+msgid "the #:hreflang parameter should be a string"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:170
+msgid "the #:media parameter should be a string"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:181
+msgid "the #:title parameter should be a string"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:192
+msgid "the #:title* parameter should be a string"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:203
+msgid "the #:type parameter should be a string"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:208
+msgid "#:target-iri and #:relation-type are required"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:216
+msgid "#:target-iri should be an URI reference"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:221
+msgid "#:relation-type should be a string"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:242
+msgid "the #:attribute-key parameter should be a string or symbol"
+msgstr ""
+
+#: src/scm/webid-oidc/http-link.scm:247
+msgid "the #:attribute-value parameter should be a string or URI"
+msgstr ""
+
#: src/scm/webid-oidc/identity-provider.scm:74
msgid "Warning: generating a new key pair."
msgstr ""
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 <vivien@planete-kraus.eu>\n"
"Language-Team: French <vivien@planete-kraus.eu>\n"
"Language: fr\n"
@@ -1157,6 +1157,54 @@ msgstr ""
"<p>Vous pouvez uniquement utiliser la méthode <emph>GET</emph> pour cette "
"ressource.</p>"
+#: 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 ""