-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
mate-settings-daemon.pot
1532 lines (1213 loc) · 45.1 KB
/
mate-settings-daemon.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 MATE Desktop Environment team
# This file is distributed under the same license as the mate-settings-daemon package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mate-settings-daemon 1.26.0\n"
"Report-Msgid-Bugs-To: https://mate-desktop.org/\n"
"POT-Creation-Date: 2022-10-29 15:35+0200\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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: data/50-accessibility.xml.in:2
msgid "Accessibility"
msgstr ""
#: data/50-accessibility.xml.in:4
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:155
msgid "Toggle magnifier"
msgstr ""
#: data/50-accessibility.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:160
msgid "Toggle screen reader"
msgstr ""
#: data/50-accessibility.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:165
msgid "Toggle on-screen keyboard"
msgstr ""
#: data/org.mate.applications-at.gschema.xml.in:5
msgid "On-screen keyboard"
msgstr ""
#: data/org.mate.applications-at.gschema.xml.in:6
msgid "Whether the on-screen keyboard is turned on."
msgstr ""
#: data/org.mate.applications-at.gschema.xml.in:10
msgid "Screen magnifier"
msgstr ""
#: data/org.mate.applications-at.gschema.xml.in:11
msgid "Whether the screen magnifier is turned on."
msgstr ""
#: data/org.mate.applications-at.gschema.xml.in:15
msgid "Screen reader"
msgstr ""
#: data/org.mate.applications-at.gschema.xml.in:16
msgid "Whether the screen reader is turned on."
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:22
msgid "DPI"
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:23
msgid ""
"The resolution used for converting font sizes to pixel sizes, in dots per "
"inch."
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:27
msgid "Antialiasing"
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:28
msgid ""
"The type of antialiasing to use when rendering fonts. Possible values are: "
"\"none\" for no antialiasing, \"grayscale\" for standard grayscale "
"antialiasing, and \"rgba\" for subpixel antialiasing (LCD screens only)."
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:32
msgid "Hinting"
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:33
msgid ""
"The type of hinting to use when rendering fonts. Possible values are: "
"\"none\" for no hinting, \"slight\" for basic, \"medium\" for moderate, and "
"\"full\" for maximum hinting (may cause distortion of letter forms)."
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:37
msgid "RGBA order"
msgstr ""
#: data/org.mate.font-rendering.gschema.xml.in:38
msgid ""
"The order of subpixel elements on an LCD screen; only used when antialiasing "
"is set to \"rgba\". Possible values are: \"rgb\" for red on left (most "
"common), \"bgr\" for blue on left, \"vrgb\" for red on top, \"vbgr\" for red "
"on bottom."
msgstr ""
#: data/org.mate.peripherals-keyboard.gschema.xml.in:25
msgid "possible values are \"on\", \"off\", and \"custom\"."
msgstr ""
#: data/org.mate.peripherals-keyboard.gschema.xml.in:35
msgid "Keyboard Bell Custom Filename"
msgstr ""
#: data/org.mate.peripherals-keyboard.gschema.xml.in:36
msgid "File name of the bell sound to be played."
msgstr ""
#: data/org.mate.peripherals-keyboard.gschema.xml.in:40
msgid "Remember NumLock state"
msgstr ""
#: data/org.mate.peripherals-keyboard.gschema.xml.in:41
msgid ""
"When set to true, MATE will remember the state of the NumLock LED between "
"sessions."
msgstr ""
#: data/org.mate.peripherals-keyboard.gschema.xml.in:45
msgid "NumLock state"
msgstr ""
#: data/org.mate.peripherals-keyboard.gschema.xml.in:46
msgid "The remembered state of the NumLock LED."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:10
msgid "Mouse button orientation"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:11
msgid "Swap left and right mouse buttons for left-handed mice."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:15
#: data/org.mate.peripherals-touchpad.gschema.xml.in:85
msgid "Motion Acceleration"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:16
msgid ""
"Acceleration multiplier for mouse motion. A value of -1 is the system "
"default."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:20
#: data/org.mate.peripherals-touchpad.gschema.xml.in:90
msgid "Motion Threshold"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:21
msgid ""
"Distance in pixels the pointer must move before accelerated mouse motion is "
"activated. A value of -1 is the system default."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:25
#: data/org.mate.peripherals-touchpad.gschema.xml.in:95
msgid "Acceleration profile"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:26
msgid ""
"Acceleration profile used for connected mice. The acceleration profile can "
"be set to either default ('default') which uses the default acceleration "
"profile for each device, flat ('flat'), which accelerates by a device "
"specific constant factor derived from the configured pointer speed, or "
"adaptive ('adaptive') which adapts the acceleration depending on the mouse "
"movement. If a mouse doesn't support the configured profile, 'default' will "
"be used."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:30
msgid "Drag Threshold"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:31
msgid "Distance before a drag is started."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:35
msgid "Double Click Time"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:36
msgid "Length of a double click."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:40
msgid "Middle button emulation"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:41
msgid ""
"Enables middle mouse button emulation through simultaneous left and right "
"button click."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:45
msgid "Locate Pointer"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:46
msgid ""
"Highlights the current location of the pointer when the Control key is "
"pressed and released."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:50
msgid "Cursor theme"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:51
msgid "Cursor theme name."
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:55
msgid "Cursor size"
msgstr ""
#: data/org.mate.peripherals-mouse.gschema.xml.in:56
msgid "Size of the cursor referenced by cursor_theme."
msgstr ""
#: data/org.mate.peripherals-smartcard.gschema.xml.in:6
msgid "Smartcard removal action"
msgstr ""
#: data/org.mate.peripherals-smartcard.gschema.xml.in:7
msgid ""
"Set this to one of \"none\", \"lock_screen\", or \"force_logout\". The "
"action will get performed when the smartcard used for log in is removed."
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:15
msgid "Disable touchpad while typing"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:16
msgid ""
"Set this to TRUE if you have problems with accidentally hitting the touchpad "
"while typing."
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:20
msgid "Enable mouse clicks with touchpad"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:21
msgid ""
"Set this to TRUE to be able to send mouse clicks by tapping on the touchpad."
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:25
msgid "Enable vertical edge scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:26
msgid "Set this to TRUE to allow vertical edge scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:30
msgid "Enable horizontal edge scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:31
msgid "Set this to TRUE to allow horizontal edge scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:35
msgid "Enable vertical two-finger scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:36
msgid "Set this to TRUE to allow vertical two-finger scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:40
msgid "Enable horizontal two-finger scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:41
msgid "Set this to TRUE to allow horizontal two-finger scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:45
msgid "Natural scrolling"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:46
msgid "Set this to true to enable natural (reverse) scrolling for touchpads"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:50
msgid "Enable touchpad"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:51
msgid "Set this to TRUE to enable all touchpads."
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:55
msgid "Enabled two-finger button-click emulation"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:56
#: data/org.mate.peripherals-touchpad.gschema.xml.in:61
msgid "0 thru 3, 0 is inactive, 1-3 is button to emulate"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:60
msgid "Enable three-finger button-click emulation"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:65
msgid "One finger tap button"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:66
msgid ""
"Select the button mapping for one-finger tap. Supported values are: 1: left "
"mouse button 2: middle mouse button 3: right mouse button"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:70
msgid "Two finger tap button"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:71
msgid ""
"Select the button mapping for two-finger tap. Supported values are: 1: left "
"mouse button 2: middle mouse button 3: right mouse button"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:75
msgid "Three finger tap button"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:76
msgid ""
"Select the button mapping for three-finger tap. Supported values are: 1: "
"left mouse button 2: middle mouse button 3: right mouse button"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:80
msgid "Touchpad button orientation"
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:81
msgid ""
"Swap left and right buttons for left-handed touchpads with 'left', 'right' "
"for right-handed, 'mouse' to follow the mouse setting."
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:86
msgid ""
"Acceleration multiplier for touchpad motion. A value of -1 is the system "
"default."
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:91
msgid ""
"Distance in pixels the pointer must move before accelerated touchpad motion "
"is activated. A value of -1 is the system default."
msgstr ""
#: data/org.mate.peripherals-touchpad.gschema.xml.in:96
msgid ""
"Acceleration profile used for touchpad. The acceleration profile can be set "
"to either default ('default') which uses the default acceleration profile "
"for each device, flat ('flat'), which accelerates by a device specific "
"constant factor derived from the configured pointer speed, or adaptive "
"('adaptive') which adapts the acceleration depending on the touchpad "
"movement. If a touchpad doesn't support the configured profile, 'default' "
"will be used."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in:5
#: data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in:5
msgid "Activation of this plugin"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in:6
#: data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in:6
msgid "Whether this plugin would be activated by mate-settings-daemon or not"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:15
#: data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in:10
#: data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in:10
msgid "Priority to use for this plugin"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:16
#: data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in:11
#: data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in:11
msgid "Priority to use for this plugin in mate-settings-daemon startup queue"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:15
msgid "Free percentage notify threshold"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:16
msgid ""
"Percentage free space threshold for initial warning of low disk space. If "
"the percentage free space drops below this, a warning will be shown."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:20
msgid "Subsequent free percentage notify threshold"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:21
msgid ""
"Specify the percentage that the free disk space should reduce by before "
"issuing a subsequent warning."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:25
msgid "Free space no notify threshold"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:26
msgid ""
"Specify an amount in GB. If the amount of free space is more than this, no "
"warning will be shown."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:30
msgid "Minimum notify period for repeated warnings"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:31
msgid ""
"Specify a time in minutes. Subsequent warnings for a volume will not appear "
"more often than this period."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:35
msgid "Mount paths to ignore"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in:36
msgid "Specify a list of mount paths to ignore when they run low on space."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:10
msgid "Show OSD notification"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:11
msgid "Whether an OSD notification is shown to notify about changes"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:20
msgid "Volume step"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:21
msgid "Volume step as percentage of volume."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:25
msgid "Toggle touchpad"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:26
msgid "Binding to enable or disable the touchpad."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:30
msgid "Volume mute"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:31
msgid "Binding to mute the system volume."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:35
msgid "Volume down"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:36
msgid "Binding to lower the system volume."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:40
msgid "Volume up"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:41
msgid "Binding to raise the system volume."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:45
msgid "Mute the audio quietly"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:46
msgid "Binding to mute the system volume quietly."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:50
msgid "Turn the volume down quietly"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:51
msgid "Binding to lower the system volume quietly."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:55
msgid "Turn the volume up quietly"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:56
msgid "Binding to raise the system volume quietly."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:60
msgid "Microphone mute/unmute"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:61
msgid "Binding to mute/unmute the microphone."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:65
msgid "Shut down"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:66
msgid "Binding to shut down."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:70
msgid "Log out"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:71
msgid "Binding to log out."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:75
msgid "Eject"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:76
msgid "Binding to eject an optical disc."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:80
msgid "Home folder"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:81
msgid "Binding to open the Home folder."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:85
msgid "Search"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:86
msgid "Binding to launch the search tool."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:90
msgid "Launch email client"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:91
msgid "Binding to launch the email client."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:95
msgid "Launch settings"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:96
msgid "Binding to launch MATE settings."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:100
msgid "Lock screen"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:101
msgid "Binding to lock the screen."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:105
msgid "Launch help browser"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:106
msgid "Binding to launch the help browser."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:110
msgid "Launch calculator"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:111
msgid "Binding to launch the calculator."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:115
msgid "Launch instant messenger"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:116
msgid "Binding to launch the instant messenger."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:120
msgid "Launch web browser"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:121
msgid "Binding to launch the web browser."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:125
msgid "Launch media player"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:126
msgid "Binding to launch the media player."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:130
msgid "Play (or play/pause)"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:131
msgid "Binding to start playback (or toggle play/pause)."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:135
msgid "Pause playback"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:136
msgid "Binding to pause playback."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:140
msgid "Stop playback"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:141
msgid "Binding to stop playback."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:145
msgid "Previous track"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:146
msgid "Binding to skip to previous track."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:150
msgid "Next track"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:151
msgid "Binding to skip to next track."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:156
msgid "Binding to show the screen magnifier"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:161
msgid "Binding to start the screen reader"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in:166
msgid "Binding to show the on-screen keyboard"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:15
msgid "Show Displays in Notification Area"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:16
msgid ""
"Whether a notification icon with display-related things should be shown in "
"the panel."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:20
msgid "Do not touch monitor configuration"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:21
msgid ""
"Usually, mate-settings-daemon configures internal and external monitors "
"according to the turn_on_external_monitors_at_startup and "
"turn_on_laptop_monitor_at_startup settings and determines an appropriate "
"cloning/side-by-side mode. Setting this key to True disables this, and the "
"monitor settings are not touched at all (unless there is an explicit user "
"configuration)."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:25
msgid "Turn on external monitor after system boot"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:26
msgid ""
"Turn on external monitor after system boot if user plugs in external monitor "
"on system boot."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:30
msgid "Turn on laptop monitor after system boot"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:31
msgid ""
"Turn on laptop monitor after system boot if user plugs in external monitor "
"on system boot."
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:35
msgid "File for default configuration for RandR"
msgstr ""
#: data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in:36
msgid ""
"The XRandR plugin will look for a default configuration in the file "
"specified by this key. This is similar to the ~/.config/monitors.xml that "
"normally gets stored in users' home directories. If a user does not have "
"such a file, or has one that does not match the user's setup of monitors, "
"then the file specified by this key will be used instead."
msgstr ""
#: data/mate-settings-daemon.desktop.in.in:4
msgid "MATE Settings Daemon"
msgstr ""
#: mate-settings-daemon/main.c:66
msgid "Enable debugging code"
msgstr ""
#: mate-settings-daemon/main.c:67
msgid "Replace the current daemon"
msgstr ""
#: mate-settings-daemon/main.c:68
msgid "Don't become a daemon"
msgstr ""
#: mate-settings-daemon/main.c:69
msgid "Exit after a time (for debugging)"
msgstr ""
#: plugins/a11y-keyboard/a11y-keyboard.mate-settings-plugin.desktop.in:5
msgid "Accessibility Keyboard"
msgstr ""
#: plugins/a11y-keyboard/a11y-keyboard.mate-settings-plugin.desktop.in:6
msgid "Accessibility keyboard plugin"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:460
#, c-format
msgid "There was an error displaying help: %s"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:588
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:651
msgid "Do you want to activate Slow Keys?"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:589
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:652
msgid "Do you want to deactivate Slow Keys?"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:590
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:653
msgid ""
"You just held down the Shift key for 8 seconds. This is the shortcut for "
"the Slow Keys feature, which affects the way your keyboard works."
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:613
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:749
msgid "Don't activate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:613
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:749
msgid "Don't deactivate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:619
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:755
msgid "Activate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:619
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:755
msgid "Deactivate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:674
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:813
msgid "Do_n't activate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:674
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:813
msgid "Do_n't deactivate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:677
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:816
msgid "_Activate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:677
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:816
msgid "_Deactivate"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:681
msgid "Slow Keys Alert"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:721
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:787
msgid "Do you want to activate Sticky Keys?"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:722
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:788
msgid "Do you want to deactivate Sticky Keys?"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:724
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:790
msgid ""
"You just pressed the Shift key 5 times in a row. This is the shortcut for "
"the Sticky Keys feature, which affects the way your keyboard works."
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:726
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:792
msgid ""
"You just pressed two keys at once, or pressed the Shift key 5 times in a "
"row. This turns off the Sticky Keys feature, which affects the way your "
"keyboard works."
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:820
msgid "Sticky Keys Alert"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.c:829
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:14
msgid "Universal Access Preferences"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:86
msgid "Use on-screen _keyboard"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:102
msgid "Use screen _reader"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:118
msgid "Use screen _magnifier"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:134
msgid "Enhance _contrast in colors"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:150
msgid "Make _text larger and easier to read"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:166
msgid "_Press keyboard shortcuts one key at a time (Sticky Keys)"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:182
msgid "_Ignore duplicate keypresses (Bounce Keys)"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:198
msgid "Press and _hold keys to accept them (Slow Keys)"
msgstr ""
#: plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui:214
msgid "_Beep when pressing a key while CapsLock is active"
msgstr ""
#: plugins/a11y-settings/a11y-settings.mate-settings-plugin.desktop.in:5
msgid "Accessibility settings"
msgstr ""
#: plugins/a11y-settings/a11y-settings.mate-settings-plugin.desktop.in:6
msgid "Accessibility settings plugin"
msgstr ""
#: plugins/background/background.mate-settings-plugin.desktop.in:5
msgid "Background"
msgstr ""
#: plugins/background/background.mate-settings-plugin.desktop.in:6
msgid "Background plugin"
msgstr ""
#: plugins/clipboard/clipboard.mate-settings-plugin.desktop.in:5
msgid "Clipboard"
msgstr ""
#: plugins/clipboard/clipboard.mate-settings-plugin.desktop.in:6
msgid "Clipboard plugin"
msgstr ""