forked from linuxmint/cinnamon-control-center
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cinnamon-control-center.pot
2325 lines (1775 loc) · 45.9 KB
/
cinnamon-control-center.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: 2014-03-29 10:54+0000\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"
#: panels/color/cc-color-panel.c:106
msgid "Other profile…"
msgstr ""
#: panels/color/cc-color-panel.c:119
msgid "Default: "
msgstr ""
#: panels/color/cc-color-panel.c:126
msgid "Colorspace: "
msgstr ""
#: panels/color/cc-color-panel.c:132
msgid "Test profile: "
msgstr ""
#: panels/color/cc-color-panel.c:185 panels/color/color.ui.h:11
msgid "Set for all users"
msgstr ""
#: panels/color/cc-color-panel.c:192
msgid "Create virtual device"
msgstr ""
#: panels/color/cc-color-panel.c:227
msgid "Select ICC Profile File"
msgstr ""
#: panels/color/cc-color-panel.c:230
msgid "_Import"
msgstr ""
#: panels/color/cc-color-panel.c:241
msgid "Supported ICC profiles"
msgstr ""
#: panels/color/cc-color-panel.c:248
msgid "All files"
msgstr ""
#: panels/color/cc-color-panel.c:638
msgid "Available Profiles for Displays"
msgstr ""
#: panels/color/cc-color-panel.c:642
msgid "Available Profiles for Scanners"
msgstr ""
#: panels/color/cc-color-panel.c:646
msgid "Available Profiles for Printers"
msgstr ""
#: panels/color/cc-color-panel.c:650
msgid "Available Profiles for Cameras"
msgstr ""
#: panels/color/cc-color-panel.c:654
msgid "Available Profiles for Webcams"
msgstr ""
#: panels/color/cc-color-panel.c:659 panels/color/color.ui.h:2
msgid "Available Profiles"
msgstr ""
#: panels/color/cc-color-panel.c:935 panels/sound/gvc-mixer-dialog.c:1523
#: panels/sound-nua/gvc-mixer-dialog.c:1600
msgid "Device"
msgstr ""
#: panels/color/cc-color-panel.c:970
msgid "Calibration"
msgstr ""
#: panels/color/cc-color-panel.c:1002
msgid "Create a color profile for the selected device"
msgstr ""
#: panels/color/cc-color-panel.c:1016 panels/color/cc-color-panel.c:1040
msgid ""
"The measuring instrument is not detected. Please check it is turned on and "
"correctly connected."
msgstr ""
#: panels/color/cc-color-panel.c:1049
msgid "The measuring instrument does not support printer profiling."
msgstr ""
#: panels/color/cc-color-panel.c:1060
msgid "The device type is not currently supported."
msgstr ""
#: panels/color/cc-color-panel.c:1132
msgid "Cannot remove automatically added profile"
msgstr ""
#: panels/color/cc-color-panel.c:1463
msgid "No profile"
msgstr ""
#: panels/color/cc-color-panel.c:1494
#, c-format
msgid "%i year"
msgid_plural "%i years"
msgstr[0] ""
msgstr[1] ""
#: panels/color/cc-color-panel.c:1505
#, c-format
msgid "%i month"
msgid_plural "%i months"
msgstr[0] ""
msgstr[1] ""
#: panels/color/cc-color-panel.c:1516
#, c-format
msgid "%i week"
msgid_plural "%i weeks"
msgstr[0] ""
msgstr[1] ""
#: panels/color/cc-color-panel.c:1523
msgid "Less than 1 week"
msgstr ""
#: panels/color/cc-color-panel.c:1713 panels/color/cc-color-panel.c:1754
#: panels/color/cc-color-panel.c:1765 panels/color/cc-color-panel.c:1776
msgid "Uncalibrated"
msgstr ""
#: panels/color/cc-color-panel.c:1716
msgid "This device is not color managed."
msgstr ""
#: panels/color/cc-color-panel.c:1757
msgid "This device is using manufacturing calibrated data."
msgstr ""
#: panels/color/cc-color-panel.c:1768
msgid ""
"This device does not have a profile suitable for whole-screen color "
"correction."
msgstr ""
#: panels/color/cc-color-panel.c:1801
msgid "This device has an old profile that may no longer be accurate."
msgstr ""
#: panels/color/cc-color-panel.c:1829
msgid "Not specified"
msgstr ""
#: panels/color/cc-color-panel.c:2014
msgid "No devices supporting color management detected"
msgstr ""
#: panels/common/cc-common-language.c:533
msgid "English"
msgstr ""
#: panels/common/cc-common-language.c:535
msgid "British English"
msgstr ""
#: panels/common/cc-common-language.c:538
msgid "German"
msgstr ""
#: panels/common/cc-common-language.c:541
msgid "French"
msgstr ""
#: panels/common/cc-common-language.c:544
msgid "Spanish"
msgstr ""
#: panels/common/cc-common-language.c:546
msgid "Chinese (simplified)"
msgstr ""
#: panels/common/cc-common-language.c:549
msgid "Russian"
msgstr ""
#: panels/common/cc-common-language.c:552
msgid "Arabic"
msgstr ""
#: panels/common/cc-common-language.c:580
msgid "United States"
msgstr ""
#: panels/common/cc-common-language.c:581
msgid "Germany"
msgstr ""
#: panels/common/cc-common-language.c:582
msgid "France"
msgstr ""
#: panels/common/cc-common-language.c:583
msgid "Spain"
msgstr ""
#: panels/common/cc-common-language.c:584
msgid "China"
msgstr ""
#: panels/common/cc-language-chooser.c:304
msgid "Select a region"
msgstr ""
#: panels/common/gdm-languages.c:781
msgid "Unspecified"
msgstr ""
#: panels/display/cc-display-panel.c:624 panels/display/cc-rr-labeler.c:449
msgid "Mirrored Displays"
msgstr ""
#: panels/display/cc-display-panel.c:648 panels/display/display-capplet.ui.h:1
msgid "Monitor"
msgstr ""
#: panels/display/cc-display-panel.c:752
#, c-format
msgid "%d x %d (%s)"
msgstr ""
#: panels/display/cc-display-panel.c:754
#, c-format
msgid "%d x %d"
msgstr ""
#: panels/display/cc-display-panel.c:1666
msgid ""
"Select a monitor to change its properties; drag it to rearrange its "
"placement."
msgstr ""
#: panels/display/cc-display-panel.c:2185
#: panels/display/cc-display-panel.c:2237
#, c-format
msgid "Failed to apply configuration: %s"
msgstr ""
#: panels/display/cc-display-panel.c:2265
msgid "Could not save the monitor configuration"
msgstr ""
#: panels/display/cc-display-panel.c:2325
msgid "Could not detect displays"
msgstr ""
#: panels/display/cc-display-panel.c:2533
msgid "Could not get screen information"
msgstr ""
#: panels/network/cc-network-panel.c:661
msgid "Network proxy"
msgstr ""
#: panels/network/cc-network-panel.c:853 panels/network/net-vpn.c:278
#, c-format
msgid "%s VPN"
msgstr ""
#: panels/network/cc-network-panel.c:920
msgid "The system network services are not compatible with this version."
msgstr ""
#: panels/network/cc-network-panel.c:1108
msgid "Air_plane Mode"
msgstr ""
#: panels/network/net-device-mobile.c:222
msgid "Add new connection"
msgstr ""
#: panels/network/net-device-mobile.c:261 panels/network/net-device-wifi.c:725
#: panels/network/net-device-wired.c:126
#, c-format
msgid "%d Mb/s"
msgstr ""
#: panels/network/net-device-wifi.c:258 panels/network/net-device-wifi.c:437
msgid "WEP"
msgstr ""
#: panels/network/net-device-wifi.c:262 panels/network/net-device-wifi.c:441
msgid "WPA"
msgstr ""
#: panels/network/net-device-wifi.c:266
msgid "WPA2"
msgstr ""
#: panels/network/net-device-wifi.c:271
msgid "Enterprise"
msgstr ""
#: panels/network/net-device-wifi.c:652
msgid "never"
msgstr ""
#: panels/network/net-device-wifi.c:662
msgid "today"
msgstr ""
#: panels/network/net-device-wifi.c:664
msgid "yesterday"
msgstr ""
#: panels/network/net-device-wifi.c:666
#, c-format
msgid "%i day ago"
msgid_plural "%i days ago"
msgstr[0] ""
msgstr[1] ""
#: panels/network/net-device-wifi.c:735 panels/network/panel-common.c:277
msgid "Not connected"
msgstr ""
#: panels/network/net-device-wifi.c:737 panels/network/net-device-wifi.c:2108
msgid "Out of range"
msgstr ""
#: panels/network/net-device-wifi.c:960
#, c-format
msgid ""
"Network details for %s including password and any custom configuration will "
"be lost."
msgstr ""
#: panels/network/net-device-wifi.c:971
msgid "Forget"
msgstr ""
#: panels/network/net-device-wifi.c:1554
msgid ""
"If you have a connection to the Internet other than wireless, you can use it "
"to share your internet connection with others."
msgstr ""
#: panels/network/net-device-wifi.c:1558
#, c-format
msgid "Switching on the wireless hotspot will disconnect you from <b>%s</b>."
msgstr ""
#: panels/network/net-device-wifi.c:1562
msgid ""
"It is not possible to access the internet through your wireless while the "
"hotspot is active."
msgstr ""
#: panels/network/net-device-wifi.c:1636
msgid "Stop hotspot and disconnect any users?"
msgstr ""
#: panels/network/net-device-wifi.c:1639
msgid "_Stop Hotspot"
msgstr ""
#: panels/network/net-proxy.c:67
msgid ""
"Web Proxy Autodiscovery is used when a Configuration URL is not provided."
msgstr ""
#: panels/network/net-proxy.c:75
msgid "This is not recommended for untrusted public networks."
msgstr ""
#: panels/network/net-proxy.c:368
msgid "Proxy"
msgstr ""
#: panels/network/panel-common.c:82 panels/network/panel-common.c:162
msgid "Unknown"
msgstr ""
#: panels/network/panel-common.c:86
msgid "Wired"
msgstr ""
#: panels/network/panel-common.c:90 panels/network/network-wifi.ui.h:3
msgid "Wireless"
msgstr ""
#: panels/network/panel-common.c:97
msgid "Mobile broadband"
msgstr ""
#: panels/network/panel-common.c:102
msgid "Bluetooth"
msgstr ""
#: panels/network/panel-common.c:106
msgid "Mesh"
msgstr ""
#: panels/network/panel-common.c:166
msgid "Ad-hoc"
msgstr ""
#: panels/network/panel-common.c:170
msgid "Infrastructure"
msgstr ""
#: panels/network/panel-common.c:194 panels/network/panel-common.c:255
msgid "Status unknown"
msgstr ""
#: panels/network/panel-common.c:198
msgid "Unmanaged"
msgstr ""
#: panels/network/panel-common.c:203
msgid "Firmware missing"
msgstr ""
#: panels/network/panel-common.c:206
msgid "Cable unplugged"
msgstr ""
#: panels/network/panel-common.c:208
msgid "Unavailable"
msgstr ""
#: panels/network/panel-common.c:212
msgid "Disconnected"
msgstr ""
#: panels/network/panel-common.c:219 panels/network/panel-common.c:261
msgid "Connecting"
msgstr ""
#: panels/network/panel-common.c:223 panels/network/panel-common.c:265
msgid "Authentication required"
msgstr ""
#: panels/network/panel-common.c:227 panels/network/panel-common.c:269
msgid "Connected"
msgstr ""
#: panels/network/panel-common.c:231
msgid "Disconnecting"
msgstr ""
#: panels/network/panel-common.c:235 panels/network/panel-common.c:273
msgid "Connection failed"
msgstr ""
#: panels/network/panel-common.c:239 panels/network/panel-common.c:281
msgid "Status unknown (missing)"
msgstr ""
#: panels/network/panel-common.c:301
msgid "Configuration failed"
msgstr ""
#: panels/network/panel-common.c:305
msgid "IP configuration failed"
msgstr ""
#: panels/network/panel-common.c:309
msgid "IP configuration expired"
msgstr ""
#: panels/network/panel-common.c:313
msgid "Secrets were required, but not provided"
msgstr ""
#: panels/network/panel-common.c:317
msgid "802.1x supplicant disconnected"
msgstr ""
#: panels/network/panel-common.c:321
msgid "802.1x supplicant configuration failed"
msgstr ""
#: panels/network/panel-common.c:325
msgid "802.1x supplicant failed"
msgstr ""
#: panels/network/panel-common.c:329
msgid "802.1x supplicant took too long to authenticate"
msgstr ""
#: panels/network/panel-common.c:333
msgid "PPP service failed to start"
msgstr ""
#: panels/network/panel-common.c:337
msgid "PPP service disconnected"
msgstr ""
#: panels/network/panel-common.c:341
msgid "PPP failed"
msgstr ""
#: panels/network/panel-common.c:345
msgid "DHCP client failed to start"
msgstr ""
#: panels/network/panel-common.c:349
msgid "DHCP client error"
msgstr ""
#: panels/network/panel-common.c:353
msgid "DHCP client failed"
msgstr ""
#: panels/network/panel-common.c:357
msgid "Shared connection service failed to start"
msgstr ""
#: panels/network/panel-common.c:361
msgid "Shared connection service failed"
msgstr ""
#: panels/network/panel-common.c:365
msgid "AutoIP service failed to start"
msgstr ""
#: panels/network/panel-common.c:369
msgid "AutoIP service error"
msgstr ""
#: panels/network/panel-common.c:373
msgid "AutoIP service failed"
msgstr ""
#: panels/network/panel-common.c:377
msgid "Line busy"
msgstr ""
#: panels/network/panel-common.c:381
msgid "No dial tone"
msgstr ""
#: panels/network/panel-common.c:385
msgid "No carrier could be established"
msgstr ""
#: panels/network/panel-common.c:389
msgid "Dialing request timed out"
msgstr ""
#: panels/network/panel-common.c:393
msgid "Dialing attempt failed"
msgstr ""
#: panels/network/panel-common.c:397
msgid "Modem initialization failed"
msgstr ""
#: panels/network/panel-common.c:401
msgid "Failed to select the specified APN"
msgstr ""
#: panels/network/panel-common.c:405
msgid "Not searching for networks"
msgstr ""
#: panels/network/panel-common.c:409
msgid "Network registration denied"
msgstr ""
#: panels/network/panel-common.c:413
msgid "Network registration timed out"
msgstr ""
#: panels/network/panel-common.c:417
msgid "Failed to register with the requested network"
msgstr ""
#: panels/network/panel-common.c:421
msgid "PIN check failed"
msgstr ""
#: panels/network/panel-common.c:425
msgid "Firmware for the device may be missing"
msgstr ""
#: panels/network/panel-common.c:429
msgid "Connection disappeared"
msgstr ""
#: panels/network/panel-common.c:433
msgid "Carrier/link changed"
msgstr ""
#: panels/network/panel-common.c:437
msgid "Existing connection was assumed"
msgstr ""
#: panels/network/panel-common.c:441
msgid "Modem not found"
msgstr ""
#: panels/network/panel-common.c:445
msgid "Bluetooth connection failed"
msgstr ""
#: panels/network/panel-common.c:449
msgid "SIM Card not inserted"
msgstr ""
#: panels/network/panel-common.c:453
msgid "SIM Pin required"
msgstr ""
#: panels/network/panel-common.c:457
msgid "SIM Puk required"
msgstr ""
#: panels/network/panel-common.c:461
msgid "SIM wrong"
msgstr ""
#: panels/network/panel-common.c:465
msgid "InfiniBand device does not support connected mode"
msgstr ""
#: panels/network/panel-common.c:469
msgid "Connection dependency failed"
msgstr ""
#: panels/network/panel-common.c:683 panels/network/network-wifi.ui.h:13
#: panels/network/network-wired.ui.h:2
msgid "IPv4 Address"
msgstr ""
#: panels/network/panel-common.c:684 panels/network/network-mobile.ui.h:4
#: panels/network/network-wifi.ui.h:14 panels/network/network-wired.ui.h:3
msgid "IPv6 Address"
msgstr ""
#: panels/network/panel-common.c:686 panels/network/panel-common.c:688
#: panels/network/network-mobile.ui.h:3
msgid "IP Address"
msgstr ""
#: panels/power/cc-power-panel.c:160
msgid "Unknown time"
msgstr ""
#: panels/power/cc-power-panel.c:166
#, c-format
msgid "%i minute"
msgid_plural "%i minutes"
msgstr[0] ""
msgstr[1] ""
#: panels/power/cc-power-panel.c:178
#, c-format
msgid "%i hour"
msgid_plural "%i hours"
msgstr[0] ""
msgstr[1] ""
#: panels/power/cc-power-panel.c:186
#, c-format
msgid "%i %s %i %s"
msgstr ""
#: panels/power/cc-power-panel.c:187
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""
#: panels/power/cc-power-panel.c:188
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""
#: panels/power/cc-power-panel.c:230
#, c-format
msgid "Charging - %s until fully charged"
msgstr ""
#: panels/power/cc-power-panel.c:238
#, c-format
msgid "Caution low battery, %s remaining"
msgstr ""
#: panels/power/cc-power-panel.c:246
#, c-format
msgid "Using battery power - %s remaining"
msgstr ""
#: panels/power/cc-power-panel.c:263
msgid "Charging"
msgstr ""
#: panels/power/cc-power-panel.c:268
msgid "Using battery power"
msgstr ""
#: panels/power/cc-power-panel.c:272
msgid "Charging - fully charged"
msgstr ""
#: panels/power/cc-power-panel.c:276
msgid "Empty"
msgstr ""
#: panels/power/cc-power-panel.c:340
#, c-format
msgid "Caution low UPS, %s remaining"
msgstr ""
#: panels/power/cc-power-panel.c:346
#, c-format
msgid "Using UPS power - %s remaining"
msgstr ""
#: panels/power/cc-power-panel.c:364
msgid "Caution low UPS"
msgstr ""
#: panels/power/cc-power-panel.c:369
msgid "Using UPS power"
msgstr ""
#: panels/power/cc-power-panel.c:418
msgid "Your secondary battery is fully charged"
msgstr ""
#: panels/power/cc-power-panel.c:422
msgid "Your secondary battery is empty"
msgstr ""
#: panels/power/cc-power-panel.c:503
msgid "Wireless mouse"
msgstr ""
#: panels/power/cc-power-panel.c:507
msgid "Wireless keyboard"
msgstr ""
#: panels/power/cc-power-panel.c:511
msgid "Uninterruptible power supply"
msgstr ""
#: panels/power/cc-power-panel.c:515
msgid "Personal digital assistant"
msgstr ""
#: panels/power/cc-power-panel.c:519
msgid "Cellphone"
msgstr ""
#: panels/power/cc-power-panel.c:523
msgid "Media player"
msgstr ""
#: panels/power/cc-power-panel.c:527
msgid "Tablet"
msgstr ""
#: panels/power/cc-power-panel.c:531
msgid "Computer"
msgstr ""
#: panels/power/cc-power-panel.c:535
msgid "Battery"
msgstr ""
#: panels/region/cinnamon-region-panel-xkblt.c:210
msgid "Layout"
msgstr ""
#: panels/region/cinnamon-region-panel-xkbot.c:229
msgid "Default"
msgstr ""
#: panels/sound/applet-main.c:49
msgid "Enable debugging code"
msgstr ""
#: panels/sound/applet-main.c:50
msgid "Version of this application"
msgstr ""
#: panels/sound/applet-main.c:62
msgid " — Cinnamon Volume Control Applet"
msgstr ""
#: panels/sound/gvc-applet.c:270 panels/sound/gvc-mixer-dialog.c:1654
#: panels/sound-nua/gvc-mixer-dialog.c:1811
msgid "Output"
msgstr ""
#: panels/sound/gvc-applet.c:272
msgid "Sound Output Volume"
msgstr ""
#: panels/sound/gvc-applet.c:276 panels/sound/gvc-mixer-dialog.c:1695
#: panels/sound-nua/gvc-mixer-dialog.c:1944
msgid "Input"
msgstr ""
#: panels/sound/gvc-applet.c:278
msgid "Microphone Volume"
msgstr ""
#: panels/sound/gvc-balance-bar.c:295 panels/sound-nua/gvc-balance-bar.c:295
msgid "_Balance:"
msgstr ""
#: panels/sound/gvc-balance-bar.c:298 panels/sound-nua/gvc-balance-bar.c:298
msgid "_Fade:"
msgstr ""
#: panels/sound/gvc-balance-bar.c:301 panels/sound-nua/gvc-balance-bar.c:301
msgid "_Subwoofer:"
msgstr ""
#: panels/sound/gvc-combo-box.c:167 panels/sound/gvc-mixer-dialog.c:258
#: panels/sound/gvc-mixer-dialog.c:519
msgid "_Profile:"
msgstr ""
#: panels/sound/gvc-mixer-control.c:1834
msgid "Disabled"
msgstr ""
#: panels/sound/gvc-mixer-control.c:1841
#, c-format
msgid "%u Output"
msgid_plural "%u Outputs"
msgstr[0] ""
msgstr[1] ""
#: panels/sound/gvc-mixer-control.c:1851
#, c-format
msgid "%u Input"
msgid_plural "%u Inputs"
msgstr[0] ""
msgstr[1] ""
#: panels/sound/gvc-mixer-control.c:2375
msgid "System Sounds"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:260
msgid "_Test Speakers"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:424 panels/sound-nua/gvc-mixer-dialog.c:345
msgid "Peak detect"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1504
#: panels/sound-nua/gvc-mixer-dialog.c:1582
msgid "Name"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1586
#: panels/sound-nua/gvc-mixer-dialog.c:1684
#, c-format
msgid "Speaker Testing for %s"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1640
#: panels/sound-nua/gvc-mixer-dialog.c:2106
msgid "_Output volume:"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1659
msgid "C_hoose a device for sound output:"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1684
msgid "Settings for the selected device:"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1702
#: panels/sound-nua/gvc-mixer-dialog.c:1991
msgid "_Input volume:"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1725
#: panels/sound-nua/gvc-mixer-dialog.c:2024
msgid "Input level:"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1753
msgid "C_hoose a device for sound input:"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1780
#: panels/sound-nua/gvc-mixer-dialog.c:2050
msgid "Sound Effects"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1787
#: panels/sound-nua/gvc-mixer-dialog.c:2057
msgid "_Alert volume:"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1795
#: panels/sound-nua/gvc-mixer-dialog.c:2087
msgid "Applications"
msgstr ""
#: panels/sound/gvc-mixer-dialog.c:1799
#: panels/sound-nua/gvc-mixer-dialog.c:2091
msgid "No application is currently playing or recording audio."
msgstr ""
#: panels/sound/gvc-speaker-test.c:220
msgid "Stop"
msgstr ""
#: panels/sound/gvc-speaker-test.c:220 panels/sound/gvc-speaker-test.c:332
msgid "Test"
msgstr ""
#: panels/sound/gvc-speaker-test.c:228
msgid "Subwoofer"
msgstr ""
#: panels/sound/gvc-stream-status-icon.c:236
#, c-format
msgid "Failed to start Sound Preferences: %s"
msgstr ""
#: panels/sound/gvc-stream-status-icon.c:262
msgid "_Mute"
msgstr ""
#: panels/sound/gvc-stream-status-icon.c:271
msgid "_Sound Preferences"
msgstr ""
#: panels/sound/gvc-stream-status-icon.c:416
msgid "Muted"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:778
#: panels/sound-nua/gvc-mixer-dialog.c:948
#, c-format
msgid "Settings for %s"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:804
#: panels/sound-nua/gvc-mixer-dialog.c:957
msgid "Mode:"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:1736
msgid "Choose an audio file"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:1816
msgid "Play sound through"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:1841
#: panels/sound-nua/gvc-mixer-dialog.c:1973
msgid "Settings for the selected device"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:1914
msgid "Test:"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:1921
msgid "Test Sound"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:1948
msgid "Record sound from"
msgstr ""
#: panels/sound-nua/gvc-mixer-dialog.c:2069