summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-08-13 00:47:33 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-08-13 02:00:31 +0200
commitd48941a18ab6765a849641bcf506a69634693db3 (patch)
tree319c7102c6daa8aee9e76511fcfe40fb21fbbf6c /po
parent438e1e60af11948ce9ed6b8349eb0412517fd3f8 (diff)
Hello: fix format string
Diffstat (limited to 'po')
-rw-r--r--po/disfluid.pot18
-rw-r--r--po/fr.po22
2 files changed, 37 insertions, 3 deletions
diff --git a/po/disfluid.pot b/po/disfluid.pot
index 52e94eb..216b0c9 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-08-12 23:45+0200\n"
+"POT-Creation-Date: 2021-08-13 00:49+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"
@@ -808,11 +808,27 @@ msgstr ""
msgid "reason-phrase|Unauthorized"
msgstr ""
+#: src/scm/webid-oidc/hello-world.scm:169
+msgid "<h1>Please authenticate</h1>"
+msgstr ""
+
+#: src/scm/webid-oidc/hello-world.scm:173
+msgid "<p>This page requires authentication with Solid.</p>"
+msgstr ""
+
#: src/scm/webid-oidc/hello-world.scm:177
#: src/scm/webid-oidc/resource-server.scm:328
msgid "reason-phrase|Method Not Allowed"
msgstr ""
+#: src/scm/webid-oidc/hello-world.scm:189
+msgid "<h1>Method not allowed</h1>"
+msgstr ""
+
+#: src/scm/webid-oidc/hello-world.scm:193
+msgid "<p>You can only use the <emph>GET</emph> method on this resource.</p>"
+msgstr ""
+
#: src/scm/webid-oidc/identity-provider.scm:72
msgid "Warning: generating a new key pair."
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 696550c..73c0c7c 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-08-12 23:45+0200\n"
-"PO-Revision-Date: 2021-08-12 23:44+0200\n"
+"POT-Creation-Date: 2021-08-13 00:49+0200\n"
+"PO-Revision-Date: 2021-08-13 00:50+0200\n"
"Last-Translator: Vivien Kraus <vivien@planete-kraus.eu>\n"
"Language-Team: French <vivien@planete-kraus.eu>\n"
"Language: fr\n"
@@ -870,11 +870,29 @@ msgstr "Le port doit être un nombre entre 0 et 65535.\n"
msgid "reason-phrase|Unauthorized"
msgstr "Non Autorisé"
+#: src/scm/webid-oidc/hello-world.scm:169
+msgid "<h1>Please authenticate</h1>"
+msgstr "<h1>Veuillez vous authentifier</h1>"
+
+#: src/scm/webid-oidc/hello-world.scm:173
+msgid "<p>This page requires authentication with Solid.</p>"
+msgstr "<p>Cette page requiert une authentification avec Solid.</p>"
+
#: src/scm/webid-oidc/hello-world.scm:177
#: src/scm/webid-oidc/resource-server.scm:328
msgid "reason-phrase|Method Not Allowed"
msgstr "Méthode Non Autorisée"
+#: src/scm/webid-oidc/hello-world.scm:189
+msgid "<h1>Method not allowed</h1>"
+msgstr "<h1>Méthode non autorisée</h1>"
+
+#: src/scm/webid-oidc/hello-world.scm:193
+msgid "<p>You can only use the <emph>GET</emph> method on this resource.</p>"
+msgstr ""
+"<p>Vous pouvez uniquement utiliser la méthode <emph>GET</emph> pour cette "
+"ressource.</p>"
+
#: src/scm/webid-oidc/identity-provider.scm:72
msgid "Warning: generating a new key pair."
msgstr "Attention : génération d'une nouvelle paire de clé."