forked from linuxmint/cinnamon-settings-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cinnamon-settings-daemon.pot
1459 lines (1154 loc) · 33.5 KB
/
cinnamon-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 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: 2021-06-02 15:46+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:377
#, c-format
msgid "There was an error displaying help: %s"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:501
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:563
msgid "Slow Keys Turned On"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:502
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:564
msgid "Slow Keys Turned Off"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:503
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:565
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/csd-a11y-keyboard-manager.c:521
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:656
msgid "Universal Access"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:527
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:662
msgid "Turn Off"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:527
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:662
msgid "Turn On"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:533
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:668
msgid "Leave On"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:533
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:668
msgid "Leave Off"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:586
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:724
msgid "_Turn Off"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:586
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:724
msgid "_Turn On"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:589
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:727
msgid "_Leave On"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:589
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:727
msgid "_Leave Off"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:632
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:698
msgid "Sticky Keys Turned On"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:633
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:699
msgid "Sticky Keys Turned Off"
msgstr ""
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:635
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:701
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/csd-a11y-keyboard-manager.c:637
#: plugins/a11y-keyboard/csd-a11y-keyboard-manager.c:703
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/csd-a11y-preferences-dialog.c:410
msgid "Universal Access Preferences"
msgstr ""
#: plugins/a11y-settings/csd-a11y-settings-manager.c:268
msgid "Screen reader not found."
msgstr ""
#: plugins/a11y-settings/csd-a11y-settings-manager.c:269
msgid "Please install the 'orca' package."
msgstr ""
#: plugins/a11y-settings/csd-a11y-settings-manager.c:276
msgid "Open accessibility settings"
msgstr ""
#: plugins/automount/csd-automount-manager.c:150
#, c-format
msgid "Unable to mount %s"
msgstr ""
#: plugins/automount/csd-automount-manager.c:278
#, c-format
msgid "Unable to open a folder for %s"
msgstr ""
#: plugins/automount/csd-autorun.c:346
msgid "Ask what to do"
msgstr ""
#: plugins/automount/csd-autorun.c:352 plugins/wacom/csd-wacom-osd-window.c:952
#: plugins/wacom/csd-wacom-osd-window.c:972
#: plugins/wacom/csd-wacom-osd-window.c:983
msgid "Do Nothing"
msgstr ""
#: plugins/automount/csd-autorun.c:358
msgid "Open Folder"
msgstr ""
#: plugins/automount/csd-autorun.c:501
#, c-format
msgid "Unable to eject %p"
msgstr ""
#: plugins/automount/csd-autorun.c:503
#, c-format
msgid "Unable to unmount %p"
msgstr ""
#: plugins/automount/csd-autorun.c:710
msgid "You have just inserted an Audio CD."
msgstr ""
#: plugins/automount/csd-autorun.c:712
msgid "You have just inserted an Audio DVD."
msgstr ""
#: plugins/automount/csd-autorun.c:714
msgid "You have just inserted a Video DVD."
msgstr ""
#: plugins/automount/csd-autorun.c:716
msgid "You have just inserted a Video CD."
msgstr ""
#: plugins/automount/csd-autorun.c:718
msgid "You have just inserted a Super Video CD."
msgstr ""
#: plugins/automount/csd-autorun.c:720
msgid "You have just inserted a blank CD."
msgstr ""
#: plugins/automount/csd-autorun.c:722
msgid "You have just inserted a blank DVD."
msgstr ""
#: plugins/automount/csd-autorun.c:724
msgid "You have just inserted a blank Blu-Ray disc."
msgstr ""
#: plugins/automount/csd-autorun.c:726
msgid "You have just inserted a blank HD DVD."
msgstr ""
#: plugins/automount/csd-autorun.c:728
msgid "You have just inserted a Photo CD."
msgstr ""
#: plugins/automount/csd-autorun.c:730
msgid "You have just inserted a Picture CD."
msgstr ""
#: plugins/automount/csd-autorun.c:732
msgid "You have just inserted a medium with digital photos."
msgstr ""
#: plugins/automount/csd-autorun.c:734
msgid "You have just inserted a digital audio player."
msgstr ""
#: plugins/automount/csd-autorun.c:736
msgid ""
"You have just inserted a medium with software intended to be automatically "
"started."
msgstr ""
#: plugins/automount/csd-autorun.c:739
msgid "You have just inserted a medium."
msgstr ""
#: plugins/automount/csd-autorun.c:741
msgid "Choose what application to launch."
msgstr ""
#: plugins/automount/csd-autorun.c:751
#, c-format
msgid ""
"Select how to open \"%s\" and whether to perform this action in the future "
"for other media of type \"%s\"."
msgstr ""
#: plugins/automount/csd-autorun.c:779
msgid "_Always perform this action"
msgstr ""
#: plugins/automount/csd-autorun.c:788
msgid "_Cancel"
msgstr ""
#: plugins/automount/csd-autorun.c:789
msgid "_Ok"
msgstr ""
#: plugins/automount/csd-autorun.c:794
msgid "_Eject"
msgstr ""
#: plugins/automount/csd-autorun.c:797
msgid "_Unmount"
msgstr ""
#: plugins/color/csd-color-manager.c:1837
msgid "Color"
msgstr ""
#: plugins/color/csd-color-manager.c:1842
msgid "Recalibrate now"
msgstr ""
#: plugins/color/csd-color-manager.c:1885
msgid "Recalibration required"
msgstr ""
#: plugins/color/csd-color-manager.c:1897
#, c-format
msgid "The display '%s' should be recalibrated soon."
msgstr ""
#: plugins/color/csd-color-manager.c:1906
#, c-format
msgid "The printer '%s' should be recalibrated soon."
msgstr ""
#: plugins/color/csd-color-manager.c:2230
#: plugins/color/csd-color-manager.c:2246
msgid "Cinnamon Settings Daemon Color Plugin"
msgstr ""
#: plugins/color/csd-color-manager.c:2232
msgid "Color calibration device added"
msgstr ""
#: plugins/color/csd-color-manager.c:2248
msgid "Color calibration device removed"
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:334
#, c-format
msgid "Low Disk Space on \"%s\""
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:336
#, c-format
msgid ""
"The volume \"%s\" has only %s disk space remaining. You may free up some "
"space by emptying the trash."
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:340
#: plugins/housekeeping/csd-ldsm-dialog.c:78
#, c-format
msgid "The volume \"%s\" has only %s disk space remaining."
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:345
#: plugins/housekeeping/csd-ldsm-dialog.c:202
msgid "Low Disk Space"
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:347
#, c-format
msgid ""
"This computer has only %s disk space remaining. You may free up some space "
"by emptying the trash."
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:350
#: plugins/housekeeping/csd-ldsm-dialog.c:81
#, c-format
msgid "This computer has only %s disk space remaining."
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:365
msgid "Disk space"
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:372
msgid "Examine"
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:380
#: plugins/housekeeping/csd-ldsm-dialog.c:434
msgid "Empty Trash"
msgstr ""
#: plugins/housekeeping/csd-disk-space.c:387
#: plugins/housekeeping/csd-ldsm-dialog.c:449
msgid "Ignore"
msgstr ""
#: plugins/housekeeping/csd-ldsm-dialog.c:63
msgid "Don't show any warnings again for this file system"
msgstr ""
#: plugins/housekeeping/csd-ldsm-dialog.c:65
msgid "Don't show any warnings again"
msgstr ""
#: plugins/housekeeping/csd-ldsm-dialog.c:97
msgid ""
"You can free up disk space by emptying the Trash, removing unused programs "
"or files, or moving files to another disk or partition."
msgstr ""
#: plugins/housekeeping/csd-ldsm-dialog.c:100
msgid ""
"You can free up disk space by removing unused programs or files, or by "
"moving files to another disk or partition."
msgstr ""
#: plugins/housekeeping/csd-ldsm-dialog.c:105
msgid ""
"You can free up disk space by emptying the Trash, removing unused programs "
"or files, or moving files to an external disk."
msgstr ""
#: plugins/housekeeping/csd-ldsm-dialog.c:108
msgid ""
"You can free up disk space by removing unused programs or files, or by "
"moving files to an external disk."
msgstr ""
#: plugins/housekeeping/csd-ldsm-dialog.c:442
msgid "Examine..."
msgstr ""
#: plugins/keyboard/csd-keyboard-xkb.c:87
#, c-format
msgid ""
"Error activating XKB configuration.\n"
"There can be various reasons for that.\n"
"\n"
"If you report this situation as a bug, include the results of\n"
" <b>%s</b>\n"
" <b>%s</b>\n"
" <b>%s</b>\n"
" <b>%s</b>"
msgstr ""
#: plugins/keyboard/csd-keyboard-xkb.c:256
msgid "_Layouts"
msgstr ""
#: plugins/keyboard/csd-keyboard-xkb.c:262
msgid "Show _Keyboard Layout..."
msgstr ""
#: plugins/keyboard/csd-keyboard-xkb.c:269
msgid "Region and Language Settings"
msgstr ""
#: plugins/power/csd-power-manager.c:1085
msgid "UPS Discharging"
msgstr ""
#: plugins/power/csd-power-manager.c:1090
#, c-format
msgid "%s of UPS backup power remaining"
msgstr ""
#: plugins/power/csd-power-manager.c:1111
#: plugins/power/csd-power-manager.c:1331
#: plugins/power/csd-power-manager.c:1509
#: plugins/power/csd-power-manager.c:1658
msgid "Power"
msgstr ""
#: plugins/power/csd-power-manager.c:1243
msgid "Battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1246
msgid "Laptop battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1253
#, c-format
msgid "Approximately %s remaining (%.0f%%)"
msgstr ""
#: plugins/power/csd-power-manager.c:1258
msgid "UPS low"
msgstr ""
#: plugins/power/csd-power-manager.c:1264
#, c-format
msgid "Approximately %s of remaining UPS backup power (%.0f%%)"
msgstr ""
#: plugins/power/csd-power-manager.c:1269
#: plugins/power/csd-power-manager.c:1434
msgid "Mouse battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1272
msgid "Wireless mouse is low in power"
msgstr ""
#: plugins/power/csd-power-manager.c:1276
#: plugins/power/csd-power-manager.c:1441
msgid "Keyboard battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1279
msgid "Wireless keyboard is low in power"
msgstr ""
#: plugins/power/csd-power-manager.c:1283
#: plugins/power/csd-power-manager.c:1449
msgid "PDA battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1286
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr ""
#: plugins/power/csd-power-manager.c:1290
#: plugins/power/csd-power-manager.c:1459
#: plugins/power/csd-power-manager.c:1469
msgid "Cell phone battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1293
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr ""
#: plugins/power/csd-power-manager.c:1297
msgid "Media player battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1300
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr ""
#: plugins/power/csd-power-manager.c:1304
#: plugins/power/csd-power-manager.c:1478
msgid "Tablet battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1307
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr ""
#: plugins/power/csd-power-manager.c:1311
#: plugins/power/csd-power-manager.c:1487
msgid "Attached computer battery low"
msgstr ""
#: plugins/power/csd-power-manager.c:1314
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr ""
#: plugins/power/csd-power-manager.c:1348
msgid "Battery is low"
msgstr ""
#: plugins/power/csd-power-manager.c:1390
msgid "Battery critically low"
msgstr ""
#: plugins/power/csd-power-manager.c:1393
#: plugins/power/csd-power-manager.c:1574
msgid "Laptop battery critically low"
msgstr ""
#: plugins/power/csd-power-manager.c:1402
msgid "Plug in your AC adapter to avoid losing data."
msgstr ""
#: plugins/power/csd-power-manager.c:1406
msgid "Computer will suspend very soon unless it is plugged in."
msgstr ""
#: plugins/power/csd-power-manager.c:1410
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr ""
#: plugins/power/csd-power-manager.c:1414
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr ""
#: plugins/power/csd-power-manager.c:1422
#: plugins/power/csd-power-manager.c:1610
msgid "UPS critically low"
msgstr ""
#: plugins/power/csd-power-manager.c:1428
#, c-format
msgid ""
"Approximately %s of remaining UPS power (%.0f%%). Restore AC power to your "
"computer to avoid losing data."
msgstr ""
#: plugins/power/csd-power-manager.c:1437
msgid ""
"Wireless mouse is very low in power. This device will soon stop functioning "
"if not charged."
msgstr ""
#: plugins/power/csd-power-manager.c:1444
msgid ""
"Wireless keyboard is very low in power. This device will soon stop "
"functioning if not charged."
msgstr ""
#: plugins/power/csd-power-manager.c:1452
#, c-format
msgid ""
"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
"not charged."
msgstr ""
#: plugins/power/csd-power-manager.c:1462
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
msgstr ""
#: plugins/power/csd-power-manager.c:1472
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
msgstr ""
#: plugins/power/csd-power-manager.c:1481
#, c-format
msgid ""
"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
"if not charged."
msgstr ""
#: plugins/power/csd-power-manager.c:1490
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
msgstr ""
#: plugins/power/csd-power-manager.c:1527
#: plugins/power/csd-power-manager.c:1537
#: plugins/power/csd-power-manager.c:1673
msgid "Battery is critically low"
msgstr ""
#: plugins/power/csd-power-manager.c:1582
msgid ""
"The battery is below the critical level and this computer will <b>power-off</"
"b> when the battery becomes completely empty."
msgstr ""
#: plugins/power/csd-power-manager.c:1588
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.\n"
"<b>NOTE:</b> A small amount of power is required to keep your computer in a "
"suspended state."
msgstr ""
#: plugins/power/csd-power-manager.c:1595
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr ""
#: plugins/power/csd-power-manager.c:1600
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr ""
#: plugins/power/csd-power-manager.c:1618
msgid ""
"UPS is below the critical level and this computer will <b>power-off</b> when "
"the UPS becomes completely empty."
msgstr ""
#: plugins/power/csd-power-manager.c:1624
msgid ""
"UPS is below the critical level and this computer is about to hibernate."
msgstr ""
#: plugins/power/csd-power-manager.c:1629
msgid "UPS is below the critical level and this computer is about to shutdown."
msgstr ""
#: plugins/power/csd-power-manager.c:2218
msgid "Lid has been opened"
msgstr ""
#: plugins/power/csd-power-manager.c:2363
msgid "Lid has been closed"
msgstr ""
#: plugins/power/csd-power-manager.c:4284
msgid "Power Manager"
msgstr ""
#: plugins/power/gpm-common.c:47
msgid "Unknown time"
msgstr ""
#: plugins/power/gpm-common.c:52
#, c-format
msgid "%i minute"
msgid_plural "%i minutes"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:62
#, c-format
msgid "%i hour"
msgid_plural "%i hours"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:68
#, c-format
msgid "%i %s %i %s"
msgstr ""
#: plugins/power/gpm-common.c:69
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:70
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:358
#, c-format
msgid "provides %s laptop runtime"
msgstr ""
#: plugins/power/gpm-common.c:369
#, c-format
msgid "%s %s remaining"
msgstr ""
#: plugins/power/gpm-common.c:390 plugins/power/gpm-common.c:407
#, c-format
msgid "%s %s until charged"
msgstr ""
#: plugins/power/gpm-common.c:397
#, c-format
msgid "provides %s battery runtime"
msgstr ""
#: plugins/power/gpm-common.c:488
msgid "Product:"
msgstr ""
#: plugins/power/gpm-common.c:492 plugins/power/gpm-common.c:495
#: plugins/power/gpm-common.c:498 plugins/power/gpm-common.c:501
msgid "Status:"
msgstr ""
#: plugins/power/gpm-common.c:492
msgid "Missing"
msgstr ""
#: plugins/power/gpm-common.c:495 plugins/power/gpm-common.c:780
msgid "Charged"
msgstr ""
#: plugins/power/gpm-common.c:498 plugins/power/gpm-common.c:768
msgid "Charging"
msgstr ""
#: plugins/power/gpm-common.c:501 plugins/power/gpm-common.c:772
msgid "Discharging"
msgstr ""
#: plugins/power/gpm-common.c:506
msgid "Percentage charge:"
msgstr ""
#: plugins/power/gpm-common.c:510
msgid "Vendor:"
msgstr ""
#: plugins/power/gpm-common.c:515
msgid "Technology:"
msgstr ""
#: plugins/power/gpm-common.c:519
msgid "Serial number:"
msgstr ""
#: plugins/power/gpm-common.c:523
msgid "Model:"
msgstr ""
#: plugins/power/gpm-common.c:528
msgid "Charge time:"
msgstr ""
#: plugins/power/gpm-common.c:534
msgid "Discharge time:"
msgstr ""
#: plugins/power/gpm-common.c:541
msgid "Excellent"
msgstr ""
#: plugins/power/gpm-common.c:543
msgid "Good"
msgstr ""
#: plugins/power/gpm-common.c:545
msgid "Fair"
msgstr ""
#: plugins/power/gpm-common.c:547
msgid "Poor"
msgstr ""
#: plugins/power/gpm-common.c:551
msgid "Capacity:"
msgstr ""
#: plugins/power/gpm-common.c:557 plugins/power/gpm-common.c:582
msgid "Current charge:"
msgstr ""
#: plugins/power/gpm-common.c:563
msgid "Last full charge:"
msgstr ""
#: plugins/power/gpm-common.c:569 plugins/power/gpm-common.c:587
msgid "Design charge:"
msgstr ""
#: plugins/power/gpm-common.c:574
msgid "Charge rate:"
msgstr ""
#: plugins/power/gpm-common.c:606
msgid "AC adapter"
msgid_plural "AC adapters"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:610
msgid "Laptop battery"
msgid_plural "Laptop batteries"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:614
msgid "UPS"
msgid_plural "UPSs"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:618
msgid "Monitor"
msgid_plural "Monitors"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:622
msgid "Mouse"
msgid_plural "Mice"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:626
msgid "Keyboard"
msgid_plural "Keyboards"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:630
msgid "PDA"
msgid_plural "PDAs"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:634
msgid "Cell phone"
msgid_plural "Cell phones"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:638
msgid "Media player"
msgid_plural "Media players"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:642
msgid "Tablet"
msgid_plural "Tablets"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:646
msgid "Computer"
msgid_plural "Computers"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:651
msgid "Game controller"
msgid_plural "Game controllers"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:655
msgid "Unknown device"
msgid_plural "Unknown devices"
msgstr[0] ""
msgstr[1] ""
#: plugins/power/gpm-common.c:726
msgid "Lithium Ion"
msgstr ""
#: plugins/power/gpm-common.c:730
msgid "Lithium Polymer"
msgstr ""
#: plugins/power/gpm-common.c:734
msgid "Lithium Iron Phosphate"
msgstr ""
#: plugins/power/gpm-common.c:738
msgid "Lead acid"
msgstr ""
#: plugins/power/gpm-common.c:742
msgid "Nickel Cadmium"
msgstr ""
#: plugins/power/gpm-common.c:746
msgid "Nickel metal hydride"
msgstr ""
#: plugins/power/gpm-common.c:750
msgid "Unknown technology"
msgstr ""
#: plugins/power/gpm-common.c:776
msgid "Empty"
msgstr ""
#: plugins/power/gpm-common.c:784
msgid "Waiting to charge"
msgstr ""
#: plugins/power/gpm-common.c:788
msgid "Waiting to discharge"
msgstr ""
#: plugins/power/gpm-common.c:792
msgid "Unknown"
msgstr ""
#: plugins/power/gpm-common.c:821
msgid "Laptop battery not present"
msgstr ""
#: plugins/power/gpm-common.c:825
msgid "Laptop battery is charging"
msgstr ""
#: plugins/power/gpm-common.c:829
msgid "Laptop battery is discharging"
msgstr ""
#: plugins/power/gpm-common.c:833
msgid "Laptop battery is empty"
msgstr ""
#: plugins/power/gpm-common.c:837
msgid "Laptop battery is charged"
msgstr ""
#: plugins/power/gpm-common.c:841
msgid "Laptop battery is waiting to charge"
msgstr ""
#: plugins/power/gpm-common.c:845
msgid "Laptop battery is waiting to discharge"
msgstr ""
#: plugins/power/gpm-common.c:854
msgid "UPS is charging"
msgstr ""
#: plugins/power/gpm-common.c:858
msgid "UPS is discharging"
msgstr ""
#: plugins/power/gpm-common.c:862
msgid "UPS is empty"
msgstr ""
#: plugins/power/gpm-common.c:866
msgid "UPS is charged"
msgstr ""
#: plugins/power/gpm-common.c:875
msgid "Mouse is charging"
msgstr ""
#: plugins/power/gpm-common.c:879
msgid "Mouse is discharging"
msgstr ""
#: plugins/power/gpm-common.c:883
msgid "Mouse is empty"
msgstr ""
#: plugins/power/gpm-common.c:887
msgid "Mouse is charged"
msgstr ""
#: plugins/power/gpm-common.c:896
msgid "Keyboard is charging"
msgstr ""
#: plugins/power/gpm-common.c:900
msgid "Keyboard is discharging"
msgstr ""
#: plugins/power/gpm-common.c:904
msgid "Keyboard is empty"
msgstr ""
#: plugins/power/gpm-common.c:908
msgid "Keyboard is charged"
msgstr ""