This file is indexed.

/usr/share/help/ru/mate-user-guide/goscustdesk.xml is in mate-user-guide 1.20.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
<?xml version="1.0" encoding="utf-8"?>
<chapter id="prefs" lang="ru">
  <title>Настройка рабочей среды</title>
  
  <!-- ids in this section are gradually being converted 
  to something like 'prefs-mouse'.
  remember to add an anchor for the old id in the right place -->

  <!-- Maintained for 2.8 compatibility -->
  <anchor id="goscustdesk-6"/>

  <!-- Desktop Overview / Desktop Preferences -->
  <anchor id="gosoverview-55"/>
  
  <!-- ids of sections removed from this document for 2.14 -->
  <anchor id="goscustdesk-10"/><!-- Customizing Your Panels -->

  <highlights>
    <para>В этой главе описано использование инструментов для настройки среды MATE.</para>
  </highlights>
  <!-- move the following to its own section, "Using Pref Tools"? -->
  <para>Инструмент настройки — это маленькое приложение, с помощью которого можно менять параметры среды MATE. Каждый такой инструмент отвечает за определённый аспект работы вашего компьютера. Например, с помощью инструмента <application>Мышь</application> можно настроить мышь под левую или правую руку и изменить скорость перемещения указателя на экране. С помощью инструмента <application>Окна</application> можно настроить поведение окон — например, способ выбора их с помощью мыши.</para>
  <para>Чтобы открыть инструмент настройки, выберите <menuchoice><guimenu>Система</guimenu><guisubmenu>Параметры</guisubmenu></menuchoice> из верхней панели. В подменю выберите нужный вам инструмент.</para>
  <para>За некоторыми исключениями, изменения, которые вы вносите с помощью инструментов настройки, вступают в силу незамедлительно, без нужды закрывать инструмент. Можно оставить инструмент открытым, пробуя изменения и при необходимости внося дальнейшие поправки.</para>
  <para>Некоторые приложения или компоненты системы могут добавлять свои собственные инструменты настройки в меню.</para>
  <note><para>Некоторые инструменты позволяют изменять важные части системы и потому требуют административного уровня доступа. При открытии такого инструмента появится диалоговое окно, запрашивающее пароль. Эти инструменты находятся в подменю <menuchoice><guimenu>Система</guimenu><guisubmenu>Администрирование</guisubmenu></menuchoice>. В этом же меню находятся более сложные инструменты для управления и обновления вашей системы.</para></note>


<sect1 id="prefs-personal">
  <title>Личные</title>
  <!-- Was Login Photo prefs, could go to About Me if that was enabled by default -->
  <anchor id="goscustdesk-95"/>

  <sect2 id="goscustaccess-11">
    <title>Assistive Technologies Preferences</title>
    <indexterm>
      <primary>accessibility</primary>
      <secondary>setting assistive technology
preferences</secondary>
    </indexterm>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Assistive Technologies</secondary>
    </indexterm>
    <para>Use the <application>Assistive Technologies</application> preference tool to enable assistive technologies
in the MATE Desktop. You can also use the <application>Assistive Technology</application> preference tool to open other preference tools which contain preferences related to assistive technologies.</para>
    <itemizedlist>
      <listitem>
        <para><guibutton>Preferred Applications</guibutton> lets you specify assistive technology applications to start automatically when you log in. See <xref linkend="prefs-preferredapps"/></para>
      </listitem>
      <listitem>
        <para><guibutton>Keyboard Accessibility</guibutton> lets you configure keyboard accessibility features such as sticky keys, slow keys or bounce keys.
        See <xref linkend="prefs-keyboard-a11y"/></para>
      </listitem>
      <listitem>
        <para><guibutton>Mouse Accessibility</guibutton> lets you configure mouse accessibility features such as dwell clicking. See <xref linkend="goscustdesk-53"/></para>
      </listitem>
    </itemizedlist>
    <para><xref linkend="goscustaccess-TBL-14"/> перечисляет параметры вспомогательных технологий, которые можно изменять.</para>
    <table frame="topbot" id="goscustaccess-TBL-14">
      <title>Параметры вспомогательных технологий</title>
      <tgroup cols="2" colsep="0" rowsep="0">
        <colspec colwidth="50*"/>
        <colspec colwidth="50*"/>
        <thead>
          <row rowsep="1">
            <entry>
              <para>Элемент диалогового окна</para>
            </entry>
            <entry>
              <para>Описание</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry valign="top">
              <para>
                <guilabel>Enable assistive technologies</guilabel>
              </para>
            </entry>
            <entry valign="top">
              <para>Выберите этот параметр, чтобы включить вспомогательные технологии в среде MATE.</para>
              <para>Note that for technical reasons, you have to log in
again after enabling this option for it to be fully effective.</para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
  </sect2>

  <sect2 id="prefs-keyboard-shortcuts">
    <title>Параметры комбинаций клавиш</title>

    <!-- Maintained for 2.8 compatibility -->
    <anchor id="goscustdesk-39"/>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Keyboard Shortcuts</secondary>
    </indexterm>
    <indexterm>
      <primary>shortcut
keys</primary>
      <secondary>configuring</secondary>
    </indexterm>
    <indexterm>
      <primary>keyboard shortcuts</primary>
      <secondary>configuring</secondary>
    </indexterm>
    <para>Используйте инструмент настройки <application>Комбинации клавиш клавиатуры</application>, чтобы изменить стандартные комбинации клавиш по своему усмотрению.</para>    
    
    <para><firstterm>Комбинация клавиш</firstterm> — это клавиша или сочетание клавиш, обеспечивающие дополнительный способ выполнения того или иного действия. Подробнее о комбинациях клавиш смотрите <xref linkend="keyboard-skills"/>. Там же вы найдёте список стандартных комбинаций клавиш среды MATE.</para>

    <para>Чтобы изменить комбинацию клавиш, сделайте следующее:</para>
    <orderedlist>
	    <listitem><para>Щёлкните по действию в списке. Если вы используете клавиатуру, выделите комбинацию с помощью клавиш со стрелками и нажмите <keycap>Enter</keycap>.</para></listitem>
	    <listitem>
	      <para>Нажмите новую клавишу или комбинацию клавиш, которая должна соответствовать действию.</para>
	      <para>Чтобы удалить комбинацию, нажмите <keycap>Backspace</keycap>. Действие будет помечено как <guilabel>Выключенное</guilabel>.</para>
	    </listitem>
    </orderedlist>
    
    <para>Чтобы отменить назначение комбинации, щёлкните в другом месте окна или нажмите <keycap>Esc</keycap>.</para>
    
    <para>Действия, для которых можно задавать комбинации клавиш, разбиты на группы:</para>
    
    <variablelist>
    	<varlistentry><term>Рабочий стол</term>
    	  <listitem><para>Это общие комбинации для всей рабочей среды, например, для завершения работы, для <link linkend="lock-screen">блокировки экрана</link>, для открытия <link linkend="menubar">строки меню на панели</link> или для запуска веб-браузера.</para></listitem>
    	</varlistentry>
    	<varlistentry><term>Звук</term>
    	  <listitem><para>Комбинации клавиш для управления проигрывателем музыки или громкостью звука в системе.</para></listitem>
    	</varlistentry>
    	<varlistentry><term>Управление окнами</term>
    	  <listitem><para>Shortcuts for working with windows and workspaces, such as maximizing or moving the current window, and switching to another workspace. For more information on these kinds of actions, see <xref linkend="windows-manipulating"/> and <xref linkend="overview-workspaces"/>.</para></listitem>
    	</varlistentry>
        <varlistentry><term>Accessibility</term>
          <listitem><para>Shortcuts for starting assistive technologies, such as
            a screen reader, a magnifier or an on-screen keyboard.</para></listitem>
        </varlistentry>
        <varlistentry><term>Custom Shortcuts</term>
          <listitem><para>Custom shortcuts that have been added with the <guilabel>Add</guilabel> button. This section will not be shown if there are no custom shortcuts.</para></listitem>
        </varlistentry>
    </variablelist>
    <para>
      To add a custom shortcut, use the <guilabel>Add</guilabel> button in the action area. You have to provide a name and a command for the new shortcut. The new custom shortcut will appear in the list of shortcuts and can be edited in the same way as the predefined shortcuts.
    </para>
    <para>
      To remove a custom shortcut, use the <guilabel>Remove</guilabel> button.
    </para>
  </sect2>  

  <sect2 id="prefs-preferredapps">
    <title>Предпочтительные приложения</title>
    <!-- preserve id for backwards compatibility: 2.12 -->
    <anchor id="goscustdoc-2"/>       
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Preferred Applications</secondary>
    </indexterm>
    <indexterm>
      <primary>default applications</primary>
      <see>preferred applications</see>
    </indexterm>
    <para>Use the <application>Preferred
Applications</application> preference tool to specify the applications that
you want the MATE Desktop to use when the MATE Desktop starts an application
for you. For example, you can specify the web browser application (<application>Epiphany
</application>, <application>Mozilla Firefox</application>, <application>Opera</application>
...) to launch when you click on a link in other applications such as 
email clients or document viewers.</para>

	<para><application>Предпочтительные приложения</application> можно найти в меню <menuchoice><guimenu>Система</guimenu><guisubmenu>Параметры</guisubmenu><guimenuitem>Предпочтительные приложения</guimenuitem></menuchoice>.</para>
    <para>В инструменте <application>Предпочтительные приложения</application> можно изменить параметры в следующих областях.</para>
    <itemizedlist>
      <listitem>
        <para>
          <guilabel>Internet</guilabel> (Web, Mail)
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Multimedia</guilabel> (Multimedia Player)
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>System</guilabel> (Terminal)
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Accessibility</guilabel> (Visual, Mobility)
        </para>
      </listitem>
    </itemizedlist>
    
    <para>For each preferred application category, a drop-down menu contains a list of possible applications you can choose from. The list depends on the applications installed on your computer.</para>
    <para>In each category, the last item in the menu (<guimenuitem>Custom</guimenuitem>) permits you to customize the command used by the system when the specific launch action occurs.</para>
    
    <sect3 id="goscustlookandfeel-32">
      <title>Custom Command Options</title>
      <indexterm>
        <primary>preferred applications</primary>
        <secondary>custom command</secondary>
      </indexterm>
      <para>The following table summarizes the various options you can choose from when you select
<guimenuitem>Custom</guimenuitem> in the drop-down application menu.</para>
      <table frame="topbot" id="goscustlookandfeel-TBL-37">
        <title>Custom command options</title>
        <tgroup cols="2" colsep="1" rowsep="1">
          <colspec colname="colspec0" colwidth="18.86*"/>
          <colspec colname="colspec1" colwidth="47.14*"/>
          <thead>
            <row>
              <entry colsep="0" rowsep="1">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colsep="0" rowsep="1">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Command</guilabel>
                </para>
              </entry>
              <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
                <para>Enter the command to execute to start the custom application. For the <application>Web
Browser</application> and the <application>Mail Reader</application> applications, you can include a <literal>%s</literal>
after the command to tell the application to use the URL or Email address you clicked on. The exact command arguments
may depend on the specific application.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Run in terminal</guilabel>
                </para>
              </entry>
              <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
                <para>Select this option to run the command in a terminal window. Select this option for an
 application that does not create a window in which to run.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Execute flag (Terminal only)</guilabel>
                </para>
              </entry>
              <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
                <para>Most terminal applications have an option that cause them to treat the remaining command line options as
commands to run (<option>-x</option> for <application>mate-terminal</application>).  Enter this option here.
 For example, this is used when executing a command of a launcher for which the chosen type is Application in Terminal.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Run at start (Accessibility only)</guilabel>
                </para>
              </entry>
              <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
                <para>Select this option to run the command as soon as your session begins.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect3>
  </sect2>

</sect1>

<sect1 id="prefs-look-and-feel">
	<title>Внешний вид</title>

  <sect2 id="prefs-appearance">
    <title>Appearance Preferences</title>
    <para>The <application>Appearance</application> preference tool lets
    you configure various aspects of how your desktop looks:</para>
    <itemizedlist>
      <listitem>
        <para>Theme,</para>
      </listitem>
      <listitem>
        <para>Desktop Background,</para>
      </listitem>
      <listitem>
        <para>Fonts,</para>
      </listitem>
      <listitem>
        <para>User Interface.</para>
      </listitem>
     </itemizedlist> 
  <sect3 id="prefs-theme">
    <title>Параметры темы</title>
    <anchor id="goscustdesk-12"/>
    <anchor id="goscustdesk-54"/>
    <anchor id="goscustdesk-82"/>
  
    <indexterm>
      <primary>themes</primary>
      <secondary>setting controls options</secondary>
    </indexterm>
    <indexterm>
      <primary>themes</primary>
      <secondary>setting window
frame options</secondary>
    </indexterm>
    <indexterm>
      <primary>themes</primary>
      <secondary>setting icons options</secondary>
    </indexterm>
    <indexterm>
      <primary>windows</primary>
      <secondary>setting frame theme options</secondary>
    </indexterm>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Theme</secondary>
    </indexterm>

    <para>A theme is a group of coordinated settings that specifies
the visual appearance of a part of the MATE Desktop. You can choose themes
to change the appearance of the MATE Desktop. Use the <application>Theme</application> tabbed section to select a theme. You can choose from a list
of available themes. The list of available themes includes several themes
for users with accessibility requirements. </para>
    <para>Тема содержит параметры, влияющие на различные части среды MATE, а именно:</para>
    <variablelist>
      <varlistentry>
        <term>Элементы управления</term>
        <listitem>
          <para><indexterm><primary>GTK+
themes</primary><see>themes, controls options</see></indexterm><indexterm><primary>themes</primary><secondary>controls options</secondary><tertiary>introduction</tertiary></indexterm>The controls setting for a theme determines
the visual appearance of windows, panels, and applets. The controls setting
also determines the visual appearance of the MATE-compliant interface items
that appear on windows, panels, and applets, such as menus, icons, and buttons.
Some of the controls setting options that are available are designed for special
accessibility needs. You can choose an option for the controls setting from
the <guilabel>Controls</guilabel> tabbed section in the <guilabel>Customize Theme</guilabel> window.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>Colors</term>
        <listitem>
           <para><indexterm><primary>themes</primary><secondary>color options</secondary><tertiary>introduction</tertiary></indexterm><indexterm><primary>color themes</primary><see>themes, color options</see></indexterm>The color setting for
a theme determines the color of various user interface elements. You can choose several pairs of colors from the <guilabel>Colors</guilabel> tabbed section in the <guilabel>Customize Theme</guilabel> window.</para>
           <note><para>It is important to choose pairs of colors that have a good contrast with each other,
           otherwise text may become hard to read.</para></note>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>Рамка окна</term>
        <listitem>
          <para><indexterm><primary>themes</primary><secondary>window frame options</secondary><tertiary>introduction</tertiary></indexterm><indexterm><primary>Marco themes</primary><see>themes, window frame options</see></indexterm>The window frame setting for
a theme determines the appearance of the frames around windows only. You can
choose an option for the window frame setting from the <guilabel>Window Border</guilabel> tabbed section in the <guilabel>Customize Theme</guilabel> window.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>Icons</term>
        <listitem>
          <para><indexterm><primary>themes</primary><secondary>icons options</secondary><tertiary>introduction</tertiary></indexterm><indexterm><primary>icon themes</primary><see>themes, icons options</see></indexterm>The icon setting for a theme determines the appearance of
the icons on panels and the desktop background. You can choose an option for
the icon setting from the <guilabel>Icons</guilabel> tabbed section in the <guilabel>Customize Theme</guilabel> window.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>Pointer</term>
        <listitem>
          <para><indexterm><primary>themes</primary><secondary>pointer options</secondary><tertiary>introduction</tertiary></indexterm><indexterm><primary>pointer themes</primary><see>themes, pointer options</see></indexterm>The pointer setting for a theme determines the appearance of
and sice of the mouse pointer. You can choose an options for the pointer setting fromthe <guilabel>Pointer</guilabel> tabbed section in the <guilabel>Customize Theme</guilabel> window.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <sect4 id="goscustdesk-61">
      <title>Чтобы создать собственную тему</title>
      <para>The themes that are listed in the <guilabel>Theme</guilabel>
tabbed section are different combinations of controls options, window frame options,
and icon options. You can create a custom theme that uses different combinations
of controls options, window frame options, and icon options.</para>
      <para>Чтобы создать собственную тему, сделайте следующее:</para>
      <orderedlist>
        <listitem>
          <para>Start the <application>Appearance</application> preference tool.
          Open the <guilabel>Theme</guilabel> tabbed section.</para>
        </listitem>
        <listitem>
          <para>Выберите тему из списка.</para>
        </listitem>
        <listitem>
          <para>Click on the <guibutton>Customize</guibutton> button. A <guilabel>Customize Theme</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Выберите параметр элементов управления, который хотите использовать в собственной теме, из списка на вкладке <guilabel>Элементы управления</guilabel>. В число доступных параметров элементов управления входит несколько наборов для физически ограниченных пользователей.</para>
        </listitem>
        <listitem>
          <para>Щёлкните на вкладке <guilabel>Рамка окна</guilabel>, чтобы увидеть раздел <guilabel>Рамка окна</guilabel>. Выберите параметр рамки окна, который хотите использовать в собственной теме, из списка доступных. В число доступных параметров рамки окна входит несколько наборов для физически ограниченных пользователей.</para>
        </listitem>
        <listitem>
          <para>Щёлкните на вкладке <guilabel>Значки</guilabel>, чтобы увидеть раздел <guilabel>Значки</guilabel>. Выберите параметр значков, который хотите использовать в собственной теме, из списка доступных. В число доступных параметров значков входит несколько наборов для физически ограниченных пользователей.</para>
        </listitem>
        <listitem>
          <para>Click <guibutton>Close</guibutton> to close the <guilabel>Customize Theme</guilabel> dialog.</para>
        </listitem>
        <listitem>
          <para>On the <application>Appearance</application> preferences tool,
click on the <guibutton>Save As</guibutton> button. A <guilabel>Save Theme
As</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Введите в диалоговом окне название и краткое описание собственной темы, затем нажмите <guibutton>Сохранить</guibutton>. Ваша тема появится в списке доступных тем.</para>
        </listitem>
      </orderedlist>
    </sect4>
    <sect4 id="goscustdesk-62">
      <title>Чтобы установить новую тему</title>
      <para>Можно добавить тему в список доступных. Новая тема должна быть файлом-архивом типа <filename>.tar.gz</filename>.</para>
      <para>Чтобы установить новую тему, сделайте следующее:</para>
      <orderedlist>
        <listitem>
          <para>Start the <application>Appearance</application> preference tool.
           Open the <guilabel>Theme</guilabel> tabbed section.</para>
        </listitem>
        <listitem>
          <para>Click on the <guibutton>Install</guibutton> button.
A file chooser dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Enter the location of the theme archive file in the location
entry. Alternatively, select the theme archive file in the file list. When you have selected the file, click <guibutton>Open</guibutton>.</para>
        </listitem>
        <listitem>
          <para>Нажмите кнопку <guibutton>Установить</guibutton>, чтобы установить новую тему.</para>
        </listitem>
      </orderedlist>
    </sect4>

<!--How does this work nowadays ?
    <sect4 id="goscustdesk-80">
      <title>To Install a New Theme Option</title>
      <para>You can install new controls options, window frame options, or icons
options. You can find many controls options on the Internet.</para>
      <para>To install a new controls option, window frame option, or icons option,
perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>Start the <application>Appearance</application> preference tool.
          Open the <guilabel>Theme</guilabel> tabbed section.</para>
        </listitem>
        <listitem>
          <para>Click on the <guibutton>Customize</guibutton> button.
An <guilabel>Customize Theme</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Click on the tab for the type of theme that you want to install.
For example, to install an icons option, click on the <guilabel>Icons</guilabel>
tab.</para>
        </listitem>
        <listitem>
          <para>Click on the <guibutton>Install Theme</guibutton> button.
A <guilabel>Theme Installation</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Enter the location of the option archive file in the drop-down
combination box. Alternatively, to browse for the file, click on the <guibutton>Browse</guibutton> button. When you have selected the file, click <guibutton>OK</guibutton>.</para>
        </listitem>
        <listitem>
          <para>Click on the <guibutton>Install</guibutton> button to install
the new option. </para>
        </listitem>
      </orderedlist>
    </sect4>
-->
    <sect4 id="goscustdesk-81">
      <title>Чтобы удалить параметр темы</title>
      <para>Можно удалять параметры элементов управления, рамок окна и значков.</para>
      <para>Чтобы удалить параметр, сделайте следующее:</para>
      <orderedlist>
        <listitem>
          <para>Start the <application>Appearance</application> preference tool.
          Open the <guilabel>Theme</guilabel> tabbed section.</para>
        </listitem>
        <listitem>
          <para>Click on the <guibutton>Customize</guibutton> button.
A <guilabel>Customize Theme</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Щёлкните на вкладке, соответствующей тому типу параметров, который вы хотите удалить.</para>
        </listitem>
        <listitem>
          <para>Select the theme option you want to delete.</para>
        </listitem>
        <listitem>
          <para>Use the <guibutton>Delete</guibutton> button to delete the
          selected option. Note that you can not delete system-wide theme
          options.</para>
        </listitem>
      </orderedlist>
    </sect4>
  </sect3>

  <sect3 id="prefs-desktopbackground">
    <title>Параметры фона рабочего стола</title>
    <!-- preserve id for backwards compatibility: 2.12 -->
    <anchor id="goscustdesk-7"/>       
    <indexterm>
      <primary>desktop</primary>
      <secondary>customizing background</secondary>
    </indexterm>
    <indexterm>
      <primary>MATE Desktop preference tools</primary>
      <see>preference tools</see>
    </indexterm>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Background</secondary>
    </indexterm>
    <indexterm>
      <primary>backgrounds</primary>
      <secondary>customizing desktop background</secondary>
    </indexterm>
    <para>The <link linkend="overview-desktop">desktop</link> background is the image or color that is applied to your
desktop. You can open <guilabel>Background</guilabel> tabbed section in the <application>Appearance</application> preference tool by right-clicking on the desktop and choosing <guimenuitem>Change Desktop Background</guimenuitem>, as well as from the <menuchoice><guimenu>System</guimenu><guisubmenu>Preferences</guisubmenu></menuchoice> menu.</para>
    <para>Настроить фон рабочего стола можно следующими способами:</para>
    <itemizedlist>
      <listitem>
        <para>Установив изображение в качестве фона рабочего стола. Изображение накладывается поверх цвета фона. Если выбрать прозрачное изображение, или такое изображение, которое покрывает не весь рабочий стол, то будет виден цвет фона рабочего стола.</para>
      </listitem>
      <listitem>
        <para>Установив цвет фона рабочего стола. Можно выбрать сплошной цвет или создать эффект градиента из двух цветов. Эффект градиента — это визуальный эффект, при котором один цвет плавно переходит в другой.</para>
      </listitem>
    </itemizedlist>
    <tip><para>Также можно перетащить на рабочий стол цвет или орнамент из <link linkend="caja-backgrounds-and-emblems">диалогового окна <guilabel>Фон и эмблемы</guilabel></link> файлового менеджера <application>Caja</application>.</para></tip>
    <para><xref linkend="goscustdesk-TBL-14"/> перечисляет параметры фона, которые можно изменить.</para>
    <table frame="topbot" id="goscustdesk-TBL-14">
      <title>Параметры фона рабочего стола</title>
      <tgroup cols="2" colsep="1" rowsep="1">
        <colspec colname="colspec0" colwidth="18.86*"/>
        <colspec colname="colspec1" colwidth="47.14*"/>
        <thead>
          <row>
            <entry colsep="0" rowsep="1">
              <para>Элемент диалогового окна</para>
            </entry>
            <entry colsep="0" rowsep="1">
              <para>Описание</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guibutton>Desktop Background</guibutton>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>Choose an image from the list.  Alternately, you can use the
<guibutton>Add</guibutton> button to choose any image on your computer.</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Style</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>Чтобы указать, как изображение должно располагаться на рабочем столе, выберите один из параметров в выпадающем списке <guilabel>Стиль</guilabel>:</para>
              <itemizedlist>
                <listitem>
                  <para><guilabel>Centered</guilabel>: Displays the image in the middle
of the desktop, respecting the image's original size.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Fill Screen</guilabel>: Enlarges the image to cover
the desktop, altering its proportions if needed.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Scaled</guilabel>: Enlarges the image until the
image meets the screen edges, and maintains the proportions of the image.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Zoom</guilabel>: Enlarges the smaller dimension of the 
image until it meets the screen edges; the image may be cropped in the other dimension.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Tiled</guilabel>: Duplicates the original-sized image as
often as necessary and print the images next to another so as they entirely cover the desktop.</para>
                </listitem>
              </itemizedlist>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0">
              <para>
                <guilabel>Add</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0">
              <para/>
              <para>Click on the <guibutton>Add</guibutton> to browse for
an image on your computer.  A standard file selector will be presented.  Choose
the image you want and click <guibutton>Open</guibutton>.</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0">
              <para>
                <guilabel>Remove</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0">
              <para>Choose the image that you want to remove,
then click <guilabel>Remove</guilabel>.  This removes the image from the list of available wallpapers; however, it does not delete the image from your computer.
</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Colors</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>To specify a color scheme, use  the options
in the <guilabel>Style</guilabel> drop-down list, and the color
selector buttons.</para>
              <para>Можно выбрать цветовую схему одним из следующих способов:</para>
              <itemizedlist>
                <listitem>
                  <para>Выберите <guilabel>Сплошной цвет</guilabel> в выпадающем списке <guilabel>Стиль фона</guilabel>, чтобы заполнить фон рабочего стола одним цветом.</para>
                  <para>Чтобы выбрать цвет, нажмите кнопку <guibutton>Цвет</guibutton>. Появится диалоговое окно <guilabel>Выберите цвет</guilabel>. Укажите нужный цвет и нажмите кнопку <guibutton>ОК</guibutton>.</para>
                </listitem>
                <listitem>
                  <para>Выберите <guilabel>Горизонтальный градиент</guilabel> из списка <guilabel>Стиль фона</guilabel>. При этом получится градиентный эффект от левого края экрана к правому.</para>
                  <para>Нажмите кнопку <guibutton>Левый цвет</guibutton>, чтобы вызвать диалоговое окно <guilabel>Выберите цвет</guilabel>. Укажите цвет, который будет находиться у левого края экрана.</para>
                  <para>Нажмите кнопку <guibutton>Правый цвет</guibutton> и укажите цвет, который будет находиться у правого края экрана.</para>
                </listitem>
                <listitem>
                  <para>Выберите <guilabel>Вертикальный градиент</guilabel> из списка <guilabel>Цвет рабочего стола</guilabel>. При этом получится градиентный эффект от верхнего края экрана к нижнему.</para>
                  <para>Нажмите кнопку <guibutton>Верхний цвет</guibutton>, чтобы вызвать диалоговое окно <guilabel>Выберите цвет</guilabel>. Укажите цвет, который будет находиться у верхнего края экрана.</para>
                  <para>Нажмите кнопку <guibutton>Нижний цвет</guibutton> и укажите цвет, который будет находиться у левого края экрана.</para>
                </listitem>
              </itemizedlist>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
  </sect3>

  <sect3 id="prefs-font">
    <title>Параметры шрифтов</title>
    <!-- preserve id for backwards compatibility: 2.12 -->
    <anchor id="goscustdesk-38"/>
    <anchor id="goscustdesk-83"/>
    <anchor id="goscustdesk-94"/>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Font</secondary>
    </indexterm>
    <indexterm>
      <primary>fonts</primary>
      <secondary>desktop</secondary>
    </indexterm>
    <indexterm>
      <primary>fonts</primary>
      <secondary>applications</secondary>
    </indexterm>
    <indexterm>
      <primary>fonts</primary>
      <secondary>window title</secondary>
    </indexterm>
    <indexterm>
      <primary>fonts</primary>
      <secondary>terminal</secondary>
    </indexterm>
    <indexterm>
      <primary>fonts</primary>
      <secondary>rendering</secondary>
    </indexterm>
    <para>Use the <guilabel>Fonts</guilabel> tabbed section in the <application>Appearance</application> preference tool
to choose which fonts are used in different parts of the desktop, and the way in which fonts are displayed on the screen.</para>

    <sect4 id="prefs-font-choose">
      <title>Выбор шрифтов</title>
      <para>Кнопка выбора шрифта показывает название шрифта и его размер в пунктах. Название также показывается в жирном, курсивном или обычном начертании.</para>
      <para>Чтобы выбрать шрифт, нажмите кнопку выбора шрифта. Появится диалоговое окно выбора шрифта. Выделите в списках семейство шрифта, стиль и размер в пунктах. Ваш текущий выбор будет показан в области предварительного просмотра. Нажмите <guibutton>OK</guibutton>, чтобы принять изменения и обновить среду.</para>
      <para>Можно выбрать шрифты для следующих частей среды:</para>

      <variablelist>
       	<varlistentry>
      	  <term><guilabel>Application font</guilabel></term>
      	  <listitem>
      	    <para>Этот шрифт используется в меню, на панелях инструментов и в диалоговых окнах приложений.</para>
      	  </listitem>
      	</varlistentry>
      	<varlistentry>
      	  <term><guilabel>Document font</guilabel></term>
      	  <listitem>
      	    <para>Этот шрифт используется для показа документов в приложениях.</para>
      	    <note><para>В некоторых приложениях этот шрифт может быть переопределён в диалоговом окне параметров приложения.</para></note>
      	  </listitem>
      	</varlistentry>
       	<varlistentry>
      	  <term><guilabel>Desktop font</guilabel></term>
      	  <listitem>
      	    <para>Этот шрифт используется в подписях к значкам на рабочем столе.</para>
      	  </listitem>
      	</varlistentry>
       	<varlistentry>
      	  <term><guilabel>Window title font</guilabel></term>
      	  <listitem>
      	    <para>Этот шрифт используется в заголовках окон.</para>
      	  </listitem>
      	</varlistentry>
       	<varlistentry>
      	  <term><guilabel>Fixed width font</guilabel></term>
      	  <listitem>
      	    <para>Этот шрифт используется в приложении <application>Терминал</application> и в приложениях, связанных с программированием.</para>
      	  </listitem>
      	</varlistentry>
      	</variablelist>
  	</sect4>
	
  	<sect4 id="prefs-font-rendering">
      <title>Отрисовка шрифтов</title>
      <para>Можно установить следующие параметры, касающиеся изображения шрифтов на экране:</para>
	
    	<variablelist>
     	<varlistentry>
    	  <term><guilabel>Rendering</guilabel></term>
    	  <listitem>
    	    <para>Можно задавать параметры отображения шрифтов на экране следующим образом:</para>
                  <itemizedlist>
                    <listitem>
                      <para><guilabel>Монохромный</guilabel>: Отрисовывать шрифты с использованием только чёрного и белого цвета. Границы символов могут быть неровными, потому что шрифты не сглаживаются. <firstterm>Сглаживание</firstterm> — это эффект, накладываемый на границы символов, чтобы они выглядели более гладкими.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Наилучшее начертание</guilabel>: По возможности сглаживать шрифты. Используйте этот параметр для обычных мониторов с электронно-лучевой трубкой (ЭЛТ).</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Наилучшая контрастность</guilabel>: Подправлять шрифты для придания формам резкого контраста, а также сглаживать шрифты, чтобы у символов были гладкие границы. Этот параметр может повысить доступность рабочей среды MATE для людей с ограниченным зрением.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Субпиксельное (ЖК-мониторы)</guilabel>: Использует технологии придания формы отдельным точкам жидкокристаллического (ЖК) экрана для гладкого отображения шрифтов. Используйте этот параметр для жидкокристаллических и плоских экранов.</para>
                    </listitem>
                  </itemizedlist>
    	  </listitem>
    	</varlistentry>
     	<varlistentry>
    	  <term><guibutton>Details</guibutton></term>
    	  <listitem>
    	    <para>Нажмите эту кнопку, чтобы более точно настроить отрисовку шрифтов на экране.</para>
                  <itemizedlist>
                    <listitem>
                      <para><guilabel>Разрешение (точек на дюйм)</guilabel>: Используйте числовое поле, чтобы указать разрешение при отрисовке шрифтов на экране.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Сглаживание</guilabel>: Выберите один из параметров, чтобы указать способ сглаживания шрифтов.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Уточнение</guilabel>: <firstterm>Уточнение</firstterm> — это техника отрисовки шрифтов, которая повышает качество шрифтов в маленьких размерах и при небольшом разрешении экрана. Выберите один из параметров, чтобы указать способ уточнения шрифтов.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Порядок субпикселов</guilabel>: Выберите один из параметров, чтобы указать порядок цвета субпикселов в шрифтах. Используйте этот параметр для жидкокристаллических и плоских экранов.</para>
                    </listitem>
                  </itemizedlist>
    	  </listitem>
    	</varlistentry>
    </variablelist>
   
    </sect4>
<!-- go to fonts folder no longer exists
    <sect4 id="goscustdesk-83">
      <title>Previewing a Font</title>
      <indexterm>
        <primary>fonts</primary>
        <secondary>previewing</secondary>
      </indexterm>
      <para>A preview of a font shows the characters of a font at different sizes, as well as copyright and technical information. To preview a font, perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>Open the <application>Appearance</application> preference tool by choosing <menuchoice><guimenu>System</guimenu><guisubmenu>Preferences</guisubmenu><guimenuitem>Font</guimenuitem></menuchoice> in the top panel.</para>
        </listitem>
        <listitem><para>Click on <guibutton>Details</guibutton>.</para></listitem>
        <listitem><para>Click on <guibutton>Go to font folder</guibutton>. The <guilabel>Fonts</guilabel> folder opens.</para></listitem>
        <listitem>
          <para>Open a font to display a preview.</para>
        </listitem>
      </orderedlist>
    </sect4>
-->

<!-- go to fonts folder no longer exists
    <sect4 id="goscustdesk-94">
      <title>Adding a TrueType Font</title>
      <para>To add a TrueType font to your system, perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>Open the <application>Font</application> preference tool by choosing <menuchoice><guimenu>System</guimenu><guisubmenu>Preferences</guisubmenu><guimenuitem>Font</guimenuitem></menuchoice> in the panel menubar.</para>
        </listitem>
        <listitem><para>Click on <guibutton>Details</guibutton>.</para></listitem>
        <listitem><para>Click on <guibutton>Go to font folder</guibutton>. The <guilabel>Fonts</guilabel> folder opens.</para></listitem>      
        <listitem>
          <para>Open a file manager window and select the TrueType font that
you want to add.</para>
        </listitem>
        <listitem>
          <para>Copy the TrueType font file that you want to add to the <guilabel>Fonts</guilabel> folder.</para>
        </listitem>
      </orderedlist>
      <warning><para>The new font will not appear in the <guilabel>Fonts</guilabel> folder until you next log in. You will need to relaunch applications for them to have access to the new font. These are known bugs in Mate.</para></warning>
      
      <tip><para>You can also open the <guilabel>Fonts</guilabel> folder by typing the following URI into <application>Caja</application> file manager's <link linkend="caja-open-location">Open Location dialog</link>: <command>fonts:///</command>.</para></tip>
    </sect4>
-->
  </sect3>

  <sect3 id="prefs-menustoolbars">
    <title>Interface Preferences</title>
    <!-- preserve id for backwards compatibility: 2.12 -->
    <anchor id="goscustuserinter-2"/>    
    <indexterm>
      <primary>toolbars, customizing appearance</primary>
    </indexterm>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Menus &amp; Toolbars</secondary>
    </indexterm>
    <indexterm>
      <primary>menus</primary>
      <secondary>in applications,
customizing appearance</secondary>
    </indexterm>
    <para>You can use the <guilabel>Interface</guilabel> tabbed section in the <application>Appearance</application> preference tool to customize the appearance
of menus, menubars, and toolbars for applications that are part of MATE.</para>
    <para>По мере того, как вы изменяете параметры, обновляется область предварительного просмотра в окне. Это позволяет вам видеть изменения, если в данный момент не открыты окна приложений.</para>
    <variablelist>
     	<varlistentry>
    	  <term><guilabel>Show icons in menus</guilabel></term>
    	  <listitem>
    	    <para>Выберите этот параметр, чтобы сбоку от пунктов в меню приложений показывался значок. Значки есть не у всех пунктов меню.</para>
    	  </listitem>
    	</varlistentry>
    	<varlistentry>
    	  <term><guilabel>Editable menu shortcut keys</guilabel></term>
	      <listitem><para>Если вы выберете этот параметр, вы сможете задавать новые комбинации клавиш для пунктов меню.</para>
	      <para>Чтобы изменить комбинацию клавиш в приложении, откройте меню и, наведя указатель мыши на нужный пункт меню, нажмите новую комбинацию клавиш. Чтобы удалить комбинацию, нажмите <keycap>Backspace</keycap> или <keycap>Delete</keycap>.</para>
	      <warning>
	        <para>При использовании этой возможности вы не будете предупреждены в том случае, если задание новой комбинации клавиш для некоторой команды повлечёт за собой удаление её с другой команды.</para>
	        <para>Нет способа восстановить изначальную, стандартную комбинацию клавиш для команды.</para>
	        <para>Эта возможность не следит за комбинациями клавиш, которые обычно распространяются на все приложения — например, <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> для копирования. Это может привести к противоречиям между приложениями MATE.</para>
	      </warning>
	      </listitem>
      </varlistentry>
     	<varlistentry>
    	  <term><guilabel>Toolbar button labels</guilabel></term>
    	  <listitem>
    	    <para>Выберите один из следующих параметров, чтобы указать, что должно быть показано на панелях инструментов в приложениях, отвечающих стандартам MATE:</para>
                  <itemizedlist>
                    <listitem>
                      <para><guilabel>Текст под значками</guilabel>: Выберите этот параметр, чтобы на каждой кнопке на панели инструментов показывались и текст, и значок.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Текст рядом со значками</guilabel>: Выберите этот параметр, чтобы на каждой кнопке на панели инструментов показывался значок, а на самых важных кнопках — также и текст.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Только значки</guilabel>: Выберите этот параметр, чтобы на каждой кнопке на панели инструментов показывался только значок.</para>
                    </listitem>
                    <listitem>
                      <para><guilabel>Только текст</guilabel>: Выберите этот параметр, чтобы на каждой кнопке на панели инструментов показывался только текст.</para>
                    </listitem>
                  </itemizedlist>
    	  </listitem>
    	</varlistentry>
    </variablelist>
  </sect3>
  </sect2>

  <sect2 id="prefs-windows">
    <title>Параметры окон</title>

    <!-- preserve for backwards compatibility: 2.12 -->
    <anchor id="goscustdesk-58"/>    

    <indexterm>
      <primary>window manager</primary>
      <secondary>customizing</secondary>
    </indexterm>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Windows</secondary>
    </indexterm>
    <para>Используйте инструмент <application>Окна</application>, чтобы настроить поведение окон в среде MATE.</para>
    <para><xref linkend="goscustwindows-TBL-14"/> перечисляет параметры окон, которые можно изменять.</para>
    <table frame="topbot" id="goscustwindows-TBL-14">
      <title>Параметры окон</title>
      <tgroup cols="2" colsep="1" rowsep="1">
        <colspec colname="colspec0" colwidth="18.86*"/>
        <colspec colname="colspec1" colwidth="47.14*"/>
        <thead>
          <row>
            <entry colsep="0" rowsep="1">
              <para>Элемент диалогового окна</para>
            </entry>
            <entry colsep="0" rowsep="1">
              <para>Описание</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Select windows when the mouse moves over them</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>Выберите этот параметр, чтобы окну передавался фокус при наведении на него указателя. Окно будет удерживать фокус, пока вы не укажете не другое окно.</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Raise selected windows after an interval</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>Выберите этот параметр, чтобы поднимать окна на передний план через короткое время после получения ими фокуса.</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Interval before raising</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>Укажите промежуток времени, который должен пройти перед поднятием на передний план окна, получившего фокус.</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Double-click titlebar to perform this action</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>Укажите поведение, которое хотите наблюдать при двойном щелчке на строке заголовка окна. Выберите один из следующих параметров:</para>
              <itemizedlist>
                <listitem>
                  <para><guilabel>Развернуть</guilabel>: Разворачивает окно на весь экран.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Maximize Vertically</guilabel>: Maximizes the window vertically without changing its width.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Maximize Horizontally</guilabel>: Maximizes the window horizontally without changing its height.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Minimize</guilabel>: Minimizes the window.</para>
                </listitem>
                <listitem>
                  <para><guilabel>Скрутить</guilabel>: Скручивает окно в заголовок.</para>
                </listitem>
                <listitem>
                  <para><guilabel>None</guilabel>: Do nothing.</para>
                </listitem>
              </itemizedlist>
              <para>If a window is already maximized or rolled up, double-clicking 
              on the titlebar will return it to its normal state.</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>To move a window, press-and-hold this key then grab the window</guilabel>
              </para>
            </entry>
            <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
              <para>Выберите клавишу, которую нужно будет удерживать при перетаскивании окна, чтобы его переместить.</para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
    <note>
      <para>The position of the Control, Alt and Super keys on the keyboard can be modified in the 
      Keyboard Layout Options dialog, see <xref linkend="prefs-keyboard-layoutoptions"/>. 
      </para>
    </note>
  </sect2>

  <sect2 id="prefs-screensaver">
    <title>Параметры хранителя экрана</title>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>screensaver</secondary>
    </indexterm>
    <para><firstterm>Хранитель экрана</firstterm> рисует движущиеся изображения на экране, пока компьютер не используется. Хранитель экрана также помогает защитить старые мониторы от поломок, происходящих ввиду отображения одной и той же картинки в течение долгого времени. Чтобы остановить хранитель экрана и вернуться в среду, передвиньте мышь или нажмите какую-нибудь клавишу на клавиатуре.</para>
    <para>Используйте инструмент <application>Хранитель экрана</application>, чтобы выбрать тип хранителя экрана, время до запуска хранителя экрана, а также то, следует ли запрашивать пароль для возвращения к рабочей среде.</para>
    <para>Можно изменить следующие параметры:</para>
    <variablelist>
    	<varlistentry>
    	  <term>Хранитель экрана</term>
    	  <listitem><para>Выделите <guilabel>тему хранителя экрана</guilabel> в списке. Выбранная тема будет показана в уменьшенном виде. Нажмите <guibutton>Просмотр</guibutton>, чтобы просмотреть выбранную тему на всём экране. Во время просмотра используйте кнопки в верхней части экрана, чтобы переходить по списку тем хранителя экрана.</para>
    	  <itemizedlist>
	        <listitem><para>Тема <guilabel>Пустой экран</guilabel> не показывает никаких картинок — только чёрный экран.</para></listitem>
	        <listitem><para>Тема <guilabel>Случайным образом</guilabel> решает, какой хранитель экрана использовать, случайным образом.</para></listitem>
        </itemizedlist>
    	  <para>Остальные пункты в списке устанавливаются вашим поставщиком.</para></listitem>
    	</varlistentry>
    	<varlistentry>
    	  <term>Считать компьютер простаивающим через...</term>
    	  <listitem><para>Ваш компьютер считается простаивающим после того, как этот промежуток времени пройдёт в отсутствии ввода с вашей стороны, такого, как перемещение мыши или набор текста. Это может влиять на управление питанием (например, может выключиться монитор) или на мгновенные сообщения (чат-приложения могут установить для вас статус «отошёл»). С помощью ползунка укажите промежуток времени в минутах или часах.</para></listitem>
    	</varlistentry>
    	<varlistentry>
    	  <term>Запускать хранитель экрана, когда компьютер простаивает</term>
    	  <listitem><para>Выберите этот параметр, чтобы хранитель экрана запускался через указанный промежуток времени.</para></listitem>
    	</varlistentry>
    	<varlistentry>
    	  <term>Блокировать экран, когда запущен хранитель экрана</term>
    	  <listitem><para>Если этот параметр выбран, хранитель экрана будет запрашивать ваш пароль при попытке вернуться в среду. Подробнее о блокировке экрана смотрите <xref linkend="lock-screen"/>.</para></listitem>  	
    	</varlistentry>
  </variablelist>
  </sect2>

</sect1>

<sect1 id="prefs-internet-and-network">
	<title>Интернет и сеть</title>

  <sect2 id="prefs-network-admin">
 	<title>Сетевые параметры</title>

    <para>С помощью <application>Сетевых параметров</application> вы можете выбрать способ соединения вашей системы с другими компьютерами и с Интернетом.</para>
    <para>При запуске <application>Сетевых параметров</application> вам будет предложено ввести пароль администратора. Этот пароль нужен оттого, что изменения, вносимые с помощью этого инструмента, влияют на всю систему.</para>

  <sect3 id="prefs-network-admin-getting-started">
    <title>Начало работы</title>



    <para>Основное окно <application>Сетевых параметров</application> содержит четыре вкладки:</para>

    <variablelist>
	 <varlistentry>
	   <term><guilabel>Connections</guilabel></term>
	   <listitem>
		<para>Перечисляет все сетевые интерфейсы и позволяет вам изменять их параметры.</para>
	   </listitem>
	 </varlistentry>

	 <varlistentry>
	   <term><guilabel>General</guilabel></term>
	   <listitem>
		<para>Позволяет вам изменять имя узла и доменное имя системы.</para>
	   </listitem>
	 </varlistentry>

    	 <varlistentry>
	   <term><guilabel>DNS</guilabel></term>
	   <listitem>
		<para>Содержит два раздела. <guilabel>Серверы имён</guilabel> — это то, что ваш компьютер использует для получения IP-адресов по доменным именам. <guilabel>Поисковые домены</guilabel> — это домены, в которых ваша система будет по умолчанию искать узлы, для которых не указан домен.</para>
	   </listitem>
	 </varlistentry>

      <varlistentry>
	   <term><guilabel>Hosts</guilabel></term>
	   <listitem>
		<para>Показывает список псевдонимов для доступа к другим компьютерам.</para>
	   </listitem>
	 </varlistentry>
    </variablelist>
  </sect3>

  <sect3 id="prefs-network-admin-usage">
    <title>Использование</title>

    <sect4 id="tool-modify-connection">
	 <title>Чтобы изменить параметры соединения</title>
	 <para>В разделе <guilabel>Соединения</guilabel> выберите интерфейс, который хотите изменить, и нажмите кнопку <guilabel>Свойства</guilabel>. В зависимости от типа интерфейса вы сможете изменять разные данные.</para>

	 <variablelist>
	   <varlistentry>
		<term>Интерфейсы Ethernet и IRLAN</term>
		<listitem>
		  <para>Вы можете изменить способ настройки интерфейса (через DHCP или вручную). При ручной настройке вы также можете изменить IP-адрес интерфейса, маску сети и шлюз.</para>
		</listitem>
	   </varlistentry>

	   <varlistentry>
		<term>Беспроводные интерфейсы</term>
		<listitem>
		  <para>Вы можете изменить способ настройки интерфейса (через DHCP или вручную). При ручной настройке вы также можете изменить IP-адрес интерфейса, маску сети, шлюз и имя сети (ESSID).</para>
		</listitem>
	   </varlistentry>

	   <varlistentry>
		<term>Интерфейсы параллельной линии</term>
		<listitem>
		  <para>Вы можете изменить IP-адрес интерфейса и удалённый IP-адрес.</para>
		</listitem>
	   </varlistentry>

	   <varlistentry>
		<term>Модемные и PPP-интерфейсы</term>
		<listitem>
		  <para>Вы можете изменить модемное устройство; выбрать тоновый или пульсовый набор; громкость модема; телефонный номер; имя пользователя и пароль, предоставленные вашим провайдером; и другие параметры PPP.</para>
		</listitem>
	   </varlistentry>
	 </variablelist>
    </sect4>

    <sect4>
	 <title>Чтобы включить или выключить интерфейс</title>
	 <para>В разделе <guilabel>Соединения</guilabel> поставьте или снимите отметку рядом с интерфейсом.</para>
    </sect4>
    
    <sect4>
	 <title>Чтобы изменить имя узла и имя домена</title>
	 <para>В разделе <guilabel>Общие</guilabel> измените текст в полях имени узла и доменного имени.</para>
    </sect4>

    <sect4>
	 <title>Чтобы добавить сервер доменных имён</title>
	 <para>В разделе <guilabel>Серверы имён</guilabel> нажмите кнопку <guilabel>Добавить</guilabel> и заполните новую строчку в списке сервером имён.</para>
    </sect4>

    <sect4>
	 <title>Чтобы удалить сервер доменных имён</title>
	 <para>В разделе <guilabel>Серверы имён</guilabel> выделите в списке IP-адрес DNS-сервера и нажмите кнопку <guilabel>Удалить</guilabel>.</para>
    </sect4>

    <sect4>
	 <title>Чтобы добавить поисковый домен</title>
	 <para>В разделе <guilabel>Поисковые домены</guilabel> нажмите кнопку <guilabel>Добавить</guilabel> и заполните новую строчку в списке поисковым доменом.</para>
    </sect4>

    <sect4>
	 <title>Чтобы удалить поисковый домен</title>
	 <para>В разделе <guilabel>Поисковые домены</guilabel> выделите в списке поисковый домен и нажмите кнопку <guilabel>Удалить</guilabel>.</para>
    </sect4>

    <sect4>
	 <title>Чтобы добавить псевдоним узла</title>
	 <para>В разделе <guilabel>Узлы</guilabel> нажмите кнопку <guilabel>Добавить</guilabel>. В появившемся окне введите IP-адрес и псевдонимы, которые будут указывать на этот адрес.</para>
    </sect4>

    <sect4>
	 <title>Чтобы изменить псевдоним узла</title>
	 <para>В разделе <guilabel>Узлы</guilabel> выделите псевдоним, нажмите кнопку <guilabel>Свойства</guilabel> и измените параметры псевдонима в появившемся окне.</para>
    </sect4>

    <sect4>
	 <title>Чтобы удалить псевдоним узла</title>
	 <para>В разделе <guilabel>Узлы</guilabel> выделите в списке псевдоним и нажмите кнопку <guilabel>Удалить</guilabel>.</para>
    </sect4>

    <sect4 id="prefs-network-admin-add-new-profile">
	 <title>Чтобы сохранить текущую настройку сети как «расположение»</title>
	 <para>Нажмите кнопку <guilabel>Добавить</guilabel> близ меню <guilabel>Расположения</guilabel> и в появившемся окне введите название расположения.</para>
    </sect4>

    <sect4>
	 <title>Чтобы удалить расположение</title>
	 <para>Нажмите кнопку <guilabel>Удалить</guilabel> близ меню <guilabel>Расположения</guilabel>, и выделенный профиль будет удалён.</para>
    </sect4>

    <sect4>
	 <title>Чтобы переключиться в расположение</title>
	 <para>Выделите одно расположение из меню <guilabel>Расположения</guilabel>, и все настройки автоматически переключатся на выбранное расположение.</para>
    </sect4>

	</sect3>
  </sect2>

  <sect2 id="prefs-networkproxy">
    <title>Параметры сетевой прокси-службы</title>
    <!-- preserve id for backwards compatibility: 2.12 -->
    <anchor id="goscustdesk-50"/>       
    <indexterm>
      <primary>preference
tools</primary>
      <secondary>Network Proxy</secondary>
    </indexterm>
    <indexterm>
      <primary>network proxy</primary>
      <secondary>setting preferences</secondary>
    </indexterm>
    <indexterm>
      <primary>Internet</primary>
      <secondary>configuring connection</secondary>
    </indexterm>
    <indexterm>
      <primary>proxy</primary>
      <secondary>setting preferences</secondary>
    </indexterm>
    <para>The <application>Network Proxy Preferences</application>
    enables you to configure how your system connects to the Internet.</para>
    <para>You can configure the MATE Desktop to connect to a <firstterm>proxy server</firstterm>,
    and specify the details of the proxy server. A proxy server is a server that intercepts requests
    to another server, and fulfills the request itself, if it can. You can enter the domain name or
    the Internet Protocol (IP) address of the proxy server. A <firstterm>domain name</firstterm> is
    a unique alphabetic identifier for a computer on a network. An <firstterm>IP address</firstterm>
    is a unique numeric identifier for a computer on a network.</para>
    <para>Since it is possible that you need to use a different proxy configuration in different places,
    <application>Network Proxy Preferences</application> allows you to define separate proxy configurations
    and switch between them using the <guilabel>Location</guilabel> drop-down box at the top of the window.
    Choose <guilabel>New Location</guilabel> to create a proxy configuration for a new location. Locations
    can be removed using the <guilabel>Delete Location</guilabel> button at the bottom of the window.</para>
  
    <variablelist>
      <varlistentry>
        <term><guilabel>Direct internet connection</guilabel></term>
        <listitem><para>Select this option to connect to the Internet without a proxy server.</para></listitem>
      </varlistentry>

      <varlistentry>
        <term><guilabel>Manual proxy configuration</guilabel></term>
        <listitem><para>Select this option to connect to the Internet through a proxy server and
        configure the proxy settings manually.</para>

        <variablelist>
          <varlistentry>
            <term><guilabel>HTTP proxy</guilabel></term>
            <listitem>
              <para>Enter the domain name or IP address of the proxy server to use when you request
              an HTTP service. Enter the port number of the HTTP service on the proxy server in the
              <guilabel>Port</guilabel> field.</para>
              <para>If the HTTP proxy server requires authentication, click the <guibutton>Details</guibutton>
              button to enter your username and password.</para>
            </listitem>
          </varlistentry>
          <varlistentry>
            <term><guilabel>Secure HTTP proxy</guilabel></term>
            <listitem><para>Enter the domain name or IP address of the proxy server to use when you
            request a secure HTTP service. Enter the port number of the secure HTTP service on
            the proxy server in the <guilabel>Port</guilabel> field.</para></listitem>
          </varlistentry>
          <varlistentry>
            <term><guilabel>FTP proxy</guilabel></term>
            <listitem><para>Enter the domain name or IP address of the proxy server to use when you
            request an FTP service. Enter the port number of the FTP service on the proxy server in
            the <guilabel>Port</guilabel> field.</para></listitem>
          </varlistentry>
          <varlistentry>
            <term><guilabel>Socks host</guilabel></term>
            <listitem><para>Enter the domain name or IP address of the Socks host to use. Enter the port
            number for the Socks protocol on the proxy server in the <guilabel>Port</guilabel> field.</para></listitem>
          </varlistentry>
        </variablelist>
      </listitem></varlistentry>
      <varlistentry><term><guilabel>Automatic proxy
      configuration</guilabel></term><listitem><para>Выберите этот параметр, если хотите соединяться с Интернетом через прокси-сервер и желаете, чтобы прокси-сервер был настроен автоматически.</para>
      <para>Automatic proxy configuration works by means of a so-called PAC file, which your browser downloads from a web server. If you don't specify the URL for a PAC file in the <guilabel>Autoconfiguration URL</guilabel> entry, your browser 
      will try to locate one automatically.</para>
      <variablelist>
      <varlistentry><term><guilabel>Autoconfiguration
      URL</guilabel></term><listitem><para>Enter the URL of a PAC file that contains the information required to configure the proxy
    server automatically.</para></listitem></varlistentry>
      </variablelist></listitem></varlistentry>
    </variablelist>
    
    <para>Set which hosts should not use the proxy in the <guilabel>Ignore Host List</guilabel> in the <guilabel>Ignored Hosts</guilabel> tabbed section. When you access these hosts, you will connect to the Internet directly without a proxy.</para>
    
  </sect2>

  <sect2 id="prefs-remotedesktop">
    <title>Параметры удалённого рабочего стола</title>
    <!-- preserve id for backwards compatibility: 2.12 -->
    <anchor id="goscustdesk-90"/>
    <indexterm>
      <primary>setting session sharing preferences</primary>
    </indexterm>           
    <para>Инструмент настройки <application>Удалённый рабочий стол</application> позволяет обеспечивать нескольким пользователям доступ к сеансу работы в среде MATE, а также настроить параметры такого доступа.</para>
    <para><xref linkend="goscustdesk-TBL-91"/> перечисляет параметры совместного использования сеанса, которые можно изменять. Эти параметры непосредственно влияют на безопасность вашей системы.</para>
    <table frame="topbot" id="goscustdesk-TBL-91">
      <title>Параметры совместного использования сеанса</title>
      <tgroup cols="2" colsep="1" rowsep="1">
        <colspec colname="colspec18" colwidth="19.21*"/>
        <colspec colname="colspec19" colwidth="46.79*"/>
        <thead>
          <row>
            <entry colsep="0" rowsep="1">
              <para>Элемент диалогового окна</para>
            </entry>
            <entry colsep="0" rowsep="1">
              <para>Описание</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Allow other
users to view your desktop</guilabel>
              </para>
            </entry>
            <entry colsep="0" rowsep="0" valign="top">
              <para>Выберите этот параметр, чтобы удалённые пользователи могли просматривать ваш сеанс. Все нажатия клавиш, щёлчки мышью и события буфера обмена, порождаемые удалённым пользователем, будут игнорироваться.</para>
            </entry>
          </row>
          <row>
            <entry colsep="0" rowsep="0" valign="top">
              <para>
                <guilabel>Allow other
users to control your desktop</guilabel>
              </para>
            </entry>
            <entry colsep="0" rowsep="0" valign="top">
              <para>Выберите этот параметр, чтобы можно было обращаться к вашему сеансу и управлять им из удалённого места.</para>
            </entry>
          </row>
          <!--
          <row>
            <entry colname="colspec18" colsep="0" rowsep="0">
              <para>
                <guilabel>Users
can view your desktop using this command:</guilabel>
                
              </para>
            </entry>
            <entry colname="colspec19" colsep="0" rowsep="0">
              <para>Click on the command text to send it to
another user by email.</para>
            </entry>
          </row>
          -->
          <row>
            <entry colname="colspec18" colsep="0" rowsep="0">
              <para>
                <guilabel>When
a user tries to view or control your desktop</guilabel>
              </para>
            </entry>
            <entry colname="colspec19" colsep="0" rowsep="0">
              <para>Select the following security
considerations when a user tries to view or control your session:<itemizedlist><listitem><para><guilabel>Ask you for confirmation:</guilabel> Select this
option if you want remote users to ask you for confirmation when they want
to share your session. This option enables you to be aware of other users
who connect to your session. You can also decide what time is suitable for
the remote user to connect to your session.</para></listitem><listitem><para><guilabel>Require the user to enter this password:</guilabel>
Select this option to authenticate the remote user if authentication is used.
This option provides an extra level of security.</para></listitem></itemizedlist></para>
            </entry>
          </row>
          <row>
            <entry colname="colspec18" colsep="0" rowsep="0">
              <para>
                <guilabel>Password</guilabel>
              </para>
            </entry>
            <entry colname="colspec19" colsep="0" rowsep="0">
              <para>Введите пароль, который должен вводиться клиентом, желающим просмотреть или управлять вашим сеансом.</para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
  </sect2>  

</sect1>


<sect1 id="prefs-hardware">
	<title>Аппаратное обеспечение</title>

  <sect2 id="prefs-keyboard">
    <title>Параметры клавиатуры</title>
    <!-- preserve id for backwards compatibility: 2.12 -->
    <anchor id="goscustperiph-2"/>       
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Keyboard</secondary>
    </indexterm>
    <indexterm>
      <primary>keyboard</primary>
      <secondary>configuring
general preferences</secondary>
    </indexterm>
    <para>Используйте инструмент <application>Клавиатура</application>, чтобы изменить параметры автоматического повтора для клавиатуры, а также чтобы установить параметры перерыва в работе.</para>
    <!--
    adds no information until each tab can be briefly summarized.
    
    <para>You can set the preferences for the <application>Keyboard</application>
preference tool in the following functional areas:</para>
    <itemizedlist>
      <listitem>
        <para>
          <guilabel>Keyboard</guilabel>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Typing Break</guilabel>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Layouts</guilabel>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Layout Options</guilabel>
        </para>
      </listitem>
    </itemizedlist>
    -->
    <para>Чтобы открыть инструмент настройки <link linkend="prefs-keyboard-a11y"><application><emphasis>Специальные возможности</emphasis> клавиатуры</application></link>, нажмите кнопку <guibutton>Вспомогательные технологии</guibutton>.</para>    
    <sect3 id="goscustdesk-40">
      <title>Параметры клавиатуры</title>
      <para>Use the <guilabel>General</guilabel> tabbed section to set general
keyboard preferences.</para>
      <para><xref linkend="goscustperiph-TBL-3"/> перечисляет параметры клавиатуры, которые можно изменять.</para>
      <table frame="topbot" id="goscustperiph-TBL-3">
        <title>Параметры клавиатуры</title>
        <tgroup cols="2" colsep="1" rowsep="1">
          <colspec colname="colspec18" colwidth="19.21*"/>
          <colspec colname="colspec19" colwidth="46.79*"/>
          <thead>
            <row>
              <entry colsep="0" rowsep="1">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colsep="0" rowsep="1">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Key presses
repeat when key is held down</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Установите этот параметр, чтобы включить повтор ввода с клавиатуры. Если нажать и удерживать клавишу при включённом повторе ввода, действие, соответствующее клавише, будет повторяться. Например, если нажать и удерживать клавишу с буквой, то эта буква будет многократно повторена.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Delay</guilabel>
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>Установите задержку между нажатием клавиши и повтором действия.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Speed</guilabel>
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>Выберите скорость повтора действия.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Cursor blinks in text boxes and fields</guilabel>
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>Установите этот параметр, чтобы курсор в текстовых полях мигал.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Speed</guilabel>
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>С помощью ползунка укажите скорость, с которой курсор должен мигать в текстовых полях.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0">
                <para>
                  <guilabel>Type
to test settings</guilabel>
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0">
                <para>Это тестовое поле ввода позволяет вам увидеть, как параметры клавиатуры влияют на набор текста. Вводите текст в поле, чтобы проверить заданные вами параметры.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect3>
    <sect3 id="prefs-keyboard-layouts">
      <title>Параметры раскладок клавиатуры</title>
      <!-- preserve id for backwards compatibility: 2.12 -->
      <anchor id="goscustdesk-100"/>         
      <para>Используйте вкладку <guilabel>Раскладки</guilabel>, чтобы выбрать язык и модель вашей клавиатуры.</para>
      <para>Это позволит MATE использовать специальные мультимедийные клавиши на вашей клавиатуре и показывать правильные символы, соответствующие языку клавиатуры.</para>
      
      <variablelist>
	      <varlistentry>
	        <term><guilabel>Keyboard model</guilabel></term>
	        <listitem><para>Use the browse button (labelled with the currently selected keyboard model) to choose another keyboard make and model.</para></listitem>
	      </varlistentry>
	      <varlistentry>
	        <term><guilabel>Separate layout for each window</guilabel></term>
	        <listitem><para>Если этот параметр выбран, каждому окну соответствует своя раскладка клавиатуры. Переключение на другую раскладку повлияет только на текущее окно.</para>
	        <para>This allows you to type with a Russian keyboard layout in a word processor, then switch to your web browser and type with an English keyboard layout, for example. </para></listitem>
              </varlistentry>
	      <varlistentry>
	        <term><guilabel>Selected Layouts</guilabel></term>
	        <listitem><para>Можно переключаться между выбранными раскладками, чтобы изменять символы, производимые клавиатурой при наборе текста. Чтобы добавить раскладку, нажмите <guibutton>Добавить</guibutton>. Можно настроить до четырёх раскладок. Чтобы удалить раскладку, выделите её и нажмите <guibutton>Удалить</guibutton>.</para>
	        <para>To switch between keyboard layouts, use the <application>Keyboard Indicator</application> panel applet. <!-- better link to the specific page, but not yet suitable for a direct link: help:gswitchit?gswitchit-applet-switching --></para>
                 <para>To add a layout to the list of selected layouts, click the <guibutton>Add</guibutton> button. It opens a layout chooser dialog, which lets you select a layout by country or by language.</para> 
	        </listitem>
	      </varlistentry>
      </variablelist>
      
      <para>Нажмите <guibutton>Восстановить параметры по умолчанию</guibutton>, чтобы восстановить все параметры раскладки клавиатуры в их изначальное для вашей системы и локали состояние.</para>

      <para>Click the <guibutton>Layout Options</guibutton> button to open the <guilabel>Keyboard Layout Options</guilabel> dialog.</para>
   </sect3>
    
    <sect3 id="prefs-keyboard-layoutoptions"> 
      <title>Параметры раскладки клавиатуры</title>
      <!-- preserve id for backwards compatibility: 2.12 -->
      <anchor id="goscustdesk-101"/>
      <para>The <guilabel>Keyboard Layout Options</guilabel> dialog has options for the behaviour of keyboard modifier keys and certain shortcut options.</para>
      <para>Раскрывайте группы по их заголовкам, чтобы увидеть доступные параметры. Полужирное начертание в заголовке означает, что параметры в соответствующей группе были изменены по сравнению со стандартными.</para>
      <note><para>The options shown in this dialog depend on the X windowing system you are using. Not all the following options might be listed on your system, and not all the options shown might work on your system.</para></note>

      <!-- the options of mystery!!!       
           for future reference, these are in
           /etc/X11/xkb/rules/xorg.xml
      -->
      <variablelist>
        <varlistentry>
                <term><guilabel>Adding the EuroSign to certain keys</guilabel></term>
                <listitem>
                  <para>Use these options to add the Euro currency symbol € to a key as a third-level character. To access this symbol, you must assign a <guilabel>third level chooser</guilabel>.</para>
                </listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>Alt/Win key behavior</guilabel></term>
                <listitem><para>Эта группа параметров позволяет вам возложить функции служебных клавиш Unix — Super, Meta и Hyper — на клавиши <keycap>Alt</keycap> и <keycap>Windows</keycap> вашей клавиатуры.</para></listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>CapsLock key behavior</guilabel></term>
                <listitem><para>В этой группе находится несколько параметров для клавиши <keycap>Caps Lock</keycap>.</para></listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>Compose key position</guilabel></term>
                <listitem>
                  <para>Клавиша Compose позволяет вам комбинировать два нажатия клавиш, получая в результате один символ. Это можно использовать для символов с диакритикой, которых может не быть на вашей клавиатуре. Например, нажмите клавишу Compose, затем <keycap>'</keycap>, затем <keycap>e</keycap>, чтобы получить символ é.</para>
                </listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>Control key position</guilabel></term>
                <listitem><para>Используйте эту группу параметров, чтобы установить расположение клавиши <keycap>Ctrl</keycap>, соответствующее раскладке старых клавиатур.</para></listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>Group Shift/Lock behavior</guilabel></term>
                <listitem><para>Выберите клавишу или комбинацию для переключения раскладки клавиатуры.</para></listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>Miscellaneous compatibility options</guilabel></term>
                <listitem>
                  <variablelist>
	                  <varlistentry>
	                    <term><guilabel>Shift with numpad keys works as in MS Windows.</guilabel></term>
                    	<listitem>
                    	  <para>Если этот параметр выбран, использование <keycap>Shift</keycap> с клавишами цифровой клавиатуры при выключенном <keycap>NumLock</keycap> расширяет текущее выделение.</para>
                    	  <para>Если этот параметр не выбран, использование <keycap>Shift</keycap> с клавишами цифровой клавиатуры позволяет получить результат, обратный текущему поведению клавиши. Например, если <keycap>NumLock</keycap> выключен, клавиша <keycap>8</keycap> работает как стрелка вверх. Нажмите <keycombo><keycap>Shift</keycap><keycap>8</keycap></keycombo>, чтобы ввести цифру «8».</para></listitem>
                    	</varlistentry>
                    	<varlistentry><term><guilabel>Special keys (Ctrl+Alt+&lt;key&gt;) handled in a server.</guilabel></term>
	<listitem><para>Выберите этот параметр, чтобы определённые комбинации клавиш передавались в оконную систему X Window, а не обрабатывались средой MATE.</para></listitem>
</varlistentry>
                    </variablelist>
                </listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>Third level choosers</guilabel></term>
                <listitem>
                  <para>Клавиша <firstterm>третьего уровня</firstterm> позволяет вам получить третий символ на клавише — таким же образом, каким нажатие <keycap>Shift</keycap> вместе с клавишей производит символ, отличный от простого нажатия клавиши.</para>
                  <para>Используйте эту группу, чтобы выбрать клавишу, которая будет служить для перехода в третий уровень.</para>
                  <para>Нажатие клавиши выбора третьего уровня и <keycap>Shift</keycap> производит четвёртый символ на клавише.</para>
                  <para>The third and fourth level characters for your keyboard layout are shown in the <application>Keyboard Indicator</application> Layout View Window.</para>
                  <!-- better link, pending CVS commit of gswitchit docs: "help:gswitchit?layout-view" -->
                </listitem>
        </varlistentry>
        <varlistentry>
                <term><guilabel>Use keyboard LED to show alternative group.</guilabel></term>
                <listitem>
                  <para>Используйте этот параметр, чтобы указать, что один из световых индикаторов на вашей клавиатуре должен обозначать использование альтернативной раскладки клавиатуры.</para>
                  <note><para>Выбранный световой индикатор больше не будет выполнять свою стандартную функцию. Например, индикатор Caps Lock перестанет реагировать на клавишу <keycap>Caps Lock</keycap>.</para></note>
                </listitem>
        </varlistentry>
      </variablelist>
    </sect3>

    <sect3 id="prefs-keyboard-a11y">

      <title>Специальные возможности клавиатры</title>

    <indexterm>
      <primary>AccessX</primary>
      <see>preference tools, Keyboard Accessibility</see>
    </indexterm>
    <indexterm>
      <primary>keyboard</primary>
      <secondary>configuring
accessibility options</secondary>
    </indexterm>
    <indexterm>
      <primary>accessibility</primary>
      <secondary>configuring keyboard</secondary>
    </indexterm>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Keyboard Accessibility</secondary>
    </indexterm>


    <!-- Maintained for 2.8 compatibility -->
      <anchor id="goscustaccess-6"/>
      <anchor id="goscustaccess-8"/>
      <anchor id="goscustaccess-9"/>
      <para>The <guilabel>Accessibility</guilabel> tabbed section allows you to set  options such as filtering out accidental keypresses and using shortcut keys without having to hold down several keys at once. These features are also known as AccessX.</para>

       <para>This section describes each of the preferences you can set. For a more task-oriented description of keyboard accessibility, see the <citetitle>MATE Desktop Accessibility Guide</citetitle>.</para>

      <para><xref linkend="goscustdesk-TBL-85"/> lists the accessibility preferences
 that you can modify.</para>
     <table frame="topbot" id="goscustdesk-TBL-85">
        <title>Accessibility Preferences</title>
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colwidth="50*"/>
          <colspec colwidth="50*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Элемент диалогового окна</para>
              </entry>
              <entry>
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
             <row>
                <entry valign="top">
                  <para>
                    <guilabel>Accessibility features can be toggled with keyboard shortcuts</guilabel>
                  </para>
                </entry>
                <entry valign="top">
                   <para>
                     Select this option to show an icon in the notification 
                     area that offers quick access to accessibility features.
                   </para>
                </entry>
             </row>
             <row>
                <entry valign="top">
                  <para>
                    <guilabel>Simulate simultaneous keypresses</guilabel>
                  </para>
                  <indexterm>
                    <primary>accessibility</primary>
                    <secondary>sticky keys</secondary>
                  </indexterm>
                </entry>
                <entry valign="top">
                <para>Выберите этот параметр, чтобы совершать одновременные операции с клавишами, заменяя их последовательностью нажатий. Также эту возможность можно включить, нажав пять раз клавишу <keycap>Shift</keycap>.</para>
                </entry>
             </row>
             <row>
                <entry valign="top">
                    <para>
                      <guilabel>Disable sticky keys if two keys are pressed together</guilabel>
                    </para>
                </entry>
                <entry valign="top">
                    <para>Select this option to specify that when you press two keys simultaneously,
you can no longer press keys in sequence to perform multiple simultaneous
keypresses.</para>
                </entry>
             </row>
             <row>
                <entry valign="top">
                  <para>
                    <guilabel>Only accept long keypresses</guilabel>
                  </para>
                  <indexterm>
                    <primary>accessibility</primary>
                    <secondary>slow keys</secondary>
                  </indexterm>
                </entry>
                <entry valign="top">
                <para>Выберите этот параметр, чтобы управлять промежутком времени, в течение которого клавиша должна удерживаться нажатой для её принятия. Другой способ включить «медленные» клавиши — нажать и удерживать <keycap>Shift</keycap> восемь секунд.</para>
                </entry>
             </row>
             <row>
                <entry valign="top">
                  <para>
                    <guilabel>Delay</guilabel>
                  </para>
                </entry>
                <entry valign="top">
                  <para>Use the slider
to specify the period of time that you must press-and-hold
a key before acceptance.</para>
                </entry>
             </row>
             <row>
                <entry valign="top">
                  <para>
                    <guilabel>Ignore fast duplicate keypresses</guilabel>
                  </para>
                  <indexterm>
                    <primary>accessibility</primary>
                    <secondary>bounce keys</secondary>
                  </indexterm>
                </entry>
                <entry valign="top">
                <para>Select this option to accept a key input and to control the key repeat characteristics
of the keyboard.</para>
                </entry>
             </row>
             <row>
                <entry valign="top">
                  <para>
                    <guilabel>Delay</guilabel>
                  </para>
                </entry>
                <entry valign="top">
                   <para>Use the slider to specify the interval to wait after the first
keypress before the automatic repeat of a pressed key.</para>
                </entry>
             </row>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Type to test settings</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Это тестовое поле ввода позволяет вам увидеть, как параметры клавиатуры влияют на набор текста. Вводите текст в поле, чтобы проверить заданные вами параметры.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
      <para>To configure audio feedback for keyboard accessibility features,
      click the <guibutton>Audio Feedback</guibutton> button. It opens the
      <guilabel>Keyboard Accessibility Audio Feedback</guilabel> window.</para>
    </sect3>

   <sect3>
      <title>Keyboard Accessibility Audio Feedback</title>
      <para>Configure audio feedback for keyboard accessibility features.</para>
      <para><xref linkend="goscustdesk-TBL-86"/> lists the audio feedback preferences
      that you can modify.</para>
      <table frame="topbot" id="goscustdesk-TBL-86">
        <title>Audio Feedback Preferences</title>
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colwidth="50*"/>
          <colspec colwidth="50*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Элемент диалогового окна</para>
              </entry>
              <entry>
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Beep when accessibility features are turned on or off</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Выберите этот параметр, чтобы получать звуковой сигнал при включении или выключении специальной возможности, например, «залипающих» или «медленных» клавиш.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                 <para>
                   <guilabel>Beep when a toggle key is pressed</guilabel>
                 </para>
                 <indexterm>
                    <primary>accessibility</primary>
                    <secondary>toggle keys</secondary>
                  </indexterm>
              </entry>
	      <entry valign="top">
                 <para>Выберите этот параметр, чтобы получать звуковое оповещение о нажатии переключающей клавиши. Будет подаваться один сигнал при включении клавиши и два сигнала при выключении.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                 <para>
                   <guilabel>Beep when a modifier key is pressed</guilabel>
                 </para>
              </entry>
              <entry valign="top">
                 <para>Select this option for an audible indication when you 
                 press a modifier key.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                 <para>
                   <guilabel>Beep when a key is pressed</guilabel>
                 </para>
              </entry>
              <entry valign="top">
                 <para>Select this option for an audible indication when  
                 a key is pressed.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                 <para>
                   <guilabel>Beep when a key is accepted</guilabel>
                 </para>
              </entry>
              <entry valign="top">
                 <para>Select this option for an audible indication when  
                 a key is accepted.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                 <para>
                   <guilabel>Beep when a key is rejected</guilabel>
                 </para>
              </entry>
              <entry valign="top">
                 <para>Select this option for an audible indication when  
                 a key is rejected.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
   </sect3>
 
   <sect3>
     <title>Mouse Keys Preferences</title>
     <anchor id="goscustaccess-10"/>
     <para>The options in the <guilabel>Mouse Keys</guilabel> tabbed section
     let you configure the keyboard as a substitute for the mouse.</para>
      <para><xref linkend="goscustdesk-TBL-88"/> lists the mouse keys preferences
 that you can modify.</para>
      <table frame="topbot" id="goscustdesk-TBL-88">
        <title>Параметры перерыва в работе</title>
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colwidth="50*"/>
          <colspec colwidth="50*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Элемент диалогового окна</para>
              </entry>
              <entry>
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Pointer can be controlled using the keypad</guilabel>
                </para>
                <indexterm>
                  <primary>accessibility</primary>
                  <secondary>mouse keys</secondary>
                </indexterm>
              </entry>
              <entry valign="top">
               <para>Select this option to make the numeric keypad emulate mouse actions. The list of keys and their equivalences is in the <citetitle>MATE Desktop Accessibility Guide</citetitle> under the heading <citetitle>To Enable the Keyboard to Emulate the Mouse</citetitle>.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                <para>
                   <guilabel>Acceleration</guilabel> 
                </para>
              </entry>
              <entry valign="top">
                <para>Use the slider to specify how long it takes the pointer to accelerate to maximum speed.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                <para>
                   <guilabel>Speed</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Use the slider
to specify the maximum speed that the pointer moves across
the screen.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Delay</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Use the slider to specify the period of time that must pass
after a keypress before the pointer moves.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
  </sect3>

    <sect3 id="goscustdesk-86">
      <title>Параметры перерыва в работе</title>
      <para>Настройте параметры перерыва в работе, чтобы среда MATE напоминала вам о необходимости отдыха, когда вы используете клавиатуру и мышь в течение длительного времени. Во время перерыва в работе экран будет заблокирован.</para>
      <para><xref linkend="goscustdesk-TBL-87"/> перечисляет параметры перерыва в работе, которые можно изменять.</para>
      <table frame="topbot" id="goscustdesk-TBL-87">
        <title>Параметры перерыва в работе</title>
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colwidth="50*"/>
          <colspec colwidth="50*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Элемент диалогового окна</para>
              </entry>
              <entry>
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Lock screen to enforce typing break</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Выберите этот параметр, чтобы блокировать экран, когда подходит время перерыва в работе.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Work interval lasts</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Используйте числовое поле, чтобы указать, как долго можно работать без отдыха.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Break interval lasts</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Используйте числовое поле, чтобы указать продолжительность перерывов в работе.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                <para>
                  <guilabel>Allow postponing of breaks</guilabel>
                </para>
              </entry>
              <entry valign="top">
                <para>Выберите этот параметр, чтобы можно было откладывать перерывы в работе.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
      <note><para>Если вы перестанете использовать клавиатуру и мышь на время, равное параметру <guilabel>Продолжительность перерыва</guilabel>, то продолжительность работы будет сброшена в ноль.</para></note>
    </sect3>    
    
    
  </sect2>

  <sect2 id="prefs-mouse">
    <title>Параметры мыши</title>
    <!-- Maintained for 2.8 compatibility -->
    <anchor id="goscustperiph-5"/>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Mouse</secondary>
    </indexterm>
    <indexterm>
      <primary>mouse</primary>
      <secondary>configuring</secondary>
    </indexterm>

    <para>С помощью инструмента настройки <application>Мышь</application> вы можете:</para>
    <itemizedlist>
      <listitem>
        <para>настроить свою мышь на использование правой или левой рукой;</para>
      </listitem>
      <listitem>      
        <para>specify the speed and sensitivity of mouse movement,</para>
      </listitem>
      <listitem>
        <para>configure mouse accessibility features.</para>
      </listitem>
    </itemizedlist>
    
    
    <sect3 id="goscustdesk-55">
      <title>General Mouse Preferences</title>
      <para>Use the <guilabel>General</guilabel> tabbed section to specify whether
      the mouse buttons are configured for left-hand or right-hand use and configure
      the speed and sensitivity of your mouse.</para>
      <para><xref linkend="goscustperiph-TBL-6"/> lists the general mouse preferences
that you can modify.</para>

    <!-- convert to variablelist -->
    <table frame="topbot" id="goscustperiph-TBL-6">
        <title>Параметры кнопок мыши</title>
        <tgroup cols="2" colsep="1" rowsep="1">
          <colspec colname="colspec18" colwidth="19.21*"/>
          <colspec colname="colspec19" colwidth="46.79*"/>
          <thead>
            <row>
              <entry colsep="0" rowsep="1">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colsep="0" rowsep="1">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Right-handed</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Select this option to configure your mouse for right-hand use. When you configure your mouse for right-hand use, the left mouse button is the primary button and the right mouse button is the secondary button.</para>
              </entry>
            </row>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Left-handed</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Выберите этот параметр, чтобы настроить мышь для использования левой рукой. При настройке мыши для использования левой рукой функции левой кнопки и правой кнопки меняются местами.</para>
              </entry>
            </row>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Show position of pointer when the Control key is pressed</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Select this option to enable a mouse pointer animation
when you press and release the Control key. This feature can assist
you to locate the mouse pointer.</para>
                <note>
                  <para>The position of the Control key on the keyboard can be 
                  modified in the Keyboard Layout Options dialog, see 
                  <xref linkend="prefs-keyboard-layoutoptions"/>.</para>
                </note>
              </entry>
            </row>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Acceleration</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Используйте ползунок, чтобы выбрать скорость, с которой указатель мыши будет перемещаться на экране при перемещении мыши.</para>
              </entry>
            </row>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Sensitivity</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Используйте ползунок, чтобы выбрать, насколько чувствительным будет указатель к движениям мыши.</para>
              </entry>
            </row>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Threshold</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Используйте ползунок, чтобы выбрать расстояние, на которое нужно переместить объект, чтобы действие начало восприниматься как перетаскивание.</para>
              </entry>
            </row>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Timeout</guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Используйте ползунок, чтобы выбрать промежуток времени, который может пройти между щелчками при двойном щелчке. Если промежуток между первым и вторым щелчком превосходит указанное здесь время, то действие не рассматривается как двойной щелчок.</para>

                <para>Используйте значок лампочки, чтобы проверить чувствительность к двойному щелчку. При одинарном щелчке лампочка загорится и сразу погаснет, а при двойном щелчке — загорится и останется зажжённой.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect3>

    <sect3 id="goscustdesk-53">
      <title>Mouse Accessibility Preferences</title>
      <para>Use the <guilabel>Accessibility</guilabel> tabbed section to configure
      accessibility features that can help people who have difficulty with exact positioning of the pointer or with pressing the mouse buttons:</para>
      <itemizedlist>
         <listitem>
            <para>
              Open a contextual menu by clicking and holding the primary mouse button; this is useful for users that can manipulate only one button.
            </para>
         </listitem>
         <listitem>
            <para>
              Perform different types of mouse button click by software; this useful for users that are not able to manipulate any buttons. The types of click that can be performed are:
               <variablelist>
                 <varlistentry>
                   <term>Single click</term>
                   <listitem>
                     <para>
                       A single click of the primary mouse button
                     </para>
                   </listitem>
                 </varlistentry>
                 <varlistentry>
                   <term>Double click</term>
                   <listitem>
                     <para>
                        A double click of the primary mouse button
                     </para>
                   </listitem>
                 </varlistentry>
                 <varlistentry>
                   <term>Drag click</term>
                   <listitem>
                     <para>
                       A click that begins a drag operation
                     </para>
                   </listitem>
                 </varlistentry>
                 <varlistentry>
                   <term>Secondary click</term>
                   <listitem>
                     <para>
                       A single click of the secondary mouse button
                     </para>
                   </listitem>
                 </varlistentry>
               </variablelist>
            </para>
         </listitem>
      </itemizedlist>
      <para><xref linkend="goscustdesk-TBL-47"/> lists the mouse accessibility preferences
that you can modify:</para>
      <table frame="topbot" id="goscustdesk-TBL-47">
        <title>Параметры движения мыши</title>
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colwidth="30.10*"/>
          <colspec colwidth="69.90*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Элемент диалогового окна</para>
              </entry>
              <entry>
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Trigger secondary click by holding down the primary button</guilabel>
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>Select this option to enable simulated secondary clicks by pressing the primary mouse button for an extended time.</para>
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Delay</guilabel> slider in the <guilabel>Simulated Secondary Click</guilabel> section
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>Use the slider to specify how long the primary button must be pressed to simulate a secondary click.</para>
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Initiate click when stopping pointer movement</guilabel>
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>Select this option to enable automatic clicks when the mouse stops. Use the additional preferences in the <guilabel>Dwell Click</guilabel> section to configure how the type of click is chosen.</para>
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Delay</guilabel> slider in the <guilabel>Dwell Click</guilabel> section
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>Use the slider to specify how long the pointer must remain at rest before an automatic click will be triggered.</para>
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Motion threshold</guilabel> slider 
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>Use the slider to specify how much the pointer may move to still be considered at rest.</para>
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Choose type of click beforehand</guilabel>
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>Select this option to pick the type of click to perform 
                from a window or panel applet.</para> 
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Show click type window</guilabel>
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  When this option is enabled, the different types of click (single click, double click, drag click or secondary click) can be selected in a window.</para> 
                <note><para>The <guilabel>Dwell Click</guilabel> panel applet can
                be used instead of the window.</para></note>
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Choose type of click with mouse gestures</guilabel> 
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>Select this option to pick the type of click by moving the mouse in a certain direction. The four combo boxes below this option allow to assign directions to the different types of click. Note that each direction can be used only for one type of click.</para> 
              
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Single click</guilabel> 
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  Choose the direction to trigger a single click.
                </para> 
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Double click</guilabel> 
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  Choose the direction to trigger a double click.
                </para> 
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Drag click</guilabel> 
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  Choose the direction to trigger a drag click.
                </para> 
              </entry>
            </row>
            <row>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  <guilabel>Secondary click</guilabel> 
                </para>
              </entry>
              <entry rowsep="0" colsep="0" valign="top">
                <para>
                  Choose the direction to trigger a secondary click.
                </para> 
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect3>
  </sect2>

  <sect2 id="goscustdesk-70">
    <title>Monitors</title>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Display</secondary>
    </indexterm>
    <para>Use <application>Monitor Preferences</application>
to configure the monitors that your computer uses.</para>
<note><para>On most laptop keyboards, you can use the key combination
<keycombo><keycap>Fn</keycap><keycap>F7</keycap></keycombo> to cycle between
several typical monitor configurations without starting <application>Monitor Preferences</application>.
</para></note>
<para>Drag the graphical representations of the monitors in
the upper left part of the window to set how your monitors are arranged.
<application>Monitor Preferences</application> displays small labels in the top
left corner of each monitor to help you identify which rectangle corresponds
to which monitor.</para>
<para>Changes you make in <application>Monitor Preferences</application>
don't take effect until you click the <guibutton>Apply</guibutton> button.
Settings will revert to their previous settings unless you confirm the changes.
This is to prevent bad display settings from rendering your computer unusable.</para>

<variablelist>
	<varlistentry>
    <term><guilabel>Same image in all monitors</guilabel></term>
    <listitem><para>When this option is selected, your entire desktop will fit on
    a single monitor, and every monitor will show the same copy of your desktop.
    When it is not selected, your desktop spans multiple monitors, and each monitor
    shows only a part of your entire desktop.</para></listitem>
  </varlistentry>
	<varlistentry>
    <term><guilabel>Detect monitors</guilabel></term>
    <listitem><para>Click this button to find monitors that have been recently
    added or plugged in.</para></listitem>
  </varlistentry>
  <varlistentry>
    <term><guilabel>Show monitors in panel</guilabel></term>
    <listitem><para>When this option is selected, an icon will be placed on your
    panel allowing you to quickly change certain settings without opening
    <application>Monitor Preferences</application>.</para></listitem>
  </varlistentry>
</variablelist>

<para>The following list explains the options you can set for each monitor.
The currently selected monitor is the one whose graphical representation has
a bold black outline.  It is also indicated by the background color of the
section label.</para>

<variablelist>
	<varlistentry>
    <term><guilabel>On</guilabel> / <guilabel>Off</guilabel></term>
    <listitem><para>Individual monitors can be completely disabled by
    selecting <guilabel>Off</guilabel>.</para></listitem>
  </varlistentry>
	<varlistentry>
    <term><guilabel>Resolution</guilabel></term>
    <listitem><para>Select the resolution to use for the currently selected
    monitor from the drop-down list. <emphasis>Resolution</emphasis>
    refers to the pixel dimensions of the screen. A larger
    resolution means that more things fit on the screen, but
    everything will be smaller.
    </para></listitem>
  </varlistentry>
	<varlistentry>
    <term><guilabel>Refresh rate</guilabel></term>
    <listitem><para>Select the refresh rate to use for the currently
                selected monitor from the drop-down list. The <emphasis>refresh
                rate</emphasis> determines how often the computer redraws the
                screen. A too low refresh rate (below 60) makes the monitor
                flicker and can cause discomfort to your eyes. This is less
                of a problem on LCD displays.
              </para></listitem>
  </varlistentry>
	<varlistentry>
    <term><guilabel>Rotation</guilabel></term>
    <listitem><para>Select the rotation for the currently selected monitor.
    This option may not be supported on all graphics cards.</para></listitem>
  </varlistentry>
</variablelist>
</sect2>

  <sect2 id="goscustmulti-2">
    <title>Параметры звука</title>
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Sound</secondary>
    </indexterm>
    <indexterm>
      <primary>sound</primary>
      <secondary>setting preferences</secondary>
    </indexterm>
    <indexterm>
      <primary>sound</primary>
      <secondary>associating
events with sounds</secondary>
    </indexterm>
    <indexterm>
      <primary>events, associating
sounds with</primary>
    </indexterm>
    <indexterm>
      <primary>volume</primary>
    </indexterm>
    <para>The <application>Sound</application> preference tool enables
you to control devices and volume for sound input and output. 
You can also specify which sounds to play when particular events occur.</para>
    <para>Параметры, которые можно изменять с помощью инструмента <application>Звук</application>, делятся на следующие области:</para>
    <itemizedlist>
      <listitem>
        <para>
          <guilabel>Sound Events</guilabel>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Input</guilabel>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Output</guilabel>
        </para>
      </listitem>
    </itemizedlist>
    <para>You can change the overall output volume using the <guilabel>Output volume</guilabel> slider at the top of the window. The <guilabel>Mute</guilabel> checkbox allows to temporarily suppress all output without disturbing the current volume.</para>
    <sect3 id="goscustdesk-48">
      <title>Sound Effects Preferences</title>
      <para>A sound theme is collection of sound effects that are associated to various events, such as opening a dialog, clicking a button or selecting an item in a menu. One of the most prominent event sounds is the <emphasis>System Bell</emphasis> sound that often played to indicate a keyboard input error. Use the <guilabel>Sound Effects</guilabel> tabbed section of the <application>Sound</application> preference tool to choose a sound theme and modify the bell sound.</para>
      <para><xref linkend="goscustmulti-TBL-6"/> lists the sound effects preferences
that you can modify.</para>
      <table frame="topbot" id="goscustmulti-TBL-6">
        <title>Sound Effects Preferences</title>
        <tgroup cols="2" colsep="1" rowsep="1">
          <colspec colname="colspec18" colwidth="19.21*"/>
          <colspec colname="colspec19" colwidth="46.79*"/>
          <thead>
            <row>
              <entry colsep="0" rowsep="1">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colsep="0" rowsep="1">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para><guilabel>Alert Volume</guilabel> slider</para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>Use the <guilabel>Alert Volume</guilabel> slider to
control the volume for event sounds.</para>
                <para>The <guilabel>Mute</guilabel> checkbox allows to
                temporarily suppress event sounds without modifying the
                current volume.</para>
              </entry>
            </row>
            <row>
              <entry colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Sound Theme </guilabel>
                </para>
              </entry>
              <entry colsep="0" rowsep="0" valign="top">
                <para>Use this combobox to select a different sound theme.</para>
                <para>Choose <guilabel>No sounds</guilabel> to turn off all event sounds.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para><guilabel>Choose an alert sound </guilabel> list</para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>Choose an alternative sound for the System Bell from 
                this list.</para>
                <para>Selecting a list element plays the sound.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para><guilabel>Enable window and button sounds </guilabel> checkbox</para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>Uncheck this option if you don't want to hear sounds
                for window-related events (such as a dialog or a menu appearing)
                and button clicks.
                </para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect3>
    <sect3>
      <title>Sound Input Preferences</title>
      <para>Use the <guilabel>Input</guilabel> tabbed section to set your 
      preferences for sound input.</para>
      <para><xref linkend="goscustdesk-TBL-1"/> lists the
sound input preferences that you can modify.</para>
      <table frame="topbot" id="goscustdesk-TBL-1">
        <title>Sound Input Preferences</title>
        <tgroup cols="2" colsep="1" rowsep="1">
          <colspec colname="colspec18" colwidth="19.21*"/>
          <colspec colname="colspec19" colwidth="46.79*"/>
          <thead>
            <row>
              <entry colsep="0" rowsep="1">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colsep="0" rowsep="1">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0">
                <para>
                  <guilabel>Input volume </guilabel> slider
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0">
                <para>Use the input volume slider to control the input level.</para>
                <para>The <guilabel>Mute </guilabel> checkbox allows to temporarily suppress all input without disturbing the current input level.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Input level</guilabel>
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0" valign="top">
                <para>The <guilabel>Input level</guilabel> display provides
                visual feedback that helps to select a suitable input volume.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0">
                <para>
                  <guilabel>Choose a device for sound input </guilabel> list
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0">
                <para>Choose the device that you want to receive sound input
                from.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
      <note><para>Note that the input volume can also be controlled with
      the microphone icon that is shown in the notification area of the panel
      when an application is listening for sound input.</para></note>
    </sect3>
    <sect3>
      <title>Sound Output Preferences</title>
      <para>Use the <guilabel>Output</guilabel> tabbed section to set your 
      preferences for sound output.</para>
      <para><xref linkend="goscustdesk-TBL-2"/> lists the
sound output preferences that you can modify.</para>
      <table frame="topbot" id="goscustdesk-TBL-2">
        <title>Sound Output Preferences</title>
        <tgroup cols="2" colsep="1" rowsep="1">
          <colspec colname="colspec18" colwidth="19.21*"/>
          <colspec colname="colspec19" colwidth="46.79*"/>
          <thead>
            <row>
              <entry colsep="0" rowsep="1">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colsep="0" rowsep="1">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0">
                <para>
                  <guilabel>Output volume </guilabel> slider
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0">
                <para>Use the output volume slider to control the overall output volume.</para>
                <para>The <guilabel>Mute </guilabel> checkbox allows to temporarily suppress all output without disturbing the current volume.</para>
                <para>Note that the <guilabel>Output volume</guilabel> slider 
                is located above the tabbed section at the top of the window.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0">
                <para>
                  <guilabel>Choose a device for sound output </guilabel> list
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0">
                <para>Choose the device that you want to hear sound output
                from.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec18" colsep="0" rowsep="0">
                <para>
                  <guilabel>Balance </guilabel> slider
                </para>
              </entry>
              <entry colname="colspec19" colsep="0" rowsep="0">
                <para>Use the <guilabel>Balance</guilabel> slider to control
                the left/right balance of an output device that has more than
                one channel (e.g. stereo or 5.1).</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
      <note><para>Note that the output volume can also be controlled with
      the speaker icon that is shown in the notification area of the panel.</para></note>
    </sect3>
    <sect3 id="goscustdesk-41">
      <title>Application Sound Preferences</title>
      <para>Use the <guilabel>Applications</guilabel> tabbed section to 
      control the volume of sound played by individual applications.</para>
      <para>Each application that is currently playing sound is identified
      by its name and icon.</para>
    </sect3>
  </sect2>

<!--
<sect2 id="goscustdesk-79">
<title>Customizing PalmOS Devices</title>
<indexterm><primary>preference tools</primary><secondary>PalmOS devices</secondary>
</indexterm><para>Information to be supplied in a future release.</para>
</sect2>
-->


</sect1>


<sect1 id="prefs-system">
	<title>Система</title>


  <sect2 id="prefs-multimedia">
    <title>Выбор мультимедийной системы</title>
    <para>See the GStreamer Properties Manual.</para>
  </sect2>

  <sect2 id="prefs-sessions">
    <title>Параметры сеансов</title>
    
    <!-- preserve for backwards compatibility: 2.12 -->
    <anchor id="goscustsession-5"/>   
        
    <indexterm>
      <primary>preference tools</primary>
      <secondary>Sessions</secondary>
    </indexterm>
    <indexterm>
      <primary>sessions</primary>
      <secondary>preferences</secondary>
    </indexterm>
    <indexterm>
      <primary>startup applications</primary>
      <secondary>customizing</secondary>
    </indexterm>
    <para>Инструмент настройки <application>Сеансы</application> позволяет управлять сеансами. Можно изменять их параметры и выбирать приложения, запускаемые при старте сеанса. Можно настроить сеансы таким образом, чтобы состояние MATE-приложений сохранялось и впоследствии восстанавливалось при старте нового сеанса. Можно использовать этот инструмент для управления несколькими сеансами MATE.</para>
    <para>Можно изменять параметры сеансов и автоматически запускаемых приложений в следующих областях:</para>
    <itemizedlist>
      <listitem>
        <para>
          <guilabel>Session Options</guilabel>
        </para>
      </listitem>
      <listitem>
        <para>
          <guilabel>Startup Programs</guilabel>
        </para>
      </listitem>
    </itemizedlist>
    <sect3 id="goscustsession-16">
      <title>Установка параметров сеанса</title>
      <indexterm>
        <primary>sessions</primary>
        <secondary>setting options</secondary>
      </indexterm>
      <para>Используйте вкладку <guilabel>Параметры сеанса</guilabel>, чтобы управлять несколькими  сеансами и задавать параметры текущего сеанса.</para>
      <para><xref linkend="goscustsession-TBL-11"/> перечисляет параметры сеанса, которые можно изменять.</para>
      <table frame="topbot" id="goscustsession-TBL-11">
        <title>Параметры сеанса</title>
        <tgroup cols="2" colsep="1" rowsep="1">
          <colspec colname="colspec0" colwidth="18.86*"/>
          <colspec colname="colspec1" colwidth="47.14*"/>
          <thead>
            <row>
              <entry colsep="0" rowsep="1">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colsep="0" rowsep="1">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Automatically remember running applications when logging out</guilabel>
                </para>
              </entry>
              <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
                <indexterm>
                  <primary>startup applications</primary>
                  <secondary>session-managed</secondary>
                </indexterm>
                <para>Select this
option if you want the session manager to save the state of your session 
when logging out. The session manager saves the session-managed applications 
that are open, and the settings associated with the session-managed applications 
when you log out. The next time that you start a session, the applications start 
automatically, with the saved settings.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel>Remember currently running applications</guilabel>
                </para>
              </entry>
              <entry colname="colspec1" colsep="0" rowsep="0" valign="top">
                <indexterm>
                  <primary>startup applications</primary>
                  <secondary>session-managed</secondary>
                </indexterm>
                <para>Выберите этот параметр, чтобы менеджер сеансов сохранял текущее состояние вашего сеанса. Сохраняются открытые управляемые приложения и связанные с ними параметры. В следующий раз при входе в сеанс эти приложения будут запущены автоматически и их состояние будет восстановлено.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect3>
    <sect3 id="goscustsession-12">
      <title>Настройка автоматически запускаемых приложений</title>
      <indexterm>
        <primary>startup applications</primary>
        <secondary>non-session-managed</secondary>
      </indexterm>
      <para>Используйте вкладку <guilabel>Автоматически запускаемые программы</guilabel> инструмента <application>Сеансы</application>, чтобы выбрать <firstterm>автоматически запускаемые приложения</firstterm>, которые не управляются в рамках сеанса. Такие приложения запускаются автоматически в начале вашего сеанса. На вкладке <guilabel>Автоматически запускаемые программы</guilabel> следует указывать команды, которые запускают неуправляемые приложения. Эти команды выполняются, когда вы входите в систему.</para>
      <para>Также можно автоматически запускать управляемые приложения. Подробнее смотрите <xref linkend="goscustsession-16"/>.</para>
      <para><xref linkend="goscustsession-TBL-19"/> перечисляет параметры автоматически запускаемых приложений, которые можно изменять.</para>
      <table frame="topbot" id="goscustsession-TBL-19">
        <title>Параметры автоматически запускаемых программ</title>
        <tgroup cols="2">
          <colspec colname="col1" colwidth="18.86*"/>
          <colspec colname="col2" colwidth="47.14*"/>
          <thead>
            <row>
              <entry colname="col1" colsep="0">
                <para>Элемент диалогового окна</para>
              </entry>
              <entry colname="col2" colsep="0">
                <para>Описание</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry colname="col1" colsep="0" rowsep="0" valign="top">
                <para>
                  <guilabel> Additional startup programs</guilabel>
                </para>
              </entry>
              <entry colname="col2" colsep="0" rowsep="0" valign="top">
                <para>Используйте эту таблицу для добавления неуправляемых программ, следующим образом:</para>
                <itemizedlist>
                  <listitem>
                    <para>To add a startup application, click on the <guibutton>Add</guibutton> button. The <guilabel>New Startup Program</guilabel> dialog is displayed. Enter the name of the appplication in the <guilabel>Name</guilabel> field. Then enter the command to start the application in the <guilabel>Command</guilabel> field. you can also specify a comment in the <guilabel>Comment</guilabel> field</para>
                  </listitem>
                  <listitem>
                    <para>Чтобы изменить автоматически запускаемое приложение, выделите его, затем нажмите кнопку <guibutton>Изменить</guibutton>. Появится диалоговое окно <guilabel>Изменить автоматически запускаемую программу</guilabel>. Используйте это диалоговое окно, чтобы изменить команду и порядок запуска для данного автоматически запускаемого приложения.</para>
                  </listitem>
                  <listitem>
                    <para>To delete a startup application, select the startup application,
then click on the <guilabel>Remove</guilabel> button.</para>
                  </listitem>
                </itemizedlist>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect3>
  </sect2>

</sect1>


</chapter>