blob: 066f91c9a32a27506a878e22fb020535523f3965 (
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Collabora Ltd.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: p11-kit 0.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.example.com\n"
"POT-Creation-Date: 2011-02-18 10:47+0100\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: module/p11-kit-messages.c:70
msgid "The operation was cancelled"
msgstr ""
#: module/p11-kit-messages.c:73
msgid "Insufficient memory available"
msgstr ""
#: module/p11-kit-messages.c:75
msgid "The specified slot ID is not valid"
msgstr ""
#: module/p11-kit-messages.c:77
msgid "Internal error"
msgstr ""
#: module/p11-kit-messages.c:79
msgid "The operation failed"
msgstr ""
#: module/p11-kit-messages.c:81
msgid "Invalid arguments"
msgstr ""
#: module/p11-kit-messages.c:83
msgid "The module cannot create needed threads"
msgstr ""
#: module/p11-kit-messages.c:85
msgid "The module cannot lock data properly"
msgstr ""
#: module/p11-kit-messages.c:87
msgid "The field is read-only"
msgstr ""
#: module/p11-kit-messages.c:89
msgid "The field is sensitive and cannot be revealed"
msgstr ""
#: module/p11-kit-messages.c:91
msgid "The field is invalid or does not exist"
msgstr ""
#: module/p11-kit-messages.c:93
msgid "Invalid value for field"
msgstr ""
#: module/p11-kit-messages.c:95
msgid "The data is not valid or unrecognized"
msgstr ""
#: module/p11-kit-messages.c:97
msgid "The data is too long"
msgstr ""
#: module/p11-kit-messages.c:99
msgid "An error occurred on the device"
msgstr ""
#: module/p11-kit-messages.c:101
msgid "Insufficient memory available on the device"
msgstr ""
#: module/p11-kit-messages.c:103
msgid "The device was removed or unplugged"
msgstr ""
#: module/p11-kit-messages.c:105
msgid "The encrypted data is not valid or unrecognized"
msgstr ""
#: module/p11-kit-messages.c:107
msgid "The encrypted data is too long"
msgstr ""
#: module/p11-kit-messages.c:109
msgid "This operation is not supported"
msgstr ""
#: module/p11-kit-messages.c:111
msgid "The key is missing or invalid"
msgstr ""
#: module/p11-kit-messages.c:113
msgid "The key is the wrong size"
msgstr ""
#: module/p11-kit-messages.c:115
msgid "The key is of the wrong type"
msgstr ""
#: module/p11-kit-messages.c:117
msgid "No key is needed"
msgstr ""
#: module/p11-kit-messages.c:119
msgid "The key is different than before"
msgstr ""
#: module/p11-kit-messages.c:121
msgid "A key is needed"
msgstr ""
#: module/p11-kit-messages.c:123
msgid "Cannot include the key in the digest"
msgstr ""
#: module/p11-kit-messages.c:125
msgid "This operation cannot be done with this key"
msgstr ""
#: module/p11-kit-messages.c:127
msgid "The key cannot be wrapped"
msgstr ""
#: module/p11-kit-messages.c:129
msgid "Cannot export this key"
msgstr ""
#: module/p11-kit-messages.c:131
msgid "The crypto mechanism is invalid or unrecognized"
msgstr ""
#: module/p11-kit-messages.c:133
msgid "The crypto mechanism has an invalid argument"
msgstr ""
#: module/p11-kit-messages.c:135
msgid "The object is missing or invalid"
msgstr ""
#: module/p11-kit-messages.c:137
msgid "Another operation is already taking place"
msgstr ""
#: module/p11-kit-messages.c:139
msgid "No operation is taking place"
msgstr ""
#: module/p11-kit-messages.c:141
msgid "The password or PIN is incorrect"
msgstr ""
#: module/p11-kit-messages.c:143
msgid "The password or PIN is invalid"
msgstr ""
#: module/p11-kit-messages.c:145
msgid "The password or PIN is of an invalid length"
msgstr ""
#: module/p11-kit-messages.c:147
msgid "The password or PIN has expired"
msgstr ""
#: module/p11-kit-messages.c:149
msgid "The password or PIN is locked"
msgstr ""
#: module/p11-kit-messages.c:151
msgid "The session is closed"
msgstr ""
#: module/p11-kit-messages.c:153
msgid "Too many sessions are active"
msgstr ""
#: module/p11-kit-messages.c:155
msgid "The session is invalid"
msgstr ""
#: module/p11-kit-messages.c:157
msgid "The session is read-only"
msgstr ""
#: module/p11-kit-messages.c:159
msgid "An open session exists"
msgstr ""
#: module/p11-kit-messages.c:161
msgid "A read-only session exists"
msgstr ""
#: module/p11-kit-messages.c:163
msgid "An administrator session exists"
msgstr ""
#: module/p11-kit-messages.c:165
msgid "The signature is bad or corrupted"
msgstr ""
#: module/p11-kit-messages.c:167
msgid "The signature is unrecognized or corrupted"
msgstr ""
#: module/p11-kit-messages.c:169
msgid "Certain required fields are missing"
msgstr ""
#: module/p11-kit-messages.c:171
msgid "Certain fields have invalid values"
msgstr ""
#: module/p11-kit-messages.c:173
msgid "The device is not present or unplugged"
msgstr ""
#: module/p11-kit-messages.c:175
msgid "The device is invalid or unrecognizable"
msgstr ""
#: module/p11-kit-messages.c:177
msgid "The device is write protected"
msgstr ""
#: module/p11-kit-messages.c:179
msgid "Cannot import because the key is invalid"
msgstr ""
#: module/p11-kit-messages.c:181
msgid "Cannot import because the key is of the wrong size"
msgstr ""
#: module/p11-kit-messages.c:183
msgid "Cannot import because the key is of the wrong type"
msgstr ""
#: module/p11-kit-messages.c:185
msgid "You are already logged in"
msgstr ""
#: module/p11-kit-messages.c:187
msgid "No user has logged in"
msgstr ""
#: module/p11-kit-messages.c:189
msgid "The user's password or PIN is not set"
msgstr ""
#: module/p11-kit-messages.c:191
msgid "The user is of an invalid type"
msgstr ""
#: module/p11-kit-messages.c:193
msgid "Another user is already logged in"
msgstr ""
#: module/p11-kit-messages.c:195
msgid "Too many users of different types are logged in"
msgstr ""
#: module/p11-kit-messages.c:197
msgid "Cannot import an invalid key"
msgstr ""
#: module/p11-kit-messages.c:199
msgid "Cannot import a key of the wrong size"
msgstr ""
#: module/p11-kit-messages.c:201
msgid "Cannot export because the key is invalid"
msgstr ""
#: module/p11-kit-messages.c:203
msgid "Cannot export because the key is of the wrong size"
msgstr ""
#: module/p11-kit-messages.c:205
msgid "Cannot export because the key is of the wrong type"
msgstr ""
#: module/p11-kit-messages.c:207
msgid "Unable to initialize the random number generator"
msgstr ""
#: module/p11-kit-messages.c:209
msgid "No random number generator available"
msgstr ""
#: module/p11-kit-messages.c:211
msgid "The crypto mechanism has an invalid parameter"
msgstr ""
#: module/p11-kit-messages.c:213
msgid "Not enough space to store the result"
msgstr ""
#: module/p11-kit-messages.c:215
msgid "The saved state is invalid"
msgstr ""
#: module/p11-kit-messages.c:217
msgid "The information is sensitive and cannot be revealed"
msgstr ""
#: module/p11-kit-messages.c:219
msgid "The state cannot be saved"
msgstr ""
#: module/p11-kit-messages.c:221
msgid "The module has not been initialized"
msgstr ""
#: module/p11-kit-messages.c:223
msgid "The module has already been initialized"
msgstr ""
#: module/p11-kit-messages.c:225
msgid "Cannot lock data"
msgstr ""
#: module/p11-kit-messages.c:227
msgid "The data cannot be locked"
msgstr ""
#: module/p11-kit-messages.c:229
msgid "The signature request was rejected by the user"
msgstr ""
#: module/p11-kit-messages.c:232
msgid "Unknown error"
msgstr ""
|