aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a084719..659b309 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- Fix generation of provides for osgi and maven
- Handle better osgi.prov by only looking at the wanted files ( remove error at rpm building
- Handle better maven.prov by only looking at the wanted files ( remove error at rpm building )
- Add support for osgi and maven provide
ref='#n87'>87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516
msgid ""
msgstr ""
"Project-Id-Version: drakx-net 2007\n"
"POT-Creation-Date: 2011-11-27 02:13+0100\n"
"PO-Revision-Date: 2009-04-09 13:03+0800\n"
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
"Language-Team: Mageia i18n Team <mageia-i18n@mandrivalinux.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../bin/drakconnect-old:45
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "网络配置(%d 网卡)"

#: ../bin/drakconnect-old:64 ../bin/drakinvictus:105
#, c-format
msgid "Interface"
msgstr "网卡"

#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:187
#: ../lib/network/connection/ethernet.pm:141
#: ../lib/network/drakconnect/edit.pm:151 ../lib/network/netconnect.pm:633
#: ../lib/network/vpn/openvpn.pm:223
#, c-format
msgid "IP address"
msgstr "IP 地址"

#: ../bin/drakconnect-old:64 ../bin/drakids:261
#: ../lib/network/drakconnect/edit.pm:135
#: ../lib/network/drakconnect/edit.pm:393 ../lib/network/netconnect.pm:477
#, c-format
msgid "Protocol"
msgstr "协议"

#: ../bin/drakconnect-old:64 ../lib/network/netconnect.pm:463
#, c-format
msgid "Driver"
msgstr "驱动程序"

#: ../bin/drakconnect-old:64
#, c-format
msgid "State"
msgstr "状态"

#: ../bin/drakconnect-old:79
#, c-format
msgid "Hostname: "
msgstr "主机名: "

#: ../bin/drakconnect-old:81
#, c-format
msgid "Configure hostname..."
msgstr "配置主机名..."

#: ../bin/drakconnect-old:95 ../bin/drakconnect-old:171
#, c-format
msgid "LAN configuration"
msgstr "局域网配置"

#: ../bin/drakconnect-old:100
#, c-format
msgid "Configure Local Area Network..."
msgstr "配置局域网..."

#: ../bin/drakconnect-old:106 ../bin/draknfs:192 ../bin/net_applet:217
#: ../lib/network/drakconnect/edit.pm:71
#, c-format
msgid "Help"
msgstr "帮助"

#: ../bin/drakconnect-old:108 ../bin/drakinvictus:140
#: ../lib/network/drakconnect/edit.pm:72 ../lib/network/drakconnect/edit.pm:76
#, c-format
msgid "Apply"
msgstr "应用"

#: ../bin/drakconnect-old:110 ../bin/drakconnect-old:263
#: ../bin/draknetprofile:159 ../bin/net_monitor:388
#: ../lib/network/drakconnect/global.pm:88
#, c-format
msgid "Cancel"
msgstr "取消"

#: ../bin/drakconnect-old:111 ../bin/drakconnect-old:178
#: ../bin/drakconnect-old:265 ../bin/draknetprofile:161 ../bin/net_monitor:389
#: ../lib/network/drakconnect/global.pm:89
#, c-format
msgid "Ok"
msgstr "确定"

#: ../bin/drakconnect-old:113 ../bin/drakgw:351 ../bin/draknfs:584
#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:74
#: ../lib/network/connection_manager.pm:89
#: ../lib/network/connection_manager.pm:206
#: ../lib/network/connection_manager.pm:235
#: ../lib/network/connection_manager.pm:353
#: ../lib/network/drakconnect/edit.pm:466 ../lib/network/drakvpn.pm:49
#: ../lib/network/netcenter.pm:150 ../lib/network/netconnect.pm:186
#: ../lib/network/netconnect.pm:208 ../lib/network/netconnect.pm:305
#: ../lib/network/netconnect.pm:733 ../lib/network/thirdparty.pm:352
#: ../lib/network/thirdparty.pm:367
#, c-format
msgid "Please wait"
msgstr "请稍候"

#: ../bin/drakconnect-old:115 ../lib/network/drakconnect/edit.pm:468
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "请稍候...正在应用配置"

#: ../bin/drakconnect-old:141
#, c-format
msgid "Deactivate now"
msgstr "立即禁用"

#: ../bin/drakconnect-old:141
#, c-format
msgid "Activate now"
msgstr "立即激活"

#: ../bin/drakconnect-old:175
#, c-format
msgid ""
"You do not have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
"您没有配置好的网卡。\n"
"单击“配置”先配置网卡"

#: ../bin/drakconnect-old:189
#, c-format
msgid "LAN Configuration"
msgstr "LAN 配置"

#: ../bin/drakconnect-old:201
#, c-format
msgid "Adapter %s: %s"
msgstr "适配器 %s: %s"

#: ../bin/drakconnect-old:209 ../bin/drakgw:181
#: ../lib/network/connection/ethernet.pm:148
#: ../lib/network/drakconnect/edit.pm:156
#, c-format
msgid "Netmask"
msgstr "子网掩码"

#: ../bin/drakconnect-old:210
#, c-format
msgid "Boot Protocol"
msgstr "启动协议"

#: ../bin/drakconnect-old:211
#, c-format
msgid "Started on boot"
msgstr "开机时启动"

#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:159
#: ../lib/network/drakconnect/edit.pm:199
#, c-format
msgid "DHCP client"
msgstr "DHCP 客户端"

#: ../bin/drakconnect-old:247
#, fuzzy, c-format
msgid ""
"This interface has not been configured yet.\n"
"Run the \"%s\" assistant from the Mageia Linux Control Center"
msgstr ""
"这块网卡还没有配置过。\n"
"请从 Mageia 控制中心运行“%s”助手"

#: ../bin/drakconnect-old:247 ../bin/net_applet:105
#: ../lib/network/drakconnect/global.pm:36
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "设置新的网络连接(局域网、ISDN、ADSL……)"

#: ../bin/drakconnect-old:273 ../bin/drakconnect-old:305
#: ../lib/network/drakconnect.pm:16 ../lib/network/drakconnect/edit.pm:515
#, c-format
msgid "No IP"
msgstr "没有 IP"

#: ../bin/drakconnect-old:306 ../lib/network/drakconnect.pm:17
#: ../lib/network/drakconnect/edit.pm:516
#, c-format
msgid "No Mask"
msgstr "没有掩码"

#: ../bin/drakconnect-old:307 ../lib/network/drakconnect.pm:18
#, c-format
msgid "up"
msgstr "上移"

#: ../bin/drakconnect-old:307 ../lib/network/drakconnect.pm:18
#, c-format
msgid "down"
msgstr "下移"

#: ../bin/drakgw:71
#, c-format
msgid "Internet Connection Sharing"
msgstr "Internet 连接共享"

#: ../bin/drakgw:75
#, c-format
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
"this computer's Internet connection.\n"
"\n"
"Make sure you have configured your Network/Internet access using drakconnect "
"before going any further.\n"
"\n"
"Note: you need a dedicated Network Adapter to set up a Local Area Network "
"(LAN). Please disable Mageia Firewall for the network adapter connected to "
"your LAN connection before proceeding."
msgstr ""
"现在将要把您电脑上的 Internet 连接配置为共享给其它电脑。\n"
"使用此特性, 局域网上的其它计算机都将可以使用本机上的 Internet 连接。\n"
"\n"
"请确定在继续操作之前已经使用 DrakConnect 配置了您的网络/Internet 访问。\n"
"\n"
"注意: 您另外需要一块专用的网卡来设置局域网(LAN)。在继续前,您应该先将 Mageia "
"防火墙从与局域网连接的网卡上去掉。"

#: ../bin/drakgw:91
#, c-format
msgid ""
"The setup of Internet Connection Sharing has already been done.\n"
"It's currently enabled.\n"
"\n"
"What would you like to do?"
msgstr ""
"Internet 连接共享的设置已经完成。\n"
"目前连接共享已被启用。\n"
"\n"
"您要做什么?"

#: ../bin/drakgw:95
#, c-format
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
"\n"
"What would you like to do?"
msgstr ""
"Internet 连接共享的设置已经完成。\n"
"目前连接共享已被禁用。\n"
"\n"
"您要做什么?"

#: ../bin/drakgw:101 ../lib/network/drakconnect/edit.pm:373
#, c-format
msgid "Disable"
msgstr "禁用"

#: ../bin/drakgw:101 ../lib/network/drakconnect/edit.pm:373
#, c-format
msgid "Enable"
msgstr "启用"

#: ../bin/drakgw:101
#, c-format
msgid "Reconfigure"
msgstr "重新配置"

#: ../bin/drakgw:122
#, c-format
msgid "Please select the network interface directly connected to the internet."
msgstr "请选择直接连接到 Internet 的网卡。"

#: ../bin/drakgw:123 ../lib/network/drakconnect/delete.pm:26
#: ../lib/network/netconnect.pm:379 ../lib/network/netconnect.pm:414
#, c-format
msgid "Net Device"
msgstr "网络设备"

#: ../bin/drakgw:141
#, c-format
msgid ""
"There is only one network adapter on your system configured for LAN "
"connections:\n"
"\n"
"%s\n"
"\n"
"I am about to setup your Local Area Network with that adapter.\n"
"\n"
"If you have any other adapter connected to Local Area Network,\n"
"disable the firewall protection on it using drakfirewall before\n"
"configuring Internet Connection sharing."
msgstr ""
"您的系统中只有一块网卡被配置为局域网连接:\n"
"\n"
"%s\n"
"\n"
"现在即将使用该网卡配置局域网。\n"
"\n"
"如果您有连接到局域网的其它网卡,请在配置 Internet 连接共享前先使用 "
"drakfirewall 禁用防火墙保护。"

#: ../bin/drakgw:156
#, c-format
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "请选择您将使用哪张网卡连接您的局域网。"

#: ../bin/drakgw:177
#, c-format
msgid "Local Area Network settings"
msgstr "局域网设置"

#: ../bin/drakgw:180 ../lib/network/vpn/openvpn.pm:229
#, c-format
msgid "Local IP address"
msgstr "本地 IP 地址"

#: ../bin/drakgw:182
#, c-format
msgid "The internal domain name"
msgstr "内部域名"

#: ../bin/drakgw:188 ../bin/drakhosts:100 ../bin/drakhosts:236
#: ../bin/drakhosts:243 ../bin/drakhosts:250 ../bin/drakinvictus:72
#: ../bin/draknetprofile:166 ../bin/draknetprofile:186 ../bin/draknfs:93
#: ../bin/draknfs:282 ../bin/draknfs:429 ../bin/draknfs:431 ../bin/draknfs:434
#: ../bin/draknfs:526 ../bin/draknfs:533 ../bin/draknfs:605 ../bin/draknfs:612
#: ../bin/draknfs:619 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:629 ../bin/draksambashare:695
#: ../bin/draksambashare:795 ../bin/draksambashare:803
#: ../bin/draksambashare:942 ../bin/draksambashare:1096
#: ../bin/draksambashare:1115 ../bin/draksambashare:1147
#: ../bin/draksambashare:1253 ../bin/draksambashare:1355
#: ../bin/draksambashare:1364 ../bin/draksambashare:1386
#: ../bin/draksambashare:1395 ../bin/draksambashare:1414
#: ../bin/draksambashare:1423 ../bin/draksambashare:1435
#: ../lib/network/connection/xdsl.pm:361
#: ../lib/network/connection_manager.pm:62
#: ../lib/network/connection_manager.pm:68
#: ../lib/network/connection_manager.pm:84
#: ../lib/network/connection_manager.pm:92
#: ../lib/network/connection_manager.pm:177
#: ../lib/network/connection_manager.pm:181
#: ../lib/network/connection_manager.pm:223
#: ../lib/network/connection_manager.pm:481
#: ../lib/network/drakconnect/delete.pm:12
#: ../lib/network/drakconnect/edit.pm:506
#: ../lib/network/drakconnect/edit.pm:510
#: ../lib/network/drakconnect/edit.pm:519 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:135
#: ../lib/network/netconnect.pm:188 ../lib/network/netconnect.pm:234
#: ../lib/network/netconnect.pm:275 ../lib/network/netconnect.pm:847
#: ../lib/network/thirdparty.pm:123 ../lib/network/thirdparty.pm:141
#: ../lib/network/thirdparty.pm:230 ../lib/network/thirdparty.pm:232
#: ../lib/network/thirdparty.pm:253
#, c-format
msgid "Error"
msgstr "错误"

#: ../bin/drakgw:188
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "在当前的 %s 配置中发现可能的 LAN 地址冲突!\n"

#: ../bin/drakgw:204
#, c-format
msgid "Domain Name Server (DNS) configuration"
msgstr "域名服务器(DNS)配置"

#: ../bin/drakgw:208
#, c-format
msgid "Use this gateway as domain name server"
msgstr "使用此网关作为域名服务器"

#: ../bin/drakgw:209
#, c-format
msgid "The DNS Server IP"
msgstr "DNS 服务器 IP"

#: ../bin/drakgw:236
#, c-format
msgid ""
"DHCP Server Configuration.\n"
"\n"
"Here you can select different options for the DHCP server configuration.\n"
"If you do not know the meaning of an option, simply leave it as it is."
msgstr ""
"DHCP 服务器配置。\n"
"\n"
"在此您可以选择 DHCP 服务器配置的不同选项。\n"
"如果您不知道选项的含义, 那么就不管它, 不必进行修改。"

#: ../bin/drakgw:243
#, c-format
msgid "Use automatic configuration (DHCP)"
msgstr "使用自动重新配置(DHCP)"

#: ../bin/drakgw:244
#, c-format
msgid "The DHCP start range"
msgstr "DHCP 起始范围"

#: ../bin/drakgw:245
#, c-format
msgid "The DHCP end range"
msgstr "DHCP 终止范围"

#: ../bin/drakgw:246
#, c-format
msgid "The default lease (in seconds)"
msgstr "默认租期(以秒为单位)"

#: ../bin/drakgw:247
#, c-format
msgid "The maximum lease (in seconds)"
msgstr "最长租期(以秒为单位)"

#: ../bin/drakgw:270
#, c-format
msgid "Proxy caching server (SQUID)"
msgstr "代理缓存服务器(SQUID)"

#: ../bin/drakgw:274
#, c-format
msgid "Use this gateway as proxy caching server"
msgstr "使用此网关作为代理缓存服务器"

#: ../bin/drakgw:275
#, c-format
msgid "Admin mail"
msgstr "管理员电子邮件"

#: ../bin/drakgw:276
#, c-format
msgid "Visible hostname"
msgstr "可见主机名"

#: ../bin/drakgw:277
#, c-format
msgid "Proxy port"
msgstr "代理端口"

#: ../bin/drakgw:278
#, c-format
msgid "Cache size (MB)"
msgstr "缓存大小(MB)"

#: ../bin/drakgw:297
#, c-format
msgid "Broadcast printer information"
msgstr "广播打印机信息"

#: ../bin/drakgw:308
#, c-format
msgid ""
"No ethernet network adapter configured for LAN has been detected on your "
"system.\n"
"\n"
"Please run the hardware configuration tool to configure it, and ensure that "
"the Mageia firewall is not enabled for network adapter connected to your LAN "
"network."
msgstr ""
"您的系统上没有检测到配置为局域网的以太网卡。\n"
"\n"
"请运行硬件配置工具配置网卡,然后确保 Mageia 防火墙没有在与局域网连接的网卡上"
"启用。"

#: ../bin/drakgw:316
#, c-format
msgid "Internet Connection Sharing is now enabled."
msgstr "Internet 连接共享现已启用。"

#: ../bin/drakgw:322
#, c-format
msgid "Internet Connection Sharing is now disabled."
msgstr "Internet 连接共享现已禁用。"

#: ../bin/drakgw:328
#, c-format
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP) and\n"
" a Transparent Proxy Cache server (SQUID)."
msgstr ""
"所有配置都已完成了。\n"
"您现在可以利用自动网络设置(DHCP)和透明代理缓存服务器(SQUID)让您的局域网上其它"
"的电脑共享您的互联网连接了。"

#: ../bin/drakgw:351
#, c-format
msgid "Disabling servers..."
msgstr "正在禁用服务器..."

#: ../bin/drakgw:365
#, c-format
msgid "Firewalling configuration detected!"
msgstr "发现防火墙配置!"

#: ../bin/drakgw:366
#, c-format
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fixes after installation."
msgstr "警告!发现原来的配置利用了防火墙功能。您可能需要在安装之后手工修改。"

#: ../bin/drakgw:371
#, c-format
msgid "Configuring..."
msgstr "正在配置..."

#: ../bin/drakgw:372
#, c-format
msgid "Configuring firewall..."
msgstr "正在配置防火墙..."

#: ../bin/drakhosts:100
#, c-format
msgid "Please add an host to be able to modify it."
msgstr "请先添加主机,然后再修改。"

#: ../bin/drakhosts:110
#, c-format
msgid "Please modify information"
msgstr "请修改信息"

#: ../bin/drakhosts:111
#, c-format
msgid "Please delete information"
msgstr "请删除信息"

#: ../bin/drakhosts:112
#, c-format
msgid "Please add information"
msgstr "请添加信息"

#: ../bin/drakhosts:116
#, c-format
msgid "IP address:"
msgstr "IP 地址:"

#: ../bin/drakhosts:117
#, c-format
msgid "Host name:"
msgstr "主机名:"

#: ../bin/drakhosts:118
#, c-format
msgid "Host Aliases:"
msgstr "主机别名:"

#: ../bin/drakhosts:122 ../bin/draknfs:116 ../bin/draksambashare:230
#: ../bin/draksambashare:253 ../bin/draksambashare:397
#: ../bin/draksambashare:625 ../bin/draksambashare:791
#, c-format
msgid "Error!"
msgstr "错误!"

#: ../bin/drakhosts:122
#, c-format
msgid "Please enter a valid IP address."
msgstr "请输入有效的 IP 地址。"

#: ../bin/drakhosts:187 ../lib/network/connection/ethernet.pm:225
#, c-format
msgid "Host name"
msgstr "主机名"

#: ../bin/drakhosts:187
#, c-format
msgid "Host Aliases"
msgstr "主机别名"

#: ../bin/drakhosts:197 ../bin/drakhosts:227
#, c-format
msgid "Manage hosts definitions"
msgstr "管理主机定义"

#: ../bin/drakhosts:213 ../bin/drakhosts:240 ../bin/draknfs:369
#, c-format
msgid "Modify entry"
msgstr "修改项"

#: ../bin/drakhosts:232 ../bin/draknfs:601 ../bin/draksambashare:1348
#: ../bin/draksambashare:1379 ../bin/draksambashare:1410
#, c-format
msgid "Add"
msgstr "添加"

#: ../bin/drakhosts:233
#, c-format
msgid "Add entry"
msgstr "添加项"

#: ../bin/drakhosts:236
#, c-format
msgid "Failed to add host."
msgstr "添加主机失败。"

#: ../bin/drakhosts:239 ../bin/draknfs:608 ../bin/draksambashare:1305
#: ../bin/draksambashare:1350 ../bin/draksambashare:1381
#: ../bin/draksambashare:1418
#, c-format
msgid "Modify"
msgstr "修改"

#: ../bin/drakhosts:243
#, c-format
msgid "Failed to Modify host."
msgstr "修改主机失败。"

#: ../bin/drakhosts:246 ../bin/drakids:95 ../bin/drakids:104
#: ../bin/draknfs:615 ../bin/draksambashare:1306 ../bin/draksambashare:1358
#: ../bin/draksambashare:1389 ../bin/draksambashare:1426
#, c-format
msgid "Remove"
msgstr "删除"

#: ../bin/drakhosts:250
#, c-format
msgid "Failed to remove host."
msgstr "删除主机失败。"

#: ../bin/drakhosts:253 ../bin/drakinvictus:141 ../bin/draknetprofile:219
#: ../bin/net_applet:221 ../lib/network/drakroam.pm:93
#: ../lib/network/netcenter.pm:178
#, c-format
msgid "Quit"
msgstr "退出"

#: ../bin/drakids:28
#, c-format
msgid "Allowed addresses"
msgstr "允许的地址"

#: ../bin/drakids:40 ../bin/drakids:71 ../bin/drakids:190 ../bin/drakids:199
#: ../bin/drakids:224 ../bin/drakids:233 ../bin/drakids:243 ../bin/drakids:335
#: ../bin/net_applet:145 ../bin/net_applet:353
#: ../lib/network/drakfirewall.pm:309 ../lib/network/drakfirewall.pm:313
#: ../lib/network/net_applet/ifw.pm:61 ../lib/network/net_applet/ifw.pm:89
#, c-format
msgid "Interactive Firewall"
msgstr "交互式防火墙"

#: ../bin/drakids:71 ../bin/drakids:190 ../bin/drakids:199 ../bin/drakids:224
#: ../bin/drakids:233 ../bin/drakids:243 ../bin/drakids:335
#: ../bin/net_applet:353 ../lib/network/net_applet/ifw.pm:61
#, c-format
msgid "Unable to contact daemon"
msgstr "无法连接守护程序"

#: ../bin/drakids:82 ../bin/drakids:110
#, c-format
msgid "Log"
msgstr "日志"

#: ../bin/drakids:86 ../bin/drakids:105 ../lib/network/net_applet/ifw.pm:219
#, c-format
msgid "Allow"
msgstr "允许"

#: ../bin/drakids:87 ../bin/drakids:96 ../lib/network/net_applet/ifw.pm:220
#, c-format
msgid "Block"
msgstr "屏蔽"

#: ../bin/drakids:88 ../bin/drakids:97 ../bin/drakids:106 ../bin/drakids:117
#: ../bin/drakids:130 ../bin/drakids:138 ../bin/draknfs:197
#: ../bin/net_monitor:122
#, c-format
msgid "Close"
msgstr "关闭"

#: ../bin/drakids:91
#, c-format
msgid "Allowed services"
msgstr "允许的服务"

#: ../bin/drakids:100
#, c-format
msgid "Blocked services"
msgstr "屏蔽的服务"

#: ../bin/drakids:114
#, c-format
msgid "Clear logs"
msgstr "清除日志"

#: ../bin/drakids:115 ../bin/drakids:120 ../lib/network/net_applet/ifw.pm:158
#, c-format
msgid "Blacklist"
msgstr "黑名单"

#: ../bin/drakids:116 ../bin/drakids:133 ../lib/network/net_applet/ifw.pm:163
#, c-format
msgid "Whitelist"
msgstr "白名单"

#: ../bin/drakids:124
#, c-format
msgid "Remove from blacklist"
msgstr "从黑名单中移除"

#: ../bin/drakids:125
#, c-format
msgid "Move to whitelist"
msgstr "移动到白名单"

#: ../bin/drakids:137
#, c-format
msgid "Remove from whitelist"
msgstr "从白名单中移除"

#: ../bin/drakids:256
#, c-format
msgid "Date"
msgstr "日期"

#: ../bin/drakids:257
#, c-format
msgid "Remote host"
msgstr "远程主机"

#: ../bin/drakids:258 ../lib/network/vpn/openvpn.pm:117
#, c-format
msgid "Type"
msgstr "类型"

#: ../bin/drakids:259 ../bin/drakids:292
#, c-format
msgid "Service"
msgstr "服务"

#: ../bin/drakids:260
#, c-format
msgid "Network interface"
msgstr "网卡"

#: ../bin/drakids:291
#, c-format
msgid "Application"
msgstr "应用程序"

#: ../bin/drakids:293
#, c-format
msgid "Status"
msgstr "状态"

#: ../bin/drakids:295
#, c-format
msgid "Allowed"
msgstr "已允许"

#: ../bin/drakids:296
#, c-format
msgid "Blocked"
msgstr "已屏蔽"

#: ../bin/drakinvictus:36
#, c-format
msgid "Invictus Firewall"
msgstr "防火城"

#: ../bin/drakinvictus:53
#, c-format
msgid "Start as master"
msgstr "以主机启动"

#: ../bin/drakinvictus:72
#, c-format
msgid "A password is required."
msgstr "需要密码。"

#: ../bin/drakinvictus:100
#, c-format
msgid ""
"This tool allows to set up network interfaces failover and firewall "
"replication."
msgstr "此工具允许设置网络接口冗余和防火墙再造。"

#: ../bin/drakinvictus:102
#, c-format
msgid "Network redundancy (leave empty if interface is not used)"
msgstr "网络冗余(如果接口不使用的话请留空)"

#: ../bin/drakinvictus:105
#, c-format
msgid "Real address"
msgstr "真实地址"

#: ../bin/drakinvictus:105
#, c-format
msgid "Virtual shared address"
msgstr "虚拟共享地址"

#: ../bin/drakinvictus:105
#, c-format
msgid "Virtual ID"
msgstr "虚拟 ID"

#: ../bin/drakinvictus:110 ../lib/network/netconnect.pm:615
#: ../lib/network/vpn/vpnc.pm:56
#, c-format
msgid "Password"
msgstr "密码"

#: ../bin/drakinvictus:114
#, c-format
msgid "Firewall replication"
msgstr "防火墙再造"

#: ../bin/drakinvictus:116
#, c-format
msgid "Synchronize firewall conntrack tables"
msgstr "同步防火墙反攻击表"

#: ../bin/drakinvictus:123
#, c-format
msgid "Synchronization network interface"
msgstr "同步网卡"

#: ../bin/drakinvictus:132
#, c-format
msgid "Connection mark bit"
msgstr "连接标志字"

#: ../bin/draknetprofile:37
#, c-format
msgid "Network profiles"
msgstr "网络配置文件"

#: ../bin/draknetprofile:66
#, c-format
msgid "Module"
msgstr "模块"

#: ../bin/draknetprofile:67
#, c-format
msgid "Enabled"
msgstr "启用"

#: ../bin/draknetprofile:68 ../lib/network/drakconnect/edit.pm:423
#, c-format
msgid "Description"
msgstr "描述"

#: ../bin/draknetprofile:84
#, c-format
msgid "Profile"
msgstr "配置文件"

#: ../bin/draknetprofile:152
#, c-format
msgid "New profile..."
msgstr "新建配置文件..."

#: ../bin/draknetprofile:155
#, c-format
msgid ""
"Please specify the name of the new network profile to be created (e.g., "
"work, home, roaming, ..). This new profile will be created based on current "
"settings, and you'll be able to configure your system configuration as usual "
"afterwards."
msgstr ""
"请指定要创建的新网络配置文件的名称(如 work、home、roaming 等等)。这一新的网络"
"配置文件将会基于当前设置创建,您稍候也可以按照通常的方式对您的系统进行配置。"

#: ../bin/draknetprofile:166
#, c-format
msgid "The \"%s\" profile already exists!"
msgstr "配置文件“%s”已经存在!"

#: ../bin/draknetprofile:172
#, c-format
msgid "New profile created"
msgstr "创建了新的配置文件"

#: ../bin/draknetprofile:172
#, c-format
msgid ""
"You are now using network profile %s. You can configure your system as "
"usual, and all your network settings from now on will be saved into this "
"profile."
msgstr ""
"您现在正在使用网络配置文件 %s。您可以按通常的方式配置您的系统,而您自现在开始"
"所有与网络有关的设置都将保存在此配置文件中。"

#: ../bin/draknetprofile:183 ../lib/network/drakconnect/global.pm:34
#: ../lib/network/drakvpn.pm:70 ../lib/network/drakvpn.pm:100
#: ../lib/network/ndiswrapper.pm:103 ../lib/network/netconnect.pm:500
#, c-format
msgid "Warning"
msgstr "警告"

#: ../bin/draknetprofile:183
#, c-format
msgid "Are you sure you want to delete the default profile?"
msgstr "您确定想要删除默认配置文件吗?"

#: ../bin/draknetprofile:186
#, c-format
msgid ""
"You can not delete the current profile. Please switch to a different profile "
"first."
msgstr "您不能删除当前配置文件。请先切换到不同的配置文件。"

#: ../bin/draknetprofile:194 ../bin/draknfs:356
#, c-format
msgid "Advanced"
msgstr "高级"

#: ../bin/draknetprofile:198
#, c-format
msgid "Select the netprofile modules:"
msgstr "选择网络配置文件模块:"

#: ../bin/draknetprofile:211
#, c-format
msgid "This tool allows you to control network profiles."
msgstr "此工具允许您控制网络配置文件。"

#: ../bin/draknetprofile:212
#, c-format
msgid "Select a network profile:"
msgstr "选择网络配置文件:"

#: ../bin/draknetprofile:216
#, c-format
msgid "Activate"
msgstr "激活"

#: ../bin/draknetprofile:217
#, c-format
msgid "New"
msgstr "新建"

#: ../bin/draknetprofile:218
#, c-format
msgid "Delete"
msgstr "删除"

#: ../bin/draknfs:49
#, c-format
msgid "map root user as anonymous"
msgstr "将 root 用户映射为匿名者"

#: ../bin/draknfs:50
#, c-format
msgid "map all users to anonymous user"
msgstr "将所有用户映射为匿名用户"

#: ../bin/draknfs:51
#, c-format
msgid "No user UID mapping"
msgstr "无用户 UID 映射"

#: ../bin/draknfs:52
#, c-format
msgid "allow real remote root access"
msgstr "允许真正的远程 root 访问"

#: ../bin/draknfs:66 ../bin/draknfs:67 ../bin/draknfs:68
#: ../bin/draksambashare:175 ../bin/draksambashare:176
#: ../bin/draksambashare:177
#, c-format
msgid "/_File"
msgstr "/文件(_F)"

#: ../bin/draknfs:67 ../bin/draksambashare:176
#, c-format
msgid "/_Write conf"
msgstr "/写入配置(_W)"

#: ../bin/draknfs:68 ../bin/draksambashare:177
#, c-format
msgid "/_Quit"
msgstr "/退出(_Q)"

#: ../bin/draknfs:68 ../bin/draksambashare:177
#, c-format
msgid "<control>Q"
msgstr "<control>Q"

#: ../bin/draknfs:71 ../bin/draknfs:72 ../bin/draknfs:73
#, c-format
msgid "/_NFS Server"
msgstr "/_NFS 服务器"

#: ../bin/draknfs:72 ../bin/draksambashare:181
#, c-format
msgid "/_Restart"
msgstr "/_重新启动"

#: ../bin/draknfs:73 ../bin/draksambashare:182
#, c-format
msgid "/R_eload"
msgstr "/重新装入(_E)"

#: ../bin/draknfs:92
#, c-format
msgid "NFS server"
msgstr "NFS 服务器"

#: ../bin/draknfs:92
#, c-format
msgid "Restarting/Reloading NFS server..."
msgstr "正在重新启动/重新装入 NFS 服务器..."

#: ../bin/draknfs:93
#, c-format
msgid "Error Restarting/Reloading NFS server"
msgstr "重新启动/重新装入 NFS 服务器出错"

#: ../bin/draknfs:109 ../bin/draksambashare:246
#, c-format
msgid "Directory selection"
msgstr "目录选择"

#: ../bin/draknfs:116 ../bin/draksambashare:253
#, c-format
msgid "Should be a directory."
msgstr "应该为目录。"

#: ../bin/draknfs:146
#, c-format
msgid ""
"<span weight=\"bold\">NFS clients</span> may be specified in a number of "
"ways:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">single host:</span> a host either by an "
"abbreviated name recognized be the resolver, fully qualified domain name, or "
"an IP address\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">netgroups:</span> NIS netgroups may be given "
"as @group.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">wildcards:</span> machine names may contain "
"the wildcard characters * and ?. For instance: *.cs.foo.edu  matches all  "
"hosts  in the domain cs.foo.edu.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">IP networks:</span> you can also export "
"directories to all hosts on an IP (sub-)network simultaneously. for example, "
"either `/255.255.252.0' or  `/22'  appended to the network base address "
"result.\n"
msgstr ""
"您必须以以下几种方式指定 <span weight=\"bold\">NFS 客户端</span>:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">单主机:</span> 主机既可以是可被解释器识别的缩"
"写,全称域名,也可以是 IP 地址\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">网络组:</span> 可以通过 @group 的格式指定 "
"NIS 网络组。\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">通配符:</span> 机器名可包含通配符,如 * "
"和 ?。例如:*.cs.foo.edu 可匹配域 cs.food.edu 中的全部主机。\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">IP 子网:</span> 您还可以同时将目录导出给 IP "
"子网中的全部主机。例如,追加到网络基地址后的“/255.255.252.0”或“/22”。\n"

#: ../bin/draknfs:161
#, c-format
msgid ""
"<span weight=\"bold\">User ID options</span>\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">map root user as anonymous:</span> map "
"requests from uid/gid 0 to the anonymous uid/gid (root_squash).\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">allow real remote root access:</span> turn "
"off root squashing. This option is mainly useful for diskless clients "
"(no_root_squash).\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">map all users to anonymous user:</span> map "
"all uids and gids to the anonymous  user (all_squash). Useful for NFS-"
"exported public FTP directories, news spool directories, etc. The opposite "
"option is no user UID mapping (no_all_squash), which is the default "
"setting.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">anonuid and anongid:</span> explicitly set "
"the uid and gid of the anonymous account.\n"
msgstr ""
"<span weight=\"bold\">用户 ID 选项</span>\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">将 root 用户映射为匿名用户:</span> 将请求从 "
"uid/gid 0 映射到匿名 uid/gid(root_squash)。\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">允许真正的远程 root 访问:</span> 关闭根挤压。"
"此选项特别适合于无盘工作站(no_root_squash)。\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">将全部用户映射到匿名用户:</span> 将全部 uid "
"和 gid 映射到匿名用户(all_squash)。一般用于通过 NFS 导出的公开 FTP 目录,新闻"
"池目录等等。具有相反功能的选项是不进行 UID 映射(no_all_squash),该设置是默认"
"设置。\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">anonuid 和 anongid:</span> 显式设置匿名账户"
"的 uid 和 gid。\n"

#: ../bin/draknfs:177
#, c-format
msgid "Synchronous access:"
msgstr "同步访问:"

#: ../bin/draknfs:178
#, c-format
msgid "Secured Connection:"
msgstr "安全连接:"

#: ../bin/draknfs:179
#, c-format
msgid "Read-Only share:"
msgstr "只读共享:"

#: ../bin/draknfs:180
#, c-format
msgid "Subtree checking:"
msgstr "子树检查:"

#: ../bin/draknfs:182
#, c-format
msgid "Advanced Options"
msgstr "高级选项"

#: ../bin/draknfs:183
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> this option requires that requests "
"originate on an internet port less than IPPORT_RESERVED (1024). This option "
"is on by default."
msgstr ""
"<span foreground=\"royalblue3\">%s</span> 此选项需要发出请求的互联网端口小于 "
"IPPORT_RESERVED (1024)。此选项默认打开。"

#: ../bin/draknfs:184
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> allow either only read or both "
"read and write requests on this NFS volume. The default is to disallow any "
"request which changes the filesystem. This can also be made explicit by "
"using this option."
msgstr ""
"<span foreground=\"royalblue3\">%s</span> 允许此 NFS 卷上的只读或读写请求。默"
"认值为不允许任何会更改文件系统的请求。您也可以显式使用此选项。"

#: ../bin/draknfs:185
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> disallows the NFS server to "
"violate the NFS protocol and to reply to requests before any changes made by "
"these requests have been committed to stable storage (e.g. disc drive)."
msgstr ""
"<span foreground=\"royalblue3\">%s</span> 禁止 NFS 暴露 NFS 协议,并在请求对"
"存储设备发生实际更改之前先回复请求。"

#: ../bin/draknfs:186
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> enable subtree checking which can "
"help improve security in some cases, but can decrease reliability. See "
"exports(5) man page for more details."
msgstr ""
"<span foreground=\"royalblue3\">%s</span> 允许子树检查,在某些情况下这将改善"
"安全性,但可靠性可能降低。更多信息请查看 exports(5) 的手册页。"

#: ../bin/draknfs:191 ../bin/draksambashare:623 ../bin/draksambashare:789
#, c-format
msgid "Information"
msgstr "信息"

#: ../bin/draknfs:271
#, c-format
msgid "Directory"
msgstr "目录"

#: ../bin/draknfs:282
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "请添加 NFS 共享再进行修改。"

#: ../bin/draknfs:379
#, c-format
msgid "NFS directory"
msgstr "NFS 目录"

#: ../bin/draknfs:380 ../bin/draksambashare:382 ../bin/draksambashare:588
#: ../bin/draksambashare:766
#, c-format
msgid "Directory:"
msgstr "目录:"

#: ../bin/draknfs:381
#, c-format
msgid "Host access"
msgstr "主机访问"

#: ../bin/draknfs:382
#, c-format
msgid "Access:"
msgstr "访问:"

#: ../bin/draknfs:383
#, c-format
msgid "User ID Mapping"
msgstr "用户 ID 映射"

#: ../bin/draknfs:384
#, c-format
msgid "User ID:"
msgstr "用户 ID:"

#: ../bin/draknfs:385
#, c-format
msgid "Anonymous user ID:"
msgstr "匿名用户 ID:"

#: ../bin/draknfs:386
#, c-format
msgid "Anonymous Group ID:"
msgstr "匿名组 ID:"

#: ../bin/draknfs:429
#, c-format
msgid "Please specify a directory to share."
msgstr "请指定要共享的目录。"

#: ../bin/draknfs:431
#, c-format
msgid "Can't create this directory."
msgstr "无法创建此目录。"

#: ../bin/draknfs:434
#, c-format
msgid "You must specify hosts access."
msgstr "您必须指定主机访问。"

#: ../bin/draknfs:514
#, c-format
msgid "Share Directory"
msgstr "共享目录"

#: ../bin/draknfs:514
#, c-format
msgid "Hosts Wildcard"
msgstr "主机通配符"

#: ../bin/draknfs:514
#, c-format
msgid "General Options"
msgstr "常规选项"

#: ../bin/draknfs:514
#, c-format
msgid "Custom Options"
msgstr "自定义选项"

#: ../bin/draknfs:526 ../bin/draksambashare:397 ../bin/draksambashare:625
#: ../bin/draksambashare:791
#, c-format
msgid "Please enter a directory to share."
msgstr "请输入要共享的目录。"

#: ../bin/draknfs:533
#, c-format
msgid "Please use the modify button to set right access."
msgstr "请使用修改按钮设定访问权限。"

#: ../bin/draknfs:548
#, c-format
msgid "Manage NFS shares"
msgstr "管理 NFS 共享"

#: ../bin/draknfs:584
#, c-format
msgid "Starting the NFS-server"
msgstr "启动 NFS 服务器"

#: ../bin/draknfs:596
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS 可管理 NFS 共享"

#: ../bin/draknfs:605
#, c-format
msgid "Failed to add NFS share."
msgstr "添加 NFS 共享失败。"

#: ../bin/draknfs:612
#, c-format
msgid "Failed to Modify NFS share."
msgstr "修改 NFS 共享失败。"

#: ../bin/draknfs:619
#, c-format
msgid "Failed to remove an NFS share."
msgstr "删除 NFS 共享失败。"

#: ../bin/draksambashare:65
#, c-format
msgid "User name"
msgstr "用户名"

#: ../bin/draksambashare:72 ../bin/draksambashare:100
#, c-format
msgid "Share name"
msgstr "共享名"

#: ../bin/draksambashare:73 ../bin/draksambashare:101
#, c-format
msgid "Share directory"
msgstr "共享目录"

#: ../bin/draksambashare:74 ../bin/draksambashare:102
#: ../bin/draksambashare:119
#, c-format
msgid "Comment"
msgstr "注释"

#: ../bin/draksambashare:75 ../bin/draksambashare:120
#, c-format
msgid "Browseable"
msgstr "可浏览"

#: ../bin/draksambashare:76
#, c-format
msgid "Public"
msgstr "公开"

#: ../bin/draksambashare:77 ../bin/draksambashare:125
#, c-format
msgid "Writable"
msgstr "可写入"

#: ../bin/draksambashare:78 ../bin/draksambashare:166
#, c-format
msgid "Create mask"
msgstr "创建掩码"

#: ../bin/draksambashare:79 ../bin/draksambashare:167
#, c-format
msgid "Directory mask"
msgstr "目录掩码"

#: ../bin/draksambashare:80
#, c-format
msgid "Read list"
msgstr "读取列表"

#: ../bin/draksambashare:81 ../bin/draksambashare:126
#: ../bin/draksambashare:602
#, c-format
msgid "Write list"
msgstr "写入列表"

#: ../bin/draksambashare:82 ../bin/draksambashare:158
#, c-format
msgid "Admin users"
msgstr "管理员用户"

#: ../bin/draksambashare:83 ../bin/draksambashare:159
#, c-format
msgid "Valid users"
msgstr "有效用户"

#: ../bin/draksambashare:84
#, c-format
msgid "Inherit Permissions"
msgstr "继承权限"

#: ../bin/draksambashare:85 ../bin/draksambashare:160
#, c-format
msgid "Hide dot files"
msgstr "隐藏“.”开头的文件"

#: ../bin/draksambashare:86 ../bin/draksambashare:161
#, c-format
msgid "Hide files"
msgstr "隐藏文件"

#: ../bin/draksambashare:87 ../bin/draksambashare:165
#, c-format
msgid "Preserve case"
msgstr "保留大小写"

#: ../bin/draksambashare:88
#, c-format
msgid "Force create mode"
msgstr "强制创建模式"

#: ../bin/draksambashare:89
#, c-format
msgid "Force group"
msgstr "强制组"

#: ../bin/draksambashare:90 ../bin/draksambashare:164
#, c-format
msgid "Default case"
msgstr "默认大小写"

#: ../bin/draksambashare:117
#, c-format
msgid "Printer name"
msgstr "打印机名称"

#: ../bin/draksambashare:118
#, c-format
msgid "Path"
msgstr "路径"

#: ../bin/draksambashare:121 ../bin/draksambashare:594
#, c-format
msgid "Printable"
msgstr "可打印"

#: ../bin/draksambashare:122
#, c-format
msgid "Print Command"
msgstr "打印命令"

#: ../bin/draksambashare:123
#, c-format
msgid "LPQ command"
msgstr "LPQ 命令"

#: ../bin/draksambashare:124
#, c-format
msgid "Guest ok"
msgstr "Guest 可访问"

#: ../bin/draksambashare:127 ../bin/draksambashare:168
#: ../bin/draksambashare:603
#, c-format
msgid "Inherit permissions"
msgstr "继承权限"

#: ../bin/draksambashare:128
#, c-format
msgid "Printing"
msgstr "打印"

#: ../bin/draksambashare:129
#, c-format
msgid "Create mode"
msgstr "创建模式"

#: ../bin/draksambashare:130
#, c-format
msgid "Use client driver"
msgstr "使用客户端驱动程序"

#: ../bin/draksambashare:156
#, c-format
msgid "Read List"
msgstr "读取列表"

#: ../bin/draksambashare:157
#, c-format
msgid "Write List"
msgstr "写入名单"

#: ../bin/draksambashare:162
#, c-format
msgid "Force Group"
msgstr "强制组"

#: ../bin/draksambashare:163
#, c-format
msgid "Force create group"
msgstr "强制创建组"

#: ../bin/draksambashare:179 ../bin/draksambashare:180
#: ../bin/draksambashare:181 ../bin/draksambashare:182
#, c-format
msgid "/_Samba Server"
msgstr "/_Samba 服务器"

#: ../bin/draksambashare:180
#, c-format
msgid "/_Configure"
msgstr "/配置(_C)"

#: ../bin/draksambashare:184
#, c-format
msgid "/_Help"
msgstr "/帮助(_H)"

#: ../bin/draksambashare:184
#, c-format
msgid "/_Samba Documentation"
msgstr "/_Samba 文档"

#: ../bin/draksambashare:190 ../bin/draksambashare:191
#, c-format
msgid "/_About"
msgstr "/关于(_A)"

#: ../bin/draksambashare:190
#, c-format
msgid "/_Report Bug"
msgstr "/故障报告(_R)"

#: ../bin/draksambashare:191
#, c-format
msgid "/_About..."
msgstr "/关于(_A)..."

#: ../bin/draksambashare:194
#, c-format
msgid "Draksambashare"
msgstr "Draksambashare"

#: ../bin/draksambashare:196
#, fuzzy, c-format
msgid "Copyright (C) %s by Mandriva"
msgstr "版权 (C) %s Mageia"

#: ../bin/draksambashare:198
#, c-format
msgid "This is a simple tool to easily manage Samba configuration."
msgstr "这一简单工具可轻松管理 Samba 配置。"

#: ../bin/draksambashare:200
#, c-format
msgid "Mageia"
msgstr "Mageia"

#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
#: ../bin/draksambashare:205
#, c-format
msgid "_: Translator(s) name(s) & email(s)\n"
msgstr "Funda Wang <fundawang@gmail.com>\n"

#: ../bin/draksambashare:229
#, c-format
msgid "Restarting/Reloading Samba server..."
msgstr "正在重新启动/重新装入 Samba 服务器..."

#: ../bin/draksambashare:230
#, c-format
msgid "Error Restarting/Reloading Samba server"
msgstr "重新启动/重新装入 Samba 服务器出错"

#: ../bin/draksambashare:370 ../bin/draksambashare:567
#: ../bin/draksambashare:687
#, c-format
msgid "Open"
msgstr "打开"

#: ../bin/draksambashare:373
#, c-format
msgid "DrakSamba add entry"
msgstr "DrakSamba 添加项"

#: ../bin/draksambashare:377
#, c-format
msgid "Add a share"
msgstr "添加共享"

#: ../bin/draksambashare:380
#, c-format
msgid "Name of the share:"
msgstr "共享名称:"

#: ../bin/draksambashare:381 ../bin/draksambashare:587
#: ../bin/draksambashare:767
#, c-format
msgid "Comment:"
msgstr "注释:"

#: ../bin/draksambashare:393
#, c-format
msgid ""
"Share with the same name already exist or share name empty, please choose "
"another name."
msgstr "同名共享已经存在,或者共享名为空,请另选一个名称。"

#: ../bin/draksambashare:400
#, c-format
msgid "Can't create the directory, please enter a correct path."
msgstr "无法创建目录,请输入正确的路径。"

#: ../bin/draksambashare:403 ../bin/draksambashare:623
#: ../bin/draksambashare:789
#, c-format
msgid "Please enter a Comment for this share."
msgstr "请输入此共享的注释。"

#: ../bin/draksambashare:440
#, c-format
msgid "pdf-gen - a PDF generator"
msgstr "pdf-gen - PDF 生成器"

#: ../bin/draksambashare:441
#, c-format
msgid "printers - all printers available"
msgstr "打印机 - 可用的全部打印机"

#: ../bin/draksambashare:445
#, c-format
msgid "Add Special Printer share"
msgstr "添加特殊的打印机共享"

#: ../bin/draksambashare:448
#, c-format
msgid ""
"Goal of this wizard is to easily create a new special printer Samba share."
msgstr "此向导的作用是轻松创建特殊的 Samba 共享打印机。"

#: ../bin/draksambashare:455
#, c-format
msgid "A PDF generator already exists."
msgstr "已经存在 PDF 生成器。"

#: ../bin/draksambashare:479
#, c-format
msgid "Printers and print$ already exist."
msgstr "打印机和 print$ 已经存在。"

#: ../bin/draksambashare:529 ../bin/draksambashare:1198
#, c-format
msgid "Congratulations"
msgstr "恭喜"

#: ../bin/draksambashare:530
#, c-format
msgid "The wizard successfully added the printer Samba share"
msgstr "向导成功添加了打印机 Samba 共享"

#: ../bin/draksambashare:552
#, c-format
msgid "Please add or select a Samba printer share to be able to modify it."
msgstr "请添加或选择 Samba 打印机共享,然后再修改。"

#: ../bin/draksambashare:570
#, c-format
msgid "DrakSamba Printers entry"
msgstr "DrakSamba 打印机项"

#: ../bin/draksambashare:583
#, c-format
msgid "Printer share"
msgstr "打印机共享"

#: ../bin/draksambashare:586
#, c-format
msgid "Printer name:"
msgstr "打印机名称:"

#: ../bin/draksambashare:592 ../bin/draksambashare:772
#, c-format
msgid "Writable:"
msgstr "可写入:"

#: ../bin/draksambashare:593 ../bin/draksambashare:773
#, c-format
msgid "Browseable:"
msgstr "可浏览:"

#: ../bin/draksambashare:598
#, c-format
msgid "Advanced options"
msgstr "高级选项"

#: ../bin/draksambashare:600
#, c-format
msgid "Printer access"
msgstr "打印机访问"

#: ../bin/draksambashare:604
#, c-format
msgid "Guest ok:"
msgstr "Guest 可访问:"

#: ../bin/draksambashare:605
#, c-format
msgid "Create mode:"
msgstr "创建模式:"

#: ../bin/draksambashare:609
#, c-format
msgid "Printer command"
msgstr "打印机命令"

#: ../bin/draksambashare:611
#, c-format
msgid "Print command:"
msgstr "打印命令:"

#: ../bin/draksambashare:612
#, c-format
msgid "LPQ command:"
msgstr "LPQ 命令:"

#: ../bin/draksambashare:613
#, c-format
msgid "Printing:"
msgstr "打印:"

#: ../bin/draksambashare:629
#, c-format
msgid "create mode should be numeric. ie: 0755."
msgstr "创建模式必须是数字。如: 0755。"

#: ../bin/draksambashare:690
#, c-format
msgid "DrakSamba entry"
msgstr "DrakSamba 项"

#: ../bin/draksambashare:695
#, c-format
msgid "Please add or select a Samba share to be able to modify it."
msgstr "请添加或选择 Samba 共享,再修改。"

#: ../bin/draksambashare:718
#, c-format
msgid "Samba user access"
msgstr "Samba 用户访问"

#: ../bin/draksambashare:726
#, c-format
msgid "Mask options"
msgstr "掩码选项"

#: ../bin/draksambashare:740
#, c-format
msgid "Display options"
msgstr "显示选项"

#: ../bin/draksambashare:762
#, c-format
msgid "Samba share directory"
msgstr "Samba 共享目录"

#: ../bin/draksambashare:765
#, c-format
msgid "Share name:"
msgstr "共享名:"

#: ../bin/draksambashare:771
#, c-format
msgid "Public:"
msgstr "公开:"

#: ../bin/draksambashare:795
#, c-format
msgid ""
"Create mask, create mode and directory mask should be numeric. ie: 0755."
msgstr "创建掩码、创建模式和目录掩码必须是数字。即: 0755。"

#: ../bin/draksambashare:803
#, c-format
msgid "Please create this Samba user: %s"
msgstr "请创建此 Samba 用户: %s"

#: ../bin/draksambashare:915
#, c-format
msgid "Add Samba user"
msgstr "添加 Samba 用户"

#: ../bin/draksambashare:930
#, c-format
msgid "User information"
msgstr "用户信息"

#: ../bin/draksambashare:932
#, c-format
msgid "User name:"
msgstr "用户名:"

#: ../bin/draksambashare:933
#, c-format
msgid "Password:"
msgstr "密码:"

#: ../bin/draksambashare:1047
#, c-format
msgid "PDC - primary domain controller"
msgstr "PDC - 主域控制器"

#: ../bin/draksambashare:1048
#, c-format
msgid "Standalone - standalone server"
msgstr "独立 - 独立服务器"

#: ../bin/draksambashare:1054
#, c-format
msgid "Samba Wizard"
msgstr "Samba 向导"

#: ../bin/draksambashare:1057
#, c-format
msgid "Samba server configuration Wizard"
msgstr "Samba 服务器配置向导"

#: ../bin/draksambashare:1057
#, c-format
msgid ""
"Samba allows your server to behave as a file and print server for "
"workstations running non-Linux systems."
msgstr ""
"Samba 让您的服务器为运行 Linux 以外操作系统的工作站提供文件和打印服务。"

#: ../bin/draksambashare:1073
#, c-format
msgid "PDC server: primary domain controller"
msgstr "PDC 服务器: 主域控制器"

#: ../bin/draksambashare:1073
#, c-format
msgid ""
"Server configured as a PDC is responsible for Windows authentication "
"throughout the domain."
msgstr "配置为 PDC 的服务器担负着域中进行 Windows 验证的责任。"

#: ../bin/draksambashare:1073
#, c-format
msgid ""
"Single server installations may use smbpasswd or tdbsam password backends"
msgstr "单服务器安装可以使用 smbpasswd 或 tdbsam 密码后端"

#: ../bin/draksambashare:1073
#, c-format
msgid ""
"Domain master = yes, causes the server to register the NetBIOS name <pdc "
"name>. This name will be recognized by other servers."
msgstr ""
"域主浏览器 = 是,将导致服务器注册 NetBIOS 名称 <pdc 名称>。此名称可为其它服务"
"器所识别。"

#: ../bin/draksambashare:1090
#, c-format
msgid "Wins support:"
msgstr "Wins 支持:"

#: ../bin/draksambashare:1091
#, c-format
msgid "admin users:"
msgstr "管理员用户:"

#: ../bin/draksambashare:1091
#, c-format
msgid "root @adm"
msgstr "root @adm"

#: ../bin/draksambashare:1092
#, c-format
msgid "Os level:"
msgstr "操作系统级别:"

#: ../bin/draksambashare:1092
#, c-format
msgid ""
"The global os level option dictates the operating system level at which "
"Samba will masquerade during a browser election. If you wish to have Samba "
"win an election and become the master browser, you can set the level above "
"that of the operating system on your network with the highest current value. "
"ie: os level = 34"
msgstr ""
"全局操作系统级别选项将用来当 Samba 在浏览器选择时伪装使用。如果您希望 Samba "
"进行选择并成为主浏览器,您可以将上面操作系统的级别设定为网络中最高的值,如 "
"os level = 34"

#: ../bin/draksambashare:1096
#, c-format
msgid "The domain is wrong."
msgstr "域不对。"

#: ../bin/draksambashare:1103
#, c-format
msgid "Workgroup"
msgstr "工作组"

#: ../bin/draksambashare:1103
#, c-format
msgid "Samba needs to know the Windows Workgroup it will serve."
msgstr "Samba 要服务的 Windows 工作组。"

#: ../bin/draksambashare:1110 ../bin/draksambashare:1177
#, c-format
msgid "Workgroup:"
msgstr "工作组:"

#: ../bin/draksambashare:1111
#, c-format
msgid "Netbios name:"
msgstr "Netbios 名称:"

#: ../bin/draksambashare:1115
#, c-format
msgid "The Workgroup is wrong."
msgstr "工作组不对。"

#: ../bin/draksambashare:1122 ../bin/draksambashare:1132
#, c-format
msgid "Security mode"
msgstr "安全性模式"

#: ../bin/draksambashare:1122
#, c-format
msgid ""
"User level: the client sends a session setup request directly following "
"protocol negotiation. This request provides a username and password."
msgstr ""
"用户级别: 客户端根据协议直接发送会话建立请求,此请求将提供用户名和密码。"

#: ../bin/draksambashare:1122
#, c-format
msgid "Share level: the client authenticates itself separately for each share"
msgstr "共享级别: 客户端为每个认证提供单独的身份验证"

#: ../bin/draksambashare:1122
#, c-format
msgid ""
"Domain level: provides a mechanism for storing all user and group accounts "
"in a central, shared, account repository. The centralized account repository "
"is shared between domain (security) controllers."
msgstr ""
"域级: 在集中的共享帐户仓库中存储全部用户和组帐户。集中式帐户仓库在域控制器之"
"间共享。"

#: ../bin/draksambashare:1133
#, c-format
msgid "Hosts allow"
msgstr "允许的主机"

#: ../bin/draksambashare:1138
#, c-format
msgid "Server Banner."
msgstr "服务器标语。"

#: ../bin/draksambashare:1138
#, c-format
msgid ""
"The banner is the way this server will be described in the Windows "
"workstations."
msgstr "这个标语会显示在 Windows 网络邻居中这个服务器名字旁边作为描述。"

#: ../bin/draksambashare:1143
#, c-format
msgid "Banner:"
msgstr "标语:"

#: ../bin/draksambashare:1147
#, c-format
msgid "The Server Banner is incorrect."
msgstr "服务器标语不对。"

#: ../bin/draksambashare:1154
#, c-format
msgid "Samba Log"
msgstr "Samba 日志"

#: ../bin/draksambashare:1154
#, c-format
msgid ""
"Log file: use file.%m to use a separate log file for each machine that "
"connects"
msgstr "日志文件:使用 file.%m 为每台连接的计算机是用独立的日志文件"

#: ../bin/draksambashare:1154
#, c-format
msgid "Log level: set the log (verbosity) level (0 <= log level <= 10)"
msgstr "日志级别: 设定日志的详细级别(0 <= 日志级别 <= 10)"

#: ../bin/draksambashare:1154
#, c-format
msgid "Max Log size: put a capping on the size of the log files (in Kb)."
msgstr "日志最大大小:限制日志文件的大小(以 K 字节计)。"

#: ../bin/draksambashare:1161 ../bin/draksambashare:1179
#, c-format
msgid "Log file:"
msgstr "日志文件:"

#: ../bin/draksambashare:1162
#, c-format
msgid "Max log size:"
msgstr "日志最大大小:"

#: ../bin/draksambashare:1163
#, c-format
msgid "Log level:"
msgstr "日志级别:"

#: ../bin/draksambashare:1168
#, c-format
msgid "The wizard collected the following parameters to configure Samba."
msgstr "为了配置 Samba,向导收集了下列需要的参数。"

#: ../bin/draksambashare:1168
#, c-format
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
msgstr ""
"要接受这些值,并配置您的服务器,请单击“下一步”按钮或使用“上一步”按钮来修改它"
"们。"

#: ../bin/draksambashare:1168
#, c-format
msgid ""
"If you have previously create some shares, they will appear in this "
"configuration. Run 'drakwizard sambashare' to manage your shares."
msgstr ""
"如果您先前创建了共享,此配置中将会显示出来。请运行“drakwizard sambashare”管理"
"您的共享。"

#: ../bin/draksambashare:1176
#, c-format
msgid "Samba type:"
msgstr "Samba 类型:"

#: ../bin/draksambashare:1178
#, c-format
msgid "Server banner:"
msgstr "服务器标语:"

#: ../bin/draksambashare:1180
#, c-format
msgid " "
msgstr " "

#: ../bin/draksambashare:1181
#, c-format
msgid "Unix Charset:"
msgstr "Unix 字符集:"

#: ../bin/draksambashare:1182
#, c-format
msgid "Dos Charset:"
msgstr "Dos 字符集:"

#: ../bin/draksambashare:1183
#, c-format
msgid "Display Charset:"
msgstr "显示字符集:"

#: ../bin/draksambashare:1198
#, c-format
msgid "The wizard successfully configured your Samba server."
msgstr "向导成功地配置了您的 Samba 服务器。"

#: ../bin/draksambashare:1253
#, c-format
msgid "The Samba wizard has unexpectedly failed:"
msgstr "Samba 向导意外失败:"

#: ../bin/draksambashare:1267
#, c-format
msgid "Manage Samba configuration"
msgstr "管理 Samba 配置"

#: ../bin/draksambashare:1355
#, c-format
msgid "Failed to Modify Samba share."
msgstr "修改 Samba 共享失败。"

#: ../bin/draksambashare:1364
#, c-format
msgid "Failed to remove a Samba share."
msgstr "删除 Samba 共享失败。"

#: ../bin/draksambashare:1371
#, c-format
msgid "File share"
msgstr "文件共享"

#: ../bin/draksambashare:1386
#, c-format
msgid "Failed to Modify."
msgstr "修改失败。"

#: ../bin/draksambashare:1395
#, c-format
msgid "Failed to remove."
msgstr "删除失败。"

#: ../bin/draksambashare:1402
#, c-format
msgid "Printers"
msgstr "打印机"

#: ../bin/draksambashare:1414
#, c-format
msgid "Failed to add user."
msgstr "添加用户失败。"

#: ../bin/draksambashare:1423
#, c-format
msgid "Failed to change user password."
msgstr "更改用户密码。"

#: ../bin/draksambashare:1435
#, c-format
msgid "Failed to delete user."
msgstr "删除用户失败。"

#: ../bin/draksambashare:1440
#, c-format
msgid "Userdrake"
msgstr "Drak 用户管理"

#: ../bin/draksambashare:1448
#, c-format
msgid "Samba Users"
msgstr "Samba 用户"

#: ../bin/draksambashare:1456
#, c-format
msgid "Please configure your Samba server"
msgstr "请配置您的 Samba 服务器"

#: ../bin/draksambashare:1456
#, c-format
msgid ""
"It seems this is the first time you run this tool.\n"
"A wizard will appear to configure a basic Samba server"
msgstr ""
"似乎这是您第一次运行此工具。\n"
"向导将会协助您配置基本的 Samba 服务器"

#: ../bin/draksambashare:1465
#, c-format
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba 管理 Samba 共享"

#: ../bin/net_applet:96
#, c-format
msgid "Network is up on interface %s."
msgstr "网卡 %s 的网络已通。"

#: ../bin/net_applet:97
#, c-format
msgid "IP address: %s"
msgstr "IP 地址: %s"

#: ../bin/net_applet:98
#, c-format
msgid "Gateway: %s"
msgstr "网关: %s"

#: ../bin/net_applet:99
#, c-format
msgid "DNS: %s"
msgstr "DNS:%s"

#: ../bin/net_applet:100
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "已经连接到 %s(连接等级: %d %%)"

#: ../bin/net_applet:102
#, c-format
msgid "Network is down on interface %s."
msgstr "网卡 %s 的网络已断。"

#: ../bin/net_applet:104
#, fuzzy, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mageia Linux Control Center"
msgstr ""
"您从未配置过 Internet 连接。\n"
"请从 Mageia 控制中心运行“%s”助手"

#: ../bin/net_applet:107 ../lib/network/connection_manager.pm:206
#, c-format
msgid "Connecting..."
msgstr "正在连接..."

#: ../bin/net_applet:133 ../bin/net_monitor:519
#, c-format
msgid "Connect %s"
msgstr "连接 %s"

#: ../bin/net_applet:137 ../bin/net_monitor:519
#, c-format
msgid "Disconnect %s"
msgstr "断开 %s"

#: ../bin/net_applet:141
#, c-format
msgid "Monitor Network"
msgstr "监视网络"

#: ../bin/net_applet:149
#, c-format
msgid "Manage wireless networks"
msgstr "管理无线网络"

#: ../bin/net_applet:153
#, c-format
msgid "Manage VPN connections"
msgstr "管理 VPN 连接"

#: ../bin/net_applet:157
#, c-format
msgid "Configure Network"
msgstr "配置网络"

#: ../bin/net_applet:161
#, c-format
msgid "Watched interface"
msgstr "监视的接口"

#: ../bin/net_applet:162 ../bin/net_applet:165 ../bin/net_applet:168
#, c-format
msgid "Auto-detect"
msgstr "自动检测"

#: ../bin/net_applet:173
#, c-format
msgid "Active interfaces"
msgstr "活动接口"

#: ../bin/net_applet:193
#, c-format
msgid "Profiles"
msgstr "配置文件"

#: ../bin/net_applet:203 ../lib/network/connection.pm:233
#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:367
#: ../lib/network/vpn/openvpn.pm:381 ../lib/network/vpn/openvpn.pm:392
#, c-format
msgid "VPN connection"
msgstr "VPN 连接"

#: ../bin/net_applet:434
#, c-format
msgid "Network connection"
msgstr "网络连接"

#: ../bin/net_applet:521
#, c-format
msgid "More networks"
msgstr "更多网络"

#: ../bin/net_applet:548
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "交互式防火墙自动模式"

#: ../bin/net_applet:553
#, c-format
msgid "Always launch on startup"
msgstr "启动时自动调用"

#: ../bin/net_applet:558
#, c-format
msgid "Wireless networks"
msgstr "无线网络"

#: ../bin/net_applet:565 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "设置"

#: ../bin/net_monitor:60 ../bin/net_monitor:65
#, c-format
msgid "Network Monitoring"
msgstr "网络监视"

#: ../bin/net_monitor:99
#, c-format
msgid "Default connection: "
msgstr "默认连接:"

#: ../bin/net_monitor:101
#, c-format
msgid "Wait please"
msgstr "请稍候"

#: ../bin/net_monitor:104
#, c-format
msgid "Global statistics"
msgstr "全局统计"

#: ../bin/net_monitor:107
#, c-format
msgid "Instantaneous"
msgstr "瞬时"

#: ../bin/net_monitor:107
#, c-format
msgid "Average"
msgstr "平均"

#: ../bin/net_monitor:108
#, c-format
msgid ""
"Sending\n"
"speed:"
msgstr ""
"发送\n"
"速度: "

#: ../bin/net_monitor:108 ../bin/net_monitor:109 ../bin/net_monitor:114
#, c-format
msgid "unknown"
msgstr "未知"

#: ../bin/net_monitor:109
#, c-format
msgid ""
"Receiving\n"
"speed:"
msgstr ""
"接收\n"
"速度: "

#: ../bin/net_monitor:113
#, c-format
msgid "Connection time: "
msgstr "连接时间: "

#: ../bin/net_monitor:120
#, c-format
msgid "Use same scale for received and transmitted"
msgstr "对接收和发出的数据使用同一比例"

#: ../bin/net_monitor:138
#, c-format
msgid "Wait please, testing your connection..."
msgstr "请稍候, 正在测试连接..."

#: ../bin/net_monitor:210 ../bin/net_monitor:223
#, c-format
msgid "Disconnecting from Internet "
msgstr "从 Internet 断开 "

#: ../bin/net_monitor:210 ../bin/net_monitor:223
#, c-format
msgid "Connecting to Internet "
msgstr "正连接到 Internet"

#: ../bin/net_monitor:254
#, c-format
msgid "Disconnection from Internet failed."
msgstr "从 Internet 断开连接失败。"

#: ../bin/net_monitor:255
#, c-format
msgid "Disconnection from Internet complete."
msgstr "从 Internet 断开完成。"

#: ../bin/net_monitor:257
#, c-format
msgid "Connection complete."
msgstr "连接完成。"

#: ../bin/net_monitor:258
#, fuzzy, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mageia Linux Control Center."
msgstr ""
"连接失败。\n"
"请在 Mageia 控制中心中检查您的配置。"

#: ../bin/net_monitor:360
#, c-format
msgid "%s (%s)"
msgstr "%s (%s)"

#: ../bin/net_monitor:385
#, c-format
msgid "Color configuration"
msgstr "颜色配置"

#: ../bin/net_monitor:444 ../bin/net_monitor:457
#, c-format
msgid "sent: "
msgstr "已发送: "

#: ../bin/net_monitor:447 ../bin/net_monitor:461
#, c-format
msgid "received: "
msgstr "已接收: "

#: ../bin/net_monitor:450
#, c-format
msgid "average"
msgstr "平均"

#: ../bin/net_monitor:451
#, c-format
msgid "Reset counters"
msgstr "重置计数器"

#: ../bin/net_monitor:454
#, c-format
msgid "Local measure"
msgstr "本机测量"

#: ../bin/net_monitor:512
#, c-format
msgid ""
"Warning, another internet connection has been detected, maybe using your "
"network"
msgstr "警告, 检测到了另外的 Internet 连接, 可能使用您的网络"

#: ../bin/net_monitor:516 ../lib/network/drakconnect/global.pm:18
#, c-format
msgid "Connected"
msgstr "已连接"

#: ../bin/net_monitor:516 ../lib/network/drakconnect/global.pm:18
#, c-format
msgid "Not connected"
msgstr "未连接"

#: ../bin/net_monitor:523
#, c-format
msgid "No internet connection configured"
msgstr "尚未配置 Internet 连接"

#: ../lib/network/connection.pm:16
#, c-format
msgid "Unknown connection type"
msgstr "未知连接类型"

#: ../lib/network/connection.pm:166
#, c-format
msgid "Network access settings"
msgstr "网络访问设置"

#: ../lib/network/connection.pm:167
#, c-format
msgid "Access settings"
msgstr "访问设置"

#: ../lib/network/connection.pm:168
#, c-format
msgid "Address settings"
msgstr "地址设置"

#: ../lib/network/connection.pm:182 ../lib/network/connection.pm:202
#: ../lib/network/connection/isdn.pm:155 ../lib/network/netconnect.pm:217
#: ../lib/network/netconnect.pm:492 ../lib/network/netconnect.pm:588
#: ../lib/network/netconnect.pm:591
#, c-format
msgid "Unlisted - edit manually"
msgstr "未列出 - 手动编辑"

#: ../lib/network/connection.pm:235 ../lib/network/connection/cable.pm:41
#: ../lib/network/connection/wireless.pm:46 ../lib/network/vpn/openvpn.pm:129
#: ../lib/network/vpn/openvpn.pm:173 ../lib/network/vpn/openvpn.pm:341
#, c-format
msgid "None"
msgstr "无"

#: ../lib/network/connection.pm:247
#, c-format
msgid "Allow users to manage the connection"
msgstr "允许用户管理连接"

#: ../lib/network/connection.pm:248
#, c-format
msgid "Start the connection at boot"
msgstr "启动时开启连接"

#: ../lib/network/connection.pm:249
#, c-format
msgid "Enable traffic accounting"
msgstr "启用流量统计"

#: ../lib/network/connection.pm:250
#, c-format
msgid "Allow interface to be controlled by Network Manager"
msgstr ""

#: ../lib/network/connection.pm:251 ../lib/network/drakconnect/edit.pm:292
#, c-format
msgid "Metric"
msgstr "度量衡"

#: ../lib/network/connection.pm:252
#, c-format
msgid "MTU"
msgstr "MTU"

#: ../lib/network/connection.pm:253
#, c-format
msgid "Maximum size of network message (MTU). If unsure, left blank."
msgstr "网络消息的最大大小(MTU)。如果不确定的话,请留空。"

#: ../lib/network/connection.pm:333
#, c-format
msgid "Link detected on interface %s"
msgstr "在网卡 %s 检测到链接"

#: ../lib/network/connection.pm:334 ../lib/network/connection/ethernet.pm:305
#, c-format
msgid "Link beat lost on interface %s"
msgstr "网卡 %s 的链接已断"

#: ../lib/network/connection/cable.pm:10
#, c-format
msgid "Cable"
msgstr "有线"

#: ../lib/network/connection/cable.pm:11
#, c-format
msgid "Cable modem"
msgstr "有线调制解调器"

#: ../lib/network/connection/cable.pm:42
#, c-format
msgid "Use BPALogin (needed for Telstra)"
msgstr "使用 BPALogin (Telstra 需要)"

#: ../lib/network/connection/cable.pm:45
#: ../lib/network/drakconnect/edit.pm:312 ../lib/network/netconnect.pm:616
#, c-format
msgid "Authentication"
msgstr "身份验证"

#: ../lib/network/connection/cable.pm:47 ../lib/network/connection/ppp.pm:22
#: ../lib/network/drakconnect/edit.pm:322 ../lib/network/netconnect.pm:355
#: ../lib/network/vpn/openvpn.pm:395
#, c-format
msgid "Account Login (user name)"
msgstr "账户登录(用户名)"

#: ../lib/network/connection/cable.pm:49 ../lib/network/connection/ppp.pm:23
#: ../lib/network/drakconnect/edit.pm:323 ../lib/network/netconnect.pm:356
#: ../lib/network/vpn/openvpn.pm:396
#, c-format
msgid "Account Password"
msgstr "账户密码"

#: ../lib/network/connection/cellular.pm:75
#, c-format
msgid "Access Point Name"
msgstr "访问点名称"

#: ../lib/network/connection/cellular_bluetooth.pm:10
#, c-format
msgid "Bluetooth"
msgstr "蓝牙"

#: ../lib/network/connection/cellular_bluetooth.pm:11
#, c-format
msgid "Bluetooth Dial Up Networking"
msgstr "蓝牙拨号网络"

#: ../lib/network/connection/cellular_card.pm:8
#, c-format
msgid "Wrong PIN number format: it should be 4 digits."
msgstr "错误的 PIN 数字格式: 应改为四位数字。"

#: ../lib/network/connection/cellular_card.pm:10
#, c-format
msgid "GPRS/Edge/3G"
msgstr "GPRS/Edge/3G"

#: ../lib/network/connection/cellular_card.pm:140
#, c-format
msgid "PIN number (4 digits). Leave empty if PIN is not required."
msgstr "PIN 号码(4位)。如果不需要的话,请留空。"

#: ../lib/network/connection/cellular_card.pm:216
#, c-format
msgid "Unable to open device %s"
msgstr "无法打开设备 %s"

#: ../lib/network/connection/cellular_card.pm:248
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "请检查您的 SIM 卡是否已经插入。"

#: ../lib/network/connection/cellular_card.pm:259
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
"Entering the wrong PIN code multiple times may lock your SIM card!"
msgstr ""
"您输入的 PIN 代码不对。\n"
"多次输入错误的 PIN 代码可能导致您的 SIM 卡被锁!"

#: ../lib/network/connection/dvb.pm:9
#, c-format
msgid "DVB"
msgstr "DVB"

#: ../lib/network/connection/dvb.pm:10
#, c-format
msgid "Satellite (DVB)"
msgstr "卫星(DVB)"

#: ../lib/network/connection/dvb.pm:53
#, c-format
msgid "Adapter card"
msgstr "适配卡"

#: ../lib/network/connection/dvb.pm:54
#, c-format
msgid "Net demux"
msgstr "网络互斥"

#: ../lib/network/connection/dvb.pm:55
#, c-format
msgid "PID"
msgstr "PID"

#: ../lib/network/connection/ethernet.pm:11
#, c-format
msgid "Ethernet"
msgstr "以太网"

#: ../lib/network/connection/ethernet.pm:12
#, c-format
msgid "Wired (Ethernet)"
msgstr "有线(以太网)"

#: ../lib/network/connection/ethernet.pm:30
#, c-format
msgid "Virtual interface"
msgstr "虚拟网卡"

#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr "找不到选中设备(使用 %s 驱动程序)的网络网卡。"

#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:209
#, c-format
msgid "Manual configuration"
msgstr "手工配置"

#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "自动 IP(BOOTP/DHCP)"

#: ../lib/network/connection/ethernet.pm:132
#, c-format
msgid "IP settings"
msgstr "IP 设置"

#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
"请输入这台电脑的 IP 设置。\n"
"下列项目要求以句点分隔十进制格式输入的 IP 地址。\n"
"(例如, 1.2.3.4)"

#: ../lib/network/connection/ethernet.pm:149
#: ../lib/network/drakconnect/edit.pm:162 ../lib/network/netconnect.pm:665
#: ../lib/network/vpn/openvpn.pm:214 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "网关"

#: ../lib/network/connection/ethernet.pm:152
#: ../lib/network/drakconnect/edit.pm:212
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "从 DHCP 获取 DNS 服务器"

#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "DNS server 1"
msgstr "DNS 服务器 1"

#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "DNS server 2"
msgstr "DNS 服务器 2"

#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "Search domain"
msgstr "搜索网域"

#: ../lib/network/connection/ethernet.pm:157
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr "默认情况下, 搜索域名将会根据完全限定的主机名进行设定"

#: ../lib/network/connection/ethernet.pm:160
#: ../lib/network/drakconnect/edit.pm:209
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "DHCP 超时(秒)"

#: ../lib/network/connection/ethernet.pm:161
#: ../lib/network/drakconnect/edit.pm:213
#, c-format
msgid "Get YP servers from DHCP"
msgstr "从 DHCP 获取 YP 服务器"

#: ../lib/network/connection/ethernet.pm:162
#: ../lib/network/drakconnect/edit.pm:214
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "从 DHCP 获取 NTPD 服务器"

#: ../lib/network/connection/ethernet.pm:163
#: ../lib/network/drakconnect/edit.pm:205
#, c-format
msgid "DHCP host name"
msgstr "DHCP 主机名"

#: ../lib/network/connection/ethernet.pm:165
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "默认值不依据 Zeroconf (169.254.0.0 网络)"

#: ../lib/network/connection/ethernet.pm:176
#: ../lib/network/drakconnect/edit.pm:506
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP 地址的格式应该是 1.2.3.4"

#: ../lib/network/connection/ethernet.pm:181
#: ../lib/network/drakconnect/edit.pm:510
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "子网掩码的格式应该是 255.255.224.0"

#: ../lib/network/connection/ethernet.pm:186
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "警告: IP 地址 %s 通常是被保留的!"

#: ../lib/network/connection/ethernet.pm:195
#, c-format
msgid ""
"%s is already used by a connection that starts on boot (%s). To use this "
"address with this connection, first disable all other devices which use it, "
"or configure them not to start at boot"
msgstr ""
"%s 已经被启动时的连接所占用(%s)。要在此连接中使用此地址,首先应禁用该连接上的"
"其它服务,或者将这些服务配置为启动时不要启动"

#: ../lib/network/connection/ethernet.pm:222
#: ../lib/network/drakconnect/edit.pm:203
#, c-format
msgid "Assign host name from DHCP server (or generate a unique one)"
msgstr "从 DHCP 地址指定主机名(或者生成唯一的主机名)"

#: ../lib/network/connection/ethernet.pm:223
#, c-format
msgid ""
"This will allow the server to attribute a name for this machine. If the "
"server does not provides a valid host name, it will be generated "
"automatically."
msgstr ""
"这将允许服务器为此计算机指定名称。如果服务器不提供有效的主机名的话,系统将会"
"自动生成一个主机名。"

#: ../lib/network/connection/ethernet.pm:226
#, c-format
msgid ""
"You should define a hostname for this machine, which will identify this PC. "
"Note that this hostname will be shared among all network connections.  If "
"left blank, 'localhost.localdomain' will be used."
msgstr ""
"您应该为此计算机定义一个主机名,以便标识这台计算机。请注意,此主机名将会在所"
"有网络连接中共享。如果留空的话,将会使用“localhost.localdomain”。"

#: ../lib/network/connection/ethernet.pm:244
#: ../lib/network/drakconnect/edit.pm:270
#, c-format
msgid "Network Hotplugging"
msgstr "网络热插拔"

#: ../lib/network/connection/ethernet.pm:248
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "启用 IPv6 到 IPv4 的隧道"

#: ../lib/network/connection/ethernet.pm:304
#, c-format
msgid "Link beat detected on interface %s"
msgstr "网卡 %s 监测到了链接信号"

#: ../lib/network/connection/ethernet.pm:307
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "正在通过网卡 %s 请求网络地址(%s 协议)..."

#: ../lib/network/connection/ethernet.pm:308
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "通过网卡 %s 获得了网络地址(%s 协议)"

#: ../lib/network/connection/ethernet.pm:309
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr "通过网卡 %s 获得网络地址失败(%s 协议)"

#: ../lib/network/connection/isdn.pm:8
#, c-format
msgid "ISDN"
msgstr "ISDN"

#: ../lib/network/connection/isdn.pm:198 ../lib/network/netconnect.pm:424
#, c-format
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"

#: ../lib/network/connection/isdn.pm:198 ../lib/network/netconnect.pm:424
#, c-format
msgid "I do not know"
msgstr "我不知道"

#: ../lib/network/connection/isdn.pm:199 ../lib/network/netconnect.pm:424
#, c-format
msgid "PCI"
msgstr "PCI"

#: ../lib/network/connection/isdn.pm:200 ../lib/network/netconnect.pm:424
#, c-format
msgid "USB"
msgstr "USB"

#. -PO: POTS means "Plain old telephone service"
#: ../lib/network/connection/pots.pm:10
#, c-format
msgid "POTS"
msgstr "POTS"

#. -PO: POTS means "Plain old telephone service"
#. -PO: remove it if it doesn't have an equivalent in your language
#. -PO: for example, in French, it can be translated as "RTC"
#: ../lib/network/connection/pots.pm:16
#, c-format
msgid "Analog telephone modem (POTS)"
msgstr "模拟电话调制解调器(POTS)"

#: ../lib/network/connection/ppp.pm:9 ../lib/network/drakconnect/edit.pm:329
#: ../lib/network/netconnect.pm:78
#, c-format
msgid "Script-based"
msgstr "基于脚本登录"

#: ../lib/network/connection/ppp.pm:10 ../lib/network/drakconnect/edit.pm:329
#: ../lib/network/netconnect.pm:79
#, c-format
msgid "PAP"
msgstr "PAP"

#: ../lib/network/connection/ppp.pm:11 ../lib/network/drakconnect/edit.pm:329
#: ../lib/network/netconnect.pm:80
#, c-format
msgid "Terminal-based"
msgstr "基于终端"

#: ../lib/network/connection/ppp.pm:12 ../lib/network/drakconnect/edit.pm:329
#: ../lib/network/netconnect.pm:81
#, c-format
msgid "CHAP"
msgstr "CHAP"

#: ../lib/network/connection/ppp.pm:13 ../lib/network/drakconnect/edit.pm:329
#: ../lib/network/netconnect.pm:82
#, c-format
msgid "PAP/CHAP"
msgstr "PAP/CHAP"

#: ../lib/network/connection/providers/cellular.pm:15
#: ../lib/network/connection/providers/cellular_extra.pm:250
#: ../lib/network/connection/providers/cellular_extra.pm:255
#: ../lib/network/connection/providers/cellular_extra.pm:259
#: ../lib/network/connection/providers/cellular_extra.pm:266
#: ../lib/network/connection/providers/cellular_extra.pm:271
#: ../lib/network/connection/providers/cellular_extra.pm:277
#: ../lib/network/connection/providers/xdsl.pm:191
#: ../lib/network/connection/providers/xdsl.pm:201
#: ../lib/network/connection/providers/xdsl.pm:210
#: ../lib/network/connection/providers/xdsl.pm:219
#, c-format
msgid "Brazil"
msgstr "巴西"

#: ../lib/network/connection/providers/cellular.pm:20
#: ../lib/network/connection/providers/cellular.pm:23
#: ../lib/network/connection/providers/cellular.pm:26
#: ../lib/network/connection/providers/cellular.pm:29
#: ../lib/network/connection/providers/cellular.pm:32
#: ../lib/network/connection/providers/cellular.pm:35
#: ../lib/network/connection/providers/cellular.pm:38
#: ../lib/network/connection/providers/cellular_extra.pm:608
#: ../lib/network/connection/providers/cellular_extra.pm:613
#: ../lib/network/connection/providers/cellular_extra.pm:616
#: ../lib/network/connection/providers/cellular_extra.pm:620
#: ../lib/network/connection/providers/cellular_extra.pm:623
#, c-format
msgid "Estonia"
msgstr "爱沙尼亚"

#: ../lib/network/connection/providers/cellular.pm:42
#: ../lib/network/connection/providers/cellular.pm:46
#: ../lib/network/connection/providers/cellular.pm:54
#: ../lib/network/connection/providers/cellular.pm:60
#: ../lib/network/connection/providers/cellular.pm:65
#: ../lib/network/connection/providers/cellular.pm:71
#: ../lib/network/connection/providers/cellular.pm:75
#: ../lib/network/connection/providers/cellular.pm:79
#: ../lib/network/connection/providers/cellular.pm:85
#: ../lib/network/connection/providers/cellular.pm:89
#: ../lib/network/connection/providers/cellular_extra.pm:685
#: ../lib/network/connection/providers/cellular_extra.pm:690
#: ../lib/network/connection/providers/cellular_extra.pm:693
#: ../lib/network/connection/providers/cellular_extra.pm:696
#: ../lib/network/connection/providers/cellular_extra.pm:701
#: ../lib/network/connection/providers/xdsl.pm:483
#, c-format
msgid "Finland"
msgstr "芬兰"

#: ../lib/network/connection/providers/cellular.pm:92
#: ../lib/network/connection/providers/cellular.pm:95
#: ../lib/network/connection/providers/cellular.pm:100
#: ../lib/network/connection/providers/cellular.pm:105
#: ../lib/network/connection/providers/cellular.pm:112
#: ../lib/network/connection/providers/cellular.pm:117
#: ../lib/network/connection/providers/cellular.pm:122
#: ../lib/network/connection/providers/cellular.pm:125
#: ../lib/network/connection/providers/cellular.pm:128
#: ../lib/network/connection/providers/cellular_extra.pm:709
#: ../lib/network/connection/providers/cellular_extra.pm:713
#: ../lib/network/connection/providers/cellular_extra.pm:718
#: ../lib/network/connection/providers/cellular_extra.pm:722
#: ../lib/network/connection/providers/cellular_extra.pm:729
#: ../lib/network/connection/providers/cellular_extra.pm:734
#: ../lib/network/connection/providers/cellular_extra.pm:741
#: ../lib/network/connection/providers/cellular_extra.pm:748
#: ../lib/network/connection/providers/cellular_extra.pm:753
#: ../lib/network/connection/providers/cellular_extra.pm:756
#: ../lib/network/connection/providers/cellular_extra.pm:761
#: ../lib/network/connection/providers/cellular_extra.pm:764
#: ../lib/network/connection/providers/cellular_extra.pm:769
#: ../lib/network/connection/providers/cellular_extra.pm:774
#: ../lib/network/connection/providers/cellular_extra.pm:781
#: ../lib/network/connection/providers/xdsl.pm:492
#: ../lib/network/connection/providers/xdsl.pm:504
#: ../lib/network/connection/providers/xdsl.pm:516
#: ../lib/network/connection/providers/xdsl.pm:528
#: ../lib/network/connection/providers/xdsl.pm:539
#: ../lib/network/connection/providers/xdsl.pm:551
#: ../lib/network/connection/providers/xdsl.pm:563
#: ../lib/network/connection/providers/xdsl.pm:575
#: ../lib/network/connection/providers/xdsl.pm:588
#: ../lib/network/connection/providers/xdsl.pm:599
#: ../lib/network/connection/providers/xdsl.pm:610
#: ../lib/network/netconnect.pm:33
#, c-format
msgid "France"
msgstr "法国"

#: ../lib/network/connection/providers/cellular.pm:131
#: ../lib/network/connection/providers/cellular.pm:134
#: ../lib/network/connection/providers/cellular_extra.pm:505
#: ../lib/network/connection/providers/cellular_extra.pm:512
#: ../lib/network/connection/providers/cellular_extra.pm:519
#: ../lib/network/connection/providers/cellular_extra.pm:526
#: ../lib/network/connection/providers/cellular_extra.pm:531
#: ../lib/network/connection/providers/cellular_extra.pm:536
#: ../lib/network/connection/providers/cellular_extra.pm:541
#: ../lib/network/connection/providers/cellular_extra.pm:547
#: ../lib/network/connection/providers/cellular_extra.pm:554
#: ../lib/network/connection/providers/cellular_extra.pm:561
#: ../lib/network/connection/providers/xdsl.pm:621
#: ../lib/network/connection/providers/xdsl.pm:630
#: ../lib/network/connection/providers/xdsl.pm:640
#, c-format
msgid "Germany"
msgstr "德国"

#: ../lib/network/connection/providers/cellular.pm:137
#: ../lib/network/connection/providers/cellular.pm:142
#: ../lib/network/connection/providers/cellular.pm:147
#: ../lib/network/connection/providers/cellular.pm:152
#: ../lib/network/connection/providers/cellular_extra.pm:1213
#: ../lib/network/connection/providers/cellular_extra.pm:1216
#: ../lib/network/connection/providers/cellular_extra.pm:1219
#: ../lib/network/connection/providers/cellular_extra.pm:1225
#: ../lib/network/connection/providers/cellular_extra.pm:1228
#: ../lib/network/connection/providers/cellular_extra.pm:1231
#: ../lib/network/connection/providers/cellular_extra.pm:1234
#: ../lib/network/connection/providers/cellular_extra.pm:1237
#: ../lib/network/connection/providers/cellular_extra.pm:1240
#: ../lib/network/connection/providers/xdsl.pm:814
#: ../lib/network/connection/providers/xdsl.pm:825
#: ../lib/network/connection/providers/xdsl.pm:835
#: ../lib/network/connection/providers/xdsl.pm:846
#: ../lib/network/netconnect.pm:35
#, c-format
msgid "Italy"
msgstr "意大利"

#: ../lib/network/connection/providers/cellular.pm:157
#: ../lib/network/connection/providers/cellular.pm:162
#: ../lib/network/connection/providers/cellular.pm:167
#: ../lib/network/connection/providers/cellular.pm:170
#: ../lib/network/connection/providers/cellular_extra.pm:1711
#: ../lib/network/connection/providers/cellular_extra.pm:1718
#: ../lib/network/connection/providers/cellular_extra.pm:1725
#: ../lib/network/connection/providers/cellular_extra.pm:1728
#: ../lib/network/connection/providers/cellular_extra.pm:1733
#: ../lib/network/connection/providers/cellular_extra.pm:1740
#: ../lib/network/connection/providers/cellular_extra.pm:1747
#: ../lib/network/connection/providers/xdsl.pm:1001
#: ../lib/network/connection/providers/xdsl.pm:1011
#, c-format
msgid "Poland"
msgstr "波兰"

#: ../lib/network/connection/providers/cellular.pm:173
#: ../lib/network/connection/providers/cellular_extra.pm:788
#: ../lib/network/connection/providers/cellular_extra.pm:791
#: ../lib/network/connection/providers/cellular_extra.pm:798
#: ../lib/network/connection/providers/cellular_extra.pm:805
#: ../lib/network/connection/providers/cellular_extra.pm:810
#: ../lib/network/connection/providers/cellular_extra.pm:817
#: ../lib/network/connection/providers/cellular_extra.pm:822
#: ../lib/network/connection/providers/cellular_extra.pm:829
#: ../lib/network/connection/providers/cellular_extra.pm:834
#: ../lib/network/connection/providers/cellular_extra.pm:841
#: ../lib/network/connection/providers/cellular_extra.pm:848
#: ../lib/network/connection/providers/cellular_extra.pm:851
#: ../lib/network/connection/providers/cellular_extra.pm:858
#: ../lib/network/connection/providers/cellular_extra.pm:861
#: ../lib/network/connection/providers/cellular_extra.pm:864
#: ../lib/network/connection/providers/cellular_extra.pm:871
#: ../lib/network/connection/providers/xdsl.pm:1330
#: ../lib/network/connection/providers/xdsl.pm:1340
#: ../lib/network/netconnect.pm:38
#, c-format
msgid "United Kingdom"
msgstr "英国"

#: ../lib/network/connection/providers/cellular.pm:178
#: ../lib/network/connection/providers/cellular_extra.pm:2175
#: ../lib/network/connection/providers/cellular_extra.pm:2180
#: ../lib/network/connection/providers/cellular_extra.pm:2185
#: ../lib/network/connection/providers/cellular_extra.pm:2190
#: ../lib/network/connection/providers/cellular_extra.pm:2193
#: ../lib/network/connection/providers/cellular_extra.pm:2196
#: ../lib/network/connection/providers/cellular_extra.pm:2199
#: ../lib/network/connection/providers/cellular_extra.pm:2202
#: ../lib/network/connection/providers/cellular_extra.pm:2205
#: ../lib/network/connection/providers/cellular_extra.pm:2208
#: ../lib/network/connection/providers/cellular_extra.pm:2211
#: ../lib/network/connection/providers/cellular_extra.pm:2214
#: ../lib/network/connection/providers/cellular_extra.pm:2217
#: ../lib/network/connection/providers/cellular_extra.pm:2220
#: ../lib/network/connection/providers/cellular_extra.pm:2223
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
msgstr "美国"

#: ../lib/network/connection/providers/cellular_extra.pm:11
#: ../lib/network/connection/providers/cellular_extra.pm:18
#: ../lib/network/connection/providers/xdsl.pm:1320
#, c-format
msgid "United Arab Emirates"
msgstr "阿拉伯联合酋长国"

#: ../lib/network/connection/providers/cellular_extra.pm:23
#, c-format
msgid "Albania"
msgstr "阿尔巴尼亚"

#: ../lib/network/connection/providers/cellular_extra.pm:26
#: ../lib/network/connection/providers/cellular_extra.pm:48
#, c-format
msgid "Angola"
msgstr "安哥拉"

#: ../lib/network/connection/providers/cellular_extra.pm:30
#: ../lib/network/connection/providers/cellular_extra.pm:37
#: ../lib/network/connection/providers/cellular_extra.pm:43
#: ../lib/network/connection/providers/xdsl.pm:67
#: ../lib/network/connection/providers/xdsl.pm:77
#, c-format
msgid "Argentina"
msgstr "阿根廷"

#: ../lib/network/connection/providers/cellular_extra.pm:51
#: ../lib/network/connection/providers/cellular_extra.pm:57
#: ../lib/network/connection/providers/cellular_extra.pm:63
#: ../lib/network/connection/providers/cellular_extra.pm:69
#: ../lib/network/connection/providers/cellular_extra.pm:75
#: ../lib/network/connection/providers/cellular_extra.pm:82
#: ../lib/network/connection/providers/cellular_extra.pm:89
#: ../lib/network/connection/providers/cellular_extra.pm:96
#: ../lib/network/connection/providers/cellular_extra.pm:103
#: ../lib/network/connection/providers/cellular_extra.pm:106
#: ../lib/network/connection/providers/xdsl.pm:87
#: ../lib/network/connection/providers/xdsl.pm:96
#: ../lib/network/connection/providers/xdsl.pm:105
#, c-format
msgid "Austria"
msgstr "奥地利"

#: ../lib/network/connection/providers/cellular_extra.pm:109
#: ../lib/network/connection/providers/cellular_extra.pm:112
#: ../lib/network/connection/providers/cellular_extra.pm:117
#: ../lib/network/connection/providers/cellular_extra.pm:122
#: ../lib/network/connection/providers/cellular_extra.pm:127
#: ../lib/network/connection/providers/cellular_extra.pm:133
#: ../lib/network/connection/providers/cellular_extra.pm:138
#: ../lib/network/connection/providers/cellular_extra.pm:144
#: ../lib/network/connection/providers/cellular_extra.pm:148
#: ../lib/network/connection/providers/cellular_extra.pm:155
#: ../lib/network/connection/providers/cellular_extra.pm:162
#: ../lib/network/connection/providers/cellular_extra.pm:168
#: ../lib/network/connection/providers/xdsl.pm:114
#: ../lib/network/connection/providers/xdsl.pm:124
#: ../lib/network/connection/providers/xdsl.pm:134
#, c-format
msgid "Australia"
msgstr "澳大利亚"

#: ../lib/network/connection/providers/cellular_extra.pm:173
#: ../lib/network/connection/providers/cellular_extra.pm:176
#, c-format
msgid "Azerbaijan"
msgstr "阿塞拜疆"

#: ../lib/network/connection/providers/cellular_extra.pm:179
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "波黑"

#: ../lib/network/connection/providers/cellular_extra.pm:182
#, c-format
msgid "Bahamas"
msgstr "巴哈马"

#: ../lib/network/connection/providers/cellular_extra.pm:185
#: ../lib/network/connection/providers/cellular_extra.pm:189
#: ../lib/network/connection/providers/cellular_extra.pm:192
#, c-format
msgid "Bangladesh"
msgstr "孟加拉"

#: ../lib/network/connection/providers/cellular_extra.pm:197
#, c-format
msgid "Barbados"
msgstr "巴巴多斯"

#: ../lib/network/connection/providers/cellular_extra.pm:200
#: ../lib/network/connection/providers/cellular_extra.pm:207
#: ../lib/network/connection/providers/cellular_extra.pm:210
#: ../lib/network/connection/providers/cellular_extra.pm:215
#: ../lib/network/connection/providers/cellular_extra.pm:220
#: ../lib/network/connection/providers/cellular_extra.pm:225
#: ../lib/network/connection/providers/xdsl.pm:144
#: ../lib/network/connection/providers/xdsl.pm:153
#: ../lib/network/connection/providers/xdsl.pm:164
#: ../lib/network/connection/providers/xdsl.pm:173
#: ../lib/network/connection/providers/xdsl.pm:182
#: ../lib/network/netconnect.pm:36
#, c-format
msgid "Belgium"
msgstr "比利时"

#: ../lib/network/connection/providers/cellular_extra.pm:232
#: ../lib/network/connection/providers/cellular_extra.pm:237
#: ../lib/network/connection/providers/cellular_extra.pm:244
#: ../lib/network/connection/providers/xdsl.pm:228
#: ../lib/network/connection/providers/xdsl.pm:237
#, c-format
msgid "Bulgaria"
msgstr "保加利亚"

#: ../lib/network/connection/providers/cellular_extra.pm:282
#: ../lib/network/connection/providers/cellular_extra.pm:287
#: ../lib/network/connection/providers/cellular_extra.pm:294
#: ../lib/network/connection/providers/cellular_extra.pm:299
#: ../lib/network/connection/providers/cellular_extra.pm:304
#, c-format
msgid "Belarus"
msgstr "白俄罗斯"

#: ../lib/network/connection/providers/cellular_extra.pm:309
#, c-format
msgid "Botswana"
msgstr "博茨瓦纳"

#: ../lib/network/connection/providers/cellular_extra.pm:312
#: ../lib/network/connection/providers/cellular_extra.pm:319
#, c-format
msgid "Canada"
msgstr "加拿大"

#: ../lib/network/connection/providers/cellular_extra.pm:326
#, c-format
msgid "Congo (Kinshasa)"
msgstr "刚果(金沙萨)"

#: ../lib/network/connection/providers/cellular_extra.pm:331
#, c-format
msgid "Congo (Brazzaville)"
msgstr "刚果(布拉柴维尔)"

#: ../lib/network/connection/providers/cellular_extra.pm:336
#: ../lib/network/connection/providers/cellular_extra.pm:341
#: ../lib/network/connection/providers/cellular_extra.pm:348
#: ../lib/network/connection/providers/xdsl.pm:1258
#: ../lib/network/connection/providers/xdsl.pm:1267
#: ../lib/network/connection/providers/xdsl.pm:1277
#, c-format
msgid "Switzerland"
msgstr "瑞士"

#: ../lib/network/connection/providers/cellular_extra.pm:355
#, c-format
msgid "Cote d'Ivoire"
msgstr "科特迪瓦"

#: ../lib/network/connection/providers/cellular_extra.pm:358
#: ../lib/network/connection/providers/cellular_extra.pm:363
#: ../lib/network/connection/providers/cellular_extra.pm:368
#: ../lib/network/connection/providers/cellular_extra.pm:373
#: ../lib/network/connection/providers/cellular_extra.pm:378
#: ../lib/network/connection/providers/cellular_extra.pm:383
#: ../lib/network/connection/providers/cellular_extra.pm:388
#, c-format
msgid "Chile"
msgstr "智利"

#: ../lib/network/connection/providers/cellular_extra.pm:393
#: ../lib/network/connection/providers/cellular_extra.pm:398
#, c-format
msgid "Cameroon"
msgstr "喀麦隆"

#: ../lib/network/connection/providers/cellular_extra.pm:402
#: ../lib/network/connection/providers/cellular_extra.pm:407
#: ../lib/network/connection/providers/xdsl.pm:246
#: ../lib/network/connection/providers/xdsl.pm:255
#: ../lib/network/connection/providers/xdsl.pm:264
#: ../lib/network/connection/providers/xdsl.pm:273
#: ../lib/network/connection/providers/xdsl.pm:282
#: ../lib/network/connection/providers/xdsl.pm:291
#: ../lib/network/connection/providers/xdsl.pm:300
#: ../lib/network/connection/providers/xdsl.pm:309
#: ../lib/network/connection/providers/xdsl.pm:318
#: ../lib/network/connection/providers/xdsl.pm:327
#: ../lib/network/connection/providers/xdsl.pm:336
#: ../lib/network/connection/providers/xdsl.pm:345
#: ../lib/network/connection/providers/xdsl.pm:354
#: ../lib/network/connection/providers/xdsl.pm:363
#: ../lib/network/connection/providers/xdsl.pm:372
#: ../lib/network/connection/providers/xdsl.pm:381
#: ../lib/network/connection/providers/xdsl.pm:390
#: ../lib/network/connection/providers/xdsl.pm:399
#: ../lib/network/connection/providers/xdsl.pm:408
#: ../lib/network/connection/providers/xdsl.pm:417
#, c-format
msgid "China"
msgstr "中国"

#: ../lib/network/connection/providers/cellular_extra.pm:412
#, c-format
msgid "Costa Rica"
msgstr "哥斯达黎加"

#: ../lib/network/connection/providers/cellular_extra.pm:417
#: ../lib/network/connection/providers/cellular_extra.pm:422
#: ../lib/network/connection/providers/cellular_extra.pm:425
#, c-format
msgid "Colombia"
msgstr "哥伦比亚"

#: ../lib/network/connection/providers/cellular_extra.pm:430
#: ../lib/network/connection/providers/cellular_extra.pm:435
#: ../lib/network/connection/providers/cellular_extra.pm:440
#: ../lib/network/connection/providers/cellular_extra.pm:445
#: ../lib/network/connection/providers/cellular_extra.pm:452
#: ../lib/network/connection/providers/cellular_extra.pm:457
#: ../lib/network/connection/providers/cellular_extra.pm:462
#: ../lib/network/connection/providers/cellular_extra.pm:467
#: ../lib/network/connection/providers/cellular_extra.pm:470
#: ../lib/network/connection/providers/cellular_extra.pm:475
#: ../lib/network/connection/providers/cellular_extra.pm:480
#: ../lib/network/connection/providers/cellular_extra.pm:485
#: ../lib/network/connection/providers/cellular_extra.pm:490
#: ../lib/network/connection/providers/cellular_extra.pm:495
#: ../lib/network/connection/providers/cellular_extra.pm:500
#: ../lib/network/connection/providers/xdsl.pm:426
#: ../lib/network/connection/providers/xdsl.pm:436
#, c-format
msgid "Czech Republic"
msgstr "捷克共和国"

#: ../lib/network/connection/providers/cellular_extra.pm:564
#: ../lib/network/connection/providers/cellular_extra.pm:567
#: ../lib/network/connection/providers/cellular_extra.pm:570
#: ../lib/network/connection/providers/cellular_extra.pm:573
#: ../lib/network/connection/providers/cellular_extra.pm:576
#: ../lib/network/connection/providers/cellular_extra.pm:581
#: ../lib/network/connection/providers/cellular_extra.pm:586
#: ../lib/network/connection/providers/cellular_extra.pm:591
#: ../lib/network/connection/providers/cellular_extra.pm:596
#: ../lib/network/connection/providers/cellular_extra.pm:599
#: ../lib/network/connection/providers/xdsl.pm:446
#: ../lib/network/connection/providers/xdsl.pm:455
#: ../lib/network/connection/providers/xdsl.pm:464
#, c-format
msgid "Denmark"
msgstr "丹麦"

#: ../lib/network/connection/providers/cellular_extra.pm:602
#, c-format
msgid "Dominican Republic"
msgstr "多米尼加共和国"

#: ../lib/network/connection/providers/cellular_extra.pm:605
#, c-format
msgid "Ecuador"
msgstr "厄瓜多尔"

#: ../lib/network/connection/providers/cellular_extra.pm:628
#: ../lib/network/connection/providers/cellular_extra.pm:633
#: ../lib/network/connection/providers/cellular_extra.pm:636
#: ../lib/network/connection/providers/xdsl.pm:473
#, c-format
msgid "Egypt"
msgstr "埃及"

#: ../lib/network/connection/providers/cellular_extra.pm:641
#: ../lib/network/connection/providers/cellular_extra.pm:648
#: ../lib/network/connection/providers/cellular_extra.pm:655
#: ../lib/network/connection/providers/cellular_extra.pm:658
#: ../lib/network/connection/providers/cellular_extra.pm:665
#: ../lib/network/connection/providers/cellular_extra.pm:672
#: ../lib/network/connection/providers/cellular_extra.pm:679
#: ../lib/network/connection/providers/cellular_extra.pm:682
#: ../lib/network/connection/providers/xdsl.pm:1072
#: ../lib/network/connection/providers/xdsl.pm:1084
#: ../lib/network/connection/providers/xdsl.pm:1096
#: ../lib/network/connection/providers/xdsl.pm:1109
#: ../lib/network/connection/providers/xdsl.pm:1119
#: ../lib/network/connection/providers/xdsl.pm:1129
#: ../lib/network/connection/providers/xdsl.pm:1140
#: ../lib/network/connection/providers/xdsl.pm:1150
#: ../lib/network/connection/providers/xdsl.pm:1160
#: ../lib/network/connection/providers/xdsl.pm:1170
#: ../lib/network/connection/providers/xdsl.pm:1180
#: ../lib/network/connection/providers/xdsl.pm:1190
#: ../lib/network/connection/providers/xdsl.pm:1201
#: ../lib/network/connection/providers/xdsl.pm:1212
#: ../lib/network/connection/providers/xdsl.pm:1224
#: ../lib/network/connection/providers/xdsl.pm:1236
#, c-format
msgid "Spain"
msgstr "西班牙"

#: ../lib/network/connection/providers/cellular_extra.pm:706
#, c-format
msgid "Fiji"
msgstr "斐济"

#: ../lib/network/connection/providers/cellular_extra.pm:878
#, c-format
msgid "Georgia"
msgstr "乔治亚"

#: ../lib/network/connection/providers/cellular_extra.pm:883
#: ../lib/network/connection/providers/cellular_extra.pm:888
#: ../lib/network/connection/providers/cellular_extra.pm:891
#: ../lib/network/connection/providers/cellular_extra.pm:896
#, c-format
msgid "Ghana"
msgstr "加纳"

#: ../lib/network/connection/providers/cellular_extra.pm:899
#: ../lib/network/connection/providers/cellular_extra.pm:903
#: ../lib/network/connection/providers/cellular_extra.pm:909
#: ../lib/network/connection/providers/cellular_extra.pm:912
#: ../lib/network/connection/providers/xdsl.pm:650
#, c-format
msgid "Greece"
msgstr "希腊"

#: ../lib/network/connection/providers/cellular_extra.pm:917
#: ../lib/network/connection/providers/cellular_extra.pm:922
#, c-format
msgid "Guatemala"
msgstr "危地马拉"

#: ../lib/network/connection/providers/cellular_extra.pm:925
#, c-format
msgid "Guyana"
msgstr "圭亚那"

#: ../lib/network/connection/providers/cellular_extra.pm:930
#: ../lib/network/connection/providers/cellular_extra.pm:935
#: ../lib/network/connection/providers/cellular_extra.pm:938
#: ../lib/network/connection/providers/cellular_extra.pm:941
#: ../lib/network/connection/providers/cellular_extra.pm:946
#: ../lib/network/connection/providers/cellular_extra.pm:949
#: ../lib/network/connection/providers/cellular_extra.pm:952
#, c-format
msgid "Hong Kong"
msgstr "香港"

#: ../lib/network/connection/providers/cellular_extra.pm:955
#, c-format
msgid "Honduras"
msgstr "洪都拉斯"

#: ../lib/network/connection/providers/cellular_extra.pm:958
#: ../lib/network/connection/providers/cellular_extra.pm:962
#: ../lib/network/connection/providers/cellular_extra.pm:968
#: ../lib/network/connection/providers/cellular_extra.pm:974
#, c-format
msgid "Croatia"
msgstr "克罗地亚"

#: ../lib/network/connection/providers/cellular_extra.pm:981
#: ../lib/network/connection/providers/cellular_extra.pm:986
#: ../lib/network/connection/providers/cellular_extra.pm:991
#: ../lib/network/connection/providers/cellular_extra.pm:996
#: ../lib/network/connection/providers/cellular_extra.pm:1001
#: ../lib/network/connection/providers/cellular_extra.pm:1007
#: ../lib/network/connection/providers/cellular_extra.pm:1014
#: ../lib/network/connection/providers/cellular_extra.pm:1021
#: ../lib/network/connection/providers/cellular_extra.pm:1026
#: ../lib/network/connection/providers/xdsl.pm:659
#, c-format
msgid "Hungary"
msgstr "匈牙利"

#: ../lib/network/connection/providers/cellular_extra.pm:1031
#: ../lib/network/connection/providers/cellular_extra.pm:1036
#: ../lib/network/connection/providers/cellular_extra.pm:1043
#: ../lib/network/connection/providers/cellular_extra.pm:1047
#: ../lib/network/connection/providers/cellular_extra.pm:1054
#: ../lib/network/connection/providers/cellular_extra.pm:1061
#, c-format
msgid "Indonesia"
msgstr "印度尼西亚"

#: ../lib/network/connection/providers/cellular_extra.pm:1066
#: ../lib/network/connection/providers/cellular_extra.pm:1073
#: ../lib/network/connection/providers/cellular_extra.pm:1080
#: ../lib/network/connection/providers/cellular_extra.pm:1085
#: ../lib/network/connection/providers/cellular_extra.pm:1090
#: ../lib/network/connection/providers/cellular_extra.pm:1095
#: ../lib/network/connection/providers/cellular_extra.pm:1101
#: ../lib/network/connection/providers/xdsl.pm:668
#, c-format
msgid "Ireland"
msgstr "爱尔兰"

#: ../lib/network/connection/providers/cellular_extra.pm:1106
#: ../lib/network/connection/providers/cellular_extra.pm:1112
#: ../lib/network/connection/providers/cellular_extra.pm:1117
#: ../lib/network/connection/providers/xdsl.pm:677
#: ../lib/network/connection/providers/xdsl.pm:687
#: ../lib/network/connection/providers/xdsl.pm:697
#: ../lib/network/connection/providers/xdsl.pm:707
#: ../lib/network/connection/providers/xdsl.pm:717
#: ../lib/network/connection/providers/xdsl.pm:727
#: ../lib/network/connection/providers/xdsl.pm:737
#: ../lib/network/connection/providers/xdsl.pm:747
#: ../lib/network/connection/providers/xdsl.pm:757
#: ../lib/network/connection/providers/xdsl.pm:767
#: ../lib/network/connection/providers/xdsl.pm:777
#, c-format
msgid "Israel"
msgstr "以色列"

#: ../lib/network/connection/providers/cellular_extra.pm:1121
#: ../lib/network/connection/providers/cellular_extra.pm:1126
#: ../lib/network/connection/providers/cellular_extra.pm:1132
#: ../lib/network/connection/providers/cellular_extra.pm:1136
#: ../lib/network/connection/providers/cellular_extra.pm:1141
#: ../lib/network/connection/providers/cellular_extra.pm:1146
#: ../lib/network/connection/providers/cellular_extra.pm:1151
#: ../lib/network/connection/providers/cellular_extra.pm:1155
#: ../lib/network/connection/providers/cellular_extra.pm:1160
#: ../lib/network/connection/providers/cellular_extra.pm:1165
#: ../lib/network/connection/providers/cellular_extra.pm:1170
#: ../lib/network/connection/providers/cellular_extra.pm:1175
#: ../lib/network/connection/providers/cellular_extra.pm:1180
#: ../lib/network/connection/providers/cellular_extra.pm:1185
#: ../lib/network/connection/providers/cellular_extra.pm:1188
#: ../lib/network/connection/providers/cellular_extra.pm:1193
#: ../lib/network/connection/providers/cellular_extra.pm:1198
#: ../lib/network/connection/providers/xdsl.pm:787
#, c-format
msgid "India"
msgstr "印度"

#: ../lib/network/connection/providers/cellular_extra.pm:1203
#: ../lib/network/connection/providers/cellular_extra.pm:1208
#: ../lib/network/connection/providers/xdsl.pm:796
#: ../lib/network/connection/providers/xdsl.pm:805
#, c-format
msgid "Iceland"
msgstr "冰岛"

#: ../lib/network/connection/providers/cellular_extra.pm:1243
#: ../lib/network/connection/providers/cellular_extra.pm:1246
#, c-format
msgid "Jamaica"
msgstr "牙买加"

#: ../lib/network/connection/providers/cellular_extra.pm:1253
#: ../lib/network/connection/providers/cellular_extra.pm:1260
#: ../lib/network/connection/providers/cellular_extra.pm:1265
#: ../lib/network/connection/providers/cellular_extra.pm:1270
#: ../lib/network/connection/providers/cellular_extra.pm:1273
#, c-format
msgid "Japan"
msgstr "日本"

#: ../lib/network/connection/providers/cellular_extra.pm:1280
#: ../lib/network/connection/providers/cellular_extra.pm:1283
#: ../lib/network/connection/providers/cellular_extra.pm:1288
#, c-format
msgid "Kenya"
msgstr "肯尼亚"

#: ../lib/network/connection/providers/cellular_extra.pm:1291
#: ../lib/network/connection/providers/cellular_extra.pm:1295
#, c-format
msgid "Kuwait"
msgstr "科威特"

#: ../lib/network/connection/providers/cellular_extra.pm:1298
#, c-format
msgid "Kazakhstan"
msgstr "哈萨克斯坦"

#: ../lib/network/connection/providers/cellular_extra.pm:1304
#, c-format
msgid "Laos"
msgstr "老挝"

#: ../lib/network/connection/providers/cellular_extra.pm:1308
#: ../lib/network/connection/providers/cellular_extra.pm:1313
#: ../lib/network/connection/providers/cellular_extra.pm:1316
#, c-format
msgid "Lebanon"
msgstr "黎巴嫩"

#: ../lib/network/connection/providers/cellular_extra.pm:1319
#, c-format
msgid "Saint Lucia"
msgstr "圣卢西亚"

#: ../lib/network/connection/providers/cellular_extra.pm:1323
#: ../lib/network/connection/providers/cellular_extra.pm:1326
#: ../lib/network/connection/providers/cellular_extra.pm:1329
#: ../lib/network/connection/providers/cellular_extra.pm:1332
#: ../lib/network/connection/providers/cellular_extra.pm:1335
#: ../lib/network/connection/providers/cellular_extra.pm:1338
#: ../lib/network/connection/providers/xdsl.pm:858
#, c-format
msgid "Sri Lanka"
msgstr "斯里兰卡"

#: ../lib/network/connection/providers/cellular_extra.pm:1341
#: ../lib/network/connection/providers/cellular_extra.pm:1347
#: ../lib/network/connection/providers/cellular_extra.pm:1351
#: ../lib/network/connection/providers/cellular_extra.pm:1356
#: ../lib/network/connection/providers/xdsl.pm:870
#, c-format
msgid "Lithuania"
msgstr "立陶宛"

#: ../lib/network/connection/providers/cellular_extra.pm:1363
#: ../lib/network/connection/providers/cellular_extra.pm:1368
#: ../lib/network/connection/providers/cellular_extra.pm:1373
#, c-format
msgid "Luxembourg"
msgstr "卢森堡"

#: ../lib/network/connection/providers/cellular_extra.pm:1376
#: ../lib/network/connection/providers/cellular_extra.pm:1381
#, c-format
msgid "Latvia"
msgstr "拉脱维亚"

#: ../lib/network/connection/providers/cellular_extra.pm:1386
#: ../lib/network/connection/providers/cellular_extra.pm:1391
#: ../lib/network/connection/providers/xdsl.pm:900
#, c-format
msgid "Morocco"
msgstr "摩洛哥"

#: ../lib/network/connection/providers/cellular_extra.pm:1396
#: ../lib/network/connection/providers/cellular_extra.pm:1401
#, c-format
msgid "Moldova"
msgstr "摩尔多瓦"

#: ../lib/network/connection/providers/cellular_extra.pm:1404
#: ../lib/network/connection/providers/cellular_extra.pm:1411
#: ../lib/network/connection/providers/cellular_extra.pm:1414
#: ../lib/network/connection/providers/cellular_extra.pm:1419
#: ../lib/network/connection/providers/cellular_extra.pm:1425
#: ../lib/network/connection/providers/cellular_extra.pm:1431
#, fuzzy, c-format
msgid "Montenegro"
msgstr "塞尔维亚和黑山"

#: ../lib/network/connection/providers/cellular_extra.pm:1437
#, c-format
msgid "Mongolia"
msgstr "蒙古"

#: ../lib/network/connection/providers/cellular_extra.pm:1440
#: ../lib/network/connection/providers/cellular_extra.pm:1443
#: ../lib/network/connection/providers/cellular_extra.pm:1448
#: ../lib/network/connection/providers/cellular_extra.pm:1451
#, c-format
msgid "Macao"
msgstr "澳门"

#: ../lib/network/connection/providers/cellular_extra.pm:1456
#: ../lib/network/connection/providers/cellular_extra.pm:1459
#: ../lib/network/connection/providers/cellular_extra.pm:1462
#, c-format
msgid "Malta"
msgstr "马耳他"

#: ../lib/network/connection/providers/cellular_extra.pm:1467
#: ../lib/network/connection/providers/xdsl.pm:879
#: ../lib/network/connection/providers/xdsl.pm:889
#, c-format
msgid "Mauritius"
msgstr "毛里求斯"

#: ../lib/network/connection/providers/cellular_extra.pm:1470
#, c-format
msgid "Maldives"
msgstr "马尔代夫"

#: ../lib/network/connection/providers/cellular_extra.pm:1473
#: ../lib/network/connection/providers/cellular_extra.pm:1480
#, c-format
msgid "Mexico"
msgstr "墨西哥"

#: ../lib/network/connection/providers/cellular_extra.pm:1483
#: ../lib/network/connection/providers/cellular_extra.pm:1488
#: ../lib/network/connection/providers/cellular_extra.pm:1493
#: ../lib/network/connection/providers/cellular_extra.pm:1498
#: ../lib/network/connection/providers/cellular_extra.pm:1503
#: ../lib/network/connection/providers/cellular_extra.pm:1507
#: ../lib/network/connection/providers/cellular_extra.pm:1510
#, c-format
msgid "Malaysia"
msgstr "马来西亚"

#: ../lib/network/connection/providers/cellular_extra.pm:1517
#, c-format
msgid "Mozambique"
msgstr "莫桑比克"

#: ../lib/network/connection/providers/cellular_extra.pm:1524
#: ../lib/network/connection/providers/cellular_extra.pm:1529
#: ../lib/network/connection/providers/cellular_extra.pm:1534
#, c-format
msgid "Nigeria"
msgstr "尼日利亚"

#: ../lib/network/connection/providers/cellular_extra.pm:1540
#: ../lib/network/connection/providers/cellular_extra.pm:1545
#, c-format
msgid "Nicaragua"
msgstr "尼加拉瓜"

#: ../lib/network/connection/providers/cellular_extra.pm:1550
#: ../lib/network/connection/providers/cellular_extra.pm:1553
#: ../lib/network/connection/providers/cellular_extra.pm:1560
#: ../lib/network/connection/providers/cellular_extra.pm:1565
#: ../lib/network/connection/providers/cellular_extra.pm:1570
#: ../lib/network/connection/providers/cellular_extra.pm:1574
#: ../lib/network/connection/providers/cellular_extra.pm:1579
#: ../lib/network/connection/providers/cellular_extra.pm:1584
#: ../lib/network/connection/providers/xdsl.pm:910
#: ../lib/network/connection/providers/xdsl.pm:919
#: ../lib/network/connection/providers/xdsl.pm:928
#: ../lib/network/connection/providers/xdsl.pm:937
#: ../lib/network/netconnect.pm:34
#, c-format
msgid "Netherlands"
msgstr "荷兰"

#: ../lib/network/connection/providers/cellular_extra.pm:1587
#: ../lib/network/connection/providers/cellular_extra.pm:1594
#: ../lib/network/connection/providers/cellular_extra.pm:1599
#: ../lib/network/connection/providers/cellular_extra.pm:1604
#: ../lib/network/connection/providers/cellular_extra.pm:1609
#: ../lib/network/connection/providers/cellular_extra.pm:1612
#: ../lib/network/connection/providers/cellular_extra.pm:1615
#: ../lib/network/connection/providers/cellular_extra.pm:1618
#: ../lib/network/connection/providers/cellular_extra.pm:1621
#: ../lib/network/connection/providers/cellular_extra.pm:1624
#: ../lib/network/connection/providers/xdsl.pm:946
#: ../lib/network/connection/providers/xdsl.pm:952
#: ../lib/network/connection/providers/xdsl.pm:958
#: ../lib/network/connection/providers/xdsl.pm:964
#: ../lib/network/connection/providers/xdsl.pm:970
#: ../lib/network/connection/providers/xdsl.pm:976
#: ../lib/network/connection/providers/xdsl.pm:982
#, c-format
msgid "Norway"
msgstr "挪威"

#: ../lib/network/connection/providers/cellular_extra.pm:1627
#, c-format
msgid "Nepal"
msgstr "尼泊尔"

#: ../lib/network/connection/providers/cellular_extra.pm:1630
#: ../lib/network/connection/providers/cellular_extra.pm:1635
#: ../lib/network/connection/providers/cellular_extra.pm:1640
#, c-format
msgid "New Zealand"
msgstr "新西兰"

#: ../lib/network/connection/providers/cellular_extra.pm:1645
#: ../lib/network/connection/providers/cellular_extra.pm:1650
#, c-format
msgid "Panama"
msgstr "巴拿马"

#: ../lib/network/connection/providers/cellular_extra.pm:1655
#, c-format
msgid "Oman"
msgstr "阿曼"

#: ../lib/network/connection/providers/cellular_extra.pm:1658
#, c-format
msgid "Peru"
msgstr "秘鲁"

#: ../lib/network/connection/providers/cellular_extra.pm:1663
#: ../lib/network/connection/providers/cellular_extra.pm:1670
#: ../lib/network/connection/providers/cellular_extra.pm:1677
#: ../lib/network/connection/providers/cellular_extra.pm:1680
#, c-format
msgid "Philippines"
msgstr "菲律宾"

#: ../lib/network/connection/providers/cellular_extra.pm:1687
#: ../lib/network/connection/providers/cellular_extra.pm:1692
#: ../lib/network/connection/providers/cellular_extra.pm:1695
#: ../lib/network/connection/providers/cellular_extra.pm:1698
#: ../lib/network/connection/providers/cellular_extra.pm:1703
#: ../lib/network/connection/providers/cellular_extra.pm:1708
#: ../lib/network/connection/providers/xdsl.pm:990
#, c-format
msgid "Pakistan"
msgstr "巴基斯坦"

#: ../lib/network/connection/providers/cellular_extra.pm:1752
#: ../lib/network/connection/providers/cellular_extra.pm:1757
#: ../lib/network/connection/providers/cellular_extra.pm:1762
#: ../lib/network/connection/providers/cellular_extra.pm:1766
#: ../lib/network/connection/providers/cellular_extra.pm:1771
#: ../lib/network/connection/providers/xdsl.pm:1022
#, c-format
msgid "Portugal"
msgstr "葡萄牙"

#: ../lib/network/connection/providers/cellular_extra.pm:1776
#, c-format
msgid "Paraguay"
msgstr "巴拉圭"

#: ../lib/network/connection/providers/cellular_extra.pm:1781
#: ../lib/network/connection/providers/cellular_extra.pm:1786
#: ../lib/network/connection/providers/cellular_extra.pm:1793
#, c-format
msgid "Romania"
msgstr "罗马尼亚"

#: ../lib/network/connection/providers/cellular_extra.pm:1798
#: ../lib/network/connection/providers/cellular_extra.pm:1805
#: ../lib/network/connection/providers/cellular_extra.pm:1811
#: ../lib/network/connection/providers/cellular_extra.pm:1817
#, fuzzy, c-format
msgid "Serbia"
msgstr "服务"

#: ../lib/network/connection/providers/cellular_extra.pm:1823
#: ../lib/network/connection/providers/cellular_extra.pm:1830
#: ../lib/network/connection/providers/cellular_extra.pm:1837
#: ../lib/network/connection/providers/cellular_extra.pm:1842
#: ../lib/network/connection/providers/cellular_extra.pm:1849
#: ../lib/network/connection/providers/cellular_extra.pm:1852
#: ../lib/network/connection/providers/cellular_extra.pm:1857
#: ../lib/network/connection/providers/cellular_extra.pm:1862
#: ../lib/network/connection/providers/cellular_extra.pm:1867
#: ../lib/network/connection/providers/cellular_extra.pm:1872
#: ../lib/network/connection/providers/cellular_extra.pm:1877
#: ../lib/network/connection/providers/cellular_extra.pm:1882
#: ../lib/network/connection/providers/cellular_extra.pm:1887
#: ../lib/network/connection/providers/cellular_extra.pm:1892
#: ../lib/network/connection/providers/cellular_extra.pm:1898
#: ../lib/network/connection/providers/cellular_extra.pm:1903
#: ../lib/network/connection/providers/cellular_extra.pm:1908
#: ../lib/network/connection/providers/cellular_extra.pm:1914
#: ../lib/network/connection/providers/cellular_extra.pm:1920
#: ../lib/network/connection/providers/cellular_extra.pm:1927
#: ../lib/network/connection/providers/cellular_extra.pm:1933
#, c-format
msgid "Russian Federation"
msgstr "俄联邦"

#: ../lib/network/connection/providers/cellular_extra.pm:1938
#: ../lib/network/connection/providers/cellular_extra.pm:1941
#, c-format
msgid "Saudi Arabia"
msgstr "沙特阿拉伯"

#: ../lib/network/connection/providers/cellular_extra.pm:1946
#: ../lib/network/connection/providers/cellular_extra.pm:1949
#: ../lib/network/connection/providers/cellular_extra.pm:1952
#: ../lib/network/connection/providers/cellular_extra.pm:1955
#: ../lib/network/connection/providers/cellular_extra.pm:1958
#: ../lib/network/connection/providers/cellular_extra.pm:1961
#: ../lib/network/connection/providers/cellular_extra.pm:1966
#: ../lib/network/connection/providers/cellular_extra.pm:1969
#: ../lib/network/connection/providers/cellular_extra.pm:1972
#: ../lib/network/connection/providers/xdsl.pm:1249
#, c-format
msgid "Sweden"
msgstr "瑞典"

#: ../lib/network/connection/providers/cellular_extra.pm:1975
#: ../lib/network/connection/providers/cellular_extra.pm:1982
#: ../lib/network/connection/providers/cellular_extra.pm:1987
#: ../lib/network/connection/providers/xdsl.pm:1042
#, c-format
msgid "Singapore"
msgstr "新加坡"

#: ../lib/network/connection/providers/cellular_extra.pm:1993
#: ../lib/network/connection/providers/cellular_extra.pm:2000
#: ../lib/network/connection/providers/cellular_extra.pm:2007
#: ../lib/network/connection/providers/xdsl.pm:1061
#, c-format
msgid "Slovenia"
msgstr "斯洛文尼亚"

#: ../lib/network/connection/providers/cellular_extra.pm:2012
#: ../lib/network/connection/providers/cellular_extra.pm:2017
#: ../lib/network/connection/providers/cellular_extra.pm:2022
#: ../lib/network/connection/providers/cellular_extra.pm:2029
#, c-format
msgid "Slovakia"
msgstr "斯洛伐克"

#: ../lib/network/connection/providers/cellular_extra.pm:2034
#: ../lib/network/connection/providers/xdsl.pm:1051
#, c-format
msgid "Senegal"
msgstr "塞内加尔"

#: ../lib/network/connection/providers/cellular_extra.pm:2039
#, c-format
msgid "El Salvador"
msgstr "萨尔瓦多"

#: ../lib/network/connection/providers/cellular_extra.pm:2044
#: ../lib/network/connection/providers/cellular_extra.pm:2049
#: ../lib/network/connection/providers/cellular_extra.pm:2054
#: ../lib/network/connection/providers/xdsl.pm:1286
#, c-format
msgid "Thailand"
msgstr "泰国"

#: ../lib/network/connection/providers/cellular_extra.pm:2059
#: ../lib/network/connection/providers/cellular_extra.pm:2064
#: ../lib/network/connection/providers/cellular_extra.pm:2069
#: ../lib/network/connection/providers/cellular_extra.pm:2076
#: ../lib/network/connection/providers/cellular_extra.pm:2083
#: ../lib/network/connection/providers/xdsl.pm:1307
#, c-format
msgid "Turkey"
msgstr "土耳其"

#: ../lib/network/connection/providers/cellular_extra.pm:2088
#: ../lib/network/connection/providers/cellular_extra.pm:2093
#, c-format
msgid "Trinidad and Tobago"
msgstr "特立尼达和多巴哥岛"

#: ../lib/network/connection/providers/cellular_extra.pm:2098
#: ../lib/network/connection/providers/cellular_extra.pm:2101
#: ../lib/network/connection/providers/cellular_extra.pm:2104
#: ../lib/network/connection/providers/cellular_extra.pm:2107
#: ../lib/network/connection/providers/cellular_extra.pm:2110
#, c-format
msgid "Taiwan"
msgstr "中国台湾"

#: ../lib/network/connection/providers/cellular_extra.pm:2113
#: ../lib/network/connection/providers/cellular_extra.pm:2118
#: ../lib/network/connection/providers/cellular_extra.pm:2123
#: ../lib/network/connection/providers/cellular_extra.pm:2128
#: ../lib/network/connection/providers/cellular_extra.pm:2133
#: ../lib/network/connection/providers/cellular_extra.pm:2138
#: ../lib/network/connection/providers/cellular_extra.pm:2141
#: ../lib/network/connection/providers/cellular_extra.pm:2146
#: ../lib/network/connection/providers/cellular_extra.pm:2151
#: ../lib/network/connection/providers/cellular_extra.pm:2156
#: ../lib/network/connection/providers/cellular_extra.pm:2162
#: ../lib/network/connection/providers/cellular_extra.pm:2167
#, c-format
msgid "Ukraine"
msgstr "乌克兰"

#: ../lib/network/connection/providers/cellular_extra.pm:2170
#, c-format
msgid "Uganda"
msgstr "乌干达"

#: ../lib/network/connection/providers/cellular_extra.pm:2226
#: ../lib/network/connection/providers/cellular_extra.pm:2231
#: ../lib/network/connection/providers/cellular_extra.pm:2236
#, c-format
msgid "Uruguay"
msgstr "乌拉圭"

#: ../lib/network/connection/providers/cellular_extra.pm:2241
#, c-format
msgid "Uzbekistan"
msgstr "乌兹别克斯坦"

#: ../lib/network/connection/providers/cellular_extra.pm:2246
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "圣文森特和格林纳丁斯"

#: ../lib/network/connection/providers/cellular_extra.pm:2251
#, c-format
msgid "Venezuela"
msgstr "委内瑞拉"

#: ../lib/network/connection/providers/cellular_extra.pm:2255
#: ../lib/network/connection/providers/cellular_extra.pm:2262
#: ../lib/network/connection/providers/cellular_extra.pm:2267
#: ../lib/network/connection/providers/cellular_extra.pm:2272
#: ../lib/network/connection/providers/cellular_extra.pm:2277
#, c-format
msgid "South Africa"
msgstr "南非"

#: ../lib/network/connection/providers/xdsl.pm:47
#: ../lib/network/connection/providers/xdsl.pm:57
#, c-format
msgid "Algeria"
msgstr "阿尔及利亚"

#: ../lib/network/connection/providers/xdsl.pm:87
#: ../lib/network/connection/providers/xdsl.pm:446
#: ../lib/network/connection/providers/xdsl.pm:650
#: ../lib/network/connection/providers/xdsl.pm:668
#: ../lib/network/connection/providers/xdsl.pm:787
#: ../lib/network/connection/providers/xdsl.pm:1258
#, c-format
msgid "Any"
msgstr "任何"

#: ../lib/network/connection/providers/xdsl.pm:1031
#, c-format
msgid "Russia"
msgstr "俄罗斯"

#: ../lib/network/connection/providers/xdsl.pm:1296
#, c-format
msgid "Tunisia"
msgstr "突尼斯"

#: ../lib/network/connection/wireless.pm:13
#, c-format
msgid "Wireless"
msgstr "无线"

#: ../lib/network/connection/wireless.pm:14
#, c-format
msgid "Wireless (Wi-Fi)"
msgstr "无线(Wi-Fi)"

#: ../lib/network/connection/wireless.pm:30
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "使用 Windows 驱动程序(通过 ndiswrapper)"

#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Open WEP"
msgstr "开放 WEP"

#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "Restricted WEP"
msgstr "限制 WEP"

#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr "WPA/WPA2 预共享密钥"

#: ../lib/network/connection/wireless.pm:50
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr "WPA/WPA2 企业"

#: ../lib/network/connection/wireless.pm:291
#, c-format
msgid "Windows driver"
msgstr "Window 驱动程序"

#: ../lib/network/connection/wireless.pm:379
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr "您的无线网卡已经禁用,请先启用无线开关。"

#: ../lib/network/connection/wireless.pm:469
#, c-format
msgid "Wireless settings"
msgstr "无线设置"

#: ../lib/network/connection/wireless.pm:474
#: ../lib/network/connection_manager.pm:280
#: ../lib/network/drakconnect/edit.pm:236
#, c-format
msgid "Operating Mode"
msgstr "操作模式"

#: ../lib/network/connection/wireless.pm:475
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"

#: ../lib/network/connection/wireless.pm:475
#, c-format
msgid "Managed"
msgstr "受控的"

#: ../lib/network/connection/wireless.pm:475
#, c-format
msgid "Master"
msgstr "主要的"

#: ../lib/network/connection/wireless.pm:475
#, c-format
msgid "Repeater"
msgstr "转发器"

#: ../lib/network/connection/wireless.pm:475
#, c-format
msgid "Secondary"
msgstr "次要的"

#: ../lib/network/connection/wireless.pm:475
#, c-format
msgid "Auto"
msgstr "自动"

#: ../lib/network/connection/wireless.pm:478
#: ../lib/network/drakconnect/edit.pm:237
#, c-format
msgid "Network name (ESSID)"
msgstr "网络名称(ESSID)"

#: ../lib/network/connection/wireless.pm:480
#, c-format
msgid "Encryption mode"
msgstr "加密模式"

#: ../lib/network/connection/wireless.pm:482
#: ../lib/network/drakconnect/edit.pm:251
#, c-format
msgid "Encryption key"
msgstr "加密密钥"

#: ../lib/network/connection/wireless.pm:485
#, c-format
msgid "Hide password"
msgstr "隐藏密码"

#: ../lib/network/connection/wireless.pm:487
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr "将此密钥强制使用为 ASCII 字符串(如 Livebox)"

#: ../lib/network/connection/wireless.pm:494
#, c-format
msgid "EAP Login/Username"
msgstr "EAP 登录/用户名"

#: ../lib/network/connection/wireless.pm:496
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
"need to specify domain then try the untested syntax\n"
"  DOMAIN\\username"
msgstr ""
"登录或用户名。格式为纯文本。如果您需要指定域名,请使\n"
"用以下格式\n"
"  域\\用户名"

#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "EAP Password"
msgstr "EAP 密码"

#: ../lib/network/connection/wireless.pm:502
#, c-format
msgid ""
" Password: A string.\n"
"Note that this is not the same thing as a psk.\n"
"____________________________________________________\n"
"RELATED ADDITIONAL INFORMATION:\n"
"In the Advanced Page, you can select which EAP mode\n"
"is used for authentication. For the eap mode setting\n"
"   Auto Detect: implies all possible modes are tried.\n"
"\n"
"If Auto Detect fails, try the PEAP TTLS combo bofore others\n"
"Note:\n"
"\tThe settings MD5, MSCHAPV2, OTP and GTC imply\n"
"automatically PEAP and TTLS modes.\n"
"  TLS mode is completely certificate based and may ignore\n"
"the username and password values specified here."
msgstr ""
" 密码: 字符串。\n"
"请注意,这与 psk 不一样。\n"
"____________________________________________________\n"
"相关的额外信息:\n"
"在高级页面中,您可以选择进行身份验证的 EAP 模式。对于\n"
"EAP 模式设置来说,\n"
"   自动检测: 代表尝试各种可能的模式。\n"
"\n"
"如果自动检测失败,则首先尝试 PEAP TTLS 组合\n"
"注意:\n"
"\t设置 MD5、MSCHAPV2、OTP 和 GTC 代表自动 PEAP 和 TTLS\n"
"模式。\n"
"  TLS 模式完全基于证书,可能在此指定的用户名和密码无效。"

#: ../lib/network/connection/wireless.pm:516
#, c-format
msgid "EAP client certificate"
msgstr "EAP 客户证书"

#: ../lib/network/connection/wireless.pm:518
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
"only used for EAP certificate based authentication. It could be\n"
"considered as the alternative to username/password combo.\n"
" Note: other related settings are shown on the Advanced page."
msgstr ""
"客户端证书的完整路径和文件名。这仅用于基于身份验证的 EAP 证书。\n"
"证书可视为用户名/密码组合的代替品。\n"
" 注意: 其它相关设置显示于高级页面中。"

#: ../lib/network/connection/wireless.pm:522
#: ../lib/network/drakconnect/edit.pm:238
#, c-format
msgid "Network ID"
msgstr "网络 ID"

#: ../lib/network/connection/wireless.pm:523
#: ../lib/network/drakconnect/edit.pm:239
#, c-format
msgid "Operating frequency"
msgstr "运行频率"

#: ../lib/network/connection/wireless.pm:524
#: ../lib/network/drakconnect/edit.pm:240
#, c-format
msgid "Sensitivity threshold"
msgstr "灵敏度阀值"

#: ../lib/network/connection/wireless.pm:525
#: ../lib/network/drakconnect/edit.pm:241
#, c-format
msgid "Bitrate (in b/s)"
msgstr "比特率(每秒比特数, b/s)"

#: ../lib/network/connection/wireless.pm:526
#: ../lib/network/drakconnect/edit.pm:252
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"

#: ../lib/network/connection/wireless.pm:527
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
"the\n"
"channel is clear. This adds overhead, but increase performance in case of "
"hidden\n"
"nodes or large number of active nodes. This parameter sets the size of the\n"
"smallest packet for which the node sends RTS, a value equal to the maximum\n"
"packet size disable the scheme. You may also set this parameter to auto, "
"fixed\n"
"or off."
msgstr ""
"RTS/CTS 在每个信息包发出以前添加一个握手动作, 以保证信道是空的。这会添加开"
"销, \n"
"但会增加有隐藏节点和很多活跃节点时的性能。这个参数设置了节点发出 RTS 的最小"
"包\n"
"的大小, 一个等于中止计划的值的大小。您也可以设置这个值为自动、固定或者关闭。"

#: ../lib/network/connection/wireless.pm:534
#: ../lib/network/drakconnect/edit.pm:253
#, c-format
msgid "Fragmentation"
msgstr "块"

#: ../lib/network/connection/wireless.pm:535
#: ../lib/network/drakconnect/edit.pm:254
#, c-format
msgid "iwconfig command extra arguments"
msgstr "iwconfig 命令的额外参数"

#: ../lib/network/connection/wireless.pm:536
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
"ap, channel, commit, enc, power, retry, sens, txpower (nick is already set "
"as the hostname).\n"
"\n"
"See iwconfig(8) man page for further information."
msgstr ""
"您可在此配置一些额外的无线参数, 如:\n"
"ap, channel, commit, enc, power, retry, sens, txpower(nick 已经设定为主机名"
"了)。\n"
"\n"
"请参看 iwconfig(8) man page 中的更多信息。"

#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
#: ../lib/network/connection/wireless.pm:543
#: ../lib/network/drakconnect/edit.pm:255
#, c-format
msgid "iwspy command extra arguments"
msgstr "iwspy 命令的额外参数"

#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
"interface and to read back quality of link information for each of those.\n"
"\n"
"This information is the same as the one available in /proc/net/wireless :\n"
"quality of the link, signal strength and noise level.\n"
"\n"
"See iwpspy(8) man page for further information."
msgstr ""
"iwspy 可在无线网卡中设置地址列表, 并会逐一回读连接信息的质量。\n"
"\n"
"此信息与 /proc/net/wireless 中的相同: \n"
"连接质量、信号强度和噪声级别。\n"
"\n"
"请参看 iwpspy(8) man page 中的更多信息。"

#: ../lib/network/connection/wireless.pm:552
#: ../lib/network/drakconnect/edit.pm:256
#, c-format
msgid "iwpriv command extra arguments"
msgstr "iwpriv 命令的额外参数"

#: ../lib/network/connection/wireless.pm:554
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
"network\n"
"interface.\n"
"\n"
"iwpriv deals with parameters and setting specific to each driver (as opposed "
"to\n"
"iwconfig which deals with generic ones).\n"
"\n"
"In theory, the documentation of each device driver should indicate how to "
"use\n"
"those interface specific commands and their effect.\n"
"\n"
"See iwpriv(8) man page for further information."
msgstr ""
"iwpriv 允许为无线网卡设置可选(私有)的参数。\n"
"\n"
"iwpriv 会分析您所给出的参数, 并对每个驱动程序分别加以设置(这与设置通用参数"
"的\n"
"iwconfig 刚好相反)。\n"
"\n"
"从道理上说, 每个设备驱动程序的文档都应该明示了如何使用这些网卡特定的命令及"
"命\n"
"令的效果。\n"
"\n"
"请参看 iwpriv(8) man page 中的更多信息。"

#: ../lib/network/connection/wireless.pm:565
#, c-format
msgid "EAP Protocol"
msgstr "EAP 协议"

#: ../lib/network/connection/wireless.pm:566
#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "Auto Detect"
msgstr "自动检测"

#: ../lib/network/connection/wireless.pm:566
#, c-format
msgid "WPA2"
msgstr "WPA2"

#: ../lib/network/connection/wireless.pm:566
#, c-format
msgid "WPA"
msgstr "WPA"

#: ../lib/network/connection/wireless.pm:568
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr "推荐使用自动检测,因为它首先尝试 WPA 第2版,失败后再尝试 WPA 第1版"

#: ../lib/network/connection/wireless.pm:570
#, c-format
msgid "EAP Mode"
msgstr "EAP 模式"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "PEAP"
msgstr "PEAP"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "TTLS"
msgstr "TTLS"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "TLS"
msgstr "TLS"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "MSCHAPV2"
msgstr "MSCHAPV2"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "MD5"
msgstr "MD5"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "OTP"
msgstr "OTP"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "GTC"
msgstr "GTC"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "LEAP"
msgstr "LEAP"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "PEAP TTLS"
msgstr "PEAP TTLS"

#: ../lib/network/connection/wireless.pm:571
#, c-format
msgid "TTLS TLS"
msgstr "TTLS TLS"

#: ../lib/network/connection/wireless.pm:573
#, c-format
msgid "EAP key_mgmt"
msgstr "EAP key_mgmt"

#: ../lib/network/connection/wireless.pm:575
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""
"列出可接受的身份验证密钥管理协议。\n"
"可能的值包括 WPA-EAP、\n"
"IEEE8021X、无"

#: ../lib/network/connection/wireless.pm:577
#, c-format
msgid "EAP outer identity"
msgstr "EAP 外部身份"

#: ../lib/network/connection/wireless.pm:579
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
"unencrypted identity with EAP types that support different\n"
"tunnelled identity, e.g., TTLS"
msgstr ""
"EAP 的匿名身份字符串: 用于支持不同的隧道身份的 EAP 不\n"
"加密身份类型,如 TTLS"

#: ../lib/network/connection/wireless.pm:582
#, c-format
msgid "EAP phase2"
msgstr "EAP phase2"

#: ../lib/network/connection/wireless.pm:584
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
"input is string with field-value pairs, Examples:\n"
"auth=MSCHAPV2 for PEAP or\n"
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""

#: ../lib/network/connection/wireless.pm:588
#, c-format
msgid "EAP CA certificate"
msgstr "EAP CA 证书"

#: ../lib/network/connection/wireless.pm:590
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
"can have one or more trusted CA certificates. If ca_cert are not\n"
"included, server certificate will not be verified. If possible,\n"
"a trusted CA certificate should always be configured\n"
"when using TLS or TTLS or PEAP."
msgstr ""
"CA 证书文件(PEM/DER)的完整文件路径。此文件可以包含一个或多个\n"
"可信任的 CA 证书。如果不包括 CA 证书,则服务器证书无法验证。\n"
"如果可能的话,当使用 TLS 或 TTLS 或 PEAP 时总是应该配置可信的\n"
"CA 证书。"

#: ../lib/network/connection/wireless.pm:595
#, c-format
msgid "EAP certificate subject match"
msgstr "EAP 证书主题匹配"

#: ../lib/network/connection/wireless.pm:597
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
"the authentication server certificate. If this string is set,\n"
"the server certificate is only accepted if it contains this\n"
"string in the subject.  The subject string is in following format:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""

#: ../lib/network/connection/wireless.pm:602
#, c-format
msgid "Extra directives"
msgstr "额外指令"

#: ../lib/network/connection/wireless.pm:603
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
"The expected format is a string field=value pair. Multiple values\n"
"maybe specified, separating each value with the # character.\n"
"Note: directives are passed unchecked and may cause the wpa\n"
"negotiation to fail silently. Supported directives are preserved\n"
"across editing.\n"
"Supported directives are :\n"
"\tdisabled, id_str, bssid, priority, auth_alg, eapol_flags,\n"
"\tproactive_key_caching, peerkey, ca_path, private_key,\n"
"\tprivate_key_passwd, dh_file, altsubject_match, phase1,\n"
"\tfragment_size and eap_workaround, pairwise, group\n"
"\tOthers such as key_mgmt, eap maybe used to force\n"
"\tspecial settings different from the U.I settings."
msgstr ""

#: ../lib/network/connection/wireless.pm:623
#, c-format
msgid "An encryption key is required."
msgstr "需要加密密钥。"

#: ../lib/network/connection/wireless.pm:630
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr "预共享密钥应该由 8 到 63 位 ASCII 字符或者 64 位十六进制字符组成。"

#: ../lib/network/connection/wireless.pm:636
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr "WEP 密钥应该至少由 %d 位 ASCII 字符或 %d 位十六进制字符组成。"

#: ../lib/network/connection/wireless.pm:643
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
"frequency), or add enough '0' (zeroes)."
msgstr ""
"频率应该有后缀 k, M 或 G(如“2.46G”代表 2.46 GHz 频率), 或者后带足够"
"的“0”(零)。"

#: ../lib/network/connection/wireless.pm:649
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr "速度应该有后缀 k, M 或 G(如“11M”代表 11M), 或者后带足够的“0”(零)。"

#: ../lib/network/connection/wireless.pm:661
#, c-format
msgid "Allow access point roaming"
msgstr "允许访问点漫游"

#: ../lib/network/connection/wireless.pm:786
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "将无线网络“%s”关联到网卡 %s 上"

#: ../lib/network/connection/wireless.pm:787
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "网卡 %s 丢失了到无线网络的关联"

#: ../lib/network/connection/xdsl.pm:8
#, c-format
msgid "DSL"
msgstr "DSL"

#: ../lib/network/connection/xdsl.pm:97 ../lib/network/netconnect.pm:789
#, c-format
msgid "Alcatel speedtouch USB modem"
msgstr "阿尔卡特 Speedtouch USB 调制解调器"

#: ../lib/network/connection/xdsl.pm:125
#, c-format
msgid ""
"The ECI Hi-Focus modem cannot be supported due to binary driver distribution "
"problem.\n"
"\n"
"You can find a driver on http://eciadsl.flashtux.org/"
msgstr ""
"ECI Hi-Focus 调制解调器不被支持, 这是由于二进制驱动程序发行上的原因。\n"
"\n"
"您可以在此网站: http://eciadsl.flashtux.org/ 找到驱动程序。"

#: ../lib/network/connection/xdsl.pm:185
#, c-format
msgid ""
"Modems using Conexant AccessRunner chipsets cannot be supported due to "
"binary firmware distribution problem."
msgstr ""
"由于二进制固件发行问题,无法支持使用 Conexant AccessRunner 芯片的调制解调器。"

#: ../lib/network/connection/xdsl.pm:205
#, c-format
msgid "DSL over CAPI"
msgstr "CAPI 上的 DSL"

#: ../lib/network/connection/xdsl.pm:208
#, c-format
msgid "Dynamic Host Configuration Protocol (DHCP)"
msgstr "动态主机配置协议(DHCP)"

#: ../lib/network/connection/xdsl.pm:209
#, c-format
msgid "Manual TCP/IP configuration"
msgstr "手工配置 TCP/IP"

#: ../lib/network/connection/xdsl.pm:210
#, c-format
msgid "Point to Point Tunneling Protocol (PPTP)"
msgstr "点对点隧道协议(PPTP)"

#: ../lib/network/connection/xdsl.pm:211
#, c-format
msgid "PPP over Ethernet (PPPoE)"
msgstr "以太网上的点对点协议(PPPoE)"

#: ../lib/network/connection/xdsl.pm:212
#, c-format
msgid "PPP over ATM (PPPoA)"
msgstr "异步传输模式下的点对点协议(PPPoA)"

#: ../lib/network/connection/xdsl.pm:252
#, c-format
msgid "Virtual Path ID (VPI):"
msgstr "虚拟路径 ID (VPI):"

#: ../lib/network/connection/xdsl.pm:253
#, c-format
msgid "Virtual Circuit ID (VCI):"
msgstr "虚拟电路 ID (VCI):"

#: ../lib/network/connection/xdsl.pm:361
#: ../lib/network/connection_manager.pm:62 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:135 ../lib/network/thirdparty.pm:123
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "无法安装软件包(%s)!"

#: ../lib/network/connection_manager.pm:74
#: ../lib/network/connection_manager.pm:89 ../lib/network/netconnect.pm:186
#, c-format
msgid "Configuring device..."
msgstr "正在配置设备..."

#: ../lib/network/connection_manager.pm:79
#: ../lib/network/connection_manager.pm:144
#, c-format
msgid "Network settings"
msgstr "网络设置"

#: ../lib/network/connection_manager.pm:80
#: ../lib/network/connection_manager.pm:145
#, c-format
msgid "Please enter settings for network"
msgstr "请输入网络设置"

#: ../lib/network/connection_manager.pm:223
#: ../lib/network/connection_manager.pm:481 ../lib/network/drakvpn.pm:100
#, c-format
msgid "Connection failed."
msgstr "连接失败。"

#: ../lib/network/connection_manager.pm:235
#, c-format
msgid "Disconnecting..."
msgstr "正在断开连接..."

#: ../lib/network/connection_manager.pm:277
#, c-format
msgid "SSID"
msgstr "SSID"

#: ../lib/network/connection_manager.pm:278
#, c-format
msgid "Signal strength"
msgstr "信号强度"

#: ../lib/network/connection_manager.pm:279
#, c-format
msgid "Encryption"
msgstr "加密"

#: ../lib/network/connection_manager.pm:353 ../lib/network/netconnect.pm:208
#, c-format
msgid "Scanning for networks..."
msgstr "正在扫描网络..."

#: ../lib/network/connection_manager.pm:402 ../lib/network/drakroam.pm:91
#, c-format
msgid "Disconnect"
msgstr "断开连接"

#: ../lib/network/connection_manager.pm:402 ../lib/network/drakroam.pm:90
#, c-format
msgid "Connect"
msgstr "连接"

#: ../lib/network/connection_manager.pm:447
#, c-format
msgid "Hostname changed to \"%s\""
msgstr "主机名更改为“%s”"

#: ../lib/network/drakconnect/delete.pm:12
#, c-format
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""

#: ../lib/network/drakconnect/delete.pm:21
#, fuzzy, c-format
msgid "Remove a network interface"
msgstr "网卡"

#: ../lib/network/drakconnect/delete.pm:25
#, fuzzy, c-format
msgid "Select the network interface to remove:"
msgstr "选择要配置的网卡: "

#: ../lib/network/drakconnect/delete.pm:58
#, fuzzy, c-format
msgid ""
"An error occurred while deleting the \"%s\" network interface:\n"
"\n"
"%s"
msgstr ""
"重新启动网络时发生错误:\n"
"\n"
"%s"

#: ../lib/network/drakconnect/delete.pm:59
#, fuzzy, c-format
msgid ""
"Congratulations, the \"%s\" network interface has been successfully deleted"
msgstr "恭喜, 网络和 Internet 配置完成。"

#: ../lib/network/drakconnect/edit.pm:23
#, fuzzy, c-format
msgid "Manage connections"
msgstr "管理 VPN 连接"

#: ../lib/network/drakconnect/edit.pm:50 ../lib/network/drakroam.pm:85
#, c-format
msgid "Device: "
msgstr "设备: "

#: ../lib/network/drakconnect/edit.pm:132
#, fuzzy, c-format
msgid "IP configuration"
msgstr "VPN 配置"

#: ../lib/network/drakconnect/edit.pm:167
#, fuzzy, c-format
msgid "DNS servers"
msgstr "DNS 服务器 1"

#: ../lib/network/drakconnect/edit.pm:173
#, fuzzy, c-format
msgid "Search Domain"
msgstr "搜索网域"

#: ../lib/network/drakconnect/edit.pm:181
#, c-format
msgid "none"
msgstr ""

#: ../lib/network/drakconnect/edit.pm:181
#, fuzzy, c-format
msgid "static"
msgstr "自动"

#: ../lib/network/drakconnect/edit.pm:181
#, c-format
msgid "DHCP"
msgstr ""

#: ../lib/network/drakconnect/edit.pm:264
#, fuzzy, c-format
msgid "Start at boot"
msgstr "开机时启动"

#: ../lib/network/drakconnect/edit.pm:276 ../lib/network/netconnect.pm:352
#, c-format
msgid "Dialing mode"
msgstr "拨号模式"

#: ../lib/network/drakconnect/edit.pm:281
#: ../lib/network/drakconnect/edit.pm:348 ../lib/network/netconnect.pm:353
#, c-format
msgid "Connection speed"
msgstr "连接速率"

#: ../lib/network/drakconnect/edit.pm:286 ../lib/network/netconnect.pm:354
#, c-format
msgid "Connection timeout (in sec)"
msgstr "连接超时(秒)"

#: ../lib/network/drakconnect/edit.pm:324 ../lib/network/netconnect.pm:349
#, c-format
msgid "Provider phone number"
msgstr "服务商电话号码"

#: ../lib/network/drakconnect/edit.pm:346
#, fuzzy, c-format
msgid "Flow control"
msgstr "<control>Q"

#: ../lib/network/drakconnect/edit.pm:347
#, c-format
msgid "Line termination"
msgstr ""

#: ../lib/network/drakconnect/edit.pm:358
#, fuzzy, c-format
msgid "Modem timeout"
msgstr "调制解调器连接"

#: ../lib/network/drakconnect/edit.pm:362
#, fuzzy, c-format
msgid "Use lock file"
msgstr "选择文件"

#: ../lib/network/drakconnect/edit.pm:364
#, c-format
msgid "Wait for dialup tone before dialing"
msgstr ""

#: ../lib/network/drakconnect/edit.pm:367
#, fuzzy, c-format
msgid "Busy wait"
msgstr "科威特"

#: ../lib/network/drakconnect/edit.pm:372
#, fuzzy, c-format
msgid "Modem sound"
msgstr "调制解调器"

#: ../lib/network/drakconnect/edit.pm:385 ../lib/network/netconnect.pm:357
#, c-format
msgid "Card IRQ"
msgstr "网卡的 IRQ"

#: ../lib/network/drakconnect/edit.pm:386 ../lib/network/netconnect.pm:358
#, c-format
msgid "Card mem (DMA)"
msgstr "网卡内存(DMA)"

#: ../lib/network/drakconnect/edit.pm:387 ../lib/network/netconnect.pm:359
#, c-format
msgid "Card IO"
msgstr "网卡 IO"

#: ../lib/network/drakconnect/edit.pm:388 ../lib/network/netconnect.pm:360
#, c-format
msgid "Card IO_0"
msgstr "网卡 IO_0"

#: ../lib/network/drakconnect/edit.pm:394 ../lib/network/netconnect.pm:71
#, c-format
msgid "European protocol (EDSS1)"
msgstr "欧洲协议(EDSS1)"

#: ../lib/network/drakconnect/edit.pm:395 ../lib/network/netconnect.pm:72
#, c-format
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
msgstr ""
"世界其它地区的协议\n"
"没有 D-信道(专线)"

#: ../lib/network/drakconnect/edit.pm:422
#, c-format
msgid "Vendor"
msgstr ""

#: ../lib/network/drakconnect/edit.pm:424
#, c-format
msgid "Media class"
msgstr ""

#: ../lib/network/drakconnect/edit.pm:425
#, fuzzy, c-format
msgid "Module name"
msgstr "模块"

#: ../lib/network/drakconnect/edit.pm:426
#, fuzzy, c-format
msgid "Mac Address"
msgstr "真实地址"

#: ../lib/network/drakconnect/edit.pm:427
#, fuzzy, c-format
msgid "Bus"
msgstr "白俄罗斯"

#: ../lib/network/drakconnect/edit.pm:428
#, c-format
msgid "Location on the bus"
msgstr ""

#: ../lib/network/drakconnect/edit.pm:519 ../lib/network/netconnect.pm:832
#, c-format
msgid "Gateway address should be in format 1.2.3.4"
msgstr "网关地址的格式应该是 1.2.3.4"

#: ../lib/network/drakconnect/global.pm:27
#, fuzzy, c-format
msgid "Gateway:"
msgstr "网关"

#: ../lib/network/drakconnect/global.pm:27
#, fuzzy, c-format
msgid "Interface:"
msgstr "网卡"

#: ../lib/network/drakconnect/global.pm:30
#, fuzzy, c-format
msgid "Internet connection configuration"
msgstr "尚未配置 Internet 连接"

#: ../lib/network/drakconnect/global.pm:35
#, fuzzy, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mageia Control Center"
msgstr ""
"您从未配置过 Internet 连接。\n"
"请从 Mageia 控制中心运行“%s”助手"

#: ../lib/network/drakconnect/global.pm:50
#, fuzzy, c-format
msgid "Host name (optional)"
msgstr "首选 DNS 服务器(可选)"

#: ../lib/network/drakconnect/global.pm:51 ../lib/network/netconnect.pm:651
#, c-format
msgid "First DNS Server (optional)"
msgstr "首选 DNS 服务器(可选)"

#: ../lib/network/drakconnect/global.pm:52 ../lib/network/netconnect.pm:652
#, c-format
msgid "Second DNS Server (optional)"
msgstr "备选 DNS 服务器(可选)"

#: ../lib/network/drakconnect/global.pm:53
#, fuzzy, c-format
msgid "Third DNS server (optional)"
msgstr "首选 DNS 服务器(可选)"

#: ../lib/network/drakconnect/global.pm:75
#, fuzzy, c-format
msgid "Internet Connection Configuration"
msgstr "连接配置"

#: ../lib/network/drakconnect/global.pm:76
#, fuzzy, c-format
msgid "Internet access"
msgstr "打印机访问"

#: ../lib/network/drakconnect/global.pm:78
#, fuzzy, c-format
msgid "Connection type: "
msgstr "连接时间: "

#: ../lib/network/drakconnect/global.pm:81
#, fuzzy, c-format
msgid "Status:"
msgstr "状态"

#: ../lib/network/drakconnect/global.pm:82 ../lib/network/netconnect.pm:305
#: ../lib/network/netconnect.pm:733
#, c-format
msgid "Testing your connection..."
msgstr "正在测试您的连接..."

#: ../lib/network/drakconnect/global.pm:86
#, fuzzy, c-format
msgid "Parameters"
msgstr "IP 参数"

#: ../lib/network/drakfirewall.pm:14
#, c-format
msgid "Web Server"
msgstr "Web 服务器"

#: ../lib/network/drakfirewall.pm:19
#, c-format
msgid "Domain Name Server"
msgstr "域名服务器"

#: ../lib/network/drakfirewall.pm:24
#, c-format
msgid "SSH server"
msgstr "SSH 服务器"

#: ../lib/network/drakfirewall.pm:29
#, c-format
msgid "FTP server"
msgstr "FTP 服务器"

#: ../lib/network/drakfirewall.pm:34
#, c-format
msgid "DHCP Server"
msgstr "DHCP 服务器"

#: ../lib/network/drakfirewall.pm:40
#, c-format
msgid "Mail Server"
msgstr "邮件服务器"

#: ../lib/network/drakfirewall.pm:45
#, c-format
msgid "POP and IMAP Server"
msgstr "POP 和 IMAP 服务器"

#: ../lib/network/drakfirewall.pm:50
#, c-format
msgid "Telnet server"
msgstr "Telnet 服务器"

#: ../lib/network/drakfirewall.pm:56
#, c-format
msgid "NFS Server"
msgstr "NFS 服务器"

#: ../lib/network/drakfirewall.pm:64
#, c-format
msgid "Windows Files Sharing (SMB)"
msgstr "Windows 文件共享(SMB)"

#: ../lib/network/drakfirewall.pm:70
#, c-format
msgid "Bacula backup"
msgstr "Bacula 备份"

#: ../lib/network/drakfirewall.pm:76
#, c-format
msgid "Syslog network logging"
msgstr "系统日志网络日志"

#: ../lib/network/drakfirewall.pm:82
#, c-format
msgid "CUPS server"
msgstr "CUPS 服务器"

#: ../lib/network/drakfirewall.pm:88
#, c-format
msgid "MySQL server"
msgstr "MySQL 服务器"

#: ../lib/network/drakfirewall.pm:94
#, c-format
msgid "PostgreSQL server"
msgstr "PostgreSQL 服务器"

#: ../lib/network/drakfirewall.pm:100
#, c-format
msgid "Echo request (ping)"
msgstr "回显请求(ping)"

#: ../lib/network/drakfirewall.pm:105
#, c-format
msgid "Network services autodiscovery (zeroconf and slp)"
msgstr "网络服务自动发现(zeroconf 和 slp)"

#: ../lib/network/drakfirewall.pm:110
#, c-format
msgid "BitTorrent"
msgstr "BitTorrent"

#: ../lib/network/drakfirewall.pm:116
#, c-format
msgid "Windows Mobile device synchronization"
msgstr "Windows Mobile 设备同步"

#: ../lib/network/drakfirewall.pm:125
#, c-format
msgid "Port scan detection"
msgstr "端口扫描检测"

#: ../lib/network/drakfirewall.pm:224 ../lib/network/drakfirewall.pm:228
#: ../lib/network/shorewall.pm:75
#, c-format
msgid "Firewall configuration"
msgstr "防火墙配置"

#: ../lib/network/drakfirewall.pm:224
#, c-format
msgid ""
"drakfirewall configurator\n"
"\n"
"This configures a personal firewall for this Mageia machine."
msgstr ""

#: ../lib/network/drakfirewall.pm:228
#, c-format
msgid ""
"drakfirewall configurator\n"
"\n"
"Make sure you have configured your Network/Internet access with\n"
"drakconnect before going any further."
msgstr ""
"“Drak 防火墙”配置\n"
"\n"
"请确定您在继续任何操作前已经用“Drak 连接”配置了您的局域网/Internet 访问。"

#: ../lib/network/drakfirewall.pm:245 ../lib/network/drakfirewall.pm:247
#: ../lib/network/shorewall.pm:167
#, c-format
msgid "Firewall"
msgstr "防火墙"

#: ../lib/network/drakfirewall.pm:248
#, c-format
msgid ""
"You can enter miscellaneous ports. \n"
"Valid examples are: 139/tcp 139/udp 600:610/tcp 600:610/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
"您可以输入各种端口。\n"
"例如, 可以这样: 139/tcp 139/udp 600:610/tcp 600:610/udp。\n"
"请参考 /etc/services 文件。"

#: ../lib/network/drakfirewall.pm:254
#, c-format
msgid ""
"Invalid port given: %s.\n"
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535.\n"
"\n"
"You can also give a range of ports (eg: 24300:24350/udp)"
msgstr ""
"指定的端口无效: %s\n"
"正确的格式是“port/tcp”或“port/udp”, \n"
"其中 port 要在 1 和 65535 之间。\n"
"\n"
"您也可以给出端口范围(如: 24300:24350/udp)"

#: ../lib/network/drakfirewall.pm:264
#, c-format
msgid "Which services would you like to allow the Internet to connect to?"
msgstr "您想要本机上开放哪些服务?"

#: ../lib/network/drakfirewall.pm:265 ../lib/network/netconnect.pm:127
#: ../lib/network/network.pm:549
#, c-format
msgid "Those settings will be saved for the network profile <b>%s</b>"
msgstr "这些设置将会保存在网络配置文件 <b>%s</b> 中"

#: ../lib/network/drakfirewall.pm:266
#, c-format
msgid "Everything (no firewall)"
msgstr "全部(无防火墙)"

#: ../lib/network/drakfirewall.pm:268
#, c-format
msgid "Other ports"
msgstr "其它端口"

#: ../lib/network/drakfirewall.pm:269
#, c-format
msgid "Log firewall messages in system logs"
msgstr "在系统日志中记录防火墙消息"

#: ../lib/network/drakfirewall.pm:311
#, c-format
msgid ""
"You can be warned when someone accesses to a service or tries to intrude "
"into your computer.\n"
"Please select which network activities should be watched."
msgstr ""
"您可以选择在有人访问本机上的服务或试图入侵您的计算机时得到警报。\n"
"请选择应监视何种网络活动。"

#: ../lib/network/drakfirewall.pm:316
#, c-format
msgid "Use Interactive Firewall"
msgstr "使用交互式防火墙"

#: ../lib/network/drakroam.pm:22
#, c-format
msgid "No device found"
msgstr "没有发现设备"

#: ../lib/network/drakroam.pm:89 ../lib/network/netcenter.pm:66
#, c-format
msgid "Configure"
msgstr "配置"

#: ../lib/network/drakroam.pm:92 ../lib/network/netcenter.pm:71
#, c-format
msgid "Refresh"
msgstr "刷新"

#: ../lib/network/drakroam.pm:103 ../lib/network/netconnect.pm:795
#, c-format
msgid "Wireless connection"
msgstr "无线连接"

#: ../lib/network/drakvpn.pm:30
#, c-format
msgid "VPN configuration"
msgstr "VPN 配置"

#: ../lib/network/drakvpn.pm:34
#, c-format
msgid "Choose the VPN type"
msgstr "选择 VPN 类型"

#: ../lib/network/drakvpn.pm:49
#, c-format
msgid "Initializing tools and detecting devices for %s..."
msgstr "正在初始化工具和检测 %s 设备..."

#: ../lib/network/drakvpn.pm:52
#, c-format
msgid "Unable to initialize %s connection type!"
msgstr "无法初始化 %s 连接类型!"

#: ../lib/network/drakvpn.pm:60
#, c-format
msgid "Please select an existing VPN connection or enter a new name."
msgstr "请选择现有的 VPN 连接或者输入新名称。"

#: ../lib/network/drakvpn.pm:64
#, c-format
msgid "Configure a new connection..."
msgstr "配置新连接..."

#: ../lib/network/drakvpn.pm:66
#, c-format
msgid "New name"
msgstr "新名称"

#: ../lib/network/drakvpn.pm:70
#, c-format
msgid "You must select an existing connection or enter a new name."
msgstr "您必须选择已有连接或者输入新名称。"

#: ../lib/network/drakvpn.pm:81
#, c-format
msgid "Please enter the required key(s)"
msgstr "请输入所需密钥"

#: ../lib/network/drakvpn.pm:86
#, c-format
msgid "Please enter the settings of your VPN connection"
msgstr "请输入您 VPN 连接的设置"

#: ../lib/network/drakvpn.pm:94 ../lib/network/netconnect.pm:298
#, c-format
msgid "Do you want to start the connection now?"
msgstr "您现在就想启动连接吗?"

#: ../lib/network/drakvpn.pm:108
#, c-format
msgid ""
"The VPN connection is now configured.\n"
"\n"
"This VPN connection can be automatically started together with a network "
"connection.\n"
"It can be done by reconfiguring the network connection and selecting this "
"VPN connection.\n"
msgstr ""
"VPN 连接现已配置。\n"
"\n"
"此 VPN 连接可以在网络连接有效时自动启动。\n"
"如果您需要这么做的话,请重新配置网络连接,然后选择此 VPN 连接。\n"

#: ../lib/network/ifw.pm:132
#, c-format
msgid "Port scanning"
msgstr "端口扫描"

#: ../lib/network/ifw.pm:133
#, c-format
msgid "Service attack"
msgstr "服务攻击"

#: ../lib/network/ifw.pm:134
#, c-format
msgid "Password cracking"
msgstr "密码破解"

#: ../lib/network/ifw.pm:135
#, c-format
msgid "New connection"
msgstr "新建连接"

#: ../lib/network/ifw.pm:136
#, c-format
msgid "\"%s\" attack"
msgstr "“%s”攻击"

#: ../lib/network/ifw.pm:138
#, c-format
msgid "A port scanning attack has been attempted by %s."
msgstr "%s 试图进行端口扫描攻击。"

#: ../lib/network/ifw.pm:139
#, c-format
msgid "The %s service has been attacked by %s."
msgstr "%s 服务已被 %s 攻击。"

#: ../lib/network/ifw.pm:140
#, c-format
msgid "A password cracking attack has been attempted by %s."
msgstr "%s 正在尝试密码破解攻击。"

#: ../lib/network/ifw.pm:141
#, c-format
msgid "%s is connecting on the %s service."
msgstr "%s 正连接到 %s 服务。"

#: ../lib/network/ifw.pm:142
#, c-format
msgid "A \"%s\" attack has been attempted by %s"
msgstr "%2$s 试图进行“%1$s”攻击"

#: ../lib/network/ifw.pm:151
#, c-format
msgid ""
"The \"%s\" application is trying to make a service (%s) available to the "
"network."
msgstr "“%s”应用程序试图成为网络上的服务(%s)。"

#. -PO: this should be kept lowercase since the expression is meant to be used between brackets
#: ../lib/network/ifw.pm:155
#, c-format
msgid "port %d"
msgstr "端口 %d"

#: ../lib/network/modem.pm:42 ../lib/network/modem.pm:43
#: ../lib/network/modem.pm:44 ../lib/network/netconnect.pm:632
#: ../lib/network/netconnect.pm:649 ../lib/network/netconnect.pm:665
#, c-format
msgid "Manual"
msgstr "手动"

#: ../lib/network/modem.pm:42 ../lib/network/modem.pm:43
#: ../lib/network/modem.pm:44 ../lib/network/modem.pm:63
#: ../lib/network/modem.pm:76 ../lib/network/modem.pm:81
#: ../lib/network/modem.pm:110 ../lib/network/netconnect.pm:627
#: ../lib/network/netconnect.pm:632 ../lib/network/netconnect.pm:644
#: ../lib/network/netconnect.pm:649 ../lib/network/netconnect.pm:665
#: ../lib/network/netconnect.pm:667
#, c-format
msgid "Automatic"
msgstr "自动"

#: ../lib/network/ndiswrapper.pm:30
#, c-format
msgid "No device supporting the %s ndiswrapper driver is present!"
msgstr "目前没有支持 %s ndiswrapper 驱动程序的设备!"

#: ../lib/network/ndiswrapper.pm:36
#, c-format
msgid "Please select the correct driver"
msgstr "请选择正确的驱动程序"

#: ../lib/network/ndiswrapper.pm:36
#, c-format
msgid ""
"Please select the Windows driver description (.inf) file, or corresponding "
"driver file (.dll or .o files). Note that only drivers up to Windows XP are "
"supported."
msgstr ""
"请选择 Windows 驱动程序描述(.inf)文件,或者相应的驱动程序文件(.dll 或 .o 文"
"件)。请注意,目前所支持最新的驱动程序是 Windows XP 驱动程序。"

#: ../lib/network/ndiswrapper.pm:45
#, c-format
msgid "Unable to install the %s ndiswrapper driver!"
msgstr "无法安装 %s ndiswrapper 驱动程序!"

#: ../lib/network/ndiswrapper.pm:103
#, c-format
msgid ""
"The selected device has already been configured with the %s driver.\n"
"Do you really want to use a ndiswrapper driver?"
msgstr ""
"所选的设备已经以 %s 驱动程序配置过。\n"
"您真的想要使用 ndiswrapper 驱动程序吗?"

#: ../lib/network/ndiswrapper.pm:118
#, c-format
msgid "Unable to load the ndiswrapper module!"
msgstr "无法装入 ndiswrapper 模块!"

#: ../lib/network/ndiswrapper.pm:124
#, c-format
msgid "Unable to find the ndiswrapper interface!"
msgstr "找不到 ndiswrapper 接口!"

#: ../lib/network/ndiswrapper.pm:137
#, c-format
msgid "Choose an ndiswrapper driver"
msgstr "选择 ndiswrapper 驱动程序"

#: ../lib/network/ndiswrapper.pm:140
#, c-format
msgid "Use the ndiswrapper driver %s"
msgstr "使用 ndiswrapper 驱动程序 %s"

#: ../lib/network/ndiswrapper.pm:140
#, c-format
msgid "Install a new driver"
msgstr "安装新驱动程序"

#: ../lib/network/ndiswrapper.pm:151
#, c-format
msgid "Select a device:"
msgstr "选择设备:"

#. -PO: "Process" is a verb
#: ../lib/network/net_applet/ifw.pm:100
#, fuzzy, c-format
msgid "Process attack"
msgstr "服务攻击"

#: ../lib/network/net_applet/ifw.pm:113
#, fuzzy, c-format
msgid "Interactive Firewall: intrusion detected"
msgstr "交互式防火墙自动模式"

#: ../lib/network/net_applet/ifw.pm:130
#, fuzzy, c-format
msgid "What do you want to do with this attacker?"
msgstr "您想要如何拨打此连接?"

#: ../lib/network/net_applet/ifw.pm:133
#, c-format
msgid "Attack details"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:137
#, c-format
msgid "Attack time: %s"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:138
#, fuzzy, c-format
msgid "Network interface: %s"
msgstr "网卡"

#: ../lib/network/net_applet/ifw.pm:139
#, c-format
msgid "Attack type: %s"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:140
#, fuzzy, c-format
msgid "Protocol: %s"
msgstr "协议"

#: ../lib/network/net_applet/ifw.pm:141
#, fuzzy, c-format
msgid "Attacker IP address: %s"
msgstr "IP 地址: %s"

#: ../lib/network/net_applet/ifw.pm:142
#, c-format
msgid "Attacker hostname: %s"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:145
#, fuzzy, c-format
msgid "Service attacked: %s"
msgstr "服务攻击"

#: ../lib/network/net_applet/ifw.pm:146
#, c-format
msgid "Port attacked: %s"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:148
#, c-format
msgid "Type of ICMP attack: %s"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:153
#, c-format
msgid "Always blacklist (do not ask again)"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:168
#, c-format
msgid "Ignore"
msgstr ""

#: ../lib/network/net_applet/ifw.pm:186 ../lib/network/net_applet/ifw.pm:204
#, fuzzy, c-format
msgid "Interactive Firewall: new service"
msgstr "交互式防火墙"

#. -PO: "Process" is a verb
#: ../lib/network/net_applet/ifw.pm:192
#, fuzzy, c-format
msgid "Process connection"
msgstr "无线连接"

#: ../lib/network/net_applet/ifw.pm:214
#, fuzzy, c-format
msgid "Do you want to open this service?"
msgstr "您想要如何拨打此连接?"

#: ../lib/network/net_applet/ifw.pm:217
#, c-format
msgid "Remember this answer"
msgstr ""

#: ../lib/network/netcenter.pm:55 ../lib/network/netconnect.pm:211
#, c-format
msgid "Please select your network:"
msgstr "请选择您的网络:"

#: ../lib/network/netcenter.pm:62
#, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "监视"

#: ../lib/network/netcenter.pm:152
#, c-format
msgid "Network Center"
msgstr "网络中心"

#: ../lib/network/netcenter.pm:171
#, c-format
msgid "You are currently using the network profile <b>%s</b>"
msgstr "您现在正在使用网络配置文件 <b>%s</b>"

#: ../lib/network/netcenter.pm:177
#, c-format
msgid "Advanced settings"
msgstr "高级设置"

#: ../lib/network/netconnect.pm:60 ../lib/network/netconnect.pm:522
#: ../lib/network/netconnect.pm:536
#, c-format
msgid "Manual choice"
msgstr "手动选择"

#: ../lib/network/netconnect.pm:60
#, c-format
msgid "Internal ISDN card"
msgstr "内置 ISDN 卡"

#: ../lib/network/netconnect.pm:69
#, c-format
msgid "Protocol for the rest of the world"
msgstr "世界其它地区的协议"

#: ../lib/network/netconnect.pm:122
#, c-format
msgid "Network & Internet Configuration"
msgstr "网络和 Internet 配置"

#: ../lib/network/netconnect.pm:127
#, c-format
msgid "Choose the connection you want to configure"
msgstr "选择您想要配置的连接"

#: ../lib/network/netconnect.pm:149 ../lib/network/netconnect.pm:377
#: ../lib/network/netconnect.pm:822
#, c-format
msgid "Select the network interface to configure:"
msgstr "选择要配置的网卡: "

#: ../lib/network/netconnect.pm:151
#, c-format
msgid "%s: %s"
msgstr "%s: %s"

#: ../lib/network/netconnect.pm:168
#, c-format
msgid "No device can be found for this connection type."
msgstr "未找到此连接类型的设备。"

#: ../lib/network/netconnect.pm:177
#, c-format
msgid "Hardware Configuration"
msgstr "硬件配置"

#: ../lib/network/netconnect.pm:201
#, c-format
msgid "Please select your provider:"
msgstr "请选择您的网络运营商:"

#: ../lib/network/netconnect.pm:248
#, c-format
msgid ""
"Please select your connection protocol.\n"
"If you do not know it, keep the preselected protocol."
msgstr ""
"请选择您的连接协议。\n"
"如果您不知道的话,请保持预先选择的协议。"

#: ../lib/network/netconnect.pm:292 ../lib/network/netconnect.pm:684
#, c-format
msgid "Connection control"
msgstr "连接控制"

#: ../lib/network/netconnect.pm:344
#, c-format
msgid "Connection Configuration"
msgstr "连接配置"

#: ../lib/network/netconnect.pm:344
#, c-format
msgid "Please fill or check the field below"
msgstr "请填写或选择下列项目"

#: ../lib/network/netconnect.pm:347
#, c-format
msgid "Your personal phone number"
msgstr "您自己的电话号码"

#: ../lib/network/netconnect.pm:348
#, c-format
msgid "Provider name (ex provider.net)"
msgstr "服务商名称(如 provider.net)"

#: ../lib/network/netconnect.pm:350
#, c-format
msgid "Provider DNS 1 (optional)"
msgstr "服务商 DNS 1(可选)"

#: ../lib/network/netconnect.pm:351
#, c-format
msgid "Provider DNS 2 (optional)"
msgstr "服务商 DNS 2(可选)"

#: ../lib/network/netconnect.pm:361
#, c-format
msgid "Card IO_1"
msgstr "网卡 IO_1"

#: ../lib/network/netconnect.pm:380 ../lib/network/netconnect.pm:385
#, c-format
msgid "External ISDN modem"
msgstr "外置 ISDN 调制解调器"

#: ../lib/network/netconnect.pm:413
#, c-format
msgid "Select a device!"
msgstr "请选择设备!"

#: ../lib/network/netconnect.pm:422 ../lib/network/netconnect.pm:432
#: ../lib/network/netconnect.pm:442 ../lib/network/netconnect.pm:475
#: ../lib/network/netconnect.pm:489
#, c-format
msgid "ISDN Configuration"
msgstr "ISDN 配置"

#: ../lib/network/netconnect.pm:423
#, c-format
msgid "What kind of card do you have?"
msgstr "请问您适配卡的种类?"

#: ../lib/network/netconnect.pm:433
#, c-format
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
"card.\n"
msgstr ""
"\n"
"如果您的卡是 ISA 卡, 下一屏幕显示的值应该是正确的。\n"
"\n"
"如果您的卡是 PCMCIA 卡, 您必须知道它的“irq”和“io”。\n"

#: ../lib/network/netconnect.pm:437
#, c-format
msgid "Continue"
msgstr "继续"

#: ../lib/network/netconnect.pm:437
#, c-format
msgid "Abort"
msgstr "中止"

#: ../lib/network/netconnect.pm:443
#, c-format
msgid "Which of the following is your ISDN card?"
msgstr "下列哪个是您的 ISDN 卡?"

#: ../lib/network/netconnect.pm:461
#, c-format
msgid ""
"A CAPI driver is available for this modem. This CAPI driver can offer more "
"capabilities than the free driver (like sending faxes). Which driver do you "
"want to use?"
msgstr ""
"此调制解调器适用 CAPI 驱动程序。此 CAPI 驱动程序比免费驱动程序提供更多的功能"
"(比如发送传真)。您想要使用哪个驱动程序?"

#: ../lib/network/netconnect.pm:475
#, c-format
msgid "Which protocol do you want to use?"
msgstr "您将使用哪种协议?"

#: ../lib/network/netconnect.pm:489
#, c-format
msgid ""
"Select your provider.\n"
"If it is not listed, choose Unlisted."
msgstr ""
"选择您的提供商。\n"
"如果该提供商未被列出, 请选择“未列出”。"

#: ../lib/network/netconnect.pm:491 ../lib/network/netconnect.pm:587
#, c-format
msgid "Provider:"
msgstr "服务商:"

#: ../lib/network/netconnect.pm:500
#, c-format
msgid ""
"Your modem is not supported by the system.\n"
"Take a look at http://www.linmodems.org"
msgstr ""
"您的调制解调器不被系统支持。\n"
"请看看 http://www.linmodems.org"

#: ../lib/network/netconnect.pm:519
#, c-format
msgid "Select the modem to configure:"
msgstr "选择要配置的调制解调器:"

#: ../lib/network/netconnect.pm:521
#, c-format
msgid "Modem"
msgstr "调制解调器"

#: ../lib/network/netconnect.pm:556
#, c-format
msgid "Please choose which serial port your modem is connected to."
msgstr "请选择您的调制解调器是连接到哪个串行端口。"

#: ../lib/network/netconnect.pm:585
#, c-format
msgid "Select your provider:"
msgstr "选择您的服务商:"

#: ../lib/network/netconnect.pm:609
#, c-format
msgid "Dialup: account options"
msgstr "拨号: 账户设置"

#: ../lib/network/netconnect.pm:612
#, c-format
msgid "Connection name"
msgstr "连接名称"

#: ../lib/network/netconnect.pm:613
#, c-format
msgid "Phone number"
msgstr "电话号码"

#: ../lib/network/netconnect.pm:614
#, c-format
msgid "Login ID"
msgstr "登录 ID"

#: ../lib/network/netconnect.pm:629 ../lib/network/netconnect.pm:662
#, c-format
msgid "Dialup: IP parameters"
msgstr "拨号: IP 参数"

#: ../lib/network/netconnect.pm:632
#, c-format
msgid "IP parameters"
msgstr "IP 参数"

#: ../lib/network/netconnect.pm:634
#, c-format
msgid "Subnet mask"
msgstr "子网掩码"

#: ../lib/network/netconnect.pm:646
#, c-format
msgid "Dialup: DNS parameters"
msgstr "拨号: DNS 参数"

#: ../lib/network/netconnect.pm:649
#, c-format
msgid "DNS"
msgstr "DNS"

#: ../lib/network/netconnect.pm:650
#, c-format
msgid "Domain name"
msgstr "域名"

#: ../lib/network/netconnect.pm:653
#, c-format
msgid "Set hostname from IP"
msgstr "由 IP 设置主机名"

#: ../lib/network/netconnect.pm:666
#, c-format
msgid "Gateway IP address"
msgstr "网关 IP 地址"

#: ../lib/network/netconnect.pm:699
#, c-format
msgid "Automatically at boot"
msgstr "开机时自动启动"

#: ../lib/network/netconnect.pm:701
#, c-format
msgid "By using Net Applet in the system tray"
msgstr "使用系统脱盘中的网络小程序"

#: ../lib/network/netconnect.pm:703
#, c-format
msgid "Manually (the interface would still be activated at boot)"
msgstr "手动(启动时仍会激活网卡)"

#: ../lib/network/netconnect.pm:712
#, c-format
msgid "How do you want to dial this connection?"
msgstr "您想要如何拨打此连接?"

#: ../lib/network/netconnect.pm:725
#, c-format
msgid "Do you want to try to connect to the Internet now?"
msgstr "您想要测试连接到 Internet 吗?"

#: ../lib/network/netconnect.pm:752
#, c-format
msgid "The system is now connected to the Internet."
msgstr "您的系统现在正连接到 Internet。"

#: ../lib/network/netconnect.pm:753
#, c-format
msgid "For security reasons, it will be disconnected now."
msgstr "由于安全原因, 现在将断开连接。"

#: ../lib/network/netconnect.pm:754
#, c-format
msgid ""
"The system does not seem to be connected to the Internet.\n"
"Try to reconfigure your connection."
msgstr ""
"看来系统没有连接到 Internet。\n"
"请重新尝试配置您的连接。"

#: ../lib/network/netconnect.pm:770
#, c-format
msgid "Problems occurred during the network connectivity test."
msgstr "网络连接测试时发生了问题。"

#: ../lib/network/netconnect.pm:771
#, c-format
msgid ""
"This can be caused by invalid network configuration, or problems with your "
"modem or router."
msgstr "这可能是无效的网络配置导致的,或者是您调制解调器或路由器的问题。"

#: ../lib/network/netconnect.pm:772
#, c-format
msgid ""
"You might want to relaunch the configuration to verify the connection "
"settings."
msgstr "您可能想要重新执行配置程序验证连接设置。"

#: ../lib/network/netconnect.pm:775
#, c-format
msgid "Congratulations, the network configuration is finished."
msgstr "恭喜, 网络和 Internet 配置完成。"

#: ../lib/network/netconnect.pm:775
#, c-format
msgid ""
"However, the Internet connectivity test failed. You should test your "
"connection manually, and verify your Internet modem or router."
msgstr ""
"但是,Internet 连接测试失败。您应该手动测试您的连接,然后检查您的 Internet 调"
"制解调器或者路由器。"

#: ../lib/network/netconnect.pm:776
#, c-format
msgid ""
"If your connection does not work, you might want to relaunch the "
"configuration."
msgstr "如果您的连接不工作, 您可能想要重新配置。"

#: ../lib/network/netconnect.pm:778
#, c-format
msgid "Congratulations, the network and Internet configuration are finished."
msgstr "恭喜, 网络和 Internet 配置完成。"

#: ../lib/network/netconnect.pm:779
#, c-format
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr "建议重启动 X 环境以避免任何与主机名有关的问题。"

#: ../lib/network/netconnect.pm:790
#, c-format
msgid "Sagem USB modem"
msgstr "Sagem USB 调制解调器"

#: ../lib/network/netconnect.pm:791 ../lib/network/netconnect.pm:792
#, c-format
msgid "Bewan modem"
msgstr "Bewan 调制解调器"

#: ../lib/network/netconnect.pm:793
#, c-format
msgid "ECI Hi-Focus modem"
msgstr "ECI Hi-Focus 调制解调器"

#: ../lib/network/netconnect.pm:794
#, c-format
msgid "LAN connection"
msgstr "局域网连接"

#: ../lib/network/netconnect.pm:796
#, c-format
msgid "ADSL connection"
msgstr "ADSL 连接"

#: ../lib/network/netconnect.pm:797
#, c-format
msgid "Cable connection"
msgstr "有线电缆连接"

#: ../lib/network/netconnect.pm:798
#, c-format
msgid "ISDN connection"
msgstr "ISDN 连接"

#: ../lib/network/netconnect.pm:799
#, c-format
msgid "Modem connection"
msgstr "调制解调器连接"

#: ../lib/network/netconnect.pm:800
#, c-format
msgid "DVB connection"
msgstr "DVB 连接"

#: ../lib/network/netconnect.pm:802
#, c-format
msgid "(detected on port %s)"
msgstr "(在端口 %s 检测到)"

#. -PO: here, "(detected)" string will be appended to eg "ADSL connection"
#: ../lib/network/netconnect.pm:804
#, c-format
msgid "(detected %s)"
msgstr "(检测到 %s)"

#: ../lib/network/netconnect.pm:804
#, c-format
msgid "(detected)"
msgstr "(检测到)"

#: ../lib/network/netconnect.pm:805
#, c-format
msgid "Network Configuration"
msgstr "网络配置"

#: ../lib/network/netconnect.pm:806
#, c-format
msgid "Zeroconf hostname resolution"
msgstr "Zeroconf 主机名解析"

#: ../lib/network/netconnect.pm:807
#, c-format
msgid ""
"If desired, enter a Zeroconf hostname.\n"
"This is the name your machine will use to advertise any of\n"
"its shared resources that are not managed by the network.\n"
"It is not necessary on most networks."
msgstr ""
"如果需要的话, 输入 Zeroconf 主机名。\n"
"这将被您的计算机用于通知其未被网络管理的共享资源。\n"
"大多数网络中不需要此设置。"

#: ../lib/network/netconnect.pm:811
#, c-format
msgid "Zeroconf Host name"
msgstr "Zeroconf 主机名"

#: ../lib/network/netconnect.pm:812
#, c-format
msgid "Zeroconf host name must not contain a ."
msgstr "Zeroconf 主机名不能包含“.”"

#: ../lib/network/netconnect.pm:813
#, c-format
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
"Click on Ok to keep your configuration, or cancel to reconfigure your "
"Internet & Network connection.\n"
msgstr ""
"由于您正在执行网络安装, 您的网络已经配置好了。\n"
"单击“确定”保存配置, 或“取消”重新配置网络。\n"

#: ../lib/network/netconnect.pm:816
#, c-format
msgid "The network needs to be restarted. Do you want to restart it?"
msgstr "网络需要重新启动。您要重新启动吗?"

#: ../lib/network/netconnect.pm:817
#, c-format
msgid ""
"A problem occurred while restarting the network: \n"
"\n"
"%s"
msgstr ""
"重新启动网络时发生错误:\n"
"\n"
"%s"

#: ../lib/network/netconnect.pm:818
#, c-format
msgid ""
"We are now going to configure the %s connection.\n"
"\n"
"\n"
"Press \"%s\" to continue."
msgstr ""
"现在将配置 %s 连接。\n"
"\n"
"\n"
"按“%s”继续。"

#: ../lib/network/netconnect.pm:819
#, c-format
msgid "Configuration is complete, do you want to apply settings?"
msgstr "配置完成, 您想要应用设置吗?"

#: ../lib/network/netconnect.pm:820
#, c-format
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
"您配置了多种 Internet 访问方式。\n"
"选择您要使用的一种。\n"
"\n"

#: ../lib/network/netconnect.pm:821
#, c-format
msgid "Internet connection"
msgstr "Internet 连接"

#: ../lib/network/netconnect.pm:823
#, c-format
msgid "Configuring network device %s (driver %s)"
msgstr "配置网络设备 %s(驱动程序 %s)"

#: ../lib/network/netconnect.pm:824
#, c-format
msgid ""
"The following protocols can be used to configure a LAN connection. Please "
"choose the one you want to use."
msgstr "您可使用下列协议配置局域网连接。请选择您想要使用的协议。"

#: ../lib/network/netconnect.pm:825
#, c-format
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
"such as ``mybox.mylab.myco.com''.\n"
"You may also enter the IP address of the gateway if you have one."
msgstr ""
"请输入您的主机名称。\n"
"您的主机名称必需是个完全限定的名称, 例如“mybox.mylab.myco.com”。\n"
"如果您有网关的话, 也请输入其 IP 地址。"

#: ../lib/network/netconnect.pm:830
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
msgstr "最后, 您还应该至少输入您 DNS 服务器的 IP 地址。"

#: ../lib/network/netconnect.pm:831
#, c-format
msgid "DNS server address should be in format 1.2.3.4"
msgstr "DNS 服务器的格式应该是 1.2.3.4"

#: ../lib/network/netconnect.pm:833
#, c-format
msgid "Gateway device"
msgstr "网关设备"

#: ../lib/network/netconnect.pm:847
#, c-format
msgid ""
"An unexpected error has happened:\n"
"%s"
msgstr ""
"发生了意外错误: \n"
"%s"

#: ../lib/network/network.pm:523
#, c-format
msgid "Advanced network settings"
msgstr "高级网络设置"

#: ../lib/network/network.pm:524
#, c-format
msgid ""
"Here you can configure advanced network settings. Please note that you have "
"to reboot the machine for changes to take effect."
msgstr ""
"您可以在此配置高级网络设置。请注意,您需要重新启动计算机才能让更改生效。"

#: ../lib/network/network.pm:526
#, c-format
msgid "Wireless regulatory domain"
msgstr "无线受限域"

#: ../lib/network/network.pm:527
#, c-format
msgid "TCP/IP settings"
msgstr "TCP/IP 设置"

#: ../lib/network/network.pm:528
#, c-format
msgid "Disable IPv6"
msgstr "禁用 Ipv6"

#: ../lib/network/network.pm:529
#, c-format
msgid "Disable TCP Window Scaling"
msgstr "禁用 TCP 窗口范围"

#: ../lib/network/network.pm:530
#, c-format
msgid "Disable TCP Timestamps"
msgstr "禁用 TCP 时间戳"

#: ../lib/network/network.pm:531
#, c-format
msgid "Security settings (defined by MSEC policy)"
msgstr "安全设置(由 MSEC 策略定义)"

#: ../lib/network/network.pm:532
#, c-format
msgid "Disable ICMP echo"
msgstr "禁用 ICMP 响应"

#: ../lib/network/network.pm:533
#, c-format
msgid "Disable ICMP echo for broadcasting messages"
msgstr "禁用广播消息的 ICMP 响应"

#: ../lib/network/network.pm:534
#, c-format
msgid "Disable invalid ICMP error responses"
msgstr "禁用无效的 ICMP 错误响应"

#: ../lib/network/network.pm:535
#, c-format
msgid "Log strange packets"
msgstr "记录奇怪的数据包"

#: ../lib/network/network.pm:548
#, c-format
msgid "Proxies configuration"
msgstr "代理服务器配置"

#: ../lib/network/network.pm:549
#, c-format
msgid ""
"Here you can set up your proxies configuration (eg: http://"
"my_caching_server:8080)"
msgstr "您可以在此处设定您的代理服务器配置(如: http://my_caching_server:8080)"

#: ../lib/network/network.pm:550
#, c-format
msgid "HTTP proxy"
msgstr "HTTP 代理服务器"

#: ../lib/network/network.pm:551
#, c-format
msgid "Use HTTP proxy for HTTPS connections"
msgstr "HTTPS 连接也使用 HTTP 代理"

#: ../lib/network/network.pm:552
#, c-format
msgid "HTTPS proxy"
msgstr "HTTPS 代理服务器"

#: ../lib/network/network.pm:553
#, c-format
msgid "FTP proxy"
msgstr "FTP 代理服务器"

#: ../lib/network/network.pm:554
#, c-format
msgid "No proxy for (comma separated list):"
msgstr "以下地址不使用代理(用逗号分隔):"

#: ../lib/network/network.pm:559
#, c-format
msgid "Proxy should be http://..."
msgstr "代理服务器应该是 http://..."

#: ../lib/network/network.pm:560
#, c-format
msgid "Proxy should be http://... or https://..."
msgstr "代理应该是 http://... 或 https://..."

#: ../lib/network/network.pm:561
#, c-format
msgid "URL should begin with 'ftp:' or 'http:'"
msgstr "URL 应该是以“ftp:”或“http:”开头"

#: ../lib/network/shorewall.pm:77
#, c-format
msgid ""
"Please select the interfaces that will be protected by the firewall.\n"
"\n"
"All interfaces directly connected to Internet should be selected,\n"
"while interfaces connected to a local network may be unselected.\n"
"\n"
"If you intend to use Mageia Internet Connection sharing,\n"
"unselect interfaces which will be connected to local network.\n"
"\n"
"Which interfaces should be protected?\n"
msgstr ""
"请选择想要被防火墙所保护的接口。\n"
"\n"
"所有直接连接到 Internet 的接口都应该选中,而连接到局域网的接口可以不选。\n"
"\n"
"如果您想要使用 Mageia Internet 连接共享,请不要选择将连接到局域网的接口。\n"
"\n"
"应该保护哪个接口?\n"

#: ../lib/network/shorewall.pm:158
#, c-format
msgid "Keep custom rules"
msgstr "保留自定义规则"

#: ../lib/network/shorewall.pm:159
#, c-format
msgid "Drop custom rules"
msgstr "删除自定义规则"

#: ../lib/network/shorewall.pm:164
#, c-format
msgid ""
"Your firewall configuration has been manually edited and contains\n"
"rules that may conflict with the configuration that has just been set up.\n"
"What do you want to do?"
msgstr ""
"您的防火墙配置经过手动编辑,其中包含的规则可能与刚刚设置的配置冲突。\n"
"您想要怎么处理?"

#: ../lib/network/thirdparty.pm:144
#, c-format
msgid "Some components (%s) are required but aren't available for %s hardware."
msgstr "需要某些组件(%s),但 %s 硬件无法使用。"

#: ../lib/network/thirdparty.pm:145
#, c-format
msgid "Some packages (%s) are required but aren't available."
msgstr "需要某些软件包(%s),这些软件包不可用。"

#. -PO: first argument is a list of Mageia distributions
#. -PO: second argument is a package media name
#: ../lib/network/thirdparty.pm:150
#, c-format
msgid ""
"These packages can be found in %s, or in the official %s package repository."
msgstr "这些包可以在 %s 中找到,或者在 %s 的官方软件包仓库中找到。"

#: ../lib/network/thirdparty.pm:152
#, c-format
msgid "The following component is missing: %s"
msgstr "缺少下列组件:%s"

#: ../lib/network/thirdparty.pm:154
#, c-format
msgid ""
"The required files can also be installed from this URL:\n"
"%s"
msgstr ""
"所需的文件也可从以下 URL 安装:\n"
"%s"

#: ../lib/network/thirdparty.pm:190
#, c-format
msgid "Firmware files are required for this device."
msgstr "此设备需要固件文件。"

#: ../lib/network/thirdparty.pm:193 ../lib/network/thirdparty.pm:198
#, c-format
msgid "Use a floppy"
msgstr "使用软盘"

#: ../lib/network/thirdparty.pm:194 ../lib/network/thirdparty.pm:201
#, c-format
msgid "Use my Windows partition"
msgstr "使用我的 Windows 分区"

#: ../lib/network/thirdparty.pm:195
#, c-format
msgid "Select file"
msgstr "选择文件"

#: ../lib/network/thirdparty.pm:206
#, c-format
msgid "Please select the firmware file (for example: %s)"
msgstr "请选择固件文件(如:%s)"

#: ../lib/network/thirdparty.pm:230
#, c-format
msgid "Unable to find \"%s\" on your Windows system!"
msgstr "在 Windows 系统中找不到“%s”!"

#: ../lib/network/thirdparty.pm:232
#, c-format
msgid "No Windows system has been detected!"
msgstr "未检测到 Windows 系统!"

#: ../lib/network/thirdparty.pm:242
#, c-format
msgid "Insert floppy"
msgstr "插入软盘"

#: ../lib/network/thirdparty.pm:243
#, c-format
msgid ""
"Insert a FAT formatted floppy in drive %s with %s in root directory and "
"press %s"
msgstr ""
"请在驱动器 %s 中插入一张 FAT 格式的软盘, 该软盘要求在根目录有 %s。然后, 请按 "
"%s"

#: ../lib/network/thirdparty.pm:243
#, c-format
msgid "Next"
msgstr "下一步"

#: ../lib/network/thirdparty.pm:253
#, c-format
msgid "Floppy access error, unable to mount device %s"
msgstr "软驱访问错误, 无法挂载 %s"

#: ../lib/network/thirdparty.pm:352
#, c-format
msgid "Looking for required software and drivers..."
msgstr "正在查找所需的软件或驱动程序..."

#: ../lib/network/thirdparty.pm:367
#, c-format
msgid "Please wait, running device configuration commands..."
msgstr "请稍候, 正在运行设备配置命令..."

#: ../lib/network/vpn/openvpn.pm:109
#, c-format
msgid "X509 Public Key Infrastructure"
msgstr "X509 公钥架构"

#: ../lib/network/vpn/openvpn.pm:110
#, c-format
msgid "Static Key"
msgstr "静态密钥"

#. -PO: please don't translate the CA acronym
#: ../lib/network/vpn/openvpn.pm:144
#, c-format
msgid "Certificate Authority (CA)"
msgstr "证书颁发机构(CA)"

#: ../lib/network/vpn/openvpn.pm:150
#, c-format
msgid "Certificate"
msgstr "证书"

#: ../lib/network/vpn/openvpn.pm:156
#, c-format
msgid "Key"
msgstr "密钥"

#: ../lib/network/vpn/openvpn.pm:162
#, c-format
msgid "TLS control channel key"
msgstr "TLS 控制频道密钥"

#: ../lib/network/vpn/openvpn.pm:169
#, c-format
msgid "Key direction"
msgstr "密钥方向"

#: ../lib/network/vpn/openvpn.pm:177
#, c-format
msgid "Authenticate using username and password"
msgstr "使用用户名和密码进行身份验证"

#: ../lib/network/vpn/openvpn.pm:183
#, c-format
msgid "Check server certificate"
msgstr "检查服务器证书"

#: ../lib/network/vpn/openvpn.pm:189
#, c-format
msgid "Cipher algorithm"
msgstr "加密算法"

#: ../lib/network/vpn/openvpn.pm:193
#, c-format
msgid "Default"
msgstr "默认"

#: ../lib/network/vpn/openvpn.pm:197
#, c-format
msgid "Size of cipher key"
msgstr "加密密钥的大小"

#: ../lib/network/vpn/openvpn.pm:208
#, c-format
msgid "Get from server"
msgstr "从服务器获得"

#: ../lib/network/vpn/openvpn.pm:218
#, c-format
msgid "Gateway port"
msgstr "网关端口"

#: ../lib/network/vpn/openvpn.pm:234
#, c-format
msgid "Remote IP address"
msgstr "远程 IP 地址"

#: ../lib/network/vpn/openvpn.pm:239
#, c-format
msgid "Use TCP protocol"
msgstr "使用 TCP 协议"

#: ../lib/network/vpn/openvpn.pm:245
#, c-format
msgid "Virtual network device type"
msgstr "虚拟网络设备类型"

#: ../lib/network/vpn/openvpn.pm:252
#, c-format
msgid "Virtual network device number (optional)"
msgstr "虚拟网络设备编号(可选)"

#: ../lib/network/vpn/openvpn.pm:367
#, c-format
msgid "Starting connection.."
msgstr "启动连接.."

#: ../lib/network/vpn/openvpn.pm:382
#, c-format
msgid "Please insert your token"
msgstr "请插入您的令牌"

#: ../lib/network/vpn/openvpn.pm:393
#, c-format
msgid "PIN number"
msgstr "PIN 号码"

#: ../lib/network/vpn/vpnc.pm:9
#, c-format
msgid "Cisco VPN Concentrator"
msgstr "Cisco VPN 集线器"

#: ../lib/network/vpn/vpnc.pm:43
#, c-format
msgid "Group name"
msgstr "组名称"

#: ../lib/network/vpn/vpnc.pm:47
#, c-format
msgid "Group secret"
msgstr "组选择"

#: ../lib/network/vpn/vpnc.pm:52
#, c-format
msgid "Username"
msgstr "用户名"

#: ../lib/network/vpn/vpnc.pm:61
#, c-format
msgid "NAT Mode"
msgstr "NAT 模式"

#: ../lib/network/vpn/vpnc.pm:67
#, c-format
msgid "Use specific UDP port"
msgstr "使用指定的 UDP 端口"

#~ msgid "Same IP is already in %s file."
#~ msgstr "%s 文件中已经有同样的 IP 了。"

#~ msgid ""
#~ "drakfirewall configurator\n"
#~ "\n"
#~ "This configures a personal firewall for this Mageia machine.\n"
#~ "For a powerful and dedicated firewall solution, please look to the\n"
#~ "specialized Mageia Security Firewall distribution."
#~ msgstr ""
#~ "“Drak 防火墙”配置\n"
#~ "\n"
#~ "此程序可为您的 Mageia 机器配置个人防火墙。\n"
#~ "如果要配置强大的专用防火墙, 请考虑使用专门的\n"
#~ "Mageia Security 防火墙发行版。"