forked from linuxmint/mintupgrade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mintupgrade.pot
552 lines (431 loc) · 14.1 KB
/
mintupgrade.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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
# 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-09-26 14:10+0100\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"
#: usr/lib/linuxmint/mintupgrade/checks.py:32
#, python-format
msgid "The package repositories need to point towards the new release (%s/%s)."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:34
msgid "This should have be done by the Upgrade Tool already."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:35
msgid "Were the repositories modified since?"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:36
msgid "Re-run the Upgrade tool so that it migrates the repositories again."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:143
msgid "Linux Mint version"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:143
msgid "Checking your version of Linux Mint..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:151
msgid "Your version of Linux Mint is unknown. /etc/linuxmint/info is missing."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:168
#, python-format
msgid "Your version of Linux Mint is '%s'. Only %s can be upgraded to %s."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:174
#, python-format
msgid "Your edition of Linux Mint is '%s'. It cannot be upgraded to %s."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:181
msgid "Power source"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:181
msgid "Checking the power source..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:186
msgid "Connect the computer to a power source before attempting to upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:192
msgid "System snapshots"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:192
msgid "Checking system snapshots..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:197
msgid ""
"If the upgrade isn't successful, a system snapshot will allow you to go back "
"in time and revert all the changes."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:198
msgid "Press 'Fix' to perform a system snapshot."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:214
msgid "APT cache"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:214
msgid "Checking the APT cache..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:232
msgid ""
"Your package cache can't refresh correctly. Run 'apt update' and fix the "
"errors it displays."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:241
msgid ""
"Some of your packages are broken. Run 'apt install -f' to fix the issue."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:252
msgid ""
"Your operating system is not up to date. Apply available updates before "
"attempting the upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:273
msgid "The following operations need to be performed:"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:275
#: usr/lib/linuxmint/mintupgrade/checks.py:499
msgid "Package"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:275
msgid "Operation"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:277
msgid "needs to be installed"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:279
msgid "needs to be removed"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:308
#: usr/lib/linuxmint/mintupgrade/checks.py:588
msgid "Package repositories"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:308
msgid "Checking package repositories..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:322
msgid ""
"The following sources are defined in DEB822 format. This format isn't "
"supported yet."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:328
msgid "Backup and then delete these files to continue."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:356
msgid ""
"The following repositories do not explicitly support your version of Linux "
"Mint."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:364
msgid "These repositories need to be disabled."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:377
msgid "Your APT policy is incorrect."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:378
msgid "Reboot your computer."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:401
#, python-format
msgid "%s is unreachable"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:406
#, python-format
msgid "%s is not up to date. Switch to a different mirror."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:418
#, python-format
msgid "%s does not support %s"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:422
msgid "The following problems were found:"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:464
msgid "Held packages"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:464
msgid "Looking for held packages..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:470
msgid "The following packages are held:"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:477
msgid "Held packages can break the upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:491
msgid "Foreign packages"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:491
msgid "Looking for foreign packages..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:497
msgid "The following packages need to be downgraded back to official versions:"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:499
msgid "Installed Version"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:499
msgid "Official version"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:499
msgid "Archive"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:504
msgid "Otherwise these packages can create conflicts."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:520
#: usr/lib/linuxmint/mintupgrade/checks.py:556
msgid "Orphan packages"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:520
msgid "Looking for orphan packages..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:540
msgid "The following packages do not exist in the repositories:"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:546
msgid "In some rare cases orphan packages can interfere with the upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:547
msgid ""
"If you decide to uninstall some of these packages press 'Check again' after "
"their removal."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:548
msgid "Press 'OK' to continue with the upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:556
msgid "Removing newly orphaned packages..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:588
msgid "Pointing to the new release..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:627
msgid "Upgrade simulation"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:627
msgid "Simulating upgrade to check hard disk space and potential issues..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:666
msgid "The simulation was not successful."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:667
msgid "Upgrading would remove the following important packages:"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:668
msgid "Unwanted removals"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:672
msgid ""
"This is a sign that something is wrong and needs to be fixed before going "
"further."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:674
msgid "Recommended solution"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:675
msgid "Use apt-get in a terminal to troubleshoot and solve the issue."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:676
msgid "Don't hesitate to seek help on the forums and the chat room."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:678
msgid "Additional information"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:679
msgid "The information below might help solve the issue."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:680
#: usr/lib/linuxmint/mintupgrade/checks.py:692
msgid "Kept packages"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:681
#: usr/lib/linuxmint/mintupgrade/checks.py:696
msgid "Removed packages"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:682
#: usr/lib/linuxmint/mintupgrade/checks.py:695
msgid "Added packages"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:683
#: usr/lib/linuxmint/mintupgrade/checks.py:691
#, python-format
msgid "Packages updated: %d, added: %d , kept: %d, deleted: %d"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:686
msgid "Upgrading will perform the following changes."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:694
msgid ""
"Note: Ideally, no packages should be kept. This might indicate an issue."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:698
msgid ""
"Go through the list above and make sure you are happy with the removals "
"before going further with the upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:795
#, python-format
msgid "You need %s on '%s' but only have %s. You must free an additional %s."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:799
#, python-format
msgid "Download size: %s. Additional space needed: %s."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:805
msgid "Package download"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:805
msgid "Downloading packages..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:817
msgid "An error occurred while downloading the packages."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:824
msgid "Session inhibition"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:824
msgid "Inhibiting session..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:833
msgid "Upgrade preparation"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:833
msgid "Preparing the upgrade..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:862
msgid "Upgrade phase"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:862
msgid "Upgrading the system..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:879
#: usr/lib/linuxmint/mintupgrade/checks.py:885
msgid "An issue was detected during the upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:904
#, python-format
msgid "%d packages still need to be updated (%d kept, %d deleted)"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:910
msgid "Final phase"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:910
msgid "Finalizing the upgrade..."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:929
#, python-format
msgid "%s could not be installed."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:936
msgid "mint-meta-codecs could not be installed."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:944
#: usr/lib/linuxmint/mintupgrade/checks.py:967
msgid "The following packages could not be installed:"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:1030
msgid "/etc/fstab was modified during the upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:1031
msgid ""
"To ensure a successful boot, the upgrade tool restored your original /etc/"
"fstab"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/checks.py:1032
msgid "A copy of the modified file was saved as /etc/fstab.upgraded"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:63
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:285 generate_desktop_files:26
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:16
msgid "Upgrade Tool"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:74
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:2
#, python-format
msgid "Upgrade to %s"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:90
msgid "Preferences"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:95
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:284
msgid "About"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:100
msgid "Quit"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:144
msgid "Phase 1: Preparation"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:145
msgid ""
"A series of tests will now be performed to prepare the computer for the "
"upgrade."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:157
msgid "Phase 2: Simulation and download"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:158
msgid "Your package repositories will now point towards the new release."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:159
msgid "A few more tests will be run and package updates will be downloaded."
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:165
msgid "Phase 3: Upgrade"
msgstr ""
#: usr/lib/linuxmint/mintupgrade/mintupgrade.py:166
msgid "The packages will now be upgraded."
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:3
msgid ""
"This program will ask you some questions and upgrade your operating system."
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:4
msgid "Let's go!"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:5
msgid "OK"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:6
msgid "Fix"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:7
msgid "Check again"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:8
msgid "The following error occurred:"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:9
msgid "The upgrade was successful."
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:10
msgid "Reboot the computer for all the changes to take effect."
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:11
msgid "Recent Timeshift snapshot"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:12
msgid "Applied software updates"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:13
msgid ""
"These requirements are there to guarantee a safe upgrade. Only disable them "
"if you know what you are doing."
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:14
msgid "Supported Linux Mint version"
msgstr ""
#: usr/share/linuxmint/mintupgrade/mintupgrade.ui.h:15
msgid "Requirements"
msgstr ""