-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
mate-power-manager.pot
1931 lines (1519 loc) · 42.2 KB
/
mate-power-manager.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-power-manager package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mate-power-manager 1.26.0\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/mate-power-manager/"
"pulls\n"
"POT-Creation-Date: 2022-10-29 15:32+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"
#: applets/brightness/brightness-applet.c:108
msgid "Power Manager Brightness Applet"
msgstr ""
#: applets/brightness/brightness-applet.c:109
msgid "Adjusts laptop panel brightness."
msgstr ""
#: applets/brightness/brightness-applet.c:370
#: applets/inhibit/inhibit-applet.c:223
msgid "Cannot connect to mate-power-manager"
msgstr ""
#: applets/brightness/brightness-applet.c:372
msgid "Cannot get laptop panel brightness"
msgstr ""
#: applets/brightness/brightness-applet.c:374
#, c-format
msgid "LCD brightness : %d%%"
msgstr ""
#: applets/brightness/brightness-applet.c:817
#: applets/inhibit/inhibit-applet.c:285
msgid ""
"Power Manager is free software; you can redistribute it and/or modify it "
"under the terms of the GNU General Public License as published by the Free "
"Software Foundation; either version 2 of the License, or (at your option) "
"any later version."
msgstr ""
#: applets/brightness/brightness-applet.c:822
#: applets/inhibit/inhibit-applet.c:290
msgid ""
"Power Manager is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
"more details."
msgstr ""
#: applets/brightness/brightness-applet.c:827
#: applets/inhibit/inhibit-applet.c:295
msgid ""
"You should have received a copy of the GNU General Public License along with "
"this program; if not, write to the Free Software Foundation, Inc., 51 "
"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
msgstr ""
#: applets/brightness/brightness-applet.c:840
msgid "About Power Manager Brightness Applet"
msgstr ""
#: applets/brightness/brightness-applet.c:842
msgid ""
"Copyright © 2006 Benjamin Canou\n"
"Copyright © 2011-2021 MATE developers"
msgstr ""
#: applets/brightness/brightness-applet.c:849
#: applets/inhibit/inhibit-applet.c:317 src/gpm-tray-icon.c:212
msgid "translator-credits"
msgstr ""
#: applets/brightness/brightness-applet.c:1080
#: applets/inhibit/inhibit-applet.c:500
msgid "_About"
msgstr ""
#: applets/brightness/brightness-applet.c:1083
#: applets/inhibit/inhibit-applet.c:503 data/gpm-prefs.ui:41
msgid "_Help"
msgstr ""
#: applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.desktop.in.in:5
msgid "Brightness Applet Factory"
msgstr ""
#: applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.desktop.in.in:9
msgid "Brightness Applet"
msgstr ""
#: applets/inhibit/inhibit-applet.c:87
msgid "Power Manager Inhibit Applet"
msgstr ""
#: applets/inhibit/inhibit-applet.c:88
msgid "Allows user to inhibit automatic power saving."
msgstr ""
#: applets/inhibit/inhibit-applet.c:226
msgid "Automatic sleep inhibited"
msgstr ""
#: applets/inhibit/inhibit-applet.c:228
msgid "Automatic sleep enabled"
msgstr ""
#: applets/inhibit/inhibit-applet.c:256
msgid "Manual inhibit"
msgstr ""
#: applets/inhibit/inhibit-applet.c:308
msgid "About Power Manager Inhibit Applet"
msgstr ""
#: applets/inhibit/inhibit-applet.c:310
msgid ""
"Copyright © 2006-2007 Richard Hughes\n"
"Copyright © 2011-2021 MATE developers"
msgstr ""
#: applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.desktop.in.in:5
msgid "Inhibit Applet Factory"
msgstr ""
#: applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.desktop.in.in:9
msgid "Inhibit Applet"
msgstr ""
#: data/mate-power-manager.desktop.in.in:3 src/gpm-tray-icon.c:203
msgid "Power Manager"
msgstr ""
#: data/mate-power-manager.desktop.in.in:4 src/gpm-tray-icon.c:205
msgid "Power management daemon"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:26
#: data/org.mate.power-manager.gschema.xml.in:41
msgid "Whether to hibernate, suspend or do nothing when inactive"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:27
#: data/org.mate.power-manager.gschema.xml.in:42
msgid ""
"The type of sleeping that should be performed when the computer is inactive."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:31
msgid "Battery critical low action"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:32
msgid "The action to take when the battery is critically low."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:36
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:37
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:46
msgid "UPS critical low action"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:47
msgid "The action to take when the UPS is critically low."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:51
msgid "UPS low power action"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:52
msgid "The action to take when the UPS is low."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:56
msgid "Allow backlight brightness adjustment"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:57
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:61
msgid "Reduce the backlight brightness when on battery power"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:62
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:66
msgid "Reduce the keyboard backlight when on battery power"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:67
msgid ""
"If the keyboard backlight brightness should be reduced when the computer is "
"on battery power"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:71
msgid "Keyboard backlight brightness when on AC power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:72
msgid ""
"Percent brightness to set keyboard backlight at when on AC power. Legal "
"values are between 0 and 100."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:76
msgid "Percent to reduce keyboard backlight by when on battery power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:77
msgid ""
"The percentage to reduce the keyboard backlight by when on battery power. "
"For example, if set to '60', the backlight will be cut by 40% on battery "
"power. Legal values are between 0 and 100."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:81
msgid "Percent to reduce keyboard backlight by when idle."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:82
msgid ""
"The percentage to reduce the keyboard backlight by when idle. For example, "
"if set to '60', the backlight will be cut by 40% when idle. Legal values are "
"between 0 and 100."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:86
msgid "The brightness of the screen when idle"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:87
msgid ""
"This is the laptop panel screen brightness used when the session is idle. "
"Only valid when use-time-for-policy is true."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:91
msgid "Dim the screen after a period of inactivity when on battery power"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:92
msgid ""
"If the screen should be dimmed to save power when the computer is idle when "
"on battery power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:96
msgid "The default amount of time to dim the screen after idle"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:97
msgid "The default amount of time to dim the screen after idle."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:101
msgid "LCD dimming amount when on battery"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:102
msgid ""
"The amount to dim the brightness of the display when on battery power. "
"Possible values are between 0 and 100."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:106
msgid "Dim the screen after a period of inactivity when on AC power"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:107
msgid ""
"If the screen should be dimmed to save power when the computer is idle when "
"on AC power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:111
msgid "Method used to blank screen on AC"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:112
msgid "The DPMS method used to blank the screen when on AC power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:116
msgid "Method used to blank screen on battery"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:117
msgid "The DPMS method used to blank the screen when on battery power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:121
msgid "LCD brightness when on AC"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:122
msgid ""
"The brightness of the display when on AC power. Possible values are between "
"0.0 and 100.0."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:126
msgid "Suspend button action"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:127
msgid "The action to take when the system suspend button is pressed."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:131
msgid "Hibernate button action"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:132
msgid "The action to take when the system hibernate button is pressed."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:136
msgid "Power button action"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:137
msgid "The action to take when the system power button is pressed."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:141
msgid "Laptop lid close action on battery"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:142
msgid ""
"The action to take when the laptop lid is closed and the laptop is on "
"battery power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:146
msgid "Laptop lid close action when on AC"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:147
msgid ""
"The action to take when the laptop lid is closed and the laptop is on AC "
"power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:151
msgid "Whether to use time-based notifications"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:152
msgid ""
"If time based notifications should be used. If set to false, then the "
"percentage change is used instead, which may fix a broken ACPI BIOS."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:156
msgid "Check CPU load before sleeping"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:157
msgid "If the CPU load should be checked before doing the idle action."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:161
msgid "Whether NetworkManager should be connected and disconnected on sleep."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:162
msgid ""
"Whether NetworkManager should disconnect before suspending or hibernating "
"and connect on resume."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:166
msgid "Use mate-screensaver lock setting"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:167
msgid ""
"Whether to use the screen lock setting of mate-screensaver to decide if the "
"screen is locked after a hibernate, suspend or blank screen."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:171
msgid "Lock screen when blanked"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:172
msgid ""
"Whether the screen is locked when the screen is turned off. Only used if "
"lock-use-screensaver is false."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:176
msgid "Lock screen on suspend"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:177
msgid ""
"Whether the screen is locked when the computer wakes up from a suspend. Only "
"used if lock-use-screensaver is false."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:181
msgid "Lock screen on hibernate"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:182
msgid ""
"Whether the screen is locked when the computer wakes up from a hibernate. "
"Only used if lock-use-screensaver is false."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:186
#: data/org.mate.power-manager.gschema.xml.in:191
msgid "Lock GNOME keyring on sleep"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:187
msgid ""
"Whether the GNOME keyring is locked before the computer enters suspend. This "
"means the keyring will have to be unlocked on resume."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:192
msgid ""
"Whether the GNOME keyring is locked before the computer enters hibernate. "
"This means the keyring will have to be unlocked on resume."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:196
msgid "If we should show the low capacity warning for a broken battery"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:197
msgid "If we should show the low capacity warning for a broken battery."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:201
msgid "Notify when AC adapter is disconnected"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:202
msgid "If the user should be notified when the AC adapter is disconnected."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:206
msgid "Notify when fully charged"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:207
msgid ""
"If a notification message should be displayed when the battery is fully "
"charged."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:211
msgid "Notify on a sleep failure"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:212
msgid ""
"If a notification message should be displayed after suspend or hibernate "
"failed."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:216
msgid "The URI to show to the user on sleep failure"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:217
msgid ""
"When sleep fails we can show the user a button to help fix the situation. "
"Leave this blank if the button should not be shown."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:221
msgid "Notify on a low power"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:222
#: data/org.mate.power-manager.gschema.xml.in:227
msgid ""
"If a notification message should be displayed when the battery is getting "
"low."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:226
msgid "Notify on low capacity of mouse battery"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:231
msgid "Whether we should show the history data points"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:232
msgid ""
"Whether we should show the history data points in the statistics window."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:236
msgid "Whether we should smooth the history data"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:237
msgid "Whether we should smooth the history data in the graph."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:241
msgid "The default graph type to show for history"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:242
msgid "The default graph type to show in the history window."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:246
msgid "The maximum time displayed for history"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:247
msgid ""
"The maximum duration of time displayed on the x-axis of the history graph."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:251
msgid "Whether we should show the stats data points"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:252
msgid "Whether we should show the stats data points in the statistics window."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:256
msgid "Whether we should smooth the stats data"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:257
msgid "Whether we should smooth the stats data in the graph."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:261
msgid "The default graph type to show for stats"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:262
msgid "The default graph type to show in the stats window."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:266
msgid "The index of the page number to show by default"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:267
msgid ""
"The index of the page number to show by default which is used to return "
"focus to the correct page."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:271
msgid "The ID of the last device selected"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:272
msgid ""
"The identifier of the last device which is used to return focus to the "
"correct device."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:276
msgid "Percentage considered low"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:277
msgid ""
"The percentage of the battery when it is considered low. Only valid when use-"
"time-for-policy is false."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:281
msgid "Percentage considered critical"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:282
msgid ""
"The percentage of the battery when it is considered critical. Only valid "
"when use-time-for-policy is false."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:286
msgid "Percentage action is taken"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:287
msgid ""
"The percentage of the battery when the critical action is performed. Only "
"valid when use-time-for-policy is false."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:291
msgid "The time remaining when low"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:292
msgid ""
"The time remaining in seconds of the battery when it is considered low. Only "
"valid when use-time-for-policy is true."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:296
msgid "The time remaining when critical"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:297
msgid ""
"The time remaining in seconds of the battery when it is considered critical. "
"Only valid when use-time-for-policy is true."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:301
msgid "The time remaining when action is taken"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:302
msgid ""
"The time remaining in seconds of the battery when critical action is taken. "
"Only valid when use-time-for-policy is true."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:306
msgid "Sleep timeout computer when on battery"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:307
msgid ""
"The amount of time in seconds the computer on battery power needs to be "
"inactive before it goes to sleep."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:311
msgid "Sleep timeout computer when on AC"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:312
msgid ""
"The amount of time in seconds the computer on AC power needs to be inactive "
"before it goes to sleep."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:316
msgid "Sleep timeout computer when on UPS"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:317
msgid ""
"The amount of time in seconds the computer on UPS power needs to be inactive "
"before it goes to sleep."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:321
msgid "Sleep timeout display when on AC"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:322
msgid ""
"The amount of time in seconds before the display goes to sleep when the "
"computer is on AC power."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:326
msgid "Sleep timeout display when on battery"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:327
msgid ""
"The amount of time in seconds the computer on battery power needs to be "
"inactive before the display goes to sleep."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:331
msgid "Sleep timeout display when on UPS"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:332
msgid ""
"The amount of time in seconds the computer on UPS power needs to be inactive "
"before the display goes to sleep."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:336
msgid "If sounds should be used"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:337
msgid ""
"If sounds should be used when the power is critically low, or inhibit "
"requests have stopped the policy action."
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:341
msgid "If preferences and statistics items should be shown in the context menu"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:345
msgid "When to show the notification icon"
msgstr ""
#: data/org.mate.power-manager.gschema.xml.in:346
msgid "Display options for the notification icon."
msgstr ""
#: data/mate-power-preferences.desktop.in.in:3
msgid "Power Management"
msgstr ""
#: data/mate-power-preferences.desktop.in.in:4
msgid "Configure power management"
msgstr ""
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: data/mate-power-preferences.desktop.in.in:13
msgid "MATE;power;management;preferences;settings;"
msgstr ""
#: data/mate-power-statistics.desktop.in.in:3 data/gpm-statistics.ui:8
#: src/gpm-statistics.c:787 src/gpm-statistics.c:1259
msgid "Power Statistics"
msgstr ""
#: data/mate-power-statistics.desktop.in.in:4
msgid "Observe power management"
msgstr ""
#: data/gpm-statistics.ui:119
msgid "Details"
msgstr ""
#: data/gpm-statistics.ui:145 data/gpm-statistics.ui:347
msgid "Graph type:"
msgstr ""
#: data/gpm-statistics.ui:180
msgid "Data length:"
msgstr ""
#: data/gpm-statistics.ui:239 data/gpm-statistics.ui:399
msgid "There is no data to display."
msgstr ""
#: data/gpm-statistics.ui:281 data/gpm-statistics.ui:442
msgid "Use smoothed line"
msgstr ""
#: data/gpm-statistics.ui:296 data/gpm-statistics.ui:457
msgid "Show data points"
msgstr ""
#: data/gpm-statistics.ui:325
msgid "History"
msgstr ""
#: data/gpm-statistics.ui:486
msgid "Statistics"
msgstr ""
#: data/gpm-prefs.ui:23
msgid "Power Management Preferences"
msgstr ""
#: data/gpm-prefs.ui:58
msgid "Make Default"
msgstr ""
#: data/gpm-prefs.ui:71
msgid "_Close"
msgstr ""
#: data/gpm-prefs.ui:138 data/gpm-prefs.ui:406 data/gpm-prefs.ui:746
msgid "Put computer to _sleep when inactive for:"
msgstr ""
#: data/gpm-prefs.ui:176 data/gpm-prefs.ui:444
msgid "When laptop lid is cl_osed:"
msgstr ""
#: data/gpm-prefs.ui:213 data/gpm-prefs.ui:519 data/gpm-prefs.ui:825
#: data/gpm-prefs.ui:1031
msgid "Actions"
msgstr ""
#: data/gpm-prefs.ui:252 data/gpm-prefs.ui:560 data/gpm-prefs.ui:861
msgid "Put _display to sleep when inactive for:"
msgstr ""
#: data/gpm-prefs.ui:289
msgid "Set display _brightness to:"
msgstr ""
#: data/gpm-prefs.ui:322 data/gpm-prefs.ui:607
msgid "Di_m display when idle"
msgstr ""
#: data/gpm-prefs.ui:344 data/gpm-prefs.ui:629 data/gpm-prefs.ui:890
msgid "Display"
msgstr ""
#: data/gpm-prefs.ui:363
msgid "On AC Power"
msgstr ""
#: data/gpm-prefs.ui:482
msgid "When battery po_wer is critically low:"
msgstr ""
#: data/gpm-prefs.ui:591
msgid "_Reduce backlight brightness"
msgstr ""
#: data/gpm-prefs.ui:663
msgid "_Reduce keyboard backlight"
msgstr ""
#: data/gpm-prefs.ui:685 src/gpm-upower.c:510
msgid "Keyboard"
msgid_plural "Keyboards"
msgstr[0] ""
msgstr[1] ""
#: data/gpm-prefs.ui:707
msgid "On Battery Power"
msgstr ""
#: data/gpm-prefs.ui:760
msgid "When UPS power is l_ow:"
msgstr ""
#: data/gpm-prefs.ui:774
msgid "When UPS power is _critically low:"
msgstr ""
#: data/gpm-prefs.ui:912
msgid "On UPS Power"
msgstr ""
#: data/gpm-prefs.ui:956
msgid "When the power _button is pressed:"
msgstr ""
#: data/gpm-prefs.ui:994
msgid "When the _suspend button is pressed:"
msgstr ""
#: data/gpm-prefs.ui:1065
msgid "_Never display an icon"
msgstr ""
#: data/gpm-prefs.ui:1083
msgid "_Only display an icon when battery power is low"
msgstr ""
#: data/gpm-prefs.ui:1101
msgid "Only display an icon when charging or _discharging"
msgstr ""
#: data/gpm-prefs.ui:1119
msgid "Only display an icon when a battery is p_resent"
msgstr ""
#: data/gpm-prefs.ui:1137
msgid "_Always display an icon"
msgstr ""
#: data/gpm-prefs.ui:1161
msgid "Notification Area"
msgstr ""
#: data/gpm-prefs.ui:1183
msgid "General"
msgstr ""
#: src/gpm-backlight-helper.c:167
msgid "Set the current brightness"
msgstr ""
#: src/gpm-backlight-helper.c:170
msgid "Get the current brightness"
msgstr ""
#: src/gpm-backlight-helper.c:173
msgid "Get the number of brightness levels supported"
msgstr ""
#: src/gpm-backlight-helper.c:185
msgid "MATE Power Manager Backlight Helper"
msgstr ""
#: src/gpm-backlight-helper.c:193
msgid "No valid option was specified"
msgstr ""
#: src/gpm-backlight-helper.c:202
msgid "No backlights were found on your system"
msgstr ""
#: src/gpm-backlight-helper.c:213
msgid "Could not get the value of the backlight"
msgstr ""
#: src/gpm-backlight-helper.c:231
msgid "Could not get the maximum value of the backlight"
msgstr ""
#: src/gpm-backlight-helper.c:248
msgid "This program can only be used by the root user"
msgstr ""
#: src/gpm-backlight-helper.c:257
msgid "This program must only be run through pkexec"
msgstr ""
#: src/gpm-backlight-helper.c:268
msgid "Could not set the value of the backlight"
msgstr ""
#: src/gpm-common.c:53
msgid "Unknown time"
msgstr ""
#: src/gpm-common.c:58
#, c-format
msgid "%i minute"
msgid_plural "%i minutes"
msgstr[0] ""
msgstr[1] ""
#: src/gpm-common.c:69
#, c-format
msgid "%i hour"
msgid_plural "%i hours"
msgstr[0] ""
msgstr[1] ""
#: src/gpm-common.c:75
#, c-format
msgid "%i %s %i %s"
msgstr ""
#: src/gpm-common.c:76
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""
#: src/gpm-common.c:77
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""
#. Translators: This is %i days
#: src/gpm-graph-widget.c:433
#, c-format
msgid "%id"
msgstr ""
#. Translators: This is %i days %02i hours
#: src/gpm-graph-widget.c:436
#, c-format
msgid "%id%02ih"
msgstr ""