# 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-11-17 12:02+0100\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" #: eu.planete_kraus.Disfluid.gschema.xml.in:4 msgid "Client ID" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:5 msgid "" "The client application needs a public presence on the world-wide web so that " "the identity provider can check it is not spoofed; this is the public URI " "where to obtain machine-readable information about the application" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:14 msgid "Client key pair" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:15 msgid "" "When creating new accounts, use this key pair to certify them (in the JWK " "format); an empty value will generate a new key pair" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:23 msgid "Client redirect URI" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:24 msgid "" "When receiving an authorization, the user’s browser is redirected to this " "URI, where the user should be presented with a code to paste into the " "application" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:34 msgid "Account webid" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:35 msgid "The accounts are tied to a particular user, through a webid" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:41 msgid "Identity provider" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:42 msgid "The account is certified by the server running at this URI" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:48 msgid "JWK key pair" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:49 msgid "" "Our account is certified to be used with a key pair that the application " "owns; the key is in the JWK format" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:56 msgid "Header of the identity token" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:57 msgid "" "How we verified the signature of the ID token; if the account needs to be " "refreshed then it may be empty" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:64 msgid "Identity token" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:65 msgid "" "The identity provider sent an ID token to remind us who you are; if the " "account needs to be refreshed it may be empty" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:72 msgid "Access token" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:73 msgid "" "This token is presented to the resource server when we authentify; it is " "bound to a key whose possession we need to prove at the same time; if the " "account needs to be refreshed it may be empty" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:82 msgid "Refresh token" msgstr "" #: eu.planete_kraus.Disfluid.gschema.xml.in:83 msgid "" "When the account expires, we present this token to the identity provider to " "refresh it; it is also bound to the key pair; if the user did not give us " "refresh permission it may be empty" msgstr "" #: src/jwk/generate-key.c:52 #, c-format msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" msgstr "" #: src/libwebidoidc.c:29 msgid "This is the main function." msgstr "" #: src/random/generate-random.c:47 #, c-format msgid "Usage: generate-random [NUMBER OF BYTES]\n" 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/scm/webid-oidc/access-token.scm:73 #, scheme-format msgid "invalid access token: ~a" msgstr "" #: src/scm/webid-oidc/access-token.scm:75 msgid "invalid access token" msgstr "" #: src/scm/webid-oidc/access-token.scm:117 #: src/scm/webid-oidc/authorization-code.scm:95 #: src/scm/webid-oidc/oidc-id-token.scm:108 msgid "#:webid should be an URI" msgstr "" #: src/scm/webid-oidc/access-token.scm:122 #: src/scm/webid-oidc/client-manifest.scm:223 msgid "#:client-id should be an URI" msgstr "" #: src/scm/webid-oidc/access-token.scm:127 msgid "#:cnf/jkt should be a string" msgstr "" #: src/scm/webid-oidc/access-token.scm:132 msgid "#:aud should be exactly \"solid\"" msgstr "" #: src/scm/webid-oidc/access-token.scm:150 msgid "" "when making an access token either its required fields (#:alg, #:webid, #:" "iss, #:aud, #:client-id, #:cnf/jkt, #:iat and #:exp) or (#:jwt-header and #:" "jwt-payload) should be passed" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:71 #, scheme-format msgid "invalid authorization code: ~a" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:73 msgid "invalid authorization code" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:100 msgid "#:client-id should be a string" msgstr "" #: src/scm/webid-oidc/authorization-code.scm:114 msgid "" "when making an authorization code either its required fields (#:webid and #:" "client-id) or (#:jwt-header and #:jwt-payload) should be passed" 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:263 #, 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-manifest.scm:144 #, scheme-format msgid "cannot fetch a client manifest: ~a" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:146 msgid "cannot fetch a client manifest" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:155 #, scheme-format msgid "the server responded with code ~a" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:159 #, scheme-format msgid "

The server hosting your application responded with code ~a.

" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:169 #: src/scm/webid-oidc/client-manifest.scm:202 msgid "the client manifest does not have a client_id field" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:172 #: src/scm/webid-oidc/client-manifest.scm:205 msgid "" "

The server hosting your application does not behave correctly, because it " "lacks the client_id field.

" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:193 msgid "the client manifest does not have a redirect_uris field" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:196 msgid "" "

The server hosting your application does not behave correctly, because it " "lacks the redirect_uris field.

" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:212 #, scheme-format msgid "the client manifest under ~s has a client_id of ~s" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:217 msgid "" "

The application you want to use does not control the domain name it " "appears to represent.

" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:232 msgid "#:redirect-uris should be a list of URIs" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:242 #, scheme-format msgid "the client manifest does not allow ~s as a redirection uri" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:246 #, scheme-format msgid "" "

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

" msgstr "" #: src/scm/webid-oidc/client-manifest.scm:283 msgid "cannot serve the public manifest" msgstr "" #: src/scm/webid-oidc/client.scm:133 msgid "accept-language-header|en-us" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:118 #, scheme-format msgid "an authorization code is required: ~s, it can be obtained at ~s" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:121 #, scheme-format msgid "an authorization code is required, it can be obtained at ~s" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:212 #, scheme-format msgid "the application wants to manage your account at ~s" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:244 msgid "The refresh token has expired." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:251 #, scheme-format msgid "The token request failed with code ~s (~s)." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:260 msgid "The token response did not set the content type." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:268 msgid "The token endpoint did not respond in UTF-8." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:280 #, scheme-format msgid "The token response has content-type ~s, not application/json." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:290 msgid "The token response is not valid JSON." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:304 #, scheme-format msgid "The token response did not include an ID token: ~s" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:312 #, scheme-format msgid "The token response did not include an access token: ~s\n" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:323 #, scheme-format msgid "the ID token signature is invalid: ~a" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:325 msgid "the ID token signature is invalid" msgstr "" #: src/scm/webid-oidc/client/accounts.scm:341 #, 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:351 #, scheme-format msgid "The ID token delivered by the identity provider ~s is for issuer ~s." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:366 msgid "The issuer is required." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:371 msgid "The optional subject and required issuer should be strings or URI." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:387 msgid "Cannot check the username and/or password." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:397 msgid "The subject should be a string or URI." msgstr "" #: src/scm/webid-oidc/client/accounts.scm:411 msgid "The issuer should be a string or URI." msgstr "" #: src/scm/webid-oidc/client/application.scm:260 #, scheme-format msgid "Add an account on ~a" msgstr "" #: src/scm/webid-oidc/client/application.scm:275 #, scheme-format msgid "" "You already have an account for ~a issued by ~a and it is currently selected." msgstr "" #: src/scm/webid-oidc/client/application.scm:294 #, scheme-format msgid "You already have an account for ~a issued by ~a." msgstr "" #: src/scm/webid-oidc/client/application.scm:394 msgid "the page URI (#:uri) should be a string encoding an URI or an URI" msgstr "" #: src/scm/webid-oidc/client/application.scm:421 msgid "" "the error code (#:code) should be an integer and the reason phrase (#:reason-" "phrase) should be a string" msgstr "" #: src/scm/webid-oidc/client/application.scm:470 msgid "" "the etag (#:etag) should be a string or #f, the links (#:links) should be a " "list of links, the content-type (#:content-type) should be a symbol or a " "list whose first item is a symbol, and the content (#:content) should be a " "string or a bytevector, or #f for responses without a content" msgstr "" #: src/scm/webid-oidc/client/application.scm:506 msgid "" "the desired links (#:desired-links) should be an alist from URI to alists, " "the desired content-type (#:desired-content-type) should be a symbol, and " "the desired content (#:desired-content) should be a string or a bytevector" msgstr "" #: src/scm/webid-oidc/client/application.scm:590 #, scheme-format msgid "Loading ~a..." msgstr "" #: src/scm/webid-oidc/client/application.scm:669 #, scheme-format msgid "Updating ~a (expected ETag ~a)" msgstr "" #: src/scm/webid-oidc/client/application.scm:716 #, scheme-format msgid "Deleting ~a (expected ETag ~a)" msgstr "" #: src/scm/webid-oidc/client/client.scm:91 msgid "" "Client ID and redirect URIs should be URIs, and key pair should be a key " "pair." msgstr "" #: src/scm/webid-oidc/client/gui.scm:64 #, scheme-format msgid "The application state changed: it is now ~a.\n" msgstr "" #: src/scm/webid-oidc/client/gui/accounts-widget-logic.scm:66 msgid "Stub: please enter an URI or a host name...\n" msgstr "" #: src/scm/webid-oidc/client/gui/accounts-widget.scm:87 msgid "Please add an account." msgstr "" #: src/scm/webid-oidc/client/gui/application.scm:101 msgid "Coming soon!" msgstr "" #: src/scm/webid-oidc/client/gui/authorization-prompt.scm:75 #, scheme-format msgid "Your authorization is required: ~a" msgstr "" #: src/scm/webid-oidc/client/gui/loaded-page.scm:94 msgid "Binary data..." msgstr "" #: src/scm/webid-oidc/client/gui/settings.scm:202 msgid "can only store 10 accounts" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:111 #, scheme-format msgid "the DPoP proof is signed for ~s, but it is issued to ~s" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:157 #, scheme-format msgid "invalid DPoP proof: ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:159 msgid "invalid DPoP proof token" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:197 msgid "#:typ should be exactly \"dpop+jwt\"" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:202 msgid "#:jwk should be a public key" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:207 msgid "#:htm should be a symbol" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:213 msgid "when present, #:ath should be a string" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:234 msgid "" "when making a DPoP proof, either its required fields (#:typ, #:jwk, #:htm " "and #:htu) or (#:jwt-header and #:jwt-payload) should be passed" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:267 #, 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:277 #, 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:285 src/scm/webid-oidc/dpop-proof.scm:292 msgid "the DPoP proof is signed with the wrong key" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:290 #, scheme-format msgid "the DPoP proof is signed with the wrong key: ~a" msgstr "" #: src/scm/webid-oidc/dpop-proof.scm:301 msgid "the cnf/check function returned #f" msgstr "" #: src/scm/webid-oidc/example-app.scm:95 #, scheme-format msgid "~a (issued by ~a): no interaction required" msgstr "" #: src/scm/webid-oidc/example-app.scm:98 #, scheme-format msgid "~a (issued by ~a): offline but accessible" msgstr "" #: src/scm/webid-oidc/example-app.scm:101 #, scheme-format msgid "~a (issued by ~a): online" msgstr "" #: src/scm/webid-oidc/example-app.scm:104 #, scheme-format msgid "~a (issued by ~a): inaccessible" msgstr "" #: src/scm/webid-oidc/example-app.scm:117 #, scheme-format msgid "Your choice ~a does not exist.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:135 msgid "Your choice is not a valid URI.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:144 msgid "This is not a valid HTTP method.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:160 msgid "This is not a valid value for this header.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:198 msgid "Nothing to undo.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:210 msgid "Nothing to redo.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:270 msgid "Example app command|add-account" msgstr "" #: src/scm/webid-oidc/example-app.scm:272 msgid "Example app command|choose-account" msgstr "" #: src/scm/webid-oidc/example-app.scm:274 msgid "Example app command|set-uri" msgstr "" #: src/scm/webid-oidc/example-app.scm:276 msgid "Example app command|set-method" msgstr "" #: src/scm/webid-oidc/example-app.scm:278 msgid "Example app command|view-headers" msgstr "" #: src/scm/webid-oidc/example-app.scm:280 msgid "Example app command|clear-headers" msgstr "" #: src/scm/webid-oidc/example-app.scm:282 msgid "Example app command|add-header" msgstr "" #: src/scm/webid-oidc/example-app.scm:284 msgid "Example app command|ok" msgstr "" #: src/scm/webid-oidc/example-app.scm:286 msgid "Example app command|undo" msgstr "" #: src/scm/webid-oidc/example-app.scm:288 msgid "Example app command|redo" msgstr "" #: src/scm/webid-oidc/example-app.scm:298 #, scheme-format msgid "Your authorization is required: ~a, please visit: ~a\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:301 msgid "Then, paste the authorization code you get:\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:307 #, scheme-format msgid "" "Account: ~a\n" "URI: ~a\n" "Method: ~a\n" "Headers: ~a\n" "\n" "Available commands:\n" " - ~a: add an account\n" " - ~a: change the account\n" " - ~a: change the URI\n" " - ~a: change the method\n" " - ~a: view all headers\n" " - ~a: clear all the headers\n" " - ~a: add a new header\n" " - ~a: perform the request.\n" "\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:326 msgid "Account:|unset" msgstr "" #: src/scm/webid-oidc/example-app.scm:330 msgid "URI:|unset" msgstr "" #: src/scm/webid-oidc/example-app.scm:334 msgid "Method:|unset" msgstr "" #: src/scm/webid-oidc/example-app.scm:337 msgid "Headers:|none" msgstr "" #: src/scm/webid-oidc/example-app.scm:341 msgid "list separator|, " msgstr "" #: src/scm/webid-oidc/example-app.scm:351 #, scheme-format msgid "You can undo your last command with \"~a\".\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:353 #, scheme-format msgid "You can re-apply your last undone command with \"~a\".\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:354 msgid "Readline prompt|Command: " msgstr "" #: src/scm/webid-oidc/example-app.scm:361 #, scheme-format msgid "An error happened: ~a.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:373 msgid "Please enter your identity provider: " msgstr "" #: src/scm/webid-oidc/example-app.scm:379 msgid "" "You don’t have other accounts available. Please add one with \"add-account" "\".\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:385 #, scheme-format msgid "- ~a: ~a\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:393 #, scheme-format msgid "[1-~a] " msgstr "" #: src/scm/webid-oidc/example-app.scm:401 msgid "Visit this URI: " msgstr "" #: src/scm/webid-oidc/example-app.scm:407 msgid "Use this HTTP method [GET]: " msgstr "" #: src/scm/webid-oidc/example-app.scm:423 msgid "Which header? " msgstr "" #: src/scm/webid-oidc/example-app.scm:426 #, scheme-format msgid "Which header value for ~a? " msgstr "" #: src/scm/webid-oidc/example-app.scm:449 msgid "Please define an account and the URI.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:456 msgid "I don’t know that command.\n" msgstr "" #: src/scm/webid-oidc/fetch.scm:59 #, scheme-format msgid "cannot fetch ~s as linked data: ~a" msgstr "" #: src/scm/webid-oidc/fetch.scm:62 #, scheme-format msgid "cannot fetch ~s as linked data" msgstr "" #: src/scm/webid-oidc/fetch.scm:77 #, scheme-format msgid "unexpected response from the server: ~a" msgstr "" #: src/scm/webid-oidc/fetch.scm:79 msgid "unexpected response from the server" msgstr "" #: src/scm/webid-oidc/fetch.scm:86 #, scheme-format msgid "the request failed unexpectedly with ~s ~s" msgstr "" #: src/scm/webid-oidc/fetch.scm:114 #, scheme-format msgid "cannot negociate a recognized RFD content type, got ~s" msgstr "" #: src/scm/webid-oidc/hello-world.scm:48 src/scm/webid-oidc/program.scm:239 msgid "command-line|version" msgstr "" #: src/scm/webid-oidc/hello-world.scm:50 src/scm/webid-oidc/program.scm:243 msgid "command-line|complete-corresponding-source" msgstr "" #: src/scm/webid-oidc/hello-world.scm:52 src/scm/webid-oidc/program.scm:245 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:251 msgid "command-line|log-file" msgstr "" #: src/scm/webid-oidc/hello-world.scm:58 src/scm/webid-oidc/program.scm:253 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 #, scheme-format msgid "~a version ~a\n" msgstr "" #: src/scm/webid-oidc/hello-world.scm:112 msgid "" "You are legally required to link to the complete corresponding source code.\n" msgstr "" #: src/scm/webid-oidc/hello-world.scm:122 msgid "The port should be a number between 0 and 65535.\n" msgstr "" #: src/scm/webid-oidc/hello-world.scm:146 src/scm/webid-oidc/program.scm:145 #: src/scm/webid-oidc/server/endpoint/client.scm:153 #: src/scm/webid-oidc/server/endpoint/hello.scm:63 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:391 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:405 #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:125 #: src/scm/webid-oidc/simulation.scm:90 msgid "xml-lang|en" msgstr "" #: src/scm/webid-oidc/hello-world.scm:149 msgid "

Please authenticate

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

No more information.

" msgstr "" #: src/scm/webid-oidc/http-link.scm:148 msgid "the #:anchor parameter should be a string or an URI reference" msgstr "" #: src/scm/webid-oidc/http-link.scm:159 msgid "the #:hreflang parameter should be a string" msgstr "" #: src/scm/webid-oidc/http-link.scm:170 msgid "the #:media parameter should be a string" msgstr "" #: src/scm/webid-oidc/http-link.scm:181 msgid "the #:title parameter should be a string" msgstr "" #: src/scm/webid-oidc/http-link.scm:192 msgid "the #:title* parameter should be a string" msgstr "" #: src/scm/webid-oidc/http-link.scm:203 msgid "the #:type parameter should be a string" msgstr "" #: src/scm/webid-oidc/http-link.scm:208 msgid "#:target-iri and #:relation-type are required" msgstr "" #: src/scm/webid-oidc/http-link.scm:216 msgid "#:target-iri should be an URI reference" msgstr "" #: src/scm/webid-oidc/http-link.scm:221 msgid "#:relation-type should be a string" msgstr "" #: src/scm/webid-oidc/http-link.scm:242 msgid "the #:attribute-key parameter should be a string or symbol" msgstr "" #: src/scm/webid-oidc/http-link.scm:247 msgid "the #:attribute-value parameter should be a string or URI" msgstr "" #: src/scm/webid-oidc/jti.scm:59 #, scheme-format msgid "a replay has been detected with JTI ~s" msgstr "" #: src/scm/webid-oidc/jwk.scm:158 msgid "the point and scalar are not on the same curve" msgstr "" #: src/scm/webid-oidc/jwk.scm:274 #, scheme-format msgid "the JWK is invalid: ~a" msgstr "" #: src/scm/webid-oidc/jwk.scm:276 msgid "the JWK is invalid" msgstr "" #: src/scm/webid-oidc/jwk.scm:285 msgid "cannot compute the key type" msgstr "" #: src/scm/webid-oidc/jwk.scm:346 msgid "it is built as an RSA key or key pair, but it is not" msgstr "" #: src/scm/webid-oidc/jwk.scm:354 msgid "it is built as an elliptic curve key or key pair, but it is not" msgstr "" #: src/scm/webid-oidc/jwk.scm:396 #, scheme-format msgid "the key advertises a key type of ~s, but actually it is ~s" msgstr "" #: src/scm/webid-oidc/jwk.scm:445 msgid "this is neither a RSA key nor an elliptic curve key" msgstr "" #: src/scm/webid-oidc/jwk.scm:482 #, scheme-format msgid "cannot fetch a JWKS: ~a" msgstr "" #: src/scm/webid-oidc/jwk.scm:484 msgid "cannot fetch a JWKS" msgstr "" #: src/scm/webid-oidc/jwk.scm:488 #, scheme-format msgid "the request failed with ~s ~s" msgstr "" #: src/scm/webid-oidc/jwk.scm:493 msgid "missing content-type" msgstr "" #: src/scm/webid-oidc/jwk.scm:498 #, scheme-format msgid "invalid content-type: ~s" msgstr "" #: src/scm/webid-oidc/jws.scm:131 #, scheme-format msgid "unsupported JWS algorithm: ~s" msgstr "" #: src/scm/webid-oidc/jws.scm:141 msgid "" "when making a token either #:alg or (#:jwt-header and #:jwt-payload) should " "be passed" msgstr "" #: src/scm/webid-oidc/jws.scm:214 msgid "#:iat should be a date" msgstr "" #: src/scm/webid-oidc/jws.scm:219 msgid "#:exp should be a date" msgstr "" #: src/scm/webid-oidc/jws.scm:229 msgid "" "when making a time-bound token, either its required fields (#:iat, and " "either #:exp or #:validity) or (#:jwt-header and #:jwt-payload) should be " "passed" msgstr "" #: src/scm/webid-oidc/jws.scm:258 msgid "#:iss should be an URI" msgstr "" #: src/scm/webid-oidc/jws.scm:269 msgid "" "when making an OIDC token, either its required #:iss field or (#:jwt-header " "and #:jwt-payload) should be passed" msgstr "" #: src/scm/webid-oidc/jws.scm:314 msgid "#:nonce should be a string" msgstr "" #: src/scm/webid-oidc/jws.scm:323 msgid "" "when making a single-use token, either its required #:nonce field or (#:jwt-" "header and #:jwt-payload) should be passed" msgstr "" #: src/scm/webid-oidc/jws.scm:368 msgid "the encoded JWS is not in 3 parts" msgstr "" #: src/scm/webid-oidc/jws.scm:379 #, 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:381 msgid "" "the encoded JWS header or payload is not a JSON object encoded in base64" msgstr "" #: src/scm/webid-oidc/jws.scm:440 msgid "the JWS is not signed by any of the expected set of public keys" msgstr "" #: src/scm/webid-oidc/jws.scm:451 #, scheme-format msgid "while verifying the JWS signature: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:453 msgid "an unexpected error happened while verifying a JWS" msgstr "" #: src/scm/webid-oidc/jws.scm:489 #, scheme-format msgid "I cannot query the identity provider configuration: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:491 msgid "I cannot query the identity provider configuration" msgstr "" #: src/scm/webid-oidc/jws.scm:507 #, scheme-format msgid "I cannot query the JWKS URI of the identity provider: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:509 msgid "I cannot query the JWKS URI of the identity provider" msgstr "" #: src/scm/webid-oidc/jws.scm:532 #, scheme-format msgid "the token is signed in the future, ~a, relative to current ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:541 #, scheme-format msgid "the token expired ~a, which is in the past (from ~a)" msgstr "" #: src/scm/webid-oidc/jws.scm:564 #, scheme-format msgid "cannot decode a JWS: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:566 msgid "cannot decode a JWS" msgstr "" #: src/scm/webid-oidc/jws.scm:584 #, scheme-format msgid "cannot encode a JWS: ~a" msgstr "" #: src/scm/webid-oidc/jws.scm:586 msgid "cannot encode a JWS" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:121 msgid "#:jwks-uri should be an URI" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:126 msgid "#:token-endpoint should be an URI" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:131 msgid "#:authorization-endpoint should be an URI" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:136 msgid "" "#:solid-oidc-supported should be exactly 'https://solidproject.org/TR/solid-" "oidc'" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:145 msgid "#:server should be an URI" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:162 #, scheme-format msgid "cannot fetch the OIDC configuration: ~a" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:164 msgid "cannot fetch the OIDC configuration" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:168 #, scheme-format msgid "the server responded with ~s ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:173 msgid "there is no content-type" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:178 #, scheme-format msgid "unexpected content-type: ~s" msgstr "" #: src/scm/webid-oidc/oidc-configuration.scm:188 msgid "" "when making an OIDC configuration, either its required #:jwks-uri, #:" "authorization-endpoint and #:token-endpoint fields or #:server or #:json-" "data should be passed" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:80 #, scheme-format msgid "invalid OIDC ID token: ~a" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:82 msgid "invalid OIDC id token" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:113 msgid "#:sub should be a string" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:118 msgid "#:aud should be a string" msgstr "" #: src/scm/webid-oidc/oidc-id-token.scm:134 msgid "" "when making an ID token either its required fields (#:alg, #:webid, #:iss, #:" "sub, #:aud, #:iat and #:exp) or (#:jwt-header and #:jwt-payload) should be " "passed" msgstr "" #: src/scm/webid-oidc/program.scm:65 #, scheme-format msgid "~a: Warning: XML_CATALOG_FILES is set to ~s.\n" msgstr "" #: src/scm/webid-oidc/program.scm:68 #, scheme-format msgid "~a: ~s ~a ~s...\n" msgstr "" #: src/scm/webid-oidc/program.scm:74 #, scheme-format msgid "~a: ~s ~a ~s: ~s ~a bytes\n" msgstr "" #: src/scm/webid-oidc/program.scm:93 #, scheme-format msgid "~a: connecting to ~s\n" msgstr "" #: src/scm/webid-oidc/program.scm:147 src/scm/webid-oidc/simulation.scm:92 msgid "An error happened…" msgstr "" #: src/scm/webid-oidc/program.scm:150 src/scm/webid-oidc/simulation.scm:95 msgid "

Sorry, an error happened.

" msgstr "" #: src/scm/webid-oidc/program.scm:172 #, scheme-format msgid "~a: ~s ~a ~s ~a\n" msgstr "" #: src/scm/webid-oidc/program.scm:174 #, scheme-format msgid "~a: ~a (~a)" msgstr "" #: src/scm/webid-oidc/program.scm:178 #, scheme-format msgid "~a: ~a" msgstr "" #: src/scm/webid-oidc/program.scm:188 #, scheme-format msgid "(there was an error: ~a)" msgstr "" #: src/scm/webid-oidc/program.scm:241 msgid "command-line|describe-project" msgstr "" #: src/scm/webid-oidc/program.scm:247 msgid "command-line|server|port" msgstr "" #: src/scm/webid-oidc/program.scm:249 msgid "command-line|server|configuration" msgstr "" #: src/scm/webid-oidc/program.scm:270 #, scheme-format msgid "Usage: ~a [OPTIONS]...\n" msgstr "" #: src/scm/webid-oidc/program.scm:274 msgid "" "\n" "Run disfluid." msgstr "" #: src/scm/webid-oidc/program.scm:277 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:285 msgid "" "\n" "General options:" msgstr "" #: src/scm/webid-oidc/program.scm:287 #, scheme-format msgid "" "\n" " -h, --~a:\n" " display a short help message and exit." msgstr "" #: src/scm/webid-oidc/program.scm:291 #, scheme-format msgid "" "\n" " -v, --~a:\n" " display the version information (~a, released ~a) and exit." msgstr "" #: src/scm/webid-oidc/program.scm:297 #, scheme-format msgid "" "\n" " --~a:\n" " describe the project in the DOAP vocabulary and exit." msgstr "" #: src/scm/webid-oidc/program.scm:301 #, 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:305 #, 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:310 msgid "" "\n" "Running a server:" msgstr "" #: src/scm/webid-oidc/program.scm:312 #, 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\n" " tarball. This option is required if a server is implemented." msgstr "" #: src/scm/webid-oidc/program.scm:318 #, 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:322 #, scheme-format msgid "" "\n" " -c FILE, --~a=FILE:\n" " set up a server with configuration from FILE." msgstr "" #: src/scm/webid-oidc/program.scm:327 msgid "" "\n" "Environment variables:" msgstr "" #: src/scm/webid-oidc/program.scm:329 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:337 src/scm/webid-oidc/program.scm:344 #: src/scm/webid-oidc/program.scm:353 src/scm/webid-oidc/program.scm:361 #: src/scm/webid-oidc/program.scm:369 #, scheme-format msgid "" "the-environment-variable|\n" " It is currently set to ~s." msgstr "" #: src/scm/webid-oidc/program.scm:340 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:347 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:356 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:364 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:374 #, scheme-format msgid "" "\n" "If you find a bug, then please send a report to ~a." msgstr "" #: src/scm/webid-oidc/program.scm:379 #, scheme-format msgid "" "~a version ~a\n" "\n" "Rreleased ~a\n" msgstr "" #: src/scm/webid-oidc/program.scm:414 #, scheme-format msgid "The --~a argument must be a number, not ~s.\n" msgstr "" #: src/scm/webid-oidc/program.scm:420 #, scheme-format msgid "The --~a argument must be an integer, not ~s.\n" msgstr "" #: src/scm/webid-oidc/program.scm:426 #, scheme-format msgid "The --~a argument must be positive, ~s is invalid.\n" msgstr "" #: src/scm/webid-oidc/program.scm:431 #, scheme-format msgid "The --~a argument must be less than 65536, ~s is invalid.\n" msgstr "" #: src/scm/webid-oidc/program.scm:443 #, scheme-format msgid "--~a is required when running a server.\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/serializable.scm:58 msgid "a plugin class should have an explicit #:name and #:module-name" msgstr "" #: src/scm/webid-oidc/serializable.scm:61 msgid "#:name should be a symbol" msgstr "" #: src/scm/webid-oidc/serializable.scm:71 msgid "#:module-name should be a list of symbols" msgstr "" #: src/scm/webid-oidc/serializable.scm:76 msgid "plugin class names should be surrounded by " msgstr "" #: src/scm/webid-oidc/serve.scm:77 msgid "content negociation failed while serving a request" 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:106 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/endpoint.scm:98 msgid "No information available." msgstr "" #: src/scm/webid-oidc/server/endpoint.scm:119 msgid "#:host should be a string or #f" msgstr "" #: src/scm/webid-oidc/server/endpoint.scm:124 msgid "#:path should be an absolute path" msgstr "" #: src/scm/webid-oidc/server/endpoint.scm:144 #, scheme-format msgid "#:routed element ~a should be an endpoint" msgstr "" #: src/scm/webid-oidc/server/endpoint.scm:149 msgid "#:routed should be a list of endpoints" msgstr "" #: src/scm/webid-oidc/server/endpoint.scm:181 src/ui/error-page.glade:73 msgid "Not Found" msgstr "" #: src/scm/webid-oidc/server/endpoint.scm:182 msgid "The resource could not be found." msgstr "" #: src/scm/webid-oidc/server/endpoint/authentication.scm:63 msgid "#:backend should be an endpoint" msgstr "" #: src/scm/webid-oidc/server/endpoint/authentication.scm:73 msgid "#:server-uri should be an URI" msgstr "" #: src/scm/webid-oidc/server/endpoint/authentication.scm:111 #, scheme-format msgid "~a: authentication failure: ~a\n" msgstr "" #: src/scm/webid-oidc/server/endpoint/authentication.scm:115 #, scheme-format msgid "~a: authentication failure\n" msgstr "" #: src/scm/webid-oidc/server/endpoint/authentication.scm:121 msgid "" "

There is an access token and a DPoP proof, but one or both is invalid.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:70 msgid "Example Solid Application" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:81 msgid "#:client-uri should be an URI" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:100 #, scheme-format msgid "#:~a element ~a should be a string or a symbol" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:106 #, scheme-format msgid "#:~a should be a list" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:123 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:148 msgid "reason-phrase|Not Modified" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:155 msgid "page-title|Authorization" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:157 msgid "" "You have been authorized. Please paste the following code in the application:" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:164 msgid "reason-phrase|Invalid Request" msgstr "" #: src/scm/webid-oidc/server/endpoint/client.scm:166 msgid "" "This page should obtain a code from your identity provider, but none has " "been provided." msgstr "" #: src/scm/webid-oidc/server/endpoint/hello.scm:54 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:332 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:461 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:470 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:211 msgid "reason-phrase|Unauthorized" msgstr "" #: src/scm/webid-oidc/server/endpoint/hello.scm:57 msgid "

You are not authentified.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/hello.scm:66 #, scheme-format msgid "

Hello, ~a!

" msgstr "" #: src/scm/webid-oidc/server/endpoint/hello.scm:74 msgid "

You are authenticated with Solid.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:108 msgid "Warning: generating a new key pair.\n" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:136 msgid "#:path must be exactly \"/.well-known/openid-configuration\"" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:144 msgid "#:configuration must be an OIDC configuration" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:161 msgid "#:subject should be an URI" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:166 msgid "#:encrypted-password should be a string" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:171 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:196 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:207 msgid "#:key-file should be a string" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:191 msgid "#:subject should be an URI without a path, query or fragment" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:303 #, scheme-format msgid "

Do you wish to authorize ~a?

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:307 msgid "If you wish to do so, please type your password:" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:313 msgid "Allow" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:318 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:324 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:345 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:360 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:430 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:484 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:497 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:506 #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:541 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:314 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:340 msgid "reason-phrase|Bad Request" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:320 msgid "The client_id query argument is not set." msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:326 msgid "The redirect_uri query argument is not set." msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:334 msgid "The password is incorrect." msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:348 #, scheme-format msgid "

The client, ~a, cannot be queried.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:363 #, scheme-format msgid "" "

The real client at ~a does not control the advertised " "redirection URI.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:371 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:184 msgid "reason-phrase|Found" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:393 msgid "Redirecting..." msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:395 msgid "You are being redirected." msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:407 msgid "Authorization..." msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:420 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:244 msgid "reason-phrase|Unsupported Media Type" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:423 msgid "

Please use

application/x-www-form-urlencoded
.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:433 msgid "

Expected an UTF-8 request body.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:441 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:218 msgid "reason-phrase|Method Not Allowed" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:444 msgid "

This is a token endpoint, please use

POST
.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:464 msgid "

No DPoP proof has been found in your request.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:473 msgid "

The DPoP proof is invalid.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:487 msgid "

The

grant_type
parameter has not been found.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:500 msgid "

Could not find an authorization code.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:509 msgid "

The authorization code is invalid.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:521 msgid "reason-phrase|Bad Requeset" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:524 msgid "

Could not find a refresh token.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:530 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:204 msgid "reason-phrase|Forbidden" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:533 msgid "

The refresh token is invalid or has been revoked.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/identity-provider.scm:544 #, scheme-format msgid "

Cannot process your grant type, ~a.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:79 msgid "#:server-name must be an URI or a string encoding an URI" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:89 msgid "#:owner must be an URI or a string encoding an URI" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:97 msgid "#:data-home must be a string, or a thunk (returning a string)" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:130 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:253 msgid "reason-phrase|Precondition Failed" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:133 msgid "

The resource has been updated.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:173 #, scheme-format msgid "~a: ignoring a group that cannot be fetched: ~a\n" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:177 #, scheme-format msgid "~a: ignoring a group that cannot be fetched\n" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:207 msgid "" "

You are authentified, but you are not authorized to access this resource." "

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:221 msgid "

The storage root cannot be deleted.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:229 msgid "reason-phrase|Conflict" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:234 msgid "

You need to empty the container first before deleting it.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:236 msgid "" "

To change which resources are contained within this container, please use " "HTTP POST, PUT or DELETE.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:238 msgid "

The target resource is an auxiliary resource.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:247 msgid "

You cannot use this content type.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:256 msgid "

The resource is not in the state you expected.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:262 msgid "reason-phrase|Not Acceptable" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:265 msgid "

I cannot serve the resource with a content-type you want.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:317 #: src/scm/webid-oidc/server/endpoint/resource-server.scm:343 msgid "

Please include a request body.

" msgstr "" #: src/scm/webid-oidc/server/endpoint/resource-server.scm:353 msgid "reason-phrase|Created" msgstr "" #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:77 msgid "#:backend-uri should be an URI" msgstr "" #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:82 msgid "#:authentication-header should be a symbol" msgstr "" #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:109 #, scheme-format msgid "~a: reverse proxy failure: ~a\n" msgstr "" #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:113 #, scheme-format msgid "~a: reverse proxy failure\n" msgstr "" #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:118 msgid "reason-phrase|Bad Gateway" msgstr "" #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:127 msgid "page-title|Bad Gateway" msgstr "" #: src/scm/webid-oidc/server/endpoint/reverse-proxy.scm:129 msgid "The backend server could not be contacted." msgstr "" #: src/scm/webid-oidc/server/read.scm:101 #, scheme-format msgid "the auxiliary resource of type ~s at ~s is absent" msgstr "" #: src/scm/webid-oidc/simulation.scm:135 #, 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/ui/account-widget.glade:19 msgid "Identity:" msgstr "" #: src/ui/account-widget.glade:38 src/ui/account-widget.glade:84 msgid "label" msgstr "" #: src/ui/account-widget.glade:65 msgid "Identity provider:" msgstr "" #: src/ui/account-widget.glade:108 msgid "Discard" msgstr "" #: src/ui/account-widget.glade:121 msgid "Use it" msgstr "" #: src/ui/authorization-prompt.glade:13 msgid "Your authorization is required because :" msgstr "" #: src/ui/authorization-prompt.glade:24 msgid "Authorize" msgstr "" #: src/ui/authorization-prompt.glade:41 msgid "Please paste your authorization code below:" msgstr "" #: src/ui/authorization-prompt.glade:63 msgid "OK" msgstr "" #: src/ui/client-widget.glade:19 msgid "Client ID:" msgstr "" #: src/ui/client-widget.glade:55 msgid "Redirection URI:" msgstr "" #: src/ui/client-widget.glade:91 msgid "Key pair:" msgstr "" #: src/ui/client-widget.glade:112 msgid "Generate a key pair" msgstr "" #: src/ui/client-widget.glade:136 msgid "Undo" msgstr "" #: src/ui/client-widget.glade:149 src/ui/updated-page.glade:102 msgid "Update" msgstr "" #: src/ui/error-page.glade:45 msgid "The request failed:" msgstr "" #: src/ui/error-page.glade:57 msgid "404" msgstr "" #: src/ui/link-widget.glade:20 msgid "https://example.com" msgstr "" #: src/ui/link-widget.glade:39 msgid "rel" msgstr "" #: src/ui/link-widget.glade:51 msgid "=" msgstr "" #: src/ui/link-widget.glade:63 msgid "type" msgstr "" #: src/ui/loaded-page.glade:40 msgid "text/turtle" msgstr "" #: src/ui/loaded-page.glade:52 msgid "@prefix rdf: ..." msgstr "" #: src/ui/loaded-page.glade:67 msgid "Delete" msgstr "" #: src/ui/loaded-page.glade:80 msgid "Update…" msgstr "" #: src/ui/main-window.glade:29 msgid "Explore" msgstr "" #: src/ui/main-window.glade:43 msgid "Authorizations" msgstr "" #: src/ui/main-window.glade:58 msgid "Accounts" msgstr "" #: src/ui/main-window.glade:73 msgid "Settings" msgstr "" #: src/ui/new-page.glade:27 msgid "Enter an URI in the URI bar above to start your journey." msgstr "" #: src/ui/updated-page.glade:20 msgid "Content type:" msgstr "" #: src/ui/updated-page.glade:55 msgid "Content:" msgstr "" #: src/ui/updated-page.glade:89 msgid "Discard edits" msgstr "" #: src/ui/main.vala:32 msgid "Hello, world!\n" msgstr ""