forked from linuxmint/mintupdate
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mintupdate.pot
1697 lines (1370 loc) · 49.4 KB
/
mintupdate.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
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: 2017-11-22 12:09+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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: usr/share/help/C/mintupdate/updates.page:10(name)
#: usr/share/help/C/mintupdate/regressions.page:10(name)
#: usr/share/help/C/mintupdate/policy.page:10(name)
#: usr/share/help/C/mintupdate/mintupdate-tool.page:10(name)
#: usr/share/help/C/mintupdate/levels.page:10(name)
#: usr/share/help/C/mintupdate/kernels.page:10(name)
#: usr/share/help/C/mintupdate/index.page:9(name)
msgid "Linux Mint"
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:11(email)
#: usr/share/help/C/mintupdate/regressions.page:11(email)
#: usr/share/help/C/mintupdate/policy.page:11(email)
#: usr/share/help/C/mintupdate/mintupdate-tool.page:11(email)
#: usr/share/help/C/mintupdate/levels.page:11(email)
#: usr/share/help/C/mintupdate/kernels.page:11(email)
#: usr/share/help/C/mintupdate/index.page:10(email)
msgid "root@linuxmint.com"
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:16(desc)
msgid "There are different types of updates"
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:19(title)
msgid "The different types of updates"
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:21(p)
msgid "There are different types of updates:"
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:24(p)
msgid ""
"'Software updates' are updates which fix bugs (or also sometimes which bring "
"new features)."
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:25(p)
msgid "'Security updates' are updates which patch vulnerabilities."
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:26(p)
msgid "'Kernel updates' represent the installation of a newer kernel."
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:29(p)
msgid ""
"Security is very important but also very technical. Vulnerabilities don't "
"always affect your computer and can be quite difficult to understand. Most "
"people don't understand them at all and their personal computers are rarely "
"at risk. That said, a security breach can have dire consequences, so it is "
"always recommended to take them seriously."
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:31(p)
msgid ""
"By default, security updates are always visible, no matter what policy you "
"chose and what level they are."
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:33(p)
msgid ""
"Software updates aren't as important. They bring bug fixes or improvements "
"which are not related to security. As such they're less urgent and can even "
"be considered optional."
msgstr ""
#: usr/share/help/C/mintupdate/updates.page:35(p)
#: usr/share/help/C/mintupdate/kernels.page:23(p)
msgid ""
"In Linux Mint, kernel updates bring both security patches and bug fixes (and "
"sometimes even new features), and they impact critical parts of the "
"operating system. This makes kernel updates important from a security point "
"of view, but also prone to regressions which can be hard to fix for novice "
"users."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:16(desc)
msgid "When an update breaks something, it's called a \"regression\"."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:19(title)
msgid "Software regressions"
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:21(p)
msgid ""
"Updates keep your computer safe, eliminate bugs and even sometimes add new "
"features to your operating system."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:23(p)
msgid ""
"Unfortunately they also sometimes introduce new issues called 'regressions'."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:25(p)
msgid ""
"Regressions are very common in the software industry. They're inherent to "
"software development. Code changes can cause regressions. No matter how "
"skilled developers are, they can't always predict every possible situation "
"or test on every possible hardware specification."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:27(p)
msgid ""
"When a regression happens, it breaks something which worked well before."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:29(p)
msgid "Sometimes it doesn't really matter, but sometimes it matters a lot."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:31(p)
msgid ""
"It depends on what part of the operating system is affected and whether or "
"not you're able to work around it or to fix it."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:33(p)
msgid ""
"Say, the PDF reader is no longer able to print. Well, it's annoying... but "
"it's not as problematic as if your network connection stopped working or if "
"you were suddenly unable to boot the computer or to login."
msgstr ""
#: usr/share/help/C/mintupdate/regressions.page:35(p)
msgid ""
"In the latter case, it can be very problematic if you're not experienced "
"with Linux and you don't know how to troubleshoot."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:16(desc)
msgid "Choosing an update policy"
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:19(title)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1148
msgid "Update policy"
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:21(p)
msgid ""
"The update manager is highly configurable. You can go in the preferences and "
"fine-tune which levels you want to show and which levels you want to "
"preselect. This is your computer and so you can tune it the way you want."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:23(p)
msgid ""
"The first time you launch it, it will try to understand who you are and set "
"these settings for you. To do so, it will show you three update policies and "
"ask you to choose the one you like best."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:25(p)
msgid "All policies have this in common:"
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:28(p)
msgid ""
"For security reasons, security updates are always visible (no matter what "
"level they are)."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:29(p)
msgid ""
"For security reasons, kernel updates (which are level 4) are always visible."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:30(p)
msgid "For stability reasons, level 5 updates are always hidden."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:33(p)
msgid ""
"When you choose an update policy, some of the preferences are changed in the "
"Update Manager. You can tune these preferences individually by clicking on "
"the Edit->Preferences menu in the menubar."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:37(title)
msgid "Novice users"
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:39(p)
msgid ""
"The first policy is made for novice users in mind. It assumes these users "
"are unable to work around critical issues affecting sensitive parts of their "
"system and tries to minimize their risk to suffer critical regressions."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:41(p)
msgid ""
"Bug fixes are optional, so this policy focuses on safe updates (level 1 and "
"2) with minimal impact on the operating system. These updates are visible "
"and preselected by default."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:43(p)
msgid ""
"Security is also important but some security updates (and kernel updates in "
"particular) affect sensitive parts of the system. These updates are visible "
"and novice users are recommended to select them and apply them with caution, "
"in isolation and ideally either with the help of an experienced user, or "
"after they familiarized themselves with the forums and chat channel so they "
"know how to seek help."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:49(title)
msgid "Regular users"
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:51(p)
msgid ""
"The second policy is made for the vast majority of people. It assumes these "
"users aren't new to Linux and either know how to solve common problems, or "
"they know where to find help."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:53(p)
msgid ""
"This policy shows all recommended updates. Security updates and safe bug-fix "
"updates (level 1 and 2) are preselected by default."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:55(p)
msgid ""
"Users are recommended to select and apply level 3 and level 4 updates with "
"caution and in isolation and to seek help if something goes wrong."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:61(title)
msgid "Advanced users"
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:63(p)
msgid ""
"This policy is made for advanced users on computers where the risk of "
"critical regressions is acceptable. It assumes these users are able to fix "
"any issue and want to apply all updates all at once."
msgstr ""
#: usr/share/help/C/mintupdate/policy.page:65(p)
msgid ""
"In this policy, all recommended updates are visible and selected by default."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:16(desc)
msgid "Updating from the command line"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:19(title)
msgid "Using mintupdate-tool"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:21(p)
msgid ""
"The Update Manager provides a command line utility called \"mintupdate-tool"
"\"."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:23(p)
msgid ""
"If you are experienced with Linux, you can use this tool in your scripts or "
"your cron jobs to automate the installation of software updates."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:27(title)
msgid "Listing updates"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:29(p)
msgid "You can use the \"list\" command to list updates:"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:31(screen)
#, no-wrap
msgid "mintupdate-tool list"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:33(p)
msgid "The list can be filtered by levels with the -l argument."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:35(p)
msgid "You can add security updates with -s."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:37(p)
msgid "You can add kernel updates with -k, or remove them with -nk."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:39(p)
msgid ""
"For instance, the following command lists all security updates, as well as "
"level 1 and 2 bug fixes update:"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:41(screen)
#, no-wrap
msgid "mintupdate-tool list -l12 -s -nk"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:47(title)
#: usr/share/help/C/mintupdate/index.page:35(title)
msgid "Applying updates"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:49(p)
msgid ""
"You can use the \"upgrade\" command to apply updates, using the same options."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:51(p)
msgid ""
"For instance, the following command applies all security updates as well as "
"level 1 and 2 bug fix updates:"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:53(screen)
#, no-wrap
msgid "sudo mintupdate-tool upgrade -r -l12 -s -nk"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:55(p)
msgid "Note the -r argument, which was added to refresh the cache."
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:57(p)
msgid ""
"For more information on mintupdate-tool and a complete list of arguments, "
"type:"
msgstr ""
#: usr/share/help/C/mintupdate/mintupdate-tool.page:59(screen)
#, no-wrap
msgid "mintupdate-tool -h"
msgstr ""
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: usr/share/help/C/mintupdate/levels.page:27(None)
#: usr/share/help/C/mintupdate/levels.page:59(None)
msgid ""
"@@image: 'figures/mintupdate-level1.svg'; "
"md5=4721d1b8ee24af8a530de2567ed1221c"
msgstr ""
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: usr/share/help/C/mintupdate/levels.page:32(None)
#: usr/share/help/C/mintupdate/levels.page:77(None)
msgid ""
"@@image: 'figures/mintupdate-level2.svg'; "
"md5=3166f49269a73d52075b41dfde52ac87"
msgstr ""
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: usr/share/help/C/mintupdate/levels.page:37(None)
#: usr/share/help/C/mintupdate/levels.page:90(None)
msgid ""
"@@image: 'figures/mintupdate-level3.svg'; "
"md5=7f94f299af95a42e73759eb4676e2319"
msgstr ""
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: usr/share/help/C/mintupdate/levels.page:42(None)
#: usr/share/help/C/mintupdate/levels.page:107(None)
msgid ""
"@@image: 'figures/mintupdate-level4.svg'; "
"md5=9e9eb80679d932ccce1db26618475908"
msgstr ""
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: usr/share/help/C/mintupdate/levels.page:52(None)
#: usr/share/help/C/mintupdate/levels.page:134(None)
msgid ""
"@@image: 'figures/mintupdate-level5.svg'; "
"md5=4834415cfe932a91c86b82e6124ccfb0"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:16(desc)
msgid ""
"Updates are given a level indicating how much of an impact they have on the "
"operating system"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:19(title)
msgid "Update levels"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:21(p)
msgid ""
"Updates are given a level indicating how much of an impact they have on the "
"operating system."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:23(p)
msgid "There are 4 levels:"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:28(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1854
msgid "Minimal"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:29(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1860
msgid "No impact on the system or other applications."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:33(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1855
msgid "Normal"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:34(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1861
msgid "Default level. Usually low impact on the system."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:38(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1856
msgid "Large"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:39(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1862
msgid "Apply with caution. Impact on multiple applications."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:43(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1857
msgid "Sensitive"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:44(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1863
msgid "Apply one by one. Impact on sensitive parts of the system."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:48(p)
msgid ""
"And there's also a special level which is given to updates with known "
"critical issues:"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:53(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1858
msgid "Dangerous"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:54(p)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1864
msgid "Very rare. Not recommended. Known to create issues."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:59(title)
msgid ""
"<media type=\"image\" src=\"figures/mintupdate-level1.svg\" height=\"40\"/> "
"Level 1"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:61(p)
msgid ""
"Level 1 updates are updates which only affect their own software and have no "
"impact on the rest of the system."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:63(p)
msgid "They're usually updates for single applications. For instance:"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:66(p)
msgid "The calculator"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:67(p)
msgid "The PDF reader"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:68(p)
msgid "The text editor"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:69(p)
msgid "The media player"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:72(p)
msgid ""
"You can apply these updates without worrying about regressions. In the worst "
"case scenario a regression would only affect the software you're upgrading, "
"not the operating system itself."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:77(title)
msgid ""
"<media type=\"image\" src=\"figures/mintupdate-level2.svg\" height=\"40\"/> "
"Level 2"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:79(p)
msgid "This is the default level, so the vast majority of updates are level 2."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:81(p)
msgid ""
"These updates aren't known to impact large areas or sensitive parts of the "
"system, but they're not guaranteed to only affect their own software either."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:83(p)
msgid ""
"In general, you should be able to apply these updates without worrying about "
"regressions."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:85(p)
msgid ""
"If an important regression, or potential for regression, was found in a "
"level 2 update, its level would be changed to 3 or 4."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:90(title)
msgid ""
"<media type=\"image\" src=\"figures/mintupdate-level3.svg\" height=\"40\"/> "
"Level 3"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:92(p)
msgid ""
"Level 3 updates are updates which not only affect themselves but also have "
"an impact on other applications."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:94(p)
msgid ""
"Typical examples of level 3 updates are GTK, DBUS, etc... A regression in "
"these updates wouldn't stop your computer from booting properly, but it "
"could impact many applications."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:96(p)
msgid ""
"Desktop environments are also level 3 updates. If a critical regression "
"happens in Cinnamon, you might be unable to log in."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:98(p)
msgid ""
"There aren't many level 3 updates. It is recommended to apply them with "
"caution and in isolation. Take note of what updates you are applying, check "
"the system afterwards to make sure everything is working fine."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:100(p)
#: usr/share/help/C/mintupdate/levels.page:127(p)
msgid ""
"If something breaks, seek help on the forums or the chat channel and tell "
"people which update caused the regression and what is broken."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:102(p)
msgid ""
"If you blindly apply hundreds of updates and you're unable to pinpoint the "
"problematic one, you're unlikely to find help. All level 3 updates are "
"recommended but you are expected to be cautious and to know what you are "
"upgrading."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:107(title)
msgid ""
"<media type=\"image\" src=\"figures/mintupdate-level4.svg\" height=\"40\"/> "
"Level 4"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:109(p)
msgid ""
"Level 4 updates are updates which affect sensitive parts of the operating "
"system such as:"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:112(p)
msgid "The boot sequence"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:113(p)
msgid "The display manager (login screen, session management)"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:114(p)
msgid "The kernel (hardware support)"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:115(p)
msgid "The drivers (networking, NVIDIA/AMD)"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:116(p)
msgid "The display (Xorg, mesa)"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:119(p)
msgid ""
"Like other updates, all level 4 updates are recommended, especially if they "
"are security updates."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:121(p)
msgid ""
"However, if a critical regression was present in one of these updates it "
"could impact a sensitive part of your system."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:123(p)
msgid ""
"You could find yourself without a connection to the Internet, without the "
"ability to start the desktop environment or even without the ability to boot "
"the operating system."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:125(p)
msgid ""
"For this reason you should always be careful when applying level 4 updates "
"(including kernel updates). Apply them one by one and take note of the "
"versions you're applying."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:129(p)
msgid ""
"If you blindly apply hundreds of updates and you're unable to pinpoint the "
"problematic one, you're unlikely to find help. All level 4 updates are "
"recommended but you are expected to be cautious and to know what you are "
"upgrading."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:134(title)
msgid ""
"<media type=\"image\" src=\"figures/mintupdate-level5.svg\" height=\"40\"/> "
"Level 5"
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:136(p)
msgid "Level 5 updates are extremely rare."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:138(p)
msgid ""
"When a critical bug is found in an update it is usually fixed as soon as "
"possible."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:140(p)
msgid ""
"There are many ways for Linux Mint to address issues, and many mechanisms in "
"place both remotely in the repositories and locally within your operating "
"system. So in normal circumstances updates shouldn't need to be blacklisted."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:142(p)
msgid ""
"If an update had a critical bug and a solution was being worked on but "
"wasn't ready yet, Linux Mint could mark a specific version of the update as "
"level 5 (i.e. \"not recommended\"). This would prevent users from applying "
"it until the new version hits the repositories."
msgstr ""
#: usr/share/help/C/mintupdate/levels.page:144(p)
msgid ""
"Level 5 updates are known to cause issues. They are very rare and usually "
"temporary. They are not visible by default and they should not be applied."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:16(desc)
msgid "Kernels and kernel updates"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:19(title)
#: usr/share/help/C/mintupdate/index.page:41(title)
msgid "Kernel updates"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:21(p)
msgid ""
"The kernel is the central part of the operating system. Among other things, "
"it is responsible for hardware support."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:25(p)
msgid "From a security point of view, it is important to apply kernel updates."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:27(p)
msgid ""
"A kernel regression could however affect your ability to connect to the "
"Internet, to start your desktop environment or even to boot the operating "
"system."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:29(p)
msgid ""
"For this reason it is important to be cautious when applying kernel updates "
"and to know how to revert them when something goes wrong."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:32(title)
msgid "Multiple kernels can be installed"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:34(p)
msgid ""
"When you apply an update, you replace the old version of the software with "
"the new version."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:36(p)
msgid ""
"Things are different when it comes to kernels. When you apply a \"kernel "
"update\", you don't actually update the kernel, you install a new kernel "
"alongside the existing one."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:38(p)
msgid ""
"Every time you apply a kernel update, you install a new kernel on the "
"system, without removing the old ones."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:40(p)
msgid "At boot time, the computer selects the most recent one."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:45(title)
msgid "Identifying the current kernel"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:47(p)
msgid ""
"If you want to know which kernel you are currently using, open a terminal "
"and type:"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:49(screen)
#, no-wrap
msgid "uname -a"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:54(title)
msgid "Installing and removing kernels"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:56(p)
msgid "You can install and remove kernels from the Update Manager."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:58(p)
msgid "Select \"View\" -> \"Linux Kernels\" in the menu."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:60(p)
msgid ""
"You cannot remove the kernel you are currently using. To remove it, you need "
"to reboot and select a different kernel to boot with."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:65(title)
msgid "Selecting a kernel"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:67(p)
msgid ""
"You can have multiple kernels installed, but you can only run one kernel at "
"a time."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:69(p)
msgid ""
"When you boot the computer, the very first screen is called the Grub menu. "
"This menu allows you to choose operating systems but you can also use it to "
"select a kernel."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:71(p)
msgid ""
"If you only have one operating system installed, your boot sequence might "
"skip the Grub menu. To force the Grub menu to show, boot the computer and "
"keep pressing the left <key>Shift</key> key."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:73(p)
msgid ""
"To select a kernel, choose \"Advanced options\" in the Grub menu. You should "
"see all the kernels currently installed. Select the one you want to use and "
"your computer will boot with that one."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:78(title)
msgid "Checking the DKMS status"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:80(p)
msgid ""
"The kernel includes all open source drivers and these usually work very "
"well. Proprietary drivers (NVIDIA, AMD, Broadcom...etc) are not included and "
"they need to compile themselves against every kernel you install. This is "
"done via a mechanism called DKMS."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:82(p)
msgid ""
"If a proprietary driver isn't properly recompiled with DKMS for one of your "
"kernels, it will not function correctly with that kernel."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:84(p)
msgid ""
"After installing or removing a kernel, you can check your DKMS status, to "
"make sure all proprietary drivers are properly installed for each of your "
"kernels with the following command:"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:86(screen)
#, no-wrap
msgid "dkms status"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:88(p)
msgid ""
"New kernel series usually become available before proprietary drivers "
"support them via DKMS. If you are using proprietary drivers, it is "
"recommended to stick to kernel updates and not to install kernels from "
"series which are newer than the series of the recommended kernels."
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:93(title)
msgid "Reverting a kernel update"
msgstr ""
#: usr/share/help/C/mintupdate/kernels.page:95(p)
msgid ""
"If something doesn't work with the latest kernel you installed (or the "
"latest kernel update), reboot, select the kernel you were previously using, "
"remove the new kernel and reboot again."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:18(title)
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:919
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:923
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:981
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1703
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1722
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1782
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1784
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1828 generate_desktop_files:26
msgid "Update Manager"
msgstr ""
#: usr/share/help/C/mintupdate/index.page:20(p)
msgid ""
"The Update Manager provides your operating system with software and security "
"updates."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:22(p)
msgid ""
"Updates are important because they keep your computer safe, eliminate bugs "
"and can even add new features to your operating system."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:24(p)
msgid ""
"Unfortunately they also sometimes introduce new issues called 'regressions', "
"which can break things which worked well before."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:26(p)
msgid ""
"It is recommended to apply security updates but also to understand how "
"updates can affect your computer, so you can review them, apply them with "
"caution and be prepared in case something goes wrong."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:29(title)
msgid "Core concepts"
msgstr ""
#: usr/share/help/C/mintupdate/index.page:31(p)
msgid "This section explains the core concepts related to software updates."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:37(p)
msgid "This section explains update levels, policies."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:43(p)
msgid "This section explains kernel updates."
msgstr ""
#: usr/share/help/C/mintupdate/index.page:47(title)
msgid "Advanced techniques"
msgstr ""
#: usr/share/help/C/mintupdate/index.page:49(p)
msgid "This section explains advanced techniques."
msgstr ""
#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
#: usr/share/help/C/mintupdate/index.page:0(None)
msgid "translator-credits"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/checkAPT.py:223
#, python-format
msgid "Linux kernel %s"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/checkAPT.py:224
msgid "The Linux kernel."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/checkAPT.py:225
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/kernelwindow.py:154
msgid "Remove"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:157
msgid "This kernel cannot be removed because it is currently in use."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:161
#: usr/lib/linuxmint/mintUpdate/mintUpdate.py:1180
msgid "Install"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:164
msgid "This kernel is not installable."
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:178
#, python-format
msgid "Are you sure you want to remove the %s kernel?"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:180
#, python-format
msgid "Are you sure you want to install the %s kernel?"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:198
msgid "Kernels"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:214
msgid "Continue"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:216
msgid "Do not show this message again"
msgstr ""
#: usr/lib/linuxmint/mintUpdate/kernelwindow.py:218
msgid "Warning!"
msgstr ""