-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathmintupdate.pot
More file actions
1063 lines (837 loc) · 26.9 KB
/
mintupdate.pot
File metadata and controls
1063 lines (837 loc) · 26.9 KB
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
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# 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: 2025-12-11 14:38+0000\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"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: usr/lib/linuxmint/mintUpdate/checkAPT.py:247
#, python-format
msgid "Linux kernel %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/checkAPT.py:248
msgid "The Linux kernel."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/checkAPT.py:249
msgid ""
"The Linux Kernel is responsible for hardware and drivers support. Note that "
"this update will not remove your existing kernel. You will still be able to "
"boot with the current kernel by choosing the advanced options in your boot "
"menu. Please be cautious though.. kernel regressions can affect your ability "
"to connect to the Internet or to log in graphically. DKMS modules are "
"compiled for the most recent kernels installed on your computer. If you are "
"using proprietary drivers and you want to use an older kernel, you will need "
"to remove the new one first."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/Classes.py:429
msgid "Installing"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/Classes.py:475
msgid "A Flatpak runtime package"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/flatpak-update-worker.py:34
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1650
msgid "Flatpak updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:48
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:138
msgid "Remove"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:50
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:144
msgid "Install"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:139
msgid "Queue Removal"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:141
msgid "This kernel cannot be removed because it is currently in use."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:145
msgid "Queue Installation"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:147
msgid "This kernel is not installable."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:164
#, python-format
msgid "Are you sure you want to remove the %s kernel?"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:166
#, python-format
msgid "Are you sure you want to install the %s kernel?"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:213
msgid "Remove Kernels"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:214
msgid "Perform Queued Actions"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:290
msgid "Active"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:293
msgid "Installed"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:380
msgid "Supported until"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:383
msgid "Superseded"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:385
msgid "End of Life"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:387
msgid "Unsupported"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:416
msgid "You are currently using the following kernel:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:83
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:221
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:594
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1462
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2461 generate_desktop_files:25
#: usr/bin/mintupdate-launcher:23
msgid "Update Manager"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:94
msgid "B"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:94
msgid "KB"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:94
msgid "MB"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:94
msgid "GB"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:244
msgid "Upgrade"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:249
msgid "Name"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:253
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:429
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1328
msgid "Old Version"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:257
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:435
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1331
msgid "New Version"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:261
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:447
msgid "Size"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:265
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:417
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1322
msgid "Type"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:269
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:441
msgid "Origin"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:322
#: usr/share/linuxmint/mintupdate/main.ui.h:3
#: usr/share/linuxmint/mintupdate/shortcuts.ui.h:3
msgid "Refresh"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:326
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:410
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1284
#: usr/share/linuxmint/mintupdate/main.ui.h:20
msgid "Information"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:330
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:364
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1525
msgid "Preferences"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:334
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:354
msgid "Quit"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:343
msgid "_File"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:347
msgid "Close window"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:360
msgid "_Edit"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:369
msgid "System Snapshots"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:374
msgid "Software Sources"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:396
#, python-format
msgid "Upgrade to %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:400
msgid "_View"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:404
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1310
msgid "History of Updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:407
msgid "Linux Kernels"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:413
msgid "Visible Columns"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:423
msgid "Package"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:455
msgid "Show Descriptions"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:472
msgid "_Help"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:477
msgid "Welcome Screen"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:482
msgid "Keyboard Shortcuts"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:486
msgid "Contents"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:492
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1460
msgid "About"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:592
msgid "Cannot Proceed"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:593
msgid ""
"Another process is currently using the package management system. Please "
"wait for it to finish and then try again."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:601
#: usr/share/linuxmint/mintupdate/main.ui.h:15
msgid "OK"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:625
msgid "Yes"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:626
msgid "No"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:657
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:798
#, python-format
msgid "%(selected)d update selected (%(size)s)"
msgid_plural "%(selected)d updates selected (%(size)s)"
msgstr[0] ""
msgstr[1] ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:664
#, python-format
msgid "%d update available"
msgid_plural "%d updates available"
msgstr[0] ""
msgstr[1] ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:673
#: usr/share/linuxmint/mintupdate/main.ui.h:19
msgid "Your system is up to date"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:677
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2098
msgid "Restart required"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:699
#, python-format
msgid "%d security update"
msgid_plural "%d security updates"
msgstr[0] ""
msgstr[1] ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:700
#, python-format
msgid "%d software update"
msgid_plural "%d software updates"
msgstr[0] ""
msgstr[1] ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:706
msgid "Apply them to keep your operating system safe and up to date."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:710
msgid "Updates are available"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:713
msgid "View updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:714
msgid "Enable automatic updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:795
msgid "No updates selected"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:865
#: usr/share/linuxmint/mintupdate/main.ui.h:5
msgid "Welcome to the Update Manager"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:898
msgid "Most recent change"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:907
#, python-format
msgid "Website: %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1033
msgid "Downloading changelog..."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1045
msgid "No changelog available"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1196
msgid "Total size: <"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1201
msgid "Total size:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1204
msgid "This update affects the following installed package:"
msgid_plural "This update affects the following installed packages:"
msgstr[0] ""
msgstr[1] ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1218
msgid "Ignore the current update for this package"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1221
msgid "Ignore all future updates for this package"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1319
msgid "Date"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1325
msgid "Update"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1370
msgid "package"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1545
msgid "Options"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1546
#: usr/share/linuxmint/mintupdate/main.ui.h:21
msgid "Packages"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1547
msgid "Automation"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1553
msgid "Interface"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1554
msgid "Hide the update manager after applying updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1555
msgid "Only show a tray icon when updates are available or in case of errors"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1557
msgid "Auto-refresh"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1558
msgid "Refresh the list of updates automatically"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1570
msgid "days"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1571
msgid "hours"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1572
msgid "minutes"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1573
msgid "First, refresh the list of updates after:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1577
msgid "Then, refresh the list of updates every:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1620
msgid ""
"Note: The list only gets refreshed while the Update Manager window is closed "
"(in system tray mode)."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1624
msgid "Notifications"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1630
msgid "Only show notifications for security and kernel updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1632
msgid ""
"Show a notification if an update has been available for (in logged-in days):"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1634
msgid "Show a notification if an update is older than (in days):"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1636
msgid ""
"Don't show notifications if an update was applied in the last (in days):"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1645
msgid "Update types"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1645
msgid "In addition to system packages, check for:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1648
msgid "Cinnamon spice updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1658
msgid "Ignored Updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1681
msgid "Package Updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1681
msgid "Performed as root on a daily basis"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1682
msgid "Apply updates automatically"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1686
msgid "Export blacklist to /etc/mintupdate.blacklist"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1690
msgid "Click this button to make automatic updates use your current blacklist."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1695
msgid "Update Cinnamon spices automatically"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1698
msgid "Update Flatpaks automatically"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1701
msgid "Other Updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1701
msgid "Performed when you log in"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1704
msgid "Automatic Maintenance"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1704
msgid "Performed as root on a weekly basis"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1705
msgid "Remove obsolete kernels and dependencies"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1709
msgid ""
"This option always leaves at least one older kernel installed and never "
"removes manually installed kernels."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1764
msgid ""
"Please specify the source package name of the update to ignore (wildcards "
"are supported) and optionally the version:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1765
msgid "Ignore an Update"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1773
msgid "Name:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1775
msgid "Version:"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1777
msgid "(optional)"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1984
msgid "Do you want to switch to a local mirror?"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1985
msgid "Local mirrors are usually faster than packages.linuxmint.com."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1996
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2006
msgid "Please switch to another mirror"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1997
#, python-format
msgid "%s is unreachable."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2007
#, python-format
msgid "The last update on %(mirror)s was %(days)d day ago."
msgid_plural "The last update on %(mirror)s was %(days)d days ago."
msgstr[0] ""
msgstr[1] ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2091
msgid "Checking for updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2099
msgid ""
"You have installed updates that require a restart to take effect. Please "
"restart your system as soon as possible."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2103
msgid "Restart"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2259
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2267
msgid "Your APT configuration is corrupt."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2260
msgid ""
"Do not install or update anything - doing so could break your operating "
"system!"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2261
msgid ""
"To switch to a different Linux Mint mirror and solve this problem, click OK."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2263
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2264
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2290
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2291
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2301
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2302
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2441
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2442
#: usr/share/linuxmint/mintupdate/main.ui.h:16
msgid "Could not refresh the list of updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2266
msgid "Please switch to another Linux Mint mirror"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2288
msgid "Run 'apt update' in a terminal window to address this"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2338
msgid "Security update"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2342
msgid "Kernel update"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2346
msgid ""
"Unstable software. Only apply this update to help developers beta-test new "
"software."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2350
msgid "Software update"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2353
msgid "3rd-party update"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2377
msgid "Flatpak application"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2379
msgid "Flatpak runtime"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2402
msgid "Cinnamon applet"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2404
msgid "Cinnamon desklet"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2409
msgid "Nemo action"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2411
msgid "Cinnamon theme"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2413
msgid "Cinnamon extension"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2430
#, python-format
msgid "Error checking for flatpak updates: %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2497
msgid "Could not install the security updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2520
msgid "Updating Cinnamon Spices"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2533
msgid "Could not update Cinnamon Spices"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:2608
msgid "Installing updates"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:22
msgid "System Upgrade"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:34
msgid "Introduction"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:38
msgid ""
"Your system is missing critical components. A package corresponding to your "
"edition of Linux Mint should provide the virtual package 'mint-info' and the "
"file /etc/linuxmint/info."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:55
msgid "No upgrades were found."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:64
msgid "A new version of Linux Mint is available!"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:85
#, python-format
msgid "An upgrade was found but it is not available yet for the %s edition."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:94
msgid "Release notes"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:101
msgid ""
"Please read the release notes before upgrading. They explain all the known "
"issues, workarounds and solutions associated with the new version."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:105
#, python-format
msgid "Release notes for %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:108
msgid "Click on the link to open the release notes."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:116
msgid "New features"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:123
msgid "Please look at the new features introduced in the new version."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:127
#, python-format
msgid "New features in %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:130
msgid "Click on the link to browse the new features."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:138
msgid "Requirements"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:147
#, python-format
msgid "The package %s needs to be installed before upgrading."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:151
#, python-format
msgid "Install %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:156
msgid "Click on the button to install the missing package."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:170
msgid ""
"New releases provide bug fixes and new features but they also sometimes "
"introduce new issues. Upgrading always represents a risk. Your data is safe "
"but new issues can potentially affect your operating system."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:174
#, python-format
msgid "I understand the risk. I want to upgrade to %s."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:184
msgid "Summary"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:254
msgid ""
"The upgrade did not succeed. Make sure you are connected to the Internet and "
"try to upgrade again."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/rel_upgrade.py:263
msgid ""
"Your operating system was successfully upgraded. Please reboot your computer "
"for all changes to take effect."
msgstr ""
#: generate_desktop_files:26
msgid "Show and install available updates"
msgstr ""
#: usr/bin/mintupdate-launcher:57
msgid "The following spices were automatically updated:"
msgstr ""
#: usr/bin/mintupdate-launcher:66
msgid "Cinnamon was restarted"
msgstr ""
#: usr/share/linuxmint/mintupdate/history.ui.h:1
#: usr/share/linuxmint/mintupdate/information.ui.h:3
#: usr/share/linuxmint/mintupdate/kernels.ui.h:5
#: usr/share/linuxmint/mintupdate/shortcuts.ui.h:2
msgid "Close"
msgstr ""
#: usr/share/linuxmint/mintupdate/information.ui.h:1
msgid "Process ID:"
msgstr ""
#: usr/share/linuxmint/mintupdate/information.ui.h:2
msgid "Log file:"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:1
msgid "Kernels"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:2
msgid "Kernel flavor:"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:3
msgid "Perform Queued Actions..."
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:4
msgid "Remove Kernels..."
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:6
msgid "Warning!"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:7
msgid "Proceed with caution"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:8
msgid ""
"Installing a new kernel can sometimes cause problems, especially if you're "
"using proprietary drivers."
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:9
msgid "These issues include:"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:10
msgid ""
"- No wifi (or ethernet)\n"
"- No video acceleration\n"
"- Black screen on startup\n"
"- Random system freeze"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:14
msgid "If you face any of these issues, don't panic:"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:15
msgid ""
"- Reboot.\n"
"- Press and hold the Shift key to show the boot menu.\n"
"- In the boot menu, select the line which starts with 'Advanced options'.\n"
"- Select an older kernel.\n"
"- After the computer boots with the older kernel, uninstall the new one."
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:20
msgid "Do not show this message again"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:21
#: usr/share/linuxmint/mintupdate/main.ui.h:14
msgid "Help"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:22
msgid "Continue"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:23
msgid "Cancel"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:24
msgid "Apply"
msgstr ""
#: usr/share/linuxmint/mintupdate/kernels.ui.h:25
msgid "Please confirm the following actions:"
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:1
#: usr/share/linuxmint/mintupdate/shortcuts.ui.h:6
msgid "Clear"
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:2
#: usr/share/linuxmint/mintupdate/shortcuts.ui.h:7
msgid "Select All"
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:4
#: usr/share/linuxmint/mintupdate/shortcuts.ui.h:4
msgid "Install Updates"
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:6
msgid ""
"This tool provides your operating system with software and security updates."
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:7
msgid "Security updates"
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:8
msgid ""
"Apply security updates to patch vulnerabilities and keep your computer safe."
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:9
msgid "Software updates"
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:10
msgid "Apply software updates to fix bugs in your computer."
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:11
msgid "System snapshots"
msgstr ""
#: usr/share/linuxmint/mintupdate/main.ui.h:12
msgid ""
"Set up system snapshots to protect yourself from mistakes and regressions. "