summaryrefslogtreecommitdiffstats
path: root/docs/ko/ko.po
blob: a481e13956ecb66f1d6951c12a4f116e6e00e65d (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
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
# Sun Microsystems, 2003, 2004.
# Changwoo Ryu <cwryu@debian.org>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: gdm help\n"
"POT-Creation-Date: 2007-04-13 04:42+0900\n"
"PO-Revision-Date: 2007-04-13 08:28+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../C/legal.xml:2(para) 
msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
msgstr ""

#: ../C/legal.xml:12(para) 
msgid "This manual is part of a collection of GNOME manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license."
msgstr ""

#: ../C/legal.xml:19(para) 
msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and the members of the GNOME Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters."
msgstr ""

#: ../C/legal.xml:35(para) 
msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
msgstr ""

#: ../C/legal.xml:55(para) 
msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES."
msgstr ""

#: ../C/legal.xml:28(para) 
msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: <placeholder-1/>"
msgstr ""

#: ../C/gdm.xml:11(title) 
msgid "Gnome Display Manager Reference Manual"
msgstr "그놈 화면 관리자 참고서"

#: ../C/gdm.xml:15(revnumber) 
msgid "0.0"
msgstr "0.0"

#: ../C/gdm.xml:16(date) 
msgid "2007-01"
msgstr "2007-01"

#: ../C/gdm.xml:21(para) 
msgid "GDM is the GNOME Display Manager, a graphical login program."
msgstr ""

#: ../C/gdm.xml:28(firstname) 
msgid "Martin"
msgstr "Martin"

#: ../C/gdm.xml:28(othername) 
msgid "K."
msgstr "K."

#: ../C/gdm.xml:29(surname) 
msgid "Petersen"
msgstr "Petersen"

#: ../C/gdm.xml:31(email) 
msgid "mkp@mkp.net"
msgstr "mkp@mkp.net"

#: ../C/gdm.xml:35(firstname) 
msgid "George"
msgstr "George"

#: ../C/gdm.xml:35(surname) 
msgid "Lebl"
msgstr "Lebl"

#: ../C/gdm.xml:37(email) 
msgid "jirka@5z.com"
msgstr "jirka@5z.com"

#: ../C/gdm.xml:41(firstname) 
msgid "Brian"
msgstr "Brian"

#: ../C/gdm.xml:41(surname) 
msgid "Cameron"
msgstr "Cameron"

#: ../C/gdm.xml:43(email) 
msgid "Brian.Cameron@Sun.COM"
msgstr "Brian.Cameron@Sun.COM"

#: ../C/gdm.xml:47(firstname) 
msgid "Bill"
msgstr "Bill"

#: ../C/gdm.xml:47(surname) 
msgid "Haneman"
msgstr "Haneman"

#: ../C/gdm.xml:49(email) 
msgid "Bill.Haneman@Sun.COM"
msgstr "Bill.Haneman@Sun.COM"

#: ../C/gdm.xml:54(year) 
msgid "1998"
msgstr "1998"

#: ../C/gdm.xml:54(year) 
msgid "1999"
msgstr "1999"

#: ../C/gdm.xml:54(holder) 
msgid "Martin K. Petersen"
msgstr "Martin K. Petersen"

#: ../C/gdm.xml:57(year) 
msgid "2001"
msgstr "2001"

#: ../C/gdm.xml:57(year) ../C/gdm.xml:61(year) ../C/gdm.xml:64(year) 
msgid "2003"
msgstr "2003"

#: ../C/gdm.xml:57(year) ../C/gdm.xml:64(year) 
msgid "2004"
msgstr "2004"

#: ../C/gdm.xml:58(holder) 
msgid "George Lebl"
msgstr "George Lebl"

#: ../C/gdm.xml:61(holder) 
msgid "Red Hat, Inc."
msgstr "Red Hat, Inc."

#: ../C/gdm.xml:64(holder) 
msgid "Sun Microsystems, Inc."
msgstr "Sun Microsystems, Inc."

#: ../C/gdm.xml:69(releaseinfo) ../C/gdm.xml:78(para) 
msgid "This manual describes version 2.19.0 of the GNOME Display Manager. It was last updated on 03/23/2007."
msgstr ""

#: ../C/gdm.xml:76(title) 
msgid "Terms and Conventions Used in This Manual"
msgstr "이 설명서의 용어 및 관례"

#: ../C/gdm.xml:83(para) 
msgid "Chooser - A program used to select a remote host for managing a display remotely on the local display (<command>gdmchooser</command>)."
msgstr ""

#: ../C/gdm.xml:88(para) 
msgid "Configurator - The configuration application (<command>gdmsetup</command>)."
msgstr ""

#: ../C/gdm.xml:93(para) 
msgid "GDM - Gnome Display Manager. Used to describe the software package as a whole. Sometimes also referred to as GDM2."
msgstr ""

#: ../C/gdm.xml:98(para) 
msgid "gdm - The Gnome Display Manager daemon (<command>gdm</command>)."
msgstr ""

#: ../C/gdm.xml:102(para) 
msgid "Greeter - The graphical login window (<command>gdmlogin</command> or <command>gdmgreeter</command>)."
msgstr ""

#: ../C/gdm.xml:107(para) 
msgid "GTK+ Greeter - The standard login window (<command>gdmlogin</command>)."
msgstr ""

#: ../C/gdm.xml:111(para) 
msgid "PAM - Pluggable Authentication Mechanism"
msgstr ""

#: ../C/gdm.xml:115(para) 
msgid "Themed Greeter - The themable login window ( <command>gdmgreeter</command>)."
msgstr ""

#: ../C/gdm.xml:120(para) 
msgid "XDMCP - X Display Manage Protocol"
msgstr ""

#: ../C/gdm.xml:124(para) 
msgid "Paths that start with a word in angle brackets are relative to the installation prefix. I.e. <filename>&lt;share&gt;/pixmaps/</filename> refers to <filename>&lt;share&gt;/pixmaps</filename> if GDM was configured with <command>--prefix=/usr</command>. Normally also note that GDM is installed with <command>--sysconfigdir=&lt;etc&gt;/X11</command>, meaning any path to which we refer to as <filename>&lt;etc&gt;/gdm/PreSession</filename> usually means <filename>&lt;etc/X11&gt;/gdm/PreSession</filename>. Note that for interoperability it is recommended that you use a --prefix of <filename>/usr</filename> and a --sysconfdir of <filename>&lt;etc&gt;/X11</filename>."
msgstr ""

#: ../C/gdm.xml:140(title) 
msgid "Overview"
msgstr "개요"

#: ../C/gdm.xml:143(title) 
msgid "Introduction"
msgstr ""

#: ../C/gdm.xml:147(para) 
msgid "The Gnome Display Manager (GDM) is a display manager that implements all significant features required for managing local and remote displays. GDM was written from scratch and does not contain any XDM / X Consortium code."
msgstr ""

#: ../C/gdm.xml:154(para) 
msgid "Note that GDM is highly configurable, and many configuration settings can affect security. Issues to be aware of are highlighted in this document and in the GDM Configuration files."
msgstr ""

#: ../C/gdm.xml:160(para) 
msgid "For further information about GDM, see the <ulink type=\"http\" url=\"http://www.gnome.org/projects/gdm/\"> the GDM project website</ulink>. Please submit any bug reports or enhancement requests to the \"gdm\" category in <ulink type=\"http\" url=\"http://bugzilla.gnome.org/\">bugzilla.gnome.org</ulink>. You can also send a message to the <address><email>gdm-list@gnome.org</email></address> mail list to discuss any issues or concerns with the GDM program."
msgstr ""

#: ../C/gdm.xml:173(title) 
msgid "Interface Stability"
msgstr ""

#: ../C/gdm.xml:177(para) 
msgid "The key/value pairs defined in the GDM configuration files and the location of these files are considered \"stable\" interfaces should only change in ways that are backwards compatible. Note that this includes functionality like the GDM scripts (Init, PreSession, PostSession, PostLogin, XKeepsCrashing, etc.); directory locations (ServAuthDir, etc.), system applications (SoundProgram), etc. Some configuration values depend on OS interfaces may need to be modified to work on a given OS. Typical examples are HaltCommand, RebootCommand, CustomCommands, SuspendCommand, StandardXServer, Xnest, SoundProgram, and the \"command\" value for each \"server-foo\"."
msgstr ""

#: ../C/gdm.xml:191(para) 
msgid "Command-line interfaces for GDM programs installed to <filename>&lt;bin&gt;</filename> and <filename>&lt;sbin&gt;</filename> are considered stable. Refer to your distribution documentation to see if there are any distribution-specific changes to these GDM interfaces and what support exists for them."
msgstr ""

#: ../C/gdm.xml:199(para) 
msgid "As of the GDM 2.15 development series, some one-dash arguments are no longer supported. This includes the \"-xdmaddress\", \"-clientaddress\", and \"-connectionType\" arguments used by <command>gdmchooser</command>. These arguments have been changed to now use two dashes."
msgstr ""

#: ../C/gdm.xml:207(para) 
msgid "If issues are discovered that break compatibility, please file a bug with an \"urgent\" priority."
msgstr ""

#: ../C/gdm.xml:214(title) 
msgid "The GDM Daemon"
msgstr ""

#: ../C/gdm.xml:216(para) 
msgid "The GDM daemon is responsible for managing displays on the system. This includes authenticating users, starting the user session, and terminating the user session. GDM is configurable and the ways it can be configured are described in the \"Configuring GDM\" section of this document. The <filename>Init</filename>, <filename>PostLogin</filename>, <filename>PreSession</filename>, and <filename>PostSession</filename> scripts discussed below are discussed in this \"Configuring GDM section\"."
msgstr ""

#: ../C/gdm.xml:227(para) 
msgid "The GDM daemon supports a UNIX domain socket protocol which can be used to control aspects of its behavior and to query information. This protocol is described in the \"Controlling GDM\" section of this document."
msgstr ""

#: ../C/gdm.xml:234(para) 
msgid "GDM can be asked to manage a display a number of ways. Local displays are always managed when GDM starts and will be restarted when a user's session is finished. Displays can be requested via XDMCP, flexible displays can be requested by running the <command>gdmflexiserver</command> command. Displays that are started on request are not restarted on session exit. GDM also provides the <command>gdmdynamic</command> command to allow easier management of displays on a multi-user server. These display types are discussed further in the next section."
msgstr ""


#: ../C/gdm.xml:263(para) 
msgid "The login GUI dialog screen allows the user to select which session they wish to start and which language they wish to use. Sessions are defined by files that end in the .desktop extension and more information about these files can be found in the \"Configuration\" section. The user enters their name and password and if these successfully authenticate, GDM will start the requested session for the user. It is possible to configure GDM to avoid the authentication process by turning on the Automatic or Timed Login features in the GDM configuration. The login GUI can also be configured to provide additional features to the user, such as the Face Browser; the ability to halt, restart, or suspend the system; and/or edit the login configuration (after entering the root password)."
msgstr ""


#: ../C/gdm.xml:295(para) 
msgid "Note that, by default, GDM uses the \"gdm\" service name for normal login and the \"gdm-autologin\" service name for automatic login. The <filename>PamStack</filename> configuration option can be used to specify a different service name. For example, if \"foo\" is specified, then GDM will use the \"foo\" service name for normal login and \"foo-autologin\" for automatic login."
msgstr ""

#: ../C/gdm.xml:305(para) 
msgid "For those looking at the code, the gdm_verify_user function in <filename>daemon/verify-pam.c</filename> is used for normal login and the gdm_verify_setup_user function is used for automatic login."
msgstr ""

#: ../C/gdm.xml:313(title) 
msgid "Different Display Types"
msgstr ""

#: ../C/gdm.xml:315(para) 
msgid "GDM supports three different display types: static (local) displays, flexible (on-demand) displays, and XDMCP (remote) displays. The \"X Server Definitions\" subsection of the \"Configuration\" section explains how the X server is configured for different displays."
msgstr ""

#: ../C/gdm.xml:323(para) 
msgid "Static (local) displays are always started by the daemon, and when they die or are killed, they are restarted. GDM can run as many of these as needed. GDM can also manage displays on which it does not manage a GUI login, thus GDM can be used for supporting X terminals. The \"Local Static X Display Configuration\" subsection of the \"Configuration\" section describes how Static (local) displays are defined."
msgstr ""

#: ../C/gdm.xml:333(para) 
msgid "Flexible, or on demand displays are only available to users logged in on the console. Starting a flexible display will lock the current user session and will show a new login screen over the current running session. If at least one flexible display is already running, and the user requests another, then a dialog will display showing existing flexible displays. The user can choose to switch back to a previous display or start a new flexible display. If the user switches back to a previous display, they will need to enter the password in the lock screen program to return to their session. The GDM configuration file specifies the maximum number of flexible displays allowed on the system."
msgstr ""

#: ../C/gdm.xml:347(para) 
msgid "Flexible displays may be started by running the <command>gdmflexiserver</command> command, or via calling the GDM socket protocol directly. Some lock screen programs provide a button to start a new flexible session. This allows a user to start a new session even if the screen was left locked. The GNOME Fast User Switch applet also uses the socket protocol to provide an applet interface on the GNOME panel for managing user displays quickly. Flexible displays are not restarted when the user session ends. Flexible displays require virtual terminal (VT) support in the kernel, and will not be available if not supported (such as on Solaris)."
msgstr ""

#: ../C/gdm.xml:360(para) 
msgid "The <filename>FlexibleXServers</filename>, <filename>FirstVT=7</filename>, <filename>VTAllocation</filename>, and <filename>FlexiReapDelayMinutes</filename> configuration settings are used to configure how flexible displays operate."
msgstr ""

#: ../C/gdm.xml:367(para) 
msgid "Nested displays are available to users even if not logged in on the console. Nested displays launch a login screen in a window in the user's current session. This can be useful if the user has more than one account on a machine and wishes to login to the other account without disrupting their current session. Nested displays may be started by running the <command>gdmflexiserver -n</command> command or via calling the GDM socket protocol directly. Nested displays require that the X server supports a nested X server command like Xnest or Xephyr. The <filename>Xnest</filename> configuration option is used to configure how nested displays operate"
msgstr ""

#: ../C/gdm.xml:380(para) 
msgid "The <command>gdmdynamic</command> is similar to <command>gdmflexiserver</command> in the sense that it allows the user to manage displays dynamically. However displays started with <command>gdmdynamic</command> are treated as local displays, so they are restarted automatically when the session exits. This command is intended to be used in multi-user server environments (many displays connected to a single server). In other words, this command allows the displays to be managed without hardcoding the display information in the \"Local Static X Display Configuration\" section of the configuration file. This is useful to support the ability of adding new displays to the server without needing to restart GDM, for example."
msgstr ""

#: ../C/gdm.xml:395(para) 
msgid "The last display type is the XDMCP remote displays which are described in the next section. Remote hosts can connect to GDM and present the login screen if this is enabled. Some things are different for remote sessions. For example, the Actions menu which allows you to shut down, restart, suspend, or configure GDM are not shown."
msgstr ""

#: ../C/gdm.xml:406(title) 
msgid "XDMCP"
msgstr "XDMCP"

#: ../C/gdm.xml:410(para) 
msgid "The GDM daemon can be configured to listen for and manage X Display Manage Protocol (XDMCP) requests from remote displays. By default XDMCP support is turned off, but can be enabled if desired. If GDM is built with TCP Wrapper support, then the daemon will only grant access to hosts specified in the GDM service section in the TCP Wrappers configuration file."
msgstr ""

#: ../C/gdm.xml:419(para) 
msgid "GDM includes several measures making it more resistant to denial of service attacks on the XDMCP service. A lot of the protocol parameters, handshaking timeouts etc. can be fine tuned. The defaults should work for most systems, however. Do not change them unless you know what you are doing."
msgstr ""

#: ../C/gdm.xml:427(para) 
msgid "GDM listens to UDP port 177 and will respond to QUERY and BROADCAST_QUERY requests by sending a WILLING packet to the originator."
msgstr ""

#: ../C/gdm.xml:432(para) 
msgid "GDM can also be configured to honor INDIRECT queries and present a host chooser to the remote display. GDM will remember the user's choice and forward subsequent requests to the chosen manager. GDM also supports an extension to the protocol which will make it forget the redirection once the user's connection succeeds. This extension is only supported if both daemons are GDM. It is transparent and will be ignored by XDM or other daemons that implement XDMCP."
msgstr ""

#: ../C/gdm.xml:442(para) 
msgid "If XDMCP seems to not be working, make sure that all machines are specified in <filename>/etc/hosts</filename>."
msgstr ""

#: ../C/gdm.xml:447(para) 
msgid "Refer to the \"Security\" section for information about security concerns when using XDMCP."
msgstr ""

#: ../C/gdm.xml:454(title) 
msgid "Securing Remote Connection Through SSH"
msgstr ""

#: ../C/gdm.xml:457(para) 
msgid "As explained in the \"Security\" section, XDMCP does not use any kind of encryption and as such is inherently insecure. As XDMCP uses UDP as a network transport layer, it is not possible to simply secure it through an SSH tunnel."
msgstr ""

#: ../C/gdm.xml:464(para) 
msgid "To remedy this problem, gdm can be configured at compilation-time with the option --enable-secureremote, in which case gdm proposes as a built-in session a session called \"Secure Remote Connection\". Starting such a session allows the user to enter the name or the address of the host on which to connect; provided the said host runs an SSH server, the user then gets connected to the server on which the default X session is started and displayed on the local host."
msgstr ""

#: ../C/gdm.xml:474(para) 
msgid "Using this session allows a much more secure network connection and only necessitates to have an SSH server running on the remote host."
msgstr ""

#: ../C/gdm.xml:481(title) 
msgid "The GTK+ Greeter"
msgstr ""

#: ../C/gdm.xml:483(para) 
msgid "The GTK+ Greeter is the default graphical user interface that is presented to the user. The greeter contains a menu at the top, an optional face browser, an optional logo and a text entry widget. This greeter has full accessibility support, and should be used by users with accessibility needs."
msgstr ""

#: ../C/gdm.xml:491(para) 
msgid "The text entry field is used for entering logins, passwords, passphrases etc. <command>gdmlogin</command> is controlled by the underlying daemon and is basically stateless. The daemon controls the greeter through a simple protocol where it can ask the greeter for a text string with echo turned on or off. Similarly, the daemon can change the label above the text entry widget to correspond to the value the authentication system wants the user to enter."
msgstr ""

#: ../C/gdm.xml:501(para) 
msgid "The menu bar in the top of the greeter enables the user to select the requested session type/desktop environment, select an appropriate locale/language, halt/restart/suspend the computer, configure GDM (given the user knows the root password), change the GTK+ theme, or start an XDMCP chooser."
msgstr ""

#: ../C/gdm.xml:509(para) 
msgid "The greeter can optionally display a logo in the login window. The image must be in a format readable to the gdk-pixbuf library (GIF, JPG, PNG, TIFF, XPM and possibly others), and it must be readable to the GDM user. See the <filename>Logo</filename> option in the reference section below for details."
msgstr ""

#: ../C/gdm.xml:519(title) 
msgid "The Themed Greeter"
msgstr ""

#: ../C/gdm.xml:521(para) 
msgid "The Themed Greeter is a greeter interface that takes up the whole screen and is very themable. Themes can be selected and new themes can be installed by the configuration application or by setting the <filename>GraphicalTheme</filename> configuration key. The Themed Greeter is much like the GTK+ Greeter in that it is controlled by the underlying daemon, is stateless, and is controlled by the daemon using the same simple protocol."
msgstr ""

#: ../C/gdm.xml:531(para) 
msgid "The look and feel of this greeter is really controlled by the theme and so the user interface elements that are present may be different. The only thing that must always be present is the text entry field as described above in the GTK+ Greeter. The theme can include buttons that allow the user to select an appropriate locale/language, halt/restart/suspend the computer, configure GDM (given the user knows the root password), or start an XDMCP chooser."
msgstr ""

#: ../C/gdm.xml:541(para) 
msgid "You can always get a menu of available actions by pressing the F10 key. This can be useful if the theme doesn't provide certain buttons when you wish to do some action allowed by the GDM configuration."
msgstr ""

#: ../C/gdm.xml:549(title) 
msgid "The GDM Face Browser"
msgstr ""

#: ../C/gdm.xml:551(para) 
msgid "GDM supports a face browser which will display a list of users who can login and an icon for each user. Starting with version 2.18.1 the <filename>Browser</filename> configuration option must be set to \"true\" for this function to be available. In previous versions it was only required when using the GTK+ Greeter. When using the Themed Greeter, the Face Browser is only available if the GDM theme includes a \"userlist\" item type."
msgstr ""

#: ../C/gdm.xml:561(para) 
msgid "By default, the face browser is disabled since revealing usernames on the login screen is not appropriate on many systems for security reasons. Also GDM requires some setup to specify which users should be visible. Setup can be done on the \"Users\" tab in <command>gdmsetup</command>. This feature is most practical to use on a system with a smaller number of users."
msgstr ""

#: ../C/gdm.xml:570(para) 
msgid "The icons used by GDM can be installed globally by the sysadmin or can be located in the users' home directories. If installed globally they should be in the <filename>&lt;share&gt;/pixmaps/faces/</filename> directory (though this can be configured with the <filename>GlobalFaceDir</filename> configuration option) and the filename should be the name of the user, optionally with a <filename>.png</filename> appended. Face icons placed in the global face directory must be readable to the GDM user. However, the daemon, proxies user pictures to the greeter and thus those do not have be be readable by the \"gdm\" user, but root."
msgstr ""

#: ../C/gdm.xml:583(para) 
msgid "Users may run the <command>gdmphotosetup</command> command to configure the image to use for their userid. This program properly scales the file down if it is larger than the <filename>MaxIconWidth</filename> or <filename>MaxIconHeight</filename> configuration options and places the icon in a file called <filename>~/.face</filename>. Although <command>gdmphotosetup</command> scales user images automatically, this does not guarantee that user images are properly scaled since a user may create their <filename>~/.face</filename> file by hand."
msgstr ""

#: ../C/gdm.xml:595(para) 
msgid "GDM will first look for the user's face image in <filename>~/.face</filename>. If not found, it will try <filename>~/.face.icon</filename>. If still not found, it will use the value defined for \"face/picture=\" in the <filename>~/.gnome2/gdm</filename> file. Lastly, it will try <filename>~/.gnome2/photo</filename> and <filename>~/.gnome/photo</filename> which are deprecated and supported for backwards compatibility."
msgstr ""

#: ../C/gdm.xml:606(para) 
msgid "If a user has no defined face image, GDM will use the \"stock_person\" icon defined in the current GTK+ theme. If no such image is defined, it will fallback to the image specified in the <filename>DefaultFace</filename> configuration option, normally <filename>&lt;share&gt;/pixmaps/nobody.png</filename>."
msgstr ""

#: ../C/gdm.xml:614(para) 
msgid "Please note that loading and scaling face icons located in user home directories can be a very time-consuming task. Since it not practical to load images over NIS or NFS, GDM does not attempt to load face images from remote home directories. Furthermore, GDM will give up loading face images after 5 seconds of activity and will only display the users whose pictures it has gotten so far. The <filename>Include</filename> configuration option can be used to specify a set of users who should appear on the face browser. As long as the users to include is of a reasonable size, there should not be a problem with GDM being unable to access the face images. To work around such problems, it is recommended to place face images in the directory specified by the <filename>GlobalFaceDir</filename> configuration option."
msgstr ""

#: ../C/gdm.xml:630(para) 
msgid "To control the users who get displayed in the face browser, there are a number of configuration options that can be used. If the <filename>IncludeAll</filename> option is set to true, then the password file will be scanned and all users will be displayed. If <filename>IncludeAll</filename> option is set to false, then the <filename>Include</filename> option should contain a list of users separated by commas. Only the users specified will be displayed. Any user listed in the <filename>Exclude</filename> option and users whose UID's is lower than <filename>MinimalUID</filename> will be filtered out regardless of the <filename>IncludeAll</filename> setting. <filename>IncludeAll</filename> is not recommended for systems where the passwords are loaded over a network (such as when NIS is used), since it can be very slow to load more than a small number of users over the network.."
msgstr ""

#: ../C/gdm.xml:647(para) 
msgid "When the browser is turned on, valid usernames on the computer are inherently exposed to a potential intruder. This may be a bad idea if you do not know who can get to a login screen. This is especially true if you run XDMCP (turned off by default)."
msgstr ""

#: ../C/gdm.xml:656(title) 
msgid "Logging"
msgstr ""

#: ../C/gdm.xml:658(para) 
msgid "GDM itself will use syslog to log errors or status. It can also log debugging information, which can be useful for tracking down problems if GDM is not working properly. This can be enabled in the configuration file."
msgstr ""

#: ../C/gdm.xml:665(para) 
msgid "Output from the various X servers is stored in the GDM log directory, which is configurable, but is usually <filename>&lt;var&gt;/log/gdm/</filename>. The output from the session can be found in a file called <filename>&lt;display&gt;.log</filename>. Four older files are also stored with <filename>.1</filename> through <filename>.4</filename> appended. These will be rotated as new sessions on that display are started. You can use these logs to view what the X server said when it started up."
msgstr ""

#: ../C/gdm.xml:677(para) 
msgid "The output from the user session is redirected to <filename>~/.xsession-errors</filename> before even the <filename>PreSession</filename> script is started. So it is not really necessary to redirect this again in the session setup script. As is usually done. If the user session lasted less then 10 seconds, GDM assumes that the session crashed and allows the user to view this file in a dialog before returning to the login screen. This way the user can view the session errors from the last session and correct the problem this way."
msgstr ""

#: ../C/gdm.xml:689(para) 
msgid "You can suppress the 10 second warning by returning code 66 from the <filename>Xsession</filename>script or from your session binary (the default <filename>Xsession</filename> script propagates those codes back). This is useful if you have some sort of special logins for which it is not an error to return less then 10 seconds later, or if you setup the session to already display some error message and the GDM message would be confusing and redundant."
msgstr ""

#: ../C/gdm.xml:699(para) 
msgid "The session output is piped through the GDM daemon and so the <filename>~/.xsession-errors</filename> file is capped at about 200 kilobytes by GDM to prevent a possible denial of service attack on the session. An application could perhaps on reading some wrong data print out warnings or errors on the stderr or stdout. This could perhaps fill up the user's home directory making it necessary to log out and back into their session to clear this. This could be especially nasty if quotas are set. GDM also correctly traps the XFSZ signal and stops writing the file, which would lead to killed sessions if the file was redirected in the old fashioned way from the script."
msgstr ""

#: ../C/gdm.xml:712(para) 
msgid "Note that some distributors seem to override the <filename>~/.xsession-errors</filename> redirection and do it themselves in their own Xsession script (set by the <filename>BaseXsession</filename> configuration key) which means that GDM will not be able to trap the output and cap this file. You also lose output from the <filename>PreSession</filename> script which can make debugging things harder to figure out as perhaps useful output of what is wrong will not be printed out. See the description of the <filename>BaseXsession</filename> configuration key for more information, especially on how to handle multiple display managers using the same script."
msgstr ""

#: ../C/gdm.xml:726(para) 
msgid "Note that if the session is a failsafe session, or if GDM can't open this file for some reason, then a fallback file will be created in the <filename>/tmp</filename> directory named <filename>/tmp/xses-&lt;user&gt;.XXXXXX</filename> where the <filename>XXXXXX</filename> are some random characters."
msgstr ""

#: ../C/gdm.xml:734(para) 
msgid "If you run a system with quotas set, it would be good to delete the <filename>~/.xsession-errors</filename> in the <filename>PostSession</filename> script. Such that this log file doesn't unnecessarily stay around."
msgstr ""

#: ../C/gdm.xml:743(title) 
msgid "Accessing Files"
msgstr ""

#: ../C/gdm.xml:745(para) 
msgid "In general GDM is very reluctant regarding reading/writing of user files (such as the <filename>~/.dmrc</filename>, <filename>~/.face</filename>, <filename>~/.xsession-errors</filename>, and <filename>~/.Xauthority</filename> files). For instance it refuses to access anything but regular files. Links, sockets and devices are ignored. The value of the <filename>RelaxPermissions</filename> parameter determines whether GDM should accept files writable by the user's group or others. These are ignored by default."
msgstr ""

#: ../C/gdm.xml:757(para) 
msgid "All operations on user files are done with the effective user id of the user. If the sanity check fails on the user's <filename>.Xauthority</filename> file, a fallback cookie is created in the directory specified by the <filename>UserAuthFBDir</filename> configuration setting (<filename>/tmp</filename> by default)."
msgstr ""

#: ../C/gdm.xml:765(para) 
msgid "Finally, the sysadmin can specify the maximum file size GDM should accept, and, if the face browser is enabled, a tunable maximum icon size is also enforced. On large systems it is still advised to turn off the face browser for performance reasons. Looking up icons in home directories, scaling and rendering face icons can take a long time."
msgstr ""

#: ../C/gdm.xml:776(title) 
msgid "GDM Performance"
msgstr ""

#: ../C/gdm.xml:778(para) 
msgid "To speed performance it is possible to build GDM so that it will preload libraries when GDM first displays a greeter program. This has been shown to speed first time login since these libraries can be loaded into memory while the user types in their username and password."
msgstr ""

#: ../C/gdm.xml:786(para) 
msgid "To use this feature, configure GDM with the <command>--with-prefetch</command> option. This will cause GDM to install the <command>gdmprefetch</command> program to the <filename>libexecdir</filename> directory, install the <filename>gdmprefetchlist</filename> to the <filename>&lt;etc&gt;/gdm</filename> directory, and set the <filename>PreFetchProgram</filename> configuration variable so that the <command>gdmprefetch</command> program is called with the default <filename>gdmprefetchlist</filename> file. The default <filename>gdmprefetchlist</filename> file was optimized for a GNOME desktop running on Solaris, so may need fine-tuning on other systems. Alternative prefetchlist files can be contributed to the \"gdm\" category in <ulink type=\"http\" url=\"http://bugzilla.gnome.org/\">bugzilla.gnome.org</ulink>, so that they can be included in future GDM releases."
msgstr ""

#: ../C/gdm.xml:807(title) 
msgid "Security"
msgstr "보안"

#: ../C/gdm.xml:810(title) 
msgid "PAM"
msgstr "PAM"

#: ../C/gdm.xml:814(para) 
msgid "GDM uses PAM for login authentication, though if your machine does not support PAM you can build GDM to work with the password database and the crypt library function."
msgstr ""

#: ../C/gdm.xml:820(para) 
msgid "PAM stands for Pluggable Authentication Module, and is used by most programs that request authentication on your computer. It allows the administrator to configure different authentication behavior for different programs."
msgstr ""

#: ../C/gdm.xml:827(para) 
msgid "Some GDM features (like turning on automatic login) may require that you update your PAM configuration. PAM configuration has different, but similar, interfaces on different operating systems, so check your pam.d or pam.conf man page for details. Be sure that you read the PAM documentation (e.g. pam.d/pam.conf man page) and are comfortable with the security implications of any changes you intend to make to your configuration."
msgstr ""

#: ../C/gdm.xml:837(para) 
msgid "If there is no entry for GDM in your system's PAM configuration file, then features like automatic login may not work. Not having an entry will cause GDM to use default behavior, conservative settings are recommended and probably shipped with your distribution."
msgstr ""

#: ../C/gdm.xml:844(para) 
msgid "If you wish to make GDM work with other types of authentication mechanisms (such as a SmartCard), then you should implement this by using a PAM service module for the desired authentication type rather than by trying to modify the GDM code directly. Refer to the PAM documentation on your system. This issue has been discussed on the <address><email>gdm-list@gnome.org</email></address> mail list, so you can refer to the list archives for more information."
msgstr ""

#: ../C/gdm.xml:854(para) 
msgid "For example, an effective way to implement such an exotic authentication mechanism would be to have a daemon running on the server listening to the authentication device (e.g. USB key, fingerprint reader, etc.). When the device announces that it has received input, then the daemon can set the <filename>PamStack</filename> configuration value using per-display configuration, and restart the greeter with the PAM stack that works with this device. This avoids needing to hack the display manager code directly to support the feature."
msgstr ""

#: ../C/gdm.xml:869(title) 
msgid "The GDM User"
msgstr ""

#: ../C/gdm.xml:871(para) 
msgid "For security reasons a dedicated user and group id are required for proper operation! The need to be able to write Xauth files is why user \"nobody\" is not appropriate for gdm."
msgstr ""


#: ../C/gdm.xml:888(para) 
msgid "This userid is used to run the GDM GUI programs required for login. All functionality that requires root authority is done by the GDM daemon process. This design ensures that if the GUI programs are somehow exploited, only the dedicated user privileges are available."
msgstr ""

#: ../C/gdm.xml:895(para) 
msgid "It should however be noted that the GDM user and group have some privileges that make them somewhat dangerous. For one, they have access to the X server authorization directory. It must be able to read and write Xauth keys to <filename>&lt;var&gt;/lib/gdm</filename>. This directory should have root:gdm ownership and 1770 permissions. Running \"make install\" will set this directory to these values. The GDM daemon process will reset this directory to proper ownership/permissions if it is somehow not set properly."
msgstr ""

#: ../C/gdm.xml:906(para) 
msgid "The danger is that someone who gains the GDM user/group privileges can then connect to any session. So you should not, under any circumstances, make this some user/group which may be easy to get access to, such as the user <filename>nobody</filename>. Users who gain access to the \"gdm\" user could also modify the Xauth keys causing Denial-Of-Service attacks. Also if a person gains the ability to run programs as the user \"gdm\", it would be possible to snoop on running GDM processes, including usernames and passwords as they are being typed in."
msgstr ""

#: ../C/gdm.xml:918(para) 
msgid "Distributions and system administrators using GDM are expected to setup the dedicated user properly. It is recommended that this userid be configured to disallow login and to not have a default shell. Distributions and system administrators should set up the filesystem to ensure that the GDM user does not have read or write access to sensitive files."
msgstr ""

#: ../C/gdm.xml:929(title) 
msgid "X Server Authentication Scheme"
msgstr ""

#: ../C/gdm.xml:931(para) 
msgid "The X server authorization directory (the <filename>ServAuthDir</filename>) is used for a host of random internal data in addition to the X server authorization files, and the naming is really a relic of history. GDM daemon enforces this directory to be owned by <filename>root.gdm</filename> with the permissions of 1770. This way, only root and the GDM group have write access to this directory, but the GDM group cannot remove the root owned files from this directory, such as the X server authorization files."
msgstr ""

#: ../C/gdm.xml:943(para) 
msgid "GDM by default doesn't trust the X server authorization directory and treats it in the same way as the temporary directory with respect to creating files. This way someone breaking the GDM user cannot mount attacks by creating links in this directory. Similarly the X server log directory is treated safely, but that directory should really be owned and writable only by root."
msgstr ""

#: ../C/gdm.xml:952(para) 
msgid "GDM only supports the MIT-MAGIC-COOKIE-1 X server authentication scheme. Normally little is gained from the other schemes, and no effort has been made to implement them so far. Be especially careful about using XDMCP because the X server authentication cookie goes over the wire as clear text. If snooping is possible, then an attacker could simply snoop your authentication password as you log in, regardless of the authentication scheme being used. If snooping is possible and undesirable, then you should use ssh for tunneling an X connection rather then using XDMCP. You could think of XDMCP as a sort of graphical telnet, having the same security issues."
msgstr ""

#: ../C/gdm.xml:965(para) 
msgid "On the upside, GDM's random number generation is very conservative and GDM goes to extraordinary measures to truly get a 128 bit random number, using hardware random number generators (if available), plus the current time (in microsecond precision), a 20 byte array of pseudorandom numbers, process pid's, and other random information (possibly using <filename>/dev/audio</filename> or <filename>/dev/mem</filename> if hardware random generators are not available) to create a large buffer and then run MD5 digest on this. Obviously, all this work is wasted if you send this cookie over an open network or store it on an NFS directory (see <filename>UserAuthDir</filename> configuration key). So be careful about where you use remote X display."
msgstr ""

#: ../C/gdm.xml:982(title) 
msgid "Firewall Security"
msgstr ""

#: ../C/gdm.xml:984(para) 
msgid "Even though GDM tries to outsmart potential attackers trying to take advantage of XDMCP, it is still advised that you block the XDMCP port (normally UDP port 177) on your firewall unless you really need it. GDM guards against DoS (Denial of Service) attacks, but the X protocol is still inherently insecure and should only be used in controlled environments. Also each remote connection takes up lots of resources, so it is much easier to DoS via XDMCP then a webserver."
msgstr ""

#: ../C/gdm.xml:994(para) 
msgid "It is also wise to block all of the X Server ports. These are TCP ports 6000 + the display number of course) on your firewall. Note that GDM will use display numbers 20 and higher for flexible on-demand servers."
msgstr ""

#: ../C/gdm.xml:1001(para) 
msgid "X is not a very safe protocol for leaving on the net, and XDMCP is even less safe."
msgstr ""

#: ../C/gdm.xml:1008(title) 
msgid "GDM Security With NFS"
msgstr ""

#: ../C/gdm.xml:1010(para) 
msgid "Note that NFS traffic really goes \"over the wire\" and thus can be snooped. When accessing the user's X authorization file (<filename>~/.Xauthority</filename>), GDM will try to open the file for reading as root. If it fails, GDM will conclude that it is on an NFS mount and it will automatically use <filename>UserAuthFBDir</filename>, which by default is set to <filename>/tmp</filename>. This behavior can be changed by setting the <filename>NeverPlaceCookiesOnNFS</filename> in the <filename>[security]</filename> section to false."
msgstr ""

#: ../C/gdm.xml:1024(title) 
msgid "XDMCP Security"
msgstr ""

#: ../C/gdm.xml:1026(para) 
msgid "Even though your display is protected by cookies, XEvents and thus keystrokes typed when entering passwords will still go over the wire in clear text. It is trivial to capture these."
msgstr ""

#: ../C/gdm.xml:1032(para) 
msgid "XDMCP is primarily useful for running thin clients such as in terminal labs. Those thin clients will only ever need the network to access the server, and so it seems like the best security policy to have those thin clients on a separate network that cannot be accessed by the outside world, and can only connect to the server. The only point from which you need to access outside is the server."
msgstr ""

#: ../C/gdm.xml:1041(para) 
msgid "The above sections \"X Server Authentication Scheme\" and \"Firewall Security\" also contain important information about using XDMCP securely. The next section also discusses how to set up XDMCP access control."
msgstr ""

#: ../C/gdm.xml:1048(para) 
msgid "To workaround the inherent insecurity of XDMCP, gdm proposes a default built-in session that uses SSH to encrypt the remote connection. See the section \"Securing remote connection through SSH\" above."
msgstr ""

#: ../C/gdm.xml:1056(title) 
msgid "XDMCP Access Control"
msgstr ""

#: ../C/gdm.xml:1058(para) 
msgid "XDMCP access control is done using TCP wrappers. It is possible to compile GDM without TCP wrappers however, so you should test your configuration and verify that they work."
msgstr ""

#: ../C/gdm.xml:1064(para) 
msgid "You should use the daemon name <command>gdm</command> in the <filename>&lt;etc&gt;/hosts.allow</filename> and <filename>&lt;etc&gt;/hosts.deny</filename> files. For example to deny computers from <filename>.evil.domain</filename> from logging in, then add"
msgstr ""

#: ../C/gdm.xml:1071(screen) 
#, no-wrap
msgid "\ngdm: .evil.domain\n"
msgstr ""

#: ../C/gdm.xml:1074(para) 
msgid "to <filename>&lt;etc&gt;/hosts.deny</filename>. You may also need to add"
msgstr ""

#: ../C/gdm.xml:1078(screen) 
#, no-wrap
msgid "\ngdm: .your.domain\n"
msgstr ""

#: ../C/gdm.xml:1081(para) 
msgid "to your <filename>&lt;etc&gt;/hosts.allow</filename> if you normally disallow all services from all hosts. See the <ulink type=\"help\" url=\"man:hosts.allow\">hosts.allow(5)</ulink> man page for details."
msgstr ""

#: ../C/gdm.xml:1091(title) 
msgid "Support for ConsoleKit"
msgstr "ConsoleKit 지원"

#: ../C/gdm.xml:1093(para) 
msgid "GDM includes support for publishing user login information with the user and login session accounting framework known as ConsoleKit. ConsoleKit is able to keep track of all the users currently logged in. In this respect, it can be used as a replacement for the utmp or utmpx files that are available on most Unix-like operating systems."
msgstr ""

#: ../C/gdm.xml:1101(para) 
msgid "When GDM is about to create a new login process for a user it will call a privileged method of ConsoleKit in order to open a new session for this user. At this time GDM also provides ConsoleKit with information about this user session such as: the user ID, the X11 Display name that will be associated with the session, the host-name from which the session originates (useful in the case of an XDMCP session), whether or not this session is local, etc. As the entity that initiates the user process, GDM is in a unique position know and to be trusted to provide these bits of information about the user session. The use of this privileged method is restricted by the use of D-Bus system message bus security policy."
msgstr ""

#: ../C/gdm.xml:1114(para) 
msgid "In the case where a user with an existing session and has authenticated at GDM and requests to resume that existing session GDM calls a privileged method of ConsoleKit to unlock that session. The exact details of what happens when the session receives this unlock signal is undefined and session-specific. However, most sessions will unlock a screensaver in response."
msgstr ""

#: ../C/gdm.xml:1123(para) 
msgid "When the user chooses to log out, or if GDM or the session quit unexpectedly the user session will be unregistered from ConsoleKit."
msgstr ""

#: ../C/gdm.xml:1128(para) 
msgid "If support for ConsoleKit is not desired it can be disabled at build time using the \"--with-console-kit=no\" option when running configure."
msgstr ""

#: ../C/gdm.xml:1137(title) 
msgid "Using gdmsetup To Configure GDM"
msgstr "gdmsetup으로 GDM 설정하기"

#: ../C/gdm.xml:1139(para) 
msgid "The <command>gdmsetup</command> application can be used to configure GDM. If you believe running root-owned GUI's causes security risk, then you would want to always edit the files by hand and not use <command>gdmsetup</command>. Editing the files by hand is explained in the \"Configuration\" section of this document. Note that <command>gdmsetup</command> does not support changing of all configuration variables, so it may be necessary to edit the files by hand for some configurations."
msgstr ""

#: ../C/gdm.xml:1150(para) 
msgid "The <command>gdmsetup</command> program has five tabs: Local, Remote, Accessibility, Security, and Users, described below. In parenthesis is information about which GDM configuration key is affected by each GUI choice. Refer to the \"Configuration\" section of this manual and the comments in the GDM System Defaults Configuration File for additional details about each key."
msgstr ""

#: ../C/gdm.xml:1160(title) 
msgid "Local Tab"
msgstr ""

#: ../C/gdm.xml:1162(para) 
msgid "The Local tab is used for controlling the appearance of GDM for local/static displays (non-XDMCP remote connections). The choices available in this tab depend on the setting of the \"Style\" combobox. This combobox is used to determine whether the \"Plain\" or \"Themed\" greeter GUI is used. The differences between these greeter programs are explained in the \"Overview\" section of this document."
msgstr ""

#: ../C/gdm.xml:1172(para) 
msgid "If the \"Style\" choice is \"Plain\", then GDM will use the <command>gdmlogin</command> program as the GUI (daemon/Greeter). When this choice is selected, <command>gdmsetup</command> allows the user to select whether the background is an image or solid color (greeter/BackgroundType). If image is selected, there is a file selection button to pick the image file (greeter/BackgroundImage) and a checkbox to scale the image to fit the screen (greeter/BackgroundImageScaleToFit). If solid color is selected, there is a button available to allow the color selection (greeter/BackgroundColor). Also, the user may select the logo image that appears in gdmlogin (greeter/Logo)."
msgstr ""

#: ../C/gdm.xml:1186(para) 
msgid "If the \"Style\" choice is \"Plain with face browser\", then the <command>gdmlogin</command> program is used as the GUI (daemon/Greeter) and the face browser is turned on (greeter/Browser). The Face Browser is explained in the \"Overview\" section. Otherwise, the choices are the same as when the \"Style\" choice is \"Plain\". Additional setup in the Users tab may be necessary to choose which users appear in the Face Browser."
msgstr ""

#: ../C/gdm.xml:1196(para) 
msgid "If the \"Style\" choice is \"Themed\", then the <command>gdmgreeter</command> program is used as the GUI (daemon/Greeter). When this choice is selected, <command>gdmsetup</command> allows the user to select the theme to be used (greeter/GraphicalTheme). Note that the checkbox to the left of the theme's name must be checked for a theme to be selected. Information about the theme's author and copyright are shown for the highlighted theme. The \"Remove\" button can be used to delete the highlighted theme. The \"Add\" button can be used to add new themes to the system. For a new theme to be added it must be in tar or compressed tar format. The \"Background color\" displayed when GDM starts (and if the theme has transparent elements) can be selected (greeter/GraphicalThemedColor). The \"Theme\" combo box may be set to \"Random from selected\" to display a random theme for each login (greeter/GraphicalThemeRand and greeter/GraphicalThemes). To use random themes, select each theme that you wish to be displayed. By default this combobox is set to \"Selected only\", so that only a single theme may be selected and be used."
msgstr ""

#: ../C/gdm.xml:1218(para) 
msgid "If the \"Style\" choice is \"Themed with face browser\", then the <command>gdmgreeter</command> program is used as the GUI (daemon/Greeter) and the face browser is turned on (greeter/Browser) if supported by the theme. The Face Browser is explained in the Overview section. Otherwise, the choices are the same as when the \"Style\" choice is \"Themed\". Additional setup in the Users tab may be necessary to choose which users appear in the Face Browser."
msgstr ""

#: ../C/gdm.xml:1229(para) 
msgid "Regardless of the \"Style\" choice, the user may also select whether the Actions menu is visible (greeter/SystemMenu), whether the Actions menu includes the choice to start <command>gdmsetup</command> (greeter/ConfigAvailable), and whether the Action menu includes the choice to start <command>gdmchooser</command> to run a remote XDMCP login session (greeter/ChooserButton). Note that the root password must be entered to start <command>gdmsetup</command> from the login screen if it is enabled. Also the Welcome message displayed for local sessions may be selected (greeter/DefaultWelcome and greeter/Welcome). The Welcome message can contain the character sequences described in the \"Text Node\" section of the \"Themed Greeter\" section of this manual."
msgstr ""

#: ../C/gdm.xml:1246(title) 
msgid "Remote Tab"
msgstr ""

#: ../C/gdm.xml:1248(para) 
msgid "The Remote tab controls the appearance of the GDM for users logging in via XDMCP. By default XDMCP is disabled, and users should be comfortable with the XDMCP-related sections of the Security section of this document before enabling it. This tab includes a \"Style\" combobox which can be used to turn on XDMCP and control the appearance of GDM for remote users (gui/RemoteGreeter and xdmcp/Enable). The user may specify to use either the same greeter as used on the Local tab, or the other Greeter program. If the Face Browser setting is true on the Local tab, then it will also be true for the Remote tab. If the Face Browser setting is false on the Local tab, then it will also be false for the Remote tab. It is recommended that the \"Plain\" GUI be used for remote connections since it is more lightweight and tends to have better performance across a network."
msgstr ""

#: ../C/gdm.xml:1265(para) 
msgid "If Remote login is enabled, then the user can specify the remote Welcome Message to be displayed (greeter/DefaultRemoteWelcome and greeter/RemoteWelcome). This welcome message is separate from the Local welcome message and can have a different value. The Welcome message can contain the character sequences described in the \"Text Node\" section of the \"Themed Greeter\" section of this manual."
msgstr ""

#: ../C/gdm.xml:1275(para) 
msgid "If the \"Style\" choice is \"Same as Local\" and the local selection is \"Plain\" or \"Plain with face browser\", then the user may select whether background images should be displayed for remote logins (greeter/BackgroundRemoteOnlyColor)."
msgstr ""

#: ../C/gdm.xml:1283(para) 
msgid "If the \"Style\" choice is enabled and set to a different value than the Local tab, then the user has the same configuration choices as found on the Local tab except that the System Menu choices are not available since this is never available for remote logins for security purposes."
msgstr ""

#: ../C/gdm.xml:1291(para) 
msgid "If Remote login is enabled, there is a \"Configure XDMCP\" button which displays a dialog allowing the user to set XDMCP configuration, including whether indirect requests are honored (xdmcp/HonorIndirect), UDP port (xdmcp/Port), maximum pending requests (xdmcp/MaxPending), maximum pending indirect requests (xmdcp/MaxPendingIndirect), maximum remote sessions (xdmcp/MaxSessions), maximum wait time (xdmcp/MaxWait), maximum indirect wait time (xdmcp/MaxWaitIndirect), displays per host (xdmcp/DisplaysPerHost), and ping interval (xdmcp/PingIntervalSeconds). The default settings are standard settings and should only be changed by someone who understands the ramifications of the change."
msgstr ""

#: ../C/gdm.xml:1307(title) 
msgid "Accessibility Tab"
msgstr ""

#: ../C/gdm.xml:1309(para) 
msgid "The Accessibility tab is used to turn on Accessibility features in GDM. \"Enable accessible login\" (daemon/AddGtkModules and daemon/GtkModulesList) turns on GDM's gesture listeners which are explained in the \"Accessibility\" section of this document. There is also a checkbox to allow users to change the theme when using the Plain greeter (gui/AllowGtkThemeChange). This feature allows GDM users to switch the theme to the HighContrast or LowContrast themes if needed. The user may also select whether GDM should play a sound when the login screen is ready, when login is successful and when login has failed. File chooser buttons are used to select the sound file to be played, and the \"Play\" button can be used to sample the sound."
msgstr ""

#: ../C/gdm.xml:1326(title) 
msgid "Security Tab"
msgstr ""

#: ../C/gdm.xml:1328(para) 
msgid "The Security tab allows the user to turn on Automatic and Timed login, which user is logged in via an automatic or timed login, and the timed login delay (daemon/AutomaticLoginEnable, daemon/AutomaticLogin, daemon/TimedLoginEnable, daemon/TimedLogin, and daemon/TimedLoginDelay). If automatic login is turned on, then the specified user will immediately log in on reboot without GDM asking for username/password. If the user logs out of their session, GDM will start and ask for username and password to log back in. If TimedLogin is turned on, then GDM will log into the specified user after a specified number of seconds. The user may enable Timed Login for remote (XDMCP) connections by checking the \"Allow remote timed logins\" checkbox."
msgstr ""

#: ../C/gdm.xml:1343(para) 
msgid "On this tab, the user may select whether the system administrator user can log in, and whether the system administrator user can log in via remote (XDMCP) connections (security/AllowRoot and security/AllowRemoteRoot). The user may turn on GDM debug (debug/Enable) which causes debug messages to be sent to the system log. Debug should only be used when diagnosing a problem and not be left on when not needed. The \"Deny TCP connections to X server\" choice will disable X forwarding if selected (security/DisallowTCP). A login retry delay (security/RetryDelay) can be set to cause GDM to wait a number of seconds after a failed login."
msgstr ""

#: ../C/gdm.xml:1356(para) 
msgid "The \"Configure X Server\" button can be used to specify how GDM manages each display. The \"Servers\" combobox shows what server definitions are available (Standard, Terminal, and Chooser by default). Refer to the \"X Server Definitions\" section of the \"Configuration\" section for more information about how to create new Server Definitions."
msgstr ""

#: ../C/gdm.xml:1365(para) 
msgid "For any server type, the user may modify the \"Server Name\" (server/name), the \"Command\" (server/command) to be used to launch the X server, whether the server type will \"Launch\" (server/chooser) the greeter or chooser GUI after starting the X server, whether GDM handles this type (normally only set to false when logging into a Terminal session type), and whether the session type supports \"Flexible\" (server/flexible) sessions."
msgstr ""

#: ../C/gdm.xml:1375(para) 
msgid "The \"Servers To Start\" section shows what server type is displayed for each display on the machine. Users may click on the \"Add/Modify\" button to add a new display to the list or to modify a selected display. This simply corresponds each physical display with the Server Definition to be used for managing that display. The \"Remove\" button may be used to remove a display from the list."
msgstr ""

#: ../C/gdm.xml:1387(title) 
msgid "Users Tab"
msgstr ""

#: ../C/gdm.xml:1389(para) 
msgid "The Users tab controls which users appear in the Face Browser. If the \"Include all users from /etc/password\" checkbox is selected, then all users (with a userid above greeter/MinimalUID and not in the Exclude list) are displayed. If this checkbox is not selected, then users must be added to the \"Include\" list. Users in the \"Exclude\" list are never displayed. The \"Add\" and \"Remove\" buttons are used to add a new user to the list or remove a selected user from the list. The \"Apply User Changes\" button must be pressed after the \"Include\" and \"Exclude\" lists have been modified. The left and right arrow buttons between the \"Include\" and \"Exclude\" lists can be used to move a selected user from one list to the other."
msgstr ""

#: ../C/gdm.xml:1407(title) 
msgid "Configuration"
msgstr "설정"

#: ../C/gdm.xml:1409(para) 
msgid "GDM has powerful configuration management. System default configuration is stored in the GDM System Defaults Configuration File and user changes to the default configuration are stored in the GDM Custom Configuration File. This allows sysadmins to store the GDM System Defaults Configuration File on a shared filesystem, so a single file can be used to control configuration for multiple machines. GDM also supports per-display configuration for GUI-related keys."
msgstr ""

#: ../C/gdm.xml:1419(para) 
msgid "The <command>gdmsetup</command> is a GUI program you can use to edit the GDM configuration. This program may also be launched directly from the login screen if the greeter/ConfigAvailable key is set to \"true\" Not all keys in the GDM configuration file are supported in the GUI, so you may need to edit the configuration files by hand to edit these keys. If you believe running root-owned GUI's causes security risk, then you would want to always edit the files by hand. This program does not support setting per-display configuration, so per-display configuration files must be set up by hand."
msgstr ""

#: ../C/gdm.xml:1431(para) 
msgid "Aside from the GDM System Defaults Configuration File, the other GDM configuration files are located, by default, in the <filename>&lt;etc&gt;/gdm/</filename> folder or its subdirectories. Note that the location of many configuration files are defined in the GDM configuration files, so check the GDM System Defaults Configuration File and the GDM Custom Configuration File if the files are not in the locations specified in this document."
msgstr ""

#: ../C/gdm.xml:1441(para) 
msgid "Listing of the config directory contents:"
msgstr ""

#: ../C/gdm.xml:1445(screen) 
#, no-wrap
msgid "\ncustom.conf\nlocale.alias\nXsession\nXKeepsCrashing\nmodules/\nInit/\nPostLogin/\nPreSession/\nPostSession/\n"
msgstr ""

#: ../C/gdm.xml:1457(para) 
msgid "<filename>locale.alias</filename> is a file which looks much like the system locale alias but, in fact, is not the same. This is a list of all languages that may be on your system. All languages are checked to see if they exist before displaying them in the Language Selection dialog in the login GUI. Only those that exist are displayed."
msgstr ""

#: ../C/gdm.xml:1465(para) 
msgid "<filename>Xsession</filename> is a script which sets up a user session and then executes the user's choice of session. Note that the session script is typically started via the <filename>desktop</filename> file associated with the session the user has picked. Some sessions may start the user's session via a different mechanism than the <filename>Xsession</filename> script, so please check the appropriate <filename>desktop</filename> before assuming a session startup issue is being caused by this file."
msgstr ""

#: ../C/gdm.xml:1476(para) 
msgid "<filename>XKeepsCrashing</filename> is a script which gets run when the X server keeps crashing and we cannot recover. The shipped default script will work with most Linux distributions and can run the X configuration application provided the person on the console knows the root password."
msgstr ""

#: ../C/gdm.xml:1484(para) 
msgid "Accessibility modules are configured in the <filename>modules/</filename> subdirectory, and are a separate topic. Read the default files provided, they have adequate documentation. Again normally the default install is given in the files with <filename>factory</filename> in their name, and those files are not read, they are just there for you so you can always revert to default config."
msgstr ""

#: ../C/gdm.xml:1493(para) 
msgid "Files describing available GDM session follow the freedesktop.org desktop file specification. The <filename>.desktop</filename>-style files are installed to <filename>&lt;etc&gt;/X11/sessions/</filename>. This directory is also read by the KDE desktop manager (KDM) for common configuration. Next the directory <filename>&lt;share&gt;/gdm/BuiltInSessions/</filename> is read for GDM specific built-in sessions (KDM hardcodes these at time of this writing). Lastly the default setup will also read <filename>&lt;share&gt;/xsessions/</filename> (which should be <filename>&lt;share&gt;/xsessions/</filename> if you really wish to cooperate with KDM) where desktop packages can install their session files. The directories under the <filename>&lt;etc&gt;</filename> should be reserved for configuration. The desktop file specification approach makes it easy for package management systems to install window managers and different session types without requiring the sysadmin to edit files. See the <filename>SessionDesktopDir</filename> configuration key for changing the paths. It used to be that GDM stored its built in sessions in <filename>&lt;etc&gt;/dm/Sessions/</filename> but this is deprecated as of 2.5.90.0. Note that prior to version 2.4.4.2 only the <filename>&lt;etc&gt;/dm/Sessions/</filename> was being read."
msgstr ""

#: ../C/gdm.xml:1516(para) 
msgid "A session can be disabled (if it was installed in <filename>&lt;share&gt;/xsessions/</filename>) by adding an identically named <filename>.desktop</filename> to one of the directories earlier in the path (likely <filename>&lt;etc&gt;/X11/sessions</filename>) and using <filename>Hidden=true</filename> in that file."
msgstr ""

#: ../C/gdm.xml:1525(title) 
msgid "The Script Directories"
msgstr ""

#: ../C/gdm.xml:1527(para) 
msgid "In this section we will explain the <filename>Init</filename>, <filename>PostLogin</filename>, <filename>PreSession</filename> and <filename>PostSession</filename> directories as they are very similar."
msgstr ""

#: ../C/gdm.xml:1533(para) 
msgid "When the X server has been successfully started, GDM will try to run the script called <filename>Init/&lt;displayname&gt;</filename>. I.e. <filename>Init/:0</filename> for the first local display. If this file is not found, GDM will attempt to to run <filename>Init/&lt;hostname&gt;</filename>. I.e. <filename>Init/somehost</filename>. If this still is not found, GDM will try <filename>Init/XDMCP</filename> for all XDMCP logins or <filename>Init/Flexi</filename> for all on demand flexible displays. If none of the above were found, GDM will run <filename>Init/Default</filename>. The script will be run as root and GDM blocks until it terminates. Use the <filename>Init/*</filename> script for applications that are supposed to run alongside with the GDM login window. xconsole for instance. Commands to set the background etc. go in this file too."
msgstr ""

#: ../C/gdm.xml:1551(para) 
msgid "It is up to the sysadmin to decide whether clients started by the Init script should be killed before starting the user session. This is controlled with the <filename>KillInitClients</filename> configuration option."
msgstr ""

#: ../C/gdm.xml:1558(para) 
msgid "When the user has been successfully authenticated GDM tries the scripts in the <filename>PostLogin</filename> directory in the same manner as for the <filename>Init</filename> directory. This is done before any session setup is done, and so this would be the script where you might setup the home directory if you need to (though you should use the <filename>pam_mount</filename> module if you can for this). You have the <filename>$USER</filename> and <filename>$DISPLAY</filename> environment variables set for this script, and again it is run as root. The script should return 0 on success as otherwise the user won't be logged in. This is not true for failsafe session however."
msgstr ""

#: ../C/gdm.xml:1572(para) 
msgid "After the user session has been setup from the GDM side of things, GDM will run the scripts in the <filename>PreSession</filename> directory, again in the same manner as the <filename>Init</filename> directory. Use this script for local session management or accounting stuff. The <filename>$USER</filename> environment variable contains the login of the authenticated user and <filename>$DISPLAY</filename> is set to the current display. The script should return 0 on success. Any other value will cause GDM to terminate the current login process. This is not true for failsafe sessions however. Also <filename>$X_SERVERS</filename> environmental variable is set and this points to a fake generated X servers file for use with the sessreg accounting application."
msgstr ""

#: ../C/gdm.xml:1587(para) 
msgid "After this the base <filename>Xsession</filename> script is run with the selected session executable as the first argument. This is run as the user, and really this is the user session. The available session executables are taken from the <filename>Exec=</filename> line in the <filename>.desktop</filename> files in the path specified by <filename>SessionDesktopDir</filename>. Usually this path is <filename>&lt;etc&gt;/X11/sessions/:&lt;etc&gt;/dm/Sessions:/usr/share/xsessions/</filename>. The first found file is used. The user either picks from these sessions or GDM will look inside the file <filename>~/.dmrc</filename> for the stored preference."
msgstr ""

#: ../C/gdm.xml:1600(para) 
msgid "This script should really load the user's profile and generally do all the voodoo that is needed to launch a session. Since many systems reset the language selections done by GDM, GDM will also set the <filename>$GDM_LANG</filename> variable to the selected language. You can use this to reset the language environmental variables after you run the user's profile. If the user elected to use the system language, then <filename>$GDM_LANG</filename> is not set."
msgstr ""


#: ../C/gdm.xml:1625(para) 
msgid "Note that the <filename>PostSession</filename> script will be run even when the display fails to respond due to an I/O error or similar. Thus, there is no guarantee that X applications will work during script execution."
msgstr ""

#: ../C/gdm.xml:1632(para) 
msgid "Except for the <filename>Xsession</filename> script all of these scripts will also have the environment variable <filename>$RUNNING_UNDER_GDM</filename> set to <filename>yes</filename>, so that you could perhaps use similar scripts for different display managers. The <filename>Xsession</filename> will always have the <filename>$GDMSESSION</filename> set to the basename of the session that the user chose to run without the <filename>.desktop</filename> extension. In addition <filename>$DESKTOP_SESSION</filename> is also set to the same value and in fact this will also be set by KDM in future versions."
msgstr ""

#: ../C/gdm.xml:1646(para) 
msgid "Neither of the <filename>Init</filename>, <filename>PostLogin</filename>, <filename>PreSession</filename> or <filename>PostSession</filename> scripts are necessary and can be left out. The <filename>Xsession</filename> script is however required as well as at least one session <filename>.desktop</filename> file."
msgstr ""

#: ../C/gdm.xml:1656(title) 
msgid "The Configuration Files - GDM System Defaults Configuration File and GDM Custom Configuraiton File"
msgstr ""

#: ../C/gdm.xml:1659(para) 
msgid "GDM uses two configuration files: the GDM System Defaults Configuration File (<filename>&lt;share&gt;/gdm/defaults.conf</filename>) and the GDM Custom Configuration File (<filename>&lt;etc&gt;/gdm/custom.conf</filename>). The GDM System Defaults File contains the default configuration choices for GDM, and should not be modified by the user. The GDM Custom Configuration File is where users may specify their custom configuration choices. If a configuration option is not defined in either file, GDM will default to the value described in the comments in the GDM System Defaults Configuration File."
msgstr ""

#: ../C/gdm.xml:1672(para) 
msgid "Both configuration files are divided into sections each containing variables that define the behavior for a specific part of the GDM suite. Refer to the comments in the GDM System Defaults Configuration File for additional information about each configuration setting."
msgstr ""

#: ../C/gdm.xml:1679(para) 
msgid "GDM also supports per-display configuration for parameters in the \"gui\", \"greeter\" sections of the configuration file Also the security/PamStack key may be customized per-display. Per-display configuration is specified by creating a file named <filename>&lt;etc&gt;/gdm/custom.conf&lt;display num&gt;</filename>. In this file the section and keys to use on this display can be specified. For example, configuration overrides for display \":103\" would be stored in the file <filename>&lt;etc&gt;/gdm/custom.conf:0</filename>. Per-display configuration is supported in GDM 2.14.6 and later."
msgstr ""

#: ../C/gdm.xml:1692(para) 
msgid "To change configuration by hand, edit the GDM Custom Configuration File or per-display configuration file and make sure the keyname=value pair you want is included in the appropriate section. For example, to change the value for the \"Greeter\" key in the \"daemon\" section, make sure the daemon section of the GDM Custom Configuration File or per-display configuration file includes the \"[daemon]\" section followed by the key and value change desired. As in this example:"
msgstr ""

#: ../C/gdm.xml:1703(screen) 
#, no-wrap
msgid "\n[daemon]\nGreeter=/usr/lib/gdmgreeter\n"
msgstr ""

#: ../C/gdm.xml:1708(para) 
msgid "The <command>gdmsetup</command> command can be used to modify the GDM Custom Configuration File. Note the <command>gdmsetup</command> is intended to be run as root, so users who feel it is insecure to run GUI programs as root should edit the configuration files by hand."
msgstr ""

#: ../C/gdm.xml:1715(para) 
msgid "The GDM daemon <command>--config</command> argument may instead be used to specify a different configuration file location. The GDM daemon must be restarted to change the configuration file being used. Also when building GDM, the location of the configuration files may be specified via the <command>--with-defaults-conf</command> and <command>--with-custom-conf</command> configuration options."
msgstr ""

#: ../C/gdm.xml:1724(para) 
msgid "Previous to GDM 2.13.0.4 only the <filename>&lt;etc&gt;/gdm/gdm.conf</filename> existed. For best backwards compatibility, this file will be used instead of the GDM Custom Configuration File if it exists on your system. If upgrading to the new version of GDM, \"make install\" will check to see if the <filename>&lt;etc&gt;/gdm/gdm.conf</filename> file is different than the <filename>&lt;etc&gt;/gdm/factory-gdm.conf</filename> file. If so, the <filename>&lt;etc&gt;/gdm/gdm.conf</filename> file will be automatically copied to <filename>&lt;etc&gt;/gdm/custom.conf</filename> to preserve any configuration changes."
msgstr ""

#: ../C/gdm.xml:1738(para) 
msgid "Distributions should edit the GDM System Defaults Configuration File to establish default configuration values, so that they are preserved as defaults and not modified by users modifying the GDM Custom Configuration File. Note that distributions may modify the GDM System Defaults Configuration File on update to improve usability, security, etc. So any changes made to this file may be lost."
msgstr ""

#: ../C/gdm.xml:1747(para) 
msgid "The GDM System Defaults Configuration File and the GDM Custom Configuration File follow the standard <filename>.ini</filename> style configuration file syntax. Keywords in brackets define sections, strings before an equal sign (=) are variables and the data after equal sign represents their value. Empty lines or lines starting with the hash mark (#) are ignored. The graphical configurator will try to preserve both comments (lines with a hash mark) and the overall structure of the file so you can intermix using the GUI or hand editing the configuration file."
msgstr ""

#: ../C/gdm.xml:1759(para) 
msgid "The following configuration keys are supported in GDM:"
msgstr ""

#: ../C/gdm.xml:1764(title) 
msgid "Daemon Configuration"
msgstr ""

#: ../C/gdm.xml:1767(title) 
msgid "[daemon]"
msgstr "[daemon]"

#: ../C/gdm.xml:1770(term) 
msgid "AddGtkModules"
msgstr "AddGtkModules"

#: ../C/gdm.xml:1772(synopsis) 
#, no-wrap
msgid "AddGtkModules=false"
msgstr "AddGtkModules=false"

#: ../C/gdm.xml:1773(para) 
msgid "If true, then enables <command>gdmgreeter</command> or <command>gdmlogin</command> to be launched with additional Gtk+ modules. This is useful when extra features are required such as accessible login. Note that only \"trusted\" modules should be used to minimize security issues."
msgstr ""

#: ../C/gdm.xml:1780(para) 
msgid "If true, then the registry daemon <command>at-spi-registryd</command> will be launched by <command>gdmgreeter</command> or <command>gdmlogin</command> starting with version GDM 2.17."
msgstr ""

#: ../C/gdm.xml:1786(para) 
msgid "Usually this is used for accessibility modules. The modules which are loaded are specified with the <filename>GtkModulesList</filename> key."
msgstr ""

#: ../C/gdm.xml:1795(term) 
msgid "AlwaysLoginCurrentSession"
msgstr "AlwaysLoginCurrentSession"

#: ../C/gdm.xml:1797(synopsis) 
#, no-wrap
msgid "AlwaysLoginCurrentSession=true"
msgstr "AlwaysLoginCurrentSession=true"

#: ../C/gdm.xml:1798(para) 
msgid "If true, then when the user logs in and already has an existing session, then they are connected to that session rather than starting a new session. This only works for sessions running on VTs (Virtual Terminals) started with gdmflexiserver, and not with XDMCP. Note that VTs are not supported on all operating systems."
msgstr ""

#: ../C/gdm.xml:1810(term) 
msgid "AutomaticLoginEnable"
msgstr "AutomaticLoginEnable"

#: ../C/gdm.xml:1812(synopsis) 
#, no-wrap
msgid "AutomaticLoginEnable=false"
msgstr "AutomaticLoginEnable=false"

#: ../C/gdm.xml:1813(para) 
msgid "If the user given in AutomaticLogin should be logged in upon first bootup. No password will be asked. This is useful for single user workstations where local console security is not an issue. Also could be useful for public terminals, although there see <filename>TimedLogin</filename>."
msgstr ""

#: ../C/gdm.xml:1824(term) 
msgid "AutomaticLogin"
msgstr "AutomaticLogin"

#: ../C/gdm.xml:1826(synopsis) 
#, no-wrap
msgid "AutomaticLogin="
msgstr "AutomaticLogin="

#: ../C/gdm.xml:1827(para) 
msgid "This user should be automatically logged in on first bootup. AutomaticLoginEnable must be true and this must be a valid user for this to happen. \"root\" can never be autologged in however and gdm will just refuse to do it even if you set it up."
msgstr ""

#: ../C/gdm.xml:1835(para) 
msgid "The following control chars are recognized within the specified name:"
msgstr ""

#: ../C/gdm.xml:1840(para) ../C/gdm.xml:3857(para) 
msgid "&percnt;&percnt;&mdash; the `&percnt;' character"
msgstr "&percnt;&percnt;&mdash; the `&percnt;' character"

#: ../C/gdm.xml:1844(para) 
msgid "&percnt;d &mdash; display's name"
msgstr ""

#: ../C/gdm.xml:1848(para) 
msgid "&percnt;h &mdash; display's hostname"
msgstr ""

#: ../C/gdm.xml:1852(para) 
msgid "Alternatively, the name may end with a vertical bar |, the pipe symbol. The name is then used as a application to execute which returns the desired username on standard output. If an empty or otherwise invalid username is returned, automatic login is not performed. This feature is typically used when several remote displays are used as internet kiosks, with a specific user to automatically login for each display."
msgstr ""

#: ../C/gdm.xml:1865(term) 
msgid "BaseXsession"
msgstr "BaseXsession"

#: ../C/gdm.xml:1867(synopsis) 
#, no-wrap
msgid "BaseXsession=&lt;etc&gt;/gdm/Xsession"
msgstr "BaseXsession=&lt;etc&gt;/gdm/Xsession"

#: ../C/gdm.xml:1868(para) 
msgid "This is the base X session file. When a user logs in, this script will be run with the selected session as the first argument. The selected session will be the <filename>Exec=</filename> from the <filename>.desktop</filename> file of the session."
msgstr ""

#: ../C/gdm.xml:1876(para) 
msgid "If you wish to use the same script for several different display managers, and wish to have some of the script run only for GDM, then you can check the presence of the <filename>GDMSESSION</filename> environmental variable. This will always be set to the basename of <filename>.desktop</filename> (without the extension) file that is being used for this session, and will only be set for GDM sessions. Previously some scripts were checking for <filename>GDM_LANG</filename>, but that is only set when the user picks a non-system default language."
msgstr ""

#: ../C/gdm.xml:1889(para) 
msgid "This script should take care of doing the \"login\" for the user and so it should source the <filename>&lt;etc&gt;/profile</filename> and friends. The standard script shipped with GDM sources the files in this order: <filename>&lt;etc&gt;/profile</filename> then <filename>~/.profile</filename> then <filename>&lt;etc&gt;/xprofile</filename> and finally <filename>~/.xprofile</filename>. Note that different distributions may change this however. Sometimes users personal setup will be in <filename>~/.bash_profile</filename>, however broken that is."
msgstr ""

#: ../C/gdm.xml:1906(term) 
msgid "Chooser"
msgstr "Chooser"

#: ../C/gdm.xml:1908(synopsis) 
#, no-wrap
msgid "Chooser=&lt;bin&gt;/gdmchooser"
msgstr "Chooser=&lt;bin&gt;/gdmchooser"

#: ../C/gdm.xml:1909(para) 
msgid "Full path and name of the chooser executable followed by optional arguments."
msgstr ""

#: ../C/gdm.xml:1917(term) 
msgid "Configurator"
msgstr "Configurator"

#: ../C/gdm.xml:1919(synopsis) 
#, no-wrap
msgid "Configurator=&lt;bin&gt;/gdmsetup --disable-sound --disable-crash-dialog"
msgstr "Configurator=&lt;bin&gt;/gdmsetup --disable-sound --disable-crash-dialog"

#: ../C/gdm.xml:1920(para) 
msgid "The pathname to the configurator binary. If the greeter <filename>ConfigAvailable</filename> option is set to true then run this binary when somebody chooses Configuration from the Actions menu. Of course GDM will first ask for root password however. And it will never allow this to happen from a remote display."
msgstr ""

#: ../C/gdm.xml:1932(term) 
msgid "ConsoleCannotHandle"
msgstr "ConsoleCannotHandle"

#: ../C/gdm.xml:1934(synopsis) 
#, no-wrap
msgid "ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh"
msgstr "ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh"

#: ../C/gdm.xml:1935(para) 
msgid "These are the languages that the console cannot handle because of font issues. Here we mean the text console, not X. This is only used when there are errors to report and we cannot start X."
msgstr ""

#: ../C/gdm.xml:1945(term) 
msgid "ConsoleNotify"
msgstr "ConsoleNotify"

#: ../C/gdm.xml:1947(synopsis) 
#, no-wrap
msgid "ConsoleNotify=true"
msgstr "ConsoleNotify=true"

#: ../C/gdm.xml:1948(para) 
msgid "If false, gdm will not display a message dialog on the console when an error happens."
msgstr ""

#: ../C/gdm.xml:1956(term) 
msgid "DefaultPath"
msgstr "DefaultPath"

#: ../C/gdm.xml:1958(synopsis) 
#, no-wrap
msgid "DefaultPath=defaultpath (value set by configure)"
msgstr ""

#: ../C/gdm.xml:1959(para) 
msgid "Specifies the path which will be set in the user's session. This value will be overridden with the value from <filename>/etc/default/login</filename> if it contains \"ROOT=&lt;pathname&gt;\". If the <filename>/etc/default/login</filename> file exists, but contains no value for ROOT, the value as defined in the GDM configuration will be be used."
msgstr ""

#: ../C/gdm.xml:1972(term) 
msgid "DefaultSession"
msgstr "DefaultSession"

#: ../C/gdm.xml:1974(synopsis) 
#, no-wrap
msgid "DefaultSession=gnome.desktop"
msgstr "DefaultSession=gnome.desktop"

#: ../C/gdm.xml:1975(para) 
msgid "The session that is used by default if the user does not have a saved preference and has picked 'Last' from the list of sessions. Note that 'Last' need not be displayed, see the <filename>ShowLastSession</filename> key."
msgstr ""

#: ../C/gdm.xml:1986(term) 
msgid "DisplayInitDir"
msgstr "DisplayInitDir"

#: ../C/gdm.xml:1988(synopsis) 
#, no-wrap, fuzzy
msgid "DisplayInitDir=&lt;etc&gt;/gdm/Init"
msgstr "DisplayInitDir=&lt;etc&gt;/gdm/Init"

#: ../C/gdm.xml:1989(para) 
msgid "Directory containing the display init scripts. See the ``The Script Directories'' section for more info."
msgstr ""

#: ../C/gdm.xml:1997(term) 
msgid "DisplayLastLogin"
msgstr "DisplayLastLogin"

#: ../C/gdm.xml:1999(synopsis) 
#, no-wrap
msgid "DisplayLastLogin=true"
msgstr "DisplayLastLogin=true"

#: ../C/gdm.xml:2000(para) 
msgid "If true then the last login information is printed to the user before being prompted for password. While this gives away some info on what users are on a system, it on the other hand should give the user an idea of when they logged in and if it doesn't seem kosher to them, they can just abort the login and contact the sysadmin (avoids running malicious startup scripts). This was added in version 2.5.90.0."
msgstr ""

#: ../C/gdm.xml:2009(para) 
msgid "This is for making GDM conformant to CSC-STD-002-85, although that is purely theoretical now. Someone should read that spec and ensure that this actually conforms (in addition to other places in GDM). See <filename>http://www.radium.ncsc.mil/tpep/library/rainbow/CSC-STD-002-85.html</filename> for more info."
msgstr ""

#: ../C/gdm.xml:2021(term) 
msgid "DoubleLoginWarning"
msgstr "DoubleLoginWarning"

#: ../C/gdm.xml:2023(synopsis) 
#, no-wrap
msgid "DoubleLoginWarning=true"
msgstr "DoubleLoginWarning=true"

#: ../C/gdm.xml:2024(para) 
msgid "If true, GDM will warn the user if they are already logged in on another virtual terminal. On systems where GDM supports checking the X virtual terminals, GDM will let the user switch to the previous login virtual terminal instead of logging in."
msgstr ""

#: ../C/gdm.xml:2034(term) 
msgid "DynamicXServers"
msgstr "DynamicXServers"

#: ../C/gdm.xml:2036(synopsis) 
#, no-wrap
msgid "DynamicXServers=false"
msgstr "DynamicXServers=false"

#: ../C/gdm.xml:2037(para) 
msgid "If true, the GDM daemon will honor requests to manage displays via the <filename>/tmp/.gdm_socket</filename> socket connection. Displays can be created, started, and deleted with the appropriate commands. The <filename>gdmdynamic</filename> command is a convenient method to send these messages."
msgstr ""

#: ../C/gdm.xml:2049(term) 
msgid "FailsafeXServer"
msgstr "FailsafeXServer"

#: ../C/gdm.xml:2051(synopsis) 
#, no-wrap
msgid "FailsafeXServer="
msgstr "FailsafeXServer="

#: ../C/gdm.xml:2052(para) 
msgid "An X command line in case we can't start the normal X server. should probably be some sort of a script that runs an appropriate low resolution X server that will just work. This is tried before the <filename>XKeepsCrashing</filename> script is run."
msgstr ""

#: ../C/gdm.xml:2063(term) 
msgid "FirstVT"
msgstr "FirstVT"

#: ../C/gdm.xml:2065(synopsis) 
#, no-wrap
msgid "FirstVT=7"
msgstr "FirstVT=7"

#: ../C/gdm.xml:2066(para) 
msgid "On systems where GDM supports automatic VT (virtual terminal) allocation, this is the first vt to try. Usually standard text logins are run on the lower vts. See also <filename>VTAllocation</filename>."
msgstr ""

#: ../C/gdm.xml:2076(term) 
msgid "FlexibleXServers"
msgstr "FlexibleXServers"

#: ../C/gdm.xml:2078(synopsis) 
#, no-wrap
msgid "FlexibleXServers=5"
msgstr "FlexibleXServers=5"

#: ../C/gdm.xml:2079(para) 
msgid "The maximum number of allowed flexible displays. These are displays that can be run using the <filename>/tmp/.gdm_socket</filename> socket connection. This is used for both full flexible displays and for nested displays (refer to the <filename>Xnest</filename> configuration option)."
msgstr ""

#: ../C/gdm.xml:2091(term) 
msgid "FlexiReapDelayMinutes"
msgstr "FlexiReapDelayMinutes"

#: ../C/gdm.xml:2093(synopsis) 
#, no-wrap
msgid "FlexiReapDelayMinutes=5"
msgstr "FlexiReapDelayMinutes=5"

#: ../C/gdm.xml:2094(para) 
msgid "After how many minutes of inactivity at the login screen should a flexi display be reaped. This is only in effect before a user logs in. Also it does not affect nested displays (refer to the <filename>Xnest</filename> configuration option). To turn off this behavior set this value to 0. This was added in version 2.5.90.0."
msgstr ""

#: ../C/gdm.xml:2106(term) 
msgid "Greeter"
msgstr "Greeter"

#: ../C/gdm.xml:2108(synopsis) 
#, no-wrap
msgid "Greeter=&lt;bin&gt;/gdmlogin"
msgstr "Greeter=&lt;bin&gt;/gdmlogin"

#: ../C/gdm.xml:2109(para) 
msgid "Full path and name of the greeter executable followed by optional arguments. This is the greeter used for all displays except for the XDMCP remote displays. See also <filename>RemoteGreeter</filename>"
msgstr ""

#: ../C/gdm.xml:2119(term) 
msgid "Group"
msgstr "Group"

#: ../C/gdm.xml:2121(synopsis) 
#, no-wrap
msgid "Group=gdm"
msgstr "Group=gdm"

#: ../C/gdm.xml:2122(para) 
msgid "The group name under which <command>gdmlogin</command>, <command>gdmgreeter</command>, <command>gdmchooser</command> and the internal failsafe GTK+ dialogs are run. Also see <filename>User</filename>. This user will have access to all the X authorization files, and perhaps to other internal GDM data and it should not therefore be a user such as nobody, but rather a dedicated user. The <filename>ServAuthDir</filename> is owned by this group. The ownership and permissions of <filename>ServAuthDir</filename> should be <filename>root.gdm</filename> and 1770."
msgstr ""

#: ../C/gdm.xml:2139(term) 
msgid "GtkModulesList"
msgstr "GtkModulesList"

#: ../C/gdm.xml:2141(synopsis) 
#, no-wrap
msgid "GtkModulesList=module-1:module-2:..."
msgstr "GtkModulesList=module-1:module-2:..."

#: ../C/gdm.xml:2142(para) 
msgid "A colon separated list of Gtk+ modules that <command>gdmgreeter</command> or <command>gdmlogin</command> will be invoked with if <filename>AddGtkModules</filename> is true. The format is the same as the standard Gtk+ module interface."
msgstr ""

#: ../C/gdm.xml:2153(term) 
msgid "HaltCommand"
msgstr "HaltCommand"

#: ../C/gdm.xml:2155(synopsis) 
#, no-wrap
msgid "HaltCommand=&lt;sbin&gt;/shutdown -h now"
msgstr "HaltCommand=&lt;sbin&gt;/shutdown -h now"

#: ../C/gdm.xml:2156(para) 
msgid "Full path and arguments to command to be executed when user selects \"Shut Down\" from the Actions menu. This can be a ';' separated list of commands to try. If a value is missing, the shut down command is not available. Note that the default for this value is not empty, so to disable \"Shut Down\" it must be set to an empty value."
msgstr ""

#: ../C/gdm.xml:2169(term) 
msgid "KillInitClients"
msgstr "KillInitClients"

#: ../C/gdm.xml:2171(synopsis) 
#, no-wrap
msgid "KillInitClients=true"
msgstr "KillInitClients=true"

#: ../C/gdm.xml:2172(para) 
msgid "Determines whether GDM should kill X clients started by the init scripts when the user logs in."
msgstr ""

#: ../C/gdm.xml:2180(term) 
msgid "LogDir"
msgstr "LogDir"

#: ../C/gdm.xml:2182(synopsis) 
#, no-wrap
msgid "LogDir=&lt;var&gt;/log/gdm"
msgstr "LogDir=&lt;var&gt;/log/gdm"

#: ../C/gdm.xml:2183(para) 
msgid "Directory containing the log files for the individual displays. By default this is the same as the ServAuthDir."
msgstr ""

#: ../C/gdm.xml:2191(term) 
msgid "PreFetchProgram"
msgstr "PreFetchProgram"

#: ../C/gdm.xml:2193(synopsis) 
#, no-wrap
msgid "PreFetchProgram=command"
msgstr "PreFetchProgram=command"

#: ../C/gdm.xml:2194(para) 
msgid "Program to be run by the GDM greeter/login program when the initial screen is displayed. The purpose is to provide a hook where files which will be used after login can be preloaded to speed performance for the user. The program will be called once only, the first time a greeter is displayed. The gdmprefetch command may be used. This utility will load any libraries passed in on the command line, or if the argument starts with a \"@\" character, it will process the file assuming it is an ASCII file containing a list of libraries, one per line, and load each library in the file."
msgstr ""

#: ../C/gdm.xml:2210(term) 
msgid "PostLoginScriptDir"
msgstr "PostLoginScriptDir"

#: ../C/gdm.xml:2212(synopsis) 
#, no-wrap
msgid "PostLoginScriptDir=&lt;etc&gt;/gdm/PostLogin"
msgstr "PostLoginScriptDir=&lt;etc&gt;/gdm/PostLogin"

#: ../C/gdm.xml:2213(para) 
msgid "Directory containing the scripts run right after the user logs in, but before any session setup is done. See the ``The Script Directories'' section for more info."
msgstr ""

#: ../C/gdm.xml:2222(term) 
msgid "PostSessionScriptDir"
msgstr "PostSessionScriptDir"

#: ../C/gdm.xml:2224(synopsis) 
#, no-wrap
msgid "PostSessionScriptDir=&lt;etc&gt;/gdm/PostSession"
msgstr "PostSessionScriptDir=&lt;etc&gt;/gdm/PostSession"

#: ../C/gdm.xml:2225(para) 
msgid "Directory containing the scripts run after the user logs out. See the ``The Script Directories'' section for more info."
msgstr ""

#: ../C/gdm.xml:2233(term) 
msgid "PreSessionScriptDir"
msgstr "PreSessionScriptDir"

#: ../C/gdm.xml:2235(synopsis) 
#, no-wrap
msgid "PreSessionScriptDir=&lt;etc&gt;/gdm/PreSession"
msgstr "PreSessionScriptDir=&lt;etc&gt;/gdm/PreSession"

#: ../C/gdm.xml:2236(para) 
msgid "Directory containing the scripts run before the user logs in. See the ``The Script Directories'' section for more info."
msgstr ""

#: ../C/gdm.xml:2244(term) 
msgid "RebootCommand"
msgstr "RebootCommand"

#: ../C/gdm.xml:2246(synopsis) 
#, no-wrap
msgid "RebootCommand=&lt;sbin&gt;/shutdown -r now"
msgstr "RebootCommand=&lt;sbin&gt;/shutdown -r now"

#: ../C/gdm.xml:2247(para) 
msgid "Full path and optional arguments to the command to be executed when user selects Restart from the Actions menu. This can be a ';' separated list of commands to try. If missing, the restart command is not available. Note that the default for this value is not empty so to disable restart you must set this explicitly to an empty value."
msgstr ""

#: ../C/gdm.xml:2259(term) 
msgid "RemoteGreeter"
msgstr "RemoteGreeter"

#: ../C/gdm.xml:2261(synopsis) 
#, no-wrap
msgid "RemoteGreeter=&lt;bin&gt;/gdmlogin"
msgstr "RemoteGreeter=&lt;bin&gt;/gdmlogin"

#: ../C/gdm.xml:2262(para) 
msgid "Full path and name of the greeter executable followed by optional arguments. This is used for all remote XDMCP sessions. It is useful to have the less graphically demanding greeter here if you use the Themed Greeter for your main greeter. See also the <filename>Greeter</filename> key."
msgstr ""

#: ../C/gdm.xml:2273(term) 
msgid "RootPath"
msgstr "RootPath"

#: ../C/gdm.xml:2275(synopsis) 
#, no-wrap, fuzzy
msgid "RootPath=defaultpath (value set by configure)"
msgstr "RootPath=defaultpath (value set by configure)"

#: ../C/gdm.xml:2276(para) 
msgid "Specifies the path which will be set in the root's session and the {Init,PostLogin,PreSession,PostSession} scripts executed by GDM. This value will be overridden with the value from <filename>/etc/default/login</filename> if it contains \"SUROOT=&lt;pathname&gt;\". If the <filename>/etc/default/login</filename> file exists, but contains no value for SUROOT, the value as defined in the GDM configuration will be used."
msgstr ""

#: ../C/gdm.xml:2290(term) 
msgid "ServAuthDir"
msgstr "ServAuthDir"

#: ../C/gdm.xml:2292(synopsis) 
#, no-wrap
msgid "ServAuthDir=&lt;var&gt;/gdm"
msgstr "ServAuthDir=&lt;var&gt;/gdm"

#: ../C/gdm.xml:2293(para) 
msgid "Directory containing the X authentication files for the individual displays. Should be owned by <filename>root.gdm</filename> with permissions 1770, where <filename>gdm</filename> is the GDM group as defined by the <filename>Group</filename> option. That is should be owned by root, with <filename>gdm</filename> group having full write permissions and the directory should be sticky and others should have no permission to the directory. This way the GDM user can't remove files owned by root in that directory, while still being able to write its own files there. GDM will attempt to change permissions for you when it's first run if the permissions are not the above. This directory is also used for other private files that the daemon needs to store. Other users should not have any way to get into this directory and read/change it's contents. Anybody who can read this directory can connect to any display on this computer."
msgstr ""

#: ../C/gdm.xml:2315(term) 
msgid "SessionDesktopDir"
msgstr "SessionDesktopDir"

#: ../C/gdm.xml:2317(synopsis) 
#, no-wrap
msgid "SessionDesktopDir=&lt;etc&gt;/X11/sessions/:&lt;etc&gt;/dm/Sessions/:&lt;share&gt;/xsessions/"
msgstr "SessionDesktopDir=&lt;etc&gt;/X11/sessions/:&lt;etc&gt;/dm/Sessions/:&lt;share&gt;/xsessions/"

#: ../C/gdm.xml:2318(para) 
msgid "Directory containing the <filename>.desktop</filename> files which are the available sessions on the system. Since 2.4.4.2 this is treated like a PATH type variable and the first file found is used."
msgstr ""

#: ../C/gdm.xml:2328(term) 
msgid "SoundProgram"
msgstr "SoundProgram"

#: ../C/gdm.xml:2330(filename) 
msgid "&lt;bin&gt;/play"
msgstr "&lt;bin&gt;/play"

#: ../C/gdm.xml:2330(filename) 
msgid "&lt;bin&gt;/audioplay"
msgstr "&lt;bin&gt;/audioplay"

#: ../C/gdm.xml:2330(synopsis) 
#, no-wrap
msgid "SoundProgram=<placeholder-1/> (or <placeholder-2/> on Solaris)"
msgstr "SoundProgram=<placeholder-1/> (솔라리스의 경우 <placeholder-2/>)"

#: ../C/gdm.xml:2331(para) 
msgid "Application to use when playing a sound. Currently used for playing the login sound, see the <filename>SoundOnLoginFile</filename> key. Supported since 2.5.90.0."
msgstr ""

#: ../C/gdm.xml:2341(term) 
msgid "StandardXServer"
msgstr "StandardXServer"

#: ../C/gdm.xml:2343(synopsis) 
#, no-wrap
msgid "StandardXServer=/dir/to/X (value assigned by configuration file)"
msgstr "StandardXServer=/dir/to/X (value assigned by configuration file)"

#: ../C/gdm.xml:2344(para) 
msgid "Full path and arguments to the standard X server command. This is used when gdm cannot find any other definition, and it's used as the default and failsafe fallback in a number of places. This should be able to run some sort of X server."
msgstr ""

#: ../C/gdm.xml:2355(term) 
msgid "SuspendCommand"
msgstr "SuspendCommand"

#: ../C/gdm.xml:2357(synopsis) 
#, no-wrap
msgid "SuspendCommand="
msgstr "SuspendCommand="

#: ../C/gdm.xml:2358(para) 
msgid "Full path and arguments to command to be executed when user selects Suspend from the Actions menu. If empty there is no such menu item. Note that the default for this value is not empty so to disable suspend you must set this explicitly to an empty value."
msgstr ""

#: ../C/gdm.xml:2369(term) 
msgid "TimedLoginEnable"
msgstr "TimedLoginEnable"

#: ../C/gdm.xml:2371(synopsis) 
#, no-wrap
msgid "TimedLoginEnable=false"
msgstr "TimedLoginEnable=false"

#: ../C/gdm.xml:2372(para) 
msgid "If the user given in <filename>TimedLogin</filename> should be logged in after a number of seconds (set with <filename>TimedLoginDelay</filename>) of inactivity on the login screen. This is useful for public access terminals or perhaps even home use. If the user uses the keyboard or browses the menus, the timeout will be reset to <filename>TimedLoginDelay</filename> or 30 seconds, whichever is higher. If the user does not enter a username but just hits the ENTER key while the login program is requesting the username, then GDM will assume the user wants to login immediately as the timed user. Note that no password will be asked for this user so you should be careful, although if using PAM it can be configured to require password entry before allowing login."
msgstr ""

#: ../C/gdm.xml:2392(term) 
msgid "TimedLogin"
msgstr "TimedLogin"

#: ../C/gdm.xml:2394(synopsis) 
#, no-wrap
msgid "TimedLogin="
msgstr "TimedLogin="

#: ../C/gdm.xml:2395(para) 
msgid "This is the user that should be logged in after a specified number of seconds of inactivity. This can never be \"root\" and gdm will refuse to log in root this way. The same features as for <filename>AutomaticLogin</filename> are supported. The same control chars and piping to a application are supported."
msgstr ""

#: ../C/gdm.xml:2407(term) 
msgid "TimedLoginDelay"
msgstr "TimedLoginDelay"

#: ../C/gdm.xml:2409(synopsis) 
#, no-wrap
msgid "TimedLoginDelay=30"
msgstr "TimedLoginDelay=30"

#: ../C/gdm.xml:2410(para) 
msgid "Delay in seconds before the <filename>TimedLogin</filename> user will be logged in. It must be greater then or equal to 10."
msgstr ""

#: ../C/gdm.xml:2418(term) 
msgid "User"
msgstr "User"

#: ../C/gdm.xml:2420(synopsis) 
#, no-wrap
msgid "User=gdm"
msgstr "User=gdm"

#: ../C/gdm.xml:2421(para) 
msgid "The username under which <command>gdmlogin</command>, <command>gdmgreeter</command>, <command>gdmchooser</command> and the internal failsafe GTK+ dialogs are run. Also see <filename>Group</filename>. This user will have access to all the X authorization files, and perhaps to other internal GDM data and it should not therefore be a user such as nobody, but rather a dedicated user."
msgstr ""

#: ../C/gdm.xml:2435(term) 
msgid "UserAuthDir"
msgstr "UserAuthDir"

#: ../C/gdm.xml:2437(synopsis) 
#, no-wrap
msgid "UserAuthDir="
msgstr "UserAuthDir="

#: ../C/gdm.xml:2438(para) 
msgid "The directory where user's <filename>.Xauthority</filename> file should be saved. When nothing is specified the user's home directory is used. This is tilde expanded so you can set it to things like: <filename>~/authdir/</filename>."
msgstr ""

#: ../C/gdm.xml:2445(para) 
msgid "If you do not use the tilde expansion, then the filename created will be random, like in <filename>UserAuthFBDir</filename>. This way many users can have the same authentication directory. For example you might want to set this to <filename>/tmp</filename> when user has the home directory on NFS, since you really don't want cookie files to go over the wire. The users should really have write privileges to this directory, and this directory should really be sticky and all that, just like the <filename>/tmp</filename> directory."
msgstr ""

#: ../C/gdm.xml:2458(para) 
msgid "Normally if this is the user's home directory GDM will still refuse to put cookies there if it thinks it is NFS (by testing root-squashing). This can be changed by setting <filename>NeverPlaceCookiesOnNFS</filename> in the <filename>[security]</filename> section to false."
msgstr ""

#: ../C/gdm.xml:2469(term) 
msgid "UserAuthFBDir"
msgstr "UserAuthFBDir"

#: ../C/gdm.xml:2471(synopsis) 
#, no-wrap
msgid "UserAuthFBDir=/tmp"
msgstr "UserAuthFBDir=/tmp"

#: ../C/gdm.xml:2472(para) 
msgid "If GDM fails to update the user's <filename>.Xauthority</filename> file a fallback cookie is created in this directory."
msgstr ""

#: ../C/gdm.xml:2481(term) 
msgid "UserAuthFile"
msgstr "UserAuthFile"

#: ../C/gdm.xml:2483(synopsis) 
#, no-wrap
msgid "UserAuthFile=.Xauthority"
msgstr "UserAuthFile=.Xauthority"

#: ../C/gdm.xml:2484(para) 
msgid "Name of the file used for storing user cookies."
msgstr ""

#: ../C/gdm.xml:2491(term) 
msgid "VTAllocation"
msgstr "VTAllocation"

#: ../C/gdm.xml:2493(synopsis) 
#, no-wrap
msgid "VTAllocation=true"
msgstr "VTAllocation=true"

#: ../C/gdm.xml:2494(para) 
msgid "On systems where GDM supports automatic VT (virtual terminal) allocation (currently Linux and FreeBSD only), you can have GDM automatically append the vt argument to the X server executable. This way races that come up from each X server managing it's own vt allocation can be avoided. See also <filename>FirstVT</filename>."
msgstr ""

#: ../C/gdm.xml:2506(term) 
msgid "XKeepsCrashing"
msgstr "XKeepsCrashing"

#: ../C/gdm.xml:2508(synopsis) 
#, no-wrap
msgid "XKeepsCrashing=&lt;etc&gt;/gdm/XKeepsCrashing"
msgstr "XKeepsCrashing=&lt;etc&gt;/gdm/XKeepsCrashing"

#: ../C/gdm.xml:2509(para) 
msgid "A script to run in case X keeps crashing. This is for running An X configuration or whatever else to make the X configuration work. See the script that came with the distribution for an example. The distributed <filename>XKeepsCrashing</filename> script is tested on Red Hat, but may work elsewhere. Your system integrator should make sure this script is up to date for your particular system."
msgstr ""

#: ../C/gdm.xml:2518(para) 
msgid "In case <filename>FailsafeXServer</filename> is setup, that will be tried first. and this only used as a backup if even that X server keeps crashing."
msgstr ""

#: ../C/gdm.xml:2527(term) 
msgid "Xnest"
msgstr ""

#: ../C/gdm.xml:2529(synopsis) 
#, no-wrap
msgid "Xnest=&lt;bin&gt;/X11/Xephyr -audit 0"
msgstr "Xnest=&lt;bin&gt;/X11/Xephyr -audit 0"

#: ../C/gdm.xml:2530(para) 
msgid "The full path and arguments to the nested X server command, which can be Xephyr, Xnest, or similar program. This command is used for starting nested displays allowing the user to start new login screens in a nested window. Xephyr is recommended since it works best and better supports modern X server extensions. Therefore GDM will set the default configuration to use Xephyr if available. If Xephyr is not available, then Xnest will be used if it is available."
msgstr ""

#: ../C/gdm.xml:2544(term) 
msgid "XnestUnscaledFontPath"
msgstr "XnestUnscaledFontPath"

#: ../C/gdm.xml:2546(synopsis) 
#, no-wrap
msgid "XnestUnscaledFontPath=true"
msgstr "XnestUnscaledFontPath=true"

#: ../C/gdm.xml:2547(para) 
msgid "Set to true if the nested X server command program supports the \":unscaled\" suffix in the FontPath (passed to nested X server command via the -fp argument). Some Xnest (e.g. Xsun Xnest) programs do not, and it is necessary to set this to false for such nested X server commands to work with GDM. Refer to the <filename>Xnest</filename> configuration option."
msgstr ""

#: ../C/gdm.xml:2561(title) 
msgid "Security Options"
msgstr "보안 옵션"

#: ../C/gdm.xml:2564(title) 
msgid "[security]"
msgstr "[security]"

#: ../C/gdm.xml:2567(term) 
msgid "AllowRoot"
msgstr "AllowRoot"

#: ../C/gdm.xml:2569(synopsis) 
#, no-wrap
msgid "AllowRoot=true"
msgstr "AllowRoot=true"

#: ../C/gdm.xml:2570(para) 
msgid "Allow root (privileged user) to log in through GDM. Set this to false if you want to disallow such logins."
msgstr ""

#: ../C/gdm.xml:2574(para) 
msgid "On systems that support PAM, this parameter is not as useful as you can use PAM to do the same thing, and in fact do even more. However it is still followed, so you should probably leave it true for PAM systems."
msgstr ""

#: ../C/gdm.xml:2584(term) 
msgid "AllowRemoteRoot"
msgstr "AllowRemoteRoot"

#: ../C/gdm.xml:2586(synopsis) 
#, no-wrap
msgid "AllowRemoteRoot=false"
msgstr "AllowRemoteRoot=false"

#: ../C/gdm.xml:2587(para) 
msgid "Allow root (privileged user) to log in remotely through GDM. This value should be set to true to allow such logins. Remote logins are any logins that come in through the XDMCP."
msgstr ""

#: ../C/gdm.xml:2592(para) 
msgid "On systems that support PAM, this parameter is not as useful since you can use PAM to do the same thing, and do even more."
msgstr ""

#: ../C/gdm.xml:2597(para) 
msgid "This value will be overridden and set to false if the <filename>/etc/default/login</filename> file exists and contains \"CONSOLE=/dev/login\", and set to true if the <filename>/etc/default/login</filename> file exists and contains any other value or no value for CONSOLE."
msgstr ""

#: ../C/gdm.xml:2608(term) 
msgid "AllowRemoteAutoLogin"
msgstr "AllowRemoteAutoLogin"

#: ../C/gdm.xml:2610(synopsis) 
#, no-wrap
msgid "AllowRemoteAutoLogin=false"
msgstr "AllowRemoteAutoLogin=false"

#: ../C/gdm.xml:2611(para) 
msgid "Allow the timed login to work remotely. That is, remote connections through XDMCP will be allowed to log into the \"TimedLogin\" user by letting the login window time out, just like the local user on the first console."
msgstr ""

#: ../C/gdm.xml:2617(para) 
msgid "Note that this can make a system quite insecure, and thus is off by default."
msgstr ""

#: ../C/gdm.xml:2625(term) 
msgid "CheckDirOwner"
msgstr "CheckDirOwner"

#: ../C/gdm.xml:2627(synopsis) 
#, no-wrap
msgid "CheckDirOwner=true"
msgstr "CheckDirOwner=true"

#: ../C/gdm.xml:2628(para) 
msgid "By default GDM checks the ownership of the home directories before writing to them, this prevents security issues in case of bad setup. However in some instances home directories will be owned by a different user and in this case it is necessary to turn this option on. You will also most likely have to turn the <filename>RelaxPermissions</filename> key to at least value 1 since in such a scenario home directories are likely to be group writable. Supported since 2.6.0.4."
msgstr ""

#: ../C/gdm.xml:2642(term) 
msgid "SupportAutomount"
msgstr "SupportAutomount"

#: ../C/gdm.xml:2644(synopsis) 
#, no-wrap
msgid "SupportAutomount=false"
msgstr "SupportAutomount=false"

#: ../C/gdm.xml:2645(para) 
msgid "By default GDM checks the ownership of the home directories before writing to them, this prevents security issues in case of bad setup. However, when home directories are managed by automounter, they are often not mounted before they are accessed. This option works around subtleties of Linux automounter."
msgstr ""

#: ../C/gdm.xml:2657(term) 
msgid "DisallowTCP"
msgstr "DisallowTCP"

#: ../C/gdm.xml:2659(synopsis) 
#, no-wrap
msgid "DisallowTCP=true"
msgstr "DisallowTCP=true"

#: ../C/gdm.xml:2660(para) 
msgid "If true, then always append <filename>-nolisten tcp</filename> to the command line of local X servers, thus disallowing TCP connection. This is useful if you do not care for allowing remote connections, since the X protocol could really be potentially a security hazard to leave open, even though no known security problems exist."
msgstr ""

#: ../C/gdm.xml:2673(term) 
msgid "NeverPlaceCookiesOnNFS"
msgstr "NeverPlaceCookiesOnNFS"

#: ../C/gdm.xml:2675(synopsis) 
#, no-wrap
msgid "NeverPlaceCookiesOnNFS=true"
msgstr "NeverPlaceCookiesOnNFS=true"

#: ../C/gdm.xml:2676(para) 
msgid "Normally if this is true (which is by default), GDM will not place cookies into the user's home directory if this directory is on NFS. Well, GDM will consider any filesystem with root-squashing an NFS filesystem. Sometimes however the remote file system can have root squashing and be safe (perhaps by using encryption). In this case set this to 'false'. Note that this option appeared in version 2.4.4.4 and is ignored in previous versions."
msgstr ""

#: ../C/gdm.xml:2690(term) 
msgid "PasswordRequired"
msgstr ""

#: ../C/gdm.xml:2692(synopsis) 
#, no-wrap
msgid "PasswordRequired=false"
msgstr ""

#: ../C/gdm.xml:2693(para) 
msgid "If true, this will cause PAM_DISALLOW_NULL_AUTHTOK to be passed as a flag to pam_authenticate and pam_acct_mgmt, disallowing NULL password. This setting will only take effect if PAM is being used by GDM. This value will be overridden with the value from <filename>/etc/default/login</filename> if it contains \"PASSREQ=[YES|NO]\". If the <filename>/etc/default/login</filename> file exists, but contains no value for PASSREQ, the value as defined in the GDM configuration will be used."
msgstr ""

#: ../C/gdm.xml:2709(term) 
msgid "RelaxPermissions"
msgstr "RelaxPermissions"

#: ../C/gdm.xml:2711(synopsis) 
#, no-wrap
msgid "RelaxPermissions=0"
msgstr "RelaxPermissions=0"

#: ../C/gdm.xml:2712(para) 
msgid "By default GDM ignores files and directories writable to other users than the owner."
msgstr ""

#: ../C/gdm.xml:2717(para) 
msgid "Changing the value of RelaxPermissions makes it possible to alter this behavior:"
msgstr ""

#: ../C/gdm.xml:2722(para) 
msgid "0 - Paranoia option. Only accepts user owned files and directories."
msgstr ""

#: ../C/gdm.xml:2726(para) 
msgid "1 - Allow group writable files and directories."
msgstr ""

#: ../C/gdm.xml:2729(para) 
msgid "2 - Allow world writable files and directories."
msgstr ""

#: ../C/gdm.xml:2736(term) 
msgid "RetryDelay"
msgstr "RetryDelay"

#: ../C/gdm.xml:2738(synopsis) 
#, no-wrap
msgid "RetryDelay=1"
msgstr "RetryDelay=1"

#: ../C/gdm.xml:2739(para) 
msgid "The number of seconds GDM should wait before reactivating the entry field after a failed login."
msgstr ""

#: ../C/gdm.xml:2747(term) 
msgid "UserMaxFile"
msgstr "UserMaxFile"

#: ../C/gdm.xml:2749(synopsis) 
#, no-wrap
msgid "UserMaxFile=65536"
msgstr "UserMaxFile=65536"

#: ../C/gdm.xml:2750(para) 
msgid "GDM will refuse to read/write files bigger than this number (specified in bytes)."
msgstr ""

#: ../C/gdm.xml:2755(para) 
msgid "In addition to the size check GDM is extremely picky about accessing files in user directories. It will not follow symlinks and can optionally refuse to read files and directories writable by other than the owner. See the <filename>RelaxPermissions</filename> option for more info."
msgstr ""

#: ../C/gdm.xml:2768(title) 
msgid "XDCMP Support"
msgstr ""

#: ../C/gdm.xml:2771(title) 
msgid "[xdmcp]"
msgstr "[xdmcp]"

#: ../C/gdm.xml:2774(term) 
msgid "DisplaysPerHost"
msgstr "DisplaysPerHost"

#: ../C/gdm.xml:2776(synopsis) 
#, no-wrap
msgid "DisplaysPerHost=1"
msgstr "DisplaysPerHost=1"

#: ../C/gdm.xml:2777(para) 
msgid "To prevent attackers from filling up the pending queue, GDM will only allow one connection for each remote computer. If you want to provide display services to computers with more than one screen, you should increase the <filename>DisplaysPerHost</filename> value accordingly."
msgstr ""

#: ../C/gdm.xml:2785(para) 
msgid "Note that the number of connections from the local computer is unlimited. Only remote connections are limited by this number."
msgstr ""

#: ../C/gdm.xml:2793(term) ../C/gdm.xml:4040(term) 
msgid "Enable"
msgstr "Enable"

#: ../C/gdm.xml:2795(synopsis) ../C/gdm.xml:4042(synopsis) 
#, no-wrap
msgid "Enable=false"
msgstr "Enable=false"

#: ../C/gdm.xml:2796(para) 
msgid "Setting this to true enables XDMCP support allowing remote displays/X terminals to be managed by GDM."
msgstr ""

#: ../C/gdm.xml:2801(para) 
msgid "<filename>gdm</filename> listens for requests on UDP port 177. See the Port option for more information."
msgstr ""

#: ../C/gdm.xml:2806(para) 
msgid "If GDM is compiled to support it, access from remote displays can be controlled using the TCP Wrappers library. The service name is <filename>gdm</filename>"
msgstr ""

#: ../C/gdm.xml:2812(para) 
msgid "You should add <screen>\ngdm:.my.domain\n</screen> to your <filename>&lt;etc&gt;/hosts.allow</filename>, depending on your TCP Wrappers configuration. See the <ulink type=\"help\" url=\"man:hosts.allow\">hosts.allow(5)</ulink> man page for details."
msgstr ""

#: ../C/gdm.xml:2823(para) 
msgid "Please note that XDMCP is not a particularly secure protocol and that it is a good idea to block UDP port 177 on your firewall unless you really need it."
msgstr ""

#: ../C/gdm.xml:2832(term) 
msgid "EnableProxy"
msgstr "EnableProxy"

#: ../C/gdm.xml:2834(synopsis) 
#, no-wrap
msgid "EnableProxy=false"
msgstr "EnableProxy=false"

#: ../C/gdm.xml:2835(para) 
msgid "Setting this to true enables support for running XDMCP sessions on a local proxy X server. This may improve the performance of XDMCP sessions, especially on high latency networks, as many X protocol operations can be completed without going over the network."
msgstr ""

#: ../C/gdm.xml:2842(para) 
msgid "Note, however, that this mode will significantly increase the burden on the machine hosting the XDMCP sessions"
msgstr ""

#: ../C/gdm.xml:2846(para) 
msgid "See the <filename>FlexiProxy</filename> and <filename>FlexiProxyDisconnect</filename> options for further details on how to configure support for this feature."
msgstr ""

#: ../C/gdm.xml:2855(term) 
msgid "HonorIndirect"
msgstr "HonorIndirect"

#: ../C/gdm.xml:2857(synopsis) 
#, no-wrap
msgid "HonorIndirect=true"
msgstr "HonorIndirect=true"

#: ../C/gdm.xml:2858(para) 
msgid "Enables XDMCP INDIRECT choosing (i.e. remote execution of <filename>gdmchooser</filename>) for X-terminals which don't supply their own display browser."
msgstr ""

#: ../C/gdm.xml:2867(term) 
msgid "MaxPending"
msgstr "MaxPending"

#: ../C/gdm.xml:2869(synopsis) 
#, no-wrap
msgid "MaxPending=4"
msgstr "MaxPending=4"

#: ../C/gdm.xml:2870(para) 
msgid "To avoid denial of service attacks, GDM has fixed size queue of pending connections. Only MaxPending displays can start at the same time."
msgstr ""

#: ../C/gdm.xml:2876(para) 
msgid "Please note that this parameter does *not* limit the number of remote displays which can be managed. It only limits the number of displays initiating a connection simultaneously."
msgstr ""

#: ../C/gdm.xml:2885(term) 
msgid "MaxPendingIndirect"
msgstr "MaxPendingIndirect"

#: ../C/gdm.xml:2887(synopsis) 
#, no-wrap
msgid "MaxPendingIndirect=4"
msgstr "MaxPendingIndirect=4"

#: ../C/gdm.xml:2888(para) 
msgid "GDM will only provide <filename>MaxPendingIndirect</filename> displays with host choosers simultaneously. If more queries from different hosts come in, the oldest ones will be forgotten."
msgstr ""

#: ../C/gdm.xml:2898(term) 
msgid "MaxSessions"
msgstr "MaxSessions"

#: ../C/gdm.xml:2900(synopsis) 
#, no-wrap
msgid "MaxSessions=16"
msgstr "MaxSessions=16"

#: ../C/gdm.xml:2901(para) 
msgid "Determines the maximum number of remote display connections which will be managed simultaneously. I.e. the total number of remote displays that can use your host."
msgstr ""

#: ../C/gdm.xml:2910(term) 
msgid "MaxWait"
msgstr "MaxWait"

#: ../C/gdm.xml:2912(synopsis) 
#, no-wrap
msgid "MaxWait=30"
msgstr "MaxWait=30"

#: ../C/gdm.xml:2913(para) 
msgid "When GDM is ready to manage a display an ACCEPT packet is sent to it containing a unique session id which will be used in future XDMCP conversations."
msgstr ""

#: ../C/gdm.xml:2919(para) 
msgid "GDM will then place the session id in the pending queue waiting for the display to respond with a MANAGE request."
msgstr ""

#: ../C/gdm.xml:2924(para) 
msgid "If no response is received within MaxWait seconds, GDM will declare the display dead and erase it from the pending queue freeing up the slot for other displays."
msgstr ""

#: ../C/gdm.xml:2933(term) 
msgid "MaxWaitIndirect"
msgstr "MaxWaitIndirect"

#: ../C/gdm.xml:2935(synopsis) 
#, no-wrap
msgid "MaxWaitIndirect=30"
msgstr "MaxWaitIndirect=30"

#: ../C/gdm.xml:2936(para) 
msgid "The MaxWaitIndirect parameter determines the maximum number of seconds between the time where a user chooses a host and the subsequent indirect query where the user is connected to the host. When the timeout is exceeded, the information about the chosen host is forgotten and the indirect slot freed up for other displays. The information may be forgotten earlier if there are more hosts trying to send indirect queries then <filename>MaxPendingIndirect</filename>."
msgstr ""

#: ../C/gdm.xml:2950(term) 
msgid "Port"
msgstr "Port"

#: ../C/gdm.xml:2952(synopsis) 
#, no-wrap
msgid "Port=177"
msgstr "Port=177"

#: ../C/gdm.xml:2953(para) 
msgid "The UDP port number <filename>gdm</filename> should listen to for XDMCP requests. Don't change this unless you know what you are doing."
msgstr ""

#: ../C/gdm.xml:2962(term) 
msgid "PingIntervalSeconds"
msgstr "PingIntervalSeconds"

#: ../C/gdm.xml:2964(synopsis) 
#, no-wrap
msgid "PingIntervalSeconds=15"
msgstr "PingIntervalSeconds=15"

#: ../C/gdm.xml:2965(para) 
msgid "Interval in which to ping the X server in seconds. If the X server doesn't return before the next time we ping it, the connection is stopped and the session ended. This is a combination of the XDM PingInterval and PingTimeout, but in seconds."
msgstr ""

#: ../C/gdm.xml:2973(para) 
msgid "Note that GDM in the past used to have a <filename>PingInterval</filename> configuration key which was also in minutes. For most purposes you'd want this setting to be lower then one minute however since in most cases where XDMCP would be used (such as terminal labs), a lag of more than 15 or so seconds would really mean that the terminal was turned off or restarted and you would want to end the session."
msgstr ""

#: ../C/gdm.xml:2986(term) 
msgid "ProxyReconnect"
msgstr "ProxyReconnect"

#: ../C/gdm.xml:2988(synopsis) 
#, no-wrap
msgid "FlexiProxyReconnect="
msgstr "FlexiProxyReconnect="

#: ../C/gdm.xml:2989(para) 
msgid "Setting this option enables experimental support for session migration with XDMCP sessions. This enables users to disconnect from their session and later reconnect to that same session, possibly from a different terminal."
msgstr ""

#: ../C/gdm.xml:2995(para) 
msgid "In order to use this feature, you must have a nested X server available which supports disconnecting from its parent X server and reconnecting to another X server. Currently, the Distributed Multihead X (DMX) server supports this feature to some extent and other projects like NoMachine NX are busy implementing it."
msgstr ""

#: ../C/gdm.xml:3002(para) 
msgid "This option should be set to the path of a command which will handle reconnecting the XDMCP proxy to another backend display. A sample implementation for use with DMX is supplied."
msgstr ""

#: ../C/gdm.xml:3011(term) 
msgid "ProxyXServer"
msgstr "ProxyXServer"

#: ../C/gdm.xml:3013(synopsis) 
#, no-wrap
msgid "ProxyXServer="
msgstr "ProxyXServer="

#: ../C/gdm.xml:3014(para) 
msgid "The X server command line for a XDMCP proxy. Any nested X server like Xnest, Xephyr or Xdmx should work fairly well."
msgstr ""

#: ../C/gdm.xml:3022(term) 
msgid "Willing"
msgstr "Willing"

#: ../C/gdm.xml:3024(synopsis) 
#, no-wrap
msgid "Willing=&lt;etc&gt;/gdm/Xwilling"
msgstr "Willing=&lt;etc&gt;/gdm/Xwilling"

#: ../C/gdm.xml:3025(para) 
msgid "When the machine sends a WILLING packet back after a QUERY it sends a string that gives the current status of this server. The default message is the system ID, but it is possible to create a script that displays customized message. If this script doesn't exist or this key is empty the default message is sent. If this script succeeds and produces some output, the first line of it's output is sent (and only the first line). It runs at most once every 3 seconds to prevent possible denial of service by flooding the machine with QUERY packets."
msgstr ""

#: ../C/gdm.xml:3043(title) 
msgid "Common GUI Configuration Options"
msgstr ""

#: ../C/gdm.xml:3046(title) 
msgid "[gui]"
msgstr "[gui]"

#: ../C/gdm.xml:3049(term) 
msgid "AllowGtkThemeChange"
msgstr "AllowGtkThemeChange"

#: ../C/gdm.xml:3051(synopsis) 
#, no-wrap
msgid "AllowGtkThemeChange=true"
msgstr "AllowGtkThemeChange=true"

#: ../C/gdm.xml:3052(para) 
msgid "If to allow changing the GTK+ (widget) theme from the greeter. Currently this only affects the standard greeter as the graphical greeter does not yet have this ability. The theme will stay in effect on this display until changed and will affect all the other windows that are put up by GDM. Supported since 2.5.90.2."
msgstr ""

#: ../C/gdm.xml:3064(term) 
msgid "GtkRC"
msgstr "GtkRC"

#: ../C/gdm.xml:3066(synopsis) 
#, no-wrap
msgid "GtkRC="
msgstr "GtkRC="

#: ../C/gdm.xml:3067(para) 
msgid "Path to a <filename>gtkrc</filename> to read when GDM puts up a window. You should really now use the <filename>GtkTheme</filename> key for just setting a theme."
msgstr ""

#: ../C/gdm.xml:3076(term) 
msgid "GtkTheme"
msgstr "GtkTheme"

#: ../C/gdm.xml:3078(synopsis) 
#, no-wrap
msgid "GtkTheme=Default"
msgstr "GtkTheme=Default"

#: ../C/gdm.xml:3079(para) 
msgid "A name of an installed theme to use by default. It will be used in the greeter, chooser and all other GUI windows put up by GDM. Supported since 2.5.90.2."
msgstr ""

#: ../C/gdm.xml:3088(term) 
msgid "GtkThemesToAllow"
msgstr "GtkThemesToAllow"

#: ../C/gdm.xml:3090(synopsis) 
#, no-wrap
msgid "GtkThemesToAllow=all"
msgstr "GtkThemesToAllow=all"

#: ../C/gdm.xml:3091(para) 
msgid "Comma separated list of themes to allow. These must be the names of the themes installed in the standard locations for GTK+ themes. You can also specify 'all' to allow all installed themes. This is related to the <filename>AllowGtkThemeChange</filename> key. Supported since 2.5.90.2."
msgstr ""

#: ../C/gdm.xml:3103(term) 
msgid "MaxIconWidth"
msgstr "MaxIconWidth"

#: ../C/gdm.xml:3105(synopsis) 
#, no-wrap
msgid "MaxIconWidth=128"
msgstr "MaxIconWidth=128"

#: ../C/gdm.xml:3106(para) 
msgid "Specifies the maximum icon width (in pixels) that the face browser will display. Icons larger than this will be scaled. This also affects icons in the XDMCP chooser."
msgstr ""

#: ../C/gdm.xml:3115(term) 
msgid "MaxIconHeight"
msgstr "MaxIconHeight"

#: ../C/gdm.xml:3117(synopsis) 
#, no-wrap
msgid "MaxIconHeight=128"
msgstr "MaxIconHeight=128"

#: ../C/gdm.xml:3118(para) 
msgid "Specifies the maximum icon height (in pixels) that the face browser will display. Icons larger than this will be scaled. This also affects icons in the XDMCP chooser."
msgstr ""

#: ../C/gdm.xml:3129(title) 
msgid "Greeter Configuration"
msgstr ""

#: ../C/gdm.xml:3132(title) 
msgid "[greeter]"
msgstr "[greeter]"

#: ../C/gdm.xml:3135(term) 
msgid "BackgroundColor"
msgstr "BackgroundColor"

#: ../C/gdm.xml:3137(synopsis) 
#, no-wrap
msgid "BackgroundColor=#76848F"
msgstr "BackgroundColor=#76848F"

#: ../C/gdm.xml:3138(para) 
msgid "If the BackgroundType is 2, use this color in the background of the greeter. Also use it as the back of transparent images set on the background and if the BackgroundRemoteOnlyColor is set and this is a remote display. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3149(term) 
msgid "BackgroundProgramInitialDelay"
msgstr "BackgroundProgramInitialDelay"

#: ../C/gdm.xml:3151(synopsis) 
#, no-wrap
msgid "BackgroundProgramInitialDelay=30"
msgstr "BackgroundProgramInitialDelay=30"

#: ../C/gdm.xml:3152(para) 
msgid "The background application will be started after at least that many seconds of inactivity."
msgstr ""

#: ../C/gdm.xml:3160(term) 
msgid "RestartBackgroundProgram"
msgstr "RestartBackgroundProgram"

#: ../C/gdm.xml:3162(synopsis) 
#, no-wrap
msgid "RestartBackgroundProgram=true"
msgstr "RestartBackgroundProgram=true"

#: ../C/gdm.xml:3163(para) 
msgid "If set the background application will be restarted when it has exited, after the delay described below has elapsed. This option can be useful when you wish to run a screen saver application when no user is using the computer."
msgstr ""

#: ../C/gdm.xml:3173(term) 
msgid "BackgroundProgramRestartDelay"
msgstr "BackgroundProgramRestartDelay"

#: ../C/gdm.xml:3175(synopsis) 
#, no-wrap
msgid "BackgroundProgramRestartDelay=30"
msgstr "BackgroundProgramRestartDelay=30"

#: ../C/gdm.xml:3176(para) 
msgid "The background application will be restarted after at least that many seconds of inactivity."
msgstr ""

#: ../C/gdm.xml:3184(term) 
msgid "BackgroundImage"
msgstr "BackgroundImage"

#: ../C/gdm.xml:3186(synopsis) 
#, no-wrap, fuzzy
msgid "BackgroundImage=somefile.png"
msgstr "BackgroundImage=somefile.png"

#: ../C/gdm.xml:3187(para) 
msgid "If the BackgroundType is 1, then display this file as the background in the greeter. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3196(term) 
msgid "BackgroundProgram"
msgstr "BackgroundProgram"

#: ../C/gdm.xml:3198(synopsis) 
#, no-wrap
msgid "BackgroundProgram=&lt;bin&gt;/xeyes"
msgstr "BackgroundProgram=&lt;bin&gt;/xeyes"

#: ../C/gdm.xml:3199(para) 
msgid "If set this command will be run in the background while the login window is being displayed. Note that not all applications will run this way, since GDM does not usually have a home directory. You could set up home directory for the GDM user if you wish to run applications which require it. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3211(term) 
msgid "BackgroundRemoteOnlyColor"
msgstr "BackgroundRemoteOnlyColor"

#: ../C/gdm.xml:3213(synopsis) 
#, no-wrap
msgid "BackgroundRemoteOnlyColor=true"
msgstr "BackgroundRemoteOnlyColor=true"

#: ../C/gdm.xml:3214(para) 
msgid "On remote displays only set the color background. This is to make network load lighter. The <filename>BackgroundProgram</filename> is also not run. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3224(term) 
msgid "BackgroundScaleToFit"
msgstr "BackgroundScaleToFit"

#: ../C/gdm.xml:3226(synopsis) 
#, no-wrap
msgid "BackgroundScaleToFit=true"
msgstr "BackgroundScaleToFit=true"

#: ../C/gdm.xml:3227(para) 
msgid "Scale background image to fit the screen. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3235(term) 
msgid "BackgroundType"
msgstr "BackgroundType"

#: ../C/gdm.xml:3237(synopsis) 
#, no-wrap
msgid "BackgroundType=2"
msgstr "BackgroundType=2"

#: ../C/gdm.xml:3238(para) 
msgid "The type of background to set. 0 is none, 1 is image and color, 2 is color and 3 is image. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3246(term) 
msgid "Browser"
msgstr "Browser"

#: ../C/gdm.xml:3248(synopsis) 
#, no-wrap
msgid "Browser=true"
msgstr "Browser=true"

#: ../C/gdm.xml:3249(para) 
msgid "Set to true to enable the face browser. See the ``The GTK+ Greeter'' section for more information on the face browser. This option only works for the GTK+ Greeter. For the Themed Greeter, the face browser is enabled by choosing a theme which includes a face browser"
msgstr ""

#: ../C/gdm.xml:3260(term) 
msgid "ChooserButton"
msgstr "ChooserButton"

#: ../C/gdm.xml:3262(synopsis) 
#, no-wrap
msgid "ChooserButton=true"
msgstr "ChooserButton=true"

#: ../C/gdm.xml:3263(para) 
msgid "If true, add a chooser button to the Actions menu that will restart the current X server with a chooser. XDMCP does not need to be enabled on the local computer for this to work."
msgstr ""

#: ../C/gdm.xml:3272(term) 
msgid "ConfigAvailable"
msgstr "ConfigAvailable"

#: ../C/gdm.xml:3274(synopsis) 
#, no-wrap
msgid "ConfigAvailable=false"
msgstr "ConfigAvailable=false"

#: ../C/gdm.xml:3275(para) 
msgid "If true, allows the configurator to be run from the greeter. Note that the user will need to type in the root password before the configurator will be started. This is set to false by default for additional security. See the <filename>Configurator</filename> option in the daemon section."
msgstr ""

#: ../C/gdm.xml:3287(term) 
msgid "DefaultFace"
msgstr "DefaultFace"

#: ../C/gdm.xml:3289(synopsis) 
#, no-wrap
msgid "DefaultFace=&lt;share&gt;/pixmaps/nophoto.png"
msgstr "DefaultFace=&lt;share&gt;/pixmaps/nophoto.png"

#: ../C/gdm.xml:3290(para) 
msgid "If a user has no defined face image, GDM will use the \"stock_person\" icon defined in the current GTK+ theme. If no such image is defined, the image specified by <filename>DefaultFace</filename> will be used. The image must be in a gdk-pixbuf supported format and the file must be readable to the GDM user."
msgstr ""

#: ../C/gdm.xml:3302(term) 
msgid "Include"
msgstr "Include"

#: ../C/gdm.xml:3304(synopsis) 
#, no-wrap
msgid "Include="
msgstr "Include="

#: ../C/gdm.xml:3305(para) 
msgid "Comma separated list of users to be included in the face browser and in the <command>gdmsetup</command> selection list for Automatic/Timed login. See also <filename>Exclude</filename>, <filename>IncludeAll</filename>, and <filename>MinimalUID</filename>."
msgstr ""

#: ../C/gdm.xml:3317(term) 
msgid "Exclude"
msgstr "Exclude"

#: ../C/gdm.xml:3319(synopsis) 
#, no-wrap
msgid "Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,..."
msgstr "Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,..."

#: ../C/gdm.xml:3320(para) 
msgid "Comma separated list of users to be excluded from the face browser and from the <command>gdmsetup</command> selection list for Automatic/Timed login. Excluded users will still be able to log in, but will have to type their username. See also <filename>Include</filename>, <filename>IncludeAll</filename>, and <filename>MinimalUID</filename>."
msgstr ""

#: ../C/gdm.xml:3333(term) 
msgid "IncludeAll"
msgstr "IncludeAll"

#: ../C/gdm.xml:3335(synopsis) 
#, no-wrap
msgid "IncludeAll=false"
msgstr "IncludeAll=false"

#: ../C/gdm.xml:3336(para) 
msgid "By default, an empty include list means display no users. By setting IncludeAll to true, the password file will be scanned and all users will be displayed aside from users excluded via the Exclude setting and user ID's less than MinimalUID. Scanning the password file can be slow on systems with large numbers of users and this feature should not be used in such environments. See also <filename>Include</filename>, <filename>Exclude</filename>, and <filename>MinimalUID</filename>."
msgstr ""

#: ../C/gdm.xml:3352(term) 
msgid "GlobalFaceDir"
msgstr "GlobalFaceDir"

#: ../C/gdm.xml:3354(synopsis) 
#, no-wrap
msgid "GlobalFaceDir=&lt;share&gt;/pixmaps/faces/"
msgstr "GlobalFaceDir=&lt;share&gt;/pixmaps/faces/"

#: ../C/gdm.xml:3355(para) 
msgid "Systemwide directory for face files. The sysadmin can place icons for users here without touching their homedirs. Faces are named after their users' logins."
msgstr ""

#: ../C/gdm.xml:3361(para) 
msgid "I.e. <filename>&lt;GlobalFaceDir&gt;/johndoe</filename> would contain the face icon for the user ``johndoe''. No image format extension should be specified."
msgstr ""

#: ../C/gdm.xml:3367(para) 
msgid "The face images must be stored in gdk-pixbuf supported formats and they must be readable for the GDM user."
msgstr ""

#: ../C/gdm.xml:3372(para) 
msgid "A user's own icon file will always take precedence over the sysadmin provided one."
msgstr ""

#: ../C/gdm.xml:3380(term) 
msgid "GraphicalTheme"
msgstr "GraphicalTheme"

#: ../C/gdm.xml:3382(synopsis) 
#, no-wrap
msgid "GraphicalTheme=circles"
msgstr "GraphicalTheme=circles"

#: ../C/gdm.xml:3383(para) 
msgid "The graphical theme that the Themed Greeter should use. it should refer to a directory in the theme directory set by <filename>GraphicalThemeDir</filename>."
msgstr ""

#: ../C/gdm.xml:3392(term) 
msgid "GraphicalThemes"
msgstr "GraphicalThemes"

#: ../C/gdm.xml:3394(synopsis) 
#, no-wrap
msgid "GraphicalThemes=circles"
msgstr "GraphicalThemes=circles"

#: ../C/gdm.xml:3395(para) 
msgid "The graphical themes that the Themed Greeter should use is the Mode is set on Random Themes. This is a \"/:\" delimited list. It should refer to a directory in the theme directory set by <filename>GraphicalThemeDir</filename>. This is only used if <filename>GraphicalThemeRand</filename> is set to true."
msgstr ""

#: ../C/gdm.xml:3407(term) 
msgid "GraphicalThemeRand"
msgstr "GraphicalThemeRand"

#: ../C/gdm.xml:3409(synopsis) 
#, no-wrap
msgid "GraphicalThemeRand=false"
msgstr "GraphicalThemeRand=false"

#: ../C/gdm.xml:3410(para) 
msgid "Whether the graphical greeter will use Only One Theme or Random Theme mode. Only One Theme mode uses themes listed by <filename>GraphicalTheme</filename>, Random Themes mode uses themes listed by <filename>GraphicalThemes</filename>. A value of false sets greeter to use Only One Theme mode, a value of true sets the greeter to use Random Theme mode."
msgstr ""

#: ../C/gdm.xml:3422(term) 
msgid "GraphicalThemeDir"
msgstr "GraphicalThemeDir"

#: ../C/gdm.xml:3424(synopsis) 
#, no-wrap
msgid "GraphicalThemeDir=&lt;share&gt;/gdm/themes/"
msgstr "GraphicalThemeDir=&lt;share&gt;/gdm/themes/"

#: ../C/gdm.xml:3425(para) 
msgid "The directory where themes for the Themed Greeter are installed."
msgstr ""

#: ../C/gdm.xml:3433(term) 
msgid "GraphicalThemedColor"
msgstr "GraphicalThemedColor"

#: ../C/gdm.xml:3435(synopsis) 
#, no-wrap
msgid "GraphicalThemedColor=#76848F"
msgstr "GraphicalThemedColor=#76848F"

#: ../C/gdm.xml:3436(para) 
msgid "Use this color in the background of the Themed Greeter. This only affects the Themed Greeter."
msgstr ""

#: ../C/gdm.xml:3444(term) 
msgid "InfoMsgFile"
msgstr "InfoMsgFile"

#: ../C/gdm.xml:3446(synopsis) 
#, no-wrap
msgid "InfoMsgFile=/path/to/infofile"
msgstr "InfoMsgFile=/path/to/infofile"

#: ../C/gdm.xml:3447(para) 
msgid "If present and /path/to/infofile specifies an existing and readable text file (e.g. &lt;etc&gt;/infomsg.txt) the contents of the file will be displayed in a modal dialog box before the user is allowed to login. This works both with the standard and the themable greeters."
msgstr ""

#: ../C/gdm.xml:3458(term) 
msgid "InfoMsgFont"
msgstr "InfoMsgFont"

#: ../C/gdm.xml:3460(synopsis) 
#, no-wrap
msgid "InfoMsgFont=fontspec"
msgstr "InfoMsgFont=fontspec"

#: ../C/gdm.xml:3461(para) 
msgid "If present and InfoMsgFile (see above) is used, this specifies the font to use when displaying the contents of the InfoMsgFile text file. For example fontspec could be Sans 24 to get a sans serif font of size 24 points. This works both with the standard and the themable greeters."
msgstr ""

#: ../C/gdm.xml:3473(term) 
msgid "LocaleFile"
msgstr "LocaleFile"

#: ../C/gdm.xml:3475(synopsis) 
#, no-wrap
msgid "LocaleFile=&lt;etc&gt;/gdm/locale.alias"
msgstr "LocaleFile=&lt;etc&gt;/gdm/locale.alias"

#: ../C/gdm.xml:3476(para) 
msgid "File in format similar to the GNU locale format with entries for all supported languages on the system. The format is described above or in a comment inside that file."
msgstr ""

#: ../C/gdm.xml:3485(term) 
msgid "LockPosition"
msgstr "LockPosition"

#: ../C/gdm.xml:3487(synopsis) 
#, no-wrap
msgid "LockPosition=true"
msgstr "LockPosition=true"

#: ../C/gdm.xml:3488(para) 
msgid "If true the position of the login window of the GTK+ Greeter cannot be changed even if the title bar is turned on."
msgstr ""

#: ../C/gdm.xml:3496(term) 
msgid "Logo"
msgstr "Logo"

#: ../C/gdm.xml:3498(synopsis) 
#, no-wrap
msgid "Logo=&lt;share&gt;/pixmaps/gnome-logo-large.png"
msgstr "Logo=&lt;share&gt;/pixmaps/gnome-logo-large.png"

#: ../C/gdm.xml:3499(para) 
msgid "Image file to display in the logo box. The file must be in a gdk-pixbuf supported format and it must be readable by the GDM user. If no file is specified the logo feature is disabled. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3510(term) 
msgid "ChooserButtonLogo"
msgstr "ChooserButtonLogo"

#: ../C/gdm.xml:3512(synopsis) 
#, no-wrap
msgid "ChooserButtonLogo=&lt;share&gt;/pixmaps/gnome-logo-large.png"
msgstr "ChooserButtonLogo=&lt;share&gt;/pixmaps/gnome-logo-large.png"

#: ../C/gdm.xml:3513(para) 
msgid "Image file to display in the file chooser button in <command>gdmsetup</command>. This key is modified by <command>gdmsetup</command> and should not be manually modified by the user. This only affects the Login Window Preferences (<command>gdmsetup</command>)."
msgstr ""

#: ../C/gdm.xml:3524(term) 
msgid "MinimalUID"
msgstr "MinimalUID"

#: ../C/gdm.xml:3526(synopsis) 
#, no-wrap
msgid "MinimalUID=100"
msgstr "MinimalUID=100"

#: ../C/gdm.xml:3527(para) 
msgid "The minimal UID that GDM should consider a user. All users with a lower UID will be excluded from the face browser. See also <filename>Include</filename>, <filename>Exclude</filename>, and <filename>IncludeAll</filename>."
msgstr ""

#: ../C/gdm.xml:3538(term) 
msgid "PositionX"
msgstr "PositionX"

#: ../C/gdm.xml:3540(synopsis) 
#, no-wrap
msgid "PositionX=200"
msgstr "PositionX=200"

#: ../C/gdm.xml:3541(para) 
msgid "The horizontal position of the login window of the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3549(term) 
msgid "PositionY"
msgstr "PositionY"

#: ../C/gdm.xml:3551(synopsis) 
#, no-wrap
msgid "PositionY=100"
msgstr "PositionY=100"

#: ../C/gdm.xml:3552(para) 
msgid "The vertical position of the login window of the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3560(term) 
msgid "Quiver"
msgstr "Quiver"

#: ../C/gdm.xml:3562(synopsis) 
#, no-wrap
msgid "Quiver=true"
msgstr "Quiver=true"

#: ../C/gdm.xml:3563(para) 
msgid "Controls whether <command>gdmlogin</command> should shake the display when an incorrect username/password is entered. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3573(term) 
msgid "DefaultRemoteWelcome"
msgstr "DefaultRemoteWelcome"

#: ../C/gdm.xml:3575(synopsis) 
#, no-wrap
msgid "DefaultRemoteWelcome=true"
msgstr "DefaultRemoteWelcome=true"

#: ../C/gdm.xml:3576(para) 
msgid "If set to true, the value \"Welcome to %n\" is used for the <filename>RemoteWelcome</filename>. This value is translated into the appropriate language for the user. If set to false, the <filename>RemoteWelcome</filename> setting is used. This string can use the same special character sequences as explained in the \"Text Node\" section of the \"Themed Greeter\" chapter. This explains the meaning of \"%n\"."
msgstr ""

#: ../C/gdm.xml:3590(term) 
msgid "RemoteWelcome"
msgstr "RemoteWelcome"

#: ../C/gdm.xml:3592(synopsis) 
#, no-wrap, fuzzy
msgid "RemoteWelcome=Welcome to &percnt;n"
msgstr "RemoteWelcome=Welcome to &percnt;n"

#: ../C/gdm.xml:3593(para) 
msgid "Controls which text to display next to the logo image in the greeter for remote XDMCP sessions. The same expansion is done here as in the <filename>Welcome</filename> string. This string can use the same special character sequences as explained in the \"Text Node\" section of the \"Themed Greeter\" chapter. chapter."
msgstr ""

#: ../C/gdm.xml:3606(term) 
msgid "RunBackgroundProgramAlways"
msgstr "RunBackgroundProgramAlways"

#: ../C/gdm.xml:3608(synopsis) 
#, no-wrap
msgid "RunBackgroundProgramAlways=false"
msgstr "RunBackgroundProgramAlways=false"

#: ../C/gdm.xml:3609(para) 
msgid "If this is true then the background application is run always, otherwise it is only run when the <filename>BackgroundType</filename> is 0 (None) This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3619(term) 
msgid "SetPosition"
msgstr "SetPosition"

#: ../C/gdm.xml:3621(synopsis) 
#, no-wrap
msgid "SetPosition=true"
msgstr "SetPosition=true"

#: ../C/gdm.xml:3622(para) 
msgid "If true the position of the login window of the GTK+ Greeter is determined by <filename>PositionX</filename> / <filename>PositionY</filename>."
msgstr ""

#: ../C/gdm.xml:3631(term) 
msgid "ShowGnomeFailsafeSession"
msgstr "ShowGnomeFailsafeSession"

#: ../C/gdm.xml:3633(synopsis) 
#, no-wrap
msgid "ShowGnomeFailsafeSession=true"
msgstr "ShowGnomeFailsafeSession=true"

#: ../C/gdm.xml:3634(para) 
msgid "Should the greeter show the Gnome Failsafe session in th sessions list."
msgstr ""

#: ../C/gdm.xml:3642(term) 
msgid "ShowLastSession"
msgstr "ShowLastSession"

#: ../C/gdm.xml:3644(synopsis) 
#, no-wrap
msgid "ShowLastSession=true"
msgstr "ShowLastSession=true"

#: ../C/gdm.xml:3645(para) 
msgid "Should the greeter show the 'Last' session in the session list. If this is off, then GDM is in the so called 'switchdesk' mode which for example Red Hat uses. That is, the users can't pick the last session and will just then get the default session (see <filename>DefaultSession</filename>) unless then pick something else for this session only. So if this is off, this really circumvents saving of the last session."
msgstr ""

#: ../C/gdm.xml:3658(term) 
msgid "ShowXtermFailsafeSession"
msgstr "ShowXtermFailsafeSession"

#: ../C/gdm.xml:3660(synopsis) 
#, no-wrap
msgid "ShowXtermFailsafeSession=true"
msgstr "ShowXtermFailsafeSession=true"

#: ../C/gdm.xml:3661(para) 
msgid "Should the greeter show the Xterm Failsafe session in the sessions list."
msgstr ""

#: ../C/gdm.xml:3669(term) 
msgid "SoundOnLogin"
msgstr "SoundOnLogin"

#: ../C/gdm.xml:3671(synopsis) 
#, no-wrap
msgid "SoundOnLogin=true"
msgstr "SoundOnLogin=true"

#: ../C/gdm.xml:3672(para) 
msgid "If true, the greeter will play a sound or beep when it is ready for a login. See also the <filename>SoundOnLoginFile</filename> key. Supported since 2.5.90.0."
msgstr ""

#: ../C/gdm.xml:3682(term) 
msgid "SoundOnLoginSuccess"
msgstr "SoundOnLoginSuccess"

#: ../C/gdm.xml:3684(synopsis) 
#, no-wrap
msgid "SoundOnLoginSuccess=true"
msgstr "SoundOnLoginSuccess=true"

#: ../C/gdm.xml:3685(para) 
msgid "If true, the greeter will play a sound after a successful login attempt. See also the <filename>SoundOnLoginSuccessFile</filename> key."
msgstr ""

#: ../C/gdm.xml:3694(term) 
msgid "SoundOnLoginFailure"
msgstr "SoundOnLoginFailure"

#: ../C/gdm.xml:3696(synopsis) 
#, no-wrap
msgid "SoundOnLoginFailure=true"
msgstr "SoundOnLoginFailure=true"

#: ../C/gdm.xml:3697(para) 
msgid "If true, the greeter will play a sound after a failed login attempt. See also the <filename>SoundOnLoginFailureFile</filename> key."
msgstr ""

#: ../C/gdm.xml:3706(term) 
msgid "SoundOnLoginFile"
msgstr "SoundOnLoginFile"

#: ../C/gdm.xml:3708(synopsis) 
#, no-wrap
msgid "SoundOnLoginFile=/path/to/sound.wav"
msgstr "SoundOnLoginFile=/path/to/sound.wav"

#: ../C/gdm.xml:3709(para) 
msgid "The file that will be played using the specified sound application (by default that is <filename>/usr/bin/play</filename>) instead of a beep when the greeter is ready for a login. See also the <filename>SoundOnLogin</filename> key and the <filename>SoundProgram</filename> key. Supported since 2.5.90.0."
msgstr ""

#: ../C/gdm.xml:3722(term) 
msgid "SoundOnLoginSuccessFile"
msgstr "SoundOnLoginSuccessFile"

#: ../C/gdm.xml:3724(synopsis) 
#, no-wrap, fuzzy
msgid "SoundOnLoginSuccessFile=/path/to/sound.wav"
msgstr "SoundOnLoginSuccessFile=/path/to/sound.wav"

#: ../C/gdm.xml:3725(para) 
msgid "The file that will be played using the specified sound application (by default that is <filename>/usr/bin/play</filename>) after a successful login attempt. See also the <filename>SoundOnLoginSuccess</filename> key and the <filename>SoundProgram</filename> key."
msgstr ""

#: ../C/gdm.xml:3736(term) 
msgid "SoundOnLoginFailureFile"
msgstr "SoundOnLoginFailureFile"

#: ../C/gdm.xml:3738(synopsis) 
#, no-wrap, fuzzy
msgid "SoundOnLoginFailureFile=/path/to/sound.wav"
msgstr "SoundOnLoginFailureFile=/path/to/sound.wav"

#: ../C/gdm.xml:3739(para) 
msgid "The file that will be played using the specified sound application (by default that is <filename>/usr/bin/play</filename>) after a failed login attempt. See also the <filename>SoundOnLoginFailure</filename> key and the <filename>SoundProgram</filename> key."
msgstr ""

#: ../C/gdm.xml:3750(term) 
msgid "SystemMenu"
msgstr "SystemMenu"

#: ../C/gdm.xml:3752(synopsis) 
#, no-wrap
msgid "SystemMenu=true"
msgstr "SystemMenu=true"

#: ../C/gdm.xml:3753(para) 
msgid "Turns the Actions menu (which used to be called System menu) on or off. If this is off then one of the actions will be available anywhere. These actions include Shutdown, Restart, Configure, XDMCP chooser and such. All of those can however be turned off individually. Shutdown, Restart and Suspend can be turned off by just setting the corresponding keys to empty. Note that the actions menu is only shown on local logins as it would not be safe or even desirable on remote logins, so you don't have to worry about remote users having any sort of console privileges."
msgstr ""

#: ../C/gdm.xml:3766(para) 
msgid "Note that if this is off none of the actions will be available even if a theme for a graphical greeter mistakenly shows them. Also note that sometimes a graphical theme may not show all the available actions as buttons and you may have to press F10 to see the menu."
msgstr ""

#: ../C/gdm.xml:3777(term) 
msgid "TitleBar"
msgstr "TitleBar"

#: ../C/gdm.xml:3779(synopsis) 
#, no-wrap
msgid "TitleBar=true"
msgstr "TitleBar=true"

#: ../C/gdm.xml:3780(para) 
msgid "Display the title bar in the greeter. This only affects the GTK+ Greeter."
msgstr ""

#: ../C/gdm.xml:3788(term) 
msgid "Use24Clock"
msgstr "Use24Clock"

#: ../C/gdm.xml:3790(synopsis) 
#, no-wrap
msgid "Use24Clock=auto"
msgstr "Use24Clock=auto"

#: ../C/gdm.xml:3791(para) 
msgid "Select the use of 24 hour clock. Some locales do not support 12 hour format (like Finnish, that is <filename>fi_FI</filename>), and in those locales this setting has no effect at all."
msgstr ""

#: ../C/gdm.xml:3797(para) 
msgid "Possible values are \"auto\" (default), \"true\", and \"false\". If this is set to \"auto\" or left empty, then time format is chosen from locale settings. Locale settings are based on the language in use, thus it is changed by setting environment variables LANGUAGE (GNU extension), LANG, LC_MESSAGES or LC_ALL in the GDM's runtime environment. Priorities between the mentioned environment variables can be found from your system's C library manual."
msgstr ""

#: ../C/gdm.xml:3812(term) 
msgid "UseCirclesInEntry"
msgstr "UseCirclesInEntry"

#: ../C/gdm.xml:3814(synopsis) 
#, no-wrap
msgid "UseCirclesInEntry=false"
msgstr "UseCirclesInEntry=false"

#: ../C/gdm.xml:3815(para) 
msgid "Use circles instead of asterisks in the password entry. This may not work with all fonts however."
msgstr ""

#: ../C/gdm.xml:3823(term) 
msgid "UseInvisibleInEntry"
msgstr "UseInvisibleInEntry"

#: ../C/gdm.xml:3825(synopsis) 
#, no-wrap
msgid "UseInvisibleInEntry=false"
msgstr "UseInvisibleInEntry=false"

#: ../C/gdm.xml:3826(para) 
msgid "Do not show any visual feedback is the password entry. This is the standard in console and xdm. Settings this option discards the <filename>UseCirclesInEntry</filename> option."
msgstr ""

#: ../C/gdm.xml:3836(term) 
msgid "DefaultWelcome"
msgstr "DefaultWelcome"

#: ../C/gdm.xml:3838(synopsis) 
#, no-wrap
msgid "DefaultWelcome=true"
msgstr "DefaultWelcome=true"

#: ../C/gdm.xml:3839(para) 
msgid "If set to true, the value \"Welcome\" is used for the <filename>Welcome</filename>. This value is translated into the appropriate language for the user. If set to false, the <filename>Welcome</filename> setting is used."
msgstr ""

#: ../C/gdm.xml:3849(term) 
msgid "Welcome"
msgstr "Welcome"

#: ../C/gdm.xml:3851(synopsis) 
#, no-wrap, fuzzy
msgid "Welcome=Welcome"
msgstr "Welcome=Welcome"

#: ../C/gdm.xml:3852(para) 
msgid "Controls which text to display next to the logo image in the standard greeter. The following control chars are supported:"
msgstr ""

#: ../C/gdm.xml:3861(para) 
msgid "&percnt;d &mdash; display's hostname"
msgstr ""

#: ../C/gdm.xml:3865(para) 
msgid "&percnt;h &mdash; Fully qualified hostname"
msgstr ""

#: ../C/gdm.xml:3869(para) 
msgid "&percnt;m &mdash; machine (processor type)"
msgstr ""

#: ../C/gdm.xml:3873(para) 
msgid "&percnt;n &mdash; Nodename (i.e. hostname without .domain)"
msgstr ""

#: ../C/gdm.xml:3877(para) 
msgid "&percnt;r &mdash; release (OS version)"
msgstr ""

#: ../C/gdm.xml:3881(para) 
msgid "&percnt;s &mdash; sysname (i.e. OS)"
msgstr ""

#: ../C/gdm.xml:3885(para) 
msgid "This string is only used for local logins. For remote XDMCP logins we use <filename>RemoteWelcome</filename>."
msgstr ""

#: ../C/gdm.xml:3890(para) 
msgid "In the Themed Greeter the location of this text depends on the theme. Unless the theme uses the stock welcome string somewhere this string will not be displayed at all."
msgstr ""

#: ../C/gdm.xml:3900(term) 
msgid "XineramaScreen"
msgstr "XineramaScreen"

#: ../C/gdm.xml:3902(synopsis) 
#, no-wrap
msgid "XineramaScreen=0"
msgstr "XineramaScreen=0"

#: ../C/gdm.xml:3903(para) 
msgid "If the Xinerama extension is active the login window will be centered on this physical screen (use 0 for the first screen, 1 for the second...)."
msgstr ""

#: ../C/gdm.xml:3914(title) 
msgid "XDCMP Chooser Options"
msgstr ""

#: ../C/gdm.xml:3917(title) 
msgid "[chooser]"
msgstr "[chooser]"

#: ../C/gdm.xml:3920(term) 
msgid "AllowAdd"
msgstr "AllowAdd"

#: ../C/gdm.xml:3922(synopsis) 
#, no-wrap
msgid "AllowAdd=true"
msgstr "AllowAdd=true"

#: ../C/gdm.xml:3923(para) 
msgid "If true, allow the user to add arbitrary hosts to the chooser. This way the user could connect to any host that responds to XDMCP queries from the chooser."
msgstr ""

#: ../C/gdm.xml:3932(term) 
msgid "Broadcast"
msgstr "Broadcast"

#: ../C/gdm.xml:3934(synopsis) 
#, no-wrap
msgid "Broadcast=true"
msgstr "Broadcast=true"

#: ../C/gdm.xml:3935(para) 
msgid "If true, the chooser will broadcast a query to the local network and collect responses. This way the chooser will always show all available managers on the network. If you need to add some hosts not local to this network, or if you don't want to use a broadcast, you can list them explicitly in the <filename>Hosts</filename> key."
msgstr ""

#: ../C/gdm.xml:3947(term) 
msgid "Multicast"
msgstr "Multicast"

#: ../C/gdm.xml:3949(synopsis) 
#, no-wrap
msgid "Multicast=true"
msgstr "Multicast=true"

#: ../C/gdm.xml:3950(para) 
msgid "If true and IPv6 is enabled, the chooser will send a multicast query to the local network and collect responses from the hosts who have joined multicast group. If you don't want to send a multicast, you can specify IPv6 address in the <filename>Hosts </filename> key. The host will respond if it is listening to XDMCP requests and IPv6 is enabled there."
msgstr ""

#: ../C/gdm.xml:3962(term) 
msgid "MulticastAddr"
msgstr "MulticastAddr"

#: ../C/gdm.xml:3964(synopsis) 
#, no-wrap
msgid "MulticastAddr=ff02::1"
msgstr "MulticastAddr=ff02::1"

#: ../C/gdm.xml:3965(para) 
msgid "This is the Link-local Multicast address and is hardcoded here."
msgstr ""

#: ../C/gdm.xml:3972(term) 
msgid "DefaultHostImage"
msgstr "DefaultHostImage"

#: ../C/gdm.xml:3974(synopsis) 
#, no-wrap
msgid "DefaultHostImage=&lt;share&gt;/pixmaps/nohost.png"
msgstr "DefaultHostImage=&lt;share&gt;/pixmaps/nohost.png"

#: ../C/gdm.xml:3975(para) 
msgid "File name for the default host icon. This image will be displayed if no icon is specified for a given host. The file must be in a gdk-pixbuf supported format and it must be readable for the GDM user."
msgstr ""

#: ../C/gdm.xml:3985(term) 
msgid "HostImageDir"
msgstr "HostImageDir"

#: ../C/gdm.xml:3987(synopsis) 
#, no-wrap
msgid "HostImageDir=&lt;share&gt;/hosts"
msgstr "HostImageDir=&lt;share&gt;/hosts"

#: ../C/gdm.xml:3988(para) 
msgid "Repository for host icon files. The sysadmin can place icons for remote hosts here and they will appear in <filename>gdmchooser</filename>."
msgstr ""

#: ../C/gdm.xml:3994(para) 
msgid "The file name must match the fully qualified name (FQDN) for the host. The icons must be stored in gdk-pixbuf supported formats and they must be readable to the GDM user."
msgstr ""

#: ../C/gdm.xml:4004(term) 
msgid "Hosts"
msgstr "Hosts"

#: ../C/gdm.xml:4006(synopsis) 
#, no-wrap, fuzzy
msgid "Hosts=host1,host2"
msgstr "Hosts=host1,host2"

#: ../C/gdm.xml:4007(para) 
msgid "The hosts which should be listed in the chooser. The chooser will only list them if they respond. This is done in addition to broadcast (if <filename>Broadcast</filename> is set), so you need not list hosts on the local network. This is useful if your networking setup doesn't allow all hosts to be reachable by a broadcast packet."
msgstr ""

#: ../C/gdm.xml:4019(term) 
msgid "ScanTime"
msgstr "ScanTime"

#: ../C/gdm.xml:4021(synopsis) 
#, no-wrap
msgid "ScanTime=4"
msgstr "ScanTime=4"

#: ../C/gdm.xml:4022(para) 
msgid "Specifies how many seconds the chooser should wait for replies to its BROADCAST_QUERY. Really this is only the time in which we expect a reply. We will still add hosts to the list even if they reply after this time."
msgstr ""

#: ../C/gdm.xml:4034(title) 
msgid "Debug Configuration"
msgstr ""

#: ../C/gdm.xml:4037(title) 
msgid "[debug]"
msgstr "[debug]"

#: ../C/gdm.xml:4043(para) 
msgid "Setting to true sends debug ouput to the syslog. This can be useful for tracking down problems with GDM. This output tends to be verbose so should not be turned on for general use."
msgstr ""

#: ../C/gdm.xml:4053(term) 
msgid "Gestures"
msgstr "Gestures"

#: ../C/gdm.xml:4055(synopsis) 
#, no-wrap
msgid "Gestures=false"
msgstr "Gestures=false"

#: ../C/gdm.xml:4056(para) 
msgid "Setting to true sends debug ouput concerning the accessibility gesture listeners to the syslog. This can be useful for tracking down problems with them not working properly. This output tends to be verbose so should not be turned on for general use."
msgstr ""

#: ../C/gdm.xml:4069(title) 
msgid "Custom Commands"
msgstr ""

#: ../C/gdm.xml:4071(para) 
msgid "You can create up to 10 different commands. Gaps between command numbers are allowed and their relative positioning within the section and with respect to each other is not important as long as they conform to the permitted range of [0-9]."
msgstr ""

#: ../C/gdm.xml:4080(title) 
msgid "[customcommand]"
msgstr "[customcommand]"

#: ../C/gdm.xml:4083(term) 
msgid "CustomCommand[0-9]"
msgstr "CustomCommand[0-9]"

#: ../C/gdm.xml:4085(synopsis) 
#, no-wrap
msgid "CustomCommand[0-9]="
msgstr "CustomCommand[0-9]="

#: ../C/gdm.xml:4086(para) 
msgid "Full path and arguments to command to be executed when user selects <filename>n-th</filename> \"Custom Command\" from the Actions menu. This can be a ';' separated list of commands to try. If the value is empty or missing, then the custom command is not available. By default this value is not enabled, so to enable \"Custom Command\" it must be set to a nonempty value. [0-9] represents the <filename>CustomCommand</filename> suffix and can be an integer between 0 and 9."
msgstr ""

#: ../C/gdm.xml:4101(term) 
msgid "CustomCommandIsPersistent[0-9]"
msgstr "CustomCommandIsPersistent[0-9]"

#: ../C/gdm.xml:4103(synopsis) 
#, no-wrap
msgid "CustomCommandIsPersistent[0-9]="
msgstr "CustomCommandIsPersistent[0-9]="

#: ../C/gdm.xml:4104(para) 
msgid "Specifies if <filename>n-th</filename> \"Custom Command\" will appear outside the login manager, for example on the desktop through the Log Out/Shut Down dialogs. If not specified the default value is \"false\". This option is only valid if corresponding <filename>CustomCommand</filename> is defined. [0-9] represents <filename>CustomCommand</filename> suffix and can be an integer between 0 and 9."
msgstr ""

#: ../C/gdm.xml:4118(term) 
msgid "CustomCommandLabel[0-9]"
msgstr "CustomCommandLabel[0-9]"

#: ../C/gdm.xml:4120(synopsis) 
#, no-wrap
msgid "CustomCommandLabel[0-9]="
msgstr "CustomCommandLabel[0-9]="

#: ../C/gdm.xml:4121(para) 
msgid "Specifies the stock label that will be displayed on the <filename>n-th</filename> \"Custom Command\" buttons and menu items. If not specified the default value is \"Custom_[0-9]\". This option is only valid if corresponding <filename>CustomCommand</filename> is defined. [0-9] represents <filename>CustomCommand</filename> suffix and can be an integer between 0 and 9. This option can't contain any semicolon characters (i.e. \";\")."
msgstr ""

#: ../C/gdm.xml:4135(term) 
msgid "CustomCommandLRLabel[0-9]"
msgstr "CustomCommandLRLabel[0-9]"

#: ../C/gdm.xml:4137(synopsis) 
#, no-wrap
msgid "CustomCommandLRLabel[0-9]="
msgstr "CustomCommandLRLabel[0-9]="

#: ../C/gdm.xml:4138(para) 
msgid "Specifies the stock label that will be displayed on the <filename>n-th</filename> \"Custom Command\" list items and radio buttons. If not specified the default value is \"Execute custom command _[0-9]\". This option is only valid if corresponding <filename>CustomCommand</filename> is defined. [0-9] represents <filename>CustomCommand</filename> suffix and can be an integer between 0 and 9."
msgstr ""

#: ../C/gdm.xml:4152(term) 
msgid "CustomCommandNoRestart[0-9]"
msgstr "CustomCommandNoRestart[0-9]"

#: ../C/gdm.xml:4154(synopsis) 
#, no-wrap
msgid "CustomCommandNoRestart[0-9]="
msgstr "CustomCommandNoRestart[0-9]="

#: ../C/gdm.xml:4155(para) 
msgid "Specifies if gdm will be stopped/restarted once <filename>n-th</filename> \"Custom Command\" has been executed. If not specified the default value is \"false\". This option is only valid if corresponding <filename>CustomCommand</filename> is defined. [0-9] represents <filename>CustomCommand</filename> suffix and can be an integer between 0 and 9. In addition when corresponding <filename>CustomCommandIsPersistent</filename> is set to true, setting CustomCommandNoRestart to false will place corresponding <filename>CustomCommand</filename> in the Shut Down dialog set of actions, setting it to true will place corresponding <filename>CustomCommand</filename> in the Log Out dialog set of actions."
msgstr ""

#: ../C/gdm.xml:4175(term) 
msgid "CustomCommandText[0-9]"
msgstr "CustomCommandText[0-9]"

#: ../C/gdm.xml:4177(synopsis) 
#, no-wrap
msgid "CustomCommandText[0-9]="
msgstr "CustomCommandText[0-9]="

#: ../C/gdm.xml:4178(para) 
msgid "Specifies the message that will be displayed on the warning dialog box once <filename>n-th</filename> \"Custom Command\" button/menu item/radio button/list item has been activated. If not specified the default value is \"Are you sure?\". This option is only valid if corresponding <filename>CustomCommand</filename> is defined. [0-9] represents <filename>CustomCommand</filename> suffix and can be an integer between 0 and 9."
msgstr ""

#: ../C/gdm.xml:4192(term) 
msgid "CustomCommandTooltip[0-9]"
msgstr "CustomCommandTooltip[0-9]"

#: ../C/gdm.xml:4194(synopsis) 
#, no-wrap
msgid "CustomCommandTooltip[0-9]="
msgstr "CustomCommandTooltip[0-9]="

#: ../C/gdm.xml:4195(para) 
msgid "Specifies the message that will be displayed on tooltips for <filename>n-th</filename> \"Custom Command\" entries. If not specified the default value is \"Execute custom command [0-9]\". This option is only valid if corresponding <filename>CustomCommand</filename> is defined. [0-9] represents <filename>CustomCommand</filename> suffix and can be an integer between 0 and 9."
msgstr ""

#: ../C/gdm.xml:4210(title) 
msgid "X Server Definitions"
msgstr ""

#: ../C/gdm.xml:4212(para) 
msgid "To set up X servers, you need to provide GDM with information about the installed X servers. You can have as many different definitions as you wish, each identified with a unique name. The name <filename>Standard</filename> is required. If you do not specify this server, GDM will assume default values for a 'Standard' server and the path given by <filename>daemon/StandardXServer</filename>. <filename>Standard</filename> is used as the default, in situations when no other server has been defined."
msgstr ""

#: ../C/gdm.xml:4223(para) 
msgid "Servers are defined by sections named <filename>server-</filename> followed by the identifier of this server. This should be a simple ASCII string with no spaces. The GUI configuration program allows users to edit the servers defined in the GDM configuration files but currently does not allow adding or deleting entries. Like normal configuration options, <filename>server-</filename> sections in the GDM Custom Configuration File override values in the GDM System Defaults Configuration File. In other words, if a <filename>server-Standard</filename> section is defined in the GDM Custom Configuration File, then that will be used and the section in the GDM System Defaults Configuration File will be ignored."
msgstr ""

#: ../C/gdm.xml:4238(title) 
msgid "[server-Standard]"
msgstr "[server-Standard]"

#: ../C/gdm.xml:4241(term) 
msgid "name"
msgstr "name"

#: ../C/gdm.xml:4243(synopsis) 
#, no-wrap
msgid "name=Standard server"
msgstr "name=Standard server"

#: ../C/gdm.xml:4244(para) 
msgid "The name that will be displayed to the user."
msgstr ""

#: ../C/gdm.xml:4251(term) 
msgid "command"
msgstr "command"

#: ../C/gdm.xml:4253(synopsis) 
#, no-wrap, fuzzy
msgid "command=/path/to/X"
msgstr "command=/path/to/X"

#: ../C/gdm.xml:4254(para) 
msgid "The command to execute, with full path to the binary of the X server, and any extra arguments needed."
msgstr ""

#: ../C/gdm.xml:4262(term) 
msgid "flexible"
msgstr "flexible"

#: ../C/gdm.xml:4264(synopsis) 
#, no-wrap
msgid "flexible=true"
msgstr "flexible=true"

#: ../C/gdm.xml:4265(para) 
msgid "Indicates if this server is available as a choice when a user wishes to run a flexible, on demand server."
msgstr ""

#: ../C/gdm.xml:4273(term) 
msgid "handled"
msgstr "handled"

#: ../C/gdm.xml:4275(synopsis) 
#, no-wrap
msgid "handled=true"
msgstr "handled=true"


#: ../C/gdm.xml:4292(term) 
msgid "chooser"
msgstr "chooser"

#: ../C/gdm.xml:4294(synopsis) 
#, no-wrap
msgid "chooser=false"
msgstr "chooser=false"

#: ../C/gdm.xml:4295(para) 
msgid "Indicates that GDM should instead of a login window run a chooser on this window and allow the user to choose which server to log into."
msgstr ""

#: ../C/gdm.xml:4306(title) 
msgid "Local Static X Display Configuration"
msgstr ""

#: ../C/gdm.xml:4308(para) 
msgid "The static display configuration specifies what displays should be always managed by GDM. GDM will restart the X server on the display if it dies, for example. There may be as many static displays that are managed as you wish, although typically each display is associated with a real display. For example, if a machine has two displays (say display \":0\" and display \":1\"), then this section can be used to specify that a separate login screen be managed for each screen. Each key in the <filename>[servers]</filename> section corresponds to the display number to be managed. Normally there is only one key, which is the key <filename>0</filename>, which corresponds to the display <filename>:0</filename>."
msgstr ""

#: ../C/gdm.xml:4323(para) 
msgid "The GUI configuration program allows users to edit the static display configuration defined in the GDM configuration files and allows the user to add or delete entries. Like normal configuration options, the <filename>[servers]</filename> section in the GDM Custom Configuration File overrides values in the GDM System Defaults Configuration File."
msgstr ""

#: ../C/gdm.xml:4333(title) 
msgid "[servers]"
msgstr "[servers]"

#: ../C/gdm.xml:4336(term) 
msgid "&lt;display number&gt;"
msgstr ""

#: ../C/gdm.xml:4338(synopsis) 
#, no-wrap
msgid "0=Standard"
msgstr ""

#: ../C/gdm.xml:4339(para) 
msgid "Control section for local displays. Each line indicates the local display number and the command that needs to be run to start the X server(s)."
msgstr ""

#: ../C/gdm.xml:4345(para) 
msgid "The command can either be a path to an X executable, or a name of one of the server definitions. This can be followed by some arguments that should be passed to the X server when executed. The gdm daemon doesn't enforce the numbers to be in order or for them to be \"packed\". They keyword \"inactive\" can be used instead of a command to specify that the display should be not managed. This can be used in the GDM Custom Configuration File to turn off a display that is defined in the GDM System Defaults Configuration File."
msgstr ""

#: ../C/gdm.xml:4358(para) 
msgid "GDM will splice \"<filename>-auth &lt;ServAuthDir&gt;/:n.Xauth :n</filename>\", where n is the display number. Inside the command line before all other arguments before running the X server."
msgstr ""

#: ../C/gdm.xml:4365(para) 
msgid "On some systems it is necessary for GDM to know on which virtual consoles to run the X server. In this case, (if running XFree86) add \"vt7\" to the command line, for example, to run on virtual console 7. However on Linux and FreeBSD this is normally done automatically if the <filename>VTAllocation</filename> key is set."
msgstr ""

#: ../C/gdm.xml:4374(para) 
msgid "Normally you do not need to add a <filename>-nolisten tcp</filename> flag as this is added automatically for local X servers when the <filename>DisallowTCP</filename> option is set."
msgstr ""

#: ../C/gdm.xml:4384(term) 
msgid "priority"
msgstr "priority"

#: ../C/gdm.xml:4386(synopsis) 
#, no-wrap
msgid "priority=0"
msgstr "priority=0"

#: ../C/gdm.xml:4387(para) 
msgid "Indicates that the X server should be started at a different process priority. Values can be any integer value accepted by the setpriority C library function (normally between -20 and 20) with 0 being the default. For highly interactive applications, -5 yields good responsiveness. The default value is 0 and the setpriority function is not called if the value is 0."
msgstr ""

#: ../C/gdm.xml:4403(title) 
msgid "Per User Configuration"
msgstr ""

#: ../C/gdm.xml:4405(para) 
msgid "There are some per user configuration settings that control how GDM behaves. GDM is picky about the file ownership and permissions of the user files it will access, and will ignore files if they are not owned by the user or files that have group/world write permission. It will also ignore the user if the user's $HOME directory is not owned by the user or if the user's $HOME directory has group/world write permission. files must also be smaller than the <filename>UserMaxFile</filename> value as defined in the GDM configuration. If it seems that GDM is not properly accessing user configuration settings, the problem is most likely caused by one of these checks failing."
msgstr ""

#: ../C/gdm.xml:4419(para) 
msgid "First there is the <filename>~/.dmrc</filename> file. In theory this file should be shared between GDM and KDM, so users only have to configure things once. This is a standard <filename>.ini</filename> style configuration file. It has one section called <filename>[Desktop]</filename> which has two keys: <filename>Session</filename> and <filename>Language</filename>."
msgstr ""

#: ../C/gdm.xml:4428(para) 
msgid "The <filename>Session</filename> key specifies the basename of the session <filename>.desktop</filename> file that the user wishes to normally use (without the <filename>.desktop</filename> extension, in other words). The <filename>Language</filename> key specifies the language that the user wishes to use by default. If either of these keys is missing, the system default is used. The file would normally look as follows:"
msgstr ""

#: ../C/gdm.xml:4438(screen) 
#, no-wrap
msgid "\n[Desktop]\nSession=gnome\nLanguage=cs_CZ.UTF-8\n"
msgstr ""

#: ../C/gdm.xml:4444(para) 
msgid "Normally GDM will write this file when the user logs in for the first time, and rewrite it if the user chooses to change their default values on a subsequent login."
msgstr ""

#: ../C/gdm.xml:4450(para) 
msgid "If the GDM Face Browser is turned on, then the file <filename>$HOME/.face</filename> is accessed. This file should be a standard image that GTK+ can read, such as PNG or JPEG. It also must be smaller than the <filename>MaxIconWidth</filename> and <filename>MaxIconHeight</filename> values defined in the GDM configuration or it will be ignored. Users can run the <command>gdmphotosetup</command> program to specify a face image and it will copy the file to the <filename>$HOME/.face</filename> location and scale it so its longest dimension is not larger than the <filename>MaxIconWidth</filename> or <filename>MaxIconHeight</filename> values. <command>gdmphotosetup</command> takes care to not change the aspect ratio of the image."
msgstr ""

#: ../C/gdm.xml:4465(para) 
msgid "Face images can also be placed in the global face directory, which is specified by the <filename>GlobalFaceDir</filename> configuration option ( normally <filename>&lt;share&gt;/pixmaps/faces/</filename>) and the filename should be the name of the user, optionally with a <filename>.png</filename>, <filename>.jpg</filename>, etc. appended."
msgstr ""

#: ../C/gdm.xml:4476(title) 
#, fuzzy
msgid "Controlling GDM"
msgstr "GDM 조종하기"

#: ../C/gdm.xml:4478(para) 
msgid "You can control GDM behavior during runtime in several different ways. You can either run certain commands, or you can talk to GDM using either a unix socket protocol, or a FIFO protocol."
msgstr ""

#: ../C/gdm.xml:4485(title) 
msgid "Commands"
msgstr ""

#: ../C/gdm.xml:4487(para) 
msgid "To stop GDM, you can either send the TERM signal to the main daemon or run the <command>gdm-stop</command> command which is in the <filename>&lt;sbin&gt;/</filename> directory. To restart GDM, you can either send the HUP signal to the main daemon or run the <command>gdm-restart</command> command which is also in the <filename>&lt;sbin&gt;/</filename> directory. To restart GDM but only after all the users have logged out, you can either send the USR1 signal to the main daemon or run the <command>gdm-safe-restart</command> command which is in the <filename>&lt;sbin&gt;/</filename> directory as well."
msgstr ""

#: ../C/gdm.xml:4500(para) 
msgid "The <command>gdmflexiserver</command> command can be used to start new flexible (on demand) displays if your system supports virtual terminals. This command will normally lock the current session with a screensaver so that the user can safely walk away from the computer and let someone else log in. If more that two flexible displays have started <command>gdmflexiserver</command> will display a pop-up dialog allowing the user to select which session to continue. The user will normally have to enter a password to return to the session. On session exit the system will return to the previous virtual terminal. Run <command>gdmflexiserver --help</command> to get a listing of possible options."
msgstr ""

#: ../C/gdm.xml:4516(title) 
msgid "The FIFO protocol"
msgstr ""

#: ../C/gdm.xml:4518(para) 
msgid "GDM also provides a FIFO called <filename>.gdmfifo</filename> in the <filename>ServAuthDir</filename> directory (usually <filename>&lt;var&gt;/gdm/.gdmfifo</filename>). You must be root to use this protocol, and it is mostly used for internal GDM chatter. It is a very simple protocol where you just echo a command on a single line to this file. It can be used to tell GDM things such as restart, suspend the computer, or restart all X servers next time it has a chance (which would be useful from an X configuration application)."
msgstr ""


#: ../C/gdm.xml:4541(title) 
msgid "Socket Protocol"
msgstr ""

#: ../C/gdm.xml:4543(para) 
msgid "GDM provides a unix domain socket for communication at <filename>/tmp/.gdm_socket</filename>. Using this you can check if GDM is running, the version of the daemon, the current displays that are running and who is logged in on them, and if GDM supports it on your operating system, also the virtual terminals of all the console logins. The <command>gdmflexiserver</command> command uses this protocol, for example, to launch flexible (on-demand) displays."
msgstr ""

#: ../C/gdm.xml:4553(para) 
msgid "gdmflexiserver accepts the following commands with the --command option:"
msgstr ""

#: ../C/gdm.xml:4558(screen) 
#, no-wrap
msgid "\nADD_DYNAMIC_DISPLAY\nALL_SERVERS\nATTACHED_SERVERS\nAUTH_LOCAL\nCLOSE\nFLEXI_XNEST\nFLEXI_XNEST_USER\nFLEXI_XSERVER\nFLEXI_XSERVER_USER\nGET_CONFIG\nGET_CONFIG_FILE\nGET_CUSTOM_CONFIG_FILE\nGET_SERVER_LIST\nGET_SERVER_DETAILS\nGREETERPIDS\nQUERY_LOGOUT_ACTION\nQUERY_CUSTOM_CMD_LABELS\nQUERY_CUSTOM_CMD_NO_RESTART_STATUS\nQUERY_VT\nRELEASE_DYNAMIC_DISPLAYS\nREMOVE_DYNAMIC_DISPLAY\nSERVER_BUSY\nSET_LOGOUT_ACTION\nSET_SAFE_LOGOUT_ACTION\nSET_VT\nUPDATE_CONFIG\nVERSION\n"
msgstr ""

#: ../C/gdm.xml:4588(para) 
msgid "These are described in detail below, including required arguments, response format, and return codes."
msgstr ""

#: ../C/gdm.xml:4594(title) 
msgid "ADD_DYNAMIC_DISPLAY"
msgstr "ADD_DYNAMIC_DISPLAY"

#: ../C/gdm.xml:4595(screen) 
#, no-wrap
msgid "\nADD_DYNAMIC_DISPLAY: Create a new server definition that will\n                     run on the specified display leaving, it\n                     in DISPLAY_CONFIG state.\nSupported since: 2.8.0.0\nArguments: &lt;display to run on&gt;=&lt;server&gt;\n  Where &lt;server&gt; is either a configuration named in the\n  GDM configuration or a literal command name.\nAnswers:\n  OK &lt;display&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     2 = Existing display\n     3 = No server string\n     4 = Display startup failure\n     100 = Not authenticated\n     200 = Dynamic Displays not allowed\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4617(title) 
msgid "ALL_SERVERS"
msgstr "ALL_SERVERS"

#: ../C/gdm.xml:4618(screen) 
#, no-wrap
msgid "\nALL_SERVERS: List all displays, including console, remote, xnest.\n             This can, for example, be useful to figure out if\n             the display you are on is managed by the gdm daemon,\n             by seeing if it is in the list.  It is also somewhat\n             like the 'w' command but for graphical sessions.\nSupported since: 2.4.2.96\nArguments: None\nAnswers:\n  OK &lt;server&gt;;&lt;server&gt;;...\n\n  &lt;server&gt; is &lt;display&gt;,&lt;logged in user&gt;\n\n  &lt;logged in user&gt; can be empty in case no one logged in yet\n\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4641(title) 
msgid "ATTACHED_SERVERS"
msgstr "ATTACHED_SERVERS"

#: ../C/gdm.xml:4642(screen) 
#, no-wrap
msgid "\nATTACHED_SERVERS: List all attached displays.  Doesn't list XDMCP\n                  and xnest non-attached displays.\nNote:             This command used to be named CONSOLE_SERVERS,\n                  which is still recognized for backwards\n                  compatibility. The optional pattern argument\n                  is supported as of version 2.8.0.0.\nSupported since: 2.2.4.0\nArguments: &lt;pattern&gt; (optional)\n  With no argument, all attached displays are returned. The optional\n  &lt;pattern&gt; is a string that may contain glob characters '*', '?', and\n  '[]'. Only displays that match the pattern will be returned.\nAnswers:\n  OK &lt;server&gt;;&lt;server&gt;;...\n\n  &lt;server&gt; is &lt;display&gt;,&lt;logged in user&gt;,&lt;vt or xnest display&gt;\n\n  &lt;logged in user&gt; can be empty in case no one logged\n  in yet, and &lt;vt&gt; can be -1 if it's not known or not\n  supported (on non-Linux for example).  If the display is an\n  xnest display and is a console one (that is, it is an xnest\n  inside another console display) it is listed and instead of\n  vt, it lists the parent display in standard form.\n\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4674(title) 
msgid "AUTH_LOCAL"
msgstr "AUTH_LOCAL"

#: ../C/gdm.xml:4675(screen) 
#, no-wrap
msgid "\nAUTH_LOCAL: Setup this connection as authenticated for\n            FLEXI_SERVER.  Because all full blown\n            (non-nested) displays can be started only from\n            users logged in locally, and here GDM assumes\n            only users logged in from GDM.  They must pass\n            the xauth MIT-MAGIC-COOKIE-1 that they were passed\n            before the connection is authenticated.\nNote:       The AUTH LOCAL command requires the\n            --authenticate option, although only\n            FLEXI XSERVER uses this currently.\nNote:       Since 2.6.0.6 you can also use a global\n            &lt;ServAuthDir&gt;/.cookie, which works for all\n            authentication except for SET_LOGOUT_ACTION and\n            QUERY_LOGOUT_ACTION and SET_SAFE_LOGOUT_ACTION\n            which require a logged in display.\nSupported since: 2.2.4.0\nArguments: &lt;xauth cookie&gt;\n  &lt;xauth cookie&gt; is in hex form with no 0x prefix\nAnswers:\n  OK\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4705(title) 
msgid "CLOSE"
msgstr "CLOSE"

#: ../C/gdm.xml:4706(screen) 
#, no-wrap
msgid "\nCLOSE: Close sockets connection\nSupported since: 2.2.4.0\nArguments: None\nAnswers: None\n"
msgstr ""

#: ../C/gdm.xml:4715(title) 
msgid "FLEXI_XNEST"
msgstr "FLEXI_XNEST"

#: ../C/gdm.xml:4716(screen) 
#, no-wrap
msgid "\nFLEXI_XNEXT: Start a new flexible nested display.\nNote:        Supported on older version from 2.2.4.0, later\n             2.2.4.2, but since 2.3.90.4 you must supply 4\n             arguments or ERROR 100 will be returned.  This\n             will start the nested X server command using\n             the XAUTHORITY file supplied and as the uid\n             same as the owner of that file (and same as\n             you supply).  You must also supply the cookie as\n             the third argument for this display, to prove\n             that you indeed are this user.  Also this file\n             must be readable ONLY by this user, that is\n             have a mode of 0600.  If this all is not met,\n             ERROR 100 is returned.\nNote:        The cookie should be the MIT-MAGIC-COOKIE-1,\n             the first one GDM can find in the XAUTHORITY\n             file for this display.  If that's not what you\n             use you should generate one first.  The cookie\n             should be in hex form.\nSupported since: 2.3.90.4\nArguments: &lt;display to run on&gt; &lt;uid of requesting user&gt;\n           &lt;xauth cookie for the display&gt; &lt;xauth file&gt;\nAnswers:\n  OK &lt;display&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = No more flexi servers\n     2 = Startup errors\n     3 = X failed\n     4 = X too busy\n     5 = Xnest can't connect\n     6 = No server binary\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4755(title) 
msgid "FLEXI_XNEST_USER"
msgstr "FLEXI_XNEST_USER"

#: ../C/gdm.xml:4756(screen) 
#, no-wrap
msgid "\nFLEXI_XNEST_USER: Start a new flexible nested display and\n                  initialize the greeter with the given username.\nNote:             This is a variant of the FLEXI_XNEST command.\nNote:             The cookie should be the MIT-MAGIC-COOKIE-1,\n                  the first one GDM can find in the XAUTHORITY\n                  file for this display.  If that's not what you\n                  use you should generate one first.  The cookie\n                  should be in hex form.\nSupported since:  2.17.7\nArguments: &lt;username&gt; &lt;display to run on&gt; &lt;uid of requesting user&gt;\n           &lt;xauth cookie for the display&gt; &lt;xauth file&gt;\nAnswers:\n  OK &lt;display&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = No more flexi servers\n     2 = Startup errors\n     3 = X failed\n     4 = X too busy\n     5 = Xnest can't connect\n     6 = No server binary\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4785(title) 
msgid "FLEXI_XSERVER"
msgstr "FLEXI_XSERVER"

#: ../C/gdm.xml:4786(screen) 
#, no-wrap
msgid "\nFLEXI_XSERVER: Start a new X flexible display.  Only supported on\n               connection that passed AUTH_LOCAL\nSupported since: 2.2.4.0\nArguments: &lt;xserver type&gt;\n  If no arguments, starts the standard X server\nAnswers:\n  OK &lt;display&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = No more flexi servers\n     2 = Startup errors\n     3 = X failed\n     4 = X too busy\n     6 = No server binary\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4808(title) 
msgid "FLEXI_XSERVER_USER"
msgstr "FLEXI_XSERVER_USER"

#: ../C/gdm.xml:4809(screen) 
#, no-wrap
msgid "\nFLEXI_XSERVER_USER: Start a new X flexible display and initialize the\n                    greeter with the given username.  Only supported on\n                    connection that passed AUTH_LOCAL\nSupported since:    2.17.7 \nArguments: &lt;username&gt; &lt;xserver type&gt;\n  If no server type specified, starts the standard X server\nAnswers:\n  OK &lt;display&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = No more flexi servers\n     2 = Startup errors\n     3 = X failed\n     4 = X too busy\n     6 = No server binary\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4832(title) 
msgid "GET_CONFIG"
msgstr "GET_CONFIG"

#: ../C/gdm.xml:4833(screen) 
#, no-wrap
msgid "\nGET_CONFIG:  Get configuration value for key.  Useful so\n             that other applications can request configuration\n             information from GDM.  Any key defined as GDM_KEY_*\n             in gdm-daemon-config-keys.h is supported.  Starting with version 2.13.0.2\n             translated keys (such as \"greeter/GdmWelcome[cs]\" are\n             supported via GET_CONFIG.  Also starting with version\n             2.13.0.2 it is no longer necessary to include the\n             default value (i.e. you can use key \"greeter/IncludeAll\"\n             instead of having to use \"greeter/IncludeAll=false\".  \nSupported since: 2.6.0.9\nArguments: &lt;key&gt;\nAnswers:\n  OK &lt;value&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     50 = Unsupported key\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4856(title) 
msgid "GET_CONFIG_FILE"
msgstr "GET_CONFIG_FILE"

#: ../C/gdm.xml:4857(screen) 
#, no-wrap
msgid "\nGET_CONFIG_FILE:  Get config file location being used by\n                  the daemon.  If the GDM daemon was started\n                  with the --config option, it will return\n                  the value passed in via the argument.\nSupported since: 2.8.0.2\nArguments: None\nAnswers:\n  OK &lt;full path to GDM configuration file&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4874(title) 
msgid "GET_CUSTOM_CONFIG_FILE"
msgstr "GET_CUSTOM_CONFIG_FILE"

#: ../C/gdm.xml:4875(screen) 
#, no-wrap
msgid "\nGET_CUSTOM_CONFIG_FILE:  Get custom config file location being\n                        used by the daemon.\nSupported since: 2.14.0.0\nArguments: None\nAnswers:\n  OK &lt;full path to GDM custom configuration file&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = File not found\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4891(title) 
msgid "GET_SERVER_DETAILS"
msgstr "GET_SERVER_DETAILS"

#: ../C/gdm.xml:4892(screen) 
#, no-wrap
msgid "\nGET_SERVER_DETAILS:  Get detail information for a specific server.\nSupported since: 2.13.0.4\nArguments: &lt;server&gt; &lt;key&gt;\n  Key values include:\n    NAME      - Returns the server name\n    COMMAND   - Returns the server command\n    FLEXIBLE  - Returns \"true\" if flexible, \"false\"\n                otherwise\n    CHOOSABLE - Returns \"true\" if choosable, \"false\"\n                otherwise\n    HANDLED   - Returns \"true\" if handled, \"false\"\n                otherwise\n    CHOOSER   - Returns \"true\" if chooser, \"false\"\n                otherwise\n    PRIORITY  - Returns process priority\nAnswers:\n  OK &lt;value&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = Server not found\n     2 = Key not valid\n     50 = Unsupported key\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4921(title) 
msgid "GET_SERVER_LIST"
msgstr "GET_SERVER_LIST"

#: ../C/gdm.xml:4922(screen) 
#, no-wrap
msgid "\nGET_SERVER_LIST:  Get a list of the server sections from\n                  the configuration file.\nSupported since: 2.13.0.4\nArguments: None\nAnswers:\n  OK &lt;value&gt;;&lt;value&gt;;...\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = No servers found\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4938(title) 
msgid "GREETERPIDS"
msgstr "GREETERPIDS"

#: ../C/gdm.xml:4939(screen) 
#, no-wrap
msgid "\nGREETERPIDS: List all greeter pids so that one can send HUP\n             to them for config rereading.  Of course one\n             must be root to do that.\nSupported since: 2.3.90.2\nArguments: None\nAnswers:\n  OK &lt;pid&gt;;&lt;pid&gt;;...\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4955(title) 
msgid "QUERY_LOGOUT_ACTION"
msgstr "QUERY_LOGOUT_ACTION"

#: ../C/gdm.xml:4956(screen) 
#, no-wrap
msgid "\nQUERY_LOGOUT_ACTION: Query which logout actions are possible\n                     Only supported on connections that passed\n                     AUTH_LOCAL.\nSupported since: 2.5.90.0\nAnswers:\n  OK &lt;action&gt;;&lt;action&gt;;...\n     Where action is one of HALT, REBOOT, SUSPEND or CUSTOM_CMD[0-9].\n     An empty list can also be returned if no action is possible.\n     A '!' is appended to an action if it was already set with\n     SET_LOGOUT_ACTION or SET_SAFE_LOGOUT_ACTION.  Note that\n     SET_LOGOUT_ACTION has precedence over\n     SET_SAFE_LOGOUT_ACTION.\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:4978(title) 
msgid "QUERY_CUSTOM_CMD_LABELS"
msgstr "QUERY_CUSTOM_CMD_LABELS"

#: ../C/gdm.xml:4979(screen) 
#, no-wrap
msgid "\n QUERY_CUSTOM_CMD_LABELS: Query labels belonging to exported custom\n                          commands Only supported on connections that\n                          passed AUTH_LOCAL.\n Supported since: 2.5.90.0\n Answers:\n   OK &lt;label1&gt;;&lt;label2&gt;;...\n      Where labelX is one of the labels belonging to CUSTOM_CMDX\n      (where X in [0,GDM_CUSTOM_COMMAND_MAX)).  An empty list can\n      also be returned if none of the custom commands are exported\n      outside login manager (no CustomCommandIsPersistent options\n      are set to true).  \n   ERROR &lt;err number&gt; &lt;english error description&gt;\n      0 = Not implemented\n      100 = Not authenticated\n      200 = Too many messages\n      999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5000(title) 
msgid "QUERY_CUSTOM_CMD_NO_RESTART_STATUS"
msgstr "QUERY_CUSTOM_CMD_NO_RESTART_STATUS"

#: ../C/gdm.xml:5001(screen) 
#, no-wrap
msgid "\nQUERY_CUSTOM_CMD_NO_RESTART_STATUS: Query NoRestart config options\n                                    for each of custom commands Only\n                                    supported on connections that\n                                    passed AUTH_LOCAL.\nSupported since: 2.5.90.0\nAnswers:\n  OK &lt;status&gt;\n     Where each bit of the status represents NoRestart value for\n     each of the custom commands.\n     bit on (1):  NoRestart = true, \n     bit off (0): NoRestart = false.\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5022(title) 
msgid "QUERY_VT"
msgstr "QUERY_VT"

#: ../C/gdm.xml:5023(screen) 
#, no-wrap
msgid "\nQUERY_VT:  Ask the daemon about which VT we are currently on.\n           This is useful for logins which don't own\n           /dev/console but are still console logins.  Only\n           supported on Linux currently, other places will\n           just get ERROR 8.  This is also the way to query\n           if VT support is available in the daemon in the\n           first place.  Only supported on connections that\n           passed AUTH_LOCAL.\nSupported since: 2.5.90.0\nArguments: None\nAnswers:\n  OK &lt;vt number&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     8 = Virtual terminals not supported\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5046(title) 
msgid "RELEASE_DYNAMIC_DISPLAYS"
msgstr "RELEASE_DYNAMIC_DISPLAYS"

#: ../C/gdm.xml:5047(screen) 
#, no-wrap
msgid "\nRELEASE_DYNAMIC_DISPLAYS: Release dynamic displays currently in \n                          DISPLAY_CONFIG state\nSupported since: 2.8.0.0\nArguments: &lt;display to release&gt;\nAnswers:\n  OK &lt;display&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = Bad display number\n     100 = Not authenticated\n     200 = Dynamic Displays not allowed\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5064(title) 
msgid "REMOVE_DYNAMIC_DISPLAY"
msgstr "REMOVE_DYNAMIC_DISPLAY"

#: ../C/gdm.xml:5065(screen) 
#, no-wrap
msgid "\nREMOVE_DYNAMIC_DISPLAY: Remove a dynamic display, killing the server\n                        and purging the display configuration\nSupported since: 2.8.0.0\nArguments: &lt;display to remove&gt;\nAnswers:\n  OK &lt;display&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     1 = Bad display number\n     100 = Not authenticated\n     200 = Dynamic Displays not allowed\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5082(title) 
msgid "SERVER_BUSY"
msgstr "SERVER_BUSY"

#: ../C/gdm.xml:5100(title) 
msgid "SET_LOGOUT_ACTION"
msgstr "SET_LOGOUT_ACTION"

#: ../C/gdm.xml:5124(title) 
msgid "SET_SAFE_LOGOUT_ACTION"
msgstr "SET_SAFE_LOGOUT_ACTION"

#: ../C/gdm.xml:5125(screen) 
#, no-wrap
msgid "\nSET_SAFE_LOGOUT_ACTION:  Tell the daemon to halt/restart/suspend\n                         after everybody logs out.  If only one\n                         person logs out, then this is obviously\n                         the same as the SET_LOGOUT_ACTION.  Note\n                         that SET_LOGOUT_ACTION has precedence\n                         over SET_SAFE_LOGOUT_ACTION if it is set\n                         to something other then NONE.  If no one\n                         is logged in, then the action takes effect\n                         effect immediately.  Only supported on\n                         connections that passed AUTH_LOCAL.\nSupported since: 2.5.90.0\nArguments: &lt;action&gt;\n  NONE               Set exit action to 'none'\n  HALT               Set exit action to 'halt'\n  REBOOT             Set exit action to 'reboot'\n  SUSPEND            Set exit action to 'suspend'\n  CUSTOM_CMD[0-9]    Set exit action to 'custom command [0-9]'\nAnswers:\n  OK\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     7 = Unknown logout action, or not available\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5155(title) 
msgid "SET_VT"
msgstr "SET_VT"

#: ../C/gdm.xml:5156(screen) 
#, no-wrap
msgid "\nSET_VT:  Change to the specified virtual terminal.\n         This is useful for logins which don't own /dev/console\n         but are still console logins.  Only supported on Linux\n         currently, other places will just get ERROR 8.\n         Only supported on connections that passed AUTH_LOCAL.\nSupported since: 2.5.90.0\nArguments: &lt;vt&gt;\nAnswers:\n  OK\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     8 = Virtual terminals not supported\n     9 = Invalid virtual terminal number\n     100 = Not authenticated\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5177(title) 
msgid "UPDATE_CONFIG"
msgstr "UPDATE_CONFIG"

#: ../C/gdm.xml:5178(screen) 
#, no-wrap
msgid "\nUPDATE_CONFIG: Tell the daemon to re-read a key from the \n               GDM configuration file.   Any user can request\n               that values are re-read but the daemon will\n               only do so if the file has been modified\n               since GDM first read the file.  Only users\n               who can change the GDM configuration file\n               (normally writable only by the root user) can\n               actually modify the GDM configuration.  This\n               command is useful to cause the GDM to update\n               itself to recognize a change made to the GDM\n               configuration file by the root user.\n\n               Starting with version 2.13.0.0, all GDM keys are\n               supported except for the following:\n\n                      daemon/PidFile\n                      daemon/ConsoleNotify\n                      daemon/User\n                      daemon/Group\n                      daemon/LogDir\n                      daemon/ServAuthDir\n                      daemon/UserAuthDir\n                      daemon/UserAuthFile\n                      daemon/UserAuthFBDir\n\n               GDM also supports the following Psuedokeys:\n\n               xdmcp/PARAMETERS (2.3.90.2) updates the following:\n                      xdmcp/MaxPending\n                      xdmcp/MaxSessions\n                      xdmcp/MaxWait\n                      xdmcp/DisplaysPerHost\n                      xdmcp/HonorIndirect\n                      xdmcp/MaxPendingIndirect\n                      xdmcp/MaxWaitIndirect\n                      xdmcp/PingIntervalSeconds (only affects new connections)\n\n                xservers/PARAMETERS (2.13.0.4) updates the following:\n                      all [server-foo] sections.\n\n                Supported keys for previous versions of GDM:\n\n                      security/AllowRoot (2.3.90.2)\n                      security/AllowRemoteRoot (2.3.90.2)\n                      security/AllowRemoteAutoLogin (2.3.90.2)\n                      security/RetryDelay (2.3.90.2)\n                      security/DisallowTCP (2.4.2.0)\n                      daemon/Greeter (2.3.90.2)\n                      daemon/RemoteGreeter (2.3.90.2)\n                      xdmcp/Enable (2.3.90.2)\n                      xdmcp/Port (2.3.90.2)\n                      daemon/TimedLogin (2.3.90.3)\n                      daemon/TimedLoginEnable (2.3.90.3)\n                      daemon/TimedLoginDelay (2.3.90.3)\n                      greeter/SystemMenu (2.3.90.3)\n                      greeter/ConfigAvailable (2.3.90.3)\n                      greeter/ChooserButton (2.4.2.0)\n                      greeter/SoundOnLoginFile (2.5.90.0)\n                      daemon/AddGtkModules (2.5.90.0)\n                      daemon/GtkModulesList (2.5.90.0)\nSupported since: 2.3.90.2\nArguments: &lt;key&gt;\n  &lt;key&gt; is just the base part of the key such as\n  \"security/AllowRemoteRoot\"\nAnswers:\n  OK\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     0 = Not implemented\n     50 = Unsupported key\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5254(title) 
msgid "VERSION"
msgstr "VERSION"

#: ../C/gdm.xml:5255(screen) 
#, no-wrap
msgid "\nVERSION: Query GDM version\nSupported since: 2.2.4.0\nArguments: None\nAnswers:\n  GDM &lt;gdm version&gt;\n  ERROR &lt;err number&gt; &lt;english error description&gt;\n     200 = Too many messages\n     999 = Unknown error\n"
msgstr ""

#: ../C/gdm.xml:5272(title) 
msgid "GDM Commands"
msgstr "GDM 명령어"

#: ../C/gdm.xml:5275(title) 
msgid "GDM User Commands"
msgstr ""

#: ../C/gdm.xml:5277(para) 
msgid "The GDM package provides the following different commands in <filename>bindir</filename> intended to be used by the end-user:"
msgstr ""

#: ../C/gdm.xml:5283(title) 
msgid "<command>gdmXnestchooser</command> and <command>gdmXnest</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5286(para) 
msgid "The <command>gdmXnestchooser</command> command automatically gets the correct display number, sets up access, and runs the nested X server command with the \"-indirect localhost\" argument. This provides an XDMCP chooser program. You can also supply as an argument the hostname whose chooser should be displayed, so <command>gdmXnestchooser somehost</command> will run the XDMCP chooser from host <command>somehost</command> inside a nested X server session. You can make this command do a direct query instead by passing the <command>-d</command> option as well. In addition to the following options, this command also supports standard GNOME options."
msgstr ""

#: ../C/gdm.xml:5301(title) 
msgid "<command>gdmXnestchooser</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5304(term) 
msgid "-x, --xnest=STRING"
msgstr "-x, --xnest=&lt;문자열&gt;"

#: ../C/gdm.xml:5306(para) 
msgid "Nested X server command line, default is defined by the <filename>Xnest</filename> configuration option."
msgstr ""

#: ../C/gdm.xml:5314(term) 
msgid "-o, --xnest-extra-options=OPTIONS"
msgstr "-o, --xnest-extra-options=&lt;옵션&gt;"

#: ../C/gdm.xml:5316(para) 
msgid "Extra options for nested X server, default is no options."
msgstr ""

#: ../C/gdm.xml:5323(term) 
msgid "-n, --no-query"
msgstr "-n, --no-query"

#: ../C/gdm.xml:5325(para) 
msgid "Just run nested X server, no query (no chooser)"
msgstr ""

#: ../C/gdm.xml:5332(term) 
msgid "-d, --direct"
msgstr "-d, --direct"

#: ../C/gdm.xml:5334(para) 
msgid "Do direct query instead of indirect (chooser)"
msgstr ""

#: ../C/gdm.xml:5341(term) 
msgid "-B, --broadcast"
msgstr "-B, --broadcast"

#: ../C/gdm.xml:5343(para) 
msgid "Run broadcast instead of indirect (chooser)"
msgstr ""

#: ../C/gdm.xml:5350(term) 
msgid "-b, --background"
msgstr "-b, --background"

#: ../C/gdm.xml:5352(para) 
msgid "Run in background"
msgstr ""

#: ../C/gdm.xml:5359(term) 
msgid "--no-gdm-check"
msgstr "--no-gdm-check"

#: ../C/gdm.xml:5361(para) 
msgid "Don't check for running GDM"
msgstr ""

#: ../C/gdm.xml:5370(title) ../C/gdm.xml:5413(title) 
msgid "<command>gdmflexichooser</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5372(para) 
msgid "The <command>gdmflexiserver</command> command provides three features. It can be used to run flexible (on demand) X displays, to run a flexible display via nested X server, and to send commands to the GDM daemon process."
msgstr ""

#: ../C/gdm.xml:5379(para) 
msgid "Starting a flexible X display will normally lock the current session with a screensaver and will redisplay the GDM login screen so a second user can log in. This feature is only available on systems that support virtual terminals and have them enabled. This feature is useful if you are logged in as user A, and user B wants to log in quickly but user A does not wish to log out. The X server takes care of the virtual terminal switching so it works transparently. If there is more than one running display defined with flexible=true, then the user is shown a dialog that displays the currently running sessions. The user can then pick which session to continue and will normally have to enter the password to unlock the screen."
msgstr ""

#: ../C/gdm.xml:5393(para) 
msgid "Nested displays works on systems that do not support virtual terminals. This option starts a flexible display in a window in the current session. This does not lock the current session, so is not as secure as a flexible server started via virtual terminals."
msgstr ""

#: ../C/gdm.xml:5400(para) 
msgid "The <command>gdmflexiserver --command</command> option provides a way to send commands to the GDM daemon and can be used to debug problems or to change the GDM configuration."
msgstr ""

#: ../C/gdm.xml:5406(para) 
msgid "In addition to the following options, <command>gdmflexiserver</command> also supports standard GNOME options."
msgstr ""

#: ../C/gdm.xml:5416(term) 
msgid "-c, --command=COMMAND"
msgstr "-c, --command=&lt;명령어&gt;"

#: ../C/gdm.xml:5418(para) 
msgid "Send the specified protocol command to GDM"
msgstr ""

#: ../C/gdm.xml:5425(term) 
msgid "-n, --xnest"
msgstr "-n, --xnest"

#: ../C/gdm.xml:5427(para) 
msgid "Start a flexible X display in Nested mode"
msgstr ""

#: ../C/gdm.xml:5434(term) 
msgid "-l, --no-lock"
msgstr "-l, --no-lock"

#: ../C/gdm.xml:5436(para) 
msgid "Do not lock current screen"
msgstr ""

#: ../C/gdm.xml:5443(term) 
msgid "-d, --debug"
msgstr "-d, --debug"

#: ../C/gdm.xml:5445(para) 
msgid "Turns on debugging output which gets sent to syslog. Same as turning on debug in the configuration file."
msgstr ""

#: ../C/gdm.xml:5453(term) 
msgid "-a, --authenticate"
msgstr "-a, --authenticate"

#: ../C/gdm.xml:5455(para) 
msgid "Authenticate before running --command"
msgstr ""

#: ../C/gdm.xml:5462(term) 
msgid "-s, --startnew"
msgstr "-s, --startnew"

#: ../C/gdm.xml:5464(para) 
msgid "Starts a new flexible display without displaying a dialog asking the user if they wish to continue any existing sessions."
msgstr ""

#: ../C/gdm.xml:5475(title) ../C/gdm.xml:5501(title) 
msgid "<command>gdmdynamic</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5477(para) 
msgid "The <command>gdmdynamic</command> command which creates, runs, and removes displays (X servers) on demand."
msgstr ""

#: ../C/gdm.xml:5482(para) 
msgid "<command>gdmdynamic</command> allows the management of displays in a dynamic fashion. It is typically used in environments where it is not possible to list the possible displays in the GDM configuration files. The <command>gdmdynamic</command> command can be used to create a new display on a particular display number, run all newly created displays, or remove a display. The <command>gdmdynamic</command> command can also be used to list all attached displays, or only attached displays that match a pattern."
msgstr ""

#: ../C/gdm.xml:5493(para) 
msgid "This program is designed to manage multiple simultaneous requests and works to avoid flooding the daemon with requests. If the sockets connection is busy, it will sleep and retry a certain number of times that can be tuned with the -s and -t options."
msgstr ""

#: ../C/gdm.xml:5506(emphasis) 
msgid "One of the following options can be used per instance:"
msgstr ""

#: ../C/gdm.xml:5513(term) 
msgid "-a display=server"
msgstr "-a &lt;디스플레이&gt;=&lt;서버&gt;"

#: ../C/gdm.xml:5515(para) 
msgid "Add a new display configuration, leaving it in the DISPLAY_CONFIG state. For example, <command>\"-a 2=StandardServerTwo\"</command><command>\"-a 3=/usr/X11R6/bin/X -dev /dev/fb2\"</command>"
msgstr ""

#: ../C/gdm.xml:5521(para) 
msgid "The display will not actually be started until the display is released by calling <command>gdmdynamic</command> again with the -r option."
msgstr ""

#: ../C/gdm.xml:5529(term) 
msgid "-r"
msgstr "-r"

#: ../C/gdm.xml:5531(para) 
msgid "Release (run) all displays waiting in the DISPLAY_CONFIG state."
msgstr ""

#: ../C/gdm.xml:5538(term) 
msgid "-d display"
msgstr "-d &lt;디스플레이&gt;"

#: ../C/gdm.xml:5540(para) 
msgid "Delete a display, killing the X server and purging the display configuration. For example, \"-d 3\"."
msgstr ""

#: ../C/gdm.xml:5548(term) 
msgid "-l [pattern]"
msgstr ""

#: ../C/gdm.xml:5550(para) 
msgid "List displays via the ATTACHED_SERVERS <command>gdmflexiserver</command> command. Without a pattern lists all attached displays. With a pattern will match using glob characters '*', '?', and '[]'. For example: <command>\"-l Standard*\"</command><command>\"-l *Xorg*\"</command>"
msgstr ""

#: ../C/gdm.xml:5563(emphasis) 
msgid "These options can be added to the above:"
msgstr ""

#: ../C/gdm.xml:5570(term) 
msgid "-v"
msgstr "-v"

#: ../C/gdm.xml:5572(para) 
msgid "Verbose mode. Prinr diagnostic messages about each message sent to GDM."
msgstr ""

#: ../C/gdm.xml:5580(term) 
msgid "-b"
msgstr "-b"

#: ../C/gdm.xml:5582(para) 
msgid "Background mode. Fork child to do the work and return immediately."
msgstr ""

#: ../C/gdm.xml:5589(term) 
msgid "-t RETRY"
msgstr ""

#: ../C/gdm.xml:5591(para) 
msgid "If the daemon socket is busy, <command>gdmdynamic</command> will retry to open the connection the specified RETRY number of times. Default value is 15."
msgstr ""

#: ../C/gdm.xml:5600(term) 
msgid "-s SLEEP"
msgstr ""

#: ../C/gdm.xml:5602(para) 
msgid "If the daemon socket is busy, <command>gdmdynamic</command> will sleep an amount of time between retries. A random number of seconds 0-5 is added to the SLEEP value to help ensure that multiple calls to gdmdynamic do not all try to restart at the same time. A SLEEP value of zero causes the sleep time to be 1 second. Default value is 8 seconds."
msgstr ""

#: ../C/gdm.xml:5617(title) 
msgid "<command>gdmphotosetup</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5619(para) 
msgid "Allows the user to select an image that will be used as the user's photo by GDM's face browser, if enabled by GDM. The selected file is stored as <filename>~/.face</filename>. This command accepts standard GNOME options."
msgstr ""

#: ../C/gdm.xml:5628(title) 
msgid "<command>gdmthemetester</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5630(para) 
msgid "<command>gdmthemetester</command> takes two parameters. The first parameter specifies the environment and the second parameter specifies the path name or the name of a theme to view. This is a tool for viewing a theme outside of GDM. It is useful for testing or viewing themes. <command>gdmthemetester</command> requires that the system support <command>gdmXnest</command>. Note that themes can display differently depending on the theme's \"Show mode\". <command>gdmthemetester</command> allows viewing the themes in different modes via the environment option. Valid environment values and their meanings follow: <screen>\nconsole       - In console mode.\nconsole-timed - In console non-flexi mode.\nflexi         - In flexi mode.\nxdmcp         - In remote (XDMCP) mode.\nremote-flexi  - In remote (XDMCP) &amp; flexi mode.\n</screen>"
msgstr ""

#: ../C/gdm.xml:5656(title) 
msgid "GDM Root User Commands"
msgstr ""

#: ../C/gdm.xml:5658(para) 
msgid "The GDM package provides the following different commands in <filename>sbindir</filename> intended to be used by the root user:"
msgstr ""

#: ../C/gdm.xml:5664(title) ../C/gdm.xml:5680(title) 
msgid "<command>gdm</command> and <command>gdm-binary</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5667(para) 
msgid "The <command>gdm</command> command is really just a script which runs the <command>gdm-binary</command>, passing along any options. Before launching <command>gdm-binary</command>, the gdm wrapper script will source the <filename>&lt;etc&gt;/profile</filename> file to set the standard system environment variables. In order to better support internationalization, it will also set the LC_MESSAGES environment variable to LANG if neither LC_MESSAGES or LC_ALL are set. If you really need to set some additional environment before launching GDM, you can do so in this script."
msgstr ""

#: ../C/gdm.xml:5684(term) 
msgid "--help"
msgstr "--help"

#: ../C/gdm.xml:5686(para) 
msgid "Gives a brief overview of the command line options."
msgstr ""

#: ../C/gdm.xml:5693(term) 
msgid "--nodaemon"
msgstr "--nodaemon"

#: ../C/gdm.xml:5695(para) 
msgid "If this option is specified, then GDM does not fork into the background when run. You can also use a single-dash version, \"-nodaemon\" for compatibility with other display managers."
msgstr ""

#: ../C/gdm.xml:5705(term) 
msgid "--no-console"
msgstr "--no-console"

#: ../C/gdm.xml:5707(para) 
msgid "Tell the daemon that it should not run anything on the console. This means that none of the local servers from the <filename>[servers]</filename> section will be run, and the console will not be used for communicating errors to the user. An empty <filename>[servers]</filename> section automatically implies this option."
msgstr ""

#: ../C/gdm.xml:5719(term) 
msgid "--config=CONFIGFILE"
msgstr "--config=&lt;설정파일&gt;"

#: ../C/gdm.xml:5721(para) 
msgid "Specify an alternative configuration file."
msgstr ""

#: ../C/gdm.xml:5728(term) 
msgid "--preserve-ld-vars"
msgstr "--preserve-ld-vars"

#: ../C/gdm.xml:5730(para) 
msgid "When clearing the environment internally, preserve all variables starting with LD_. This is mostly for debugging purposes."
msgstr ""

#: ../C/gdm.xml:5738(term) 
msgid "--version"
msgstr "--version"

#: ../C/gdm.xml:5740(para) 
msgid "Print the version of the GDM daemon."
msgstr ""

#: ../C/gdm.xml:5747(term) 
msgid "--wait-for-go"
msgstr "--wait-for-go"

#: ../C/gdm.xml:5749(para) 
msgid "If started with this option, gdm will init, but only start the first local display and then wait for a GO message in the fifo protocol. No greeter will be shown until the GO message is sent. Also flexiserver requests will be denied and XDMCP will not be started until GO is given. This is useful for initialization scripts which wish to start X early, but where you don't yet want the user to start logging in. So the script would send the GO to the fifo once it is ready and GDM will then continue. This functionality was added in version 2.5.90.0."
msgstr ""

#: ../C/gdm.xml:5767(title) 
msgid "<command>gdmsetup</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5769(para) 
msgid "<command>gdmsetup</command> runs a graphical application for modifying the GDM configuration file. Normally on systems that support the PAM userhelper, this is setup such that when you run <command>gdmsetup</command> as an ordinary user, it will first ask you for your root password before starting. Otherwise, this application may only be run as root. This application supports standard GNOME options."
msgstr ""

#: ../C/gdm.xml:5781(title) 
msgid "<command>gdm-restart</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5783(para) 
msgid "<command>gdm-restart</command> stops and restarts GDM by sending the GDM daemon a HUP signal. This command will immediately terminate all sessions and log out users currently logged in with GDM."
msgstr ""

#: ../C/gdm.xml:5791(title) 
msgid "<command>gdm-safe-restart</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5793(para) 
msgid "<command>gdm-safe-restart</command> stops and restarts GDM by sending the GDM daemon a USR1 signal. GDM will be restarted as soon as all users log out."
msgstr ""

#: ../C/gdm.xml:5801(title) 
msgid "<command>gdm-stop</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5803(para) 
msgid "<command>gdm-stop</command> stops GDM by sending the GDM daemon a TERM signal."
msgstr ""

#: ../C/gdm.xml:5811(title) 
msgid "GDM Internal Commands"
msgstr ""

#: ../C/gdm.xml:5813(para) 
msgid "The GDM package provides the following different commands in <filename>libexecdir</filename> intended to be used by the gdm daemon process."
msgstr ""

#: ../C/gdm.xml:5820(title) 
msgid "<command>gdmchooser</command> and <command>gdmlogin</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5823(para) 
msgid "The <command>gdmgreeter</command> and <command>gdmlogin</command> are two different login applications, either can be used by GDM. <command>gdmgreeter</command> is themeable with GDM themes while <command>gdmlogin</command> is themable with GTK+ themes. These applications are normally executed by the GDM daemon. Both commands support standard GNOME options."
msgstr ""

#: ../C/gdm.xml:5834(title) ../C/gdm.xml:5845(title) 
msgid "<command>gdmchooser</command> Command Line Options"
msgstr ""

#: ../C/gdm.xml:5836(para) 
msgid "The <command>gdmchooser</command> is the XDMCP chooser application. The <command>gdmchooser</command> is normally executed by the GDM daemon. It supports the following options for XDM compatibility. This command supports standard GNOME options and is found in support standard GNOME options."
msgstr ""

#: ../C/gdm.xml:5848(term) 
msgid "--xdmaddress=SOCKET"
msgstr "--xdmaddress=&lt;소켓&gt;"

#: ../C/gdm.xml:5850(para) 
msgid "Socket for XDM communication."
msgstr ""

#: ../C/gdm.xml:5857(term) 
msgid "--clientaddress=ADDRESS"
msgstr "--clientaddress=&lt;주소&gt;"

#: ../C/gdm.xml:5859(para) 
msgid "Client address to return in response to XDM. This option is for running gdmchooser with XDM, and is not used within GDM."
msgstr ""

#: ../C/gdm.xml:5867(term) 
msgid "--connectionType=TYPE"
msgstr "--connectionType=&lt;종류&gt;"

#: ../C/gdm.xml:5869(para) 
msgid "Connection type to return in response to XDM. This option is for running gdmchooser with XDM, and is not used within GDM."
msgstr ""

#: ../C/gdm.xml:5879(command) 
msgid "gdm-ssh-session"
msgstr "gdm-ssh-session"

#: ../C/gdm.xml:5881(para) 
msgid "The <command>gdm-ssh-session</command> is normally executed by the GDM daemon when starting a secure remote connection through ssh. It does not take any options."
msgstr ""

#: ../C/gdm.xml:5893(title) 
msgid "Themed Greeter"
msgstr "테마 환영 프로그램"

#: ../C/gdm.xml:5895(para) 
msgid "This section describes the creation of themes for the Themed Greeter. For examples including screenshots, see the standard installed themes and the themes from <ulink type=\"http\" url=\"http://art.gnome.org/themes/gdm_greeter/\"> the theme website</ulink>."
msgstr ""

#: ../C/gdm.xml:5904(title) 
msgid "Theme Overview"
msgstr ""

#: ../C/gdm.xml:5906(para) 
msgid "GDM Themes can be created by creating an XML file that follows the specification in gui/greeter/greeter.dtd. Theme files are stored in the directory <filename>&lt;share&gt;/gdm/themes/&lt;theme_name&gt;</filename>. Usually this would be under <filename>/usr/share</filename>. The theme directory should contain a file called <filename>GdmGreeterTheme.desktop</filename> which has similar format to other .desktop files and looks like:"
msgstr ""

#: ../C/gdm.xml:5917(screen) 
#, no-wrap
msgid "\n[GdmGreeterTheme]\nEncoding=UTF-8\nGreeter=circles.xml\nName=Circles\nDescription=Theme with blue circles\nAuthor=Bond, James Bond\nCopyright=(c) 2002 Bond, James Bond\nScreenshot=screenshot.png\n"
msgstr ""

#: ../C/gdm.xml:5928(para) 
msgid "The Name, Description, Author and Copyright fields can be translated just like the other <filename>.desktop</filename>files. All the files that are mentioned should be in the theme directory itself. The Screenshot field points to a file which should be a 200x150 screenshot of the theme in action (it is OK not to have one, but it makes it nicer for user). The Greeter field points to an XML file that contains the description of the theme. The description will be given later."
msgstr ""

#: ../C/gdm.xml:5938(para) 
msgid "Once you have theme ready and installed you can test it with the installed <command>gdmthemetester</command> script. This script assumes that the X server supports a nested server command. This command takes two arguments, first the environment that should be used. This is one of console, console-timed, flexi, remote-flexi, xdmcp. Where console is a standard console login, console-timed is a console login with a timed login going on, flexi is for any local flexible display, remote-flexi is for flexi displays that are not local (such as an Xnest flexiserver run from a remote display) and xdmcp is for remote XDMCP connections. The second argument is the theme name. So for example to test how things look in the XDMCP mode with the circles theme you would run:"
msgstr ""

#: ../C/gdm.xml:5954(command) 
msgid "gdmthemetester xdmcp circles"
msgstr ""

#: ../C/gdm.xml:5957(para) 
msgid "Be sure to test all the environments with your theme, and make sure to test how the caps lock warning looks by pressing caps lock. This is also a good way to take screenshots, just take a screenshot of the nested display window. This can be done in GNOME by focusing the nested login window and pressing Alt-PrintScreen."
msgstr ""

#: ../C/gdm.xml:5965(para) 
msgid "Once you have all this done, then make a tarball that contains the directory name (so that you could just untar it in the <filename>&lt;share&gt;/gdm/themes</filename> directory). And this is the tarball you distribute and people can install from the graphical configuration application. You can do this with the commands: <screen>\ncd &lt;share&gt;/gdm/themes\ntar czvf &lt;theme_name&gt;.tar.gz &lt;theme_name&gt;/\n</screen>"
msgstr ""

#: ../C/gdm.xml:5979(title) 
msgid "Detailed Description of Theme XML format"
msgstr "테마 XML 형식의 자세한 설명"

#: ../C/gdm.xml:5982(title) 
msgid "greeter tag"
msgstr ""

#: ../C/gdm.xml:5984(para) 
msgid "The GDM theme format is specified in XML format contained within a &lt;greeter&gt; tag. You may specify a GTK+ theme to be used with this theme by using the gtk-theme element in the greeter tag as in the following example."
msgstr ""

#: ../C/gdm.xml:5991(screen) 
#, no-wrap
msgid "\n&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;!DOCTYPE greeter SYSTEM \"greeter.dtd\"&gt;\n&lt;greeter gtk-theme=\"Crux\"&gt;\n[...]\n&lt;/greeter&gt;\n"
msgstr ""

#: ../C/gdm.xml:5999(para) 
msgid "Contained within the greeter tag can be the nodes described in the next sections of this document. Some of these nodes are containers (box nodes, rect item nodes) which can be used to organize how to display the nodes that the user sees and interacts with (such as button, pixmap and entry item nodes)."
msgstr ""

#: ../C/gdm.xml:6009(title) 
msgid "Box Nodes"
msgstr ""

#: ../C/gdm.xml:6011(para) 
msgid "Box nodes are container nodes for item nodes. Box nodes are specified as follows: <screen>\n&lt;box orientation=\"alignment\" min-width=\"num\"\nxpadding=\"num\" ypadding=\"num\" spacing=\"num\"\nhomogeneous=\"bool\"&gt;\n</screen> Where \"num\" means number and bool means either \"true\" or \"false\" The alignment value can be either \"horizontal\" or \"vertical\". If you leave any property off it will default to zero or \"false\" in case of \"homogeneous\" and \"vertical\" for the orientation."
msgstr ""

#: ../C/gdm.xml:6027(para) 
msgid "If the box is homogeneous then the children are allocated equal amount of space."
msgstr ""

#: ../C/gdm.xml:6032(para) 
msgid "The \"min-width\" must be specified in pixels. Obviously there is also a corresponding \"min-height\" property as well."
msgstr ""

#: ../C/gdm.xml:6040(title) 
msgid "Fixed Nodes"
msgstr ""

#: ../C/gdm.xml:6042(para) 
msgid "Fixed is a container that has its children scattered about laid out with precise coordinates. The size of this container is the biggest rectangle that contains all the children. Fixed has no extra properties and so you just use: <screen>\n&lt;fixed&gt;\n</screen> Then you put other items with proper position nodes inside this."
msgstr ""

#: ../C/gdm.xml:6053(para) 
msgid "The \"toplevel\" node is really just like a fixed node."
msgstr ""

#: ../C/gdm.xml:6059(title) 
msgid "Item Nodes"
msgstr ""

#: ../C/gdm.xml:6061(para) 
msgid "A GDM Theme is created by specifying a hierarchy of item and box nodes. Item nodes can have the following value for \"type\":"
msgstr ""

#: ../C/gdm.xml:6069(term) 
msgid "button"
msgstr ""

#: ../C/gdm.xml:6071(para) 
msgid "A button field. This field uses a GTK+ button. It is also possible to make a \"rect\" item act like a button by setting its button element to true. However it is better to use GTK+ buttons in GDM themes since these are accessible to users with disabilities. Also, GTK+ buttons can be themed. This feature is supported in GDM 2.14.6 and later."
msgstr ""

#: ../C/gdm.xml:6083(term) 
msgid "entry"
msgstr ""

#: ../C/gdm.xml:6085(para) 
msgid "Text entry field."
msgstr ""

#: ../C/gdm.xml:6092(term) 
msgid "label"
msgstr ""

#: ../C/gdm.xml:6094(para) 
msgid "A text label. Must have a \"text\" node to specify the text."
msgstr ""

#: ../C/gdm.xml:6102(term) 
msgid "list"
msgstr ""

#: ../C/gdm.xml:6104(para) 
msgid "A face browser widget. Only useful if the face browser is enabled via the configuration."
msgstr ""

#: ../C/gdm.xml:6112(term) 
msgid "pixmap"
msgstr ""

#: ../C/gdm.xml:6114(para) 
msgid "An pixmap image in a format that gdk-pixbuf supports like PNG, JPEG, Tiff, etc...)"
msgstr ""

#: ../C/gdm.xml:6122(term) 
msgid "rect"
msgstr ""

#: ../C/gdm.xml:6124(para) 
msgid "Rectangle."
msgstr ""

#: ../C/gdm.xml:6131(term) 
msgid "svg"
msgstr ""

#: ../C/gdm.xml:6133(para) 
msgid "Scaled Vector Graphic image."
msgstr ""

#: ../C/gdm.xml:6140(para) 
msgid "For example: <screen>\n&lt;item type=\"label\"&gt;\n</screen> Items can specify ID values which gives them a specific look and feel or formatting. Furthermore you can customize the login process by adding custom widgets with custom id's for some items (currently only the list item)"
msgstr ""

#: ../C/gdm.xml:6151(para) 
msgid "Entry items can have id values as follows:"
msgstr ""

#: ../C/gdm.xml:6157(term) 
msgid "user-pw-entry"
msgstr ""

#: ../C/gdm.xml:6159(para) 
msgid "Entry field for userid and password entry. This is the field used for responses for the PAM/GDM questions (Username, Password, etc..)."
msgstr ""

#: ../C/gdm.xml:6168(para) 
msgid "List items by default display as lists, but the combo=\"true\" attribute can be used to specify combo box style (combo style supported since GDM 2.16.2). Some predefined lists may be included in a theme by using the following id values. Customized lists may also be defined, which are explained below."
msgstr ""

#: ../C/gdm.xml:6178(term) 
msgid "session"
msgstr ""

#: ../C/gdm.xml:6180(para) 
msgid "A list of available sessions, which allows the user to pick the session to use. Supported since GDM 2.16.2."
msgstr ""

#: ../C/gdm.xml:6190(term) 
msgid "language"
msgstr ""

#: ../C/gdm.xml:6192(para) 
msgid "A list of available languages, which allows the user to pick the language to use. Supported since GDM 2.16.2."
msgstr ""

#: ../C/gdm.xml:6202(term) 
msgid "userlist"
msgstr ""

#: ../C/gdm.xml:6204(para) 
msgid "A Face Browser list, so that users can pick their username by clicking on this instead of typing. This obviously exposes the usernames to viewers of the login screen, and is not recommended for users who feel that this reduces security. The face browser does not support combo box style."
msgstr ""

#: ../C/gdm.xml:6217(term) 
msgid "userlist-rect"
msgstr ""

#: ../C/gdm.xml:6219(para) 
msgid "This id can be specified for the &lt;rect&gt; object containing the userlist and if the userlist is empty then this rectangle will not be shown. This allows the theme to define something like an area with a different color and/or alpha to surround the userlist, but only if there are users to display. Supported since 2.16.2."
msgstr ""

#: ../C/gdm.xml:6231(para) 
msgid "Furthermore, you can have an arbitrary id (I'd recommend starting the id with 'custom' not to conflict with future additions to this spec) and ask extra information of the user. See the section 'Custom Widgetry'"
msgstr ""

#: ../C/gdm.xml:6238(para) 
msgid "Label items can have id values as follows:"
msgstr ""

#: ../C/gdm.xml:6244(term) 
msgid "clock"
msgstr ""

#: ../C/gdm.xml:6246(para) 
msgid "Label that displays the date and time."
msgstr ""

#: ../C/gdm.xml:6253(term) 
msgid "pam-prompt"
msgstr ""

#: ../C/gdm.xml:6255(para) 
msgid "Label that displays the PAM prompt. This is the prompt that PAM uses to ask for username, password, etc..."
msgstr ""

#: ../C/gdm.xml:6263(term) 
msgid "pam-error"
msgstr ""

#: ../C/gdm.xml:6265(para) 
msgid "Label that displayst PAM/GDM error messages. Such as when user can't log in."
msgstr ""

#: ../C/gdm.xml:6273(term) 
msgid "pam-error-logo"
msgstr ""

#: ../C/gdm.xml:6275(para) 
msgid "An image that will be displayed only when a pam-error message is being displayed. This is useful for displaying an \"Attention\" icon, for example. This feature is supported in GDM 2.14.6 and later."
msgstr ""

#: ../C/gdm.xml:6285(term) 
msgid "pam-message"
msgstr ""

#: ../C/gdm.xml:6287(para) 
msgid "Label that displays the PAM message. These are messages that PAM/GDM gives about state of the account, help about the prompts and other information."
msgstr ""

#: ../C/gdm.xml:6296(term) 
msgid "timed-label"
msgstr ""

#: ../C/gdm.xml:6298(para) 
msgid "Label that displays timed login information."
msgstr ""

#: ../C/gdm.xml:6305(para) 
msgid "Rectangles can have id values as follows:"
msgstr ""

#: ../C/gdm.xml:6311(term) 
msgid "caps-lock-warning"
msgstr ""

#: ../C/gdm.xml:6313(para) 
msgid "Displays an icon that shows if the CAPS LOCK key is depressed. This rectangle will be hidden/shown appropriately"
msgstr ""

#: ../C/gdm.xml:6322(para) 
msgid "If an item is of type rect, the item can be a button. Buttons must also include a \"button\" value as follows: <screen>\n&lt;item type=\"rect\" id=\"disconnect_button\" button=\"true\"&gt;.\n</screen>"
msgstr ""

#: ../C/gdm.xml:6330(para) 
msgid "Possible values for button ids are as follows."
msgstr ""

#: ../C/gdm.xml:6336(term) 
msgid "chooser_button"
msgstr ""

#: ../C/gdm.xml:6338(para) 
msgid "Runs the XDMCP chooser."
msgstr ""

#: ../C/gdm.xml:6345(term) 
msgid "config_button"
msgstr ""

#: ../C/gdm.xml:6347(para) 
msgid "Runs the GDM configuration application."
msgstr ""

#: ../C/gdm.xml:6354(term) 
msgid "custom_cmd_button[0-9]"
msgstr ""

#: ../C/gdm.xml:6356(para) 
msgid "Runs the <filename>n-th</filename> custom command."
msgstr ""

#: ../C/gdm.xml:6363(term) 
msgid "disconnect_button"
msgstr ""

#: ../C/gdm.xml:6365(para) 
msgid "Disconnect from remote session."
msgstr ""

#: ../C/gdm.xml:6372(term) 
msgid "language_button"
msgstr ""

#: ../C/gdm.xml:6374(para) 
msgid "Displays the language selection dialog."
msgstr ""

#: ../C/gdm.xml:6381(term) 
msgid "halt_button"
msgstr ""

#: ../C/gdm.xml:6383(para) 
msgid "Halt (shuts down) the system."
msgstr ""

#: ../C/gdm.xml:6390(term) 
msgid "reboot_button"
msgstr ""

#: ../C/gdm.xml:6392(para) 
msgid "Restart the system."
msgstr ""

#: ../C/gdm.xml:6399(term) 
msgid "session_button"
msgstr ""

#: ../C/gdm.xml:6401(para) 
msgid "List and select from available sessions."
msgstr ""

#: ../C/gdm.xml:6408(term) 
msgid "suspend_button"
msgstr ""

#: ../C/gdm.xml:6410(para) 
msgid "Suspend the system."
msgstr ""

#: ../C/gdm.xml:6417(term) 
msgid "system_button"
msgstr ""

#: ../C/gdm.xml:6419(para) 
msgid "Perform halt/restart/suspend/etc. options (if allowed by GDM configuration). Also allows user to run configurator if user enters root password (again if allowed by GDM configuration). This is usually now labeled Actions, and referred to as the Actions menu."
msgstr ""

#: ../C/gdm.xml:6432(title) 
msgid "Position Node"
msgstr ""

#: ../C/gdm.xml:6434(para) 
msgid "Each item can specify its position and size via the \"pos\" node. For example: <screen>\n&lt;pos x=\"0\" y=\"4\" width=\"100%\" height=\"100%\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6442(para) 
msgid "Both position and size can be given in percent and it will be taken as the percentage of the size of the current container. For toplevel items it's the percentage of the whole screen."
msgstr ""

#: ../C/gdm.xml:6448(para) 
msgid "For x and y, you can also specify a negative position which means position from the right or bottom edge. But this only applies with absolute coordinates. With percentage you can specify negative position and it will be still from the same edge."
msgstr ""

#: ../C/gdm.xml:6455(para) 
msgid "The position also specifies the anchor of the item, this can be \"n\" \"ne\" \"e\" \"se\" \"s\" \"sw\" \"w\" and \"nw\" or \"center\" which stand for the different edges/corners or \"center\" for center. For example: <screen>\n&lt;pos x=\"10%\" y=\"50%\" anchor=\"w\" width=\"80%\" height=\"95\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6466(para) 
msgid "If the item contains a box, you can specify width and height to be \"box\" to mean that they are supposed to be the width and height of the box, that is the items in the box plus the padding."
msgstr ""

#: ../C/gdm.xml:6472(para) 
msgid "If the item contains an SVG image, you can specify width and height to be \"scale\" to mean that the SVG image should be scaled to fit the requested area."
msgstr ""

#: ../C/gdm.xml:6478(para) 
msgid "You can also specify an \"expand\" property to either be \"true\" or false. If true then the child will be expanded in the box as much as possible (that is it will be given more space if available)."
msgstr ""

#: ../C/gdm.xml:6485(para) 
msgid "There are two extra properties you can specify (as of 2.4.4.3) for labels (and labels only). The first is \"max-width\" which will specify the maximum width of the label in pixels. And the second is \"max-screen-percent-width\" which specifies the maximum percentage of the screen width that the label can occupy. By default no label will occupy more then 90% of the screen by width. An example may be: <screen>\n&lt;item type=\"label\"&gt;\n&lt;pos x=\"10%\" max-screen-percent-width=\"50%\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6501(title) 
msgid "Show Node"
msgstr ""

#: ../C/gdm.xml:6503(para) 
msgid "Some items may only display in certain modes, like when doing a remote display. Multiple values can be specified and must be separated with commas. The following values are possible:"
msgstr ""

#: ../C/gdm.xml:6509(para) 
msgid "<filename>console</filename> - In console mode."
msgstr ""

#: ../C/gdm.xml:6512(para) 
msgid "<filename>console-fixed</filename> - In console non-flexi mode."
msgstr ""

#: ../C/gdm.xml:6515(para) 
msgid "<filename>console-flexi</filename> - In console &amp; flexi mode."
msgstr ""

#: ../C/gdm.xml:6518(para) 
msgid "<filename>flexi</filename> - In flexi mode."
msgstr ""

#: ../C/gdm.xml:6521(para) 
msgid "<filename>remote</filename> - In remote mode."
msgstr ""

#: ../C/gdm.xml:6524(para) 
msgid "<filename>remote-flexi</filename> - In remote &amp; flexi mode."
msgstr ""

#: ../C/gdm.xml:6528(para) 
msgid "For example: <screen>\n&lt;show modes=\"flexi,remote\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6535(para) 
msgid "You can also specify the \"type\" value to indicate that certain items should only be displayed if the type is true. Valid values include the following:"
msgstr ""

#: ../C/gdm.xml:6541(para) 
msgid "<filename>chooser</filename>, if ChooserButton is set to \"true\" in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6545(para) 
msgid "<filename>config</filename>, if ConfigAvailable is set to \"true\" in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6549(para) 
msgid "<filename>custom_cmd[0-9]</filename>, if <filename>n-th</filename> CustomCommand is specified in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6553(para) 
msgid "<filename>halt</filename>, if HaltDaemon is specified in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6557(para) 
msgid "<filename>reboot</filename>, if RebootCommand is specified in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6561(para) 
msgid "<filename>suspend</filename>, if SuspendCommand is specified in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6565(para) 
msgid "<filename>system</filename>, if SystemMenu is specified in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6569(para) 
msgid "<filename>timed</filename>, if TimedLoginEnabled is set to \"true\" in the GDM configuration."
msgstr ""

#: ../C/gdm.xml:6574(para) 
msgid "For example: <screen>\n&lt;show modes=\"console\" type=\"system\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6581(para) 
msgid "Alternatively, you can specify a \"min-screen-width\" or \"min-screen-height\" value to indicate that certain items should only be displayed if the screen resolution is the at least the given required size."
msgstr ""

#: ../C/gdm.xml:6588(para) 
msgid "For example: <screen>\n&lt;show min-screen-height=\"768\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6595(para) 
msgid "Note that if SystemMenu is off then the halt, restart, suspend, chooser and config choices will not be shown, so this is a global toggle for them all. See some of the standard themes for how the show modes are used."
msgstr ""

#: ../C/gdm.xml:6604(title) 
msgid "Normal/Active/Prelight Nodes"
msgstr ""

#: ../C/gdm.xml:6606(para) 
msgid "Depending on the item type (except for userlist - refer to Color node below), it can specify its color, font, or image via the following tags:"
msgstr ""

#: ../C/gdm.xml:6612(para) 
msgid "<filename>normal</filename> - normal state."
msgstr ""

#: ../C/gdm.xml:6615(para) 
msgid "<filename>active</filename> - when the item has active focus."
msgstr ""

#: ../C/gdm.xml:6618(para) 
msgid "<filename>prelight</filename> - when the mouse is hovering over the item."
msgstr ""

#: ../C/gdm.xml:6623(para) 
msgid "When item is \"rect\" (alpha can be omitted and defaults to 0.0): <screen>\n&lt;normal color=\"#ffffff\" alpha=\"0.0\"&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6631(para) 
msgid "When item is \"label\" <screen>\n&lt;normal color=\"#ffffff\" font=\"Sans 14\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6638(para) 
msgid "When the item type is \"pixmap\" or \"SVG\", then the normal, active, and prelight tags specify the images to use as follows: <screen>\n&lt;normal file=\"picture.png\" tint=\"#dddddd\"/&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6647(para) 
msgid "Note that relative pathnames are assumed to be in the same directory as the theme <filename>.xml</filename> file in <filename>&lt;share&gt;/gdm/themes/&lt;theme_name&gt;</filename>."
msgstr ""

#: ../C/gdm.xml:6653(para) 
msgid "Note that alternative image file can be specified using the altfile[n] property. GDM will use the last valid image filename specified. For example: <screen>\n&lt;normal file=\"picture.png\" altfile1=\"distribution-blah-image.png\" altfile2=\"distribution-foo-image.png\"/&gt;\n</screen> If <filename>distribution-foo-image.png</filename> is a valid image filename it will be used. Otherwise distribution-blah-image.png will be used if valid. This feature supported since 2.16.3."
msgstr ""

#: ../C/gdm.xml:6668(title) 
msgid "Face Browser Icon/Label Color Nodes"
msgstr ""

#: ../C/gdm.xml:6670(para) 
msgid "If the item type is of userlist, then the background color for the icon and label can be set separately via the the following tag:"
msgstr ""

#: ../C/gdm.xml:6676(screen) 
#, no-wrap
msgid "\n&lt;color iconcolor=\"#dddddd\" labelcolor=\"#ffffff\"/&gt;\n"
msgstr ""

#: ../C/gdm.xml:6683(title) 
msgid "Text Node"
msgstr ""

#: ../C/gdm.xml:6685(para) 
msgid "Text tags are used by labels. They can be used to display localized text as follows (if the \"xml:lang\" attribute is omitted, the C locale is assumed): <screen>\n&lt;text xml:lang=\"fr\"&gt;Option&lt;/text&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6694(para) 
msgid "You can include pango markup in the text nodes for labels, however you must encode it. So for example to have the label of \"foo&lt;sup&gt;bar&lt;/sup&gt;\", you must type: <screen>\n&lt;text&gt;\"foo&lt;sup&gt;bar&lt;/sup&gt;\"&lt;/text&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6703(para) 
msgid "Text nodes can contain the following special character sequences which will be translated as follows:"
msgstr ""

#: ../C/gdm.xml:6708(para) 
msgid "%% - A literal % character"
msgstr ""

#: ../C/gdm.xml:6711(para) 
msgid "%c - Clock time. Only labels with the \"clock\" id will update automatically every second. Other labels will contain a static timestamp."
msgstr ""

#: ../C/gdm.xml:6716(para) 
msgid "%d - Display name (DISPLAY environment variable)"
msgstr ""

#: ../C/gdm.xml:6719(para) 
msgid "%h - Hostname (gethostname output)"
msgstr ""

#: ../C/gdm.xml:6722(para) 
msgid "%m - Machine name (uname.machine output)"
msgstr ""

#: ../C/gdm.xml:6725(para) 
msgid "%n - Node name (uname.nodename output)"
msgstr ""

#: ../C/gdm.xml:6728(para) 
msgid "%o - Domain name (getdomainname output)"
msgstr ""

#: ../C/gdm.xml:6731(para) 
msgid "%r - Release name (uname.release output)"
msgstr ""

#: ../C/gdm.xml:6734(para) 
msgid "%s - System name (uname.sysname output)"
msgstr ""

#: ../C/gdm.xml:6737(para) 
msgid "%t - Current timed delay value from configuration file (0 if off) followed by the word \"seconds\" if value is greater than 1 or the word \"second\" if the value is 1. This character sequence is intended to be only used internally to display the \"timed-label\" message, which is automatically updated every second."
msgstr ""

#: ../C/gdm.xml:6745(para) 
msgid "%u - Timed username value from configuration file (empty if off) This character sequence is intended to be only used internally to display the \"timed-label\" message, which is automatically updated every second."
msgstr ""

#: ../C/gdm.xml:6751(para) 
msgid "\\n - Carriage return"
msgstr ""

#: ../C/gdm.xml:6754(para) 
msgid "_ - An underscore causes the following character to be underlined. If it precedes a % character sequence, the string that replaces the character sequence is underlined."
msgstr ""

#: ../C/gdm.xml:6762(title) 
msgid "Stock"
msgstr ""

#: ../C/gdm.xml:6764(para) 
msgid "Certain common localized labels can be specified via the stock tags. The \"text\" tag is ignored if the \"stock\" tag is used. You should really use the stock labels rather then just putting all the translations into the themes. This gives faster load times and likely better translations. The following values are valid:"
msgstr ""

#: ../C/gdm.xml:6773(para) 
msgid "<filename>cancel</filename>, _(\"_Cancel\""
msgstr ""

#: ../C/gdm.xml:6776(para) 
msgid "<filename>caps-lock-warning</filename>, _(\"Caps Lock key is on.\""
msgstr ""

#: ../C/gdm.xml:6780(para) 
msgid "<filename>chooser</filename>, _(\"Remote Login via _XDMCP\""
msgstr ""

#: ../C/gdm.xml:6783(para) 
msgid "<filename>config</filename>, _(\"_Configure\""
msgstr ""

#: ../C/gdm.xml:6786(para) 
msgid "<filename>custom_cmd[0-9]</filename>, _(\"Custom_[0-9]\""
msgstr ""

#: ../C/gdm.xml:6789(para) 
msgid "<filename>disconnect</filename>, _(\"D_isconnect\""
msgstr ""

#: ../C/gdm.xml:6792(para) 
msgid "<filename>halt</filename>, _(\"Shut _Down\""
msgstr ""

#: ../C/gdm.xml:6795(para) 
msgid "<filename>language</filename>, _(\"_Language\""
msgstr ""

#: ../C/gdm.xml:6798(para) 
msgid "<filename>ok</filename>, _(\"_OK\""
msgstr ""

#: ../C/gdm.xml:6801(para) 
msgid "<filename>quit</filename>, _(\"_Quit\""
msgstr ""

#: ../C/gdm.xml:6804(para) 
msgid "<filename>reboot</filename>, _(\"_Restart\""
msgstr ""

#: ../C/gdm.xml:6807(para) 
msgid "<filename>session</filename>, _(\"_Session\""
msgstr ""

#: ../C/gdm.xml:6810(para) 
msgid "<filename>startover</filename>, _(\"_Start Over\""
msgstr ""

#: ../C/gdm.xml:6813(para) 
msgid "<filename>suspend</filename>, _(\"Sus_pend\""
msgstr ""

#: ../C/gdm.xml:6816(para) 
msgid "<filename>system</filename>, _(\"_Actions\" (Formerly \"S_ystem\""
msgstr ""

#: ../C/gdm.xml:6820(para) 
msgid "<filename>timed-label</filename>, _(\"User %u will login in %t\""
msgstr ""

#: ../C/gdm.xml:6824(para) 
msgid "<filename>username-label</filename>, _(\"Username:\""
msgstr ""

#: ../C/gdm.xml:6827(para) 
msgid "<filename>welcome-label</filename>, _(\"Welcome to %n\""
msgstr ""

#: ../C/gdm.xml:6831(para) 
msgid "For example: <screen>\n&lt;stock type=\"welcome-label\"&gt;\n</screen>"
msgstr ""

#: ../C/gdm.xml:6840(title) 
msgid "Custom Widgetry"
msgstr ""

#: ../C/gdm.xml:6842(para) 
msgid "Currently there is one item which is customizable and this is the list item. If you need to ask the user extra things, such as to pick from a list of places to log into, or set of custom login sessions you can setup the list item and add listitem children that describe the choices. Each listitem must have an id and a text child. The choice will be recorded in the file <filename>&lt;ServAuthDir&gt;/&lt;display&gt;.GreeterInfo</filename> as <filename>&lt;list id&gt;=&lt;listitem id&gt;</filename>."
msgstr ""

#: ../C/gdm.xml:6853(para) 
msgid "For example suppose we are on display :0, <filename>ServAuthDir</filename> is <filename>&lt;var&gt;/lib/gdm</filename> and we have the following in the theme:"
msgstr ""

#: ../C/gdm.xml:6860(screen) 
#, no-wrap
msgid "\n&lt;item type=\"list\" id=\"custom-config\"&gt;\n&lt;pos anchor=\"nw\" x=\"1\" y=\"1\" height=\"200\" width=\"100\"&gt;\n&lt;listitem id=\"foo\"&gt;\n&lt;text&gt;Foo&lt;/text&gt;\n&lt;/listitem&gt;\n&lt;listitem id=\"bar\"&gt;\n&lt;text&gt;Bar&lt;/text&gt;\n&lt;/listitem&gt;\n&lt;/item&gt;\n"
msgstr ""

#: ../C/gdm.xml:6872(para) 
msgid "Then if the user chooses 'Foo' then <filename>&lt;var&gt;/lib/gdm/:0.GreeterInfo</filename> will contain: <screen>\ncustom-config=foo\n</screen>"
msgstr ""

#: ../C/gdm.xml:6884(title) 
msgid "Accessibility"
msgstr "접근성 기능"

#: ../C/gdm.xml:6885(para) 
msgid "GDM supports \"Accessible Login\", allowing users to log into their desktop session even if they cannot easily use the screen, mouse, or keyboard in the usual way. Accessible Technology (AT) programs such as <command>GOK</command> (on-screen keyboard) and <command>orca</command> (magnifier and text-to-speech) are supported. The \"GTK+ Greeter\" best supports accessibility, so it is recommended for accessibility support. The \"Themed Greeter\" supports some accessibility features and may be usable by some users. But some AT programs, such as <command>GOK</command>, do not yet work with the \"Themed Greeter\"."
msgstr ""

#: ../C/gdm.xml:6898(para) 
msgid "Accessibility is enabled by specifying the \"GTK+ Greeter\" in the \"Local\" tab for the console display and specifying the \"GTK+ Greeter\" in the \"Remote\" tab for remote displays. Or you can modify the <filename>Greeter</filename> and <filename>RemoteGreeter</filename> configuration options by hand to be <command>/usr/lib/gdmlogin</command>."
msgstr ""

#: ../C/gdm.xml:6907(para) 
msgid "The GDM greeter programs support the ability to launch AT's at login time via configurable \"gestures\". These gestures can be defined to be standard keyboard hotkeys, switch device event, or mouse motion events. When using the \"GTK+ Greeter\", the user may also change the visual appearance of the login UI. For example, to use a higher-contrast color scheme for better visibility."
msgstr ""

#: ../C/gdm.xml:6916(para) 
msgid "Note that <command>gdmsetup</command> does not yet work with accessibility, so that users who require AT programs should only configure GDM by editing the ASCII files directly."
msgstr ""

#: ../C/gdm.xml:6923(title) 
msgid "Accessibility Configuration"
msgstr ""

#: ../C/gdm.xml:6925(para) 
msgid "In order to enable Accessible Login, the system administrator must make some changes to the default login configuration by manually modifying three human-readable configuration files, stored in the GDM Custom Configuration File, AccessKeyMouseEvents File, and AccessDwellMouseEvents File. The AccessKeyMouseEvents and AccessDwellMouseEvents contain reasonable default gestures for launching <command>GOK</command> and <command>orca</command>, but some users may require these gestures to be configured to best meet their needs. For example, shorter or longer duration for holding down a button or hotkey might make the login experience more usable for some users. Also, additional AT programs may be added to the configuration file if needed."
msgstr ""

#: ../C/gdm.xml:6941(title) 
msgid "Accessibile Theming"
msgstr ""

#: ../C/gdm.xml:6943(para) 
msgid "If using the \"GTK+ Greeter\" users can easily switch the color and contrast scheme of the dialog. To do this, ensure the <filename>AllowGtkThemeChange</filename> parameter in the GDM configuration is set to \"true\". This should be the default value. When true, the \"Standard Greeter\" contains a menu allowing the user to change to a different GTK+ theme. The <filename>GtkThemesToAllow</filename> configuration choice can also be used to limit the choices available as desired. For example:"
msgstr ""

#: ../C/gdm.xml:6955(screen) 
#, no-wrap
msgid "\nGtkThemesToAllow=HighContrast,HighContrastInverse\n"
msgstr ""

#: ../C/gdm.xml:6959(para) 
msgid "If using the \"Themed Greeter\" there may be suitable GDM themes available that provide needed color and contrast schemes, but these are not yet shipped with the GDM program. Some distributions may ship such themes. There is not yet any mechanism to switch between themes in the \"Themed Greeter\", so if an accessible theme is required by one user, then all users would need to use the same theme."
msgstr ""

#: ../C/gdm.xml:6971(title) 
msgid "AT Program Support"
msgstr ""

#: ../C/gdm.xml:6973(para) 
msgid "To enable user to launch AT such as the <command>GOK</command> or <command>orca</command>, the <filename>AddGtkModules</filename> parameter in the GDM configuration must be set to \"true\". Also the <filename>GtkModulesList</filename> parameter must be uncommented and set as follows:"
msgstr ""

#: ../C/gdm.xml:6982(screen) 
#, no-wrap
msgid "\nGtkModulesList=gail:atk-bridge:/usr/lib/gtk-2.0/modules/libdwellmouselistener:/usr/lib/gtk-2.0/modules/libkeymouselistener\n"
msgstr ""

#: ../C/gdm.xml:6986(para) 
msgid "This causes all GDM GUI programs to be run with the appropriate GTK modules for launching AT programs. The use of assistive technologies and the atk-bridge module requires the registry daemon, <command>at-spi-registryd</command>, to be running. This is handled by the GDM GUI starting with version 2.17."
msgstr ""

#: ../C/gdm.xml:6994(para) 
msgid "System administrators may wish to load only the minimum subset of these modules which is required to support their user base. The \"libkeymouselistener\" provides hotkey and switch gesture support while the \"libdwellmouselistener\" provides mouse motion gesture support. If your user base only requires one or the other, it is only necessary to include the gesture listener that is needed. Also, some AT programs may not require gail or atk-bridge. If you find the AT programs you need works fine without including these, then they may be omitted. Note that some AT programs work with a reduced feature set if gail and/or atk-bridge are not present. However, for general accessibility use, including all four is suitable."
msgstr ""

#: ../C/gdm.xml:7009(para) 
msgid "Once \"keymouselistener\" and/or \"dwellmouselistener\" have been added to the <filename>AddGtkModules</filename> loaded by GDM, then you may need to modiify the gesture configurations to meet your user's needs. Default gestures are provided for launching <command>GOK</command> and <command>orca</command>, but it is recommended to modify these gestures so they work best for your user base. These gesture associations are contained in files <filename>AccessKeyMouseEvents</filename> and <filename>AccessDwellMouseEvents</filename>, respectively. Both files are located in the <filename>&lt;etc&gt;/gdm/modules</filename> directory. The gesture configuration format is described in the comment section of the two configuration files."
msgstr ""

#: ../C/gdm.xml:7026(para) 
msgid "The AccessKeyMouseEvents file controls the keymouselistener Gesture Listener and is used to define key-press, mouse button, or XInput device sequences that can be used to launch applications needed for accessibility. In order to reduce the likelihood of unintentional launch, these \"gestures\" may be associated with multiple switch presses and/or minimum durations. Note that the XKB extension is needed for key gestures to work, so you may need to add +xkb to your X server command line for gestures to work properly. The X server command line is specified in the GDM configuration file in the \"server-foo\" sections."
msgstr ""

#: ../C/gdm.xml:7040(para) 
msgid "The DwellKeyMouseEvents file controls the dwellmouselistner and supports gestures that involve the motion of a pointing device such as the system mouse of an alternative pointing device such as a head pointer or trackball may also be defined. Motion gestures are defined as \"crossing events\" into and out of the login dialog window. If the \"dwellmouselistener\" gesture listener is loaded, then alternative pointing devices are temporarily \"latched\" to the core pointer, such that motion from alternative devices results in movement of the onscreen pointer. All gestures are specified by the same syntax; that is, there is no distinction between a \"core mouse\" gesture and motion from an alternate input device."
msgstr ""

#: ../C/gdm.xml:7056(para) 
msgid "On some operating systems, it is necessary to make sure that the GDM user is a member of the \"audio\" group for AT programs that require audio output (such as text-to-speech) to be functional."
msgstr ""

#: ../C/gdm.xml:7063(para) 
msgid "Currently GDM does not remember what accessible technology programs have been started when switching applications. So if the user switches between the login program and the chooser, for example, then it is necessary for the user to redo the gesture. Users may need to also set up their default session so that the assistive technologies required are started automatically (or have appropriate key-bindings defined to start them) after the user session has started."
msgstr ""

#: ../C/gdm.xml:7076(title) 
msgid "AT Troubleshooting"
msgstr ""

#: ../C/gdm.xml:7078(para) 
msgid "There are some common issues that cause users to have problems getting the gesture listeners to work. It is recommended that people use GDM version 2.18.0 or later for best results."
msgstr ""

#: ../C/gdm.xml:7084(para) 
msgid "Some older X servers have a bug which causes detectable autorepeat to fail when XEVIE is enabled (which happens when atk-bridge is included as a GTK Module). This bug causes key gestures with a duration greater than 0 to always fail. A workaround is to simply redefine all key gestures so they have zero length duration, or upgrade your X server."
msgstr ""

#: ../C/gdm.xml:7093(para) 
msgid "Some versions of <command>GOK</command> and <command>orca</command> will not launch unless the \"gdm\" user has a writable home directory. This has been fixed in GNOME 2.18, but if using an older version of GNOME, then making sure that the GDM user has a writable home directory should make these programs functional."
msgstr ""

#: ../C/gdm.xml:7102(para) 
msgid "If you see an hourglass cursor when you complete a gesture but the program does not start, then this indicates that the gesture was received, but that there was a problem starting the program. Most likely the issue may be the lack of a writable gdm home directory."
msgstr ""

#: ../C/gdm.xml:7110(para) 
msgid "Also note that some input devices require X server configuration before GDM will recognize them."
msgstr ""

#: ../C/gdm.xml:7117(title) 
msgid "Accessibility Login Sound Configuration"
msgstr ""

#: ../C/gdm.xml:7119(para) 
msgid "By default, GDM requires a media application such as \"play\" to be present to play sounds for successful or failed login. GDM defaults the location of this application to <filename>&lt;bin&gt;/play</filename> (or <filename>&lt;bin&gt;/audioplay</filename> on Solaris. This can be changed via the <filename>SoundProgram</filename> GDM configuration option. Typically most text-to-speech programs (such as <command>orca</command>) use a separate mechanism to play audio, so this configuration setting is not needed for them to work."
msgstr ""

#: ../C/gdm.xml:7137(title) 
msgid "Solaris Specific Features"
msgstr "솔라리스 전용 기능"

#: ../C/gdm.xml:7140(title) 
msgid "Using GDM on Solaris"
msgstr "솔라리스에서 GDM 사용하기"

#: ../C/gdm.xml:7142(para) 
msgid "GDM is not yet the default login program on Solaris. If you wish to switch to using GDM, then you need to turn off CDE login and start the GDM service. Note that turning off or disabiling CDE login will cause any running sessions to immediately exit, and any unsaved data will be lost. Only run these commands if you are sure there is no unsaved data in your running sessions. It would be best to run these commands from console login, or a Failsafe Terminal rather than from a running GUI session. The first step is to run the following command to see if CDE login is running as an SMF service."
msgstr ""

#: ../C/gdm.xml:7155(screen) 
#, no-wrap
msgid "\nsvcs cde-login\n"
msgstr ""

#: ../C/gdm.xml:7159(para) 
msgid "If the <command>svcs</command> command responds that this service is enabled, then run this command to disable CDE login:"
msgstr ""

#: ../C/gdm.xml:7164(screen) 
#, no-wrap
msgid "\nsvcadm disable cde-login\n"
msgstr ""

#: ../C/gdm.xml:7168(para) 
msgid "If the <command>svcs</command> command responds that this pattern doesn't match any instances, then run these commands to stop CDE login:"
msgstr ""

#: ../C/gdm.xml:7174(screen) 
#, no-wrap
msgid "\n/usr/dt/config/dtconfig -d\nEither reboot, or kill any running dtlogin processes.\n"
msgstr ""

#: ../C/gdm.xml:7179(para) 
msgid "At this point you will be presented with a console login. Login as root, and run the following command. If on Solaris 10 the servicename is \"gdm2-login\", if on Solaris Nevada the servicename is \"gdm\"."
msgstr ""

#: ../C/gdm.xml:7186(screen) 
#, no-wrap
msgid "\nsvcadm enable servicename\n"
msgstr ""

#: ../C/gdm.xml:7192(title) 
msgid "Solaris Configuration"
msgstr "솔라리스 설정"

#: ../C/gdm.xml:7193(para) 
msgid "On Solaris, the following configuration is recommended. This turns on IPv6 and also turns on PreFetch for performance benefit. <screen>\n./autogen.sh --prefix=/usr --sysconfdir=/etc/X11 --localstatedir=/var\n   --libexecdir=/usr/lib --enable-ipv6=yes --with-at-bindir=/usr/sfw/bin\n   --with-prefetch --with-post-path=/usr/openwin/bin --with-pam-prefix=/etc\n   --with-lang-file=/etc/default/init\n</screen>"
msgstr ""

#: ../C/gdm.xml:7206(para) 
msgid "Configuring GDM with the \"--with-post-path=/usr/openwin/bin\" on Solaris is recommended for accessing X server programs."
msgstr ""

#: ../C/gdm.xml:7214(title) 
msgid "Solaris /etc/logindevperm"
msgstr "솔라리스 /etc/logindevperm"

#: ../C/gdm.xml:7215(para) 
msgid "GDM supports /etc/logindevperm, but only on Solaris 10 and higher. Refer to the logindevperm.4 man page for more information."
msgstr ""

#: ../C/gdm.xml:7221(para) 
msgid "To make /etc/logindevperm functionality work on Solaris 9 or earlier you would have to hack the GDM PreSession and PostSession script to chmod the device permissions directly. In other words, if /etc/logindevperm had a listing like this:"
msgstr ""

#: ../C/gdm.xml:7228(screen) 
#, no-wrap
msgid "\n/dev/console    0600    /dev/sound/*            # audio devices\n"
msgstr ""

#: ../C/gdm.xml:7232(para) 
msgid "Then the PreSession script would need to be modified to chown /dev/console to the user:group who is logging into the console and ensure whatever permissions is specified in /etc/logindevperm (0600 for the line above). Then in the PostSession script chmod the device back to root:root and ensure 0600 this time (do not use the value in the /etc/logindevperm file). Linux uses a different mechanism for managing device permissions, so this extra scripting is not needed."
msgstr ""

#: ../C/gdm.xml:7245(title) 
msgid "Solaris Automatic Login"
msgstr "솔라리스 자동 로그인"

#: ../C/gdm.xml:7246(para) 
msgid "Automatic login does not work on Solaris 10 and earlier because PAM is not configured to support this feature by default. Automatic login is a GDM feature that is not enabled by default, so you would only notice this problem if you try to make use of it. Turning this feature on causes your computer to login to a specified username on startup without asking for username and password. This is an insecure way to set up your computer."
msgstr ""

#: ../C/gdm.xml:7257(para) 
msgid "If using Solaris 10 or lower, then you need to compile the pam_allow.c code provided with the GDM release and install it to /usr/lib/security (or provide the full path in /etc/pam.conf) and ensure it is owned by uid 0 and not group or world writable."
msgstr ""

#: ../C/gdm.xml:7264(para) 
msgid "The following are reasonable pam.conf values for turning on automatic login in GDM. Make sure to read the PAM documentation (e.g. pam.d/pam.conf man page) and be comfortable with the security implications of any changes you intend to make to your configuration."
msgstr ""

#: ../C/gdm.xml:7272(screen) 
#, no-wrap
msgid "\n       gdm-autologin auth  required    pam_unix_cred.so.1\n       gdm-autologin auth  sufficient  pam_allow.so.1\n       gdm-autologin account  sufficient  pam_allow.so.1\n       gdm-autologin session  sufficient  pam_allow.so.1\n       gdm-autologin password  sufficient  pam_allow.so.1\n"
msgstr ""

#: ../C/gdm.xml:7280(para) 
msgid "The above setup will cause no lastlog entry to be generated. If a lastlog entry is desired, then use the following for session:"
msgstr ""

#: ../C/gdm.xml:7285(screen) 
#, no-wrap
msgid "\n       gdm-autologin session required pam_unix_session.so.1\n"
msgstr ""

#: ../C/gdm.xml:7291(title) 
msgid "Other Solaris Features"
msgstr "기타 솔라리스 기능"

#: ../C/gdm.xml:7292(para) 
msgid "GDM supports a few features specific to Solaris, as follows:"
msgstr ""

#: ../C/gdm.xml:7296(para) 
msgid "GDM supports Solaris Auditing if running on Solaris 10 or higher. GDM should not be used if auditing is needed and running Solaris 9 or older."
msgstr ""

#: ../C/gdm.xml:7302(para) 
msgid "GDM supports a security feature which causes the X server to run as the user instead of as the root user. GDM must be using PAM for this feature to be enabled, which is the normal case for Solaris. This second feature has the side-effect of causing the X server to always restart between sessions, which disables the AlwaysRestartServer configuration option."
msgstr ""

#: ../C/gdm.xml:7311(para) 
msgid "Solaris supports the <filename>/etc/default/login</filename> interface, which affects the <filename>DefaultPath</filename>, <filename>RootPath</filename>, <filename>PasswordRequired</filename>, and <filename>AllowRemoteRoot</filename> options as described in the \"Configuration\" section."
msgstr ""

#: ../C/gdm.xml:7323(title) 
msgid "Example Configurations"
msgstr "설정 예"

#: ../C/gdm.xml:7325(para) 
msgid "This section has some example configurations that are useful for various setups."
msgstr ""

#: ../C/gdm.xml:7331(title) 
msgid "Terminal Lab With One Server"
msgstr ""

#: ../C/gdm.xml:7333(para) 
msgid "Suppose you want to make a lab full of X terminals that all connect to one server machine. So let's call one X terminal <filename>xterminal</filename> and let's call the server machine <filename>appserver</filename>. You install GDM on both."
msgstr ""

#: ../C/gdm.xml:7340(para) 
msgid "On <filename>appserver</filename> you enable XDMCP, so you have <screen>\n[xdmcp]\nEnable=true\n</screen> If you want no local screens here, you can then make the <filename>[servers]</filename> section empty."
msgstr ""

#: ../C/gdm.xml:7350(para) 
msgid "On the <filename>xterminal</filename> you disable XDMCP (you don't want anyone to connect to the xterminal really). You will add a server type perhaps called <filename>Terminal</filename> as follows: <screen>\n[server-Terminal]\nname=Terminal server\ncommand=/path/to/X -terminate\nflexible=false\nhandled=false\n</screen> This definition should in fact be included in the standard configuration file. Notice that we made the <filename>handled</filename> key false since we don't want GDM to handle this server localy. Also note that we have not yet added the <filename>-query</filename> argument, you can add that here, or in the <filename>[servers]</filename> section. We'll define our local servers as follows: <screen>\n[servers]\n0=Terminal -query appserver\n</screen> This will run a direct XDMCP query to the server named <filename>appserver</filename>."
msgstr ""

#: ../C/gdm.xml:7378(title) 
msgid "Terminal Lab With Two Or More Servers"
msgstr ""

#: ../C/gdm.xml:7380(para) 
msgid "Suppose you want to make a lab full of X terminals that all connect to some choice of servers. For now let's make it <filename>appserverone</filename> and <filename>appservertwo</filename>. Again we'll call our example X terminal server <filename>xterminal</filename>. The setup on both servers is the same as with the case of one server in the previous section. You do not need to explicitly enable indirect queries on the server since we'll run the choosers locally on the X terminals."
msgstr ""

#: ../C/gdm.xml:7391(para) 
msgid "So on the <filename>xterminal</filename> you again disable XDMCP. You will add a server type perhaps called <filename>Chooser</filename> as follows: <screen>\n[server-Chooser]\nname=Chooser server\ncommand=/path/to/X\nflexible=false\nchooser=true\n</screen> And again this definition should in fact be included in the standard configuration file. Notice that we made the <filename>chooser</filename> key true here. This will run the XDMCP chooser for this server, and when the user chooses a host GDM will run a query for that host. Then we will define our local servers as follows: <screen>\n[servers]\n0=Chooser\n</screen>"
msgstr ""

#: ../C/gdm.xml:7414(para) 
msgid "The XDMCP chooser on the X terminal will normally give a broadcast query to see which servers exist on the network. If the two servers are not reachable by a broadcast query, you must add them by hand to the configuration file. So in the <filename>[chooser]</filename> section you would have: <screen>\nHosts=appserverone,appservertwo\n</screen> and any other servers you wish the users to be able to connect to."
msgstr ""

#: ../C/gdm.xml:7426(para) 
msgid "Sometimes you may want to run the chooser on the server side however. Then what you want to do is to run a configuration similar to the previous section about the one server configuration with XDMCP indirect queries enabled on <filename>appserver</filename> and on the X terminals you'd have <screen>\n[servers]\n0=Terminal -indirect appserver\n</screen> This way for example you only have to maintain one <filename>Hosts</filename> entry. However as a disadvantage then, the <filename>appserver</filename> must then always be available. So it's not good for situations where you want to have several servers and not all of them have to be on all the time. You could also have one of the X terminals handle indirect XDMCP queries and serve up the chooser to the other X terminals."
msgstr ""

#: ../C/gdm.xml:7447(title) 
msgid "Defining Custom Commands"
msgstr ""

#: ../C/gdm.xml:7449(para) 
msgid "Suppose you want to add a custom command to the GDM menu that will give you the oportunity to boot into other operating system such as Windoze. Jsut add the following options into the <filename>[customcommand]</filename> section of the GDM configuration file. <screen>\n          [customcommand]\n          CustomCommand0=/sbin/rebootwindoze;/usr/local/sbin/rebootwindoze\n          CustomCommandLabel0=_Windoze\n          CustomCommandLRLabel0=Reboot into _Windoze\n          CustomCommandText0=Are you sure you want to restart the computer into Windoze?\n          CustomCommandTooltip0=Restarts the computer into Windoze\n          CustomCommandIsPersistent0=true\n        </screen> CustomCommand0 specifies two commands separated by a semicolon: <filename>/sbin/rebootwindoze</filename> and <filename>/usr/local/sbin/rebootwindoze</filename>. GDM will use the first valid command in the list. This allows different commands for different operating systems to be included."
msgstr ""

#: ../C/gdm.xml:7472(para) 
msgid "Note, that besides being able to customise this option to reboot into different operating systems you can also use it to define your own custom behaviours that you wish to run from the GDM menu. Suppose you want to give users the oportunity to run system update scripts from the login screen. Add the following options into the <filename>[customcommand]</filename> section of your GDM configuration file. <screen>\n          [customcommand]\n          CustomCommand0=/sbin/updatesystem;/usr/local/sbin/updatesystem\n          CustomCommandLabel0=_Update Me\n          CustomCommandLRLabel0=Update the system\n          CustomCommandText0=Are you sure you want to update the system software?\n          CustomCommandTooltip0=Updates the system\n          CustomCommandNoRestart0=true\n        </screen>"
msgstr ""

#: ../C/gdm.xml:7492(para) 
msgid "Both custom commands could be defined as follows. <screen>\n          [customcommand]\n          CustomCommand0=/sbin/rebootwindoze;/usr/local/sbin/rebootwindoze\n          CustomCommandLabel0=_Windoze\n          CustomCommandLRLabel0=Reboot into _Windoze\n          CustomCommandText0=Are you sure you want to restart the computer into Windoze?\n          CustomCommandTooltip0=Restarts the computer into Windoze\n          CustomCommandIsPersistent0=true\n          \n          CustomCommand1=/sbin/updatesystem;/usr/local/sbin/updatesystem\n          CustomCommandLabel1=_Update Me\n          CustomCommandLRLabel1=Update the system\n          CustomCommandText1=Are you sure you want to update the system software?\n          CustomCommandTooltip1=Updates the system\n          CustomCommandNoRestart1=true\n        </screen>"
msgstr ""

#: ../C/gdm.xml:7513(para) 
msgid "There can be up to 10 custom commands numbered 0-9. <screen>\n          [customcommand]\n          CustomCommand0=/sbin/rebootwindoze;/usr/local/sbin/rebootwindoze\n          CustomCommandLabel0=_Windoze\n          CustomCommandLRLabel0=Reboot into _Windoze\n          CustomCommandText0=Are you sure you want to restart the computer into Windoze?\n          CustomCommandTooltip0=Restarts the computer into Windoze\n          CustomCommandIsPersistent0=true\n          \n          CustomCommand1=/sbin/updatesystem;/usr/local/sbin/updatesystem\n          CustomCommandLabel1=_Update Me\n          CustomCommandLRLabel1=Update the system\n          CustomCommandText1=Are you sure you want to update the system software?\n          CustomCommandTooltip1=Updates the system\n          CustomCommandNoRestart1=true\n          \n          CustomCommand3=/sbin/do_something\n          .\n          .\n          .\n          \n          CustomCommand4=/sbin/do_something_else\n          .\n          .\n          .\n        </screen>"
msgstr ""

#: ../C/gdm.xml:7547(title) 
msgid "Troubleshooting"
msgstr "문제 해결"

#: ../C/gdm.xml:7549(para) 
msgid "This section discusses helpful tips for getting GDM working. In general, if you have a problem using GDM, you can submit a bug to the \"gdm\" category in <ulink type=\"http\" url=\"http://bugzilla.gnome.org/\">bugzilla.gnome.org</ulink> or send an email to the <address><email>gdm-list@gnome.org</email></address> mail list."
msgstr ""

#: ../C/gdm.xml:7559(para) 
msgid "If GDM is failing to work properly, it is always a good idea to include debug information. Use the <command>gdmsetup</command> command to turn on debug (\"Enable debug messages to system log\" checkbox in the \"Security\" tab), then use GDM to the point where it fails, and include the GDM output sent to your system log (<filename>&lt;var&gt;/log/messages</filename> or <filename>&lt;var&gt;/adm/messages</filename> depending on your operating system). Since the system log can be large, please only include the GDM debug information and do not sent the entire file. If you do not see any GDM syslog output, you may need to configure syslog (see syslog.3c man page)."
msgstr ""

#: ../C/gdm.xml:7573(para) 
msgid "You should not leave debug on after collecting data. It will clutter your syslog and slow system performance."
msgstr ""

#: ../C/gdm.xml:7579(title) 
#, fuzzy
msgid "GDM Will Not Start"
msgstr "GDM이 시작하지 않습니다"

#: ../C/gdm.xml:7581(para) 
msgid "There are a many problems that can cause GDM to fail to start, but this section will discuss a few common problems and how to approach tracking down a problem with GDM starting. Some problems will cause GDM to respond with an error message or dialog when it tries to start, but it can be difficult to track down problems when GDM fails silently."
msgstr ""

#: ../C/gdm.xml:7590(para) 
msgid "First make sure that the X server is configured properly. The GDM configuration file contains a command in the [server-Standard] section that is used for starting the X server. Verify that this command works on your system. Running this command from the console should start the X server. If it fails, then the problem is likely with your X server configuration. Refer to your X server error log for an idea of what the problem may be. The problem may also be that your X server requires different command-line options. If so, then modify the X server command in the GDM configuration file so that it is correct for your system."
msgstr ""

#: ../C/gdm.xml:7603(para) 
msgid "Another common problem is that the GDM greeter program is having trouble starting. This can happen, for example, if GDM cannot find a needed library or other resource. Try starting the X server and a terminal program, set the shell environment variable DOING_GDM_DEVELOPMENT=1 and run <command>&lt;lib&gt;/gdmlogin</command> or <command>&lt;lib&gt;/gdmgreeter</command>. Any error messages echoed to the terminal will likely highlight the problem. Also, turning on debug and checking the output sent to the system log will often highlight the problem."
msgstr ""

#: ../C/gdm.xml:7616(para) 
msgid "Also make sure that the <filename>/tmp</filename> directory has reasonable ownership and permissions, and that the machine's file system is not full. These problems will cause GDM to fail to start."
msgstr ""

#: ../C/gdm.xml:7624(title) 
msgid "GDM Will Not Access User Settings"
msgstr ""

#: ../C/gdm.xml:7626(para) 
msgid "GDM saves user settings, such as your default session and default language, in the <filename>~/.dmrc</filename>. Other files, such as the user's <filename>~/.Xauthority</filename> file will also affect login. GDM, by default, is strict about how it tries to access files in the user's home directory, and will ignore the file if they do not conform to certain rules. You can use the <filename>RelaxPermissions</filename> configuration option to make GDM less strict about how it accesses files in the user's home directory, or correct the permissions issues that cause GDM to ignore the file. This is discussed in detail described in the \"File Access\" section of the \"Overview\"."
msgstr ""

#: ../C/gdm.xml:7645(title) 
msgid "License"
msgstr ""

#: ../C/gdm.xml:7646(para) 
msgid "This program is free software; you can redistribute it and/or modify it under the terms of the <ulink type=\"help\" url=\"gnome-help:gpl\"><citetitle>GNU General Public License</citetitle></ulink> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version."
msgstr ""

#: ../C/gdm.xml:7654(para) 
msgid "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the <citetitle>GNU General Public License</citetitle> for more details."
msgstr ""

#: ../C/gdm.xml:7660(para) 
msgid "A copy of the <citetitle>GNU General Public License</citetitle> is included as an appendix to the <citetitle>GNOME Users Guide</citetitle>. You may also obtain a copy of the <citetitle>GNU General Public License</citetitle> from the Free Software Foundation by visiting <ulink type=\"http\" url=\"http://www.fsf.org\">their Web site</ulink> or by writing to <address> Free Software Foundation, Inc. <street>59 Temple Place</street> - Suite 330 <city>Boston</city>, <state>MA</state><postcode>02110-1301</postcode><country>USA</country></address>"
msgstr ""

#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
#: ../C/gdm.xml:0(None) 
msgid "translator-credits"
msgstr ""
"Sun Microsystems, 2003, 2004.\n"
"류창우 <cwryu@debian.org>, 2007."