summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
Commit message (Expand)AuthorAgeFilesLines
* add link to draksplashJonathan Gotti2002-08-211-2/+6
* s/mkinird/mkinitrd/ (Arpad Biro)Thierry Vignaud2002-08-201-1/+1
* fix embeddingPascal Rigaux2002-08-121-1/+0
* replace glob() with all()Pascal Rigaux2002-08-071-2/+2
* add standalone::explanations for bootsplash configurationJonathan Gotti2002-08-061-7/+14
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-5/+5
* - add splash theme sectionJonathan Gotti2002-08-011-2/+170
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-1/+1
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-18/+18
* a few english fixesGuillaume Cottenceau2002-04-231-2/+2
* i18n changesPablo Saratxaga2002-03-071-2/+2
* drakboot functionality for PPCStew Benedict2002-03-071-1/+2
* fix nobody bugYves Duret2002-03-051-1/+1
* remove aurora part (commented for the moment)Yves Duret2002-02-181-27/+27
* ergo fix thx dadou report...Yves Duret2002-02-011-5/+9
* fix yves's code duplication of lilo_choice (use $::lilo_choice in bootlook)Pascal Rigaux2002-01-221-26/+1
* removed blocking diedamien2001-09-201-1/+1
* bugfixdamien2001-09-141-1/+1
* iautologin correctiondamien2001-09-141-1/+2
* updated codeYves Duret2001-08-311-16/+6
* fix deprecated call standalone::pkgs_installPascal Rigaux2001-08-251-1/+1
* fix typoPascal Rigaux2001-08-221-1/+1
* major fs.pm rework + adaptation to itPascal Rigaux2001-08-191-1/+1
* fixed i18nStefan Siegel2001-08-181-2/+2
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-5/+5
* corrected vnew usage (thx gc)Yves Duret2001-08-101-2/+3
* readded in->do_pkg->install (i sux)Yves Duret2001-08-091-5/+5
* rewrite in a more drakx fashionYves Duret2001-08-091-197/+84
* add interactive_pkgs stuffPascal Rigaux2001-08-081-5/+5
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
* generalize the use of chomp_ as the functional alternative to chomp (and work...Pascal Rigaux2001-07-241-2/+1
* better runlevel handling -> persistent level choiceDaouda Lo2001-07-241-12/+12
* s/Linux-Mandrake/Mandrake Linux/Pablo Saratxaga2001-06-221-5/+5
* add runlevel chooser featureDaouda Lo2001-05-311-1/+42
* chmoded autologindamien2001-04-171-0/+1
* bug fix: if cancel pressed in lilo/grub choice => return to mcc normallyYves Duret2001-04-151-1/+1
* fix layout & sizeYves Duret2001-04-151-2/+2
* embedded = 0 -> localdamien2001-04-131-2/+1
* don't use Locale::GetText, use DrakX's i18nPascal Rigaux2001-04-131-8/+0
* added some stuffYves Duret2001-04-121-3/+10
* corrected typodamien2001-04-121-0/+1
* added use bootloaderdamien2001-04-121-0/+1
* bug fix in autologinYves Duret2001-04-111-1/+1
* updateddamien2001-04-111-7/+6
* correcteddamien2001-04-111-12/+11
* do not use french in i18n'ed msg yvounet!!Guillaume Cottenceau2001-04-101-1/+1
* grub/lilo modeYves Duret2001-04-101-15/+8
* added lilo/grub modeYves Duret2001-04-091-5/+36
* fix, added lilo/grub frameYves Duret2001-04-091-4/+13
'n664' href='#n664'>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
# translation of sl.po to Slovenščina
# translation of drakx-net-sl.po to
# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
#
# Matjaž Kaše <matjaz.kase@g-kabel.si>, 2004.
# Aljoša Ločičnik <aljosa.locicnik@mandrakeprinas.org>, 2005.
# Gregor Pirnaver <gregor.pirnaver@sdm-si.org>, 2002,2004,2005.
# Jure Repinc <jlp@holodeck1.com>, 2005, 2006, 2007.
# Matjaž Kaše <matjaz.kase@telemach.net>, 2006.
# Matej Štrovs <matej.strovs@gmail.com>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: sl\n"
"POT-Creation-Date: 2007-09-15 08:58+0800\n"
"PO-Revision-Date: 2007-09-14 20:12+0200\n"
"Last-Translator: Jure Repinc <jlp@holodeck1.com>\n"
"Language-Team: Slovenščina <lugos-slo@lugos.si>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms:  nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3);\n"

#: ../bin/drakconnect:61 ../lib/network/netconnect.pm:118
#, c-format
msgid "Network & Internet Configuration"
msgstr "Nastavitve za omrežje in internet"

#: ../bin/drakconnect:81
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Nastavitve omrežja (vmesniki %d)"

#: ../bin/drakconnect:93 ../bin/drakconnect:813
#, c-format
msgid "Gateway:"
msgstr "Privzeti prehod:"

#: ../bin/drakconnect:93 ../bin/drakconnect:813
#, c-format
msgid "Interface:"
msgstr "Vmesnik:"

#: ../bin/drakconnect:97 ../bin/net_monitor:119
#, c-format
msgid "Wait please"
msgstr "Prosim, počakajte"

#: ../bin/drakconnect:113 ../bin/drakinvictus:105
#, c-format
msgid "Interface"
msgstr "Vmesnik"

#: ../bin/drakconnect:113 ../bin/drakconnect:321 ../bin/drakconnect:888
#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:125
#: ../lib/network/netconnect.pm:604 ../lib/network/vpn/openvpn.pm:221
#, c-format
msgid "IP address"
msgstr "Naslov IP"

#: ../bin/drakconnect:113 ../bin/drakconnect:305 ../bin/drakconnect:563
#: ../bin/drakids:252 ../bin/drakvpn-old:839 ../lib/network/netconnect.pm:448
#, c-format
msgid "Protocol"
msgstr "Protokol"

#: ../bin/drakconnect:113 ../lib/network/netconnect.pm:434
#, c-format
msgid "Driver"
msgstr "Gonilnik"

#: ../bin/drakconnect:113
#, c-format
msgid "State"
msgstr "Stanje"

#: ../bin/drakconnect:130
#, c-format
msgid "Hostname: "
msgstr "Ime gostitelja: "

#: ../bin/drakconnect:132
#, c-format
msgid "Configure hostname..."
msgstr "Nastavitev imena gostitelja ..."

#: ../bin/drakconnect:146 ../bin/drakconnect:851
#, c-format
msgid "LAN configuration"
msgstr "Nastavitve krajevnega omrežja (LAN)"

#: ../bin/drakconnect:151
#, c-format
msgid "Configure Local Area Network..."
msgstr "Nastavitev krajevnega omrežja..."

#: ../bin/drakconnect:157 ../bin/drakconnect:240 ../bin/draknfs:186
#: ../bin/net_applet:138
#, c-format
msgid "Help"
msgstr "Pomoč"

#: ../bin/drakconnect:159 ../bin/drakconnect:241 ../bin/drakconnect:245
#: ../bin/drakinvictus:140
#, c-format
msgid "Apply"
msgstr "Uporabi"

#: ../bin/drakconnect:161 ../bin/drakconnect:943 ../bin/drakconnect:1034
#: ../bin/draknetprofile:106 ../bin/net_monitor:341
#, c-format
msgid "Cancel"
msgstr "Prekliči"

#: ../bin/drakconnect:162 ../bin/drakconnect:858 ../bin/drakconnect:945
#: ../bin/drakconnect:1035 ../bin/draknetprofile:108 ../bin/net_monitor:342
#, c-format
msgid "Ok"
msgstr "V redu"

#: ../bin/drakconnect:164 ../bin/drakconnect:636 ../bin/drakgw:359
#: ../bin/draksambashare:211 ../lib/network/connection_manager.pm:132
#: ../lib/network/connection_manager.pm:150
#, c-format
msgid "Please wait"
msgstr "Prosim, počakajte!"

#: ../bin/drakconnect:166 ../bin/drakconnect:638
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Prosim počakajte... Uveljavljanje nastavitev"

#: ../bin/drakconnect:192
#, c-format
msgid "Manage connections"
msgstr "Upravljanje povezav"

#: ../bin/drakconnect:219 ../lib/network/drakroam.pm:105
#, c-format
msgid "Device: "
msgstr "Naprava: "

#: ../bin/drakconnect:302
#, c-format
msgid "IP configuration"
msgstr "Nastavitev naslova IP"

#: ../bin/drakconnect:326 ../bin/drakconnect:889 ../bin/drakgw:177
#: ../lib/network/connection/ethernet.pm:132
#, c-format
msgid "Netmask"
msgstr "Maska omrežja"

#: ../bin/drakconnect:332 ../lib/network/connection/ethernet.pm:133
#: ../lib/network/netconnect.pm:636 ../lib/network/vpn/openvpn.pm:212
#: ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Privzeti prehod"

#: ../bin/drakconnect:337
#, c-format
msgid "DNS servers"
msgstr "Strežniki DNS"

#: ../bin/drakconnect:343
#, c-format
msgid "Search Domain"
msgstr "Domena za iskanje"

#: ../bin/drakconnect:351 ../bin/drakvpn-old:837
#, c-format
msgid "none"
msgstr "nič"

#: ../bin/drakconnect:351
#, c-format
msgid "static"
msgstr "statični"

#: ../bin/drakconnect:351
#, c-format
msgid "DHCP"
msgstr "DHCP"

#: ../bin/drakconnect:369 ../bin/drakconnect:892
#: ../lib/network/connection/ethernet.pm:143
#, c-format
msgid "DHCP client"
msgstr "Odjemalec DHCP"

#: ../bin/drakconnect:373 ../lib/network/connection/ethernet.pm:201
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Pridobi ime gostitelja prek naslova DHCP"

#: ../bin/drakconnect:375 ../lib/network/connection/ethernet.pm:147
#, c-format
msgid "DHCP host name"
msgstr "Ime gostitelja (DHCP)"

#: ../bin/drakconnect:379 ../lib/network/connection/ethernet.pm:144
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Premor pred povezavo z DHCP (v sekundah)"

#: ../bin/drakconnect:382 ../lib/network/connection/ethernet.pm:136
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Pridobi strežnike DNS prek DHCP"

#: ../bin/drakconnect:383 ../lib/network/connection/ethernet.pm:145
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Pridobi strežnike YP prek DHCP"

#: ../bin/drakconnect:384 ../lib/network/connection/ethernet.pm:146
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Pridobi strežnike NTPD prek DHCP"

#: ../bin/drakconnect:406 ../lib/network/connection/wireless.pm:312
#: ../lib/network/connection_manager.pm:190
#, c-format
msgid "Operating Mode"
msgstr "Način delovanja"

#: ../bin/drakconnect:407 ../lib/network/connection/wireless.pm:316
#, c-format
msgid "Network name (ESSID)"
msgstr "Omrežno ime (ESSID)"

#: ../bin/drakconnect:408 ../lib/network/connection/wireless.pm:322
#, c-format
msgid "Network ID"
msgstr "Omrežna identiteta"

#: ../bin/drakconnect:409 ../lib/network/connection/wireless.pm:323
#, c-format
msgid "Operating frequency"
msgstr "Frekvenca delovanja"

#: ../bin/drakconnect:410 ../lib/network/connection/wireless.pm:324
#, c-format
msgid "Sensitivity threshold"
msgstr "Prag zaznave"

#: ../bin/drakconnect:411 ../lib/network/connection/wireless.pm:325
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Bitna hitrost  (v b/s)"

#: ../bin/drakconnect:421 ../lib/network/connection/wireless.pm:320
#, c-format
msgid "Encryption key"
msgstr "Šifrirni ključ"

#: ../bin/drakconnect:422 ../lib/network/connection/wireless.pm:326
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"

#: ../bin/drakconnect:423 ../lib/network/connection/wireless.pm:334
#, c-format
msgid "Fragmentation"
msgstr "Drobitev (fragmentacija)"

#: ../bin/drakconnect:424 ../lib/network/connection/wireless.pm:335
#, c-format
msgid "iwconfig command extra arguments"
msgstr "Posebni argumenti ukaza iwconfig"

#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
#: ../bin/drakconnect:425 ../lib/network/connection/wireless.pm:343
#, c-format
msgid "iwspy command extra arguments"
msgstr "Posebni argumenti ukaza iwspy"

#: ../bin/drakconnect:426 ../lib/network/connection/wireless.pm:352
#, c-format
msgid "iwpriv command extra arguments"
msgstr "Posebni argumenti ukaza iwpriv"

#: ../bin/drakconnect:434
#, c-format
msgid "Start at boot"
msgstr "Vključi ob zagonu"

#: ../bin/drakconnect:440 ../lib/network/connection/ethernet.pm:221
#, c-format
msgid "Network Hotplugging"
msgstr "Samodejna vključitev omrežja (hotplugging)"

#: ../bin/drakconnect:446 ../lib/network/netconnect.pm:323
#, c-format
msgid "Dialing mode"
msgstr "Klicni način"

#: ../bin/drakconnect:451 ../bin/drakconnect:518
#: ../lib/network/netconnect.pm:324
#, c-format
msgid "Connection speed"
msgstr "Hitrost povezave"

#: ../bin/drakconnect:456 ../lib/network/netconnect.pm:325
#, c-format
msgid "Connection timeout (in sec)"
msgstr "Premor pred povezavo (v sekundah)"

#: ../bin/drakconnect:462 ../lib/network/connection.pm:181
#, c-format
msgid "Metric"
msgstr "Metrika"

#: ../bin/drakconnect:482 ../lib/network/connection/cable.pm:48
#: ../lib/network/netconnect.pm:587
#, c-format
msgid "Authentication"
msgstr "Overjanje"

#: ../bin/drakconnect:492 ../lib/network/connection/cable.pm:50
#: ../lib/network/connection/ppp.pm:22 ../lib/network/netconnect.pm:326
#: ../lib/network/vpn/openvpn.pm:393
#, c-format
msgid "Account Login (user name)"
msgstr "Uporabniško ime za prijavo"

#: ../bin/drakconnect:493 ../lib/network/connection/cable.pm:52
#: ../lib/network/connection/ppp.pm:23 ../lib/network/netconnect.pm:327
#: ../lib/network/vpn/openvpn.pm:394
#, c-format
msgid "Account Password"
msgstr "Geslo"

#: ../bin/drakconnect:494 ../lib/network/netconnect.pm:320
#, c-format
msgid "Provider phone number"
msgstr "Telefonska številka ponudnika"

#: ../bin/drakconnect:499 ../lib/network/connection/ppp.pm:10
#: ../lib/network/netconnect.pm:75
#, c-format
msgid "PAP"
msgstr "PAP"

#: ../bin/drakconnect:499 ../lib/network/connection/ppp.pm:11
#: ../lib/network/netconnect.pm:76
#, c-format
msgid "Terminal-based"
msgstr "Temelječ na terminalu"

#: ../bin/drakconnect:499 ../lib/network/connection/ppp.pm:9
#: ../lib/network/netconnect.pm:74
#, c-format
msgid "Script-based"
msgstr "Temelječ na skripti"

#: ../bin/drakconnect:499 ../lib/network/connection/ppp.pm:12
#: ../lib/network/netconnect.pm:77
#, c-format
msgid "CHAP"
msgstr "CHAP"

#: ../bin/drakconnect:499 ../lib/network/connection/ppp.pm:13
#: ../lib/network/netconnect.pm:78
#, c-format
msgid "PAP/CHAP"
msgstr "PAP/CHAP"

#: ../bin/drakconnect:516
#, c-format
msgid "Flow control"
msgstr "Nadzor pretoka"

#: ../bin/drakconnect:517
#, c-format
msgid "Line termination"
msgstr "Prekinitev linije"

#: ../bin/drakconnect:528
#, c-format
msgid "Modem timeout"
msgstr "Premor pred vzpostavitvijo povezave"

#: ../bin/drakconnect:532
#, c-format
msgid "Use lock file"
msgstr "Uporabi datoteko za zaklepanje"

#: ../bin/drakconnect:534
#, c-format
msgid "Wait for dialup tone before dialing"
msgstr "Počakaj na ton centrale "

#: ../bin/drakconnect:537
#, c-format
msgid "Busy wait"
msgstr "Zasedeno..čakam.."

#: ../bin/drakconnect:542
#, c-format
msgid "Modem sound"
msgstr "Zvok modema"

#: ../bin/drakconnect:543 ../bin/drakgw:101
#, c-format
msgid "Enable"
msgstr "Omogoči"

#: ../bin/drakconnect:543 ../bin/drakgw:101
#, c-format
msgid "Disable"
msgstr "Onemogoči"

#: ../bin/drakconnect:555 ../lib/network/netconnect.pm:328
#, c-format
msgid "Card IRQ"
msgstr "IRQ kartice"

#: ../bin/drakconnect:556 ../lib/network/netconnect.pm:329
#, c-format
msgid "Card mem (DMA)"
msgstr "Spomin kartice (DMA)"

#: ../bin/drakconnect:557 ../lib/network/netconnect.pm:330
#, c-format
msgid "Card IO"
msgstr "IO kartice"

#: ../bin/drakconnect:558 ../lib/network/netconnect.pm:331
#, c-format
msgid "Card IO_0"
msgstr "IO_0 kartice"

#: ../bin/drakconnect:564 ../lib/network/netconnect.pm:67
#, c-format
msgid "European protocol (EDSS1)"
msgstr "Evropski protokol (EDSS1)"

#: ../bin/drakconnect:565 ../lib/network/netconnect.pm:68
#, c-format
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
msgstr ""
"Protokol za preostali svet\n"
"Brez D-kanala (najetih linij)"

#: ../bin/drakconnect:592
#, c-format
msgid "Vendor"
msgstr "Proizvajalec"

#: ../bin/drakconnect:593
#, c-format
msgid "Description"
msgstr "Opis"

#: ../bin/drakconnect:594
#, c-format
msgid "Media class"
msgstr "Razred medija"

#: ../bin/drakconnect:595
#, c-format
msgid "Module name"
msgstr "Ime modula"

#: ../bin/drakconnect:596
#, c-format
msgid "Mac Address"
msgstr "Fizični naslov (Mac address)"

#: ../bin/drakconnect:597
#, c-format
msgid "Bus"
msgstr "Vodilo"

#: ../bin/drakconnect:598
#, c-format
msgid "Location on the bus"
msgstr "Mesto na vodilu"

#: ../bin/drakconnect:676 ../bin/drakconnect:680 ../bin/drakconnect:689
#: ../bin/drakconnect:705 ../bin/drakgw:184 ../bin/drakhosts:100
#: ../bin/drakhosts:245 ../bin/drakhosts:252 ../bin/drakhosts:259
#: ../bin/drakinvictus:72 ../bin/draknetprofile:113 ../bin/draknfs:88
#: ../bin/draknfs:109 ../bin/draknfs:279 ../bin/draknfs:412 ../bin/draknfs:414
#: ../bin/draknfs:417 ../bin/draknfs:509 ../bin/draknfs:516 ../bin/draknfs:579
#: ../bin/draknfs:586 ../bin/draknfs:593 ../bin/draksambashare:376
#: ../bin/draksambashare:383 ../bin/draksambashare:386
#: ../bin/draksambashare:432 ../bin/draksambashare:456
#: ../bin/draksambashare:522 ../bin/draksambashare:537
#: ../bin/draksambashare:615 ../bin/draksambashare:682
#: ../bin/draksambashare:782 ../bin/draksambashare:789
#: ../bin/draksambashare:920 ../bin/draksambashare:1113
#: ../bin/draksambashare:1122 ../bin/draksambashare:1144
#: ../bin/draksambashare:1153 ../bin/draksambashare:1172
#: ../bin/draksambashare:1181 ../bin/draksambashare:1193
#: ../lib/network/connection/xdsl.pm:324
#: ../lib/network/connection_manager.pm:41
#: ../lib/network/connection_manager.pm:47
#: ../lib/network/connection_manager.pm:60 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:27
#: ../lib/network/ndiswrapper.pm:42 ../lib/network/ndiswrapper.pm:86
#: ../lib/network/ndiswrapper.pm:102 ../lib/network/netconnect.pm:131
#: ../lib/network/netconnect.pm:179 ../lib/network/netconnect.pm:268
#: ../lib/network/netconnect.pm:813 ../lib/network/thirdparty.pm:115
#: ../lib/network/thirdparty.pm:132 ../lib/network/thirdparty.pm:215
#: ../lib/network/thirdparty.pm:217 ../lib/network/thirdparty.pm:238
#, c-format
msgid "Error"
msgstr "Napaka"

#: ../bin/drakconnect:676 ../lib/network/connection/ethernet.pm:160
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "Naslov IP mora imeti obliko 1.2.3.4"

#: ../bin/drakconnect:680 ../lib/network/connection/ethernet.pm:165
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Mrežna maska bi morala biti v obliki 255.255.255.0"

#: ../bin/drakconnect:685 ../bin/drakconnect:767 ../bin/drakconnect:953
#, c-format
msgid "No IP"
msgstr "Ni naslova IP"

#: ../bin/drakconnect:686 ../bin/drakconnect:768
#, c-format
msgid "No Mask"
msgstr "Ni maske omrežja"

#: ../bin/drakconnect:689 ../lib/network/netconnect.pm:798
#, c-format
msgid "Gateway address should be in format 1.2.3.4"
msgstr "Naslov privzetega prehoda mora imeti obliko 1.2.3.4."

#: ../bin/drakconnect:705 ../bin/drakgw:307
#, c-format
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
"Na vašem sistemu ni mogoče zaznati nobene omrežne naprave. Zaženite orodje "
"za nastavljanje strojne opreme."

#: ../bin/drakconnect:714
#, c-format
msgid "Remove a network interface"
msgstr "Odstrani omrežno napravo"

#: ../bin/drakconnect:718
#, c-format
msgid "Select the network interface to remove:"
msgstr "Izberite omrežno napravo, ki jo želite odstraniti:"

#: ../bin/drakconnect:719 ../bin/drakgw:123 ../lib/network/netconnect.pm:350
#: ../lib/network/netconnect.pm:385
#, c-format
msgid "Net Device"
msgstr "Omrežna naprava"

#: ../bin/drakconnect:751
#, c-format
msgid ""
"An error occurred while deleting the \"%s\" network interface:\n"
"\n"
"%s"
msgstr ""
"Med odstranjevanjem omrežne naprave »%s« je prišlo do napake:\n"
"\n"
"%s"

#: ../bin/drakconnect:752
#, c-format
msgid ""
"Congratulations, the \"%s\" network interface has been successfully deleted"
msgstr "Omrežna naprava »%s« je bila uspešno odstranjena"

#: ../bin/drakconnect:769
#, c-format
msgid "up"
msgstr "Povezano"

#: ../bin/drakconnect:769
#, c-format
msgid "down"
msgstr "Prekinjeno"

#: ../bin/drakconnect:804 ../bin/net_monitor:465
#, c-format
msgid "Connected"
msgstr "Povezano"

#: ../bin/drakconnect:804 ../bin/net_monitor:465
#, c-format
msgid "Not connected"
msgstr "Brez povezave"

#: ../bin/drakconnect:806
#, c-format
msgid "Disconnect..."
msgstr "Prekini povezavo..."

#: ../bin/drakconnect:806
#, c-format
msgid "Connect..."
msgstr "Poveži se..."

#: ../bin/drakconnect:847
#, c-format
msgid "Deactivate now"
msgstr "Izključi"

#: ../bin/drakconnect:847
#, c-format
msgid "Activate now"
msgstr "Vključi"

#: ../bin/drakconnect:855
#, c-format
msgid ""
"You do not have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
"Nobena omrežna naprava ni nastavljena.\n"
"Kliknite 'Nastavi' za nadaljevanje"

#: ../bin/drakconnect:869
#, c-format
msgid "LAN Configuration"
msgstr "Nastavitve krajevnega omrežja (LAN)"

#: ../bin/drakconnect:881
#, c-format
msgid "Adapter %s: %s"
msgstr "Vmesnik %s: %s"

#: ../bin/drakconnect:890
#, c-format
msgid "Boot Protocol"
msgstr "Zagonski protokol"

#: ../bin/drakconnect:891
#, c-format
msgid "Started on boot"
msgstr "Vključeno ob zagonu"

#: ../bin/drakconnect:927
#, c-format
msgid ""
"This interface has not been configured yet.\n"
"Run the \"Add an interface\" assistant from the Mandriva Linux Control Center"
msgstr ""
"Ta omrežna naprava še ni nastavljena.\n"
"Zaženite »Dodaj omrežno napravo« v Mandriva Linux nadzornem središču"

#: ../bin/drakconnect:975
#, c-format
msgid "Internet connection configuration"
msgstr "Nastavitve internetne povezave"

#: ../bin/drakconnect:979 ../bin/draknetprofile:129 ../bin/draknetprofile:131
#: ../bin/drakproxy:36 ../lib/network/drakvpn.pm:70
#: ../lib/network/drakvpn.pm:100 ../lib/network/ndiswrapper.pm:92
#: ../lib/network/netconnect.pm:471
#, c-format
msgid "Warning"
msgstr "Opozorilo"

#: ../bin/drakconnect:981 ../bin/net_applet:69
#, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mandriva Linux Control Center"
msgstr ""
"Nobena internetna povezava ni nastavljena.\n"
"Zaženite »%s« v Mandriva Linux nadzornem središču"

#. -PO: here "Add Connection" should be translated the same was as in control-center
#: ../bin/drakconnect:982 ../bin/net_applet:70
#, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Nastavite nov omrežni vmesnik (LAN, ISDN, ADSL ...)"

#: ../bin/drakconnect:996
#, c-format
msgid "Host name (optional)"
msgstr "Ime gostitelja (neobvezno)"

#: ../bin/drakconnect:997 ../lib/network/netconnect.pm:622
#, c-format
msgid "First DNS Server (optional)"
msgstr "Prvi DNS strežnik (neobvezno)"

#: ../bin/drakconnect:998 ../lib/network/netconnect.pm:623
#, c-format
msgid "Second DNS Server (optional)"
msgstr "Drugi DNS strežnik (neobvezno)"

#: ../bin/drakconnect:999
#, c-format
msgid "Third DNS server (optional)"
msgstr "Tretji DNS strežnik (neobvezno)"

#: ../bin/drakconnect:1021
#, c-format
msgid "Internet Connection Configuration"
msgstr "Nastavitve internetne povezave"

#: ../bin/drakconnect:1022
#, c-format
msgid "Internet access"
msgstr "Dostop do interneta"

#: ../bin/drakconnect:1024 ../bin/net_monitor:98
#, c-format
msgid "Connection type: "
msgstr "Vrsta povezave: "

#: ../bin/drakconnect:1027
#, c-format
msgid "Status:"
msgstr "Stanje:"

#: ../bin/drakconnect:1028 ../lib/network/netconnect.pm:704
#, c-format
msgid "Testing your connection..."
msgstr "Preverjanje povezave...."

#: ../bin/drakconnect:1032
#, c-format
msgid "Parameters"
msgstr "Nastavitve"

#: ../bin/drakgw:71
#, c-format
msgid "Internet Connection Sharing"
msgstr "Deljenje Internetne Povezave"

#: ../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)."
msgstr ""
"Prišli ste do nastavitev za skupno rabo internetne povezave na tem "
"računalniku.\n"
"S to zmožnostjo bodo lahko drugi računalniki v vašem krajevnem omrežju "
"uporabljali internetno povezavo tega računalnika.\n"
"\n"
"Preden nadaljujete, se prepričajte, da ste že nastavili mrežni oziroma "
"internetni dostop z uporabo drakconnect.\n"
"\n"
"Opomba: da lahko nastavite krajevno omrežje (LAN), potrebujete za to svoj "
"mrežni vmesnik."

#: ../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 ""
"Nastavitev skupne uporabe internetne povezave je že opravljena.\n"
"Trenutno je omogočena.\n"
"\n"
"Kaj bi radi naredili?"

#: ../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 ""
"Nastavitev skupne uporabe internetne povezave je že opravljena.\n"
"Trenutno je onemogočena.\n"
"\n"
"Kaj bi radi naredili?"

#: ../bin/drakgw:101
#, c-format
msgid "Reconfigure"
msgstr "Ponovno nastavi"

#: ../bin/drakgw:122
#, c-format
msgid "Please select the network interface directly connected to the internet."
msgstr ""
"Prosimo, izberite omrežni vmesnik, ki je neposredno povezan z medmrežjem"

#: ../bin/drakgw:141
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
"\n"
"%s\n"
"\n"
"I am about to setup your Local Area Network with that adapter."
msgstr ""
"Na vašem sistemu je nastavljen le en mrežni vmesnik:\n"
"\n"
"%s\n"
"\n"
"Nameravam nastaviti vaše krajevno omrežje z uporabo tega vmesnika."

#: ../bin/drakgw:152
#, c-format
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Prosim izberite, kateri mrežni vmesnik bo povezan z vašim krajevnim omrežjem."

#: ../bin/drakgw:173
#, c-format
msgid "Local Area Network settings"
msgstr "Nastavitve krajevnega omrežja"

#: ../bin/drakgw:176 ../lib/network/vpn/openvpn.pm:227
#, c-format
msgid "Local IP address"
msgstr "Krajevni naslov IP"

#: ../bin/drakgw:178
#, c-format
msgid "The internal domain name"
msgstr "Notranje ime domene"

#: ../bin/drakgw:184
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"V trenutnih nastavitvah za %s je zaznan možen spor glede naslovov za "
"krajevno omrežje!\n"

#: ../bin/drakgw:200
#, c-format
msgid "Domain Name Server (DNS) configuration"
msgstr "Nastavitev strežnika za imena domen (DNS)"

#: ../bin/drakgw:204
#, c-format
msgid "Use this gateway as domain name server"
msgstr "Uporabi ta privzeti prehod kot strežnik za imena domen"

#: ../bin/drakgw:205
#, c-format
msgid "The DNS Server IP"
msgstr " IP DNS Strežnika"

#: ../bin/drakgw:232
#, 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 Nastavitev Strežnika.\n"
"\n"
"Tukaj lahko izberete različne možnosti za DHCP nastavitve strežnika.\n"
"Če ne veste pomena teh možnosti, jih preprosto pustite take kot so."

#: ../bin/drakgw:239
#, c-format
msgid "Use automatic configuration (DHCP)"
msgstr "Uporabi samodejno nastavljanje (DHCP)"

#: ../bin/drakgw:240
#, c-format
msgid "The DHCP start range"
msgstr "Začetek obsega DHCP"

#: ../bin/drakgw:241
#, c-format
msgid "The DHCP end range"
msgstr "Konec obsega DHCP"

#: ../bin/drakgw:242
#, c-format
msgid "The default lease (in seconds)"
msgstr "Privzet zakup (v sekundah)"

#: ../bin/drakgw:243
#, c-format
msgid "The maximum lease (in seconds)"
msgstr "Najdaljši zakup (v sekundah)"

#: ../bin/drakgw:266
#, c-format
msgid "Proxy caching server (SQUID)"
msgstr "Posredniški strežnik za pred-pomnjenje (SQUID)"

#: ../bin/drakgw:270
#, c-format
msgid "Use this gateway as proxy caching server"
msgstr "Uporabi ta privzeti prehod kot posredniški strežnik za pred-pomnjenje"

#: ../bin/drakgw:271
#, c-format
msgid "Admin mail"
msgstr "Pošta administratorja"

#: ../bin/drakgw:272
#, c-format
msgid "Visible hostname"
msgstr "Vidno ime gostitelja"

#: ../bin/drakgw:273
#, c-format
msgid "Proxy port"
msgstr "Vrata posrednika"

#: ../bin/drakgw:274
#, c-format
msgid "Cache size (MB)"
msgstr "Velikost predpomnilnika (MB)"

#: ../bin/drakgw:296
#, c-format
msgid "Broadcast printer information"
msgstr "Oddajaj podatke o tiskalnikih"

#: ../bin/drakgw:313
#, c-format
msgid "Internet Connection Sharing is now enabled."
msgstr "Deljenje Internetne Povezave je sedaj omogočeno."

#: ../bin/drakgw:319
#, c-format
msgid "Internet Connection Sharing is now disabled."
msgstr "Deljenje Internetne Povezave je sedaj onemogočeno."

#: ../bin/drakgw:325
#, 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 ""
"Vse je bilo prikrojeno.\n"
"Sedaj lahko delite Internetno povezavo z drugimi računalniki v vašem "
"krajevnem omrežju (LAN), z uporabo samodejno nastavljene mreže (DHCP) in\n"
"transparentnega predpomnilniško posredniškega (proxy cache) strežnika "
"(SQUID)."

#: ../bin/drakgw:359
#, c-format
msgid "Disabling servers..."
msgstr "Onemogočanje strežnikov..."

#: ../bin/drakgw:373
#, c-format
msgid "Firewalling configuration detected!"
msgstr "Zaznana je nastavitev požarnega zidu!"

#: ../bin/drakgw:374
#, c-format
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fixes after installation."
msgstr ""
"Opozorilo! Nastavitev požarnega zidu že obstaja! Po namestitvi boste "
"verjetno morali ročno popraviti nekatere nastavitve."

#: ../bin/drakgw:379
#, c-format
msgid "Configuring..."
msgstr "Prikrojevanje..."

#: ../bin/drakgw:380
#, c-format
msgid "Configuring firewall..."
msgstr "Nastavljanje požarnega zidu ..."

#: ../bin/drakhosts:100
#, c-format
msgid "Please add an host to be able to modify it."
msgstr "Prosim dodajte gostitelja, da ga lahko spreminjate."

#: ../bin/drakhosts:110
#, c-format
msgid "Please modify information"
msgstr "Prosim spreminjajte podatke"

#: ../bin/drakhosts:111
#, c-format
msgid "Please delete information"
msgstr "Prosim zbrišite podatke"

#: ../bin/drakhosts:112
#, c-format
msgid "Please add information"
msgstr "Prosim dodajte podatke"

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

#: ../bin/drakhosts:117
#, c-format
msgid "Host name:"
msgstr "Ime gostitelja:"

#: ../bin/drakhosts:118
#, c-format
msgid "Host Aliases:"
msgstr "Druga imena gostitelja:"

#: ../bin/drakhosts:122 ../bin/drakhosts:128 ../bin/draksambashare:212
#: ../bin/draksambashare:233 ../bin/draksambashare:380
#: ../bin/draksambashare:611 ../bin/draksambashare:778
#, c-format
msgid "Error!"
msgstr "Napaka!"

#: ../bin/drakhosts:122
#, c-format
msgid "Please enter a valid IP address."
msgstr "Prosim vnesite veljaven naslov IP."

#: ../bin/drakhosts:128
#, c-format
msgid "Same IP is already in %s file."
msgstr "Isti naslov IP že obstaja v datoteki %s."

#: ../bin/drakhosts:196 ../lib/network/connection/ethernet.pm:203
#, c-format
msgid "Host name"
msgstr "Ime gostitelja"

#: ../bin/drakhosts:196
#, c-format
msgid "Host Aliases"
msgstr "Druga imena gostitelja"

#: ../bin/drakhosts:206 ../bin/drakhosts:236
#, c-format
msgid "Manage hosts definitions"
msgstr "Upravljajte definicije gostiteljev"

#: ../bin/drakhosts:222 ../bin/drakhosts:249
#, c-format
msgid "Modify entry"
msgstr "Preoblikuj vnos"

#: ../bin/drakhosts:241 ../bin/draknfs:575 ../bin/draksambashare:1106
#: ../bin/draksambashare:1137 ../bin/draksambashare:1168
#: ../bin/drakvpn-old:253 ../bin/drakvpn-old:391
#, c-format
msgid "Add"
msgstr "Dodaj"

#: ../bin/drakhosts:242
#, c-format
msgid "Add entry"
msgstr "Dodaj vnos"

#: ../bin/drakhosts:245
#, c-format
msgid "Failed to add host."
msgstr "Dodajanje gostitelja je spodletelo."

#: ../bin/drakhosts:248 ../bin/draknfs:582 ../bin/draksambashare:1063
#: ../bin/draksambashare:1108 ../bin/draksambashare:1139
#: ../bin/draksambashare:1176
#, c-format
msgid "Modify"
msgstr "Prilagodi"

#: ../bin/drakhosts:252
#, c-format
msgid "Failed to Modify host."
msgstr "Spreminjanje gostitelja je spodletelo."

#: ../bin/drakhosts:255 ../bin/drakids:87 ../bin/drakids:96 ../bin/draknfs:589
#: ../bin/draksambashare:1064 ../bin/draksambashare:1116
#: ../bin/draksambashare:1147 ../bin/draksambashare:1184
#: ../bin/drakvpn-old:253 ../bin/drakvpn-old:391
#, c-format
msgid "Remove"
msgstr "Odstrani"

#: ../bin/drakhosts:259
#, c-format
msgid "Failed to remove host."
msgstr "Odstranjevanje gostitelja je spodletelo."

#: ../bin/drakhosts:262 ../bin/drakinvictus:141 ../bin/draknetprofile:147
#: ../bin/net_applet:139 ../lib/network/drakroam.pm:114
#: ../lib/network/netcenter.pm:123
#, c-format
msgid "Quit"
msgstr "Izhod"

#: ../bin/drakids:28
#, c-format
msgid "Allowed addresses"
msgstr "Dovoljeni naslovi"

#: ../bin/drakids:41 ../bin/drakids:65 ../bin/drakids:181 ../bin/drakids:190
#: ../bin/drakids:215 ../bin/drakids:224 ../bin/drakids:234 ../bin/drakids:326
#: ../bin/net_applet:78 ../bin/net_applet:239 ../bin/net_applet:522
#: ../bin/net_applet:549 ../lib/network/drakfirewall.pm:255
#: ../lib/network/drakfirewall.pm:258
#, c-format
msgid "Interactive Firewall"
msgstr "Interaktivni požarni zid"

#: ../bin/drakids:65 ../bin/drakids:181 ../bin/drakids:190 ../bin/drakids:215
#: ../bin/drakids:224 ../bin/drakids:234 ../bin/drakids:326
#: ../bin/net_applet:239 ../bin/net_applet:522
#, c-format
msgid "Unable to contact daemon"
msgstr "Ni moč vzpostaviti stika z demonom"

#: ../bin/drakids:74 ../bin/drakids:102
#, c-format
msgid "Log"
msgstr "Dnevnik"

#: ../bin/drakids:78 ../bin/drakids:97 ../bin/net_applet:666
#, c-format
msgid "Allow"
msgstr "Dovoli"

#: ../bin/drakids:79 ../bin/drakids:88 ../bin/net_applet:667
#, c-format
msgid "Block"
msgstr "Blokiraj"

#: ../bin/drakids:80 ../bin/drakids:89 ../bin/drakids:98 ../bin/drakids:109
#: ../bin/drakids:122 ../bin/drakids:130 ../bin/draknfs:191
#: ../bin/net_monitor:120
#, c-format
msgid "Close"
msgstr "Zapri"

#: ../bin/drakids:83
#, c-format
msgid "Allowed services"
msgstr "Dovoljene storitve"

#: ../bin/drakids:92
#, c-format
msgid "Blocked services"
msgstr "Blokirane storitve"

#: ../bin/drakids:106
#, c-format
msgid "Clear logs"
msgstr "Počisti dnevnike"

#: ../bin/drakids:107 ../bin/drakids:112 ../bin/net_applet:610
#, c-format
msgid "Blacklist"
msgstr "Črni seznam"

#: ../bin/drakids:108 ../bin/drakids:125 ../bin/net_applet:615
#, c-format
msgid "Whitelist"
msgstr "Beli seznam"

#: ../bin/drakids:116
#, c-format
msgid "Remove from blacklist"
msgstr "Odstrani s črnega seznama"

#: ../bin/drakids:117
#, c-format
msgid "Move to whitelist"
msgstr "Premakni na beli seznam"

#: ../bin/drakids:129
#, c-format
msgid "Remove from whitelist"
msgstr "Odstrani z belega seznama"

#: ../bin/drakids:247
#, c-format
msgid "Date"
msgstr "Datum"

#: ../bin/drakids:248
#, c-format
msgid "Attacker"
msgstr "Napadalec"

#: ../bin/drakids:249
#, c-format
msgid "Attack type"
msgstr "Vrsta napada"

#: ../bin/drakids:250 ../bin/drakids:283
#, c-format
msgid "Service"
msgstr "Storitev"

#: ../bin/drakids:251
#, c-format
msgid "Network interface"
msgstr "Omrežni vmesnik"

#: ../bin/drakids:282
#, c-format
msgid "Application"
msgstr "Program"

#: ../bin/drakids:284
#, c-format
msgid "Status"
msgstr "Stanje"

#: ../bin/drakids:286
#, c-format
msgid "Allowed"
msgstr "Dovoljeno"

#: ../bin/drakids:287
#, c-format
msgid "Blocked"
msgstr "Blokirano"

#: ../bin/drakinvictus:36
#, c-format
msgid "Invictus Firewall"
msgstr "Požarni zid Invictus"

#: ../bin/drakinvictus:53
#, c-format
msgid "Start as master"
msgstr "Zaženi kot glavni"

#: ../bin/drakinvictus:72
#, c-format
msgid "A password is required."
msgstr "Vnesti morate geslo"

#: ../bin/drakinvictus:100
#, c-format
msgid ""
"This tool allows to set up network interfaces failover and firewall "
"replication."
msgstr ""
"S tem orodjem lahko nastavite ponovno vključitev omrežnih vmesnikov in "
"ponovni zagon požarnega zidu"

#: ../bin/drakinvictus:102
#, c-format
msgid "Network redundancy (leave empty if interface is not used)"
msgstr "Preobremenitev omrežja (če vmesnik ni v uporabi, pustite prazno)"

#: ../bin/drakinvictus:105
#, c-format
msgid "Real address"
msgstr "Pravi naslov"

#: ../bin/drakinvictus:105
#, c-format
msgid "Virtual shared address"
msgstr "Navidezni deljeni naslov"

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

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

#: ../bin/drakinvictus:114
#, c-format
msgid "Firewall replication"
msgstr "Ponovna vzpostavitev požarnega zidu"

#: ../bin/drakinvictus:116
#, c-format
msgid "Synchronize firewall conntrack tables"
msgstr "Sinhronizirajte zasledovanje povezav požarnega zidu"

#: ../bin/drakinvictus:123
#, c-format
msgid "Synchronization network interface"
msgstr "Omrežni vmesnik za sinhronizacijo"

#: ../bin/drakinvictus:132
#, c-format
msgid "Connection mark bit"
msgstr "Mark bit povezave"

#: ../bin/draknetprofile:36
#, c-format
msgid "Network profiles"
msgstr "Omrežni profili"

#: ../bin/draknetprofile:67
#, c-format
msgid "Profile"
msgstr "Profil"

#: ../bin/draknetprofile:99
#, c-format
msgid "New profile..."
msgstr "Nov profil ..."

#: ../bin/draknetprofile:102
#, c-format
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one):"
msgstr ""
"Ime profila, ki naj se ustvari (nov profil je narejen kot kopija trenutnega):"

#: ../bin/draknetprofile:113
#, c-format
msgid "The \"%s\" profile already exists!"
msgstr "Profil \"%s\" že obstaja!"

#: ../bin/draknetprofile:129
#, c-format
msgid "You can not delete the default profile"
msgstr "Privzetega profila ni mogoče odstraniti"

#: ../bin/draknetprofile:131
#, c-format
msgid "You can not delete the current profile"
msgstr "Trenutnega profila ne morete izbrisati"

#: ../bin/draknetprofile:141
#, c-format
msgid ""
"This tool allows to activate an existing network profile, and to manage "
"(clone, delete) profiles."
msgstr ""
"To orodje omogoča aktiviranje obstoječega omrežnega profila in urejanje "
"(kloniranje, brisanje) profilov."

#: ../bin/draknetprofile:141
#, c-format
msgid "To modify a profile, you have to activate it first."
msgstr "Da bi lahko uredili profil, ga morate najprej aktivirati."

#: ../bin/draknetprofile:144
#, c-format
msgid "Activate"
msgstr "Aktiviraj"

#: ../bin/draknetprofile:145
#, c-format
msgid "Clone"
msgstr "Kloniraj"

#: ../bin/draknetprofile:146
#, c-format
msgid "Delete"
msgstr "Izbriši"

#: ../bin/draknfs:44
#, c-format
msgid "map root user as anonymous"
msgstr "preslikaj uporabnika »root« v »anonymous«"

#: ../bin/draknfs:45
#, c-format
msgid "map all users to anonymous user"
msgstr "preslikaj vse uporabnike v uporabnika »anonymous«"

#: ../bin/draknfs:46
#, c-format
msgid "No user UID mapping"
msgstr "Brez preslikav uporabnikov"

#: ../bin/draknfs:47
#, c-format
msgid "allow real remote root access"
msgstr "omogoči pravi dostop oddaljenega uporabnika »root«"

#: ../bin/draknfs:61 ../bin/draknfs:62 ../bin/draknfs:63
#: ../bin/draksambashare:164 ../bin/draksambashare:165
#: ../bin/draksambashare:166
#, c-format
msgid "/_File"
msgstr "/_Datoteka"

#: ../bin/draknfs:62 ../bin/draksambashare:165
#, c-format
msgid "/_Write conf"
msgstr "/_Zapiši nastavitve"

#: ../bin/draknfs:63 ../bin/draksambashare:166
#, c-format
msgid "/_Quit"
msgstr "/_Končaj"

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

#: ../bin/draknfs:66 ../bin/draknfs:67 ../bin/draknfs:68
#, c-format
msgid "/_NFS Server"
msgstr "/_Strežnik NFS "

#: ../bin/draknfs:67 ../bin/draksambashare:169
#, c-format
msgid "/_Restart"
msgstr "/_Ponovni zagon"

#: ../bin/draknfs:68 ../bin/draksambashare:170
#, c-format
msgid "/R_eload"
msgstr "/Po_novno naloži"

#: ../bin/draknfs:87
#, c-format
msgid "NFS server"
msgstr "Strežnik NFS"

#: ../bin/draknfs:87
#, c-format
msgid "Restarting/Reloading NFS server..."
msgstr "Ponovno zaganjanje/nalaganje strežnika NFS ..."

#: ../bin/draknfs:88
#, c-format
msgid "Error Restarting/Reloading NFS server"
msgstr "Napaka pri ponovnem zaganjanju/nalaganju strežnika NFS"

#: ../bin/draknfs:104 ../bin/draksambashare:228
#, c-format
msgid "Directory Selection"
msgstr "Izbira map"

#: ../bin/draknfs:109 ../bin/draksambashare:233
#, c-format
msgid "Should be a directory."
msgstr "Mora biti mapa."

#: ../bin/draknfs:140
#, 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\">Odjemalci NFS</span> so lahko določeni na več "
"načinov:\n"
"\n"
"<span foreground=\"royalblue3\">samo en gostitelj:</span> gostitelj z "
"okrajšanim imenom, s polnim imenom ali z naslovom IP\n"
"\n"
"<span foreground=\"royalblue3\">omrežne skupine:</span> omrežne skupine NIS "
"lahko podate kot »@skupina«\n"
"\n"
"<span foreground=\"royalblue3\">nadomestni znaki:</span> imena računalnikov "
"lahko vsebujejo znaka »*« in »?«. Na primer: *.domena.si pomeni vse "
"gostitelje pod domeno domena.si.\n"
"\n"
"<span foreground=\"royalblue3\">Omrežja IP:</span> Mape lahko izvozite tudi "
"vsem gostiteljem v (pod)omrežju IP v enem koraku. Na  primer z dodajanjem "
"»/255.255.252.0« ali »/22« k osnovnem naslovu.\n"

#: ../bin/draknfs:155
#, 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\">Uporabniške možnosti</span>\n"
"\n"
"<span foreground=\"royalblue3\">preslikaj uporabnika »root« v »anonymous«:</"
"span>preslika zahtevke od UID/GID 0 v UID/GID anonymous. (root_squash)\n"
"\n"
"<span foreground=\"royalblue3\">omogoči pravi dostop oddaljenega uporabnika "
"»root«:</span> izklopi root_squash. Ta možnost je v glavnem uporabna za "
"odjemalce brez diskov. (no_root_squash).\n"
"\n"
"<span foreground=\"royalblue3\">preslikaj vse uporabnike v uporabnika "
"»anonymous«:</span> preslika vse UIDe in GIDe v uporabnika "
"»anonymous« (all_squash). Uporabno za javno izvožene mape na FTP, mape z "
"novičarskimi skupinami ... V nasprotnem primeru preslikave uporabnikov ni "
"(no_all_squash) in to je tudi privzeta nastavitev.\n"
"\n"
"<span foreground=\"royalblue3\">anonuid in anongid:</span> eksplicitno "
"nastavi UID in GID za račun »anonymous«.\n"

#: ../bin/draknfs:171
#, c-format
msgid "Synchronous access:"
msgstr "Sinhron dostop:"

#: ../bin/draknfs:172
#, c-format
msgid "Secured Connection:"
msgstr "Zavarovana povezava:"

#: ../bin/draknfs:173
#, c-format
msgid "Read-Only share:"
msgstr "Deljeno za branje:"

#: ../bin/draknfs:174
#, c-format
msgid "Subtree checking:"
msgstr "Preverjanje poddrevesa:"

#: ../bin/draknfs:176
#, c-format
msgid "Advanced Options"
msgstr "Napredne možnosti"

#: ../bin/draknfs:177
#, 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> za to možnost je potrebno, da "
"zahtevki izvirajo z vrat manjših kot IPPORT_RESERVED (1024). Ta možnost je "
"privzeto omogočena."

#: ../bin/draknfs:178
#, 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> na tem nosilcu NFS omogočite "
"bodisi samo zahtevke za branje, bodisi zahtevke za branje in pisanje. "
"Privzeto so onemogočeni vsi zahtevki, ki spremenijo datotečni sistem. S to "
"možnostjo to izrecno nastavite."

#: ../bin/draknfs:179
#, 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> onemogoči strežniku NFS, da "
"prekrši protokol NFS in da odgovarja na zahtevke preden so vse spremembe "
"zaradi teh zahtevkov zapisane na stabilno napravo za shranjevanje (na primer "
"trdi disk)."

#: ../bin/draknfs:180
#, 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> omogoči preverjanje poddrevesa, "
"kar lahko v določenih primerih izboljša varnost, vendar pa lahko zmanjša "
"zanesljivost. Za podrobnosti si oglejte priročnik man exports(5)."

#: ../bin/draknfs:185 ../bin/draksambashare:609 ../bin/draksambashare:776
#, c-format
msgid "Information"
msgstr "Podatki"

#: ../bin/draknfs:266
#, c-format
msgid "Directory"
msgstr "Imenik"

#: ../bin/draknfs:270
#, c-format
msgid "Draknfs entry"
msgstr "Vnos Draknfs"

#: ../bin/draknfs:279
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr "Prosim dodajte mapo deljeno prek NFS, da jo lahko spreminjate."

#: ../bin/draknfs:368
#, c-format
msgid "NFS directory"
msgstr "Mapa NFS"

#: ../bin/draknfs:369 ../bin/draksambashare:364 ../bin/draksambashare:574
#: ../bin/draksambashare:753
#, c-format
msgid "Directory:"
msgstr "Mapa:"

#: ../bin/draknfs:370
#, c-format
msgid "Host access"
msgstr "Dostop gostiteljev"

#: ../bin/draknfs:371
#, c-format
msgid "Access:"
msgstr "Dostop:"

#: ../bin/draknfs:372
#, c-format
msgid "User ID Mapping"
msgstr "Preslikava uporabnikov"

#: ../bin/draknfs:373
#, c-format
msgid "User ID:"
msgstr "Uporabnik (UID):"

#: ../bin/draknfs:374
#, c-format
msgid "Anonymous user ID:"
msgstr "Uporabnik anonymous:"

#: ../bin/draknfs:375
#, c-format
msgid "Anonymous Group ID:"
msgstr "Skupina anonymous:"

#: ../bin/draknfs:412
#, c-format
msgid "Please specify a directory to share."
msgstr "Določite imenik, ki ga želite deliti."

#: ../bin/draknfs:414
#, c-format
msgid "Can't create this directory."
msgstr "Te mape ni moč ustvariti."

#: ../bin/draknfs:417
#, c-format
msgid "You must specify hosts access."
msgstr "Za dostop morate določiti gostitelje."

#: ../bin/draknfs:497
#, c-format
msgid "Share Directory"
msgstr "Deli mapo"

#: ../bin/draknfs:497
#, c-format
msgid "Hosts Wildcard"
msgstr "Nadomestni znaki za gostitelje"

#: ../bin/draknfs:497
#, c-format
msgid "General Options"
msgstr "Splošne možnosti"

#: ../bin/draknfs:497
#, c-format
msgid "Custom Options"
msgstr "Možnosti po meri"

#: ../bin/draknfs:509 ../bin/draksambashare:380 ../bin/draksambashare:611
#: ../bin/draksambashare:778
#, c-format
msgid "Please enter a directory to share."
msgstr "Prosim vnesite mapo za deljenje."

#: ../bin/draknfs:516
#, c-format
msgid "Please use the modify button to set right access."
msgstr "Prosim uporabite gumb »Spremeni« za nastavljanje dostopnih pravic."

#: ../bin/draknfs:531
#, c-format
msgid "Manage NFS shares"
msgstr "Upravljajte skupno rabo preko NFS"

#: ../bin/draknfs:570
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr "DrakNFS upravlja z mapami deljenimi prek NFS"

#: ../bin/draknfs:579
#, c-format
msgid "Failed to add NFS share."
msgstr "Dodajanje deljene mape je spodletelo."

#: ../bin/draknfs:586
#, c-format
msgid "Failed to Modify NFS share."
msgstr "Spreminjanje deljene mape je spodletelo."

#: ../bin/draknfs:593
#, c-format
msgid "Failed to remove an NFS share."
msgstr "Odstranjevanje deljene mape je spodletelo."

#: ../bin/drakproxy:36
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "Za uveljavitev sprememb se morate odjaviti in ponovno prijaviti."

#: ../bin/draksambashare:66
#, c-format
msgid "User name"
msgstr "Uporabniško ime"

#: ../bin/draksambashare:73
#, c-format
msgid "Share name"
msgstr "Ime za skupno rabo"

#: ../bin/draksambashare:74
#, c-format
msgid "Share directory"
msgstr "Deli mapo"

#: ../bin/draksambashare:75 ../bin/draksambashare:108
#, c-format
msgid "Comment"
msgstr "Komentar"

#: ../bin/draksambashare:76 ../bin/draksambashare:109
#, c-format
msgid "Browseable"
msgstr "Brskanje omogočeno"

#: ../bin/draksambashare:77
#, c-format
msgid "Public"
msgstr "Javno"

#: ../bin/draksambashare:78 ../bin/draksambashare:114
#, c-format
msgid "Writable"
msgstr "Pisanje omogočeno"

#: ../bin/draksambashare:79 ../bin/draksambashare:155
#, c-format
msgid "Create mask"
msgstr "Maska za ustvarjanje"

#: ../bin/draksambashare:80 ../bin/draksambashare:156
#, c-format
msgid "Directory mask"
msgstr "Maska za mape"

#: ../bin/draksambashare:81
#, c-format
msgid "Read list"
msgstr "Seznam za branje"

#: ../bin/draksambashare:82 ../bin/draksambashare:115
#: ../bin/draksambashare:588
#, c-format
msgid "Write list"
msgstr "Seznam za pisanje"

#: ../bin/draksambashare:83 ../bin/draksambashare:147
#, c-format
msgid "Admin users"
msgstr "Upravljavci"

#: ../bin/draksambashare:84 ../bin/draksambashare:148
#, c-format
msgid "Valid users"
msgstr "Veljavni uporabniki"

#: ../bin/draksambashare:85
#, c-format
msgid "Inherit Permissions"
msgstr "Prevzemi dovoljenja"

#: ../bin/draksambashare:86 ../bin/draksambashare:149
#, c-format
msgid "Hide dot files"
msgstr "Skrij datoteke s piko"

#: ../bin/draksambashare:87 ../bin/draksambashare:150
#, c-format
msgid "Hide files"
msgstr "Skrij datoteke"

#: ../bin/draksambashare:88 ../bin/draksambashare:154
#, c-format
msgid "Preserve case"
msgstr "Ohrani velikost črk"

#: ../bin/draksambashare:89
#, c-format
msgid "Force create mode"
msgstr "Vsili način za ustvarjanje"

#: ../bin/draksambashare:90
#, c-format
msgid "Force group"
msgstr "Vsili skupino"

#: ../bin/draksambashare:91 ../bin/draksambashare:153
#, c-format
msgid "Default case"
msgstr "Privzeta velikost črk"

#: ../bin/draksambashare:106
#, c-format
msgid "Printer name"
msgstr "Ime tiskalnika"

#: ../bin/draksambashare:107
#, c-format
msgid "Path"
msgstr "Pot"

#: ../bin/draksambashare:110 ../bin/draksambashare:580
#, c-format
msgid "Printable"
msgstr "Tiskanje omogočeno"

#: ../bin/draksambashare:111
#, c-format
msgid "Print Command"
msgstr "Ukaz za tiskanje"

#: ../bin/draksambashare:112
#, c-format
msgid "LPQ command"
msgstr "Ukaz LPQ"

#: ../bin/draksambashare:113
#, c-format
msgid "Guest ok"
msgstr "Gosti dovoljeni"

#: ../bin/draksambashare:116 ../bin/draksambashare:157
#: ../bin/draksambashare:589
#, c-format
msgid "Inherit permissions"
msgstr "Prevzemi dovoljenja"

#: ../bin/draksambashare:117
#, c-format
msgid "Printing"
msgstr "Tiskanje"

#: ../bin/draksambashare:118
#, c-format
msgid "Create mode"
msgstr "Način za ustvarjanje"

#: ../bin/draksambashare:119
#, c-format
msgid "Use client driver"
msgstr "Uporabi gonilnik odjemalca"

#: ../bin/draksambashare:145
#, c-format
msgid "Read List"
msgstr "Seznam za branje"

#: ../bin/draksambashare:146
#, c-format
msgid "Write List"
msgstr "Seznam za pisanje"

#: ../bin/draksambashare:151
#, c-format
msgid "Force Group"
msgstr "Vsili skupino"

#: ../bin/draksambashare:152
#, c-format
msgid "Force create group"
msgstr "Vsili ustvarjanje skupine"

#: ../bin/draksambashare:168 ../bin/draksambashare:169
#: ../bin/draksambashare:170
#, c-format
msgid "/_Samba Server"
msgstr "/_Strežnik Samba "

#: ../bin/draksambashare:172 ../bin/draksambashare:173
#, c-format
msgid "/_About"
msgstr "/_O programu"

#: ../bin/draksambashare:172
#, c-format
msgid "/_Report Bug"
msgstr "/po_ročaj o hrošču"

#: ../bin/draksambashare:173
#, c-format
msgid "/About..."
msgstr "/O..."

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

#: ../bin/draksambashare:178
#, c-format
msgid "Copyright (C) %s by Mandriva"
msgstr "Avtorske pravice (C) %s Mandriva"

#: ../bin/draksambashare:180
#, c-format
msgid "This is a simple tool to easily manage Samba configuration."
msgstr "To je enostavno orodje, ki olajšuje nastavljanje Sambe"

#: ../bin/draksambashare:182
#, c-format
msgid "Mandriva Linux"
msgstr "Mandriva Linux "

#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
#: ../bin/draksambashare:187
#, c-format
msgid "_: Translator(s) name(s) & email(s)\n"
msgstr "_: Imena in e-poštni naslovi prevajalcev\n"

#: ../bin/draksambashare:211
#, c-format
msgid "Restarting/Reloading Samba server..."
msgstr "Ponovno zaganjanje/nalaganje strežnika Samba ..."

#: ../bin/draksambashare:212
#, c-format
msgid "Error Restarting/Reloading Samba server"
msgstr "Napaka pri ponovnem zaganjanju/nalaganju strežnika Samba"

#: ../bin/draksambashare:352 ../bin/draksambashare:553
#: ../bin/draksambashare:674
#, c-format
msgid "Open"
msgstr "Odpri"

#: ../bin/draksambashare:355
#, c-format
msgid "DrakSamba add entry"
msgstr "Dodajte vnos DrakSamba"

#: ../bin/draksambashare:359
#, c-format
msgid "Add a share"
msgstr "Dodaj mesto v skupno rabo"

#: ../bin/draksambashare:362
#, c-format
msgid "Name of the share:"
msgstr "Ime deljene mape:"

#: ../bin/draksambashare:363 ../bin/draksambashare:573
#: ../bin/draksambashare:754
#, c-format
msgid "Comment:"
msgstr "Komentar:"

#: ../bin/draksambashare:376
#, c-format
msgid ""
"Share with the same name already exist or share name empty, please choose "
"another name."
msgstr ""
"Deljena mapa z istim imenom že obstaja, ali pa je ime prazno. Prosim "
"izberite drugo ime."

#: ../bin/draksambashare:383
#, c-format
msgid "Can't create the directory, please enter a correct path."
msgstr "Ni moč nastaviti mape. Prosim vnesite pravilno pot."

#: ../bin/draksambashare:386 ../bin/draksambashare:609
#: ../bin/draksambashare:776
#, c-format
msgid "Please enter a Comment for this share."
msgstr "Prosim vnesite komentar za to deljeno mapo."

#: ../bin/draksambashare:417
#, c-format
msgid "pdf-gen - a PDF generator"
msgstr "pdf-gen - generator PDFjev"

#: ../bin/draksambashare:418
#, c-format
msgid "printers - all printers available"
msgstr "printers - vsi razpoložljivi tiskalniki"

#: ../bin/draksambashare:422
#, c-format
msgid "Add Special Printer share"
msgstr "Nastavi tiskalnik za deljenje"

#: ../bin/draksambashare:425
#, c-format
msgid ""
"Goal of this wizard is to easily create a new special printer Samba share."
msgstr ""
"Cilj tega čarovnika je preprosto nastavljanje tiskalnikov, ki bodo deljeni "
"prek Sambe."

#: ../bin/draksambashare:432
#, c-format
msgid "A PDF generator already exists."
msgstr "Generator za PDFje že obstaja."

#: ../bin/draksambashare:456
#, c-format
msgid "Printers and print$ already exist."
msgstr "printers in print$ že obstajata."

#: ../bin/draksambashare:506
#, c-format
msgid "Congratulations"
msgstr "Čestitke"

#: ../bin/draksambashare:507
#, c-format
msgid "The wizard successfully added the printer Samba share"
msgstr "Čarovnik je uspešno nastavil tiskalnik za deljenje prek Sambe"

#: ../bin/draksambashare:522
#, c-format
msgid "Failed to add printers."
msgstr "Dodajanje tiskalnika je spodletelo."

#: ../bin/draksambashare:537
#, c-format
msgid "Please add or select a Samba printer share to be able to modify it."
msgstr ""
"Prosim dodajte ali izberite tiskalnik deljen prek Sambe, da ga lahko "
"nastavljate."

#: ../bin/draksambashare:556
#, c-format
msgid "DrakSamba Printers entry"
msgstr "Vnos tiskalnikov za DrakSamba"

#: ../bin/draksambashare:569
#, c-format
msgid "Printer share"
msgstr "Deljeni tiskalnik"

#: ../bin/draksambashare:572
#, c-format
msgid "Printer name:"
msgstr "Ime tiskalnika:"

#: ../bin/draksambashare:578 ../bin/draksambashare:759
#, c-format
msgid "Writable:"
msgstr "Za pisanje:"

#: ../bin/draksambashare:579 ../bin/draksambashare:760
#, c-format
msgid "Browseable:"
msgstr "Brskanje omogočeno:"

#: ../bin/draksambashare:584
#, c-format
msgid "Advanced options"
msgstr "Napredne možnosti"

#: ../bin/draksambashare:586
#, c-format
msgid "Printer access"
msgstr "Dostop do tiskalnika"

#: ../bin/draksambashare:590
#, c-format
msgid "Guest ok:"
msgstr "Gosti dovoljeni:"

#: ../bin/draksambashare:591
#, c-format
msgid "Create mode:"
msgstr "Način za ustvarjanje:"

#: ../bin/draksambashare:595
#, c-format
msgid "Printer command"
msgstr "Ukaz za tiskalnik"

#: ../bin/draksambashare:597
#, c-format
msgid "Print command:"
msgstr "Ukaz za tiskanje:"

#: ../bin/draksambashare:598
#, c-format
msgid "LPQ command:"
msgstr "Ukaz LPQ:"

#: ../bin/draksambashare:599
#, c-format
msgid "Printing:"
msgstr "Tiskanje:"

#: ../bin/draksambashare:615
#, c-format
msgid "create mode should be numeric. ie: 0755."
msgstr "Način za ustvarjanje naj bo številski. Na primer: 0755."

#: ../bin/draksambashare:677
#, c-format
msgid "DrakSamba entry"
msgstr "Vnos DrakSamba"

#: ../bin/draksambashare:682
#, c-format
msgid "Please add or select a Samba share to be able to modify it."
msgstr ""
"Prosim dodajte ali izberite mapo deljeno prek Sambe, da jo lahko nastavljate."

#: ../bin/draksambashare:705
#, c-format
msgid "Samba user access"
msgstr "Uporabniški dostop do Sambe"

#: ../bin/draksambashare:713
#, c-format
msgid "Mask options"
msgstr "Možnosti maske"

#: ../bin/draksambashare:727
#, c-format
msgid "Display options"
msgstr "Možnosti prikaza"

#: ../bin/draksambashare:749
#, c-format
msgid "Samba share directory"
msgstr "Mapa deljena prek Sambe"

#: ../bin/draksambashare:752
#, c-format
msgid "Share name:"
msgstr "Ime deljene mape:"

#: ../bin/draksambashare:758
#, c-format
msgid "Public:"
msgstr "Javno:"

#: ../bin/draksambashare:782
#, c-format
msgid ""
"Create mask, create mode and directory mask should be numeric. ie: 0755."
msgstr ""
"Maska za ustvarjanje in za mape ter način za ustvarjanje naj bodo številski. "
"Na primer: 0755."

#: ../bin/draksambashare:789
#, c-format
msgid "Please create this Samba user: %s"
msgstr "Prosim ustvarite tega uporabnike Sambe: %s"

#: ../bin/draksambashare:893
#, c-format
msgid "Add Samba user"
msgstr "Dodajte uporabnika Sambe"

#: ../bin/draksambashare:908
#, c-format
msgid "User information"
msgstr "Uporabniški podatki"

#: ../bin/draksambashare:910
#, c-format
msgid "User name:"
msgstr "Ime uporabnika:"

#: ../bin/draksambashare:911
#, c-format
msgid "Password:"
msgstr "Geslo:"

#: ../bin/draksambashare:1025
#, c-format
msgid "Manage Samba configuration"
msgstr "Upravljate nastavitve Sambe"

#: ../bin/draksambashare:1113
#, c-format
msgid "Failed to Modify Samba share."
msgstr "Nastavljanje deljene mape je spodletelo."

#: ../bin/draksambashare:1122
#, c-format
msgid "Failed to remove a Samba share."
msgstr "Odstranjevanje deljene mape je spodletelo."

#: ../bin/draksambashare:1129
#, c-format
msgid "File share"
msgstr "Deljenje datotek"

#: ../bin/draksambashare:1144
#, c-format
msgid "Failed to Modify."
msgstr "Nastavljanje je spodletelo."

#: ../bin/draksambashare:1153
#, c-format
msgid "Failed to remove."
msgstr "Odstranjevanje je spodletelo."

#: ../bin/draksambashare:1160
#, c-format
msgid "Printers"
msgstr "Tiskalniki"

#: ../bin/draksambashare:1172
#, c-format
msgid "Failed to add user."
msgstr "Dodajanje uporabnika je spodletelo."

#: ../bin/draksambashare:1181
#, c-format
msgid "Failed to change user password."
msgstr "Spreminjanje gesla je spodletelo."

#: ../bin/draksambashare:1193
#, c-format
msgid "Failed to delete user."
msgstr "Brisanje uporabnika je spodletelo."

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

#: ../bin/draksambashare:1206
#, c-format
msgid "Samba Users"
msgstr "Uporabniki Sambe"

#: ../bin/draksambashare:1215
#, c-format
msgid "DrakSamba manage Samba shares"
msgstr "DrakSamba upravlja mape in tiskalnike deljene prek Sambe"

#: ../bin/drakvpn-old:65
#, c-format
msgid "DrakVPN"
msgstr "DrakVPN"

#: ../bin/drakvpn-old:87
#, c-format
msgid "The VPN connection is enabled."
msgstr "Povezava VPN je omogočena."

#: ../bin/drakvpn-old:88
#, c-format
msgid ""
"The setup of a VPN connection has already been done.\n"
"\n"
"It's currently enabled.\n"
"\n"
"What would you like to do?"
msgstr ""
"Povezava VPN je že nastavljena.\n"
"\n"
"Povezava je omogočena.\n"
"\n"
"Kaj želite storiti?"

#: ../bin/drakvpn-old:93
#, c-format
msgid "disable"
msgstr "onemogoči"

#: ../bin/drakvpn-old:93 ../bin/drakvpn-old:119
#, c-format
msgid "reconfigure"
msgstr "ponastavi"

#: ../bin/drakvpn-old:93 ../bin/drakvpn-old:119 ../bin/drakvpn-old:432
#, c-format
msgid "dismiss"
msgstr "opusti"

#: ../bin/drakvpn-old:97
#, c-format
msgid "Disabling VPN..."
msgstr "Onemogočanje VPN..."

#: ../bin/drakvpn-old:106
#, c-format
msgid "The VPN connection is now disabled."
msgstr "Povezava VPN je onemogočena."

#: ../bin/drakvpn-old:113
#, c-format
msgid "VPN connection currently disabled"
msgstr "Povezava VPN je trenutno onemogočena."

#: ../bin/drakvpn-old:114
#, c-format
msgid ""
"The setup of a VPN connection has already been done.\n"
"\n"
"It's currently disabled.\n"
"\n"
"What would you like to do?"
msgstr ""
"Povezava VPN je že nastavljena.\n"
"\n"
"Povezava je omogočena.\n"
"\n"
"Kaj želite storiti?"

#: ../bin/drakvpn-old:119
#, c-format
msgid "enable"
msgstr "omogoči"

#: ../bin/drakvpn-old:127
#, c-format
msgid "Enabling VPN..."
msgstr "Omogočanje VPN..."

#: ../bin/drakvpn-old:133
#, c-format
msgid "The VPN connection is now enabled."
msgstr "Povezava VPN je omogočena."

#: ../bin/drakvpn-old:147 ../bin/drakvpn-old:164
#, c-format
msgid "Simple VPN setup."
msgstr "Enostavna nastavitev VPN."

#: ../bin/drakvpn-old:148
#, c-format
msgid ""
"You are about to configure your computer to use a VPN connection.\n"
"\n"
"With this feature, computers on your local private network and computers\n"
"on some other remote private networks, can share resources, through\n"
"their respective firewalls, over the Internet, in a secure manner. \n"
"\n"
"The communication over the Internet is encrypted. The local and remote\n"
"computers look as if they were on the same network.\n"
"\n"
"Make sure you have configured your Network/Internet access using\n"
"drakconnect before going any further."
msgstr ""
"Nastavili boste računalnik za uporabo VPN povezave.\n"
"\n"
"S to možnostjo bodo računalniki na vašem zasebnem omrežju in\n"
"na nekaterih drugih oddaljenih zasebnih omrežjih varno delili svoja "
"sredstva\n"
"preko požarnih zidov in interneta .\n"
"\n"
"Komunikacija preko spleta je zakodirana. Lokalni in oddaljeni računalniki\n"
"izgledajo, kot da bi bili v istem omrežju.\n"
"\n"
"Preden nadaljujete se prepričajte, da ste nastavili dostop do omrežja/"
"spleta\n"
" z orodjem drackconnect."

#: ../bin/drakvpn-old:165
#, c-format
msgid ""
"VPN connection.\n"
"\n"
"This program is based on the following projects:\n"
" - FreeSwan: \t\t\thttp://www.freeswan.org/\n"
" - Super-FreeSwan: \t\thttp://www.freeswan.ca/\n"
" - ipsec-tools: \t\t\thttp://ipsec-tools.sourceforge.net/\n"
" - ipsec-howto: \t\thttp://www.ipsec-howto.org\n"
" - the docs and man pages coming with the %s package\n"
"\n"
"Please read AT LEAST the ipsec-howto docs\n"
"before going any further."
msgstr ""
"VPN povezava.\n"
"\n"
"Ta program temelji na sledečih projektih:\n"
" - FreeSwan: \t\t\thttp://www.freeswan.org/\n"
" - Super-FreeSwan: \t\thttp://www.freeswan.ca/\n"
" - ipsec-tools: \t\t\thttp://ipsec-tools.sourceforge.net\n"
" - ipsec-howto: \t\thttp://www.ipsec-howto.org\n"
" - dokumenti in man strani, priložene v paketu %s\n"
"\n"
"Preden nadaljujete, preberite prosim vsaj dokumentacijo ipsec-howto\n"
"."

#: ../bin/drakvpn-old:208
#, c-format
msgid "Problems installing package %s"
msgstr "Težave pri nameščanju paketa %s"

#: ../bin/drakvpn-old:222
#, c-format
msgid "Security Policies"
msgstr "Varnostna pravila"

#: ../bin/drakvpn-old:222
#, c-format
msgid "IKE daemon racoon"
msgstr "IKE demon racoon"

#: ../bin/drakvpn-old:224
#, c-format
msgid "Configuration file"
msgstr "Datoteka z nastavitvami"

#: ../bin/drakvpn-old:225
#, c-format
msgid ""
"Configuration step!\n"
"\n"
"You need to define the Security Policies and then to \n"
"configure the automatic key exchange (IKE) daemon. \n"
"The KAME IKE daemon we're using is called 'racoon'.\n"
"\n"
"What would you like to configure?\n"
msgstr ""
"Korak nastavitve!\n"
"Najprej morate določiti varnostna pravila, nato ustvarite demona\n"
"za samodejno izmenjavo ključev (IKE). Demon KAME IKE,\n"
"ki ga uporabljamo, se imenuje 'racoon'.\n"
"Kaj želite nastaviti?\n"

#: ../bin/drakvpn-old:245 ../bin/drakvpn-old:382
#, c-format
msgid "%s entries"
msgstr "Vnosi %s"

#: ../bin/drakvpn-old:246
#, c-format
msgid ""
"The %s file contents\n"
"is divided into sections.\n"
"\n"
"You can now:\n"
"\n"
"  - display, add, edit, or remove sections, then\n"
"  - commit the changes\n"
"\n"
"What would you like to do?\n"
msgstr ""
"Vsebina datoteke %s \n"
"je razdeljena na razdelke.\n"
"\n"
"Lahko izbirate med naslednjimi dejanji:\n"
"\n"
"  - prikaz, dodajanje, urejanje, odstranjevanje oddelkov, in\n"
"  - uveljavljanje sprememb.\n"
"\n"
"Kaj želite storiti?\n"

#: ../bin/drakvpn-old:253 ../bin/drakvpn-old:391
#, c-format
msgid ""
"_:display here is a verb\n"
"Display"
msgstr "Prikaži"

#: ../bin/drakvpn-old:253 ../bin/drakvpn-old:391
#, c-format
msgid "Edit"
msgstr "Uredi"

#: ../bin/drakvpn-old:253 ../bin/drakvpn-old:391
#, c-format
msgid "Commit"
msgstr "Uveljavi"

#: ../bin/drakvpn-old:267 ../bin/drakvpn-old:271 ../bin/drakvpn-old:406
#: ../bin/drakvpn-old:410
#, c-format
msgid ""
"_:display here is a verb\n"
"Display configuration"
msgstr "Prikaži nastavitve"

#: ../bin/drakvpn-old:272
#, c-format
msgid ""
"The %s file does not exist.\n"
"\n"
"This must be a new configuration.\n"
"\n"
"You'll have to go back and choose 'add'.\n"
msgstr ""
"Datoteka %s ne obstaja.\n"
"\n"
"Potrebna je nova nastavitev.\n"
"\n"
"Morali boste nazaj in izbrati 'dodaj'.\n"

#: ../bin/drakvpn-old:301
#, c-format
msgid ""
"Add a Security Policy.\n"
"\n"
"You can now add a Security Policy.\n"
"\n"
"Choose continue when you are done to write the data.\n"
msgstr ""
"Dodajanje varnostnih pravil.\n"
"\n"
"Lahko dodate varnostna pravila.\n"
"\n"
"Ko končate z vnosom podatkov, izberite 'nadaljuj'.\n"

#: ../bin/drakvpn-old:333 ../bin/drakvpn-old:523
#, c-format
msgid "Edit section"
msgstr "Urejanje razdelka"

#: ../bin/drakvpn-old:334
#, c-format
msgid ""
"Your %s file has several sections or connections.\n"
"\n"
"You can choose here below the one you want to edit \n"
"and then click on next.\n"
msgstr ""
"Datoteka %s ima več razdelkov ali povezav.\n"
"\n"
"Lahko izberete razdelek, ki ga želite urejati.\n"
"Ko končate z vnosom podatkov, izberite 'nadaljuj'.\n"

#: ../bin/drakvpn-old:337 ../bin/drakvpn-old:357 ../bin/drakvpn-old:528
#: ../bin/drakvpn-old:574
#, c-format
msgid "Section names"
msgstr "Imena razdelkov"

#: ../bin/drakvpn-old:344
#, c-format
msgid ""
"Edit a Security Policy.\n"
"\n"
"You can now edit a Security Policy.\n"
"\n"
"Choose continue when you are done to write the data.\n"
msgstr ""
"Urejanje varnostnih pravil.\n"
"\n"
"Uredite lahko varnostna pravila.\n"
"\n"
"Ko boste končali, kliknite 'nadaljuj' za zapis podatkov.\n"

#: ../bin/drakvpn-old:353 ../bin/drakvpn-old:570
#, c-format
msgid "Remove section"
msgstr "Odstrani razdelek"

#: ../bin/drakvpn-old:354 ../bin/drakvpn-old:571
#, c-format
msgid ""
"Your %s file has several sections or connections.\n"
"\n"
"You can choose here below the one you want to remove\n"
"and then click on next.\n"
msgstr ""
"Datoteka  %s ima več razdelkov ali povezav.\n"
"\n"
"Lahko izberete razdelek, ki ga želite odstraniti.\n"
"Ko boste končali, kliknite 'nadaljuj' za zapis podatkov.\n"

#: ../bin/drakvpn-old:383
#, c-format
msgid ""
"The racoon.conf file configuration.\n"
"\n"
"The contents of this file is divided into sections.\n"
"You can now:\n"
"  - display \t\t (display the file contents)\n"
"  - add\t\t\t (add one section)\n"
"  - edit \t\t\t (modify parameters of an existing section)\n"
"  - remove \t\t (remove an existing section)\n"
"  - commit \t\t (writes the changes to the real file)"
msgstr ""
"Nastavitvena datoteka za racoon.\n"
"\n"
"Vsebina te datoteke je razdeljena na razdelke.\n"
"Izbirate lahko med naslednjimi možnostmi:\n"
"  - Prikaži \t\t (prikaz vsebine datoteke)\n"
"  - Dodaj\t\t\t (dodajanje razdelka)\n"
"  - Uredi \t\t\t (urejanje obstoječega razdelka)\n"
"  - Odstrani \t\t (odstranitev razdelka)\n"
"  - Uveljavi \t\t (Uveljavitev sprememb)"

#: ../bin/drakvpn-old:411
#, c-format
msgid ""
"The %s file does not exist\n"
"\n"
"This must be a new configuration.\n"
"\n"
"You'll have to go back and choose configure.\n"
msgstr ""
"Datoteka %s ne obstaja.\n"
"\n"
"Potrebna je nova nastavitev.\n"
"\n"
"Morali boste nazaj in izbrati 'nastavljanje'.\n"

#: ../bin/drakvpn-old:425
#, c-format
msgid "racoon.conf entries"
msgstr "nastavitve za racoon"

#: ../bin/drakvpn-old:426
#, c-format
msgid ""
"The 'add' sections step.\n"
"\n"
"Here below is the racoon.conf file skeleton:\n"
"\t'path'\n"
"\t'remote'\n"
"\t'sainfo' \n"
"\n"
"Choose the section you would like to add.\n"
msgstr ""
"Korak za dodajanje razdelkov\n"
"\n"
"Ogrodje nastavitvene datoteke za racoon:\n"
"\t'pot'\n"
"\t'oddaljeno'\n"
"\t'sainfo' \n"
"\n"
"Izberite razdelek, ki ga želite dodati.\n"

#: ../bin/drakvpn-old:432
#, c-format
msgid "path"
msgstr "pot"

#: ../bin/drakvpn-old:432
#, c-format
msgid "remote"
msgstr "oddaljeno"

#: ../bin/drakvpn-old:432
#, c-format
msgid "sainfo"
msgstr "sainfo"

#: ../bin/drakvpn-old:440
#, c-format
msgid ""
"The 'add path' section step.\n"
"\n"
"The path sections have to be on top of your racoon.conf file.\n"
"\n"
"Put your mouse over the certificate entry to obtain online help."
msgstr ""
"Korak za dodajanje poti.\n"
"\n"
"Razdelki s potmi morajo biti na vrhu nastavitvene datoteke za racoon.\n"
"\n"
"Postavite miškin kazalec na vnos o certifikatu za spletno pomoč."

#: ../bin/drakvpn-old:443
#, c-format
msgid "path type"
msgstr "vrsta poti"

#: ../bin/drakvpn-old:447
#, c-format
msgid ""
"path include path: specifies a path to include\n"
"a file. See File Inclusion.\n"
"\tExample: path include '/etc/racoon'\n"
"\n"
"path pre_shared_key file: specifies a file containing\n"
"pre-shared key(s) for various ID(s). See Pre-shared key File.\n"
"\tExample: path pre_shared_key '/etc/racoon/psk.txt' ;\n"
"\n"
"path certificate path: racoon(8) will search this directory\n"
"if a certificate or certificate request is received.\n"
"\tExample: path certificate '/etc/cert' ;\n"
"\n"
"File Inclusion: include file \n"
"other configuration files can be included.\n"
"\tExample: include \"remote.conf\" ;\n"
"\n"
"Pre-shared key File: Pre-shared key file defines a pair\n"
"of the identifier and the shared secret key which are used at\n"
"Pre-shared key authentication method in phase 1."
msgstr ""
"path include pot: določi pot za vključitev\n"
"datoteke. Glejte Vključevanje datoteke.\n"
"\tPrimer: path include '/etc/racoon'\n"
"\n"
"path pre_shared_key datoteka: določi datoteko, ki vsebuje\n"
"ključ(e) pre-shared za razne ID(je). Glejte Datoteka ključev pre-shared.\n"
"\tPrimer: path pre_shared_key '/etc/racoon/psk.txt' ;\n"
"\n"
"path certificate pot: racoon(8) bo iskal v tem imeniku,\n"
"če bo prejet certifikat oz. certifikatno zahtevo.\n"
"\tPrimer: path certificate '/etc/cert' ;\n"
"\n"
"Vključevanje datoteke: include datoteka \n"
"vključene so lahko druge nastavitvene datoteke.\n"
"\tPrimer: include \"remote.conf\" ;\n"
"\n"
"Datoteka ključev pre-shared: Datoteka ključev pre-shared določi\n"
"par identitete in skrivnega skupnega ključa, ki se rabi v\n"
"fazi 1 metode overjanja s ključem pre-shared."

#: ../bin/drakvpn-old:467 ../bin/drakvpn-old:560
#, c-format
msgid "real file"
msgstr "prava datoteka"

#: ../bin/drakvpn-old:490
#, c-format
msgid ""
"Make sure you already have the path sections\n"
"on the top of your racoon.conf file.\n"
"\n"
"You can now choose the remote settings.\n"
"Choose continue or previous when you are done.\n"
msgstr ""
"Prepričajte se, da so razdelki s potmi na\n"
"vrhu nastavitvene datoteke za racoon.\n"
"\n"
"Zdaj lahko izberete nastavljanje za 'oddaljeno'.\n"
"Ko boste končali, izberite 'naprej' ali 'nazaj'.\n"

#: ../bin/drakvpn-old:507
#, c-format
msgid ""
"Make sure you already have the path sections\n"
"on the top of your %s file.\n"
"\n"
"You can now choose the sainfo settings.\n"
"Choose continue or previous when you are done.\n"
msgstr ""
"Prepričajte se, da je razdelek s potmi\n"
"na vrhu datoteke %s.\n"
"\n"
"Zdaj lahko izberete nastavljanje sainfo.\n"
"Ko boste končali, izberite 'naprej' ali 'nazaj'.\n"

#: ../bin/drakvpn-old:524
#, c-format
msgid ""
"Your %s file has several sections or connections.\n"
"\n"
"You can choose here in the list below the one you want\n"
"to edit and then click on next.\n"
msgstr ""
"Datoteka %s ima več razdelkov ali povezav.\n"
"\n"
"S spodnjega seznama lahko izberete, kaj želite urejati,\n"
"nato pa kliknite 'naprej'.\n"

#: ../bin/drakvpn-old:535
#, c-format
msgid ""
"Your %s file has several sections.\n"
"\n"
"\n"
"You can now edit the remote section entries.\n"
"\n"
"Choose continue when you are done to write the data.\n"
msgstr ""
"Datoteka %s ima več razdelkov.\n"
"\n"
"\n"
"Urejate lahko vnose za 'oddaljeno'.\n"
"\n"
"Za uveljavitev podatkov izberite 'nadaljuj'.\n"

#: ../bin/drakvpn-old:544
#, c-format
msgid ""
"Your %s file has several sections.\n"
"\n"
"You can now edit the sainfo section entries.\n"
"\n"
"Choose continue when you are done to write the data."
msgstr ""
"Datoteka %s ima več razdelkov.\n"
"\n"
"\n"
"Urejate lahko vnose za 'sainfo'.\n"
"\n"
"Za uveljavitev podatkov izberite 'nadaljuj'."

#: ../bin/drakvpn-old:552
#, c-format
msgid ""
"This section has to be on top of your\n"
"%s file.\n"
"\n"
"Make sure all other sections follow these path\n"
"sections.\n"
"\n"
"You can now edit the path entries.\n"
"\n"
"Choose continue or previous when you are done.\n"
msgstr ""
"Ta razdelek mora biti na vrhu datoteke\n"
"%s.\n"
"\n"
"Zagotovite, da bodo vsi ostali razdelki sledili\n"
"tem razdelkom s potmi.\n"
"\n"
"Urejate lahko vnose s potmi.\n"
"\n"
"Ko končate, izberite 'naprej' ali 'nazaj'.\n"

#: ../bin/drakvpn-old:559
#, c-format
msgid "path_type"
msgstr "vrsta_poti"

#: ../bin/drakvpn-old:599
#, c-format
msgid "Congratulations!"
msgstr "Čestitke!"

#: ../bin/drakvpn-old:600
#, c-format
msgid ""
"Everything has been configured.\n"
"\n"
"You may now share resources through the Internet,\n"
"in a secure way, using a VPN connection.\n"
"\n"
"You should make sure that the tunnels shorewall\n"
"section is configured."
msgstr ""
"Vse je nastavljeno.\n"
"\n"
"Zdaj lahko svoje zmogljivosti delite preko spleta\n"
" s pomočjo varne povezave VPN.\n"
"\n"
"Prepričajte se, da je razdelek 'tunnels shorewall'\n"
"nastavljen."

#: ../bin/drakvpn-old:620
#, c-format
msgid "Sainfo source address"
msgstr "Izvorni naslov sainfo"

#: ../bin/drakvpn-old:621
#, c-format
msgid ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"defines the parameters of the IKE phase 2\n"
"(IPsec-SA establishment).\n"
"\n"
"source_id and destination_id are constructed like:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
"\n"
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\t203.178.141.209 is the source address\n"
"\n"
"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
"\t172.16.1.0/24 is the source address"
msgstr ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"določi parametre za fazo 2 IKE\n"
"(vzpostavitev IPsec-SA).\n"
"\n"
"source_id in destination_id sta zgrajena takole:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Primeri: \n"
"\n"
"sainfo anonymous (sprejme povezavo od kjerkoli)\n"
"\tpustite prazno, če želite anonymous (anonimno)\n"
"\n"
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\t203.178.141.209 je izvorni naslov\n"
"\n"
"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
"\t172.16.1.0/24 je izvorni naslov"

#: ../bin/drakvpn-old:638
#, c-format
msgid "Sainfo source protocol"
msgstr "Protokol sainfo"

#: ../bin/drakvpn-old:639
#, c-format
msgid ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"defines the parameters of the IKE phase 2\n"
"(IPsec-SA establishment).\n"
"\n"
"source_id and destination_id are constructed like:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
"\n"
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\tthe first 'any' allows any protocol for the source"
msgstr ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"določi parametre za fazo 2 IKE\n"
"(vzpostavitev IPsec-SA).\n"
"\n"
"source_id in destination_id sta zgrajena takole:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Primeri: \n"
"\n"
"sainfo anonymous (sprejme povezavo od kjerkoli)\n"
"\tpustite prazno, če želite anonymous (anonimno)\n"
"\n"
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\tprvi 'any' dovoljuje katerikoli protokol za izvor"

#: ../bin/drakvpn-old:653
#, c-format
msgid "Sainfo destination address"
msgstr "Sainfo ciljni naslov"

#: ../bin/drakvpn-old:654
#, c-format
msgid ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"defines the parameters of the IKE phase 2\n"
"(IPsec-SA establishment).\n"
"\n"
"source_id and destination_id are constructed like:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
"\n"
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\t203.178.141.218 is the destination address\n"
"\n"
"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
"\t172.16.2.0/24 is the destination address"
msgstr ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"določi parametre za fazo 2 IKE\n"
"(vzpostavitev IPsec-SA).\n"
"\n"
"source_id in destination_id sta zgrajena takole:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Primeri: \n"
"\n"
"sainfo anonymous (sprejme povezavo od kjerkoli)\n"
"\tpustite prazno, če želite anonymous (anonimno)\n"
"\n"
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\t203.178.141.218 je ciljni naslov\n"
"\n"
"sainfo address 172.16.1.0/24 any address 172.16.2.0/24 any\n"
"\t172.16.2.0/24 je ciljni naslov"

#: ../bin/drakvpn-old:671
#, c-format
msgid "Sainfo destination protocol"
msgstr "Sainfo protokol cilja"

#: ../bin/drakvpn-old:672
#, c-format
msgid ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"defines the parameters of the IKE phase 2\n"
"(IPsec-SA establishment).\n"
"\n"
"source_id and destination_id are constructed like:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Examples: \n"
"\n"
"sainfo anonymous (accepts connections from anywhere)\n"
"\tleave blank this entry if you want anonymous\n"
"\n"
"sainfo address 203.178.141.209 any address 203.178.141.218 any\n"
"\tthe last 'any' allows any protocol for the destination"
msgstr ""
"sainfo (source_id destination_id | anonymous) { statements }\n"
"določa parametre IKE faze 2\n"
"(IPsec-SA establishment).\n"
"\n"
"source_id in destination_id so sestavljeni kot:\n"
"\n"
"\taddress address [/ prefix] [[port]] ul_proto\n"
"\n"
"Primeri: \n"
"\n"
"sainfo anonymous (sprejema povezave od kjerkoli)\n"
"\tpusti prazno, če želiš anonymous\n"
"\n"
"sainfo naslov 203.178.141.209 vsak naslov 203.178.141.218 \n"
"\tzadnji 'any' omogoča kakršenkoli protocol za cilj"

#: ../bin/drakvpn-old:686
#, c-format
msgid "PFS group"
msgstr "Skupina PFS"

#: ../bin/drakvpn-old:688
#, c-format
msgid ""
"define the group of Diffie-Hellman exponentiations.\n"
"If you do not require PFS then you can omit this directive.\n"
"Any proposal will be accepted if you do not specify one.\n"
"group is one of the following: modp768, modp1024, modp1536.\n"
"Or you can define 1, 2, or 5 as the DH group number."
msgstr ""
"Določi skupino Diffie-Hellmanovih potenc.\n"
"To navodilo lahko opustiš, če ne potrebuješ PFS.\n"
"Če ne navedeš nič, bo sprejet vsak predlog.\n"
"Skupine so lahko: modp768, modp1024, modp1536.\n"
"Ali pa določiš 1, 2 ali 5 kot DH številko skupine."

#: ../bin/drakvpn-old:693
#, c-format
msgid "Lifetime number"
msgstr "številka časa trajanja"

#: ../bin/drakvpn-old:694
#, c-format
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations.  Any proposal will be\n"
"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them).  They can be\n"
"individually specified in each proposal.\n"
"\n"
"Examples: \n"
"\n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 30 sec;\n"
"        lifetime time 30 sec;\n"
"        lifetime time 60 sec;\n"
"\tlifetime time 12 hour;\n"
"\n"
"So, here, the lifetime numbers are 1, 1, 30, 30, 60 and 12.\n"
msgstr ""
"določi čas trajanja v , ki bo predlagan v fazi 1\n"
"povezovanja. Vsak predlog bo sprejet, vendar last-\n"
"nosti ne bodo predložene enakovrednim napravam,\n"
"če jih ne boste navedli. Lahko se jih navaja posebej v\n"
"vsakem predlogu.\n"
"\n"
"Primeri: \n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 30 sec;\n"
"        lifetime time 30 sec;\n"
"        lifetime time 60 sec;\n"
"\tlifetime time 12 hour;\n"
"\n"
"Torej številke trajanja so:  1, 1, 30, 30, 60 and 12.\n"

#: ../bin/drakvpn-old:710
#, c-format
msgid "Lifetime unit"
msgstr "Enota trajanja"

#: ../bin/drakvpn-old:712
#, c-format
msgid ""
"define a lifetime of a certain time which will be pro-\n"
"posed in the phase 1 negotiations.  Any proposal will be\n"
"accepted, and the attribute(s) will not be proposed to\n"
"the peer if you do not specify it(them).  They can be\n"
"individually specified in each proposal.\n"
"\n"
"Examples: \n"
"\n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 30 sec;\n"
"        lifetime time 30 sec;\n"
"        lifetime time 60 sec;\n"
"\tlifetime time 12 hour;\n"
"\n"
"So, here, the lifetime units are 'min', 'min', 'sec', 'sec', 'sec' and "
"'hour'.\n"
msgstr ""
"določi čas trajanja, ki bo predlagan\n"
"za fazo 1 povezovanja. Vsak predlog bo sprejet,\n"
"vendar lastnosti ne bodo predložene enakovrednim napravam,\n"
"če jih ne boš navedel. Lahko se jih nevede posebej\n"
"v vsakem predlogu.\n"
"\n"
"Primeri: \n"
"\n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 1 min;    # sec,min,hour\n"
"        lifetime time 30 sec;\n"
"        lifetime time 30 sec;\n"
"        lifetime time 60 sec;\n"
"\tlifetime time 12 hour;\n"
"\n"
"Torej enote trajanja so: 'min', 'min', 'sec', 'sec', 'sec' in 'hour'.\n"

#: ../bin/drakvpn-old:728 ../bin/drakvpn-old:813
#, c-format
msgid "Encryption algorithm"
msgstr "Algoritem za šifriranje"

#: ../bin/drakvpn-old:730
#, c-format
msgid "Authentication algorithm"
msgstr "Algoritem za overjanje"

#: ../bin/drakvpn-old:732
#, c-format
msgid "Compression algorithm"
msgstr "Algoritem za stiskanje"

#: ../bin/drakvpn-old:733
#, c-format
msgid "deflate"
msgstr "skrči"

#: ../bin/drakvpn-old:740
#, c-format
msgid "Remote"
msgstr "Oddaljeno"

#: ../bin/drakvpn-old:741
#, c-format
msgid ""
"remote (address | anonymous) [[port]] { statements }\n"
"specifies the parameters for IKE phase 1 for each remote node.\n"
"The default port is 500.  If anonymous is specified, the state-\n"
"ments apply to all peers which do not match any other remote\n"
"directive.\n"
"\n"
"Examples: \n"
"\n"
"remote anonymous\n"
"remote ::1 [8000]"
msgstr ""
"remote  (address | anonymous) [[port]] { statements }\n"
"določi vrednosti za IKE fazo 1 za vsako oddaljeno vozlišče.\n"
"Privzeto se uporablja vrata 500. Če se navede anonymous, se le to\n"
"uporabi za vse enakovredne naprave, ki jim ne ustreza nobeno drugo\n"
"oddaljeno navodilo.\n"
"\n"
"Primeri: \n"
"\n"
"remote anonymous\n"
"remote ::1 [8000]"

#: ../bin/drakvpn-old:749
#, c-format
msgid "Exchange mode"
msgstr "Izmenjevalni način"

#: ../bin/drakvpn-old:751
#, c-format
msgid ""
"defines the exchange mode for phase 1 when racoon is the\n"
"initiator. Also it means the acceptable exchange mode\n"
"when racoon is responder. More than one mode can be\n"
"specified by separating them with a comma. All of the\n"
"modes are acceptable. The first exchange mode is what\n"
"racoon uses when it is the initiator.\n"
msgstr ""
"določa način izmenjevanja za fazo 1, takrat ko je racoon\n"
"pobudnik. Poleg tega pomeni sprejemljiv način izmenjave,\n"
"ko je racoon odzivnik. Obstaja lahko več kot 1 način, ki jih\n"
"medsebojno ločiš z vejico. Vsi načini so sprejemljivi.\n"
"Prvi način izmenjave je tisti, ki ga racoon uporablja,\n"
"kadar je pobudnik.\n"

#: ../bin/drakvpn-old:757
#, c-format
msgid "Generate policy"
msgstr "Ustvari varnostna pravila"

#: ../bin/drakvpn-old:758 ../bin/drakvpn-old:774 ../bin/drakvpn-old:787
#, c-format
msgid "off"
msgstr "izključeno"

#: ../bin/drakvpn-old:758 ../bin/drakvpn-old:774 ../bin/drakvpn-old:787
#, c-format
msgid "on"
msgstr "vključeno"

#: ../bin/drakvpn-old:759
#, c-format
msgid ""
"This directive is for the responder.  Therefore you\n"
"should set passive on in order that racoon(8) only\n"
"becomes a responder.  If the responder does not have any\n"
"policy in SPD during phase 2 negotiation, and the direc-\n"
"tive is set on, then racoon(8) will choose the first pro-\n"
"posal in the SA payload from the initiator, and generate\n"
"policy entries from the proposal.  It is useful to nego-\n"
"tiate with the client which is allocated IP address\n"
"dynamically.  Note that inappropriate policy might be\n"
"installed into the responder's SPD by the initiator.  So\n"
"that other communication might fail if such policies\n"
"installed due to some policy mismatches between the ini-\n"
"tiator and the responder.  This directive is ignored in\n"
"the initiator case.  The default value is off."
msgstr ""
"To navodilo je za odzivnik. Zaradi tega moraš\n"
"vključiti pasivno, zato da bo samo racoon(8) postal\n"
"odzivnik. Če odzivnik nima določenih pravil v SPD med\n"
"drugo fazo povezovanja, navodilo pa je vključeno, potem\n"
"bo racoon(8) izbral prvo predlogo v SA prometu od pobudnika,\n"
"nato bo ustvaril pravilnik vnosov od pobudnika. Koristno se je\n"
"povezovati z odjemalcem, ki ima dinamično določen\n"
"naslov IP. Pozoren bodi na to, da se v odzivnikov SPD lahko\n"
"namesti neprimeren pravilnik pobudnika. Zaradi neskladja\n"
"pravilnikov pobudnika in odzivnika lahko pride do\n"
"izgube ostale komunikacije, če je tak pravilnik\n"
"nameščen. To navodilo v primeru pobudnika\n"
"ni upoštevano. Privzeta vrednost je izključeno."

#: ../bin/drakvpn-old:773
#, c-format
msgid "Passive"
msgstr "Pasivno"

#: ../bin/drakvpn-old:775
#, c-format
msgid ""
"If you do not want to initiate the negotiation, set this\n"
"to on.  The default value is off.  It is useful for a\n"
"server."
msgstr ""
"Če ne želite začeti povezovanje, nastavite\n"
"to možnost na vključeno. Privzeto je izključeno.\n"
"To je koristno za strežnik."

#: ../bin/drakvpn-old:778
#, c-format
msgid "Certificate type"
msgstr "Vrsta certifikata"

#: ../bin/drakvpn-old:780
#, c-format
msgid "My certfile"
msgstr "Moje potrdilo"

#: ../bin/drakvpn-old:781
#, c-format
msgid "Name of the certificate"
msgstr "Ime certifikata"

#: ../bin/drakvpn-old:782
#, c-format
msgid "My private key"
msgstr "Moj zasebni ključ"

#: ../bin/drakvpn-old:783
#, c-format
msgid "Name of the private key"
msgstr "Ime zasebnega ključa"

#: ../bin/drakvpn-old:784
#, c-format
msgid "Peers certfile"
msgstr "Potrdilo za enakovredne naprave"

#: ../bin/drakvpn-old:785
#, c-format
msgid "Name of the peers certificate"
msgstr "Ime potrdila za enakovredne naprave"

#: ../bin/drakvpn-old:786
#, c-format
msgid "Verify cert"
msgstr "Preveri potrdilo"

#: ../bin/drakvpn-old:788
#, c-format
msgid ""
"If you do not want to verify the peer's certificate for\n"
"some reason, set this to off.  The default is on."
msgstr ""
"Izključite to orodje, če zaradi nekega razloge ne želite\n"
"preverjati certifikatov enakovrednih naprav. Privzeto je orodje\n"
"vključeno."

#: ../bin/drakvpn-old:790
#, c-format
msgid "My identifier"
msgstr "Moj določevalec, identifikator"

#: ../bin/drakvpn-old:791
#, c-format
msgid ""
"specifies the identifier sent to the remote host and the\n"
"type to use in the phase 1 negotiation.  address, FQDN,\n"
"user_fqdn, keyid and asn1dn can be used as an idtype.\n"
"they are used like:\n"
"\tmy_identifier address [address];\n"
"\t\tthe type is the IP address.  This is the default\n"
"\t\ttype if you do not specify an identifier to use.\n"
"\tmy_identifier user_fqdn string;\n"
"\t\tthe type is a USER_FQDN (user fully-qualified\n"
"\t\tdomain name).\n"
"\tmy_identifier FQDN string;\n"
"\t\tthe type is a FQDN (fully-qualified domain name).\n"
"\tmy_identifier keyid file;\n"
"\t\tthe type is a KEY_ID.\n"
"\tmy_identifier asn1dn [string];\n"
"\t\tthe type is an ASN.1 distinguished name.  If\n"
"\t\tstring is omitted, racoon(8) will get DN from\n"
"\t\tSubject field in the certificate.\n"
"\n"
"Examples: \n"
"\n"
"my_identifier user_fqdn \"myemail@mydomain.com\""
msgstr ""
"Določa identifikator, ki se pošlje oddaljenemu gostitelju, in\n"
"vrsto za uporabo v pogajanjih faze 1 negotiation. Za idtype\n"
"se lahko uporabi FQDN, user_fqdn, keyid in asn1dn.\n"
"Vse se uporablja na ta način:\n"
"\tmy_identifier address [naslov];\n"
"\t\tvrsta je naslov IP. To je privzeta\n"
"\t\tvrsta, če ne določite identifikatorja.\n"
"\tmy_identifier user_fqdn niz;\n"
"\t\tvrsta je USER_FQDN (uporabniško polno\n"
"\t\tkvalificirano ime domene).\n"
"\tmy_identifier FQDN niz;\n"
"\t\tvrsta je FQDN (polno kvalificirano ime domene).\n"
"\tmy_identifier keyid datoteka;\n"
"\t\tvrsta je KEY_ID.\n"
"\tmy_identifier asn1dn [niz];\n"
"\t\tvrsta je značilno ime ASN.1. Če\n"
"\t\tniz izpustite, bo racoon(8) pridobil ime iz\n"
"\t\tpolja Zadeva iz potrdila.\n"
"\n"
"Primeri: \n"
"\n"
"my_identifier user_fqdn \"mojapošta@mojadomena.com\""

#: ../bin/drakvpn-old:811
#, c-format
msgid "Peers identifier"
msgstr "Identifikator enakovrednih naprav"

#: ../bin/drakvpn-old:812
#, c-format
msgid "Proposal"
msgstr "Predlog"

#: ../bin/drakvpn-old:814
#, c-format
msgid ""
"specify the encryption algorithm used for the\n"
"phase 1 negotiation. This directive must be defined. \n"
"algorithm is one of the following: \n"
"\n"
"DES, 3DES, blowfish, cast128 for oakley.\n"
"\n"
"For other transforms, this statement should not be used."
msgstr ""
"navedi algoritem za šifriranje, ki bo v uporabi\n"
"za prvo stopnjo pogajanja. To navodilo mora biti določeno.\n"
"lahko se izbere naslednje algoritme: \n"
"\n"
"DES, 3DES, blowfish, cast128 za oakley.\n"
"\n"
"Za ostale pretvorbe se ta navedba ne uporablja."

#: ../bin/drakvpn-old:821
#, c-format
msgid "Hash algorithm"
msgstr "Zgostitveni algoritem"

#: ../bin/drakvpn-old:822
#, c-format
msgid "Authentication method"
msgstr "Način overjanja"

#: ../bin/drakvpn-old:823
#, c-format
msgid "DH group"
msgstr "Skupina DH"

#: ../bin/drakvpn-old:830
#, c-format
msgid "Command"
msgstr "Ukaz"

#: ../bin/drakvpn-old:831
#, c-format
msgid "Source IP range"
msgstr "Obseg vrednosti za izvorni IP"

#: ../bin/drakvpn-old:832
#, c-format
msgid "Destination IP range"
msgstr "Obseg vrednosti za ciljni IP"

#: ../bin/drakvpn-old:833
#, c-format
msgid "Upper-layer protocol"
msgstr "Protokol zgornjega sloja"

#: ../bin/drakvpn-old:833 ../bin/drakvpn-old:840
#, c-format
msgid "any"
msgstr "katerikoli"

#: ../bin/drakvpn-old:835
#, c-format
msgid "Flag"
msgstr "Zastavica"

#: ../bin/drakvpn-old:836
#, c-format
msgid "Direction"
msgstr "Usmeritev"

#: ../bin/drakvpn-old:837
#, c-format
msgid "IPsec policy"
msgstr "IPsec pravilnik"

#: ../bin/drakvpn-old:837
#, c-format
msgid "ipsec"
msgstr "ipsec"

#: ../bin/drakvpn-old:837
#, c-format
msgid "discard"
msgstr "Opusti"

#: ../bin/drakvpn-old:840
#, c-format
msgid "Mode"
msgstr "Način"

#: ../bin/drakvpn-old:840
#, c-format
msgid "tunnel"
msgstr "tunel"

#: ../bin/drakvpn-old:840
#, c-format
msgid "transport"
msgstr "prenos"

#: ../bin/drakvpn-old:842
#, c-format
msgid "Source/destination"
msgstr "Izvor/cilj"

#: ../bin/drakvpn-old:843
#, c-format
msgid "Level"
msgstr "Raven"

#: ../bin/drakvpn-old:843
#, c-format
msgid "require"
msgstr "zahteva"

#: ../bin/drakvpn-old:843
#, c-format
msgid "default"
msgstr "privzeto"

#: ../bin/drakvpn-old:843
#, c-format
msgid "use"
msgstr "uporabi"

#: ../bin/drakvpn-old:843
#, c-format
msgid "unique"
msgstr "enkraten"

#: ../bin/net_applet:62
#, c-format
msgid "Network is up on interface %s."
msgstr "Povezava preko vmesnika %s."

#: ../bin/net_applet:63
#, c-format
msgid "IP address: %s"
msgstr "Naslov IP: %s"

#: ../bin/net_applet:64
#, c-format
msgid "Gateway: %s"
msgstr "Prehod: %s"

#: ../bin/net_applet:65
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr "Povezava z%s vzpostavljena (stopnja povezave: %d %%)"

#: ../bin/net_applet:67
#, c-format
msgid "Network is down on interface %s."
msgstr "Omrežje preko vmesnika %s je prekinjeno"

#: ../bin/net_applet:75 ../bin/net_monitor:468
#, c-format
msgid "Connect %s"
msgstr "Poveži %s"

#: ../bin/net_applet:76 ../bin/net_monitor:468
#, c-format
msgid "Disconnect %s"
msgstr "Prekini %s"

#: ../bin/net_applet:77
#, c-format
msgid "Monitor Network"
msgstr "Nadzornik omrežja"

#: ../bin/net_applet:79
#, c-format
msgid "Manage wireless networks"
msgstr "Upravljanje brezžičnih omrežij"

#: ../bin/net_applet:81
#, c-format
msgid "Manage VPN connections"
msgstr "Upravljanje povezav VPN"

#: ../bin/net_applet:85
#, c-format
msgid "Configure Network"
msgstr "Nastavi omrežje"

#: ../bin/net_applet:87
#, c-format
msgid "Watched interface"
msgstr "Opazovan vmesnik"

#: ../bin/net_applet:88 ../bin/net_applet:89 ../bin/net_applet:91
#, c-format
msgid "Auto-detect"
msgstr "Samodejna zaznava"

#: ../bin/net_applet:96
#, c-format
msgid "Active interfaces"
msgstr "Delujoči vmesniki"

#: ../bin/net_applet:120
#, c-format
msgid "Profiles"
msgstr "Profili"

#: ../bin/net_applet:130 ../lib/network/connection.pm:165
#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:365
#: ../lib/network/vpn/openvpn.pm:379 ../lib/network/vpn/openvpn.pm:390
#, c-format
msgid "VPN connection"
msgstr "VPN povezava"

#: ../bin/net_applet:319
#, c-format
msgid "Network connection"
msgstr "Omrežna povezava"

#: ../bin/net_applet:446
#, c-format
msgid "More networks"
msgstr "Več omrežij"

#: ../bin/net_applet:473
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr "Samodejni način Interaktivnega požarnega zidu"

#: ../bin/net_applet:478
#, c-format
msgid "Always launch on startup"
msgstr "Vedno zaženi ob zagonu"

#: ../bin/net_applet:483
#, c-format
msgid "Wireless networks"
msgstr "Brezžična omrežja"

#: ../bin/net_applet:490 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Nastavitve"

#: ../bin/net_applet:565
#, c-format
msgid "Interactive Firewall: intrusion detected"
msgstr "Interaktivni požarni zid: zaznan vdor"

#: ../bin/net_applet:582
#, c-format
msgid "What do you want to do with this attacker?"
msgstr "Kaj želite storiti s tem napadalcem?"

#: ../bin/net_applet:585
#, c-format
msgid "Attack details"
msgstr "Podrobnosti o napadu"

#: ../bin/net_applet:589
#, c-format
msgid "Attack time: %s"
msgstr "Čas napada: %s"

#: ../bin/net_applet:590
#, c-format
msgid "Network interface: %s"
msgstr "Omrežni vmesnik: %s"

#: ../bin/net_applet:591
#, c-format
msgid "Attack type: %s"
msgstr "Vrsta napada: %s"

#: ../bin/net_applet:592
#, c-format
msgid "Protocol: %s"
msgstr "Protokol: %s"

#: ../bin/net_applet:593
#, c-format
msgid "Attacker IP address: %s"
msgstr "Napadalčev naslov IP: %s"

#: ../bin/net_applet:594
#, c-format
msgid "Attacker hostname: %s"
msgstr "Ime gostitelja napadalca: %s"

#: ../bin/net_applet:597
#, c-format
msgid "Service attacked: %s"
msgstr "Napadena storitev: %s"

#: ../bin/net_applet:598
#, c-format
msgid "Port attacked: %s"
msgstr "Napadena vrata: %s"

#: ../bin/net_applet:600
#, c-format
msgid "Type of ICMP attack: %s"
msgstr "Vrsta napada ICMP: %s"

#: ../bin/net_applet:605
#, c-format
msgid "Always blacklist (do not ask again)"
msgstr "Vedno uvrsti na črno listo (ne vprašaj ponovno)"

#: ../bin/net_applet:620
#, c-format
msgid "Ignore"
msgstr "Zanemari"

#: ../bin/net_applet:638 ../bin/net_applet:651
#, c-format
msgid "Interactive Firewall: new service"
msgstr "Interaktivni požarni zid: nova storitev"

#: ../bin/net_applet:661
#, c-format
msgid "Do you want to open this service?"
msgstr "Želite omogočiti storitev?"

#: ../bin/net_applet:664
#, c-format
msgid "Remember this answer"
msgstr "Zapomni si ta odgovor"

#: ../bin/net_monitor:60 ../bin/net_monitor:65
#, c-format
msgid "Network Monitoring"
msgstr "Nadzornik omrežja"

#: ../bin/net_monitor:101
#, c-format
msgid "Global statistics"
msgstr "Globalna statistika"

#: ../bin/net_monitor:104
#, c-format
msgid "Instantaneous"
msgstr "Trenutno"

#: ../bin/net_monitor:104
#, c-format
msgid "Average"
msgstr "Povprečno"

#: ../bin/net_monitor:105
#, c-format
msgid ""
"Sending\n"
"speed:"
msgstr ""
"Hitrost\n"
"pošiljanja:"

#: ../bin/net_monitor:105 ../bin/net_monitor:106 ../bin/net_monitor:111
#, c-format
msgid "unknown"
msgstr "neznano"

#: ../bin/net_monitor:106
#, c-format
msgid ""
"Receiving\n"
"speed:"
msgstr ""
"Hitrost\n"
"prejemanja:"

#: ../bin/net_monitor:110
#, c-format
msgid ""
"Connection\n"
"time: "
msgstr ""
"Čas\n"
"povezave:"

#: ../bin/net_monitor:117
#, c-format
msgid "Use same scale for received and transmitted"
msgstr "Uporabi enako lestvico za sprejemanje in oddajanje"

#: ../bin/net_monitor:136
#, c-format
msgid "Wait please, testing your connection..."
msgstr "Preverjanje povezave, prosim počakajte ..."

#: ../bin/net_monitor:185 ../bin/net_monitor:198
#, c-format
msgid "Disconnecting from Internet "
msgstr "Prekinjanje povezave z internetom"

#: ../bin/net_monitor:185 ../bin/net_monitor:198
#, c-format
msgid "Connecting to Internet "
msgstr "Povezovanje v internet"

#: ../bin/net_monitor:229
#, c-format
msgid "Disconnection from Internet failed."
msgstr "Prekinitev povezave z internetom je spodletela."

#: ../bin/net_monitor:230
#, c-format
msgid "Disconnection from Internet complete."
msgstr "Prekinitev povezave z internetom je opravljena."

#: ../bin/net_monitor:232
#, c-format
msgid "Connection complete."
msgstr "Povezovanje je opravljeno."

#: ../bin/net_monitor:233
#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandriva Linux Control Center."
msgstr ""
"Povezovanje je spodletelo.\n"
"Preverite nastavitve v Nadzornem središču Mandriva Linux "

#: ../bin/net_monitor:338
#, c-format
msgid "Color configuration"
msgstr "Nastavitev barv"

#: ../bin/net_monitor:395 ../bin/net_monitor:407
#, c-format
msgid "sent: "
msgstr "poslano: "

#: ../bin/net_monitor:398 ../bin/net_monitor:411
#, c-format
msgid "received: "
msgstr "prejeto: "

#: ../bin/net_monitor:401
#, c-format
msgid "average"
msgstr "povprečno"

#: ../bin/net_monitor:404
#, c-format
msgid "Local measure"
msgstr "Krajevno merilo"

#: ../bin/net_monitor:461
#, c-format
msgid ""
"Warning, another internet connection has been detected, maybe using your "
"network"
msgstr ""
"Opozorilo, še ena internetna povezava je bila zaznana, morda uporablja vaše "
"omrežje"

#: ../bin/net_monitor:472
#, c-format
msgid "No internet connection configured"
msgstr "Nobena internetna povezava ni nastavljena"

#: ../lib/network/connection.pm:16
#, c-format
msgid "Unknown connection type"
msgstr "Neznana vrsta povezave"

#: ../lib/network/connection.pm:131
#, c-format
msgid "Network access settings"
msgstr "Nastavitve internetnega dostopa"

#: ../lib/network/connection.pm:132
#, c-format
msgid "Access settings"
msgstr "Nastavitve dostopa"

#: ../lib/network/connection.pm:133
#, c-format
msgid "Address settings"
msgstr "Nastavitve naslova"

#: ../lib/network/connection.pm:167 ../lib/network/connection/cable.pm:44
#: ../lib/network/connection/wireless.pm:43 ../lib/network/vpn/openvpn.pm:127
#: ../lib/network/vpn/openvpn.pm:171 ../lib/network/vpn/openvpn.pm:339
#, c-format
msgid "None"
msgstr "Ne"

#: ../lib/network/connection.pm:179
#, c-format
msgid "Allow users to manage the connection"
msgstr "Omogoči uporabnikom upravljanje s povezavo"

#: ../lib/network/connection.pm:180
#, c-format
msgid "Start the connection at boot"
msgstr "Omogoči povezavo ob zagonu sistema"

#: ../lib/network/connection.pm:246
#, c-format
msgid "Link detected on interface %s"
msgstr "Na vmesniku %s je zaznana povezava"

#: ../lib/network/connection.pm:247 ../lib/network/connection/ethernet.pm:274
#, c-format
msgid "Link beat lost on interface %s"
msgstr "Povezava na vmesniku %s je izgubljena"

#: ../lib/network/connection/cable.pm:13
#, c-format
msgid "Cable"
msgstr "Kabelsko"

#: ../lib/network/connection/cable.pm:14
#, c-format
msgid "Cable modem"
msgstr "Kabelski modem"

#: ../lib/network/connection/cable.pm:45
#, c-format
msgid "Use BPALogin (needed for Telstra)"
msgstr "Uporabi prijavo BPALogin (za Telstra)"

#: ../lib/network/connection/cellular.pm:47
#, c-format
msgid "Access Point Name"
msgstr "Ime dostopne točke"

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

#: ../lib/network/connection/cellular_bluetooth.pm:11
#, c-format
msgid "Bluetooth Dial Up Networking"
msgstr "Klicna omrežna povezava Bluetooth"

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

#: ../lib/network/connection/cellular_card.pm:67
#: ../lib/network/vpn/openvpn.pm:391
#, c-format
msgid "PIN number"
msgstr "Koda PIN"

#: ../lib/network/connection/cellular_card.pm:130
#, c-format
msgid "Unable to open device %s"
msgstr "Ni moč odpreti naprave %s"

#: ../lib/network/connection/cellular_card.pm:155
#, c-format
msgid "Please check that your SIM card is inserted."
msgstr "Prosim preverite, če je vaša SIM kartica pravilno vstavljena."

#: ../lib/network/connection/cellular_card.pm:161
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
"Entering the wrong PIN code multiple times may lock your SIM card!"
msgstr ""
"Vpisali ste napačno PIN kodo \n"
"Če večkrat vpišete napačno PIN kodo, zaklenete vašo SIM kartico!"

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

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

#: ../lib/network/connection/dvb.pm:56
#, c-format
msgid "Adapter card"
msgstr "Vmesniška kartica"

#: ../lib/network/connection/dvb.pm:57
#, c-format
msgid "Net demux"
msgstr "Omrežno demultipleksiranje"

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

#: ../lib/network/connection/ethernet.pm:10
#, c-format
msgid "Ethernet"
msgstr "Krajevno omrežje (ethernet)"

#: ../lib/network/connection/ethernet.pm:53
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""
"Omrežnega vmesnika za izbrano napravo ni mogoče najti. (Uporabljam gonilnik %"
"s)"

#: ../lib/network/connection/ethernet.pm:61 ../lib/network/vpn/openvpn.pm:207
#, c-format
msgid "Manual configuration"
msgstr "Ročna nastavitev"

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

#: ../lib/network/connection/ethernet.pm:116
#, c-format
msgid "IP settings"
msgstr "IP nastavitve"

#: ../lib/network/connection/ethernet.pm:129
#, 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 ""
"Vnesite IP nastavitve za ta računalnik.\n"
"Vsako postavko vnesite kot naslov IP v obliki decimalnih števil, ločenih s "
"piko (n.pr.: 1.2.3.4)."

#: ../lib/network/connection/ethernet.pm:138
#, c-format
msgid "DNS server 1"
msgstr "Prvi DNS strežnik"

#: ../lib/network/connection/ethernet.pm:139
#, c-format
msgid "DNS server 2"
msgstr "Drugi DNS strežnik"

#: ../lib/network/connection/ethernet.pm:140
#, c-format
msgid "Search domain"
msgstr "Domena za iskanje"

#: ../lib/network/connection/ethernet.pm:141
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr "Domena za iskanje se privzeto oblikuje iz gostiteljskega imena."

#: ../lib/network/connection/ethernet.pm:149
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr "Ne vzpostavljaj ponovne povezave z Zeroconf (omrežje 169.254.0.0)."

#: ../lib/network/connection/ethernet.pm:170
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Opozorilo: naslov IP %s je običajno rezerviran!"

#: ../lib/network/connection/ethernet.pm:176
#, c-format
msgid "%s already in use\n"
msgstr "%s je že uporabljen\n"

#: ../lib/network/connection/ethernet.pm:225
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr "Omogoči tunel med IPv6 in IPv4"

#: ../lib/network/connection/ethernet.pm:273
#, c-format
msgid "Link beat detected on interface %s"
msgstr "Povezava na vmesniku %s je izgubljena"

#: ../lib/network/connection/ethernet.pm:276
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr "Pošiljanje zahteve za omrežni naslov na vmesniku  %s (protokol %s)..."

#: ../lib/network/connection/ethernet.pm:277
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr "Omrežni naslov na vmesniku  %s (protokol %s) je bil pridobljen."

#: ../lib/network/connection/ethernet.pm:278
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""
"Pridobivanje omrežnega naslova na vmesniku  %s (protokol %s) je spodletelo."

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

#: ../lib/network/connection/isdn.pm:153 ../lib/network/netconnect.pm:197
#: ../lib/network/netconnect.pm:200 ../lib/network/netconnect.pm:218
#: ../lib/network/netconnect.pm:463 ../lib/network/netconnect.pm:559
#: ../lib/network/netconnect.pm:562
#, c-format
msgid "Unlisted - edit manually"
msgstr "Ni na seznamu - uredite ročno"

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

#: ../lib/network/connection/isdn.pm:196 ../lib/network/netconnect.pm:395
#, c-format
msgid "I do not know"
msgstr "Ne poznam"

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

#: ../lib/network/connection/isdn.pm:198 ../lib/network/netconnect.pm:395
#, 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 "Analogni telefonski modem (POTS)"

#: ../lib/network/connection/providers/cellular.pm:13
#: ../lib/network/connection/providers/cellular.pm:18
#: ../lib/network/connection/providers/cellular.pm:23
#: ../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 "Francija"

#: ../lib/network/connection/providers/xdsl.pm:47
#: ../lib/network/connection/providers/xdsl.pm:57
#, c-format
msgid "Algeria"
msgstr "Alžirija"

#: ../lib/network/connection/providers/xdsl.pm:67
#: ../lib/network/connection/providers/xdsl.pm:77
#, c-format
msgid "Argentina"
msgstr "Argentina"

#: ../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 "Avstrija"

#: ../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 "Avstralija"

#: ../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 "Belgija"

#: ../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 "Brazilija"

#: ../lib/network/connection/providers/xdsl.pm:228
#: ../lib/network/connection/providers/xdsl.pm:237
#, c-format
msgid "Bulgaria"
msgstr "Bolgarija"

#: ../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 "Kitajska"

#: ../lib/network/connection/providers/xdsl.pm:426
#: ../lib/network/connection/providers/xdsl.pm:436
#, c-format
msgid "Czech Republic"
msgstr "Češka"

#: ../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 "Danska"

#: ../lib/network/connection/providers/xdsl.pm:473
#, c-format
msgid "Egypt"
msgstr "Egipt"

#: ../lib/network/connection/providers/xdsl.pm:483
#, c-format
msgid "Finland"
msgstr "Finska"

#: ../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 "Nemčija"

#: ../lib/network/connection/providers/xdsl.pm:650
#, c-format
msgid "Greece"
msgstr "Grčija"

#: ../lib/network/connection/providers/xdsl.pm:659
#, c-format
msgid "Hungary"
msgstr "Madžarska"

#: ../lib/network/connection/providers/xdsl.pm:668
#, c-format
msgid "Ireland"
msgstr "Irska"

#: ../lib/network/connection/providers/xdsl.pm:677
#, c-format
msgid "Israel"
msgstr "Izrael"

#: ../lib/network/connection/providers/xdsl.pm:687
#, c-format
msgid "India"
msgstr "Indija"

#: ../lib/network/connection/providers/xdsl.pm:696
#: ../lib/network/connection/providers/xdsl.pm:705
#, c-format
msgid "Iceland"
msgstr "Islandija"

#: ../lib/network/connection/providers/xdsl.pm:714
#: ../lib/network/connection/providers/xdsl.pm:725
#: ../lib/network/connection/providers/xdsl.pm:735
#: ../lib/network/connection/providers/xdsl.pm:746
#: ../lib/network/netconnect.pm:35
#, c-format
msgid "Italy"
msgstr "Italija"

#: ../lib/network/connection/providers/xdsl.pm:758
#, c-format
msgid "Sri Lanka"
msgstr "Šrilanka"

#: ../lib/network/connection/providers/xdsl.pm:770
#, c-format
msgid "Lithuania"
msgstr "Litva"

#: ../lib/network/connection/providers/xdsl.pm:779
#: ../lib/network/connection/providers/xdsl.pm:789
#, c-format
msgid "Mauritius"
msgstr "Mauritius"

#: ../lib/network/connection/providers/xdsl.pm:800
#, c-format
msgid "Morocco"
msgstr "Maroko"

#: ../lib/network/connection/providers/xdsl.pm:810
#: ../lib/network/connection/providers/xdsl.pm:819
#: ../lib/network/connection/providers/xdsl.pm:828
#: ../lib/network/connection/providers/xdsl.pm:837
#: ../lib/network/netconnect.pm:34
#, c-format
msgid "Netherlands"
msgstr "Nizozemska"

#: ../lib/network/connection/providers/xdsl.pm:846
#: ../lib/network/connection/providers/xdsl.pm:852
#: ../lib/network/connection/providers/xdsl.pm:858
#: ../lib/network/connection/providers/xdsl.pm:864
#: ../lib/network/connection/providers/xdsl.pm:870
#: ../lib/network/connection/providers/xdsl.pm:876
#: ../lib/network/connection/providers/xdsl.pm:882
#, c-format
msgid "Norway"
msgstr "Norveška"

#: ../lib/network/connection/providers/xdsl.pm:890
#, c-format
msgid "Pakistan"
msgstr "Pakistan"

#: ../lib/network/connection/providers/xdsl.pm:901
#: ../lib/network/connection/providers/xdsl.pm:911
#, c-format
msgid "Poland"
msgstr "Poljska"

#: ../lib/network/connection/providers/xdsl.pm:922
#, c-format
msgid "Portugal"
msgstr "Portugalska"

#: ../lib/network/connection/providers/xdsl.pm:931
#, c-format
msgid "Russia"
msgstr "Rusija"

#: ../lib/network/connection/providers/xdsl.pm:942
#, c-format
msgid "Singapore"
msgstr "Singapur"

#: ../lib/network/connection/providers/xdsl.pm:951
#, c-format
msgid "Senegal"
msgstr "Senegal"

#: ../lib/network/connection/providers/xdsl.pm:961
#, c-format
msgid "Slovenia"
msgstr "Slovenija"

#: ../lib/network/connection/providers/xdsl.pm:972
#: ../lib/network/connection/providers/xdsl.pm:984
#: ../lib/network/connection/providers/xdsl.pm:996
#: ../lib/network/connection/providers/xdsl.pm:1009
#: ../lib/network/connection/providers/xdsl.pm:1019
#: ../lib/network/connection/providers/xdsl.pm:1029
#: ../lib/network/connection/providers/xdsl.pm:1040
#: ../lib/network/connection/providers/xdsl.pm:1050
#: ../lib/network/connection/providers/xdsl.pm:1060
#: ../lib/network/connection/providers/xdsl.pm:1070
#: ../lib/network/connection/providers/xdsl.pm:1080
#: ../lib/network/connection/providers/xdsl.pm:1090
#: ../lib/network/connection/providers/xdsl.pm:1101
#: ../lib/network/connection/providers/xdsl.pm:1112
#: ../lib/network/connection/providers/xdsl.pm:1124
#: ../lib/network/connection/providers/xdsl.pm:1136
#, c-format
msgid "Spain"
msgstr "Španija"

#: ../lib/network/connection/providers/xdsl.pm:1149
#, c-format
msgid "Sweden"
msgstr "Švedska"

#: ../lib/network/connection/providers/xdsl.pm:1158
#: ../lib/network/connection/providers/xdsl.pm:1167
#: ../lib/network/connection/providers/xdsl.pm:1177
#, c-format
msgid "Switzerland"
msgstr "Švica"

#: ../lib/network/connection/providers/xdsl.pm:1186
#, c-format
msgid "Thailand"
msgstr "Tajska"

#: ../lib/network/connection/providers/xdsl.pm:1196
#, c-format
msgid "Tunisia"
msgstr "Tunizija"

#: ../lib/network/connection/providers/xdsl.pm:1207
#, c-format
msgid "Turkey"
msgstr "Turčija"

#: ../lib/network/connection/providers/xdsl.pm:1220
#, c-format
msgid "United Arab Emirates"
msgstr "Združeni arabski emirati"

#: ../lib/network/connection/providers/xdsl.pm:1230
#: ../lib/network/connection/providers/xdsl.pm:1240
#: ../lib/network/netconnect.pm:38
#, c-format
msgid "United Kingdom"
msgstr "Združeno kraljestvo"

#: ../lib/network/connection/wireless.pm:11
#, c-format
msgid "Wireless"
msgstr "Brezžično"

#: ../lib/network/connection/wireless.pm:27
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Uporabi gonilnik za Windows (z ndiswrapper)"

#: ../lib/network/connection/wireless.pm:44
#, c-format
msgid "Open WEP"
msgstr "Odprt WEP"

#: ../lib/network/connection/wireless.pm:45
#, c-format
msgid "Restricted WEP"
msgstr "Omejen WEP"

#: ../lib/network/connection/wireless.pm:46
#, c-format
msgid "WPA Pre-Shared Key"
msgstr "WPA, v naprej deljen ključ"

#: ../lib/network/connection/wireless.pm:182 ../lib/network/thirdparty.pm:175
#, c-format
msgid "Firmware files are required for this device."
msgstr "Ta naprava potrebuje strojne gonilnike (firmware)."

#: ../lib/network/connection/wireless.pm:248
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""
"Brezžična omrežna kartica je izključena. Najprej jo vključite (RF kill "
"switch)."

#: ../lib/network/connection/wireless.pm:307
#, c-format
msgid "Wireless settings"
msgstr "Nastavitve brezžične povezave"

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

#: ../lib/network/connection/wireless.pm:313
#, c-format
msgid "Managed"
msgstr "Upravljano"

#: ../lib/network/connection/wireless.pm:313
#, c-format
msgid "Master"
msgstr "Glavno"

#: ../lib/network/connection/wireless.pm:313
#, c-format
msgid "Repeater"
msgstr "Ponavljalnik"

#: ../lib/network/connection/wireless.pm:313
#, c-format
msgid "Secondary"
msgstr "Sekundarno"

#: ../lib/network/connection/wireless.pm:313
#, c-format
msgid "Auto"
msgstr "Samodejno"

#: ../lib/network/connection/wireless.pm:318
#, c-format
msgid "Encryption mode"
msgstr "Način šifriranja"

#: ../lib/network/connection/wireless.pm:327
#, 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 s pomočjo rokovanja' pred prenosom posameznega paketa preveri.\n"
"če je kanal prost. To izboljša prenos v primeru skritih \n"
"vozlišč ali velikega števila aktivnih vozlišč. Nastavitev določi\n"
"najmanjšo velikost paketa, za katerega vozlišče pošlje RTS.\n"
"Če je nastavitev enaka, kot za največji paket, funkcija ne bo delovala. "
"Lahko izbirate tudi med nastavitvami samodejno, \n"
" omejeno in izključeno."

#: ../lib/network/connection/wireless.pm:336
#, 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 ""
"Tu je mogoče nastaviti nekatere posebne vrednosti kot:\n"
"ap, channel, commit, enc, power, retry, sens, txpower\n"
"\n"
"Za nadaljnje informacije si oglejte stran priročnika man iwconfig(8)."

#: ../lib/network/connection/wireless.pm:344
#, 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 uporabljamo za sestavo seznama naslovov v brezžičnem omrežju\n"
"in za pridobivanje informacij o kakovosti povezave za vsakega izmed njih.\n"
"\n"
"Iste informacije lahko dobite tudi v /proc/net/wireless :\n"
"Kakovost povezave, jakost signala in raven šuma.\n"
"\n"
"Za nadaljnje informacije si oglejte »man iwspy«."

#: ../lib/network/connection/wireless.pm:354
#, 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 omogoča nastavitev poljubnih (zasebnih) parametrov vmesnika za "
"brezžično omrežno\n"
"povezavo.\n"
"\n"
"Iwpriv nastavlja posebne parametre za vsak posamični gonilnik (za razliko \n"
"od iwconfig, ki nastavlja splošne parametre).\n"
"\n"
"Teoretično naj bi dokumentacija za vsak gonilnik vsebovala napotke o "
"uporabi\n"
"in učinkih posamičnih parametrov.\n"
"\n"
"Več o tem v priročniku za iwpriv (man impriv)."

#: ../lib/network/connection/wireless.pm:372
#, c-format
msgid "An encryption key is required."
msgstr "Potrebujete šifrirni ključ."

#: ../lib/network/connection/wireless.pm:378
#, 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 ""
"Frekvenca mora imeti predpono k, M ali G oziroma zadostno število ničel."

#: ../lib/network/connection/wireless.pm:384
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr "Hitrost mora imeti predpono k, M ali G oziroma zadostno število ničel."

#: ../lib/network/connection/wireless.pm:396
#, c-format
msgid "Allow access point roaming"
msgstr "Dovoli menjavanje dostopnih točk"

#: ../lib/network/connection/wireless.pm:499
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr "Povezan z brezžičnim omrežjem  \"%s\" na vmesniku  %s."

#: ../lib/network/connection/wireless.pm:500
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr "Povezava z brezžičnim omrežjem na vmesniku %s je izgubljena."

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

#: ../lib/network/connection/xdsl.pm:76 ../lib/network/netconnect.pm:755
#, c-format
msgid "Alcatel speedtouch USB modem"
msgstr "Alcatel speedtouch USB modem"

#: ../lib/network/connection/xdsl.pm:104
#, 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 modema ni mogoče podpirati zaradi težav z binarnim gonilnikom.\n"
"\n"
"Gonilnik je dosegljiv na http://eciadsl.flashtux.org/"

#: ../lib/network/connection/xdsl.pm:176
#, c-format
msgid "DSL over CAPI"
msgstr "DSL prek CAPI"

#: ../lib/network/connection/xdsl.pm:179
#, c-format
msgid "Dynamic Host Configuration Protocol (DHCP)"
msgstr "Dynamic Host Configuration Protocol (DHCP)"

#: ../lib/network/connection/xdsl.pm:180
#, c-format
msgid "Manual TCP/IP configuration"
msgstr "Ročne nastavitve TCP/IP"

#: ../lib/network/connection/xdsl.pm:181
#, c-format
msgid "Point to Point Tunneling Protocol (PPTP)"
msgstr "Point to Point Tunneling Protocol (PPTP)"

#: ../lib/network/connection/xdsl.pm:182
#, c-format
msgid "PPP over Ethernet (PPPoE)"
msgstr "PPP over Ethernet (PPPoE)"

#: ../lib/network/connection/xdsl.pm:183
#, c-format
msgid "PPP over ATM (PPPoA)"
msgstr "PPP prek ATM (PPPoA)"

#: ../lib/network/connection/xdsl.pm:223
#, c-format
msgid "Virtual Path ID (VPI):"
msgstr "Navidezna pot do identitete (VPI):"

#: ../lib/network/connection/xdsl.pm:224
#, c-format
msgid "Virtual Circuit ID (VCI):"
msgstr "VCI"

#: ../lib/network/connection/xdsl.pm:324
#: ../lib/network/connection_manager.pm:41 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:131 ../lib/network/thirdparty.pm:115
#, c-format
msgid "Could not install the packages (%s)!"
msgstr "Ni moč namestiti paketov (%s)!"

#: ../lib/network/connection_manager.pm:53
#: ../lib/network/connection_manager.pm:85
#, fuzzy, c-format
msgid "Network settings"
msgstr "Nastavitve internetnega dostopa"

#: ../lib/network/connection_manager.pm:54
#: ../lib/network/connection_manager.pm:86
#, c-format
msgid "Please enter settings for network"
msgstr "Prosim, vnesite nastavitve za omrežje"

#: ../lib/network/connection_manager.pm:58 ../lib/network/netconnect.pm:177
#, c-format
msgid "Configuring device..."
msgstr "Nastavljanje......"

#: ../lib/network/connection_manager.pm:132
#, c-format
msgid "Connecting..."
msgstr "Povezovanje..."

#: ../lib/network/connection_manager.pm:150
#, c-format
msgid "Disconnecting..."
msgstr "Prekinjanje povezave..."

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

#: ../lib/network/connection_manager.pm:188
#, c-format
msgid "Signal strength"
msgstr "Moč signala"

#: ../lib/network/connection_manager.pm:189
#, c-format
msgid "Encryption"
msgstr "Šifriranje"

#: ../lib/network/connection_manager.pm:222 ../lib/network/netconnect.pm:209
#, c-format
msgid "Scanning for networks..."
msgstr "Iskanje omrežja..."

#: ../lib/network/connection_manager.pm:260 ../lib/network/drakroam.pm:111
#, c-format
msgid "Disconnect"
msgstr "Prekini"

#: ../lib/network/connection_manager.pm:260 ../lib/network/drakroam.pm:110
#, c-format
msgid "Connect"
msgstr "Poveži"

#: ../lib/network/drakfirewall.pm:12
#, c-format
msgid "Web Server"
msgstr "Internetni strežnik"

#: ../lib/network/drakfirewall.pm:17
#, c-format
msgid "Domain Name Server"
msgstr "DNS strežnik"

#: ../lib/network/drakfirewall.pm:22
#, c-format
msgid "SSH server"
msgstr "SSH strežnik"

#: ../lib/network/drakfirewall.pm:27
#, c-format
msgid "FTP server"
msgstr "FTP strežnik"

#: ../lib/network/drakfirewall.pm:32
#, c-format
msgid "Mail Server"
msgstr "Poštni strežnik"

#: ../lib/network/drakfirewall.pm:37
#, c-format
msgid "POP and IMAP Server"
msgstr "POP in IMAP strežnik"

#: ../lib/network/drakfirewall.pm:42
#, c-format
msgid "Telnet server"
msgstr "Telnet strežnik"

#: ../lib/network/drakfirewall.pm:48
#, c-format
msgid "Windows Files Sharing (SMB)"
msgstr "Deljenje datotek za Windows (SMB)"

#: ../lib/network/drakfirewall.pm:54
#, c-format
msgid "CUPS server"
msgstr "CUPS strežnik"

#: ../lib/network/drakfirewall.pm:60
#, c-format
msgid "Echo request (ping)"
msgstr "Ping"

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

#: ../lib/network/drakfirewall.pm:74
#, c-format
msgid "Port scan detection"
msgstr "Zaznavanje pregledovanja vrat"

#: ../lib/network/drakfirewall.pm:166 ../lib/network/drakfirewall.pm:172
#, c-format
msgid "Firewall configuration"
msgstr "Nastavitev požarnega zidu"

#: ../lib/network/drakfirewall.pm:166
#, c-format
msgid ""
"drakfirewall configurator\n"
"\n"
"This configures a personal firewall for this Mandriva Linux machine.\n"
"For a powerful and dedicated firewall solution, please look to the\n"
"specialized Mandriva Security Firewall distribution."
msgstr ""
"Nastavljanje požarnega zidu drakfirewall\n"
"\n"
"Urejanje osebnega požarnega zidu.\n"
"Za močno in učinkovito rešitev lahko uporabite\n"
"posebno distribucijo Mandriva Security Firewall."

#: ../lib/network/drakfirewall.pm:172
#, c-format
msgid ""
"drakfirewall configurator\n"
"\n"
"Make sure you have configured your Network/Internet access with\n"
"drakconnect before going any further."
msgstr ""
"Nastavljanje požarnega zidu drakfirewall\n"
"\n"
"Preden nadaljujete, preverite, če ste pravilno nastavili\n"
"dostop do omrežja oziroma interneta."

#: ../lib/network/drakfirewall.pm:189
#, c-format
msgid "Which services would you like to allow the Internet to connect to?"
msgstr "Katerim storitvam želite omogočiti dostop do interneta?"

#: ../lib/network/drakfirewall.pm:190 ../lib/network/shorewall.pm:145
#, c-format
msgid "Firewall"
msgstr "Požarni zid"

#: ../lib/network/drakfirewall.pm:192
#, 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 ""
"Vključite lahko različna vrata. \n"
"Primeri veljavnih vnosov: 139/tcp 139/udp 600:610/tcp 600:610/udp.\n"
"Za pojasnila si oglejte datoteko /etc/services."

#: ../lib/network/drakfirewall.pm:198
#, 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 ""
"Vnesli ste neveljavna vrata: %s.\n"
"Veljavna oblika je »vrata/tcp« ali »vrata/udp«, \n"
"pri čemer je številka vrat med 1 in 65535.\n"
"\n"
"Vnesete lahko tudi obseg vrat (n.pr.: 24300:24350/udp)"

#: ../lib/network/drakfirewall.pm:208
#, c-format
msgid "Everything (no firewall)"
msgstr "Vse (brez požarnega zidu)"

#: ../lib/network/drakfirewall.pm:210
#, c-format
msgid "Other ports"
msgstr "Ostala vrata"

#: ../lib/network/drakfirewall.pm:211
#, c-format
msgid "Log firewall messages in system logs"
msgstr "Beleži sporočila požarnega zidu v sistemski dnevnik"

#: ../lib/network/drakfirewall.pm:256
#, 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 ""
"Ko nekdo poskuša dostopati do storitve, ali vdreti v vaš računalnik, lahko "
"prejmete opozorilo.\n"
"Prosim izberite, katere omrežne aktivnosti naj se spremljajo."

#: ../lib/network/drakfirewall.pm:261
#, c-format
msgid "Use Interactive Firewall"
msgstr "Omogoči interaktivni požarni zid"

#: ../lib/network/drakroam.pm:22
#, c-format
msgid "No device found"
msgstr "Ne najdem nobene naprave"

#: ../lib/network/drakroam.pm:58
#, c-format
msgid "Hostname changed to \"%s\""
msgstr "Sprememba gostiteljskega imena v:\"%s\""

#: ../lib/network/drakroam.pm:109 ../lib/network/netcenter.pm:82
#, c-format
msgid "Configure"
msgstr "Nastavitev"

#: ../lib/network/drakroam.pm:113 ../lib/network/netcenter.pm:87
#, c-format
msgid "Refresh"
msgstr "Osveži"

#: ../lib/network/drakroam.pm:124 ../lib/network/netconnect.pm:761
#, c-format
msgid "Wireless connection"
msgstr "Brezžična povezava"

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

#: ../lib/network/drakvpn.pm:34
#, c-format
msgid "Choose the VPN type"
msgstr "Izberite vrsto VPN povezave"

#: ../lib/network/drakvpn.pm:49
#, c-format
msgid "Initializing tools and detecting devices for %s..."
msgstr "Nastavljanje orodij in zaznavanje naprav za %s ..."

#: ../lib/network/drakvpn.pm:52
#, c-format
msgid "Unable to initialize %s connection type!"
msgstr "Povezave %s ni mogoče vzpostaviti!"

#: ../lib/network/drakvpn.pm:60
#, c-format
msgid "Please select an existing VPN connection or enter a new name."
msgstr "Izberite obstoječo povezavo VPN ali vpišite novo ime."

#: ../lib/network/drakvpn.pm:64
#, c-format
msgid "Configure a new connection..."
msgstr "Nastavite novo omrežje"

#: ../lib/network/drakvpn.pm:66
#, c-format
msgid "New name"
msgstr "Novo ime"

#: ../lib/network/drakvpn.pm:70
#, c-format
msgid "You must select an existing connection or enter a new name."
msgstr "Izbrati morate obstoječo povezavo ali vpisati novo ime."

#: ../lib/network/drakvpn.pm:81
#, c-format
msgid "Please enter the required key(s)"
msgstr "Prosim vstavite zahtevan(e) ključ(e)"

#: ../lib/network/drakvpn.pm:86
#, c-format
msgid "Please enter the settings of your VPN connection"
msgstr "Prosim vnesite nastavitve za VPN povezavo"

#: ../lib/network/drakvpn.pm:94 ../lib/network/netconnect.pm:291
#, c-format
msgid "Do you want to start the connection now?"
msgstr "Se želite povezati zdaj?"

#: ../lib/network/drakvpn.pm:100
#, c-format
msgid "Connection failed."
msgstr "Povezava ni uspela."

#: ../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 ""
"Povezava VPN je nastavljena.\n"
"\n"
"Ta povezava VPN se lahko vzpostavi samodejno obenem z omrežno povezavo.\n"
"to lahko dosežete s ponovno nastavitvijo omrežne povezave in izbiro te "
"povezave VPN.\n"

#: ../lib/network/ifw.pm:129
#, c-format
msgid "Port scanning"
msgstr "Pregledovanje vrat"

#: ../lib/network/ifw.pm:130
#, c-format
msgid "Service attack"
msgstr "Napad na storitev"

#: ../lib/network/ifw.pm:131
#, c-format
msgid "Password cracking"
msgstr "Razbijanje gesla"

#: ../lib/network/ifw.pm:132
#, c-format
msgid "\"%s\" attack"
msgstr "Napad »%s«"

#: ../lib/network/ifw.pm:134
#, c-format
msgid "A port scanning attack has been attempted by %s."
msgstr "%s je poskušal napad s pregledovanjem vrat."

#: ../lib/network/ifw.pm:135
#, c-format
msgid "The %s service has been attacked by %s."
msgstr "%2$s je napadel storitev %1$s."

#: ../lib/network/ifw.pm:136
#, c-format
msgid "A password cracking attack has been attempted by %s."
msgstr "%s je poskušal napad z razbijanjem gesla."

#: ../lib/network/ifw.pm:137
#, c-format
msgid "A \"%s\" attack has been attempted by %s"
msgstr "%2$s je poskušal z napadom »%1$s«."

#: ../lib/network/ifw.pm:146
#, c-format
msgid ""
"The \"%s\" application is trying to make a service (%s) available to the "
"network."
msgstr "Program \"%s\" poskuša omogočiti dostop do storitve (%s) iz omrežja."

#. -PO: this should be kept lowercase since the expression is meant to be used between brackets
#: ../lib/network/ifw.pm:150
#, c-format
msgid "port %d"
msgstr "Vrata %d"

#: ../lib/network/modem.pm:42 ../lib/network/modem.pm:43
#: ../lib/network/modem.pm:44 ../lib/network/netconnect.pm:603
#: ../lib/network/netconnect.pm:620 ../lib/network/netconnect.pm:636
#, c-format
msgid "Manual"
msgstr "Ročno"

#: ../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:598
#: ../lib/network/netconnect.pm:603 ../lib/network/netconnect.pm:615
#: ../lib/network/netconnect.pm:620 ../lib/network/netconnect.pm:636
#: ../lib/network/netconnect.pm:638
#, c-format
msgid "Automatic"
msgstr "Samodejno"

#: ../lib/network/ndiswrapper.pm:27
#, c-format
msgid "No device supporting the %s ndiswrapper driver is present!"
msgstr "Na voljo ni nobene naprave, ki bi podpirala gonilnik %s ndiswrapper!"

#: ../lib/network/ndiswrapper.pm:33
#, c-format
msgid "Please select the Windows driver (.inf file)"
msgstr "Izberite gonilnik za Windows (datoteko .inf)"

#: ../lib/network/ndiswrapper.pm:42
#, c-format
msgid "Unable to install the %s ndiswrapper driver!"
msgstr "Ni moč namestiti gonilnika %s ndiswrapper!"

#: ../lib/network/ndiswrapper.pm:86
#, c-format
msgid "Unable to load the ndiswrapper module!"
msgstr "Ni moč naložiti modula ndiswrapper!"

#: ../lib/network/ndiswrapper.pm:92
#, 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 ""
"Izbrana naprava je že nastavljena z gonilnikom %s.\n"
"Ste prepričani, da želite uporabo gonilnika ndiswrapper?"

#: ../lib/network/ndiswrapper.pm:102
#, c-format
msgid "Unable to find the ndiswrapper interface!"
msgstr "Ni moč najti vmesnika ndiswrapper!"

#: ../lib/network/ndiswrapper.pm:115
#, c-format
msgid "Choose an ndiswrapper driver"
msgstr "Izberite ndiswrapper gonilnik"

#: ../lib/network/ndiswrapper.pm:118
#, c-format
msgid "Use the ndiswrapper driver %s"
msgstr "Uporabi gonilnik %s z ndiswrapper"

#: ../lib/network/ndiswrapper.pm:118
#, c-format
msgid "Install a new driver"
msgstr "Namesti nov gonilnik"

#: ../lib/network/ndiswrapper.pm:129
#, c-format
msgid "Select a device:"
msgstr "Izberite napravo:"

#: ../lib/network/netcenter.pm:40
#, c-format
msgid "Network Center"
msgstr "Omrežno središče"

#: ../lib/network/netcenter.pm:73 ../lib/network/netconnect.pm:212
#, c-format
msgid "Please select your network:"
msgstr "Prosim izberite vaše omrežje:"

#: ../lib/network/netcenter.pm:78
#, c-format
msgid "Monitor"
msgstr "Nadzor"

#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
msgstr "Združene države Amerike"

#: ../lib/network/netconnect.pm:60 ../lib/network/netconnect.pm:493
#: ../lib/network/netconnect.pm:507
#, c-format
msgid "Manual choice"
msgstr "Ročna izbira"

#: ../lib/network/netconnect.pm:60
#, c-format
msgid "Internal ISDN card"
msgstr "Notranja ISDN kartica"

#: ../lib/network/netconnect.pm:65
#, c-format
msgid "Protocol for the rest of the world"
msgstr "Protokol za preostali svet"

#: ../lib/network/netconnect.pm:123
#, c-format
msgid "Choose the connection you want to configure"
msgstr "Izberite vrsto povezavo, ki jo želite nastaviti"

#: ../lib/network/netconnect.pm:145 ../lib/network/netconnect.pm:348
#: ../lib/network/netconnect.pm:788
#, c-format
msgid "Select the network interface to configure:"
msgstr "Izberite kartico, ki jo želite nastaviti"

#: ../lib/network/netconnect.pm:164
#, c-format
msgid "No device can be found for this connection type."
msgstr "Za to vrsto povezave ni mogoče najti nobene naprave."

#: ../lib/network/netconnect.pm:173
#, c-format
msgid "Hardware Configuration"
msgstr "Nastavitev strojne opreme"

#: ../lib/network/netconnect.pm:194
#, c-format
msgid "Please select your provider:"
msgstr "Prosim izberite svojega operaterja:"

#: ../lib/network/netconnect.pm:241
#, c-format
msgid ""
"Please select your connection protocol.\n"
"If you do not know it, keep the preselected protocol."
msgstr ""
"Izberite protokol svoje povezave.\n"
"Če je ne poznate, obdržite samodejno izbrani protokol."

#: ../lib/network/netconnect.pm:285 ../lib/network/netconnect.pm:655
#, c-format
msgid "Connection control"
msgstr "Nadzor povezave"

#: ../lib/network/netconnect.pm:315
#, c-format
msgid "Connection Configuration"
msgstr "Nastavitve povezave"

#: ../lib/network/netconnect.pm:315
#, c-format
msgid "Please fill or check the field below"
msgstr "Prosim izpolnite ali preverite spodnje polje"

#: ../lib/network/netconnect.pm:318
#, c-format
msgid "Your personal phone number"
msgstr "Vaša telefonska številka"

#: ../lib/network/netconnect.pm:319
#, c-format
msgid "Provider name (ex provider.net)"
msgstr "Ime ponudnika interneta"

#: ../lib/network/netconnect.pm:321
#, c-format
msgid "Provider DNS 1 (optional)"
msgstr "DNS 1 ponudnika (neobvezno)"

#: ../lib/network/netconnect.pm:322
#, c-format
msgid "Provider DNS 2 (optional)"
msgstr "DNS 2 ponudnika (neobvezno)"

#: ../lib/network/netconnect.pm:332
#, c-format
msgid "Card IO_1"
msgstr "IO_1 kartice"

#: ../lib/network/netconnect.pm:351 ../lib/network/netconnect.pm:356
#, c-format
msgid "External ISDN modem"
msgstr "Zunanji ISDN modem"

#: ../lib/network/netconnect.pm:384
#, c-format
msgid "Select a device!"
msgstr "Izberite napravo"

#: ../lib/network/netconnect.pm:393 ../lib/network/netconnect.pm:403
#: ../lib/network/netconnect.pm:413 ../lib/network/netconnect.pm:446
#: ../lib/network/netconnect.pm:460
#, c-format
msgid "ISDN Configuration"
msgstr "Nastavitve ISDN"

#: ../lib/network/netconnect.pm:394
#, c-format
msgid "What kind of card do you have?"
msgstr "Kakšno kartico imate?"

#: ../lib/network/netconnect.pm:404
#, 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"
"Če imate ISA kartico, bi morale biti nastavitve na naslednjem zaslonu "
"pravilne.\n"
"\n"
"Če imate PCMCIA kartico, morate poznati njena »IRQ« in »IO«.\n"

#: ../lib/network/netconnect.pm:408
#, c-format
msgid "Continue"
msgstr "Nadaljuj"

#: ../lib/network/netconnect.pm:408
#, c-format
msgid "Abort"
msgstr "Prekini"

#: ../lib/network/netconnect.pm:414
#, c-format
msgid "Which of the following is your ISDN card?"
msgstr "Katera od naštetih je vaša ISDN kartica?"

#: ../lib/network/netconnect.pm:432
#, 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 ""
"Za ta modem je na voljo gonilnik CAPI. CAPI gonilnik nudi več možnosti, kot "
"prosti gonilnik (n.pr.: pošiljanje faksov). Kateri gonilnik želite "
"uporabljati?"

#: ../lib/network/netconnect.pm:446
#, c-format
msgid "Which protocol do you want to use?"
msgstr "Kateri protokol želite uporabljati?"

#: ../lib/network/netconnect.pm:460
#, c-format
msgid ""
"Select your provider.\n"
"If it is not listed, choose Unlisted."
msgstr ""
"Izberite svojega ponudnika.\n"
"Če ga ni seznamu. izberite »Ni na seznamu«."

#: ../lib/network/netconnect.pm:462 ../lib/network/netconnect.pm:558
#, c-format
msgid "Provider:"
msgstr "Ponudnik:"

#: ../lib/network/netconnect.pm:471
#, c-format
msgid ""
"Your modem is not supported by the system.\n"
"Take a look at http://www.linmodems.org"
msgstr ""
"Vaš modem ni podprt.\n"
"Preverite na: http://www.linmodems.org"

#: ../lib/network/netconnect.pm:490
#, c-format
msgid "Select the modem to configure:"
msgstr "Izberite modem, ki ga želite nastaviti:"

#: ../lib/network/netconnect.pm:492
#, c-format
msgid "Modem"
msgstr "Modem"

#: ../lib/network/netconnect.pm:527
#, c-format
msgid "Please choose which serial port your modem is connected to."
msgstr "Izberite serijska vrata, na katera je priključen vaš modem."

#: ../lib/network/netconnect.pm:556
#, c-format
msgid "Select your provider:"
msgstr "Izberite ponudnika:"

#: ../lib/network/netconnect.pm:580
#, c-format
msgid "Dialup: account options"
msgstr "Klicne nastavitve: račun"

#: ../lib/network/netconnect.pm:583
#, c-format
msgid "Connection name"
msgstr "Ime povezave"

#: ../lib/network/netconnect.pm:584
#, c-format
msgid "Phone number"
msgstr "Telefonska številka"

#: ../lib/network/netconnect.pm:585
#, c-format
msgid "Login ID"
msgstr "Identiteta za prijavo"

#: ../lib/network/netconnect.pm:600 ../lib/network/netconnect.pm:633
#, c-format
msgid "Dialup: IP parameters"
msgstr "Klicne nastavitve: IP"

#: ../lib/network/netconnect.pm:603
#, c-format
msgid "IP parameters"
msgstr "Nastavitve IP"

#: ../lib/network/netconnect.pm:605
#, c-format
msgid "Subnet mask"
msgstr "Maska podomrežja"

#: ../lib/network/netconnect.pm:617
#, c-format
msgid "Dialup: DNS parameters"
msgstr "Klicne nastavitve: DNS"

#: ../lib/network/netconnect.pm:620
#, c-format
msgid "DNS"
msgstr "DNS"

#: ../lib/network/netconnect.pm:621
#, c-format
msgid "Domain name"
msgstr "Ime domene"

#: ../lib/network/netconnect.pm:624
#, c-format
msgid "Set hostname from IP"
msgstr "Gostiteljevo ime pridobi iz naslova IP"

#: ../lib/network/netconnect.pm:637
#, c-format
msgid "Gateway IP address"
msgstr "Naslov IP privzetega prehoda (gateway)"

#: ../lib/network/netconnect.pm:670
#, c-format
msgid "Automatically at boot"
msgstr "Samodejno ob zagonu"

#: ../lib/network/netconnect.pm:672
#, c-format
msgid "By using Net Applet in the system tray"
msgstr "Z uporabo ikone »Omrežje« v pultu"

#: ../lib/network/netconnect.pm:674
#, c-format
msgid "Manually (the interface would still be activated at boot)"
msgstr "Ročno (naprava se bo kljub temu vključila ob zagonu)"

#: ../lib/network/netconnect.pm:683
#, c-format
msgid "How do you want to dial this connection?"
msgstr "Klicne nastavitve za to povezavo"

#: ../lib/network/netconnect.pm:696
#, c-format
msgid "Do you want to try to connect to the Internet now?"
msgstr "Se želite sedaj povezati z internetom?"

#: ../lib/network/netconnect.pm:723
#, c-format
msgid "The system is now connected to the Internet."
msgstr "Sistem je povezan z internetom."

#: ../lib/network/netconnect.pm:724
#, c-format
msgid "For security reasons, it will be disconnected now."
msgstr "Povezava bo iz varnostnih razlogov prekinjena."

#: ../lib/network/netconnect.pm:725
#, c-format
msgid ""
"The system does not seem to be connected to the Internet.\n"
"Try to reconfigure your connection."
msgstr ""
"Izgleda, da sistem ni povezan z internetom.\n"
"Poskusite ponovno nastaviti povezavo."

#: ../lib/network/netconnect.pm:740
#, c-format
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"\n"
msgstr ""
"Čestitamo, uspešno ste nastavili omrežje in internet.\n"
"\n"

#: ../lib/network/netconnect.pm:743
#, c-format
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
"Priporočam, da po dokončanem nastavljanju ponovno zaženete okolje X, da bi "
"se izognili težavam v zvezi z imenom gostitelja."

#: ../lib/network/netconnect.pm:744
#, c-format
msgid ""
"Problems occurred during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection does not "
"work, you might want to relaunch the configuration."
msgstr ""
"Med nastavljanjem se je pojavila napaka.\n"
"Preizkusite povezavo v Mandriva Linux nadzornem središču. Če povezava ne "
"deluje, ponovno zaženite nastavitve."

#: ../lib/network/netconnect.pm:756
#, c-format
msgid "Sagem USB modem"
msgstr "Sagem USB modem"

#: ../lib/network/netconnect.pm:757 ../lib/network/netconnect.pm:758
#, c-format
msgid "Bewan modem"
msgstr "Bewan modem"

#: ../lib/network/netconnect.pm:759
#, c-format
msgid "ECI Hi-Focus modem"
msgstr "ECI Hi-Focus modem"

#: ../lib/network/netconnect.pm:760
#, c-format
msgid "LAN connection"
msgstr "Krajevno omrežje (LAN)"

#: ../lib/network/netconnect.pm:762
#, c-format
msgid "ADSL connection"
msgstr "ADSL"

#: ../lib/network/netconnect.pm:763
#, c-format
msgid "Cable connection"
msgstr "Kabelska"

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

#: ../lib/network/netconnect.pm:765
#, c-format
msgid "Modem connection"
msgstr "Modemska"

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

#: ../lib/network/netconnect.pm:768
#, c-format
msgid "(detected on port %s)"
msgstr "(zaznano na vratih %s)"

#. -PO: here, "(detected)" string will be appended to eg "ADSL connection"
#: ../lib/network/netconnect.pm:770
#, c-format
msgid "(detected %s)"
msgstr "(zaznano %s)"

#: ../lib/network/netconnect.pm:770
#, c-format
msgid "(detected)"
msgstr "(zaznano)"

#: ../lib/network/netconnect.pm:771
#, c-format
msgid "Network Configuration"
msgstr "Nastavitve omrežja"

#: ../lib/network/netconnect.pm:772
#, c-format
msgid "Zeroconf hostname resolution"
msgstr "Razreševanje imen gostiteljev Zeroconf"

#: ../lib/network/netconnect.pm:773
#, 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 ""
"Če želite, lahko vnesete ime gostitelja za Zeroconf.\n"
"S tem imenom bo vaš računalnik predstavljal vse \n"
"vire v skupni rabi, ki jih ne upravlja omrežje.\n"
"Za večino omrežij to ime ni potrebno."

#: ../lib/network/netconnect.pm:777
#, c-format
msgid "Zeroconf Host name"
msgstr "Ime gostitelja za Zeroconf"

#: ../lib/network/netconnect.pm:778
#, c-format
msgid "Zeroconf host name must not contain a ."
msgstr "ime gostitelja za Zeroconf ne sme vsebovati"

#: ../lib/network/netconnect.pm:779
#, 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 ""
"Vaše omrežja je že nastavljeno, ker poteka namestitev iz omrežja.\n"
"Če želite nastavitve obdržati, kliknite 'V redu'. Če želite ponovno "
"nastaviti povezavo z omrežjem in z internetom, kliknite 'Prekliči'.\n"

#: ../lib/network/netconnect.pm:782
#, c-format
msgid "The network needs to be restarted. Do you want to restart it?"
msgstr "Potreben je ponoven zagon omrežja. Ga želite ponovno zagnati?"

#: ../lib/network/netconnect.pm:783
#, c-format
msgid ""
"A problem occurred while restarting the network: \n"
"\n"
"%s"
msgstr ""
"Med ponovnim zagonom omrežja se je pojavila težava: \n"
"\n"
"%s"

#: ../lib/network/netconnect.pm:784
#, c-format
msgid ""
"We are now going to configure the %s connection.\n"
"\n"
"\n"
"Press \"%s\" to continue."
msgstr ""
"Nastavljanje povezave %s \n"
"\n"
"\n"
"Za nadaljevanje pritisnite »%s«."

#: ../lib/network/netconnect.pm:785
#, c-format
msgid "Configuration is complete, do you want to apply settings?"
msgstr "Nastavitev je dokončana. Jo želite uveljaviti?"

#: ../lib/network/netconnect.pm:786
#, c-format
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
"Nastavili ste več načinov za dostop do interneta.\n"
"Prosim, izberite dostop, ki ga želite uporabiti.\n"
"\n"

#: ../lib/network/netconnect.pm:787
#, c-format
msgid "Internet connection"
msgstr "Internetna povezava"

#: ../lib/network/netconnect.pm:789
#, c-format
msgid "Configuring network device %s (driver %s)"
msgstr "Nastavljanje omrežne naprave%s (gonilnik %s)"

#: ../lib/network/netconnect.pm:790
#, c-format
msgid ""
"The following protocols can be used to configure a LAN connection. Please "
"choose the one you want to use."
msgstr ""
"Za nastavitev povezave LAN so na voljo sledeči protokoli. Prosim, izberite "
"tistega, ki ga želite uporabljati."

#: ../lib/network/netconnect.pm:791
#, 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 ""
"Prosim, vnesite svoje ime gostitelja.\n"
"Ime gostitelja mora imeti obliko kot na primer:``mybox.mylab.myco.com''.\n"
"Lahko vnesete tudi naslov IP privzetega prehoda (gateway)."

#: ../lib/network/netconnect.pm:796
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
msgstr "Vnesete lahko tudi naslov IP strežnika DNS."

#: ../lib/network/netconnect.pm:797
#, c-format
msgid "DNS server address should be in format 1.2.3.4"
msgstr "Naslov DNS strežnika mora imeti obliko 1.2.3.4."

#: ../lib/network/netconnect.pm:799
#, c-format
msgid "Gateway device"
msgstr "Naprava privzetega prehoda"

#: ../lib/network/netconnect.pm:813
#, c-format
msgid ""
"An unexpected error has happened:\n"
"%s"
msgstr ""
"Pojavila se je nepričakovana napaka:\n"
"%s"

#: ../lib/network/network.pm:429
#, c-format
msgid "Proxies configuration"
msgstr "Nastavitve posrednika (proxy)"

#: ../lib/network/network.pm:430
#, c-format
msgid ""
"Here you can set up your proxies configuration (eg: http://"
"my_caching_server:8080)"
msgstr "Nastavite posrednike (n. pr. http://proxy.prinas.si:8080)"

#: ../lib/network/network.pm:431
#, c-format
msgid "HTTP proxy"
msgstr "Posrednik za HTTP"

#: ../lib/network/network.pm:432
#, c-format
msgid "Use HTTP proxy for HTTPS connections"
msgstr "Uporabi posrednika HTTP za HTTPS povezave"

#: ../lib/network/network.pm:433
#, c-format
msgid "HTTPS proxy"
msgstr "Posrednik HTTPS"

#: ../lib/network/network.pm:434
#, c-format
msgid "FTP proxy"
msgstr "Posrednik za FTP"

#: ../lib/network/network.pm:435
#, c-format
msgid "No proxy for (comma separated list):"
msgstr "Brez posrednika (ločeni z vejicami):"

#: ../lib/network/network.pm:440
#, c-format
msgid "Proxy should be http://..."
msgstr "Posrednik mora imeti obliko http://..."

#: ../lib/network/network.pm:441
#, c-format
msgid "Proxy should be http://... or https://..."
msgstr "Posrednik mora imeti obliko http://... ali https://..."

#: ../lib/network/network.pm:442
#, c-format
msgid "URL should begin with 'ftp:' or 'http:'"
msgstr "URL se mora začeti s 'ftp:' ali s 'http:'"

#: ../lib/network/shorewall.pm:61
#, 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"
"Which interfaces should be protected?\n"
msgstr ""
"Izberite vmesnike, ki naj bodo zaščiteni s požarnim zidom.\n"
"\n"
"Priporočamo, da izberete vmesnike, povezane z internetom in izločite "
"vmesnike, povezane s krajevnim omrežjem.\n"
"\n"

#: ../lib/network/shorewall.pm:136
#, c-format
msgid "Keep custom rules"
msgstr "Obdrži pravila po meri"

#: ../lib/network/shorewall.pm:137
#, c-format
msgid "Drop custom rules"
msgstr "Razveljavi pravila po meri"

#: ../lib/network/shorewall.pm:142
#, 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 ""
"Ročno ste spremenili nastavitve požarnega zidu, zato je mogoče,\n"
"da so ročno nastavljena pravila v nasprotju z novimi nastavitvami.\n"
" Kaj želite storiti? "

#: ../lib/network/thirdparty.pm:135
#, c-format
msgid "Some components (%s) are required but aren't available for %s hardware."
msgstr ""
"Potrebne so nekatere komponente (%s), ki pa niso na voljo za strojno opremo %"
"s."

#: ../lib/network/thirdparty.pm:136
#, c-format
msgid "Some packages (%s) are required but aren't available."
msgstr "Potrebni so nekateri paketi (%s), ki pa niso na voljo."

#: ../lib/network/thirdparty.pm:138
#, c-format
msgid ""
"These packages can be found in Mandriva Club or in Mandriva commercial "
"releases."
msgstr ""
"Te pakete lahko najdete v Klubu Mandriva ali v komercialnih izdajah Mandrive."

#: ../lib/network/thirdparty.pm:139
#, c-format
msgid "The following component is missing: %s"
msgstr "Manjka naslednja komponenta: %s"

#: ../lib/network/thirdparty.pm:141
#, c-format
msgid ""
"The required files can also be installed from this URL:\n"
"%s"
msgstr ""
"Potrebne pakete je moč dobiti tudi na tem naslovu:\n"
"%s"

#: ../lib/network/thirdparty.pm:178 ../lib/network/thirdparty.pm:183
#, c-format
msgid "Use a floppy"
msgstr "Uporabi disketo"

#: ../lib/network/thirdparty.pm:179 ../lib/network/thirdparty.pm:186
#, c-format
msgid "Use my Windows partition"
msgstr "Uporabi razdelek za Windows"

#: ../lib/network/thirdparty.pm:180
#, c-format
msgid "Select file"
msgstr "Izberite datoteko"

#: ../lib/network/thirdparty.pm:191
#, c-format
msgid "Please select the firmware file (for example: %s)"
msgstr "Prosim izberite firmware datoteko (na primer: %s)"

#: ../lib/network/thirdparty.pm:215
#, c-format
msgid "Unable to find \"%s\" on your Windows system!"
msgstr "Na vašem sistemu Windows ni moč najti »%s«!"

#: ../lib/network/thirdparty.pm:217
#, c-format
msgid "No Windows system has been detected!"
msgstr "Sistema Windows ni bilo moč zaznati!"

#: ../lib/network/thirdparty.pm:227
#, c-format
msgid "Insert floppy"
msgstr "Vstavite disketo"

#: ../lib/network/thirdparty.pm:228
#, c-format
msgid ""
"Insert a FAT formatted floppy in drive %s with %s in root directory and "
"press %s"
msgstr ""
"Vstavite formatirano disketo v pogon%s z %s v korenskem imeniku in pritisnite"
"%s"

#: ../lib/network/thirdparty.pm:228
#, c-format
msgid "Next"
msgstr "Naprej"

#: ../lib/network/thirdparty.pm:238
#, c-format
msgid "Floppy access error, unable to mount device %s"
msgstr "Napaka pri dostopu do diskete: naprave %s ni mogoče priklopiti."

#: ../lib/network/thirdparty.pm:327
#, c-format
msgid "Looking for required software and drivers..."
msgstr "Iskanje potrebnih programov in gonilnikov ..."

#: ../lib/network/thirdparty.pm:338
#, c-format
msgid "Please wait, running device configuration commands..."
msgstr "Poteka nastavljanje naprav. Prosim počakajte ..."

#: ../lib/network/vpn/openvpn.pm:107
#, c-format
msgid "X509 Public Key Infrastructure"
msgstr "Zbirka javnih ključev X509"

#: ../lib/network/vpn/openvpn.pm:108
#, c-format
msgid "Static Key"
msgstr "Statični ključ"

#: ../lib/network/vpn/openvpn.pm:115
#, c-format
msgid "Type"
msgstr "Vrsta"

#. -PO: please don't translate the CA acronym
#: ../lib/network/vpn/openvpn.pm:142
#, c-format
msgid "Certificate Authority (CA)"
msgstr "Izdajatelj certifikata (CA)"

#: ../lib/network/vpn/openvpn.pm:148
#, c-format
msgid "Certificate"
msgstr "Certifikat"

#: ../lib/network/vpn/openvpn.pm:154
#, c-format
msgid "Key"
msgstr "Ključ"

#: ../lib/network/vpn/openvpn.pm:160
#, c-format
msgid "TLS control channel key"
msgstr "Kontrolni ključ TLS"

#: ../lib/network/vpn/openvpn.pm:167
#, c-format
msgid "Key direction"
msgstr "Usmeritev ključa"

#: ../lib/network/vpn/openvpn.pm:175
#, c-format
msgid "Authenticate using username and password"
msgstr "Overi z uporabniškim imenom in geslom"

#: ../lib/network/vpn/openvpn.pm:181
#, c-format
msgid "Check server certificate"
msgstr "Preveri strežnikov certifikat"

#: ../lib/network/vpn/openvpn.pm:187
#, c-format
msgid "Cipher algorithm"
msgstr "Algoritem za šifriranje"

#: ../lib/network/vpn/openvpn.pm:191
#, c-format
msgid "Default"
msgstr "Privzeto"

#: ../lib/network/vpn/openvpn.pm:195
#, c-format
msgid "Size of cipher key"
msgstr "Velikost šifrirnega ključa"

#: ../lib/network/vpn/openvpn.pm:206
#, c-format
msgid "Get from server"
msgstr "Pridobi s strežnika"

#: ../lib/network/vpn/openvpn.pm:216
#, c-format
msgid "Gateway port"
msgstr "Privzeti prehod"

#: ../lib/network/vpn/openvpn.pm:232
#, c-format
msgid "Remote IP address"
msgstr "Oddaljeni naslov IP"

#: ../lib/network/vpn/openvpn.pm:237
#, c-format
msgid "Use TCP protocol"
msgstr "Uporabi TCP protokol"

#: ../lib/network/vpn/openvpn.pm:243
#, c-format
msgid "Virtual network device type"
msgstr "Tip naprave za navidezno omrežje"

#: ../lib/network/vpn/openvpn.pm:250
#, c-format
msgid "Virtual network device number (optional)"
msgstr "Številka naprave za navidezno omrežje (neobvezno)"

#: ../lib/network/vpn/openvpn.pm:365
#, c-format
msgid "Starting connection.."
msgstr "Vzpostavljanje povezave ..."

#: ../lib/network/vpn/openvpn.pm:380
#, c-format
msgid "Please insert your token"
msgstr "Vnesite svoj žeton"

#: ../lib/network/vpn/vpnc.pm:9
#, c-format
msgid "Cisco VPN Concentrator"
msgstr "Cisco VPN Concentrator"

#: ../lib/network/vpn/vpnc.pm:43
#, c-format
msgid "Group name"
msgstr "Ime skupine"

#: ../lib/network/vpn/vpnc.pm:47
#, c-format
msgid "Group secret"
msgstr "Skrivnost skupine"

#: ../lib/network/vpn/vpnc.pm:52
#, c-format
msgid "Username"
msgstr "Uporabniško ime"

#: ../lib/network/vpn/vpnc.pm:61
#, c-format
msgid "Use Cisco-UDP encapsulation"
msgstr "Uporabi zaščito podatkov Cisco-UDP"

#: ../lib/network/vpn/vpnc.pm:67
#, c-format
msgid "Use specific UDP port"
msgstr "Uporabi določena vrata UDP"