From 44d80f685c01887f4b804de670dd59b7dd3a7c5e Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sun, 15 Aug 2021 17:31:48 +0200 Subject: Fix exceptions --- po/fr.po | 67 +++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 22 deletions(-) (limited to 'po/fr.po') diff --git a/po/fr.po b/po/fr.po index dc71779..b7a7c43 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-13 01:10+0200\n" -"PO-Revision-Date: 2021-08-13 01:11+0200\n" +"POT-Creation-Date: 2021-09-13 19:24+0200\n" +"PO-Revision-Date: 2021-09-13 19:25+0200\n" "Last-Translator: Vivien Kraus \n" "Language-Team: French \n" "Language: fr\n" @@ -304,8 +304,8 @@ msgid "cannot encode the authorization code" msgstr "impossible d’encoder le code d’autorisation" #: src/scm/webid-oidc/authorization-page-unsafe.scm:52 -#: src/scm/webid-oidc/hello-world.scm:40 src/scm/webid-oidc/hello-world.scm:169 -#: src/scm/webid-oidc/hello-world.scm:189 +#: src/scm/webid-oidc/hello-world.scm:40 src/scm/webid-oidc/hello-world.scm:167 +#: src/scm/webid-oidc/hello-world.scm:187 #: src/scm/webid-oidc/identity-provider.scm:139 #: src/scm/webid-oidc/token-endpoint.scm:111 #: src/scm/webid-oidc/token-endpoint.scm:137 @@ -766,40 +766,40 @@ msgstr "la requête a échoué de façon inattendue avec ~s ~s" msgid "cannot negociate a recognized RFD content type, got ~s" msgstr "impossible de négocier un type de contenu RDF reconnu, ayant obtenu ~s" -#: src/scm/webid-oidc/hello-world.scm:46 +#: src/scm/webid-oidc/hello-world.scm:44 #, scheme-format msgid "

Hello, ~a!

" msgstr "

Bonjour, ~a !

" -#: src/scm/webid-oidc/hello-world.scm:56 +#: src/scm/webid-oidc/hello-world.scm:54 msgid "

The client is compatible with Solid.

" msgstr "

Le client est compatible avec Solid.

" -#: src/scm/webid-oidc/hello-world.scm:66 src/scm/webid-oidc/program.scm:225 +#: src/scm/webid-oidc/hello-world.scm:64 src/scm/webid-oidc/program.scm:225 msgid "command-line|version" msgstr "version" -#: src/scm/webid-oidc/hello-world.scm:68 src/scm/webid-oidc/program.scm:229 +#: src/scm/webid-oidc/hello-world.scm:66 src/scm/webid-oidc/program.scm:229 msgid "command-line|complete-corresponding-source" msgstr "code-source-correspondant-complet" -#: src/scm/webid-oidc/hello-world.scm:70 src/scm/webid-oidc/program.scm:231 +#: src/scm/webid-oidc/hello-world.scm:68 src/scm/webid-oidc/program.scm:231 msgid "command-line|help" msgstr "aide" -#: src/scm/webid-oidc/hello-world.scm:72 +#: src/scm/webid-oidc/hello-world.scm:70 msgid "command-line|port" msgstr "port" -#: src/scm/webid-oidc/hello-world.scm:74 src/scm/webid-oidc/program.scm:263 +#: src/scm/webid-oidc/hello-world.scm:72 src/scm/webid-oidc/program.scm:263 msgid "command-line|log-file" msgstr "fichier-journal" -#: src/scm/webid-oidc/hello-world.scm:76 src/scm/webid-oidc/program.scm:265 +#: src/scm/webid-oidc/hello-world.scm:74 src/scm/webid-oidc/program.scm:265 msgid "command-line|error-file" msgstr "fichier-erreur" -#: src/scm/webid-oidc/hello-world.scm:88 +#: src/scm/webid-oidc/hello-world.scm:86 #, scheme-format msgid "" "~a [OPTIONS]...\n" @@ -853,45 +853,45 @@ msgstr "" " -e FICHIER.err, --~a=FICHIER.err :\n" " redirige la sortie d’erreur du programme vers ce fichier.\n" -#: src/scm/webid-oidc/hello-world.scm:121 +#: src/scm/webid-oidc/hello-world.scm:119 #, scheme-format msgid "~a version ~a\n" msgstr "~a version ~a\n" -#: src/scm/webid-oidc/hello-world.scm:130 src/scm/webid-oidc/program.scm:624 +#: src/scm/webid-oidc/hello-world.scm:128 src/scm/webid-oidc/program.scm:624 msgid "" "You are legally required to link to the complete corresponding source code.\n" msgstr "" "Vous êtes légalement tenu de fournir un lien vers le code source " "correspondant.\n" -#: src/scm/webid-oidc/hello-world.scm:140 +#: src/scm/webid-oidc/hello-world.scm:138 msgid "The port should be a number between 0 and 65535.\n" msgstr "Le port doit être un nombre entre 0 et 65535.\n" -#: src/scm/webid-oidc/hello-world.scm:161 +#: src/scm/webid-oidc/hello-world.scm:159 #: src/scm/webid-oidc/resource-server.scm:320 msgid "reason-phrase|Unauthorized" msgstr "Non Autorisé" -#: src/scm/webid-oidc/hello-world.scm:173 +#: src/scm/webid-oidc/hello-world.scm:171 msgid "

Please authenticate

" msgstr "

Veuillez vous authentifier

" -#: src/scm/webid-oidc/hello-world.scm:177 +#: src/scm/webid-oidc/hello-world.scm:175 msgid "

This page requires authentication with Solid.

" msgstr "

Cette page requiert une authentification avec Solid.

" -#: src/scm/webid-oidc/hello-world.scm:181 +#: src/scm/webid-oidc/hello-world.scm:179 #: 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:193 +#: src/scm/webid-oidc/hello-world.scm:191 msgid "

Method not allowed

" msgstr "

Méthode non autorisée

" -#: src/scm/webid-oidc/hello-world.scm:197 +#: src/scm/webid-oidc/hello-world.scm:195 msgid "

You can only use the GET method on this resource.

" msgstr "" "

Vous pouvez uniquement utiliser la méthode GET pour cette " @@ -955,6 +955,29 @@ msgstr "le JWKS est invalide : ~a" msgid "the JWKS is invalid" msgstr "le JWKS est invalide" +#: src/scm/webid-oidc/jwk.scm:235 +#, scheme-format +msgid "cannot fetch a JWKS: ~a" +msgstr "Impossible de télécharger un JWKS : ~a" + +#: src/scm/webid-oidc/jwk.scm:237 +msgid "cannot fetch a JWKS" +msgstr "impossible de décoder un JWKS" + +#: src/scm/webid-oidc/jwk.scm:241 +#, scheme-format +msgid "the request failed with ~s ~s" +msgstr "la requête a échoué avec ~s ~s" + +#: src/scm/webid-oidc/jwk.scm:246 +msgid "missing content-type" +msgstr "type de contenu manquant" + +#: src/scm/webid-oidc/jwk.scm:251 +#, scheme-format +msgid "invalid content-type: ~s" +msgstr "type de contenu invalide : ~s" + #: src/scm/webid-oidc/jws.scm:72 #, scheme-format msgid "the JWS is invalid: ~a" -- cgit v1.2.3