-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathmintstick.pot
355 lines (278 loc) · 7.11 KB
/
mintstick.pot
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
343
344
345
346
347
348
349
350
351
352
353
354
355
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-27 14:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: lib/mintstick.py:312
msgid "The USB stick was formatted successfully."
msgstr ""
#: lib/mintstick.py:315
#, python-format
msgid "An error occured while creating a partition on %s."
msgstr ""
#: lib/mintstick.py:317 lib/mintstick.py:427
msgid "Authentication Error."
msgstr ""
#: lib/mintstick.py:322 lib/mintstick.py:433
msgid "An error occurred."
msgstr ""
#: lib/mintstick.py:420
msgid "The image was successfully written."
msgstr ""
#: lib/mintstick.py:423
msgid "Not enough space on the USB stick."
msgstr ""
#: lib/mintstick.py:425
msgid "An error occured while copying the image."
msgstr ""
#: lib/verify.py:54
msgid "bytes"
msgstr ""
#: lib/verify.py:54
msgid "KB"
msgstr ""
#: lib/verify.py:54
msgid "MB"
msgstr ""
#: lib/verify.py:54
msgid "GB"
msgstr ""
#: lib/verify.py:54
msgid "TB"
msgstr ""
#: lib/verify.py:87
msgid "ISO images"
msgstr ""
#: lib/verify.py:91
msgid "Checksum files"
msgstr ""
#: lib/verify.py:95
msgid "GPG signatures"
msgstr ""
#: lib/verify.py:107 lib/verify.py:108 lib/verify.py:109
msgid "Calculating..."
msgstr ""
#: lib/verify.py:167
msgid "No volume ID found"
msgstr ""
#: lib/verify.py:208
msgid "The checksum is correct"
msgstr ""
#: lib/verify.py:209
msgid ""
"The checksum is correct but the authenticity of the sum was not verified."
msgstr ""
#: lib/verify.py:211
msgid "Checksum mismatch"
msgstr ""
#: lib/verify.py:212
msgid "Download the ISO image again. Its checksum does not match."
msgstr ""
#: lib/verify.py:223
msgid "The sums file could not be downloaded. Check the URL."
msgstr ""
#: lib/verify.py:232
msgid "The gpg file could not be downloaded. Check the URL."
msgstr ""
#: lib/verify.py:243
msgid "The sums file could not be checked."
msgstr ""
#: lib/verify.py:250
msgid "The gpg file could not be checked."
msgstr ""
#: lib/verify.py:260
msgid "Integrity check failed"
msgstr ""
#: lib/verify.py:269
msgid "The SHA256 sums file is not signed."
msgstr ""
#: lib/verify.py:273
#, python-format
msgid "Signed by: %s"
msgstr ""
#: lib/verify.py:287
msgid "Unknown signature"
msgstr ""
#: lib/verify.py:288
msgid "Key not found on keyserver."
msgstr ""
#: lib/verify.py:299 lib/verify.py:305
msgid "Everything looks good!"
msgstr ""
#: lib/verify.py:300
msgid "This is an official ISO image."
msgstr ""
#: lib/verify.py:306
msgid "This ISO image is verified by a trusted signature."
msgstr ""
#: lib/verify.py:309
msgid "If you trust the signature you can trust the ISO."
msgstr ""
#: lib/verify.py:310
msgid "Untrusted signature"
msgstr ""
#: lib/verify.py:311
msgid "This ISO image is verified by an untrusted signature."
msgstr ""
#: lib/verify.py:316
msgid "An error occurred"
msgstr ""
#: lib/verify.py:327
msgid "The SHA256 sum of the ISO image is incorrect."
msgstr ""
#: lib/verify.py:328
msgid "The SHA256 sums file does not contain sums for this ISO image."
msgstr ""
#: generate_additional_files.py:22 generate_additional_files.py:34
#: share/mintstick/mintstick.ui.h:38
msgid "USB Image Writer"
msgstr ""
#: generate_additional_files.py:22 generate_additional_files.py:34
#: generate_additional_files.py:67 share/mintstick/mintstick.ui.h:39
msgid "Make a bootable USB stick"
msgstr ""
#: generate_additional_files.py:46 generate_additional_files.py:58
#: share/mintstick/mintstick.ui.h:27
msgid "USB Stick Formatter"
msgstr ""
#: generate_additional_files.py:46 generate_additional_files.py:58
#: generate_additional_files.py:77 share/mintstick/mintstick.ui.h:28
msgid "Format a USB stick"
msgstr ""
#: generate_additional_files.py:67
msgid "Make bootable USB stick"
msgstr ""
#: generate_additional_files.py:77 share/mintstick/mintstick.ui.h:26
msgid "Format"
msgstr ""
#: generate_additional_files.py:86 share/mintstick/mintstick.ui.h:32
#: share/mintstick/verify.ui.h:7
msgid "Verify"
msgstr ""
#: generate_additional_files.py:86 share/mintstick/mintstick.ui.h:33
msgid "Verify the authenticity and integrity of the image"
msgstr ""
#: generate_additional_files.py:115 generate_additional_files.py:144
msgid ""
"This will destroy all data on the USB stick, are you sure you want to "
"proceed?"
msgstr ""
#: share/mintstick/mintstick.ui.h:1
msgid "USB stick:"
msgstr ""
#: share/mintstick/mintstick.ui.h:2
msgid "Filesystem:"
msgstr ""
#: share/mintstick/mintstick.ui.h:3
msgid "Select a USB stick"
msgstr ""
#: share/mintstick/mintstick.ui.h:4
msgid ""
"FAT32 \n"
" + Compatible everywhere.\n"
" - Cannot handle files larger than 4GB.\n"
"\n"
"exFAT\n"
" + Compatible almost everywhere.\n"
" + Can handle files larger than 4GB.\n"
" - Not as compatible as FAT32.\n"
"\n"
"NTFS \n"
" + Compatible with Windows.\n"
" - Not compatible with Mac and most hardware devices.\n"
" - Occasional compatibility problems with Linux (NTFS is proprietary and "
"reverse engineered).\n"
"\n"
"EXT4 \n"
" + Modern, stable, fast, journalized.\n"
" + Supports Linux file permissions.\n"
" - Not compatible with Windows, Mac and most hardware devices.\n"
msgstr ""
#: share/mintstick/mintstick.ui.h:23
msgid "Volume label:"
msgstr ""
#: share/mintstick/mintstick.ui.h:24
msgid "Choose a name for your USB Stick"
msgstr ""
#: share/mintstick/mintstick.ui.h:25
msgid "USB Stick"
msgstr ""
#: share/mintstick/mintstick.ui.h:29
msgid "ISO image:"
msgstr ""
#: share/mintstick/mintstick.ui.h:30
msgid "Select an image"
msgstr ""
#: share/mintstick/mintstick.ui.h:31
msgid "Select Image"
msgstr ""
#: share/mintstick/mintstick.ui.h:34
msgid "Write"
msgstr ""
#: share/mintstick/mintstick.ui.h:35
msgid "This ISO looks like a Windows image."
msgstr ""
#: share/mintstick/mintstick.ui.h:36
msgid "Windows images require special processing."
msgstr ""
#: share/mintstick/mintstick.ui.h:37
msgid "More information"
msgstr ""
#: share/mintstick/verify.ui.h:1
msgid "ISO:"
msgstr ""
#: share/mintstick/verify.ui.h:2
msgid "Volume:"
msgstr ""
#: share/mintstick/verify.ui.h:3
msgid "SHA256sum:"
msgstr ""
#: share/mintstick/verify.ui.h:4
msgid "Size:"
msgstr ""
#: share/mintstick/verify.ui.h:5
msgid "SHA256 sums file:"
msgstr ""
#: share/mintstick/verify.ui.h:6
msgid "GPG signed file:"
msgstr ""
#: share/mintstick/verify.ui.h:8
msgid "URLs"
msgstr ""
#: share/mintstick/verify.ui.h:9
msgid "SHA256 sums file"
msgstr ""
#: share/mintstick/verify.ui.h:10
msgid "GPG signed file"
msgstr ""
#: share/mintstick/verify.ui.h:11
msgid "Local files"
msgstr ""
#: share/mintstick/verify.ui.h:12
msgid "SHA256 sum"
msgstr ""
#: share/mintstick/verify.ui.h:13
msgid "Check"
msgstr ""
#: share/mintstick/verify.ui.h:14
msgid "Checksum"
msgstr ""
#: share/mintstick/verify.ui.h:15
msgid "Go back"
msgstr ""
#: share/mintstick/verify.ui.h:16
msgid "ISO Verification"
msgstr ""