From ed64c545c4723dc0efdb1265b05d682e11e4c1f6 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 30 Jul 2021 11:58:08 +0200 Subject: Change the name! --- po/POTFILES.in | 2 +- po/disfluid.pot | 1813 +++++++++++++++++++++++++++++++++++++++++++++++++++++ po/fr.po | 74 ++- po/webid-oidc.pot | 1810 ---------------------------------------------------- 4 files changed, 1854 insertions(+), 1845 deletions(-) create mode 100644 po/disfluid.pot delete mode 100644 po/webid-oidc.pot (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 7d703f8..9ad200b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ -# webid-oidc, implementation of the Solid specification +# disfluid, implementation of the Solid specification # Copyright (C) 2020, 2021 Vivien Kraus # This program is free software: you can redistribute it and/or modify diff --git a/po/disfluid.pot b/po/disfluid.pot new file mode 100644 index 0000000..a66640f --- /dev/null +++ b/po/disfluid.pot @@ -0,0 +1,1813 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Vivien Kraus +# This file is distributed under the same license as the disfluid package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: disfluid SNAPSHOT\n" +"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" +"POT-Creation-Date: 2021-07-30 12:06+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/libwebidoidc.c:29 +msgid "This is the main function." +msgstr "" + +#: src/random/random.c:217 +#, c-format +msgid "Could not set the global random generator up.\n" +msgstr "" + +#: src/random/random.c:231 src/random/random.c:243 src/random/random.c:256 +#: src/random/random.c:267 src/random/random.c:278 +#, c-format +msgid "Could not set the global random generator up: out of memory.\n" +msgstr "" + +#: src/random/random.c:288 +#, c-format +msgid "" +"Warning: could not open the seed file, maybe the parent directory is " +"missing...\n" +msgstr "" + +#: src/random/random.c:292 +#, c-format +msgid "Warning: could not create the cache directory '%s'.\n" +msgstr "" + +#: src/random/random.c:294 +msgid "when creating the cache directory" +msgstr "" + +#: src/random/random.c:300 +#, c-format +msgid "Warning: could not create the package cache directory '%s'.\n" +msgstr "" + +#: src/random/random.c:302 +msgid "when creating the package cache directory" +msgstr "" + +#: src/random/random.c:308 +#, c-format +msgid "Could not open the seed file '%s'.\n" +msgstr "" + +#: src/random/random.c:309 +msgid "when opening the seed file" +msgstr "" + +#: src/random/random.c:329 +#, c-format +msgid "Could not lock the seed file '%s'.\n" +msgstr "" + +#: src/random/random.c:331 +msgid "when locking the seed file" +msgstr "" + +#: src/random/random.c:345 +#, c-format +msgid "" +"Warning: the seed file '%s' is too short. This weakens the random number " +"generator. Please write more random data in it.\n" +msgstr "" + +#: src/random/random.c:362 +#, c-format +msgid "Could not update the seed file '%s'.\n" +msgstr "" + +#: src/random/random.c:363 +msgid "when rewinding the seed file" +msgstr "" + +#: src/random/random.c:395 +#, c-format +msgid "Could not unlock the seed file '%s'.\n" +msgstr "" + +#: src/random/random.c:397 +msgid "when unlocking the seed file" +msgstr "" + +#: src/random/random.c:425 +#, c-format +msgid "Could not set the thread-local random generator up.\n" +msgstr "" + +#: src/random/random.c:433 +#, c-format +msgid "" +"The random module has not been initialized. Please call " +"webid_oidc_random_init first.\n" +msgstr "" + +#: src/random/generate-random.c:47 +#, c-format +msgid "Usage: generate-random [NUMBER OF BYTES]\n" +msgstr "" + +#: src/jwk/generate-key.c:52 +#, c-format +msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1090 +msgid "that’s how it is" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1095 +#, scheme-format +msgid "the value ~s is not a base64 string (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1098 +#, scheme-format +msgid "the value ~s is not JSON (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1101 +#, scheme-format +msgid "the value ~s is not Turtle (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1104 +#, scheme-format +msgid "the value ~s does not identify an elleptic curve" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1109 +#, scheme-format +msgid "the value ~s does not identify a JWK (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1111 +#, scheme-format +msgid "the value ~s does not identify a JWK" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1116 +#, scheme-format +msgid "the value ~s does not identify a public JWK (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1118 +#, scheme-format +msgid "the value ~s does not identify a public JWK" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1123 +#, scheme-format +msgid "the value ~s does not identify a private JWK (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1125 +#, scheme-format +msgid "the value ~s does not identify a private JWK" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1130 +#, scheme-format +msgid "the value ~s does not identify a JWKS (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1132 +#, scheme-format +msgid "the value ~s does not identify a JWKS" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1135 +#, scheme-format +msgid "the value ~s does not identify a hash algorithm" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1138 +#, scheme-format +msgid "the value ~s is not an alist or misses key ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1141 +#, scheme-format +msgid "the value ~s is not a JWS header (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1144 +#, scheme-format +msgid "the value ~s is not a JWS payload (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1147 +#, scheme-format +msgid "the value ~s is not a JWS (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1150 +#, scheme-format +msgid "the string ~s cannot be split in 3 parts with ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1153 +#, scheme-format +msgid "" +"all key candidates failed to verify signature ~s with algorithm ~s and " +"payload ~a (there were ~a: ~s)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1156 +#, scheme-format +msgid "I cannot decode JWS ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1159 +#, scheme-format +msgid "I cannot encode JWS ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1162 +#, scheme-format +msgid "" +"the server request unexpectedly failed with code ~a and reason phrase ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1167 +#, scheme-format +msgid "the header ~a should not have the value ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1169 +#, scheme-format +msgid "the header ~a should be present" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1172 +#, scheme-format +msgid "the server response wasn't expected: ~s (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1178 +#, scheme-format +msgid "the value ~s is not an OIDC configuration (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1183 +#, scheme-format +msgid "the webid field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1184 +msgid "the webid field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1188 +#, scheme-format +msgid "the sub field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1189 +msgid "the sub field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1193 +#, scheme-format +msgid "the iss field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1194 +msgid "the iss field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1198 +#, scheme-format +msgid "the aud field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1199 +msgid "the aud field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1203 +#, scheme-format +msgid "the iat field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1204 +msgid "the iat field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1208 +#, scheme-format +msgid "the exp field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1209 +msgid "the exp field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1213 +#, scheme-format +msgid "the cnf/jkt field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1214 +msgid "the cnf/jkt field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1218 +#, scheme-format +msgid "the client-id field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1219 +msgid "the client-id field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1223 +#: src/scm/webid-oidc/authorization-page-unsafe.scm:149 +#, scheme-format +msgid "the redirect_uris field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1224 +#: src/scm/webid-oidc/authorization-page-unsafe.scm:150 +msgid "the redirect_uris field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1228 +#, scheme-format +msgid "the typ field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1229 +msgid "the typ field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1233 +#, scheme-format +msgid "the jwk field is incorrect: ~s (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1235 +msgid "the jwk field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1239 +#, scheme-format +msgid "the jti field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1240 +msgid "the jti field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1244 +#, scheme-format +msgid "the nonce field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1245 +msgid "the nonce field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1249 +#, scheme-format +msgid "the htm field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1250 +msgid "the htm field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1254 +#, scheme-format +msgid "the htu field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1255 +msgid "the htu field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1259 +#, scheme-format +msgid "the ath field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1260 +msgid "the ath field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1262 +#, scheme-format +msgid "~s is not an access token (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1265 +#, scheme-format +msgid "~s is not an access token header (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1268 +#, scheme-format +msgid "~s is not an access token payload (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1271 +#, scheme-format +msgid "~s is not a DPoP proof (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1274 +#, scheme-format +msgid "~s is not a DPoP proof header (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1277 +#, scheme-format +msgid "~s is not a DPoP proof payload (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1280 +#, scheme-format +msgid "I cannot fetch the issuer configuration of ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1287 +#, scheme-format +msgid "I cannot fetch the JWKS of ~a at ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1298 +#, scheme-format +msgid "the HTTP method is signed for ~s, but ~s was requested" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1301 +#, scheme-format +msgid "the HTTP uri is signed for ~a, but ~a was requested" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1304 +#, scheme-format +msgid "the date is ~a, but the DPoP proof is signed in the future at ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1308 +#, scheme-format +msgid "the date is ~a, but the DPoP proof was signed too long ago at ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1317 +#, scheme-format +msgid "the key ~s does not hash to ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1319 +#, scheme-format +msgid "the key confirmation of ~s failed (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1321 +#, scheme-format +msgid "the key confirmation of ~s failed" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1326 +#, scheme-format +msgid "the DPoP proof is bound to an access token with hash ~s, not ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1328 +#, scheme-format +msgid "the DPoP proof should be bound to the access token ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1331 +#, scheme-format +msgid "the jti ~s has already been found (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1334 +#, scheme-format +msgid "I cannot decode ~s as an access token (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1337 +#, scheme-format +msgid "I cannot encode ~s as an access token with key ~s (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1340 +#, scheme-format +msgid "I cannot decode ~s as a DPoP proof (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1343 +#, scheme-format +msgid "I cannot encode ~s as a DPoP proof (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1346 +#, scheme-format +msgid "I could not fetch a RDF graph at ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1349 +#, scheme-format +msgid "~s is not a client manifest (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1352 +#, scheme-format +msgid "~s does not authorize redirection URI ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1355 +msgid "I cannot serve a public manifest" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1357 +#, scheme-format +msgid "~a does not have a client manifest registration triple" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1360 +#, scheme-format +msgid "the client manifest at ~a is advertised for ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1363 +#, scheme-format +msgid "I could not fetch the client manifest of ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1366 +#, scheme-format +msgid "~s is not an authorization code (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1369 +#, scheme-format +msgid "~s is not an authorization code header (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1372 +#, scheme-format +msgid "~s is not an authorization code payload (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1375 +#, scheme-format +msgid "the current time is ~a, and the authorization code expired at ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1379 +#, scheme-format +msgid "I cannot decode ~s as an authorization code (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1382 +#, scheme-format +msgid "I cannot encode ~s as an authorization code (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1385 +#, scheme-format +msgid "there is no such refresh token as ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1388 +#, scheme-format +msgid "" +"the refresh token is bound to a key confirmed as ~s, but it is used with key " +"~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1391 +#, scheme-format +msgid "I cannot decode ~s as an ID token (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1394 +#, scheme-format +msgid "I cannot encode ~s as an ID token (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1397 +#, scheme-format +msgid "the grant type ~s is not supported" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1400 +msgid "there is no authorization code in the request" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1402 +msgid "there is no refresh token in the request" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1404 +#, scheme-format +msgid "~s is not an ID token (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1407 +#, scheme-format +msgid "~s is not an ID token header (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1410 +#, scheme-format +msgid "~s is not an ID token payload (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1413 +#, scheme-format +msgid "" +"I couldn’t set the locale to ~s as an approximation of the client locale ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1416 +#, scheme-format +msgid "~s does not admit ~s as an identity provider" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1419 +#, scheme-format +msgid "" +"~a is neither an identity provider (because ~a) nor a webid (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1424 +#, scheme-format +msgid "the token request failed (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1427 +#, scheme-format +msgid "you don’t have a refresh token for identity ~a certified by ~a in ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1432 +#, scheme-format +msgid "all identity provider candidates for ~a failed: ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1436 +#, scheme-format +msgid "~s failed (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1439 +msgid ", " +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1441 +#, scheme-format +msgid "no resource has been found to serve URI path ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1444 +#, scheme-format +msgid "the resource kind ~s is absent for the resource at ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1447 +#, scheme-format +msgid "no resource has been found to serve URI path ~s, but ~s exists" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1450 +msgid "the root storage cannot be deleted" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1452 +#, scheme-format +msgid "the container ~s should be emptied before being deleted" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1455 +#, scheme-format +msgid "the group ~s cannot be fetched (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1459 +#, scheme-format +msgid "the containment triples in the request to update ~s are not up to date" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1462 +#, scheme-format +msgid "the server cannot process resources with the ~s content-type" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1465 +#, scheme-format +msgid "" +"the client wants to create a resource at ~s, which is reserved for an " +"auxiliary resource" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1468 +#, scheme-format +msgid "" +"the operation on ~s by ~a is refused, because it’s not by ~s and the access " +"control forbids the following mode of operation: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1472 +msgid "an anonymous user" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1477 +#, scheme-format +msgid "" +"the client precondition failed for ~s: it allows for ~s, forbids ~s, but the " +"resource has a representation of ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1479 +#, scheme-format +msgid "" +"the client precondition failed for ~s: it allows for ~s, forbids ~s, but the " +"resource has no representation" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1482 +#, scheme-format +msgid "" +"the client wanted a response with a content type among ~s, but the resource " +"at ~s has content-type ~s which cannot be converted to one of them" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1489 +msgid "that’s it" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1493 +#, scheme-format +msgid "~a and ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1496 +#, scheme-format +msgid "~a, ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1500 +#, scheme-format +msgid "the signature ~a does not match key ~s with payload ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1503 +#, scheme-format +msgid "the request failed unexpectedly with code ~a: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1507 +msgid "there is an undefined variable" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1509 +#, scheme-format +msgid "the origin is ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1512 +#, scheme-format +msgid "a message is attached: ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1515 +#, scheme-format +msgid "the values ~s are problematic" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1518 +#, scheme-format +msgid "there is a kind (~s) and args ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1521 +msgid "there is an assertion failure" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1523 +#, scheme-format +msgid "the program quits with code ~a" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1526 +msgid "the program cannot recover from this exception" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1528 +msgid "there is an external error" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1530 +msgid "there is an error" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:1532 +#, scheme-format +msgid "Unhandled exception type ~a." +msgstr "" + +#: src/scm/webid-oidc/identity-provider.scm:70 +msgid "Warning: generating a new key pair." +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:45 +msgid "xml-lang|en" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:61 +msgid "page-title|Authorization" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:66 +msgid "Authorize this anonymous application?" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:67 +#, scheme-format +msgid "Authorize ~a?" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:69 +msgid "Do you want to authorize this application to represent you?" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:79 +msgid "Please retry your password:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:80 +msgid "Please enter your password:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:85 +msgid "Allow" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:91 +msgid "Bad request" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:96 +msgid "The application did not set the client_id parameter." +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:101 +msgid "The application did not set the redirect_uri parameter." +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:114 +#, scheme-format +msgid "the value ~s is not a base64 string." +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:117 +msgid "the following value is not JSON:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:120 +msgid "the following value is not Turtle:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:123 +#, scheme-format +msgid "" +"the server request unexpectedly failed with code ~a and reason phrase ~s." +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:128 +#, scheme-format +msgid "the header ~a should not have the value ~s.\n" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:130 +#, scheme-format +msgid "the header ~a should be present." +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:134 +msgid "the server response wasn’t expected:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:143 +#, scheme-format +msgid "the client_id field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:144 +msgid "the client_id field is missing" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:153 +#, scheme-format +msgid "I could not fetch a RDF graph at ~a;" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:157 +msgid "this is not a client manifest:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:162 +#, scheme-format +msgid "the manifest does not authorize redirection URI ~a:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:167 +#, scheme-format +msgid "the client manifest at ~a is advertised for ~a;" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:172 +#, scheme-format +msgid "I could not fetch the client manifest of ~a;" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:177 +msgid "I could not issue an authorization code for you;" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:185 +msgid "" +"The application you are trying to authorize behaved unexpectedly. Here is " +"the explanation of the error:" +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:194 +msgid "Redirecting..." +msgstr "" + +#: src/scm/webid-oidc/authorization-page-unsafe.scm:199 +#, scheme-format +msgid "" +"~a can now log in on your behalf. You still need to adjust " +"permissions." +msgstr "" + +#: src/scm/webid-oidc/resource-server.scm:92 +#, scheme-format +msgid "~a: authentication failure: ~a\n" +msgstr "" + +#: src/scm/webid-oidc/resource-server.scm:275 +#, scheme-format +msgid "Warning: ~a\n" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:48 src/scm/webid-oidc/example-app.scm:116 +#: src/scm/webid-oidc/program.scm:217 +msgid "command-line|version" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:50 src/scm/webid-oidc/program.scm:221 +msgid "command-line|complete-corresponding-source" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:52 src/scm/webid-oidc/program.scm:223 +msgid "command-line|help" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:54 +msgid "command-line|port" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:56 src/scm/webid-oidc/program.scm:253 +msgid "command-line|log-file" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:58 src/scm/webid-oidc/program.scm:255 +msgid "command-line|error-file" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:70 +#, scheme-format +msgid "" +"~a [OPTIONS]...\n" +"\n" +"Display your identity contained in the XXX-Agent header.\n" +"\n" +"This program is covered by the GNU Affero GPL, version 3 or\n" +"later. This license requires you to provide a way for any user over\n" +"the network to download the complete corresponding source code (with\n" +"your modifications) at no cost. The server adds a \"Source:\" header\n" +"to all responses.\n" +"\n" +"Options:\n" +" -S MEANS, --~a=MEANS:\n" +" specify a way to download the complete corresponding source\n" +" code. For instance, this would be an URI pointing to a tarball.\n" +" -h, --~a:\n" +" display this help message and exit.\n" +" -v, --~a:\n" +" display the version information (~a) and exit.\n" +" -p PORT, --~a=PORT:\n" +" set the port to bind.\n" +" -l FILE.log, --~a=FILE.log:\n" +" redirect the program standard output to FILE.log.\n" +" -e FILE.err, --~a=FILE.err:\n" +" redirect the program errors to FILE.err.\n" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:103 +#: src/scm/webid-oidc/example-app.scm:159 +#, scheme-format +msgid "~a version ~a\n" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:112 src/scm/webid-oidc/program.scm:609 +msgid "" +"You are legally required to link to the complete corresponding source code.\n" +msgstr "" + +#: src/scm/webid-oidc/hello-world.scm:123 +msgid "The port should be a number between 0 and 65535.\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:51 +#, scheme-format +msgid "~a.\t~a, certified by ~a;\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:62 +#, scheme-format +msgid "~a – ~a\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:81 +#, scheme-format +msgid "I’m expecting a number between ~a and ~a.\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:88 +msgid "Please enter an URI to GET: " +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:107 +#, scheme-format +msgid "Sending a request: ~s\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:118 +msgid "comand-line|help" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:126 +#, scheme-format +msgid "" +"Usage: ~a [OPTIONS]...\n" +"\n" +"Demonstrate a webid-oidc application.\n" +"\n" +"Options:\n" +" -h, --~a:\n" +" display this help message and exit.\n" +" -v, --~a:\n" +" display the version information (~a) and exit.\n" +"\n" +"Environment variables:\n" +"\n" +" LANG: set the locale. Currently ~a.\n" +"\n" +" XDG_CACHE_HOME: where the seed for the key generator is\n" +"stored. Currently ~a.\n" +"\n" +" XDG_DATA_HOME: where the login credentials are stored. Currently ~a.\n" +"\n" +" HOME: to compute a default value for XDG_CACHE_HOME and\n" +"XDG_DATA_HOME, if missing. Currently ~a.\n" +"\n" +"If you find a bug, send a report to ~a.\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:163 +msgid "First, let’s log in. Here are your options:\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:165 +msgid "0.\tLog in with a different identity.\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:170 +#: src/scm/webid-oidc/example-app.scm:189 +msgid "Please indicate your choice number: " +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:175 +msgid "Please enter your webid, or identity server: " +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:185 +msgid "There are different possible identity providers for your webid:\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:192 +#, scheme-format +msgid "" +"Please visit the following URI with a web browser:\n" +"~a\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:194 +msgid "Please paste your authorization code: " +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:205 +#, scheme-format +msgid "" +"Log in success. Keep this identity token for yourself:\n" +"\n" +"~a\n" +"\n" +"Now, you can do authenticated request by presenting the following access " +"token:\n" +"\n" +"~a\n" +"\n" +"and signing DPoP proofs with the following key:\n" +"\n" +"~a\n" +msgstr "" + +#: src/scm/webid-oidc/example-app.scm:226 +#, scheme-format +msgid "There was an error: ~a\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:111 +#, scheme-format +msgid "~a: ~a: Internal server error: ~a\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:125 +#, scheme-format +msgid "" +"The client locale ~s can’t be approximated by system locale ~s (because ~a), " +"using C.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:149 +#, scheme-format +msgid "~a: ~s ~a ~s ~a\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:151 +#, scheme-format +msgid "~a: ~a (~a)" +msgstr "" + +#: src/scm/webid-oidc/program.scm:155 +#, scheme-format +msgid "~a: ~a" +msgstr "" + +#: src/scm/webid-oidc/program.scm:165 +#, scheme-format +msgid "(there was an error: ~a)" +msgstr "" + +#: src/scm/webid-oidc/program.scm:219 +msgid "command-line|describe-project" +msgstr "" + +#: src/scm/webid-oidc/program.scm:225 +msgid "command-line|server|port" +msgstr "" + +#: src/scm/webid-oidc/program.scm:227 +msgid "command-line|server|server-name" +msgstr "" + +#: src/scm/webid-oidc/program.scm:229 +msgid "command-line|server|reverse-proxy|backend-uri" +msgstr "" + +#: src/scm/webid-oidc/program.scm:231 +msgid "command-line|server|reverse-proxy|header" +msgstr "" + +#: src/scm/webid-oidc/program.scm:233 +msgid "command-line|server|issuer|key-file" +msgstr "" + +#: src/scm/webid-oidc/program.scm:235 +msgid "command-line|server|issuer|subject" +msgstr "" + +#: src/scm/webid-oidc/program.scm:237 +msgid "command-line|server|issuer|encrypted-password" +msgstr "" + +#: src/scm/webid-oidc/program.scm:239 +msgid "command-line|server|issuer|jwks-uri" +msgstr "" + +#: src/scm/webid-oidc/program.scm:241 +msgid "command-line|server|issuer|authorization-endpoint-uri" +msgstr "" + +#: src/scm/webid-oidc/program.scm:243 +msgid "command-line|server|issuer|token-endpoint-uri" +msgstr "" + +#: src/scm/webid-oidc/program.scm:245 +msgid "command-line|server|client-id" +msgstr "" + +#: src/scm/webid-oidc/program.scm:247 +msgid "command-line|server|redirect-uri" +msgstr "" + +#: src/scm/webid-oidc/program.scm:249 +msgid "command-line|server|client-name" +msgstr "" + +#: src/scm/webid-oidc/program.scm:251 +msgid "command-line|server|client-uri" +msgstr "" + +#: src/scm/webid-oidc/program.scm:284 +#, scheme-format +msgid "Usage: ~a COMMAND [OPTIONS]...\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:288 +msgid "" +"\n" +"Run the disfluid COMMAND." +msgstr "" + +#: src/scm/webid-oidc/program.scm:291 +msgid "" +"\n" +"This program is covered by the GNU Affero GPL, version 3 or\n" +"later. This license requires you to provide a way for any user over\n" +"the network to download the complete corresponding source code (with\n" +"your modifications) at no cost. The server adds a \"Source:\" header\n" +"to all responses." +msgstr "" + +#: src/scm/webid-oidc/program.scm:298 +msgid "" +"\n" +"Available commands:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:300 +#, scheme-format +msgid "" +"\n" +" ~a:\n" +" run an authenticating reverse proxy." +msgstr "" + +#: src/scm/webid-oidc/program.scm:303 src/scm/webid-oidc/program.scm:491 +#: src/scm/webid-oidc/program.scm:682 +msgid "command-line|command|reverse-proxy" +msgstr "" + +#: src/scm/webid-oidc/program.scm:304 +#, scheme-format +msgid "" +"\n" +" ~a:\n" +" run an identity provider." +msgstr "" + +#: src/scm/webid-oidc/program.scm:307 src/scm/webid-oidc/program.scm:516 +#: src/scm/webid-oidc/program.scm:704 +msgid "command-line|command|identity-provider" +msgstr "" + +#: src/scm/webid-oidc/program.scm:308 +#, scheme-format +msgid "" +"\n" +" ~a:\n" +" serve the pages for a public application." +msgstr "" + +#: src/scm/webid-oidc/program.scm:311 src/scm/webid-oidc/program.scm:537 +#: src/scm/webid-oidc/program.scm:748 +msgid "command-line|command|client-service" +msgstr "" + +#: src/scm/webid-oidc/program.scm:312 +#, scheme-format +msgid "" +"\n" +" ~a:\n" +" run a full server, with identity provider and resource storage\n" +" facility." +msgstr "" + +#: src/scm/webid-oidc/program.scm:316 src/scm/webid-oidc/program.scm:563 +#: src/scm/webid-oidc/program.scm:777 +msgid "command-line|command|server" +msgstr "" + +#: src/scm/webid-oidc/program.scm:318 +msgid "" +"\n" +"General options:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:320 +#, scheme-format +msgid "" +"\n" +" -S MEANS, --~a=MEANS:\n" +" specify a way to download the complete corresponding source\n" +" code. For instance, this would be an URI pointing to a tarball." +msgstr "" + +#: src/scm/webid-oidc/program.scm:325 +#, scheme-format +msgid "" +"\n" +" -h, --~a:\n" +" display a short help message and exit." +msgstr "" + +#: src/scm/webid-oidc/program.scm:329 +#, scheme-format +msgid "" +"\n" +" -v, --~a:\n" +" display the version information (~a, released ~a) and exit." +msgstr "" + +#: src/scm/webid-oidc/program.scm:335 +#, scheme-format +msgid "" +"\n" +" --~a:\n" +" describe the project in the DOAP vocabulary and exit." +msgstr "" + +#: src/scm/webid-oidc/program.scm:339 +#, scheme-format +msgid "" +"\n" +" -l FILE.log, --~a=FILE.log:\n" +" redirect the program standard output to FILE.log." +msgstr "" + +#: src/scm/webid-oidc/program.scm:343 +#, scheme-format +msgid "" +"\n" +" -e FILE.err, --~a=FILE.err:\n" +" redirect the program errors to FILE.err." +msgstr "" + +#: src/scm/webid-oidc/program.scm:348 +msgid "" +"\n" +"General server-side options:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:350 +#, scheme-format +msgid "" +"\n" +" -p PORT, --~a=PORT:\n" +" set the server port to bind, 8080 by default." +msgstr "" + +#: src/scm/webid-oidc/program.scm:354 +#, scheme-format +msgid "" +"\n" +" -n URI, --~a=URI:\n" +" set the public server URI (scheme, userinfo, host, and port)." +msgstr "" + +#: src/scm/webid-oidc/program.scm:359 +msgid "" +"\n" +"Options for the resource server:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:361 +#, scheme-format +msgid "" +"\n" +" -H HEADER, --~a=HEADER:\n" +" the HEADER field contains the webid of the authenticated user,\n" +" XXX-Agent by default. For the full server, disable Solid-OIDC\n" +" authentication." +msgstr "" + +#: src/scm/webid-oidc/program.scm:367 +#, scheme-format +msgid "" +"\n" +" -b URI, --~a=URI:\n" +" set the backend URI for the reverse proxy, only for the\n" +" reverse-proxy command." +msgstr "" + +#: src/scm/webid-oidc/program.scm:373 +msgid "" +"\n" +"Options for the identity provider:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:375 +#, scheme-format +msgid "" +"\n" +" -k FILE, --~a=FILE.jwk:\n" +" set the file name of the key file. If it does not exist, a new\n" +" key is generated. The server does not offer an HTTPS service." +msgstr "" + +#: src/scm/webid-oidc/program.scm:380 +#, scheme-format +msgid "" +"\n" +" -s WEBID, --~a=WEBID:\n" +" set the identity of the subject." +msgstr "" + +#: src/scm/webid-oidc/program.scm:384 +#, scheme-format +msgid "" +"\n" +" -w ENCRYPTED_PASSWORD, --~a=ENCRYPTED_PASSWORD:\n" +" set the encrypted password to recognize the user." +msgstr "" + +#: src/scm/webid-oidc/program.scm:388 +#, scheme-format +msgid "" +"\n" +" -j URI, --~a=URI:\n" +" set the URI to query the key of the server." +msgstr "" + +#: src/scm/webid-oidc/program.scm:392 +#, scheme-format +msgid "" +"\n" +" -a URI, --~a=URI:\n" +" set the authorization endpoint of the issuer." +msgstr "" + +#: src/scm/webid-oidc/program.scm:396 +#, scheme-format +msgid "" +"\n" +" -t URI, --~a=URI:\n" +" set the token endpoint of the issuer." +msgstr "" + +#: src/scm/webid-oidc/program.scm:401 +msgid "" +"\n" +"Options for the client service:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:403 +#, scheme-format +msgid "" +"\n" +" -c URI, --~a=URI:\n" +" set the web identifier of the client application, which is\n" +" dereferenced to a semantic resource." +msgstr "" + +#: src/scm/webid-oidc/program.scm:408 +#, scheme-format +msgid "" +"\n" +" -r URI, --~a=URI:\n" +" set the redirection URI to get the authorization code back. The\n" +" page is presented with the code to paste in the application." +msgstr "" + +#: src/scm/webid-oidc/program.scm:413 +#, scheme-format +msgid "" +"\n" +" -C NAME, --~a=NAME:\n" +" set the user-visible application name (may be misleading...)." +msgstr "" + +#: src/scm/webid-oidc/program.scm:417 +#, scheme-format +msgid "" +"\n" +" -u URI, --~a=URI:\n" +" set an URI where someone would find more information about the\n" +" application (again, may be misleading)." +msgstr "" + +#: src/scm/webid-oidc/program.scm:423 +msgid "" +"\n" +"Environment variables:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:425 +msgid "" +"\n" +" XML_CATALOG_FILES: the server will fetch resources on the web. By\n" +" setting this environment variable to a space-separated list of\n" +" catalog URIs, the server will redirect these requests to another\n" +" server. Currently, it is not possible to load files from the\n" +" file system, because there is no way to specify the\n" +" content-type." +msgstr "" + +#: src/scm/webid-oidc/program.scm:433 src/scm/webid-oidc/program.scm:440 +#: src/scm/webid-oidc/program.scm:449 src/scm/webid-oidc/program.scm:457 +#: src/scm/webid-oidc/program.scm:465 +#, scheme-format +msgid "" +"the-environment-variable|\n" +" It is currently set to ~s." +msgstr "" + +#: src/scm/webid-oidc/program.scm:436 +msgid "" +"\n" +" LANG: set the locale of the user interface (for the server commands,\n" +" the user is the system administrator)." +msgstr "" + +#: src/scm/webid-oidc/program.scm:443 +msgid "" +"\n" +" XDG_DATA_HOME: where the program stores persistent data. The\n" +" identity provider stores the refresh tokens. The full server\n" +" stores the resources there. For a system service, it is\n" +" recommended to set it to /var/lib." +msgstr "" + +#: src/scm/webid-oidc/program.scm:452 +msgid "" +"\n" +" XDG_CACHE_HOME: where the program stores and updates the seed file,\n" +" and the web client cache. You can remove this directory at any\n" +" time. The seed file will be initialized from /dev/random." +msgstr "" + +#: src/scm/webid-oidc/program.scm:460 +msgid "" +"\n" +" HOME: if XDG_DATA_HOME or XDG_CACHE_HOME is not set, they are\n" +" computed from the value of the HOME environment variable. It is\n" +" not used otherwise." +msgstr "" + +#: src/scm/webid-oidc/program.scm:469 +msgid "" +"\n" +"Running a reverse proxy" +msgstr "" + +#: src/scm/webid-oidc/program.scm:471 +msgid "" +"\n" +"Suppose that you operate data.provider.com. You want to run an\n" +"authenticating reverse proxy, that will receive incoming requests\n" +"through http://localhost:8080, and forward them to\n" +"https://private.data.provider.com. The backend will look for the\n" +"XXX-Agent header, and if it is found, then its value will be\n" +"considered the webid of the authenticated\n" +"user. https://private.data.provider.com should only accept requests\n" +"from this reverse proxy." +msgstr "" + +#: src/scm/webid-oidc/program.scm:481 +#, scheme-format +msgid "" +"\n" +" ~a ~a \\\n" +" --~a 'https://data.provider.com/server-source-code.tar.gz' \\\n" +" --~a 8080 \\\n" +" --~a 'https://data.provider.com' \\\n" +" --~a 'https://private.data.provider.com' \\\n" +" --~a 'XXX-Agent' \\\n" +" --~a '/var/log/proxy.log' \\\n" +" --~a '/var/log/proxy.err'" +msgstr "" + +#: src/scm/webid-oidc/program.scm:496 +msgid "" +"\n" +"Running an identity provider" +msgstr "" + +#: src/scm/webid-oidc/program.scm:498 +msgid "" +"\n" +"The identity provider running at webid-oidc-demo.planete-kraus.eu is\n" +"invoked with the following options:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:502 +#, scheme-format +msgid "" +"\n" +" export XDG_DATA_HOME=/var/lib\n" +" export XDG_CACHE_HOME=/var/cache\n" +" ~a ~a \\\n" +" --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" +"source.tar.gz' \\\n" +" --~a 'https://webid-oidc-demo.planete-kraus.eu' \\\n" +" --~a '/var/lib/webid-oidc/issuer/key.jwk' \\\n" +" --~a 'https://webid-oidc-demo.planete-kraus.eu/profile/card#me' \\\n" +" --~a \"$ENCRYPTED_PASSWORD\" \\\n" +" --~a 'https://webid-oidc-demo.planete-kraus.eu/keys' \\\n" +" --~a 'https://webid-oidc-demo.planete-kraus.eu/authorize' \\\n" +" --~a 'https://webid-oidc-demo.planete-kraus.eu/token' \\\n" +" --~a $PORT" +msgstr "" + +#: src/scm/webid-oidc/program.scm:522 +msgid "" +"\n" +"Running the public pages for an application" +msgstr "" + +#: src/scm/webid-oidc/program.scm:524 +msgid "" +"\n" +"The example client application pages for\n" +"webid-oidc-demo.planete-kraus.eu are served this way:" +msgstr "" + +#: src/scm/webid-oidc/program.scm:528 +#, scheme-format +msgid "" +"\n" +" ~a ~a \\\n" +" --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" +"source.tar.gz' \\\n" +" --~a 'https://webid-oidc-demo.planete-kraus.eu/example-application#id' " +"\\\n" +" --~a 'https://webid-oidc-demo.planete-kraus.eu/authorized' \\\n" +" --~a 'Example Solid Application' \\\n" +" --~a 'https://webid-oidc.planete-kraus.eu/Running-a-client." +"html#Running-a-client' \\\n" +" --~a $PORT" +msgstr "" + +#: src/scm/webid-oidc/program.scm:542 +msgid "" +"\n" +"Running a full server" +msgstr "" + +#: src/scm/webid-oidc/program.scm:545 +msgid "" +"\n" +"To run the server with identity provider and\n" +"resource server for one particular user, you need to combine the\n" +"options for the parts." +msgstr "" + +#: src/scm/webid-oidc/program.scm:549 +#, scheme-format +msgid "" +"\n" +" export XDG_DATA_HOME=/var/lib\n" +" export XDG_CACHE_HOME=/var/cache\n" +" ~a ~a \\\n" +" --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" +"source.tar.gz' \\\n" +" --~a 'https://data.planete-kraus.eu' \\\n" +" --~a '/var/lib/disfluid/server/key.jwk' \\\n" +" --~a 'https://data.planete-kraus.eu/vivien#me' \\\n" +" --~a '$...alg...$...salt...$...hash...' \\\n" +" --~a 'https://data.planete-kraus.eu/keys' \\\n" +" --~a 'https://data.planete-kraus.eu/authorize' \\\n" +" --~a 'https://data.planete-kraus.eu/token' \\\n" +" --~a '...port...'" +msgstr "" + +#: src/scm/webid-oidc/program.scm:574 +#, scheme-format +msgid "" +"\n" +"If you find a bug, then please send a report to ~a." +msgstr "" + +#: src/scm/webid-oidc/program.scm:579 +#, scheme-format +msgid "" +"~a version ~a\n" +"\n" +"Rreleased ~a\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:616 +#, scheme-format +msgid "The --~a argument must be a number, not ~s.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:622 +#, scheme-format +msgid "The --~a argument must be an integer, not ~s.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:628 +#, scheme-format +msgid "The --~a argument must be positive, ~s is invalid.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:633 +#, scheme-format +msgid "The --~a argument must be less than 65536, ~s is invalid.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:675 +#, scheme-format +msgid "" +"Usage: ~a COMMAND [OPTIONS]...\n" +"See --~a (-h).\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:685 src/scm/webid-oidc/program.scm:707 +#: src/scm/webid-oidc/program.scm:779 +#, scheme-format +msgid "You must pass --~a to set the server name.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:689 +#, scheme-format +msgid "You must pass --~a to set the backend URI.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:711 src/scm/webid-oidc/program.scm:783 +#, scheme-format +msgid "" +"You must pass --~a to set the file where to store the identity provider " +"key.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:715 src/scm/webid-oidc/program.scm:787 +#, scheme-format +msgid "You must pass --~a to set the subject of the identity provider.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:719 src/scm/webid-oidc/program.scm:791 +#, scheme-format +msgid "You must pass --~a to set the subject’s encrypted password.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:723 src/scm/webid-oidc/program.scm:795 +#, scheme-format +msgid "You must pass --~a to set the JWKS URI.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:727 src/scm/webid-oidc/program.scm:799 +#, scheme-format +msgid "You must pass --~a to set the authorization endpoint URI.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:731 src/scm/webid-oidc/program.scm:803 +#, scheme-format +msgid "You must pass --~a to set the token endpoint URI.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:751 +#, scheme-format +msgid "You must pass --~a to set the application web ID.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:755 +#, scheme-format +msgid "You must pass --~a to set the redirection URI.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:759 +#, scheme-format +msgid "You must pass --~a to set the informative client name.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:763 +#, scheme-format +msgid "You must pass --~a to set the informative client URI.\n" +msgstr "" + +#: src/scm/webid-oidc/program.scm:850 +#, scheme-format +msgid "Unknown command ~s\n" +msgstr "" diff --git a/po/fr.po b/po/fr.po index a2c3820..e3d7ee2 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-07-29 12:34+0200\n" -"PO-Revision-Date: 2021-07-29 12:34+0200\n" +"POT-Creation-Date: 2021-07-30 12:06+0200\n" +"PO-Revision-Date: 2021-07-30 12:08+0200\n" "Last-Translator: Vivien Kraus \n" "Language-Team: French \n" "Language: fr\n" @@ -1096,7 +1096,7 @@ msgstr "" msgid "~a version ~a\n" msgstr "~a version ~a\n" -#: src/scm/webid-oidc/hello-world.scm:112 src/scm/webid-oidc/program.scm:607 +#: src/scm/webid-oidc/hello-world.scm:112 src/scm/webid-oidc/program.scm:609 msgid "" "You are legally required to link to the complete corresponding source code.\n" msgstr "" @@ -1360,10 +1360,10 @@ msgstr "Utilisation : ~a COMMANDE [OPTIONS]...\n" #: src/scm/webid-oidc/program.scm:288 msgid "" "\n" -"Run the webid-oidc COMMAND." +"Run the disfluid COMMAND." msgstr "" "\n" -"Exécute la COMMANDE webid-oidc." +"Exécute la COMMANDE disfluid." #: src/scm/webid-oidc/program.scm:291 msgid "" @@ -1401,7 +1401,7 @@ msgstr "" " exécute le proxy inverse authentifiant." #: src/scm/webid-oidc/program.scm:303 src/scm/webid-oidc/program.scm:491 -#: src/scm/webid-oidc/program.scm:680 +#: src/scm/webid-oidc/program.scm:682 msgid "command-line|command|reverse-proxy" msgstr "proxy-inversé" @@ -1417,7 +1417,7 @@ msgstr "" " exécute un fournisseur d’identité." #: src/scm/webid-oidc/program.scm:307 src/scm/webid-oidc/program.scm:516 -#: src/scm/webid-oidc/program.scm:702 +#: src/scm/webid-oidc/program.scm:704 msgid "command-line|command|identity-provider" msgstr "fournisseur-identité" @@ -1433,7 +1433,7 @@ msgstr "" " sert les pages d’une application publique." #: src/scm/webid-oidc/program.scm:311 src/scm/webid-oidc/program.scm:537 -#: src/scm/webid-oidc/program.scm:746 +#: src/scm/webid-oidc/program.scm:748 msgid "command-line|command|client-service" msgstr "service-client" @@ -1451,7 +1451,7 @@ msgstr "" " une fonction de stockage de ressources." #: src/scm/webid-oidc/program.scm:316 src/scm/webid-oidc/program.scm:563 -#: src/scm/webid-oidc/program.scm:775 +#: src/scm/webid-oidc/program.scm:777 msgid "command-line|command|server" msgstr "serveur" @@ -1577,14 +1577,14 @@ msgid "" "\n" " -H HEADER, --~a=HEADER:\n" " the HEADER field contains the webid of the authenticated user,\n" -" XXX-Agent by default. For the full server, disable webid-oidc\n" +" XXX-Agent by default. For the full server, disable Solid-OIDC\n" " authentication." msgstr "" "\n" " -H EN-TÊTE, --~a=EN-TÊTE :\n" " le champ EN-TÊTE contiendra l’identifiant webid de l’utilisateur\n" " authentifié, XXX-Agent par défaut. Pour un serveur complet, ceci\n" -" désactive l’authentification par webid-oidc." +" désactive l’authentification par Solid-OIDC." #: src/scm/webid-oidc/program.scm:367 #, scheme-format @@ -2008,7 +2008,7 @@ msgid "" " --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" "source.tar.gz' \\\n" " --~a 'https://data.planete-kraus.eu' \\\n" -" --~a '/var/lib/webid-oidc/server/key.jwk' \\\n" +" --~a '/var/lib/disfluid/server/key.jwk' \\\n" " --~a 'https://data.planete-kraus.eu/vivien#me' \\\n" " --~a '$...alg...$...salt...$...hash...' \\\n" " --~a 'https://data.planete-kraus.eu/keys' \\\n" @@ -2024,7 +2024,7 @@ msgstr "" " --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" "source.tar.gz' \\\n" " --~a 'https://data.planete-kraus.eu' \\\n" -" --~a '/var/lib/webid-oidc/server/key.jwk' \\\n" +" --~a '/var/lib/disfluid/server/key.jwk' \\\n" " --~a 'https://data.planete-kraus.eu/vivien#me' \\\n" " --~a '$...alg...$...sel...$...condensat...' \\\n" " --~a 'https://data.planete-kraus.eu/keys' \\\n" @@ -2043,30 +2043,36 @@ msgstr "" #: src/scm/webid-oidc/program.scm:579 #, scheme-format -msgid "~a version ~a, released ~a\n" -msgstr "~a version ~a, publiée le ~a\n" +msgid "" +"~a version ~a\n" +"\n" +"Rreleased ~a\n" +msgstr "" +"~a version ~a\n" +"\n" +"Publiée le ~a\n" -#: src/scm/webid-oidc/program.scm:614 +#: src/scm/webid-oidc/program.scm:616 #, scheme-format msgid "The --~a argument must be a number, not ~s.\n" msgstr "L’argument de --~a doit être un nombre, pas ~s.\n" -#: src/scm/webid-oidc/program.scm:620 +#: src/scm/webid-oidc/program.scm:622 #, scheme-format msgid "The --~a argument must be an integer, not ~s.\n" msgstr "L’argument de --~a doit être un entier, pas ~s.\n" -#: src/scm/webid-oidc/program.scm:626 +#: src/scm/webid-oidc/program.scm:628 #, scheme-format msgid "The --~a argument must be positive, ~s is invalid.\n" msgstr "L’argument de --~a doit être positif, ~s est invalide.\n" -#: src/scm/webid-oidc/program.scm:631 +#: src/scm/webid-oidc/program.scm:633 #, scheme-format msgid "The --~a argument must be less than 65536, ~s is invalid.\n" msgstr "L’argument de --~a doit être inférieur à 65536, ~s est invalide.\n" -#: src/scm/webid-oidc/program.scm:673 +#: src/scm/webid-oidc/program.scm:675 #, scheme-format msgid "" "Usage: ~a COMMAND [OPTIONS]...\n" @@ -2075,18 +2081,18 @@ msgstr "" "Utilisation : ~a COMMANDE [OPTIONS]...\n" "Voir --~a (-h).\n" -#: src/scm/webid-oidc/program.scm:683 src/scm/webid-oidc/program.scm:705 -#: src/scm/webid-oidc/program.scm:777 +#: src/scm/webid-oidc/program.scm:685 src/scm/webid-oidc/program.scm:707 +#: src/scm/webid-oidc/program.scm:779 #, scheme-format msgid "You must pass --~a to set the server name.\n" msgstr "Vous devez passer --~a pour définir le nom du serveur.\n" -#: src/scm/webid-oidc/program.scm:687 +#: src/scm/webid-oidc/program.scm:689 #, scheme-format msgid "You must pass --~a to set the backend URI.\n" msgstr "Vous devez passer --~a pour définir l'URI du service d’arrière-plan.\n" -#: src/scm/webid-oidc/program.scm:709 src/scm/webid-oidc/program.scm:781 +#: src/scm/webid-oidc/program.scm:711 src/scm/webid-oidc/program.scm:783 #, scheme-format msgid "" "You must pass --~a to set the file where to store the identity provider " @@ -2095,59 +2101,59 @@ msgstr "" "Vous devez passer --~a pour définir le nom du fichier pour sauvegarder\n" "la clé du fournisseur d’identité.\n" -#: src/scm/webid-oidc/program.scm:713 src/scm/webid-oidc/program.scm:785 +#: src/scm/webid-oidc/program.scm:715 src/scm/webid-oidc/program.scm:787 #, scheme-format msgid "You must pass --~a to set the subject of the identity provider.\n" msgstr "" "Vous devez passer --~a pour définir le sujet du fournisseur d’identité.\n" -#: src/scm/webid-oidc/program.scm:717 src/scm/webid-oidc/program.scm:789 +#: src/scm/webid-oidc/program.scm:719 src/scm/webid-oidc/program.scm:791 #, scheme-format msgid "You must pass --~a to set the subject’s encrypted password.\n" msgstr "" "Vous devez passer --~a pour définir le mot de passe chiffré du sujet.\n" -#: src/scm/webid-oidc/program.scm:721 src/scm/webid-oidc/program.scm:793 +#: src/scm/webid-oidc/program.scm:723 src/scm/webid-oidc/program.scm:795 #, scheme-format msgid "You must pass --~a to set the JWKS URI.\n" msgstr "Vous devez passer --~a pour définir l'URI du JWKS.\n" -#: src/scm/webid-oidc/program.scm:725 src/scm/webid-oidc/program.scm:797 +#: src/scm/webid-oidc/program.scm:727 src/scm/webid-oidc/program.scm:799 #, scheme-format msgid "You must pass --~a to set the authorization endpoint URI.\n" msgstr "" "Vous devez passer --~a pour définir l'URI du terminal d'autorisation.\n" -#: src/scm/webid-oidc/program.scm:729 src/scm/webid-oidc/program.scm:801 +#: src/scm/webid-oidc/program.scm:731 src/scm/webid-oidc/program.scm:803 #, scheme-format msgid "You must pass --~a to set the token endpoint URI.\n" msgstr "Vous devez passer --~a pour définir l'URI du terminal de jeton.\n" -#: src/scm/webid-oidc/program.scm:749 +#: src/scm/webid-oidc/program.scm:751 #, scheme-format msgid "You must pass --~a to set the application web ID.\n" msgstr "" "Vous devez passer --~a pour définir l'identifiant web de l’application.\n" -#: src/scm/webid-oidc/program.scm:753 +#: src/scm/webid-oidc/program.scm:755 #, scheme-format msgid "You must pass --~a to set the redirection URI.\n" msgstr "Vous devez passer --~a pour définir l'URI de redirection.\n" -#: src/scm/webid-oidc/program.scm:757 +#: src/scm/webid-oidc/program.scm:759 #, scheme-format msgid "You must pass --~a to set the informative client name.\n" msgstr "" "Vous devez passer --~a pour donner un nom pour l’application à titre " "informatif.\n" -#: src/scm/webid-oidc/program.scm:761 +#: src/scm/webid-oidc/program.scm:763 #, scheme-format msgid "You must pass --~a to set the informative client URI.\n" msgstr "" "Vous devez passer --~a pour définir l'URI du client, à titre informatif.\n" -#: src/scm/webid-oidc/program.scm:848 +#: src/scm/webid-oidc/program.scm:850 #, scheme-format msgid "Unknown command ~s\n" msgstr "Commande inconnue ~s\n" diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot deleted file mode 100644 index f189555..0000000 --- a/po/webid-oidc.pot +++ /dev/null @@ -1,1810 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Vivien Kraus -# This file is distributed under the same license as the webid-oidc package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: webid-oidc SNAPSHOT\n" -"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" -"POT-Creation-Date: 2021-07-29 12:34+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/libwebidoidc.c:29 -msgid "This is the main function." -msgstr "" - -#: src/random/random.c:217 -#, c-format -msgid "Could not set the global random generator up.\n" -msgstr "" - -#: src/random/random.c:231 src/random/random.c:243 src/random/random.c:256 -#: src/random/random.c:267 src/random/random.c:278 -#, c-format -msgid "Could not set the global random generator up: out of memory.\n" -msgstr "" - -#: src/random/random.c:288 -#, c-format -msgid "" -"Warning: could not open the seed file, maybe the parent directory is " -"missing...\n" -msgstr "" - -#: src/random/random.c:292 -#, c-format -msgid "Warning: could not create the cache directory '%s'.\n" -msgstr "" - -#: src/random/random.c:294 -msgid "when creating the cache directory" -msgstr "" - -#: src/random/random.c:300 -#, c-format -msgid "Warning: could not create the package cache directory '%s'.\n" -msgstr "" - -#: src/random/random.c:302 -msgid "when creating the package cache directory" -msgstr "" - -#: src/random/random.c:308 -#, c-format -msgid "Could not open the seed file '%s'.\n" -msgstr "" - -#: src/random/random.c:309 -msgid "when opening the seed file" -msgstr "" - -#: src/random/random.c:329 -#, c-format -msgid "Could not lock the seed file '%s'.\n" -msgstr "" - -#: src/random/random.c:331 -msgid "when locking the seed file" -msgstr "" - -#: src/random/random.c:345 -#, c-format -msgid "" -"Warning: the seed file '%s' is too short. This weakens the random number " -"generator. Please write more random data in it.\n" -msgstr "" - -#: src/random/random.c:362 -#, c-format -msgid "Could not update the seed file '%s'.\n" -msgstr "" - -#: src/random/random.c:363 -msgid "when rewinding the seed file" -msgstr "" - -#: src/random/random.c:395 -#, c-format -msgid "Could not unlock the seed file '%s'.\n" -msgstr "" - -#: src/random/random.c:397 -msgid "when unlocking the seed file" -msgstr "" - -#: src/random/random.c:425 -#, c-format -msgid "Could not set the thread-local random generator up.\n" -msgstr "" - -#: src/random/random.c:433 -#, c-format -msgid "" -"The random module has not been initialized. Please call " -"webid_oidc_random_init first.\n" -msgstr "" - -#: src/random/generate-random.c:47 -#, c-format -msgid "Usage: generate-random [NUMBER OF BYTES]\n" -msgstr "" - -#: src/jwk/generate-key.c:52 -#, c-format -msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1090 -msgid "that’s how it is" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1095 -#, scheme-format -msgid "the value ~s is not a base64 string (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1098 -#, scheme-format -msgid "the value ~s is not JSON (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1101 -#, scheme-format -msgid "the value ~s is not Turtle (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1104 -#, scheme-format -msgid "the value ~s does not identify an elleptic curve" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1109 -#, scheme-format -msgid "the value ~s does not identify a JWK (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1111 -#, scheme-format -msgid "the value ~s does not identify a JWK" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1116 -#, scheme-format -msgid "the value ~s does not identify a public JWK (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1118 -#, scheme-format -msgid "the value ~s does not identify a public JWK" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1123 -#, scheme-format -msgid "the value ~s does not identify a private JWK (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1125 -#, scheme-format -msgid "the value ~s does not identify a private JWK" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1130 -#, scheme-format -msgid "the value ~s does not identify a JWKS (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1132 -#, scheme-format -msgid "the value ~s does not identify a JWKS" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1135 -#, scheme-format -msgid "the value ~s does not identify a hash algorithm" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1138 -#, scheme-format -msgid "the value ~s is not an alist or misses key ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1141 -#, scheme-format -msgid "the value ~s is not a JWS header (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1144 -#, scheme-format -msgid "the value ~s is not a JWS payload (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1147 -#, scheme-format -msgid "the value ~s is not a JWS (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1150 -#, scheme-format -msgid "the string ~s cannot be split in 3 parts with ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1153 -#, scheme-format -msgid "" -"all key candidates failed to verify signature ~s with algorithm ~s and " -"payload ~a (there were ~a: ~s)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1156 -#, scheme-format -msgid "I cannot decode JWS ~a (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1159 -#, scheme-format -msgid "I cannot encode JWS ~a (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1162 -#, scheme-format -msgid "" -"the server request unexpectedly failed with code ~a and reason phrase ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1167 -#, scheme-format -msgid "the header ~a should not have the value ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1169 -#, scheme-format -msgid "the header ~a should be present" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1172 -#, scheme-format -msgid "the server response wasn't expected: ~s (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1178 -#, scheme-format -msgid "the value ~s is not an OIDC configuration (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1183 -#, scheme-format -msgid "the webid field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1184 -msgid "the webid field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1188 -#, scheme-format -msgid "the sub field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1189 -msgid "the sub field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1193 -#, scheme-format -msgid "the iss field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1194 -msgid "the iss field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1198 -#, scheme-format -msgid "the aud field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1199 -msgid "the aud field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1203 -#, scheme-format -msgid "the iat field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1204 -msgid "the iat field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1208 -#, scheme-format -msgid "the exp field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1209 -msgid "the exp field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1213 -#, scheme-format -msgid "the cnf/jkt field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1214 -msgid "the cnf/jkt field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1218 -#, scheme-format -msgid "the client-id field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1219 -msgid "the client-id field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1223 -#: src/scm/webid-oidc/authorization-page-unsafe.scm:149 -#, scheme-format -msgid "the redirect_uris field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1224 -#: src/scm/webid-oidc/authorization-page-unsafe.scm:150 -msgid "the redirect_uris field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1228 -#, scheme-format -msgid "the typ field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1229 -msgid "the typ field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1233 -#, scheme-format -msgid "the jwk field is incorrect: ~s (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1235 -msgid "the jwk field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1239 -#, scheme-format -msgid "the jti field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1240 -msgid "the jti field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1244 -#, scheme-format -msgid "the nonce field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1245 -msgid "the nonce field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1249 -#, scheme-format -msgid "the htm field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1250 -msgid "the htm field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1254 -#, scheme-format -msgid "the htu field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1255 -msgid "the htu field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1259 -#, scheme-format -msgid "the ath field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1260 -msgid "the ath field is missing" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1262 -#, scheme-format -msgid "~s is not an access token (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1265 -#, scheme-format -msgid "~s is not an access token header (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1268 -#, scheme-format -msgid "~s is not an access token payload (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1271 -#, scheme-format -msgid "~s is not a DPoP proof (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1274 -#, scheme-format -msgid "~s is not a DPoP proof header (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1277 -#, scheme-format -msgid "~s is not a DPoP proof payload (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1280 -#, scheme-format -msgid "I cannot fetch the issuer configuration of ~a (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1287 -#, scheme-format -msgid "I cannot fetch the JWKS of ~a at ~a (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1298 -#, scheme-format -msgid "the HTTP method is signed for ~s, but ~s was requested" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1301 -#, scheme-format -msgid "the HTTP uri is signed for ~a, but ~a was requested" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1304 -#, scheme-format -msgid "the date is ~a, but the DPoP proof is signed in the future at ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1308 -#, scheme-format -msgid "the date is ~a, but the DPoP proof was signed too long ago at ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1317 -#, scheme-format -msgid "the key ~s does not hash to ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1319 -#, scheme-format -msgid "the key confirmation of ~s failed (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1321 -#, scheme-format -msgid "the key confirmation of ~s failed" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1326 -#, scheme-format -msgid "the DPoP proof is bound to an access token with hash ~s, not ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1328 -#, scheme-format -msgid "the DPoP proof should be bound to the access token ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1331 -#, scheme-format -msgid "the jti ~s has already been found (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1334 -#, scheme-format -msgid "I cannot decode ~s as an access token (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1337 -#, scheme-format -msgid "I cannot encode ~s as an access token with key ~s (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1340 -#, scheme-format -msgid "I cannot decode ~s as a DPoP proof (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1343 -#, scheme-format -msgid "I cannot encode ~s as a DPoP proof (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1346 -#, scheme-format -msgid "I could not fetch a RDF graph at ~a (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1349 -#, scheme-format -msgid "~s is not a client manifest (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1352 -#, scheme-format -msgid "~s does not authorize redirection URI ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1355 -msgid "I cannot serve a public manifest" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1357 -#, scheme-format -msgid "~a does not have a client manifest registration triple" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1360 -#, scheme-format -msgid "the client manifest at ~a is advertised for ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1363 -#, scheme-format -msgid "I could not fetch the client manifest of ~a (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1366 -#, scheme-format -msgid "~s is not an authorization code (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1369 -#, scheme-format -msgid "~s is not an authorization code header (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1372 -#, scheme-format -msgid "~s is not an authorization code payload (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1375 -#, scheme-format -msgid "the current time is ~a, and the authorization code expired at ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1379 -#, scheme-format -msgid "I cannot decode ~s as an authorization code (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1382 -#, scheme-format -msgid "I cannot encode ~s as an authorization code (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1385 -#, scheme-format -msgid "there is no such refresh token as ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1388 -#, scheme-format -msgid "" -"the refresh token is bound to a key confirmed as ~s, but it is used with key " -"~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1391 -#, scheme-format -msgid "I cannot decode ~s as an ID token (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1394 -#, scheme-format -msgid "I cannot encode ~s as an ID token (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1397 -#, scheme-format -msgid "the grant type ~s is not supported" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1400 -msgid "there is no authorization code in the request" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1402 -msgid "there is no refresh token in the request" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1404 -#, scheme-format -msgid "~s is not an ID token (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1407 -#, scheme-format -msgid "~s is not an ID token header (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1410 -#, scheme-format -msgid "~s is not an ID token payload (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1413 -#, scheme-format -msgid "" -"I couldn’t set the locale to ~s as an approximation of the client locale ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1416 -#, scheme-format -msgid "~s does not admit ~s as an identity provider" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1419 -#, scheme-format -msgid "" -"~a is neither an identity provider (because ~a) nor a webid (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1424 -#, scheme-format -msgid "the token request failed (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1427 -#, scheme-format -msgid "you don’t have a refresh token for identity ~a certified by ~a in ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1432 -#, scheme-format -msgid "all identity provider candidates for ~a failed: ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1436 -#, scheme-format -msgid "~s failed (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1439 -msgid ", " -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1441 -#, scheme-format -msgid "no resource has been found to serve URI path ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1444 -#, scheme-format -msgid "the resource kind ~s is absent for the resource at ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1447 -#, scheme-format -msgid "no resource has been found to serve URI path ~s, but ~s exists" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1450 -msgid "the root storage cannot be deleted" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1452 -#, scheme-format -msgid "the container ~s should be emptied before being deleted" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1455 -#, scheme-format -msgid "the group ~s cannot be fetched (because ~a)" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1459 -#, scheme-format -msgid "the containment triples in the request to update ~s are not up to date" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1462 -#, scheme-format -msgid "the server cannot process resources with the ~s content-type" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1465 -#, scheme-format -msgid "" -"the client wants to create a resource at ~s, which is reserved for an " -"auxiliary resource" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1468 -#, scheme-format -msgid "" -"the operation on ~s by ~a is refused, because it’s not by ~s and the access " -"control forbids the following mode of operation: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1472 -msgid "an anonymous user" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1477 -#, scheme-format -msgid "" -"the client precondition failed for ~s: it allows for ~s, forbids ~s, but the " -"resource has a representation of ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1479 -#, scheme-format -msgid "" -"the client precondition failed for ~s: it allows for ~s, forbids ~s, but the " -"resource has no representation" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1482 -#, scheme-format -msgid "" -"the client wanted a response with a content type among ~s, but the resource " -"at ~s has content-type ~s which cannot be converted to one of them" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1489 -msgid "that’s it" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1493 -#, scheme-format -msgid "~a and ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1496 -#, scheme-format -msgid "~a, ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1500 -#, scheme-format -msgid "the signature ~a does not match key ~s with payload ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1503 -#, scheme-format -msgid "the request failed unexpectedly with code ~a: ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1507 -msgid "there is an undefined variable" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1509 -#, scheme-format -msgid "the origin is ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1512 -#, scheme-format -msgid "a message is attached: ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1515 -#, scheme-format -msgid "the values ~s are problematic" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1518 -#, scheme-format -msgid "there is a kind (~s) and args ~s" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1521 -msgid "there is an assertion failure" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1523 -#, scheme-format -msgid "the program quits with code ~a" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1526 -msgid "the program cannot recover from this exception" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1528 -msgid "there is an external error" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1530 -msgid "there is an error" -msgstr "" - -#: src/scm/webid-oidc/errors.scm:1532 -#, scheme-format -msgid "Unhandled exception type ~a." -msgstr "" - -#: src/scm/webid-oidc/identity-provider.scm:70 -msgid "Warning: generating a new key pair." -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:45 -msgid "xml-lang|en" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:61 -msgid "page-title|Authorization" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:66 -msgid "Authorize this anonymous application?" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:67 -#, scheme-format -msgid "Authorize ~a?" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:69 -msgid "Do you want to authorize this application to represent you?" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:79 -msgid "Please retry your password:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:80 -msgid "Please enter your password:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:85 -msgid "Allow" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:91 -msgid "Bad request" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:96 -msgid "The application did not set the client_id parameter." -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:101 -msgid "The application did not set the redirect_uri parameter." -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:114 -#, scheme-format -msgid "the value ~s is not a base64 string." -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:117 -msgid "the following value is not JSON:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:120 -msgid "the following value is not Turtle:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:123 -#, scheme-format -msgid "" -"the server request unexpectedly failed with code ~a and reason phrase ~s." -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:128 -#, scheme-format -msgid "the header ~a should not have the value ~s.\n" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:130 -#, scheme-format -msgid "the header ~a should be present." -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:134 -msgid "the server response wasn’t expected:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:143 -#, scheme-format -msgid "the client_id field is incorrect: ~s" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:144 -msgid "the client_id field is missing" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:153 -#, scheme-format -msgid "I could not fetch a RDF graph at ~a;" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:157 -msgid "this is not a client manifest:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:162 -#, scheme-format -msgid "the manifest does not authorize redirection URI ~a:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:167 -#, scheme-format -msgid "the client manifest at ~a is advertised for ~a;" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:172 -#, scheme-format -msgid "I could not fetch the client manifest of ~a;" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:177 -msgid "I could not issue an authorization code for you;" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:185 -msgid "" -"The application you are trying to authorize behaved unexpectedly. Here is " -"the explanation of the error:" -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:194 -msgid "Redirecting..." -msgstr "" - -#: src/scm/webid-oidc/authorization-page-unsafe.scm:199 -#, scheme-format -msgid "" -"~a can now log in on your behalf. You still need to adjust " -"permissions." -msgstr "" - -#: src/scm/webid-oidc/resource-server.scm:92 -#, scheme-format -msgid "~a: authentication failure: ~a\n" -msgstr "" - -#: src/scm/webid-oidc/resource-server.scm:275 -#, scheme-format -msgid "Warning: ~a\n" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:48 src/scm/webid-oidc/example-app.scm:116 -#: src/scm/webid-oidc/program.scm:217 -msgid "command-line|version" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:50 src/scm/webid-oidc/program.scm:221 -msgid "command-line|complete-corresponding-source" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:52 src/scm/webid-oidc/program.scm:223 -msgid "command-line|help" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:54 -msgid "command-line|port" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:56 src/scm/webid-oidc/program.scm:253 -msgid "command-line|log-file" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:58 src/scm/webid-oidc/program.scm:255 -msgid "command-line|error-file" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:70 -#, scheme-format -msgid "" -"~a [OPTIONS]...\n" -"\n" -"Display your identity contained in the XXX-Agent header.\n" -"\n" -"This program is covered by the GNU Affero GPL, version 3 or\n" -"later. This license requires you to provide a way for any user over\n" -"the network to download the complete corresponding source code (with\n" -"your modifications) at no cost. The server adds a \"Source:\" header\n" -"to all responses.\n" -"\n" -"Options:\n" -" -S MEANS, --~a=MEANS:\n" -" specify a way to download the complete corresponding source\n" -" code. For instance, this would be an URI pointing to a tarball.\n" -" -h, --~a:\n" -" display this help message and exit.\n" -" -v, --~a:\n" -" display the version information (~a) and exit.\n" -" -p PORT, --~a=PORT:\n" -" set the port to bind.\n" -" -l FILE.log, --~a=FILE.log:\n" -" redirect the program standard output to FILE.log.\n" -" -e FILE.err, --~a=FILE.err:\n" -" redirect the program errors to FILE.err.\n" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:103 -#: src/scm/webid-oidc/example-app.scm:159 -#, scheme-format -msgid "~a version ~a\n" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:112 src/scm/webid-oidc/program.scm:607 -msgid "" -"You are legally required to link to the complete corresponding source code.\n" -msgstr "" - -#: src/scm/webid-oidc/hello-world.scm:123 -msgid "The port should be a number between 0 and 65535.\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:51 -#, scheme-format -msgid "~a.\t~a, certified by ~a;\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:62 -#, scheme-format -msgid "~a – ~a\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:81 -#, scheme-format -msgid "I’m expecting a number between ~a and ~a.\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:88 -msgid "Please enter an URI to GET: " -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:107 -#, scheme-format -msgid "Sending a request: ~s\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:118 -msgid "comand-line|help" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:126 -#, scheme-format -msgid "" -"Usage: ~a [OPTIONS]...\n" -"\n" -"Demonstrate a webid-oidc application.\n" -"\n" -"Options:\n" -" -h, --~a:\n" -" display this help message and exit.\n" -" -v, --~a:\n" -" display the version information (~a) and exit.\n" -"\n" -"Environment variables:\n" -"\n" -" LANG: set the locale. Currently ~a.\n" -"\n" -" XDG_CACHE_HOME: where the seed for the key generator is\n" -"stored. Currently ~a.\n" -"\n" -" XDG_DATA_HOME: where the login credentials are stored. Currently ~a.\n" -"\n" -" HOME: to compute a default value for XDG_CACHE_HOME and\n" -"XDG_DATA_HOME, if missing. Currently ~a.\n" -"\n" -"If you find a bug, send a report to ~a.\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:163 -msgid "First, let’s log in. Here are your options:\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:165 -msgid "0.\tLog in with a different identity.\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:170 -#: src/scm/webid-oidc/example-app.scm:189 -msgid "Please indicate your choice number: " -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:175 -msgid "Please enter your webid, or identity server: " -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:185 -msgid "There are different possible identity providers for your webid:\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:192 -#, scheme-format -msgid "" -"Please visit the following URI with a web browser:\n" -"~a\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:194 -msgid "Please paste your authorization code: " -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:205 -#, scheme-format -msgid "" -"Log in success. Keep this identity token for yourself:\n" -"\n" -"~a\n" -"\n" -"Now, you can do authenticated request by presenting the following access " -"token:\n" -"\n" -"~a\n" -"\n" -"and signing DPoP proofs with the following key:\n" -"\n" -"~a\n" -msgstr "" - -#: src/scm/webid-oidc/example-app.scm:226 -#, scheme-format -msgid "There was an error: ~a\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:111 -#, scheme-format -msgid "~a: ~a: Internal server error: ~a\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:125 -#, scheme-format -msgid "" -"The client locale ~s can’t be approximated by system locale ~s (because ~a), " -"using C.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:149 -#, scheme-format -msgid "~a: ~s ~a ~s ~a\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:151 -#, scheme-format -msgid "~a: ~a (~a)" -msgstr "" - -#: src/scm/webid-oidc/program.scm:155 -#, scheme-format -msgid "~a: ~a" -msgstr "" - -#: src/scm/webid-oidc/program.scm:165 -#, scheme-format -msgid "(there was an error: ~a)" -msgstr "" - -#: src/scm/webid-oidc/program.scm:219 -msgid "command-line|describe-project" -msgstr "" - -#: src/scm/webid-oidc/program.scm:225 -msgid "command-line|server|port" -msgstr "" - -#: src/scm/webid-oidc/program.scm:227 -msgid "command-line|server|server-name" -msgstr "" - -#: src/scm/webid-oidc/program.scm:229 -msgid "command-line|server|reverse-proxy|backend-uri" -msgstr "" - -#: src/scm/webid-oidc/program.scm:231 -msgid "command-line|server|reverse-proxy|header" -msgstr "" - -#: src/scm/webid-oidc/program.scm:233 -msgid "command-line|server|issuer|key-file" -msgstr "" - -#: src/scm/webid-oidc/program.scm:235 -msgid "command-line|server|issuer|subject" -msgstr "" - -#: src/scm/webid-oidc/program.scm:237 -msgid "command-line|server|issuer|encrypted-password" -msgstr "" - -#: src/scm/webid-oidc/program.scm:239 -msgid "command-line|server|issuer|jwks-uri" -msgstr "" - -#: src/scm/webid-oidc/program.scm:241 -msgid "command-line|server|issuer|authorization-endpoint-uri" -msgstr "" - -#: src/scm/webid-oidc/program.scm:243 -msgid "command-line|server|issuer|token-endpoint-uri" -msgstr "" - -#: src/scm/webid-oidc/program.scm:245 -msgid "command-line|server|client-id" -msgstr "" - -#: src/scm/webid-oidc/program.scm:247 -msgid "command-line|server|redirect-uri" -msgstr "" - -#: src/scm/webid-oidc/program.scm:249 -msgid "command-line|server|client-name" -msgstr "" - -#: src/scm/webid-oidc/program.scm:251 -msgid "command-line|server|client-uri" -msgstr "" - -#: src/scm/webid-oidc/program.scm:284 -#, scheme-format -msgid "Usage: ~a COMMAND [OPTIONS]...\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:288 -msgid "" -"\n" -"Run the webid-oidc COMMAND." -msgstr "" - -#: src/scm/webid-oidc/program.scm:291 -msgid "" -"\n" -"This program is covered by the GNU Affero GPL, version 3 or\n" -"later. This license requires you to provide a way for any user over\n" -"the network to download the complete corresponding source code (with\n" -"your modifications) at no cost. The server adds a \"Source:\" header\n" -"to all responses." -msgstr "" - -#: src/scm/webid-oidc/program.scm:298 -msgid "" -"\n" -"Available commands:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:300 -#, scheme-format -msgid "" -"\n" -" ~a:\n" -" run an authenticating reverse proxy." -msgstr "" - -#: src/scm/webid-oidc/program.scm:303 src/scm/webid-oidc/program.scm:491 -#: src/scm/webid-oidc/program.scm:680 -msgid "command-line|command|reverse-proxy" -msgstr "" - -#: src/scm/webid-oidc/program.scm:304 -#, scheme-format -msgid "" -"\n" -" ~a:\n" -" run an identity provider." -msgstr "" - -#: src/scm/webid-oidc/program.scm:307 src/scm/webid-oidc/program.scm:516 -#: src/scm/webid-oidc/program.scm:702 -msgid "command-line|command|identity-provider" -msgstr "" - -#: src/scm/webid-oidc/program.scm:308 -#, scheme-format -msgid "" -"\n" -" ~a:\n" -" serve the pages for a public application." -msgstr "" - -#: src/scm/webid-oidc/program.scm:311 src/scm/webid-oidc/program.scm:537 -#: src/scm/webid-oidc/program.scm:746 -msgid "command-line|command|client-service" -msgstr "" - -#: src/scm/webid-oidc/program.scm:312 -#, scheme-format -msgid "" -"\n" -" ~a:\n" -" run a full server, with identity provider and resource storage\n" -" facility." -msgstr "" - -#: src/scm/webid-oidc/program.scm:316 src/scm/webid-oidc/program.scm:563 -#: src/scm/webid-oidc/program.scm:775 -msgid "command-line|command|server" -msgstr "" - -#: src/scm/webid-oidc/program.scm:318 -msgid "" -"\n" -"General options:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:320 -#, scheme-format -msgid "" -"\n" -" -S MEANS, --~a=MEANS:\n" -" specify a way to download the complete corresponding source\n" -" code. For instance, this would be an URI pointing to a tarball." -msgstr "" - -#: src/scm/webid-oidc/program.scm:325 -#, scheme-format -msgid "" -"\n" -" -h, --~a:\n" -" display a short help message and exit." -msgstr "" - -#: src/scm/webid-oidc/program.scm:329 -#, scheme-format -msgid "" -"\n" -" -v, --~a:\n" -" display the version information (~a, released ~a) and exit." -msgstr "" - -#: src/scm/webid-oidc/program.scm:335 -#, scheme-format -msgid "" -"\n" -" --~a:\n" -" describe the project in the DOAP vocabulary and exit." -msgstr "" - -#: src/scm/webid-oidc/program.scm:339 -#, scheme-format -msgid "" -"\n" -" -l FILE.log, --~a=FILE.log:\n" -" redirect the program standard output to FILE.log." -msgstr "" - -#: src/scm/webid-oidc/program.scm:343 -#, scheme-format -msgid "" -"\n" -" -e FILE.err, --~a=FILE.err:\n" -" redirect the program errors to FILE.err." -msgstr "" - -#: src/scm/webid-oidc/program.scm:348 -msgid "" -"\n" -"General server-side options:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:350 -#, scheme-format -msgid "" -"\n" -" -p PORT, --~a=PORT:\n" -" set the server port to bind, 8080 by default." -msgstr "" - -#: src/scm/webid-oidc/program.scm:354 -#, scheme-format -msgid "" -"\n" -" -n URI, --~a=URI:\n" -" set the public server URI (scheme, userinfo, host, and port)." -msgstr "" - -#: src/scm/webid-oidc/program.scm:359 -msgid "" -"\n" -"Options for the resource server:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:361 -#, scheme-format -msgid "" -"\n" -" -H HEADER, --~a=HEADER:\n" -" the HEADER field contains the webid of the authenticated user,\n" -" XXX-Agent by default. For the full server, disable webid-oidc\n" -" authentication." -msgstr "" - -#: src/scm/webid-oidc/program.scm:367 -#, scheme-format -msgid "" -"\n" -" -b URI, --~a=URI:\n" -" set the backend URI for the reverse proxy, only for the\n" -" reverse-proxy command." -msgstr "" - -#: src/scm/webid-oidc/program.scm:373 -msgid "" -"\n" -"Options for the identity provider:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:375 -#, scheme-format -msgid "" -"\n" -" -k FILE, --~a=FILE.jwk:\n" -" set the file name of the key file. If it does not exist, a new\n" -" key is generated. The server does not offer an HTTPS service." -msgstr "" - -#: src/scm/webid-oidc/program.scm:380 -#, scheme-format -msgid "" -"\n" -" -s WEBID, --~a=WEBID:\n" -" set the identity of the subject." -msgstr "" - -#: src/scm/webid-oidc/program.scm:384 -#, scheme-format -msgid "" -"\n" -" -w ENCRYPTED_PASSWORD, --~a=ENCRYPTED_PASSWORD:\n" -" set the encrypted password to recognize the user." -msgstr "" - -#: src/scm/webid-oidc/program.scm:388 -#, scheme-format -msgid "" -"\n" -" -j URI, --~a=URI:\n" -" set the URI to query the key of the server." -msgstr "" - -#: src/scm/webid-oidc/program.scm:392 -#, scheme-format -msgid "" -"\n" -" -a URI, --~a=URI:\n" -" set the authorization endpoint of the issuer." -msgstr "" - -#: src/scm/webid-oidc/program.scm:396 -#, scheme-format -msgid "" -"\n" -" -t URI, --~a=URI:\n" -" set the token endpoint of the issuer." -msgstr "" - -#: src/scm/webid-oidc/program.scm:401 -msgid "" -"\n" -"Options for the client service:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:403 -#, scheme-format -msgid "" -"\n" -" -c URI, --~a=URI:\n" -" set the web identifier of the client application, which is\n" -" dereferenced to a semantic resource." -msgstr "" - -#: src/scm/webid-oidc/program.scm:408 -#, scheme-format -msgid "" -"\n" -" -r URI, --~a=URI:\n" -" set the redirection URI to get the authorization code back. The\n" -" page is presented with the code to paste in the application." -msgstr "" - -#: src/scm/webid-oidc/program.scm:413 -#, scheme-format -msgid "" -"\n" -" -C NAME, --~a=NAME:\n" -" set the user-visible application name (may be misleading...)." -msgstr "" - -#: src/scm/webid-oidc/program.scm:417 -#, scheme-format -msgid "" -"\n" -" -u URI, --~a=URI:\n" -" set an URI where someone would find more information about the\n" -" application (again, may be misleading)." -msgstr "" - -#: src/scm/webid-oidc/program.scm:423 -msgid "" -"\n" -"Environment variables:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:425 -msgid "" -"\n" -" XML_CATALOG_FILES: the server will fetch resources on the web. By\n" -" setting this environment variable to a space-separated list of\n" -" catalog URIs, the server will redirect these requests to another\n" -" server. Currently, it is not possible to load files from the\n" -" file system, because there is no way to specify the\n" -" content-type." -msgstr "" - -#: src/scm/webid-oidc/program.scm:433 src/scm/webid-oidc/program.scm:440 -#: src/scm/webid-oidc/program.scm:449 src/scm/webid-oidc/program.scm:457 -#: src/scm/webid-oidc/program.scm:465 -#, scheme-format -msgid "" -"the-environment-variable|\n" -" It is currently set to ~s." -msgstr "" - -#: src/scm/webid-oidc/program.scm:436 -msgid "" -"\n" -" LANG: set the locale of the user interface (for the server commands,\n" -" the user is the system administrator)." -msgstr "" - -#: src/scm/webid-oidc/program.scm:443 -msgid "" -"\n" -" XDG_DATA_HOME: where the program stores persistent data. The\n" -" identity provider stores the refresh tokens. The full server\n" -" stores the resources there. For a system service, it is\n" -" recommended to set it to /var/lib." -msgstr "" - -#: src/scm/webid-oidc/program.scm:452 -msgid "" -"\n" -" XDG_CACHE_HOME: where the program stores and updates the seed file,\n" -" and the web client cache. You can remove this directory at any\n" -" time. The seed file will be initialized from /dev/random." -msgstr "" - -#: src/scm/webid-oidc/program.scm:460 -msgid "" -"\n" -" HOME: if XDG_DATA_HOME or XDG_CACHE_HOME is not set, they are\n" -" computed from the value of the HOME environment variable. It is\n" -" not used otherwise." -msgstr "" - -#: src/scm/webid-oidc/program.scm:469 -msgid "" -"\n" -"Running a reverse proxy" -msgstr "" - -#: src/scm/webid-oidc/program.scm:471 -msgid "" -"\n" -"Suppose that you operate data.provider.com. You want to run an\n" -"authenticating reverse proxy, that will receive incoming requests\n" -"through http://localhost:8080, and forward them to\n" -"https://private.data.provider.com. The backend will look for the\n" -"XXX-Agent header, and if it is found, then its value will be\n" -"considered the webid of the authenticated\n" -"user. https://private.data.provider.com should only accept requests\n" -"from this reverse proxy." -msgstr "" - -#: src/scm/webid-oidc/program.scm:481 -#, scheme-format -msgid "" -"\n" -" ~a ~a \\\n" -" --~a 'https://data.provider.com/server-source-code.tar.gz' \\\n" -" --~a 8080 \\\n" -" --~a 'https://data.provider.com' \\\n" -" --~a 'https://private.data.provider.com' \\\n" -" --~a 'XXX-Agent' \\\n" -" --~a '/var/log/proxy.log' \\\n" -" --~a '/var/log/proxy.err'" -msgstr "" - -#: src/scm/webid-oidc/program.scm:496 -msgid "" -"\n" -"Running an identity provider" -msgstr "" - -#: src/scm/webid-oidc/program.scm:498 -msgid "" -"\n" -"The identity provider running at webid-oidc-demo.planete-kraus.eu is\n" -"invoked with the following options:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:502 -#, scheme-format -msgid "" -"\n" -" export XDG_DATA_HOME=/var/lib\n" -" export XDG_CACHE_HOME=/var/cache\n" -" ~a ~a \\\n" -" --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" -"source.tar.gz' \\\n" -" --~a 'https://webid-oidc-demo.planete-kraus.eu' \\\n" -" --~a '/var/lib/webid-oidc/issuer/key.jwk' \\\n" -" --~a 'https://webid-oidc-demo.planete-kraus.eu/profile/card#me' \\\n" -" --~a \"$ENCRYPTED_PASSWORD\" \\\n" -" --~a 'https://webid-oidc-demo.planete-kraus.eu/keys' \\\n" -" --~a 'https://webid-oidc-demo.planete-kraus.eu/authorize' \\\n" -" --~a 'https://webid-oidc-demo.planete-kraus.eu/token' \\\n" -" --~a $PORT" -msgstr "" - -#: src/scm/webid-oidc/program.scm:522 -msgid "" -"\n" -"Running the public pages for an application" -msgstr "" - -#: src/scm/webid-oidc/program.scm:524 -msgid "" -"\n" -"The example client application pages for\n" -"webid-oidc-demo.planete-kraus.eu are served this way:" -msgstr "" - -#: src/scm/webid-oidc/program.scm:528 -#, scheme-format -msgid "" -"\n" -" ~a ~a \\\n" -" --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" -"source.tar.gz' \\\n" -" --~a 'https://webid-oidc-demo.planete-kraus.eu/example-application#id' " -"\\\n" -" --~a 'https://webid-oidc-demo.planete-kraus.eu/authorized' \\\n" -" --~a 'Example Solid Application' \\\n" -" --~a 'https://webid-oidc.planete-kraus.eu/Running-a-client." -"html#Running-a-client' \\\n" -" --~a $PORT" -msgstr "" - -#: src/scm/webid-oidc/program.scm:542 -msgid "" -"\n" -"Running a full server" -msgstr "" - -#: src/scm/webid-oidc/program.scm:545 -msgid "" -"\n" -"To run the server with identity provider and\n" -"resource server for one particular user, you need to combine the\n" -"options for the parts." -msgstr "" - -#: src/scm/webid-oidc/program.scm:549 -#, scheme-format -msgid "" -"\n" -" export XDG_DATA_HOME=/var/lib\n" -" export XDG_CACHE_HOME=/var/cache\n" -" ~a ~a \\\n" -" --~a 'https://webid-oidc.planete-kraus.eu/complete-corresponding-" -"source.tar.gz' \\\n" -" --~a 'https://data.planete-kraus.eu' \\\n" -" --~a '/var/lib/webid-oidc/server/key.jwk' \\\n" -" --~a 'https://data.planete-kraus.eu/vivien#me' \\\n" -" --~a '$...alg...$...salt...$...hash...' \\\n" -" --~a 'https://data.planete-kraus.eu/keys' \\\n" -" --~a 'https://data.planete-kraus.eu/authorize' \\\n" -" --~a 'https://data.planete-kraus.eu/token' \\\n" -" --~a '...port...'" -msgstr "" - -#: src/scm/webid-oidc/program.scm:574 -#, scheme-format -msgid "" -"\n" -"If you find a bug, then please send a report to ~a." -msgstr "" - -#: src/scm/webid-oidc/program.scm:579 -#, scheme-format -msgid "~a version ~a, released ~a\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:614 -#, scheme-format -msgid "The --~a argument must be a number, not ~s.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:620 -#, scheme-format -msgid "The --~a argument must be an integer, not ~s.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:626 -#, scheme-format -msgid "The --~a argument must be positive, ~s is invalid.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:631 -#, scheme-format -msgid "The --~a argument must be less than 65536, ~s is invalid.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:673 -#, scheme-format -msgid "" -"Usage: ~a COMMAND [OPTIONS]...\n" -"See --~a (-h).\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:683 src/scm/webid-oidc/program.scm:705 -#: src/scm/webid-oidc/program.scm:777 -#, scheme-format -msgid "You must pass --~a to set the server name.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:687 -#, scheme-format -msgid "You must pass --~a to set the backend URI.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:709 src/scm/webid-oidc/program.scm:781 -#, scheme-format -msgid "" -"You must pass --~a to set the file where to store the identity provider " -"key.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:713 src/scm/webid-oidc/program.scm:785 -#, scheme-format -msgid "You must pass --~a to set the subject of the identity provider.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:717 src/scm/webid-oidc/program.scm:789 -#, scheme-format -msgid "You must pass --~a to set the subject’s encrypted password.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:721 src/scm/webid-oidc/program.scm:793 -#, scheme-format -msgid "You must pass --~a to set the JWKS URI.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:725 src/scm/webid-oidc/program.scm:797 -#, scheme-format -msgid "You must pass --~a to set the authorization endpoint URI.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:729 src/scm/webid-oidc/program.scm:801 -#, scheme-format -msgid "You must pass --~a to set the token endpoint URI.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:749 -#, scheme-format -msgid "You must pass --~a to set the application web ID.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:753 -#, scheme-format -msgid "You must pass --~a to set the redirection URI.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:757 -#, scheme-format -msgid "You must pass --~a to set the informative client name.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:761 -#, scheme-format -msgid "You must pass --~a to set the informative client URI.\n" -msgstr "" - -#: src/scm/webid-oidc/program.scm:848 -#, scheme-format -msgid "Unknown command ~s\n" -msgstr "" -- cgit v1.2.3