# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Vivien Kraus # This file is distributed under the same license as the webid-oidc package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: webid-oidc SNAPSHOT\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" "POT-Creation-Date: 2021-05-10 22:55+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:11 msgid "This is the main function." msgstr "" #: src/random/random.c:199 #, c-format msgid "Could not set the global random generator up.\n" msgstr "" #: src/random/random.c:213 src/random/random.c:225 src/random/random.c:238 #: src/random/random.c:249 src/random/random.c:260 #, c-format msgid "Could not set the global random generator up: out of memory.\n" msgstr "" #: src/random/random.c:270 #, c-format msgid "" "Warning: could not open the seed file, maybe the parent directory is " "missing...\n" msgstr "" #: src/random/random.c:274 #, c-format msgid "Warning: could not create the cache directory '%s'.\n" msgstr "" #: src/random/random.c:276 msgid "when creating the cache directory" msgstr "" #: src/random/random.c:282 #, c-format msgid "Warning: could not create the package cache directory '%s'.\n" msgstr "" #: src/random/random.c:284 msgid "when creating the package cache directory" msgstr "" #: src/random/random.c:290 #, c-format msgid "Could not open the seed file '%s'.\n" msgstr "" #: src/random/random.c:291 msgid "when opening the seed file" msgstr "" #: src/random/random.c:311 #, c-format msgid "Could not lock the seed file '%s'.\n" msgstr "" #: src/random/random.c:313 msgid "when locking the seed file" msgstr "" #: src/random/random.c:327 #, 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:344 #, c-format msgid "Could not update the seed file '%s'.\n" msgstr "" #: src/random/random.c:345 msgid "when rewinding the seed file" msgstr "" #: src/random/random.c:377 #, c-format msgid "Could not unlock the seed file '%s'.\n" msgstr "" #: src/random/random.c:379 msgid "when unlocking the seed file" msgstr "" #: src/random/random.c:407 #, c-format msgid "Could not set the thread-local random generator up.\n" msgstr "" #: src/random/random.c:415 #, c-format msgid "" "The random module has not been initialized. Please call " "webid_oidc_random_init first.\n" msgstr "" #: src/random/generate-random.c:29 #, c-format msgid "Usage: generate-random [NUMBER OF BYTES]\n" msgstr "" #: src/jwk/generate-key.c:34 #, c-format msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" msgstr "" #: src/scm/webid-oidc/errors.scm:829 msgid "that’s how it is" msgstr "" #: src/scm/webid-oidc/errors.scm:834 #, scheme-format msgid "the value ~s is not a base64 string (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:837 #, scheme-format msgid "the value ~s is not JSON (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:840 #, scheme-format msgid "the value ~s is not Turtle (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:843 #, scheme-format msgid "the value ~s does not identify an elleptic curve" msgstr "" #: src/scm/webid-oidc/errors.scm:848 #, scheme-format msgid "the value ~s does not identify a JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:850 #, scheme-format msgid "the value ~s does not identify a JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:855 #, scheme-format msgid "the value ~s does not identify a public JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:857 #, scheme-format msgid "the value ~s does not identify a public JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:862 #, scheme-format msgid "the value ~s does not identify a private JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:864 #, scheme-format msgid "the value ~s does not identify a private JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:869 #, scheme-format msgid "the value ~s does not identify a JWKS (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:871 #, scheme-format msgid "the value ~s does not identify a JWKS" msgstr "" #: src/scm/webid-oidc/errors.scm:874 #, scheme-format msgid "the value ~s does not identify a hash algorithm" msgstr "" #: src/scm/webid-oidc/errors.scm:877 #, scheme-format msgid "the value ~s is not an alist or misses key ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:880 #, scheme-format msgid "the value ~s is not a JWS header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:883 #, scheme-format msgid "the value ~s is not a JWS payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:886 #, scheme-format msgid "the value ~s is not a JWS (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:889 #, scheme-format msgid "the string ~s cannot be split in 3 parts with ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:892 #, scheme-format msgid "" "all key candidates failed to verify signature ~s with algorithm ~s and " "payload ~a (there were ~a: ~s)" msgstr "" #: src/scm/webid-oidc/errors.scm:895 #, scheme-format msgid "I cannot decode JWS ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:898 #, scheme-format msgid "I cannot encode JWS ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:901 #, scheme-format msgid "" "the server request unexpectedly failed with code ~a and reason phrase ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:906 #, scheme-format msgid "the header ~a should not have the value ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:908 #, scheme-format msgid "the header ~a should be present" msgstr "" #: src/scm/webid-oidc/errors.scm:911 #, scheme-format msgid "the server response wasn't expected: ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:917 #, scheme-format msgid "the value ~s is not an OIDC configuration (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:922 #, scheme-format msgid "the webid field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:923 msgid "the webid field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:927 #, scheme-format msgid "the sub field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:928 msgid "the sub field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:932 #, scheme-format msgid "the iss field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:933 msgid "the iss field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:937 #, scheme-format msgid "the aud field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:938 msgid "the aud field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:942 #, scheme-format msgid "the iat field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:943 msgid "the iat field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:947 #, scheme-format msgid "the exp field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:948 msgid "the exp field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:952 #, scheme-format msgid "the cnf/jkt field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:953 msgid "the cnf/jkt field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:957 #, scheme-format msgid "the client-id field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:958 msgid "the client-id field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:962 #: src/scm/webid-oidc/authorization-page-unsafe.scm:132 #, scheme-format msgid "the redirect_uris field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:963 #: src/scm/webid-oidc/authorization-page-unsafe.scm:133 msgid "the redirect_uris field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:967 #, scheme-format msgid "the typ field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:968 msgid "the typ field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:972 #, scheme-format msgid "the jwk field is incorrect: ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:974 msgid "the jwk field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:978 #, scheme-format msgid "the jti field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:979 msgid "the jti field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:983 #, scheme-format msgid "the nonce field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:984 msgid "the nonce field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:988 #, scheme-format msgid "the htm field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:989 msgid "the htm field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:993 #, scheme-format msgid "the htu field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:994 msgid "the htu field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:996 #, scheme-format msgid "~s is not an access token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:999 #, scheme-format msgid "~s is not an access token header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1002 #, scheme-format msgid "~s is not an access token payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1005 #, scheme-format msgid "~s is not a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1008 #, scheme-format msgid "~s is not a DPoP proof header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1011 #, scheme-format msgid "~s is not a DPoP proof payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1014 #, scheme-format msgid "I cannot fetch the issuer configuration of ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1021 #, scheme-format msgid "I cannot fetch the JWKS of ~a at ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1032 #, scheme-format msgid "the HTTP method is signed for ~s, but ~s was requested" msgstr "" #: src/scm/webid-oidc/errors.scm:1035 #, scheme-format msgid "the HTTP uri is signed for ~a, but ~a was requested" msgstr "" #: src/scm/webid-oidc/errors.scm:1038 #, scheme-format msgid "the date is ~a, but the DPoP proof is signed in the future at ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1042 #, scheme-format msgid "the date is ~a, but the DPoP proof was signed too long ago at ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1051 #, scheme-format msgid "the key ~s does not hash to ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1053 #, scheme-format msgid "the key confirmation of ~s failed (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1055 #, scheme-format msgid "the key confirmation of ~s failed" msgstr "" #: src/scm/webid-oidc/errors.scm:1057 #, scheme-format msgid "the jti ~s has already been found (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1060 #, scheme-format msgid "I cannot decode ~s as an access token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1063 #, scheme-format msgid "I cannot encode ~s as an access token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1066 #, scheme-format msgid "I cannot decode ~s as a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1069 #, scheme-format msgid "I cannot encode ~s as a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1072 #, scheme-format msgid "I could not fetch a RDF graph at ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1075 #, scheme-format msgid "~s is not a client manifest (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1078 #, scheme-format msgid "~s does not authorize redirection URI ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1081 msgid "I cannot serve a public manifest" msgstr "" #: src/scm/webid-oidc/errors.scm:1083 #, scheme-format msgid "~a does not have a client manifest registration triple" msgstr "" #: src/scm/webid-oidc/errors.scm:1086 #, scheme-format msgid "the client manifest at ~a is advertised for ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1089 #, scheme-format msgid "I could not fetch the client manifest of ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1092 #, scheme-format msgid "~s is not an authorization code (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1095 #, scheme-format msgid "~s is not an authorization code header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1098 #, scheme-format msgid "~s is not an authorization code payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1101 #, scheme-format msgid "the current time is ~a, and the authorization code expired at ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1105 #, scheme-format msgid "I cannot decode ~s as an authorization code (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1108 #, scheme-format msgid "I cannot encode ~s as an authorization code (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1111 #, scheme-format msgid "there is no such refresh token as ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1114 #, scheme-format msgid "" "the refresh token is bound to a key confirmed as ~s, but it is used with key " "~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1117 #, scheme-format msgid "I cannot decode ~s as an ID token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1120 #, scheme-format msgid "I cannot encode ~s as an ID token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1123 #, scheme-format msgid "the grant type ~s is not supported" msgstr "" #: src/scm/webid-oidc/errors.scm:1126 msgid "there is no authorization code in the request" msgstr "" #: src/scm/webid-oidc/errors.scm:1128 msgid "there is no refresh token in the request" msgstr "" #: src/scm/webid-oidc/errors.scm:1130 #, scheme-format msgid "~s is not an ID token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1133 #, scheme-format msgid "~s is not an ID token header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1136 #, scheme-format msgid "~s is not an ID token payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1139 #, scheme-format msgid "" "I couldn’t set the locale to ~s as an approximation of the client locale ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1144 msgid "that’s it" msgstr "" #: src/scm/webid-oidc/errors.scm:1148 #, scheme-format msgid "~a and ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1151 #, scheme-format msgid "~a, ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1155 #, scheme-format msgid "the signature ~a does not match key ~s with payload ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1158 msgid "there is an undefined variable" msgstr "" #: src/scm/webid-oidc/errors.scm:1160 #, scheme-format msgid "the origin is ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1163 #, scheme-format msgid "a message is attached: ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1166 #, scheme-format msgid "the values ~s are problematic" msgstr "" #: src/scm/webid-oidc/errors.scm:1169 msgid "there is a kind and args" msgstr "" #: src/scm/webid-oidc/errors.scm:1171 msgid "there is an assertion failure" msgstr "" #: src/scm/webid-oidc/errors.scm:1173 #, scheme-format msgid "the program quits with code ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1176 msgid "the program cannot recover from this exception" msgstr "" #: src/scm/webid-oidc/errors.scm:1178 msgid "there is an error" msgstr "" #: src/scm/webid-oidc/errors.scm:1180 #, scheme-format msgid "Unhandled exception type ~a." msgstr "" #: src/scm/webid-oidc/identity-provider.scm:55 msgid "Warning: generating a new key pair." msgstr "" #: src/scm/webid-oidc/identity-provider.scm:147 msgid "command-line|version" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:149 msgid "comand-line|help" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:151 msgid "comand-line|issuer" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:153 msgid "comand-line|key-file" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:155 msgid "comand-line|subject" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:157 msgid "comand-line|password" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:159 msgid "comand-line|jwks-uri" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:161 msgid "comand-line|authorization-endpoint-uri" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:163 msgid "comand-line|token-endpoint-uri" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:165 msgid "comand-line|port" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:167 msgid "comand-line|log-file" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:169 msgid "comand-line|error-file" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:187 #, scheme-format msgid "" "Usage: ~a [OPTIONS]...\n" "\n" "Run the Solid identity provider for a specific user.\n" "\n" "Options:\n" " -h, --help:\n" " display this help message and exit.\n" " -v, --version:\n" " display the version information (~a) and exit.\n" " -i URI, --issuer=URI:\n" " set the public server host name.\n" " -k FILE, --key-file=FILE.jwk:\n" " set the file name of the key file. If it does not exist, a new\n" " key is generated.\n" " -s WEBID, --subject=WEBID:\n" " set the identity of the subject.\n" " -w PASSWORD, --password=PASSWORD:\n" " set the password to recognize the user.\n" " -j URI, --jwks-uri=URI:\n" " set the URI to query the key of the server.\n" " -a URI, --authorization-endpoint-uri=URI:\n" " set the authorization endpoint of the issuer.\n" " -t URI, --token-endpoint-uri=URI:\n" " set the token endpoint of the issuer.\n" " -p PORT, --port=PORT:\n" " set the port to bind (instead of 8080).\n" " -l FILE.log, --log-file=FILE.log:\n" " dump the standard output to that file.\n" " -e FILE.err, --error-file=FILE.err:\n" " dump the standard error to that file.\n" "\n" "Environment variables:\n" "\n" " LANG: set the locale of the sysadmin-facing interface (the user\n" "pages are translated according to the user agent’s Accept-language\n" "header), for log files and command-line interface. It is currently ~a.\n" "\n" " XDG_DATA_HOME: where to store the refresh tokens (under the\n" "webid-oidc directory). For a system service, it is recommended to set\n" "it to /var/lib. Currently set to ~a.\n" "\n" " XDG_CACHE_HOME: where to store and update the seed file for the\n" "random number generator. If you remove it, you need to restart the\n" "program to use a different seed. Currently set to ~a.\n" "\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 not\n" "used otherwise. Currently set to ~a.\n" "\n" "Example used in webid-oidc-demo.planete-kraus.eu (except it’s managed\n" "by shepherd in reality):\n" "\n" " export LANG=C\n" " export XDG_DATA_HOME=/var/lib\n" " export XDG_CACHE_HOME=/var/cache\n" " webid-oidc-issuer \\\n" " --issuer https://webid-oidc-demo.planete-kraus.eu \\\n" " --key-file /var/lib/webid-oidc/issuer/key.jwk \\\n" " --subject https://webid-oidc-demo.planete-kraus.eu/profile/card#me \\\n" " --password \"$PASSWORD\" \\\n" " --jwks-uri https://webid-oidc-demo.planete-kraus.eu/keys \\\n" " --authorization-endpoint https://webid-oidc-demo.planete-kraus.eu/" "authorize \\\n" " --token-endpoint https://webid-oidc-demo.planete-kraus.eu/token \\\n" " --port $PORT\n" "\n" "If you find a bug, send a report to ~a.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:262 #, scheme-format msgid "~a version ~a\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:289 msgid "You need to set the issuer.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:293 msgid "You need to set the file name of the key file.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:297 msgid "You need to set the identity of the subject.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:301 msgid "You need to set the password to verify the identity of the subject.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:305 msgid "You need to set the JWKS URI.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:310 msgid "You need to set the authorization endpoint URI.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:315 msgid "You need to set the token endpoint URI.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:322 msgid "The port should be a number between 0 and 65535.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:341 #, scheme-format msgid "Internal server error: ~a\n" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:29 msgid "xml-lang|en" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:45 msgid "page-title|Authorization" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:50 msgid "Authorize this anonymous application?" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:51 #, scheme-format msgid "Authorize ~a?" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:53 msgid "Do you want to authorize this application to represent you?" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:63 msgid "Please retry your password:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:64 msgid "Please enter your password:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:69 msgid "Allow" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:75 msgid "Bad request" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:80 msgid "The application did not set the client_id parameter." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:85 msgid "The application did not set the redirect_uri parameter." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:98 #, scheme-format msgid "the value ~s is not a base64 string." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:101 msgid "the following value is not JSON:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:104 msgid "the following value is not Turtle:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:107 #, scheme-format msgid "" "the server request unexpectedly failed with code ~a and reason phrase ~s." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:112 #, scheme-format msgid "the header ~a should not have the value ~s.\n" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:114 #, scheme-format msgid "the header ~a should be present." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:117 msgid "the server response wasn’t expected:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:126 #, scheme-format msgid "the client_id field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:127 msgid "the client_id field is missing" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:136 #, scheme-format msgid "I could not fetch a RDF graph at ~a;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:140 msgid "this is not a client manifest:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:145 #, scheme-format msgid "the manifest does not authorize redirection URI ~a:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:150 #, scheme-format msgid "the client manifest at ~a is advertised for ~a;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:155 #, scheme-format msgid "I could not fetch the client manifest of ~a;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:160 msgid "I could not issue an authorization code for you;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:168 msgid "" "The application you are trying to authorize behaved unexpectedly. Here is " "the explanation of the error:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:177 msgid "Redirecting..." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:182 #, scheme-format msgid "" "~a can now log in on your behalf. You still need to adjust " "permissions." msgstr ""