summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/libDrakX.pot
blob: 4003916cf2c12c7a170966cc400868e41d86bdf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781

                              { label => N("Account Password"),  val => \$isdn->{passwd}, hidden => 1 },
                             )
                            ],
                            },
                    post => sub {
                        isdn_write_config($isdn, $netc); # or return 'isdn_protocol';
                        $netc->{$_} = 'ippp0' foreach 'NET_DEVICE', 'NET_INTERFACE';
                        # return "static_hostname";
                        $handle_multiple_cnx->();
                    },
                   },
                   
                   
                   go_ethernet => 
                   {
                    pre => sub {
                        conf_network_card($netc, $intf, $type, $ipadr, $netadr) or return;
                        $netc->{NET_INTERFACE} = $netc->{NET_DEVICE};
                        configureNetwork($netc, $intf, $first_time) or return;
                    },
                   },

                   
                   isdn =>
                   {
                    pre=> sub {
                        network::isdn->import;
                        detect($netc->{autodetect}, 'isdn');
                        %isdn_cards = map { $_->{description} => $_ } @{$netc->{autodetect}{isdn}};
                    },
                    name => N("Select the network interface to configure:") . "\n\n" . N("Sorry, we support only 2.4 and above kernels."),
                    data =>  sub {
                        [ { label => N("Net Device"), type => "list", val => \$isdn_name, allow_empty_list => 1, 
                            list => [ $my_isdn, N("External ISDN modem"), keys %isdn_cards ] } ]
                    },
                    post => sub {
                        # !intern_pci:
                        # data => [ { val => \$isdn_type, type => "list", list => [ ,  ], } ],
                        # post => sub {
                        if ($isdn_name eq $my_isdn) {
                            return "isdn_ask";
                        } elsif ($isdn_name eq N("External ISDN modem")) {
                            detect($netc->{autodetect}, 'modem');
                            $netc->{isdntype} = 'isdn_external';
                            $netcnx->{isdn_external}{device} = network::modem::first_modem($netc);
                            isdn_read_config($netcnx->{isdn_external});
                            $netcnx->{isdn_external}{special_command} = 'AT&F&O2B40';
                            require network::modem;
                            $modem = $netcnx->{isdn_external};
                            return "modem";
                        }

                        $netc->{isdntype} = 'isdn_internal';
                        # FIXME: some of these should be taken from isdn db
                        $netcnx->{isdn_internal} = $isdn = { map { $_ => $isdn_cards{$my_isdn}{$_} } qw(description vendor id card_type driver type mem io io0 io1 irq firmware) };

                        if ($isdn->{id}) {
                            log::explanations("found isdn card : $isdn->{description}; vendor : $isdn->{vendor}; id : $isdn->{id}; driver : $isdn->{driver}\n");
                            $isdn->{description} =~ s/\|/ -- /;
                            
                        }
                        isdn_read_config($netcnx->{isdn_internal});
                        return "isdn_protocol";
                    },
                   },
                   

                   isdn_ask =>
                   {
                    pre => sub {
                        %isdn_cards = isdn_get_cards();
                    },
                    name => N("Select a device !"),
                    data => sub { [ { label => N("Net Device"), val => \$isdn_name, type => 'list', separator => '|', list => [ keys %isdn_cards ], allow_empty_list => 1 } ] },
                    pre2 => sub {
                        my ($label) = @_;
                        
                        #- ISDN card already detected
                        goto isdn_ask_step_3;

                      isdn_ask_step_1:
                        my $e = $in->ask_from_list_(N("ISDN Configuration"),
                                                    $label . "\n" . N("What kind of card do you have?"),
                                                    [ N_("ISA / PCMCIA"), N_("PCI"), N_("USB"), N_("I don't know") ]
                                                   ) or return;
                      isdn_ask_step_1b:
                        if ($e =~ /PCI/) {
                            $isdn->{card_type} = 'pci';
                        } elsif ($e =~ /USB/) {
                            $isdn->{card_type} = 'usb';
                        } else {
                            $in->ask_from_list_(N("ISDN Configuration"),
                                                N("
If you have an ISA card, the values on the next screen should be right.\n
If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your card.
"),
                                                [ N_("Continue"), N_("Abort") ]) eq 'Continue' or goto isdn_ask_step_1;
                            $isdn->{card_type} = 'isa';
                        }

                      isdn_ask_step_2:
                        $e = $in->ask_from_listf(N("ISDN Configuration"),
                                                 N("Which of the following is your ISDN card?"),
                                                 sub { $_[0]{description} },
                                                 [ isdn_get_cards_by_type($isdn->{card_type}) ]) or goto($isdn->{card_type} =~ /usb|pci/ ? 'isdn_ask_step_1' : 'isdn_ask_step_1b');
                        $e->{$_} and $isdn->{$_} = $e->{$_} foreach qw(driver type mem io io0 io1 irq firmware);

                        },
                    post => sub {
                        $netcnx->{isdn_internal} = $isdn = $isdn_cards{$isdn_name};
                        return "isdn_protocol";
                    }
                   },

                   
                   isdn_protocol =>
                   {
                    name => N("ISDN Configuration") . "\n\n" . N("Which protocol do you want to use?"),
                    data => [
                             { label => N("Protocol"), type => "list", val => \$isdn_type,
                               list => [ keys %isdn_protocols ], format => sub { $isdn_protocols{$_[0]} } }
                            ],
                    next => "isdn_db",
                   },


                   isdn_db =>
                   {
                    name => N("ISDN Configuration") . "\n\n" . N("Select your provider.\nIf it isn't listed, choose Unlisted."),
                    data => sub {
                        [ { label => N("Provider:"), type => "list", val => \$provider, separator => '|',
                            list => [ N("Unlisted - edit manually"), read_providers_backend() ] } ];
                    },
                    post => sub {
                        get_info_providers_backend($isdn, $netc, $provider);
                        $isdn->{huptimeout} = 180;
                        $isdn->{$_} ||= '' foreach qw(phone_in phone_out dialing_mode login passwd passwd2 idl speed);
                        add2hash($netc, { dnsServer2 => '', dnsServer3 => '', DOMAINNAME2 => '' });
                        return "hw_account";
                    },
                   },


                   no_supported_winmodem =>
                   {
                    name => N("Warning") . "\n\n" . N("Your modem isn't supported by the system.
Take a look at http://www.linmodems.org"),
                    end => 1,
                   },


                   modem =>
                   {
                    pre => sub {
                        require network::modem;
                        detect($netc->{autodetect}, 'modem');
                    },
                    name => N("Select the modem to configure:"),
                    data => sub {
                        [ { label => N("Modem"), type => "list", val => \$modem_name, allow_empty_list => 1,
                            list => [ keys %{$netc->{autodetect}{modem}}, N("Manual choice") ], } ],
                    },
                    complete => sub {
                        if ($netc->{autodetect}{modem}{$modem_name}{driver} =~ /^(LT|H[cs]f):/ && c::kernel_version() !~ /^\Q2.4/) {
                            $in->ask_warn(N("Warning"), N("Sorry, we support only 2.4 and above kernels."));
                        }
                        return 0;
                    },
                    post => sub {
                        $modem ||= $netcnx->{modem} ||= {};;
                        return 'choose_serial_port' if $modem_name eq N("Manual choice");
                        $ntf_name = $netc->{autodetect}{modem}{$modem_name}{device} || $netc->{autodetect}{modem}{$modem_name}{description};

                        return "ppp_provider" if $ntf_name =~ m!^/dev/!;
                        return "choose_serial_port" if !$ntf_name;

                        my $type;

                        my %pkgs2path = (
                                         hcfpcimodem => "$::prefix/usr/sbin/hcfpciconfig",
                                         hsflinmodem => "$::prefix/usr/sbin/hsfconfig",
                                         ltmodem => "$::prefix/etc/devfs/conf.d/ltmodem.conf",
                                        );
                        
                        my %devices = (ltmodem => '/dev/ttyS14',
                                       hsflinmodem => '/dev/ttySHSF0'
                                      );
                        
                        
                        if (my $driver = $netc->{autodetect}{modem}{$modem_name}{driver}) {
                            $driver =~ /^Hcf:/ and $type = "hcfpcimodem";
                            $driver =~ /^Hsf:/ and $type = "hsflinmodem";
                            $driver =~ /^LT:/  and $type = "ltmodem";
                            $type = undef if !($type && ( -f $pkgs2path{$type} || $in->do_pkgs->ensure_is_installed_if_available($type, $pkgs2path{$type})));
                            $modem->{device} = $devices{$type} || '/dev/modem' if $type; # automatically linked by /etc/devfs/conf entry
                        }
                        
                        #- fallback to modem configuration (beware to never allow test it).
                        return $type ? "ppp_provider" : "no_supported_winmodem";
                    },
                   },

                   
                   choose_serial_port =>
                   {
                    name => N("Please choose which serial port your modem is connected to."),
                    interactive_help_id => 'selectSerialPort',
                    data => sub {
                        [ { val => \$modem->{device}, format => \&mouse::serial_port2text, type => "list",
                            list => [ grep { $_ ne $o_mouse->{device} } (mouse::serial_ports(), grep { -e $_ } '/dev/modem', '/dev/ttySL0') ] } ],
                        },
                    post => sub {
                        $ntf_name = $modem->{device};
                        return 'ppp_provider';
                    },
                   },


                   ppp_provider =>
                   {
                    pre => sub {
                        network::modem::ppp_read_conf($netcnx, $netc) if !$modem_conf_read;
                        $modem_conf_read = 1;
                        @isp = map {
                            my $country = $_;
                            map { 
                                s!$db_path/$country!!;
                                s/%([0-9]{3})/chr(int($1))/eg;
                                $countries{$country} ||= translate($country);
                                join('', $countries{$country}, $_);
                            } grep { !/.directory$/ } glob_("$db_path/$country/*")
                        } map { s!$db_path/!!o; s!_! !g; $_ } glob_("$db_path/*");
                        $old_provider = $provider;
                    },
                    name => N("Select your provider:"),
                    data => sub {
                        [ { label => N("Provider:"), type => "list", val => \$provider, separator => '/', list => \@isp } ]
                    },
                    post => sub {
                        ($country, $provider) = split('/', $provider);
                        $country = { reverse %countries }->{$country};
                        my %l = getVarsFromSh("$db_path/$country/$provider");
                        if (defined $old_provider && $old_provider ne $provider) {
                            $modem->{connection} = $l{Name};
                            $modem->{phone} = $l{Phonenumber};
                            $modem->{$_} = $l{$_} foreach qw(Authentication AutoName Domain Gateway IPAddr SubnetMask);
                            ($modem->{dns1}, $modem->{dns2}) = split(',', $l{DNS});
                        }
                        return "ppp_account";
                    },
                   },


                   ppp_account =>
                   {
                    pre => sub {
                        $mouse ||= {};
                        $mouse->{device} ||= readlink "$::prefix/dev/mouse";
                        set_cnx_script($netc, "modem", join("\n", if_($::testing, "/sbin/route del default"), "ifup ppp0"),
                                         q(ifdown ppp0
killall pppd
), $netcnx->{type});
                    },
                    name => N("Dialup: account options"), 
                    data => sub {
                            [
                             { label => N("Connection name"), val => \$modem->{connection} },
                             { label => N("Phone number"), val => \$modem->{phone} },
                             { label => N("Login ID"), val => \$modem->{login} },
                             { label => N("Password"), val => \$modem->{passwd}, hidden => 1 },
                             { label => N("Authentication"), val => \$modem->{Authentication}, 
                               list => [ sort keys %ppp_auth_methods ], format => sub { $ppp_auth_methods{$_[0]} } },
                            ],
                        },
                    next => "ppp_ip",
                   },
         

                   ppp_ip =>
                   {
                    pre => sub {
                        $modem_dyn_ip = sub { $modem->{auto_ip} eq N("Automatic") };
                    },
                    name => N("Dialup: IP parameters"),
                    data => sub {
                        [
                         { label => N("IP parameters"), type => "list", val => \$modem->{auto_ip}, list => [ N("Automatic"), N("Manual") ] },
                         { label => N("IP address"), val => \$modem->{IPAddr}, disabled => $modem_dyn_ip },
                         { label => N("Subnet mask"), val => \$modem->{SubnetMask}, disabled => $modem_dyn_ip },
                        ];
                    },
                    next => "ppp_dns",
                   },
         

                   ppp_dns =>
                   {
                    pre => sub {
                        $modem_dyn_dns = sub { $modem->{auto_dns} eq N("Automatic") };
                    },
                    name => N("Dialup: DNS parameters"),
                    data => sub {
                        [
                         { label => N("DNS"), type => "list", val => \$modem->{auto_dns}, list => [ N("Automatic"), N("Manual") ] },
                         { label => N("Domain name"), val => \$modem->{domain}, disabled => $modem_dyn_dns },
                         { label => N("First DNS Server (optional)"), val => \$modem->{dns1}, disabled => $modem_dyn_dns },
                         { label => N("Second DNS Server (optional)"), val => \$modem->{dns2}, disabled => $modem_dyn_dns },
                         { text => N("Set hostname from IP"), val => \$modem->{AutoName}, type => 'bool', disabled => $modem_dyn_dns },
                        ];
                    },
                    next => "ppp_gateway",
                   },
         

                   ppp_gateway =>
                   {
                    name => N("Dialup: IP parameters"), 
                    data => sub {
                        [
                         { label => N("Gateway"), type => "list", val => \$modem->{auto_gateway}, list => [ N("Automatic"), N("Manual") ] },
                         { label => N("Gateway IP address"), val => \$modem->{Gateway}, 
                           disabled => sub { $modem->{auto_gateway} eq N("Automatic") } },
                        ];
                        },
                    post => sub {
                        network::modem::ppp_configure($in, $modem);
                        $netc->{$_} = 'ppp0' foreach 'NET_DEVICE', 'NET_INTERFACE';
                        $in->do_pkgs->ensure_is_installed('kdenetwork-kppp', '/usr/bin/kppp');
                        $handle_multiple_cnx->();
                    },
                   },


                   adsl => 
                   {
                    pre => sub {
                        get_subwizard($wiz, 'adsl');
                        $lan_detect->();
                        detect($netc->{autodetect}, 'adsl');
                        @adsl_devices = keys %eth_intf;
                        foreach my $modem (keys %adsl_devices) {
                            push @adsl_devices, $modem if $netc->{autodetect}{adsl}{$modem};
                        }
                    },
                    name => N("ADSL configuration") . "\n\n" . N("Select the network interface to configure:"),
                    data =>  [ { label => N("Net Device"), type => "list", val => \$ntf_name, allow_empty_list => 1,
                               list => \@adsl_devices, format => sub { $eth_intf{$_[0]} || $adsl_devices{$_[0]} } } ],
                    complete => sub {
                        $in->ask_warn(N("Warning"), N("Sorry, we support only 2.4 and above kernels.")) if $ntf_name eq 'bewan' && c::kernel_version() !~ /^\Q2.4/;
                        return 0;
                    },
                    post => sub {
                        my %packages = (
                                        'eci'        => [ 'eciadsl', 'missing' ],
                                        'sagem'      => [ 'eagle-usb',  "$::prefix/usr/sbin/eaglectrl" ],
                                        'speedtouch' => [ 'speedtouch', "$::prefix/usr/share/speedtouch/speedtouch.sh" ],
                                       );
                        return 'adsl_unsupported_eci' if $ntf_name eq 'eci';
                        $in->do_pkgs->install($packages{$ntf_name}->[0]) if $packages{$ntf_name} && !-e $packages{$ntf_name}->[1];
                        if ($ntf_name eq 'speedtouch') {
                            $in->do_pkgs->ensure_is_installed_if_available('speedtouch_mgmt', "$::prefix/usr/share/speedtouch/mgmt.o");
                            return 'adsl_speedtouch_firmware' if ! -e "$::prefix/usr/share/speedtouch/mgmt.o";
                        }
                        $netcnx->{bus} = $netc->{autodetect}{adsl}{bewan}{bus} if $ntf_name eq 'bewan';
                        if ($ntf_name eq 'bewan' && !$::testing) {
                            $in->do_pkgs->ensure_is_installed_if_available('unicorn', "$::prefix/usr/bin/bewan_adsl_status");
                        }
                        return 'adsl_provider' if $adsl_devices{$ntf_name};
                        return 'adsl_protocol';
                    },
                   },

                   
                   adsl_provider =>
                   {
                    pre => sub {
                        require network::adsl_consts;
                        %adsl_data = %network::adsl_consts::adsl_data;
                        $adsl_old_provider = $adsl_provider;
                    },
                    name => N("Please choose your ADSL provider"),
                    data => sub { 
                        [ { label => N("Provider:"), type => "list", val => \$adsl_provider, separator => '|', list => [ keys %adsl_data ] } ];
                    },
                    post => sub {
                        $adsl_data = $adsl_data{$adsl_provider};
                        $adsl_type = 'pppoa' if member($ntf_name, qw(bewan speedtouch));
                        if ($adsl_provider ne $adsl_old_provider) {
                            $netc->{$_} = $adsl_data->{$_} foreach qw(DOMAINNAME2 Encapsulation vpi vci);
                              $adsl_type ||= $adsl_data->{method};
                        }
                        return 'adsl_protocol';
                    },
                   },


                   adsl_speedtouch_firmware =>
                   {
                    name => N("You need the Alcatel microcode.
You can provide it now via a floppy or your windows partition,
or skip and do it later."),
                    data => [ { label => "", val => \$adsl_answer, type => "list",
                                list => [ N("Use a floppy"), N("Use my Windows partition"), N("Do it later") ], }
                            ],
                    post => sub {
                        my $destination = "$::prefix/usr/share/speedtouch/";
                        my ($file, $source, $mounted);
                        if ($adsl_answer eq N("Use a floppy")) {
                            $mounted = 1;
                            $file = 'mgmt.o';
                            ($source, $adsl_failed) = network::tools::use_floppy($in, $file);
                        } elsif ($adsl_answer eq N("Use my Windows partition")) {
                            $file = 'alcaudsl.sys';
                            ($source, $adsl_failed) = network::tools::use_windows();
                        }
                        return "adsl_no_firmawre" if $adsl_answer eq N("Do it later");

                        my $_b = before_leaving { fs::umount('/mnt') } if $mounted;
                        if (!$adsl_failed) {
                            if (-e "$source/$file") { 
                                cp_af("$source/$file", $destination) if !$::testing;
                            } else {
                                $adsl_failed = N("Firmware copy failed, file %s not found", $file);
                            }
                        }
                        log::explanations($adsl_failed || "Firmware copy $file in $destination succeeded");
                        -e "$destination/alcaudsl.sys" and rename "$destination/alcaudsl.sys", "$destination/mgmt.o";

                        # kept translations b/c we may want to reuse it later:
                        my $_msg = N("Firmware copy succeeded");
                        return $adsl_failed ? 'adsl_copy_firmware_failled' : 'adsl_provider';
                    },
                   },


                   adsl_copy_firmware_failled =>
                   {
                    name => sub { $adsl_failed },
                    next => 'adsl_provider',
                   },

                   
                   "adsl_no_firmawre" =>
                   {
                    name => N("You need the Alcatel microcode.
Download it at:
%s
and copy the mgmt.o in /usr/share/speedtouch", 'http://prdownloads.sourceforge.net/speedtouch/speedtouch-20011007.tar.bz2'),
                    next => "adsl_provider",
                   },
         

                   adsl_protocol =>
                   {
                    pre => sub {
                        # preselect right protocol for ethernet though connections:
                        if (!exists $adsl_devices{$ntf_name}) {
                            $ethntf = $intf->{$ntf_name} ||= { DEVICE => $ntf_name };
                            $adsl_type = $ethntf->{BOOTPROTO} || "dhcp";
                        }
                    },
                    name => N("Connect to the Internet") . "\n\n" .
                    N("The most common way to connect with adsl is pppoe.
Some connections use pptp, a few use dhcp.
If you don't know, choose 'use pppoe'"),
                    data =>  [
                              { text => N("ADSL connection type :"), val => \$adsl_type, type => "list",
                                list => [ sort { $adsl_types{$a} cmp $adsl_types{$b} } keys %adsl_types ],
                                format => sub { $adsl_types{$_[0]} },
                              },
                             ],
                    post => sub {
                        $netcnx->{type} = 'adsl';
                        # process static/dhcp ethernet devices:
                        if (!exists $adsl_devices{$ntf_name} && member($adsl_type, qw(manual dhcp))) {
                            $auto_ip = $adsl_type eq 'dhcp';
                            $find_lan_module->();
                            return 'lan_intf';
                        }
                        network::adsl::adsl_probe_info($netcnx, $netc, $adsl_type, $ntf_name);
                        $netc->{NET_DEVICE} = $ntf_name if $adsl_type eq 'pppoe';
                        return 'adsl_account';
                    },
                   },
                    

                   adsl_account => 
                   {
                    name => N("Connection Configuration") . "\n\n" .
                    N("Please fill or check the field below"),
                    data => sub {
                        [ 
                         { label => N("Provider name (ex provider.net)"), val => \$netc->{DOMAINNAME2} },
                         { label => N("First DNS Server (optional)"), val => \$netc->{dnsServer2} },
                         { label => N("Second DNS Server (optional)"), val => \$netc->{dnsServer3} },
                         { label => N("Account Login (user name)"), val => \$netcnx->{login} },
                         { label => N("Account Password"),  val => \$netcnx->{passwd}, hidden => 1 },
                         { label => N("Virtual Path ID (VPI):"), val => \$netc->{vpi}, advanced => 1 },
                         { label => N("Virtual Circuit ID (VCI):"), val => \$netc->{vci}, advanced => 1 },
                         if_($ntf_name eq "sagem",
                             { label => N("Encapsulation :"), val => \$netc->{Encapsulation}, list => [ keys %encapsulations ],
                               format => sub { $encapsulations{$_[0]} }, advanced => 1,
                             },
                            ),
                        ],
                    },
                    post => sub {
                        $netc->{internet_cnx_choice} = 'adsl';
                        network::adsl::adsl_conf_backend($in, $netcnx, $netc, $ntf_name, $adsl_type, $netcnx); #FIXME
                        $config->{adsl} = { kind => $ntf_name, protocol => $adsl_type };
                        $handle_multiple_cnx->();
                    },
                   },


                    adsl_unsupported_eci => 
                    {
                     name => N("The ECI Hi-Focus modem cannot be supported due to binary driver distribution problem.

You can find a driver on http://eciadsl.flashtux.org/"),
                     end => 1,
                    },
         

                   lan => 
                   {
                    pre => $lan_detect,
                    name => N("Select the network interface to configure:"),
                    data =>  sub {
                        [ { label => N("Net Device"), type => "list", val => \$ntf_name, list => [ N("Manual choice"), sort keys %eth_intf ], 
                            allow_empty_list => 1, format => sub { $eth_intf{$_[0]} || $_[0] } } ];
                    },
                    post => sub {
                        $ethntf = $intf->{$ntf_name} ||= { DEVICE => $ntf_name };
                        if ($ntf_name eq N("Manual choice")) {
                            modules::interactive::load_category__prompt($in, 'network/main|gigabit|pcmcia|usb|wireless');
                            return 'lan';
                        }
                        $::isInstall && $netc->{NET_DEVICE} eq $ethntf->{DEVICE} ? 'lan_alrd_cfg' : 'lan_protocol';
                    },
                   },

                   lan_alrd_cfg =>
                   {
                    name => N("WARNING: this device has been previously configured to connect to the Internet.
Simply accept to keep this device configured.
Modifying the fields below will override this configuration."),
                    type => "yesorno",
                    post => sub {
                        my ($res) = @_;
                        return $res ? "lan_protocol" : "alrd_end";
                    }
                   },


                   alrd_end => 
                   {
                    name => N("Congratulations, the network and Internet configuration is finished.

"),
                           end => 1,
                   },


                   lan_protocol =>
                   {
                    pre => sub  {
                        $find_lan_module->();
                        $auto_ip = $l10n_lan_protocols{defined $auto_ip ? ($auto_ip ? 'dhcp' : 'static') : $ethntf->{BOOTPROTO}} || 0;
                    },
                    name => sub { 
                        my $_msg = N("Zeroconf hostname resolution");
                        N("Configuring network device %s (driver %s)", $ethntf->{DEVICE}, $module) . "\n\n" .
                          N("The following protocols can be used to configure an ethernet connection. Please choose the one you want to use")
                    },
                    data => sub {
                        [ { val => \$auto_ip, type => "list", list => [ sort values %l10n_lan_protocols ] } ];
                    },
                    post => sub {
                        $auto_ip = $auto_ip ne $l10n_lan_protocols{static} || 0;
                        return 'lan_intf';
                    },
                   },
                   

                   # FIXME: is_install: no return for each card "last step" because of manual popping
                   # better construct an hash of { current_netintf => next_step } which next_step = last_card ? next_eth_step : next_card ?
                   lan_intf => 
                   {
                    pre => sub  {
                        $onboot = $ethntf->{ONBOOT} ? $ethntf->{ONBOOT} =~ /yes/ : bool2yesno(!member($ethntf->{DEVICE}, 
                                                                                                      map { $_->{device} } detect_devices::pcmcia_probe()));
                        $needhostname = $ethntf->{NEEDHOSTNAME} !~ /no/; 
                        # blacklist bogus driver, enable ifplugd support else:
                        my @devs = detect_devices::pcmcia_probe();
                        $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(forcedeth))
                                                                    || find { $_->{device} eq $ntf_name } @devs);
                        $hotplug = !text2bool($ethntf->{MII_NOT_SUPPORTED});
                        $track_network_id = $::isStandalone && $ethntf->{HWADDR} || detect_devices::isLaptop();
                        delete $ethntf->{NETWORK};
                        delete $ethntf->{BROADCAST};
                        @fields = qw(IPADDR NETMASK);
                        $netc->{dhcp_client} ||= (find { -x "$::prefix/sbin/$_" } qw(dhclient dhcpcd pump dhcpxd)) || "dhcp-client";
                        $netc->{dhcp_client} = "dhcp-client" if $netc->{dhcp_client} eq "dhclient";
                    },
                    name => sub { join('', 
                                       N("Configuring network device %s (driver %s)", $ethntf->{DEVICE}, $module),
                                       if_(!$auto_ip, "\n\n" . N("Please enter the IP configuration for this machine.
Each item should be entered as an IP address in dotted-decimal
notation (for example, 1.2.3.4).")),
                                      )  },
                    data => sub {
                        [ $auto_ip ? 
                          (
                           { text => N("Assign host name from DHCP address"), val => \$needhostname, type => "bool" },
                           { label => N("DHCP host name"), val => \$ethntf->{DHCP_HOSTNAME}, disabled => sub { !$needhostname } },
                          )
                          :
                          (
                           { label => N("IP address"), val => \$ethntf->{IPADDR}, disabled => sub { $auto_ip } },
                           { label => N("Netmask"), val => \$ethntf->{NETMASK}, disabled => sub { $auto_ip } },
                          ),
                          { text => N("Track network card id (useful for laptops)"), val => \$track_network_id, type => "bool" },
                          { text => N("Network Hotplugging"), val => \$hotplug, type => "bool" },
                          { text => N("Start at boot"), val => \$onboot, type => "bool" },
                          if_($auto_ip, 
                              { label => N("DHCP client"), val => \$netc->{dhcp_client}, 
                                list => [ qw(dhcp-client dhcpcd pump dhcpxd) ], advanced => 1 },
                             ),
                        ],
                    },
                    complete => sub {
                        $ethntf->{BOOTPROTO} = $auto_ip ? "dhcp" : "static";
                        $netc->{DHCP} = $auto_ip;
                        return 0 if $auto_ip;
                        if (my @bad = map_index { if_(!is_ip($ethntf->{$_}), $::i) } @fields) {
                            $in->ask_warn(N("Error"), N("IP address should be in format 1.2.3.4"));
                            return 1, $bad[0];
                        }
                        $in->ask_warn(N("Error"), N("Warning : IP address %s is usually reserved !", $ethntf->{IPADDR})) if is_ip_forbidden($ethntf->{IPADDR});
                    },
                    focus_out => sub {
                        $ethntf->{NETMASK} ||= netmask($ethntf->{IPADDR}) unless $_[0]
                    },
                    post => sub {
                        $ethntf->{ONBOOT} = bool2yesno($onboot);
                        $ethntf->{NEEDHOSTNAME} = bool2yesno($needhostname);
                        $ethntf->{MII_NOT_SUPPORTED} = bool2yesno(!$hotplug);
                        $ethntf->{HWADDR} = $track_network_id or delete $ethntf->{HWADDR};
                        $in->do_pkgs->install($netc->{dhcp_client}) if $auto_ip;
                        set_cnx_script($netc, "cable", qq(
/sbin/ifup $netc->{NET_DEVICE}
),
                                                  qq(
/sbin/ifdown $netc->{NET_DEVICE}
), $netcnx->{type}) if $netcnx->{type} eq 'cable';

                        return $is_wireless ? "wireless" : "static_hostname";
                    },
                   },
                   
                   wireless =>
                   {
                    pre => sub {
                        $ethntf->{wireless_eth} = 1;
                        $netc->{wireless_eth} = 1;
                        $ethntf->{WIRELESS_MODE} ||= "Managed";
                        $ethntf->{WIRELESS_ESSID} ||= "any";
                    },
                    name => N("Please enter the wireless parameters for this card:"),
                    data => sub {
                            [
                             { label => N("Operating Mode"), val => \$ethntf->{WIRELESS_MODE}, 
                               list => [ keys %wireless_mode ] },
                             { label => N("Network name (ESSID)"), val => \$ethntf->{WIRELESS_ESSID} },
                             { label => N("Network ID"), val => \$ethntf->{WIRELESS_NWID}, advanced => 1 },
                             { label => N("Operating frequency"), val => \$ethntf->{WIRELESS_FREQ}, advanced => 1 },
                             { label => N("Sensitivity threshold"), val => \$ethntf->{WIRELESS_SENS}, advanced => 1 },
                             { label => N("Bitrate (in b/s)"), val => \$ethntf->{WIRELESS_RATE}, advanced => 1 },
                             { label => N("Encryption key"), val => \$ethntf->{WIRELESS_ENC_KEY} },
                            ],
                    },
                    complete => sub {
                        if ($ethntf->{WIRELESS_FREQ} && $ethntf->{WIRELESS_FREQ} !~ /[0-9.]*[kGM]/) {
                            $in->ask_warn(N("Error"), N("Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz frequency), or add enough '0' (zeroes)."));
                            return 1, 6;
                        }
                        if ($ethntf->{WIRELESS_RATE} && $ethntf->{WIRELESS_RATE} !~ /[0-9.]*[kGM]/) {
                            $in->ask_warn(N("Error"), N("Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add enough '0' (zeroes)."));
                            return 1, 8;
                        }
                    },
                    next => "wireless2",
                   },


                   wireless2 =>
                   {
                    name => N("Please enter the wireless parameters for this card:"),
                    data => sub {
                        [
                             { label => N("RTS/CTS"), val => \$ethntf->{WIRELESS_RTS},
                               help => N("RTS/CTS adds a handshake before each packet transmission to make sure that the
channel is clear. This adds overhead, but increase performance in case of hidden
nodes or large number of active nodes. This parameter sets the size of the
smallest packet for which the node sends RTS, a value equal to the maximum
packet size disable the scheme. You may also set this parameter to auto, fixed
or off.")
                             },
                             { label => N("Fragmentation"), val => \$ethntf->{WIRELESS_FRAG} },
                             { label => N("Iwconfig command extra arguments"), val => \$ethntf->{WIRELESS_IWCONFIG}, advanced => 1,
                               help => N("Here, one can configure some extra wireless parameters such as:
ap, channel, commit, enc, power, retry, sens, txpower (nick is already set as the hostname).

See iwpconfig(8) man page for further information."),
                             },
                             { label =>
                               #-PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
                               N("Iwspy command extra arguments"), val => \$ethntf->{WIRELESS_IWSPY}, advanced => 1,
                               help => N("Iwspy is used to set a list of addresses in a wireless network
interface and to read back quality of link information for each of those.

This information is the same as the one available in /proc/net/wireless :
quality of the link, signal strength and noise level.

See iwpspy(8) man page for further information."),
 },
                             { label => N("Iwpriv command extra arguments"), val => \$ethntf->{WIRELESS_IWPRIV}, advanced => 1,
                               help => N("Iwpriv enable to set up optionals (private) parameters of a wireless network
interface.

Iwpriv deals with parameters and setting specific to each driver (as opposed to
iwconfig which deals with generic ones).

In theory, the documentation of each device driver should indicate how to use
those interface specific commands and their effect.

See iwpriv(8) man page for further information."),
                             }
                         ]
                    },
                    post => sub {
                        # untranslate parameters
                        $ethntf->{WIRELESS_MODE} = $wireless_mode{$ethntf->{WIRELESS_MODE}};
                        return "static_hostname";
                    },
                   },
                   
                   conf_network_card => 
                   {
                    pre => sub {
                        #-type =static or dhcp
                        modules::interactive::load_category($in, 'network/main|gigabit|usb', !$::expert, 1);
                        @all_cards = network::ethernet::get_eth_cards() or 
                          # FIXME: fix this
                          $in->ask_warn(N("Error"), N("No ethernet network adapter has been detected on your system.
I cannot set up this connection type.")), return;
                        
                                         },
                    name => N("Choose the network interface") . "\n\n" .
                    N("Please choose which network adapter you want to use to connect to Internet."),
                    data => [ { val => \$interface, type => "list", list => \@all_cards, } ],
                    format => sub { my ($e) = @_; $e->[0] . ($e->[1] ? " (using module $e->[1])" : "") },
                    
                    post => sub {
                        write_ether_conf();
                        modules::write_conf() if $::isStandalone;
                        my $_device = conf_network_card_backend($netc, $intf, $type, $interface->[0], $ipadr, $netadr);
                        return "lan";
                    },
                   },
                   
                   static_hostname => 
                   {
                    pre => sub {
                        if ($ethntf->{IPADDR}) {
                            $netc->{dnsServer} ||= dns($ethntf->{IPADDR});
                            $gateway_ex = gateway($ethntf->{IPADDR});
                            # $netc->{GATEWAY} ||= gateway($ethntf->{IPADDR});
                        }
                    },
                    name => N("Please enter your host name.
Your host name should be a fully-qualified host name,
such as ``mybox.mylab.myco.com''.
You may also enter the IP address of the gateway if you have one.") .
N("Last but not least you can also type in your DNS server IP addresses."),
                    data => sub {
                        [ { label => $auto_ip ? N("Host name (optional)") : N("Host name"), val => \$netc->{HOSTNAME} },
                          if_(!$auto_ip, 
                              { label => N("DNS server 1"),  val => \$netc->{dnsServer} },
                              { label => N("DNS server 2"),  val => \$netc->{dnsServer2} },
                              { label => N("DNS server 3"),  val => \$netc->{dnsServer3} },
                              { label => N("Search domain"), val => \$netc->{DOMAINNAME}, 
                                help => N("By default search domain will be set from the fully-qualified host name") },
                              { label => N("Gateway (e.g. %s)", $gateway_ex), val => \$netc->{GATEWAY} },
                              if_(@all_cards > 1,
                                  { label => N("Gateway device"), val => \$netc->{GATEWAYDEV}, list => [ sort keys %eth_intf ], 
                                    format => sub { $eth_intf{$_[0]} } },
                                 ),
                             ),
                        ],
                    },
                    complete => sub {
                        foreach my $dns (qw(dnsServer dnsServer2 dnsServer3)) {
                            if ($netc->{$dns} && !is_ip($netc->{$dns})) {
                                $in->ask_warn(N("Error"), N("DNS server address should be in format 1.2.3.4"));
                                return 1;
                            }
                        }
                        if ($netc->{GATEWAY} && !is_ip($netc->{GATEWAY})) {
                            $in->ask_warn(N("Error"), N("Gateway address should be in format 1.2.3.4"));
                            return 1;
                        }
                    },
                    #post => $handle_multiple_cnx,
                    next => "zeroconf",
                   },
                   
                   
                   zeroconf => 
                   {
                    name => N("Enter a Zeroconf host name which will be the one that your machine will get back to other machines on the network:"),
                    data => [ { label => N("Zeroconf Host name"), val => \$netc->{ZEROCONF_HOSTNAME} } ],
                    complete => sub {
                        if ($netc->{ZEROCONF_HOSTNAME} =~ /\./) {
                            $in->ask_warn(N("Error"), N("Zeroconf host name must not contain a ."));
                            return 1;
                        }
                    },
                    post => $handle_multiple_cnx,
                   },
                   
                   
                   multiple_internet_cnx => 
                   {
                    name => N("You have configured multiple ways to connect to the Internet.\nChoose the one you want to use.\n\n") . if_(!$::isStandalone, "You may want to configure some profiles after the installation, in the Mandrake Control Center"),
                    data => sub {
                        [ { label => N("Internet connection"), val => \$netc->{internet_cnx_choice}, 
                            list => [ keys %{$netc->{internet_cnx}} ] } ];
                    },
                    post => sub {
                        if (keys %$config) {
                            require Data::Dumper;
                            output("$::prefix/etc/sysconfig/drakconnect", Data::Dumper->Dump([ $config ], [ '$p' ]));
                        }
                        return $goto_start_on_boot_ifneeded->();
                    },
                   },
                   
                   apply_settings => 
                   {
                    name => N("Configuration is complete, do you want to apply settings ?"),
                    type => "yesorno",
                   },
                   
                   network_on_boot => 
                   {
                    pre => sub {
                        # condition is :
                        member($netc->{internet_cnx_choice}, ('adsl', 'isdn')); # and $netc->{at_boot} = $in->ask_yesorno(N("Network Configuration Wizard"), N("Do you want to start the connection at boot?"));
                    },
                    name => N("Do you want to start the connection at boot?"),
                    type => "yesorno",
                    default => sub { ($type eq 'modem' ? 'no' : 'yes') },
                    post => sub {
                        my ($res) = @_;
                        $netc->{at_boot} = $res;
                        return $after_start_on_boot_step->();
                    },
                   },

                   restart => 
                   {
                    name => N("The network needs to be restarted. Do you want to restart it ?"),
                    type => "yesorno",
                    post => sub {
                        my ($a) = @_;
                        network::ethernet::write_ether_conf($in, $netcnx, $netc, $intf) if $netcnx->{type} eq 'lan';
                        if ($a && !$::testing && !run_program::rooted($::prefix, "/etc/rc.d/init.d/network restart")) {
                            $success = 0;
                            $in->ask_okcancel(N("Network Configuration"), 
                                              N("A problem occured while restarting the network: \n\n%s", `/etc/rc.d/init.d/network restart`), 0);
                        }
                        return $offer_to_connect->();
                    },
                   },
                   
                   ask_connect_now => 
                   {
                    name => N("Do you want to try to connect to the Internet now?"),
                    type => "yesorno",
                    post => sub {
                        my ($a) = @_;
                        my ($type) = $netc->{internet_cnx_choice};
                        $up = 1;
                        if ($a) {
                            # local $::isWizard = 0;
                            my $_w = $in->wait_message('', N("Testing your connection..."), 1);
                            connect_backend();
                            my $s = 30;
                            $type =~ /modem/ and $s = 50;
                            $type =~ /adsl/ and $s = 35;
                            $type =~ /isdn/ and $s = 20;
                            sleep $s;
                            $up = connected();
                        }
                        $success = $up;
                        return $a ? "disconnect" : "end";
                    }
                   },
                   disconnect => 
                   {
                    name => sub {
                        $up ? N("The system is now connected to the Internet.") .
                          if_($::isInstall, N("For security reasons, it will be disconnected now.")) :
                            N("The system doesn't seem to be connected to the Internet.
Try to reconfigure your connection.");
                    },
                    no_back => 1,
                    end => 1,
                    post => sub {
                        $::isInstall and disconnect_backend();
                        return "end";
                    },
                   },

                   end => 
                   {
                    name => sub {
                        return $success ? join('', N("Congratulations, the network and Internet configuration is finished.

"), if_($::isStandalone && $in->isa('interactive::gtk'),
        N("After this is done, we recommend that you restart your X environment to avoid any hostname-related problems."))) : 
          N("Problems occured during configuration.
Test your connection via net_monitor or mcc. If your connection doesn't work, you might want to relaunch the configuration.");
                    },
                           end => 1,
                   },
                  },
        };
      
      my $use_wizard = 1;
      if ($::isInstall) {
          if ($first_time && $in->{method} =~ /^(ftp|http|nfs)$/) {
              local $::isWizard;
              !$::expert && !$o_noauto || $in->ask_okcancel(N("Network Configuration"),
                                                            N("Because you are doing a network installation, your network is already configured.
Click on Ok to keep your configuration, or cancel to reconfigure your Internet & Network connection.
"), 1) 
                and do {
                    $netcnx->{type} = 'lan';
                    # should use write_cnx_file:
                    output_with_perm("$::prefix$network::tools::connect_file", 0755, qq(ifup eth0
));
                    output("$::prefix$network::tools::disconnect_file", 0755, qq(
ifdown eth0
));
                    $direct_net_install = 1;
                    $use_wizard = 0;
                };
        }
      };
      
      if ($use_wizard) {
          require wizards;
          $wiz->{var} = {
                         netc  => $netc,
                         mouse => $mouse,
                         intf  => $intf,
                        };
          wizards->new->safe_process($wiz, $in);
      }

    # install needed packages:
    $network_configured or network::network::configureNetwork2($in, $::prefix, $netc, $intf);

    my $connect_cmd;
    if ($netcnx->{type} =~ /modem/ || $netcnx->{type} =~ /isdn_external/) {
	$connect_cmd = qq(
#!/bin/bash
if [ -n "\$DISPLAY" ]; then
	if [ -e /usr/bin/kppp ]; then
		/sbin/route del default
		/usr/bin/kppp &
	else
		/usr/sbin/net_monitor --connect
	fi
	else
	$network::tools::connect_file
fi
);
    } elsif ($netcnx->{type}) {
	$connect_cmd = qq(
#!/bin/bash
if [ -n "\$DISPLAY" ]; then
	/usr/sbin/net_monitor --connect
else
	$network::tools::connect_file
fi
);
    } else {
	$connect_cmd = qq(
#!/bin/bash
/usr/sbin/drakconnect
);
    }
    if ($direct_net_install) {
	$connect_cmd = qq(
#!/bin/bash
if [ -n "\$DISPLAY" ]; then
	/usr/sbin/net_monitor --connect
else
	$network::tools::connect_file
fi
);
    }
    output_with_perm("$::prefix$network::tools::connect_prog", 0755, $connect_cmd) if $connect_cmd;
    $netcnx->{$_} = $netc->{$_} foreach qw(NET_DEVICE NET_INTERFACE);
    $netcnx->{type} =~ /adsl/ or run_program::rooted($::prefix, "/chkconfig --del adsl 2> /dev/null");

    if ($::isInstall && $::o->{security} >= 3) {
	require network::drakfirewall;
	network::drakfirewall::main($in, $::o->{security} <= 3);
    }
}

sub main {
    my ($_prefix, $netcnx, $in, $o_netc, $o_mouse, $o_intf, $o_first_time, $o_noauto) = @_;
    eval { real_main('', , $netcnx, $in, $o_netc, $o_mouse, $o_intf, $o_first_time, $o_noauto) };
    my $err = $@;
    if ($err) { # && $in->isa('interactive::gtk')
        local $::isEmbedded = 0; # to prevent sub window embedding
        local $::isWizard = 0 if !$::isInstall; # to prevent sub window embedding
        #err_dialog(N("Error"), N("An unexpected error has happened:\n%s", $err));
        $in->ask_warn(N("Error"), N("An unexpected error has happened:\n%s", $err));
    }
}

sub set_profile {
    my ($netcnx) = @_;
    system(qq(/sbin/set-netprofile "$netcnx->{PROFILE}"));
    log::explanations(qq(Switching to "$netcnx->{PROFILE}" profile));
}

sub save_profile {
    my ($netcnx) = @_;
    system(qq(/sbin/save-netprofile "$netcnx->{PROFILE}"));
    log::explanations(qq(Saving "$netcnx->{PROFILE}" profile));
}

sub del_profile {
    my ($profile) = @_;
    return if !$profile || $profile eq "default";
    rm_rf("$::prefix/etc/netprofile/profiles/$profile");
    log::explanations(qq(Deleting "$profile" profile));
}

sub add_profile {
    my ($netcnx, $profile) = @_;
    return if !$profile || $profile eq "default" || member($profile, get_profiles());
    system(qq(/sbin/clone-netprofile "$netcnx->{PROFILE}" "$profile"));
    log::explanations(qq("Creating "$profile" profile));
}

sub get_profiles() {
    map { if_(m!([^/]*)/$!, $1) } glob("$::prefix/etc/netprofile/profiles/*/");
}

sub load_conf {
    my ($netcnx, $netc, $intf) = @_;
    my $current = { getVarsFromSh("$::prefix/etc/netprofile/current") };
    
    $netcnx->{PROFILE} = $current->{PROFILE} || 'default';
    network::network::read_all_conf($::prefix, $netc, $intf);
}

sub get_net_device() {
    my $connect_file = $network::tools::connect_file;
    my $network_file = "$::prefix/etc/sysconfig/network";
		if (cat_("$::prefix$connect_file") =~ /ifup/) {
  		if_(cat_($connect_file) =~ /^\s*ifup\s+(.*)/m, split(' ', $1))
		} elsif (cat_("$::prefix$connect_file") =~ /network/) {
			${{ getVarsFromSh("$::prefix$network_file") }}{GATEWAYDEV};
    } elsif (cat_("$::prefix$connect_file") =~ /isdn/) {
			"ippp+"; 
    } else {
			"ppp+";
    };
}

sub read_net_conf {
    my ($_prefix, $netcnx, $netc) = @_;
    $netc->{$_} = $netcnx->{$_} foreach 'NET_DEVICE', 'NET_INTERFACE';
    $netcnx->{$netcnx->{type}} ||= {};
}

sub start_internet {
    my ($o) = @_;
    init_globals($o);
    #- give a chance for module to be loaded using kernel-BOOT modules...
    $::isStandalone or modules::load_category('network/main|gigabit|usb');
    run_program::rooted($::prefix, $network::tools::connect_file);
}

sub stop_internet {
    my ($o) = @_;
    init_globals($o);
    run_program::rooted($::prefix, $network::tools::disconnect_file);
}

1;

=head1 network::netconnect::detect()

=head2 example of usage

use lib qw(/usr/lib/libDrakX);
use network::netconnect;
use Data::Dumper;

use class_discard;

local $in = class_discard->new;

network::netconnect::init_globals($in);
my %i;
&network::netconnect::detect(\%i);
print Dumper(\%i),"\n";

=cut
ot;" #: harddrake/data.pm:62 #, c-format msgid "SATA controllers" msgstr "" #: harddrake/data.pm:72 #, c-format msgid "RAID controllers" msgstr "" #: harddrake/data.pm:82 #, c-format msgid "(E)IDE/ATA controllers" msgstr "" #: harddrake/data.pm:93 #, c-format msgid "Card readers" msgstr "" #: harddrake/data.pm:102 #, c-format msgid "Firewire controllers" msgstr "" #: harddrake/data.pm:111 #, c-format msgid "PCMCIA controllers" msgstr "" #: harddrake/data.pm:120 #, c-format msgid "SCSI controllers" msgstr "" #: harddrake/data.pm:129 #, c-format msgid "USB controllers" msgstr "" #: harddrake/data.pm:138 #, c-format msgid "USB ports" msgstr "" #: harddrake/data.pm:147 #, c-format msgid "SMBus controllers" msgstr "" #: harddrake/data.pm:156 #, c-format msgid "Bridges and system controllers" msgstr "" #: harddrake/data.pm:168 #, c-format msgid "Floppy" msgstr "" #: harddrake/data.pm:178 #, c-format msgid "Zip" msgstr "" #: harddrake/data.pm:194 #, c-format msgid "Hard Disk" msgstr "" #: harddrake/data.pm:204 #, c-format msgid "USB Mass Storage Devices" msgstr "" #: harddrake/data.pm:213 #, c-format msgid "CDROM" msgstr "" #: harddrake/data.pm:223 #, c-format msgid "CD/DVD burners" msgstr "" #: harddrake/data.pm:233 #, c-format msgid "DVD-ROM" msgstr "" #: harddrake/data.pm:243 #, c-format msgid "Tape" msgstr "" #: harddrake/data.pm:254 #, c-format msgid "AGP controllers" msgstr "" #: harddrake/data.pm:263 #, c-format msgid "Videocard" msgstr "" #: harddrake/data.pm:272 #, c-format msgid "DVB card" msgstr "" #: harddrake/data.pm:280 #, c-format msgid "Tvcard" msgstr "" #: harddrake/data.pm:290 #, c-format msgid "Other MultiMedia devices" msgstr "" #: harddrake/data.pm:299 #, c-format msgid "Soundcard" msgstr "" #: harddrake/data.pm:313 #, c-format msgid "Webcam" msgstr "" #: harddrake/data.pm:328 #, c-format msgid "Processors" msgstr "" #: harddrake/data.pm:338 #, c-format msgid "ISDN adapters" msgstr "" #: harddrake/data.pm:349 #, c-format msgid "USB sound devices" msgstr "" #: harddrake/data.pm:358 #, c-format msgid "Radio cards" msgstr "" #: harddrake/data.pm:367 #, c-format msgid "ATM network cards" msgstr "" #: harddrake/data.pm:376 #, c-format msgid "WAN network cards" msgstr "" #: harddrake/data.pm:385 #, c-format msgid "Bluetooth devices" msgstr "" #: harddrake/data.pm:394 #, c-format msgid "Ethernetcard" msgstr "" #: harddrake/data.pm:412 #, c-format msgid "Modem" msgstr "" #: harddrake/data.pm:422 #, c-format msgid "ADSL adapters" msgstr "" #: harddrake/data.pm:434 #, c-format msgid "Memory" msgstr "" #: harddrake/data.pm:443 #, c-format msgid "Printer" msgstr "" #. -PO: these are joysticks controllers: #: harddrake/data.pm:457 #, c-format msgid "Game port controllers" msgstr "" #: harddrake/data.pm:466 #, c-format msgid "Joystick" msgstr "" #: harddrake/data.pm:476 #, c-format msgid "Keyboard" msgstr "" #: harddrake/data.pm:490 #, c-format msgid "Tablet and touchscreen" msgstr "" #: harddrake/data.pm:499 #, c-format msgid "Mouse" msgstr "" #: harddrake/data.pm:514 #, c-format msgid "Biometry" msgstr "" #: harddrake/data.pm:522 #, c-format msgid "UPS" msgstr "" #: harddrake/data.pm:531 #, c-format msgid "Scanner" msgstr "" #: harddrake/data.pm:542 #, c-format msgid "Unknown/Others" msgstr "" #: harddrake/data.pm:572 #, c-format msgid "cpu # " msgstr "" #: harddrake/sound.pm:80 #, c-format msgid "No known driver" msgstr "" #: harddrake/sound.pm:81 #, c-format msgid "There's no known driver for your sound card (%s)" msgstr "" #: harddrake/sound.pm:110 #, c-format msgid "Enable PulseAudio" msgstr "" #: harddrake/sound.pm:115 #, c-format msgid "Use Glitch-Free mode" msgstr "" #: harddrake/sound.pm:121 #, c-format msgid "Reset sound mixer to default values" msgstr "" #: harddrake/sound.pm:125 #, c-format msgid "Troubleshooting" msgstr "" #: harddrake/sound.pm:132 #, c-format msgid "No alternative driver" msgstr "" #: harddrake/sound.pm:133 #, c-format msgid "There's no known OSS/ALSA alternative driver for your sound card (%s) which currently uses \"%s\"" msgstr "" #: harddrake/sound.pm:140 #, c-format msgid "Sound configuration" msgstr "" #: harddrake/sound.pm:143 #, c-format msgid "Your card uses the \"%s\" driver" msgstr "" #: harddrake/sound.pm:155 #, c-format msgid "Sound troubleshooting" msgstr "" #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: harddrake/sound.pm:158 #, c-format msgid "" "Below are some basic tips to help debug audio problems, but for accurate and up-to-date tips and tricks, please see:\n" "\n" "https://wiki.mageia.org/en/Support:DebuggingSoundProblems\n" "\n" "\n" "\n" "- General Recommendation: Enable PulseAudio. If you have opted to not to use PulseAudio, we would strongly advise you enable it. For the vast majority of desktop use cases, PulseAudio is the recommended and best supported option.\n" "\n" "\n" "\n" "- \"kmix\" (KDE), \"gnome-control-center sound\" (GNOME) and \"pavucontrol\" (generic) will launch graphical applications to allow you to view your sound devices and adjust volume levels\n" "\n" "\n" "- \"ps aux | grep pulseaudio\" will check that PulseAudio is running.\n" "\n" "\n" "- \"pactl stat\" will check that you can connect to the PulseAudio daemon correctly.\n" "\n" "\n" "- \"pactl list sink-inputs\" will tell you which programs are currently playing sound via PulseAudio.\n" "\n" "\n" "- \"systemctl status osspd.service\" will tell you the current state of the OSS Proxy Daemon. This is used to enable sound from legacy applications which use the OSS sound API. You should install the \"ossp\" package if you need this functionality.\n" "\n" "\n" "- \"pacmd ls\" will give you a LOT of debug information about the current state of your audio.\n" "\n" "\n" "- \"lspcidrake -v | grep -i audio\" will tell you which low-level driver your card uses by default.\n" "\n" "\n" "- \"/usr/sbin/lsmod | grep snd\" will enable you to check which sound related kernel modules (drivers) are loaded.\n" "\n" "\n" "- \"alsamixer -c 0\" will give you a text-based mixer to the low level ALSA mixer controls for first sound card\n" "\n" "\n" "- \"/usr/sbin/fuser -v /dev/snd/pcm* /dev/dsp\" will tell which programs are currently using the sound card directly (normally this should only show PulseAudio)\n" "" msgstr "" #: harddrake/v4l.pm:12 #, c-format msgid "Auto-detect" msgstr "" #: harddrake/v4l.pm:97 harddrake/v4l.pm:285 harddrake/v4l.pm:337 #, c-format msgid "Unknown|Generic" msgstr "" #: harddrake/v4l.pm:130 #, c-format msgid "Unknown|CPH05X (bt878) [many vendors]" msgstr "" #: harddrake/v4l.pm:131 #, c-format msgid "Unknown|CPH06X (bt878) [many vendors]" msgstr "" #: harddrake/v4l.pm:475 #, c-format msgid "" "For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-detect the rights parameters.\n" "If your card is misdetected, you can force the right tuner and card types here. Just select your TV card parameters if needed." msgstr "" #: harddrake/v4l.pm:478 #, c-format msgid "Card model:" msgstr "" #: harddrake/v4l.pm:479 #, c-format msgid "Tuner type:" msgstr "" #: interactive.pm:119 interactive.pm:674 interactive/curses.pm:270 interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39 interactive/stdio.pm:148 interactive/stdio.pm:149 mygtk2.pm:846 mygtk3.pm:899 ugtk2.pm:421 ugtk2.pm:519 ugtk2.pm:810 ugtk2.pm:833 ugtk3.pm:509 ugtk3.pm:595 ugtk3.pm:908 ugtk3.pm:931 #, c-format msgid "Ok" msgstr "" #: interactive.pm:219 modules/interactive.pm:72 ugtk2.pm:809 ugtk3.pm:907 wizards.pm:156 #, c-format msgid "Yes" msgstr "" #: interactive.pm:219 modules/interactive.pm:72 ugtk2.pm:809 ugtk3.pm:907 wizards.pm:156 #, c-format msgid "No" msgstr "" #: interactive.pm:253 #, c-format msgid "Choose a file" msgstr "" #: interactive.pm:390 interactive/gtk.pm:456 #, c-format msgid "Add" msgstr "" #: interactive.pm:390 interactive/gtk.pm:456 #, c-format msgid "Modify" msgstr "" #: interactive.pm:674 interactive/curses.pm:270 ugtk2.pm:519 ugtk3.pm:595 #, c-format msgid "Finish" msgstr "" #: interactive.pm:675 interactive/curses.pm:267 ugtk2.pm:517 ugtk3.pm:593 #, c-format msgid "Previous" msgstr "" #: interactive/curses.pm:576 ugtk2.pm:870 ugtk3.pm:968 #, c-format msgid "No file chosen" msgstr "" #: interactive/curses.pm:580 ugtk2.pm:874 ugtk3.pm:972 #, c-format msgid "You have chosen a directory, not a file" msgstr "" #: interactive/curses.pm:582 ugtk2.pm:876 ugtk3.pm:974 #, c-format msgid "No such directory" msgstr "" #: interactive/curses.pm:582 ugtk2.pm:876 ugtk3.pm:974 #, c-format msgid "No such file" msgstr "" #: interactive/gtk.pm:596 #, c-format msgid "Beware, Caps Lock is enabled" msgstr "" #: interactive/stdio.pm:29 interactive/stdio.pm:154 #, c-format msgid "" "Bad choice, try again\n" "" msgstr "" #: interactive/stdio.pm:30 interactive/stdio.pm:155 #, c-format msgid "Your choice? (default %s) " msgstr "" #: interactive/stdio.pm:54 #, c-format msgid "" "Entries you'll have to fill:\n" "%s" msgstr "" #: interactive/stdio.pm:70 #, c-format msgid "Your choice? (0/1, default `%s') " msgstr "" #: interactive/stdio.pm:97 #, c-format msgid "Button `%s': %s" msgstr "" #: interactive/stdio.pm:98 #, c-format msgid "Do you want to click on this button?" msgstr "" #: interactive/stdio.pm:110 #, c-format msgid "Your choice? (default `%s'%s) " msgstr "" #: interactive/stdio.pm:110 #, c-format msgid " enter `void' for void entry" msgstr "" #: interactive/stdio.pm:128 #, c-format msgid "" "=> There are many things to choose from (%s).\n" "" msgstr "" #: interactive/stdio.pm:131 #, c-format msgid "" "Please choose the first number of the 10-range you wish to edit,\n" "or just hit Enter to proceed.\n" "Your choice? " msgstr "" #: interactive/stdio.pm:144 #, c-format msgid "" "=> Notice, a label changed:\n" "%s" msgstr "" #: interactive/stdio.pm:151 #, c-format msgid "Re-submit" msgstr "" #. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR" #. -PO: or as "default:RTL", depending if your language is written from #. -PO: left to right, or from right to left; any other string is wrong. #: lang.pm:247 #, c-format msgid "default:LTR" msgstr "" #: lang.pm:301 #, c-format msgid "Andorra" msgstr "" #: lang.pm:302 timezone.pm:237 #, c-format msgid "United Arab Emirates" msgstr "" #: lang.pm:303 #, c-format msgid "Afghanistan" msgstr "" #: lang.pm:304 #, c-format msgid "Antigua and Barbuda" msgstr "" #: lang.pm:305 #, c-format msgid "Anguilla" msgstr "" #: lang.pm:306 #, c-format msgid "Albania" msgstr "" #: lang.pm:307 #, c-format msgid "Armenia" msgstr "" #: lang.pm:308 #, c-format msgid "Netherlands Antilles" msgstr "" #: lang.pm:309 #, c-format msgid "Angola" msgstr "" #: lang.pm:310 #, c-format msgid "Antarctica" msgstr "" #: lang.pm:311 timezone.pm:282 #, c-format msgid "Argentina" msgstr "" #: lang.pm:312 #, c-format msgid "American Samoa" msgstr "" #: lang.pm:313 mirror.pm:22 timezone.pm:240 #, c-format msgid "Austria" msgstr "" #: lang.pm:314 mirror.pm:21 timezone.pm:278 #, c-format msgid "Australia" msgstr "" #: lang.pm:315 #, c-format msgid "Aruba" msgstr "" #: lang.pm:316 #, c-format msgid "Azerbaijan" msgstr "" #: lang.pm:317 #, c-format msgid "Bosnia and Herzegovina" msgstr "" #: lang.pm:318 #, c-format msgid "Barbados" msgstr "" #: lang.pm:319 timezone.pm:222 #, c-format msgid "Bangladesh" msgstr "" #: lang.pm:320 mirror.pm:23 timezone.pm:242 #, c-format msgid "Belgium" msgstr "" #: lang.pm:321 #, c-format msgid "Burkina Faso" msgstr "" #: lang.pm:322 timezone.pm:243 #, c-format msgid "Bulgaria" msgstr "" #: lang.pm:323 #, c-format msgid "Bahrain" msgstr "" #: lang.pm:324 #, c-format msgid "Burundi" msgstr "" #: lang.pm:325 #, c-format msgid "Benin" msgstr "" #: lang.pm:326 #, c-format msgid "Bermuda" msgstr "" #: lang.pm:327 #, c-format msgid "Brunei Darussalam" msgstr "" #: lang.pm:328 #, c-format msgid "Bolivia" msgstr "" #: lang.pm:329 mirror.pm:24 timezone.pm:283 #, c-format msgid "Brazil" msgstr "" #: lang.pm:330 #, c-format msgid "Bahamas" msgstr "" #: lang.pm:331 #, c-format msgid "Bhutan" msgstr "" #: lang.pm:332 #, c-format msgid "Bouvet Island" msgstr "" #: lang.pm:333 #, c-format msgid "Botswana" msgstr "" #: lang.pm:334 timezone.pm:241 #, c-format msgid "Belarus" msgstr "" #: lang.pm:335 #, c-format msgid "Belize" msgstr "" #: lang.pm:336 mirror.pm:25 timezone.pm:272 #, c-format msgid "Canada" msgstr "" #: lang.pm:337 #, c-format msgid "Cocos (Keeling) Islands" msgstr "" #: lang.pm:338 #, c-format msgid "Congo (Kinshasa)" msgstr "" #: lang.pm:339 #, c-format msgid "Central African Republic" msgstr "" #: lang.pm:340 #, c-format msgid "Congo (Brazzaville)" msgstr "" #: lang.pm:341 mirror.pm:49 timezone.pm:266 #, c-format msgid "Switzerland" msgstr "" #: lang.pm:342 #, c-format msgid "Cote d'Ivoire" msgstr "" #: lang.pm:343 #, c-format msgid "Cook Islands" msgstr "" #: lang.pm:344 timezone.pm:284 #, c-format msgid "Chile" msgstr "" #: lang.pm:345 #, c-format msgid "Cameroon" msgstr "" #: lang.pm:346 timezone.pm:223 #, c-format msgid "China" msgstr "" #: lang.pm:347 #, c-format msgid "Colombia" msgstr "" #: lang.pm:348 mirror.pm:26 #, c-format msgid "Costa Rica" msgstr "" #: lang.pm:349 #, c-format msgid "Serbia & Montenegro" msgstr "" #: lang.pm:350 #, c-format msgid "Cuba" msgstr "" #: lang.pm:351 #, c-format msgid "Cape Verde" msgstr "" #: lang.pm:352 #, c-format msgid "Christmas Island" msgstr "" #: lang.pm:353 #, c-format msgid "Cyprus" msgstr "" #: lang.pm:354 mirror.pm:27 timezone.pm:244 #, c-format msgid "Czech Republic" msgstr "" #: lang.pm:355 mirror.pm:32 timezone.pm:249 #, c-format msgid "Germany" msgstr "" #: lang.pm:356 #, c-format msgid "Djibouti" msgstr "" #: lang.pm:357 mirror.pm:28 timezone.pm:245 #, c-format msgid "Denmark" msgstr "" #: lang.pm:358 #, c-format msgid "Dominica" msgstr "" #: lang.pm:359 #, c-format msgid "Dominican Republic" msgstr "" #: lang.pm:360 #, c-format msgid "Algeria" msgstr "" #: lang.pm:361 #, c-format msgid "Ecuador" msgstr "" #: lang.pm:362 mirror.pm:29 timezone.pm:246 #, c-format msgid "Estonia" msgstr "" #: lang.pm:363 #, c-format msgid "Egypt" msgstr "" #: lang.pm:364 #, c-format msgid "Western Sahara" msgstr "" #: lang.pm:365 #, c-format msgid "Eritrea" msgstr "" #: lang.pm:366 mirror.pm:47 timezone.pm:264 #, c-format msgid "Spain" msgstr "" #: lang.pm:367 #, c-format msgid "Ethiopia" msgstr "" #: lang.pm:368 mirror.pm:30 timezone.pm:247 #, c-format msgid "Finland" msgstr "" #: lang.pm:369 #, c-format msgid "Fiji" msgstr "" #: lang.pm:370 #, c-format msgid "Falkland Islands (Malvinas)" msgstr "" #: lang.pm:371 #, c-format msgid "Micronesia" msgstr "" #: lang.pm:372 #, c-format msgid "Faroe Islands" msgstr "" #: lang.pm:373 mirror.pm:31 timezone.pm:248 #, c-format msgid "France" msgstr "" #: lang.pm:374 #, c-format msgid "Gabon" msgstr "" #: lang.pm:375 timezone.pm:268 #, c-format msgid "United Kingdom" msgstr "" #: lang.pm:376 #, c-format msgid "Grenada" msgstr "" #: lang.pm:377 #, c-format msgid "Georgia" msgstr "" #: lang.pm:378 #, c-format msgid "French Guiana" msgstr "" #: lang.pm:379 #, c-format msgid "Ghana" msgstr "" #: lang.pm:380 #, c-format msgid "Gibraltar" msgstr "" #: lang.pm:381 #, c-format msgid "Greenland" msgstr "" #: lang.pm:382 #, c-format msgid "Gambia" msgstr "" #: lang.pm:383 #, c-format msgid "Guinea" msgstr "" #: lang.pm:384 #, c-format msgid "Guadeloupe" msgstr "" #: lang.pm:385 #, c-format msgid "Equatorial Guinea" msgstr "" #: lang.pm:386 mirror.pm:33 timezone.pm:250 #, c-format msgid "Greece" msgstr "" #: lang.pm:387 #, c-format msgid "South Georgia and the South Sandwich Islands" msgstr "" #: lang.pm:388 timezone.pm:273 #, c-format msgid "Guatemala" msgstr "" #: lang.pm:389 #, c-format msgid "Guam" msgstr "" #: lang.pm:390 #, c-format msgid "Guinea-Bissau" msgstr "" #: lang.pm:391 #, c-format msgid "Guyana" msgstr "" #: lang.pm:392 #, c-format msgid "Hong Kong SAR (China)" msgstr "" #: lang.pm:393 #, c-format msgid "Heard and McDonald Islands" msgstr "" #: lang.pm:394 #, c-format msgid "Honduras" msgstr "" #: lang.pm:395 #, c-format msgid "Croatia" msgstr "" #: lang.pm:396 #, c-format msgid "Haiti" msgstr "" #: lang.pm:397 mirror.pm:34 timezone.pm:251 #, c-format msgid "Hungary" msgstr "" #: lang.pm:398 timezone.pm:226 #, c-format msgid "Indonesia" msgstr "" #: lang.pm:399 mirror.pm:35 timezone.pm:252 #, c-format msgid "Ireland" msgstr "" #: lang.pm:400 mirror.pm:36 timezone.pm:228 #, c-format msgid "Israel" msgstr "" #: lang.pm:401 timezone.pm:225 #, c-format msgid "India" msgstr "" #: lang.pm:402 #, c-format msgid "British Indian Ocean Territory" msgstr "" #: lang.pm:403 #, c-format msgid "Iraq" msgstr "" #: lang.pm:404 timezone.pm:227 #, c-format msgid "Iran" msgstr "" #: lang.pm:405 #, c-format msgid "Iceland" msgstr "" #: lang.pm:406 mirror.pm:37 timezone.pm:253 #, c-format msgid "Italy" msgstr "" #: lang.pm:407 #, c-format msgid "Jamaica" msgstr "" #: lang.pm:408 #, c-format msgid "Jordan" msgstr "" #: lang.pm:409 mirror.pm:38 timezone.pm:229 #, c-format msgid "Japan" msgstr "" #: lang.pm:410 #, c-format msgid "Kenya" msgstr "" #: lang.pm:411 #, c-format msgid "Kyrgyzstan" msgstr "" #: lang.pm:412 #, c-format msgid "Cambodia" msgstr "" #: lang.pm:413 #, c-format msgid "Kiribati" msgstr "" #: lang.pm:414 #, c-format msgid "Comoros" msgstr "" #: lang.pm:415 #, c-format msgid "Saint Kitts and Nevis" msgstr "" #: lang.pm:416 #, c-format msgid "Korea (North)" msgstr "" #: lang.pm:417 timezone.pm:230 #, c-format msgid "Korea" msgstr "" #: lang.pm:418 #, c-format msgid "Kuwait" msgstr "" #: lang.pm:419 #, c-format msgid "Cayman Islands" msgstr "" #: lang.pm:420 #, c-format msgid "Kazakhstan" msgstr "" #: lang.pm:421 #, c-format msgid "Laos" msgstr "" #: lang.pm:422 #, c-format msgid "Lebanon" msgstr "" #: lang.pm:423 #, c-format msgid "Saint Lucia" msgstr "" #: lang.pm:424 #, c-format msgid "Liechtenstein" msgstr "" #: lang.pm:425 #, c-format msgid "Sri Lanka" msgstr "" #: lang.pm:426 #, c-format msgid "Liberia" msgstr "" #: lang.pm:427 #, c-format msgid "Lesotho" msgstr "" #: lang.pm:428 timezone.pm:254 #, c-format msgid "Lithuania" msgstr "" #: lang.pm:429 timezone.pm:255 #, c-format msgid "Luxembourg" msgstr "" #: lang.pm:430 #, c-format msgid "Latvia" msgstr "" #: lang.pm:431 #, c-format msgid "Libya" msgstr "" #: lang.pm:432 #, c-format msgid "Morocco" msgstr "" #: lang.pm:433 #, c-format msgid "Monaco" msgstr "" #: lang.pm:434 #, c-format msgid "Moldova" msgstr "" #: lang.pm:435 #, c-format msgid "Madagascar" msgstr "" #: lang.pm:436 #, c-format msgid "Marshall Islands" msgstr "" #: lang.pm:437 #, c-format msgid "Macedonia" msgstr "" #: lang.pm:438 #, c-format msgid "Mali" msgstr "" #: lang.pm:439 #, c-format msgid "Myanmar" msgstr "" #: lang.pm:440 #, c-format msgid "Mongolia" msgstr "" #: lang.pm:441 #, c-format msgid "Northern Mariana Islands" msgstr "" #: lang.pm:442 #, c-format msgid "Martinique" msgstr "" #: lang.pm:443 #, c-format msgid "Mauritania" msgstr "" #: lang.pm:444 #, c-format msgid "Montserrat" msgstr "" #: lang.pm:445 #, c-format msgid "Malta" msgstr "" #: lang.pm:446 #, c-format msgid "Mauritius" msgstr "" #: lang.pm:447 #, c-format msgid "Maldives" msgstr "" #: lang.pm:448 #, c-format msgid "Malawi" msgstr "" #: lang.pm:449 timezone.pm:274 #, c-format msgid "Mexico" msgstr "" #: lang.pm:450 timezone.pm:231 #, c-format msgid "Malaysia" msgstr "" #: lang.pm:451 #, c-format msgid "Mozambique" msgstr "" #: lang.pm:452 #, c-format msgid "Namibia" msgstr "" #: lang.pm:453 #, c-format msgid "New Caledonia" msgstr "" #: lang.pm:454 #, c-format msgid "Niger" msgstr "" #: lang.pm:455 #, c-format msgid "Norfolk Island" msgstr "" #: lang.pm:456 #, c-format msgid "Nigeria" msgstr "" #: lang.pm:457 #, c-format msgid "Nicaragua" msgstr "" #: lang.pm:458 mirror.pm:39 timezone.pm:256 #, c-format msgid "Netherlands" msgstr "" #: lang.pm:459 mirror.pm:41 timezone.pm:257 #, c-format msgid "Norway" msgstr "" #: lang.pm:460 #, c-format msgid "Nepal" msgstr "" #: lang.pm:461 #, c-format msgid "Nauru" msgstr "" #: lang.pm:462 #, c-format msgid "Niue" msgstr "" #: lang.pm:463 mirror.pm:40 timezone.pm:279 #, c-format msgid "New Zealand" msgstr "" #: lang.pm:464 #, c-format msgid "Oman" msgstr "" #: lang.pm:465 #, c-format msgid "Panama" msgstr "" #: lang.pm:466 #, c-format msgid "Peru" msgstr "" #: lang.pm:467 #, c-format msgid "French Polynesia" msgstr "" #: lang.pm:468 #, c-format msgid "Papua New Guinea" msgstr "" #: lang.pm:469 timezone.pm:232 #, c-format msgid "Philippines" msgstr "" #: lang.pm:470 #, c-format msgid "Pakistan" msgstr "" #: lang.pm:471 mirror.pm:42 timezone.pm:258 #, c-format msgid "Poland" msgstr "" #: lang.pm:472 #, c-format msgid "Saint Pierre and Miquelon" msgstr "" #: lang.pm:473 #, c-format msgid "Pitcairn" msgstr "" #: lang.pm:474 #, c-format msgid "Puerto Rico" msgstr "" #: lang.pm:475 #, c-format msgid "Palestine" msgstr "" #: lang.pm:476 mirror.pm:43 timezone.pm:259 #, c-format msgid "Portugal" msgstr "" #: lang.pm:477 #, c-format msgid "Paraguay" msgstr "" #: lang.pm:478 #, c-format msgid "Palau" msgstr "" #: lang.pm:479 #, c-format msgid "Qatar" msgstr "" #: lang.pm:480 #, c-format msgid "Reunion" msgstr "" #: lang.pm:481 timezone.pm:260 #, c-format msgid "Romania" msgstr "" #: lang.pm:482 mirror.pm:44 #, c-format msgid "Russia" msgstr "" #: lang.pm:483 #, c-format msgid "Rwanda" msgstr "" #: lang.pm:484 #, c-format msgid "Saudi Arabia" msgstr "" #: lang.pm:485 #, c-format msgid "Solomon Islands" msgstr "" #: lang.pm:486 #, c-format msgid "Seychelles" msgstr "" #: lang.pm:487 #, c-format msgid "Sudan" msgstr "" #: lang.pm:488 mirror.pm:48 timezone.pm:265 #, c-format msgid "Sweden" msgstr "" #: lang.pm:489 timezone.pm:233 #, c-format msgid "Singapore" msgstr "" #: lang.pm:490 #, c-format msgid "Saint Helena" msgstr "" #: lang.pm:491 timezone.pm:263 #, c-format msgid "Slovenia" msgstr "" #: lang.pm:492 #, c-format msgid "Svalbard and Jan Mayen Islands" msgstr "" #: lang.pm:493 mirror.pm:45 timezone.pm:262 #, c-format msgid "Slovakia" msgstr "" #: lang.pm:494 #, c-format msgid "Sierra Leone" msgstr "" #: lang.pm:495 #, c-format msgid "San Marino" msgstr "" #: lang.pm:496 #, c-format msgid "Senegal" msgstr "" #: lang.pm:497 #, c-format msgid "Somalia" msgstr "" #: lang.pm:498 #, c-format msgid "Suriname" msgstr "" #: lang.pm:499 #, c-format msgid "Sao Tome and Principe" msgstr "" #: lang.pm:500 #, c-format msgid "El Salvador" msgstr "" #: lang.pm:501 #, c-format msgid "Syria" msgstr "" #: lang.pm:502 #, c-format msgid "Swaziland" msgstr "" #: lang.pm:503 #, c-format msgid "Turks and Caicos Islands" msgstr "" #: lang.pm:504 #, c-format msgid "Chad" msgstr "" #: lang.pm:505 #, c-format msgid "French Southern Territories" msgstr "" #: lang.pm:506 #, c-format msgid "Togo" msgstr "" #: lang.pm:507 mirror.pm:51 timezone.pm:235 #, c-format msgid "Thailand" msgstr "" #: lang.pm:508 #, c-format msgid "Tajikistan" msgstr "" #: lang.pm:509 #, c-format msgid "Tokelau" msgstr "" #: lang.pm:510 #, c-format msgid "East Timor" msgstr "" #: lang.pm:511 #, c-format msgid "Turkmenistan" msgstr "" #: lang.pm:512 #, c-format msgid "Tunisia" msgstr "" #: lang.pm:513 #, c-format msgid "Tonga" msgstr "" #: lang.pm:514 timezone.pm:236 #, c-format msgid "Turkey" msgstr "" #: lang.pm:515 #, c-format msgid "Trinidad and Tobago" msgstr "" #: lang.pm:516 #, c-format msgid "Tuvalu" msgstr "" #: lang.pm:517 mirror.pm:50 timezone.pm:234 #, c-format msgid "Taiwan" msgstr "" #: lang.pm:518 timezone.pm:219 #, c-format msgid "Tanzania" msgstr "" #: lang.pm:519 timezone.pm:267 #, c-format msgid "Ukraine" msgstr "" #: lang.pm:520 #, c-format msgid "Uganda" msgstr "" #: lang.pm:521 #, c-format msgid "United States Minor Outlying Islands" msgstr "" #: lang.pm:522 mirror.pm:52 timezone.pm:275 #, c-format msgid "United States" msgstr "" #: lang.pm:523 #, c-format msgid "Uruguay" msgstr "" #: lang.pm:524 #, c-format msgid "Uzbekistan" msgstr "" #: lang.pm:525 #, c-format msgid "Vatican" msgstr "" #: lang.pm:526 #, c-format msgid "Saint Vincent and the Grenadines" msgstr "" #: lang.pm:527 #, c-format msgid "Venezuela" msgstr "" #: lang.pm:528 #, c-format msgid "Virgin Islands (British)" msgstr "" #: lang.pm:529 #, c-format msgid "Virgin Islands (U.S.)" msgstr "" #: lang.pm:530 #, c-format msgid "Vietnam" msgstr "" #: lang.pm:531 #, c-format msgid "Vanuatu" msgstr "" #: lang.pm:532 #, c-format msgid "Wallis and Futuna" msgstr "" #: lang.pm:533 #, c-format msgid "Samoa" msgstr "" #: lang.pm:534 #, c-format msgid "Yemen" msgstr "" #: lang.pm:535 #, c-format msgid "Mayotte" msgstr "" #: lang.pm:536 mirror.pm:46 timezone.pm:218 #, c-format msgid "South Africa" msgstr "" #: lang.pm:537 #, c-format msgid "Zambia" msgstr "" #: lang.pm:538 #, c-format msgid "Zimbabwe" msgstr "" #: lang.pm:1511 #, c-format msgid "Welcome to %s" msgstr "" #: lvm.pm:128 #, c-format msgid "Moving used physical extents to other physical volumes failed" msgstr "" #: lvm.pm:194 #, c-format msgid "Physical volume %s is still in use" msgstr "" #: lvm.pm:204 #, c-format msgid "" "Remove the logical volumes first\n" "" msgstr "" #: lvm.pm:248 #, c-format msgid "The bootloader can't handle /boot on multiple physical volumes" msgstr "" #. -PO: Only write something if needed: #: messages.pm:11 #, c-format msgid "_: You can warn about unofficial translation here" msgstr "" #: messages.pm:18 #, c-format msgid "Introduction" msgstr "" #: messages.pm:20 #, c-format msgid "" "The operating system and the different components available in the Mageia distribution \n" "shall be called the \"Software Products\" hereafter. The Software Products include, but are not \n" "restricted to, the set of programs, methods, rules and documentation related to the operating \n" "system and the different components of the Mageia distribution, and any applications \n" "distributed with these products provided by Mageia's licensors or suppliers." msgstr "" #: messages.pm:27 #, c-format msgid "1. License Agreement" msgstr "" #: messages.pm:29 #, c-format msgid "" "Please read this document carefully. This document is a license agreement between you and \n" "Mageia which applies to the Software Products.\n" "By installing, duplicating or using any of the Software Products in any manner, you explicitly \n" "accept and fully agree to conform to the terms and conditions of this License. \n" "If you disagree with any portion of the License, you are not allowed to install, duplicate or use \n" "the Software Products. \n" "Any attempt to install, duplicate or use the Software Products in a manner which does not comply \n" "with the terms and conditions of this License is void and will terminate your rights under this \n" "License. Upon termination of the License, you must immediately destroy all copies of the \n" "Software Products." msgstr "" #: messages.pm:41 #, c-format msgid "2. Limited Warranty" msgstr "" #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: messages.pm:44 #, c-format msgid "" "The Software Products and attached documentation are provided \"as is\", with no warranty, to the \n" "extent permitted by law.\n" "Neither Mageia nor its licensors or suppliers will, in any circumstances and to the extent \n" "permitted by law, be liable for any special, incidental, direct or indirect damages whatsoever \n" "(including without limitation damages for loss of business, interruption of business, financial \n" "loss, legal fees and penalties resulting from a court judgment, or any other consequential loss) \n" "arising out of the use or inability to use the Software Products, even if Mageia or its \n" "licensors or suppliers have been advised of the possibility or occurrence of such damages.\n" "\n" "LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME COUNTRIES\n" "\n" "To the extent permitted by law, neither Mageia nor its licensors, suppliers or\n" "distributors will, in any circumstances, be liable for any special, incidental, direct or indirect \n" "damages whatsoever (including without limitation damages for loss of business, interruption of \n" "business, financial loss, legal fees and penalties resulting from a court judgment, or any \n" "other consequential loss) arising out of the possession and use of software components or \n" "arising out of downloading software components from one of Mageia sites which are \n" "prohibited or restricted in some countries by local laws.\n" "This limited liability applies to, but is not restricted to, the strong cryptography components \n" "included in the Software Products.\n" "However, because some jurisdictions do not allow the exclusion or limitation of liability for \n" "consequential or incidental damages, the above limitation may not apply to you." msgstr "" #: messages.pm:68 #, c-format msgid "3. The GPL License and Related Licenses" msgstr "" #: messages.pm:70 #, c-format msgid "" "The Software Products consist of components created by different persons or entities.\n" "Most of these licenses allow you to use, duplicate, adapt or redistribute the components which \n" "they cover. Please read carefully the terms and conditions of the license agreement for each component \n" "before using any component. Any question on a component license should be addressed to the component \n" "licensor or supplier and not to Mageia.\n" "The programs developed by Mageia are governed by the GPL License. Documentation written \n" "by Mageia is governed by \"%s\" License." msgstr "" #: messages.pm:79 #, c-format msgid "4. Intellectual Property Rights" msgstr "" #: messages.pm:81 #, c-format msgid "" "All rights to the components of the Software Products belong to their respective authors and are \n" "protected by intellectual property and copyright laws applicable to software programs.\n" "Mageia and its suppliers and licensors reserves their rights to modify or adapt the Software \n" "Products, as a whole or in parts, by all means and for all purposes.\n" "\"Mageia\" and associated logos are trademarks of %s" msgstr "" #: messages.pm:88 #, c-format msgid "5. Governing Laws" msgstr "" #: messages.pm:90 #, c-format msgid "" "If any portion of this agreement is held void, illegal or inapplicable by a court judgment, this \n" "portion is excluded from this contract. You remain bound by the other applicable sections of the \n" "agreement.\n" "The terms and conditions of this License are governed by the Laws of France.\n" "All disputes on the terms of this license will preferably be settled out of court. As a last \n" "resort, the dispute will be referred to the appropriate Courts of Law of Paris - France.\n" "For any question on this document, please contact Mageia." msgstr "" #: messages.pm:102 #, c-format msgid "" "Warning: Free Software may not necessarily be patent free, and some Free\n" "Software included may be covered by patents in your country. For example, the\n" "MP3 decoders included may require a license for further usage (see\n" "http://www.mp3licensing.com for more details). If you are unsure if a patent\n" "may be applicable to you, check your local laws." msgstr "" #: messages.pm:111 #, c-format msgid "" "Congratulations, installation is complete.\n" "Remove the boot media and press Enter to reboot." msgstr "" #: messages.pm:113 #, c-format msgid "" "For information on fixes which are available for this release of Mageia,\n" "consult the Errata available from:\n" "%s" msgstr "" #: messages.pm:115 #, c-format msgid "" "After rebooting and logging into Mageia, you will see the MageiaWelcome screen.\n" "It is full of very useful information and links." msgstr "" #: modules/interactive.pm:19 #, c-format msgid "This driver has no configuration parameter!" msgstr "" #: modules/interactive.pm:22 #, c-format msgid "Module configuration" msgstr "" #: modules/interactive.pm:22 #, c-format msgid "You can configure each parameter of the module here." msgstr "" #: modules/interactive.pm:64 #, c-format msgid "Found %s interfaces" msgstr "" #: modules/interactive.pm:65 #, c-format msgid "Do you have another one?" msgstr "" #: modules/interactive.pm:66 #, c-format msgid "Do you have any %s interfaces?" msgstr "" #: modules/interactive.pm:72 #, c-format msgid "See hardware info" msgstr "" #: modules/interactive.pm:83 #, c-format msgid "Installing driver for USB controller" msgstr "" #: modules/interactive.pm:84 #, c-format msgid "Installing driver for firewire controller \"%s\"" msgstr "" #: modules/interactive.pm:85 #, c-format msgid "Installing driver for hard disk drive controller \"%s\"" msgstr "" #: modules/interactive.pm:86 #, c-format msgid "Installing driver for ethernet controller \"%s\"" msgstr "" #. -PO: the first %s is the card type (scsi, network, sound,...) #. -PO: the second is the vendor+model name #: modules/interactive.pm:97 #, c-format msgid "Installing driver for %s card %s" msgstr "" #: modules/interactive.pm:100 #, c-format msgid "Configuring Hardware" msgstr "" #: modules/interactive.pm:111 #, c-format msgid "" "You may now provide options to module %s.\n" "Note that any address should be entered with the prefix 0x like '0x123'" msgstr "" #: modules/interactive.pm:117 #, c-format msgid "" "You may now provide options to module %s.\n" "Options are in format ``name=value name2=value2 ...''.\n" "For instance, ``io=0x300 irq=7''" msgstr "" #: modules/interactive.pm:119 #, c-format msgid "Module options:" msgstr "" #. -PO: the %s is the driver type (scsi, network, sound,...) #: modules/interactive.pm:132 #, c-format msgid "Which %s driver should I try?" msgstr "" #: modules/interactive.pm:141 #, c-format msgid "" "In some cases, the %s driver needs to have extra information to work\n" "properly, although it normally works fine without them. Would you like to specify\n" "extra options for it or allow the driver to probe your machine for the\n" "information it needs? Occasionally, probing will hang a computer, but it should\n" "not cause any damage." msgstr "" #: modules/interactive.pm:145 #, c-format msgid "Autoprobe" msgstr "" #: modules/interactive.pm:145 #, c-format msgid "Specify options" msgstr "" #: modules/interactive.pm:157 #, c-format msgid "" "Loading module %s failed.\n" "Do you want to try again with other parameters?" msgstr "" #: mygtk2.pm:1229 mygtk3.pm:1283 #, c-format msgid "Are you sure you want to quit?" msgstr "" #: mygtk2.pm:1570 mygtk2.pm:1571 mygtk3.pm:1650 mygtk3.pm:1651 #, c-format msgid "Password is trivial to guess" msgstr "" #: mygtk2.pm:1572 mygtk3.pm:1652 #, c-format msgid "Password should be resistant to basic attacks" msgstr "" #: mygtk2.pm:1573 mygtk2.pm:1574 mygtk3.pm:1653 mygtk3.pm:1654 #, c-format msgid "Password seems secure" msgstr "" #: partition_table.pm:403 #, c-format msgid "mount failed: " msgstr "" #: partition_table.pm:529 #, c-format msgid "" "You have a hole in your partition table but I cannot use it.\n" "The only solution is to move your primary partitions to have the hole next to the extended partitions." msgstr "" #: partition_table/raw.pm:293 #, c-format msgid "" "Something bad is happening on your hard disk drive. \n" "A test to check the integrity of data has failed. \n" "It means writing anything on the disk will end up with random, corrupted data." msgstr "" #: pkgs.pm:260 pkgs.pm:263 pkgs.pm:276 #, c-format msgid "Unused packages removal" msgstr "" #: pkgs.pm:260 #, c-format msgid "Finding unused hardware packages..." msgstr "" #: pkgs.pm:263 #, c-format msgid "Finding unused localization packages..." msgstr "" #: pkgs.pm:277 #, c-format msgid "We have detected that some packages are not needed for your system configuration." msgstr "" #: pkgs.pm:278 #, c-format msgid "We will remove the following packages, unless you choose otherwise:" msgstr "" #: pkgs.pm:281 pkgs.pm:282 #, c-format msgid "Unused hardware support" msgstr "" #: pkgs.pm:285 pkgs.pm:286 #, c-format msgid "Unused localization" msgstr "" #: raid.pm:59 #, c-format msgid "Cannot add a partition to _formatted_ RAID %s" msgstr "" #: raid.pm:200 #, c-format msgid "" "Not enough partitions for RAID level %d\n" "" msgstr "" #: scanner.pm:95 #, c-format msgid "Could not create directory /usr/share/sane/firmware!" msgstr "" #: scanner.pm:106 #, c-format msgid "Could not create link /usr/share/sane/%s!" msgstr "" #: scanner.pm:113 #, c-format msgid "Could not copy firmware file %s to /usr/share/sane/firmware!" msgstr "" #: scanner.pm:120 #, c-format msgid "Could not set permissions of firmware file %s!" msgstr "" #: scanner.pm:199 #, c-format msgid "Scannerdrake" msgstr "" #: scanner.pm:200 #, c-format msgid "Could not install the packages needed to share your scanner(s)." msgstr "" #: scanner.pm:201 #, c-format msgid "Your scanner(s) will not be available for non-root users." msgstr "" #: security/help.pm:11 #, c-format msgid "Accept bogus IPv4 error messages." msgstr "" #: security/help.pm:13 #, c-format msgid "Accept broadcasted icmp echo." msgstr "" #: security/help.pm:15 #, c-format msgid "Accept icmp echo." msgstr "" #: security/help.pm:17 #, c-format msgid "Allow autologin." msgstr "" #. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is #: security/help.pm:21 #, c-format msgid "" "If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n" "\n" "If set to \"None\", no issues are allowed.\n" "\n" "Else only /etc/issue is allowed." msgstr "" #: security/help.pm:27 #, c-format msgid "Allow reboot by the console user." msgstr "" #: security/help.pm:29 #, c-format msgid "Allow remote root login." msgstr "" #: security/help.pm:31 #, c-format msgid "Allow direct root login." msgstr "" #: security/help.pm:33 #, c-format msgid "Allow the list of users on the system on display managers (kdm and gdm)." msgstr "" #: security/help.pm:35 #, c-format msgid "" "Allow to export display when\n" "passing from the root account to the other users.\n" "\n" "See pam_xauth(8) for more details.'" msgstr "" #: security/help.pm:40 #, c-format msgid "" "Allow X connections:\n" "\n" "- \"All\" (all connections are allowed),\n" "\n" "- \"Local\" (only connection from local machine),\n" "\n" "- \"None\" (no connection)." msgstr "" #: security/help.pm:48 #, c-format msgid "" "The argument specifies if clients are authorized to connect\n" "to the X server from the network on the tcp port 6000 or not." msgstr "" #. -PO: here "ALL", "Local" and "None" are values in a pull-down menu; translate them the same as they're #: security/help.pm:53 #, c-format msgid "" "Authorize:\n" "\n" "- all services controlled by tcp_wrappers (see hosts.deny(5) man page) if set to \"ALL\",\n" "\n" "- only local ones if set to \"Local\"\n" "\n" "- none if set to \"None\".\n" "\n" "To authorize the services you need, use /etc/hosts.allow (see hosts.allow(5))." msgstr "" #: security/help.pm:63 #, c-format msgid "" "If SERVER_LEVEL (or SECURE_LEVEL if absent)\n" "is greater than 3 in /etc/security/msec/security.conf, creates the\n" "symlink /etc/security/msec/server to point to\n" "/etc/security/msec/server.<SERVER_LEVEL>.\n" "\n" "The /etc/security/msec/server is used by chkconfig --add to decide to\n" "add a service if it is present in the file during the installation of\n" "packages." msgstr "" #: security/help.pm:72 #, c-format msgid "" "Enable crontab and at for users.\n" "\n" "Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n" "and crontab(1))." msgstr "" #: security/help.pm:77 #, c-format msgid "Enable syslog reports to console 12" msgstr "" #: security/help.pm:79 #, c-format msgid "" "Enable name resolution spoofing protection. If\n" "\"%s\" is true, also reports to syslog." msgstr "" #: security/help.pm:80 #, c-format msgid "Security Alerts:" msgstr "" #: security/help.pm:82 #, c-format msgid "Enable IP spoofing protection." msgstr "" #: security/help.pm:84 #, c-format msgid "Enable libsafe if libsafe is found on the system." msgstr "" #: security/help.pm:86 #, c-format msgid "Enable the logging of IPv4 strange packets." msgstr "" #: security/help.pm:88 #, c-format msgid "Enable msec hourly security check." msgstr "" #: security/help.pm:90 #, c-format msgid "Enable su only from members of the wheel group. If set to no, allows su from any user." msgstr "" #: security/help.pm:92 #, c-format msgid "Use password to authenticate users." msgstr "" #: security/help.pm:94 #, c-format msgid "Activate Ethernet cards promiscuity check." msgstr "" #: security/help.pm:96 #, c-format msgid "Activate daily security check." msgstr "" #: security/help.pm:98 #, c-format msgid "Enable sulogin(8) in single user level." msgstr "" #: security/help.pm:100 #, c-format msgid "Add the name as an exception to the handling of password aging by msec." msgstr "" #: security/help.pm:102 #, c-format msgid "Set password aging to \"max\" days and delay to change to \"inactive\"." msgstr "" #: security/help.pm:104 #, c-format msgid "Set the password history length to prevent password reuse." msgstr "" #: security/help.pm:106 #, c-format msgid "Set the password minimum length and minimum number of digit and minimum number of capitalized letters." msgstr "" #: security/help.pm:108 #, c-format msgid "Set the root's file mode creation mask." msgstr "" #: security/help.pm:109 #, c-format msgid "if set to yes, check open ports." msgstr "" #: security/help.pm:110 #, c-format msgid "" "if set to yes, check for:\n" "\n" "- empty passwords,\n" "\n" "- no password in /etc/shadow\n" "\n" "- for users with the 0 id other than root." msgstr "" #: security/help.pm:117 #, c-format msgid "if set to yes, check permissions of files in the users' home." msgstr "" #: security/help.pm:118 #, c-format msgid "if set to yes, check if the network devices are in promiscuous mode." msgstr "" #: security/help.pm:119 #, c-format msgid "if set to yes, run the daily security checks." msgstr "" #: security/help.pm:120 #, c-format msgid "if set to yes, check additions/removals of sgid files." msgstr "" #: security/help.pm:121 #, c-format msgid "if set to yes, check empty password in /etc/shadow." msgstr "" #: security/help.pm:122 #, c-format msgid "if set to yes, verify checksum of the suid/sgid files." msgstr "" #: security/help.pm:123 #, c-format msgid "if set to yes, check additions/removals of suid root files." msgstr "" #: security/help.pm:124 #, c-format msgid "if set to yes, report unowned files." msgstr "" #: security/help.pm:125 #, c-format msgid "if set to yes, check files/directories writable by everybody." msgstr "" #: security/help.pm:126 #, c-format msgid "if set to yes, run chkrootkit checks." msgstr "" #: security/help.pm:127 #, c-format msgid "if set, send the mail report to this email address else send it to root." msgstr "" #: security/help.pm:128 #, c-format msgid "if set to yes, report check result by mail." msgstr "" #: security/help.pm:129 #, c-format msgid "Do not send mails if there's nothing to warn about" msgstr "" #: security/help.pm:130 #, c-format msgid "if set to yes, run some checks against the rpm database." msgstr "" #: security/help.pm:131 #, c-format msgid "if set to yes, report check result to syslog." msgstr "" #: security/help.pm:132 #, c-format msgid "if set to yes, reports check result to tty." msgstr "" #: security/help.pm:134 #, c-format msgid "Set shell commands history size. A value of -1 means unlimited." msgstr "" #: security/help.pm:136 #, c-format msgid "Set the shell timeout. A value of zero means no timeout." msgstr "" #: security/help.pm:136 #, c-format msgid "Timeout unit is second" msgstr "" #: security/help.pm:138 #, c-format msgid "Set the user's file mode creation mask." msgstr "" #: security/l10n.pm:11 #, c-format msgid "Accept bogus IPv4 error messages" msgstr "" #: security/l10n.pm:12 #, c-format msgid "Accept broadcasted icmp echo" msgstr "" #: security/l10n.pm:13 #, c-format msgid "Accept icmp echo" msgstr "" #: security/l10n.pm:15 #, c-format msgid "/etc/issue* exist" msgstr "" #: security/l10n.pm:16 #, c-format msgid "Reboot by the console user" msgstr "" #: security/l10n.pm:17 #, c-format msgid "Allow remote root login" msgstr "" #: security/l10n.pm:18 #, c-format msgid "Direct root login" msgstr "" #: security/l10n.pm:19 #, c-format msgid "List users on display managers (kdm and gdm)" msgstr "" #: security/l10n.pm:20 #, c-format msgid "Export display when passing from root to the other users" msgstr "" #: security/l10n.pm:21 #, c-format msgid "Allow X Window connections" msgstr "" #: security/l10n.pm:22 #, c-format msgid "Authorize TCP connections to X Window" msgstr "" #: security/l10n.pm:23 #, c-format msgid "Authorize all services controlled by tcp_wrappers" msgstr "" #: security/l10n.pm:24 #, c-format msgid "Chkconfig obey msec rules" msgstr "" #: security/l10n.pm:25 #, c-format msgid "Enable \"crontab\" and \"at\" for users" msgstr "" #: security/l10n.pm:26 #, c-format msgid "Syslog reports to console 12" msgstr "" #: security/l10n.pm:27 #, c-format msgid "Name resolution spoofing protection" msgstr "" #: security/l10n.pm:28 #, c-format msgid "Enable IP spoofing protection" msgstr "" #: security/l10n.pm:29 #, c-format msgid "Enable libsafe if libsafe is found on the system" msgstr "" #: security/l10n.pm:30 #, c-format msgid "Enable the logging of IPv4 strange packets" msgstr "" #: security/l10n.pm:31 #, c-format msgid "Enable msec hourly security check" msgstr "" #: security/l10n.pm:32 #, c-format msgid "Enable su only from the wheel group members" msgstr "" #: security/l10n.pm:33 #, c-format msgid "Use password to authenticate users" msgstr "" #: security/l10n.pm:34 #, c-format msgid "Ethernet cards promiscuity check" msgstr "" #: security/l10n.pm:35 #, c-format msgid "Daily security check" msgstr "" #: security/l10n.pm:36 #, c-format msgid "Sulogin(8) in single user level" msgstr "" #: security/l10n.pm:37 #, c-format msgid "No password aging for" msgstr "" #: security/l10n.pm:38 #, c-format msgid "Set password expiration and account inactivation delays" msgstr "" #: security/l10n.pm:39 #, c-format msgid "Password history length" msgstr "" #: security/l10n.pm:40 #, c-format msgid "Password minimum length and number of digits and upcase letters" msgstr "" #: security/l10n.pm:41 #, c-format msgid "Root umask" msgstr "" #: security/l10n.pm:42 #, c-format msgid "Shell history size" msgstr "" #: security/l10n.pm:43 #, c-format msgid "Shell timeout" msgstr "" #: security/l10n.pm:44 #, c-format msgid "User umask" msgstr "" #: security/l10n.pm:45 #, c-format msgid "Check open ports" msgstr "" #: security/l10n.pm:46 #, c-format msgid "Check for unsecured accounts" msgstr "" #: security/l10n.pm:47 #, c-format msgid "Check permissions of files in the users' home" msgstr "" #: security/l10n.pm:48 #, c-format msgid "Check if the network devices are in promiscuous mode" msgstr "" #: security/l10n.pm:49 #, c-format msgid "Run the daily security checks" msgstr "" #: security/l10n.pm:50 #, c-format msgid "Check additions/removals of sgid files" msgstr "" #: security/l10n.pm:51 #, c-format msgid "Check empty password in /etc/shadow" msgstr "" #: security/l10n.pm:52 #, c-format msgid "Verify checksum of the suid/sgid files" msgstr "" #: security/l10n.pm:53 #, c-format msgid "Check additions/removals of suid root files" msgstr "" #: security/l10n.pm:54 #, c-format msgid "Report unowned files" msgstr "" #: security/l10n.pm:55 #, c-format msgid "Check files/directories writable by everybody" msgstr "" #: security/l10n.pm:56 #, c-format msgid "Run chkrootkit checks" msgstr "" #: security/l10n.pm:57 #, c-format msgid "Do not send empty mail reports" msgstr "" #: security/l10n.pm:58 #, c-format msgid "If set, send the mail report to this email address else send it to root" msgstr "" #: security/l10n.pm:59 #, c-format msgid "Report check result by mail" msgstr "" #: security/l10n.pm:60 #, c-format msgid "Run some checks against the rpm database" msgstr "" #: security/l10n.pm:61 #, c-format msgid "Report check result to syslog" msgstr "" #: security/l10n.pm:62 #, c-format msgid "Reports check result to tty" msgstr "" #: security/level.pm:10 #, c-format msgid "Disable msec" msgstr "" #: security/level.pm:11 #, c-format msgid "Standard" msgstr "" #: security/level.pm:12 #, c-format msgid "Secure" msgstr "" #: security/level.pm:52 #, c-format msgid "" "This level is to be used with care, as it disables all additional security\n" "provided by msec. Use it only when you want to take care of all aspects of system security\n" "on your own." msgstr "" #: security/level.pm:55 #, c-format msgid "This is the standard security recommended for a computer that will be used to connect to the Internet as a client." msgstr "" #: security/level.pm:56 #, c-format msgid "" "With this security level, the use of this system as a server becomes possible.\n" "The security is now high enough to use the system as a server which can accept\n" "connections from many clients. Note: if your machine is only a client on the Internet, you should choose a lower level." msgstr "" #: security/level.pm:63 #, c-format msgid "DrakSec Basic Options" msgstr "" #: security/level.pm:66 #, c-format msgid "Please choose the desired security level" msgstr "" #. -PO: this string is used to properly format "<security level>: <level description>" #: security/level.pm:70 #, c-format msgid "%s: %s" msgstr "" #: security/level.pm:73 #, c-format msgid "Security Administrator:" msgstr "" #: security/level.pm:74 #, c-format msgid "Login or email:" msgstr "" #: services.pm:18 #, c-format msgid "Listen and dispatch ACPI events from the kernel" msgstr "" #: services.pm:19 #, c-format msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system" msgstr "" #: services.pm:20 #, c-format msgid "Anacron is a periodic command scheduler." msgstr "" #: services.pm:21 #, c-format msgid "" "apmd is used for monitoring battery status and logging it via syslog.\n" "It can also be used for shutting down the machine when the battery is low." msgstr "" #: services.pm:23 #, c-format msgid "" "Runs commands scheduled by the at command at the time specified when\n" "at was run, and runs batch commands when the load average is low enough." msgstr "" #: services.pm:25 #, c-format msgid "Avahi is a ZeroConf daemon which implements an mDNS stack" msgstr "" #: services.pm:26 #, c-format msgid "An NTP client/server" msgstr "" #: services.pm:27 #, c-format msgid "Set CPU frequency settings" msgstr "" #: services.pm:28 #, c-format msgid "" "cron is a standard UNIX program that runs user-specified programs\n" "at periodic scheduled times. vixie cron adds a number of features to the basic\n" "UNIX cron, including better security and more powerful configuration options." msgstr "" #: services.pm:31 #, c-format msgid "Common UNIX Printing System (CUPS) is an advanced printer spooling system" msgstr "" #: services.pm:32 #, c-format msgid "Launches the graphical display manager" msgstr "" #: services.pm:33 #, c-format msgid "" "FAM is a file monitoring daemon. It is used to get reports when files change.\n" "It is used by GNOME and KDE" msgstr "" #: services.pm:35 #, c-format msgid "" "G15Daemon allows users access to all extra keys by decoding them and \n" "pushing them back into the kernel via the linux UINPUT driver. This driver must be loaded \n" "before g15daemon can be used for keyboard access. The G15 LCD is also supported. By default, \n" "with no other clients active, g15daemon will display a clock. Client applications and \n" "scripts can access the LCD via a simple API." msgstr "" #: services.pm:40 #, c-format msgid "" "GPM adds mouse support to text-based Linux applications such the\n" "Midnight Commander. It also allows mouse-based console cut-and-paste operations,\n" "and includes support for pop-up menus on the console." msgstr "" #: services.pm:43 #, c-format msgid "HAL is a daemon that collects and maintains information about hardware" msgstr "" #: services.pm:44 #, c-format msgid "" "HardDrake runs a hardware probe, and optionally configures\n" "new/changed hardware." msgstr "" #: services.pm:46 #, c-format msgid "Apache is a World Wide Web server. It is used to serve HTML files and CGI." msgstr "" #: services.pm:47 #, c-format msgid "" "The internet superserver daemon (commonly called inetd) starts a\n" "variety of other internet services as needed. It is responsible for starting\n" "many services, including telnet, ftp, rsh, and rlogin. Disabling inetd disables\n" "all of the services it is responsible for." msgstr "" #: services.pm:51 #, c-format msgid "Automates a packet filtering firewall with ip6tables" msgstr "" #: services.pm:52 #, c-format msgid "Automates a packet filtering firewall with iptables" msgstr "" #: services.pm:53 #, c-format msgid "Evenly distributes IRQ load across multiple CPUs for enhanced performance" msgstr "" #: services.pm:54 #, c-format msgid "" "This package loads the selected keyboard map as set in\n" "/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n" "You should leave this enabled for most machines." msgstr "" #: services.pm:57 #, c-format msgid "" "Automatic regeneration of kernel header in /boot for\n" "/usr/include/linux/{autoconf,version}.h" msgstr "" #: services.pm:59 #, c-format msgid "Automatic detection and configuration of hardware at boot." msgstr "" #: services.pm:60 #, c-format msgid "Tweaks system behavior to extend battery life" msgstr "" #: services.pm:61 #, c-format msgid "" "Linuxconf will sometimes arrange to perform various tasks\n" "at boot-time to maintain the system configuration." msgstr "" #: services.pm:63 #, c-format msgid "" "lpd is the print daemon required for lpr to work properly. It is\n" "basically a server that arbitrates print jobs to printer(s)." msgstr "" #: services.pm:65 #, c-format msgid "" "Linux Virtual Server, used to build a high-performance and highly\n" "available server." msgstr "" #: services.pm:67 #, c-format msgid "Monitors the network (Interactive Firewall and wireless" msgstr "" #: services.pm:68 #, c-format msgid "Software RAID monitoring and management" msgstr "" #: services.pm:69 #, c-format msgid "DBUS is a daemon which broadcasts notifications of system events and other messages" msgstr "" #: services.pm:70 #, c-format msgid "Enables MSEC security policy on system startup" msgstr "" #: services.pm:71 #, c-format msgid "named (BIND) is a Domain Name Server (DNS) that is used to resolve host names to IP addresses." msgstr "" #: services.pm:72 #, c-format msgid "Initializes network console logging" msgstr "" #: services.pm:73 #, c-format msgid "" "Mounts and unmounts all Network File System (NFS), SMB (Lan\n" "Manager/Windows), and NCP (NetWare) mount points." msgstr "" #: services.pm:75 #, c-format msgid "" "Activates/Deactivates all network interfaces configured to start\n" "at boot time." msgstr "" #: services.pm:77 #, c-format msgid "Requires network to be up if enabled" msgstr "" #: services.pm:78 #, c-format msgid "Wait for the hotplugged network to be up" msgstr "" #: services.pm:79 #, c-format msgid "" "NFS is a popular protocol for file sharing across TCP/IP networks.\n" "This service provides NFS server functionality, which is configured via the\n" "/etc/exports file." msgstr "" #: services.pm:82 #, c-format msgid "" "NFS is a popular protocol for file sharing across TCP/IP\n" "networks. This service provides NFS file locking functionality." msgstr "" #: services.pm:84 #, c-format msgid "Synchronizes system time using the Network Time Protocol (NTP)" msgstr "" #: services.pm:85 #, c-format msgid "" "Automatically switch on numlock key locker under console\n" "and Xorg at boot." msgstr "" #: services.pm:87 #, c-format msgid "Support the OKI 4w and compatible winprinters." msgstr "" #: services.pm:88 #, c-format msgid "Checks if a partition is close to full up" msgstr "" #: services.pm:89 #, c-format msgid "" "PCMCIA support is usually to support things like ethernet and\n" "modems in laptops. It will not get started unless configured so it is safe to have\n" "it installed on machines that do not need it." msgstr "" #: services.pm:92 #, c-format msgid "" "The portmapper manages RPC connections, which are used by\n" "protocols such as NFS and NIS. The portmap server must be running on machines\n" "which act as servers for protocols which make use of the RPC mechanism." msgstr "" #: services.pm:95 #, c-format msgid "Reserves some TCP ports" msgstr "" #: services.pm:96 #, c-format msgid "Postfix is a Mail Transport Agent, which is the program that moves mail from one machine to another." msgstr "" #: services.pm:97 #, c-format msgid "" "Saves and restores system entropy pool for higher quality random\n" "number generation." msgstr "" #: services.pm:99 #, c-format msgid "" "Assign raw devices to block devices (such as hard disk drive\n" "partitions), for the use of applications such as Oracle or DVD players" msgstr "" #: services.pm:101 #, c-format msgid "Nameserver information manager" msgstr "" #: services.pm:102 #, c-format msgid "" "The routed daemon allows for automatic IP router table updated via\n" "the RIP protocol. While RIP is widely used on small networks, more complex\n" "routing protocols are needed for complex networks." msgstr "" #: services.pm:105 #, c-format msgid "" "The rstat protocol allows users on a network to retrieve\n" "performance metrics for any machine on that network." msgstr "" #: services.pm:107 #, c-format msgid "Syslog is the facility by which many daemons use to log messages to various system log files. It is a good idea to always run rsyslog." msgstr "" #: services.pm:108 #, c-format msgid "" "The rusers protocol allows users on a network to identify who is\n" "logged in on other responding machines." msgstr "" #: services.pm:110 #, c-format msgid "" "The rwho protocol lets remote users get a list of all of the users\n" "logged into a machine running the rwho daemon (similar to finger)." msgstr "" #: services.pm:112 #, c-format msgid "SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..." msgstr "" #: services.pm:113 #, c-format msgid "Packet filtering firewall" msgstr "" #: services.pm:114 #, c-format msgid "Packet filtering firewall for IPv6" msgstr "" #: services.pm:115 #, c-format msgid "The SMB/CIFS protocol enables to share access to files & printers and also integrates with a Windows Server domain" msgstr "" #: services.pm:116 #, c-format msgid "Launch the sound system on your machine" msgstr "" #: services.pm:117 #, c-format msgid "layer for speech analysis" msgstr "" #: services.pm:118 #, c-format msgid "Secure Shell is a network protocol that allows data to be exchanged over a secure channel between two computers" msgstr "" #: services.pm:119 #, c-format msgid "" "Syslog is the facility by which many daemons use to log messages\n" "to various system log files. It is a good idea to always run syslog." msgstr "" #: services.pm:121 #, c-format msgid "Moves the generated persistent udev rules to /etc/udev/rules.d" msgstr "" #: services.pm:122 #, c-format msgid "Load the drivers for your usb devices." msgstr "" #: services.pm:123 #, c-format msgid "A lightweight network traffic monitor" msgstr "" #: services.pm:124 #, c-format msgid "Starts the X Font Server." msgstr "" #: services.pm:125 #, c-format msgid "Starts other deamons on demand." msgstr "" #: services.pm:154 #, c-format msgid "Printing" msgstr "" #: services.pm:157 #, c-format msgid "Internet" msgstr "" #: services.pm:162 #, c-format msgid "" "_: Keep these entry short\n" "Networking" msgstr "" #: services.pm:164 #, c-format msgid "System" msgstr "" #: services.pm:170 #, c-format msgid "Remote Administration" msgstr "" #: services.pm:179 #, c-format msgid "Database Server" msgstr "" #: services.pm:190 services.pm:227 #, c-format msgid "Services" msgstr "" #: services.pm:190 #, c-format msgid "Choose which services should be automatically started at boot time" msgstr "" #: services.pm:208 #, c-format msgid "%d activated for %d registered" msgstr "" #: services.pm:231 #, c-format msgid "running" msgstr "" #: services.pm:231 #, c-format msgid "stopped" msgstr "" #: services.pm:236 #, c-format msgid "Services and daemons" msgstr "" #: services.pm:242 #, c-format msgid "" "No additional information\n" "about this service, sorry." msgstr "" #: services.pm:249 #, c-format msgid "Start when requested" msgstr "" #: services.pm:249 #, c-format msgid "On boot" msgstr "" #: services.pm:266 #, c-format msgid "Start" msgstr "" #: services.pm:266 #, c-format msgid "Stop" msgstr "" #: standalone.pm:27 #, c-format msgid "" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" "the Free Software Foundation; either version 2, or (at your option)\n" "any later version.\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" "GNU General Public License for more details.\n" "\n" "You should have received a copy of the GNU General Public License\n" "along with this program; if not, write to the Free Software\n" "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n" "" msgstr "" #: standalone.pm:46 #, c-format msgid "" "[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n" "Backup and Restore application\n" "\n" "--default : save default directories.\n" "--debug : show all debug messages.\n" "--show-conf : list of files or directories to backup.\n" "--config-info : explain configuration file options (for non-X users).\n" "--daemon : use daemon configuration. \n" "--help : show this message.\n" "--version : show version number.\n" "" msgstr "" #: standalone.pm:58 #, c-format msgid "" "[--boot]\n" "OPTIONS:\n" " --boot - enable to configure boot loader\n" "default mode: offer to configure autologin feature" msgstr "" #: standalone.pm:62 #, c-format msgid "" "[OPTIONS] [PROGRAM_NAME]\n" "\n" "OPTIONS:\n" " --help - print this help message.\n" " --report - program should be one of %s tools\n" " --incident - program should be one of %s tools" msgstr "" #: standalone.pm:68 #, c-format msgid "" "[--add]\n" " --add - \"add a network interface\" wizard\n" " --del - \"delete a network interface\" wizard\n" " --skip-wizard - manage connections\n" " --internet - configure internet\n" " --wizard - like --add" msgstr "" #: standalone.pm:74 #, c-format msgid "" "\n" "Font Importation and monitoring application\n" "\n" "OPTIONS:\n" "--windows_import : import from all available windows partitions.\n" "--xls_fonts : show all fonts that already exist from xls\n" "--install : accept any font file and any directory.\n" "--uninstall : uninstall any font or any directory of font.\n" "--replace : replace all font if already exist\n" "--application : 0 none application.\n" " : 1 all application available supported.\n" " : name_of_application like so for staroffice \n" " : and gs for ghostscript for only this one." msgstr "" #: standalone.pm:89 #, c-format msgid "" "[OPTIONS]...\n" "%s Terminal Server Configurator\n" "--enable : enable MTS\n" "--disable : disable MTS\n" "--start : start MTS\n" "--stop : stop MTS\n" "--adduser : add an existing system user to MTS (requires username)\n" "--deluser : delete an existing system user from MTS (requires username)\n" "--addclient : add a client machine to MTS (requires MAC address, IP, nbi image name)\n" "--delclient : delete a client machine from MTS (requires MAC address, IP, nbi image name)" msgstr "" #: standalone.pm:101 #, c-format msgid "[keyboard]" msgstr "" #: standalone.pm:102 #, c-format msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]" msgstr "" #: standalone.pm:103 #, c-format msgid "" "[OPTIONS]\n" "Network & Internet connection and monitoring application\n" "\n" "--defaultintf interface : show this interface by default\n" "--connect : connect to internet if not already connected\n" "--disconnect : disconnect to internet if already connected\n" "--force : used with (dis)connect : force (dis)connection.\n" "--status : returns 1 if connected 0 otherwise, then exit.\n" "--quiet : do not be interactive. To be used with (dis)connect." msgstr "" #: standalone.pm:113 #, c-format msgid "" "[OPTION]...\n" " --no-confirmation do not ask first confirmation question in %s Update mode\n" " --no-verify-rpm do not verify packages signatures\n" " --changelog-first display changelog before filelist in the description window\n" " --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found" msgstr "" #: standalone.pm:118 #, c-format msgid "[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-usbtable] [--dynamic=dev]" msgstr "" #: standalone.pm:119 #, c-format msgid "" " [everything]\n" " XFdrake [--noauto] monitor\n" " XFdrake resolution" msgstr "" #: standalone.pm:156 #, c-format msgid "" "\n" "Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--testing] [-v|--version] " msgstr "" #: timezone.pm:170 timezone.pm:171 #, c-format msgid "All servers" msgstr "" #: timezone.pm:207 #, c-format msgid "Global" msgstr "" #: timezone.pm:210 #, c-format msgid "Africa" msgstr "" #: timezone.pm:211 #, c-format msgid "Asia" msgstr "" #: timezone.pm:212 #, c-format msgid "Europe" msgstr "" #: timezone.pm:213 #, c-format msgid "North America" msgstr "" #: timezone.pm:214 #, c-format msgid "Oceania" msgstr "" #: timezone.pm:215 #, c-format msgid "South America" msgstr "" #: timezone.pm:224 #, c-format msgid "Hong Kong" msgstr "" #: timezone.pm:261 #, c-format msgid "Russian Federation" msgstr "" #: timezone.pm:269 #, c-format msgid "Yugoslavia" msgstr "" #: ugtk2.pm:810 ugtk3.pm:908 #, c-format msgid "Is this correct?" msgstr "" #: ugtk2.pm:872 ugtk3.pm:970 #, c-format msgid "You have chosen a file, not a directory" msgstr "" #: ugtk2.pm:922 ugtk3.pm:1020 #, c-format msgid "Info" msgstr "" #: wizards.pm:95 #, c-format msgid "" "%s is not installed\n" "Click \"Next\" to install or \"Cancel\" to quit" msgstr "" #: wizards.pm:99 #, c-format msgid "Installation failed" msgstr ""