-
Notifications
You must be signed in to change notification settings - Fork 67
/
cinnamon-control-center.pot
2571 lines (2029 loc) · 61.1 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: 2024-03-27 13:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#. TRANSLATORS: this is where the user can click and import a profile
#: panels/color/cc-color-panel.c:108
msgid "Other profile…"
msgstr ""
#. TRANSLATORS: this is a profile prefix to signify the
#. * profile has been auto-generated for this hardware
#: panels/color/cc-color-panel.c:121
msgid "Default: "
msgstr ""
#. TRANSLATORS: this is a profile prefix to signify the
#. * profile his a standard space like AdobeRGB
#: panels/color/cc-color-panel.c:127
msgid "Colorspace: "
msgstr ""
#. TRANSLATORS: this is a profile prefix to signify the
#. * profile is a test profile
#: panels/color/cc-color-panel.c:133
msgid "Test profile: "
msgstr ""
#. TRANSLATORS: this is when the profile should be set for all users
#: panels/color/cc-color-panel.c:185 panels/color/color.ui.h:9
msgid "Set for all users"
msgstr ""
#. TRANSLATORS: this is when the profile should be set for all users
#: panels/color/cc-color-panel.c:192
msgid "Create virtual device"
msgstr ""
#. TRANSLATORS: an ICC profile is a file containing colorspace data
#: panels/color/cc-color-panel.c:227
msgid "Select ICC Profile File"
msgstr ""
#: panels/color/cc-color-panel.c:230
msgid "_Import"
msgstr ""
#. TRANSLATORS: filter name on the file->open dialog
#: panels/color/cc-color-panel.c:241
msgid "Supported ICC profiles"
msgstr ""
#. TRANSLATORS: filter name on the file->open dialog
#: panels/color/cc-color-panel.c:248
#: panels/network/wireless-security/eap-method-fast.c:417
msgid "All files"
msgstr ""
#. TRANSLATORS: this is the dialog title in the 'Add profile' UI
#: panels/color/cc-color-panel.c:564
msgid "Available Profiles for Displays"
msgstr ""
#. TRANSLATORS: this is the dialog title in the 'Add profile' UI
#: panels/color/cc-color-panel.c:568
msgid "Available Profiles for Scanners"
msgstr ""
#. TRANSLATORS: this is the dialog title in the 'Add profile' UI
#: panels/color/cc-color-panel.c:572
msgid "Available Profiles for Printers"
msgstr ""
#. TRANSLATORS: this is the dialog title in the 'Add profile' UI
#: panels/color/cc-color-panel.c:576
msgid "Available Profiles for Cameras"
msgstr ""
#. TRANSLATORS: this is the dialog title in the 'Add profile' UI
#: panels/color/cc-color-panel.c:580
msgid "Available Profiles for Webcams"
msgstr ""
#. TRANSLATORS: this is the dialog title in the 'Add profile' UI
#. * where the device type is not recognised
#. Profiles that can be added to the device
#: panels/color/cc-color-panel.c:585 panels/color/color.ui.h:2
msgid "Available Profiles"
msgstr ""
#. TRANSLATORS: column for device list
#: panels/color/cc-color-panel.c:861
msgid "Device"
msgstr ""
#. TRANSLATORS: column for device list
#: panels/color/cc-color-panel.c:896
msgid "Calibration"
msgstr ""
#. TRANSLATORS: this is when an auto-added profile cannot be removed
#: panels/color/cc-color-panel.c:977
msgid "Cannot remove automatically added profile"
msgstr ""
#. TRANSLATORS: this is when there is no profile for the device
#: panels/color/cc-color-panel.c:1307
msgid "No profile"
msgstr ""
#: panels/color/cc-color-panel.c:1336
#, c-format
msgid "%i year"
msgid_plural "%i years"
msgstr[0] ""
msgstr[1] ""
#: panels/color/cc-color-panel.c:1347
#, c-format
msgid "%i month"
msgid_plural "%i months"
msgstr[0] ""
msgstr[1] ""
#: panels/color/cc-color-panel.c:1358
#, c-format
msgid "%i week"
msgid_plural "%i weeks"
msgstr[0] ""
msgstr[1] ""
#. fallback
#: panels/color/cc-color-panel.c:1365
msgid "Less than 1 week"
msgstr ""
#: panels/color/cc-color-panel.c:1427
msgctxt "Colorspace fallback"
msgid "Default RGB"
msgstr ""
#: panels/color/cc-color-panel.c:1432
msgctxt "Colorspace fallback"
msgid "Default CMYK"
msgstr ""
#: panels/color/cc-color-panel.c:1437
msgctxt "Colorspace fallback"
msgid "Default Gray"
msgstr ""
#: panels/color/cc-color-panel.c:1555 panels/color/cc-color-panel.c:1594
#: panels/color/cc-color-panel.c:1605 panels/color/cc-color-panel.c:1616
msgid "Uncalibrated"
msgstr ""
#: panels/color/cc-color-panel.c:1558
msgid "This device is not color managed."
msgstr ""
#: panels/color/cc-color-panel.c:1597
msgid "This device is using manufacturing calibrated data."
msgstr ""
#: panels/color/cc-color-panel.c:1608
msgid ""
"This device does not have a profile suitable for whole-screen color "
"correction."
msgstr ""
#: panels/color/cc-color-panel.c:1641
msgid "This device has an old profile that may no longer be accurate."
msgstr ""
#. TRANSLATORS: this is when the calibration profile age is not
#. * specified as it has been autogenerated from the hardware
#: panels/color/cc-color-panel.c:1669
msgid "Not specified"
msgstr ""
#. add the 'No devices detected' entry
#: panels/color/cc-color-panel.c:1854
msgid "No devices supporting color management detected"
msgstr ""
#: panels/color/cc-color-panel.c:2083
msgctxt "Device kind"
msgid "Display"
msgstr ""
#: panels/color/cc-color-panel.c:2085
msgctxt "Device kind"
msgid "Scanner"
msgstr ""
#: panels/color/cc-color-panel.c:2087
msgctxt "Device kind"
msgid "Printer"
msgstr ""
#: panels/color/cc-color-panel.c:2089
msgctxt "Device kind"
msgid "Camera"
msgstr ""
#: panels/color/cc-color-panel.c:2091
msgctxt "Device kind"
msgid "Webcam"
msgstr ""
#. Add some common languages first
#: 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 ""
#. Add some common regions
#: 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:303
msgid "Select a region"
msgstr ""
#: panels/common/gdm-languages.c:781
msgid "Unspecified"
msgstr ""
#. Translators: this is the feature where what you see on your
#. * laptop's screen is the same as your external projector.
#. * Here, "Mirrored" is being used as an adjective. For example,
#. * the Spanish translation could be "Pantallas en Espejo".
#.
#: panels/display/cc-display-labeler.c:369
#: panels/display/cc-display-panel.c:748
msgid "Mirrored Displays"
msgstr ""
#: panels/display/cc-display-panel.c:1150
msgid "Confirm reset to defaults"
msgstr ""
#: panels/display/cc-display-panel.c:1152
msgid "Cancel"
msgstr ""
#: panels/display/cc-display-panel.c:1152
msgid "Continue"
msgstr ""
#: panels/display/cc-display-panel.c:1165
msgid ""
"This will remove all existing display configurations and reset the current "
"layout."
msgstr ""
#: panels/display/cc-display-settings.c:107
msgctxt "Display rotation"
msgid "Landscape"
msgstr ""
#: panels/display/cc-display-settings.c:110
msgctxt "Display rotation"
msgid "Portrait Right"
msgstr ""
#: panels/display/cc-display-settings.c:113
msgctxt "Display rotation"
msgid "Portrait Left"
msgstr ""
#: panels/display/cc-display-settings.c:116
msgctxt "Display rotation"
msgid "Landscape (flipped)"
msgstr ""
#: panels/display/cc-display-settings.c:190
#, c-format
msgid "%.2lf Hz"
msgstr ""
#: panels/display/cc-display-settings.c:471
msgid "Monitor scale"
msgstr ""
#: panels/display/cc-display-settings.c:475
#: panels/display/cc-display-settings.ui.h:4
msgid "User interface scale"
msgstr ""
#: panels/network/cc-network-panel.c:906
msgid "Network proxy"
msgstr ""
#. Translators: this is the title of the connection details
#. * window for vpn connections, it is also used to display
#. * vpn connections in the device list.
#.
#: panels/network/cc-network-panel.c:1085 panels/network/net-vpn.c:287
#: panels/network/net-vpn.c:444
#, c-format
msgid "%s VPN"
msgstr ""
#: panels/network/cc-network-panel.c:1152
msgid "Oops, something has gone wrong. Please contact your software vendor."
msgstr ""
#: panels/network/cc-network-panel.c:1158
msgid "NetworkManager needs to be running."
msgstr ""
#. Translators: network device speed
#: panels/network/net-device-ethernet.c:50 panels/network/net-device-wifi.c:549
#: panels/network/connection-editor/ce-page-details.c:153
#, c-format
msgid "%d Mb/s"
msgstr ""
#: panels/network/net-device-ethernet.c:107
#: panels/network/net-device-wifi.c:477
msgid "never"
msgstr ""
#: panels/network/net-device-ethernet.c:117
#: panels/network/net-device-wifi.c:487
msgid "today"
msgstr ""
#: panels/network/net-device-ethernet.c:119
#: panels/network/net-device-wifi.c:489
msgid "yesterday"
msgstr ""
#: panels/network/net-device-ethernet.c:121
#: panels/network/net-device-wifi.c:491
#: panels/network/connection-editor/ce-page-details.c:104
#, c-format
msgid "%i day ago"
msgid_plural "%i days ago"
msgstr[0] ""
msgstr[1] ""
#: panels/network/net-device-ethernet.c:158 panels/network/panel-common.c:679
#: panels/network/network-simple.ui.h:3 panels/network/network-wifi.ui.h:7
#: panels/network/connection-editor/details-page.ui.h:4
msgid "IPv4 Address"
msgstr ""
#: panels/network/net-device-ethernet.c:159 panels/network/panel-common.c:680
#: panels/network/network-mobile.ui.h:4 panels/network/network-simple.ui.h:4
#: panels/network/network-wifi.ui.h:8
#: panels/network/connection-editor/details-page.ui.h:5
msgid "IPv6 Address"
msgstr ""
#: panels/network/net-device-ethernet.c:161
#: panels/network/net-device-ethernet.c:163 panels/network/panel-common.c:682
#: panels/network/panel-common.c:684 panels/network/network-mobile.ui.h:3
msgid "IP Address"
msgstr ""
#: panels/network/net-device-ethernet.c:166
#: panels/network/network-simple.ui.h:2 panels/network/network-wifi.ui.h:9
#: panels/network/connection-editor/details-page.ui.h:6
msgid "Hardware Address"
msgstr ""
#: panels/network/net-device-ethernet.c:171
#: panels/network/net-device-ethernet.c:173
#: panels/network/net-device-ethernet.c:175
#: panels/network/network-mobile.ui.h:5 panels/network/network-simple.ui.h:5
#: panels/network/network-wifi.ui.h:10
#: panels/network/connection-editor/details-page.ui.h:7
msgid "Default Route"
msgstr ""
#: panels/network/net-device-ethernet.c:179 panels/network/panel-common.c:688
#: panels/network/network-mobile.ui.h:6 panels/network/network-simple.ui.h:6
#: panels/network/network-wifi.ui.h:11
#: panels/network/connection-editor/details-page.ui.h:8
msgid "DNS4"
msgstr ""
#: panels/network/net-device-ethernet.c:180 panels/network/panel-common.c:689
#: panels/network/network-mobile.ui.h:7 panels/network/network-simple.ui.h:7
#: panels/network/network-wifi.ui.h:12
#: panels/network/connection-editor/details-page.ui.h:9
msgid "DNS6"
msgstr ""
#: panels/network/net-device-ethernet.c:182
#: panels/network/net-device-ethernet.c:184 panels/network/panel-common.c:691
#: panels/network/panel-common.c:693
#: panels/network/connection-editor/ip4-page.ui.h:3
#: panels/network/connection-editor/ip6-page.ui.h:3
msgid "DNS"
msgstr ""
#: panels/network/net-device-ethernet.c:190 panels/network/network-wifi.ui.h:13
msgid "Last used"
msgstr ""
#. Translators: This is used as the title of the connection
#. * details window for ethernet, if there is only a single
#. * profile. It is also used to display ethernet in the
#. * device list.
#.
#: panels/network/net-device-ethernet.c:292
#: panels/network/network-ethernet.ui.h:1 panels/network/network-simple.ui.h:1
msgid "Wired"
msgstr ""
#: panels/network/net-device-ethernet.c:360
#: panels/network/net-device-wifi.c:1751 panels/network/network-ethernet.ui.h:3
#: panels/network/network-mobile.ui.h:9 panels/network/network-simple.ui.h:9
#: panels/network/network-vpn.ui.h:7
msgid "Options…"
msgstr ""
#: panels/network/net-device-mobile.c:238
msgid "Add new connection"
msgstr ""
#. TRANSLATORS: this WEP WiFi security
#: panels/network/net-device-wifi.c:215 panels/network/net-device-wifi.c:393
#: panels/network/connection-editor/ce-page-details.c:50
msgid "WEP"
msgstr ""
#. TRANSLATORS: this WPA WiFi security
#: panels/network/net-device-wifi.c:219 panels/network/net-device-wifi.c:398
#: panels/network/connection-editor/ce-page-details.c:54
#: panels/network/network-wifi.ui.h:20
msgid "WPA"
msgstr ""
#. TRANSLATORS: this WPA WiFi security
#: panels/network/net-device-wifi.c:223
#: panels/network/connection-editor/ce-page-details.c:58
msgid "WPA2"
msgstr ""
#. TRANSLATORS: this Enterprise WiFi security
#: panels/network/net-device-wifi.c:228
#: panels/network/connection-editor/ce-page-details.c:63
msgid "Enterprise"
msgstr ""
#: panels/network/net-device-wifi.c:233 panels/network/net-device-wifi.c:383
#: panels/network/connection-editor/ce-page-details.c:68
msgctxt "Wifi security"
msgid "None"
msgstr ""
#: panels/network/net-device-wifi.c:578
#: panels/network/connection-editor/ce-page-details.c:179
msgctxt "Signal strength"
msgid "None"
msgstr ""
#: panels/network/net-device-wifi.c:580
#: panels/network/connection-editor/ce-page-details.c:181
msgctxt "Signal strength"
msgid "Weak"
msgstr ""
#: panels/network/net-device-wifi.c:582
#: panels/network/connection-editor/ce-page-details.c:183
msgctxt "Signal strength"
msgid "Ok"
msgstr ""
#: panels/network/net-device-wifi.c:584
#: panels/network/connection-editor/ce-page-details.c:185
msgctxt "Signal strength"
msgid "Good"
msgstr ""
#: panels/network/net-device-wifi.c:586
#: panels/network/connection-editor/ce-page-details.c:187
msgctxt "Signal strength"
msgid "Excellent"
msgstr ""
#: panels/network/net-device-wifi.c:1260
msgid ""
"If you have a connection to the Internet other than wireless, you can set up "
"a wireless hotspot to share the connection with others."
msgstr ""
#: panels/network/net-device-wifi.c:1264
#, c-format
msgid "Switching on the wireless hotspot will disconnect you from <b>%s</b>."
msgstr ""
#: panels/network/net-device-wifi.c:1268
msgid ""
"It is not possible to access the Internet through your wireless while the "
"hotspot is active."
msgstr ""
#: panels/network/net-device-wifi.c:1350
msgid "Stop hotspot and disconnect any users?"
msgstr ""
#: panels/network/net-device-wifi.c:1352 panels/network/net-device-wifi.c:1592
#: panels/network/connection-editor/vpn-helpers.c:181
#: panels/network/connection-editor/vpn-helpers.c:310
#: panels/common/language-chooser.ui.h:2 panels/network/network-wifi.ui.h:1
#: panels/network/connection-editor/connection-editor.ui.h:1
msgid "_Cancel"
msgstr ""
#: panels/network/net-device-wifi.c:1353
msgid "_Stop Hotspot"
msgstr ""
#: panels/network/net-device-wifi.c:1454
msgid "System policy prohibits use as a Hotspot"
msgstr ""
#: panels/network/net-device-wifi.c:1457
msgid "Wireless device does not support Hotspot mode"
msgstr ""
#: panels/network/net-device-wifi.c:1589
msgid ""
"Network details for the selected networks, including passwords and any "
"custom configuration will be lost."
msgstr ""
#: panels/network/net-device-wifi.c:1593 panels/network/network-wifi.ui.h:43
#: panels/network/connection-editor/reset-page.ui.h:2
msgid "_Forget"
msgstr ""
#: panels/network/net-device-wifi.c:1899
msgid "History"
msgstr ""
#: panels/network/net-device-wifi.c:1903 panels/wacom/cc-wacom-page.c:468
#: panels/wacom/button-mapping.ui.h:2
msgid "_Close"
msgstr ""
#. translators: This is the label for the "Forget wireless network" functionality
#: panels/network/net-device-wifi.c:1911
msgctxt "Wi-Fi Network"
msgid "_Forget"
msgstr ""
#. TRANSLATORS: this is when the use leaves the PAC textbox blank
#: panels/network/net-proxy.c:67
msgid ""
"Web Proxy Autodiscovery is used when a Configuration URL is not provided."
msgstr ""
#. TRANSLATORS: WPAD is bad: if you enable it on an untrusted
#. * network, then anyone else on that network can tell your
#. * machine that it should proxy all of your web traffic
#. * through them.
#: panels/network/net-proxy.c:75
msgid "This is not recommended for untrusted public networks."
msgstr ""
#: panels/network/net-proxy.c:410
msgid "Proxy"
msgstr ""
#. TRANSLATORS: AP type
#: panels/network/panel-common.c:123
msgid "Unknown"
msgstr ""
#. TRANSLATORS: AP type
#: panels/network/panel-common.c:127
msgid "Ad-hoc"
msgstr ""
#. TRANSLATORS: AP type
#: panels/network/panel-common.c:131
msgid "Infrastructure"
msgstr ""
#. TRANSLATORS: device status
#. TRANSLATORS: VPN status
#: panels/network/panel-common.c:147 panels/network/panel-common.c:201
msgid "Status unknown"
msgstr ""
#. TRANSLATORS: device status
#: panels/network/panel-common.c:151
msgid "Unmanaged"
msgstr ""
#. TRANSLATORS: device status
#: panels/network/panel-common.c:155
msgid "Unavailable"
msgstr ""
#. TRANSLATORS: device status
#. TRANSLATORS: VPN status
#: panels/network/panel-common.c:165 panels/network/panel-common.c:207
msgid "Connecting"
msgstr ""
#. TRANSLATORS: device status
#. TRANSLATORS: VPN status
#: panels/network/panel-common.c:169 panels/network/panel-common.c:211
msgid "Authentication required"
msgstr ""
#. TRANSLATORS: device status
#. TRANSLATORS: VPN status
#: panels/network/panel-common.c:173 panels/network/panel-common.c:215
msgid "Connected"
msgstr ""
#. TRANSLATORS: device status
#: panels/network/panel-common.c:177
msgid "Disconnecting"
msgstr ""
#. TRANSLATORS: device status
#. TRANSLATORS: VPN status
#: panels/network/panel-common.c:181 panels/network/panel-common.c:219
msgid "Connection failed"
msgstr ""
#. TRANSLATORS: device status
#. TRANSLATORS: VPN status
#: panels/network/panel-common.c:185 panels/network/panel-common.c:227
msgid "Status unknown (missing)"
msgstr ""
#. TRANSLATORS: VPN status
#: panels/network/panel-common.c:223
msgid "Not connected"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:248
msgid "Configuration failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:252
msgid "IP configuration failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:256
msgid "IP configuration expired"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:260
msgid "Secrets were required, but not provided"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:264
msgid "802.1x supplicant disconnected"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:268
msgid "802.1x supplicant configuration failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:272
msgid "802.1x supplicant failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:276
msgid "802.1x supplicant took too long to authenticate"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:280
msgid "PPP service failed to start"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:284
msgid "PPP service disconnected"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:288
msgid "PPP failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:292
msgid "DHCP client failed to start"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:296
msgid "DHCP client error"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:300
msgid "DHCP client failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:304
msgid "Shared connection service failed to start"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:308
msgid "Shared connection service failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:312
msgid "AutoIP service failed to start"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:316
msgid "AutoIP service error"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:320
msgid "AutoIP service failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:324
msgid "Line busy"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:328
msgid "No dial tone"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:332
msgid "No carrier could be established"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:336
msgid "Dialing request timed out"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:340
msgid "Dialing attempt failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:344
msgid "Modem initialization failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:348
msgid "Failed to select the specified APN"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:352
msgid "Not searching for networks"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:356
msgid "Network registration denied"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:360
msgid "Network registration timed out"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:364
msgid "Failed to register with the requested network"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:368
msgid "PIN check failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:372
msgid "Firmware for the device may be missing"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:376
msgid "Connection disappeared"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:380
msgid "Existing connection was assumed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:384
msgid "Modem not found"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:388
msgid "Bluetooth connection failed"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:392
msgid "SIM Card not inserted"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:396
msgid "SIM Pin required"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:400
msgid "SIM Puk required"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:404
msgid "SIM wrong"
msgstr ""
#. TRANSLATORS: device status reason
#: panels/network/panel-common.c:408
msgid "Connection dependency failed"
msgstr ""
#. TRANSLATORS: device status
#: panels/network/panel-common.c:433
msgid "Firmware missing"
msgstr ""
#. TRANSLATORS: device status
#: panels/network/panel-common.c:437
msgid "Cable unplugged"
msgstr ""
#: panels/region/cinnamon-region-panel-xkblt.c:208
msgid "Layout"
msgstr ""
#: panels/region/cinnamon-region-panel-xkbot.c:227
#: panels/wacom/wacom-stylus-page.ui.h:1
msgid "Default"
msgstr ""
#: panels/wacom/cc-wacom-button-row.c:248
#, c-format
msgid "Button %d"
msgstr ""
#: panels/wacom/cc-wacom-mapping-panel.c:232
msgid "Output:"
msgstr ""
#. Keep ratio switch
#: panels/wacom/cc-wacom-mapping-panel.c:244
msgid "Keep aspect ratio (letterbox):"
msgstr ""
#. Whole-desktop checkbox
#: panels/wacom/cc-wacom-mapping-panel.c:255
msgid "Map to single monitor"
msgstr ""
#: panels/wacom/cc-wacom-nav-button.c:84
#, c-format
msgid "%d of %d"
msgstr ""
#: panels/wacom/cc-wacom-page.c:465
msgid "Display Mapping"
msgstr ""
#: panels/wacom/cc-wacom-panel.c:666 panels/wacom/wacom-stylus-page.ui.h:9
msgid "Stylus"
msgstr ""
#: panels/wacom/cc-wacom-panel.c:669
msgid "Tablet"
msgstr ""
#: panels/wacom/cc-wacom-stylus-page.c:362
msgid "Button"
msgstr ""
#: panels/wacom/csd-wacom-key-shortcut-button.c:217
msgid "New shortcut…"
msgstr ""
#: panels/network/connection-editor/ce-page-8021x-security.c:101
#: panels/network/connection-editor/ce-page-security.c:459
#: panels/network/network-wifi.ui.h:6
#: panels/network/connection-editor/details-page.ui.h:3
msgid "Security"
msgstr ""
#: panels/network/connection-editor/ce-page.c:481
msgid "automatic"
msgstr ""
#: panels/network/connection-editor/ce-page.c:521
#, c-format
msgid "Profile %d"
msgstr ""
#: panels/network/connection-editor/ce-page-details.c:89
msgid "Never"
msgstr ""
#: panels/network/connection-editor/ce-page-details.c:100
msgid "Today"
msgstr ""
#: panels/network/connection-editor/ce-page-details.c:102
msgid "Yesterday"
msgstr ""
#: panels/network/connection-editor/ce-page-details.c:225
#: panels/network/network-wifi.ui.h:47
msgid "Details"
msgstr ""