# 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-06-05 16:23+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:931 msgid "that’s how it is" msgstr "" #: src/scm/webid-oidc/errors.scm:936 #, scheme-format msgid "the value ~s is not a base64 string (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:939 #, scheme-format msgid "the value ~s is not JSON (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:942 #, scheme-format msgid "the value ~s is not Turtle (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:945 #, scheme-format msgid "the value ~s does not identify an elleptic curve" msgstr "" #: src/scm/webid-oidc/errors.scm:950 #, scheme-format msgid "the value ~s does not identify a JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:952 #, scheme-format msgid "the value ~s does not identify a JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:957 #, scheme-format msgid "the value ~s does not identify a public JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:959 #, scheme-format msgid "the value ~s does not identify a public JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:964 #, scheme-format msgid "the value ~s does not identify a private JWK (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:966 #, scheme-format msgid "the value ~s does not identify a private JWK" msgstr "" #: src/scm/webid-oidc/errors.scm:971 #, scheme-format msgid "the value ~s does not identify a JWKS (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:973 #, scheme-format msgid "the value ~s does not identify a JWKS" msgstr "" #: src/scm/webid-oidc/errors.scm:976 #, scheme-format msgid "the value ~s does not identify a hash algorithm" msgstr "" #: src/scm/webid-oidc/errors.scm:979 #, scheme-format msgid "the value ~s is not an alist or misses key ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:982 #, scheme-format msgid "the value ~s is not a JWS header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:985 #, scheme-format msgid "the value ~s is not a JWS payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:988 #, scheme-format msgid "the value ~s is not a JWS (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:991 #, scheme-format msgid "the string ~s cannot be split in 3 parts with ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:994 #, 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:997 #, scheme-format msgid "I cannot decode JWS ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1000 #, scheme-format msgid "I cannot encode JWS ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1003 #, scheme-format msgid "" "the server request unexpectedly failed with code ~a and reason phrase ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1008 #, scheme-format msgid "the header ~a should not have the value ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1010 #, scheme-format msgid "the header ~a should be present" msgstr "" #: src/scm/webid-oidc/errors.scm:1013 #, scheme-format msgid "the server response wasn't expected: ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1019 #, scheme-format msgid "the value ~s is not an OIDC configuration (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1024 #, scheme-format msgid "the webid field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1025 msgid "the webid field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1029 #, scheme-format msgid "the sub field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1030 msgid "the sub field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1034 #, scheme-format msgid "the iss field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1035 msgid "the iss field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1039 #, scheme-format msgid "the aud field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1040 msgid "the aud field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1044 #, scheme-format msgid "the iat field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1045 msgid "the iat field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1049 #, scheme-format msgid "the exp field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1050 msgid "the exp field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1054 #, scheme-format msgid "the cnf/jkt field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1055 msgid "the cnf/jkt field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1059 #, scheme-format msgid "the client-id field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1060 msgid "the client-id field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1064 #: src/scm/webid-oidc/authorization-page-unsafe.scm:133 #, scheme-format msgid "the redirect_uris field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1065 #: src/scm/webid-oidc/authorization-page-unsafe.scm:134 msgid "the redirect_uris field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1069 #, scheme-format msgid "the typ field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1070 msgid "the typ field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1074 #, scheme-format msgid "the jwk field is incorrect: ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1076 msgid "the jwk field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1080 #, scheme-format msgid "the jti field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1081 msgid "the jti field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1085 #, scheme-format msgid "the nonce field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1086 msgid "the nonce field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1090 #, scheme-format msgid "the htm field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1091 msgid "the htm field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1095 #, scheme-format msgid "the htu field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1096 msgid "the htu field is missing" msgstr "" #: src/scm/webid-oidc/errors.scm:1098 #, scheme-format msgid "~s is not an access token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1101 #, scheme-format msgid "~s is not an access token header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1104 #, scheme-format msgid "~s is not an access token payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1107 #, scheme-format msgid "~s is not a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1110 #, scheme-format msgid "~s is not a DPoP proof header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1113 #, scheme-format msgid "~s is not a DPoP proof payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1116 #, scheme-format msgid "I cannot fetch the issuer configuration of ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1123 #, scheme-format msgid "I cannot fetch the JWKS of ~a at ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1134 #, scheme-format msgid "the HTTP method is signed for ~s, but ~s was requested" msgstr "" #: src/scm/webid-oidc/errors.scm:1137 #, scheme-format msgid "the HTTP uri is signed for ~a, but ~a was requested" msgstr "" #: src/scm/webid-oidc/errors.scm:1140 #, 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:1144 #, 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:1153 #, scheme-format msgid "the key ~s does not hash to ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1155 #, scheme-format msgid "the key confirmation of ~s failed (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1157 #, scheme-format msgid "the key confirmation of ~s failed" msgstr "" #: src/scm/webid-oidc/errors.scm:1159 #, scheme-format msgid "the jti ~s has already been found (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1162 #, scheme-format msgid "I cannot decode ~s as an access token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1165 #, scheme-format msgid "I cannot encode ~s as an access token with key ~s (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1168 #, scheme-format msgid "I cannot decode ~s as a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1171 #, scheme-format msgid "I cannot encode ~s as a DPoP proof (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1174 #, scheme-format msgid "I could not fetch a RDF graph at ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1177 #, scheme-format msgid "~s is not a client manifest (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1180 #, scheme-format msgid "~s does not authorize redirection URI ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1183 msgid "I cannot serve a public manifest" msgstr "" #: src/scm/webid-oidc/errors.scm:1185 #, scheme-format msgid "~a does not have a client manifest registration triple" msgstr "" #: src/scm/webid-oidc/errors.scm:1188 #, scheme-format msgid "the client manifest at ~a is advertised for ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1191 #, scheme-format msgid "I could not fetch the client manifest of ~a (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1194 #, scheme-format msgid "~s is not an authorization code (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1197 #, scheme-format msgid "~s is not an authorization code header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1200 #, scheme-format msgid "~s is not an authorization code payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1203 #, scheme-format msgid "the current time is ~a, and the authorization code expired at ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1207 #, scheme-format msgid "I cannot decode ~s as an authorization code (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1210 #, scheme-format msgid "I cannot encode ~s as an authorization code (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1213 #, scheme-format msgid "there is no such refresh token as ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1216 #, 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:1219 #, scheme-format msgid "I cannot decode ~s as an ID token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1222 #, scheme-format msgid "I cannot encode ~s as an ID token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1225 #, scheme-format msgid "the grant type ~s is not supported" msgstr "" #: src/scm/webid-oidc/errors.scm:1228 msgid "there is no authorization code in the request" msgstr "" #: src/scm/webid-oidc/errors.scm:1230 msgid "there is no refresh token in the request" msgstr "" #: src/scm/webid-oidc/errors.scm:1232 #, scheme-format msgid "~s is not an ID token (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1235 #, scheme-format msgid "~s is not an ID token header (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1238 #, scheme-format msgid "~s is not an ID token payload (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1241 #, 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:1244 #, scheme-format msgid "~s does not admit ~s as an identity provider" msgstr "" #: src/scm/webid-oidc/errors.scm:1247 #, scheme-format msgid "" "~a is neither an identity provider (because ~a) nor a webid (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1252 #, scheme-format msgid "the token request failed (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1255 #, scheme-format msgid "you don’t have a refresh token for identity ~a certified by ~a in ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1260 #, scheme-format msgid "all identity provider candidates for ~a failed: ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1264 #, scheme-format msgid "~s failed (because ~a)" msgstr "" #: src/scm/webid-oidc/errors.scm:1267 msgid ", " msgstr "" #: src/scm/webid-oidc/errors.scm:1269 #, scheme-format msgid "no resource has been found to serve URI path ~s" msgstr "" #: src/scm/webid-oidc/errors.scm:1272 #, scheme-format msgid "no resource has been found to serve URI path ~s, but ~s exists" msgstr "" #: src/scm/webid-oidc/errors.scm:1275 msgid "the root storage cannot be deleted" msgstr "" #: src/scm/webid-oidc/errors.scm:1277 #, scheme-format msgid "the container ~s should be emptied before being deleted" msgstr "" #: src/scm/webid-oidc/errors.scm:1282 msgid "that’s it" msgstr "" #: src/scm/webid-oidc/errors.scm:1286 #, scheme-format msgid "~a and ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1289 #, scheme-format msgid "~a, ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1293 #, scheme-format msgid "the signature ~a does not match key ~s with payload ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1296 msgid "there is an undefined variable" msgstr "" #: src/scm/webid-oidc/errors.scm:1298 #, scheme-format msgid "the origin is ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1301 #, scheme-format msgid "a message is attached: ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1304 #, scheme-format msgid "the values ~s are problematic" msgstr "" #: src/scm/webid-oidc/errors.scm:1307 msgid "there is a kind and args" msgstr "" #: src/scm/webid-oidc/errors.scm:1309 msgid "there is an assertion failure" msgstr "" #: src/scm/webid-oidc/errors.scm:1311 #, scheme-format msgid "the program quits with code ~a" msgstr "" #: src/scm/webid-oidc/errors.scm:1314 msgid "the program cannot recover from this exception" msgstr "" #: src/scm/webid-oidc/errors.scm:1316 msgid "there is an error" msgstr "" #: src/scm/webid-oidc/errors.scm:1318 #, scheme-format msgid "Unhandled exception type ~a." msgstr "" #: src/scm/webid-oidc/identity-provider.scm:54 msgid "Warning: generating a new key pair." msgstr "" #: src/scm/webid-oidc/identity-provider.scm:148 #: src/scm/webid-oidc/reverse-proxy.scm:124 #: src/scm/webid-oidc/hello-world.scm:31 src/scm/webid-oidc/client.scm:618 #: src/scm/webid-oidc/example-app.scm:100 msgid "command-line|version" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:150 #: src/scm/webid-oidc/hello-world.scm:33 src/scm/webid-oidc/client.scm:620 #: src/scm/webid-oidc/example-app.scm:102 msgid "comand-line|help" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:152 msgid "comand-line|issuer" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:154 msgid "comand-line|key-file" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:156 msgid "comand-line|subject" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:158 msgid "comand-line|password" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:160 msgid "comand-line|jwks-uri" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:162 msgid "comand-line|authorization-endpoint-uri" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:164 msgid "comand-line|token-endpoint-uri" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:166 #: src/scm/webid-oidc/hello-world.scm:35 src/scm/webid-oidc/client.scm:630 msgid "comand-line|port" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:168 #: src/scm/webid-oidc/reverse-proxy.scm:136 src/scm/webid-oidc/client.scm:632 msgid "comand-line|log-file" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:170 #: src/scm/webid-oidc/reverse-proxy.scm:138 src/scm/webid-oidc/client.scm:634 msgid "comand-line|error-file" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:188 #, scheme-format msgid "" "Usage: ~a [OPTIONS]...\n" "\n" "Run the Solid identity provider for a specific user.\n" "\n" "Options:\n" " -h, --~a:\n" " display this help message and exit.\n" " -v, --~a:\n" " display the version information (~a) and exit.\n" " -i URI, --~a=URI:\n" " set the public server host name.\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.\n" " -s WEBID, --~a=WEBID:\n" " set the identity of the subject.\n" " -w PASSWORD, --~a=PASSWORD:\n" " set the password to recognize the user.\n" " -j URI, --~a=URI:\n" " set the URI to query the key of the server.\n" " -a URI, --~a=URI:\n" " set the authorization endpoint of the issuer.\n" " -t URI, --~a=URI:\n" " set the token endpoint of the issuer.\n" " -p PORT, --~a=PORT:\n" " set the port to bind (instead of 8080).\n" " -l FILE.log, --~a=FILE.log:\n" " dump the standard output to that file.\n" " -e FILE.err, --~a=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-uri https://webid-oidc-demo.planete-kraus.eu/" "authorize \\\n" " --token-endpoint-uri 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:267 #: src/scm/webid-oidc/reverse-proxy.scm:210 #: src/scm/webid-oidc/hello-world.scm:61 src/scm/webid-oidc/client.scm:699 #: src/scm/webid-oidc/example-app.scm:143 #, scheme-format msgid "~a version ~a\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:294 msgid "You need to set the issuer.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:298 msgid "You need to set the file name of the key file.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:302 msgid "You need to set the identity of the subject.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:306 msgid "You need to set the password to verify the identity of the subject.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:310 msgid "You need to set the JWKS URI.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:315 msgid "You need to set the authorization endpoint URI.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:320 msgid "You need to set the token endpoint URI.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:327 #: src/scm/webid-oidc/reverse-proxy.scm:238 #: src/scm/webid-oidc/hello-world.scm:72 src/scm/webid-oidc/client.scm:737 msgid "The port should be a number between 0 and 65535.\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:346 #: src/scm/webid-oidc/client.scm:748 #, scheme-format msgid "~a: Internal server error: ~a\n" msgstr "" #: src/scm/webid-oidc/identity-provider.scm:357 #, scheme-format msgid "" "The client locale ~s can’t be approximated by system locale ~s (because ~a), " "using C.\n" msgstr "" #: src/scm/webid-oidc/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:118 msgid "the server response wasn’t expected:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:127 #, scheme-format msgid "the client_id field is incorrect: ~s" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:128 msgid "the client_id field is missing" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:137 #, scheme-format msgid "I could not fetch a RDF graph at ~a;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:141 msgid "this is not a client manifest:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:146 #, scheme-format msgid "the manifest does not authorize redirection URI ~a:" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:151 #, scheme-format msgid "the client manifest at ~a is advertised for ~a;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:156 #, scheme-format msgid "I could not fetch the client manifest of ~a;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:161 msgid "I could not issue an authorization code for you;" msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:169 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:178 msgid "Redirecting..." msgstr "" #: src/scm/webid-oidc/authorization-page-unsafe.scm:183 #, scheme-format msgid "" "~a can now log in on your behalf. You still need to adjust " "permissions." msgstr "" #: src/scm/webid-oidc/resource-server.scm:68 #, scheme-format msgid "~a: authentication failure: ~a\n" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:126 msgid "command-line|help" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:128 msgid "command-line|port" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:130 msgid "command-line|inbound-uri" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:132 msgid "command-line|outbound-uri" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:134 msgid "command-line|header" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:152 #, scheme-format msgid "" "Usage: ~a [OPTIONS]...\n" "\n" "Run a reverse proxy, taking requests with webid-oidc authentication\n" "and passing them to the outbound URI with an additional header\n" "containing the webid of the agent.\n" "\n" "Options:\n" " -h, --~a:\n" " display this help message and exit.\n" " -v, --~a:\n" " display the version information (~a) and exit.\n" " -p PORT, --~a=8080:\n" " set the port to bind.\n" " -i URI, --~a=URI: \n" " set the public URI of the reverse proxy.\n" " -o URI, --~a=URI:\n" " pass the requests to the server running at URI.\n" " -H HEADER, --~a=HEADER:\n" " pass request with optional HEADER set to the webid, XXX-Agent by " "default.\n" " -l FILE.log, --~a=FILE.log:\n" " dump the standard output to that file.\n" " -e FILE.err, --~a=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. It is\n" "currently ~a.\n" "\n" "Example:\n" "\n" "Suppose that you operate data.provider.com. Since everything is behind\n" "a big global reverse proxy, the authenticated proxy listens on\n" "http://localhost:8080. You have the data server running at\n" "https://private.data.provider.com, set up so that only you can query\n" "it. The private server needs the XXX-Agent header to contain the\n" "authenticated webid of the user, if the user is authenticated. That’s\n" "why you don’t want anyone to query it. You would run:\n" "\n" " export LANG=C\n" " webid-oidc-reverse-proxy \\\n" " --port 8080 \\\n" " --inbound-uri https://data.provider.com \\\n" " --outbound-uri https://private.data.provider.com \\\n" " --header XXX-Agent \\\n" " --log-file /var/log/proxy.log \\\n" " --error-file /var/log/proxy.err\n" "\n" "If you find a bug, send a report to ~a.\n" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:243 msgid "" "The public name of the server must be present (with scheme) as --inbound-" "uri.\n" msgstr "" #: src/scm/webid-oidc/reverse-proxy.scm:248 msgid "" "The address of the proxy must be present (with scheme) as --outbound-uri.\n" msgstr "" #: src/scm/webid-oidc/hello-world.scm:44 #, scheme-format msgid "" "~a [OPTIONS]...\n" "\n" "Display your identity contained in the XXX-Agent header.\n" "\n" "Options:\n" " -h, --~a:\n" " display this help message and exit.\n" " -v, --~a:\n" " display the version information (~a) and exit.\n" " -p PORT, --port=~a:\n" " set the port to bind.\n" msgstr "" #: src/scm/webid-oidc/client.scm:622 msgid "comand-line|client-id" msgstr "" #: src/scm/webid-oidc/client.scm:624 msgid "comand-line|redirect-uri" msgstr "" #: src/scm/webid-oidc/client.scm:626 msgid "comand-line|client-name" msgstr "" #: src/scm/webid-oidc/client.scm:628 msgid "comand-line|client-uri" msgstr "" #: src/scm/webid-oidc/client.scm:649 #, scheme-format msgid "" "Usage: ~a [OPTIONS]...\n" "\n" "Serve public pages for an application.\n" "\n" "Options:\n" " -h, --~a:\n" " display this help message and exit.\n" " -v, --~a:\n" " display the version information (~a) and exit.\n" " -i URI, --~a=URI:\n" " set the webid of the client.\n" " -r FILE, --~a=URI:\n" " set the redirection URI where to get the authorization code.\n" " -n NAME, --~a=NAME:\n" " set the name of the application.\n" " -u URI, --~a=URI:\n" " set the address of the application (informative).\n" " -p PORT, --~a=PORT:\n" " set the port to bind (instead of 8080).\n" " -l FILE.log, --~a=FILE.log:\n" " dump the standard output to that file.\n" " -e FILE.err, --~a=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, for log files\n" "and command-line interface. It is currently ~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" " webid-oidc-client-service \\\n" " --client-id 'https://webid-oidc-demo.planete-kraus.eu/example-" "application#id' \\\n" " --redirect-uri 'https://webid-oidc-demo.planete-kraus.eu/authorized' " "\\\n" " --client-name 'Example Solid Application' \\\n" " --client-uri 'https://webid-oidc.planete-kraus.eu/Running-a-client." "html#Running-a-client' \\\n" " --port $PORT\n" "\n" "If you find a bug, send a report to ~a.\n" msgstr "" #: src/scm/webid-oidc/client.scm:722 msgid "You need to set the client ID as an URI.\n" msgstr "" #: src/scm/webid-oidc/client.scm:726 msgid "You need to set the redirect URI.\n" msgstr "" #: src/scm/webid-oidc/client.scm:730 msgid "The client URI should be an URI.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:35 #, scheme-format msgid "~a.\t~a, certified by ~a;\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:46 #, scheme-format msgid "~a – ~a\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:65 #, scheme-format msgid "I’m expecting a number between ~a and ~a.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:72 msgid "Please enter an URI to GET: " msgstr "" #: src/scm/webid-oidc/example-app.scm:91 #, scheme-format msgid "Sending a request: ~s\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:110 #, scheme-format msgid "" "Usage: ~a [OPTIONS]...\n" "\n" "Demonstrate a webid-oidc application.\n" "\n" "Options:\n" " -h, --~a:\n" " display this help message and exit.\n" " -v, --~a:\n" " display the version information (~a) and exit.\n" "\n" "Environment variables:\n" "\n" " LANG: set the locale. Currently ~a.\n" "\n" " XDG_CACHE_HOME: where the seed for the key generator is\n" "stored. Currently ~a.\n" "\n" " XDG_DATA_HOME: where the login credentials are stored. Currently ~a.\n" "\n" " HOME: to compute a default value for XDG_CACHE_HOME and\n" "XDG_DATA_HOME, if missing. Currently ~a.\n" "\n" "If you find a bug, send a report to ~a.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:147 msgid "First, let’s log in. Here are your options:\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:149 msgid "0.\tLog in with a different identity.\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:154 #: src/scm/webid-oidc/example-app.scm:173 msgid "Please indicate your choice number: " msgstr "" #: src/scm/webid-oidc/example-app.scm:159 msgid "Please enter your webid, or identity server: " msgstr "" #: src/scm/webid-oidc/example-app.scm:169 msgid "There are different possible identity providers for your webid:\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:176 #, scheme-format msgid "" "Please visit the following URI with a web browser:\n" "~a\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:178 msgid "Please paste your authorization code: " msgstr "" #: src/scm/webid-oidc/example-app.scm:189 #, scheme-format msgid "" "Log in success. Keep this identity token for yourself:\n" "\n" "~a\n" "\n" "Now, you can do authenticated request by presenting the following access " "token:\n" "\n" "~a\n" "\n" "and signing DPoP proofs with the following key:\n" "\n" "~a\n" msgstr "" #: src/scm/webid-oidc/example-app.scm:210 #, scheme-format msgid "There was an error: ~a\n" msgstr ""