summaryrefslogtreecommitdiff
path: root/po/webid-oidc.pot
blob: dccae4ab0eb4a5c4d1e2f2834dc0e39a0aafcc69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Vivien Kraus
# This file is distributed under the same license as the webid-oidc package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 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:12+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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:228
msgid "that’s how it is"
msgstr ""

#: src/scm/webid-oidc/errors.scm:233
#, scheme-format
msgid "the value ~s is not a base64 string (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:236
#, scheme-format
msgid "the value ~s is not JSON (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:239
#, scheme-format
msgid "the value ~s does not identify an elleptic curve"
msgstr ""

#: src/scm/webid-oidc/errors.scm:244
#, scheme-format
msgid "the value ~s does not identify a JWK (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:246
#, scheme-format
msgid "the value ~s does not identify a JWK"
msgstr ""

#: src/scm/webid-oidc/errors.scm:251
#, scheme-format
msgid "the value ~s does not identify a public JWK (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:253
#, scheme-format
msgid "the value ~s does not identify a public JWK"
msgstr ""

#: src/scm/webid-oidc/errors.scm:258
#, scheme-format
msgid "the value ~s does not identify a private JWK (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:260
#, scheme-format
msgid "the value ~s does not identify a private JWK"
msgstr ""

#: src/scm/webid-oidc/errors.scm:265
#, scheme-format
msgid "the value ~s does not identify a JWKS (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:267
#, scheme-format
msgid "the value ~s does not identify a JWKS"
msgstr ""

#: src/scm/webid-oidc/errors.scm:270
#, scheme-format
msgid "the value ~s does not identify a hash algorithm"
msgstr ""

#: src/scm/webid-oidc/errors.scm:273
#, scheme-format
msgid "the value ~s is not an alist or misses key ~s"
msgstr ""

#: src/scm/webid-oidc/errors.scm:276
#, scheme-format
msgid "the value ~s is not a JWS header (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:279
#, scheme-format
msgid "the value ~s is not a JWS payload (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:282
#, scheme-format
msgid "the value ~s is not a JWS (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:285
#, scheme-format
msgid "the string ~s cannot be split in 3 parts with ~s"
msgstr ""

#: src/scm/webid-oidc/errors.scm:288
#, 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:291
#, scheme-format
msgid "I cannot decode JWS ~a (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:294
#, scheme-format
msgid "I cannot encode JWS ~a (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:297
#, scheme-format
msgid ""
"the server request unexpectedly failed with code ~a and reason phrase ~s"
msgstr ""

#: src/scm/webid-oidc/errors.scm:302
#, scheme-format
msgid "the header ~a should not have the value ~s"
msgstr ""

#: src/scm/webid-oidc/errors.scm:304
#, scheme-format
msgid "the header ~a should be present"
msgstr ""

#: src/scm/webid-oidc/errors.scm:307
#, scheme-format
msgid "the server response wasn't expected: ~s (because ~a)"
msgstr ""

#: src/scm/webid-oidc/errors.scm:315
msgid "that’s it"
msgstr ""

#: src/scm/webid-oidc/errors.scm:319
#, scheme-format
msgid "~a and ~a"
msgstr ""

#: src/scm/webid-oidc/errors.scm:322
#, scheme-format
msgid "~a, ~a"
msgstr ""

#: src/scm/webid-oidc/errors.scm:326
#, scheme-format
msgid "the signature ~a does not match key ~s with payload ~a"
msgstr ""

#: src/scm/webid-oidc/errors.scm:329
msgid "there is an undefined variable"
msgstr ""

#: src/scm/webid-oidc/errors.scm:331
#, scheme-format
msgid "the origin is ~a"
msgstr ""

#: src/scm/webid-oidc/errors.scm:334
#, scheme-format
msgid "a message is attached: ~a"
msgstr ""

#: src/scm/webid-oidc/errors.scm:337
#, scheme-format
msgid "the values ~s are problematic"
msgstr ""

#: src/scm/webid-oidc/errors.scm:340
msgid "there is a kind and args"
msgstr ""

#: src/scm/webid-oidc/errors.scm:342
msgid "there is an assertion failure"
msgstr ""

#: src/scm/webid-oidc/errors.scm:344
#, scheme-format
msgid "the program quits with code ~a"
msgstr ""

#: src/scm/webid-oidc/errors.scm:347
#, scheme-format
msgid "Unhandled exception type ~a."
msgstr ""