# 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-08-13 01:10+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/access-token.scm:72 #, scheme-format msgid "this is not an access token, because it is not even a JWS: ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:74 msgid "this is not an access token, because it is not even a JWS" msgstr "" #: src/scm/webid-oidc/access-token.scm:77 src/scm/webid-oidc/dpop-proof.scm:96 #, scheme-format msgid "this is not an access token: ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:79 src/scm/webid-oidc/dpop-proof.scm:98 msgid "this is not an access token" msgstr "" #: src/scm/webid-oidc/access-token.scm:101 #: src/scm/webid-oidc/authorization-code.scm:88 #: src/scm/webid-oidc/oidc-id-token.scm:96 #, scheme-format msgid "the payload is missing ~s" msgstr "" #: src/scm/webid-oidc/access-token.scm:123 #: src/scm/webid-oidc/authorization-code.scm:104 #: src/scm/webid-oidc/oidc-id-token.scm:117 #, scheme-format msgid "the \"webid\" field should be an URI, ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:130 #: src/scm/webid-oidc/oidc-id-token.scm:124 #, scheme-format msgid "the \"iss\" field should be an URI, ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:135 #, scheme-format msgid "the \"aud\" field should be set to \"solid\", ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:142 #: src/scm/webid-oidc/oidc-id-token.scm:152 #, scheme-format msgid "the \"iat\" field should be a timestamp, ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:149 #: src/scm/webid-oidc/authorization-code.scm:125 #: src/scm/webid-oidc/oidc-id-token.scm:159 #, scheme-format msgid "the \"exp\" field should be a timestamp, ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:158 msgid "the \"cnf\" / \"jkt\" field is missing" msgstr "" #: src/scm/webid-oidc/access-token.scm:166 #, scheme-format msgid "the \"cnf\" / \"jkt\" field should be a string, ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:171 #, scheme-format msgid "the \"cnf\" field should be an object, ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:178 #: src/scm/webid-oidc/authorization-code.scm:111 #, scheme-format msgid "the \"client_id\" field should be an URI, ~s is given" msgstr "" #: src/scm/webid-oidc/access-token.scm:238 #, scheme-format msgid "the access token is invalid: ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:240 msgid "the access token is invalid" msgstr "" #: src/scm/webid-oidc/access-token.scm:256 #: src/scm/webid-oidc/oidc-id-token.scm:236 #, scheme-format msgid "I cannot query the identity provider configuration: ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:258 #: src/scm/webid-oidc/oidc-id-token.scm:238 msgid "I cannot query the identity provider configuratioon" msgstr "" #: src/scm/webid-oidc/access-token.scm:275 #, scheme-format msgid "I cannot query the identity provider public keys: ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:277 msgid "I cannot query the identity provider public keys" msgstr "" #: src/scm/webid-oidc/access-token.scm:293 #, scheme-format msgid "the access token is signed in the future, ~a, relative to current ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:302 #, scheme-format msgid "the access token expired ~a, which is in the past (from ~a)" msgstr "" #: src/scm/webid-oidc/access-token.scm:316 #, scheme-format msgid "cannot encode the access token: ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:318 msgid "cannot encode the access token" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:63 #, scheme-format msgid "this is not an authorization code, because it is not even a JWS: ~a" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:65 msgid "this is not an authorization code, because it is not even a JWS" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:68 #, scheme-format msgid "this is not an authorization code: ~a" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:70 msgid "this is not an authorization code" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:118 #, scheme-format msgid "the \"jti\" field should be a string, ~s is given" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:169 #, scheme-format msgid "the authorization code is invalid: ~a" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:171 msgid "the authorization code is invalid" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:185 #, scheme-format msgid "the authorization expired ~a, which is in the past (from ~a)" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:201 #, scheme-format msgid "cannot encode the authorization code: ~a" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:203 msgid "cannot encode the authorization code" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:52 #: src/scm/webid-oidc/hello-world.scm:40 src/scm/webid-oidc/hello-world.scm:169 #: src/scm/webid-oidc/hello-world.scm:189 #: src/scm/webid-oidc/identity-provider.scm:139 #: src/scm/webid-oidc/token-endpoint.scm:111 #: src/scm/webid-oidc/token-endpoint.scm:137 #: src/scm/webid-oidc/token-endpoint.scm:164 msgid "xml-lang|en" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:67 msgid "page-title|Authorization" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:72 msgid "Authorize this anonymous application?" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:73 #, scheme-format msgid "Authorize ~a?" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:75 msgid "Do you want to authorize this application to represent you?" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:85 msgid "Please retry your password:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:86 msgid "Please enter your password:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:91 msgid "Allow" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:95 #: src/scm/webid-oidc/token-endpoint.scm:129 #: src/scm/webid-oidc/token-endpoint.scm:156 msgid "reason-phrase|Bad Request" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:97 msgid "Bad request" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:102 msgid "The application did not set the client_id parameter." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:107 msgid "The application did not set the redirect_uri parameter." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:112 msgid "Sorry, no more information is available." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:117 msgid "The application you are trying to authorize behaved unexpectedly." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:126 #: src/scm/webid-oidc/resource-server.scm:299 msgid "reason-phrase|Found" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:130 msgid "Redirecting..." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:135 #, scheme-format msgid "" "

~a can now log in on your behalf. You still need to adjust " "permissions.

" msgstr "" #: src/scm/webid-oidc/cache.scm:94 #, scheme-format msgid "Dropping cache item ~a.~%" msgstr "" #: src/scm/webid-oidc/cache.scm:100 #, scheme-format msgid "Could not clean file ~a.~%" msgstr "" #: src/scm/webid-oidc/cache.scm:106 #, scheme-format msgid "While cleaning the cache: ~a: ~a~%" msgstr "" #: src/scm/webid-oidc/cache.scm:166 #, scheme-format msgid "Cache miss for ~a: ~s~%" msgstr "" #: src/scm/webid-oidc/cache.scm:261 #, scheme-format msgid "Cache entry for ~a varies.\n" msgstr "" #: src/scm/webid-oidc/catalog.scm:166 msgid "invalid relative URI" msgstr "" #: src/scm/webid-oidc/catalog.scm:245 #, scheme-format msgid "Unsupported delegate catalog URI scheme: ~s\n" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:418 msgid "The refresh token has expired." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:434 msgid "The token response did not set the content type." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:442 msgid "The token endpoint did not respond in UTF-8." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:454 #, scheme-format msgid "The token response has content-type ~s, not application/json." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:464 msgid "The token response is not valid JSON." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:477 #, scheme-format msgid "The token response did not include an ID token: ~s" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:485 #, scheme-format msgid "The token response did not include an access token: ~s\n" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:496 #, scheme-format msgid "the ID token signature is invalid: ~a" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:498 msgid "the ID token signature is invalid" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:513 #, scheme-format msgid "the ID token delivered by the identity provider for ~s has ~s as webid" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:522 #, scheme-format msgid "The ID token delivered by the identity provider ~s is for issuer ~s." msgstr "" #: src/scm/webid-oidc/client-manifest.scm:111 #, scheme-format msgid "this is not a client manifest: ~a" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:113 msgid "this is not a client manifest" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:117 msgid "" "

The client manifest could\n" "not be queried. It can be because the client application is down, or\n" "it is incomplete, or unusable for other reasons.

" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:144 #, scheme-format msgid "the client manifest is missing ~s" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:155 #, scheme-format msgid "~s is an invalid \"client_id\" value, because it is not an URI" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:160 msgid "at least one of the redirect URIs is not a proper URI" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:162 msgid "the \"redirect_uris\" field should be a vector of URIs" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:167 msgid "the client manifest should be a JSON object" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:189 #, scheme-format msgid "the client manifest does not allow ~s as a redirection uri" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:193 #, scheme-format msgid "" "

The application wants to get your\n" "authorization through ~s, which is not\n" "approved.

" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:221 msgid "cannot serve the public manifest" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:242 #, scheme-format msgid "cannot fetch the client manifest ~s: ~a" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:245 #, scheme-format msgid "cannot fetch the client manifest ~s" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:264 #, scheme-format msgid "the client manifest is dereferenced from ~s, but it pretends to be ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:91 #, scheme-format msgid "this is not a DPoP proof, because it is not even a JWS: ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:93 msgid "this is not a DPoP proof, because it is not even a JWS" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:124 #, scheme-format msgid "the DPoP proof is missing ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:147 #, scheme-format msgid "the \"jti\" field should be a string, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:154 #, scheme-format msgid "the \"htm\" field should be a string, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:161 #, scheme-format msgid "the \"htu\" field should be an URI, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:168 #, scheme-format msgid "the \"iat\" field should be a timestamp, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:175 #, scheme-format msgid "the \"ath\" field should be an encoded JWT, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:184 #, scheme-format msgid "the \"alg\" field should be a string, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:189 #, scheme-format msgid "the \"typ\" field should be \"dpop+jwt\", not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:195 #, scheme-format msgid "the \"jwk\" field should be a valid public key, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:274 #, scheme-format msgid "the DPoP proof is signed for ~s, but it is issued to ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:305 #, scheme-format msgid "the DPoP proof cannot be decoded: ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:307 msgid "the DPoP proof cannot be decoded" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:317 #, scheme-format msgid "the DPoP proof is signed for access through ~s, but it is used with ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:331 #, scheme-format msgid "" "the DPoP proof is signed in the future, ~a, relative to the current date, ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:340 #, scheme-format msgid "the DPoP proof is too old, it was signed ~a and now it is ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:352 #, scheme-format msgid "" "the DPoP proof should go along with an access token hashed to ~s, not ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:361 src/scm/webid-oidc/dpop-proof.scm:372 msgid "the DPoP proof is signed with the wrong key" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:370 #, scheme-format msgid "the DPoP proof is signed with the wrong key: ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:381 msgid "the cnf/check function returned #f" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:392 #, scheme-format msgid "cannot encode a DPoP proof: ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:394 msgid "cannot encode a DPoP proof" msgstr "" #: src/scm/webid-oidc/example-app.scm:56 msgid "Main menu:\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:59 #, scheme-format msgid "~a. Log in with ~a (issued by ~a): ~a\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:64 msgid "a new user" msgstr "" #: src/scm/webid-oidc/example-app.scm:68 msgid "status|currently logged in" msgstr "" #: src/scm/webid-oidc/example-app.scm:70 msgid "status|offline (but accessible)" msgstr "" #: src/scm/webid-oidc/example-app.scm:71 msgid "status|offline (inaccessible)" msgstr "" #: src/scm/webid-oidc/example-app.scm:72 msgid "status|not initialized yet" msgstr "" #: src/scm/webid-oidc/example-app.scm:74 msgid "" "Type a number to log in, prefix it with '-' to delete the account, or type + " "to create a new account.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:91 #, scheme-format msgid "Please visit: ~a\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:92 msgid "Then, paste the authorization code you get:\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:98 #, scheme-format msgid "I could not negociate an access token. ~a" msgstr "" #: src/scm/webid-oidc/example-app.scm:102 msgid "" "The refresh token has expired, it is not possible to use that account " "offline.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:107 msgid "Please enter an URI to GET:\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:132 msgid "Please type your identity provider:\n" msgstr "" #: src/scm/webid-oidc/fetch.scm:58 #, scheme-format msgid "cannot fetch ~s as linked data: ~a" msgstr "" #: src/scm/webid-oidc/fetch.scm:60 #, scheme-format msgid "cannot fetch ~s as linked data" msgstr "" #: src/scm/webid-oidc/fetch.scm:74 #, scheme-format msgid "unexpected response from the server: ~a" msgstr "" #: src/scm/webid-oidc/fetch.scm:76 msgid "unexpected response from the server" msgstr "" #: src/scm/webid-oidc/fetch.scm:83 #, scheme-format msgid "the request failed unexpectedly with ~s ~s" msgstr "" #: src/scm/webid-oidc/fetch.scm:111 #, scheme-format msgid "cannot negociate a recognized RFD content type, got ~s" msgstr "" #: src/scm/webid-oidc/hello-world.scm:46 #, scheme-format msgid "

Hello, ~a!

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

The client is compatible with Solid.

" msgstr "" #: src/scm/webid-oidc/hello-world.scm:66 src/scm/webid-oidc/program.scm:225 msgid "command-line|version" msgstr "" #: src/scm/webid-oidc/hello-world.scm:68 src/scm/webid-oidc/program.scm:229 msgid "command-line|complete-corresponding-source" msgstr "" #: src/scm/webid-oidc/hello-world.scm:70 src/scm/webid-oidc/program.scm:231 msgid "command-line|help" msgstr "" #: src/scm/webid-oidc/hello-world.scm:72 msgid "command-line|port" msgstr "" #: src/scm/webid-oidc/hello-world.scm:74 src/scm/webid-oidc/program.scm:263 msgid "command-line|log-file" msgstr "" #: src/scm/webid-oidc/hello-world.scm:76 src/scm/webid-oidc/program.scm:265 msgid "command-line|error-file" msgstr "" #: src/scm/webid-oidc/hello-world.scm:88 #, 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:121 #, scheme-format msgid "~a version ~a\n" msgstr "" #: src/scm/webid-oidc/hello-world.scm:130 src/scm/webid-oidc/program.scm:624 msgid "" "You are legally required to link to the complete corresponding source code.\n" msgstr "" #: src/scm/webid-oidc/hello-world.scm:140 msgid "The port should be a number between 0 and 65535.\n" msgstr "" #: src/scm/webid-oidc/hello-world.scm:161 #: src/scm/webid-oidc/resource-server.scm:320 msgid "reason-phrase|Unauthorized" msgstr "" #: src/scm/webid-oidc/hello-world.scm:173 msgid "

Please authenticate

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

This page requires authentication with Solid.

" msgstr "" #: src/scm/webid-oidc/hello-world.scm:181 #: src/scm/webid-oidc/resource-server.scm:328 msgid "reason-phrase|Method Not Allowed" msgstr "" #: src/scm/webid-oidc/hello-world.scm:193 msgid "

Method not allowed

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

You can only use the GET method on this resource.

" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:72 msgid "Warning: generating a new key pair." msgstr "" #: src/scm/webid-oidc/identity-provider.scm:132 msgid "reason-phrase|Not Found" msgstr "" #: src/scm/webid-oidc/jti.scm:59 #, scheme-format msgid "a replay has been detected with JTI ~s" msgstr "" #: src/scm/webid-oidc/jwk.scm:76 #, scheme-format msgid "the JWK is invalid: ~a" msgstr "" #: src/scm/webid-oidc/jwk.scm:78 msgid "the JWK is invalid" msgstr "" #: src/scm/webid-oidc/jwk.scm:87 #, scheme-format msgid "unknown key type ~s" msgstr "" #: src/scm/webid-oidc/jwk.scm:103 #, scheme-format msgid "the public JWK is invalid: ~a" msgstr "" #: src/scm/webid-oidc/jwk.scm:105 msgid "the public JWK is invalid" msgstr "" #: src/scm/webid-oidc/jwk.scm:136 #, scheme-format msgid "cannot extract the public part of the key: ~a" msgstr "" #: src/scm/webid-oidc/jwk.scm:138 msgid "cannot extract the public part of the key" msgstr "" #: src/scm/webid-oidc/jwk.scm:188 msgid "the JWKS is invalid, because it does not have keys" msgstr "" #: src/scm/webid-oidc/jwk.scm:197 #, scheme-format msgid "the JWKS is invalid: ~a" msgstr "" #: src/scm/webid-oidc/jwk.scm:199 msgid "the JWKS is invalid" msgstr "" #: src/scm/webid-oidc/jws.scm:72 #, scheme-format msgid "the JWS is invalid: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:74 msgid "the JWS is invalid" msgstr "" #: src/scm/webid-oidc/jws.scm:93 msgid "the JWS header does not have an \"alg\" field" msgstr "" #: src/scm/webid-oidc/jws.scm:101 msgid "invalid JSON object as payload" msgstr "" #: src/scm/webid-oidc/jws.scm:110 #, scheme-format msgid "invalid signature algorithm: ~s" msgstr "" #: src/scm/webid-oidc/jws.scm:114 #, scheme-format msgid "invalid \"alg\" value: ~s" msgstr "" #: src/scm/webid-oidc/jws.scm:119 msgid "invalid JSON object as header" msgstr "" #: src/scm/webid-oidc/jws.scm:121 msgid "this is not a pair" msgstr "" #: src/scm/webid-oidc/jws.scm:138 msgid "the encoded JWS is not in 3 parts" msgstr "" #: src/scm/webid-oidc/jws.scm:149 #, scheme-format msgid "" "the encoded JWS header or payload is not a JSON object encoded in base64: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:151 msgid "" "the encoded JWS header or payload is not a JSON object encoded in base64" msgstr "" #: src/scm/webid-oidc/jws.scm:210 msgid "the JWS is not signed by any of the expected set of public keys" msgstr "" #: src/scm/webid-oidc/jws.scm:221 #, scheme-format msgid "while verifying the JWS signature: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:223 msgid "an unexpected error happened while verifying a JWS" msgstr "" #: src/scm/webid-oidc/jws.scm:240 #, scheme-format msgid "cannot decode a JWS: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:242 msgid "cannot decode a JWS" msgstr "" #: src/scm/webid-oidc/jws.scm:262 #, scheme-format msgid "cannot encode a JWS: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:264 msgid "cannot encode a JWS" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:59 #, scheme-format msgid "the OIDC configuration is invalid: ~a" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:61 msgid "the OIDC configuration is invalid" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:77 #, scheme-format msgid "the OIDC configuration does not have: ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:92 #, scheme-format msgid "invalid JWKS URI: ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:99 #, scheme-format msgid "invalid token endpoint: ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:108 #, scheme-format msgid "invalid authorization endpoint: ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:116 #, scheme-format msgid "\"solid_oidc_supported\" should be set to ~s, not ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:124 msgid "invalid JSON object" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:174 #, scheme-format msgid "cannot fetch the OIDC configuration: ~a" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:176 msgid "cannot fetch the OIDC configuration" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:184 #, scheme-format msgid "the server responded with ~s ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:189 msgid "there is no content-type" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:194 #, scheme-format msgid "unexpected content-type: ~s" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:67 #, scheme-format msgid "this is not an ID token, because it is not even a JWS: ~a" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:70 msgid "this is not an ID token, because it is not even a JWS" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:72 #, scheme-format msgid "this is not an ID token: ~a" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:75 msgid "this is not an ID token" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:131 #, scheme-format msgid "the \"sub\" field should be a string, ~s is given" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:138 #, scheme-format msgid "the \"aud\" field should be an URI, ~s is given" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:145 #, scheme-format msgid "the \"nonce\" field should be a string, ~s is given" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:165 msgid "the payload should be a JSON object" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:218 #, scheme-format msgid "the ID token is invalid: ~a" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:220 msgid "the ID token is invalid" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:258 #, scheme-format msgid "I cannot query the JWKS URI of the identity provider: ~a" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:260 msgid "I cannot query the JWKS URI of the identity provider" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:271 #, scheme-format msgid "the ID token is signed in the future, ~a, relative to current ~a" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:280 #, scheme-format msgid "the ID token expired ~a, which is in the past (from ~a)" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:294 #, scheme-format msgid "cannot encode the ID token: ~a" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:296 msgid "cannot encode the ID token" msgstr "" #: src/scm/webid-oidc/program.scm:56 #, scheme-format msgid "~a: Warning: XML_CATALOG_FILES is set to ~s.\n" msgstr "" #: src/scm/webid-oidc/program.scm:59 #, scheme-format msgid "~a: GET ~a ~s...\n" msgstr "" #: src/scm/webid-oidc/program.scm:66 #, scheme-format msgid "~a: Warning: loading XML catalog from the web, ~s.\n" msgstr "" #: src/scm/webid-oidc/program.scm:74 #, scheme-format msgid "~a: GET ~a ~s: ~s ~a bytes\n" msgstr "" #: src/scm/webid-oidc/program.scm:121 msgid "really bad internal server error" msgstr "" #: src/scm/webid-oidc/program.scm:128 #, scheme-format msgid "~a: ~a: Internal server error: ~a\n" msgstr "" #: src/scm/webid-oidc/program.scm:134 msgid "Internal Server Error" msgstr "" #: src/scm/webid-oidc/program.scm:137 msgid "Sorry, there was an error." msgstr "" #: src/scm/webid-oidc/program.scm:158 #, scheme-format msgid "~a: ~s ~a ~s ~a\n" msgstr "" #: src/scm/webid-oidc/program.scm:160 #, scheme-format msgid "~a: ~a (~a)" msgstr "" #: src/scm/webid-oidc/program.scm:164 #, scheme-format msgid "~a: ~a" msgstr "" #: src/scm/webid-oidc/program.scm:174 #, scheme-format msgid "(there was an error: ~a)" msgstr "" #: src/scm/webid-oidc/program.scm:227 msgid "command-line|describe-project" msgstr "" #: src/scm/webid-oidc/program.scm:233 msgid "command-line|server|port" msgstr "" #: src/scm/webid-oidc/program.scm:235 msgid "command-line|server|server-name" msgstr "" #: src/scm/webid-oidc/program.scm:237 msgid "command-line|server|reverse-proxy|backend-uri" msgstr "" #: src/scm/webid-oidc/program.scm:239 msgid "command-line|server|reverse-proxy|header" msgstr "" #: src/scm/webid-oidc/program.scm:241 msgid "command-line|server|issuer|key-file" msgstr "" #: src/scm/webid-oidc/program.scm:243 msgid "command-line|server|issuer|subject" msgstr "" #: src/scm/webid-oidc/program.scm:245 msgid "command-line|server|issuer|encrypted-password" msgstr "" #: src/scm/webid-oidc/program.scm:247 msgid "command-line|server|issuer|encrypted-password-from-file" msgstr "" #: src/scm/webid-oidc/program.scm:249 msgid "command-line|server|issuer|jwks-uri" msgstr "" #: src/scm/webid-oidc/program.scm:251 msgid "command-line|server|issuer|authorization-endpoint-uri" msgstr "" #: src/scm/webid-oidc/program.scm:253 msgid "command-line|server|issuer|token-endpoint-uri" msgstr "" #: src/scm/webid-oidc/program.scm:255 msgid "command-line|server|client-id" msgstr "" #: src/scm/webid-oidc/program.scm:257 msgid "command-line|server|redirect-uri" msgstr "" #: src/scm/webid-oidc/program.scm:259 msgid "command-line|server|client-name" msgstr "" #: src/scm/webid-oidc/program.scm:261 msgid "command-line|server|client-uri" msgstr "" #: src/scm/webid-oidc/program.scm:295 #, scheme-format msgid "Usage: ~a COMMAND [OPTIONS]...\n" msgstr "" #: src/scm/webid-oidc/program.scm:299 msgid "" "\n" "Run the disfluid COMMAND." msgstr "" #: src/scm/webid-oidc/program.scm:302 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:309 msgid "" "\n" "Available commands:" msgstr "" #: src/scm/webid-oidc/program.scm:311 #, scheme-format msgid "" "\n" " ~a:\n" " run an authenticating reverse proxy." msgstr "" #: src/scm/webid-oidc/program.scm:314 src/scm/webid-oidc/program.scm:506 #: src/scm/webid-oidc/program.scm:707 msgid "command-line|command|reverse-proxy" msgstr "" #: src/scm/webid-oidc/program.scm:315 #, scheme-format msgid "" "\n" " ~a:\n" " run an identity provider." msgstr "" #: src/scm/webid-oidc/program.scm:318 src/scm/webid-oidc/program.scm:531 #: src/scm/webid-oidc/program.scm:729 msgid "command-line|command|identity-provider" msgstr "" #: src/scm/webid-oidc/program.scm:319 #, scheme-format msgid "" "\n" " ~a:\n" " serve the pages for a public application." msgstr "" #: src/scm/webid-oidc/program.scm:322 src/scm/webid-oidc/program.scm:552 #: src/scm/webid-oidc/program.scm:771 msgid "command-line|command|client-service" msgstr "" #: src/scm/webid-oidc/program.scm:323 #, 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:327 src/scm/webid-oidc/program.scm:578 #: src/scm/webid-oidc/program.scm:800 msgid "command-line|command|server" msgstr "" #: src/scm/webid-oidc/program.scm:329 msgid "" "\n" "General options:" msgstr "" #: src/scm/webid-oidc/program.scm:331 #, 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:336 #, scheme-format msgid "" "\n" " -h, --~a:\n" " display a short help message and exit." msgstr "" #: src/scm/webid-oidc/program.scm:340 #, scheme-format msgid "" "\n" " -v, --~a:\n" " display the version information (~a, released ~a) and exit." msgstr "" #: src/scm/webid-oidc/program.scm:346 #, scheme-format msgid "" "\n" " --~a:\n" " describe the project in the DOAP vocabulary and exit." msgstr "" #: src/scm/webid-oidc/program.scm:350 #, 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:354 #, 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:359 msgid "" "\n" "General server-side options:" msgstr "" #: src/scm/webid-oidc/program.scm:361 #, 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:365 #, 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:370 msgid "" "\n" "Options for the resource server:" msgstr "" #: src/scm/webid-oidc/program.scm:372 #, 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:378 #, 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:384 msgid "" "\n" "Options for the identity provider:" msgstr "" #: src/scm/webid-oidc/program.scm:386 #, 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:391 #, scheme-format msgid "" "\n" " -s WEBID, --~a=WEBID:\n" " set the identity of the subject." msgstr "" #: src/scm/webid-oidc/program.scm:395 #, 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:399 #, scheme-format msgid "" "\n" " -W ENCRYPTED_PASSWORD_FILE, --~a=ENCRYPTED_PASSWORD_FILE:\n" " load the user’s encrypted password from ENCRYPTED_PASSWORD_FILE." msgstr "" #: src/scm/webid-oidc/program.scm:403 #, 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:407 #, scheme-format msgid "" "\n" " -a URI, --~a=URI:\n" " set the authorization endpoint of the issuer." msgstr "" #: src/scm/webid-oidc/program.scm:411 #, scheme-format msgid "" "\n" " -t URI, --~a=URI:\n" " set the token endpoint of the issuer." msgstr "" #: src/scm/webid-oidc/program.scm:416 msgid "" "\n" "Options for the client service:" msgstr "" #: src/scm/webid-oidc/program.scm:418 #, 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:423 #, 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:428 #, 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:432 #, 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:438 msgid "" "\n" "Environment variables:" msgstr "" #: src/scm/webid-oidc/program.scm:440 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:448 src/scm/webid-oidc/program.scm:455 #: src/scm/webid-oidc/program.scm:464 src/scm/webid-oidc/program.scm:472 #: src/scm/webid-oidc/program.scm:480 #, scheme-format msgid "" "the-environment-variable|\n" " It is currently set to ~s." msgstr "" #: src/scm/webid-oidc/program.scm:451 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:458 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:467 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:475 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:484 msgid "" "\n" "Running a reverse proxy" msgstr "" #: src/scm/webid-oidc/program.scm:486 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:496 #, 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:511 msgid "" "\n" "Running an identity provider" msgstr "" #: src/scm/webid-oidc/program.scm:513 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:517 #, 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 '/etc/disfluid/webid-oidc-demo.planete-kraus.eu/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:537 msgid "" "\n" "Running the public pages for an application" msgstr "" #: src/scm/webid-oidc/program.scm:539 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:543 #, 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:557 msgid "" "\n" "Running a full server" msgstr "" #: src/scm/webid-oidc/program.scm:560 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:564 #, 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 '/etc/disfluid/data.planete-kraus.eu/password' \\\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:589 #, scheme-format msgid "" "\n" "If you find a bug, then please send a report to ~a." msgstr "" #: src/scm/webid-oidc/program.scm:594 #, scheme-format msgid "" "~a version ~a\n" "\n" "Rreleased ~a\n" msgstr "" #: src/scm/webid-oidc/program.scm:631 #, scheme-format msgid "The --~a argument must be a number, not ~s.\n" msgstr "" #: src/scm/webid-oidc/program.scm:637 #, scheme-format msgid "The --~a argument must be an integer, not ~s.\n" msgstr "" #: src/scm/webid-oidc/program.scm:643 #, scheme-format msgid "The --~a argument must be positive, ~s is invalid.\n" msgstr "" #: src/scm/webid-oidc/program.scm:648 #, scheme-format msgid "The --~a argument must be less than 65536, ~s is invalid.\n" msgstr "" #: src/scm/webid-oidc/program.scm:676 msgid "" "You specified two different passwords: one directly, and one from a file. " "Please set only one password.\n" msgstr "" #: src/scm/webid-oidc/program.scm:700 #, scheme-format msgid "" "Usage: ~a COMMAND [OPTIONS]...\n" "See --~a (-h).\n" msgstr "" #: src/scm/webid-oidc/program.scm:710 src/scm/webid-oidc/program.scm:732 #: src/scm/webid-oidc/program.scm:802 #, scheme-format msgid "You must pass --~a to set the server name.\n" msgstr "" #: src/scm/webid-oidc/program.scm:714 #, scheme-format msgid "You must pass --~a to set the backend URI.\n" msgstr "" #: src/scm/webid-oidc/program.scm:736 src/scm/webid-oidc/program.scm:806 #, 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:740 src/scm/webid-oidc/program.scm:810 #, scheme-format msgid "You must pass --~a to set the subject of the identity provider.\n" msgstr "" #: src/scm/webid-oidc/program.scm:744 #, scheme-format msgid "You must pass --~a or --~a to set the subject’s encrypted password.\n" msgstr "" #: src/scm/webid-oidc/program.scm:748 src/scm/webid-oidc/program.scm:818 #, scheme-format msgid "You must pass --~a to set the JWKS URI.\n" msgstr "" #: src/scm/webid-oidc/program.scm:752 src/scm/webid-oidc/program.scm:822 #, scheme-format msgid "You must pass --~a to set the authorization endpoint URI.\n" msgstr "" #: src/scm/webid-oidc/program.scm:756 src/scm/webid-oidc/program.scm:826 #, scheme-format msgid "You must pass --~a to set the token endpoint URI.\n" msgstr "" #: src/scm/webid-oidc/program.scm:774 #, scheme-format msgid "You must pass --~a to set the application web ID.\n" msgstr "" #: src/scm/webid-oidc/program.scm:778 #, scheme-format msgid "You must pass --~a to set the redirection URI.\n" msgstr "" #: src/scm/webid-oidc/program.scm:782 #, scheme-format msgid "You must pass --~a to set the informative client name.\n" msgstr "" #: src/scm/webid-oidc/program.scm:786 #, scheme-format msgid "You must pass --~a to set the informative client URI.\n" msgstr "" #: src/scm/webid-oidc/program.scm:814 #, scheme-format msgid "You must pass --~a to set the subject’s encrypted password.\n" msgstr "" #: src/scm/webid-oidc/program.scm:869 #, scheme-format msgid "Unknown command ~s\n" msgstr "" #: src/scm/webid-oidc/refresh-token.scm:171 msgid "the refresh token does not exist" msgstr "" #: src/scm/webid-oidc/refresh-token.scm:182 #, scheme-format msgid "the refresh token is bound to key ~s, which is not that one" msgstr "" #: src/scm/webid-oidc/resource-server.scm:62 msgid "" "You need to pass #:server-uri URI where URI is the public URI of the server, " "as a (web uri)." msgstr "" #: src/scm/webid-oidc/resource-server.scm:89 #, scheme-format msgid "~a: authentication failure: ~a\n" msgstr "" #: src/scm/webid-oidc/resource-server.scm:93 #, scheme-format msgid "~a: authentication failure\n" msgstr "" #: src/scm/webid-oidc/resource-server.scm:160 #: src/scm/webid-oidc/resource-server.scm:351 msgid "reason-phrase|Precondition Failed" msgstr "" #: src/scm/webid-oidc/resource-server.scm:175 msgid "reason-phrase|Not Modified" msgstr "" #: src/scm/webid-oidc/resource-server.scm:191 msgid "The owner is not defined." msgstr "" #: src/scm/webid-oidc/resource-server.scm:263 msgid "reason-phrase|Created" msgstr "" #: src/scm/webid-oidc/resource-server.scm:288 #, scheme-format msgid "~a: ignoring a group that cannot be fetched: ~a\n" msgstr "" #: src/scm/webid-oidc/resource-server.scm:292 #, scheme-format msgid "~a: ignoring a group that cannot be fetched\n" msgstr "" #: src/scm/webid-oidc/resource-server.scm:316 #: src/scm/webid-oidc/token-endpoint.scm:103 msgid "reason-phrase|Forbidden" msgstr "" #: src/scm/webid-oidc/resource-server.scm:337 msgid "reason-phrase|Conflict" msgstr "" #: src/scm/webid-oidc/resource-server.scm:344 msgid "reason-phrase|Unsupported Media Type" msgstr "" #: src/scm/webid-oidc/resource-server.scm:358 msgid "reason-phrase|Not Acceptable" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:60 msgid "#:endpoint argument is not present or not an URI." msgstr "" #: src/scm/webid-oidc/server/create.scm:85 #, scheme-format msgid "only text/turtle is allowed for the target of a POST request, not ~s" msgstr "" #: src/scm/webid-oidc/server/create.scm:105 msgid "the created resource cannot have containment triples" msgstr "" #: src/scm/webid-oidc/server/create.scm:147 #, scheme-format msgid "cannot POST to an auxiliary resource path, ~s" msgstr "" #: src/scm/webid-oidc/server/read.scm:105 #, scheme-format msgid "the auxiliary resource of type ~s at ~s is absent" msgstr "" #: src/scm/webid-oidc/serve.scm:76 msgid "content negociation failed while serving a request" msgstr "" #: src/scm/webid-oidc/simulation.scm:130 #, scheme-format msgid "invalid credentials: response ~s ~s" msgstr "" #: src/scm/webid-oidc/stubs.scm:110 #, scheme-format msgid "invalid base64 data: ~a" msgstr "" #: src/scm/webid-oidc/stubs.scm:127 #, scheme-format msgid "~s is not a recognized elliptic curve" msgstr "" #: src/scm/webid-oidc/stubs.scm:155 #, scheme-format msgid "~s is not a supported signature algorithm" msgstr "" #: src/scm/webid-oidc/stubs.scm:158 #, scheme-format msgid "~s is not a supported hash algorithm" msgstr "" #: src/scm/webid-oidc/stubs.scm:196 msgid "the signature is invalid" msgstr "" #: src/scm/webid-oidc/stubs.scm:248 #, scheme-format msgid "invalid JSON data: ~a" msgstr "" #: src/scm/webid-oidc/stubs.scm:263 msgid "invalid JSON data in input port" msgstr "" #: src/scm/webid-oidc/stubs.scm:323 #, scheme-format msgid "while updating file ~s: ~a" msgstr "" #: src/scm/webid-oidc/stubs.scm:325 #, scheme-format msgid "an error happened while updating file ~s" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:91 #, scheme-format msgid "while handling web failure for the token endpoint: ~a" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:93 msgid "an error happened during the token endpoint failure handling" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:222 msgid "missing grant type" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:226 msgid "

You did not specify a grant_type for this request.

" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:240 msgid "missing authorization code" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:244 msgid "" "

You want to grant an authorization code, but you did not set one.

" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:258 msgid "missing refresh token" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:262 msgid "

You want to grant a refresh token, but you did not set one.

" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:275 #, scheme-format msgid "unsupported grant type: ~s" msgstr "" #: src/scm/webid-oidc/token-endpoint.scm:280 #, scheme-format msgid "" "

You want to use

~s
as a grant type, but this is not supported." "

" msgstr ""