summaryrefslogtreecommitdiffstats
path: root/po/en.po
blob: b5bf16d8157002385a6be461e1401085a931976f (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# 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: 2011-01-25 23:52-0500\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: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ../gnome-control-center.schemas.in.h:1
msgid "Current network location"
msgstr ""

#: ../gnome-control-center.schemas.in.h:2
msgid "More backgrounds URL"
msgstr ""

#: ../gnome-control-center.schemas.in.h:3
msgid "More themes URL"
msgstr ""

#: ../gnome-control-center.schemas.in.h:4
msgid ""
"Set this to your current location name. This is used to determine the "
"appropriate network proxy configuration."
msgstr ""

#: ../gnome-control-center.schemas.in.h:5
msgid ""
"URL for where to get more desktop backgrounds. If set to an empty string the "
"link will not appear."
msgstr ""

#: ../gnome-control-center.schemas.in.h:6
msgid ""
"URL for where to get more desktop themes. If set to an empty string the link "
"will not appear."
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:134
msgid "Key"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:135
msgid "GConf key to which this property editor is attached"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:141
msgid "Callback"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:142
msgid "Issue this callback when the value associated with key gets changed"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:147
msgid "Change set"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:148
msgid ""
"GConf change set containing data to be forwarded to the gconf client on apply"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:153
msgid "Conversion to widget callback"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:154
msgid ""
"Callback to be issued when data are to be converted from GConf to the widget"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:159
msgid "Conversion from widget callback"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:160
msgid ""
"Callback to be issued when data are to be converted to GConf from the widget"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:165
msgid "UI Control"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:166
msgid "Object that controls the property (normally a widget)"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:181
msgid "Property editor object data"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:182
msgid "Custom data required by the specific property editor"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:188
msgid "Property editor data freeing callback"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:189
msgid "Callback to be issued when property editor object data is to be freed"
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:1406
#, c-format
msgid ""
"Couldn't find the file '%s'.\n"
"\n"
"Please make sure it exists and try again, or choose a different background "
"picture."
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:1414
#, c-format
msgid ""
"I don't know how to open the file '%s'.\n"
"Perhaps it's a kind of picture that is not yet supported.\n"
"\n"
"Please select a different picture instead."
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:1536
msgid "Please select an image."
msgstr ""

#: ../libgnome-control-center/gconf-property-editor.c:1541
msgid "_Select"
msgstr ""

#: ../panels/background/gnome-background-panel.desktop.in.in.h:1
msgid "Background"
msgstr ""

#: ../panels/background/gnome-background-panel.desktop.in.in.h:2
msgid "Change the background"
msgstr ""

#. Translators: those are keywords for the background control-center panel
#: ../panels/background/gnome-background-panel.desktop.in.in.h:4
msgid "Wallpaper;Screen;"
msgstr ""

#: ../panels/background/background.ui.h:1
msgid "Center"
msgstr ""

#. This refers to a slideshow background
#: ../panels/background/background.ui.h:3
msgid "Changes throughout the day"
msgstr ""

#: ../panels/background/background.ui.h:4
msgid "Fill"
msgstr ""

#: ../panels/background/background.ui.h:5
msgid "Scale"
msgstr ""

#: ../panels/background/background.ui.h:6
msgid "Span"
msgstr ""

#: ../panels/background/background.ui.h:7
msgid "Tile"
msgstr ""

#: ../panels/background/background.ui.h:8
#: ../panels/universal-access/uap.ui.h:92
msgid "Zoom"
msgstr ""

#: ../panels/background/bg-colors-source.c:44
msgid "Horizontal Gradient"
msgstr ""

#: ../panels/background/bg-colors-source.c:45
msgid "Vertical Gradient"
msgstr ""

#: ../panels/background/bg-colors-source.c:46
msgid "Solid Color"
msgstr ""

#: ../panels/background/cc-background-panel.c:747
msgid "Wallpapers"
msgstr ""

#: ../panels/background/cc-background-panel.c:755
msgid "Pictures Folder"
msgstr ""

#: ../panels/background/cc-background-panel.c:763
msgid "Colors & Gradients"
msgstr ""

#: ../panels/background/cc-background-panel.c:772
msgid "Flickr"
msgstr ""

#: ../panels/background/cc-background-panel.c:833
msgid "Current background"
msgstr ""

#: ../panels/background/gnome-wp-info.c:59
msgid "No Desktop Background"
msgstr ""

#: ../panels/background/gnome-wp-item.c:277
msgid "multiple sizes"
msgstr ""

#. translators: 100 × 100px
#. * Note that this is not an "x", but U+00D7 MULTIPLICATION SIGN
#: ../panels/background/gnome-wp-item.c:285
#, c-format
msgid "%d × %d"
msgstr ""

#: ../panels/common/gdm-languages.c:709
msgid "Unspecified"
msgstr ""

#: ../panels/datetime/datetime.ui.h:1
msgid "16"
msgstr ""

#: ../panels/datetime/datetime.ui.h:2
msgid "2010"
msgstr ""

#: ../panels/datetime/datetime.ui.h:3
msgid "22"
msgstr ""

#: ../panels/datetime/datetime.ui.h:4
msgid "24-Hour Time"
msgstr ""

#: ../panels/datetime/datetime.ui.h:5
msgid "45"
msgstr ""

#: ../panels/datetime/datetime.ui.h:6
msgid ":"
msgstr ""

#: ../panels/datetime/datetime.ui.h:7
msgid "AM"
msgstr ""

#: ../panels/datetime/datetime.ui.h:8
msgid "April"
msgstr ""

#: ../panels/datetime/datetime.ui.h:9
msgid "August"
msgstr ""

#: ../panels/datetime/datetime.ui.h:10
msgid "City:"
msgstr ""

#: ../panels/datetime/datetime.ui.h:11
msgid "December"
msgstr ""

#: ../panels/datetime/datetime.ui.h:12
msgid "February"
msgstr ""

#: ../panels/datetime/datetime.ui.h:13
msgid "January"
msgstr ""

#: ../panels/datetime/datetime.ui.h:14
msgid "July"
msgstr ""

#: ../panels/datetime/datetime.ui.h:15
msgid "June"
msgstr ""

#: ../panels/datetime/datetime.ui.h:16
msgid "March"
msgstr ""

#: ../panels/datetime/datetime.ui.h:17
msgid "May"
msgstr ""

#: ../panels/datetime/datetime.ui.h:18
msgid "Network Time"
msgstr ""

#: ../panels/datetime/datetime.ui.h:19
msgid "November"
msgstr ""

#: ../panels/datetime/datetime.ui.h:20
msgid "October"
msgstr ""

#: ../panels/datetime/datetime.ui.h:21
msgid "Region:"
msgstr ""

#: ../panels/datetime/datetime.ui.h:22
msgid "September"
msgstr ""

#. Translators: those are keywords for the date and time control-center panel
#: ../panels/datetime/gnome-datetime-panel.desktop.in.in.h:2
msgid "Clock;Timezone;Location;"
msgstr ""

#: ../panels/datetime/gnome-datetime-panel.desktop.in.in.h:3
msgid "Date and Time"
msgstr ""

#: ../panels/datetime/gnome-datetime-panel.desktop.in.in.h:4
msgid "Date and Time preferences panel"
msgstr ""

#: ../panels/display/display-capplet.ui.h:1
#: ../panels/display/xrandr-capplet.c:321
msgid "Left"
msgstr ""

#: ../panels/display/display-capplet.ui.h:2
#: ../panels/display/xrandr-capplet.c:484
msgid "Monitor"
msgstr ""

#: ../panels/display/display-capplet.ui.h:3
#: ../panels/display/xrandr-capplet.c:320
#: ../panels/display/xrandr-capplet.c:359
#: ../panels/universal-access/uap.ui.h:58
msgid "Normal"
msgstr ""

#: ../panels/display/display-capplet.ui.h:4
msgid "Note: may limit resolution options"
msgstr ""

#: ../panels/display/display-capplet.ui.h:5
msgid "R_otation:"
msgstr ""

#: ../panels/display/display-capplet.ui.h:6
#: ../panels/display/xrandr-capplet.c:322
msgid "Right"
msgstr ""

#: ../panels/display/display-capplet.ui.h:7
msgid "Upside-down"
msgstr ""

#: ../panels/display/display-capplet.ui.h:8
msgid "_Detect Displays"
msgstr ""

#. Note that mirror is a verb in this string
#: ../panels/display/display-capplet.ui.h:10
msgid "_Mirror displays"
msgstr ""

#: ../panels/display/display-capplet.ui.h:11
msgid "_Resolution:"
msgstr ""

#: ../panels/display/gnome-display-panel.desktop.in.in.h:1
msgid "Change resolution and position of monitors and projectors"
msgstr ""

#: ../panels/display/gnome-display-panel.desktop.in.in.h:2
msgid "Displays"
msgstr ""

#. Translators: those are keywords for the display control-center panel
#: ../panels/display/gnome-display-panel.desktop.in.in.h:4
msgid "Panel;Projector;xrandr;Screen;Resolution;Refresh;"
msgstr ""

#: ../panels/display/xrandr-capplet.c:323
msgid "Upside Down"
msgstr ""

#. Translators:  this is the feature where what you see on your laptop's
#. * screen is the same as your external monitor.  Here, "Mirror" is being
#. * used as an adjective, not as a verb.  For example, the Spanish
#. * translation could be "Pantallas en Espejo", *not* "Espejar Pantallas".
#.
#: ../panels/display/xrandr-capplet.c:460
msgid "Mirror Displays"
msgstr ""

#: ../panels/display/xrandr-capplet.c:593
#, c-format
msgid "%d x %d (%s)"
msgstr ""

#: ../panels/display/xrandr-capplet.c:595
#, c-format
msgid "%d x %d"
msgstr ""

#: ../panels/display/xrandr-capplet.c:1505
msgid "Drag to change primary display."
msgstr ""

#: ../panels/display/xrandr-capplet.c:1563
msgid ""
"Select a monitor to change its properties; drag it to rearrange its "
"placement."
msgstr ""

#: ../panels/display/xrandr-capplet.c:1953
msgid "%a %R"
msgstr ""

#: ../panels/display/xrandr-capplet.c:1955
msgid "%a %l:%M %p"
msgstr ""

#: ../panels/display/xrandr-capplet.c:2240
msgid "Could not save the monitor configuration"
msgstr ""

#: ../panels/display/xrandr-capplet.c:2263
msgid "Could not get session bus while applying display configuration"
msgstr ""

#: ../panels/display/xrandr-capplet.c:2308
msgid "Could not detect displays"
msgstr ""

#: ../panels/display/xrandr-capplet.c:2516
msgid "Could not get screen information"
msgstr ""

#. translators: This is the type of architecture, for example:
#. * "64-bit" or "32-bit"
#: ../panels/info/cc-info-panel.c:247
#, c-format
msgid "%d-bit"
msgstr ""

#: ../panels/info/cc-info-panel.c:261
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""

#: ../panels/info/cc-info-panel.c:269
#, c-format
msgid "%.1f KB"
msgstr ""

#: ../panels/info/cc-info-panel.c:274
#, c-format
msgid "%.1f MB"
msgstr ""

#: ../panels/info/cc-info-panel.c:279
#, c-format
msgid "%.1f GB"
msgstr ""

#: ../panels/info/cc-info-panel.c:284
#, c-format
msgid "%.1f TB"
msgstr ""

#: ../panels/info/cc-info-panel.c:289
#, c-format
msgid "%.1f PB"
msgstr ""

#: ../panels/info/cc-info-panel.c:294
#, c-format
msgid "%.1f EB"
msgstr ""

#: ../panels/info/cc-info-panel.c:404
msgid "Unknown model"
msgstr ""

#: ../panels/info/cc-info-panel.c:466
#, c-format
msgid "Version %s"
msgstr ""

#: ../panels/info/gnome-info-panel.desktop.in.in.h:1
msgid "System Info"
msgstr ""

#: ../panels/info/gnome-info-panel.desktop.in.in.h:2
msgid "System Information"
msgstr ""

#. Translators: those are keywords for the System Information panel
#: ../panels/info/gnome-info-panel.desktop.in.in.h:4
msgid "device;system;information;memory;processor;version;"
msgstr ""

#: ../panels/info/info.ui.h:1
msgid "Device name:"
msgstr ""

#: ../panels/info/info.ui.h:2
msgid "Disk:"
msgstr ""

#: ../panels/info/info.ui.h:3
msgid "Memory:"
msgstr ""

#: ../panels/info/info.ui.h:4
msgid "More Info"
msgstr ""

#: ../panels/info/info.ui.h:5
msgid "OS type:"
msgstr ""

#: ../panels/info/info.ui.h:6
msgid "Processor:"
msgstr ""

#: ../panels/info/info.ui.h:7
msgid "Update Available"
msgstr ""

#: ../panels/keyboard/00-multimedia-key.xml.in.h:1
msgid "Sound and Media"
msgstr ""

#: ../panels/keyboard/01-desktop-key.xml.in.h:1
msgid "Launchers and Actions"
msgstr ""

#: ../panels/keyboard/eggcellrendererkeys.c:21
msgid "New shortcut..."
msgstr ""

#: ../panels/keyboard/eggcellrendererkeys.c:164
#: ../panels/keyboard/eggcellrendererkeys.c:165
msgid "Accelerator key"
msgstr ""

#: ../panels/keyboard/eggcellrendererkeys.c:174
#: ../panels/keyboard/eggcellrendererkeys.c:175
msgid "Accelerator modifiers"
msgstr ""

#: ../panels/keyboard/eggcellrendererkeys.c:183
#: ../panels/keyboard/eggcellrendererkeys.c:184
msgid "Accelerator keycode"
msgstr ""

#: ../panels/keyboard/eggcellrendererkeys.c:194
msgid "Accel Mode"
msgstr ""

#: ../panels/keyboard/eggcellrendererkeys.c:195
msgid "The type of accelerator."
msgstr ""

#. translators:
#. * The device has been disabled
#: ../panels/keyboard/eggcellrendererkeys.c:243
#: ../panels/keyboard/keyboard-shortcuts.c:1229
#: ../panels/sound/gvc-mixer-control.c:1091
#: ../panels/user-accounts/um-fingerprint-dialog.c:177
#: ../panels/user-accounts/um-fingerprint-dialog.c:178
msgid "Disabled"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.desktop.in.in.h:1
msgid "Change keyboard settings"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.desktop.in.in.h:2
#: ../panels/keyboard/gnome-keyboard-panel.ui.h:9
msgid "Keyboard"
msgstr ""

#. Translators: those are keywords for the keyboard control-center panel
#: ../panels/keyboard/gnome-keyboard-panel.desktop.in.in.h:4
msgid "Shortcut;Repeat;Blink;"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:736
#: ../panels/keyboard/keyboard-shortcuts.c:1001
#: ../panels/keyboard/keyboard-shortcuts.c:1633
#: ../panels/keyboard/keyboard-shortcuts.c:1637
msgid "Custom Shortcuts"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:848
msgid "<Unknown Action>"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1255
msgid "Error saving the new shortcut"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1365
#, c-format
msgid ""
"The shortcut \"%s\" cannot be used because it will become impossible to type "
"using this key.\n"
"Please try with a key such as Control, Alt or Shift at the same time."
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1395
#, c-format
msgid ""
"The shortcut \"%s\" is already used for\n"
"\"%s\""
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1401
#, c-format
msgid ""
"If you reassign the shortcut to \"%s\", the \"%s\" shortcut will be disabled."
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1409
msgid "_Reassign"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1529
#, c-format
msgid "Error unsetting accelerator in configuration database: %s"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1587
msgid "Too many custom shortcuts"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1865
msgid "Section"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1909
msgid "Action"
msgstr ""

#: ../panels/keyboard/keyboard-shortcuts.c:1931
msgid "Shortcut"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:1
msgid "C_ommand:"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:2
msgid "Cursor Blinking"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:3
msgid "Cursor _blinks in text fields"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:4
#: ../panels/mouse/gnome-mouse-properties.ui.h:1
#: ../panels/universal-access/uap.ui.h:28
msgid "Cursor blinks speed"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:5
msgid "Custom Shortcut"
msgstr ""

#. fast acceleration
#: ../panels/keyboard/gnome-keyboard-panel.ui.h:6
#: ../panels/mouse/gnome-mouse-properties.ui.h:8
msgid "Fast"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:7
#: ../panels/mouse/gnome-mouse-properties.ui.h:9
msgid "General"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:8
msgid "Key presses _repeat when key is held down"
msgstr ""

#. long delay
#: ../panels/keyboard/gnome-keyboard-panel.ui.h:10
#: ../panels/mouse/gnome-mouse-properties.ui.h:15
#: ../panels/universal-access/uap.ui.h:51
msgid "Long"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:11
msgid "Repeat Keys"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:12
msgid "Repeat keys speed"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:13
msgid "S_peed:"
msgstr ""

#. short delay
#: ../panels/keyboard/gnome-keyboard-panel.ui.h:14
#: ../panels/mouse/gnome-mouse-properties.ui.h:24
#: ../panels/universal-access/uap.ui.h:71
msgid "Short"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:15
msgid "Shortcuts"
msgstr ""

#. slow acceleration
#: ../panels/keyboard/gnome-keyboard-panel.ui.h:16
#: ../panels/mouse/gnome-mouse-properties.ui.h:26
msgid "Slow"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:17
msgid ""
"To edit a shortcut, click the row and hold down the new keys or press "
"Backspace to clear."
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:18
msgid "_Delay:"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:19
msgid "_Name:"
msgstr ""

#: ../panels/keyboard/gnome-keyboard-panel.ui.h:20
msgid "_Speed:"
msgstr ""

#: ../panels/media/cc-media-panel.c:322
msgid "Ask what to do"
msgstr ""

#: ../panels/media/cc-media-panel.c:326 ../panels/power/power.ui.h:8
msgid "Do nothing"
msgstr ""

#: ../panels/media/cc-media-panel.c:330
msgid "Open folder"
msgstr ""

#: ../panels/media/cc-media-panel.c:441
msgid "Select an application for audio CDs"
msgstr ""

#: ../panels/media/cc-media-panel.c:442
msgid "Select an application for video DVDs"
msgstr ""

#: ../panels/media/cc-media-panel.c:443
msgid "Select an application to run when a music player is connected"
msgstr ""

#: ../panels/media/cc-media-panel.c:444
msgid "Select an application to run when a camera is connected"
msgstr ""

#: ../panels/media/cc-media-panel.c:445
msgid "Select an application for software CDs"
msgstr ""

#. translators: these strings are duplicates of shared-mime-info
#. * strings, except for fixed capitalization. If the shared-mime-info
#. * translation works for your language, simply leave this untranslated
#.
#: ../panels/media/cc-media-panel.c:456
msgid "audio DVD"
msgstr "Audio DVD"

#: ../panels/media/cc-media-panel.c:457
msgid "blank Blu-ray disc"
msgstr "Blank Blu-ray disc"

#: ../panels/media/cc-media-panel.c:458
msgid "blank CD disc"
msgstr "Blank CD disc"

#: ../panels/media/cc-media-panel.c:459
msgid "blank DVD disc"
msgstr "Blank DVD disc"

#: ../panels/media/cc-media-panel.c:460
msgid "blank HD DVD disc"
msgstr "Blank HD DVD disc"

#: ../panels/media/cc-media-panel.c:461
msgid "Blu-ray video disc"
msgstr ""

#: ../panels/media/cc-media-panel.c:462
msgid "e-book reader"
msgstr "E-book reader"

#: ../panels/media/cc-media-panel.c:463
msgid "HD DVD video disc"
msgstr ""

#: ../panels/media/cc-media-panel.c:464
msgid "Picture CD"
msgstr ""

#: ../panels/media/cc-media-panel.c:465
msgid "Super Video CD"
msgstr ""

#: ../panels/media/cc-media-panel.c:466
msgid "Video CD"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:1
msgid "Acti_on:"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:2
msgid "CD _audio:"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:3
msgid "Media and Autorun"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:4
msgid "Select how media should be handled"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:5
msgid "Select how other media should be handled"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:6
msgid "_DVD video:"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:7
msgid "_Music player:"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:8
msgid "_Never prompt or start programs on media insertion"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:9
msgid "_Other Media..."
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:10
msgid "_Photos:"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:11
msgid "_Software:"
msgstr ""

#: ../panels/media/gnome-media-properties.ui.h:12
msgid "_Type:"
msgstr ""

#: ../panels/media/gnome-media-panel.desktop.in.in.h:1
msgid "Configure media and autorun preferences"
msgstr ""

#: ../panels/media/gnome-media-panel.desktop.in.in.h:2
msgid "Removable Media"
msgstr ""

#. Translators: The printer is low on toner
#: ../panels/printers/cc-printers-panel.c:210
msgid "Low on toner"
msgstr ""

#. Translators: The printer has no toner left
#: ../panels/printers/cc-printers-panel.c:212
msgid "Out of toner"
msgstr ""

#. Translators: "Developer" like on photo development context
#: ../panels/printers/cc-printers-panel.c:214
msgid "Low on developer"
msgstr ""

#. Translators: "Developer" like on photo development context
#: ../panels/printers/cc-printers-panel.c:216
msgid "Out of developer"
msgstr ""

#. Translators: "marker" is one color bin of the printer
#: ../panels/printers/cc-printers-panel.c:218
msgid "Low on a marker supply"
msgstr ""

#. Translators: "marker" is one color bin of the printer
#: ../panels/printers/cc-printers-panel.c:220
msgid "Out of a marker supply"
msgstr ""

#. Translators: One or more covers on the printer are open
#: ../panels/printers/cc-printers-panel.c:222
msgid "Open cover"
msgstr ""

#. Translators: One or more doors on the printer are open
#: ../panels/printers/cc-printers-panel.c:224
msgid "Open door"
msgstr ""

#. Translators: At least one input tray is low on media
#: ../panels/printers/cc-printers-panel.c:226
msgid "Low on paper"
msgstr ""

#. Translators: At least one input tray is empty
#: ../panels/printers/cc-printers-panel.c:228
msgid "Out of paper"
msgstr ""

#. Translators: The printer is offline
#: ../panels/printers/cc-printers-panel.c:230
msgid "Offline"
msgstr ""

#. Translators: Someone has paused the Printer
#: ../panels/printers/cc-printers-panel.c:232
msgid "Paused"
msgstr ""

#. Translators: The printer marker supply waste receptacle is almost full
#: ../panels/printers/cc-printers-panel.c:234
msgid "Waste receptacle almost full"
msgstr ""

#. Translators: The printer marker supply waste receptacle is full
#: ../panels/printers/cc-printers-panel.c:236
msgid "Waste receptacle full"
msgstr ""

#. Translators: Optical photo conductors are used in laser printers
#: ../panels/printers/cc-printers-panel.c:238
msgid "The optical photo conductor is near end of life"
msgstr ""

#. Translators: Optical photo conductors are used in laser printers
#: ../panels/printers/cc-printers-panel.c:240
msgid "The optical photo conductor is no longer functioning"
msgstr ""

#. Translators: Printer's state (can start new job without waiting)
#: ../panels/printers/cc-printers-panel.c:329
msgid "Idle"
msgstr ""

#. Translators: Printer's state (jobs are processing)
#. Translators: Job's state (job is currently printing)
#: ../panels/printers/cc-printers-panel.c:333
#: ../panels/printers/cc-printers-panel.c:726
msgid "Processing"
msgstr ""

#. Translators: Printer's state (no jobs can be processed)
#. Translators: Job's state (job has been stopped)
#: ../panels/printers/cc-printers-panel.c:337
#: ../panels/printers/cc-printers-panel.c:730
msgid "Stopped"
msgstr ""

#. Translators: Job's state (job is waiting to be printed)
#: ../panels/printers/cc-printers-panel.c:718
msgid "Pending"
msgstr ""

#. Translators: Job's state (job is held for printing)
#: ../panels/printers/cc-printers-panel.c:722
msgid "Held"
msgstr ""

#. Translators: Job's state (job has been canceled)
#: ../panels/printers/cc-printers-panel.c:734
msgid "Canceled"
msgstr ""

#. Translators: Job's state (job has aborted due to error)
#: ../panels/printers/cc-printers-panel.c:738
msgid "Aborted"
msgstr ""

#. Translators: Job's state (job has completed successfully)
#: ../panels/printers/cc-printers-panel.c:742
msgid "Completed"
msgstr ""

#. Translators: Name of column showing titles of print jobs
#: ../panels/printers/cc-printers-panel.c:837
msgid "Job Title"
msgstr ""

#. Translators: Name of column showing statuses of print jobs
#: ../panels/printers/cc-printers-panel.c:845
msgid "Job State"
msgstr ""

#. Translators: Name of column showing names of creators of print jobs
#: ../panels/printers/cc-printers-panel.c:851
msgid "User"
msgstr ""

#. Translators: Name of column showing times of creation of print jobs
#: ../panels/printers/cc-printers-panel.c:857
msgid "Time"
msgstr ""

#. Translators: Program cannot connect to DBus' system bus
#: ../panels/printers/cc-printers-panel.c:1047
#, c-format
msgid "Could not connect to system bus: %s"
msgstr ""

#. Translators: Name of job which makes printer to print test page
#: ../panels/printers/cc-printers-panel.c:1657
msgid "Test page"
msgstr ""

#. Translators: Name of job which makes printer to clean its heads
#: ../panels/printers/cc-printers-panel.c:1665
msgid "Clean print heads"
msgstr ""

#. Translators: An error has occured during execution of a CUPS maintenance command
#: ../panels/printers/cc-printers-panel.c:1670
msgid "An error has occured during a maintenance command."
msgstr ""

#. Translators: The XML file containing user interface can not be loaded
#: ../panels/printers/cc-printers-panel.c:1737
#, c-format
msgid "Could not load ui: %s"
msgstr ""

#: ../panels/printers/gnome-printers-panel.desktop.in.in.h:1
msgid "Change printer settings"
msgstr ""

#. Translators: those are keywords for the printing control-center panel
#: ../panels/printers/gnome-printers-panel.desktop.in.in.h:3
msgid "Printer;Queue;Print;Paper;Ink;Toner;"
msgstr ""

#: ../panels/printers/gnome-printers-panel.desktop.in.in.h:4
msgid "Printers"
msgstr ""

#: ../panels/printers/printers.ui.h:1
msgid "---"
msgstr ""

#. Translators: Cancel selected print job.
#: ../panels/printers/printers.ui.h:3
#: ../panels/user-accounts/data/language-chooser.ui.h:1
#: ../panels/user-accounts/data/photo-dialog.ui.h:3
msgid "Cancel"
msgstr ""

#. Translators: This button executes command which cleans print heads of the printer.
#: ../panels/printers/printers.ui.h:5
msgid "Clean Print Heads"
msgstr ""

#. Translators: This checkbox is checked when the default printer is selected.
#: ../panels/printers/printers.ui.h:7
#: ../panels/region/gnome-region-panel-xkbot.c:229
#: ../panels/sound/gvc-sound-theme-chooser.c:589
msgid "Default"
msgstr ""

#. Translators: Description of the printer.
#: ../panels/printers/printers.ui.h:9
msgid "Description:"
msgstr ""

#. Translators: This button pauses printer.
#: ../panels/printers/printers.ui.h:11
msgid "Disable Printer"
msgstr ""

#. Translators: Pause (hold) selected print job.
#: ../panels/printers/printers.ui.h:13
msgid "Hold"
msgstr ""

#. Translators: Location of the printer (e.g. Lab, 1st floor,...).
#: ../panels/printers/printers.ui.h:15
msgid "Location:"
msgstr ""

#. Translators: This button executes command which prints test page.
#: ../panels/printers/printers.ui.h:17
msgid "Print Test Page"
msgstr ""

#. Translators: A widget showing list of print jobs for selected printer.
#: ../panels/printers/printers.ui.h:19
msgid "Printer Jobs"
msgstr ""

#. Translators: This shows queue of print jobs.
#: ../panels/printers/printers.ui.h:21
msgid "Queue"
msgstr ""

#. Translators: Print paused print job.
#: ../panels/printers/printers.ui.h:23
msgid "Release"
msgstr ""

#. Translators: Users which are allowed to print on this printer.
#: ../panels/printers/printers.ui.h:25
msgid "Share with these users:"
msgstr ""

#: ../panels/printers/printers.ui.h:26
msgid "Show / hide printer's jobs"
msgstr ""

#. Translators: Status of the printer.
#: ../panels/printers/printers.ui.h:28
msgid "Status:"
msgstr ""

#. Translators: By supply we mean ink, toner, staples, water, ...
#: ../panels/printers/printers.ui.h:30
msgid "Supply:"
msgstr ""

#: ../panels/printers/printers.ui.h:31
msgid "toolbutton1"
msgstr ""

#: ../panels/printers/printers.ui.h:32
msgid "toolbutton2"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:1
msgid "Install languages..."
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:2
msgid "Keyboard _model:"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:3
msgid "Language"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:4
msgid "Layouts"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:5
msgid "List of keyboard layouts selected for usage"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:6
msgid "Move _Down"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:7
msgid "Move _Up"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:8
msgid "Move the selected keyboard layout down in the list"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:9
msgid "Move the selected keyboard layout up in the list"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:10
msgid "New windows u_se active window's layout"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:11
msgid "Print a diagram of the selected keyboard layout"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:12
#: ../panels/region/gnome-region-panel.desktop.in.in.h:4
msgid "Region and Language"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:13
msgid "Remove the selected keyboard layout from the list"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:14
msgid ""
"Replace the current keyboard layout settings with the\n"
"default settings"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:16
msgid "Reset to De_faults"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:17
msgid "Select a display language"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:18
msgid "Select a keyboard layout to be added to the list"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:19
msgid "View and edit keyboard layout options"
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:20
msgid "_Add..."
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:21
msgid "_Options..."
msgstr ""

#: ../panels/region/gnome-region-panel.ui.h:22
msgid "_Separate layout for each window"
msgstr ""

#: ../panels/region/gnome-region-panel-layout-chooser.ui.h:1
msgid "By _country"
msgstr ""

#: ../panels/region/gnome-region-panel-layout-chooser.ui.h:2
msgid "By _language"
msgstr ""

#: ../panels/region/gnome-region-panel-layout-chooser.ui.h:3
msgid "Choose a Layout"
msgstr ""

#: ../panels/region/gnome-region-panel-layout-chooser.ui.h:4
msgid "Preview:"
msgstr ""

#: ../panels/region/gnome-region-panel-layout-chooser.ui.h:5
msgid "_Country:"
msgstr ""

#: ../panels/region/gnome-region-panel-layout-chooser.ui.h:6
msgid "_Language:"
msgstr ""

#: ../panels/region/gnome-region-panel-layout-chooser.ui.h:7
msgid "_Variants:"
msgstr ""

#: ../panels/region/gnome-region-panel-model-chooser.ui.h:1
msgid "Choose a Keyboard Model"
msgstr ""

#: ../panels/region/gnome-region-panel-model-chooser.ui.h:2
msgid "_Models:"
msgstr ""

#: ../panels/region/gnome-region-panel-model-chooser.ui.h:3
msgid "_Vendors:"
msgstr ""

#: ../panels/region/gnome-region-panel-options-dialog.ui.h:1
msgid "Keyboard Layout Options"
msgstr ""

#. TRANSLATORS: device type
#. TRANSLATORS: AP type
#: ../panels/region/gnome-region-panel-xkb.c:70
#: ../panels/network/panel-common.c:65 ../panels/network/panel-common.c:138
msgid "Unknown"
msgstr ""

#: ../panels/region/gnome-region-panel-xkblt.c:220
msgid "Layout"
msgstr ""

#: ../panels/region/gnome-region-panel-xkbmc.c:163
msgid "Vendors"
msgstr ""

#: ../panels/region/gnome-region-panel-xkbmc.c:229
msgid "Models"
msgstr ""

#: ../panels/region/gnome-region-panel.desktop.in.in.h:1
msgid "Change your region and language settings"
msgstr ""

#. Translators: those are keywords for the region control-center panel
#: ../panels/region/gnome-region-panel.desktop.in.in.h:3
msgid "Language;Layout;"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:2
msgid "Disable _touchpad while typing"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:3
msgid "Double-Click Timeout"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:4
msgid "Drag and Drop"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:5
msgid "Enable _mouse clicks with touchpad"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:6
msgid "Enable h_orizontal scrolling"
msgstr ""

#. high sensitivity
#: ../panels/mouse/gnome-mouse-properties.ui.h:11
#: ../panels/universal-access/uap.ui.h:39
msgid "High"
msgstr ""

#. large threshold
#: ../panels/mouse/gnome-mouse-properties.ui.h:13
#: ../panels/universal-access/uap.ui.h:48
msgid "Large"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:14
msgid "Locate Pointer"
msgstr ""

#. low sensitivity
#: ../panels/mouse/gnome-mouse-properties.ui.h:17
#: ../panels/universal-access/uap.ui.h:52
msgid "Low"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:18
msgid "Mouse"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:19
msgid "Mouse Orientation"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:20
msgid "Mouse Preferences"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:21
msgid "Pointer Speed"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:22
msgid "Scrolling"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:23
msgid "Sh_ow position of pointer when the Control key is pressed"
msgstr ""

#. small threshold
#: ../panels/mouse/gnome-mouse-properties.ui.h:28
#: ../panels/universal-access/uap.ui.h:75
msgid "Small"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:29
msgid "Thr_eshold:"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:30
msgid "To test your settings, try to double-click on the face."
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:31
msgid "Touchpad"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:32
msgid "Two-_finger scrolling"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:33
msgid "_Acceleration:"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:34
msgid "_Disabled"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:35
msgid "_Edge scrolling"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:36
msgid "_Left-handed"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:37
msgid "_Right-handed"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:38
msgid "_Sensitivity:"
msgstr ""

#: ../panels/mouse/gnome-mouse-properties.ui.h:39
msgid "_Timeout:"
msgstr ""

#: ../panels/mouse/gnome-mouse-panel.desktop.in.in.h:1
msgid "Mouse and Touchpad"
msgstr ""

#: ../panels/mouse/gnome-mouse-panel.desktop.in.in.h:2
msgid "Set your mouse and touchpad preferences"
msgstr ""

#. Translators: those are keywords for the mouse and touchpad control-center panel
#: ../panels/mouse/gnome-mouse-panel.desktop.in.in.h:4
msgid "Trackpad;Pointer;Click;Tap;Double;Button;Trackball;"
msgstr ""

#: ../panels/network/cc-network-panel.c:1062
#: ../panels/network/cc-network-panel.c:1084
#, c-format
msgid "%i Mb/s"
msgstr ""

#: ../panels/network/cc-network-panel.c:1064
#, c-format
msgid "%i Gb/s"
msgstr ""

#: ../panels/network/cc-network-panel.c:1082
#, c-format
msgid "%i kb/s"
msgstr ""

#: ../panels/network/cc-network-panel.c:1739
msgid "Network proxy"
msgstr ""

#: ../panels/network/cc-network-panel.c:1748
msgid "Set the system proxy settings"
msgstr ""

#. TRANSLATORS: device type
#: ../panels/network/panel-common.c:69
msgid "Wired"
msgstr ""

#. TRANSLATORS: device type
#: ../panels/network/panel-common.c:73
msgid "Wireless"
msgstr ""

#. TRANSLATORS: device type
#: ../panels/network/panel-common.c:78
msgid "Mobile broadband"
msgstr ""

#. TRANSLATORS: device type
#: ../panels/network/panel-common.c:82
msgid "Bluetooth"
msgstr ""

#. TRANSLATORS: device type
#: ../panels/network/panel-common.c:86
msgid "Mesh"
msgstr ""

#. TRANSLATORS: AP type
#: ../panels/network/panel-common.c:142
msgid "Ad-hoc"
msgstr ""

#. TRANSLATORS: AP type
#: ../panels/network/panel-common.c:146
msgid "Infrastructure"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:164
msgid "Status unknown"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:168
msgid "Unmanaged"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:172
msgid "Unavailable"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:176
msgid "Disconnected"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:180
msgid "Preparing connection"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:184
msgid "Configuring connection"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:188
msgid "Authenticating"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:192
msgid "Getting network address"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:196
msgid "Connected"
msgstr ""

#. TRANSLATORS: device status
#: ../panels/network/panel-common.c:200
msgid "Failed to connect"
msgstr ""

#: ../panels/network/gnome-network-panel.desktop.in.in.h:1
msgid "Network"
msgstr ""

#: ../panels/network/gnome-network-panel.desktop.in.in.h:2
msgid "Network settings"
msgstr ""

#. Translators: those are keywords for the network control-center panel
#: ../panels/network/gnome-network-panel.desktop.in.in.h:4
msgid "Network;Wireless;IP;LAN;"
msgstr ""

#: ../panels/network/network.ui.h:1
msgid "Airplane Mode"
msgstr ""

#: ../panels/network/network.ui.h:2
msgid "Configuration URL:"
msgstr ""

#: ../panels/network/network.ui.h:3
msgid "DNS:"
msgstr ""

#: ../panels/network/network.ui.h:4
msgid "Default Route:"
msgstr ""

#: ../panels/network/network.ui.h:5
msgid "FTP Proxy:"
msgstr ""

#: ../panels/network/network.ui.h:6
msgid "Gateway:"
msgstr ""

#: ../panels/network/network.ui.h:7
msgid "Group Name:"
msgstr ""

#: ../panels/network/network.ui.h:8
msgid "Group Password:"
msgstr ""

#: ../panels/network/network.ui.h:9
msgid "HTTP Proxy:"
msgstr ""

#: ../panels/network/network.ui.h:10
msgid "Hardware Address:"
msgstr ""

#: ../panels/network/network.ui.h:11
msgid "IMEI:"
msgstr ""

#: ../panels/network/network.ui.h:12
msgid "IP Address:"
msgstr ""

#: ../panels/network/network.ui.h:13
msgid "IPv4 Address:"
msgstr ""

#: ../panels/network/network.ui.h:14
msgid "IPv6 Address:"
msgstr ""

#: ../panels/network/network.ui.h:15
msgid "Method:"
msgstr ""

#: ../panels/network/network.ui.h:16
msgid "Network Name:"
msgstr ""

#: ../panels/network/network.ui.h:17
msgid "Provider:"
msgstr ""

#: ../panels/network/network.ui.h:18
msgid "Secure HTTP Proxy:"
msgstr ""

#: ../panels/network/network.ui.h:19
msgid "Security:"
msgstr ""

#: ../panels/network/network.ui.h:20
msgid "Socks Host:"
msgstr ""

#: ../panels/network/network.ui.h:21
msgid "Speed:"
msgstr ""

#: ../panels/network/network.ui.h:22
msgid "Subnet Mask:"
msgstr ""

#: ../panels/network/network.ui.h:23
#: ../panels/user-accounts/um-lockbutton.c:356
msgid "Unlock"
msgstr ""

#: ../panels/network/network.ui.h:24
msgid "Username:"
msgstr ""

#: ../panels/network/network.ui.h:25
msgctxt "proxy method"
msgid "Automatic"
msgstr ""

#: ../panels/network/network.ui.h:26
msgctxt "proxy method"
msgid "Manual"
msgstr ""

#: ../panels/network/network.ui.h:27
msgctxt "proxy method"
msgid "None"
msgstr ""

#: ../panels/power/gnome-power-panel.desktop.in.in.h:1
msgid "Power"
msgstr ""

#: ../panels/power/gnome-power-panel.desktop.in.in.h:2
msgid "Power management settings"
msgstr ""

#. Translators: those are keywords for the power control-center panel
#: ../panels/power/gnome-power-panel.desktop.in.in.h:4
msgid "Power;Sleep;Suspend;Hibernate;"
msgstr ""

#: ../panels/power/cc-power-panel.c:151
msgid "Unknown time"
msgstr ""

#: ../panels/power/cc-power-panel.c:157
#, c-format
msgid "%i minute"
msgid_plural "%i minutes"
msgstr[0] ""
msgstr[1] ""

#: ../panels/power/cc-power-panel.c:169
#, c-format
msgid "%i hour"
msgid_plural "%i hours"
msgstr[0] ""
msgstr[1] ""

#. TRANSLATOR: "%i %s %i %s" are "%i hours %i minutes"
#. * Swap order with "%2$s %2$i %1$s %1$i if needed
#: ../panels/power/cc-power-panel.c:177
#, c-format
msgid "%i %s %i %s"
msgstr ""

#: ../panels/power/cc-power-panel.c:178
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""

#: ../panels/power/cc-power-panel.c:179
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""

#: ../panels/power/cc-power-panel.c:251
msgid "Battery charging"
msgstr ""

#: ../panels/power/cc-power-panel.c:254
msgid "Battery discharging"
msgstr ""

#: ../panels/power/cc-power-panel.c:265
msgid "UPS charging"
msgstr ""

#: ../panels/power/cc-power-panel.c:268
msgid "UPS discharging"
msgstr ""

#. TRANSLATORS: %1 is a time string, e.g. "1 hour 5 minutes"
#: ../panels/power/cc-power-panel.c:286
#, c-format
msgid "%s until charged (%.0lf%%)"
msgstr ""

#. TRANSLATORS: %1 is a time string, e.g. "1 hour 5 minutes"
#: ../panels/power/cc-power-panel.c:292
#, c-format
msgid "%s until empty (%.0lf%%)"
msgstr ""

#. TRANSLATORS: %1 is a percentage value. Note: this string is only
#. * used when we don't have a time value
#: ../panels/power/cc-power-panel.c:300
#, c-format
msgid "%.0lf%% charged"
msgstr ""

#: ../panels/power/power.ui.h:1 ../panels/screen/screen.ui.h:1
msgid "1 hour"
msgstr ""

#: ../panels/power/power.ui.h:2 ../panels/screen/screen.ui.h:3
msgid "10 minutes"
msgstr ""

#: ../panels/power/power.ui.h:3 ../panels/screen/screen.ui.h:6
msgid "30 minutes"
msgstr ""

#: ../panels/power/power.ui.h:4 ../panels/screen/screen.ui.h:7
msgid "5 minutes"
msgstr ""

#: ../panels/power/power.ui.h:5
msgid "AC power and inactive for:"
msgstr ""

#: ../panels/power/power.ui.h:6
msgid "Ask me"
msgstr ""

#: ../panels/power/power.ui.h:7
msgid "Battery power and inactive for:"
msgstr ""

#: ../panels/power/power.ui.h:9
msgid "Hibernate"
msgstr ""

#: ../panels/power/power.ui.h:10
msgid "Put the computer to sleep when inactive for:"
msgstr ""

#: ../panels/power/power.ui.h:11
msgid "Put the computer to sleep when on:"
msgstr ""

#: ../panels/power/power.ui.h:12
msgid "Shutdown"
msgstr ""

#: ../panels/power/power.ui.h:13
msgid "Suspend"
msgstr ""

#: ../panels/power/power.ui.h:14
msgid "When power is critically low:"
msgstr ""

#: ../panels/power/power.ui.h:15
msgid "When the power button is pressed:"
msgstr ""

#: ../panels/power/power.ui.h:16
msgid "When the sleep button is pressed:"
msgstr ""

#. Translators: those are keywords for the brightness and lock control-center panel
#: ../panels/screen/gnome-screen-panel.desktop.in.in.h:2
msgid "Brightness;Lock;Dim;Blank;"
msgstr ""

#: ../panels/screen/gnome-screen-panel.desktop.in.in.h:3
msgid "Screen"
msgstr ""

#: ../panels/screen/gnome-screen-panel.desktop.in.in.h:4
msgid "Screen brightness and lock settings"
msgstr ""

#: ../panels/screen/screen.ui.h:2
msgid "1 minute"
msgstr ""

#: ../panels/screen/screen.ui.h:4
msgid "2 minutes"
msgstr ""

#: ../panels/screen/screen.ui.h:5
msgid "3 minutes"
msgstr ""

#: ../panels/screen/screen.ui.h:8
msgid "Brightness"
msgstr ""

#: ../panels/screen/screen.ui.h:9
msgid "Dim screen to save power"
msgstr ""

#: ../panels/screen/screen.ui.h:10
msgid "Don't lock when at home"
msgstr ""

#: ../panels/screen/screen.ui.h:11
msgid "Locations..."
msgstr ""

#: ../panels/screen/screen.ui.h:12 ../panels/user-accounts/um-lockbutton.c:347
msgid "Lock"
msgstr ""

#: ../panels/screen/screen.ui.h:13
msgid "Lock screen after:"
msgstr ""

#: ../panels/screen/screen.ui.h:14
msgid "Screen turns off"
msgstr ""

#: ../panels/screen/screen.ui.h:15
msgid "Turn off after:"
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 " — GNOME Volume Control Applet"
msgstr ""

#: ../panels/sound/gvc-applet.c:276 ../panels/sound/gvc-mixer-dialog.c:1923
msgid "Output"
msgstr ""

#: ../panels/sound/gvc-applet.c:278
msgid "Sound Output Volume"
msgstr ""

#: ../panels/sound/gvc-applet.c:282 ../panels/sound/gvc-mixer-dialog.c:1840
msgid "Input"
msgstr ""

#: ../panels/sound/gvc-applet.c:284
msgid "Microphone Volume"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:111
msgctxt "balance"
msgid "Left"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:112
msgctxt "balance"
msgid "Right"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:115
msgctxt "balance"
msgid "Rear"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:116
msgctxt "balance"
msgid "Front"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:119
msgctxt "balance"
msgid "Minimum"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:120
msgctxt "balance"
msgid "Maximum"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:295
msgid "_Balance:"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:298
msgid "_Fade:"
msgstr ""

#: ../panels/sound/gvc-balance-bar.c:301
msgid "_Subwoofer:"
msgstr ""

#: ../panels/sound/gvc-channel-bar.c:602 ../panels/sound/gvc-channel-bar.c:611
msgctxt "volume"
msgid "100%"
msgstr ""

#: ../panels/sound/gvc-channel-bar.c:606
msgctxt "volume"
msgid "Unamplified"
msgstr ""

#: ../panels/sound/gvc-channel-bar.c:900
msgid "Mute"
msgstr ""

#: ../panels/sound/gvc-combo-box.c:167 ../panels/sound/gvc-mixer-dialog.c:1631
msgid "_Profile:"
msgstr ""

#. translators:
#. * The number of sound outputs on a particular device
#: ../panels/sound/gvc-mixer-control.c:1098
#, c-format
msgid "%u Output"
msgid_plural "%u Outputs"
msgstr[0] ""
msgstr[1] ""

#. translators:
#. * The number of sound inputs on a particular device
#: ../panels/sound/gvc-mixer-control.c:1108
#, c-format
msgid "%u Input"
msgid_plural "%u Inputs"
msgstr[0] ""
msgstr[1] ""

#: ../panels/sound/gvc-mixer-control.c:1406
msgid "System Sounds"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:317
#: ../panels/sound/gvc-mixer-dialog.c:618
msgid "Co_nnector:"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:531
msgid "Peak detect"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1507
#: ../panels/sound/gvc-mixer-dialog.c:1719
#: ../panels/sound/gvc-sound-theme-chooser.c:599
msgid "Name"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1525
msgid "Device"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1573
#, c-format
msgid "Speaker Testing for %s"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1632
msgid "Test Speakers"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1763
msgid "_Output volume: "
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1777
msgid "Sound Effects"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1784
msgid "_Alert volume: "
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1797
msgid "Hardware"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1802
msgid "C_hoose a device to configure:"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1829
#: ../panels/sound/gvc-mixer-dialog.c:1952
msgid "Settings for the selected device:"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1847
msgid "_Input volume: "
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1870
msgid "Input level:"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1896
msgid "C_hoose a device for sound input:"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1928
msgid "C_hoose a device for sound output:"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1963
msgid "Applications"
msgstr ""

#: ../panels/sound/gvc-mixer-dialog.c:1967
msgid "No application is currently playing or recording audio."
msgstr ""

#: ../panels/sound/gvc-speaker-test.c:221
msgid "Stop"
msgstr ""

#: ../panels/sound/gvc-speaker-test.c:221
#: ../panels/sound/gvc-speaker-test.c:333
msgid "Test"
msgstr ""

#: ../panels/sound/gvc-speaker-test.c:229
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:455
msgid "Muted"
msgstr ""

#: ../panels/sound/gvc-sound-theme-chooser.c:189
msgid "Built-in"
msgstr ""

#: ../panels/sound/gvc-sound-theme-chooser.c:459
#: ../panels/sound/gvc-sound-theme-chooser.c:471
#: ../panels/sound/gvc-sound-theme-chooser.c:483
msgid "Sound Preferences"
msgstr ""

#: ../panels/sound/gvc-sound-theme-chooser.c:462
#: ../panels/sound/gvc-sound-theme-chooser.c:473
#: ../panels/sound/gvc-sound-theme-chooser.c:485
msgid "Testing event sound"
msgstr ""

#: ../panels/sound/gvc-sound-theme-chooser.c:590
msgid "From theme"
msgstr ""

#: ../panels/sound/gvc-sound-theme-chooser.c:778
msgid "C_hoose an alert sound:"
msgstr ""

#: ../panels/sound/sound-theme-file-utils.c:292
msgid "Custom"
msgstr ""

#: ../panels/sound/data/gnome-sound-applet.desktop.in.h:1
msgid "Show desktop volume control"
msgstr ""

#: ../panels/sound/data/gnome-sound-applet.desktop.in.h:2
msgid "Volume Control"
msgstr ""

#. Translators: those are keywords for the sound control-center panel
#: ../panels/sound/data/gnome-sound-panel.desktop.in.in.h:2
msgid "Card;Microphone;Volume;Fade;Balance;Bluetooth;Headset;"
msgstr ""

#: ../panels/sound/data/gnome-sound-panel.desktop.in.in.h:3
msgid "Change sound volume and sound events"
msgstr ""

#: ../panels/sound/data/gnome-sound-panel.desktop.in.in.h:4
msgid "Sound"
msgstr ""

#. Translators: This is the name of an audio file that sounds like the bark of a dog.
#. You might want to translate it into the equivalent words of your language.
#: ../panels/sound/data/sounds/gnome-sounds-default.xml.in.in.h:3
msgid "Bark"
msgstr ""

#. Translators: This is the name of an audio file that sounds like a water drip.
#. You might want to translate it into the equivalent words of your language.
#: ../panels/sound/data/sounds/gnome-sounds-default.xml.in.in.h:6
msgid "Drip"
msgstr ""

#. Translators: This is the name of an audio file that sounds like tapping glass.
#. You might want to translate it into the equivalent words of your language.
#: ../panels/sound/data/sounds/gnome-sounds-default.xml.in.in.h:9
msgid "Glass"
msgstr ""

#. Translators: This is the name of an audio file that sounds sort of like a submarine sonar ping.
#. You might want to translate it into the equivalent words of your language.
#: ../panels/sound/data/sounds/gnome-sounds-default.xml.in.in.h:12
msgid "Sonar"
msgstr ""

#. Translators: those are keywords for the universal access control-center panel
#: ../panels/universal-access/gnome-universal-access-panel.desktop.in.in.h:2
msgid "Keyboard;Mouse;a11y;Accessibility;"
msgstr ""

#: ../panels/universal-access/gnome-universal-access-panel.desktop.in.in.h:3
msgid "Universal Access"
msgstr ""

#: ../panels/universal-access/gnome-universal-access-panel.desktop.in.in.h:4
msgid "Universal Access Preferences"
msgstr ""

#: ../panels/universal-access/uap.ui.h:2
#, no-c-format
msgid "100%"
msgstr ""

#: ../panels/universal-access/uap.ui.h:4
#, no-c-format
msgid "125%"
msgstr ""

#: ../panels/universal-access/uap.ui.h:6
#, no-c-format
msgid "150%"
msgstr ""

#: ../panels/universal-access/uap.ui.h:7
msgid "<span size=\"x-large\">High/Inverse</span>"
msgstr ""

#: ../panels/universal-access/uap.ui.h:8
msgid "<span size=\"x-large\">High</span>"
msgstr ""

#: ../panels/universal-access/uap.ui.h:9
msgid "<span size=\"x-large\">Low</span>"
msgstr ""

#: ../panels/universal-access/uap.ui.h:10
msgid "<span size=\"x-large\">Normal</span>"
msgstr ""

#: ../panels/universal-access/uap.ui.h:11
msgid "Acceptance delay:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:12
msgid "Beep when Caps and Num Lock are used"
msgstr ""

#: ../panels/universal-access/uap.ui.h:13
msgid "Beep when a key is"
msgstr ""

#: ../panels/universal-access/uap.ui.h:14
msgid "Beep when a key is rejected"
msgstr ""

#: ../panels/universal-access/uap.ui.h:15
msgid "Beep when a modifer key is pressed"
msgstr ""

#: ../panels/universal-access/uap.ui.h:16
msgid "Bounce Keys"
msgstr ""

#: ../panels/universal-access/uap.ui.h:17
msgid "Caribou"
msgstr ""

#: ../panels/universal-access/uap.ui.h:18
msgid "Change contrast:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:19
msgid "Closed Captioning"
msgstr ""

#: ../panels/universal-access/uap.ui.h:20
msgid "Contrast:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:21
msgid "Control the pointer using the keypad"
msgstr ""

#: ../panels/universal-access/uap.ui.h:22
msgid "Control the pointer using the video camera."
msgstr ""

#: ../panels/universal-access/uap.ui.h:23
msgid "Ctrl+Alt+-"
msgstr ""

#: ../panels/universal-access/uap.ui.h:24
msgid "Ctrl+Alt+0"
msgstr ""

#: ../panels/universal-access/uap.ui.h:25
msgid "Ctrl+Alt+4"
msgstr ""

#: ../panels/universal-access/uap.ui.h:26
msgid "Ctrl+Alt+8"
msgstr ""

#: ../panels/universal-access/uap.ui.h:27
msgid "Ctrl+Alt+="
msgstr ""

#: ../panels/universal-access/uap.ui.h:29
msgid "D_elay:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:30
msgid "Dasher"
msgstr ""

#: ../panels/universal-access/uap.ui.h:31
msgid "Decrease size:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:32
msgid "Disable if two keys are pressed together"
msgstr ""

#: ../panels/universal-access/uap.ui.h:33
msgid "Display"
msgstr ""

#: ../panels/universal-access/uap.ui.h:34
msgid "Display a textual description of speech and sounds"
msgstr ""

#: ../panels/universal-access/uap.ui.h:35
msgid "Flash the entire screen"
msgstr ""

#: ../panels/universal-access/uap.ui.h:36
msgid "Flash the window title"
msgstr ""

#: ../panels/universal-access/uap.ui.h:37
msgid "GOK"
msgstr ""

#: ../panels/universal-access/uap.ui.h:38
msgid "Hearing"
msgstr ""

#: ../panels/universal-access/uap.ui.h:40
msgid "High/Inverse"
msgstr ""

#: ../panels/universal-access/uap.ui.h:41
msgid "HighContrast"
msgstr ""

#: ../panels/universal-access/uap.ui.h:42
msgid "HighContrastInverse"
msgstr ""

#: ../panels/universal-access/uap.ui.h:43
msgid "Hover Click"
msgstr ""

#: ../panels/universal-access/uap.ui.h:44
msgid "Ignores fast duplicate keypresses"
msgstr ""

#: ../panels/universal-access/uap.ui.h:45
msgid "Increase size:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:46
msgid "Keyboard Settings..."
msgstr ""

#: ../panels/universal-access/uap.ui.h:49
msgid "Larger"
msgstr ""

#: ../panels/universal-access/uap.ui.h:53
msgid "LowContrast"
msgstr ""

#: ../panels/universal-access/uap.ui.h:54
msgid "Mouse Keys"
msgstr ""

#: ../panels/universal-access/uap.ui.h:55
msgid "Mouse Settings..."
msgstr ""

#: ../panels/universal-access/uap.ui.h:56
msgid "Nomon"
msgstr ""

#: ../panels/universal-access/uap.ui.h:57
msgid "None"
msgstr ""

#: ../panels/universal-access/uap.ui.h:59
msgid "Off"
msgstr ""

#: ../panels/universal-access/uap.ui.h:60
msgid "On"
msgstr ""

#: ../panels/universal-access/uap.ui.h:61
msgid "On screen keyboard"
msgstr ""

#: ../panels/universal-access/uap.ui.h:62
msgid "OnBoard"
msgstr ""

#: ../panels/universal-access/uap.ui.h:63
msgid "Options..."
msgstr ""

#: ../panels/universal-access/uap.ui.h:64
msgid "Pointing and Clicking"
msgstr ""

#: ../panels/universal-access/uap.ui.h:65
msgid "Puts a delay between when a key is pressed and when it is accepted"
msgstr ""

#: ../panels/universal-access/uap.ui.h:66
msgid "Screen Reader"
msgstr ""

#: ../panels/universal-access/uap.ui.h:67
msgid "Seeing"
msgstr ""

#: ../panels/universal-access/uap.ui.h:68
msgid "Shift+Ctrl+Alt+-"
msgstr ""

#: ../panels/universal-access/uap.ui.h:69
msgid "Shift+Ctrl+Alt+="
msgstr ""

#: ../panels/universal-access/uap.ui.h:72
msgid "Simulated Secondary Click"
msgstr ""

#: ../panels/universal-access/uap.ui.h:73
msgid "Slow Keys"
msgstr ""

#: ../panels/universal-access/uap.ui.h:76
msgid "Sound Settings..."
msgstr ""

#: ../panels/universal-access/uap.ui.h:77
msgid "Sticky Keys"
msgstr ""

#: ../panels/universal-access/uap.ui.h:78
msgid "Test flash"
msgstr ""

#: ../panels/universal-access/uap.ui.h:79
msgid "Text size:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:80
msgid "Treats a sequence of modifier keys as a key combination"
msgstr ""

#: ../panels/universal-access/uap.ui.h:81
msgid "Trigger a click when the pointer hovers"
msgstr ""

#: ../panels/universal-access/uap.ui.h:82
msgid "Trigger a secondary click by holding down the primary button"
msgstr ""

#: ../panels/universal-access/uap.ui.h:83
msgid "Turn on accessibility features from the keyboard"
msgstr ""

#: ../panels/universal-access/uap.ui.h:84
msgid "Turn on or off:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:85
msgid "Type here to test settings"
msgstr ""

#: ../panels/universal-access/uap.ui.h:86
msgid "Typing"
msgstr ""

#: ../panels/universal-access/uap.ui.h:87
msgid "Typing Assistant"
msgstr ""

#: ../panels/universal-access/uap.ui.h:88
msgid "Use a visual indication when an alert sound occurs"
msgstr ""

#: ../panels/universal-access/uap.ui.h:89
msgid "Use an alternative form of text input"
msgstr ""

#: ../panels/universal-access/uap.ui.h:90
msgid "Video Mouse"
msgstr ""

#: ../panels/universal-access/uap.ui.h:91
msgid "Visual Alerts"
msgstr ""

#: ../panels/universal-access/uap.ui.h:93
msgid "Zoom in:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:94
msgid "Zoom out:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:95
msgid "_Motion threshold:"
msgstr ""

#: ../panels/universal-access/uap.ui.h:96
msgid "accepted"
msgstr ""

#: ../panels/universal-access/uap.ui.h:97
msgid "pressed"
msgstr ""

#: ../panels/universal-access/uap.ui.h:98
msgid "rejected"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:426
msgid "Authentication failed"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:506
#: ../panels/user-accounts/um-password-dialog.c:375
#, c-format
msgid "The new password is too short"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:512
#, c-format
msgid "The new password is too simple"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:518
#, c-format
msgid "The old and new passwords are too similar"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:521
#, c-format
msgid "The new password has already been used recently."
msgstr ""

#: ../panels/user-accounts/run-passwd.c:524
#, c-format
msgid "The new password must contain numeric or special characters"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:528
#, c-format
msgid "The old and new passwords are the same"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:532
#, c-format
msgid "Your password has been changed since you initially authenticated!"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:536
#, c-format
msgid "The new password does not contain enough different characters"
msgstr ""

#: ../panels/user-accounts/run-passwd.c:540
#, c-format
msgid "Unknown error"
msgstr ""

#: ../panels/user-accounts/um-account-dialog.c:78
msgid "Failed to create user"
msgstr ""

#: ../panels/user-accounts/um-account-dialog.c:185
#, c-format
msgid "A user with the username '%s' already exists"
msgstr ""

#: ../panels/user-accounts/um-account-dialog.c:189
#, c-format
msgid "The username is too long"
msgstr ""

#: ../panels/user-accounts/um-account-dialog.c:192
msgid "The username cannot start with a '-'"
msgstr ""

#: ../panels/user-accounts/um-account-dialog.c:195
msgid ""
"The username must consist of:\n"
" ➣ letters from the English alphabet\n"
" ➣ digits\n"
" ➣ any of the characters '.', '-' and '_'"
msgstr ""

#: ../panels/user-accounts/um-account-type.c:35
#: ../panels/user-accounts/data/account-dialog.ui.h:2
#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:3
msgctxt "Account type"
msgid "Standard"
msgstr ""

#: ../panels/user-accounts/um-account-type.c:37
#: ../panels/user-accounts/data/account-dialog.ui.h:1
#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:2
msgctxt "Account type"
msgid "Administrator"
msgstr ""

#: ../panels/user-accounts/um-account-type.c:39
#: ../panels/user-accounts/data/account-dialog.ui.h:3
#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:4
msgctxt "Account type"
msgid "Supervised"
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:107
msgid ""
"You are not allowed to access the device. Contact your system administrator."
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:109
msgid "The device is already in use."
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:111
msgid "An internal error occurred."
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:181
#: ../panels/user-accounts/um-fingerprint-dialog.c:182
msgid "Enabled"
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:224
msgid "Delete registered fingerprints?"
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:228
msgid "_Delete Fingerprints"
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:235
msgid ""
"Do you want to delete your registered fingerprints so fingerprint login is "
"disabled?"
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:363
msgid "Done!"
msgstr ""

#. translators:
#. * The variable is the name of the device, for example:
#. * "Could you not access "Digital Persona U.are.U 4000/4000B" device
#: ../panels/user-accounts/um-fingerprint-dialog.c:409
#: ../panels/user-accounts/um-fingerprint-dialog.c:431
#, c-format
msgid "Could not access '%s' device"
msgstr ""

#. translators:
#. * The variable is the name of the device, for example:
#. * "Could you not access "Digital Persona U.are.U 4000/4000B" device
#: ../panels/user-accounts/um-fingerprint-dialog.c:480
#, c-format
msgid "Could not start finger capture on '%s' device"
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:549
msgid "Could not access any fingerprint readers"
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:550
msgid "Please contact your system administrator for help."
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:587
#: ../panels/user-accounts/data/account-fingerprint.ui.h:1
msgid "Enable Fingerprint Login"
msgstr ""

#. translators:
#. * The variable is the name of the device, for example:
#. * "To enable fingerprint login, you need to save one of your fingerprints, using the
#. * 'Digital Persona U.are.U 4000/4000B' device."
#.
#: ../panels/user-accounts/um-fingerprint-dialog.c:621
#, c-format
msgid ""
"To enable fingerprint login, you need to save one of your fingerprints, "
"using the '%s' device."
msgstr ""

#: ../panels/user-accounts/um-fingerprint-dialog.c:629
#, c-format
msgid ""
"Enrolling fingerprints for\n"
"<b><big>%s</big></b>"
msgstr ""

#: ../panels/user-accounts/um-language-dialog.c:179
msgid "Other..."
msgstr ""

#: ../panels/user-accounts/um-lockbutton.c:365
msgid "Locked"
msgstr ""

#: ../panels/user-accounts/um-lockbutton.c:374
msgid ""
"Dialog is unlocked.\n"
"Click to prevent further changes"
msgstr ""

#: ../panels/user-accounts/um-lockbutton.c:383
msgid ""
"Dialog is locked.\n"
"Click to make changes"
msgstr ""

#: ../panels/user-accounts/um-lockbutton.c:392
msgid ""
"System policy prevents changes.\n"
"Contact your system administrator"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:179
msgid "More choices..."
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:285
msgid "Please choose another password."
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:294
msgid "Please type your current password again."
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:300
msgid "Password could not be changed"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:372
msgid "You need to enter a new password"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:381
msgid "You need to confirm the password"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:384
msgid "The passwords do not match"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:390
msgid "You need to enter your current password"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:393
msgid "The current password is not correct"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:466
#: ../panels/user-accounts/um-password-dialog.c:683
msgctxt "Password strength"
msgid "Too short"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:469
#: ../panels/user-accounts/um-password-dialog.c:684
msgctxt "Password strength"
msgid "Weak"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:471
#: ../panels/user-accounts/um-password-dialog.c:685
msgctxt "Password strength"
msgid "Fair"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:473
#: ../panels/user-accounts/um-password-dialog.c:686
msgctxt "Password strength"
msgid "Good"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:475
#: ../panels/user-accounts/um-password-dialog.c:687
msgctxt "Password strength"
msgid "Strong"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:514
msgid "Passwords do not match"
msgstr ""

#: ../panels/user-accounts/um-password-dialog.c:540
msgid "Wrong password"
msgstr ""

#: ../panels/user-accounts/um-photo-dialog.c:97
#: ../panels/user-accounts/data/language-chooser.ui.h:2
#: ../panels/user-accounts/data/photo-dialog.ui.h:8
msgid "Select"
msgstr ""

#: ../panels/user-accounts/um-photo-dialog.c:216
#: ../panels/user-accounts/data/photo-dialog.ui.h:2
msgid "Browse for more pictures"
msgstr ""

#: ../panels/user-accounts/um-photo-dialog.c:429
msgid "Disable image"
msgstr ""

#: ../panels/user-accounts/um-photo-dialog.c:447
msgid "Take a photo..."
msgstr ""

#: ../panels/user-accounts/um-photo-dialog.c:465
msgid "Browse for more pictures..."
msgstr ""

#: ../panels/user-accounts/um-photo-dialog.c:690
#, c-format
msgid "Used by %s"
msgstr ""

#: ../panels/user-accounts/um-user-manager.c:430
#, c-format
msgid "A user with name '%s' already exists."
msgstr ""

#: ../panels/user-accounts/um-user-manager.c:525
msgid "This user does not exist."
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:359
msgid "Failed to delete user"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:419
msgid "You cannot delete your own account."
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:428
#, c-format
msgid "%s is still logged in"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:432
msgid ""
"Deleting a user while they are logged in can leave the system in an "
"inconsistent state."
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:441
#, c-format
msgid "Do you want to keep %s's files?"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:445
msgid ""
"It is possible to keep the home directory, mail spool and temporary files "
"around when deleting a user account."
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:448
msgid "_Delete Files"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:449
msgid "_Keep Files"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:450
msgid "_Cancel"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:474
msgctxt "Password mode"
msgid "Account disabled"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:483
msgctxt "Password mode"
msgid "To be set at next login"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:486
msgctxt "Password mode"
msgid "None"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:808
msgid "Failed to contact the accounts service"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:810
msgid "Please make sure that the AccountService is installed and enabled."
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:843
msgid ""
"To make changes,\n"
"click the * icon first"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:881
msgid "Create a user"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:892
#: ../panels/user-accounts/um-user-panel.c:1191
msgid ""
"To create a user,\n"
"click the * icon first"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:901
msgid "Delete the selected user"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:913
#: ../panels/user-accounts/um-user-panel.c:1196
msgid ""
"To delete the selected user,\n"
"click the * icon first"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:1091
msgid "My Account"
msgstr ""

#: ../panels/user-accounts/um-user-panel.c:1101
msgid "Other Accounts"
msgstr ""

#: ../panels/user-accounts/data/gnome-user-accounts-panel.desktop.in.in.h:1
msgid "Add or remove users"
msgstr ""

#. Translators: those are keywords for the user accounts control-center panel
#: ../panels/user-accounts/data/gnome-user-accounts-panel.desktop.in.in.h:3
msgid "Login;Name;Fingerprint;Avatar;Logo;Face;Password;"
msgstr ""

#: ../panels/user-accounts/data/gnome-user-accounts-panel.desktop.in.in.h:4
msgid "User Accounts"
msgstr ""

#: ../panels/user-accounts/data/account-dialog.ui.h:4
msgid "Cr_eate"
msgstr ""

#: ../panels/user-accounts/data/account-dialog.ui.h:5
msgid "Create new account"
msgstr ""

#: ../panels/user-accounts/data/account-dialog.ui.h:6
msgid "_Account Type:"
msgstr ""

#: ../panels/user-accounts/data/account-dialog.ui.h:7
msgid "_Full name:"
msgstr ""

#: ../panels/user-accounts/data/account-dialog.ui.h:8
msgid "_Username:"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:1
msgid ""
"How to choose a "
"strong password"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:2
msgid ""
"<small>This hint may be displayed at the login screen.  It will be visible "
"to all users of this system.  Do <b>not</b> include the password here.</"
"small>"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:3
msgid "C_onfirm password:"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:4
msgid "Ch_ange"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:5
msgid "Changing password for:"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:6
msgid "Choose a generated password"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:7
msgid "Choose password at next login"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:8
msgid "Current _password:"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:9
msgid "Disable this account"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:10
msgid "Enable this account"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:11
msgid "Fair"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:12
msgid "Log in without a password"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:13
msgid "Set a password now"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:14
msgid "_Action:"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:15
msgid "_Hint:"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:16
msgid "_New password:"
msgstr ""

#: ../panels/user-accounts/data/password-dialog.ui.h:17
msgid "_Show password"
msgstr ""

#: ../panels/user-accounts/data/photo-dialog.ui.h:1
msgid "Browse"
msgstr ""

#: ../panels/user-accounts/data/photo-dialog.ui.h:4
msgid "Changing photo for:"
msgstr ""

#: ../panels/user-accounts/data/photo-dialog.ui.h:5
msgid ""
"Choose a picture that will be shown at the login screen for this account."
msgstr ""

#: ../panels/user-accounts/data/photo-dialog.ui.h:6
msgid "Gallery"
msgstr ""

#: ../panels/user-accounts/data/photo-dialog.ui.h:7
msgid "Photograph"
msgstr ""

#: ../panels/user-accounts/data/photo-dialog.ui.h:9
msgid "Take a photograph"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:1
msgid "Account Information"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:5
msgid "Account type:"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:6
msgid "Automatic Login:"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:7
msgid "Fingerprint Login:"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:8
msgid "Language:"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:9
msgid "Login Options"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:10
msgid "Open"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:11
msgid "Password:"
msgstr ""

#: ../panels/user-accounts/data/user-accounts-dialog.ui.h:12
msgid "Restrictions:"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:2
msgid "Left index finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:3
msgid "Left little finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:4
msgid "Left middle finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:5
msgid "Left ring finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:6
msgid "Left thumb"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:7
msgid "Other finger: "
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:8
msgid "Right index finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:9
msgid "Right little finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:10
msgid "Right middle finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:11
msgid "Right ring finger"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:12
msgid "Right thumb"
msgstr ""

#: ../panels/user-accounts/data/account-fingerprint.ui.h:13
msgid ""
"Your fingerprint was successfully saved. You should now be able to log in "
"using your fingerprint reader."
msgstr ""

#: ../shell/control-center.c:47
msgid "Show the overview"
msgstr ""

#: ../shell/control-center.c:48
msgid "Panel to display"
msgstr ""

#: ../shell/control-center.c:65
msgid "- System Settings"
msgstr ""

#: ../shell/control-center.c:72
#, c-format
msgid ""
"%s\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""

#: ../shell/gnome-control-center.desktop.in.in.h:1 ../shell/shell.ui.h:1
msgid "System Settings"
msgstr ""

#: ../shell/gnomecc.directory.in.h:1
msgid "Control Center"
msgstr ""

#: ../shell/shell.ui.h:2
msgid "_All Settings"
msgstr ""