summaryrefslogtreecommitdiffstats
path: root/po/ru.po
blob: 42b62dd908447bac28da6ffa63ca0e26de740947 (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
# Translation of urpmi-ru.po to Russian
# Copyright (C) 2001,2003, 2004 Free Software Foundation, Inc.
# Aleksey Smirnov <smi@logic.ru>, 2000.
# Vladimir Choundalov <choundalovvv@point.pwp.ru>, 2001.
# Pavel Maryanov <acid_jack@ukr.net>, 2002, 2004.
# Alice Lafox <alice@lafox.com.ua>, 2003.
# Alice Lafox <alice@lafox.net>, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: urpmi-ru_new\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-17 12:34+0200\n"
"PO-Revision-Date: 2004-06-23 17:16+0300\n"
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
"Language-Team: Russian <ru@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3\n"

#. This is a list of chars acceptable as a 'yes' answer to a Yes/No question;
#. you can put here the letters for 'yes' for your language, so people
#. can hit those keys in their keyboard to reply.
#. please keep the 'Yy' for compatibility reasons
#.
#: placeholder.h:11
msgid "Yy"
msgstr "YyДЎ"

#. This is a list of chars acceptable as a 'no' answer to a Yes/No question;
#. you can put here the letters for 'no' for your language, so people
#. can hit those keys in their keyboard to reply.
#. please keep the 'Nn' for compatibility reasons
#.
#: placeholder.h:17
msgid "Nn"
msgstr "NnНМ"

#: ../_irpm:23
#, c-format
msgid "installing %s\n"
msgstr "устаМавлОвается %s\n"

#: ../_irpm:33
#, c-format
msgid ""
"Automatic installation of packages...\n"
"You requested installation of package %s\n"
msgstr ""
"АвтПЌатОческая устаМПвка пакетПв...\n"
"Вы запрПсОлО устаМПвку пакета %s\n"

#: ../_irpm:33 ../urpme:29 ../urpmi:516
#, c-format
msgid "Is this OK?"
msgstr "ЭтП правОльМП?"

#: ../_irpm:35 ../urpm/msg.pm:40
#, c-format
msgid "Ok"
msgstr "OК"

#: ../_irpm:36 ../urpm/msg.pm:41
#, c-format
msgid "Cancel"
msgstr "ОтЌеМа"

#: ../_irpm:44 ../urpmi:444 ../urpmi:524
#, c-format
msgid " (Y/n) "
msgstr " (Y/n) "

#: ../_irpm:63
#, c-format
msgid "%s: command not found\n"
msgstr "%s: кПЌаМЎа Ме МайЎеМа\n"

#: ../rpm-find-leaves:11
#, c-format
msgid ""
"usage: %s [options]\n"
"where [options] are from\n"
msgstr ""
"ОспПльзПваМОе: %s [ПпцОО]\n"
"гЎе [ПпцОО] являются ПЎМОЌО Оз\n"

#: ../rpm-find-leaves:13
#, c-format
msgid "   -h|--help      - print this help message.\n"
msgstr "   -h|--help      - вывПЎ этПгП справПчМПгП сППбщеМОя.\n"

#: ../rpm-find-leaves:14
#, c-format
msgid "   -g [group]     - restrict results to given group.\n"
msgstr "   -g [group]     - ПграМОчеМОе результатПв ЎП ЎаММПй группы.\n"

#: ../rpm-find-leaves:15
#, c-format
msgid "                    defaults is %s.\n"
msgstr "                    пП уЌПлчаМОю %s.\n"

#: ../urpm.pm:59
#, c-format
msgid "unknown protocol defined for %s"
msgstr "Ўля %s ПпреЎелеМ МеОзвестМый прПтПкПл"

#: ../urpm.pm:89
#, c-format
msgid "no webfetch found, supported webfetch are: %s\n"
msgstr "Ме МайЎеМ webfetch, пПЎЎержОваеЌые webfetch: %s\n"

#: ../urpm.pm:105
#, c-format
msgid "unable to handle protocol: %s"
msgstr "МевПзЌПжМП ПбрабПтать прПтПкПл: %s"

#: ../urpm.pm:177
#, c-format
msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
msgstr ""
"ОстПчМОк \"%s\" пытается ОспПльзПвать уже ОспПльзуеЌый hdlist, ОстПчМОк "
"прПОгМПрОрПваМ"

#: ../urpm.pm:178
#, c-format
msgid "medium \"%s\" trying to use an already used list, medium ignored"
msgstr ""
"ОстПчМОк \"%s\" пытается ОспПльзПвать уже ОспПльзуеЌый спОсПк, ОстПчМОк "
"прПОгМПрОрПваМ"

#: ../urpm.pm:192
#, c-format
msgid "unable to access hdlist file of \"%s\", medium ignored"
msgstr "Мет ЎПступа к файлу hdlist Ўля \"%s\", ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:195 ../urpm.pm:2262
#, c-format
msgid "unable to access list file of \"%s\", medium ignored"
msgstr "Мет ЎПступа к файлу спОска ОстПчМОка \"%s\", ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:223
#, c-format
msgid "trying to bypass existing medium \"%s\", avoiding"
msgstr "пПпытка ПбПйтО существующОй ОстПчМОк \"%s\", ПтЌеМяется"

#: ../urpm.pm:231
#, c-format
msgid ""
"virtual medium \"%s\" should not have defined hdlist or list file, medium "
"ignored"
msgstr ""
"вОртуальМый ОстПчМОк \"%s\"Ме ЎПлжеМ ОЌеть ПпреЎелеММый файл hdlist ОлО файл "
"спОска, ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:236
#, c-format
msgid "virtual medium \"%s\" should have a clear url, medium ignored"
msgstr ""
"вОртуальМый ОстПчМОк \"%s\" ЎПлжеМ сПЎержать пустПй url, ОстПчМОк "
"прПОгМПрОрПваМ"

#: ../urpm.pm:245
#, c-format
msgid "unable to find hdlist file for \"%s\", medium ignored"
msgstr "МевПзЌПжМП МайтО файл hdlist Ўля \"%s\", ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:252
#, c-format
msgid "unable to find list file for \"%s\", medium ignored"
msgstr "МевПзЌПжМП МайтО файл спОска Ўля \"%s\", ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:275
#, c-format
msgid "incoherent list file for \"%s\", medium ignored"
msgstr "МесвязаММый файл спОска Ўля \"%s\", ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:283
#, c-format
msgid "unable to inspect list file for \"%s\", medium ignored"
msgstr "МевПзЌПжМП прПверОть файл спОска Ўля \"%s\", ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:316
#, c-format
msgid "too many mount points for removable medium \"%s\""
msgstr "слОшкПЌ ЌМПгП тПчек ЌПМтОрПваМОя Ўля съеЌМПгП ОстПчМОка \"%s\""

#: ../urpm.pm:317
#, c-format
msgid "taking removable device as \"%s\""
msgstr "съеЌМПе устрПйствП прОМОЌается как \"%s\""

#: ../urpm.pm:321
#, c-format
msgid "using different removable device [%s] for \"%s\""
msgstr "ОспПльзуется ЎругПе съеЌМПе устрПйствП [%s] Ўля \"%s\""

#: ../urpm.pm:326 ../urpm.pm:329
#, c-format
msgid "unable to retrieve pathname for removable medium \"%s\""
msgstr "МевПзЌПжМП пПлучОть путь к съеЌМПЌу ОстПчМОку \"%s\""

#: ../urpm.pm:354
#, c-format
msgid "unable to write config file [%s]"
msgstr "МевПзЌПжМП запОсать config-файл [%s]"

#: ../urpm.pm:358
#, fuzzy, c-format
msgid "unable to write file [%s]"
msgstr "МевПзЌПжМП запОсать config-файл [%s]"

#: ../urpm.pm:365
#, c-format
msgid "write config file [%s]"
msgstr "запОсать config-файл [%s]"

#: ../urpm.pm:377
#, c-format
msgid "Can't use parallel mode with use-distrib mode"
msgstr "НевПзЌПжМП ОспПльзПвать режОЌ parallel сПвЌестМП с режОЌПЌ use-distrib"

#: ../urpm.pm:387
#, c-format
msgid "unable to parse \"%s\" in file [%s]"
msgstr "МевПзЌПжМП разПбрать \"%s\" в файле [%s]"

#: ../urpm.pm:398
#, c-format
msgid "examining parallel handler in file [%s]"
msgstr "прПверяется ПбрабПтчОк parallel в файле [%s]"

#: ../urpm.pm:408
#, c-format
msgid "found parallel handler for nodes: %s"
msgstr "МайЎеМ ПбрабПтчОк parallel Ўля узлПв: %s"

#: ../urpm.pm:412
#, c-format
msgid "using associated media for parallel mode: %s"
msgstr "ОспПльзуется связаММый ОстПчМОк Ўля режОЌа parallel: %s"

#: ../urpm.pm:416
#, c-format
msgid "unable to use parallel option \"%s\""
msgstr "МевПзЌПжМП ОспПльзПвать ПпцОю parallel \"%s\""

#: ../urpm.pm:427
#, c-format
msgid ""
"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
"update or --parallel"
msgstr ""
"--synthesis Ме ЌПжет быть ОспПльзПваМ с --media, --excludemedia, --"
"sortmedia, --update ОлО --parallel"

#: ../urpm.pm:478 ../urpm.pm:504 ../urpm.pm:889 ../urpm.pm:900 ../urpm.pm:961
#: ../urpm.pm:978 ../urpm.pm:1061 ../urpm.pm:1118 ../urpm.pm:1311
#: ../urpm.pm:1431 ../urpm.pm:1546 ../urpm.pm:1552 ../urpm.pm:1653
#: ../urpm.pm:1732 ../urpm.pm:1736
#, c-format
msgid "examining synthesis file [%s]"
msgstr "прПверяется файл synthesis [%s]"

#: ../urpm.pm:482 ../urpm.pm:497 ../urpm.pm:510 ../urpm.pm:892 ../urpm.pm:903
#: ../urpm.pm:967 ../urpm.pm:973 ../urpm.pm:1066 ../urpm.pm:1122
#: ../urpm.pm:1315 ../urpm.pm:1435 ../urpm.pm:1540 ../urpm.pm:1558
#: ../urpm.pm:1742
#, c-format
msgid "examining hdlist file [%s]"
msgstr "прПверяется файл hdlist [%s]"

#: ../urpm.pm:492 ../urpm.pm:896
#, c-format
msgid "virtual medium \"%s\" is not local, medium ignored"
msgstr ""
"вОртуальМый ОстПчМОк \"%s\" Ме является лПкальМыЌ, ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:520 ../urpm.pm:910 ../urpm.pm:986 ../urpm.pm:1070
#: ../urpm.pm:1439
#, c-format
msgid "problem reading hdlist or synthesis file of medium \"%s\""
msgstr "прПблеЌа чтеМОя файла hdlist ОлО synthesis ОстПчМОка \"%s\""

#: ../urpm.pm:526 ../urpm.pm:1692
#, c-format
msgid "performing second pass to compute dependencies\n"
msgstr "прПОзвПЎОтся втПрПй прПхПЎ вычОслеМОя завОсОЌПстей\n"

#: ../urpm.pm:541
#, c-format
msgid "skipping package %s"
msgstr "прПпускается пакет %s"

#: ../urpm.pm:554
#, c-format
msgid "would install instead of upgrade package %s"
msgstr "буЎет прПОзвеЎеМа устаМПвка вЌестП ПбМПвлеМОя пакета %s"

#: ../urpm.pm:566 ../urpm.pm:2076 ../urpm.pm:2139 ../urpm.pm:2705
#: ../urpm.pm:2822
#, c-format
msgid "unable to open rpmdb"
msgstr "МевПзЌПжМП Пткрыть rpmdb"

#: ../urpm.pm:605
#, c-format
msgid "medium \"%s\" already exists"
msgstr "ОстПчМОк \"%s\" уже существует"

#: ../urpm.pm:612
#, c-format
msgid "virtual medium needs to be local"
msgstr "вОртуальМый ОстПчМОк ЎПлжеМ быть лПкальМыЌ"

#: ../urpm.pm:644
#, c-format
msgid "added medium %s"
msgstr "ЎПбавлеМ ОстПчМОк %s"

#: ../urpm.pm:660
#, c-format
msgid "unable to access first installation medium"
msgstr "Мет ЎПступа к первПЌу устаМПвПчМПЌу ОстПчМОку"

#: ../urpm.pm:664
#, c-format
msgid "copying hdlists file..."
msgstr "кПпОруется файл hdlists..."

#: ../urpm.pm:666 ../urpm.pm:1001 ../urpm.pm:1090 ../urpm.pm:1153
#: ../urpm.pm:1210 ../urpm.pm:1381 ../urpm.pm:1387
#, c-format
msgid "...copying failed"
msgstr "...кПпОрПваМОе Ме уЎалПсь"

#: ../urpm.pm:666 ../urpm.pm:1001 ../urpm.pm:1094
#, c-format
msgid "...copying done"
msgstr "...кПпОрПваМОе выпПлМеМП"

#: ../urpm.pm:668 ../urpm.pm:691 ../urpm.pm:719
#, c-format
msgid ""
"unable to access first installation medium (no media/media_info/hdlists file "
"found)"
msgstr ""
"Мет ЎПступа к первПЌу устаМПвПчМПЌу ОстПчМОку (Ме МайЎеМ файл media/media_info/"
"hdlists)"

#: ../urpm.pm:674
#, c-format
msgid "retrieving hdlists file..."
msgstr "Озвлекается файл hdlists..."

#: ../urpm.pm:685 ../urpm.pm:1421 ../urpm.pm:1887 ../urpm.pm:2577
#: ../urpmi.addmedia:151
#, c-format
msgid "...retrieving done"
msgstr "...ОзвлечеМОе выпПлМеМП"

#: ../urpm.pm:687 ../urpm.pm:1405 ../urpm.pm:1414 ../urpm.pm:1890
#: ../urpm.pm:2579 ../urpmi:615 ../urpmi.addmedia:153
#, c-format
msgid "...retrieving failed: %s"
msgstr "...ОзвлечеМОе Ме уЎалПсь: %s"

#: ../urpm.pm:707
#, c-format
msgid "invalid hdlist description \"%s\" in hdlists file"
msgstr "МеверМПе ПпОсаМОе hdlist \"%s\" в файле hdlists "

#: ../urpm.pm:756
#, c-format
msgid "trying to select nonexistent medium \"%s\""
msgstr "пПпытка выбрать МесуществующОй ОстПчМОк \"%s\""

#: ../urpm.pm:758
#, c-format
msgid "selecting multiple media: %s"
msgstr "выбОрается сПставМПй ОстПчМОк: %s"

#: ../urpm.pm:758
#, c-format
msgid "\"%s\""
msgstr "\"%s\""

#: ../urpm.pm:774
#, c-format
msgid "removing medium \"%s\""
msgstr "уЎаляется ОстПчМОк \"%s\""

#: ../urpm.pm:937
#, c-format
msgid ""
"unable to access medium \"%s\",\n"
"this could happen if you mounted manually the directory when creating the "
"medium."
msgstr ""
"Мет ЎПступа к ОстПчМОку \"%s\",\n"
"этП ЌПглП прПОзПйтО, еслО вы вручМую ЌПМтОрПвалО каталПг прО сПзЎаМОО "
"ОстПчМОка."

#: ../urpm.pm:990
#, c-format
msgid ""
"virtual medium \"%s\" should have valid source hdlist or synthesis, medium "
"ignored"
msgstr ""
"вОртуальМый ОстПчМОк \"%s\" ЎПлжеМ ОЌеть правОльМый ОсхПЎМый hdlist ОлО "
"synthesis, ОстПчМОк прПОгМПрОрПваМ"

#: ../urpm.pm:998
#, c-format
msgid "copying description file of \"%s\"..."
msgstr "кПпОруется файл ПпОсаМОя Ўля \"%s\"..."

#: ../urpm.pm:1021 ../urpm.pm:1271
#, c-format
msgid "computing md5sum of existing source hdlist (or synthesis)"
msgstr "вычОсляется md5sum существующегП ОсхПЎМПгП hdlist (ОлО synthesis)"

#: ../urpm.pm:1032 ../urpm.pm:1282
#, c-format
msgid "examining MD5SUM file"
msgstr "прПверяется файл MD5SUM"

#: ../urpm.pm:1086
#, c-format
msgid "copying source hdlist (or synthesis) of \"%s\"..."
msgstr "кПпОруется ОсхПЎМый hdlist (ОлО synthesis) \"%s\"..."

#: ../urpm.pm:1099
#, c-format
msgid "copy of [%s] failed (file is suspiciously small)"
msgstr "кПпОрПваМОе [%s] Ме уЎалПсь (файл пПЎПзрОтельМП кПрПткОй)"

#: ../urpm.pm:1103
#, c-format
msgid "computing md5sum of copied source hdlist (or synthesis)"
msgstr "вычОсляется md5sum скПпОрПваММПгП ОсхПЎМПгП hdlist (ОлО synthesis)"

#: ../urpm.pm:1105
#, c-format
msgid "copy of [%s] failed (md5sum mismatch)"
msgstr "кПпОрПваМОе [%s] Ме уЎалПсь (Ме сПвпаЎает md5sum)"

#: ../urpm.pm:1126 ../urpm.pm:1319 ../urpm.pm:1656
#, c-format
msgid "problem reading synthesis file of medium \"%s\""
msgstr "прПблеЌа чтеМОя файла synthesis ОстПчМОка \"%s\""

#: ../urpm.pm:1168
#, c-format
msgid "reading rpm files from [%s]"
msgstr "чОтаются rpm-файлы Оз [%s]"

#: ../urpm.pm:1193
#, c-format
msgid "unable to read rpm files from [%s]: %s"
msgstr "МевПзЌПжМП прПчОтать rpm-файлы Оз [%s]: %s"

#: ../urpm.pm:1198
#, c-format
msgid "no rpm files found from [%s]"
msgstr "Ме МайЎеМы rpm-файлы в [%s]"

#: ../urpm.pm:1337
#, c-format
msgid "retrieving source hdlist (or synthesis) of \"%s\"..."
msgstr "Озвлекается ОсхПЎМый hdlist (ОлО synthesis) Оз \"%s\"..."

#: ../urpm.pm:1366
#, c-format
msgid "found probed hdlist (or synthesis) as %s"
msgstr "МайЎеМ ОскПЌый hdlist (ОлО synthesis): %s"

#: ../urpm.pm:1412
#, c-format
msgid "computing md5sum of retrieved source hdlist (or synthesis)"
msgstr "вычОсляется md5sum пПлучеММПгП ОсхПЎМПгП hdlist (ОлО synthesis)"

#: ../urpm.pm:1414
#, c-format
msgid "md5sum mismatch"
msgstr "МесППтветствОе md5sum"

#: ../urpm.pm:1510
#, c-format
msgid "retrieval of source hdlist (or synthesis) failed"
msgstr "ОзвлечеМОе ОсхПЎМПгП hdlist (ОлО synthesis) Ме уЎалПсь"

#: ../urpm.pm:1517
#, c-format
msgid "no hdlist file found for medium \"%s\""
msgstr "Ме МайЎеМ файл hdlist Ўля ОстПчМОка \"%s\""

#: ../urpm.pm:1528 ../urpm.pm:1582
#, c-format
msgid "file [%s] already used in the same medium \"%s\""
msgstr "файл [%s] уже ОспПльзуется в такПЌ же ОстПчМОке \"%s\""

#: ../urpm.pm:1568
#, c-format
msgid "unable to parse hdlist file of \"%s\""
msgstr "МевПзЌПжМП разПбрать файл hdlist ОстПчМОка \"%s\""

#: ../urpm.pm:1606
#, c-format
msgid "unable to write list file of \"%s\""
msgstr "Ме уЎается запОсать файл спОска Ўля \"%s\""

#: ../urpm.pm:1613
#, c-format
msgid "writing list file for medium \"%s\""
msgstr "запОсывается файл спОска Ўля ОстПчМОка \"%s\""

#: ../urpm.pm:1615
#, c-format
msgid "nothing written in list file for \"%s\""
msgstr "в файл спОска Ўля \"%s\" МОчегП Ме запОсаМП"

#: ../urpm.pm:1630
#, c-format
msgid "examining pubkey file of \"%s\"..."
msgstr "прПверяется файл ПткрытПгП ключа Ўля \"%s\"..."

#: ../urpm.pm:1637
#, c-format
msgid "...imported key %s from pubkey file of \"%s\""
msgstr "...ОЌпПртОрПваМ ключ %s Оз файла ПткрытПгП ключа \"%s\""

#: ../urpm.pm:1640
#, c-format
msgid "unable to import pubkey file of \"%s\""
msgstr "МевПзЌПжМП ОЌпПртОрПвать файл ПткрытПгП ключа \"%s\""

#: ../urpm.pm:1706
#, c-format
msgid "reading headers from medium \"%s\""
msgstr "чОтаются загПлПвкО Оз ОстПчМОка \"%s\""

#: ../urpm.pm:1711
#, c-format
msgid "building hdlist [%s]"
msgstr "сПзЎается hdlist [%s]"

#: ../urpm.pm:1723 ../urpm.pm:1752 ../urpmi:353
#, c-format
msgid "built hdlist synthesis file for medium \"%s\""
msgstr "сПзЎаМ файл hdlist synthesis Ўля ОстПчМОка \"%s\""

#: ../urpm.pm:1772
#, c-format
msgid "found %d headers in cache"
msgstr "в кэше МайЎеМП %d загПлПвкПв"

#: ../urpm.pm:1776
#, c-format
msgid "removing %d obsolete headers in cache"
msgstr "Оз кэша уЎаляется %d устаревшОх загПлПвкПв "

#: ../urpm.pm:1827
#, c-format
msgid "mounting %s"
msgstr "ЌПМтОруется %s"

#: ../urpm.pm:1843
#, c-format
msgid "unmounting %s"
msgstr "ПтЌПМтОруется %s"

#: ../urpm.pm:1865
#, c-format
msgid "relocated %s entries in depslist"
msgstr "в depslist переМесеМП %s запОсей"

#: ../urpm.pm:1866
#, c-format
msgid "no entries relocated in depslist"
msgstr "в depslist Ме переМесеМП МО ПЎМПй запОсО"

#: ../urpm.pm:1879
#, c-format
msgid "invalid rpm file name [%s]"
msgstr "МеверМПе ОЌя rpm-файла [%s]"

#: ../urpm.pm:1885
#, c-format
msgid "retrieving rpm file [%s] ..."
msgstr "Озвлекается rpm-файл [%s] ..."

#: ../urpm.pm:1892 ../urpm.pm:2747
#, c-format
msgid "unable to access rpm file [%s]"
msgstr "Мет ЎПступа к rpm-файлу [%s]"

#: ../urpm.pm:1897
#, c-format
msgid "unable to register rpm file"
msgstr "Ме уЎается зарегОстрОрПвать rpm-файл"

#: ../urpm.pm:1900
#, c-format
msgid "error registering local packages"
msgstr "ПшОбка регОстрацОО лПкальМых пакетПв"

#: ../urpm.pm:2013
#, c-format
msgid "no package named %s"
msgstr "Мет пакета с ОЌеМеЌ %s"

#: ../urpm.pm:2016 ../urpme:88
#, c-format
msgid "The following packages contain %s: %s"
msgstr "СлеЎующОе пакеты сПЎержат %s: %s"

#: ../urpm.pm:2199 ../urpm.pm:2243 ../urpm.pm:2269
#, c-format
msgid "there are multiple packages with the same rpm filename \"%s\""
msgstr "существует МескПлькП пакетПв с ПЎОМакПвыЌ ОЌеМеЌ rpm-файла \"%s\""

#: ../urpm.pm:2254
#, c-format
msgid "unable to correctly parse [%s] on value \"%s\""
msgstr "МевПзЌПжМП кПрректМП разПбрать [%s] в \"%s\""

#: ../urpm.pm:2281
#, c-format
msgid ""
"medium \"%s\" uses an invalid list file:\n"
"  mirror is probably not up-to-date, trying to use alternate method"
msgstr ""
"ОстПчМОк \"%s\" ОспПльзует МеверМый файл спОска:\n"
"  вПзЌПжМП зеркалП устарелП, выпПлМяется пПпытка ОспПльзПвать альтерМатОвМый "
"ЌетПЎ"

#: ../urpm.pm:2285
#, c-format
msgid "medium \"%s\" does not define any location for rpm files"
msgstr "ОстПчМОк \"%s\" Ме ПпреЎеляет МОкакПгП ЌестПпПлПжеМОя rpm-файлПв"

#: ../urpm.pm:2297
#, c-format
msgid "package %s is not found."
msgstr "пакет %s Ме МайЎеМ."

#: ../urpm.pm:2337 ../urpm.pm:2352 ../urpm.pm:2376 ../urpm.pm:2391
#, c-format
msgid "urpmi database locked"
msgstr "база ЎаММых urpmi заблПкОрПваМа"

#: ../urpm.pm:2443 ../urpm.pm:2446 ../urpm.pm:2476
#, c-format
msgid "medium \"%s\" is not selected"
msgstr "ОстПчМОк \"%s\" Ме выбраМ"

#: ../urpm.pm:2472
#, c-format
msgid "unable to read rpm file [%s] from medium \"%s\""
msgstr "МевПзЌПжМП прПчОтать rpm-файл [%s] Оз ОстПчМОка \"%s\""

#: ../urpm.pm:2480
#, c-format
msgid "incoherent medium \"%s\" marked removable but not really"
msgstr "МепПМятМый ОстПчМОк \"%s\" ПтЌечеМ как съеЌМый, МП этП Ме так"

#: ../urpm.pm:2493
#, c-format
msgid "unable to access medium \"%s\""
msgstr "Мет ЎПступа к ОстПчМОку \"%s\""

#: ../urpm.pm:2555
#, c-format
msgid "malformed input: [%s]"
msgstr "МеверМП сфПрЌОрПваММый ввПЎ: [%s]"

#: ../urpm.pm:2562
#, c-format
msgid "retrieving rpm files from medium \"%s\"..."
msgstr "Озвлекаются rpm-файлы Оз ОстПчМОка \"%s\"..."

#: ../urpm.pm:2644 ../urpmi:693
#, c-format
msgid "Preparing..."
msgstr "ППЎгПтПвка..."

#: ../urpm.pm:2678
#, c-format
msgid "using process %d for executing transaction"
msgstr "прПцесс %d ОспПльзуется Ўля выпПлМеМОя траМзакцОО"

#: ../urpm.pm:2709
#, c-format
msgid ""
"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
msgstr ""
"сПзЎаМа траМзакцОя Ўля устаМПвкО Ма %s (remove=%d, install=%d, upgrade=%d)"

#: ../urpm.pm:2712
#, c-format
msgid "unable to create transaction"
msgstr "МевПзЌПжМП сПзЎать траМзакцОю"

#: ../urpm.pm:2719
#, c-format
msgid "removing package %s"
msgstr "уЎаляется пакет %s"

#: ../urpm.pm:2721
#, c-format
msgid "unable to remove package %s"
msgstr "МевПзЌПжМП уЎалОть пакет %s"

#: ../urpm.pm:2731
#, c-format
msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
msgstr "ЎПбавляется пакет %s (id=%d, eid=%d, update=%d, file=%s)"

#: ../urpm.pm:2734
#, c-format
msgid "unable to install package %s"
msgstr "МевПзЌПжМП устаМПвОть пакет %s"

#: ../urpm.pm:2796
#, fuzzy, c-format
msgid "More information on package %s"
msgstr "уЎаляется пакет %s"

#: ../urpm.pm:2954 ../urpm.pm:2987
#, c-format
msgid "due to missing %s"
msgstr "Оз-за ПтсутствОя %s"

#: ../urpm.pm:2955 ../urpm.pm:2985
#, c-format
msgid "due to unsatisfied %s"
msgstr "Оз-за МеуЎПвлетвПреММПстО %s"

#: ../urpm.pm:2956
#, c-format
msgid "trying to promote %s"
msgstr "пПпытка актОвОзОрПвать %s"

#: ../urpm.pm:2957
#, c-format
msgid "in order to keep %s"
msgstr "чтПбы сПхраМОть %s"

#: ../urpm.pm:2980
#, c-format
msgid "in order to install %s"
msgstr "чтПбы устаМПвОть %s"

#: ../urpm.pm:2992
#, c-format
msgid "due to conflicts with %s"
msgstr "Оз-за кПМфлОктПв с %s"

#: ../urpm.pm:2994
#, c-format
msgid "unrequested"
msgstr "МезапрПшеММый"

#: ../urpm.pm:3010
#, c-format
msgid "Invalid signature (%s)"
msgstr "НеверМая пПЎпОсь (%s)"

#: ../urpm.pm:3042
#, c-format
msgid "Invalid Key ID (%s)"
msgstr "НеверМый Key ID (%s)"

#: ../urpm.pm:3044
#, c-format
msgid "Missing signature (%s)"
msgstr "Отсутствует пПЎпОсь (%s)"

#: ../urpm/args.pm:88 ../urpm/args.pm:95
#, c-format
msgid "bad proxy declaration on command line\n"
msgstr "МеверМПе ПбъявлеМОе proxy в кПЌаМЎМПй стрПке\n"

#: ../urpm/args.pm:224
#, c-format
msgid "urpmq: cannot read rpm file \"%s\"\n"
msgstr "urpmq: МевПзЌПжМП прПчОтать rpm-файл \"%s\"\n"

#: ../urpm/msg.pm:80
#, c-format
msgid "Sorry, bad choice, try again\n"
msgstr "ИзвОМОте, плПхПй выбПр, пПпрПбуйте еще раз\n"

#: ../urpme:36
#, c-format
msgid ""
"urpme version %s\n"
"Copyright (C) 1999, 2000, 2001, 2002 Mandrakesoft.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"usage:\n"
msgstr ""
"urpme версОя %s\n"
"Copyright (C) 1999, 2000, 2001, 2002 Mandrakesoft.\n"
"ЭтП свПбПЎМПе прПграЌЌМПе ПбеспечеМОе О ЌПжет распрПстраМяться сПгласМП "
"услПвОяЌ GNU GPL.\n"
"\n"
"ОспПльзПваМОе:\n"

#: ../urpme:41 ../urpmf:32 ../urpmi:74 ../urpmi.addmedia:47
#: ../urpmi.removemedia:38 ../urpmi.update:30 ../urpmq:43
#, c-format
msgid "  --help         - print this help message.\n"
msgstr "  --help         - вывПЎ этПгП справПчМПгП сППбщеМОя.\n"

#: ../urpme:42 ../urpmi:80
#, c-format
msgid "  --auto         - automatically select a package in choices.\n"
msgstr "  --auto         - автПЌатОческОй выбПр пакета Оз преЎлагаеЌых.\n"

#: ../urpme:43 ../urpmi:121
#, c-format
msgid ""
"  --test         - verify if the installation can be achieved correctly.\n"
msgstr "  --test         - прПверка вПзЌПжМПстО кПрректМПй устаМПвкО.\n"

#: ../urpme:44 ../urpmi:94 ../urpmq:63
#, c-format
msgid ""
"  --force        - force invocation even if some packages do not exist.\n"
msgstr ""
"  --force        - прОМуЎОтельМПе выпПлМеМОе, Ўаже еслО МекПтПрые пакеты\n"
"                   Ме существуют.\n"

#: ../urpme:45 ../urpmi:99 ../urpmq:64
#, c-format
msgid "  --parallel     - distributed urpmi across machines of alias.\n"
msgstr "  --parallel     - распреЎелеММый urpmi через ЌашОМы алОаса.\n"

#: ../urpme:46 ../urpmi:100
#, c-format
msgid "  --root         - use another root for rpm installation.\n"
msgstr "  --root         - ОспПльзПваМОе ЎругПгП кПрМя Ўля устаМПвкО rpm.\n"

#: ../urpme:47
#, c-format
msgid ""
"  --use-distrib  - configure urpmi on the fly from a distrib tree, useful\n"
"                   to (un)install a chroot with --root option.\n"
msgstr ""
"  --use-distrib  - МастрПйка urpmi Ма лету Оз Ўерева distrib, пПлезМа\n"
"                   Ўля устаМПвкО/уЎалеМОя в chroot с ПпцОей --root.\n"

#: ../urpme:49 ../urpmi:131 ../urpmq:76
#, c-format
msgid "  -v             - verbose mode.\n"
msgstr "  -v             - пПЎрПбМый режОЌ.\n"

#: ../urpme:50
#, c-format
msgid "  -a             - select all packages matching expression.\n"
msgstr "  -a             - выбПр всех пакетПв, сППтветствующОх выражеМОю.\n"

#: ../urpme:83
#, c-format
msgid "unknown packages"
msgstr "МеОзвестМые пакеты"

#: ../urpme:83
#, c-format
msgid "unknown package"
msgstr "МеОзвестМый пакет"

#: ../urpme:93
#, c-format
msgid "removing package %s will break your system"
msgstr "уЎалеМОе пакета %s МарушОт рабПту вашей сОстеЌы"

#: ../urpme:95
#, c-format
msgid "Nothing to remove"
msgstr "НечегП уЎалять"

#: ../urpme:99
#, c-format
msgid "Checking to remove the following packages"
msgstr "ПрПверяется вПзЌПжМПсть уЎалеМОя слеЎующОх пакетПв"

#: ../urpme:106
#, c-format
msgid "To satisfy dependencies, the following packages will be removed (%d MB)"
msgstr "Для уЎПвлетвПреМОя завОсОЌПстей слеЎующОе пакеты буЎут уЎалеМы (%d МБ)"

#: ../urpme:108 ../urpmi:474 ../urpmi:639
#, c-format
msgid " (y/N) "
msgstr " (y/N) "

#: ../urpme:111 ../urpmi:682
#, c-format
msgid "removing %s"
msgstr "уЎаляется %s"

#: ../urpme:115
#, c-format
msgid "Removing failed"
msgstr "УЎалеМОе Ме уЎалПсь"

#: ../urpmf:27
#, c-format
msgid ""
"urpmf version %s\n"
"Copyright (C) 2002-2004 Mandrakesoft.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"usage:\n"
msgstr ""
"urpmf версОя %s\n"
"Copyright (C) 2002-2004 Mandrakesoft.\n"
"ЭтП свПбПЎМПе прПграЌЌМПе ПбеспечеМОе О ЌПжет распрПстраМяться "
"сПгласМПуслПвОяЌ GNU GPL.\n"
"\n"
"ОспПльзПваМОе:\n"

#: ../urpmf:33 ../urpmi:75 ../urpmq:44
#, c-format
msgid "  --update       - use only update media.\n"
msgstr "  --update       - ОспПльзПваМОе тПлькП ОстПчМОка ПбМПвлеМОя.\n"

#: ../urpmf:34 ../urpmi:76 ../urpmq:45
#, c-format
msgid "  --media        - use only the given media, separated by comma.\n"
msgstr ""
"  --media        - ОспПльзПваМОе тПлькП указаММых ОстПчМОкПв,\n"
"                   разЎелеММых запятыЌО.\n"

#: ../urpmf:35 ../urpmi:77 ../urpmq:46
#, c-format
msgid "  --excludemedia - do not use the given media, separated by comma.\n"
msgstr ""
"  --excludemedia - без ОспПльзПваМОя указаММых ОстПчМОкПв,\n"
"                   разЎелеММых запятыЌО.\n"

#: ../urpmf:36 ../urpmi:78 ../urpmq:47
#, c-format
msgid ""
"  --sortmedia    - sort media according to substrings separated by comma.\n"
msgstr ""
"  --sortmedia    - сПртОрПвка ОстПчМОкПв пП пПЎстрПкаЌ, разЎелеММых\n"
"                   запятыЌО.\n"

#: ../urpmf:37 ../urpmq:48
#, c-format
msgid "  --synthesis    - use the synthesis given instead of urpmi db.\n"
msgstr "  --synthesis    - ОспПльзПваМОе synthesis вЌестП БД urpmi.\n"

#: ../urpmf:38
#, c-format
msgid "  --verbose      - verbose mode.\n"
msgstr "  --verbose      - пПЎрПбМый режОЌ.\n"

#: ../urpmf:39
#, c-format
msgid ""
"  --quiet        - do not print tag name (default if no tag given on "
"command\n"
"                   line, incompatible with interactive mode).\n"
msgstr ""
"  --quiet        - Ме вывПЎОть тэг name (пП уЌПлчаМОю включеМ, еслО тэг Ме\n"
"                   заЎаМ в кПЌаМЎМПй стрПке; Ме сПвЌестОЌ с ОМтерактОвМыЌ \n"
"                   режОЌПЌ).\n"

#: ../urpmf:41
#, c-format
msgid "  --uniq         - do not print identical lines.\n"
msgstr "  --uniq         - Ме вывПЎОть ОЎеМтОчМые стрПкО.\n"

#: ../urpmf:42
#, c-format
msgid "  --all          - print all tags.\n"
msgstr "  --all          - вывПЎ всех тэгПв.\n"

#: ../urpmf:43
#, c-format
msgid "  --group        - print tag group: group.\n"
msgstr "  --group        - вывПЎ тэга group: группа.\n"

#: ../urpmf:44
#, c-format
msgid "  --size         - print tag size: size.\n"
msgstr "  --size         - вывПЎ тэга size: разЌер.\n"

#: ../urpmf:45
#, c-format
msgid "  --epoch        - print tag epoch: epoch.\n"
msgstr "  --epoch        - вывПЎ тэга epoch: epoch.\n"

#: ../urpmf:46
#, c-format
msgid "  --summary      - print tag summary: summary.\n"
msgstr "  --summary      - вывПЎ тэга summary: суЌЌарМая свПЎка.\n"

#: ../urpmf:47
#, c-format
msgid "  --description  - print tag description: description.\n"
msgstr "  --description  - вывПЎ тэга description: ПпОсаМОе.\n"

#: ../urpmf:48
#, c-format
msgid "  --sourcerpm    - print tag sourcerpm: source rpm.\n"
msgstr "  --sourcerpm    - вывПЎ тэга sourcerpm: rpm с ОсхПЎМыЌО кПЎаЌО.\n"

#: ../urpmf:49
#, c-format
msgid "  --packager     - print tag packager: packager.\n"
msgstr "  --packager     - вывПЎ тэга packager: сПзЎатель пакета.\n"

#: ../urpmf:50
#, c-format
msgid "  --buildhost    - print tag buildhost: build host.\n"
msgstr "  --buildhost    - вывПЎ тэга buildhost: хПст, Ма кПтПрПЌ сПбраМ.\n"

#: ../urpmf:51
#, c-format
msgid "  --url          - print tag url: url.\n"
msgstr "  --url          - вывПЎ тэга url: url.\n"

#: ../urpmf:52
#, c-format
msgid "  --provides     - print tag provides: all provides.\n"
msgstr "  --provides     - вывПЎ тэга provides: все пПставляеЌые файлы.\n"

#: ../urpmf:53
#, c-format
msgid "  --requires     - print tag requires: all requires.\n"
msgstr "  --requires     - вывПЎ тэга requires: все завОсОЌПстО.\n"

#: ../urpmf:54
#, c-format
msgid "  --files        - print tag files: all files.\n"
msgstr "  --files        - вывПЎ тэга files: все файлы.\n"

#: ../urpmf:55
#, c-format
msgid "  --conflicts    - print tag conflicts: all conflicts.\n"
msgstr "  --conflicts    - вывПЎ тэга conflicts: все кПМфлОкты.\n"

#: ../urpmf:56
#, c-format
msgid "  --obsoletes    - print tag obsoletes: all obsoletes.\n"
msgstr "  --obsoletes    - вывПЎ тэга obsoletes: все устаревшОе файлы.\n"

#: ../urpmf:57 ../urpmi:114 ../urpmq:73
#, c-format
msgid ""
"  --env          - use specific environment (typically a bug\n"
"                   report).\n"
msgstr ""
"  --env          - ОспПльзПваМОе спецОфОческПгП ПкружеМОя (ПбычМП Птчет\n"
"                   Пб ПшОбке).\n"

#: ../urpmf:59
#, c-format
msgid "  -i             - ignore case distinctions in every pattern.\n"
msgstr "  -i             - ОгМПрОрПваМОе учета регОстра вП всех шаблПМах.\n"

#: ../urpmf:60 ../urpmq:89
#, c-format
msgid "  -f             - print version, release and arch with name.\n"
msgstr "  -f             - вывПЎ версОО, релОза О архОтектуры с МазваМОеЌ.\n"

#: ../urpmf:61
#, c-format
msgid "  -e             - include perl code directly as perl -e.\n"
msgstr "  -e             - включеМОе кПЎа perl МепПсреЎствеММП как perl -e.\n"

#: ../urpmf:62
#, c-format
msgid ""
"  -a             - binary AND operator, true if both expression are true.\n"
msgstr ""
"  -a             - ЎвПОчМый ПператПр AND, вПзвращает true, еслО Пба\n"
"                   выражеМОя true.\n"

#: ../urpmf:63
#, c-format
msgid ""
"  -o             - binary OR operator, true if one expression is true.\n"
msgstr ""
"  -o             - бОМарМый ПператПр OR, вПзвращает true, еслО ПЎМП\n"
"                   Оз выражеМОй true.\n"

#: ../urpmf:64
#, c-format
msgid "  !              - unary NOT, true if expression is false.\n"
msgstr ""
"  !              - уМарМый NOT, вПзвращает true, еслО выражеМОе false.\n"

#: ../urpmf:65
#, c-format
msgid "  (              - left parenthesis to open group expression.\n"
msgstr "  (              - левая скПбка, Пткрывающая группу выражеМОй.\n"

#: ../urpmf:66
#, c-format
msgid "  )              - right parenthesis to close group expression.\n"
msgstr "  )              - правая скПбка, закрывающая группу выражеМОй.\n"

#: ../urpmf:114
#, c-format
msgid ""
"callback is :\n"
"%s\n"
msgstr ""
"ПбратМый вызПв :\n"
"%s\n"

#: ../urpmf:119 ../urpmi:247 ../urpmq:112
#, c-format
msgid "using specific environment on %s\n"
msgstr "ОспПльзуется спецОфОческПе ПкружеМОе Ўля %s\n"

#: ../urpmf:150
#, c-format
msgid ""
"Note: since no media searched uses hdlists, urpmf was unable to return any "
"result\n"
msgstr ""
"ПрОЌечаМОе: т.к. ОсслеЎуеЌый ОстПчМОк Ме ОспПльзует hdlist'ы, urpmf был Ме в "
"сПстПяМОО вПзвратОть какПй-лОбП результат\n"

#: ../urpmi:69
#, c-format
msgid ""
"urpmi version %s\n"
"Copyright (C) 1999, 2000, 2001, 2002 Mandrakesoft.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"usage:\n"
msgstr ""
"urpmi версОя %s\n"
"Copyright (C) 1999, 2000, 2001, 2002 Mandrakesoft.\n"
"ЭтП свПбПЎМПе прПграЌЌМПе ПбеспечеМОе О ЌПжет распрПстраМяться сПгласМП "
"услПвОяЌ GNU GPL.\n"
"\n"
"ОспПльзПваМОе:\n"

#: ../urpmi:79
#, c-format
msgid "  --synthesis    - use the given synthesis instead of urpmi db.\n"
msgstr ""
"  --synthesis    - ОспПльзПваМОе указаММПгП synthesis вЌестП БД urpmi.\n"

#: ../urpmi:81 ../urpmq:49
#, c-format
msgid ""
"  --auto-select  - automatically select packages to upgrade the system.\n"
msgstr ""
"  --auto-select  - автПЌатОческОй выбПр пакетПв Ўля ПбМПвлеМОя сОстеЌы.\n"

#: ../urpmi:82
#, c-format
msgid ""
"  --no-uninstall - never ask to uninstall a package, abort the "
"installation.\n"
msgstr ""
"  --no-uninstall - МОкПгЎа Ме преЎлагать уЎалять пакет, прерывать "
"устаМПвку.\n"

#: ../urpmi:83 ../urpmq:51
#, c-format
msgid ""
"  --keep         - keep existing packages if possible, reject requested\n"
"                   packages that leads to remove.\n"
msgstr ""
"  --keep         - сПхраМеМОе пП вПзЌПжМПстО существующОх пакетПв, "
"ПтклПМеМОе\n"
"                   запрПшеММых пакетПв, кПтПрые прОвПЎят к уЎалеМОю.\n"

#: ../urpmi:85
#, c-format
msgid ""
"  --split-level  - split in small transaction if more than given packages\n"
"                   are going to be installed or upgraded,\n"
"                   default is %d.\n"
msgstr ""
"  --split-level  - разбОеМОе Ма ЌалеМькОе траМзакцОО, еслО буЎут\n"
"                   устаМавлОваться ОлО ПбМПвляться ЎПпПлМОтельМые\n"
"                   пакеты крПЌе указаММых, пП уЌПлчаМОю %d.\n"

#: ../urpmi:88
#, c-format
msgid "  --split-length - small transaction length, default is %d.\n"
msgstr "  --split-length - ЎлОМа ЌалеМькПй траМзакцОО, пП уЌПлчаМОю %d.\n"

#: ../urpmi:89 ../urpmq:50
#, c-format
msgid "  --fuzzy        - impose fuzzy search (same as -y).\n"
msgstr ""
"  --fuzzy        - устаМПвка пПОска Ма ПсМПве МечеткПй лПгОкО (эквОвалеМт -"
"y).\n"

#: ../urpmi:90 ../urpmq:59
#, c-format
msgid "  --src          - next package is a source package (same as -s).\n"
msgstr ""
"  --src          - слеЎующОй пакет сПЎержОт ОсхПЎМые кПЎы (эквОвалеМт -s).\n"

#: ../urpmi:91
#, c-format
msgid "  --install-src  - install only source package (no binaries).\n"
msgstr ""
"  --install-src  - устаМавка тПлькП пакетПв с ОсхПЎМыЌО кПЎаЌО\n"
"                   (без бОМарМОкПв).\n"

#: ../urpmi:92
#, c-format
msgid "  --clean        - remove rpm from cache before anything else.\n"
msgstr "  --clean        - переЎ МачалПЌ ПперацОО уЎалОть rpm Оз кэша.\n"

#: ../urpmi:93
#, c-format
msgid "  --noclean      - keep rpm not used in cache.\n"
msgstr "  --noclean      - сПхраМеМОе rpm, Ме ОспПльзПваММПгП в кэше.\n"

#: ../urpmi:95
#, c-format
msgid ""
"  --allow-nodeps - allow asking user to install packages without\n"
"                   dependencies checking.\n"
msgstr ""
"  --allow-nodeps - разрешеМОе устаМПвкО пакетПв без прПверкО завОсОЌПстей\n"
"                   пПсле запрПса у пПльзПвателя.\n"

#: ../urpmi:97
#, c-format
msgid ""
"  --allow-force  - allow asking user to install packages without\n"
"                   dependencies checking and integrity.\n"
msgstr ""
"  --allow-force  - разрешеМОе устаМПвкО пакетПв без прПверкО завОсОЌПстей\n"
"                   О целПстМПстО пПсле запрПса у пПльзПвателя .\n"

#: ../urpmi:101
#, c-format
msgid ""
"  --use-distrib  - configure urpmi on the fly from a distrib tree, useful\n"
"                   to install a chroot with --root option.\n"
msgstr ""
"  --use-distrib  - МастрПйка urpmi Ма лету Оз Ўерева distrib, пПлезМа\n"
"                   Ўля устаМПвкО в chroot с ПпцОей --root.\n"

#: ../urpmi:103 ../urpmi.addmedia:48 ../urpmi.update:31 ../urpmq:67
#, c-format
msgid "  --wget         - use wget to retrieve distant files.\n"
msgstr "  --wget         - ОспПльзПваМОе wget Ўля загрузкО уЎалеММых файлПв.\n"

#: ../urpmi:104 ../urpmi.addmedia:49 ../urpmi.update:32 ../urpmq:68
#, c-format
msgid "  --curl         - use curl to retrieve distant files.\n"
msgstr "  --curl         - ОспПльзПваМОе curl Ўля загрузкО уЎалеММых файлПв.\n"

#: ../urpmi:105 ../urpmi.addmedia:50 ../urpmi.update:33
#, c-format
msgid "  --limit-rate   - limit the download speed.\n"
msgstr "  --limit-rate   - ПграМОчеМОе скПрПстО загрузкО.\n"

#: ../urpmi:106
#, c-format
msgid ""
"  --resume       - resume transfer of partially-downloaded files\n"
"                   (--no-resume disables it, default is disabled).\n"
msgstr ""
"  --resume       - вПзПбМПвлеМОе загрузкО частОчМП загружеММых файлПв\n"
"                   (--no-resume Птключает ее, пП уЌПлчаМОю ПтключеМа).\n"

#: ../urpmi:108 ../urpmi.addmedia:51 ../urpmi.update:34 ../urpmq:69
#, c-format
msgid ""
"  --proxy        - use specified HTTP proxy, the port number is assumed\n"
"                   to be 1080 by default (format is <proxyhost[:port]>).\n"
msgstr ""
"  --proxy        - ОспПльзПваМОе указаММПгП HTTP-прПксО, пП уЌПлчаМОю\n"
"                   ОспПльзуется пПрт 1080 (фПрЌат <хПст_прПксО[:пПрт]>).\n"

#: ../urpmi:110 ../urpmi.addmedia:53 ../urpmi.update:36 ../urpmq:71
#, c-format
msgid ""
"  --proxy-user   - specify user and password to use for proxy\n"
"                   authentication (format is <user:password>).\n"
msgstr ""
"  --proxy-user   - указаМОе пПльзПвателя О парПля Ўля автПрОзацОО Ма прПксО\n"
"                   (фПрЌат <пПльзПватель:парПль>).\n"

#: ../urpmi:112
#, c-format
msgid ""
"  --bug          - output a bug report in directory indicated by\n"
"                   next arg.\n"
msgstr ""
"  --bug          - вывПЎ Птчета Пб ПшОбках в каталПг, ПпреЎелеММый\n"
"                   слеЎующОЌ аргуЌеМтПЌ.\n"

#: ../urpmi:116
#, c-format
msgid "  --X            - use X interface.\n"
msgstr "  --X            - ОспПльзПваМОе Ð¥-ОМтерфейса.\n"

#: ../urpmi:117
#, c-format
msgid ""
"  --best-output  - choose best interface according to the environment:\n"
"                   X or text mode.\n"
msgstr ""
"  --best-output  - выбПр МаОлучшегП ОМтерфейса сПгласМП ПкружеМОю:\n"
"                   Ð¥ ОлО текстПвый режОЌ.\n"

#: ../urpmi:119
#, c-format
msgid ""
"  --verify-rpm   - verify rpm signature before installation\n"
"                   (--no-verify-rpm disable it, default is enabled).\n"
msgstr ""
"  --verify-rpm   - прПверка пПЎпОсО rpm переЎ устаМПвкПй\n"
"                   (--no-verify-rpm Птключает ее, пП уЌПлчаМОю включеМа).\n"

#: ../urpmi:122
#, c-format
msgid "  --excludepath  - exclude path separated by comma.\n"
msgstr "  --excludepath  - ОсключеМОе путей, разЎелеММых запятыЌО.\n"

#: ../urpmi:123
#, c-format
msgid "  --excludedocs  - exclude docs files.\n"
msgstr "  --excludedocs  - ОсключеМОе файлПв ЎПкуЌеМтацОО (docs).\n"

#: ../urpmi:124
#, fuzzy, c-format
msgid "  --skip         - packages which installation should be skipped\n"
msgstr "  --test         - прПверка вПзЌПжМПстО кПрректМПй устаМПвкО.\n"

#: ../urpmi:125 ../urpmq:79
#, c-format
msgid "  -a             - select all matches on command line.\n"
msgstr "  -a             - выбПр всех сППтветствОй Оз кПЌаМЎМПй стрПкО.\n"

#: ../urpmi:126
#, c-format
msgid "  -p             - allow search in provides to find package.\n"
msgstr "  -p             - разрешеМОе пПОска в provides Ўля пПОска пакетПв.\n"

#: ../urpmi:127
#, c-format
msgid "  -P             - do not search in provides to find package.\n"
msgstr "  -P             - Ме Оскать пакеты в provides.\n"

#: ../urpmi:128 ../urpmq:84
#, c-format
msgid "  -y             - impose fuzzy search (same as --fuzzy).\n"
msgstr ""
"  -y             - устаМПвка пПОска Ма ПсМПве МечеткПй лПгОкО (эквОвалеМт -"
"y).\n"

#: ../urpmi:129 ../urpmq:85
#, c-format
msgid "  -s             - next package is a source package (same as --src).\n"
msgstr ""
"  -s             - слеЎующОй пакет сПЎержОт ОсхПЎМые кПЎы (эквОвалеМт -s).\n"

#: ../urpmi:130
#, c-format
msgid "  -q             - quiet mode.\n"
msgstr "  -q             - тОхОй режОЌ (quiet).\n"

#: ../urpmi:132
#, c-format
msgid "  names or rpm files given on command line will be installed.\n"
msgstr ""
"  буЎут устаМПвлеМы ОЌеМа ОлО rpm-файлы, указаММые в кПЌаМЎМПй стрПке.\n"

#: ../urpmi:139
#, c-format
msgid "Choose location to save file"
msgstr "УкажОте ЌестПпПлПжеМОе, гЎе сПхраМОть файл"

#: ../urpmi:195
#, c-format
msgid "What can be done with binary rpm files when using --install-src"
msgstr ""
"ЧтП ЌПжет быть сЎелаМП с бОМарМыЌО rpm-файлаЌО прО ОспПльзПваМОО --install-"
"src"

#: ../urpmi:202
#, c-format
msgid ""
"You have selected a source package:\n"
"\n"
"%s\n"
"\n"
"You probably didn't want to install it on your computer (installing it\n"
"would allow you to make modifications to its sourcecode then compile it).\n"
"\n"
"What would you like to do?"
msgstr ""
"Вы выбралО пакет с ОсхПЎМыЌО кПЎаЌО:\n"
"\n"
"%s\n"
"\n"
"ВПзЌПжМП, вы Ме захПтОте устаМавлОвать егП в свПю сОстеЌу (егП устаМПвка\n"
"пПзвПлОт ваЌ ОзЌеМОть ОсхПЎМый кПЎ, а затеЌ ПткПЌпОлОрПвать егП).\n"
"\n"
"ЧтП хПтОте сЎелать?"

#: ../urpmi:210
#, c-format
msgid "Do nothing"
msgstr "НОчегП Ме Ўелать"

#: ../urpmi:211
#, c-format
msgid "Yes, really install it"
msgstr "Да, ЎействОтельМП устаМПвОть егП"

#: ../urpmi:212 ../urpmi:229
#, c-format
msgid "Save file"
msgstr "СПхраМОть файл"

#: ../urpmi:223
#, c-format
msgid ""
"You are about to install the following software package on your computer:\n"
"\n"
"%s\n"
"\n"
"You may prefer to just save it. What is your choice?"
msgstr ""
"Вы сПбОраетесь устаМПвОть слеЎующОй пакет в свПю сОстеЌу:\n"
"\n"
"%s\n"
"\n"
"Вы ЌПжете егП прПстП сПхраМОть. КакПв ваш выбПр?"

#: ../urpmi:228
#, c-format
msgid "Install it"
msgstr "УстаМПвОть егП"

#: ../urpmi:237
#, c-format
msgid ""
"Directory [%s] already exists, please use another directory for bug report "
"or delete it"
msgstr ""
"КаталПг [%s] уже существует, ОспПльзуйте ЎругПй каталПг Ўля Птчета Пб "
"ПшОбкеОлО уЎалОте егП"

#: ../urpmi:238
#, c-format
msgid "Unable to create directory [%s] for bug report"
msgstr "НевПзЌПжМП сПзЎать каталПг [%s] Ўля Птчета Пб ПшОбке"

#: ../urpmi:241 ../urpmi:363
#, c-format
msgid "Copying failed"
msgstr "КПпОрПваМОе Ме уЎалПсь"

#: ../urpmi:258
#, c-format
msgid "Only superuser is allowed to install packages"
msgstr "ТПлькП суперпПльзПвателю разрешается устаМавлОвать пакеты"

#: ../urpmi:394
#, c-format
msgid "One of the following packages is needed:"
msgstr "НужеМ ПЎОМ Оз слеЎующОх пакетПв:"

#: ../urpmi:401
#, c-format
msgid "What is your choice? (1-%d) "
msgstr "Ваш выбПр? (1-%d) "

#: ../urpmi:410 ../urpmi:537
#, c-format
msgid "Package installation..."
msgstr "УстаМавлОвается пакет..."

#: ../urpmi:410 ../urpmi:537
#, c-format
msgid "Initializing..."
msgstr "ИМОцОалОзацОя..."

#: ../urpmi:433
#, c-format
msgid ""
"Some package requested cannot be installed:\n"
"%s"
msgstr ""
"НекПтПрые запрПшеММые пакеты Ме ЌПгут быть устаМПвлеМы:\n"
"%s"

#: ../urpmi:438 ../urpmi:469
#, c-format
msgid "do you agree ?"
msgstr "вы сПгласМы?"

#: ../urpmi:444
#, c-format
msgid ""
"\n"
"Continue?"
msgstr ""
"\n"
"ПрПЎПлжать?"

#: ../urpmi:458
#, c-format
msgid ""
"The installation cannot continue because the following packages\n"
"have to be removed for others to be upgraded:\n"
"%s\n"
msgstr ""
"УстаМПвка Ме ЌПжет быть прПЎПлжеМа, т.к. слеЎующОе пакеты ЎПлжМы быть\n"
"уЎалеМы Ўля ПбМПвлеМОя ПстальМых:\n"
"%s\n"

#: ../urpmi:464
#, c-format
msgid ""
"The following packages have to be removed for others to be upgraded:\n"
"%s"
msgstr ""
"СлеЎующОе пакеты буЎут уЎалеМы Ўля ПбМПвлеМОя ПстальМых:\n"
"%s"

#: ../urpmi:503 ../urpmi:514
#, c-format
msgid ""
"To satisfy dependencies, the following %d packages are going to be installed "
"(%d MB)"
msgstr ""
"Для уЎПвлетвПреМОя завОсОЌПстей буЎут устаМПвлеМы слеЎующОе %d пакетПв (%d "
"МБ)"

#: ../urpmi:504 ../urpmi:515
#, fuzzy, c-format
msgid ""
"To satisfy dependencies, the following package is going to be installed (%d "
"MB)"
msgstr ""
"Для уЎПвлетвПреМОя завОсОЌПстей буЎут устаМПвлеМы слеЎующОе пакеты (%d МБ)"

#: ../urpmi:510
#, c-format
msgid ""
"You need to be root to install the following dependencies:\n"
"%s\n"
msgstr ""
"Вы ЎПлжМы ОЌеть права root'а Ўля устаМПвкО слеЎующОх завОсОЌПстей:\n"
"%s\n"

#: ../urpmi:533 ../urpmq:297
#, c-format
msgid "unable to get source packages, aborting"
msgstr "МевПзЌПжМП пПлучОть пакеты с ОсхПЎМыЌО кПЎаЌО, аварОйМПе завершеМОе"

#: ../urpmi:547
#, c-format
msgid "Please insert the medium named \"%s\" on device [%s]"
msgstr "ППжалуйста, вставьте МПсОтель с МазваМОеЌ \"%s\" в устрПйствП [%s]"

#: ../urpmi:548
#, c-format
msgid "Press Enter when ready..."
msgstr "НажЌОте Enter, кПгЎа буЎете гПтПвы..."

#: ../urpmi:592
#, c-format
msgid "Downloading package `%s'..."
msgstr "Загружается пакет `%s'..."

#: ../urpmi:604
#, c-format
msgid "        %s%% of %s completed, ETA = %s, speed = %s"
msgstr "        выпПлМеМП %s%% Оз %s, ETA = %s, скПрПсть = %s"

#: ../urpmi:607
#, c-format
msgid "        %s%% completed, speed = %s"
msgstr "        выпПлМеМП %s%%, скПрПсть = %s"

#: ../urpmi:626
#, c-format
msgid "The following packages have bad signatures"
msgstr "СлеЎующОе пакеты ОЌеют МеверМые пПЎпОсО"

#: ../urpmi:627
#, c-format
msgid "Do you want to continue installation ?"
msgstr "Желаете прПЎПлжОть устаМПвку?"

#: ../urpmi:647 ../urpmi:774
#, c-format
msgid ""
"Installation failed, some files are missing:\n"
"%s\n"
"You may want to update your urpmi database"
msgstr ""
"УстаМПвка Ме уЎалась, МекПтПрые файлы Птсутствуют:\n"
"%s\n"
"ВПзЌПжМП ваЌ МеПбхПЎОЌП ПбМПвОть базу ЎаММых urpmi"

#: ../urpmi:657 ../urpmi:712 ../urpmi:733 ../urpmi:753
#, c-format
msgid "Installation failed"
msgstr "УстаМПвка Ме уЎалась"

#: ../urpmi:672
#, c-format
msgid "distributing %s"
msgstr "распреЎеляется %s"

#: ../urpmi:680
#, c-format
msgid "installing %s"
msgstr "устаМавлОвается %s"

#: ../urpmi:695
#, c-format
msgid "Installing package `%s' (%s/%s)..."
msgstr "УстаМавлОвается пакет `%s' (%s/%s)..."

#: ../urpmi:719
#, c-format
msgid "Try installation without checking dependencies? (y/N) "
msgstr "ППпрПбПвать устаМПвку без прПверкО завОсОЌПстей? (y/N) "

#: ../urpmi:738
#, c-format
msgid "Try installation even more strongly (--force)? (y/N) "
msgstr "ППпрПбПвать прОМуЎОтельМую устаМПвку (--force)? (y/N)."

#: ../urpmi:779
#, c-format
msgid "%d installation transactions failed"
msgstr "%d устаМПвПчМых траМзакцОй Ме уЎалОсь"

#: ../urpmi:787
#, c-format
msgid "Installation is possible"
msgstr "УстаМПвка вПзЌПжМа."

#: ../urpmi:790
#, c-format
msgid "Everything already installed"
msgstr "Все уже устаМПвлеМП"

#: ../urpmi:804
#, c-format
msgid "restarting urpmi"
msgstr "urpmi перезапускается"

#: ../urpmi.addmedia:38
#, c-format
msgid ""
"usage: urpmi.addmedia [options] <name> <url> [with <relative_path>]\n"
"where <url> is one of\n"
"       file://<path> with <relative filename of hdlist>\n"
"       ftp://<login>:<password>@<host>/<path> with <relative filename of "
"hdlist>\n"
"       ftp://<host>/<path> with <relative filename of hdlist>\n"
"       http://<host>/<path> with <relative filename of hdlist>\n"
"       removable://<path>\n"
"\n"
"and [options] are from\n"
msgstr ""
"ОспПльзПваМОе: urpmi.addmedia [ПпцОО] <МазваМОе> <url> [with "
"<ПтМПсОтельМый_путь>]\n"
"гЎе <url> является ПЎМОЌ Оз\n"
"    file://<путь> with <ПтМПсОтельМПе ОЌя файла hdlist>\n"
"    ftp://<лПгОМ>:<парПль>@<хПст>/<путь> with <ПтМПсОтельМПе ОЌя файла "
"hdlist>\n"
"    ftp://<хПст>/<путь> with <ПтМПсОтельМПе ОЌя файла hdlist>\n"
"    http://<хПст>/<путь> with <ПтМПсОтельМПе ОЌя файла hdlist>\n"
"    removable://<путь>\n"
"\n"
"О [ПпцОО] являются ПЎМОЌО Оз\n"

#: ../urpmi.addmedia:55
#, c-format
msgid "  --update       - create an update medium.\n"
msgstr "  --update       - сПзЎаМОе ОстПчМОка ПбМПвлеМОя.\n"

#: ../urpmi.addmedia:56
#, c-format
msgid "  --probe-synthesis - try to find and use synthesis file.\n"
msgstr "  --probe-synthesis - пПпытка МайтО О ОспПльзПвать файл synthesis.\n"

#: ../urpmi.addmedia:57
#, c-format
msgid "  --probe-hdlist - try to find and use hdlist file.\n"
msgstr "  --probe-hdlist - пПпытка МайтО О ОспПльзПвать файл hdlist.\n"

#: ../urpmi.addmedia:58
#, c-format
msgid ""
"  --no-probe     - do not try to find any synthesis or\n"
"                   hdlist file.\n"
msgstr "  --no-probe     - Ме пытаться МайтО файл synthesis ОлО hdlist.\n"

#: ../urpmi.addmedia:60
#, c-format
msgid ""
"  --distrib      - automatically create all media from an installation\n"
"                   medium.\n"
msgstr ""
"  --disrtib      - автПЌатОческПе сПзЎаМОе всех ОстПчМОкПв Оз устаМПвПчМПгП\n"
"                   ОстПчМОка.\n"

#: ../urpmi.addmedia:62
#, c-format
msgid ""
"  --distrib-XXX  - automatically create a medium for XXX part of a\n"
"                   distribution, XXX may be main, contrib, updates or\n"
"                   anything else that has been configured ;-)\n"
msgstr ""
"  --distrib-XXX  - автПЌатОческПе сПзЎаМОе ОстПчМОкПв Ўля ХХХ частО\n"
"                   ЎОстрОбутОва, XXX ЌПжет быть main, contrib, updates ОлО\n"
"                   чтП-тП еще, чтП уже былП МастрПеМП ;-)\n"

#: ../urpmi.addmedia:65
#, c-format
msgid ""
"  --from         - use specified url for list of mirrors, the default is\n"
"                   %s\n"
msgstr ""
"  --from         - ОспПльзПваМОе указаММПгП url Ўля спОска зеркал,\n"
"                   пП уЌПлчаМОю ОспПльзуется %s\n"

#: ../urpmi.addmedia:67
#, c-format
msgid ""
"  --version      - use specified distribution version, the default is taken\n"
"                   from the version of the distribution told by the\n"
"                   installed mandrakelinux-release package.\n"
msgstr ""
"  --version      - ОспПльзПваМОе указаММПй версОО ЎОстрОбутОва, пП "
"уЌПлчаМОю\n"
"                   ОспПльзуется версОя ЎОстрОбутОва, сППбщеММая\n"
"                   устаМПвлеММыЌ пакетПЌ mandrakelinux-release.\n"

#: ../urpmi.addmedia:70
#, c-format
msgid ""
"  --arch         - use specified architecture, the default is arch of\n"
"                   mandrakelinux-release package installed.\n"
msgstr ""
"  --arch         - ОспПльзПваМОе указаММПй архОтектуры, пП уЌПлчаМОю\n"
"                   ОспПльзуется архОтектура устаМПвлеММПгП пакета\n"
"                   mandrakelinux-release.\n"

#: ../urpmi.addmedia:72
#, c-format
msgid ""
"  --virtual      - create virtual media wich are always up-to-date,\n"
"                   only file:// protocol is allowed.\n"
msgstr ""
"  --virtual      - сПзЎаМОе вОртуальМПгП ОстПчМОка, кПтПрый всегЎа является\n"
"                   саЌыЌ свежОЌ, ЎПпускается тПлькП прПтПкПл file://.\n"

#: ../urpmi.addmedia:74 ../urpmi.update:39
#, c-format
msgid "  --no-md5sum    - disable MD5SUM file checking.\n"
msgstr "  --no-md5sum    - ПтключеМОе прПверкО MD5SUM файла.\n"

#: ../urpmi.addmedia:75 ../urpmi.removemedia:40 ../urpmi.update:42
#, c-format
msgid "  -c             - clean headers cache directory.\n"
msgstr "  -c             - ПчОстка каталПга с кэшеЌ загПлПвкПв.\n"

#: ../urpmi.addmedia:76 ../urpmi.update:43
#, c-format
msgid "  -f             - force generation of hdlist files.\n"
msgstr "  -f             - прОМуЎОтельМПе сПзЎаМОе файлПв hdlist.\n"

#: ../urpmi.addmedia:109
#, fuzzy, c-format
msgid "Only superuser is allowed to add media"
msgstr "ТПлькП суперпПльзПвателю разрешается устаМавлОвать пакеты"

#: ../urpmi.addmedia:137
#, c-format
msgid "cannot add updates of a cooker distribution\n"
msgstr "МевПзЌПжМП ЎПбавОть ПбМПвлеМОя ЎОстрОбутОва cooker\n"

#: ../urpmi.addmedia:142
#, c-format
msgid "retrieving mirrors at %s ..."
msgstr "Озвлекаются зеркала Оз %s ..."

#: ../urpmi.addmedia:186
#, c-format
msgid "no need to give <relative path of hdlist> with --distrib"
msgstr "Ме МужМП указывать <ПтМПсОтельМый путь к hdlist> с --distrib"

#: ../urpmi.addmedia:193 ../urpmi.addmedia:216
#, c-format
msgid "unable to update medium \"%s\"\n"
msgstr "МевПзЌПжМП ПбМПвОть ОстПчМОк \"%s\"\n"

#: ../urpmi.addmedia:204
#, c-format
msgid "<relative path of hdlist> missing\n"
msgstr "Птсутствует <ПтМПсОтельМый путь к hdlist>\n"

#: ../urpmi.addmedia:206
#, c-format
msgid "`with' missing for network media\n"
msgstr "Ўля сетевПгП ОстПчМОка Птсутствует `with'\n"

#: ../urpmi.addmedia:214
#, c-format
msgid "unable to create medium \"%s\"\n"
msgstr "МевПзЌПжМП сПзЎать ОстПчМОк \"%s\"\n"

#: ../urpmi.removemedia:36
#, c-format
msgid ""
"usage: urpmi.removemedia [-a] <name> ...\n"
"where <name> is a medium name to remove.\n"
msgstr ""
"ОспПльзПваМОе: urpmi.removemedia [-a] <МазваМОе> ...\n"
"гЎе <МазваМОе> - МазваМОе уЎаляеЌПгП ОстПчМОка.\n"

#: ../urpmi.removemedia:39
#, c-format
msgid "  -a             - select all media.\n"
msgstr "  -a             - выбПр всех ОстПчМОкПв.\n"

#: ../urpmi.removemedia:41
#, fuzzy, c-format
msgid "  -y             - fuzzy match on media names.\n"
msgstr "  -a             - выбПр всех сППтветствОй Оз кПЌаМЎМПй стрПкО.\n"

#: ../urpmi.removemedia:42
#, c-format
msgid ""
"\n"
"unknown options '%s'\n"
msgstr ""
"\n"
"МеОзвестМые ПпцОО '%s'\n"

#: ../urpmi.removemedia:48
#, fuzzy, c-format
msgid "Only superuser is allowed to remove media"
msgstr "ТПлькП суперпПльзПвателю разрешается устаМавлОвать пакеты"

#: ../urpmi.removemedia:55
#, c-format
msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
msgstr "МечегП уЎалять (ОспПльзуйте urpmi.addmedia Ўля ЎПбавлеМОя ОстПчМОка)\n"

#: ../urpmi.removemedia:57
#, c-format
msgid ""
"the entry to remove is missing\n"
"(one of %s)\n"
msgstr ""
"Птсутствует уЎаляеЌый пуМкт\n"
"(ПЎОМ Оз %s)\n"

#
#: ../urpmi.update:28
#, c-format
msgid ""
"usage: urpmi.update [options] <name> ...\n"
"where <name> is a medium name to update.\n"
msgstr ""
"ОспПльзПваМОе: urpmi.update [ПпцОО] <МазваМОе> ...\n"
"гЎе <МазваМОе> - МазваМОе ПбМПвляеЌПгП ОстПчМОка.\n"

#: ../urpmi.update:38
#, c-format
msgid "  --update       - update only update media.\n"
msgstr "  --update       - ПбМПвлеМОе тПлькП ОстПчМОка ПбМПвлеМОя.\n"

#: ../urpmi.update:40
#, c-format
msgid "  --force-key    - force update of gpg key.\n"
msgstr "  --force-key    - прОМуЎОтельМПе ПбМПвлеМОе gpg-ключа.\n"

#: ../urpmi.update:41
#, c-format
msgid "  -a             - select all non-removable media.\n"
msgstr "  -a             - выбПр всех МесъеЌМых ОстПчМОкПв ЎаММых.\n"

#: ../urpmi.update:58
#, fuzzy, c-format
msgid "Only superuser is allowed to update media"
msgstr "ТПлькП суперпПльзПвателю разрешается устаМавлОвать пакеты"

#: ../urpmi.update:66
#, c-format
msgid "nothing to update (use urpmi.addmedia to add a media)\n"
msgstr ""
"МечегП ПбМПвлять (ОспПльзуйте urpmi.addmedia Ўля ЎПбавлеМОя ОстПчМОка)\n"

#: ../urpmi.update:78
#, c-format
msgid ""
"the entry to update is missing\n"
"(one of %s)\n"
msgstr ""
"Птсутствует ПбМПвляеЌый пуМкт\n"
"(ПЎОМ Оз %s)\n"

#: ../urpmq:38
#, c-format
msgid ""
"urpmq version %s\n"
"Copyright (C) 2000-2004 Mandrakesoft.\n"
"This is free software and may be redistributed under the terms of the GNU "
"GPL.\n"
"\n"
"usage:\n"
msgstr ""
"urpmf версОя %s\n"
"Copyright (C) 2002-2004 Mandrakesoft.\n"
"ЭтП свПбПЎМПе прПграЌЌМПе ПбеспечеМОе О ЌПжет распрПстраМяться сПгласМП "
"услПвОяЌ GNU GPL.\n"
"\n"
"ОспПльзПваМОе:\n"

#: ../urpmq:53
#, c-format
msgid "  --list         - list available packages.\n"
msgstr "  --list         - спОсПк ЎПступМых пакетПв.\n"

#: ../urpmq:54
#, c-format
msgid "  --list-media   - list available media.\n"
msgstr "  --list-media   - спОсПк ЎПступМых ОстПчМОкПв.\n"

#: ../urpmq:55
#, c-format
msgid "  --list-url     - list available media and their url.\n"
msgstr "  --list-url     - спОсПк ЎПступМых ОстПчМОкПв О Ох url.\n"

#: ../urpmq:56
#, c-format
msgid ""
"  --dump-config  - dump the config in form of urpmi.addmedia argument.\n"
msgstr ""
"  --dump-config  - ЎаЌп config'а в вОЎе аргуЌеМта Ўля urpmi.addmedia.\n"

#: ../urpmq:57
#, c-format
msgid "  --list-nodes   - list available nodes when using --parallel.\n"
msgstr ""
"  --list-nodes   - спОсПк ЎПступМых узлПв прО ОспПльзПваМОО --parallel.\n"

#: ../urpmq:58
#, c-format
msgid "  --list-aliases - list available parallel aliases.\n"
msgstr "  --list-aliases - спОсПк ЎПступМых алОасПв parallel.\n"

#: ../urpmq:60
#, c-format
msgid ""
"  --headers      - extract headers for package listed from urpmi db to\n"
"                   stdout (root only).\n"
msgstr ""
"  --headers      - ОзвлечеМОе загПлПвкПв пакетПв, перечОслеММых в БД urpmi,\n"
"                   в stdout (тПлькП Ўля root'a).\n"

#: ../urpmq:62
#, c-format
msgid ""
"  --sources      - give all source packages before downloading (root only).\n"
msgstr ""
"  --sources      - вывПЎ всех пакетПв с ОсхПЎМыЌО кПЎаЌО переЎ загрузкПй\n"
"                   (тПлькП Ўля root'a).\n"

#: ../urpmq:65
#, c-format
msgid ""
"  --use-distrib  - configure urpmi on the fly from a distrib tree.\n"
"                   This permit to querying a distro.\n"
msgstr ""
"  --use-distrib  - МастрПйка urpmi Ма лету Оз Ўерева distrib.\n"
"                   ОпцОя разрешает ПпрПс ЎОстрОбутОва.\n"

#: ../urpmq:75
#, c-format
msgid "  --changelog    - print changelog.\n"
msgstr "  --changelog    - вывПЎ changelog.\n"

#: ../urpmq:77
#, c-format
msgid "  -d             - extend query to package dependencies.\n"
msgstr "  -d             - расшОреММый запрПс к завОсОЌПстяЌ пакета.\n"

#: ../urpmq:78
#, c-format
msgid ""
"  -u             - remove package if a more recent version is already "
"installed.\n"
msgstr ""
"  -u             - уЎалеМОе пакета, еслО уже устаМПвлеМа бПлее МПвая "
"версОя.\n"

#: ../urpmq:80
#, c-format
msgid "  -c             - complete output with package to be removed.\n"
msgstr "  -c             - пПлМый вывПЎ ЎаММых Ўля уЎаляеЌПгП пакета.\n"

#: ../urpmq:81
#, c-format
msgid "  -p             - search in provides to find package.\n"
msgstr "  -p             - пПОск в provides Ўля пПОска пакетПв.\n"

#: ../urpmq:82
#, c-format
msgid ""
"  -P             - do not search in provides to find package (default).\n"
msgstr "  -P             - Ме Оскать пакеты в provides (пП уЌПлчаМОю).\n"

#: ../urpmq:83
#, c-format
msgid "  -R             - reverse search to what requires package.\n"
msgstr "  -R             - реверсОвМый пПОск тПгП, чтП требуется пакету.\n"

#: ../urpmq:86
#, c-format
msgid "  -i             - print useful information in human readable form.\n"
msgstr ""
"  -i             - вывПЎ пПлезМПй ОМфПрЌацОО в уЎПбМПй Ўля чтеМОя фПрЌе.\n"

#: ../urpmq:87
#, c-format
msgid "  -g             - print groups with name also.\n"
msgstr "  -g             - вывПЎ групп с ОЌеМаЌО.\n"

#: ../urpmq:88
#, c-format
msgid "  -r             - print version and release with name also.\n"
msgstr "  -r             - вывПЎ версОО О релОза с МазваМОеЌ.\n"

#: ../urpmq:90
#, c-format
msgid "  -l             - list files in package.\n"
msgstr "  -l             - спОсПк файлПв в пакете.\n"

#: ../urpmq:91
#, c-format
msgid "  names or rpm files given on command line are queried.\n"
msgstr "  запрПшеМы ОЌеМа ОлО rpm-файлы, указаММые в кПЌаМЎМПй стрПке.\n"

#: ../urpmq:151
#, c-format
msgid "--list-nodes can only be used with --parallel"
msgstr "--list-nodes ЌПжет ОспПльзПваться тПлькП с --parallel"

#: ../urpmq:328
#, c-format
msgid "skipping media %s: no hdlist\n"
msgstr "ОстПчМОк %s прПпускается: Мет hdlist\n"

#: ../urpmq:389
#, c-format
msgid "No filelist found\n"
msgstr "Не МайЎеМ filelist\n"

#: ../urpmq:399
#, c-format
msgid "No changelog found\n"
msgstr "Не МайЎеМ changelog\n"

#~ msgid "syntax error in config file at line %s"
#~ msgstr "сОМтаксОческая ПшОбка в config-файле в стрПке %s"

#~ msgid ""
#~ "unable to take care of medium \"%s\" as list file is already used by "
#~ "another medium"
#~ msgstr ""
#~ "МевПзЌПжМП сберечь ОстПчМОк \"%s\", т.к. файл спОска уже ОспПльзуется "
#~ "ЎругОЌ ОстПчМОкПЌ"

#~ msgid ""
#~ "unable to use name \"%s\" for unnamed medium because it is already used"
#~ msgstr ""
#~ "МевПзЌПжМП ОспПльзПвать МазваМОе \"%s\" Ўля безыЌяММПгП ОстПчМОка, т.к. "
#~ "ОЌя уже заМятП"

#~ msgid ""
#~ "unable to take medium \"%s\" into account as no list file [%s] exists"
#~ msgstr ""
#~ "МевПзЌПжМП прОМять вП вМОЌаМОе ОстПчМОк \"%s\", т.к. файл спОска [%s] Ме "
#~ "существует"

#~ msgid "unable to determine medium of this hdlist file [%s]"
#~ msgstr "МевПзЌПжМП ПпреЎелОть ОстПчМОк ЎаММПгП файла hdlist [%s]"

#~ msgid "One of the following packages is needed to install %s:"
#~ msgstr "НеПбхПЎОЌП устаМПвОть ПЎОМ Оз слеЎующОх пакетПв %s:"

#~ msgid ""
#~ "urpmq version %s\n"
#~ "Copyright (C) 2000, 2001, 2002 Mandrakesoft.\n"
#~ "This is free software and may be redistributed under the terms of the GNU "
#~ "GPL.\n"
#~ "\n"
#~ "usage:\n"
#~ msgstr ""
#~ "urpmq версОя %s\n"
#~ "Copyright (C) 1999, 2000, 2001, 2002 Mandrakesoft.\n"
#~ "ЭтП свПбПЎМПе прПграЌЌМПе ПбеспечеМОе О ЌПжет распрПстраМяться сПгласМП "
#~ "услПвОяЌ GNU GPL.\n"
#~ "\n"
#~ "ОспПльзПваМОе:\n"

#~ msgid "Unknown webfetch `%s' !!!\n"
#~ msgstr "НеОзвестМый webfetch `%s' !!!\n"

#~ msgid "copy failed: %s"
#~ msgstr "кПпОрПваМОе Ме уЎалПсь: %s"

#~ msgid "wget is missing\n"
#~ msgstr "Птсутствует wget\n"

#~ msgid "wget failed: exited with %d or signal %d\n"
#~ msgstr "wget Ўал сбПй: завершеМ с %d ОлО сОгМалПЌ %d\n"

#~ msgid "curl is missing\n"
#~ msgstr "Птсутствует curl\n"

#~ msgid "curl failed: exited with %d or signal %d\n"
#~ msgstr "curl Ўал сбПй: завершеМ с %d ОлО сОгМалПЌ %d\n"

#~ msgid "rsync is missing\n"
#~ msgstr "rsync Птсутствует\n"

#~ msgid "rsync failed: exited with %d or signal %d\n"
#~ msgstr "rsync Ўал сбПй: завершеМ с %d ОлО сОгМалПЌ %d\n"

#~ msgid "ssh is missing\n"
#~ msgstr "ssh Птсутствует\n"

#~ msgid "urpme: unknown option \"-%s\", check usage with --help\n"
#~ msgstr "urpme: МеОзвестМая ПпцОя \"-%s\", спОсПк ПпцОй сЌ. --help\n"

#~ msgid "urpmi: unknown option \"-%s\", check usage with --help\n"
#~ msgstr "urpmi: МеОзвестМая ПпцОя \"-%s\", сЌ. спОсПк ПпцОй --help\n"

#~ msgid ""
#~ "%s\n"
#~ "no need to give <relative path of hdlist> with --distrib"
#~ msgstr ""
#~ "%s\n"
#~ "Ме МужМП указывать <ПтМПсОтельМый путь к hdlist> с --distrib"

#~ msgid ""
#~ "%s\n"
#~ "<relative path of hdlist> missing\n"
#~ msgstr ""
#~ "%s\n"
#~ "Птсутствует <ПтМПсОтельМый путь к hdlist>\n"

#~ msgid ""
#~ "%s\n"
#~ "`with' missing for network media\n"
#~ msgstr ""
#~ "%s\n"
#~ "Ўля сетевПгП ОстПчМОка Птсутствует `with'\n"

#~ msgid "urpmq: unknown option \"-%s\", check usage with --help\n"
#~ msgstr "urpmq: МеОзвестМая ПпцОя \"-%s\", спОсПк ПпцОй сЌ. --help\n"

#~ msgid "no webfetch (curl or wget currently) found\n"
#~ msgstr "Ме МайЎеМ webfetch (в ЎаММПЌ случае curl ОлО wget)\n"
>
+msgstr "Þækillændirilmæmiþ\n"
#: ../../diskdrake.pm_.c:239
msgid "Mounted\n"
@@ -1154,35 +1168,35 @@ msgstr "Bölmæ cædvæli növü: %s\n"
msgid "on bus %d id %d\n"
msgstr "%d data yolunda, %d no'li\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Baðla"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiv"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "RAID'æ ælavæ et"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "RAID'dæn ayýr"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "RAID'i dæyiþdir"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Loopback üçün istifadæ et"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Monitorunuzu seçin"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1194,7 +1208,7 @@ msgstr ""
"ehtiyacýnýz yoxdur, væ ya LILO istifadæsini sýnayarsýnýzancaq LILO iþlæmæyæ "
"bilær."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1206,7 +1220,7 @@ msgstr ""
"istæyirsæniz, \n"
"/boot bölmæsini ælavæ edærkæn çox diqqætli olmalýsýnýz."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1216,16 +1230,16 @@ msgstr ""
"Ægær lilo ya da grub istifadæ etmæk istæyirsæniz bir /boot bölmæsi\n"
"ælavæ etmæyi unutmayýn"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Yerinæ ``%s'' iþlæt"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Ævvælcæ ``Ayýr''ý iþlæt"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1233,41 +1247,41 @@ msgstr ""
"%s bölmæsinin növünü dæyiþdirdikdæn sonra, bu bölmædæki bütün bilgilær "
"silinæcækdir"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Davam edilsin mi?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Qeyd etmædæn Çýx"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Bölmæ cædvælinni qeyd etmædæn mi çýxýrsýnýz?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Bölmæ növünü Dæyiþdir"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Hansý dili istæyirsiniz?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "32MB dæn kiçik disk bölmælærindæ ReiserFS istifadæ etmælisiniz"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "%s loopback avadanlýðýný haraya baðlamaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "%s avadanlýðýný haraya baðlamaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1276,147 +1290,148 @@ msgstr ""
"ayrýla bilinmir.\n"
"Ævvælcæ loopback'ý læðv edin."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "%s bölmæsi biçildikdæn sonra bu bölmædæki bütün bilgilær silinæcækdir"
+msgstr ""
+"%s bölmæsi þækillændirildikdæn sonra bu bölmædæki bütün bilgilær silinæcækdir"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
-msgstr "Biçilir"
+msgstr "Þækillændirilir"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
-msgstr "Loopback dosyesi biçilir: %s"
+msgstr "Loopback dosyesi þækillændirilir: %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
-msgstr "Biçilæn bölmæ: %s"
+msgstr "Þækillændirilæn bölmæ: %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
-msgstr "Bütün bölmælæri biçdikdæn sonra, "
+msgstr "Bütün bölmælæri þækillændirdikdæn sonra, "
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "bu bölmælærdæki bütün verilær itæcækdir"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Daþý"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Hansý diskæ daþýmaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Hansý sektora daþýmaq istæyirsiniz?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Daþýnýr"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Bölmæ daþýnýr..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "%s sürücüsünün bölmæ cædvæli diskæ yazýlacaq!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Tæzæ qurðularýn aktivlæþmæsi üçün sistemi tæzædæn baþlatmanýz lazýmdýr"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Fat dosye sistemi uclarý hesaplanýr"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Tæzædæn ölçülür"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Hansý bölmæ növünü istæyirsiniz?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Bu bölmædæki bütün bilgilær yedæklænmælidir"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"%s bölümü yenidæn ölçüldükdæn sonra bu bölmædæki bütün bilgilær silinæcækdir"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Tæzæ ölçü seçin"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Tæzæ bölmæ yarat"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Baþlanðýç sektoru: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "MB cinsindæn ölçü: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Dosye sistemi növü: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Xüsusiyyætlær: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Bu disk bölmæsi loopback üçün iþlædilmæz"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Loopback dosye adý: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Dosye baþqa bir loopback tæræfindæn istifadædædir, baþqa\n"
"birini seçin"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Dosye onsuz da var. Ýþlædilsin mi?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Dosye seç"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1424,11 +1439,11 @@ msgstr ""
"Yedæk bölmæ cædvæli eyni ölçüyæ sahib deyil\n"
"Davam etmæk istæyirsiniz mi?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Xæbærdarlýq"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1436,39 +1451,39 @@ msgstr ""
"DÝsket sürücüyæ bir disket yerlæþdirin\n"
"Bu disketdæki bütün bilgilær yox olacaqdýr"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Bölmæ cædvæli qurtarýlmaða çalýþýlýr"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "avadanlýq"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "sæviyyæ"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "parça boyu"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Ælavæ etmæk üçün mövcud bir RAID seçin"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "tæzæ"
#: ../../fs.pm_.c:88 ../../fs.pm_.c:95 ../../fs.pm_.c:101 ../../fs.pm_.c:107
#, c-format
msgid "%s formatting of %s failed"
-msgstr "%s biçilmæsindæ %s bölmæ xætasý"
+msgstr "%s þækillændirilmæsindæ %s bölmæ xætasý"
#: ../../fs.pm_.c:133
#, c-format
msgid "I don't know how to format %s in type %s"
-msgstr "%s'i necæ biçæcæyimi bilmiræm (Növ: %s)"
+msgstr "%s'i necæ þækillændiræcæyimi bilmiræm (Növ: %s)"
#: ../../fs.pm_.c:218
msgid "mount failed: "
@@ -1691,9 +1706,9 @@ msgstr ""
"\n"
"\t* Tæcrübi: Bilgisayarýnýzý yazýlým inkiþafý üçüniþlædæcæksæniz sizin üçün "
"ideal seçkidir.\n"
-"\t O zaman qaynaq kodlarý yazmaq, biçmæk væ xætadan ayýqlamaq væ yauyðulama "
-"paketlæri hazýrlamaq üçün lazými her cür proqramýn daxil olduðu bir "
-"kolleksiya bilgisayarýnýza qurulacaqdýr.\n"
+"\t O zaman qaynaq kodlarý yazmaq, þækillændirmæk væ xætadan ayýqlamaq væ "
+"yauyðulama paketlæri hazýrlamaq üçün lazými her cür proqramýn daxil olduðu "
+"bir kolleksiya bilgisayarýnýza qurulacaqdýr.\n"
"\n"
"\n"
"\t* Verici: Bilgisayarýnýza Linux-Mandrakeni verici olaraq iþlætmæk "
@@ -2235,29 +2250,29 @@ msgid ""
"new\n"
"Linux-Mandrake operating system."
msgstr ""
-"Yeni yaradýlan bütün bölmælær biçilmælidir\n"
-"(biçmæk yæni dosye sistemi yaratmaq - format).\n"
+"Yeni yaradýlan bütün bölmælær þækillændirilmælidir\n"
+"(þækillændirmæk yæni dosye sistemi yaratmaq - format).\n"
"\n"
"\n"
-"Bu arada var olan hazýr bölmælæri dæ üstündækilæri silmæk üçünyenidæn biçmæk "
-"istæya\n"
+"Bu arada var olan hazýr bölmælæri dæ üstündækilæri silmæk üçünyenidæn "
+"þækillændirmæk istæya\n"
"bilærsiniz.\n"
"Bunu istæyirsinizsæ bu bölmælæri dæ seçmælisiniz.\n"
"\n"
"\n"
-"Bunu aðlýnýzda tutun ki var olan bütün bölmælæri biçmæk\n"
+"Bunu aðlýnýzda tutun ki var olan bütün bölmælæri þækillændirmæk\n"
"mæcburi deyil.\n"
"Ýþlætim sistæmini æmalæ gætiræn bölmælæri (yæni\n"
-"\"/\", \"usr\" væ ya \"var\"ý yenidæn biçmæk üçün\n"
+"\"/\", \"usr\" væ ya \"var\"ý yenidæn þækillændirmæk üçün\n"
"seçæ bilærsiniz. Verilær olan \"home\"u mæsælæ toxunulmadan\n"
"buraxa bilærsiniz.\n"
"\n"
"\n"
-"Diqqætli olun. biçdiyiniz bölmælærdæki verilær\n"
+"Diqqætli olun. þækillændirdiyiniz bölmælærdæki verilær\n"
"geri gælmæz.\n"
"\n"
"\n"
-"Biçmæyæ hazýr isæniz \"Oldu\" düymæsini týqlayýn.\n"
+"Þækillændirmæyæ hazýr isæniz \"Oldu\" düymæsini týqlayýn.\n"
"\n"
"\n"
"Yeni Linux Mandrake sisteminizi qurmaq üçün baþqa bölmæ seçmæk\n"
@@ -2837,12 +2852,13 @@ msgstr ""
"girilmælidir.\n"
"\n"
"\n"
-"Bu parolu diqqætli seçmælisiniz. Sadæcæ idaræi parolunu bilæn\n"
-"adamlar sistemi idaræ væ dæyiþiklik edæ bilirlær. Ayrýca idaræci\n"
-"parolu ilæ sistemæ giræn bir adam bütün verilæri silib, sistema zærær\n"
+"Bu parolu diqqætli seçmælisiniz. Sadæcæ idaræi parolunu bilæn \n"
+"adamlar sistemi idaræ væ dæyiþiklik edæ bilirlær. Ayrýca idaræci \n"
+"parolu ilæ sistemæ giræn bir adam bütün verilæri silib, sistema zærær \n"
"veræ bilær. Seçdiyiniz parol alfanumerik xarakterlær daxil edib en az 8 "
"xarakter uzunluðunda olmalýdýr. Hær hansý bir kaðýza, dæftara qeyd\n"
-"alýnmamalýdýr. Çox uzun bir parol væ ya çox qarýþýq bir parol iþlædilir isæ\n"
+"alýnmamalýdýr. Çox uzun bir parol væ ya çox qarýþýq bir parol iþlædilir isæ "
+"\n"
"parolun xatýrlanmasý çætinlæþir.\n"
"\n"
"\n"
@@ -2998,7 +3014,7 @@ msgstr ""
"\n"
" \t- Ekran modu: Açýlýþda bir neçæ mætn ekran modu seçilæ bilær:\n"
" * sadæ: 80x25 mætn ekran açýlýr.\n"
-" * <ræqæm>: Göstærilænn ræqæmlæræ göræ mætn ekran rezolüsiyasý "
+" * <ræqæm>: Göstærilænn ræqæmlæræ göræ mætn ekran rezolyusiyasý "
"quraþdýrýlýr."
#: ../../help.pm_.c:680
@@ -3212,7 +3228,7 @@ msgstr "Dosye sistemlæri Quraþdýrýlmasý"
#: ../../install2.pm_.c:47
msgid "Format partitions"
-msgstr "Bölümlærin biçilmæsi"
+msgstr "Bölümlærin þækillændirilmæsi"
#: ../../install2.pm_.c:48
msgid "Choose packages to install"
@@ -3238,8 +3254,8 @@ msgstr "Xidmætlæri qur"
msgid "Configure printer"
msgstr "Yazýcýyý qur"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Root parolunu qur"
@@ -3267,7 +3283,7 @@ msgstr "Floppy'yi avtomatik qur"
msgid "Exit install"
msgstr "Qurulumdan Çýx"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "$f dosyesý oxunurkan xæta oldu"
@@ -3319,7 +3335,7 @@ msgstr ""
#: ../../install_interactive.pm_.c:68
msgid "Use free space"
-msgstr "Boþ sahæni iþlæt"
+msgstr "Boþ sahæni istifadæ et"
#: ../../install_interactive.pm_.c:70
msgid "Not enough free space to allocate new partitions"
@@ -3365,7 +3381,7 @@ msgstr "Hansý bölmænin boyunu dæyiþdiræcæksiniz?"
msgid "Computing Windows filesystem bounds"
msgstr "Fat dosyæ sistemi uclarý hesaplanýr"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3374,12 +3390,12 @@ msgstr ""
"FAT analizcimiz sizin bölümlæri iþlædæ bilmir,\n"
"bu xæta oldu: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Sizin Windows bölümü çox daðýnýqdýr. Lütfæn ævvælcæ birlæþdirin (defraq)"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3396,60 +3412,60 @@ msgstr ""
"quruluma \n"
"davam edin. Verilarinizin yedæyini almaðý da unutmayýn!"
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Hansý sektora daþýmaq istæyirsiniz?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "bölmæ %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Boyunun dæyiþdirilmæsi iflas etdi %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr "FAT bölmæsi yoxdur ya da loopback üçün lazými yer buraxýlmayýb"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Bütün diski sil"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Windowsu sil"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sizin birdæn çox diskiniz var, linux qurmaq üçün hansýný istifadæ "
"edæcæksiniz?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"%s bölümæsinin boyu dæyiþdirildikdæn sonra bu bölædæki bütün bilgilær "
"silinæcækdir"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Usta modu"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Diskdrake istifadæ et"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Fdisk istifadæ et"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3458,28 +3474,28 @@ msgstr ""
"Ýndi %s sabit diskinizi bölmælændiræ bilærsiniz\n"
"Ýþinizi bitirdiyinizda `w' ilæ qeyd etmæyi unutmayýn"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "Heç Windows disk bölmæniz yoxdur!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Artýq bölmæ ælavæ edilæ bilmæz"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX bölmæ sehirbazý bu yolu tapdý:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Bölmæ cædvæli növü: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Network aktivlæþdirilir"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Network dayandýrýlýr"
@@ -3491,12 +3507,12 @@ msgstr ""
"Bir xæta oldu, fæqæt necæ düzældilacæyini bilmiræm.\n"
"Davam edin, riski sizæ aitdir!"
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "%s baðlama nöqtæsini çoxalt"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3508,12 +3524,12 @@ msgstr ""
"Ævvældæn Linux qurulu bir sistemdæ \"rpm -qpl Mandrake/RPMS/*.rpm\"'yi\n"
"istifadæ edæræk Cd-Rom'u yoxlayýn.\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "%s'æ Xoþgælmiþsiniz"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Disket sürücü yoxdur"
@@ -3593,7 +3609,7 @@ msgid "There was an error ordering packages:"
msgstr "Paketlæri istærkæn bir xæta oldu:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "X11 qurðularý üçün mövcud qurðulardan istifadæ edælim mi?"
@@ -3774,6 +3790,34 @@ msgid ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
msgstr ""
+"\n"
+"Warning\n"
+"\n"
+"Please read carefully the terms below. If you disagree with any\n"
+"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
+"to continue the installation without using these media.\n"
+"\n"
+"\n"
+"Some components contained in the next CD media are not governed\n"
+"by the GPL License or similar agreements. Each such component is then\n"
+"governed by the terms and conditions of its own specific license. \n"
+"Please read carefully and comply with such specific licenses before \n"
+"you use or redistribute the said components. \n"
+"Such licenses will in general prevent the transfer, duplication \n"
+"(except for backup purposes), redistribution, reverse engineering, \n"
+"de-assembly, de-compilation or modification of the component. \n"
+"Any breach of agreement will immediately terminate your rights under \n"
+"the specific license. Unless the specific license terms grant you such\n"
+"rights, you usually cannot install the programs on more than one\n"
+"system, or adapt it to be used on a network. In doubt, please contact \n"
+"directly the distributor or editor of the component. \n"
+"Transfer to third parties or copying of such components including the \n"
+"documentation is usually forbidden.\n"
+"\n"
+"\n"
+"All rights to the components of the next CD media belong to their \n"
+"respective authors and are protected by intellectual property and \n"
+"copyright laws applicable to software programs.\n"
#: ../../install_steps_gtk.pm_.c:559 ../../install_steps_interactive.pm_.c:147
msgid "Accept"
@@ -3933,6 +3977,123 @@ msgid ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
+"Introduction\n"
+"\n"
+"The operating system and the different components available in the "
+"Linux-Mandrake 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 Linux-Mandrake distribution.\n"
+"\n"
+"\n"
+"1. License Agreement\n"
+"\n"
+"Please read carefully this document. This document is a license agreement "
+"between you and \n"
+"MandrakeSoft S.A. which applies to the Software Products.\n"
+"By installing, duplicating or using 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.\n"
+"\n"
+"\n"
+"2. Limited Warranty\n"
+"\n"
+"The Software Products and attached documentation are provided \"as is\", "
+"with no warranty, to the \n"
+"extent permitted by law.\n"
+"MandrakeSoft S.A. will, in no circumstances and to the extent permitted by "
+"law, be liable for any special,\n"
+"incidental, direct or indirect damages whatsoever (including without "
+"limitation damages for loss of \n"
+"business, interruption of business, financial loss, legal fees and penalties "
+"resulting from a court \n"
+"judgment, or any other consequential loss) arising out of the use or "
+"inability to use the Software \n"
+"Products, even if MandrakeSoft S.A. has been advised of the possibility or "
+"occurance of such \n"
+"damages.\n"
+"\n"
+"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
+"COUNTRIES\n"
+"\n"
+"To the extent permitted by law, MandrakeSoft S.A. or its distributors will, "
+"in no circumstances, be \n"
+"liable for any special, incidental, direct or indirect damages whatsoever "
+"(including without \n"
+"limitation damages for loss of business, interruption of business, financial "
+"loss, legal fees \n"
+"and penalties resulting from a court judgment, or any other consequential "
+"loss) arising out \n"
+"of the possession and use of software components or arising out of "
+"downloading software components \n"
+"from one of Linux-Mandrake sites which are 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"
+"\n"
+"\n"
+"3. The GPL License and Related Licenses\n"
+"\n"
+"The Software Products consist of components created by different persons or "
+"entities. Most \n"
+"of these components are governed under the terms and conditions of the GNU "
+"General Public \n"
+"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
+"licenses allow you to use, \n"
+"duplicate, adapt or redistribute the components which they cover. Please "
+"read carefully the terms \n"
+"and conditions of the license agreement for each component before using any "
+"component. Any question \n"
+"on a component license should be addressed to the component author and not "
+"to MandrakeSoft.\n"
+"The programs developed by MandrakeSoft S.A. are governed by the GPL License. "
+"Documentation written \n"
+"by MandrakeSoft S.A. is governed by a specific license. Please refer to the "
+"documentation for \n"
+"further details.\n"
+"\n"
+"\n"
+"4. Intellectual Property Rights\n"
+"\n"
+"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"
+"MandrakeSoft S.A. reserves its rights to modify or adapt the Software "
+"Products, as a whole or in \n"
+"parts, by all means and for all purposes.\n"
+"\"Mandrake\", \"Linux-Mandrake\" and associated logos are trademarks of "
+"MandrakeSoft S.A. \n"
+"\n"
+"\n"
+"5. Governing Laws \n"
+"\n"
+"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 MandrakeSoft S.A. \n"
#: ../../install_steps_interactive.pm_.c:154
#: ../../standalone/keyboarddrake_.c:21
@@ -4102,7 +4263,7 @@ msgstr ""
#: ../../install_steps_interactive.pm_.c:376
msgid "Choose the partitions you want to format"
-msgstr "Biçilæcæk disk bölmælærini seçin"
+msgstr "Þækillændirilæcæk disk bölmælærini seçin"
#: ../../install_steps_interactive.pm_.c:386
msgid "Check bad blocks?"
@@ -4110,12 +4271,12 @@ msgstr "Xætalý bloklar sýnansýn mý?"
#: ../../install_steps_interactive.pm_.c:397
msgid "Formatting partitions"
-msgstr "Bölmælær biçilir"
+msgstr "Bölmælær þækillændirilir"
#: ../../install_steps_interactive.pm_.c:401
#, c-format
msgid "Creating and formatting file %s"
-msgstr "%s dosyesi yaradýlýr væ biçilir"
+msgstr "%s dosyesi yaradýlýr væ þækillændirilir"
#: ../../install_steps_interactive.pm_.c:404
msgid "Not enough swap to fulfill installation, please add some"
@@ -4261,92 +4422,92 @@ msgstr ""
"USA\n"
"ünvanýna yazýnýz."
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Paketleri almaq üçün bir ayna ünvaný seçin"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Ayna ünvanýna baðlantý qurulur"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Lütfan qurmaq istædiyiniz paketlæri seçin."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Sisteminiz hansý mæqsædlæ istifadæ edilæcæk?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Avadanlýq saatýnýz GMT'yæ göra quruludur mu?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Hansý yazýcý sistemini istifadæ etmæk istæyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Parol yoxdur"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Kölga parol istifadæ et"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "kölgæ parol"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "MD5 þifrlama istifadæ et"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "NIS istifadæ et"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "sarý sæhifælær"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Bu parol çox sadædir (en az %d xarakter boyunda olmalýdýr)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS sahæsi"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Ýstifadæciyi qæbul et"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Ýstifadæciyi ælavæ et"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s artýq ælavæ edilmiþdir)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4356,50 +4517,50 @@ msgstr ""
"Bir istifadæci girin\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Hæqiqi adý"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Ýstifadæi adý"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
-msgstr "Qabýx"
+msgstr "Qabýq"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Tæmsil"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Zæif parol seçdiniz!"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Lütfæn bir istifadæci adý alýn"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-"Ýstifadæi adýnda sadacæ kiçik harflær, ræqæmlær, `-' væ `_' xarakterlæriola "
+"Ýstifadæi adýnda sadacæ kiçik harflær, ræqæmlær, `-' væ `_' xarakterlæri ola "
"bilær"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
-msgstr "Bu istifadæi adý artýq vardýr"
+msgstr "Bu istifadæçi adý artýq vardýr"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4430,19 +4591,19 @@ msgstr ""
"yerlæþdirin\n"
"væ \"OLDU\" basýn."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ýlk disket sürücü"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Ýkinci disket sürücü"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Keç"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4469,32 +4630,32 @@ msgstr ""
"yerlæþdirin\n"
"væ \"OLDU\" basýn."
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Disket sürücü yoxdur"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Açýlýþ disketi yaratmaq üçün istifadæ edilæcæk disket sürücüyü seçin"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "%s sürücüsüna bir disket taxýn"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Açýlýþ disketi yaradýlýr"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Açýlýþ yüklayici hazýrlanýr"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "aboot istifadæ etmæk istæyirsiniz mi?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4502,80 +4663,80 @@ msgstr ""
"aboot qurulumunda xata, \n"
"ilk disk bölmasini yox etsa belæ yenæ dæ qurulmasýný istæyirsiniz mi?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Açýlýþ yüklæyicisi qurulumu iflas etdi. Xæta:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Crackerlæræ xoþgælmiþsiniz"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Zæif"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Alçaq"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Orta"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Yüksæk"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Sübhæci"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Müxtælif suallar"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(veri itkisinæ sæbæb ola bilær)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Sabit disk optimizassyasý istifadæ edilsin mi?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Mühafizæ sæviyyæsini seçin"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ümumi hafizæ miqdarý (%d MB tapýldý)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Taxýlýb sökülæ bilæn avadanlýqþlarýn avtomatik baðlanmasý"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "/tmp'yi hær açýlýþda tamizlæ"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Birdæn artýq profilæ icazæ ver"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Açýlýþda Num Lock iþýðýný yandýr"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Hafizæ miqdarýný Mb cinsindæn veriniz"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Yüksak mühafizæ sæviyyæsindæ supermount istifadæ edilæ bilmæz"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4590,7 +4751,7 @@ msgstr ""
"siteminizi verici olaraq istifadæ xaricindæ baþqqa bir sahædæ istifadæyi \n"
"düþünmæyin. Mæn sizi xæbærdar etdim."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4598,23 +4759,23 @@ msgstr ""
"Ehtiyatlý olun, numlock iþýðýnýn yanmasýný seçmæk bir çox düymænin\n"
"hærf yerinæ ræqæm yazmasýna sæbæb olar('p'yæ basarsanýz '6' çýxa bilær)"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Linux köçürülmæsi üçün bir dænæ avtomatik qurulum disketi yaratmaq "
"istæyærmisiniz?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s sürücüsünæ boþ bir disket yerlaþdirin"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Avtomatik kurulum disketi hazýrlanýr"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4624,7 +4785,7 @@ msgstr ""
"\n"
"Hæqiqætæn dæ çýxmaq istæyirsiniz mi?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4684,10 +4845,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Seçkiniz (æsas %s, yoxsa `none' yazýn) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Çex dili"
+msgid "Czech (QWERTZ)"
+msgstr "Çex dili (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Almanca"
@@ -4695,19 +4856,19 @@ msgstr "Almanca"
msgid "Dvorak"
msgstr "Dvorak dili"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Ýspanca"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Fincæ"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Fransýzca"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norveçcæ"
@@ -4715,15 +4876,15 @@ msgstr "Norveçcæ"
msgid "Polish"
msgstr "Polyakca"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rusca"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Ýngiliz (UK) klaviaturasý"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Amerikan (US) klaviaturasý"
@@ -4757,7 +4918,7 @@ msgstr "Bulqarca"
#: ../../keyboard.pm_.c:131
msgid "Brazilian (ABNT-2)"
-msgstr "Braazilya dili"
+msgstr "Brazilya dili (ABNT-2)"
#: ../../keyboard.pm_.c:132
msgid "Belarusian"
@@ -4771,151 +4932,167 @@ msgstr "Ýsveçcæ (Alman sýrasý)"
msgid "Swiss (French layout)"
msgstr "Ýsveçcæ (Fransýz sýrasý)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Çex dili (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr "Çex dili (Proqramcýlar)"
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Almanca (ölü düymalær olmasýn)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danimarka dili"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak dili (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norveçcæ)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estoniya dili"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Gürcü dili (\"Rus\" sýrasý)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Gürcü dili (\"Latýn\" sýrasý)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Yunanca"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Macarca"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Xýrvatca"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Ýbranicæ"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Ýbranicæ (Fonetik)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Farsca"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Ýzlandiya dili"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Ýtalyanca"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Yaponca 106 düymæli"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latýn Amerika dili"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Hollanda dili"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litvaniya dili AZERTY (köhnæ)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litvanya dili AZERTY (tæzæ)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litvanya dili \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanya dili \"Fonetik\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polyakca (QWERTY sýrasý)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polyakca (QWERTZ sýrasý)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portuqalca"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Fransýzca (Kanada/Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Ýsveçcæ"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovencæ"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovakca"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovakca (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovakca (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr "Slovakca (Proqramcýlar)"
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thai klaviatura"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Türkcæ (ænænævi \"F\" klaviatura)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Türkçæ (müasir \"Q\" klaviatura)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrayna dili"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Amerikan (US) klaviaturasý (beynælmilæl)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vyetnam dili \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Yugoslavca (latýn sýrasý)"
@@ -4931,9 +5108,9 @@ msgstr "Standart"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Sýravi PS2 Çærxli Siçan"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4971,6 +5148,10 @@ msgstr "Sýravi 2 Düymæli Siçan"
msgid "Generic 3 Button Mouse"
msgstr "Sýravi 3 Düymæli Siçan"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5027,42 +5208,39 @@ msgstr "Sonraký ->"
msgid "Is this correct?"
msgstr "Doðrudur mu?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Ýnternet qurðularý"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Ýnternete giriþi indi sýnamaq istæyirsiniz mi?"
-#: ../../netconnect.pm_.c:101
-#, fuzzy
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
-msgstr ""
-"\n"
-"Baðlantýnýzý tæzædæn quraþdýra bilærsiniz."
+msgstr "Baðlantýnýz sýnanýr..."
-#: ../../netconnect.pm_.c:106
-#, fuzzy
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
-msgstr "Hælæ Ýnternetæ baðlý deyilsiniz."
+msgstr "Ýnternetæ artýq baðlýsýnýz"
-#: ../../netconnect.pm_.c:107
-#, fuzzy
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
msgstr ""
-"\n"
-"Ýstæsæniz Ýnternetæ baðlana bilærsiniz ya da yeniden quraþdýra bilærsiniz."
+"ÝSisteminiz Ýnternetæ baðlý deyil.\n"
+"Baðlantýyý tæzædæn quraþdýrýn"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5070,115 +5248,115 @@ msgstr ""
"Ýnternet xidmæt vercinizi seçin.\n"
"Siyahýda deyilsæ Siyahýda deyil'i seçin."
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Baðlantý quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Lütfæn aþaðýdakýlarý doldurun ya da seçin"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Kart IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Kart mem (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Kart IO"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Kart IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Kart IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Sizin þæxsi telefon nömræniz"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Ýnternet xidmæ vercinizin adý (mæsælæn artel.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "ÝXM telefon nömræsi"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "ÝXM dns 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "ÝXM dns 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Yýðma modu"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Hesab Giriþi (istifadæci adý)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Hesap Parolu"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Parolu doðrula"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Avropa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Avropa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Bütün dünya"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Bütün dünya - D-Channel'læ xaric (kiralýq xætlær)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Hansý prtokolu istifadæ etmæk istæyirsiniz?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Bilmiræm"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Hansý növ kartýnýz var?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Davam et"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Dayandýr"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5190,15 +5368,15 @@ msgstr ""
"\n"
"PCMCIA kartýnýz var isæ kartýnýzýn irq væ ya io'sunu bilmælisiniz.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Hansýsý sizin ISDN kartýnýzdýr?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Bu ISDN kartýný tapdým:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5206,11 +5384,11 @@ msgstr ""
"ISDN PCI kart tapdým, amma növünü bilmiræm. Lütfæn sonraký ekrandaký "
"kartlardan birini seçin."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Heç bir ISDN PCI kart tapýlmaý. Sonraký ekrandakýlardam seçin."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5218,21 +5396,24 @@ msgstr ""
"Sisteminizdæ heç bir ethernet network adapteri tapýla bilmædi.\n"
"Bu baðlantý þæklini qura bilmæræm."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Network ara üzünü seçin"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Ýnternete baðlanmaq üçün network adapteri seçin."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Network ara üzü"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -5240,71 +5421,71 @@ msgstr ""
"\n"
"Razýsýnýz mý?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Network avadanlýðýný tæzædæn baþlatmalýyam:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Baðlantýnýzý açýlýþda baþlatmaq istæyirsiniz mi?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Bir modem axtarým mý?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Modeminizin hansý serial qapýya baðlý olduðunu seçiniz"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Çevirmæli network seçænæklari"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Baðlantý adý"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefon nömræsi"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Giriþ adý"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Tanýtma"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Betik tabænli"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminal tæbænli"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Sahæ(domain) adý"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Birinci DNS Vericisi"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Ýkinci DNS Vericisi"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5312,7 +5493,8 @@ msgstr ""
"\n"
"Ýstæsæniz Ýnternetæ baðlana bilærsiniz ya da yeniden quraþdýra bilærsiniz."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5320,12 +5502,11 @@ msgstr ""
"\n"
"Baðlantýnýzý tæzædæn quraþdýra bilærsiniz."
-#: ../../netconnect.pm_.c:589
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "Hælæ Ýnternetæ baðlý deyilsiniz."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5334,95 +5515,97 @@ msgstr ""
"Baðlantýnýzý kæsæ bilærsiniz. Ya da baðlantýyý tæzædæn dæ quraþdýra "
"bilærsiniz."
-#: ../../netconnect.pm_.c:593
-#, fuzzy
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
-msgstr "Hælæ Ýnternetæ baðlý deyilsiniz."
+msgstr "Artýq Ýnternetæ baðlýsýnýz."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Ýnternetæ baðlantý"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Ýnternetæ baðlantýyý kæs"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Network (Ýnternet/LAN) baðlantýnýzý quraþdýrýn"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Ýnternet baðlantýsý & quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "$netc->{NET_DEVICE} avadanlýðýný tæzædæn baþladacam. Razýsýnýz mý?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Ýnternetæ normal modemlæ baðlan"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "Ýnternetæ ISDN ilæ baðlan"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Daxili ISDN kart"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Xarici ISDN kart"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Ýnternete baðlan"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "ISDN baðlantýnýzýn növü nædir?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "Ýnternetæ DSL (væ ya ADSL) ilæ baðlan"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Fransa"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Baþqa ölkælær"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Hansý ölkædæ yerlæþirsiniz?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "ADSL modeminiz Alcatelin isæ Alcateli seçin. Yoxsa ECI seçin."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "pppoe istifadæ et"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "pppoe istifadæ etmæ"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5432,58 +5615,57 @@ msgstr ""
"Bæzi baðlantýlar isæ sadæcæ olaraq dhcp istifadæ edir.\n"
"Bilmirsiniz isæ pppop istifadæ edin"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Ýnternetæ kabel ilæ baðlanýn"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
-msgstr "Hansý dhcp alýcýsýný istifadæ edæcæksiniz?\n"
+msgstr ""
+"Hansý dhcp alýcýsýný istifadæ edæcæksiniz?\n"
"Æsasý dhcpd dir"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Ýnternet baðlantýsýný læðv et"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Yerli Networku quraþdýr"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Network quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:823
-#, fuzzy
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
-msgstr "Qurðularý sýnamaq istæyirsinizmi?"
+msgstr "Networku tæzædæn baþlatmaq istæyirsinizmi?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Networku læðv et"
-#: ../../netconnect.pm_.c:841
-#, fuzzy
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
-msgstr "Ýnternetæ baðlan / Networku quraþdýr"
+msgstr "Ýnternet baðlantýsýný quraþdýr / Yerli Networku quraþdýr"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "LAN qurðularý artýq olmuþdur. Næ etmæk istæyirsiniz:?"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Ýnternetæ necæ baðlanmaq istæyirsiniz?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Network quraþdýrýlmasý"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5563,6 +5745,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ünvaný 1.2.3.4 þæklindæ olmalýdýr"
@@ -5692,7 +5875,7 @@ msgstr "Yerli Yazýcý"
msgid "Remote printer"
msgstr "Uzaq Yazýcý"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Uzaq CUPS vericisi"
@@ -5838,7 +6021,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Yazýçi Ev sahibi"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Qapý"
@@ -5977,12 +6160,12 @@ msgstr "CUPS baþlayýr"
msgid "Reading CUPS drivers database..."
msgstr "CUPS sürücü datasý oxunur..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Yazýçý Baðlantýsý Seçin"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Yazýçýnýz næ þækildæ baðlýdýr?"
@@ -6000,11 +6183,33 @@ msgstr ""
"Buradaký hær yazýçý avtomatik tapýlacaqdýr.\n"
"Olmazsa \"Uzaq CUPS vericisi\" ni seçin."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Uzaq CUPS vericilæri üçün heç bir quraþdýrmaya lüzüm yoxdur\n"
+"Buradaký hær yazýçý avtomatik tapýlacaqdýr.\n"
+"Olmazsa \"Uzaq CUPS vericisi\" ni seçin."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB verici IP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Növbæyi sil"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6015,19 +6220,19 @@ msgstr ""
"Yazýçýnýn tæsviri væ yeri dæ göstærilmælidir.\n"
"Bu yazýçýnýn adý nædir væ yeri haradadýr?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Yazýçý adý"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Tæsviri"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Yeri"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6038,22 +6243,22 @@ msgstr ""
"(çoxunda lp) væ gözlæmæ qovluðuna ehtiyac duyar. Bu növbæ üçün\n"
"hansý ad væ qovluq istifadæ edilsin?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Növbænin adý"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Gözlæma qovluðu"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Yazýçý Baðlantýsý"
#: ../../raid.pm_.c:32
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Biçilmiþ RAID md%d'yæ disk bölmæsi ælavæ edilæ bilinmædi"
+msgstr "Þækillændirilmiþ RAID md%d'yæ disk bölmæsi ælavæ edilæ bilinmædi"
#: ../../raid.pm_.c:102
msgid "Can't write file $file"
@@ -6321,7 +6526,7 @@ msgstr "Açýlýþ disketi yarat"
#: ../../standalone/drakboot_.c:28
msgid "Format floppy"
-msgstr "Disketi biç"
+msgstr "Disketi þækillændir"
#: ../../standalone/drakboot_.c:40
msgid "Choice"
@@ -6336,46 +6541,49 @@ msgid "Internet Connection Sharing currently enabled"
msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi aktivlæþdirildi"
#: ../../standalone/drakgw_.c:104
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
"\n"
"What would you like to do?"
-msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+msgstr ""
+"Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+"Væ artýq aktivlæþdirilmiþdir.\n"
+"\n"
+"Næ etmæk istæyirsiniz?"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:108
-#, fuzzy
msgid "disable"
-msgstr "Cædvæl"
+msgstr "passivlæþdir"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:118
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:137
msgid "dismiss"
-msgstr ""
+msgstr "keç"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:126
-#, fuzzy
msgid "reconfigure"
-msgstr "X'i qur"
+msgstr "tæzædæn quraþdýr"
#: ../../standalone/drakgw_.c:122
msgid "Internet Connection Sharing currently disabled"
msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi passivlæþdirildi"
#: ../../standalone/drakgw_.c:123
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
"\n"
"What would you like to do?"
-msgstr "Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+msgstr ""
+"Ýnternet Baðlantýsý Bölüþdürülmæsi qurulmasý artýq bitdi.\n"
+"Væ artýq passivlæþdirilmiþdir.\n"
+"\n"
+"Næ etmæk istæyirsiniz?"
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:127
-#, fuzzy
msgid "enable"
-msgstr "Cædvæl"
+msgstr "aktivlæþdir"
#: ../../standalone/drakgw_.c:141
msgid "Config file content could not be interpreted."
@@ -6402,9 +6610,8 @@ msgstr ""
"Ýnternet Baðlantýsý Bölüþdürülmæsini qurmaq istayirsiniz mi?"
#: ../../standalone/drakgw_.c:177
-#, fuzzy
msgid "using module"
-msgstr "Yýðma modu"
+msgstr "modul istifadæ edilir"
#: ../../standalone/drakgw_.c:210
msgid "No network adapter on your system!"
@@ -6467,13 +6674,12 @@ msgid "Configuring scripts, installing software, starting servers..."
msgstr "Scriptlæ qurulur, yazýlým yüklænir, xidmætlær baþladýlýr..."
#: ../../standalone/drakgw_.c:282
-#, fuzzy
msgid "Configuring..."
-msgstr "IDE qapýlarý qurulur"
+msgstr "Quraþdýrýlýr..."
#: ../../standalone/drakgw_.c:313
msgid "Problems installing package $bin2rpm{$_}"
-msgstr ""
+msgstr "$bin2rpm{$_} yüklænirkæn xæta oldu"
#: ../../standalone/drakgw_.c:504
msgid "Congratulations!"
@@ -6485,6 +6691,10 @@ msgid ""
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
+"Hær þey quruldu.\n"
+"Ýndi isæ Ýnternet baðlantýnýzý yerli networkdaký baþqa ilgisayarlar ilæ "
+"bölüþdüræ bilærsiniz, bunun üçün isæ avtomatik network quraþdýrýlmasý (DHCP) "
+"iþlædilir."
#: ../../standalone/draksec_.c:28
msgid ""
@@ -6549,11 +6759,11 @@ msgstr "Ýstifadæ edæcæyiniz aracýyý seçin"
#: ../../standalone/keyboarddrake_.c:14
msgid "usage: keyboarddrake [--expert]\n"
-msgstr ""
+msgstr "istifadæ qaydasý: keyboarddrake [--expert]\n"
#: ../../standalone/keyboarddrake_.c:27
msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
+msgstr "Konsolda BackSpace'in Silmæ funksyasýný görmæyini istæyirmisiniz?"
#: ../../standalone/livedrake_.c:23
msgid "Change Cd-Rom"
@@ -6792,7 +7002,7 @@ msgstr "Uclarýn tapýlmasý bir az vaxt alacaq"
# ../../share/compssUsers
msgid "Graphics Manipulation"
-msgstr ""
+msgstr "Qrafiki æmæliyyatlar"
# ../../share/compssUsers
msgid "KDE, QT, Gnome, GTK+"
@@ -6800,19 +7010,19 @@ msgstr "KDE, QT, Gnome, GTK+"
# ../../share/compssUsers
msgid "Personnal Finance"
-msgstr ""
+msgstr "Þæxsi Maliyyæ"
# ../../share/compssUsers
msgid "Python, Perl, libraries, tools"
-msgstr ""
+msgstr "Pyton, Perl, kitabxanalar, aracýlar"
# ../../share/compssUsers
msgid "Scientific applications"
-msgstr ""
+msgstr "Elmi uyðulamalar"
# ../../share/compssUsers
msgid "Databases"
-msgstr ""
+msgstr "Veri tabanlar (Databases="
msgid "Internet"
msgstr "Ýnternet"
@@ -6823,15 +7033,15 @@ msgstr "Çoxlu ortam - Qrafika"
# ../../share/compssUsers
msgid "editors, shells, file tools, terminals"
-msgstr ""
+msgstr "editorlar, ræflær, dosye aracýlarý, terminallar"
-#, fuzzy
msgid "Development applications"
-msgstr "Tæcrübi"
+msgstr "Tæcrübi uyðulamalar"
# ../../share/compssUsers
msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr ""
+"Sæs ilæ ælaqædær aracýlar: mp3 væ ya midi çalðýçýlar, qarýþdýrýçýlar, vs."
# ../../share/compssUsers
msgid "Multimedia"
@@ -6842,38 +7052,41 @@ msgstr "Ýdaræ"
# ../../share/compssUsers
msgid "Sciences"
-msgstr "Elm"
+msgstr "Elmi"
# ../../share/compssUsers
msgid ""
"Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and file "
"transfer tools"
msgstr ""
+"Chat (IRC væ eyni zamanlý xæbærlæþmæ) proqramlarý, mæsælæn xchat, licq, gaim "
+"væ dosyedaþýma aracýlarý"
# ../../share/compssUsers
msgid ""
"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
"browse the Web"
msgstr ""
+"Elektronik mæktub væ xæbær oxuyucusu (pine, mutt, tin..) væ Web sæyyahlarý"
# ../../share/compssUsers
msgid "C and C++ development libraries, programs and include files"
-msgstr ""
+msgstr "C væ C++ inkiþaf kitabxanalarý, proqramlarý væ daxil edilæcæk dosyelær"
# ../../share/compssUsers
msgid "Communication facilities"
-msgstr ""
+msgstr "Rabitæ aracýlarý"
msgid "KDE"
msgstr "KDE"
# ../../share/compssUsers
msgid "Personnal Information Management"
-msgstr ""
+msgstr "Þæxsi Mæ'lumat Ýdaræcisi"
# ../../share/compssUsers
msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
+msgstr "Þæxsi maliyyæ idaræçilæri, mæsælæn gnucash"
msgid "Gnome"
msgstr "Gnome"
@@ -6886,11 +7099,11 @@ msgstr "Sænædlær"
# ../../share/compssUsers
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, vs."
# ../../share/compssUsers
msgid "Utilities"
-msgstr ""
+msgstr "Aracýlar"
# ../../share/compssUsers
msgid "Multimedia - Sound"
@@ -6898,95 +7111,101 @@ msgstr "Çoxlu ortam - Sæs"
# ../../share/compssUsers
msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
+msgstr "Arcade, taxta oyunlarý, strategiya, vs kimi æylæncæ proqramlarý"
# ../../share/compssUsers
msgid "Video players and editors"
-msgstr ""
+msgstr "Video çalðýçýlarý væ tæþkilatçýlarý"
# ../../share/compssUsers
msgid "Console Tools"
-msgstr ""
+msgstr "Konsol Aracýlarý"
-#, fuzzy
msgid "Development other"
-msgstr "Tæcrübi"
+msgstr "Tæcrübi væ baþqalarý"
# ../../share/compssUsers
msgid "Databases clients and servers (mysql and postgresql)"
-msgstr ""
+msgstr "Veritabaný alýcýlarý væ vericilæri (mysql væ postgresql)"
# ../../share/compssUsers
msgid "Sound and video playing/editing programs"
-msgstr ""
+msgstr "Sæs væ video çalýnmasý/tæþkilatý proqramlarý"
# ../../share/compssUsers
msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
+msgstr "Linux væ pulsuz yazýlým Kitablar væ Howtolarý"
# ../../share/compssUsers
msgid ""
"A graphical environment with user-friendly set of applications and desktop "
"tools"
msgstr ""
+"Ýstifadæçi dostu proqram væ masaüstü ilæ bærabær qrafiki araüzaracýlarý"
# ../../share/compssUsers
msgid "Games"
-msgstr ""
+msgstr "Oyunlar"
-#, fuzzy
msgid "Development C/C++"
-msgstr "Tæcrübi"
+msgstr "Tæcrübi C/C++"
# ../../share/compssUsers
msgid "Multimedia - Video"
-msgstr ""
+msgstr "Çoxlu ortam - Video"
# ../../share/compssUsers
msgid "Graphics programs such as The Gimp"
-msgstr ""
+msgstr "Qrafika proqramlarý, mæsælæn The Gimp"
# ../../share/compssUsers
msgid ""
"The K Desktop Environment, the basic graphical environment with a collection "
"of accompanying tools"
-msgstr ""
+msgstr "KDE, æsas qrfiki araüz væ kömækçi proqramlarkolleksiyasý"
# ../../share/compssUsers
msgid "Tools to create and burn CD's"
-msgstr ""
+msgstr "CD yazmaq væ yandýrmaq proqramlarý"
# ../../share/compssUsers
msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
+msgstr "Baþqa qrafiki araüzlær (Gnome, IceWM)"
# ../../share/compssUsers
msgid "Multimedia - CD Burning"
-msgstr ""
+msgstr "Çoxlu ortam - CD Yandýrma"
# ../../share/compssUsers
msgid "Archiving, emulators, monitoring"
-msgstr ""
+msgstr "Arxivlæmæ, emulyatorlar, izlæmæ"
# ../../share/compssUsers
msgid ""
"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
"gnumeric), pdf viewers, etc"
msgstr ""
+"Ýdaræ proqramlarý: kælimæ iþlæyænlær (kword, abiword), hesablayýcýlar væ pdf "
+"göstæricilæri, vs."
# ../../share/compssUsers
msgid "Other Graphical Desktops"
-msgstr ""
+msgstr "Baþqa qrafiki araüzlær"
# ../../share/compssUsers
msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
+msgstr "Palm Pilot væ ya Visorunuz üçün aracýlar"
# ../../share/compssUsers
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Gnome, IceWM, Windows Maker, Enlightement, Fvwm, vs."
# ../../share/compssUsers
msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
+msgstr "Elektronik, xæbærlær, dosye daþýnmasý, chat aracýlarý"
+
+#~ msgid "Czech"
+#~ msgstr "Çex dili"
+#~ msgid "Slovakian"
+#~ msgstr "Slovakca"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 3575521e8..c9c70a728 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -92,23 +92,23 @@ msgstr "XFree %s ç ýêñïåðûìåíòàëüíàé ïàäòðûìêàé 3D-ïàñêàðýííÿ"
msgid "XFree configuration"
msgstr "Íàñòðîéêà XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Ïàçíà÷öå ïàìåð âiäýàïàìÿöi"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Âûáÿðûöå äàäàòêîâûÿ íàñòðîéêi äëÿ ñåðâåðà"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Âûáÿðûöå ìàíiòîð"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ìàíiòîð"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -131,39 +131,39 @@ msgstr ""
"âû ìîæàöå ñïîðöiöü ìàíiòîð.\n"
"Êàëi âû ñóìíÿâàåöåñÿ, âûáÿðûöå êàíñåðâàòû¢íûÿ íàñòðîéêi."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "×àñòàòà ãàðûçàíòàëüíûé ðàçãîðòêi"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "×àñòàòà âåðòûêàëüíàé ðàçãîðòêi"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ìàíiòîð ïàêóëü íå íàñòðîåíû"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Âiäýàêàðòà ÿø÷ý íå àäêàíôiãóðàâàíà"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Ïàìåðû ýêðàíà ÿø÷ý íå ïàçíà÷àíû"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Öi æàäàåöå ïðàòýñöiðàâàöü íàñòðîéêi?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Ïàïÿðýäæàííå: òýñöiðàâàííå íà ãýòàé âiäýàêàðöå íåáÿñïå÷íà"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Ïðàâåðêà ïàðàìåòðࢠíàñòðîéêi"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -171,146 +171,146 @@ msgstr ""
"\n"
"ïàñïðàáóéöå çìÿíiöü íåêàòîðûÿ ïàðàìåòðû"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ïàìûëêà:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Çàñòàëîñÿ %d ñÿêóíä"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Ãýòà äàêëàäíûÿ ïàðàìåòðû íàñòðîéêi?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Àòðûìàíà ïàìûëêà, ïàñïðàáóéöå çìÿíiöü ïàðàìåòðû"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Ïàìåðû ýêðàíà"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Âûáàð ïàìåðࢠýêðàíà i ãëûáiíi êîëåðó"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Âiäýàêàðòà: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Ñåðâåð XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Ïàêàçàöü óñž"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Ïàìåðû ýêðàíà"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Òûï êëàâiÿòóðû: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Òûï ìûøû: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Ìûø: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ìàíiòîð: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "×àñòàòà ãàð.ðàçã. ìàíiòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "×àñòàòà âåðò.ðàçã. ìàíiòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Âiäýàêàðòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Âiäýàïàìÿöü: %s Êá\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Ïàðàìåòðû ãëûáiíi êîëåðó: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Ïàìåðû ýêðàíà: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Ñåðâåð XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Ñåðâåð XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Ïàäðûõòî¢êà íàñòðîéêi X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Çìÿíiöü ìàíiòîð"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Çìÿíiöü âiäýàêàðòó"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Çìÿíiöü íàñòðîéêi Ñåðâåðà"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Çìÿíiöü ïàìåðû ýêðàíà"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Iíôàðìàöûÿ"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Ïðàâåðûöü ÿø÷ý ðàç"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Âûõàä"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Øòî âû æàäàåöå çðàáiöü?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -323,20 +323,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Êàëi ëàñêà, ïåðàéäçiöå ¢ %s äëÿ àêòûâàöûi çìÿíåííÿ¢"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Êàëi ëàñêà, âûéäçiöå, à ïîòûì ñêàðûñòàéöå Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Çàïóñê X ïðû ñòàðöå ñiñòýìû"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -344,11 +344,11 @@ msgstr ""
"Ìîæíà íàñòðîiöü ñiñòýìó äëÿ à¢òàìàòû÷íàãà çàïóñêó X ïàñëÿ ñòàðòó ñiñòýìû.\n"
"Æàäàåöå, êàá X ñòàðòàâࢠïðû ðýñòàðöå?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "À¢òàìàòû÷íû ¢âàõîä ó ñiñòýìó"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -356,11 +356,11 @@ msgstr ""
"Ìîæíà íàñòðîiöü ñiñòýìó äëÿ à¢òàìàòû÷íàãà ¢àâõîäó ¢ ñiñòýìó äëÿ\n"
"àäíàãî êàðûñòàëüíiêà. Êàëi Âû íå æàäàåöå ãýòàãà, íàöiñíiöå \"Àäìåíà\"."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Âûáåðûöå àñíî¢íàãà êàðûñòàëüíiêà:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Âûáÿðûöå ìýíýäæýð âîêíà¢:"
@@ -460,106 +460,115 @@ msgstr "Ìàíiòîð, ÿêi çäîëüíû ïàäòðûìëiâàöü 1600x1200 ïðû 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ìàíiòîð, ÿêi çäîëüíû ïàäòðûìëiâàöü 1600x1200 ïðû 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Ïåðøû ñåêòàð çàãðóçà÷íàãà ðàçäçåëà"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ïåðøû ñåêòàð ïðûëàäû (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Óñòà랢êà SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Êóäû âû æàäàåöå ¢ñòàëÿâàöü ïà÷àòêîâû çàãðóç÷ûê?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Óñòàíî¢êà LILO/GRUB"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Íÿìà"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "ßêi ïà÷àòêîâû çàãðóç÷ûê âû æàäàåöå âûêàðûñòî¢âàöü?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Óñòà랢êà çàãðóç÷ûêà"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Çàãðóçà÷íàÿ ïðûëàäà"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (íå ïðàöóå ïðû ñòàðûõ âåðñiÿõ BIOS)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Êàìïàêòíà"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "êàìïàêòíà"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Âiäýà-ðýæûì"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Çàòðûìêà ïåðàä çàãðóçêàé âîáðàçà ïà äàìà¢ëåííþ"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Ïàðîëü"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Ïà¢òàðûöå ïàðîëü"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Àáìåæàâàííå îïöûé êàìàíäíàãà ðàäêà"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "àáìåæàâàííå"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Ãàëî¢íûÿ îïöûi ïà÷àòêîâàãà çàãðóç÷ûêà"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Îïöûÿ ``Àáìåæàâàííå îïöûé êàìàíäíàãà ðàäêà'' íå âûêàðûñòî¢âàåööà áåç ïàðîëÿ"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Ïàñïðàáóéöå ÿø÷ý ðàç"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Ïàðîëi íå ñóïàäàþöü"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -567,139 +576,143 @@ msgstr ""
"Ó ìåíþ ìàþööà íàñòóïíûÿ ïóíêòû.\n"
"Âû ìîæàöå äàäàöü ÿø÷ý, àëüáî çìÿíiöü iñíóþ÷ûÿ."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Äàäàöü"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Çðîáëåíà"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "ßêi òûï ïóíêòà æàäàåöå äàäàöü?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Iíøàÿ ÀÑ (SunOS,...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Iíøàÿ OS (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Âîáðàç"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Äàëó÷ûöü"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "×ûòàííå-çàïiñ"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Òàáëiöà"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Íåíàäçåéíà"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Ìåòêà"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Ïà äàìà¢ëåííþ"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Îê"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Âûäàëiöü çàïiñ"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Ïóñòàÿ ìåòêà íå äàçâàëÿåööà"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Ãýòàÿ ìåòêà ¢æî âûêàðûñòî¢âàåööà"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Çíîéäçåíû %s %s iíòýðôåéñû"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Öi žñöü ó âàñ iíøû?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Öi žñöü ó âàñ %s iíòýðôåéñ?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Íå"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Òàê"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Ãë. àïiñàííå àáñòàëÿâàííÿ"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Óñòàíî¢êà äðàéâåðà äëÿ %s êàðòû %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(ìîäóëü %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "ßêi äðàéâåð %s ïàñïðàáàâàöü?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -716,20 +729,20 @@ msgstr ""
"¢ ïîøóêàõ íåàáõîäíàé iíôàðìàöûi? Ìàã÷ûìà, òýñöiðàâàííå ïðûâÿäçå\n"
"äà àñòàíîâà êàìï'þòýðà, àëå ÿíî íi÷îãà íå ñïîðöiöü."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "À¢òàïîøóê"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Ïàçíà÷öå ïàðàìåòðû"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Âû íå ìîæàöå çàäàöü îïöûi ìîäóëþ %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -740,11 +753,11 @@ msgstr ""
"Îïöûi - ó ôàðìàöå ``iìÿ=çíà÷ýííå iìÿ2=çíà÷ýííå2 ...''.\n"
"Íàïðûêëàä, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Îïöûi ìîäóëÿ:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -864,7 +877,7 @@ msgstr "1 õâiëiíà"
msgid "%d seconds"
msgstr "%d ñÿêóíä"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Ñòâàðûöü"
@@ -872,7 +885,7 @@ msgstr "Ñòâàðûöü"
msgid "Unmount"
msgstr "Ðàçìàíöiðàâàöü"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Çíiø÷ûöü"
@@ -880,16 +893,16 @@ msgstr "Çíiø÷ûöü"
msgid "Format"
msgstr "Ôàðìàöiðàâàííå"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Çìÿíåííå ïàìåðà¢"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Òûï"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Êðîïêà ìàíöiðàâàííÿ"
@@ -1026,8 +1039,8 @@ msgid "Please make a backup of your data first"
msgstr "Ïà-ïåðøàå, çðàáiöå ðýçåðâîâóþ êîïiþ âàøûõ äàäçåíûõ"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "×ûòàéöå ¢âàæëiâà!"
@@ -1051,7 +1064,7 @@ msgstr "Áóäçüöå óâàæëiâû. Ãýòóþ àïåðàöûþ íåëüãà àäìÿíiöü"
msgid "Error"
msgstr "Ïàìûëêà"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Êðîïêà ìàíöiðàâàííÿ:"
@@ -1162,35 +1175,35 @@ msgstr "Òûï òàáëiöû ðàçäçåëà¢: %s\n"
msgid "on bus %d id %d\n"
msgstr "íà øûíå %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Ìàíöiðàâàííå"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Àêòû¢íû"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Äàäàöü äà RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Âûäàëiöü ç RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Çìÿíiöü RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Âûêàðûñòî¢âàöü äëÿ âiðòóàëüíàé ôàéëàâàé ñiñòýìû"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Âûáÿðûöå äçåÿííå"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1201,7 +1214,7 @@ msgstr ""
"Àëüáî âû âûêàðûñòî¢âàåöå LILO - òàäû ãýòà íå áóäçå ïðàöàâàöü, àëüáî LILO íå "
"âûêàðûñòî¢âàåöà, i òàäû /boot íå ïàòðýáíû."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1213,7 +1226,7 @@ msgstr ""
"Êàëi áóäçå âûêàðûñòî¢âàööà äûñïå÷àð çàãðóçêi LILO, íå çàïàìÿòàéöå äàäàöü\n"
"ðàçäçåë /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1223,57 +1236,57 @@ msgstr ""
"Íÿìà çàãðóçÿûêà, ÿêi á çàãðóçi¢ñÿ áåç /boot ðàçäçåëà.\n"
"Äàäàéöå ðàçäåë /boot, êàëi ëàñêà."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Âûêàðûñòî¢âàéöå ``%s'' çàìåñò"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Ñïà÷àòêó çðàáiöå ``Unmount''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Óñå äàäçåíûÿ ¢ ðàçäçåëå %s áóäóöü ñòðà÷àíû ïàñëÿ çìåíû ÿãî òûïà"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Ñàïðà¢äû ïðàöÿãíóöü?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Âûéñöi áåç çàõî¢âàííÿ"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Âûéñöi áåç çàïiñó òàáëiöû ðàçäçåëà¢"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Çìÿíiöü òûï ðàçäçåëà"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Âûáÿðûöå ìîâó"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Âû íå ìîæàöå ðàçáiâàöü íà ðàçäåëû, ïàìåð ÿêiõ ìåíåé çà 32 Ìá"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Êóäû âû æàäàåöå çìàíöiðàâàöü âiðòóàëüíóþ ïðûëàäó %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Êóäû âû æàäàåöå çìàíöiðàâàöü ïðûëàäó %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1282,147 +1295,147 @@ msgstr ""
"âiðòóàëüíàé ôàéëàâàé ñiñòýìû.\n"
"Ñïà÷àòêó âûäàëiöå âiðòóàëüíóþ ñiñòýìó"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Óñå äàäçåíûå ¢ ðàçäçåëå %s áóäóöü ñòðà÷àíû ïàñëÿ ôàðìàö¢ðàâàííÿ"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Ôàðìàöiðàâàííå"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ôàðìàöiðàâàííå âiðòóàëüíàãà ðàçäçåëà %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Ôàðìàöiðàâàííå ðàçäçåëà %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Ïàñëÿ ôàðìàöiðàâàííÿ ¢ñiõ ðàçäçåëà¢,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "óñå äàäçåíûÿ ¢ ãýòûõ ðàçäçåëàõ áóäóöü ñòðà÷àíû"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Ïåðàìÿø÷ýííå"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Íà ÿêi äûñê ïåðàìÿñöiöü?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Ñåêòàð"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Íà ÿêi ñåêòàð ïåðàìÿñöiöü?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Ïåðàìÿø÷àåì"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Ïåðàìÿø÷àåöà ðàçäçåë..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Òàáëiöà ðàçìÿø÷ýííÿ ïðûëàäû %s áóäçå çàïiñàíà íà äûñê!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Êàá çìÿíåííi ¢ñòóïiëi ¢ äçåÿííå, íåîáõîäíà ïåðàçàãðóçiööà"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Âûëi÷ýííå ìåæࢠôàéëàâàé ñiñòýìû FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Çìÿíåííå ïàìåðà¢"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Ïàìåðû ÿêîãà ðàçäçåëà âû æàäàåöå çìÿíiöü?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Óñå äàäçåíûÿ ¢ ãýòûì ðàçäçåëå ïàâiííû áûöü ç'àðõiâiðàâàíû"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Óñå äàäçåíûÿ ¢ ðàçäçåëå %s áóäóöü ñòðà÷àíû"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Âûáàð íîâûõ ïàìåðà¢"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "Ìá"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Ñòâàðýííå íîâàãà ðàçäçåëà"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Ïà÷àòêîâû ñåêòàð:"
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Ïàìåð ó Ìá:"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Òûï ôàéëàâàé ñiñòýìû:"
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Ïàðàìåòðû: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Ãýòû ðàçäçåë íå ìîæà áûöü âûêàðûñòàíû ïàä âiðòóàëüíóþ ôàéëàâóþ ñiñòýìó"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Âiðòóàëüíàÿ ôàéëàâàÿ ñiñòýìà (loopback)"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Iìÿ âiðòóàëüíàãî ðàçäçåëà"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Ôàéë óæî âûêàðûñòî¢âàåööà iíøàé âiðòóàëüíàé ñiñòýìàé. Êàëi ëàñêà, \n"
"âûáÿðûöå iíøóþ íàçâó"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ôàéë óæî iñíóå. Âûêàðûñòàöü ÿãî?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Âûáÿðûöå ôàéë"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1430,11 +1443,11 @@ msgstr ""
"Òàáëiöà ðàçìÿø÷ýííÿ ðýçåðâîâàãà äûñêà ìàå iíøû ïàìåð\n"
"Óñžæ-òàêi iñöi íàïåðàä?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Óâàãà!"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1442,27 +1455,27 @@ msgstr ""
"Óñòà¢öå äûñêåòó ¢ äûñêàâîä\n"
"Óñå äàäçåíûÿ íà ãýòàé äûñêåöå áóäóöü ñòðà÷àíû"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Ïàñïðàáóåì âûðàòàâàöü òàáëiöó ðàçäçåëà¢"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "ïðûëàäà"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "óçðîâåíü"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ïàìåð áëîêà"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Âûáÿðûöå iñíóþ÷û RAID äëÿ äàáà¢ëåííÿ"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "íîâû"
@@ -2879,8 +2892,8 @@ msgstr "Íàñòðîéêà ñëóæáà¢"
msgid "Configure printer"
msgstr "Íàñòðîéêà ïðûíòýðà"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Ïàðîëü äëÿ root"
@@ -2908,7 +2921,7 @@ msgstr "À¢òà óñòà랢êà ôëîïi"
msgid "Exit install"
msgstr "Çàêàí÷ýííå ¢ñòà랢êi"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Ïàìûëêà ÷ûòàííÿ ôàéëà $f"
@@ -3007,7 +3020,7 @@ msgstr "Ïàìåðû ÿêîãà ðàçäçåëà âû æàäàåöå çìÿíiöü?"
msgid "Computing Windows filesystem bounds"
msgstr "Âûëi÷ýííå ìåæࢠôàéëàâàé ñiñòýìû Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3016,13 +3029,13 @@ msgstr ""
"Ó ïðàãðàìû çìåíû ïàìåðࢠðàçäçåëà FAT íå àòðûìàëàñÿ\n"
"àïðàöàâàöü Âàø ðàçäçåë, ïàìûëêà: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Âàø ðàçäçåë ç Windows çàíàäòà ôðàãìåíòàâàíû. \n"
"Ðýêàìåíäóåì ñïà÷àòêó çàïóñöiöü ïðàãðàìó ``defrag''"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3042,21 +3055,21 @@ msgstr ""
"äàäçåíûõ i òîëüêi ïîòûì çíî¢ âåðíiöåñü äà ïðàãðàìû ¢ñòàëÿâàííÿ.\n"
"Êàëi ïàäðûõòàâàëiñÿ, íàöiñíiöå Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "ßêóþ ïðàñòîðó çàõàâàöü äëÿ Windows?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "Ðàçäçåë %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "À¢òàçìÿíåííå ïàìåðࢠíå àòðûìàëàñÿ äëÿ ðàçäçåëà FAT %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3064,36 +3077,36 @@ msgstr ""
"Íå çíîéäçåíà ðàçäçåëࢠFAT äëÿ çìÿíåííÿ ïàìåðࢠàëüáî âûêàðûñòàííÿ\n"
"¢ ÿêàñöi âiðòóàëüíàé ôàéëàâàé ñiñòýìû (öi íåäàñòàòêîâà ïðàñòîðû íà äûñêó)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Ñöåðöi äàäçåíûÿ íà ¢ñiì äûñêó"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Âûäàëiöü Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Íà ÿêi ç ìàþ÷ûõñÿ æîðñòêiõ äûñêࢠÂû æàäàåöå ¢ñòàëÿâàöü Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Óñå iñíóþ÷ûÿ ðàçäçåëû íà äûñêó %s i äàäçåíûÿ íà iõ áóäóöü ñòðà÷àíû"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Ðýæûì ýêñïåðòà"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Âûêàðûñòî¢âàöü DiskDrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Âûêàðûñòî¢âàöü fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3102,30 +3115,30 @@ msgstr ""
"Âû ìîæàöå öÿïåð ðàçáiöü âàø äûñê %s\n"
"Ïà çàêàí÷ýííi íå çàáóäçüöå çàõàâàöü çìÿíåííi, âûêàðûñòî¢âàÿ `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Âûêàðûñòî¢âàöü íåçàíÿòóþ ïðàñòîðó íà ðàçäçåëå Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Äàäàöü ðàçäçåë íåìàã÷ûìà"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ìàñòàê ïàäðûõòî¢êi ðàçäçåëࢠDrakX çíàéøî¢ íàñòóïíûÿ âàðûÿíòû:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ïàäðûõòî¢êà ðàçäåëࢠíå ¢äàëàñÿ: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Äàëó÷ýííå äà ñåòêi"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Àäëó÷ýííå àä ñåòêi"
@@ -3137,12 +3150,12 @@ msgstr ""
"Óçíiêëà ïàìûëêà, ÿêóþ íå àòðûìë³âàåööà êàðýêòíà àïðàöàâàöü,\n"
"òàìó ïðàöÿãâàéöå íà ñâîé ñòðàõ i ðûçûêó."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Äóáëiðàâàííå êðîïêi ìàíöiðàâàííÿ %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3154,12 +3167,12 @@ msgstr ""
"Ïðàâåðöå cdrom íà ¢ñòà랢âàåìûì êàìïóòàðû, âûêàðûñòî¢âàþ÷û\"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Ñàðäý÷íà çàïðàøàåì ó %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Äûñêàâîä íåäàñòóïíû"
@@ -3239,7 +3252,7 @@ msgid "There was an error ordering packages:"
msgstr "Àòðûìàëàñÿ ïàìûëêà ¢ïàðàäêàâàííÿ ïàêåòà¢:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Âûêàðûñòàöü iñíóþ÷óþ íàñòðîéêó äëÿ X11?"
@@ -3923,92 +3936,92 @@ msgstr ""
"75002 Paris\n"
"FRANCE"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Âûáàð ëþñòýðêà äëÿ àòðûìàííÿ ïàêåòà¢"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Ñóâÿçü ç ëþñòýðêàì äëÿ àòðûìàííÿ ñïiñà äàñòóïíûõ ïàêåòà¢"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Âûáàð ïàêåòࢠäëÿ ¢ñòà랢êi"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "ßêi âàø ÷àñàâû ïîÿñ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Âàø ñiñòýìíû ãàäçiííiê óñòàëÿâàíû íà GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "ßêóþ ñiñòýìó äðóêàâàííÿ Âû æàäàåöå âûêàðûñòî¢âàöü?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Íÿìà ïàðîëÿ"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Ñêàðûñòî¢âàöü öåíÿâû ôàéë"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "öåíü"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Ñêàðûñòî¢âàöü ïàðîëi MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Ñêàðûñòî¢âàöü NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "æî¢òûÿ ñòàðîíêi"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Ãýòû ïàðîëü çàíàäòà ïðîñòû (ÿãî äà¢æûíÿ ïàâiííà áûöü íå ìåíø %d ëiòàð)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "À¢òýíòûôiêàöûÿ NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS ñåðâåð:"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Ïðûíÿöü êàðûñòàëüíiêà"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Äàäàöü êàðûñòàëüíiêà"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(óæî äàäàäçåíà %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4018,37 +4031,37 @@ msgstr ""
"Óâÿäçiöå iìÿ êàðûñòàëüíiêà\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Óëàñíàå iìÿ"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Iìÿ êàðûñòàëüíiêà:"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Àáàëîíêà:"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ïiêòàãðàìà"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Ãýòû ïàðîëü çàíàäòà ïðîñòû"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Êàëi ëàñêà, óâÿäçiöå iìÿ êàðûñòàëüíiêà"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4056,12 +4069,12 @@ msgstr ""
"Iìÿ êàðûñòàëüíiêà ïàâiííà çìÿø÷àöü ëiòàðû òîëüêi íà íiæíiì ðýãiñòðû, \n"
"ëi÷áû, `-' i `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Ãýòà iìÿ êàðûñòàëüíiêà ¢æî äàäàäçåíà"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4088,19 +4101,19 @@ msgstr ""
"Êàëi æàäàåöå ñòâàðûöü çàãðóçà÷íû äûñê çàðàç, óñòà¢öå äûñêåòó ¢ ïåðøû\n"
"äûñêàâîä i íàöiñíiöå \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ïåðøû äûñêàâîä"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Äðóãi äûñêàâîä"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ïðàïóñöiöü"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4123,32 +4136,32 @@ msgstr ""
"\n"
"Æàäàåöå ñòâàðûöü çàãðóçà÷íû äûñê çàðàç?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Âûáà÷àéöå, àëå äûñêàâîä íåäàñòóïíû"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Âûáÿðûöå äûñêàâîä, ó ÿêiì áóäçå ñòâàðàööà çàãðóçà÷íàÿ äûñêåòà"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Óñòà¢öå äûñêåòó ¢ äûñêàâîä %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Ñòâàðýííå çàãðóçà÷íàé äûñêåòû"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Ïàäðûõòî¢êà çàãðóç÷ûêà"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Âû æàäàåöå âûêàðûñòî¢âàöü aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4156,80 +4169,80 @@ msgstr ""
"Ïàìûëêà ¢ñòà랢êi aboot, \n"
"ñïðàáàâàöü óñòà랢âàöü, íåãëåäçÿ÷û íà ìàã÷ûìàñöü ïàðóøýííÿ ïåðøàãà ðàçäåëà?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Ïðàöýñ óñòàëÿâàííÿ çàãðóç÷ûêà íå àòðûìàëñÿ. Óçíiêëà íàñòóïíàÿ ïàìûëêà:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Ñàðäý÷íà çàïðàøàåì ó Crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Çóñ³ì ñëàáû"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Ñëàáû"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Ñÿðýäíi"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Âûñîêi"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ïàðàíàiäàëüíû"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Äàäàòêîâûÿ ïûòàííi"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(ìîæà âûçâàöü çíiø÷ýííå äàäçåíûõ)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Âûêàðûñòî¢âàöü àïòûìiçàöûþ æîðñòêàãà äûñêà?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Óçðîâåíü áÿñïåêi"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ïàçíà÷öå äàêëàäíû ïàìåð RAM (çíîéäçåíà %d Má)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "À¢òàìàíöiðàâàííå çìåííûõ íàêàïëÿëüíiêà¢"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "À÷ûø÷àöü /tmp ïðû êîæíàé çàãðóçöû"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Äàñòóïíà øìàò ïðîôiëÿ¢"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Óêëþ÷ýííå num lock ïðû ñòàðöå"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Ïàçíà÷öå ïàìåð RAM ó Má"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Íå ìàãó âûêàðûñòî¢âàöü ìàíöiðàâàííå ïðû âûñîêiì óçðî¢íi áÿñïåêi"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4245,7 +4258,7 @@ msgstr ""
"à òîëüêi ÿê ñåðâåð.\n"
"Ìàéöå íà ¢âàçå, øòî âû áûëi ïàïÿðýäæàíû."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4253,22 +4266,22 @@ msgstr ""
"Áóäçüöå ¢âàæëiâû, óêëþ÷ýííå NumLock ìîæà ïðûâåñöi äà ïàìûëêîâàé\n"
"ïðàöû êëàâiÿòóðû (íàïðûêëàä, íàöiñê íà `p' äàå `6')."
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Öi æàäàåöå âû ñòâàðûöü à¢òà¢ñòàëžâà÷íû ôëîïi-äûñê äëÿ ðåïëiêàöûi linux?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Óñòà¢öå äûñêåòó ¢ äûñêàâîä %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Ñòâàðýííå äûñêåòû äëÿ ¢ñòà랢êi"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4277,7 +4290,7 @@ msgstr ""
"Íåêàòîðûÿ êðîêi íå çàâåðøàíû.\n"
"Âû ñàïðà¢äû æàäàåöå âûéñöi çàðàç?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4337,10 +4350,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Âàø âûáàð? (çìî¢÷àííå %s. Óâÿäçiöå `none' ïðû àäñóòíàñöi) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "×åøñêi"
+msgid "Czech (QWERTZ)"
+msgstr "×åøñêi (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Íÿìåöêi"
@@ -4348,19 +4361,19 @@ msgstr "Íÿìåöêi"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Iñïàíñêi"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Ôiíñêi"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Ôðàíöóçñêi"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Íàðâåæñêi"
@@ -4368,15 +4381,15 @@ msgstr "Íàðâåæñêi"
msgid "Polish"
msgstr "Ïîëüñêi"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ðóñêi"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UK êëàâiÿòóðà"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US êëàâiÿòóðà"
@@ -4424,151 +4437,167 @@ msgstr "Øâåéöàðñêi (Íÿìåöêàÿ ðàñêëàäêà)"
msgid "Swiss (French layout)"
msgstr "Øâåéöàðñêi (Ôðàíöóçñêàÿ ðàñêëàäêà)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "×åøñêi (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Íÿìåöêi (íÿìà çàáëàêiðàâàíûõ êëàâiø)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Äàöêi"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Íàðâåæñêi)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Ýñòîíñêi"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Ãðóçiíñêi (\"Ðóñêàÿ\" ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Ãðóçiíñêi (\"Ëàöiíñêàÿ\" ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Ãðý÷àñêi"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ìàäüÿðñêi"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Õàðâàöêi"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "I¢ðûò"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "I¢ðûò (ôàíåòû÷íû)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iðàíñêi"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Iñëàíäñêi"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Iòàëüÿíñêi"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "ßïîíñêi 106 êëàâiø"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Ëàöiíà-Àìåðûêàíñêi"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Ãàëàíäñêi"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Ëiòî¢ñêi AZERTY (ñòàðû)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Ëiòî¢ñêi AZERTY (íîâû)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëiòî¢ñêi \"íóìàð ðàäêà\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëiòî¢ñêi \"ôàíåòû÷íû\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Ïîëüñêi (ñòàíäàðòíàÿ ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Ïîëüñêi (qwertz ðàñêëàäêà)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Ïàðòóãàëüñêi"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Êàíàäñêi (Êâåáýê)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ðóñêi (ß-Â-Å-Ð-Ò-È)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Øâåöêi"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Ñëàâåíñêi"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Ñëàâàöêi"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Ñëàâàöêi (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Ñëàâàöêi (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Òàéñêàÿ êëàâiÿòóðà"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Òóðýöêi (òðàäûöûžíàÿ \"F\" ìàäýëü)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Òóðýöêi (ñó÷àñíàÿ \"Q\" ìàäýëü)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Óêðàiíñêi"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US êëàâiÿòóðà (ìiæíàðîäíàÿ)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Âüåòíàìñêi \"íóìàð ðàäêà\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Þãàñëà¢ñêi (ëàöiíñêàÿ ðàñêëàäêà)"
@@ -4584,9 +4613,10 @@ msgstr "Ñòàíäàðòíû"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Çâû÷àéíàÿ ìûø ç 2 êíîïêàì³"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4624,6 +4654,10 @@ msgstr "Çâû÷àéíàÿ ìûø ç 2 êíîïêàì³"
msgid "Generic 3 Button Mouse"
msgstr "Çâû÷àéíàÿ ìûø ç 3 êíîïêàì³"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4681,25 +4715,25 @@ msgstr "Äàëåé ->"
msgid "Is this correct?"
msgstr "Ãýòà äàêëàäíà?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Íàñòðîéêà çëó÷ýííÿ Iíòýðíýò"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Öi æàäàåöå çàðàç ïàñïðàáàâàöü äàëó÷ûööà äà Iíòýðíýò?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Íå äàëó÷àööà äà iíòýðíýò"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4708,11 +4742,13 @@ msgstr "Äàëó÷ûööà äà Iíòýðíýò / Êàíôiãóðàâàöü ñåòêó"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Íàñòðîéêà ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4720,115 +4756,115 @@ msgstr ""
"Âûáÿðûöå âàøàãà ïðàâàéäàðà.\n"
"êàëi ÿãî íÿìà ¢ ãýòûì ñïiñå, âûáÿðûöå òûï ``Iíøû''"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Íàñòðîéêà äàëó÷ýííÿ äà Iíòýðíýò"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Êàëi ëàñêà, çàïî¢íiöå öi ïàçíà÷öå ïîëå íiæýé"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ êàðòû"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Àäðýñà ïàìÿö³ êàðòû (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO êàðòû"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 êàðòû"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 êàðòû"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Âàø àñàáiñòû òýëåôîííû íóìàð"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Iìÿ ïðàâàéäàðà, íàïðûêëàä ïðàâàéäàð.net"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Íóìàð òýëåôîíà ïðàâàéäàðà"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1 ïðàâàéäàðà"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2 ïðàâàéäàðà"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Ðýæûì çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Iìÿ äëÿ ¢âàõîäó (iìÿ êàðûñòàëüíiêà)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Ïàðîëü äëÿ ¢âàõîäó"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Ïàäöâåðäçiöü ïàðîëü"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Ý¢ðîïà"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Ý¢ðîïà (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Ïàäêëþ÷ýííå"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Ïàäêëþ÷ýííå - íå ïðàç D-êàíàë (âûäçÿëåíûÿ êàíàëû)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "ßêi ïðàòàêîë âû æàäàåöå âûêàðûñòî¢âàöü?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Íå âåäîìà"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "ßêi òûï êàðòû âû ìàåöå?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Ïðàöÿãíóöü"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Àäìÿíiöü"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4841,15 +4877,15 @@ msgstr ""
"\n"
"Êàëi âû ìàåöå PCMCIA êàðòó, âû ïàâiííû âåäàöü irq i io âàøàé êàðòû.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "ßêàÿ ¢ âàñ ISDN êàðòà?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Çíàéøëi ISDN êàðòó:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4857,11 +4893,11 @@ msgstr ""
"Âûçíà÷àíà ISDN PCI êàðòà, àëå íåâÿäîìû ÿå òûï. Êàëi ëàñêà, ïàçíà÷öå PCI "
"êàðòó íà íàñòóïíûì ýêðàíå."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Êàðòà ISDN PCI íå çíîéäçåíà. Êàëi ëàñêà, ïàçíà÷öå íà íàñòóïíûì ýêðàíå."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4870,217 +4906,224 @@ msgstr ""
"Íi àäçií ethernet ñåòêàâàíû àäàïòàð ó âàøàé ñiñòýìå íå âûçíà÷àíû. Êàëi "
"ëàñêà, ñêàðûñòàéöå êàíôiãóðàöûéíû iíñòðóìýíò."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Ïàçíà÷öå ñåòêàâû iíòýðôåéñ"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Êàëi ëàñêà, ïàçíà÷öå ñåòêàâû àäàïòàð, ÿêi ïëàíóåöå âûêàðûñòî¢âàöü äëÿ "
"äàëó÷ýííÿ äà iíòýðíýò"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Ñåòêàâû iíòýðôåéñ"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Ïåðàçàãðóçiöü ñåòêàâû iíòýðôåéñ. Çãîäíû?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Íàñòðîéêà ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Âû æàäàåöå, êàá ãýòàå çëó÷ýííå ñòàðòàâàëà ïðû çàãðóçöû?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Ïàñïðàáàâàöü çíàéñöi ìàäýì?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Äà ÿêîãà ïàñëÿäî¢íàãà ïîðòà äàëó÷àíû ìàäýì?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Ïàðàìåòðû êàìóòàâàíàãà çëó÷ýííÿ (Dialup)"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Iìÿ çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Íóìàð òýëåôîíà"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Iìÿ (login ID)"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "À¢òýíòûôiêàöûÿ"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "íà àñíîâå ñêðûïòà"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "íà àñíîâå òýðìiíàëà"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Iìÿ äàìåíà"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Ïåðøû ñåðâåð DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Äðóãi ñåðâåð DNS:"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Äàëó÷ûööà äà Iíòýðíýò / Êàíôiãóðàâàöü ñåòêó"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Íå äàëó÷àööà äà iíòýðíýò"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Íå äàëó÷àööà äà iíòýðíýò"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Çëó÷ýííå ç Iíòýðíýò"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Ðàçàðâàöü çëó÷ýííå ç iíòýðíýò"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Iíòýðíýò çëó÷ýííå i êàíôiãóðàöûÿ"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
#, fuzzy
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Ïåðàçàãðóçiöü ñåòêàâû iíòýðôåéñ. Çãîäíû?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Óíóòðàíàÿ ISDN êàðòà"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Çíåøíi ìàäýì"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Äàëó÷ýííå äà Iíòýðíýò"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "ßêi òûï âàøàãà ISDN çëó÷ýííÿ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Ôðàíöûÿ"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Iíøûÿ êðàiíû"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "ßêàÿ êðàiíà âàøàãà ðàçìÿø÷ýííÿ?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Ìàäýì Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Ìàäýì ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Êàëi âàø ADSL ìàäýì àäíà ç ìàäýëÿ¢ Alcatel, ïàçíà÷öå Alcatel. Ó iíøûì "
"âûïàäêó - ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "âûêàðûñòî¢âàöü pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "íå âûêàðûñòî¢âàöü pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5090,12 +5133,12 @@ msgstr ""
"Àëå æ, ãýòà çëó÷ýííå ìîæíà ñòâàðûöü òîëüêi êàëi ñêàðûñòî¢âàöü dhcp.\n"
"Êàëi íå âåäàåöå, øòî ðàáiöü, âûáiðàéöå 'ñêàðûñòàöü pppoe'"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5103,35 +5146,35 @@ msgstr ""
"ßêi dhcp êëiåíò âû ïëàíóåöå ñêàðûñòî¢âàöü?\n"
"Ïà çìî¢÷àííþ, ãýòà dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Íàñòðîéêà iíòýðíýò çëó÷ýííÿ"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Íàñòðîéêà ëàêàëüíàé ñåòêi"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Êàíôiãóðàöûÿ ñåòêi"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Öi æàäàåöå ïðàòýñöiðàâàöü íàñòðîéêi?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Çðàáiöü íåàêòû¢íûì ñåòêàâàå çëó÷ýííå"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Äàëó÷ûööà äà Iíòýðíýò / Êàíôiãóðàâàöü ñåòêó"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5139,15 +5182,15 @@ msgstr ""
"Íàñòðîéêi ëàêàëüíàé ñåòêi óæî çàäàäçåíû.\n"
"Öi æàäàåöå Âû:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "ßê âû ïëàíóåöå äàëó÷ûööà äà Iíòýðíýò?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Êàíôiãóðàöûÿ ñåòêi"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5221,6 +5264,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP àäðàñ ïàâiíåí áûöü ó ôàðìàöå 1.2.3.4"
@@ -5350,7 +5394,7 @@ msgstr "Ëàêàëüíû ïðûíòýð"
msgid "Remote printer"
msgstr "Àääàëåíû ïðûíòýð"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Àääàëåíû ñåðâåð CUPS"
@@ -5498,7 +5542,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Iìÿ ïðûíòýðà"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Ïîðò"
@@ -5638,12 +5682,12 @@ msgstr "×àêàåööà"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Âûáàð òûïó çëó÷ýííÿ ïðûíòýðà"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "ßê ïðûíòàð äàëó÷àíû?"
@@ -5661,11 +5705,33 @@ msgstr ""
"íà ãýòàé ìàøûíå, ží áóäçå çíîéäçåíû à¢òàìàòû÷íà.\n"
"Êàë³ Âû íå ¢ïý¢íåíû, âûáåðûöå \"Àääàëåíû ñåðâåð CUPS\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Àääàëåíû CUPS ñåðâåð íå ïàòðàáóå àä Âàñ íàñòðîéê³ ïðûíòýðà\n"
+"íà ãýòàé ìàøûíå, ží áóäçå çíîéäçåíû à¢òàìàòû÷íà.\n"
+"Êàë³ Âû íå ¢ïý¢íåíû, âûáåðûöå \"Àääàëåíû ñåðâåð CUPS\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP ñåðâåðà SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Âûäàëiöü ÷àðãó äðóêó"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5678,19 +5744,19 @@ msgstr ""
" ÿãî ðàçìåðêàâàííå, ìîãóöü áûöü ïàçíà÷àíû. ßêîå iìÿ äà äðàêóðêi âû áóäçåöå\n"
"ñêàðûñòî¢âàöü i ÿê ãýòàÿ äðóêàðêà äàëó÷àåööà?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Iìÿ äðóêàðêi"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Àïiñàííå"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ðàçìåðêàâàííå"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5701,15 +5767,15 @@ msgstr ""
"ïàçíà÷ýííÿ iìÿ (çâû÷àéíà lp) i ñïàëó÷àíàãà ç žþ êàòàëîãà ñïóëiíãà. Ïàçíà÷öå "
"iìÿ i êàòàëîã äëÿ ÷àðãi."
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Iìÿ ÷àðãi äðóêó"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Äûðýêòîðûÿ ñïóëiíãà"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Çëó÷ýííå ïðûíòýðà"
@@ -6659,6 +6725,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "×åøñêi"
+
+#~ msgid "Slovakian"
+#~ msgstr "Ñëàâàöêi"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Íå àòðûìë³âàåööà ¢ñòàëÿâàöü RPM ``ipchains'' ç äàïàìîãàé urpmi."
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index d4ca839f0..9ef82d1a3 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-08-15 15:29+0200\n"
"Last-Translator: Valery Dachev <v.dachev@mail.com>\n"
"Language-Team: Bulgarian\n"
@@ -98,23 +98,23 @@ msgstr "XFree %s ñ ÅÊÑÏÅÐÈÌÅÍÒÀËÍO õàðäóåðíî 3D óñêîðåíèå"
msgid "XFree configuration"
msgstr "Íàñòðîéêà íà XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Èçáåðåòå êàïàöèòåò íà ïàìåòòà íà ãðàôè÷íàòà ñè êàðòà"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Èçáåðåòå îïöèè çà ñúðâúðà"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Èçáåðåòå ìîíèòîð"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ìîíèòîð"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -138,40 +138,40 @@ msgstr ""
"ïîâðåäèòå ìîíèòîðà ñè.\n"
" Àêî èìàòå íÿêàêâè ñúìíåíèÿ, èçáåðåòå êîíñåðâàòèâíà íàñòðîéêà."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Õîðèçîíòàëíà ñêîðîñò íà âúçñòàíîâÿâàíå"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Âåðòèêàëíà ñêîðîñò íà âúçñòàíîâÿâàíå"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ìîíèòîðúò íå å íàñòðîåí"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Ãðàôè÷íàòà êàðòà âñå îùå íå å íàñòðîåíà"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Îùå íå å èçáðàíà ðàçäåëèòåëíà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Èñêàòå ëè äà òåñòâàòå íàñòðîéêèòå?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Âíèìàíèå: òåñòâàíåòî íà òàçè ãðàôè÷íà êàðòà ìîæå äà \"çàìðàçè\" êîìïþòúðà âè"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Ïðîâåðêà íà íàñòðîéêàòà"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -179,146 +179,146 @@ msgstr ""
"\n"
"îïèòàéòå ñå äà ïðîìåíèòå íÿêîè ïàðàìåòðè"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ïîÿâè ñå ãðåøêà:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Èçõîä äî %d ñåêóíäè"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Âåðíè ëè ñà íàñòðîéêèòå ?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Ïîÿâè ñå ãðåøêà, îïèòàéòå ñå äà ïðîìåíèòå íÿêîè ïàðàìåòðè"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Ðàçäåëèòåëíà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Èçáåðåòå ðàçäåëèòåëíà ñïîñîáíîñò è äúëáî÷èíà íà öâåòîâåòå"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Ãðàôè÷íà êàðòà: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 ñúðâúð: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Ïîêàæè âñè÷êè"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Ðàçäåëèòåëíà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Òèï êëàâèàòóðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Òèï ìèøêà: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Óñòðîéñòâî íà ìèøêàòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ìîíèòîð: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Õîðèçîíòàëíà ñèíõðîíèçàöèÿ íà ìîíèòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Âåðòèêàëíî îïðåñíÿâàíå íà ìîíèòîðà: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Ãðàôè÷íà êàðòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Ãðàôè÷íà ïàìåò: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Äúëáî÷èíà íà öâåòà: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Ðàçäåëèòåëíà ñïîñîáíîñò: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 ñúðâúð: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 äðàéâåð: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Ïîäãîòîâêà çà íàñòðîéâàíå íà X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Ïðîìåíåòå ìîíèòîðà"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Ïðîìåíåòå ãðàôè÷íàòà êàðòà"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Ïðîìåíåòå îïöèèòå íà ñúðâúðà"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Ïðîìåíåòå ðàçäåëèòåëíàòà ñïîñîáíîñò"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Ïîêàæè èíôîðìàöèÿòà"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Òåñòâàé îòíîâî"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Èçëèçàíå"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Êàêâî èñêàòå äà íàïðàâèòå?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -331,20 +331,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ìîëÿ âëåçòå îòíîâî â %s, çà äà àêòèâèðàòå ïðîìåíèòå"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Ìîëÿ èçëåçòå îò ñåñèÿòà è èçïîëçâàéòå Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X ïðè ñòàðòèðàíå íà ñèñòåìàòà"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -352,11 +352,11 @@ msgstr ""
"Kîìïþòúðà âè ìîæå àâòîìàòè÷íî, äà âëåçå â X ïðè ñòàðòèðàíå.\n"
"Èñêàòå ëè X äà ñå ñòàðòèðà, êîãàòî ðåñòàðòèðàòå ñèñòåìàòà?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -365,11 +365,11 @@ msgstr ""
"ïîòðåáèòåë.\n"
"Àêî íå âè õàðåñâà òàçè âúçìîæíîñò, íàòèñíåòå áóòîíà \"Îòìÿíà\""
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Èçáåðåòå ïîäðàçáèðàù ñå ïîòðåáèòåë :"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Èçáåðåòå Windows Manager çà ñòàðòèðàíå:"
@@ -469,105 +469,114 @@ msgstr "Ìîíèòîð, êîéòî äîñòèãà 1600x1200 íà 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ìîíèòîð, êîéòî äîñòèãà 1600x1200 íà 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Ïúðâè ñåêòîð îò ñòàðòèðàùèÿ ñå äÿë"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ïúðâèÿò ñåêòîð îò äðàéâà (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO èíñòàëàöèÿ"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Êúäå èñêàòå äà èíñòàëèðàòå bootloader-à?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub èíñòàëàöèÿ"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Íèêàêúâ"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Êàêâà ïðîãðàìà çà íà÷àëíî çàðåæäàíå èñêàòå äà èçïîëçâàòå?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Bootloader èíñòàëàöèÿ"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Ñòàðòèðàùî óñòðîéñòâî"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (íå ðàáîòè íà ñòàðè BIOS-è)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Êîìïàêòåí"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "êîìïàêòåí"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Âèäåî ðåæèì"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Çàáàâÿíå ïðåäè ñòàðòèðàíåòî íà default äÿëà"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Ïàðîëà"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Ïàðîëà (îòíîâî)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Îãðàíè÷è îïöèèòå, çàäàâàíè îò êîìàíäíèÿ ðåä"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "îãðàíè÷è"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Îïöèè íà çàðåæäàùàòà ïðîãðàìà"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Îïöèÿòà ``Îãðàíè÷è îïöèèòå îò êîìàíäíèÿ ðåä'' å áåçïîëåçíà áåç ïàðîëà"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Ìîëÿ, îïèòàéòå îòíîâî"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Ïàðîëèòå íà ñúâïàäàò"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -575,139 +584,143 @@ msgstr ""
"Òîâà ñà ðàçëè÷íèòå çàïèñè.\n"
"Ìîæåòå äà äîáàâèòå îùå èëè äà ïðîìåíèòå ñúùåñòâóâàùèòå."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Äîáàâè"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Ãîòîâî"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Êàêúâ òèï èíôîðìàöèÿ èñêàòå äà ïðèáàâèòå"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Äðóãà ÎÑ (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Äðóãà ÎÑ (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Îáðàç"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Ãëàâåí"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Äîïúëâàíå"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "×åòåíå-çàïèñ"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Òàáëèöà"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Îïàñåí"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Åòèêåò"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Ïî ïîäðàçáèðàíå"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Ïðåìàõíè çàïèñ"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Ïðàçåí åòèêåò íå å ðàçðåøåí"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Òîçè åòèêåò âå÷å ñå èçïîëçâà"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Íàìåðåíè ñà %s %s èíòåðôåéñè"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Èìàòå ëè äðóã(è) ?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Èìàòå ëè íÿêàêúâ %s èíòåðôåéñ?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Íå"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Äà"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Âèæ õàðäóåðíàòà èíôîðìàöèÿ"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Èíñòàëèðàíå íà äðàéâåð çà %s ïëàòêà %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(ìîäóë %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Êîé %s äðàéâåð äà ïðîáâàì ?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -726,20 +739,20 @@ msgstr ""
"îò êîÿòî ñå íóæäàå ? Ïî ïðèíöèï òîâà ìîæå äà çàáèå êîìïþòúðà âè, íî íÿìà äà "
"ãî ïîâðåäè."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Àâòîìàòè÷íî çàñè÷àíå"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Çàäàé îïöèè"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ñåãà ìîæåòå äà ïîäàäåòå îïöèèòå ìó êúì ìîäóëà %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -750,11 +763,11 @@ msgstr ""
"Îïöèèòå ñà âúâ ôîðìàò ``èìå=ñòîéíîñò èìå2=ñòîéíîñò2 ...''.\n"
"Íàïðèìåð: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Îïöèè íà ìîäóëà:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -874,7 +887,7 @@ msgstr "1 ìèíóòà"
msgid "%d seconds"
msgstr "%d ñåêóíäè"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Ñúçäàé"
@@ -882,7 +895,7 @@ msgstr "Ñúçäàé"
msgid "Unmount"
msgstr "Äåìîíòèðàé"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Èçòðèé"
@@ -890,16 +903,16 @@ msgstr "Èçòðèé"
msgid "Format"
msgstr "Ôîðìàòèðàé"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Ïðîìåíè ãîëåìèíàòà"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Âèä"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Ìÿñòî íà ìîíòèðàíå"
@@ -1036,8 +1049,8 @@ msgid "Please make a backup of your data first"
msgstr "Ïúðâî ñúçäàéòå backup íà ñâîèòå äàííè"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Ïðî÷åòåòå âíèìàòåëíî !"
@@ -1062,7 +1075,7 @@ msgstr "Âíèìàíèå: òàçè îïåðàöèÿ å îïàñíà"
msgid "Error"
msgstr "Ãðåøêà"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Ìÿñòî íà ìîíòèðàíå: "
@@ -1173,35 +1186,35 @@ msgstr "Òèï íà òàáëèöàòà ñ äÿëîâå: %s\n"
msgid "on bus %d id %d\n"
msgstr "íà øèíà %d àäðåñ %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Ìîíòèðàé"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Àêòèâèðàé"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Ïðèáàâè êúì RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Ïðåìàõíè îò RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Ìîäèôèöèðàé RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Èçïîëçâàé çà loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Èçáåðåòå äåéñòâèå"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1213,7 +1226,7 @@ msgstr ""
"Èëè èçïîëçâàòå LILO è òî íå ðàáîòè, èëè íå èçïîëçâàòå LILO è íÿìàòå íóæäà îò "
"/boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1225,7 +1238,7 @@ msgstr ""
"Àêî ñìÿòàòå äà èçïîëçâàòå boot ìåíèäæúðà LILO, áúäåòå âíèìàòåëíè ïðè\n"
"ïðèáàâÿíåòî íà /boot äÿë"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1235,57 +1248,57 @@ msgstr ""
"Íÿìà çàðåæäàùà ïðîãðàìà, êîÿòî äà ìîæå äà ñå ñïðàâè ñ íåãî áåç /boot äÿë.\n"
"Òàêà ÷å äîáàâåòå /boot äÿë"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Âìåñòî òîâà èçïîëçâàéòå ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Ïúðâî èçïîëçâàéòå 'Äåìîíòèðàíå'"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Ñëåä ïðîìÿíà íà òèïà íà äÿëà %s, âñè÷êè äàííè âúðõó íåãî ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Ïðîäúëæåíèå âúïðåêè âñè÷êî ?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Èçõîä áåç çàïèñ"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Èçõîä, áåç äà çàïèñ íà òàáëèöàòà íà äÿëîâåòå ?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Ïðîìÿíà òèïà íà äÿëà"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Êîÿ ôàéëîâà ñèñòåìà èñêàòå ?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Íå ìîæåòå äà èíñòàëèðàíå ReiserFS íà äÿë ïî-ìàëúê îò 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Êúäå èñêàòå äà ìîíòèðàòå loopback-ôàéëà %s ?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Êúäå èñêàòå äà ìîíòèðàòå óñòðîéñòâî %s ?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1294,146 +1307,146 @@ msgstr ""
"loopback.\n"
"Ïúðâî ìàõíåòå loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Ñëåä ôîðìàòèðàíå íà äÿëà %s, âñè÷êè äàííè âúðõó íåãî ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Ôîðìàòèðàíå"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ôîðìàòèðàíå íà loopback ôàéëà %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Ôîðìàòèðàíå íà äÿëà %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Ñëåä ôîðìàòèðàíå íà âñè÷êè äÿëîâå,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "âñè÷êè äàííè âúðõó òÿõ ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Ïðåìåñòè"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Íà êîé äèñê èñêàòå äà ãî ïðåìåñòèòå ?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Ñåêòîð"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Íà êîé ñåêòîð èñêàòå äà ãî ïðåìåñòèòå?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Ìåñòåíå"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Ìåñòâÿ äÿëà ... "
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Òàáëèöàòà íà äÿëîâåòå íà óñòðîéñòâî %s ùå áúäå çàïèñàíà âúðõó äèñêà !"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Òðÿáâà äà ðåñòàðòèðàòå, ïðåäè ïðîìåíèòå äà âëÿçàò â ñèëà"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Èç÷èñëÿâàì ãðàíèöèòå íà fat ôàéëîâàòà ñèñòåìà"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Ïðîìÿíà íà ãîëåìèíàòà"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Êîé äÿë æåëàåòå äà ïðîìåíèòå?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Âñè÷êè äàííè íà òîçè äÿë òðÿáâà äà áúäàò àðõèâèðàíè"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Ñëåä ïðîìÿíà ãîëåìèíàòà íà äÿëà %s, äàííète âúðõó íåãî ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Èçáåðåòå íîâà ãîëåìèíà"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Ñúçäàé íîâ äÿë"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Íà÷àëåí ñåêòîð: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Ãîëåìèíà â MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Âèä ôàéëîâà ñèñòåìà: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Ïðåäïî÷èòàíèå: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Òîçè äÿë íå ìîæå äà áúäå èçïîëçâàí çà loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Èìå íà loopback ôàéëà: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Ôàéëúò âå÷å ñå èçïîëçâà òî äðóã loopback, èçáåðåòå äðóã ôàéë."
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ôàéëúò âå÷å ñúøåñòâóâà. Äà ãî èçïîëçâàì ëè ?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Èçáåðåòå ôàéë"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1441,11 +1454,11 @@ msgstr ""
"Ðåçåðâíàòà òàáëèöà íà äÿëîâåòå íå å ñúñ ñúùàòà ãîëåìèíà\n"
"Äà ïðîäúëæà ëè âñå ïàê ?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Ïðåäóïðåæäåíèå"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1453,27 +1466,27 @@ msgstr ""
"Ñëîæåòå äèñêåòà âúâ ôëîïèòî\n"
"Âñè÷êè äàííè, íàìèðàùè ñå âúðõó äèñêåòàòà, ùå áúäàò çàãóáåíè"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Îïèòâàì ñå äà ñïàñÿ òàáëèöàòà íà äÿëîâåòå"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "óñòðîéñòâî"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "íèâî"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ãîëåìèíà íà ïàð÷åòî"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Èçáåðåòå ñúùåñòâóâàù RAID çà ïðèáàâÿíå"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "íîâ"
@@ -3348,8 +3361,8 @@ msgstr "Íàñòðîéêà íà óñëóãèòå"
msgid "Configure printer"
msgstr "Íàñòðîéêà íà ïðèíòåðà"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Âúâåäåòå ïàðîëà çà root"
@@ -3377,7 +3390,7 @@ msgstr "Àâòîìàòè÷íî èíñòàëèðàíå îò ôëîïè"
msgid "Exit install"
msgstr "Èçõîä îò èíñòàëàöèîííàòà ïðîãðàìà"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Ãðåøêà ïðè ÷åòåíå íà ôàéëà $f"
@@ -3475,7 +3488,7 @@ msgstr "Êîé äÿë æåëàåòå äà ïðîìåíèòå?"
msgid "Computing Windows filesystem bounds"
msgstr "Èç÷èñëÿâàì ãðàíèöèòå íà Windows ôàéëîâàòà ñèñòåìà"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3484,12 +3497,12 @@ msgstr ""
"Íå âúçìîæíîñò çà ðàáîòà ñ âàøèÿ FAT äÿë, \n"
"ïîðàäè ïîëó÷åíàòà ãðåøêà: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Âàøèÿò Windows äÿë å ìíîãî ôðàãìåíòèðàí, ìîëÿ ïúðâî ñòàðòèðàéòå ''defrag''"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3508,21 +3521,21 @@ msgstr ""
"ïîâòîðåòå èíñòàëàöèàÿòà. Áè áèëî äîáðå äà íàïðàâèòå àðõèâ íà äàííèòå ñè.\n"
"Êîãàòî ñòå ñèãóðíè, íàòèñíåòå ÎÊ."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Êîëêî èñêàòå äà îñòàâèòå çà windows?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "äÿë %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Íåóñïåøíî ïðåðàçäåëÿíå íà FAT: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3530,36 +3543,36 @@ msgstr ""
"Íÿìà FAT äÿëîâå çà ñìÿíà íà ãîëåìèíàòà èëè çà èçïîëçâàíå êàòî loopback (èëè "
"íÿìà äîñòàòú÷íî ìÿñòî íà äèñêà)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Èçòðèé öåëèÿ äèñê"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Ïðåìàõíè Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "èìàòå ïîâå÷å îò åäèí òâúðäè äèñêîâå, êîé äà èçïîëçâàì çà èíñòàëàöèÿòà?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "ÂÑÈ×ÊÈ ñúùåñòâóâàùè äÿëîâå è äàííèòe âúðõó òÿõ íà %s ùå áúäàò çàãóáåíè"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Åêñïåðòåí ðåæèì"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Èçïîëçâàé diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Èçïîëçâàé fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3568,29 +3581,29 @@ msgstr ""
"Ñåãà ìîæåòå äà ðàçäåëèòå %s.\n"
"Êîãàòî ñòå ãîòîâè, íå çàáðàâÿéòå äà çàïèøåòå èçïîëçâàéêè `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Èçïîëçâàé ñâîáîäíîòî ìÿñòî íà Windows äÿëà"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Íå ìîãà äà íàìåðÿ íèêàêâî ìÿñòî çà èíñòàëàöèÿ"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ïîìîùíèêúò çà ðàçäåëèíå íà äÿëîâå íà DrakX íàìåðè ñëåäíèòå ðåøåíèÿ:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Íåóñïåøíî ðàçäåëÿíå íà: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Âêëþ÷âàì ìðåæàòà"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Èçêëþ÷âàíå íà ìðåæàòà"
@@ -3602,12 +3615,12 @@ msgstr ""
"Ïîÿâè ñå ãðåøêà, íî íå çíàì êàê äà ñå ñïðàâÿ ñ íåÿ äåëèêàòíî.\n"
"Ìîæåòå äà ïðîäúëæèòå íà ñâîé ðèñê."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Äóáëèðàé òî÷êàòà íà ìîíòèðàíå %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3619,12 +3632,12 @@ msgstr ""
"Ïðîâåðåòå êîìïàêò äèñêà íà èíñòàëèðàíèÿ êîìïþòúð èçïîëçâàéêè \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Äîáðå äîøëè â %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Íÿìà ôëîïè óñòðîéñòâî"
@@ -3704,7 +3717,7 @@ msgid "There was an error ordering packages:"
msgstr "Ïîÿâè ñå ãðåøêà ïðè ïîðú÷âàíåòî íà ïàêåòèòå:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Äà èçïîëçâàì ëè ñåãàøíàòà íàñòðîéêà íà X11 ?"
@@ -4372,92 +4385,92 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Èçáåðåòå îãëåäàëåí ñúðâúð,îò êîéòî äà ïîëó÷èòå ïàêåòèòå"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Ñâúðçâàíå ñ îãëåäàëíèÿ ñúðâúð çà ïîëó÷àâàíå íà ñïèñúêà ñ ïàêåòèòå"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Ìîëÿ, èçáåðåòå ïàêåòèòå, êîèòî èñêàòå äà èíñòàëèðàòå."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Êîÿ å âðåìåâàòà âè çîíà ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Õàäðóåðíèÿò âè ÷àñîâíèê íàñòðîåí ëè å ïî GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Êàêâà ñèñòåìà íà ïå÷àò èñêàòå äà èçïîëçâàòå ?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Áåç ïàðîëà"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Èçïîëçâàé shadow ôàéë"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Èçïîëçâàé MD5 ïàðîëè"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Èçïîëçâàé NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "æúëòè ñòðàíèöè"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Ïàðîëàòà å ïðåêàëåíî ïðîñòà (òðÿáâà äà áúäå äúëãà ïîíå %d ñèìâîëà)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Èäåíòèôèêàöèÿ ïî NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS äîìåéí"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS ñúðâúð"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Ïðèåìè ïîòðåáèòåë"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Äîáàâè ïîòðåáèòåë"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(âå÷å ïðèáàâèõ %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4467,49 +4480,49 @@ msgstr ""
"Âúâåäåòå ïîòðåáèòåë\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Èñòèíñêî èìå"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Ïîòðåáèòåëñêî èìå"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Øåë"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Èêîíà"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Òàçè ïàðîëà å ïðåêàëåíî ïðîñòà"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Ìîëÿ, çàäàéòå ïîòðåáèòåëñêî èìå"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Ïîòðåáèòåëñêîòî èìå ìîæå äà âêëþ÷âà ñàìî ìàëêè áóêâè, íîìåðà, `-' è `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Òîâà ïîòðåáèòåëñêî èìå å âå÷å äîáàâåíî"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4538,19 +4551,19 @@ msgstr ""
"Àêî èñêàòå äà ñúçäàäåòå bootdisk çà âàøàòà ñèñòåìà, ïîñòàâåòå äèñêåòà â\n"
"ïúðâîòî óñòðîéñòâî è íàòèñíåòå \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ïúðâî ôëîïè óñòðîéñòâî"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Âòîðî ôëîïè óñòðîéñòâî"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ïðåñêî÷è"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4573,32 +4586,32 @@ msgstr ""
"ñïàñèòåëíàòà äèñêåòà íà Mandrake, óëåñíÿâàùà âúçñòàíîâÿâàíåòî ïðè ðåäêè\n"
"ñëó÷àè íà ñðèâ. Èñêàòå ëè äà ñúçäàì bootdisk çà ñèñòåìàòà âè ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Ñúæàëÿâàì íÿìà ôëîïè"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Èçáåðåòå ôëîïè äðàéâ,êúäåòî äà íàïðàâèòå ñòàðòèðàùà äèñêåòà"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Ñëîæåòå äèñêåòà â óñòðîéñòâî %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Ñúçäàâàíå íà ñòàðòèðàùà äèñêåòà"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Ïîäãîòîâêà íà bootloader"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Èñêàòå ëè äà èçïîëçâàòå aboot ?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4606,80 +4619,80 @@ msgstr ""
"Ãðåøêà ïðè èíñòàëèðàíå íà aboot, \n"
"äà ñå îïèòàì ëè äà ïðîäúëæà èíñòàëàöèÿòà äîðè, àêî òîâà óíèæòîæè ïúðâèÿ äÿë ?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Èíñòàëàöèÿòà íà bootloader ïðîâàëåíà. Ïîÿâè ñå ñëåäíàòà ãðåøêà:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Äîáðå äîøëè ïðè Cracker-èòå"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Ëîøî"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Ñëàáî"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Ñðåäåíî"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Âèñîêî"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ïàðàíîè÷íî"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Äîïúëíèòåëíè âúïðîñè"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(ìîæå äà ïðè÷èíè çàãóáà íà äàííè)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Èñêàòå ëè îïòèìèçàöèÿ íà äèñêîâåòå ?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Èçáåðåòå íèâî íà ñèãóðíîñò"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Òî÷åí ðàçìåð íà RAM-ïàìåòòà, àêî å íåîáõîäèìî (íàìåðåíè %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Àâòîìàòè÷íî ìîíòèðàíå íà ñìåíÿåìèòå äèñêîâå"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Ïî÷èñòâàíå íà /tmp ïðè âñÿêî çàðåæäàíå"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Âêëþ÷è ìíîãî ïðîôèëè"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Çàäåéñòâàíå Num Lock-à ïðè çàðåæäàíå"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Äàéòå ðàçìåðà RAM-ïàìåò â Mb"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Íå ìîæå äà èçïîëçâàòå supermount ïðè âèñîêî íèâî íà ñèãóðíîñò"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4694,7 +4707,7 @@ msgstr ""
"Êàòî öÿëî, íå î÷àêâàéòå äà èçïîëçâàòå ìàøèíàòà ñè çà íåùî äðóãî, îñâåí çà "
"ñúðâúð.Áÿõòå ïðåäóïðåäåí."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4702,22 +4715,22 @@ msgstr ""
"Âíèìàíèå, àêî å âêëþ÷åí numlock ìîæå äà äîâåäå äî èçâåæäàíåòî íà\n"
"÷èñëà âìåñòî áóêâè (íàïðèìåð: íàòèñêàéêè 'p' äàâà '6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Èñêàòå ëè äà ñúçäàì àâòîìàòè÷íî èíñòàëèðàùà äèñêåòà çà Linux ðåïëèêàöèÿ?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ñëîæåòå ïðàçíà äèñêåòà â óñòðîéñòâî %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Ïîäãîòâÿì äèñêåòà ñ àâòîìàðè÷íà èíñòàëàöèÿ"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4727,7 +4740,7 @@ msgstr ""
"\n"
"Íàèñòèíà ëè èñêàòå äà èçëåçåòå ñåãà ?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4789,10 +4802,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Âàøèÿò èçáîð ? (ïî ïîäðàçáèðàíå %s, âúâåäåòå 'none' çà íèêîé)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "×åøêè"
+msgid "Czech (QWERTZ)"
+msgstr "×åøêè (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Íåìñêè"
@@ -4800,19 +4813,19 @@ msgstr "Íåìñêè"
msgid "Dvorak"
msgstr "Äâîðæàê"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Èñïàíñêè"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Ôèíëàíäñêè"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Ôðåíñêè"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Íîðâåæêè"
@@ -4820,15 +4833,15 @@ msgstr "Íîðâåæêè"
msgid "Polish"
msgstr "Ïîëñêè"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ðóñêè"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UÊ êëàâèàòóðà"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US êëàâèàòóðà"
@@ -4876,151 +4889,167 @@ msgstr "Øâåéöàðñêè (íåìñêà íàðåäáà)"
msgid "Swiss (French layout)"
msgstr "Øâåéöàðñêè (ôðåíñêè íàðåäáà)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "×åøêè (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Íåìñêè (áåç íåðàáîòåùè êëàâèøè)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Äàòñêè"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Äâîðæàê (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Äâîðæàê (Íîðâåæêè)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Åñòîíñêè"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Ãðóçèíñêè (\"Ðóñêà\" íàðåäáà)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Ãðóçèíñêè (\"Ëàòèíñêà\" íàðåäáà)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Ãðúöêè"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Óíãàðñêè"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Õúðâàòñêè"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Èçðàåëñêè"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Èçðàåëñêè (ôîíåòè÷åí)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Èðàíñêè"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Èñëàíäñêè"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Èòàëèàíñêè"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "ßïîíñêà 106 êëàâèøà"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Ëàòèíîàìåðèêàíñêè"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Õîëàíäñêè"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Ëèòâèéñêè AZERTY (ñòàð)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Ëèòâèéñêè AZERTY (íîâ)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëèòâèéñêè \"÷èñëîâà ðåäèöà\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëèòâèéñêè \"ôîíåòè÷åí\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Ïîëñêè (QWERTY íàðåäáà)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Ïîëñêè (QWERTZ íàðåäáà)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Ïîðòóãàëñêè"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Êàíàäñêè (Êâåáåê)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ðóñêè (ßÂÅÐÒÈ)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Øâåäñêè"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Ñëîâåíñêè"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Ñëîâàøêè"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Ñëîâàøêè (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Ñëîâàøêè (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Òàéâàíñêà êëàâèàòóðà"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Òóðñêè (òðàäèöèîíåí \"F\" ìîäåë)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Òóðñêè (ìîäåðåí \"Q\" ìîäåë)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Óêðàèíñêè"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US êëàâèàòóðà (ìåæäóíàðîäíà)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Âèåòíàìñêè \"÷èñëîâà ðåäèöà\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Þãîñëàâÿíñêè (ëàòèíñêà íàðåäáà)"
@@ -5036,9 +5065,10 @@ msgstr "Ñòàíäàðòíà"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Îáèêíîâåííà 2-áóòîííà ìèøêà"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5076,6 +5106,10 @@ msgstr "Îáèêíîâåííà 2-áóòîííà ìèøêà"
msgid "Generic 3 Button Mouse"
msgstr "Îáèêíîâåííà 3-áóòîííà ìèøêà"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5134,26 +5168,26 @@ msgstr "Íàòàêúê ->"
msgid "Is this correct?"
msgstr "Âñè÷êî ïðàâèëíî ëè å ?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Íàñòðîéêà íà Èíòåðíåò"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Èñêàòå ëè ñåãà äà îïèòàòå èçïðîáâàòå ñè êúì Èíòåðíåò ?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Êàêúâ å òèïúò íà ISDN âðúçêàòà ?"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Íå ñå ñâúðçâàé êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5161,11 +5195,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Íàñòðîéêà íà IDSN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5173,116 +5209,116 @@ msgstr ""
"Ïîñî÷åòå äîñòàâ÷èêà ñè.\n"
" Àêî íå å â ñïèñúêà, èçáåðåòå Unlisted"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Íàñòðîéêà íà âðúçêàòà"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Ìîëÿ, ïîïúëíåòå èëè ïðîâåðåòå ïîëåòî ïî-äîëó"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ íà êàðòàòà"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Ïàìåò (DMA) íà êàðòàòà"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO íà êàðòàòà"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 íà êàðòàòà"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 íà êàðòàòà"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
#, fuzzy
msgid "Your personal phone number"
msgstr "Ëè÷íèÿ âè òåëåôîíåí íîìåð"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Èìå íà äîñòàâ÷èêà (íàïð. provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Òåëåôîíåí íîìåð íà äîñòàâ÷èêà"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "1-âè DNS íà äîñòàâ÷èêà"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "2-ðè DNS íà äîñòàâ÷èêà"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Ðåæèì íà íàáèðàíå"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Èìå íà àêàóíòà (ïîòåáèòåëñêî èìå)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Ïàðîëà íà àêàóíòà"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Ïîòâúðæäåíèå íà ïàðîëàòà"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Åâðîïà"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Åâðîïà (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Îñòàíàëèÿ ñâÿò"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Îñòàíàëèÿ ñâÿò - áÿõ D-Êàíàë (íàåòà ëèíèÿ)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Êàêúâ ïðîòîêîë æåëàåòå äà ïðîìåíèòå ?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Íå çíàì"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Êàêúâ òèï êàðòà èìàòå ?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Íàòàòúê"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Îòêàç"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5294,15 +5330,15 @@ msgstr ""
"\n"
"Àêî èìàòå PCMCIA êàðòà, ùå òðÿáâà äà çíàåòå IRC è IO íà êàðòàòà ñè.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Êîÿ å ISDN êàðòàòà âè ?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Íàìåðåõ ISDN êàðòà:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5310,11 +5346,11 @@ msgstr ""
"Îòêðèòà å ISDN PCI êàðòà, íî ñ íåïîçíàò òèï. Ìîëÿ èçáåðåòå íÿêîÿ PCI êàðòà "
"îò ñëåäâàùèÿò åêðàí."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Íå å íàìåðåíà ISDN PCI êàðòà. Ìîëÿ èçáåðåòå îò ñëåäâàùèÿò åêðàí."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5322,215 +5358,222 @@ msgstr ""
"Íå áåøå íàìåðåí ìðåæîâ àäàïòåð â ñèñòåìàòà âè.\n"
"Íå ìîæåòå äà íàñòðîèòå òàêúâ âèä âðúçêà."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Èçáåðåòå ìðåæîâ èíòåðôåéñ"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Ìîëÿ, èçáåðåòå ìðåæîâèÿ àäàïòåð, ÷ðåç êîéòî äà ñå ñâðúæà êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Ìðåæîâ èíòåðôåéñ"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr ""
"Íà ïúò ñúì äà ðåñòàðòèðàì ìðåæîâîòî óñòðîéñòâî $device. Ñúãëàñíè ëè ñòå ?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Íàñòðîéêà íà ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Èñêàòå ëè äà ñòàðòèðàòå âðúçêàòà ñè ïðè çàðåæäàíå ?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Äà ñå îïèòàì ëè äà îòêðèÿ ìîäåì ?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Ìîëÿ, èçáåðåòå ñåðèåí ïîðò êúì êîéòî ñâúðçàí ìîäåìúò âè."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Îïöèè çà èçáèðàíå ïî òåëåôîí"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Èìå íà âðúçêàòà"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Òåëåôîíåí íîìåð"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Ïîòðåáèòåëñêî èìå"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Èäåíòèôèêàöèÿ"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Áàçèðàíà íà ñêðèïò"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Áàçèðàíà íà òåðìèíàë"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Èìå íà äîìåéíà"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Ïúðâè DNS ñúðâúð"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Âòîðè DNS ñúðâúð"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Ñâúðæè ñå êúì Èíòåðíåò / Íàñòðîé ëîêàëíàòà ìðåæà"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Íå ñå ñâúðçâàé êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Íå ñå ñâúðçâàé êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Ñâúðæè ñå êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Îòâúðæè ñå îò Èíòåðíåò"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Èíòåðíåò âðúçêà è íàñòðîéêà"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Íà ïúò ñúì äà ðåñòàðòèðàì ìðåæîâîòî óñòðîéñòâî $netc->{NET_DEVICE}. Ñúãëàñíè "
"ëè ñòå ?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Âúòðåøíà ISDN êàðòà"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Âúíøåí ISDN ìîäåì"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Ñâúðæè ñå êúì Èíòåðíåò"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Êàêúâ å òèïúò íà ISDN âðúçêàòà ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Ôðàíöèÿ"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Äðóãè ñòðàíè"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Â êîÿ ñòðàíà ñå íàìèðàòå ?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Ìîäåì Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Ìîäåì ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Àêî ADSL ìîäåìúò âè å Alcatel, èçáåðåòå Alcatel. Èíà÷å, èçáåðåòå ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "èçïîëçâàé PPPOE"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "íå èçïîëçâàé PPPOE"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
#, fuzzy
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
@@ -5541,12 +5584,12 @@ msgstr ""
"Îáà÷å, ñúùåñòâóâàò íÿêîè âðúçêè, êîèòî èçïîëçâàò ñàìî DHCP.\n"
"Àêî íå çíàåòå, èçáåðåòå 'èçïîëçâàé PPPOE'."
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5554,35 +5597,35 @@ msgstr ""
"Êàêúâ DHCP êëèåíò èñêàòå äà èçïîëçâàòå ?\n"
"Ïî ïîäðàçáèðàíå å DHCPD ?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Íàñòðîéêà íà Èíòåðíåò ñâðúçêàòà"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Íàñòîéêà íà ëîêàëíàòà ìðåæà"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Íàñòðîéêà íà ìðåæàòà"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Èñêàòå ëè äà òåñòâàòå íàñòðîéêèòå?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Èçêëþ÷âàíå íà ìðåæàòà"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Ñâúðæè ñå êúì Èíòåðíåò / Íàñòðîé ëîêàëíàòà ìðåæà"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5590,15 +5633,15 @@ msgstr ""
"Ëîêàëíàòà ìðåæà âå÷å å íàñòðîåíà.\n"
"Èñêàòå ëè äà:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Êàê èñêàòå äà ñå ñâúðæåòå êúì Èíòåðíåò ?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Íàñòðîéêà íà ìðåæàòà"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5679,6 +5722,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP àäðåñúò òðÿáâà äà áúäå âúâ ôîðìàò 1.2.3.4"
@@ -5808,7 +5852,7 @@ msgstr "Ëîêàëåí ïðèíòåð"
msgid "Remote printer"
msgstr "Îòäàëå÷åí ïðèíòåð"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Îòäàëå÷åí CUPS ñúðâúð"
@@ -5956,7 +6000,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Èìå íà õîñò íà ïðèíòåðà"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Ïîðò"
@@ -6096,12 +6140,12 @@ msgstr "Ñòàðòèðàíå íà CUPS"
msgid "Reading CUPS drivers database..."
msgstr "×åòåíå íà CUPS äðàéâåðèòå îò áàçàòà äàííè ..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Èçáåðåòå âðúçêà êúì ïðèíòåðà"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Êàê å ñâúðçàí ïðèíòåðúò ?"
@@ -6119,11 +6163,33 @@ msgstr ""
"è äà áèëî ïðèíòåð òóê; ïðèíòåðèòå ñàìè áèâàò çàñè÷àíè.\n"
" ñëó÷àé íà ñúìíåíèå, èçáåðåòå \"Îòäàëå÷åí CUPS ñúðâúð\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Ñ îòäàëå÷åí CUPS ñúðâúð, íå âè ñå íàëàãà äà íàñòðîéâàòå êàêúâòî\n"
+"è äà áèëî ïðèíòåð òóê; ïðèíòåðèòå ñàìè áèâàò çàñè÷àíè.\n"
+" ñëó÷àé íà ñúìíåíèå, èçáåðåòå \"Îòäàëå÷åí CUPS ñúðâúð\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP íà SMB ñúðâúð:"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Èçòðèâàíå íà îïàøêàòà"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6135,19 +6201,19 @@ msgstr ""
"áúäàò îïðåäåëåíè. Êàêâî èìå äà áúäå èçïîëçâàíî çà òîçè ïðèíòåð è\n"
"êàê å ñâúðçàí òîé ?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Èìå íà ïðèíòåð"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Îïèñàíèå"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ìåñòîïîëîæåíèå"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6159,15 +6225,15 @@ msgstr ""
"èìå íà äèðåêòîðèÿ äà áúäå èçïîëçâàíî çà òàçè îïàøêà è êàê ñå ñâúðçàí "
"ïðèíòåðà ?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Èìå íà îïàøêà"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spool-äèðåêòîðèÿ"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Âðúçêà íà ïðèíòåðà"
@@ -7117,6 +7183,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "×åøêè"
+
+#~ msgid "Slovakian"
+#~ msgstr "Ñëîâàøêè"
+
#~ msgid ""
#~ "Time (secs) of inactivity after which\n"
#~ "it hangs up. (leave blank to disable it)"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 3ea0b7ebf..39feeeca6 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-12-30 15:29+0100\n"
"Last-Translator: Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -82,23 +82,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Kefluniadur goude staliañ"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Diuzit ment memor ho kartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Dibabit dibarzhoù ar servijer"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Dibabit ur skramm"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Skramm"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -121,40 +121,40 @@ msgstr ""
"a zo en tu-hont da varregezh ho skramm : gallout a rafe gwastañ ho skramm\n"
" M'hoc'h eus douetañs, dibabit ur c'hefluniadur fur."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Feur freskaat a-led"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Feur freskaat a-serzh"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Skramm ket kefluniet"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Kartenn c'hrafek ket kefluniet c'hoazh"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Spisterioù ket dibabet c'hoazh"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Da ziwall : arvarus eo amprouiñ ar gartenn c'hrafek-mañ"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Amprouiñ ar c'hefluniadur"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -162,146 +162,146 @@ msgstr ""
"\n"
"klaskit kemmañ arventennoù 'zo"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "C'hoarvezet eo ur fazi :"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Kuitaat e %d eilenn"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Ha reizh eo ar c'hefluniadur ?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "C'hoarvezet eo ur fazi, klaskit kemmañ arventennoù 'zo"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Spister"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Dibabit ar spister ha donder al livioù"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Kartenn c'hrafek : %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Servijer XFree86 : %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Diskouez pep tra"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Spisterioù"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Reizhadur ar stokellaoueg : %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Seurt logodenn : %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Trobarzhell al logodenn : %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "KempredA-led ar skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "FreskA-serzh ar skramm : %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Kartenn c'hrafek : %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memor c'hrafek : %s ko\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "Dibarzhoù donder liv"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Spisterioù"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servijer XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Servijer XFree86 : %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "O prientiñ kefluniadur X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Kemmañ ar skramm"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Kemmañ ar gartenn c'hrafek"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Kemmañ dibarzhoù ar servijer"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Kemmañ ar spister"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Diskouez titouroù"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Amprouiñ adarre"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Kuitaat"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Petra a vennit ober ? "
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -310,20 +310,20 @@ msgid ""
"%s"
msgstr "Derc'hel ar c'hefluniadur IP o ren"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Adereit ouzh %s evit bevaat ar c'hemmoù mar plij"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Dizereit mar plij ha neuze implijit Ctrl-Alt-WarGil"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X pa loc'her"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -331,11 +331,11 @@ msgstr ""
"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
"Mennout a rit lañsañ X pa adloc'hit ?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -344,12 +344,12 @@ msgstr ""
"Kefluniañ ho urzhiataer evit lañsañ X ent emgefreek pa loc'ho a c'hellañ.\n"
"Mennout a rit lañsañ X pa adloc'hit ?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
#, fuzzy
msgid "Choose the default user:"
msgstr "Dibabit ar ment nevez"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Dibabit ar benveg a vennit staliañ"
@@ -450,108 +450,117 @@ msgstr "Skramm a c'hell ober 1600x1200 da 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Skramm a c'hell ober 1600x1200 da 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Rann gentañ ar parzhadur loc'hañ"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Rann gentañ ar bladenn (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
#, fuzzy
msgid "SILO Installation"
msgstr "Staliadur LILO/grub"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Pelec'h e mennit staliañ ar c'harger loc'hañ ?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Staliadur LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
#, fuzzy
msgid "None"
msgstr "Graet"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Pe garger(ien) loc'hañ a vennit imlijout ?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
#, fuzzy
msgid "Bootloader installation"
msgstr "Dibarzhoù pennañ ar c'harger loc'hañ"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Trobarzhell loc'hañ"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne da ket en-dro gant BIOSoù kozh)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Fetis"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "fetis"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Mod video"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Gedvezh kent loc'hañ ar skeudenn dre ziouer"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Tremenger"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Tremenger (adarre)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Strishaat dibarzhoù al linenn urzhiañ"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "strishaat"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Dibarzhoù pennañ ar c'harger loc'hañ"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Didalvout eo ``Strishaat dibarzhoù al linenn urzhiañ'' hep tremenger"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Klaskit adarre mar plij"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "An tremegerioù ne glot ket"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -559,140 +568,144 @@ msgstr ""
"Setu da heul an enmontoù liesseurt.\n"
"Gallout a rit ouzhpennañ lod pe gemmañ a re a zo."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Ouzhpennañ"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Graet"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Pe seurt enmont a vennit ouzhpennañ"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
#, fuzzy
msgid "Other OS (SunOS...)"
msgstr "Reizhiadoù (windows...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Reizhiadoù (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Skeudenn"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Gwrizienn"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Ouzhpennañ"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lenn-skrivañ "
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Taolenn"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Arvarus"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Skridennad"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Dre ziouer"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Mat eo"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Dilemel an enmont"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Berzet eo ar skridennadoù goullo"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "En implij eo ar skridennad-se endeo"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Kavet etrefas %s %s"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Hag un all hoc'h eus ?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Hag un etrefas %s bennak a zo ganeoc'h ?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ket"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ya"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Gwelet titouroù periantel"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "O staliañ ur sturier evit kartenn %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(mollad %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Pe sturier %s a zlefen amprouiñ ?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -711,20 +724,20 @@ msgstr ""
"urzhiataer,\n"
"hogen ne raio reuz ebet."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Embrouiñ"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Spisait dibarzhoù"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Bremañ e c'hellit pourvezañ e zibarzhoù d'ar mollad %s"
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -735,11 +748,11 @@ msgstr ""
"Diouzh ar furmad ``anv=talvoud anv2=talvoud2...'' eo an dibaboù.\n"
"Da skouer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Dibarzhoù ar mollad :"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -827,7 +840,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Kuitaat e %d eilenn"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Krouiñ"
@@ -835,7 +848,7 @@ msgstr "Krouiñ"
msgid "Unmount"
msgstr "Divarc'hañ"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Dilemel"
@@ -843,16 +856,16 @@ msgstr "Dilemel"
msgid "Format"
msgstr "Furmadiñ"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Adventañ"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Seurt"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Poent marc'hañ"
@@ -989,8 +1002,8 @@ msgid "Please make a backup of your data first"
msgstr "Gwarezit ho roadoù da gentañ mar plij"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lennit aketus !"
@@ -1015,7 +1028,7 @@ msgstr "Bezit war evezh : arvarus eo an obererezh-mañ."
msgid "Error"
msgstr "Fazi"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Poent marc'hañ :"
@@ -1127,35 +1140,35 @@ msgstr "Seurt taolenn barzhañ : %s\n"
msgid "on bus %d id %d\n"
msgstr "war bus %d Nn %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Marc'hañ"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Bevaat"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Ouzhpennañ da RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Lemel diwar RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Kemmañ RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Implij da saveteiñ"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Dibabit un obererezh"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1167,7 +1180,7 @@ msgstr ""
"Pe e implijit LILO ha ne daio ket en-dro, pe ne rit ket ha n'hoc'h eus ket "
"ezhomm a /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1181,65 +1194,65 @@ msgstr ""
"Ma vennit implijout ar merour loc'hañ LILO, taolit pled da ouzhpennañ ur "
"parzhadur /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Grit kentoc'h gant ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Implijit ``Divarc'hañ'' da gentañ"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Goude kemmañ seurt ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Kenderc'hel evelato ?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Kuitaat hep enrollañ"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Kuitaat hep skrivañ an daolenn barzhañ ?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Kemmañ seurt ar parzhadur"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Pelec'h e mennit marc'hañ ar restr saveteiñ %s ?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Pelec'h e mennit marc'hañ an drobarzhell %s ?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1247,146 +1260,146 @@ msgstr ""
"N'hellan ket dizober ar poent marc'hañ dre m'eo implijet ar parzhadur-se\n"
"evit saveteiñ. Lamit ar saveteiñ da gentañ"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Goude furmadiñ ar parzhadur %s, holl roadoù ar parzhadur-se a vo kollet"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "O furmadiñ"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "O furmadiñ ar restr saveteiñ %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "O furmadiñ ar parzhadur %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Goude furmadiñ an holl barzhadurioù,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "kollet e vo holl roadoù war ar parzhadurioù-se"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Dilec'hiañ"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Rann"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "O tilec'hiañ"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "O tilec'hiañ ur parzhadur..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "War-nes bezañ skrivet war bladenn eo taolenn barzhañ an ardivink %s !"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Ret e vo deoc'h adloc'hañ a-raok ma talvezo ar c'hemm"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Oc'h adventañ"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Mat e vije gwareziñ holl roadoù ar parzhadur-se"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Dibabit ar ment nevez"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "Mo"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Krouiñ ur parzhadur nevez"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Rann kregiñ :"
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Ment e Mo :"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Seurt ar reizhiad restroù :"
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Dibarzh :"
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "N'heller ket implijout ar parzhadur-mañ evit saveteiñ"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Saveteiñ"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Anv ar restr saveteiñ :"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Restr implijet gant ur saveteiñ all endeo, dibabit unan all"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ar restr a zo endeo. E implijout ?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Diuzit ar restr"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1394,11 +1407,11 @@ msgstr ""
"N'eo ket heñvel ment an daolenn barzhañ gwarezet\n"
"Kenderc'hel memestra ?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Ho evezh"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1406,27 +1419,27 @@ msgstr ""
"Lakait ur bladennig el lenner\n"
"Kollet e vo holl roadoù ar bladennig-se"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "O klask assevel an daolenn barzhañ"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "trobarzhell"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "live"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ment diaoz"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Dibabit da be RAID ouzhpennañ"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nevez"
@@ -2842,8 +2855,8 @@ msgstr "Kefluniañ servijoù"
msgid "Configure printer"
msgstr "Kefluniañ ar voullerez"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Termeniñ tremenger root"
@@ -2871,7 +2884,7 @@ msgstr "Pladennig staliañ emgefreek"
msgid "Exit install"
msgstr "Dilezel ar staliadur"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Fazi en ur lenn ar restr $f"
@@ -2975,18 +2988,18 @@ msgstr "Pe seurt parzhadur a vennit ?"
msgid "Computing Windows filesystem bounds"
msgstr "O jediñ bevennoù ar reizhiad restroù FAT"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3006,58 +3019,58 @@ msgstr ""
"ar\n"
"parzhadur-se, ha gwareziñ ho roadoù. Pa vezit sur, gwaskit \"Mat eo\""
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Da beseurt rann e mennit dilec'hiañ ?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, fuzzy, c-format
msgid "partition %s"
msgstr "Parzhadur"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Adventañ ent emgefreek sac'het"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Goude adventañ ar parzhadur %s e vo kollet holl roadoù ar parzhadur-se"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Mailh"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr ""
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
@@ -3066,30 +3079,30 @@ msgstr ""
"Gallout a rit bremañ parzhañ ho pladenn galet %s\n"
"Pa 'z eo graet, na zisoñjit ket enrollañ dre implijout `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "N'hoc'h eus parzhadur windows ebet !"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "N'hellan ouzpennañ parzhadur ebet ken"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Seurt taolenn barzhañ : %s\n"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "O lañsañ ar rouedad"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "O tizenaouiñ ar rouedad"
@@ -3101,12 +3114,12 @@ msgstr ""
"Degouezhet ez eus ur fazi, hogen n'ouzon ket e verañ naet.\n"
"Kendalc'hit war ho mar."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Poent marc'hañ doubl %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3114,12 +3127,12 @@ msgid ""
"Mandrake/RPMS/*.rpm\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Degemer e %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Lenner pladennig hegerz ebet"
@@ -3199,7 +3212,7 @@ msgid "There was an error ordering packages:"
msgstr "Ur fazi a zo bet en ur rummañ pakadoù :"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Implijout ar c'hefluniadur o ren evit X11 ?"
@@ -3871,94 +3884,94 @@ msgstr ""
"Altadena California 91001\n"
"SUA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Dibabit ur melezour da dapout ar pakadoù diwarnañ"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "O taremprediñ ar melezour evit kaout roll ar pakadoù hegerz"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Dibabit ar pakadoù a vennit staliañ, mar plij."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Pe seurt a vo implij ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Ha war GMT eo lakaet ho eurier periantel ?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Tremenger ebet"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Implijout ur restr kuzhet"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "kuzhet"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Implijout tremegerioù MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Implijout NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "pajennoù melen"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutañ)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Dilesadur NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Domani NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Servijer NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Aotren an arveriad"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Ouzhpennañ un arveriad"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(ouzhpennet %s endeo)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3968,37 +3981,37 @@ msgstr ""
"Skrivit un arveriad\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Anv gwirion"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Anv arveriad"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Arlun"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Re eeun eo an tremeger"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Roit un anv arveriad mar plij"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4006,12 +4019,12 @@ msgstr ""
"An anv arveriad a zle bezañ ennañ lizherennoù munut, sifroù, `-' ha `_' "
"hepken"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "En implij eo an anv arveriad-se endeo"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4041,19 +4054,19 @@ msgstr ""
"evit\n"
"ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Lenner pladennig kentañ"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Eil lenner pladennig"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Tremen e-biou"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4078,34 +4091,34 @@ msgstr ""
"evit\n"
"ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Ho tigarez, lenner pladennig hegerz ebet"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Dibabit al lenner pladennig a vennit implijout evit ober ar bladenn loc'hañ"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "O krouiñ ar bladenn loc'hañ"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "O prientiñ ar c'harger loc'hañ"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Mennout a rit implijout SILO ?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4113,81 +4126,81 @@ msgstr ""
"Fazi en ur staliañ aboot,\n"
"klask rediañ ar staliadur zoken ma tistruj ar parzhadur kentañ ?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Staliadur LILO a zo sac'het. Degouezhet eo ar fazi a heul :"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Bezit deuet mat, preizherien !"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Paour"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Izel"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Etre"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Uhel"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ankeniet"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Goulennoù a bep seurt"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(a c'hell breinañ roadoù)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Implijout gwelladur ar bladenn galet ?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Dibabit al live surentez"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Spisait ment ar memor vev diouzh ret (kavet %d Mo)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Emvarc'hañ ar skoroù lem/laka"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Skarañ /tmp bep ma loc'her"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Aotren lies trolinenn"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Enaouiñ KrouilhNiv pa loc'her"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Roit ment ar memor vev e Mo"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "N'hellan ket implijout supermount el live surentez uhel"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4196,27 +4209,27 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "O krouiñ ur bladennig staliañ emgefreek"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4226,7 +4239,7 @@ msgstr ""
"\n"
"Mennout a rit kuitaat da vat bremañ ?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4288,10 +4301,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Ho tibab ? (%s dre ziouer, skrivit `none' evit hini ebet)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tchek"
+msgid "Czech (QWERTZ)"
+msgstr "Tchek (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Alaman"
@@ -4299,19 +4312,19 @@ msgstr "Alaman"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Spagnol"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finnek"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Gall"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norvegek"
@@ -4319,15 +4332,15 @@ msgstr "Norvegek"
msgid "Polish"
msgstr "Polonek"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rusiek"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Stokellaoueg RU"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Stokellaoueg SUA"
@@ -4376,157 +4389,173 @@ msgstr "Suis (reizhadur alaman)"
msgid "Swiss (French layout)"
msgstr "Suis (reizhadur gall)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Tchek (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alaman (stokell marv ebet)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danek"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
#, fuzzy
msgid "Dvorak (US)"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
#, fuzzy
msgid "Dvorak (Norwegian)"
msgstr "Norvegek"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estoniek"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Jorjiek (reizhadur \"Rusiek\")"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Jorjiek (reizhadur \"Latin\")"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Gresian"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hungarian"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroatek"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelian"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelian (soniadel)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
#, fuzzy
msgid "Iranian"
msgstr "Ukrainiek"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandek"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italian"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Amerikan Latin"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Hollandek"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
#, fuzzy
msgid "Lithuanian AZERTY (old)"
msgstr "Lituaniek AZERTY"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
#, fuzzy
msgid "Lithuanian AZERTY (new)"
msgstr "Lituaniek AZERTY"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituaniek QUERTY \"linenn sifroù\""
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniek QUERTY \"soniadel\""
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugalek"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadian (Kebek)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rusiek (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Svedek"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovek"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovakek"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovakek (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovakek (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Stokellaoueg Thai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkek (hengounel doare \"F\")"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkek (arnevez doare \"Q\")"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrainiek"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Stokellaoueg SUA (etrevroadel)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Lituaniek QUERTY \"linenn sifroù\""
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Yougoslaviek (reizhadur latin)"
@@ -4542,9 +4571,10 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Logodenn rummel"
#: ../../mouse.pm_.c:34
#, fuzzy
@@ -4584,6 +4614,10 @@ msgstr "Logodenn rummel 2 nozelenn"
msgid "Generic 3 Button Mouse"
msgstr "Logodenn rummel 3 nozelenn"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan+/FirstMouse+"
@@ -4644,27 +4678,27 @@ msgstr ""
msgid "Is this correct?"
msgstr "Ha reizh eo ?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
#, fuzzy
msgid "Internet configuration"
msgstr "Kefluniañ ar proksioù"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4673,138 +4707,140 @@ msgstr "Anv ar gevreadenn"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
#, fuzzy
msgid "ISDN Configuration"
msgstr "Kefluniadur"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Kefluniañ ar proksioù"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr ""
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr ""
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr ""
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr ""
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr ""
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
#, fuzzy
msgid "Provider phone number"
msgstr "Niverenn bellgomz"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
#, fuzzy
msgid "Dialing mode"
msgstr "Anv domani"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
#, fuzzy
msgid "Account Login (user name)"
msgstr "Poent marc'hañ"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
#, fuzzy
msgid "Account Password"
msgstr "Tremenger"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
#, fuzzy
msgid "Confirm Password"
msgstr "Tremenger"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
#, fuzzy
msgid "Rest of the world"
msgstr "Amprouiñ ar c'hefluniadur"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
#, fuzzy
msgid "ISA / PCMCIA"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
#, fuzzy
msgid "PCI"
msgstr "PCMCIA"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Peseurt moullerez hoc'h eus ?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
#, fuzzy
msgid "Continue"
msgstr "Kenderc'hel evelato ?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4812,313 +4848,320 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
#, fuzzy
msgid "Which is your ISDN card ?"
msgstr "Pehini eo ho takad-eur ?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Dibabit ar ment nevez"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outañ, mar plij."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
#, fuzzy
msgid "ADSL configuration"
msgstr "Kefluniadur"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
#, fuzzy
msgid "Do you want to start your connection at boot?"
msgstr "Mennout a rit implijout aboot ?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Klask kavout ur modem ?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Dibarzhoù sifrennañ"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
#, fuzzy
msgid "Phone number"
msgstr "Niverenn bellgomz"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Anv ereañ"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Dilesadur"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Diazezet war ur skrid"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Diazezet war un dermenell"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
#, fuzzy
msgid "Domain name"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Servijer DNS kentañ"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Eil servijer DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Mailh"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
#, fuzzy
msgid "Connect to the Internet"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
#, fuzzy
msgid "What kind is your ISDN connection?"
msgstr "Ouzh pe borzh a-steud eo luget ho logodenn ?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
#, fuzzy
msgid "France"
msgstr "Nullañ"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr ""
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr ""
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
#, fuzzy
msgid "ECI modem"
msgstr "Mailh"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
#, fuzzy
msgid "Configure local network"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Kefluniadur ar rouedad"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Mennout a rit amprouiñ ar c'hefluniadur ?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
#, fuzzy
msgid "Disable networking"
msgstr "Kefluniañ ur rouedad"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Anv ar gevreadenn"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
#, fuzzy
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr "Kefluniet eo bet ar rouedad lec'hel endeo. Ha mennout a rit :"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
#, fuzzy
msgid "How do you want to connect to the Internet?"
msgstr "Da beseurt pladenn e mennit dilec'hiañ ?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Kefluniadur ar rouedad"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5196,6 +5239,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Er furmad 1.2.3.4 e tlefe bezañ ar chomlec'h IP"
@@ -5330,7 +5374,7 @@ msgstr "Moullerez lec'hel"
msgid "Remote printer"
msgstr "Dibarzhoù ar voullerez lpd a-bell"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
#, fuzzy
msgid "Remote CUPS server"
msgstr "Steud a-bell"
@@ -5484,7 +5528,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Dibarzhoù ar voullerez"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Paour"
@@ -5625,12 +5669,12 @@ msgstr "O vrasjediñ"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Diuzit lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Penaos eo luget ar voullerez ?"
@@ -5646,11 +5690,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP ar servijer SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Lemel ar steudad"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
#, fuzzy
msgid ""
"Every printer need a name (for example lp).\n"
@@ -5663,22 +5725,22 @@ msgstr ""
"ha renkell a zo da implijout evit ar steud-mañ ha penaos eo luget ar "
"voullerrez ?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
#, fuzzy
msgid "Name of printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
#, fuzzy
msgid "Description"
msgstr "Spisait dibarzhoù"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
#, fuzzy
msgid "Location"
msgstr "Titouroù"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5690,15 +5752,15 @@ msgstr ""
"ha renkell a zo da implijout evit ar steud-mañ ha penaos eo luget ar "
"voullerrez ?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Anv ar steud"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Renkell ar spool"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Lugerezh ar voullerez"
@@ -6633,6 +6695,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Tchek"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovakek"
+
#, fuzzy
#~ msgid "Reconfigure local network"
#~ msgstr "Adgefluniañ ar rouedad bremañ"
@@ -7046,9 +7114,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Logodenn Apple USB (3 nozelenn pe vuioc'h)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Logodenn rummel"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 7e522f6af..21939ccc7 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
-"PO-Revision-Date: 2000-10-02 14:17+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
+"PO-Revision-Date: 2000-10-23 21:33+0200\n"
"Last-Translator: Quico Llach <traddrake@softcatala.org>\n"
"Language-Team: Catalan\n"
"MIME-Version: 1.0\n"
@@ -92,23 +92,23 @@ msgstr "XFree %s amb acceleració 3D de maquinari EXPERIMENTAL"
msgid "XFree configuration"
msgstr "Configuració de l'XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Seleccioneu la mida de memòria de la vostra targeta gràfica"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Escolliu les opcions per al servidor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Escolliu un monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -131,40 +131,40 @@ msgstr ""
"el podríeu fer malbé.\n"
"En cas de dubte, sigueu conservador amb aquest paràmetre."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Velocitat de refresc horitzontal"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Velocitat de refresc vertical"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "El monitor no està configurat"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "La targeta gràfica encara no està configurada"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Encara no s'han escollit les resolucions"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Voleu comprovar la configuració?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Avís: la comprovació d'aquesta targeta gràfica pot penjar-vos l'ordinador"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Comprova la configuració"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -172,146 +172,146 @@ msgstr ""
"\n"
"intenteu canviar alguns paràmetres"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "S'ha produït un error:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Sortida en %d segons"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "És aquest el paràmetre corrcte?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "S'ha produït un error, intenteu canviar alguns paràmetres"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resolució"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Escolliu la resolució i la profunditat de color"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Targeta gràfica: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Servidor xFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Mostra'ls tots"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resolucions"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Disposició del teclat: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tipus de ratolí: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dispositiu del ratolí: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Sincronització horitzontal del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Refresc vertical del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Targeta gràfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memòria gràfica: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Profunditat del color: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Resolució: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servidor xFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Controlador de l'xFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "S'està preparant la configuració de l'X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Canvia el monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Canvia la targeta gràfica"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Canvia les opcions del servidor"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Canvia la resolució"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Mostra la informació"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Torna-ho a comprovar"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Surt"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Què voleu fer?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -323,20 +323,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-Enrere"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X a l'inici"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -345,11 +345,11 @@ msgstr ""
"durant l'arrencada.\n"
"Voleu que X s'iniciï quan torneu a arrencar l'ordinador?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Entrada automàtica"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -358,11 +358,11 @@ msgstr ""
"nom d'usuari.\n"
"Si no voleu utilitzar aquesta característica, feu clic al botó Cancel·la."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Escolliu l'usuri per omissió:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Escolliu el gestor de finestres per executar:"
@@ -462,107 +462,116 @@ msgstr "Monitor que pot fer 1600x1200 a 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor que pot fer 1600x1200 a 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Primer sector de la partició d'arrencada"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Primer sector de la unitat (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Instal·lació del SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "On voleu instal·lar el carregador d'arrencada?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instal·lació del LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Cap"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Quin(s) carregador(s) d'arrencada voleu utilitzar?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Instal·lació del carregador d'arrencada"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Dispositiu d'arrencada"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (no funciona en BIOS antics)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compacte"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compacte"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Mode de vídeo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Demora abans d'arrencar la imatge predeterminada"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Contrasenya"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Contrasenya (un altre cop)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Limita les opcions de la línia d'ordres"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "limita"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Opcions principals del carregador d'arrencada"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"L'opció ``Limita les opcions de la línia d'ordres'' no té cap ús sense una "
"contrasenya"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Si us plau, torneu-ho a intentar"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Les contrasenyes no coincideixen"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -570,139 +579,143 @@ msgstr ""
"Aquestes són les diferents entrades.\n"
"Podeu afegir-ne algunes més o canviar-ne les existents."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Afegeix"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Fet"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Quin tipus d'entrada voleu afegir?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Un altre SO (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Un altre SO (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Imatge"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Arrel"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Afegeix"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lectura-escriptura"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Taula"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "No segur"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Predeterminat"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "D'acord"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Elimina l'entrada"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "No es permet una etiqueta buida"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Aquesta etiqueta ja està en ús"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "S'han trobat %s interfícies %s"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "En teniu una altra?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Teniu alguna interfície %s?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Sí"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Mira la informació del maquinari"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "S'està instal·lant el programa de control per a la targeta %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(mòdul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Quin programa de control %s he de provar?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -719,20 +732,20 @@ msgstr ""
"cerqui al vostre ordinador la informació que necessita? Aquesta recerca\n"
"podria blocar l'ordinador, però això no causaria cap dany."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Exploració automàtica"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Especifica les opcions"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ara podeu proporcionar les seves opcions per al mòdul %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -743,11 +756,11 @@ msgstr ""
"Les opcions estan amb el format ``nom=valor nom2=valor2 ...''.\n"
"Per exemple, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Opcions del mòdul:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -762,7 +775,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#: ../../bootloader.pm_.c:234
-#, fuzzy, c-format
+#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
@@ -770,13 +783,11 @@ msgid ""
"wait %d seconds for default boot.\n"
"\n"
msgstr ""
-"Benvingut al %s, la utilitat que us permet triar el sistema operatiu!\n"
+"Benvingut al %s, el selector de sistema operatiu!\n"
"\n"
-"Per obtenir una llista de les eleccions possibles, premeu <TAB>.\n"
+"Trieu un sistema operatiu de la lista superior, o espereu\n"
+"%d segons per arrencar en el sistema operatiu predeterminat.\n"
"\n"
-"Per carregar-ne una, escriviu-ne el nom i premeu <INTRO> o espereu %d "
-"segons\n"
-"fins a l'arrencada predeterminada.\n"
# NOTE: this message will be displayed by grub at boot time; that is
# using the BIOS font; that means cp437 charset on 99.99% of PC computers
@@ -836,7 +847,7 @@ msgstr "1 minute"
msgid "%d seconds"
msgstr "%d segons"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Crea"
@@ -844,7 +855,7 @@ msgstr "Crea"
msgid "Unmount"
msgstr "Desmunta"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Suprimeix"
@@ -852,16 +863,16 @@ msgstr "Suprimeix"
msgid "Format"
msgstr "Formata"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Canvia la mida"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipus"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Punt de muntatge"
@@ -998,8 +1009,8 @@ msgid "Please make a backup of your data first"
msgstr "Si us plau, feu primer una còpia de seguretat de les vostres dades"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Llegiu-ho atentament!"
@@ -1023,7 +1034,7 @@ msgstr "Aneu amb compte: aquesta operació és perillosa."
msgid "Error"
msgstr "Error"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Punt de muntatge: "
@@ -1134,35 +1145,35 @@ msgstr "Tipus de taula de particions: %s\n"
msgid "on bus %d id %d\n"
msgstr "al bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Munta"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Actiu"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Afegeix al RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Elimina del RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modifica el RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Utilitza per a loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Trieu una acció"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1174,7 +1185,7 @@ msgstr ""
"O esteu utilitzant LILO, i no funcionarà, o no l'esteu utilitzant i no "
"necessiteu el /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1187,7 +1198,7 @@ msgstr ""
"Si teniu previst utilitzar el gestor d'arrencada LILO, penseu d'afegir una "
"partició /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1198,57 +1209,57 @@ msgstr ""
"/boot.\n"
"Per tant, assegureu-vos d'afegir una partició /boot"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Utilitzeu ``%s'' al seu lloc"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Utilitzeu primer ``Unmount''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Després de canviar el tipus de la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Voleu continuar igualment?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Surt sense desar"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Voleu sortir sense desar la taula de particions?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Canvia el tipus de partició"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Quin sistema de fitxers voleu?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "No podeu utilitzar el ReiserFS per a particions inferiors a 32 MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "On voleu muntar el fitxer de loopback %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "On voleu muntar el dispositiu %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1256,147 +1267,146 @@ msgstr ""
"No es pot anul·lar el punt de muntatge, perquè aquesta partició\n"
"s'utilitza per al loopback. Elimineu primer el loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Després de formatar la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "S'està formatant"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "S'està formatant el fitxer de loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "S'està formatant la partició %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Després de formatar totes les particions,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "totes les dades d'aquestes particions s'hauran perdut"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Mou"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "A quin disc us voleu desplaçar?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "A quin sector us voleu desplaçar?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "S'està desplaçant"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "S'està desplaçant la partició..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La taula de particions de la unitat %s s'escriurà al disc!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Us caldrà tornar a arrencar per tal que les modificacions tinguin efecte"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "S'estan calculant els límits del sistema de fitxers de la FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "S'està canviant la mida"
-#: ../../diskdrake.pm_.c:592
-#, fuzzy
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
-msgstr "A quina partició voleu canviar la mida?"
+msgstr "No es pot canviar la mida d'aquesta partició"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Cal fer una còpia de seguretat de totes les dades d'aquesta partició"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Després de canviar la mida de la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Escolliu la nova mida"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Crea una nova partició"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "sector d'inici: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Mida en MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Tipus de sistema de fitxers: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Preferència: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Aquesta partició no es pot utilitzar per al loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Nom del fitxer de loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Un altre loopback ja està utilitzant el fitxer, escolliu-ne un altre"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "El fitxer ja existeix. El voleu utilitzar?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Seleccioneu el fitxer"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1404,11 +1414,11 @@ msgstr ""
"La còpia de seguretat de la taula de particions no té la mateixa mida\n"
"Voleu continuar igualment?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Advertència"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1416,27 +1426,27 @@ msgstr ""
"Inseriu un disquet a la unitat\n"
"Se'n perdran totes les dades"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "S'està intentant rescatar la taula de particions"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "dispositiu"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "nivell"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "mida del tros"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Escolliu un RAID existent al qual afegir"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nou"
@@ -3339,8 +3349,8 @@ msgstr "Configura els serveis"
msgid "Configure printer"
msgstr "Configura la impressora"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Contrasenya de 'root'"
@@ -3368,7 +3378,7 @@ msgstr "Disquet d'instal·lació automàtica"
msgid "Exit install"
msgstr "Surt de la instal·lació"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "S'ha produït un error en llegir el fitxer $f"
@@ -3465,7 +3475,7 @@ msgstr "A quina partició voleu canviar la mida?"
msgid "Computing Windows filesystem bounds"
msgstr "S'estan calculant els límits del sistema de fitxers de Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3474,13 +3484,13 @@ msgstr ""
"El redimensionador de la FAT no pot gestionar la vostra partició, \n"
"s'ha produït l'error següent: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"La partició de Windows està massa fragmentada; si us plau, executeu "
"``defrag'' primer"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3501,21 +3511,21 @@ msgstr ""
"vostres dades.\n"
"Quan estigueu segur, premeu D'acord."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Quina mida voleu deixar per a la partició de Windows?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "partició %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Ha fallat la redimensió de la FAT: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3523,37 +3533,37 @@ msgstr ""
"No hi ha particions FAT a què canviar la mida o per utilitzar-les com a "
"loopback (o no queda prou espai)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Esborra el disc complet"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Elimina el Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teniu més d'un disc dur; en quin voleu instal·lar el Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Es perdran TOTES les particions, i les dades que contenen, de la unitat %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Mode expert"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Utilitza el diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Utilitza l'fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3562,30 +3572,29 @@ msgstr ""
"Ara podeu fer les particions a %s.\n"
"Quan acabeu, no oblideu desar-les utiltzant `w'"
-#: ../../install_interactive.pm_.c:195
-#, fuzzy
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
-msgstr "Utilitza l'espai lliure de la partició de Windows"
+msgstr "No teniu prou espai lliure a la partició de Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "No puc trobar espai per a la instal·lació"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"L'assistent de particionament del DrakX ha trobat les solucions següents:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ha fallat el particionament: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "S'està activant la xarxa"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "S'està desactivant la xarxa"
@@ -3597,12 +3606,12 @@ msgstr ""
"S'ha produït un error, però no sé com gestionar-lo correctament.\n"
"Si continueu, és sota la vostra responsabilitat."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplica el punt de muntatge %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3614,12 +3623,12 @@ msgstr ""
"Comproveu el CD-ROM en un ordinador instal·lat mitjançant \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Benvingut a %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
@@ -3699,7 +3708,7 @@ msgid "There was an error ordering packages:"
msgstr "S'ha produït un error en ordenar els paquets"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Voleu utilitzar la configuració existent per a X11?"
@@ -3886,6 +3895,38 @@ msgid ""
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
msgstr ""
+"\n"
+"Warning\n"
+"\n"
+"Si us plau, llegiu atentament les clàusules següents. Si no esteu\n"
+"d'acord amb qualsevol d'elles, no esteu autoritzat a instal·lar\n"
+"els CD següents. Premeu 'Rebutja-ho' per continuar la instal·lació\n"
+"sense utilitzar aquests CD.\n"
+"\n"
+"\n"
+"Alguns dels components que s'inclouen en aquest CD no estan\n"
+"regits per la llicència GPL o acords semblants. Cada un d'aquests\n"
+"components es regeix per les clàusules i condicions de la seva\n"
+"pròpia llicència específica. Si us plau, llegiu atentament i\n"
+"accepteu aquestes llicències específiques abans d'utilitzar o\n"
+"redistribuir els components esmentats. En general, aquestes\n"
+"llicències impedeixen la transferència, duplicació (excepte amb\n"
+"la finalitat de fer-ne còpies de seguretat), redistribució,\n"
+"enginyeria inversa, deassemblatge, decompilació o modificació del\n"
+"component. Qualsevol violació de l'acord finalitzarà immediatament\n"
+"els vostres drets sobre la llicència específica. Tret que la\n"
+"llicència específica us en garanteixi els drets, normalment no\n"
+"podreu instal·lar els programes en més d'un sistema, ni adaptar-lo\n"
+"per utilitzar-lo en una xarxa. En cas de dubte, poseu-vos en\n"
+"contacte directament amb el distribuïdor o editor del component.\n"
+"La transferència a terceres parts i la còpia d'aquests components,\n"
+"incloent la documentació, estan normalments prohibides.\n"
+"\n"
+"\n"
+"Tots els drets sobre els components del CD següent pretanyen als\n"
+"seus autors respectius i estan protegits per les lleis de\n"
+"propietat intel·lectual i de copyright aplicables als programes\n"
+"informàtics.\n"
#: ../../install_steps_gtk.pm_.c:559 ../../install_steps_interactive.pm_.c:147
msgid "Accept"
@@ -3925,7 +3966,7 @@ msgstr "Si us plau, trieu un idioma per utilitzar."
#: ../../install_steps_interactive.pm_.c:70
msgid "License agreement"
-msgstr ""
+msgstr "Acord de llicència"
#: ../../install_steps_interactive.pm_.c:71
msgid ""
@@ -4047,6 +4088,109 @@ msgid ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
+"Introducció\n"
+"\n"
+"D'ara endavant, hom es referirà al sistema operatiu i als diferents\n"
+"components disponibles en la distribució Linux-Mandrake com als\n"
+"\"Productes de programari\". Els Productes de programari inclouen,\n"
+"però no estan restringits a, el conjunt de programes, mètodes, regles\n"
+"i documentació relativa al sistema operatiu i els diferents\n"
+"components de la distribució Linux-Mandrake.\n"
+"\n"
+"\n"
+"1. Acord de llicència\n"
+"\n"
+"Si us plau, llegiu atentament aquest document. Aquest document és un\n"
+"acord de llicència entre la vostra persona i MandrakeSoft S.A., que\n"
+"s'aplica als Productes de programari. Pel fet d'instal·lar, duplicar\n"
+"o utilitzar els Productes de programari en qualsevol forma esteu\n"
+"acceptant explícitament, i expressant el vostre acord a, avenir-vos a\n"
+"les clàusules i condicions d'aquesta Llicència. Si no esteu d'acord\n"
+"amb qualsevol part de la Llicència, no esteu autoritzat a instal·lar,\n"
+"duplicar o utilitzar els Productes de programari. Qualsevol intent\n"
+"d'instal·lar, duplicar o utilitzar els Productes de programari en una\n"
+"forma que no s'adapti a les clàusules i condicions d'aquesta\n"
+"Llicència, és nul i finalitzarà els vostres drets sobre la mateixa.\n"
+"En finalitzar-se la Llicència, heu de destruir immediatament totes\n"
+"les còpies dels Productes de programari.\n"
+"\n"
+"\n"
+"2. Garantia limitada\n"
+"\n"
+"Els Productes de programari i documentació adjunta es subministren\n"
+"\"tal com són\", sense cap garantia, fins al punt permés per la llei.\n"
+"MandrakeSoft S.A. no serà, sota cap circumstància, i fins al punt\n"
+"permés per la llei, responsable de cap dany especial, incidental ni\n"
+"directe (incloent, sense limitar-se a, els danys per pèrdua de\n"
+"negocis, interrupció de negocis, pèrdues financeres, multes i costes\n"
+"judicials, o qualsevol altre dany que resultin d'un judici, o\n"
+"qualsevol altre pèrdua d'importància) que resulti de l'ús o de la\n"
+"impossibilitat d'utilitzar els Productes de programari, fins i tot si\n"
+"MandrakeSoft S.A. ha estat avisat de la possibilitat que\n"
+"s'esdevinguin aquests danys.\n"
+"\n"
+"RESPONSABILITAT LIMITADA RELATIVA A LA POSSESSIÓ O UTILITZACIÓ DE PROGRAMARI "
+"PROHIBIT EN ALGUNS PAÏSOS\n"
+"\n"
+"Fins al punt permés per la llei, MandrakeSoft S.A. o els seus\n"
+"distribuïdors no seran, sota cap circumstància, responsables de cap\n"
+"dany especial, incidental ni directe (incloent, sense limitar-se a,\n"
+"els danys per pèrdua de negocis, interrupció de negocis, pèrdues\n"
+"financeres, multes i costes judicials, o qualsevol altre dany que\n"
+"resultin d'un judici, o qualsevol altre pèrdua d'importància) que\n"
+"resulti de la possessió i utilització dels components de programari o\n"
+"de la seva descàrrega des d'un dels llocs de Linux-Mandrake, que\n"
+"estiguin prohibides o restringides en alguns països per les lleis\n"
+"locals. Aquesta responsabilitat limitada s'aplica, però no està\n"
+"limitada a, els potents components criptogràfics inclosos als\n"
+"Productes de programari.\n"
+"\n"
+"\n"
+"3. la llicència GPL i llicències relacionades\n"
+"\n"
+"Els Productes de programari consisteixen en components creats per\n"
+"diferents persones o entitats. La majoria d'aquests components es\n"
+"regeixen per les clàusules i condicions de la Llicència General\n"
+"Pública de GNU, a la qual d'ara endavant hom s'hi referirà com a\n"
+"\"GPL\", o de llicències similars. la majoria d'aquestes llicències\n"
+"us permeten duplicar, adaptar o redistribuir els components que\n"
+"cobreixen. Si us plau, llegiu atentament les clàusules i condicions\n"
+"de l'acord de llicència de cada component abans d'utilitzar-lo.\n"
+"Qualsevol pregunta sobre la lllicència d'un component s'ha d'adreçar\n"
+"al seu autor i no a MandrakeSoft.\n"
+"Els programes desenvolupats per MandrakeSoft S.A. es regeixen per la\n"
+"llicència GPL.La documentació escrita per MandrakeSoft S.A. està regida per "
+"una\n"
+"llicència específica; consulteu la documentació per a més\n"
+"informació.\n"
+"\n"
+"\n"
+"4. Drets sobre la propietat intel·lectual\n"
+"\n"
+"Tots els drets sobre els components dels Productes de programari\n"
+"pertanyen als seus autors respectius i estan protegits per les lleis\n"
+"de propietat intel·lectual i de copyright aplicables als programes\n"
+"informàtics.\n"
+"MandrakeSoft S.A. es reserva els drets de modificar o adaptar els\n"
+"Productes de programari, totalment o parcialment, per tots els\n"
+"mitjans i amb totes les finalitats.\n"
+"\"Mandrake\", \"Linux-Mandrake\" i els logotips associats son marques\n"
+"registrades de MandrakeSoft S.A.\n"
+"\n"
+"\n"
+"5. Lleis rectores \n"
+"\n"
+"Si qualsevol part d'aquest acord és declarat nul, il·legal o\n"
+"inaplicable per un tribunal, aquesta part s'exclourà del contracte.\n"
+"Seguiu obligat, però, per les altres seccions aplicables de\n"
+"l'acord.\n"
+"Les clàusules i condicions d'aquesta Llicència es regeixen per les\n"
+"lleis de França.\n"
+"Tots els litigis sobre les clàusules d'aquesta llicència es dirimiran\n"
+"preferiblement fora dels tribunals. Com a últim recurs, el litigi es\n"
+"portarà als tribunals competents de París, França.\n"
+"Per a qualsevol tema relacionat amb aquest document, poseu-vos en\n"
+"contacte amb MandrakeSoft S.A.\n"
#: ../../install_steps_interactive.pm_.c:154
#: ../../standalone/keyboarddrake_.c:21
@@ -4377,95 +4521,95 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Escolliu un mirror al qual aconseguir els paquets"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"S'està contactant amb el mirror per obtenir la llista dels paquets "
"disponibles"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Si us plau, escolliu els paquets que voleu instal·lar"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "En quina zona horària us trobeu?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "El rellotge del vostre ordinador està regulat a GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Quin sistema d'impressió voleu utilitzar?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Sense contrasenya"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Utilitza el fitxer d'ombra"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "ombra"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Utilitza les contrasenyes MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Utilitza el NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "pàgines grogues"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Aquesta contrasenya és massa senzilla (ha de tenir com a mínim %d caràcters)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS d'autenticació"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Domini del NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Accepta l'usuari"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Afegeix un usuari"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(ja s'ha afegit %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4475,49 +4619,49 @@ msgstr ""
"Introduïu un usuari\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Nom real"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Nom d'usuari"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Icona"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Aquesta contrasenya és massa senzilla"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Si us plau, introduïu un nom d'usuari"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"El nom d'usuari només pot contenir lletres en minúscula, números, `-' i `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4547,19 +4691,19 @@ msgstr ""
"Si voleu crear un disc d'arrencada per al vostre sistema, inseriu un disquet "
"a la primera unitat i premeu \"D'acord\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Primera unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Segona unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Omet"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4583,34 +4727,34 @@ msgstr ""
"imatge de rescat del Mandrake, facilitant molt la recuperació de fallides\n"
"serioses del sistema. Voleu crear un disc d'arrencada per al vostre sistema?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Escolliu la unitat de disquet que voleu utilitzar per crear el disc "
"d'arrencada"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "S'està creant el disc d'arrencada"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "S'està preparant el carregador d'arrencada"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Voleu utilitzar l'aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4619,82 +4763,82 @@ msgstr ""
"voleu intentar igualment la instal·lació encara que això destrueixi la "
"primera partició?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Ha fallat la instal·lació del carregador d'arrencada. S'ha produït l'error "
"següent:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Benvinguts, crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Pobre"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Baix"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Mitjà"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Alt"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoic"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Preguntes diverses"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(pot malmetre les dades)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Voleu utilitzar l'optimització del disc dur?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Escolliu el nivell de seguretat"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Mida exacta de la RAM, si cal (s'han trobat %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Muntatge automàtic del suport extraïble"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Buida /tmp en cada arrencada"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Habilita perfils múltiples"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Habilita la tecla Bloc Num en iniciar"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Introduïu la mida de la RAM en Mb"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "No es pot utilitzar supermount en un nivell d'alta seguretat"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4709,7 +4853,7 @@ msgstr ""
"servidor.\n"
"Esteu avisat."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4717,22 +4861,22 @@ msgstr ""
"Aneu amb compte; si teniu BlocNúm habilitat, moltes tecles donaran\n"
"números en comptes de lletres (p.ex., si premeu la `p' obtindreu un `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Voleu generar un disquet d'instal·lació automàtica per fer còpies del Linux?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inseriu un disquet en blanc a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "S'està creant el diquet d'instal·lació automàtica"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4742,7 +4886,7 @@ msgstr ""
"\n"
"Segur que voleu sortir ara?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4806,10 +4950,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "La vostra elecció? (predeterminat %s introduïu `cap' per a cap) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Txec"
+msgid "Czech (QWERTZ)"
+msgstr "Txec (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Alemany"
@@ -4817,19 +4961,19 @@ msgstr "Alemany"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Espanyol"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finès"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francès"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Noruec"
@@ -4837,15 +4981,15 @@ msgstr "Noruec"
msgid "Polish"
msgstr "Polonès"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rus"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Teclat RU"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Teclat EU"
@@ -4893,151 +5037,167 @@ msgstr "Suís (disposició alemanya)"
msgid "Swiss (French layout)"
msgstr "Suís (disposició francesa)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Txec (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alemany (sense tecles inoperatives)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danès"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (EU)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruec)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estonià"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgià (disposició \"russa\")"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgià (disposició \"llatina\")"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Grec"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hongarès"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelià"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelià (fonètic)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iranià"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandès"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italià"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japonès de 106 tecles"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Espanyol sud-americà"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandès"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Lituà AZERTY (antic)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Lituà AZERTY (nou)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituà \"fila de números\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituà \"fonètic\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polonès (disposició qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polonès (disposició qwertz)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portuguès"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Canadenc (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rus (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Suec"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Eslovè"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Eslovac"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Eslovac (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Eslovac (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Teclat thai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turc (tradicional, model \"F\")"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turc (modern, model \"Q\")"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ucraïnès"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Teclat EU (internacional)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"fila de números\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Iugoslau (disposició llatina)"
@@ -5053,9 +5213,10 @@ msgstr "Estàndard"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generic Mouse"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5093,6 +5254,10 @@ msgstr "Generic 2 Button Mouse"
msgid "Generic 3 Button Mouse"
msgstr "Generic 3 Button Mouse"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5122,9 +5287,8 @@ msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (sèrie, tipus C7 antic)"
#: ../../mouse.pm_.c:64
-#, fuzzy
msgid "busmouse"
-msgstr "Cap ratolí"
+msgstr "busmouse"
#: ../../mouse.pm_.c:66
msgid "2 buttons"
@@ -5150,38 +5314,39 @@ msgstr "Següent ->"
msgid "Is this correct?"
msgstr "Això és correcte?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Configuració d'Internet"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Voleu intentar connectar-vos a Internet ara?"
-#: ../../netconnect.pm_.c:101
-#, fuzzy
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
-msgstr "Configura la connexió a Internet"
+msgstr "S'està comprovant la vostra conexió..."
-#: ../../netconnect.pm_.c:106
-#, fuzzy
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
-msgstr "No et connectis a Internet"
+msgstr "Ara, el sistema està connectat a Internet."
-#: ../../netconnect.pm_.c:107
-#, fuzzy
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
-msgstr "Connecta't a Internet / Configura la xarxa local"
+msgstr ""
+"No sembla que el sistema estigui connectat a Internet.\n"
+"Intenteu tornar a configurar la connexió."
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Configuració de l'XDSI"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5189,115 +5354,115 @@ msgstr ""
"Seleccioneu el vostre proveïdor.\n"
" Si no és a la llista, seleccioneu No és a la llista"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Configuració de la connexió"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Si us plau, ompliu o marqueu el camp inferior"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Targeta IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Targeta de memòria (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Targeta d'E/S"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Targeta d'E/S_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Targeta d'E/S_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "El vostre telèfon particular"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Nom del proveïdor (p.ex. proveidor.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Número de telèfon del proveïdor"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1 del proveïdor"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2 del proveïdor"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Mode de marcatge"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Entrada del compte (nom d'usuari)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Contrasenya del compte"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Confirmeu la contrasenya"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Resta del món"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Resta del món - cap canal D (línies llogades)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Quin protocol voleu utilitzar?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "No sé"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Quin tipus de targeta teniu?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Continua"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Interromp"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5310,15 +5475,15 @@ msgstr ""
"\n"
"Si teniu una targeta PCMCIA, us en cal saber l'irq i l'io.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Quina targeta XDSI teniu ?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "He trobat una targeta XDSI:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5326,13 +5491,13 @@ msgstr ""
"He detectat una targeta PCI XDSI, però no en conec el tipus. Si us plau, "
"seleccioneu una targeta PCI a la pantalla següent."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"No s'ha trobat cap targeta PCI XDSI. Si us plau, seleccioneu-ne una a la "
"pantalla següent"
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5340,214 +5505,220 @@ msgstr ""
"No s'ha detectat cap adaptador de xarxa ethernet al sistema.\n"
"No puc configurar aquest tipus de connexió."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Escolliu la interfície de xarxa"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Si us plau, seleccioneu quin adaptador de xarxa voleu utilitzar per\n"
"connectar-vos a Internet."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Interfície de la xarxa"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
+"\n"
+"Hi esteu d'acord?"
-#: ../../netconnect.pm_.c:352
-#, fuzzy
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
-msgstr "Ara reiniciaré el dispositiu de xarxa $device. Hi esteu d'acord?"
+msgstr "Ara reiniciaré el dispositiu de xarxa:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Configuració de l'ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Voleu iniciar la connexió en arrencar?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Voleu que intenti trobar un mòdem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr ""
"Si us plau, seleccioneu el port sèrie al qual teniu connectat el mòdem."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Opcions de marcatge"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nom de la connexió"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Número de telèfon"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "ID d'entrada"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Autenticació"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Basat en script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Basat en terminal"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Nom de domini"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Servidor DNS primari"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Servidor DNS secundari"
-#: ../../netconnect.pm_.c:589
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
-msgstr "Connecta't a Internet / Configura la xarxa local"
+msgstr ""
+"\n"
+"Podeu connectar-vos a Internet o tornar a configurar la connexió."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
-msgstr "Configura la connexió a Internet"
+msgstr ""
+"\n"
+"Podeu tornar a configurar la connexió."
-#: ../../netconnect.pm_.c:589
-#, fuzzy
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
-msgstr "No et connectis a Internet"
+msgstr "Ara mateix no esteu connectat a Internet."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
+"\n"
+"Podeu desconnectar-vos o tornar a configurar la connexió."
-#: ../../netconnect.pm_.c:593
-#, fuzzy
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
-msgstr "No et connectis a Internet"
+msgstr "Ara mateix esteu connectat a Internet."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Connecta't a Internet"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Desconnecta't d'Internet"
-#: ../../netconnect.pm_.c:601
-#, fuzzy
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura la connexió de xarxa (LAN o Internet)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Connexió i configuració d'Internet"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Ara reiniciaré el dispositiu de xarxa $netc->{NET_DEVICE}. Hi esteu d'acord?"
-#: ../../netconnect.pm_.c:648
-#, fuzzy
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió normal per mòdem"
-#: ../../netconnect.pm_.c:668
-#, fuzzy
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió per XDSI"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Targeta XDSI interna"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Mòdem XDSI extern"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Connecta't a internet"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Quin tipus de connexió XDSI teniu?"
-#: ../../netconnect.pm_.c:698
-#, fuzzy
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió per DSL (o ASDL)"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "França"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Altres països"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "A quin país us trobeu?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Mòdem Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Mòdem ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Si el vostre mòdem adsl és un mòdem Alcatel, seleccioneu Alcatel. Si no, ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "utilitza pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "no utilitzis pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5557,12 +5728,11 @@ msgstr ""
"No obstant això, hi ha connexions que utilitzen només dhcp.\n"
"Si no ho sabeu, escolliu 'utilitza pppoe'"
-#: ../../netconnect.pm_.c:772
-#, fuzzy
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Configura una connexió per cable"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5570,35 +5740,31 @@ msgstr ""
"Quin client dhcp voleu utilitzar?\n"
"El predeterminat és dhcpd"
-#: ../../netconnect.pm_.c:807
-#, fuzzy
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
-msgstr "Configura la connexió a Internet"
+msgstr "Inhabilita la connexió a Internet"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Configura la xarxa local"
-#: ../../netconnect.pm_.c:822
-#, fuzzy
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Configuració de xarxa"
-#: ../../netconnect.pm_.c:823
-#, fuzzy
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
-msgstr "Voleu comprovar la configuració?"
+msgstr "Voleu reiniciar la xarxa"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Inhabilita el sistema de xarxa"
-#: ../../netconnect.pm_.c:841
-#, fuzzy
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
-msgstr "Connecta't a Internet / Configura la xarxa local"
+msgstr "Configura la connexió a Internet / Configura la xarxa local"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5606,15 +5772,15 @@ msgstr ""
"La xarxa local ja s'ha configurat.\n"
"Voleu:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Com us voleu connectar a Internet?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Configuració de xarxa"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5628,7 +5794,7 @@ msgstr ""
"Nota: per configurar una xarxa d'àrea local (LAN), us cal un adaptador de "
"xarxa dedicat.\n"
"\n"
-"Voleu configurar la compartició de la connexió a Internet?\n"
+"Voleu configurar la connexió a Internet compartida?\n"
#: ../../network.pm_.c:253
msgid "no network card found"
@@ -5697,6 +5863,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "L'adreça IP ha d'estar amb el format 1.2.3.4"
@@ -5826,7 +5993,7 @@ msgstr "Impressora local"
msgid "Remote printer"
msgstr "Impressora remota"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Servidor CUPS remot"
@@ -5914,7 +6081,7 @@ msgid ""
"well as the share name for the printer you wish to access and any\n"
"applicable user name, password, and workgroup information."
msgstr ""
-"Per poder imprimir a una impressora SMB, heu de proporcionar el nom de\n"
+"Per poder imprimir a una impressora SMB, heu d'indicar el nom de\n"
"l'ordinador central SMB (tingueu en compte que pot ser diferent del seu nom\n"
"TCP/IP) i possiblement l'adreça IP del servidor d'impressió, així com el "
"nom\n"
@@ -5979,7 +6146,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Nom de l'ordinador central de la impressora"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -6118,12 +6285,12 @@ msgstr "S'està iniciant el CUPS"
msgid "Reading CUPS drivers database..."
msgstr "S'està llegint la base de dades de controladors CUPS..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Seleccioneu la connexió de la impressora"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Com està connectada la impressora?"
@@ -6141,11 +6308,33 @@ msgstr ""
"impressora; les impressores es detectaran automàticament.\n"
"En cas de dubte, seleccioneu \"Servidor CUPS remot\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Amb un servidor CUPS remot, aquí no us cal configurar cap\n"
+"impressora; les impressores es detectaran automàticament.\n"
+"En cas de dubte, seleccioneu \"Servidor CUPS remot\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP del servidor SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Elimina la cua"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6157,19 +6346,19 @@ msgstr ""
"o la seva ubicació. Quin nom cal utilitzar per a aquesta impressora, i com\n"
"està connectada?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Nom de la impressora"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Descripció"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ubicació"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6181,15 +6370,15 @@ msgstr ""
"directori cal utilitzar per a aquesta cua, i com està connectada la "
"impressora?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nom de la cua"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Directori d'spool"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Connexió de la impressora"
@@ -6472,49 +6661,52 @@ msgstr "Ha fallat la instal·lació del LILO. S'ha produït l'error següent:"
#: ../../standalone/drakgw_.c:103
msgid "Internet Connection Sharing currently enabled"
-msgstr "La compartició de connexió a Internet està habilitada"
+msgstr "La connexió a Internet compartida està habilitada"
#: ../../standalone/drakgw_.c:104
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
"\n"
"What would you like to do?"
-msgstr "La compartició de la connexió a Internet ja ha estat configurada.\n"
+msgstr ""
+"La configuració de la connexió compartida a Internet ja s'ha dut a terme.\n"
+"Ara està habilitada.\n"
+"\n"
+"Què voleu fer?"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:108
-#, fuzzy
msgid "disable"
-msgstr "Taula"
+msgstr "inhabilita"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:118
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:137
msgid "dismiss"
-msgstr ""
+msgstr "deixa-ho córrer"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:126
-#, fuzzy
msgid "reconfigure"
-msgstr "Configura l'X"
+msgstr "torna a configurar"
#: ../../standalone/drakgw_.c:122
msgid "Internet Connection Sharing currently disabled"
-msgstr "La compartició de connexió a Internet està inhabilitada"
+msgstr "La connexió a Internet compartida està inhabilitada"
#: ../../standalone/drakgw_.c:123
-#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
"\n"
"What would you like to do?"
-msgstr "La compartició de la connexió a Internet ja ha estat configurada.\n"
+msgstr ""
+"La configuració de la connexió compartida a Internet ja s'ha dut a terme.\n"
+"Ara està inhabilitada.\n"
+"\n"
+"Què voleu fer?"
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:127
-#, fuzzy
msgid "enable"
-msgstr "Taula"
+msgstr "habilita"
#: ../../standalone/drakgw_.c:141
msgid "Config file content could not be interpreted."
@@ -6522,10 +6714,9 @@ msgstr "No s'ha pogut interpretar el contingut del fitxer de configuració."
#: ../../standalone/drakgw_.c:151
msgid "Internet Connection Sharing"
-msgstr "Compartició de la connexió a Internet"
+msgstr "Connexió a Internet compartida"
#: ../../standalone/drakgw_.c:152
-#, fuzzy
msgid ""
"Your computer can be configured to share its Internet connection.\n"
"\n"
@@ -6534,17 +6725,17 @@ msgid ""
"\n"
"Would you like to setup the Internet Connection Sharing?"
msgstr ""
-"Ara que ja teniu configurada la connexió a Internet,\n"
-"podeu configurar l'ordinador per tal que la comparteixi.\n"
+"Podeu configurar l'ordinador per tal que comparteixi la connexió a "
+"Internet.\n"
+"\n"
"Nota: per configurar una xarxa d'àrea local (LAN), us cal un adaptador de "
"xarxa dedicat.\n"
"\n"
-"Voleu configurar la compartició de la connexió a Internet?\n"
+"Voleu configurar la connexió a Internet compartida?"
#: ../../standalone/drakgw_.c:177
-#, fuzzy
msgid "using module"
-msgstr "Mode de marcatge"
+msgstr "s'està utilitzant el mòdul"
#: ../../standalone/drakgw_.c:210
msgid "No network adapter on your system!"
@@ -6614,13 +6805,12 @@ msgstr ""
"servidors..."
#: ../../standalone/drakgw_.c:282
-#, fuzzy
msgid "Configuring..."
-msgstr "S'està configurant l'IDE"
+msgstr "S'està configurant..."
#: ../../standalone/drakgw_.c:313
msgid "Problems installing package $bin2rpm{$_}"
-msgstr ""
+msgstr "Hi ha hagut problemes en instal·lar el paquet $bin2rpm{$_}"
#: ../../standalone/drakgw_.c:504
msgid "Congratulations!"
@@ -6632,6 +6822,10 @@ msgid ""
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
+"Ja està tot configurat.\n"
+"Ara podeu compartir la connexió a Internet amb altres ordinadors de la "
+"vostra xarxa d'àrea local utilitzant la configuració automàtica de xarxa "
+"(DHCP)."
#: ../../standalone/draksec_.c:28
msgid ""
@@ -6700,33 +6894,28 @@ msgstr "Escolliu l'eina que voleu utilitzar "
#: ../../standalone/keyboarddrake_.c:14
msgid "usage: keyboarddrake [--expert]\n"
-msgstr ""
+msgstr "sintaxi: keyboarddrake [--expert]\n"
#: ../../standalone/keyboarddrake_.c:27
msgid "Do you want the BackSpace to return Delete in console?"
-msgstr ""
+msgstr "Voleu que la tecla Enrere efectuï un Suprimeix en la consola?"
#: ../../standalone/livedrake_.c:23
-#, fuzzy
msgid "Change Cd-Rom"
-msgstr "Canvia la resolució"
+msgstr "Canvieu el CD-ROM"
#: ../../standalone/livedrake_.c:24
-#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
msgstr ""
-"Canvieu el vostre CD-ROM!\n"
-"\n"
-"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i després\n"
+"Si us plau, inseriu el CD-ROM d'instal·lació a la unitat i després\n"
"premeu D'acord.\n"
-"Si no el teniu, premeu Cancel·la per no fer la instal·lació des d'aquest "
-"CD-ROM."
+"Si no el teniu, premeu Cancel·la per evitar la instal·lació en directe."
#: ../../standalone/livedrake_.c:34
msgid "Unable to start live upgrade !!!\n"
-msgstr ""
+msgstr "No es pot iniciar l'actualització en directe !!!\n"
#: ../../standalone/mousedrake_.c:32
msgid "no serial_usb found\n"
@@ -6951,207 +7140,210 @@ msgstr "Cal una mica de temps per cercar les fulles"
# ../../share/compssUsers
msgid "Graphics Manipulation"
-msgstr ""
+msgstr "Manipulació de gràfics"
# ../../share/compssUsers
msgid "KDE, QT, Gnome, GTK+"
-msgstr ""
+msgstr "KDE, QT, Gnome, GTK+"
# ../../share/compssUsers
msgid "Personnal Finance"
-msgstr ""
+msgstr "Comptabilitat personal"
# ../../share/compssUsers
msgid "Python, Perl, libraries, tools"
-msgstr ""
+msgstr "Python, Perl, biblioteques, eines"
# ../../share/compssUsers
msgid "Scientific applications"
-msgstr ""
+msgstr "Aplicacions científiques"
# ../../share/compssUsers
msgid "Databases"
-msgstr ""
+msgstr "Bases de dades"
-#, fuzzy
msgid "Internet"
-msgstr "interessant"
+msgstr "Internet"
-#, fuzzy
msgid "Multimedia - Graphics"
-msgstr "Multimèdia"
+msgstr "Multimèdia - Gràfics"
# ../../share/compssUsers
msgid "editors, shells, file tools, terminals"
-msgstr ""
+msgstr "editors, intèrprets d'ordres, eines de fitxer, terminals"
-#, fuzzy
msgid "Development applications"
-msgstr "Desenvolupament"
+msgstr "Aplicacions de desenvolupament"
# ../../share/compssUsers
msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
+msgstr "Eines d'àudio: reproductors d'mp3 o midi, mescladors, etc."
msgid "Multimedia"
msgstr "Multimèdia"
-#, fuzzy
msgid "Office"
-msgstr "bonic"
+msgstr "Oficina"
# ../../share/compssUsers
msgid "Sciences"
-msgstr ""
+msgstr "Ciències"
# ../../share/compssUsers
msgid ""
"Chat (IRC or instant messaging) programs such as xchat, licq, gaim, and file "
"transfer tools"
msgstr ""
+"Programes de xat (IRC o missatgeria instantània) com ara xchat, licq, gaim, "
+"i eines de transferència de fitxers"
# ../../share/compssUsers
msgid ""
"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
"browse the Web"
msgstr ""
+"Conjunt d'eines per llegir i enviar correu i notícies (pine, mutt, tin...) i "
+"per navegar pel Web"
# ../../share/compssUsers
msgid "C and C++ development libraries, programs and include files"
-msgstr ""
+msgstr "Biblioteques de desenvolupament C i C++, programes i fitxers inclosos"
# ../../share/compssUsers
msgid "Communication facilities"
-msgstr ""
+msgstr "Instal·lacions de comunicació"
-#, fuzzy
msgid "KDE"
-msgstr "IDE"
+msgstr "KDE"
# ../../share/compssUsers
msgid "Personnal Information Management"
-msgstr ""
+msgstr "Gestió d'informació personal"
# ../../share/compssUsers
msgid "Programs to manage your finance, such as gnucash"
-msgstr ""
+msgstr "Programes per gestionar els vostres comptes, com ara el gnucash"
-#, fuzzy
msgid "Gnome"
-msgstr "cap"
+msgstr "Gnome"
-#, fuzzy
msgid "Internet Tools"
-msgstr "Configuració d'Internet"
+msgstr "Eines d'Internet"
msgid "Documentation"
msgstr "Documentació"
# ../../share/compssUsers
msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
# ../../share/compssUsers
msgid "Utilities"
-msgstr ""
+msgstr "Utilitats"
-#, fuzzy
msgid "Multimedia - Sound"
-msgstr "Multimèdia"
+msgstr "Multimèdia - So"
# ../../share/compssUsers
msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr ""
+msgstr "Programes d'entreteniment: acció, jocs de taula, estratègia, etc."
# ../../share/compssUsers
msgid "Video players and editors"
-msgstr ""
+msgstr "Reproductors i editors de vídeo"
# ../../share/compssUsers
msgid "Console Tools"
-msgstr ""
+msgstr "Eines de consola"
-#, fuzzy
msgid "Development other"
-msgstr "Desenvolupament"
+msgstr "Altres de desenvolupament"
# ../../share/compssUsers
msgid "Databases clients and servers (mysql and postgresql)"
-msgstr ""
+msgstr "Clients de bases de dades i servidors (mysql i postgresql)"
# ../../share/compssUsers
msgid "Sound and video playing/editing programs"
-msgstr ""
+msgstr "Programes de reproducció/edició de so i vídeo"
# ../../share/compssUsers
msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
+msgstr "Llibres i Com es fa... sobre el Linux i el programari lliure"
# ../../share/compssUsers
msgid ""
"A graphical environment with user-friendly set of applications and desktop "
"tools"
msgstr ""
+"Entorn gràfic amb un conjunt d'aplicacions i eines d'escriptori fàcil "
+"d'utilitzar"
# ../../share/compssUsers
msgid "Games"
-msgstr ""
+msgstr "Jocs"
-#, fuzzy
msgid "Development C/C++"
-msgstr "Desenvolupament"
+msgstr "Desenvolupament C/C++"
-#, fuzzy
msgid "Multimedia - Video"
-msgstr "Multimèdia"
+msgstr "Multimèdia - Vídeo"
# ../../share/compssUsers
msgid "Graphics programs such as The Gimp"
-msgstr ""
+msgstr "Programes gràfics com ara el Gimp"
# ../../share/compssUsers
msgid ""
"The K Desktop Environment, the basic graphical environment with a collection "
"of accompanying tools"
-msgstr ""
+msgstr "Entorn d'escriptori K, l'entorn gràfic bàsic que inclou diverses eines"
# ../../share/compssUsers
msgid "Tools to create and burn CD's"
-msgstr ""
+msgstr "Eines per crear i gravar CD"
# ../../share/compssUsers
msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr ""
+msgstr "Més escriptoris gràfics (Gnome, IceWM)"
-#, fuzzy
msgid "Multimedia - CD Burning"
-msgstr "Multimèdia"
+msgstr "Multimèdia - Gravació de CD"
# ../../share/compssUsers
msgid "Archiving, emulators, monitoring"
-msgstr ""
+msgstr "Arxivament, emuladors, monitorització"
# ../../share/compssUsers
msgid ""
"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
"gnumeric), pdf viewers, etc"
msgstr ""
+"Programes d'ofimàtica: processadors de textos (kword, abiword), gestors de "
+"fulls de càlcul (kspread, gnumeric), visualitzadors pdf, etc."
# ../../share/compssUsers
msgid "Other Graphical Desktops"
-msgstr ""
+msgstr "Altres escriptoris gràfics"
# ../../share/compssUsers
msgid "Tools for your Palm Pilot or your Visor"
-msgstr ""
+msgstr "Eines per al Palm Pilot o per al Visor"
# ../../share/compssUsers
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
# ../../share/compssUsers
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+"Conjunt d'eines per al correu, notícies, web, transferència de fitxers i xat"
+
+#~ msgid "Czech"
+#~ msgstr "Txec"
+
+#~ msgid "Slovakian"
+#~ msgstr "Eslovac"
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "No s'ha pogut instal·lar el RPM d'ipchains amb l'urpmi."
@@ -7915,9 +8107,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB Mouse (3 o més botons)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Generic Mouse"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
@@ -8084,7 +8273,7 @@ msgstr ""
#~ msgstr "Xarxa:"
#~ msgid "Internet Connection Sharing - setup of $device"
-#~ msgstr "Compartició de la connexió a Internet: configuració de $device"
+#~ msgstr "Connexió a Internet compartida: configuració de $device"
#~ msgid ""
#~ "The following interface is about to be configured:\n"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index 3f1ba6fa1..b7f1e11aa 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-18 10:39+0200\n"
"Last-Translator: Vladimír Marek <vlmarek@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -89,23 +89,23 @@ msgstr "XFree %s s EXPERIMENTÁLNÍ 3D hardwarovou akcelerací"
msgid "XFree configuration"
msgstr "Nastavení XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Kolik pamìti je na va¹í grafické kartì ?"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Zvolte moŸnosti pro daný X server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Zvolte typ svého monitoru"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -130,40 +130,40 @@ msgstr ""
"jistí\n"
"zvolte radìji typ s niŸ¹ími schopnostmi."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Horizontální(øádková) synchronizace"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Vertikální(obrazovková) synchronizace"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitor není nastaven"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Grafická karta je¹tì není nastavena"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Je¹tì nejsou zvolena rozli¹ení"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Chcete si vyzkou¹et nastavení?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Varování: na této grafické kartì je testování nebezpeèné"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Vyzkou¹et nastavení"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -171,146 +171,146 @@ msgstr ""
"\n"
"zkuste zmìnit nìkteré parametry"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Vyskytla se tato chyba:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Test skonèí automaticky za %d sekund"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Je to správné nastavení?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Vyskytla se chyba, zkuste zmìnit nìkteré parametry"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Vyberte si rozli¹ení a barevnou hloubku"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafická karta: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Ukázat v¹e"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "RozloŸení klávesnice: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Typ my¹i: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Pøípojka my¹i: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Horizontální frekvence monitoru: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Vertikální frekvence monitoru: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafická karta: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Pamì» na gr. kartì: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, fuzzy, c-format
msgid "Color depth: %s\n"
msgstr "MoŸnosti Barevné hloubky"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, fuzzy, c-format
msgid "Resolution: %s\n"
msgstr "Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Pøipravuji nastavení X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Zmìnit monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Zmìnit grafickou kartu"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Zmìnit parametry X Serveru"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Zmìnit Rozli¹ení"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Zobraz informace"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Znovu vyzkou¹ej nastavení X"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Konec"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Co chcete dìlat?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -319,20 +319,20 @@ msgid ""
"%s"
msgstr "Ponechat stávající nastavení IP"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Pro aktivaci zmìn se prosím znovu pøihlaste na %s"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Prosím odhlaste se a pak stisknìte Ctrl-Alt-Backspace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Spou¹tí se X"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -340,11 +340,11 @@ msgstr ""
"MùŸu nastavit Vá¹ poèítaè tak, aby automaticky spustil X pøi startu.\n"
"Chcete aby poèítaè po zapnutí spustil grafický reŸim?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -352,11 +352,11 @@ msgstr ""
"MùŸu nastavit Vá¹ poèítaè tak, aby se automaticky pøihla¹oval jako\n"
"uŸivatel. Pokud nechcete pouŸít tuto moŸnost, kliknìte na tlaèítko Zru¹it."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Zvolte standardního uŸivatele :"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Vyberte si který správce oken má být spou¹tìn:"
@@ -457,106 +457,115 @@ msgstr "Monitor který umí 1600x1200 pøi 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor který umí 1600x1200 pøi 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "První sektor zavádìcího diskového oddílu"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "První sektor disku (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Instalace SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Kam chcete nainstalovat zavádìcí program?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instalace LILO/Grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "®ádný"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Které zavádìcí programy chcete pouŸít?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Instalace zavádìcího programu"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Startovací zaøízení"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (nefunguje se starým BIOSem)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompaktní"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "kompaktní"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Textový reŸim"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Prodleva pøed automatickým spu¹tìním"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Heslo"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Heslo (podruhé)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Omezení nastavení z pøíkazové øádky"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "omezení"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Základní nastavení zavádìcího programu"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Volba ``Omezení nastavení z pøíkazové øádky'' je bezpøedmìtné bez hesla"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Zkuste to znovu, prosím"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Hesla nejsou shodná"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -564,139 +573,143 @@ msgstr ""
"Tady jsou v¹echny záznamy.\n"
"MùŸete pøidat dal¹í nebo zmìnit stávající."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Pøidat"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Hotovo"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Jaký typ záznamu chcete pøidat?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Jiný systém (SunOs...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Jiný systém (Windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Obraz(image)"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Koøenový(root)"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Pøipojit"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Pro ètení i zápis"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabulka"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Nejistý"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Znaèka"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Standardní"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ok"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Odstranit záznam"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Prázdná znaèka není povolena"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Tato znaèka se jiŸ pouŸívá"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Na¹el jsem rozhraní %s %s"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Máte je¹tì nìjaký jiné?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Máte nìjaké %s rozhraní?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ano"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Podívejte se na informace o hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaluji ovladaè pro %s kartu %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Který %s ovladaè mám zkusit?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -716,20 +729,20 @@ msgstr ""
"nemìlo\n"
"by v Ÿádném pøípadì zpùsobit jiné ¹kody."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Automatické prozkoumání"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Zadejte moŸnosti"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Nyní mùŸete poskytnout modulu %s dal¹í parametry."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -740,11 +753,11 @@ msgstr ""
"Volby se zadávají ve tvaru ``jméno=hodnota jméno2=hodnota2 ...''.\n"
"Napøíklad, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Volby modulu:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -831,7 +844,7 @@ msgstr "1 minuta"
msgid "%d seconds"
msgstr "%d sekund"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Vytvoøit"
@@ -839,7 +852,7 @@ msgstr "Vytvoøit"
msgid "Unmount"
msgstr "Odpojit"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Smazat"
@@ -847,16 +860,16 @@ msgstr "Smazat"
msgid "Format"
msgstr "Formátovat"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Zmìnit velikost"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Zmìnit typ"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Pøípojný bod"
@@ -995,8 +1008,8 @@ msgid "Please make a backup of your data first"
msgstr "Zálohujte si nejdøív svá data, prosím"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Ètìte pozornì!"
@@ -1020,7 +1033,7 @@ msgstr "Buïte opatrní: tato akce je nebezpeèná."
msgid "Error"
msgstr "Chyba"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Adresáø pøipojení (mount point): "
@@ -1131,36 +1144,36 @@ msgstr "Typ tabulky oddílù: %s\n"
msgid "on bus %d id %d\n"
msgstr "na sbìrnici %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Pøipojit"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktivní"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Pøidat do RAIDu"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Odebrat z RAIDu"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Zmìnit RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "PouŸití loopbacku"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Co udìláte ?"
# msgstr "Vyberte si èinnost"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1172,7 +1185,7 @@ msgstr ""
"Buïto pouŸijete LILO a nebude to fungovat, nebo nepouŸijete LILO a tedy "
"nepotøebujete /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1185,7 +1198,7 @@ msgstr ""
"manager),\n"
"pøidejte je¹tì /boot oddíl"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1195,57 +1208,57 @@ msgstr ""
"S tím se není schopný vypoøádat Ÿádný zavádìcí program bez pouŸití oddílu\n"
"/boot. Ujistìte se prosím, Ÿe tento oddíl máte."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Místo toho pouŸijte ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Nejprve pouŸijte ``Odpojit''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Tím Ÿe zmìníte typ oddílu %s pøijdete o v¹echna jeho data"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Pøesto chcete pokraèovat?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Konec bez uloŸení"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Chcete skonèit bez zapsání do tabulky oddílù?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Zmìnit typ oddílu"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Který systém chcete pouŸít pro tisk?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "NemùŸete pouŸít ReiserFS pro oddíl men¹í neŸ 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kam chcete pøipojit loopback %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kam chcete pøipojit zaøízení %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1253,145 +1266,145 @@ msgstr ""
"NemùŸu smazat pøípojný bod, protoŸe tento oddíl je pouŸíván pro loopback.\n"
"Odstraòte nejprve loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "KdyŸ naformátujete oddíl %s, ztratíte tím v¹echna jeho data"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formátuji"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formátuji soubor loopbacku %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formátuji oddíl %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Po naformátování v¹ech oddílù,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "na nich budou v¹echna data ztracena"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Pøesunout"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Na který disk chcete oddíl pøesunout?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Na který sektor chcete oddíl pøesunout?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Pøesouvám"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Pøesouvám oddíl..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Nová tabulka oddílù na disku %s bude zapsána!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Aby se zmìny uplatnily budete muset restartovat poèítaè"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Poèítám hranice souborového systému fat"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Mìním velikost"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Na kterém oddílu chcete mìnit velikost?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "V¹echna data z tohoto oddílu by mìla být zálohována"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "KdyŸ zmìníte velikost oddílu %s, ztratíte tím v¹echna jeho data"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Zvolte novou velikost"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Vytvoøit nový oddíl"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Poèáteèní sektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Velikost v MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Souborový systém: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Nastavení: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Tento oddíl nemùŸe být pouŸit pro loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Název souboru loopbacku:"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Soubor uŸ je pouŸíván jiným loopbackem, zvolte si jiný"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Soubor uŸ existuje. Mám ho pouŸít?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Zvolit soubor"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1399,11 +1412,11 @@ msgstr ""
"ZáloŸní tabulka oddílù nemá stejnou velikost\n"
"Chcete pøesto chcete pokraèovat?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Varování"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1411,27 +1424,27 @@ msgstr ""
"VloŸte disketu do mechaniky\n"
"V¹echna data na této disketì budou smazána"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Pokou¹ím se obnovit tabulku oddílù"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "zaøízení"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "úroveò"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "Velikost bloku(chunk)"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Zvolte existující RAID pro pøidání"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nový"
@@ -2819,8 +2832,8 @@ msgstr "Nastavení sluŸeb"
msgid "Configure printer"
msgstr "Nastavení tiskárny"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Hlavní(root) heslo"
@@ -2848,7 +2861,7 @@ msgstr "Auto-instalaèní disketa"
msgid "Exit install"
msgstr "Ukonèit instalaci"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Chyba pøi ètení souboru $f"
@@ -2949,7 +2962,7 @@ msgstr "Na kterém oddílu chcete mìnit velikost?"
msgid "Computing Windows filesystem bounds"
msgstr "Poèítám hranice souborového systému s Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2958,13 +2971,13 @@ msgstr ""
"Zmìnu velikost FAT není moŸné provést, \n"
"vyskytla se následující chyba: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Vá¹ diskový oddíl s Windows je pøíli¹ fragmentován, pouŸijte nejdøíve "
"``defrag''"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2984,21 +2997,21 @@ msgstr ""
"Také byste si mìli data zálohovat. AŸ si budete jistí, Ÿe chcete pokraèovat\n"
"stisknìte Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Jakou velikost oddílu chcete nechat pro Windows na"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "diskovém oddílu %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Zmìna FAT oddílu neuspìla: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3006,36 +3019,36 @@ msgstr ""
"Nejsou zde Ÿádné FAT oddíly, které by bylo moŸné zmìnit (nebo není dostatek "
"místa)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Smazat celý disk"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Odstranit Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Máte více neŸ jeden pevný disk, na který chcete instalovat Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "V¹echny diskové oddíly a data na disku %s budou zru¹ena"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Mód pro Experty"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "PouŸít DiskDrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "PouŸít fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3044,30 +3057,30 @@ msgstr ""
"Nyní mùŸete rozdìlit Vá¹ %s hardisk\n"
"AŸ skonèíte, nezapomeòte uloŸit zmìny pomocí `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "PouŸít volné místo na Windows oddílu"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "NemùŸu pøidat Ÿádný dal¹í oddíl"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Prùvodce DrakX na¹el následující øe¹ení:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Vytváøení diskových oddílù selhalo: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Startuji sí»"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Zastavuji sí»"
@@ -3079,12 +3092,12 @@ msgstr ""
"Stala se chyba, ale nevím jak jí správnì interpretovat.\n"
"Pokraèujte na vlastní riziko."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Zdvojený pøípojný bod %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3095,12 +3108,12 @@ msgstr ""
"Je moŸné, Ÿe je po¹kozen CD disk nebo CD-ROM mechanika\n"
"Zkontrolujete to pouŸitím pøíkazu \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Vítejte na %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Není dostupná Ÿádná disketová mechanika"
@@ -3180,7 +3193,7 @@ msgid "There was an error ordering packages:"
msgstr "Stala se chyba pøi øazení balíèkù:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "PouŸít existující nastavení pro X11?"
@@ -3854,92 +3867,92 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Zvolte si zrcadlo(mirror) pro stahování balíèkù"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Stahuji ze zrcadla(mirror) seznam dostupných balíèkù"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Prosím vyberte si balíèky které chcete nainstalovat."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Jaké je va¹e èasové pásmo?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Jsou Va¹e hardwarové hodiny nastaveny na GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Který systém chcete pouŸít pro tisk?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "®ádné heslo"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "PouŸít stínový soubor (shadow)"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "stín"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "PouŸívat MD5 hesla"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "PouŸívat NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "Ÿluté stránky"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Toto heslo je pøíli¹ jednoduché (musí být alespoò %d znakù dlouhé)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Ovìøení pravosti NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Doména"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Vytvoøit uŸivatele"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Pøidat uŸivatele"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(uŸ byl pøidán %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3949,48 +3962,48 @@ msgstr ""
"Zadejte uŸivatele\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Skuteèné jméno"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "UŸivatelské jméno"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikona"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Toto heslo je pøíli¹ jednoduché"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Prosím zadejte uŸivatelské jméno"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "UŸivatelské jméno mùŸe obsahovat pouze malá písmena, èísla, `-' a `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Toto uŸivatelské jméno uŸ bylo pøidáno"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4016,19 +4029,19 @@ msgstr ""
"JestliŸe chcete vytvoøit startovací disketu, nejdøíve vloŸte disketu do\n"
"mechaniky a potom stisknìte \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "První disketa"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Druhá disketa"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Pøeskoèit"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4048,32 +4061,32 @@ msgstr ""
"pouŸita spolu s\"Mandrake záchranným diskem\" (rescue image), coŸ poskytuje\n"
"úèinnou pomoc pøi havárii systému. Chcete vytvoøit startovací disketu ?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "BohuŸel není dostupná Ÿádná disketová mechanika"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Zvolte mechaniku kde chcete vytvoøit startovací disketu"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "VloŸte disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Vytváøím startovací disketu"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Pøipravuji zavádìcí program"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Chcete pouŸít aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4081,80 +4094,80 @@ msgstr ""
"Stala se chyba pøi instalaci aboot,\n"
"mám se pokusit o instalaci i kdyŸ to zru¹í první oddíl na disku?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalace zavádìcího programu neuspìla. Stala se tato chyba:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Dveøe dokoøán"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Slabá"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Nízká"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Støední"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Vysoká"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoidní"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Rùzné otázky"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(mùŸe zpùsobit naru¹ení dat)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Mám pouŸít optimalizace hardisku?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Zvolte si úroveò zabezpeèení"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Pokud tøeba, upøesnìte velikost RAM (nalezeno %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Automatické pøipojování médií"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Vyèistit /tmp pøi kaŸdém startu"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Povolit více profilù"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Pøi startu zapni Numlock"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Zadejte velikost pamìti v MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Pøi vysoké úrovni zabezpeèení nemùŸete pouŸít supermount"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4168,7 +4181,7 @@ msgstr ""
"poèítaè k nìèemu jinému neŸ jako server.\n"
"Byli jste varováni."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4176,28 +4189,28 @@ msgstr ""
"Dejte si pozor, zda máte zapnutý Numlock, protoŸe jinak mnoho kláves\n"
"pí¹e èísla místo písmen (napø: pøi stisknutí `p' dostanete `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Pøejete si vytvoøit auto instalaèní disketu pro replikaci Linuxu?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "VloŸte prázdnou disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Vytváøím disketu pro automatickou instalaci"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4251,10 +4264,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Va¹e volba? (standardnì %s; zadejte `none' pro nic) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Èeské"
+msgid "Czech (QWERTZ)"
+msgstr "Èeské (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Nìmecké"
@@ -4262,19 +4275,19 @@ msgstr "Nìmecké"
msgid "Dvorak"
msgstr "Dvoøák"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "©panìlské"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finské"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francouzské"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norské"
@@ -4282,15 +4295,15 @@ msgstr "Norské"
msgid "Polish"
msgstr "Polské"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ruské"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "UK-Britské"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US-Americké"
@@ -4338,151 +4351,167 @@ msgstr "©výcarské (Nìmecký styl)"
msgid "Swiss (French layout)"
msgstr "©výcarské (Francouzský styl)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Èeské (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Nìmecké (bez mrtvých kláves)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Dánské"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvoøák (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvoøák (Norské)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estonské"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzínské (\"Ruské\" rozloŸení)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzínské (rozloŸení \"Latin\")"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Øecké"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Maïarské"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Chorvatské"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Izraelské"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Izraelské (foneticky)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Íránské"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islandské"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italské"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japonská 106 kláves"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinsko-Americké"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandské"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litevské AZERTY (stará)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litevské AZERTY (nová)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litevské \"èíselná øada\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litevské \"foneticky\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polské (rozloŸení QWERTY)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polské (rozloŸení QWERTZ)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugalské"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanadské (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ruské (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "©védské"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovinské"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovenské"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovenské (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovenské (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thaiské"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turecké (tradièní model \"F\")"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turecké (moderní model \"Q\")"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrajinské"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US (mezinárodní)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamská \"èíselná øada\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslávské (rozloŸení latin)"
@@ -4498,9 +4527,10 @@ msgstr "Standardní"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Standardní my¹"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4538,6 +4568,10 @@ msgstr "Standardní tøítlaèítková My¹"
msgid "Generic 3 Button Mouse"
msgstr "Standardní tøítlaèítková My¹"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4595,26 +4629,26 @@ msgstr "Dal¹í ->"
msgid "Is this correct?"
msgstr "Je to správnì?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Nastavení Internetu"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Chcete se nyní pokusit pøipojit k internetu?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Nastavení pøipojení k internetu"
# ../.vygenerovat ./netconnect.pm_.c:528
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Nepøipojovat se k internetu"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4623,11 +4657,13 @@ msgstr "Pøipojení k Internetu / Nastavení místní sítì"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Nastavení ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4635,115 +4671,115 @@ msgstr ""
"Vyberte si svého poskytovatele internetu.\n"
" Pokud není na seznamu, vyberte si Unlisted"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Nastavení Pøipojení"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Prosím vyplòte nebo zkontrolujte následující údaje"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ karty"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "DMA karty"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO karty"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 karty"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 karty"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Va¹e osobní telefonní èíslo"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Jméno poskytovatele (napø provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Tel. èíslo poskytovatele"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Primární DNS poskytovatele"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Sekundární DNS poskytovatele"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Typ vytáèení"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Vá¹ úèet (uŸivatelské jméno)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Heslo va¹eho úètu"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Heslo va¹eho úètu (je¹tì jednou)"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Evropa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Evropa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Zbytek svìta"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Zbytek svìta - Ÿádný D-Channel (leased lines)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Který protokol chcete pouŸít?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Nevím"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Jaký typ karty máte?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Pokraèovat"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Pøeru¹it"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4756,15 +4792,15 @@ msgstr ""
"\n"
"Jestli máte PCMCIA kartu, musíte znát její IRQ a IO.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Kterou z tìhto ISND karet máte?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Na¹el jsem ISDN kartu:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4772,13 +4808,13 @@ msgstr ""
"Na¹el jsem ISDN PCI kartu, jejíŸ typ ale neznám. Prosím zvolte si jednu z "
"následujícího seznamu PCI karet."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nena¹el jsem Ÿádnou ISDN PCI kartu. Prosím zvolte si jednu z následující "
"nabídky"
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4787,11 +4823,12 @@ msgstr ""
"Na Va¹em poèítaèi nebyl nalezen Ÿádný sí»ový adaptér. Spus»te prosím program "
"pro nastavení hardware."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Zvolte sí»ové rozhraní"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
#, fuzzy
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
@@ -4799,90 +4836,93 @@ msgstr ""
"Vyberte si prosím který sí»ový adaptér chcete pouŸít pro pøipojení k "
"internetu"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Sí»ové rozhraní"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Znovu spustím sí»ové rozhraní. Souhlasíte ?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Nastavení ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Chcete se automaticky pøipojovat po startu poèítaèe?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Mám se pokusit najít modem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Ke kterému sériovému portu je Vá¹ modem pøipojen?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "MoŸnosti vytáèení"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Jméno pøipojení"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefonní èíslo"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Pøihla¹ovací jméno"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Ovìøení"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Podle scénáøe"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Pomocí terminálu"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Jméno domény"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "První DNS Server"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Druhý DNS Server"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Pøipojení k Internetu / Nastavení místní sítì"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
@@ -4890,115 +4930,118 @@ msgid ""
msgstr "Nastavení pøipojení k internetu"
# ../.vygenerovat ./netconnect.pm_.c:528
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Nepøipojovat se k internetu"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
# ../.vygenerovat ./netconnect.pm_.c:528
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Nepøipojovat se k internetu"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Pøipojit se k internetu"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Odpojit se od internetu"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Nastavení a pøipojení k internetu"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
#, fuzzy
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Znovu spustím sí»ové rozhraní. Souhlasíte ?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interní ISDN kartou"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Externím modemem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Pøipojení k internetu"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Jaké je va¹e ISDN pøipojení?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Francie"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Ostatní zemì"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Ve které zemi se nacházíte?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modemem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Pokud je vá¹ adsl modem Alcatel, zvolte Alcatel, jinak zvolte ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "pouŸít pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "nepouŸívat pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5008,12 +5051,12 @@ msgstr ""
"Pøesto ale existují pøipojení, které pouŸívají pouze dhcp. Jestli si nejste "
"jistí, zvolte 'pouŸít pppoe'"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5021,35 +5064,35 @@ msgstr ""
"Kterého dhcp klienta chcete pouŸít?\n"
"Standardní je dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Nastavení pøipojení k internetu"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Nastavení místní sítì"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Nastavení sítì"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Chcete si vyzkou¹et nastavení?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Vypnutí sí»ových sluŸeb"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Pøipojení k Internetu / Nastavení místní sítì"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5057,15 +5100,15 @@ msgstr ""
"Místní sí» uŸ byla nastavena.\n"
"Chcete:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Jak se chcete pøipojit k Internetu?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Nastavení sítì"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5138,6 +5181,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa musí být ve formátu 1.2.3.4"
@@ -5266,7 +5310,7 @@ msgstr "Místní tiskárna"
msgid "Remote printer"
msgstr "Vzdálená tiskárna"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Vzdálený CUPS server"
@@ -5415,7 +5459,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Hostname tiskárny"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -5555,12 +5599,12 @@ msgstr "Odhaduji"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Zvolte pøipojení tiskárny"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Jak je tiskárna pøipojena?"
@@ -5578,11 +5622,33 @@ msgstr ""
"ty budou automaticky detekovány.\n"
"Pokud si nejste jistí, zvolte \"Vzdálený CUPS server\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"V pøípadì CUPS serveru nemusíte pøímo nastavovat tiskárny,\n"
+"ty budou automaticky detekovány.\n"
+"Pokud si nejste jistí, zvolte \"Vzdálený CUPS server\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP SMB serveru"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Odebrat frontu"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5594,19 +5660,19 @@ msgstr ""
"mohou také být definovány. Jaké má být pouŸito jméno pro tuto\n"
"tiskárnu a jak je tak tiskárna pøipojena?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Jméno tiskárny"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Popis"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Umístìní"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5617,15 +5683,15 @@ msgstr ""
"jméno (èasto lp) a vlastní (spool) adresáø. Jaké jméno a adresáø\n"
"má být pouŸit pro tuto frontu, a jak je tiskárna pøipojena ?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Jméno fronty"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spool adresáø"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Pøipojení tiskárny"
@@ -6555,6 +6621,12 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
+#~ msgid "Czech"
+#~ msgstr "Èeské"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slovenské"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "NemùŸu pomocí urpmi nainstalovat ipchains RPM."
@@ -6994,9 +7066,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB my¹ (3 nebo více tlaèítek)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Standardní my¹"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 87e6f5cfc..7e66b621a 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-11-17 17:21+0100\n"
"Last-Translator: Dafydd Tomos <dafydd@imaginet.co.uk>\n"
"Language-Team: Welsh\n"
@@ -82,23 +82,23 @@ msgstr ""
msgid "XFree configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Dewiswch faint y cof yn eich cerdyn graffeg"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Dewiswch opsiynau ar gyfer y gweinydd"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Dewiswch fonitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -112,185 +112,185 @@ msgid ""
" If in doubt, choose a conservative setting."
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr ""
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr ""
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr ""
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr ""
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr ""
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr ""
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
msgstr ""
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Fe gafwyd gwall:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Gadael mewn %d eiliad"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
#, fuzzy
msgid "Is this the correct setting?"
msgstr "Ydi hyn yn gywir?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr ""
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr ""
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Cerdyn graffeg: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Gweinydd XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Dangos i gyd"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Ffurf yr allweddell: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Math y llygoden: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dyfais y lygoden: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Cerdyn graffeg: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Cof graffeg: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Gweinydd XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, fuzzy, c-format
msgid "XFree86 driver: %s\n"
msgstr "Gweinydd XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Newid Monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Newid cerdyn graffeg"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Dangos gwybodaeth"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Profi eto"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Gorffen"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Beth ydych eisiau wneud?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -299,20 +299,20 @@ msgid ""
"%s"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X wrth ddechrau"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -320,11 +320,11 @@ msgstr ""
"Fe alla'i osod eich cyfrifiadur i ddechrau X yn otomatig ar ôl bwtio\n"
"Hoffech chi X i ddechrau wedi i chi ail-fwtio?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr ""
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -333,12 +333,12 @@ msgstr ""
"Fe alla'i osod eich cyfrifiadur i ddechrau X yn otomatig ar ôl bwtio\n"
"Hoffech chi X i ddechrau wedi i chi ail-fwtio?"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
#, fuzzy
msgid "Choose the default user:"
msgstr "Dewiswch y maint newydd"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Dewiswch weithred"
@@ -439,245 +439,258 @@ msgstr "Monitor sydd yn gallu dangos 1600x1200 ar 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor sydd yn gallu dangos 1600x1200 ar 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr ""
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr ""
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr ""
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr ""
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr ""
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
#, fuzzy
msgid "None"
msgstr "Wedi ei wneud"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
#, fuzzy
msgid "Which bootloader(s) do you want to use?"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr ""
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr ""
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr ""
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr ""
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr ""
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr ""
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr ""
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr ""
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr ""
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr ""
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr ""
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr ""
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr ""
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr ""
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
msgstr ""
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr ""
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Wedi ei wneud"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr ""
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr ""
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr ""
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr ""
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr ""
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr ""
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr ""
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr ""
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr ""
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr ""
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr ""
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr ""
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr ""
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr ""
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr ""
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr ""
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr ""
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr ""
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr ""
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr ""
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Na"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ie"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr ""
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr ""
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr ""
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr ""
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -689,20 +702,20 @@ msgid ""
"not cause any damage."
msgstr ""
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr ""
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr ""
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr ""
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -710,11 +723,11 @@ msgid ""
"For instance, ``io=0x300 irq=7''"
msgstr ""
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr ""
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -780,7 +793,7 @@ msgstr ""
msgid "%d seconds"
msgstr "Gadael mewn %d eiliad"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Creu"
@@ -788,7 +801,7 @@ msgstr "Creu"
msgid "Unmount"
msgstr ""
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Dileu"
@@ -796,16 +809,16 @@ msgstr "Dileu"
msgid "Format"
msgstr "Fformatio"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Newid maint"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Math"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr ""
@@ -936,8 +949,8 @@ msgid "Please make a backup of your data first"
msgstr ""
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Darllenwch yn ofalus!"
@@ -959,7 +972,7 @@ msgstr ""
msgid "Error"
msgstr "Gwall"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr ""
@@ -1071,35 +1084,35 @@ msgstr "Sgrifennu y tabl rhaniadau"
msgid "on bus %d id %d\n"
msgstr "ar fws %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr ""
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr ""
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr ""
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr ""
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr ""
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Dewiswch weithred"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1111,7 +1124,7 @@ msgstr ""
"Naill ai nad ydych yn defnyddio LILO a ddim angen /boot neu byddwch yn "
"defnyddio LILO a ni fydd yn gweithio."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1123,219 +1136,219 @@ msgstr ""
"Os ydych yn bwriadu defnyddio y rheolwr bwtio LILO, nodwch fe ddylech greu "
"rhaniad /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr ""
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr ""
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, fuzzy, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr ""
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Gorffen heb arbed"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Gorffen heb ysgrifennu y tabl rhaniadau?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Newid math y rhaniad"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, fuzzy, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr ""
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, fuzzy, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Fformatio"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, fuzzy, c-format
msgid "Formatting loopback file %s"
msgstr "Yn fformatio rhaniad %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Yn fformatio rhaniad %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Ar ôl fformatio pob rhaniad,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "mi fydd yr holl wybodaeth ar y rhaniadau yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Symud"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Symud"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Yn symud rhaniad.."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Mae tabl rhaniad disg-yrrwr %s am gael ei ysgrifennu i'r disg!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Mi fydd angen i chi ail-fwtio cyn i'r newidiadau gymeryd lle"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr ""
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Newid maint"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
#, fuzzy
msgid "All data on this partition should be backed-up"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, fuzzy, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Dewiswch y maint newydd"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Creu rhaniad newydd"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Sector dechreuol: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Maint mewn MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Math o ffeilsystem: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr ""
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr ""
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr ""
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr ""
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Dewiswch ffeil"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
msgstr ""
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Rhybudd"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1343,27 +1356,27 @@ msgstr ""
"Rhowch flopi yn y disg-yrrwr\n"
"Mi fydd yr holl wybodaeth ar y fflopi yma yn gael ei ddileu"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Yn trio achub y tabl rhaniadau"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "dyfais"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "lefel"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr ""
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr ""
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "newydd"
@@ -2494,8 +2507,8 @@ msgstr ""
msgid "Configure printer"
msgstr ""
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr ""
@@ -2523,7 +2536,7 @@ msgstr ""
msgid "Exit install"
msgstr ""
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr ""
@@ -2618,18 +2631,18 @@ msgstr "Pa fath o rhaniad ydych chi eisiau?"
msgid "Computing Windows filesystem bounds"
msgstr ""
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2640,88 +2653,88 @@ msgid ""
"When sure, press Ok."
msgstr ""
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
#, fuzzy
msgid "Which size do you want to keep for windows on"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, fuzzy, c-format
msgid "partition %s"
msgstr "Ar ôl %s rhaniad %"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "fe fydd yr holl wybodaeth ar y rhaniad yma yn cael ei ddileu"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
#, fuzzy
msgid "Expert mode"
msgstr "Ext2"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr ""
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Does gennych chi ddim rhaniadau!"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Alla'i ddim ychwanegu unrhyw raniadau ychwanegol"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Sgrifennu y tabl rhaniadau"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr ""
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr ""
@@ -2731,12 +2744,12 @@ msgid ""
"Continue at your own risk."
msgstr ""
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr ""
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -2744,12 +2757,12 @@ msgid ""
"Mandrake/RPMS/*.rpm\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr ""
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr ""
@@ -2830,7 +2843,7 @@ msgid "There was an error ordering packages:"
msgstr ""
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr ""
@@ -3448,96 +3461,96 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
#, fuzzy
msgid "Please choose the packages you want to install."
msgstr "Dewiswch weithred"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
#, fuzzy
msgid "Which is your timezone?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
#, fuzzy
msgid "Which printing system do you want to use?"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
#, fuzzy
msgid "NIS Server"
msgstr "Gweinydd X"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3545,48 +3558,48 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -3604,21 +3617,21 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
#, fuzzy
msgid "First floppy drive"
msgstr "Fformatio i gyd"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
#, fuzzy
msgid "Second floppy drive"
msgstr "Arbed ar flopi"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -3632,114 +3645,114 @@ msgid ""
"failures. Would you like to create a bootdisk for your system?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
#, fuzzy
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Dewiswch weithred"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Beth ydych eisiau wneud?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
#, fuzzy
msgid "Enable num lock at startup"
msgstr "X wrth ddechrau"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -3748,35 +3761,35 @@ msgid ""
"You have been warned."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Arbed ar flopi"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -3829,10 +3842,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr ""
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
+msgid "Czech (QWERTZ)"
msgstr ""
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr ""
@@ -3840,19 +3853,19 @@ msgstr ""
msgid "Dvorak"
msgstr ""
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr ""
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr ""
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr ""
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr ""
@@ -3860,15 +3873,15 @@ msgstr ""
msgid "Polish"
msgstr ""
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr ""
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr ""
@@ -3916,151 +3929,167 @@ msgstr ""
msgid "Swiss (French layout)"
msgstr ""
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr ""
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr ""
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr ""
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr ""
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr ""
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr ""
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr ""
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr ""
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr ""
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr ""
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr ""
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr ""
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr ""
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr ""
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr ""
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr ""
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr ""
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr ""
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr ""
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr ""
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr ""
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr ""
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
msgstr ""
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr ""
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr ""
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr ""
@@ -4076,8 +4105,8 @@ msgstr ""
msgid "Logitech MouseMan+"
msgstr ""
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
msgstr ""
#: ../../mouse.pm_.c:34
@@ -4117,6 +4146,10 @@ msgstr ""
msgid "Generic 3 Button Mouse"
msgstr ""
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr ""
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr ""
@@ -4174,26 +4207,26 @@ msgstr ""
msgid "Is this correct?"
msgstr "Ydi hyn yn gywir?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
#, fuzzy
msgid "Internet configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr ""
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -4201,128 +4234,130 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
#, fuzzy
msgid "ISDN Configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
msgstr ""
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
#, fuzzy
msgid "Connection Configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr ""
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr ""
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr ""
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr ""
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr ""
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr ""
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr ""
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr ""
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr ""
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr ""
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr ""
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr ""
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr ""
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr ""
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr ""
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr ""
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
#, fuzzy
msgid "Which protocol do you want to use ?"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr ""
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr ""
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr ""
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr ""
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr ""
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr ""
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4330,303 +4365,310 @@ msgid ""
"If you have a PCMCIA card, you have to know the irq and io of your card.\n"
msgstr ""
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr ""
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr ""
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
msgstr ""
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
#, fuzzy
msgid "Choose the network interface"
msgstr "Dewiswch y maint newydd"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
#, fuzzy
msgid "ADSL configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
#, fuzzy
msgid "Do you want to start your connection at boot?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr ""
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr ""
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr ""
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
#, fuzzy
msgid "Connection name"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr ""
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
#, fuzzy
msgid "Login ID"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr ""
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr ""
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr ""
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr ""
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr ""
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
#, fuzzy
msgid "First DNS Server"
msgstr "Gweinydd X"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
#, fuzzy
msgid "Second DNS Server"
msgstr "Arbed ar flopi"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr ""
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr ""
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr ""
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Ext2"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
#, fuzzy
msgid "Connect to the Internet"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr ""
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr ""
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr ""
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr ""
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr ""
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr ""
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
#, fuzzy
msgid "ECI modem"
msgstr "Ext2"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr ""
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr ""
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
msgstr "Pa fath o rhaniad ydych chi eisiau?"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr ""
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr ""
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
msgstr ""
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
#, fuzzy
msgid "How do you want to connect to the Internet?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
#, fuzzy
msgid "Network Configuration"
msgstr "Yn parataoi cyfluniad X-Window"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -4694,6 +4736,7 @@ msgid "(bootp/dhcp)"
msgstr ""
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr ""
@@ -4819,7 +4862,7 @@ msgstr ""
msgid "Remote printer"
msgstr ""
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr ""
@@ -4953,7 +4996,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr ""
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
#, fuzzy
msgid "Port"
msgstr "Fformatio"
@@ -5083,12 +5126,12 @@ msgstr "fformatio"
msgid "Reading CUPS drivers database..."
msgstr ""
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr ""
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr ""
@@ -5103,11 +5146,29 @@ msgid ""
"In case of doubt, select \"Remote CUPS server\"."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "Gweinydd X"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr ""
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5115,19 +5176,19 @@ msgid ""
"how is the printer connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr ""
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr ""
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr ""
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5135,15 +5196,15 @@ msgid ""
"connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr ""
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr ""
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 44209f373..7ebedc623 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-09-20 00:57 +0200\n"
"Last-Translator: Stefan Siegel <siegel@linux-mandrake.com>\n"
"Language-Team: German <de@li.org>\n"
@@ -91,23 +91,23 @@ msgstr "XFree %s mit EXPERIMENTELLER 3D Hardwarebeschleunigung"
msgid "XFree configuration"
msgstr "XFree konfigurieren"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Wählen Sie die Speichergröße Ihrer Grafikkarte"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Wählen Sie die Einstellungen für den Server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Wählen Sie Ihren Monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -128,39 +128,39 @@ msgstr ""
"könnten. Im Zweifelsfall wählen Sie bitte eine konservativere \n"
"Einstellung."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Horizontale Wiederholfrequenz"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Vertikale Wiederholfrequenz"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ihr Monitor ist nicht konfiguriert"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Ihre Grafikkarte ist noch nicht konfiguriert"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Die Auflösungen wurden noch nicht ausgewählt"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Möchten Sie die vorgenommenen Einstellungen prüfen?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Warnung: Testen dieser Grafikkarte kann Ihren Rechner anhalten"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Prüfen der Einstellungen"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -168,147 +168,147 @@ msgstr ""
"\n"
"Versuchen Sie bitte, einige Einstellungen zu ändern"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ein Fehler ist aufgetreten:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Verlassen in %d Sekunden"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Ist dies richtig?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr ""
"Ein Fehler ist aufgetreten. Versuchen Sie bitte, einige Parameter zu ändern"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Auflösung"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Wählen Sie bitte Auflösung und Farbtiefe"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafikkarte: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 Server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Alle anzeigen"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Auflösungen"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Tastaturtyp: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Maustyp: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Mausschnittstelle: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Monitor Horiz. Frequenz: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Monitor Vert. Frequenz: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafikkarte: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Grafikkartenspeicher: %s Kb\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Farbtiefe: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Auflösung: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 Server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 Treiber: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "X-Window Konfiguration vorbereiten"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Monitor ändern"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Grafikkarte ändern"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Server Einstellungen ändern"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Auflösung ändern"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Informationen anzeigen"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Nochmals testen"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Verlassen"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Was wollen Sie machen?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -321,22 +321,22 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
"Bitte loggen Sie sich erneut in %s ein, \n"
"um die Änderungen wirksam werden zu lassen."
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Bitte loggen Sie sich aus, und drücken Sie Ctrl-Alt-Rücktaste"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X zur Startzeit"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -345,11 +345,11 @@ msgstr ""
"automatisch die Grafische Oberfläche (= der X Server) aktiviert wird.\n"
"Wollen Sie, dass X nach jedem Neustart direkt zur Verfügung steht?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Autologin"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -358,11 +358,11 @@ msgstr ""
"ein Nutzer angemeldet wird.\n"
"Wollen Sie davon keinen Gebrauch machen, wählen Sie ,,Abbruch``"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Wählen Sie den Standard-Nutzer:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Wählen Sie den Window-Manager, den Sie verwenden wollen:"
@@ -462,107 +462,116 @@ msgstr "Ihr Monitor kann 1600x1200 bei 70 Hz darstellen"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ihr Monitor kann 1600x1200 bei 76 Hz darstellen"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Erster Sektor der Boot-Partition"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Erster Sektor der Platte (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO Installation"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Wo soll der Betriebssystemstarter installiert werden?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/Grub Installation"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Keinen"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Welchen Betriebssystemstarter wollen Sie hinzufügen?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Installation des Betriebssystemstarters"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Boot Gerät"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (funktioniert nicht mit alten BIOS Versionen)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompakt"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "Kompakt"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Video Modus"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Wartezeit vorm Starten des Standard Betriebssystems"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Passwort"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Passwort (erneut)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Gebrauch der Kommandozeilen-Parameter einschränken"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "Einschränken"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Haupt-Optionen des Betriebssystemstarters"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Die Option ,,Gebrauch der Kommandozeilen-Parameter einschränken`` ist ohne \n"
"Angabe eines Passworts wirkungslos"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Bitte versuchen Sie es erneut"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Die Passwörter stimmen nicht überein"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -570,139 +579,143 @@ msgstr ""
"Hier sind die verschiedenen Einträge.\n"
"Sie können weitere hinzufügen oder existierende ändern."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Hinzufügen"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Fertig"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Welche Art Eintrag wollen Sie hinzufügen?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Anderes Betriebssystem (SunOS ...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Anderes Betriebssystem"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Schreiben/Lesen"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabelle"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Unsicher"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Label"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Standard"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "OK"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Eintrag löschen"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Leere Einträge sind nicht erlaubt"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Dieser Eintrag existiert bereits"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Schnittstelle(n) %s %s gefunden"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Verfügen Sie über weitere?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Verfügen Sie über %s Schnittstellen?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Nein"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Hardware Informationen anzeigen"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installation des Treibers für die Karte %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(Modul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Welchen %s-Treiber soll ich versuchen?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -720,20 +733,20 @@ msgstr ""
"Treiber kann in seltenen Fällen zum ,,Hängenbleiben`` des Rechners führen, "
"was jedoch keine Hardwareschäden nach sich ziehen sollte)"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Automatische Erkennung"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Optionen angeben"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Sie müssen nun die Optionen für Modul %s angeben."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -744,11 +757,11 @@ msgstr ""
"Optionen haben die Form ,,name=wert name2=wert2``.\n"
"Beispielsweise: ,,io=0x300 irq=7``"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Modul-Optionen:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -833,7 +846,7 @@ msgstr "1 Minute"
msgid "%d seconds"
msgstr "%d Sekunden"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Erzeugen"
@@ -841,7 +854,7 @@ msgstr "Erzeugen"
msgid "Unmount"
msgstr "Aushängen"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Löschen"
@@ -849,16 +862,16 @@ msgstr "Löschen"
msgid "Format"
msgstr "Formatieren"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Größe verändern"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Typ"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Mount-Punkt"
@@ -995,8 +1008,8 @@ msgid "Please make a backup of your data first"
msgstr "Bitte machen Sie erst eine Sicherheitskopie Ihrer Daten!"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lesen Sie bitte aufmerksam!"
@@ -1020,7 +1033,7 @@ msgstr "Vorsicht: Diese Aktion ist gefährlich."
msgid "Error"
msgstr "Fehler"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Mount-Punkt: "
@@ -1131,35 +1144,35 @@ msgstr "Partitionstabellen Typ: %s\n"
msgid "on bus %d id %d\n"
msgstr "auf Bus %d ID %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Mount"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiv"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Zum RAID hinzufügen"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Löschen aus dem RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "RAID modifizieren"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Als Loopback verwenden"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Wählen Sie ein Aktion aus"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1172,7 +1185,7 @@ msgstr ""
"verwenden \n"
"LILO nicht, dann benötigen Sie keine ,,/boot`` Partition."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1185,7 +1198,7 @@ msgstr ""
"Betriebssystemstarter einsetzen wollen, vergessen Sie bitte nicht, eine "
"/boot Partition anzulegen!"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1197,16 +1210,16 @@ msgstr ""
",,/boot``-Partition arbeiten. Sie sollten also daran denken, eine solche \n"
"Partition zu erstellen."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Verwenden Sie stattdessen ,,%s``"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Verwenden Sie erst ,,umount``"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1214,43 +1227,43 @@ msgstr ""
"Nach Änderung des Partitionstyps von %s, werden sämtliche Daten darauf "
"gelöscht"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Beenden ohne speichern"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Beenden ohne die Partitionstabelle zu speichern?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Partitionstyp ändern"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Welches Dateisystem wollen Sie verwenden?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
"Sie können ReiserFS nicht für Partitionen verwenden, die kleiner als 32MB "
"sind!"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Wo wollen Sie die Loopback-Datei %s einhängen?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Wo wollen Sie das Gerät %s einhängen?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1258,151 +1271,151 @@ msgstr ""
"Ich kann diesen Mount-Punkt nicht zurücksetzen, da diese Partition als \n"
"Loopback verwendet wird. Bitte entfernen Sie erst diesen Loopback."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nach Formatieren der Partition %s, werden sämtliche Daten darauf gelöscht"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatiere"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatiere Loopback-Datei %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiere Partition %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Nach dem Formatieren aller Partitionen, "
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "werden alle Daten auf diesen Partitionen gelöscht sein"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Bewegen"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Zu welcher Platte wollen Sie wechseln?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Zu welchem Sektor wollen Sie wechseln?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "wechsele"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Bewege Partition..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Die Partitionstabelle der Platte ,,%s`` wird gespeichert!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Sie müssen Ihren Rechner neu starten, damit die Veränderungen wirksam werden"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Errechne die Grenzen des FAT Dateisystems"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Neuberechnen der Größe"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Die Größe dieser Partition kann ich nicht ändern"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Sie sollten ein Backup sämtlicher Daten dieser Partition erstellen"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Durch Veränderung der Partitionsgröße von %s, gehen sämtliche Daten darauf "
"verloren"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Wählen Sie die neue Größe"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Erzeuge eine neue Partition"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Anfangssektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Größe in MB:"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Dateisystemtyp: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Einstellung: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Diese Partition kann nicht als Loopback verwendet werden"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Name der Loopback-Datei: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"Diese Datei wird bereits von einer anderen Loopback-Verknüpfung verwendet, "
"wählen Sie eine andere Datei."
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr ""
"Es existiert bereits eine Datei mit diesem Namen. Soll ich sie verwenden?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Datei auswählen"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1410,11 +1423,11 @@ msgstr ""
"Die gesicherte Partitionstabelle hat nicht dieselbe Größe\n"
"Soll trotzdem fortgefahren werden?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Warnung"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1422,27 +1435,27 @@ msgstr ""
"Legen Sie eine Diskette in das Laufwerk\n"
"Alle Daten auf dieser Diskette werden gelöscht!"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Ich Versuche, die Partitionstabelle zu retten"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "Gerät"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "Level"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "Blockgröße"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Wählen Sie einen vorhandenen RAID"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "Neu"
@@ -1828,6 +1841,74 @@ msgid ""
"lose all your data very easily. So,\n"
"\t don't choose this solution unless you know what you are doing."
msgstr ""
+"Sie müssen nun entscheiden, wo auf Ihrer/n Festplatte(n) Ihr Linux-Mandrake "
+"\n"
+"System installiert werden soll. Sofern alles leer ist bzw ein Betriebssystem "
+"\n"
+"alles belegt, müssen Sie die Platte neu partitionieren. Prinzipiell besteht "
+"\n"
+"das Partitionieren der Platte(n) darin, den Plattenpatz so aufzuteilen, dass "
+"\n"
+"Sie Ihr Linux-Mandrake daruf installieren können.\n"
+"\n"
+"\n"
+"Da dieser Schritt normalerweise irreversibel ist, kann das Partitionieren "
+"für \n"
+"unerfahrene Anwender unangenehm und stressig sein.\n"
+"Dieser Wizard kann Ihnen diesen Schrit abnehmen. Lesen Sie denoch vor Beginn "
+"\n"
+"im Handbuch die entsprechenden Passagen und lassen Sie sich Zeit mit der \n"
+"Entscheidung.\n"
+"\n"
+"\n"
+"Sie benötigen mindestens zwei Partitionen. Die erste für das Beetriebssystem "
+"\n"
+"selbst, die zweite als Auslagerbereich für den Speicher (engl. ,,Swap`` \n"
+"genannt).\n"
+"\n"
+"\n"
+"Sollten Sie bereits existierende Partitionen haben (etwa von einer alten \n"
+"GNU/Linux installtion oder von einem anderen Partitionierungswerkzeug \n"
+"erstellt) , wählen Sie diese einfach für Ihre Installation von \n"
+"Linux-Mandrake.\n"
+"\n"
+"\n"
+"Falls Sie noch keine Partitionen existieren, müssen Sie sie erstellen.\n"
+"Verwenden Sie dafür obigen Wizard. Abhängig vom aktuellen Zustand Ihrer \n"
+"Platte haben Sie verschiedene Alternativen:\n"
+"\n"
+"\t* Verwende existierende: Der Wizard hat eine oder mehrere existierende \n"
+"Linux Partitionen auf Ihrer Platte gefunden. Wählen Sie diese \n"
+"Schaltfläche, falls Sie sie behalten wollen.\n"
+"\n"
+"\n"
+"\t* Komplette Platte löschen: Falls Sie alle Daten Ihrer Platte verlieren,\n"
+"und sie durch Ihr neues Linux Mandrake System ersetzen wollen, wählen Sie\n"
+"diese Schaltfläche. Beachten Sie, dass dieser Schritt nicht rückgängig\n"
+"gemacht werden kann.\n"
+"\n"
+"\n"
+"\t* Den freien Platz der Windows Partition verwenden: Falls der gesamte\n"
+"Plattenplatz aktuell für Microsoft Windows(TM) verschwendet ist, müssen\n"
+"Sie für Linux Platz schaffen. Um dies zu erreichen, können Sie entweder\n"
+"Ihre Microsoft Windows(TM) Partition samt Daten löschen (also \n"
+",,Komplette Platte löschen`` oder ,,Experten-Modus``) oder Ihre Windows\n"
+"Partition verkleinern. Letzteres geht ohne Datenverlust. Sie sollten \n"
+"diese Variante wählen, falls Sie beide Betriebssysteme (Windows und \n"
+"Linux Mandrake) nebeneinander nutzen wollen.\n"
+"\n"
+"\n"
+"\t Bevor SIe sich für diese Variante entscheiden, sei hier noch einmal \n"
+"betont, dass diese Variante bedeutet, dass Sie weniger Platz für \n"
+"Windows haben werden, als momentan.\n"
+"\n"
+"\n"
+"\t* Experten-Modus: Falls Sie Ihre Platten manuell partitionieren wollen, \n"
+"wählen Sie diese Schaltfläche. Seien Sie Sich jedoch bewusst, das Sie\n"
+"dadurch ein mächtiges Werkzeug erhalen, mit dem Sie gefährliche \n"
+"aktivitäten durchführen dürfen, die zu Datenverlust führen können.\n"
+"Diese Alternative ist wirklich nur für Anwender, die genau wissen, was\n"
+"sie wollen und wie sie es erreichen können."
#: ../../help.pm_.c:160
msgid ""
@@ -3191,8 +3272,8 @@ msgstr "Dienste konfigurieren"
msgid "Configure printer"
msgstr "Drucker konfigurieren"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Root-Passwort setzen"
@@ -3220,7 +3301,7 @@ msgstr "Auto-Installations-Diskette"
msgid "Exit install"
msgstr "Installation beenden"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Fehler beim Lesen der Datei $f"
@@ -3307,7 +3388,7 @@ msgstr "Größe der Auslagerungs-Partition in MB: "
#: ../../install_interactive.pm_.c:102
msgid "Use the free space on the Windows partition"
-msgstr "Den freien Platz der Windows Partition verwenden."
+msgstr "Den freien Platz der Windows Partition verwenden"
#: ../../install_interactive.pm_.c:105
msgid "Which partition do you want to resize?"
@@ -3317,7 +3398,7 @@ msgstr "Bei welcher Partition wollen Sie die Größe ändern?"
msgid "Computing Windows filesystem bounds"
msgstr "Errechne die Grenzen des Windows Dateisystems"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3327,13 +3408,13 @@ msgstr ""
"Partition nicht arbeiten. Folgender Fehler trat auf:\n"
"%s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Ihre Windows-Partition ist zu sehr fragmentiert.\n"
"Starten Sie bitte erst ,,defrag`` unter Windows."
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3353,21 +3434,21 @@ msgstr ""
"Sie sollten natürlich generell Sicherheitskopien Ihrer Daten angelegt\n"
"haben. Falls dies der Fall ist, können Sie mit OK fortfahren."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Wieveil Paltz benötgen sie noch für Windows auf"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "Partition %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT Größenanpassung schlug fehl: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3376,40 +3457,40 @@ msgstr ""
"ich als Loopback verwenden kann (möglicherweise haben Sie auch einfach\n"
"nur nichtmehr genügend freien Speicher)."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Komplette Platte löschen"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Windows(TM) löschen"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sie haben mehr als eine Festplatte.\n"
"Auf welche soll GNU/Linux installiert werden?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SÄMTLICHE existierende Partitionen samt der derauf befindlichen Daten \n"
"auf Laufwerk %s gehen dabei verloren"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Experten-Modus"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "DiskDrake verwenden"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Fdisk verwenden"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3419,28 +3500,28 @@ msgstr ""
"Vergessen Sie nicht die Einstellungen mittels ,w` zu speichern, \n"
"sobald Sie fertig sind."
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "Sie haben nicht genug freien Platz auf Ihrer Windows Partition."
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Ich finde nicht genug Platz für die Installation."
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Der DrakX Partitionierungs-Wizard fand folgende Lösung:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Das Partitionieren schlug fehl: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Netzwerkverbindung herstellen"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Netzwerkverbindung trennen"
@@ -3452,12 +3533,12 @@ msgstr ""
"Es trat ein Fehler auf. Ich weiß jedoch nicht, wie ich damit sinnvoll \n"
"umgehen soll. Sie können fortfahren, jedoch auf eigenes Risiko!"
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Den Mount-Punkt %s kopieren"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3469,12 +3550,12 @@ msgstr ""
"Testen Sie die CD-ROM auf einem Linux-Rechner mittels ,,rpm -qpl \n"
"Mandrake/rpms/*.rpm``\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Willkommen auf %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Kein Disketten-Laufwerk verfügbar"
@@ -3554,7 +3635,7 @@ msgid "There was an error ordering packages:"
msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Wollen Sie die existierende X11 Konfiguration verwenden?"
@@ -4389,95 +4470,95 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Bitte wählen Sie einen Mirror, von dem Sie die Pakete holen wollen."
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr ""
"Verbindung mit dem Mirror aufbauen, um eine Liste verfügbarer Pakete zu "
"erhalten."
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Bitte wählen Sie die zu installierenden Pakete."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "In welcher Zeitzone wollen Sie Ihren Rechner verwenden?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Liefert Ihre Hardware Uhr GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Welches Drucksystem wollen Sie verwenden?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Kein Passwort"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Shadow Datei verwenden"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "Shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "MD5 Passwörter verwenden"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "NIS verwenden"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "Gelbe Seiten"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein!"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Benutzer akzeptieren"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Benutzer hinzufügen"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s wurde bereits hinzugefügt)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4487,37 +4568,37 @@ msgstr ""
"Benutzerkennzeichen einrichten\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Benutzername"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Benutzerkennzeichen"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Symbol"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Dieses Passwort ist zu einfach"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Bitte geben Sie ein Benutzerkennzeichen an"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -4525,12 +4606,12 @@ msgstr ""
"Das Benutzerkennzeichen sollte nur aus Kleinbuchstaben, Ziffern, \n"
",,-`` und ,,_`` bestehen"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Dieses Benutzerkennzeichen existiert bereits"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4560,19 +4641,19 @@ msgstr ""
"Falls Sie eine Startdiskette erstellen wollen, legen Sie eine Diskette \n"
"ohne relevante Daten in ihr erstes Laufwerk und drücken Sie ,,OK``."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Erstes Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Zweites Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Überspringen"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4598,33 +4679,33 @@ msgstr ""
"\n"
"Möchten Sie jetzt eine Startdiskette für Ihr System erstellen?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Ich kann kein Laufwerk finden"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Wählen Sie das Laufwerk, in dem Sie die Start-Diskette erstellen wollen"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in Laufwerk %s ein."
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Startdiskette wird erstellt..."
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Betriebssystemstarter vorbereiten"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Möchten Sie ,,aboot`` verwenden?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4633,82 +4714,82 @@ msgstr ""
"soll ich die Installation mit Gewalt versuchen, selbst wenn dies die \n"
"Zerstörung der ersten Partition verursacht."
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Die Installation des BS-Starters schlug fehl. Folgender Fehler trat auf:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Cracker-Spielplatz"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Schwach"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Niedrig"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Mittel"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Hoch"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Verschiedene Fragen"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(kann zu Datenverlust führen)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Festplattenoptimierungen verwenden?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Wählen Sie eine Sicherheits-Ebene"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Geben Sie, falls nötig, die genaue RAM Größe an (%d MB gefunden)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Wechselmedien automatisch einhängen"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Die Partition /tmp bei jedem Systemstart säubern"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Mehrere Profile einschalten"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Num-Lock beim Start einschalten"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Geben Sie die RAM Größe in MB an"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr ""
"In dieser hohen Sicherheits-Ebene können Sie ,,supermount`` nicht verwenden"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4723,36 +4804,36 @@ msgstr ""
"Benutzer anmelden und anschließend mittels ,,su`` in den Kontext des \n"
"Administrator-Kennzeichens wechseln. Sie wurden hiermit gewarnt!"
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
msgstr "Vorsicht, ist Num-Lock aktiv können etliche Tasten zu ziffern werden"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"Wollen Sie eine Auto-Installations-Diskette zur einfachen \n"
"Replikation der Linux Installation erstellen"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in Laufwerk %s ein."
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Erstellen einer Auto-Installations-Diskette"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4816,10 +4897,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Ihre Wahl? (Standard %s, geben Sie ,,none`` für keine(r/s) ein) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tschechien"
+msgid "Czech (QWERTZ)"
+msgstr "Tschechien (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Deutschland"
@@ -4827,19 +4908,19 @@ msgstr "Deutschland"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Spanien"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finnland"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Frankreich"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norwegen"
@@ -4847,15 +4928,15 @@ msgstr "Norwegen"
msgid "Polish"
msgstr "Polen"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Russland"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Vereinigtes Königreich"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Vereinigte Staaten"
@@ -4903,151 +4984,167 @@ msgstr "Schweiz (deutsches Layout)"
msgid "Swiss (French layout)"
msgstr "Schweiz (französisches Layout)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Tschechien (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Deutschland (ohne Tod-Tasten)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Dänemark"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (USA)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norwegen)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estland"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgien (,,Russisches`` Layout)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgien (,,Lateinisches`` Layout)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Griechenland"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ungarn"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroatien"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israel"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israel (Phonetisch)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iran"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Island"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italien"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japan 106 Tasten"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latein Amerika"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Niederlande"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litauen AZERTY (alt)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litauen AZERTY (neu)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litauen ,,number row`` QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litauen ,,phonetic`` QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polen (QWERTY Layout)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polen (QWERTZ Layout)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugal"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Russland (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Schweden"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovenien"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slowakei"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slowakei (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slowakei (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thailändische Tastatur"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Türkei (traditionelles ,,F`` Modell)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Türkei (modernes ,,Q`` Modell)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukraine"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Vereinigte Staaten (international)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnam ,,numeric row`` QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslawien (lateinisches Layout)"
@@ -5063,9 +5160,9 @@ msgstr "Standard"
msgid "Logitech MouseMan+"
msgstr "Logitech MausMan/FirstMaus (Seriell)"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMaus"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generische PS2 Rad-Maus"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5103,6 +5200,10 @@ msgstr "Generische 2 Tasten Maus"
msgid "Generic 3 Button Mouse"
msgstr "Generische 3 Tasten Maus"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMaus"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MausMan/FirstMaus"
@@ -5159,23 +5260,23 @@ msgstr "Weiter ->"
msgid "Is this correct?"
msgstr "Ist dies richtig?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Internet Konfiguration"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Möchten Sie jetzt versuchen eine Internetverbindung aufzubauen?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr "Ich teste gerade Ihre Verbindung..."
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
msgstr "Sie sind jetzt mit dem Internet verbunden."
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5185,11 +5286,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN Konfiguration"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5197,115 +5300,115 @@ msgstr ""
"Wählen Sie Ihren Netzanbieter.\n"
"Sollte er nicht aufgeführt sein, wählen Sie ,,Nicht aufgeführt``"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Verbindungs-Konfiguration"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Bitte füllen oder kontrollieren Sie die folgenden Angaben"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "Karten IRQ"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Karten Mem (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "Karten E/A"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "Karten IO_0"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "Karten IO_1"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Ihre eigene Telefonnummer"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Name des Providers (z.B. provider.net) "
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Telefonnummer des Providers"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Erster DNS des Providers"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Zweiter DNS des Providers"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Wahlmodus"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Kennzeichen (Login)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Passwort"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Passwort (erneut)"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Rest der Welt"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Rest der Welt - kein D-Kanal (leased lines)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Welches Protokoll wollen Sie verwenden?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA/PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Keine Ahnung"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Welchen Kartentyp verwenden Sie?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Fortfahren"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Abbruch"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5319,15 +5422,15 @@ msgstr ""
"Falls Sie eine PCMCIA-Karte besitzen, müssen Sie IRQ und E/A-Bereich Ihrer "
"Karte kennen.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Bitte wählen Sie Ihre ISDN Karte"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Ich habe eine ISDN-Karte gefunden:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5336,13 +5439,13 @@ msgstr ""
"kenne sie jedoch nicht. Bitte helfen Sie mir,\n"
"indem Sie im nächsten Menü eine auswählen."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Ich konnte keine PCI ISDN-Karte finden.\n"
"Bitte wählen Sie im nächsten Menü eine aus."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5350,23 +5453,26 @@ msgstr ""
"Ich habe keine Ethernet-Netzwerkkarte finden können, daher kanndieser "
"Verbindungstyp nicht konfiguriert werden."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Wählen Sie die Netzwerkkarte"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Bitte wählen Sie, über welches Netzwerkgerät Sie die \n"
"Internetverbindung herstellen wollen."
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Netzwerkkarte"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -5374,71 +5480,71 @@ msgstr ""
"\n"
"Sind Sie einverstanden?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Sind Sie einverstanden diese Netzwerkkarte neu zu starten:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL Konfiguration"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Möchten Sie die Verbindung bei Betriebssystemstart hertellen?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Soll ich ein Modem suchen?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Bitte wählen Sie den seriellen Anschluss, an dem Ihr Modem hängt."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Einwahl Parameter"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Name der Verbindung"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefonnummer"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Login ID"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Authentisierung"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Skript-basiert"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Terminal-basiert"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Name der Domäne"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Erster DNS Server"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Zweiter DNS Server"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5447,7 +5553,8 @@ msgstr ""
"Sie können eine Internetverbindung aufbauen oder die Verbindung neu "
"konfigurieren"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5455,11 +5562,11 @@ msgstr ""
"\n"
"Sie können Ihre Internetverbindung neu konfigurieren"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "Sie sind momentan nicht mit dem Internet verbunden."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5467,98 +5574,101 @@ msgstr ""
"\n"
"Sie können die Verbindung trennen oder sie neu konfigurieren."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr "Sie sind momentan mit dem Internet verbunden."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Internetverbindung herstellen"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Internetverbindung trennen"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Internetverbindung konfigurieren (LAN oder Internet)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Internetverbindung und -einrichtung"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Ich werde nun die Netzwerkkarte ,,$netc->{NET_DEVICE}`` neu starten. Sind "
"Sie einverstanden?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Normales modem konfigurieren"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "ISDN Internetverbindung konfigurieren"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interne ISDN Karte"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Externes ISDN Modem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Internetverbindung"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Um welchen Typ ISDN-Verbindung handelt es sich?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "DSL (oder ADSL) Internetverbindung konfigurieren"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Frankreich"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Anderes Land"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "In welchem Land befinden Sie sich?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel Modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI Modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Falls Sie ein Alcatel ADSL-Modem besitzten wählen Sie ,,Alcatel Modem``, "
"sonst ,,ECI Modem``."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "pppoe verwenden"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "pppoe nicht verwenden"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5569,11 +5679,11 @@ msgstr ""
"nur ,,dhcp`` verwenden. Falls Sie nicht wissen, was bei Ihnen \n"
"zutrifft, wählen Sie ,,pppoe verwenden``."
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Kabel Internetverbindung konfigurieren"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5581,31 +5691,31 @@ msgstr ""
"Welchen dhcp Klienten wollen Sie verwenden?\n"
"Voreingestellt ist ,,dhcpd``"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Internetverbindung deaktivieren"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Netzwerk konfigurieren"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Netzwerk konfiguration"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr "Möchten Sie das Netzwerk neu starten?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Netzwerk abschalten"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr "Internetverbindung / Lokales Netz konfigurieren"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5613,15 +5723,15 @@ msgstr ""
"Es wurde bereits ein LAN-Netzwerk konfiguriert.\n"
"Was wollen Sie einstellen:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Wie wollen Sie sich ins Internet einklinken?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Netzwerk konfigurieren"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5705,6 +5815,7 @@ msgid "(bootp/dhcp)"
msgstr "(BOOTP/DHCP)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Die IP Adresse muss die Form ,,1.2.3.4`` haben"
@@ -5835,7 +5946,7 @@ msgstr "Lokaler Drucker"
msgid "Remote printer"
msgstr "Entfernter Drucker"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "CUPS-Server auf der Gegenseite"
@@ -5985,7 +6096,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Rechnername des Druckers"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Port"
@@ -6126,12 +6237,12 @@ msgstr "CUPST starten"
msgid "Reading CUPS drivers database..."
msgstr "Lesen der CUPS Treiber-Datenbank"
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Wählen Sie die Drucker-Anbindung"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Wie ist der Drucker mit Ihrem Rechner verbunden?"
@@ -6150,11 +6261,34 @@ msgstr ""
"automatisch erkannt und übernommen. Wählen Sie im\n"
"Zweifelsfall ,,CUPS-Server auf der Gegenseite``"
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Falls auf der Gegenseite ein CUPS-Server läuft, müssen Sie\n"
+"hier keine Einstellungen vornehmen, die Drucker werden \n"
+"automatisch erkannt und übernommen. Wählen Sie im\n"
+"Zweifelsfall ,,CUPS-Server auf der Gegenseite``"
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "SMB-Server-IP"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Warteschlange entfernen"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6166,19 +6300,19 @@ msgstr ""
"Standort, können frei gewählt werden. Welchen Namen soll ich dem \n"
"Drucker geben und wie ist er angebunden?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Druckername"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Beschreibung"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Standort"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6191,15 +6325,15 @@ msgstr ""
"vornehmen kann. Welchen Namen und welches Verzeichnis soll ich der \n"
"Schlange geben? Wie ist der Drucker angebunden?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Name der Warteschlange"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Spool-Verzeichnis"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Drucker-Anbindung"
@@ -7194,6 +7328,12 @@ msgstr "GNOME, IceWM, Window Maker, Enlightenment, Fvwm, usw."
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr "Programme für Mail, News, WWW, FTP und Chat"
+#~ msgid "Czech"
+#~ msgstr "Tschechien"
+
+#~ msgid "Slovakian"
+#~ msgstr "Slowakei"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr ""
#~ "Ich konnte das RPM-Paket ,,ipchains`` nicht mittels urpmi installieren."
@@ -7645,9 +7785,6 @@ msgstr "Programme für Mail, News, WWW, FTP und Chat"
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB Maus (3 oder mehr Tasten)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Generische Maus"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMaus"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index 01218b180..423ee96d9 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 2000-1-4 16:27+0100\n"
"Last-Translator: Theodore J. Soldatos <theodore@eexi.gr>\n"
"Language-Team: GREEK <nls@tux.hellug.gr>\n"
@@ -94,23 +94,23 @@ msgstr "XFree %s ìå ÐÅÉÑÁÌÁÔÉÊÇ åðéôÜ÷õíóç ôñéóäéÜóôáôùí ãñáöéêþí"
msgid "XFree configuration"
msgstr "Ñõèìßóåéò XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "ÌÝãåèïò ìíÞìçò êÜñôáò ãñáöéêþí"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Ñõèìßóåéò X server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "ÅðéëÝîôå ïèüíç"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ïèüíç"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -134,39 +134,39 @@ msgstr ""
"êáôáóôñïöÞò\n"
"ôçò ïèüíçò óáò. Áí äåí åßóôå óßãïõñïé, êÜíôå ìéá óõíôçñçôéêÞ åðéëïãÞ."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Óõ÷íüôçôá ïñéæüíôéáò áíáíÝùóçò"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Óõ÷íüôçôá êáôáêüñõöçò áíáíÝùóçò"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ç ïèüíç äåí Ý÷åé ñõèìéóôåß áêüìç"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Ç êÜñôá ãñáöéêþí äåí Ý÷åé ñõèìéóôåß áêüìç"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Äåí Ý÷ïõí åðéëåãåß áíáëýóåéò áêüìç"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "ÈÝëåôå íá äïêéìÜóåôå ôéò ñõèìßóåéò;"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Ðñïóï÷Þ: Ç äïêéìÞ åßíáé åðéêßíäõíç óå áõôÞ ôçí êÜñôá ãñáöéêþí"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "ÄïêéìÞ ñõèìßóåùí"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -174,146 +174,146 @@ msgstr ""
"\n"
"äïêéìÜóôå íá áëëÜîåôå êÜðïéåò ðáñáìÝôñïõò"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "ÐñïêëÞèçêå óöÜëìá:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "žîïäïò óå %d äåõôåñüëåðôá"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Åßíáé áõôÞ ç óùóôÞ ñýèìéóç;"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "ÐñïêëÞèçêå óöÜëìá, äïêéìÜóôå íá áëëÜîåôå êÜðïéåò ðáñáìÝôñïõò"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "ÁíÜëõóç"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "ÅðéëÝîôå áíÜëõóç êáé âÜèïò ÷ñþìáôïò"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "ÊÜñôá ãñáöéêþí: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "ÅìöÜíéóç üëùí"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Áíáëýóåéò"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Äéáñýèìéóç ðëçêôñïëïãßïõ: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Ôýðïò ðïíôéêéïý: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "ÓõóêåõÞ ðïíôéêéïý: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ïèüíç: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Óõ÷íüôçôá ïñéæüíôéáò áíáíÝùóçò: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Óõ÷íüôçôá êáôáêüñõöçò áíáíÝùóçò: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "ÊÜñôá ãñáöéêþí: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "ÌíÞìç êÜñôáò ãñáöéêþí: %s kb\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "ÂÜèïò ÷ñþìáôïò: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "ÁíÜëõóç: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Ïäçãüò XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Ðñïåôïéìáóßá ñõèìßóåùí ãñáöéêïý ðåñéâÜëëïíôïò (X-Window)"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "ÁëëáãÞ ïèüíçò"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "ÁëëáãÞ êÜñôáò ãñáöéêþí"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "ÁëëáãÞ ñõèìßóåùí X server"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "ÁëëáãÞ áíÜëõóçò"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "ÐñïâïëÞ ðëçñïöïñéþí"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "ÅðáíÜëçøç äïêéìÞò"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "žîïäïò"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Ôé èÝëåôå íá êÜíåôå;"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -326,20 +326,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ðáñáêáëþ åðáíáóõíäåèåßôå ùò %s ãéá åíåñãïðïßçóç ôùí áëëáãþí"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Ðáñáêáëþ áðïóõíäåèåßôå êáé ìåôÜ ðáôÞóôå Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "Ãñáöéêü ðåñéâÜëëïí (X) óôçí åêêßíçóç"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -348,11 +348,11 @@ msgstr ""
"ãñáöéêü ðåñéâÜëëïí (X-Windows).\n"
"Åðéèõìåßôå áõôüìáôç åêêßíçóç ãñáöéêïý ðåñéâÜëëïíôïò;"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Áõôüìáôç óýíäåóç (Autologin)"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -361,11 +361,11 @@ msgstr ""
"ôçí åêêßíçóç óå Ýíáí óõãêåêñéìÝíï ÷ñÞóôç.\n"
"ÅÜí äåí èÝëåôå íá óõìâáßíåé áõôü, ðáôÞóôå óôï êïõìðß áêýñùóçò."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "ÅðéëÝîôå ôïí åî' ïñéóìïý ÷ñÞóôç:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "ÅðéëÝîôå ôïí äéá÷åéñéóôÞ ðáñáèýñùí ðïõ èÝëåôå íá ÷ñçóéìïðïéÞóåôå"
@@ -465,107 +465,116 @@ msgstr "Ïèüíç ðïõ ìðïñåß íá áðåéêïíßóåé áíÜëõóç 1600x1200 óôá 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ïèüíç ðïõ ìðïñåß íá áðåéêïíßóåé áíÜëõóç 1600x1200 óôá 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Ðñþôïò ôïìÝáò ôçò êáôÜôìçóçò åêêßíçóçò"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ðñþôïò ôïìÝáò ôïõ äßóêïõ (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "ÅãêáôÜóôáóç SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Ðïý èÝëåôå íá åãêáôáóôÞóåôå ôï ðñüãñáììá åêêßíçóçò;"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "ÅãêáôÜóôáóç LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "ÊáíÝíá"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "ÐïéÜ ðñïãñÜììáôá åêêßíçóçò èÝëåôå íá ðñïóèÝóåôå;"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "ÅãêáôÜóôáóç ðñïãñÜììáôïò åêêßíçóçò"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "ÓõóêåõÞ åêêßíçóçò"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (äåí ëåéôïõñãåß ìå ðáëáéüôåñá BIOS)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "ÓõìðáãÞò"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "óõìðáãÞò"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "ÁíÜëõóç ïèüíçò"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "ÊáèõóôÝñçóç ðñéí ôçí åêêéíçóç"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Óõíèçìáôéêü"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Óõíèçìáôéêü (îáíÜ)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Áðáãüñåõóç åðéëïãþí ãñáììÞò åíôïëÞò"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "áðáãüñåõóç"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "ÂáóéêÝò åðéëïãÝò ðñïãñÜììáôïò åêêßíçóçò"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Ç åðéëïãÞ ``Áðáãüñåõóç åðéëïãþí ãñáììÞò åíôïëÞò'' åßíáé Ü÷ñçóôç ÷ùñßò "
"óõíèçìáôéêü"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Ðáñáêáëþ ðñïóðáèÞóôå îáíÜ"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Ôá óõíèçìáôéêÜ åßíáé áíüìïéá"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -573,139 +582,143 @@ msgstr ""
"ÕðÜñ÷ïõí ïé áêüëïõèåò åðéëïãÝò.\n"
"Ìðïñåßôå íá ðñïóèÝóåôå êé Üëëåò Þ íá áëëÜîåôå ôéò õðÜñ÷ïõóåò."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "ÐñïóèÞêç"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Ïëïêëçñþèçêå"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Ôß ôýðïõ åðéëïãÞ èÝëåôå íá ðñïóèÝóåôå"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "¶ëëï ëåéôïõñãéêü (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "¶ëëï ëåéôïõñãéêü (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Ðßíáêáò"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "ÁíáóöáëÝò"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "ÅôéêÝôôá"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "ÅðéëïãÞ åî' ïñéóìïý"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Ïê"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Áöáßñåóç åðéëïãÞò"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Äåí åðéôñÝðåôáé Üäåéá åôéêÝôôá"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "ÁõôÞ ç åôéêåôôá ÷ñçóéìïðïéåßôáé Þäç"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "ÂñÞêá %s %s ðñïóáñìïãåßò"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "ž÷åôå áëëïí;"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ž÷åôå êÜðïéïí ðñïóáñìïãÝá %s;"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Œ÷é"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Íáé"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "ÐñïâïëÞ ðëçñïöïñéþí õëéêïý"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ÅãêáôÜóôáóç ïäçãïý ãéá %s êÜñôá %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Ðïéüí %s ïäçãü íá äïêéìÜóù;"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -722,20 +735,20 @@ msgstr ""
"ôï õëéêü óáò ãéá ôéò ðáñáìÝôñïõò ðïõ ÷ñåéÜæåôáé; Ç åîÝôáóç áõôÞ ßóùò\n"
"ðñïêáëÝóåé êüëëçìá ôïõ óõóôÞìáôïò, áëëÜ äåí èá ðñïêáëÝóåé âëÜâç."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Áõôüìáôç åîÝôáóç"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Ðñïóäéïñéóìüò ðáñáìÝôñùí"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ìðïñåßôå ôþñá íá äþóåôå ðáñáìÝôñïõò ãéá ôïí ïäçãü %s"
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -746,11 +759,11 @@ msgstr ""
"Ïé ðáñÜìåôñïé Ý÷ïõí ôçí ìïñöÞ ``üíïìá=ôéìÞ üíïìá2=ôéìÞ2 ...''.\n"
"Ãéá ðáñÜäåéãìá, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "ÐáñÜìåôñïé ïäçãïý"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -835,7 +848,7 @@ msgstr "1 ëåðôü"
msgid "%d seconds"
msgstr "%d äåõôåñüëåðôá"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Äçìéïõñãßá"
@@ -843,7 +856,7 @@ msgstr "Äçìéïõñãßá"
msgid "Unmount"
msgstr "Áðïóýíäåóç"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "ÄéáãñáöÞ"
@@ -851,16 +864,16 @@ msgstr "ÄéáãñáöÞ"
msgid "Format"
msgstr "Ìïñöïðïßçóç"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "ÁëëáãÞ ìåãÝèïõò"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Ôýðïò"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Óçìåßï óýíäåóçò"
@@ -997,8 +1010,8 @@ msgid "Please make a backup of your data first"
msgstr "Ðáñáêáëþ êÜíôå ðñþôá Ýíá áíôßãñáöï áóöáëåßáò ôùí äåäïìÝíùí óáò"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "ÄéáâÜóôå ðñïóåêôéêÜ!"
@@ -1023,7 +1036,7 @@ msgstr "Ðñïóï÷Þ: ÁõôÞ ç äéáäéêáóßá åßíáé åðéêßíäõíç."
msgid "Error"
msgstr "ÓöÜëìá"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Óçìåßï óýíäåóçò: "
@@ -1134,35 +1147,35 @@ msgstr "Ôýðïò ðßíáêá êáôáôìÞóåùí: %s\n"
msgid "on bus %d id %d\n"
msgstr "óôï bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Óýíäåóç"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Åíåñãü"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "ÐñïóèÞêç óôï RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Áöáßñåóç áðü ôï RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Ôñïðïðïßçóç RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "×ñÞóç ãéá loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "ÅðéëÝîôå ðñÜîç"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1174,7 +1187,7 @@ msgstr ""
"Åßôå ÷ñçóéìïðïéåßôå LILO êáé äåí èá äïõëÝøåé, åßôå äåí ÷ñçóéìïðïéåßôåLILO "
"êáé äåí ÷ñåéÜæåóôå ôï /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1185,7 +1198,7 @@ msgstr ""
"äåí Ý÷åôå êáôÜôìçóç /boot.\n"
"Áí óêïðåýåôå íá ÷ñçóéìïðïéÞóåôå LILO, ðñïóèÝóôå ìßá êáôÜôìçóç /boot."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1196,16 +1209,16 @@ msgstr ""
"êáôÜôìçóç /boot.\n"
"Öñïíôßóôå ëïéðüí íá ðñïóèÝóåôå ìéá êáôÜôìçóç /boot."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "×ñçóéìïðïéÞóôå ``%s'' óôç èÝóç ôïõ"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "ÊÜíôå ðñþôá ``Áðïóýíäåóç''"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1213,43 +1226,43 @@ msgstr ""
"ÌåôÜ ôçí áëëáãÞ ôýðïõ óôçí êáôÜôìçóç %s, üëá ôá äåäïìÝíá óå áõôÞí ôçí "
"êáôÜôìçóç èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Íá óõíå÷éóù;"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "žîïäïò ÷ùñßò áðïèÞêåõóç"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "žîïäïò ÷ùñßò áðïèÞêåõóç ôïõ ðßíáêá êáôáôìÞóåùí;"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "ÁëëáãÞ ôýðïõ êáôÜôìçóçò"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "Ðïéü óýôçìá áñ÷åßùí ðñïôéìÜôå;"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
"Äåí ìðïñåßôå íá ÷ñçóéìïðïéÞóåôå ôï ReiserFS ãéá êáôáôìÞóåéò ìéêñüôåñåò áðü "
"32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Ðïý èÝëåôå íá óõíäÝóåôå ôï áñ÷åßï loopback %s;"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Ðïý èÝëåôå íá óõíäÝóåôå ôçí óõóêåõÞ %s;"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1258,149 +1271,149 @@ msgstr ""
"÷ñçóéìïðïéåßôáé\n"
"ãéá loopback. ÁöáéñÝóôå ðñþôá ôï loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"ÌåôÜ ôçí ìïñöïðïßçóç ôçò êáôÜôìçóçò %s, üëá ôá äåäïìÝíá óå áõôÞí ôçí "
"êáôÜôìçóç èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Ìïñöïðïßçóç"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ìïñöïðïßçóç áñ÷åßïõ loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Ìïñöïðïßçóç êáôÜôìçóçò %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "ÌåôÜ ôçí ìïñöïðïßçóç üëùí ôùí êáôáôìÞóåùí,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "üëá ôá äåäïìÝíá óå áõôÝò ôéò êáôáôìÞóåéò èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Ìåôáêßíçóç"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Óå ðïéüí äßóêï èÝëåôå íá ìåôáêéíçèåßôå;"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "ÔïìÝáò"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Óå ðïéüí ôïìÝá èÝëåôå íá ìåôáêéíçèåßôå;"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Ìåôáêßíçóç óå åîÝëéîç"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Ìåôáêßíçóç êáôÜôìçóçò óå åîÝëéîç..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ï ðßíáêáò êáôáôìÞóåùí ôïõ äßóêïõ %s èá áðïèçêåõôåß óôïí äßóêï!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Áðáéôåßôáé åðáíåêêßíçóç ãéá íá åöáñìïóôïýí ïé áëëáãÝò"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Õðïëïãéóìüò fat filesystem bounds"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "ÌåôáâïëÞ ìåãÝèïõò"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Áõôüò ï ôýðïò êáôÜôìçóçò äåí ìðïñåß í' áëëÜîåé ìÝãåèïò."
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr ""
"ÐñÝðåé íá ãßíåé áíôßãñáöï áóöáëåßáò üëùí ôùí äåäïìÝíùí óå áõôÞ ôçí êáôÜôìçóç"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"ÌåôÜ ôçí áëëáãÞ ìåãÝèïõò óôçí êáôÜôìçóç %s, üëá ôá äåäïìÝíá óå áõôÞí ôçí "
"êáôÜôìçóç èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "ÅðéëÝîôå ôï íÝï ìÝãåèïò"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Äçìéïõñãßá íÝáò êáôÜôìçóçò"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Áñ÷Þ óôïí ôïìÝá: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "ÌÝãåèïò óå MB"
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Ôýðïò óõóôÞìáôïò áñ÷åßùí: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Ðñïôßìçóç: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "ÁõôÞ ç êáôÜôìçóç äåí ìðïñåß íá ÷ñçóéìïðïéçèåß ãéá loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Œíïìá áñ÷åßïõ loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Ôï áñ÷åßï ÷ñçóéìðïðïéåßôáé Þäç, åðéëÝîôå Ýíá Üëëï"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Ôï áñ÷åßï õðÜñ÷åé Þäç. Íá ôï ÷ñçóéìïðïéÞóù;"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "ÅðéëÝîôå áñ÷åßï"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1408,11 +1421,11 @@ msgstr ""
"Ï åöåäñéêüò ðßíáêáò êáôáôìÞóåùí Ý÷åé äéáöïñåôéêü ìÝãåèïò\n"
"Íá óõíå÷ßóù;"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Ðñïåéäïðïßçóç"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1420,27 +1433,27 @@ msgstr ""
"ÅéóÜãåôå ìéá äéóêÝôôá óôïí ïäçãü äéóêÝôôáò\n"
"Œëá ôá äåäïìÝíá óå áõôÞ ôç äéóêÝôôá èá ÷áèïýí"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "ÐñïóðÜèåéá äéÜóùóçò ðßíáêá êáôáôìÞóåùí"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "óõóêåõÞ"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "åðßðåäï"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ìÝãåèïò chunk"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "ÅðéëÝîôå Ýíá õðÜñ÷ïí RAID óôï ïðïßï èá ãßíåé ç ðñïóèÞêç"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "íÝï"
@@ -2931,8 +2944,8 @@ msgstr "Ñýèìéóç õðçñåóéþí"
msgid "Configure printer"
msgstr "Ñýèìéóç åêôõðùôÞ"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Óõíèçìáôéêü root"
@@ -2960,7 +2973,7 @@ msgstr "ÄéóêÝôá áõôüìáôçò åãêáôÜóôáóçò"
msgid "Exit install"
msgstr "žîïäïò"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "ÓöÜëìá êáôÜ ôçí áíÜãíùóç ôïõ áñ÷åßïõ $f"
@@ -3058,7 +3071,7 @@ msgstr "Óå ôé ôýðï êáôÜôìçóçò èÝëåôå íá áëëÜîåôå ìÝãåèïò;"
msgid "Computing Windows filesystem bounds"
msgstr "Õðïëïãéóìüò ïñßùí óõóôÞìáôïò áñ÷åßùí Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3067,13 +3080,13 @@ msgstr ""
"Äåí ìðïñþ íá áëëÜîù ìÝãåèïò óôçí êáôÜôìçóç FAT, \n"
"ðñïêëÞèçêå ôï ðáñáêÜôù ëÜèïò: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Ç êáôÜôìçóç ôùí Windows åßíáé ðïëý êáôáêåñìáôéóìÝíç, ðáñáêáëþ ôñÝîôå ðñþôá "
"ôï ``defrag'' "
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3092,21 +3105,21 @@ msgstr ""
"ÌåôÜ èá ðñÝðåé íá êñáôÞóåôå áíôßãñáöï áóöáëåßáò ôùí äåäïìÝíùí óáò.\n"
"ÅÜí åßóôå óßãïõñïé, ðáôÞóôå Ok."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Ôé ÷þñï èÝëåôå íá êñáôÞóåôå ãéá ôá windows óôï"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "êáôÜôìçóç %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "ÁëëáãÞ ìåãÝèïõò FAT áðÝôõ÷å: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3114,39 +3127,39 @@ msgstr ""
"Äåí õðÜñ÷ïõí FAT êáôáôìÞóåéò ãéá áëëáãÞ ìåãÝèïõò Þ ãéá ÷ñÞóç ùò loopback (Þ "
"äåí õðÜñ÷åé áñêåôüò ÷þñïò)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "ÄéáãñáöÞ ïëüêëçñïõ ôïõ äßóêïõ"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Áöáßñåóç Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"ž÷åôå ðåñéóóüôåñïõò áðü Ýíáí äßóêïõò, óå ðïéüí èÝëåôå íá åãêáôáóôÞóåôå ôï "
"Linux;"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Œëåò ïé õðÜñ÷ïõóåò êáôáôìÞóåéò êáé ôá äåäïìÝíá ôïõò óôïí äßóêï %s èá ÷áèïýí"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Ãéá åéäéêïýò..."
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "×ñÞóç diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "×ñÞóç fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3155,28 +3168,28 @@ msgstr ""
"Ìðïñåßôå ôþñá íá êáôáôìÞóåôå ôïí äßóêï %s\n"
"Œôáí ôåëåéþóåôå, ìçí îå÷Üóåôå íá áðïèçêåýóåôå ðáôþíôáò `w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "Äåí Ý÷åôå áñêåôü åëåýèåñï ÷þñï óôçí êáôÜôìçóç ôùí Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "Äåí ìðïñþ íá âñþ áñêåôü ÷þñï ãéá åãêáôÜóôáóç"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ôï DrakX âñÞêå ôéò ðáñáêÜôù ëýóåéò:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ç êáôÜôìçóç áðÝôõ÷å: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Åêêßíçóç äéêôýïõ"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "ÄéáêïðÞ ëåéôïõñãßáò äéêôýïõ."
@@ -3189,12 +3202,12 @@ msgstr ""
"ôïõ õëéêïý Þ áðü ôçí éóôïóåëßäá ôïõ êáôáóêåõáóôÞ (áí Ý÷åôå ðñüóâáóç óôï "
"Internet).Óõíå÷ßóôå ìå äéêéÜ óáò åõèýíç."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Äéðëü óçìåßï óýíäåóçò %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3206,12 +3219,12 @@ msgstr ""
"ÅëÝãîôå ôï CD-ROM óå Ýíá Üëëï óýóôçìá ÷ñçóéìïðïéþíôáò ôçí åíôïëÞ \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Êáëþò Þñèáôå óôï %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Äåí õðÜñ÷åé äéáèÝóéìïò ïäçãüò äéóêÝôôáò"
@@ -3291,7 +3304,7 @@ msgid "There was an error ordering packages:"
msgstr "ÐñïêëÞèçêå óöÜëìá êáôÜ ôçí ôáîéíüìçóç ôùí ðáêÝôùí:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Íá ÷ñçóéìïðïéÞóù ôéò õðÜñ÷ïõóåò ñõèìßóåéò ãéá ôá ×11;"
@@ -3963,94 +3976,94 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "ÅðéëÝîôå ôüðï áðü ôïí ïðïßï èá ãßíåé ç ëÞøç ðáêÝôùí"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Óýíäåóç ãéá ëÞøç ðáêÝôùí"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Ðáñáêáëþ åðéëÝîôå ôá ðáêÝôá ðïõ èÝëåôå íá åãêáôáóôÞóåôå"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "ÐïéÜ åßíáé ç æþíç þñáò;"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Ôï ñïëüé ôïõ õðïëïãéóôÞ óáò åßíáé ñõèìéóìÝíï óå GMT (þñá ÃêñÞíïõúôò);"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Ðïéü óýóôçìá åêôýðùóçò èÝëåôå íá ÷ñçóéìïðïéÞóåôå;"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "×ùñßò óõíèçìáôéêü"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "×ñÞóç áñ÷åßïõ shadow"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "×ñÞóç óõíèçìáôéêþí MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "×ñÞóç NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "yellow pages"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Áõôü ôï óõíèçìáôéêü åßíáé ðïëý áðëü (ðñÝðåé íá åßíáé ôïõëÜ÷éóôïí %d "
"÷áñáêôÞñåò ìáêñý)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Ðéóôïðïßçóç NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Ðåñéï÷Þ (domain) NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "ÅîõðçñåôçôÞò NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Áðïäï÷Þ ÷ñÞóôç"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "ÐñïóèÞêç ÷ñÞóôç"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(ôï %s Ý÷åé Þäç ðñïóôåèåß)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4060,49 +4073,49 @@ msgstr ""
"ÅéóÜãåôå ÷ñÞóôç\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Ðñáãìáôéêü üíïìá"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Êùäéêü üíïìá"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Öëïéüò (shell)"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Åéêïíßäéï"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Ôï óõíèçìáôéêü åßíáé ðïëý áðëü"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Ðáñáêáëþ åéóÜãåôå êùäéêü üíïìá"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Ôï êùäéêü üíïìá ìðïñåß íá ðåñéÝ÷åé ìüíï ðåæÜ ãñÜììáôá, áñéèìïýò, `-' êáé `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Áõôü ôï êùäéêü üíïìá õðÜñ÷åé Þäç"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4129,19 +4142,19 @@ msgstr ""
"êÜíïíôáò åõêïëüôåñç ôçí åðáíáöïñÜ ôïõ óõóôÞìáôïò ìåôÜ áðü óïâáñÞ âëÜâç.\n"
"ÈÝëåôå íá äçìéïõñãÞóåôå äéóêÝôôá åêêßíçóçò;"
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Ðñþôïò ïäçãüò äéóêÝôáò"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Äåýôåñïò ïäçãüò äéóêÝôáò"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "ÐáñÜëåéøç"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4165,32 +4178,32 @@ msgstr ""
"êÜíïíôáò åõêïëüôåñç ôçí åðáíáöïñÜ ôïõ óõóôÞìáôïò ìåôÜ áðü óïâáñÞ âëÜâç.\n"
"ÈÝëåôå íá äçìéïõñãÞóåôå äéóêÝôôá åêêßíçóçò;"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "ËõðÜìáé, äåí õðÜñ÷åé äéáèÝóéìïò ïäçãüò äéóêÝôôáò"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "ÅðéëÝîôå ïäçãü äéóêÝôôáò ãéá äçìéïõñãßá äéóêÝôôáò åêêßíçóçò"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "ÅéóÜãåôå äéóêÝôôá óôïí ïäçãü %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Äçìéïõñãßá äßóêïõ åêêßíçóçò"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Ðñïåôïéìáóßá ðñïãñÜììáôïò åêêßíçóçò"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "ÈÝëåôå íá ÷ñçóéìïðïéÞóåôå ôï aboot;"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4199,82 +4212,82 @@ msgstr ""
"ðñïóðÜèåéá âåâéáóìÝíçò åãêáôÜóôáóçò, áêüìá êáé áí áõôü Ý÷åé óáí áðïôÝëåóìá "
"ôçí êáôáóôñïöÞ ôçò ðñþôçò êáôÜôìçóçò;"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Ç åãêáôÜóôáóç ôïõ ðñïãñÜììáôïò åêêßíçóçò áðÝôõ÷å. ÐñïêëÞèçêå ôï áêüëïõèï "
"óöÜëìá:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Êáëþò Þñèáôå óôïõò Crackers"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Öôù÷ü"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "×áìçëü"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "ÌÝôñéï"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Õøçëü"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Ðáñáíïúêü"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "ÄéÜöïñåò åñùôÞóåéò"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(ìðïñåß íá ðñïêáëÝóåé êáôáóôñïöÞ äåäïìÝíùí"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Íá ÷ñçóéìïðïéÞóù âåëôéóôïðïéÞóåéò óôïí óêëçñü äßóêï;"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "ÅðéëÝîôå åðßðåäï áóöáëåßáò"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "ÁêñéâÞò ðïóüôçôáò ìíÞìçò áí ÷ñåéÜæåôáé (Ý÷ù åíôïðßóåé %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Áõôüìáôç óýíäåóç áðïóðþìåíùí ìïíÜäùí áðïèÞêåõóçò"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Êáèáñéóìüò /tmp óå êÜèå åêêßíçóç"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Åíåñãïðïßçóç ðïëëáðëþí profiles"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Åíåñãïðïßçóç num lock êáôÜ ôçí åêêßíçóç"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "ÅéóÜãåôå ìÝãåèïò ìíÞìçò óå Mb"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Áäýíáôç ç ÷ñÞóç ôïõ supermount óå õøçëü åðßðåäï áóöáëåßáò"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4289,7 +4302,7 @@ msgstr ""
"ðåñéìÝíåôå\n"
"íá ÷ñçóéìïðïéÞóåôå ôï óýóôçìÜ óáò ãéá Üëëç ÷ñÞóç åêôüò áðü åîõðçñåôçôÞ."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4297,23 +4310,23 @@ msgstr ""
"Ðñïóï÷Þ, ç åíåñãïðïßçóç ôïõ numlock Ý÷åé óáí áðïôÝëåóìá ðïëëÜ ðëÞêôñá íá \n"
"äßíïõí øçößá áíôß ãéá ãñÜììáôá (ð.÷. ðáôþíôáò `p' ðáßñíåôå `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"ÈÝëåôå íá äçìéïõñãÞóåôå ìéá äéóêÝôôá áõôüìáôçò åãêáôÜóôáóçò ãéá êëùíïðïßçóç "
"áõôÞò ôçò åãêáôÜóôáóçò;"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ÅéóÜãåôå Üäåéá äéóêÝôôá óôïí ïäçãü %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Ðñïåôïéìáóßá äéóêÝôáò áõôüìáôçò åãêáôÜóôáóçò"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4323,7 +4336,7 @@ msgstr ""
"\n"
"ÈÝëåôå óßãïõñá íá åãêáôáëåßøåôå ôþñá;"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4387,10 +4400,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Ç åðéëïãÞ óáò; (åî' ïñéóìïý %s åéóÜãåôå `none' ãéá êáíÝíá) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "ÔóÝ÷éêï"
+msgid "Czech (QWERTZ)"
+msgstr "ÔóÝ÷éêï (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Ãåñìáíéêü"
@@ -4398,19 +4411,19 @@ msgstr "Ãåñìáíéêü"
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Éóðáíéêü"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Öéíëáíäéêü"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Ãáëëéêü"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Íïñâçãéêü"
@@ -4418,15 +4431,15 @@ msgstr "Íïñâçãéêü"
msgid "Polish"
msgstr "Ðïëùíéêü"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ñùóéêü"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "ÌåãÜëç Âñåôáííßá (UK)"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Ç.Ð.Á. (US)"
@@ -4474,151 +4487,167 @@ msgstr "Åëâåôéêü (ÃåñìáíéêÞ äéáñýèìéóç)"
msgid "Swiss (French layout)"
msgstr "Åëâåôéêü (ÃáëëéêÞ äéáñýèìéóç)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "ÔóÝ÷éêï (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Ãåñìáíéêü (÷ùñßò íåêñÜ ðëÞêôñá)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Äáíéêü"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak (ÇÐÁ)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Íïñâçãéêü)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Åóèïíéêü"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Ãåùñãßá (\"Ñùóéêç\" äéáñýèìéóç)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Ãåùñãßá (\"ËáôéíéêÞ\" äéáñýèìéóç)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Åëëçíéêü"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Ïõããñéêü"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Êñïáôéêü"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "ÉóñáÞë"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "ÉóñáÞë (öùíçôéêü)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Éñáíéêü"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Éóëáíäéêü"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Éôáëéêü"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Éáðùíéêü 106 ðëÞêôñùí"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "ËáôéíéêÞò ÁìåñéêÞò"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Ïëëáíäéêü"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Ëéèïõáíéêü AZERTY (ðáëéü)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Ëéèïõáíéêü AZERTY (íÝï)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëéèïõáíéêü \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëéèïõáíéêü \"öùíçôéêü\" QWERTY"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Ðïëùíéêü (äéáñýèìéóç qwerty)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Ðïëùíéêü (äéáñýèìéóç qwertz)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Ðïñôïãáëëéêü"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Êáíáäéêü (ÊåìðÝê)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ñùóéêü (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Óïõçäéêü"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Óëïâåíßáò"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Óëïâáêßáò"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Óëïâáêßáò (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Óëïâáêßáò (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Thai"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Ôïõñêéêü (ðáñáäïóéáêü \"F\" ìïíôÝëï)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Ôïõñêéêü (ìïíôÝñíï \"Q\" ìïíôÝëï)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ïõêñáíéêü"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "US äéåèíÝò"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "ÂéåôíÜì \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Ãéïõãêïóëáâéêü (ëáôéíéêÞ äéáñýèìéóç)"
@@ -4634,9 +4663,10 @@ msgstr "Ôõðéêü"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Ãåíéêïý ôýðïõ"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4674,6 +4704,10 @@ msgstr "Ãåíéêïý ôýðïõ ìå 2 ðëÞêôñá"
msgid "Generic 3 Button Mouse"
msgstr "Ãåíéêïý ôýðïõ ìå 3 ðëÞêôñá"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -4730,24 +4764,24 @@ msgstr "Åðüìåíï -»"
msgid "Is this correct?"
msgstr "Óùóôü;"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Ñõèìßóåéò Äéáäéêôýïõ (Internet)"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "ÈÝëåôå íá äïêéìÜóåôå íá óõíäåèåßôå óôï Äéáäßêôõï ôþñá;"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr "ÄïêéìÞ óýíäåóçò... "
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "ÁõôÞ ôç óôéãìÞ äåí åßóôå óõíäåäåìÝíïé óôï Äéáäßêôõï."
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -4757,11 +4791,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Ñõèìßóåéò ISDN"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4769,115 +4805,115 @@ msgstr ""
"ÅðéëÝîôå ôïí ðáñï÷Ýá óáò\n"
" ÅÜí äåí åßíáé óôïí êáôÜëïãï, åðéëÝîôå Unlisted"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Ñõèìßóåéò óëõíäåóçò"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Ðáñáêáëþ åëÝãîôå Þ óõìðëçñþóôå ôï ðáñáêÜôù ðåäßï"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ êÜñôáò"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "DMA êÜñôáò"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "IO êÜñôáò"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "IO_0 êÜñôáò"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "IO_1 êÜñôáò"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Ðñïóùðéêüò áñéèìüò ôçëåöþíïõ"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Œíïìá ðáñï÷Ýá (ð.÷. provider.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Áñéèìüò ôçëåöþíïõ ðáñï÷Ýá"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Ôñüðïò êëÞóçò"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "'Ïíïìá ëïãáñéáìïý (user name)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Óõíèçìáôéêü ëïãáñéáóìïý"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Åðéâåâáßùóç óõíèçìáôéêïý"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Åõñþðç"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Åõñþðç (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Õðüëïéðïò êüóìïò"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Õðüëïéðïò êüóìïò - ÷ùñßò D-Channel (ìéóèùìÝíåò ãñáììÝò)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Ðïéü ðñùôüêïëëï èÝëåôå íá ÷ñçóéìïðïéÞóåôå;"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Äåí îÝñù"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Ôß êÜñôá Ý÷åôå;"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "ÓõíÝ÷åéá"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Áêýñùóç"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4889,15 +4925,15 @@ msgstr ""
"\n"
"ÅÜí Ý÷åôå PCMCIA êÜñôá, ðñÝðåé íá îÝñåôå ôï irq êáé ôï io ôçò êÜñôáò óáò.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "ÐïéÜ åßíáé ç ISDN êÜñôá óáò;"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Åíôïðßóôçêå êÜñôá ISDN:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4905,11 +4941,11 @@ msgstr ""
"Åíôüðéóá ìéá ISDN êÜñôá, áëëÜ äåí îÝñù ôïí ôýðï ôçò. Ðáñáêáëþ åðéëÝîôå ìéá "
"êÜñôá PCI áðü ôçí ðáñáêÜôù ïèüíç."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Äåí âñÝèçêå êÜñôá ISDN. Ðáñáêáëþ åðéëÝîôå ìéá áðü ôçí ðáñáêÜôù ïèüíç."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -4917,23 +4953,26 @@ msgstr ""
"Äåí âñÝèçêå ðñïóáñìïãÝáò äéêôýïõ Ethernet óôï óýóôçìÜ óáò.\n"
"Äåí ìðïñþ íá ñõèìßóù áõôïý ôïõ ôýðïõ ôçí óýíäåóç."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "ÅðéëÝîôå óõóêåõÞ äéêôýïõ"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Ðáñáêáëþ åðéëÝîôå ðïéÜ óõóêåõÞ äéêôýïõ èÝëåôå íá ÷ñçóéìïðïéÞóåôå ãéá ôçí "
"óýíäåóç óôï Äéáäßêôõï"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "ÓõóêåõÞ äéêôýïõ"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -4941,71 +4980,71 @@ msgstr ""
"\n"
"Óõìöùíåßôå;"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Èá åðáíåêêéíÞóù ôçí ðáñáêÜôù óõóêåõÞ äéêôýïõ:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Ñõèìßóåéò ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "ÈÝëåôå íá óõíäÝåóôå êáôÜ ôçí åêêßíçóç;"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Íá øÜîù ãéá modem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Óå ðïéÜ óåéñéáêÞ ðüñôá åßíáé óõíäåäåìÝíï ôï modem óáò;"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "ÅðéëïãÝò dialup"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Œíïìá óýíäåóçò"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Áñéèìüò ôçëåöþíïõ"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Login ID"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Ðéóôïðïßçóç ôáõôüôçôáò"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "×ñÞóç script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "×ñÞóç ôåñìáôéêïý"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Œíïìá äéêôýïõ"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Ðñþôïò åîõðçñåôçôÞò DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Äåýôåñïò åîõðçñåôçôÞò DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5013,7 +5052,8 @@ msgstr ""
"\n"
"Ìðïñåßôå íá óõíäåèåßôå óôï Äéáäßêôõï Þ íá åðáíáñõèìßóåôå ôçí óýíäåóÞ óáò."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5021,11 +5061,11 @@ msgstr ""
"\n"
"Ìðïñåßôå íá åðáíáñõèìßóåôå ôçí óýíäåóÞ óáò."
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "ÁõôÞ ôç óôéãìÞ äåí åßóôå óõíäåäåìÝíïé óôï Äéáäßêôõï."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5033,94 +5073,97 @@ msgstr ""
"\n"
"Ìðïñåßôå íá áðïóõíäåèåßôå Þ íá åðáíáñõèìßóåôå ôçí óýíäåóÞ óáò."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr "ÁõôÞ ôç óôéãìÞ åßóôå óõíäåäåìÝíïé óôï Äéáäßêôõï."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Óýíäåóç óôï äéáäßêôõï (internet)"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Áðïóýíäåóç áðü ôï äéáäßêôõï (internet)"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Ñýèìéóç óýíäåóçò óôï äßêôõï (ôïðéêü Þ Äéáäßêôõï)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Óýíäåóç êáé ñýèìéóç Äéáäéêôýïõ (internet)"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr "Èá åðáíåêêéíÞóù ôçí óõóêåõÞ äéêôýïõ $netc->{NET_DEVICE}. Óõìöùíåßôå;"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Ñýèìéóç áðëÞò óýíäåóçò ìå modem"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "Ñýèìéóç óýíäåóçò ISDN"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "ÅóùôåñéêÞ êÜñôá ISDN"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Åîùôåñéêü ISDN modem"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Óýíäåóç óôï Äéáäßêôõï"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Ôß åßäïõò åßíáé ç ISDN óýíäåóÞ óáò;"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "Ñýèìéóç óýíäåóçò DSL (Þ ADSL)"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Ãáëëßá"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "¶ëëåò ÷þñåò"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "Óå ðïéÜ ÷þñá âñßóêåóôå;"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modem"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modem"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "ÅÜí ôï adsl modem óáò åßíáé alcatel, åðéëÝîôå Alcatel. Áëëéþò, ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "÷ñÞóç pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ìç ÷ñÞóç pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5130,11 +5173,11 @@ msgstr ""
"ÏñéóìÝíåò üìùò óõíäÝóåéò ÷ñçóéìïðïéïýí ìüíï dhcp.\n"
"ÅÜí äåí îÝñåôå, åðéëÝîôå pppoe"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Ñýèìéóç êáëùäéáêÞò óýíäåóçò"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5142,31 +5185,31 @@ msgstr ""
"Ðïéüí ðåëÜôç dhcp èÝëåôå íá ÷ñçóéìïðïéÞóåôå;\n"
"Ç ðñïåðéëïãÞ åßíáé dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Áðåíåñãïðïßçóç óýíäåóçò óôï äéáäßêôõï"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Ñýèìéóç ôïðéêïý äéêôýïõ"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Ñõèìßóåéò äéêôýïõ"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr "ÈÝëåôå íá åðáíåêêéíÞóåôå ôï äßêôõï;"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Áðåíåñãïðïßçóç äéêôýïõ"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr "Ñýèìéóç óýíäåóçò óôï äéáäßêôõï / Ñýèìéóç ôïðéêïý äéêôýïõ"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5174,15 +5217,15 @@ msgstr ""
"Ç ôïðéêÞ äéêôýùóç åßíáé Þäç ñõèìéóìÝíç. \n"
"ÈÝëåôå íá:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Ðþò èÝëåôå íá óõíäåèåßôå óôï Äéáäßêôõï;"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Ñõèìßóåéò äéêôýïõ"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5267,6 +5310,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Ç IP äéåýèõíóç ðñÝðåé íá åßíáé óå ìïñöÞ 1.2.3.4"
@@ -5396,7 +5440,7 @@ msgstr "Ôïðéêüò åêôõðùôÞò"
msgid "Remote printer"
msgstr "ÁðïìåìáêñõóìÝíïò åêôõðùôÞò"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "ÁðïìåìáêñõóìÝíïò åîõðçñåôçôÞò CUPS"
@@ -5549,7 +5593,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Œíïìá åêôõðùôÞ"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Èýñá"
@@ -5689,12 +5733,12 @@ msgstr "Åêêßíçóç CUPS"
msgid "Reading CUPS drivers database..."
msgstr "ÁíÜãíùóç âÜóçò ïäçãþí CUPS"
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Ôñüðïò óýíäåóçò åêôõðùôÞ"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Ðþò åßíáé óõíäåäåìÝíïò ï åêôõðùôÞò óáò;"
@@ -5712,11 +5756,33 @@ msgstr ""
"åäþ. Ïé åêôõðùôÝò èá áíáãíùñéóôïýí áõôüìáôá. Áí Ý÷åôå áìöéâïëßá, åðéëÝîôå\n"
"\"ÅîõðçñåôçôÞ CUPS\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Ìå ôçí ÷ñÞóç åîõðçñåôçôÞ CUPS, äåí ÷ñåéÜæåôáé íá ñõèìßóåôå åêôõðùôÝò \n"
+"åäþ. Ïé åêôõðùôÝò èá áíáãíùñéóôïýí áõôüìáôá. Áí Ý÷åôå áìöéâïëßá, åðéëÝîôå\n"
+"\"ÅîõðçñåôçôÞ CUPS\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP äéåýèõíóç SMB åîõðçñåôçôÞ:"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "ÄéáãñáöÞ ïõñÜò"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5728,19 +5794,19 @@ msgstr ""
"ïñéóôïýí Üëëåò ðáñÜìåôñïé üðùò ðåñéãñáöÞ Þ ç ôïðïèåóßá. Ôé üíïìá íá \n"
"ïñßóù ãé áõôüí ôïí åêôõðùôÞ êáé ðþò åßíáé óõíäåäåìÝíïò ï åêôõðùôçò;"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Œíïìá åêôõðùôÞ"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "ÐåñéãñáöÞ"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ôïðïèåóßá"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5751,15 +5817,15 @@ msgstr ""
"Ýíá üíïìá (óõ÷íÜ lp) êáé Ýíáí êáôÜëïãï. Ôé üíïìá êáé êáôÜëïãï íá \n"
"ïñßóù ãé áõôÞí ôçí ïõñÜ åêôõðùôÞ êáé ðþò åßíáé óõíäåäåìÝíïò ï åêôõðùôçò;"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Œíïìá ïõñÜò"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "ÊáôÜëïãïò"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Ôñüðïò óýíäåóçò åêôõðùôÞ"
@@ -6712,6 +6778,12 @@ msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, êëð"
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr "Åñãáëåßá ãéá áëëçëïãñáößá, íÝá, web, ìåôáöïñÜ áñ÷åßùí êáé óõíïìéëßá"
+#~ msgid "Czech"
+#~ msgstr "ÔóÝ÷éêï"
+
+#~ msgid "Slovakian"
+#~ msgstr "Óëïâáêßáò"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "Äåí ìðïñþ íá åãêáôáóôÞóù ôï ipchains RPM ìå ôï urpmi."
@@ -7138,9 +7210,6 @@ msgstr "Åñãáëåßá ãéá áëëçëïãñáößá, íÝá, web, ìåôáöïñÜ áñ÷åßùí êáé óõíïìéëßá"
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Apple USB Mouse (3 Þ ðåñéóóüôåñá ðëÞêôñá)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Ãåíéêïý ôýðïõ"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index 1442092fb..05a657dc2 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
-"PO-Revision-Date: 2000-09-25 22:18-0500\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
+"PO-Revision-Date: 2000-10-24 16:18-0500\n"
"Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n"
"Language-Team: Esperanto <eo@li.org>\n"
"MIME-Version: 1.0\n"
@@ -87,23 +87,23 @@ msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
msgid "XFree configuration"
msgstr "XFree Konfigurado"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Elektu memorkapaciton de via grafika karto"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Elektu opciojn por servilo"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Elektu ekranon"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Ekrano"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -125,39 +125,39 @@ msgstr ""
"sinkronamplekson kiu estas preter la kapabloj de via ekrano: vi eble\n"
"difektus vian ekranon. Se vi dubas, elektu zorgeman opcion."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Horizontala sinkronrapido (horizontal sync rate)"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Vertikala refreþigrapido (vertical refresh rate)"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Ekrano ne estas konfigurata"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Grafika karto ne jam konfigurita"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Vi ne jam elektas distingivojn"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Æu vi deziras provi la konfiguraŒon?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Averto: provado de æi tiu grafika karto eble svenigos vian komputilon"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Provu konfiguraŒon"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -165,146 +165,146 @@ msgstr ""
"\n"
"penu þanøi iom da parametroj"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Eraro okazis:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Mi eliros post %d sekundoj"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Æu tio æi pravas?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Eraro okazis, penu þanøi iom da parametroj"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Distingivo"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Elektu distingivon kaj kolorprofundon"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Grafika karto: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 servilo: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Montru tuton"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Distingivoj"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Klavara aranøo: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Speco de muso: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Musaparato: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Ekrano: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Ekrana horizontala sinkronrapido (horizontal sync rate): %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Ekrana vertikala refreþigrapido (vertical refresh rate): %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Grafika karto: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Graifka memoro: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Kolorprofuneco: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Distingivo: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 servilo: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 pelilo: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Preparas X-Fenestran konfiguraŒon"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Þanøu Ekranon"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Þanøu Grafika karto"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Þanøu Servilajn opciojn"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Þanøu distingivon"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Montru informon"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Provu denove"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Æesu"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Kion vi deziras fari?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -317,21 +317,21 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Bonvolu resaluti en %s-n por aktivigi la þanøojn."
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Bonvole adiaýu kaj sekve uzu Kontrol-Alt-Retropaþo (Ctrl-Alt-Backspace)."
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X Fenestro æe komenco"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -339,11 +339,11 @@ msgstr ""
"Mi povas konfiguri vian komputilon tiel ke øi aýtomate lanæos X kiam øi\n"
"ekfunkcias. Æu vi deziras ke X aýtomate lanæos?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Aýtomata-enregistrado"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -351,11 +351,11 @@ msgstr ""
"Mi povas konfiguri vian komputilon por aýtomate enregistri unu uzulon kiam\n"
"øi startas. Se vi ne deziras uzi æi tion, alklaku la `Nuligu' butonon."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Elektu la defaýltan uzulon:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Elektu la fenestro-administrilon por lanæi:"
@@ -458,105 +458,114 @@ msgstr "Ekrano kiu povas fari 1600x1200 æe 70 hercoj (Hz)"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Ekrano kiu povas fari 1600x1200 æe 76 hercoj (Hz)"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Unua sektoro de starta subdisko"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Unu sektoro de drajvo (ÆefStartRikordo)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO Instalado"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Kie vi deziras instali la startþargilon?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub Instalado"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Neniu"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Kiu(j)n startþargilo(j)n vi deziras uzi?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Startþargila instalado"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Starta aparato"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ne funkcias kun malnovaj BIOSoj)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompakta"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "kompakta"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Grafika reøimo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Prokrastoperiodo antaý starti defaýltan sistemon"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Pasvorto"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Pasvorto (denove)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Limigu komandliniajn opciojn"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "limigu"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Startþargilo æefaj opcioj"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcio ``Limigu komandliniajn opciojn'' ne estas utila sen pasvorto"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Bonvole provu denove"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "La pasvortoj ne egalas"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -564,139 +573,143 @@ msgstr ""
"Jen la diversaj enskriboj.\n"
"Vi povas aldoni pli aý þanøi la ekzistantajn."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Aldonu"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Finata"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Kiun specon de enskribo vi deziras aldoni"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linukso"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Alia Mastruma Sistemo (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Alia Mastruma Sistemo (Vindozo...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Kerna bildo"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Radiko"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Alfiksu"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lega-skriba"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabelo"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Danøera"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etikedo"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Defaýlta"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Jeso"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Forigu enskribon"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Malplena etikedo ne estas permesata"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Æi tiu etikedo estas jam uzata"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Trovis %s %s interfacojn"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "Æu vi havas alian?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Æu vi havas iun %s interfacon?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Jes"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Vidu hardvaran informon"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalas pelilon por %s karto %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(modulo %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kiun %s pelilon devus mi provi?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -713,20 +726,20 @@ msgstr ""
"por la informo øi bezonas? Kelkfoje, esplori svenas komputilon, sed\n"
"øi ne devus kaýzi difekton."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Aýtomate esploru"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Specifu opciojn"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Nun vi povas provizi øiajn opciojn al modulo %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -737,11 +750,11 @@ msgstr ""
"Opcioj estas en la formo ``nomo=valoro nomo2=valoro2 ...''.\n"
"Ekzemple, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Modulaj opcioj:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -751,7 +764,7 @@ msgstr ""
"Æu vi deziras trovi denove kun aliaj parametroj?"
#: ../../bootloader.pm_.c:234
-#, fuzzy, c-format
+#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
@@ -761,10 +774,8 @@ msgid ""
msgstr ""
"Bonvenon al %s, la mastruma sistema elektilo!\n"
"\n"
-"Por listigi la eblajn elektajxojn, premu <Tabo>.\n"
-"\n"
-"Por sxargi unu el ili, tajpu gxian nomon kaj premu <Enigu> aux atendu\n"
-"dum %d sekundoj por defauxlta sistemo.\n"
+"Elektu mastruman sistemon de la supra listo aý\n"
+"atendu dum %d sekundoj por defaýlta starto.\n"
"\n"
#: ../../bootloader.pm_.c:596
@@ -818,7 +829,7 @@ msgstr "1 minuto"
msgid "%d seconds"
msgstr "%d sekundoj"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Kreu"
@@ -826,7 +837,7 @@ msgstr "Kreu"
msgid "Unmount"
msgstr "Malmuntu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Forigu"
@@ -834,16 +845,16 @@ msgstr "Forigu"
msgid "Format"
msgstr "Formatu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Regrandecigu"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipo"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Surmetingo"
@@ -980,8 +991,8 @@ msgid "Please make a backup of your data first"
msgstr "Bonvolu fari rezervan kopion de via dateno antaýe"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Legu zorge"
@@ -1006,7 +1017,7 @@ msgstr "Zorgu: æi tiu operacio estas danøera."
msgid "Error"
msgstr "Eraro"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Surmetingo: "
@@ -1117,35 +1128,35 @@ msgstr "Subdiskotabelospeco: %s\n"
msgid "on bus %d id %d\n"
msgstr "æe buso %d identigaŒo %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Muntu"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiva"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Aldonu al RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Forigu de RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Þanøu RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Uzu por retrokonektado"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Elektu agon"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1157,7 +1168,7 @@ msgstr ""
"Aý vi uzos LILO kaj øi ne funkcios, aý vi ne uzos LILO kaj vi ne bezonas\n"
"/boot."
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1169,7 +1180,7 @@ msgstr ""
"subdiskon. Se vi intencas uzi la LILO startadministranto, zorgu aldoni\n"
"/boot subdiskon."
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1179,16 +1190,16 @@ msgstr ""
"Neniu startþargilo povas trakti tiun sen /boot subdisko.\n"
"Do zorgu aldoni /boot subdiskon."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Uzu ``%s'' anstataýe"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Uzu ``Malmuntu'' antaýe"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1197,42 +1208,41 @@ msgstr ""
"estos\n"
"perdata"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Æu mi devus daýri malgraýe?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Æu eliru sen konservi"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Æu eliru sen skribi la subdisktabelon?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Þanøu subdiskspecon"
-#: ../../diskdrake.pm_.c:471
-#, fuzzy
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
-msgstr "Kiun printsistemo vi deziras uzi?"
+msgstr "Kiun dosierosistemo vi deziras uzi?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Vi ne povas uzi ReiserFS por subdisko pli malgranda ol 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kie vi deziras munti retrokonektan dosieron %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kie vi deziras munti aparato %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1240,149 +1250,148 @@ msgstr ""
"Ne povas malfiksi surmetingon æar æi tiu subdisko estas uzata por\n"
"retrokonektado. Unue forigu la retrokonektadon."
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Post vi formatas la subdiskon %s, æiuj datenoj en æi tiu subdisko estos\n"
"perdata"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formatas"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatas retrokonektan dosieron %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formatas subdiskon %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Post formatado de æiuj subdisko,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "æiuj datenoj sur tiuj subdisko estos perdata"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Movu"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Al kiu disko vi deziras movi?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektoro"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Al kiu sektoro vi deziras movi?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Movante"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Movas subdisko..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La subdisktabelo de drajvo %s estos skribata al disko!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Vi bezonos restarti antaý ol la þanøo povas efektiviøi"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Kalkulas FAT dosiersistemajn limojn"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Regrandecigas"
-#: ../../diskdrake.pm_.c:592
-#, fuzzy
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
-msgstr "Kiun subdiskon vi deziras regrandecigi?"
+msgstr "Æi tiu subdisko ne estas regrandecigebla"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Æiuj datenoj en æi tiu subdisko devus esti rezervata"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Post vi regrandecigas subdiskon %s, æiuj datenoj en æi tiu subdisko estos\n"
"perdata"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Elektu la novan grandecon"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Kreu novan subdiskon"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Komenca sektoro: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Grandeco en MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Speco de dosiersistemo: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Prefero: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Vi ne povas uzi æi tiun subdiskon por retrokonektado"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Retrokonektado"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Retrokonekta dosieronomo: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "Alia retrokonektado jam uzas tiun dosieron, elektu alian"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Dosiero jam ekzistas. Æu vi deziras uzi øin?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Elektu dosieron"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1390,11 +1399,11 @@ msgstr ""
"La rezerva subdisktabelo ne estas la sama grandeco\n"
"Æu daýras tamen?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Averto"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1402,29 +1411,29 @@ msgstr ""
"Enþovu disketon en drajvo\n"
"Æiuj datenoj sur tiu disketo estos perdata"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Provas savi subdisktabelon"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "aparato"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "nivelo"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "grandeco de pecoj"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr ""
"Elektu ekzistantan RAID (Redundanca Aro de Malmultekostaj Diskoj) por\n"
"aldoni al"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nova"
@@ -1488,10 +1497,10 @@ msgid "You don't have any partitions!"
msgstr "Vi ne havas iujn ajn subdiskojn!"
#: ../../help.pm_.c:9
-#, fuzzy
msgid ""
"Please choose your preferred language for installation and system usage."
-msgstr "Elektu preferatan lingvon por instalado kaj sistema uzado."
+msgstr ""
+"Bonvole elektu vian preferatan lingvon por instalado kaj sistema uzado."
#: ../../help.pm_.c:12
msgid ""
@@ -1586,7 +1595,6 @@ msgstr ""
" Sed bonvolege, NE ELEKTU ÆI TION KROM SE VI SCIAS KION VI FARAS!"
#: ../../help.pm_.c:68
-#, fuzzy
msgid ""
"You must now define your machine usage. Choices are:\n"
"\n"
@@ -1609,25 +1617,23 @@ msgid ""
"\t server and so on. As such, do not expect any gimmicks (KDE, GNOME, etc.) "
"to be installed."
msgstr ""
-"Vi povas elekti la uzadon por via komputilo se vi elektis aý \"Akomodata\" "
-"aý\n"
-"\"Sperulo\" kiel la instalada speco. Jen la elektoj:\n"
+"Nun vi devas elekti la uzadon por via komputilo. Jen la elektoj:\n"
+"\n"
+"\t* Laborstacio: æi tio estas la ideala opcio se vi intencas uzi vian\n"
+"\t komputilon æefe por æiutaga uzado æe la oficejo aý hejme.\n"
"\n"
-" - Normala: elektu æi tion se vi intencas uzi vian komputilon æefe por\n"
-" æiutaga uzado (oficeja laboro, grafika manipulado, ktp). Ne atendu "
-"havi\n"
-" kompililojn, programilojn, ktp.\n"
"\n"
-" - Programisto: kiel øia nomo diras. Elektu æi tion se vi intencas uzi "
-"vian\n"
-" komputilon æefe por programado. Vi havos plenan aron de programiloj "
-"por\n"
-" kompili, erarseræi, formati programfontojn, kaj krei programpakaŒojn.\n"
+"\t* Programado: se vi intencas uzi vian komputilon æefe por programado,\n"
+"\t æi tio estas bona opcio. Vi havos plenan aron de programiloj por\n"
+"\t kompili, erarseræi, formati programfontojn, kaj krei\n"
+"\t programpakaŒojn.\n"
"\n"
-" - Servilo: elektu æi tion se vi uzos la komputilon kiel servilo (aý\n"
-" dosierservilo (NFS, SMB), printservilo (lp, SMB), aýtentikada servilo\n"
-" (NIS), aý datumbaza servilo, ktp. Kiel tia, ne atendu umojn (KDE,\n"
-" GNOME...).\n"
+"\n"
+"\t* Servilo: se vi intencas uzi æi tiun komputilon kiel servilo, æi tio\n"
+"\t estas bona opcio. Aý dosierservilo (NFS aý SMB), printservilo\n"
+"\t (Uniksa stilo aý Mikrosofta Vindoza stilo), aýtentikada servilo\n"
+"\t (NIS), aý datumbaza servilo, ktp. Kiel tia, ne atendu umojn (KDE,\n"
+"\t GNOME, ktp.) estas instalotaj."
#: ../../help.pm_.c:84
#, fuzzy
@@ -2053,13 +2059,12 @@ msgid ""
msgstr ""
#: ../../help.pm_.c:376
-#, fuzzy
msgid ""
"Please select the correct port. For example, the COM1\n"
"port under MS Windows is named ttyS0 under GNU/Linux."
msgstr ""
-"Bonvolu elekti la øustan pordon. Ekzemple, la COM1-a pordo sub MS Vindozo\n"
-"estas nomata ttyS0 sub GNU/Linukso."
+"Bonvolu elekti la øustan pordon. Ekzemple, la COM1-a\n"
+"pordo sub MS Vindozo estas nomata ttyS0 sub GNU/Linukso."
#: ../../help.pm_.c:380
msgid ""
@@ -2820,8 +2825,8 @@ msgstr "Konfiguru servojn"
msgid "Configure printer"
msgstr "Konfiguru printilon"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Difinu pasvorton de root"
@@ -2849,7 +2854,7 @@ msgstr "Aýtoinstala disketo"
msgid "Exit install"
msgstr "Eliru instalprogramon"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Eraro dum legi dosiero $f"
@@ -2864,7 +2869,7 @@ msgstr "Bonvole, provu la muson"
#: ../../install_gtk.pm_.c:428
msgid "MOVE YOUR WHEEL!"
-msgstr ""
+msgstr "MOVU VIAN RADON!"
#: ../../install_interactive.pm_.c:23
#, c-format
@@ -2949,7 +2954,7 @@ msgstr "Kiun subdiskon vi deziras regrandecigi?"
msgid "Computing Windows filesystem bounds"
msgstr "Kalkulas Vindozajn dosiersistemajn limojn"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2958,12 +2963,12 @@ msgstr ""
"La regrandecigilo por la FAT (Dosiero-Atingo-Tablo) ne povas trakti\n"
"vian subdiskon, la sekvanta eraro okazis: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Via Vindoza subdisko estas tro fragmentigata, bonvole uzu ``defrag'' antaýe"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2983,21 +2988,21 @@ msgstr ""
"instaladon. Ankaý vi devus fari rezervan kopion de via dateno.\n"
"Kiam vi estas certa, klaku \"Jeso\"."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Kiun grandecon vi deziras teni por Vindozo?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "subdisko: %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Regrandeciøo de FAT malsukcesis: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3005,37 +3010,37 @@ msgstr ""
"Ne ekzistas FAT-ajn (Dosiero-Atingo-Tablo) subdiskojn por regrandecigi\n"
"aý uzi kiel retrokonektaj subdiskoj (aý ne estas sufiæa da spaco)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Forviþu la tutan diskon"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Forigu Vindozon"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Vi havas pli ol unu fiksdisko, sur kiu vi deziras instali Linukson?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Æiuj ekzistantaj subdiskoj kaj iliaj datenoj estos perdata sur drajvo %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Spertula modalo"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Uzu diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Uzu fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3044,30 +3049,30 @@ msgstr ""
"Nun vi povas dispartigi %s.\n"
"Kiam vi finiøos, ne forgesu savi kun `w'."
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "La Dispartigsoræilo de DrakX trovis æi tiujn solvojn:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Dispartigado malsukcesis: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Startado de la reto"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Haltas de la reto"
@@ -3079,12 +3084,12 @@ msgstr ""
"Eraro okazis, sed mi ne scias kiel trakti øin bone.\n"
"Daýri je via propra risko."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duobla surmetingo %s"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3096,12 +3101,12 @@ msgstr ""
"Kontrolu la KDROM sur instalata komputilo per\n"
"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Bonvenon al %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Neniu disketilo havebla"
@@ -3181,7 +3186,7 @@ msgid "There was an error ordering packages:"
msgstr "Estis eraro ordigi pakaŒojn:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Uzu ekzistantan konfiguron de X11 (X-fenestroj)?"
@@ -3405,7 +3410,7 @@ msgstr "Bonvole, elektu lingvon por uzi."
#: ../../install_steps_interactive.pm_.c:70
msgid "License agreement"
-msgstr ""
+msgstr "Licenca kontrakto"
#: ../../install_steps_interactive.pm_.c:71
msgid ""
@@ -3597,7 +3602,7 @@ msgstr ""
#: ../../install_steps_interactive.pm_.c:216
msgid "Update"
-msgstr ""
+msgstr "Øisdatigu"
#: ../../install_steps_interactive.pm_.c:222
msgid "Workstation"
@@ -3854,93 +3859,93 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Elektu spegulon de kiu havigi la pakaŒojn"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaŒoj"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Bonvole, elektu la pakaŒojn kiujn vi deziras instali."
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "kio estas vian horzonon?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Æu via hardvara horloøo estas øustigata en GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Neniu pasvorto"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Uzu ombran dosieron"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "ombro"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Uzu MD5-ajn pasvortojn"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Uzu NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "flavaj paøoj"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Æi tiu pasvorto ests tro simpla (øi devas esti almenaý %d signoj longa)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Aýtentikigado NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS Domajno"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS Servilo"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Akceptu uzanto"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Aldonu uzanto"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(jam aldonis %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3950,48 +3955,48 @@ msgstr ""
"Enigu uzanton\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Vera nomo"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Salutnomo"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Þelo"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Piktogramo"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Æi tiu pasvorto estas tro simpla"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Bonvole donu salutnomon"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Æi tiu salutnomo estas jam aldonita"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4019,19 +4024,19 @@ msgstr ""
"Se vi deziras krei startdisketon por via sistemo, enþovu disketon en la\n"
"unua drajvo kaj klaku \"JES\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Unua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Dua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Ellasu"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4052,32 +4057,32 @@ msgstr ""
"esti uzata kun la Mandrejka savdisko, kiu plifaciligas resaniøi de severaj\n"
"sistemaj paneoj. Æu vi deziras krei startdisketo por via sistemo?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Bedaýrinde, neniu disketdrajvo havebla"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Elektu la disketdrajvo vi deziras uzi por krei la startdisketon"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Enþovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Kreas startdisketon"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Preparas startþargilon"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Æu vi deziras uzi aboot-on?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4085,80 +4090,80 @@ msgstr ""
"Eraro daýre mi instalis \"aboot\",\n"
"Æu mi devus provi perforte instali eæ se tio detruas la unuan subdiskon?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalado de startþargilo malsukcesis. La sekvanta eraro okazis:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Bonvenon Al Rompistoj"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Malbona"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Malalta"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Meza"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Alta"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoja"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Diversaj demandoj"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(eble kaýzos koruptadon de dateno)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Uzu drajvajn optimumigaŒojn?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Elektu sekurnivelon?"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Preciza kvanto de memoro se bezonata (trovis %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Aýtomata muntado de demetebla medio"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Purigu /tmp dum æiuj startadoj"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Ebligu multoblajn profilojn"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Ebligu la \"Num Lock\"-an klavon je startado"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Donu kvanton de memoro en MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Ne povas uzi \"supermount\" en alta sekurnivelo"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4173,7 +4178,7 @@ msgstr ""
"escepte de servilo.\n"
"Vi estas avertita."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4181,28 +4186,28 @@ msgstr ""
"Zorgu, kapabligi \"NumLock\" kaýzas multe da klavopremoj produkti ciferojn\n"
"anstataý normaj literoj (ekzemple: premi `p' produktas `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Æu vi deziras krei aýtoinstalan disketon por replikado de Linukso?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Enþovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Kreas aýtoinstalan disketon"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4255,10 +4260,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Via elektaŒo (defaýlto estas %s enigu `neniu' por elekti neniu) "
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Æe¶a"
+msgid "Czech (QWERTZ)"
+msgstr "Æe¶a (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Germana"
@@ -4266,19 +4271,19 @@ msgstr "Germana"
msgid "Dvorak"
msgstr "Dvorak-a"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Hispana"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finna"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Franca"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norvega"
@@ -4286,15 +4291,15 @@ msgstr "Norvega"
msgid "Polish"
msgstr "Pola"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Rusa"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Unuiøinta Regna klavaro"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Usona klavaro"
@@ -4342,151 +4347,167 @@ msgstr "Svisa (germana aranøo)"
msgid "Swiss (French layout)"
msgstr "Svisa (franca aranøo)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Æe¶a (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Germana (neniom da mortaj klavoj)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Dana"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Dvorak-a (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Dvorak-a (Norvega)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Estona"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Kartvela (\"Rusa\" aranøo)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Kartvela (\"Latina\" aranøo)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Greka"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Hungara"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Kroata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israela"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israela (fonetika)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Irana"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Islanda"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Itala"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japana 106 klavoj"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinamerika"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Nederlanda"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Litova AZERTY-a (malnova)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Litova AZERTY-a (nova)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litova \"numero-vica\" QWERTY-a"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litova \"fonetika\" QWERTY-a"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Pola (qwerty aranøo)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Pola (qwertz aranøo)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugala"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Kanada (Kebeka)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Rusa (Yawerty-a)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Sveda"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Slovena"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Slovaka"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaka (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaka (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr ""
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Taja klavaro"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turka (tradicia \"F\" modelo)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turka (moderna \"Q\" modelo)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ukrajna"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Usona klavaro (internacia)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnama \"numero-vica\" QWERTY-a"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Jugoslava (Latina aranøo)"
@@ -4502,9 +4523,10 @@ msgstr "Laýnorma"
msgid "Logitech MouseMan+"
msgstr "Loøiteka MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Mikrosofta IntelliMouse"
+#: ../../mouse.pm_.c:33
+#, fuzzy
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Nespecifa 2 Butona Muso"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -4542,6 +4564,10 @@ msgstr "Nespecifa 2 Butona Muso"
msgid "Generic 3 Button Mouse"
msgstr "Nespecifa 3 Butona Muso"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Mikrosofta IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Loøiteka MouseMan"
@@ -4599,25 +4625,25 @@ msgstr "Sekvanta ->"
msgid "Is this correct?"
msgstr "Æu tio æi pravas?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Interreta Konfigurado"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "Æu vi deziras provi konekti al la interreto nun?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
#, fuzzy
msgid "Testing your connection..."
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -4626,11 +4652,13 @@ msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "ISDN-a KonfiguraŒon"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -4638,115 +4666,115 @@ msgstr ""
"Elektu vian interretprovizanton.\n"
" Se øin ne estas en la listo, elektu Nelistiøitan"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Konfigurado de Konekto"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Bonvole plenigu aý marku la suban kampon"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ de Karto"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Memoro de Karto (DMA)"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "I/O (Eneligo) de Karto"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "I/O 0 (Eneligo 0) de Karto"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "I/O 1 (Eneligo 1) de Karto"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Via persona telefonnumero"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Nomo de interretprovizanto (ekz-e provizanto.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Telefonnumero de interretprovizanto"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "Provizanto DNS 1"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "Provizanto DNS 2"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Diskuma modalo"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Konta Salutnomo (uzula nomo)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Konta Pasvorto"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Konfirmu Pasvorton"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Eýropo"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Eýropo (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "La cetero de la mondo"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "La cetero de la mondo - neniom da D-Kanelo (lukontraktataj lineoj)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "Kiun protokolon vi deziras uzi?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "Mi ne scias"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "Kiun specon de karto vi havas?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Æu mi devus daýri?"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Æesigu"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -4760,15 +4788,15 @@ msgstr ""
"Se vi havas PCMCIA-an karton, vi bezonas scii la IRQ-o kaj I/O (Eneligo)\n"
"por via karto.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "Kiu estas via ISDN-a karto?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Mi trovis ISDN-an Karton:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -4777,14 +4805,14 @@ msgstr ""
"elektu\n"
"unu el la PCI-aj kartojn sur la sekvanta ekrano."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Neniu ISDN-a PCI-a karto trovata. Bonvole elektu unu el la PCI-aj kartojn "
"sur\n"
"la sekvanta ekrano."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
#, fuzzy
msgid ""
"No ethernet network adapter has been detected on your system.\n"
@@ -4793,215 +4821,224 @@ msgstr ""
"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanæu la\n"
"aparatokonfigurilon."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Elektu la retan interfacon"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Bonvole elektu kiun retadaptilon vi deziras uzi por konekti al la interreto"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Reta interfaco"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
msgstr ""
+"\n"
+"Æu vi konsentas?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
#, fuzzy
msgid "I'm about to restart the network device:\n"
msgstr "Æu vi deziras provi la konfiguraŒon?"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "ADSL KonfiguraŒo"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "Æu vi deziras starti vian konektaŒon je startado de la sistemo?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "Provu trovi modemon?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Telefon-konektaj opcioj"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nomo de konekto"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Telefonnumero"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "Salutnomo"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Aýtentikigado"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP (Pasvorta Aýtentikigada Protokolo)"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Programeto-bazata"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Finaparato-bazata"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Domajna nomo"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Unu DNA-a Servilo"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Dua DNA Servilo"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
#, fuzzy
msgid "Connect to Internet"
msgstr "Konekti al la interreto"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
#, fuzzy
msgid "Disconnect from Internet"
msgstr "Malkonekti el la interreto"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
#, fuzzy
msgid "Configure network connection (LAN or Internet)"
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Interreta konektaŒo kaj konfiguro"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
#, fuzzy
msgid "Configure a normal modem connection"
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
#, fuzzy
msgid "Configure an ISDN connection"
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Interna ISDN-karto"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
#, fuzzy
msgid "External ISDN modem"
msgstr "Interna ISDN-karto"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Konektu al la Interreto"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "Kia estas via ISDN-a konektaŒo?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
#, fuzzy
msgid "Configure a DSL (or ADSL) connection"
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Francujo"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Aliaj landoj"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "En kiu lando vi estas?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Alcatel modemo"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "ECI modemo"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr ""
"Se via ADSL modemo estas Alcatel-a, elektu \"Alcatel\". Aliokaze, elektu "
"\"ECI\"."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "uzu pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "ne uzu pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5011,12 +5048,12 @@ msgstr ""
"Tamen, ekzistas konektojn kiuj nur uzas dhcp.\n"
"Se vi ne scias, elektu 'uzu pppoe'"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
#, fuzzy
msgid "Configure a cable connection"
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5024,35 +5061,35 @@ msgstr ""
"Kiun dhcp-an klienton vi deziras uzi?\n"
"La defaýlto estas dhcpd"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
#, fuzzy
msgid "Disable Internet Connection"
msgstr "Konfiguru interretan konektaŒon"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Konfiguru lokan reton"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
#, fuzzy
msgid "Network configuration"
msgstr "ISDN-a KonfiguraŒon"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
#, fuzzy
msgid "Do you want to restart the network"
msgstr "Æu vi deziras provi la konfiguraŒon?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Malkapabligu retumon"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
#, fuzzy
msgid "Configure the Internet connection / Configure local Network"
msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5060,16 +5097,16 @@ msgstr ""
"Loka Reto jam estas konfigurita.\n"
"Æu vi deziras:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
#, fuzzy
msgid "Network Configuration"
msgstr "ISDN-a KonfiguraŒon"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5152,6 +5189,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
@@ -5281,7 +5319,7 @@ msgstr "Loka printilo"
msgid "Remote printer"
msgstr "Malproksima printilo"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Malproksima CUPS-a servilo"
@@ -5432,7 +5470,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Printilaj Poþtejo"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Pordo"
@@ -5572,12 +5610,12 @@ msgstr "CUPS startas"
msgid "Reading CUPS drivers database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Elektu Printilan Konekton"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "Kiel estas la printilo konektata?"
@@ -5595,11 +5633,33 @@ msgstr ""
"æi tie; printiloj estos aýtomate dektektataj. Se vi havas dubojn,\n"
"elektu \"Malproksima CUPS servilo\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Kun malproksima CUPS servilo, vi ne devas konfiguri iun printilon\n"
+"æi tie; printiloj estos aýtomate dektektataj. Se vi havas dubojn,\n"
+"elektu \"Malproksima CUPS servilo\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP de SMB servilo"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Malinstalu printvicon"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -5611,19 +5671,19 @@ msgstr ""
"vi povas difini. Kiu nomo devus uzata por æi tiu printilo kaj kiel\n"
"øi estas konektata?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Nomo de printilo"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Priskribo"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Loko"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -5634,15 +5694,15 @@ msgstr ""
"(ofte lp) kaj fonan eneligan dosierujon asociata kun øi. Kiu nomo kaj\n"
"dosierujo devus uzata por æi tiu printvico?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nomo de printvico"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Fona eneliga dosierujo"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Printilan Konekton"
@@ -5941,12 +6001,11 @@ msgstr "Tabelo"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:118
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:137
msgid "dismiss"
-msgstr ""
+msgstr "forsendu"
#: ../../standalone/drakgw_.c:107 ../../standalone/drakgw_.c:126
-#, fuzzy
msgid "reconfigure"
-msgstr "Konfiguru X"
+msgstr "rekonfiguru"
#: ../../standalone/drakgw_.c:122
msgid "Internet Connection Sharing currently disabled"
@@ -5963,9 +6022,8 @@ msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
#: ../../standalone/drakgw_.c:126 ../../standalone/drakgw_.c:127
-#, fuzzy
msgid "enable"
-msgstr "Tabelo"
+msgstr "ebligu"
#: ../../standalone/drakgw_.c:141
msgid "Config file content could not be interpreted."
@@ -6059,13 +6117,12 @@ msgstr ""
"Mi konfiguras komandodosierojn, instalas programojn, startas servilojn..."
#: ../../standalone/drakgw_.c:282
-#, fuzzy
msgid "Configuring..."
-msgstr "Konfiguras IDE"
+msgstr "Mi konfiguras..."
#: ../../standalone/drakgw_.c:313
msgid "Problems installing package $bin2rpm{$_}"
-msgstr ""
+msgstr "Problemoj instalante pakaŒon $bin2rpm{$_}"
#: ../../standalone/drakgw_.c:504
msgid "Congratulations!"
@@ -6141,16 +6198,15 @@ msgstr "Elektu la ilon kiun vi deziras instali"
#: ../../standalone/keyboarddrake_.c:14
msgid "usage: keyboarddrake [--expert]\n"
-msgstr ""
+msgstr "uzado: keyboarddrake [--expert]\n"
#: ../../standalone/keyboarddrake_.c:27
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
#: ../../standalone/livedrake_.c:23
-#, fuzzy
msgid "Change Cd-Rom"
-msgstr "Þanøu distingivon"
+msgstr "Þanøu KD-ROM-on"
#: ../../standalone/livedrake_.c:24
#, fuzzy
@@ -6396,7 +6452,7 @@ msgstr ""
# ../../share/compssUsers
msgid "KDE, QT, Gnome, GTK+"
-msgstr ""
+msgstr "KDE, QT, Gnome, GTK+"
# ../../share/compssUsers
msgid "Personnal Finance"
@@ -6404,7 +6460,7 @@ msgstr ""
# ../../share/compssUsers
msgid "Python, Perl, libraries, tools"
-msgstr ""
+msgstr "Python, Perl, bibliotekoj, iloj"
# ../../share/compssUsers
msgid "Scientific applications"
@@ -6412,18 +6468,18 @@ msgstr ""
# ../../share/compssUsers
msgid "Databases"
-msgstr ""
+msgstr "Datumbazoj"
msgid "Internet"
msgstr "Interreto"
#, fuzzy
msgid "Multimedia - Graphics"
-msgstr "Plurmedia"
+msgstr "Plurmedia - Grafiko"
# ../../share/compssUsers
msgid "editors, shells, file tools, terminals"
-msgstr ""
+msgstr "redaktiloj, þeloj, dosieriloj, terminaloj"
#, fuzzy
msgid "Development applications"
@@ -6441,7 +6497,7 @@ msgstr "Oficejo"
# ../../share/compssUsers
msgid "Sciences"
-msgstr ""
+msgstr "Sciencoj"
# ../../share/compssUsers
msgid ""
@@ -6457,15 +6513,14 @@ msgstr ""
# ../../share/compssUsers
msgid "C and C++ development libraries, programs and include files"
-msgstr ""
+msgstr "C kaj C++ programadaj bibliotekoj, programoj kaj æapdosieroj"
# ../../share/compssUsers
msgid "Communication facilities"
msgstr ""
-#, fuzzy
msgid "KDE"
-msgstr "IDE"
+msgstr "KDE"
# ../../share/compssUsers
msgid "Personnal Information Management"
@@ -6478,9 +6533,8 @@ msgstr ""
msgid "Gnome"
msgstr "Gnome"
-#, fuzzy
msgid "Internet Tools"
-msgstr "Interreto"
+msgstr "Interretiloj"
msgid "Documentation"
msgstr "Dokumentaro"
@@ -6493,9 +6547,8 @@ msgstr ""
msgid "Utilities"
msgstr ""
-#, fuzzy
msgid "Multimedia - Sound"
-msgstr "Plurmedia"
+msgstr "Plurmedia - Sono"
# ../../share/compssUsers
msgid "Amusement programs: arcade, boards, strategy, etc"
@@ -6509,9 +6562,8 @@ msgstr ""
msgid "Console Tools"
msgstr ""
-#, fuzzy
msgid "Development other"
-msgstr "Programisto"
+msgstr "Aliaj Programadaj Iloj"
# ../../share/compssUsers
msgid "Databases clients and servers (mysql and postgresql)"
@@ -6531,17 +6583,14 @@ msgid ""
"tools"
msgstr ""
-#, fuzzy
msgid "Games"
-msgstr "Gnome"
+msgstr "Ludoj"
-#, fuzzy
msgid "Development C/C++"
-msgstr "Programisto"
+msgstr "Programado C/C++"
-#, fuzzy
msgid "Multimedia - Video"
-msgstr "Plurmedia"
+msgstr "Plurmedia - Video"
# ../../share/compssUsers
msgid "Graphics programs such as The Gimp"
@@ -6561,9 +6610,8 @@ msgstr ""
msgid "More Graphical Desktops (Gnome, IceWM)"
msgstr ""
-#, fuzzy
msgid "Multimedia - CD Burning"
-msgstr "Plurmedia"
+msgstr "Plurmedia - KD-ROM Kreado"
# ../../share/compssUsers
msgid "Archiving, emulators, monitoring"
@@ -6591,415 +6639,8 @@ msgstr ""
msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
-#~ msgid "Could not install ipchains RPM with urpmi."
-#~ msgstr ""
-#~ "Mi ne povis instali ipchains-an (IP æenan) RPM dosieron per urpmi-o."
-
-#~ msgid "Could not install dhcp RPM with urpmi."
-#~ msgstr "Mi ne povis instali dhcp-an RPM dosieron per urpmi-o."
+#~ msgid "Czech"
+#~ msgstr "Æe¶a"
-#~ msgid "Could not install linuxconf RPM with urpmi."
-#~ msgstr "Mi ne povis instali linuxconf-an RPM dosieron per urpmi-o."
-
-#~ msgid "Could not install bind RPM with urpmi."
-#~ msgstr "Mi ne povis instali bind-an RPM dosieron per urpmi-o."
-
-#~ msgid "Could not install caching-nameserver RPM with urpmi."
-#~ msgstr ""
-#~ "Mi ne povis instali caching-nameserver-an (kaþanta-nomservilan) RPM "
-#~ "dosieron\n"
-#~ "per urpmi-o."
-
-#~ msgid "Reconfigure local network"
-#~ msgstr "Rekonfiguru lokan reton"
-
-#~ msgid ""
-#~ "Your computer can be configured to share its Internet connection.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Vi povas konfiguri vian komputilon por disdividi øian Interretan Konekton.\n"
-#~ "\n"
-
-#~ msgid "Everything has been configured.\n"
-#~ msgstr "Æiuj estas konfigurita.\n"
-
-#, fuzzy
-#~ msgid "Connect to Internet with a normal modem"
-#~ msgstr "Konektu al la interreto per normala modemo"
-
-#, fuzzy
-#~ msgid "Connect to Internet using ISDN"
-#~ msgstr "Konektu al la interreto per ISDN"
-
-#, fuzzy
-#~ msgid "Connect to Internet using DSL (or ADSL)"
-#~ msgstr "Konektu al la interreto per DSL (aý ADSL)"
-
-#, fuzzy
-#~ msgid "Connect to Internet using Cable"
-#~ msgstr "Konektu al la interreto per kAblomodemo"
-
-#~ msgid ""
-#~ "Time (secs) of inactivity after which\n"
-#~ "it hangs up. (leave blank to disable it)"
-#~ msgstr ""
-#~ "Tempo (sekundoj) de neaktiveco post kiu øi\n"
-#~ "malkonektos (lasu blankan por malkapabligi øin)."
-
-#~ msgid "Germany"
-#~ msgstr "Germana"
-
-#~ msgid "Germany (1TR6)"
-#~ msgstr "Germana (1TR6)"
-
-#~ msgid "What do you wish to do?"
-#~ msgstr "Kion vi deziras fari?"
-
-#~ msgid ""
-#~ "Any partitions that have been newly defined must be formatted for\n"
-#~ "use (formatting meaning creating a filesystem). At this time, you may\n"
-#~ "wish to re-format some already existing partitions to erase the data\n"
-#~ "they contain. Note: it is not necessary to re-format pre-existing\n"
-#~ "partitions, particularly if they contain files or data you wish to keep.\n"
-#~ "Typically retained are /home and /usr/local."
-#~ msgstr ""
-#~ "Iuj subdiskoj kiuj estas lastatempe kreita devas esti formatata por uzi\n"
-#~ "(formatado estas la kreado de dosiersistemo æe la subdisko). Nune, vi eble\n"
-#~ "deziras reformati iom da subdiskojn kiuj jam ekzistas por forviþi la "
-#~ "datenojn\n"
-#~ "kiujn ili enhavas. Notu: ne estas necesa reformati antaýekzistitajn\n"
-#~ "subdiskojn, precipe se ili enhavas dosierojn aý datenojn kiuj vi deziras\n"
-#~ "konservi. Kutime konservata estas ±ome kaj /usr/local."
-
-#~ msgid ""
-#~ "At this point, you may choose what partition(s) to use to install\n"
-#~ "your Linux-Mandrake system if they have been already defined (from a\n"
-#~ "previous install of GNU/Linux or from another partitioning tool). In other\n"
-#~ "cases, hard drive partitions must be defined. This operation consists of\n"
-#~ "logically dividing the computer's hard drive capacity into separate\n"
-#~ "areas for use.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you have to create new partitions, use \"Auto allocate\" to "
-#~ "automatically\n"
-#~ "create partitions for GNU/Linux. You can select the disk for partitioning "
-#~ "by\n"
-#~ "clicking on \"hda\" for the first IDE drive,\n"
-#~ "\"hdb\" for the second or \"sda\" for the first SCSI drive and so on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Two common partition are: the root partition (/), which is the starting\n"
-#~ "point of the filesystem's directory hierarchy, and /boot, which contains\n"
-#~ "all files necessary to start the operating system when the\n"
-#~ "computer is first turned on.\n"
-#~ "\n"
-#~ "\n"
-#~ "Because the effects of this process are usually irreversible, partitioning\n"
-#~ "can be intimidating and stressful to the unexperienced user. DiskDrake\n"
-#~ "simplifies the process so that it must not be. Consult the documentation\n"
-#~ "and take your time before proceeding.\n"
-#~ "\n"
-#~ "\n"
-#~ "You can reach any option using the keyboard: navigate through the "
-#~ "partitions\n"
-#~ "using Tab and Up/Down arrows. When a partition is selected, you can use:\n"
-#~ "\n"
-#~ "- Ctrl-c to create a new partition (when an empty partition is selected)\n"
-#~ "\n"
-#~ "- Ctrl-d to delete a partition\n"
-#~ "\n"
-#~ "- Ctrl-m to set the mount point\n"
-#~ msgstr ""
-#~ "Æi tiam, vi povas elekti kiu(j)n subdisko(j)n vi deziras uzi por instali\n"
-#~ "vian Linuks-Mandrejkan sistemon se ili estas jam difinita (de antaýa\n"
-#~ "instalado de Linukso aý de alia dispartigilo). Aliokaze, vi devus difini\n"
-#~ "drajvajn subdiskojn. Æi tiu operacio konsistas el logike dispartigi la\n"
-#~ "drajvon de la komputilo je apartaj lokoj por uzado.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se vi devus krei novajn subdiskojn, uzu \"Aýtodisponigu\" por aýtomate krei\n"
-#~ "subdiskojn por GNU/Linukso. Vi povas elekti la drajvon por dispartigado "
-#~ "per\n"
-#~ "klaki sur \"hda\" por la unua IDE drajvo, \"hdb\" por la dua aý \"sda\" por "
-#~ "la\n"
-#~ "unua SCSI drajvo ktp.\n"
-#~ "\n"
-#~ "\n"
-#~ "Du oftaj subdiskoj estas: la radika subdisko (/), kiu estas la "
-#~ "komencopunkto\n"
-#~ "de la dosierujhierarkio de la dosiersistemo, kaj /boot, kiu enhavas æiujn\n"
-#~ "dosierojn bezonatajn por starti la mastruman sistemon kiam vi unue þaltas\n"
-#~ "la komputilon.\n"
-#~ "\n"
-#~ "Æar la efikoj de æi tiu procezo estas kutime neinversigeblaj, dispartigado\n"
-#~ "povas esti timiga kaj stresiga por la nesperta uzulo. DiskDrake simpligas\n"
-#~ "la procezon por ke øi ne devu esti. Konsultu la dokumentaron kaj malrapidu\n"
-#~ "antaý vi antaýeniras.\n"
-#~ "\n"
-#~ "\n"
-#~ "Vi povas atingi æiun ajn opcion per uzi la klavaron: navigu tra la "
-#~ "subdiskoj\n"
-#~ "per Tab kaj la Supren/Suben sagoj. Kiam subdisko estas elektata, vi povas\n"
-#~ "uzi:\n"
-#~ "\n"
-#~ "- Ctrl-c por krei novan subdiskon (kiam malplena subdisko estas elektata)\n"
-#~ "\n"
-#~ "- Ctrl-d por forstreki subdiskon\n"
-#~ "\n"
-#~ "- Ctrl-m por fiksi surmetingon\n"
-
-#~ msgid "Cable connection"
-#~ msgstr "Kablomodema Konekton"
-
-#~ msgid ""
-#~ "Choose \"Install\" if there are no previous versions of GNU/Linux\n"
-#~ "installed, or if you wish to use multiple distributions or versions.\n"
-#~ "\n"
-#~ "Choose \"Rescue\" if you wish to rescue a version of Linux-Mandrake already "
-#~ "installed.\n"
-#~ "\n"
-#~ "\n"
-#~ "Select:\n"
-#~ "\n"
-#~ " - Recommended: If you have never installed GNU/Linux before, choose this.\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Elektu \"Instalu\" se vi ne havas antaýan version de GNU/Linukso instalita,\n"
-#~ "aý se vi deziras uzi plurajn distribuaŒojn aý versiojn.\n"
-#~ "\n"
-#~ "Elektu \"Savu\" se vi deziras savi antaýan version de Mandrejka Linukso.\n"
-#~ "\n"
-#~ "\n"
-#~ "Elektu:\n"
-#~ "\n"
-#~ " - Rekomendata: Se vi ne jam instalis Linukson elektu æi tion.\n"
-#~ "\n"
-#~ " - Akomodata: Se vi sufiæe konas GNU/Linukson, vi povas elektu la æefan\n"
-#~ " uzadon por via komputilo. Vidu malantaýe por detaloj.\n"
-#~ "\n"
-#~ " - Spertulo: Æi tio supozas ke vi flue konas GNU/Linukson kaj deziras fari\n"
-#~ " treege akomodatan instaladon. Simile kiel \"Akomodata\" instalado, vi "
-#~ "povos\n"
-#~ " elekti la uzado por via komputilo.\n"
-#~ " Sed bonvolege, NE ELEKTU ÆI TION KROM SE VI SCIAS KION VI FARAS!\n"
-
-#~ msgid "Forget the changes?"
-#~ msgstr "Æu mi devus forgesi la þanøojn?"
-
-#~ msgid ""
-#~ "GNU/Linux can deal with many types of printer. Each of these\n"
-#~ "types require a different setup. Note however that the print\n"
-#~ "spooler uses 'lp' as the default printer name; so you\n"
-#~ "must have one printer with such a name; but you can give\n"
-#~ "several names, separated by '|' characters, to a printer.\n"
-#~ "So, if you prefer to have a more meaningful name you just have\n"
-#~ "to put it first, eg: \"My Printer|lp\".\n"
-#~ "The printer having \"lp\" in its name(s) will be the default printer.\n"
-#~ "\n"
-#~ "\n"
-#~ "If your printer is physically connected to your computer, select\n"
-#~ "\"Local printer\". You will then have to tell which port your\n"
-#~ "printer is connected to, and select the appropriate filter.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a printer located on a remote Unix machine,\n"
-#~ "you will have to select \"Remote lpd\". In order to make\n"
-#~ "it work, no username or password is required, but you will need\n"
-#~ "to know the name of the printing queue on this server.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you want to access a SMB printer (which means, a printer located\n"
-#~ "on a remote Windows 9x/NT machine), you will have to specify its\n"
-#~ "SMB name (which is not its TCP/IP name), and possibly its IP address,\n"
-#~ "plus the username, workgroup and password required in order to\n"
-#~ "access the printer, and of course the name of the printer. The same goes\n"
-#~ "for a NetWare printer, except that you need no workgroup information."
-#~ msgstr ""
-#~ "GNU/Linukso povas pritrakti multajn specojn de printiloj. Æiu el tiuj "
-#~ "specoj\n"
-#~ "bezonas malsaman aranøon. Notu tamen ke la printvicilo uzas 'lp' kiel\n"
-#~ "la defaýlta printilonomo; do vi devas havi unu printilon nomatan 'lp';\n"
-#~ "sed vi povas doni multajn nomojn, apartigataj per '|' signoj, al printilo.\n"
-#~ "Do, se vi preferas havi pli signifoplenan nomon, vi simple devas meti\n"
-#~ "øin antaýe, ekz-e: \"My Printer|lp\".\n"
-#~ "La printilo kiu havas \"lp\" en øia(j) nomo(j) estos la defaýlta printilo.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se via printilo estas rekte konektita al via komputilo, elektu \"Loka\n"
-#~ "printilo\". Tiam vi devos elekti la pordon al kiu via printilo estas\n"
-#~ "konektita, kaj taýgan filtrilon.\n"
-#~ "\n"
-#~ "Se vi deziras atingi printilon æe fora Uniksa komputilo, vi devos elekti\n"
-#~ "\"Fora lpd\". Por funkciigi øin, uzulnomo kaj pasvorto ne estas "
-#~ "postulataj,\n"
-#~ "sed vi devos scii la printviconomon æe æi tiu servilo.\n"
-#~ "\n"
-#~ "Se vi deziras atingi SMB-an printilon (kiu signifas, printilo æe fora\n"
-#~ "Vindoza 9x/NT komputilo), vi devos specifi øian SMB-an nomon (kiu ne estas\n"
-#~ "øia TCP/IP nomo), kaj eble øian IP adreson, kaj la uzulnomon, laborgrupon\n"
-#~ "kaj pasvorton bezonatajn por atingi la printilon, kaj kompreneble la nomo\n"
-#~ "de la printilo. NetWare printilo samas, krom vi ne bezonas laborgrupan\n"
-#~ "informon."
-
-#~ msgid "Host name:"
-#~ msgstr "Poþtejo:"
-
-#~ msgid ""
-#~ "If DrakX failed to find your mouse, or if you want to\n"
-#~ "check what it has done, you will be presented the list of mice\n"
-#~ "above.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you agree with DrakX's settings, just click 'Ok'.\n"
-#~ "Otherwise you may choose the mouse that more closely matches your own\n"
-#~ "from the menu above.\n"
-#~ "\n"
-#~ "\n"
-#~ "In case of a serial mouse, you will also have to tell DrakX\n"
-#~ "which serial port it is connected to."
-#~ msgstr ""
-#~ "Se DrakX malsukcesis trovi vian muson, aý se vi deziras kontroli kion øi\n"
-#~ "faris, liston de musospecoj prezentos al vi supre.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se vi konsentas kun la opcioj ke DrakX elektis, simple alklaku 'JES'.\n"
-#~ "Aliokaze, vi povas elekti la specon de muso el la menuo kiun vi pensas "
-#~ "estas\n"
-#~ "la plej proksima egalaŒo de via muso.\n"
-#~ "\n"
-#~ "\n"
-#~ "Okaze de seria muso, vi ankaý devas diri al DrakX al kiu seria pordo øi\n"
-#~ "estas konektata."
-
-#~ msgid "Install/Rescue"
-#~ msgstr "Instalu/Savu"
-
-#~ msgid ""
-#~ "It is strongly recommended that you answer \"Yes\" here. If you install\n"
-#~ "Microsoft Windows at a later date it will overwrite the boot sector.\n"
-#~ "Unless you have made a bootdisk as suggested, you will not be able to\n"
-#~ "boot into GNU/Linux any more."
-#~ msgstr ""
-#~ "Mi forte rekomendas ke vi respondas \"Jes\" æi tie! Se vi instalos "
-#~ "Vindozon\n"
-#~ "estontece, øi superskribos la startigan sektoron. Krom se vi faris "
-#~ "startigan\n"
-#~ "diskon kiel sugestata, vi ne plu eblas starti GNU/Linukson."
-
-#~ msgid "Move your wheel!"
-#~ msgstr "Movu vian radon!"
-
-#~ msgid "Rescue"
-#~ msgstr "Savu"
-
-#~ msgid ""
-#~ "Select:\n"
-#~ "\n"
-#~ " - Customized: If you are familiar enough with GNU/Linux, you may then "
-#~ "choose\n"
-#~ " the primary usage for your machine. See below for details.\n"
-#~ "\n"
-#~ " - Expert: This supposes that you are fluent with GNU/Linux and want to\n"
-#~ " perform a highly customized installation. As for a \"Customized\"\n"
-#~ " installation class, you will be able to select the usage for your "
-#~ "system.\n"
-#~ " But please, please, DO NOT CHOOSE THIS UNLESS YOU KNOW WHAT YOU ARE "
-#~ "DOING!\n"
-#~ msgstr ""
-#~ "Elektu:\n"
-#~ "\n"
-#~ " - Aýtomaciata (rekomendata): Se vi ne jam instalis Linukson elektu æi "
-#~ "tion.\n"
-#~ " RIMARKU: retumado ne konfiguros dum instalado, uzu LinuxConf por "
-#~ "konfiguri\n"
-#~ " øin post kiam la instalado finiøos.\n"
-#~ "\n"
-#~ " - Akomodata: Se vi sufiæe konas GNU/Linukson, vi povas elektu la æefan\n"
-#~ " uzadon por via komputilo. Vidu malantaýe por detaloj.\n"
-#~ "\n"
-#~ " - Spertulo: Æi tio supoza ke vi flue konas GNU/Linukson kaj deziras fari\n"
-#~ " treege akomodatan instaladon. Simile kiel \"Akomodata\" instalado, vi "
-#~ "povos\n"
-#~ " elekti la uzado por via komputilo.\n"
-#~ " Sed bonvolege, NE ELEKTU ÆI TION KROM SE VI SCIAS KION VI FARAS!\n"
-
-#~ msgid ""
-#~ "The packages selected are now being installed. This operation\n"
-#~ "should take a few minutes unless you have chosen to upgrade an\n"
-#~ "existing system, in that case it can take more time even before\n"
-#~ "upgrade starts."
-#~ msgstr ""
-#~ "La elektitaj pakaŒoj nun estas instalata. Æi tiu operacio devus daýri\n"
-#~ "kelkajn minutojn krom se vi elektis promocii ekzistan sistemon. Tiuokaze\n"
-#~ "øi eble daýras pli da tempo antaý la promocio komencos."
-
-#~ msgid ""
-#~ "This section is dedicated to configuring a local area\n"
-#~ "network (LAN) or a modem.\n"
-#~ "\n"
-#~ "Choose \"Local LAN\" and DrakX will\n"
-#~ "try to find an Ethernet adapter on your machine. PCI adapters\n"
-#~ "should be found and initialized automatically.\n"
-#~ "However, if your peripheral is ISA, autodetection will not work,\n"
-#~ "and you will have to choose a driver from the list that will appear then.\n"
-#~ "\n"
-#~ "\n"
-#~ "As for SCSI adapters, you can let the driver probe for the adapter\n"
-#~ "in the first time, otherwise you will have to specify the options\n"
-#~ "to the driver that you will have fetched from documentation of your\n"
-#~ "hardware.\n"
-#~ "\n"
-#~ "\n"
-#~ "If you install a Linux-Mandrake system on a machine which is part\n"
-#~ "of an already existing network, the network administrator will\n"
-#~ "have given you all necessary information (IP address, network\n"
-#~ "submask or netmask for short, and hostname). If you're setting\n"
-#~ "up a private network at home for example, you should choose\n"
-#~ "addresses.\n"
-#~ "\n"
-#~ "\n"
-#~ "Choose \"Dialup with modem\" and the Internet connection with\n"
-#~ "a modem will be configured. DrakX will try to find your modem,\n"
-#~ "if it fails you will have to select the right serial port where\n"
-#~ "your modem is connected to."
-#~ msgstr ""
-#~ "Æi tiu sekcio estas dediæita al la konfigurado de loka reto aý modemo.\n"
-#~ "\n"
-#~ "Elektu \"Loka Reto\" kaj DrakX provos trovi Eterretan adaptilon æe via\n"
-#~ "komputilo. PCI-aj adaptiloj devus esti trovataj kaj initataj aýtomate.\n"
-#~ "Tamen, se via periferio estas ISA-a, aýtomata detektado ne funckios, kaj\n"
-#~ "vi devos elekti pelilon el la listo kiu aperos tiam.\n"
-#~ "\n"
-#~ "\n"
-#~ "Por SCSI-aj adaptiloj, vi povas lasi ke la pelilo esploros por la adaptilo\n"
-#~ "unuafoje, aliokaze vi devas difini la opciojn al la pelilo kiuj vi havigas "
-#~ "de\n"
-#~ "la dokumentaro de via adaptilo.\n"
-#~ "\n"
-#~ "\n"
-#~ "Se vi instalas Linuks-Mandrejkan sistemon kiu estas parto de jam ekzistanta\n"
-#~ "reto, la retadministranto estos donintan al vi æiuj el la necesa informo\n"
-#~ "(IP-adreso, reta submasko aý retmasko mallonge, kaj poþtejo). Se vi "
-#~ "establas\n"
-#~ "privatan reton hejme ekzemple, vi devus elekti adresojn.\n"
-#~ "\n"
-#~ "\n"
-#~ "Elektu \"Telefona konekto kun modemo\" kaj la Interreta konekto kun modemo\n"
-#~ "estos konfigurata. DrakX provos trovi vian modemon. Se øi malsukcesas vi\n"
-#~ "devos elekti la øustan serian pordon kie via modemo estas konektata."
-
-#~ msgid "What is the type of your mouse?"
-#~ msgstr "Kiun speco de muso havas vi?"
-
-#~ msgid "Which partition type do you want?"
-#~ msgstr "Kiun subdiskspecon deziras vi?"
+#~ msgid "Slovakian"
+#~ msgstr "Slovaka"
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index 442d899e7..5956f1537 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
-"PO-Revision-Date: 2000-10-08 22:51-0300\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
+"PO-Revision-Date: 2000-10-19 21:42-0300\n"
"Last-Translator: Fabian Mandelbaum <fabman@mandrakesoft.com>\n"
"Language-Team: spanish\n"
"MIME-Version: 1.0\n"
@@ -87,23 +87,23 @@ msgstr "XFree %s con aceleración EXPERIMENTAL de 3D por hardware"
msgid "XFree configuration"
msgstr "Configuración de XFree"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Seleccione la cantidad de memoria de su tarjeta gráfica"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Elija las opciones para el servidor X"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Elija un monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -126,40 +126,40 @@ msgstr ""
"puede dañar su monitor.\n"
"En caso de duda, elija una configuración conservadora."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Frecuencia de barrido horizontal"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Frecuencia de barrido vertical"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "El monitor no está configurado"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "La tarjeta gráfica todavía no está configurada"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Resoluciones todavía no elegidas"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "¿Desea probar la configuración?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Advertencia: probar con esta tarjeta de vídeo puede congelar a su computadora"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Probar la configuración"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -167,146 +167,146 @@ msgstr ""
"\n"
"intente cambiar algunos parámetros"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Ocurrió un error:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Saliendo en %d segundos"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "¿Es esta la configuración correcta?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Ocurrió un error, intente cambiar algunos parámetros"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Resolución"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Elija la resolución y la profundidad de colores"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Tarjeta gráfica: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "Servidor XFree86: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Mostrar todo"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Resoluciones"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Elección del tipo de teclado: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Tipo de ratón: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Dispositivo del ratón: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Frecuencia horizontal del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Frecuencia vertical del monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Tarjeta gráfica: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Memoria de la tarjeta gráfica: %s KB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Profundidad de color: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Resolución: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "Servidor XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "Controlador XFree86: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Preparando la configuración de X-Window"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Cambiar el monitor"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Cambiar la tarjeta gráfica"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Cambiar las opciones del servidor X"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Cambiar la resolución"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Mostrar información"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Probar de nuevo"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Salir"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "¿Qué desea hacer?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -319,20 +319,20 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Abra de nuevo una sesión %s para activar los cambios"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Por favor salga de la sesión y luego use Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X al arrancar"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -340,11 +340,11 @@ msgstr ""
"Puedo configurar su computadora para que inicie X automáticamente\n"
"al arrancar. ¿Desea que X se lance cuando Ud. reinicie?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Conexión automática"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -352,11 +352,11 @@ msgstr ""
"Puedo configurar su computadora para que se conecte a un usuario\n"
"automáticamente al arrancar. Si no desea esto, haga clic sobre «Cancelar»."
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Elija el usuario predeterminado:"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Elija el administrador de ventanas a ejecutar:"
@@ -456,107 +456,116 @@ msgstr "Monitor que soporta 1600x1200 a 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Monitor que soporta 1600x1200 a 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Primer sector de la partición de arranque"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Primer sector del disco (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "Instalación de SILO"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "¿Dónde quiere instalar el cargador de arranque?"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "Instalación de LILO/grub"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Ninguno"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "¿Qué cargador(es) de arranque desea usar?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Instalación del cargador de arranque"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Dispositivo de arranque"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (no funciona con BIOS antiguos)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Compacto"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "compacto"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Modo de vídeo"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Demora antes de arrancar la imagen predeterminada"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Contraseña"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Contraseña (de nuevo)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Restringir las opciones de la línea de comandos"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "restringir"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Opciones principales del cargador de arranque"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"La opción «Restringir las opciones de la línea de comandos»\n"
"no tiene sentido sin contraseña"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Vuelva a intentarlo por favor"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Las contraseñas no coinciden"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -564,139 +573,143 @@ msgstr ""
"Aquí están las diferentes entradas.\n"
"Ud. puede añadir algunas otras o cambiar las que ya existen."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Añadir"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Hecho"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "¿Qué tipo de entrada desea añadir?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Otros SO (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Otros SO (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Imagen"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Raíz"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Agregar"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Lectura/escritura"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabla"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Inseguro"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Por omisión"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "Aceptar"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Quitar entrada"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "No se admite una etiqueta vacía"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Esta etiqueta ya está en uso"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s interfaces %s encontradas"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "¿Tiene alguna otra?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "¿Tiene alguna interfaz %s?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Sí"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Ver información sobre el hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalando controlador para tarjeta %s %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(módulo %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "¿Qué controlador de %s debo probar?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -715,20 +728,20 @@ msgstr ""
"el probar el equipo puede provocar que este se cuelgue, pero no debería\n"
"causar daño alguno."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Autodetección"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Especificar las opciones"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Ahora puede suministrar las opciones para el módulo %s."
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -739,11 +752,11 @@ msgstr ""
"Las opciones son de la forma «nombre=valor nombre2=valor2 ...».\n"
"Por ejemplo puede tener «io=0x300 irq=7»"
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Opciones de los módulos:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -828,7 +841,7 @@ msgstr "1 minuto"
msgid "%d seconds"
msgstr "%d segundos"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Crear"
@@ -836,7 +849,7 @@ msgstr "Crear"
msgid "Unmount"
msgstr "Desmontar"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Borrar"
@@ -844,16 +857,16 @@ msgstr "Borrar"
msgid "Format"
msgstr "Formatear"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Redimensionar"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tipo"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Punto de montaje"
@@ -990,8 +1003,8 @@ msgid "Please make a backup of your data first"
msgstr "Por favor, primero haga una copia de respaldo de sus datos"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "¡Lea con cuidado!"
@@ -1015,7 +1028,7 @@ msgstr "Cuidado: esta operación es peligrosa."
msgid "Error"
msgstr "Error"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Punto de montaje: "
@@ -1126,35 +1139,35 @@ msgstr "Tipo de la tabla de particiones: %s\n"
msgid "on bus %d id %d\n"
msgstr "en el bus %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Montar"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Activar"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Añadir al RAID"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Quitar del RAID"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modificar el RAID"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Usar para loopback"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Elija una acción"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1166,7 +1179,7 @@ msgstr ""
"en el disco (en un cilindro > 1024). O bien usa LILO, y es probable que\n"
"no funcionará, o bien no usa LILO y entonces no necesita /boot"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1178,7 +1191,7 @@ msgstr ""
"Si piensa usar el cargador de arranque LILO, tenga presente\n"
"el añadir una partición /boot"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1188,57 +1201,57 @@ msgstr ""
"Ningún cargador de arranque es capaz de manejarlo sin una partición /boot.\n"
"Así que tenga en cuenta el añadir una partición /boot."
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Use «%s» en su lugar"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Use «Desmontar» primero"
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Se perderán todos los datos de la partición %s después de cambiar su tipo."
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "¿Seguir adelante?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Salir sin grabar"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "¿Salir del programa sin grabar la tabla de particiones?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Cambiar tipo de partición"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
msgid "Which filesystem do you want?"
msgstr "¿Qué sistema de archivos desea?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "No se puede usar ReiserFS para particiones menores que 32MB"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "¿Donde desea montar el archivo de loopback %s?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "¿Dónde desea montar el dispositivo %s?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1247,148 +1260,148 @@ msgstr ""
"se usa para un montaje en loopback.\n"
"Quite el montaje de loopback primero"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Se perderán todos los datos de la partición %s después de formatearla."
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Formateando"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formateando el archivo de loopback %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Formateando la partición %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Luego de formatear todas las particiones,"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "se perderán todos los datos en dichas particiones"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Desplazar"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "¿A cual disco desea desplazarla?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "¿A cual sector desea desplazarla?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Desplazando"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Desplazando una partición..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "¡Se escribirá al disco la tabla de particiones de la unidad %s!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Necesita reiniciar el equipo para que la modificación tenga efecto"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Calculando los límites del sistema de archivos FAT"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Redimensionando"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
msgid "This partition is not resizeable"
msgstr "Esta partición no es redimensionable"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr ""
"Debería hacer una copia de respaldo de todos los datos de esta partición"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Se perderán todos los datos de la partición %s después de cambiar su tamaño"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Eligiendo el tamaño nuevo"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Crear una partición nueva"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Sector de comienzo: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Tamaño en MB: "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Tipo de sist. de archivos: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Preferencia: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Esta partición no puede usarse para el loopback"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "Nombre del archivo de loopback: "
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr ""
"El archivo ya está usado por otro dispositivo loopback\n"
"elija otro archivo por favor"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "El archivo ya existe. ¿Desea usarlo?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Elija un archivo"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1396,11 +1409,11 @@ msgstr ""
"La tabla de particiones de respaldo no tiene\n"
"el mismo tamaño. ¿Desea continuar de todas formas?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Advertencia"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1408,27 +1421,27 @@ msgstr ""
"Inserte un disquete en la unidad\n"
"Se perderán todos los datos del disquete"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Tratando de rescatar la tabla de particiones"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "dispositivo"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "nivel"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "tamaño de los bloques"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Elegir un RAID existente al cual añadir"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "nuevo"
@@ -3329,8 +3342,8 @@ msgstr "Servicios al inicio"
msgid "Configure printer"
msgstr "Impresoras"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Contraseña de root"
@@ -3358,7 +3371,7 @@ msgstr "Disquete de auto-instalación"
msgid "Exit install"
msgstr "Salir de la instalación"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Error al leer el archivo $f"
@@ -3456,7 +3469,7 @@ msgstr "¿A qué partición desea cambiarle el tamaño?"
msgid "Computing Windows filesystem bounds"
msgstr "Calculando los límites del sistema de archivos Windows"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3465,12 +3478,12 @@ msgstr ""
"El cambiador de tamaño de FAT no puede manejar su partición, \n"
"occurrió el error siguiente: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Su partición Windows está muy fragmentada, por favor primero ejecute «defrag»"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -3489,21 +3502,21 @@ msgstr ""
" respaldo de sus datos.\n"
"Cuando esté seguro, pulse sobre «Aceptar»."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Qué tamaño desea conservar para windows en la"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "partición %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Falló el redimensionado de la FAT: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
@@ -3511,36 +3524,36 @@ msgstr ""
"No hay particiones FAT a redimensionar o para usar como loopback (o no queda "
"espacio suficiente)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Borrar el disco entero"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Quitar Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Ud. tiene más de un disco rígido, ¿sobre cual desea instalar Linux?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Se perderán TODAS las particiones y sus datos en la unidad %s"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Modo experto"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Usar diskdrake"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Use fdisk"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3549,29 +3562,29 @@ msgstr ""
"Ahora puede particionar a %s.\n"
"Cuando haya terminado, no olvide de guardar usando «w»"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
msgid "You don't have enough free space on your Windows partition"
msgstr "No le queda espacio libre suficiente en la partición Windows"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
msgid "I can't find any room for installing"
msgstr "No puedo encontrar lugar alguna para instalar"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"El Asistente de particionado de DrakX encontró las soluciones siguientes:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Falló el particionado: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Levantando la red"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Bajando la red"
@@ -3583,12 +3596,12 @@ msgstr ""
"Ocurrió un error y no sé como manejarlo de manera limpia,\n"
"continue bajo su propio riesgo."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Punto de montaje %s duplicado"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3600,12 +3613,12 @@ msgstr ""
"Compruebe el CD de instalación en un sistema ya existente con el comando:\n"
" rpm -qpl Mandrake/RPMS/*.rpm\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "Bienvenido a %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Ninguna disquetera disponible"
@@ -3685,7 +3698,7 @@ msgid "There was an error ordering packages:"
msgstr "Hubo un error al ordenar los paquetes:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "¿Usar la configuración existente para X11?"
@@ -4501,94 +4514,94 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Elija un sitio espejo del cual bajar los paquetes"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Contactando al espejo para obtener la lista de paquetes disponibles"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Elija los paquetes que desea instalar"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "¿Cual es su zona horaria?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "¿El reloj interno de la computadora usa la hora GMT?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "¿Qué sistema de impresión desea usar?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Sin contraseña"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Usar archivo shadow"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "shadow"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Usar contraseña con MD5"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Usar NIS"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "páginas amarillas (NIS)"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr ""
"Esta contraseña es demasiado simple\n"
"(tiene que tener por lo menos %d caracteres de largo)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "Autenticación NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Aceptar usuario"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Añadir usuario"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(%s ya fue añadido)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -4598,49 +4611,49 @@ msgstr ""
"Ingrese un usuario\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Nombre y apellido"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Nombre de usuario"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Shell"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Icono"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Esta contraseña es demasiado sencilla"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Ingrese el nombre de usuario"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"El nombre de usuario (login) sólo debe contener letras, números, «-» y «_»"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "Este nombre de usuario ya fué añadido"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4671,19 +4684,19 @@ msgstr ""
"Si desea crear un disquete de arranque para su sistema, inserte un disquete\n"
"en la primer disquetera y presione «Aceptar»."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Primera disquetera"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Segunda disquetera"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Omitir"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -4709,32 +4722,32 @@ msgstr ""
"sistema.\n"
"¿Desea crear un disquete de arranque para su sistema?"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Disculpe, pero no hay disquetera alguna disponible"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Elija la disquetera que desea usar para crear el disco de arranque"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Inserte un disquete en la disquetera %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Creando el disquete de arranque"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Preparando el cargador de arranque"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "¿Desea usar aboot?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4742,81 +4755,81 @@ msgstr ""
"Ocurrió un error al instalar aboot, \n"
"¿desea forzar la instalación incluso si ello puedo destruir la 1ª partición?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Falló la instalación del cargador de arranque. Ocurrió el error siguiente:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Crackers bienvenidos"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Pobre"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Baja"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Media"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Alta"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranóica"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Preguntas varias"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(puede causar corrupción de los datos)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "¿Usar optimizaciones para el disco rígido?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Elegir el nivel de seguridad"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Precise el tamaño de la RAM si es necesario (se encontraron %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "Montaje automático de los soportes extraíbles"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Limpiar /tmp en cada inicio del equipo"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Activar perfiles múltiples"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Activar el teclado numérico al inicio"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Proporcione el tamaño de la RAM en MB"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "No se puede usar supermount con un nivel de seguridad elevado"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4830,7 +4843,7 @@ msgstr ""
"máquina para otra cosa que no sea un servidor.\n"
"Ha sido avisado."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4838,22 +4851,22 @@ msgstr ""
"Tenga cuidado, el tener numlock habilitado causa que un montón de tecleos\n"
"den dígitos en vez de letras normales (ej: presionar la `p' da `6')"
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr ""
"¿Desea generar un disquete de auto-instalación para replicar el sistema?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inserte un disquete en blanco en la unidad %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Creando el disquete de auto-instalación"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4863,7 +4876,7 @@ msgstr ""
"\n"
"¿Realmente desea salir ahora?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4927,10 +4940,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "¿Su elección? (por omisión %s, teclee `none' para ninguno)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Checo"
+msgid "Czech (QWERTZ)"
+msgstr "Checo (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Alemán"
@@ -4938,19 +4951,19 @@ msgstr "Alemán"
msgid "Dvorak"
msgstr "Teclado dvorak"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Español"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Finlandés"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Francés"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Noruego"
@@ -4958,15 +4971,15 @@ msgstr "Noruego"
msgid "Polish"
msgstr "Polaco"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Ruso"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Británico"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "Estadounidense"
@@ -5014,151 +5027,167 @@ msgstr "Suizo (germánico)"
msgid "Swiss (French layout)"
msgstr "Suizo (francés)"
+#: ../../keyboard.pm_.c:136
+msgid "Czech (QWERTY)"
+msgstr "Checo (QWERTY)"
+
#: ../../keyboard.pm_.c:137
+msgid "Czech (Programmers)"
+msgstr "Checo (programadores)"
+
+#: ../../keyboard.pm_.c:139
msgid "German (no dead keys)"
msgstr "Alemán (sin teclas muertas)"
-#: ../../keyboard.pm_.c:138
+#: ../../keyboard.pm_.c:140
msgid "Danish"
msgstr "Danés"
-#: ../../keyboard.pm_.c:139
+#: ../../keyboard.pm_.c:141
msgid "Dvorak (US)"
msgstr "Teclado Dvorak (US)"
-#: ../../keyboard.pm_.c:140
+#: ../../keyboard.pm_.c:142
msgid "Dvorak (Norwegian)"
msgstr "Teclado Dvorak (Noruego)"
-#: ../../keyboard.pm_.c:141
+#: ../../keyboard.pm_.c:143
msgid "Estonian"
msgstr "Teclado de Estonia"
-#: ../../keyboard.pm_.c:145
+#: ../../keyboard.pm_.c:147
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgiano (estilo «Ruso»)"
-#: ../../keyboard.pm_.c:146
+#: ../../keyboard.pm_.c:148
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgiano (estilo «Latino»)"
-#: ../../keyboard.pm_.c:147
+#: ../../keyboard.pm_.c:149
msgid "Greek"
msgstr "Griego"
-#: ../../keyboard.pm_.c:148
+#: ../../keyboard.pm_.c:150
msgid "Hungarian"
msgstr "Húngaro"
-#: ../../keyboard.pm_.c:149
+#: ../../keyboard.pm_.c:151
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:150
+#: ../../keyboard.pm_.c:152
msgid "Israeli"
msgstr "Israelí"
-#: ../../keyboard.pm_.c:151
+#: ../../keyboard.pm_.c:153
msgid "Israeli (Phonetic)"
msgstr "Israelí (fonético)"
-#: ../../keyboard.pm_.c:152
+#: ../../keyboard.pm_.c:154
msgid "Iranian"
msgstr "Iraní"
-#: ../../keyboard.pm_.c:153
+#: ../../keyboard.pm_.c:155
msgid "Icelandic"
msgstr "Teclado Islandés"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:156
msgid "Italian"
msgstr "Italiano"
-#: ../../keyboard.pm_.c:155
+#: ../../keyboard.pm_.c:157
msgid "Japanese 106 keys"
msgstr "Japonés de 106 teclas"
-#: ../../keyboard.pm_.c:156
+#: ../../keyboard.pm_.c:158
msgid "Latin American"
msgstr "Latinoamericano"
-#: ../../keyboard.pm_.c:158
+#: ../../keyboard.pm_.c:160
msgid "Dutch"
msgstr "Holandés"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:161
msgid "Lithuanian AZERTY (old)"
msgstr "Teclado de Lituania («AZERTY» antiguo)"
-#: ../../keyboard.pm_.c:161
+#: ../../keyboard.pm_.c:163
msgid "Lithuanian AZERTY (new)"
msgstr "Teclado de Lituania («AZERTY» nuevo)"
-#: ../../keyboard.pm_.c:162
+#: ../../keyboard.pm_.c:164
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Teclado de Lituania (QWERTY «numérico»)"
-#: ../../keyboard.pm_.c:163
+#: ../../keyboard.pm_.c:165
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Teclado de Lituania (QWERTY «fonético»)"
-#: ../../keyboard.pm_.c:165
+#: ../../keyboard.pm_.c:167
msgid "Polish (qwerty layout)"
msgstr "Polaco (QWERTY)"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:168
msgid "Polish (qwertz layout)"
msgstr "Polaco (QWERTZ)"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:169
msgid "Portuguese"
msgstr "Portugués"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:170
msgid "Canadian (Quebec)"
msgstr "Canadiense (Quebec)"
-#: ../../keyboard.pm_.c:170
+#: ../../keyboard.pm_.c:172
msgid "Russian (Yawerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:171
+#: ../../keyboard.pm_.c:173
msgid "Swedish"
msgstr "Sueco"
-#: ../../keyboard.pm_.c:172
+#: ../../keyboard.pm_.c:174
msgid "Slovenian"
msgstr "Esloveno"
-#: ../../keyboard.pm_.c:173
-msgid "Slovakian"
-msgstr "Eslovaco"
+#: ../../keyboard.pm_.c:175
+msgid "Slovakian (QWERTZ)"
+msgstr "Eslovaco (QWERTZ)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:176
+msgid "Slovakian (QWERTY)"
+msgstr "Eslovaco (QWERTY)"
+
+#: ../../keyboard.pm_.c:177
+msgid "Slovakian (Programmers)"
+msgstr "Eslovaco (programadores)"
+
+#: ../../keyboard.pm_.c:178
msgid "Thai keyboard"
msgstr "Tailandés"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:179
msgid "Turkish (traditional \"F\" model)"
msgstr "Turco (modelo «F» tradicional)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:180
msgid "Turkish (modern \"Q\" model)"
msgstr "Turco (modelo «Q» moderno)"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:181
msgid "Ukrainian"
msgstr "Ucraniano"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:184
msgid "US keyboard (international)"
msgstr "Estadounidense (con acentos)"
-#: ../../keyboard.pm_.c:181
+#: ../../keyboard.pm_.c:185
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Teclado de Vietnam (QWERTY «numérico»)"
-#: ../../keyboard.pm_.c:182
+#: ../../keyboard.pm_.c:186
msgid "Yugoslavian (latin layout)"
msgstr "Yugoslavo (caracteres latinos)"
@@ -5174,9 +5203,9 @@ msgstr "Estándar"
msgid "Logitech MouseMan+"
msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:33 ../../mouse.pm_.c:51
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm_.c:33
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Ratón genérico PS2 con Rueda"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -5214,6 +5243,10 @@ msgstr "Ratón de 2 botones genérico"
msgid "Generic 3 Button Mouse"
msgstr "Ratón de 3 botones genérico"
+#: ../../mouse.pm_.c:51
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
#: ../../mouse.pm_.c:52
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
@@ -5270,23 +5303,23 @@ msgstr "Próximo ->"
msgid "Is this correct?"
msgstr "¿Está correcto?"
-#: ../../netconnect.pm_.c:93
+#: ../../netconnect.pm_.c:93 ../../netconnect_new.pm_.c:151
msgid "Internet configuration"
msgstr "Configuración de Internet"
-#: ../../netconnect.pm_.c:94
+#: ../../netconnect.pm_.c:94 ../../netconnect_new.pm_.c:152
msgid "Do you want to try to connect to the Internet now?"
msgstr "¿Desea intentar conectar con Internet ahora?"
-#: ../../netconnect.pm_.c:101
+#: ../../netconnect.pm_.c:101 ../../netconnect_new.pm_.c:159
msgid "Testing your connection..."
msgstr "Probando su conexión..."
-#: ../../netconnect.pm_.c:106
+#: ../../netconnect.pm_.c:106 ../../netconnect_new.pm_.c:164
msgid "The system is now connected to Internet."
msgstr "En este momento Ud. no está conectado a Internet."
-#: ../../netconnect.pm_.c:107
+#: ../../netconnect.pm_.c:107 ../../netconnect_new.pm_.c:165
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -5296,11 +5329,13 @@ msgstr ""
#: ../../netconnect.pm_.c:141 ../../netconnect.pm_.c:213
#: ../../netconnect.pm_.c:232 ../../netconnect.pm_.c:244
-#: ../../netconnect.pm_.c:256
+#: ../../netconnect.pm_.c:256 ../../netconnect_new.pm_.c:226
+#: ../../netconnect_new.pm_.c:300 ../../netconnect_new.pm_.c:319
+#: ../../netconnect_new.pm_.c:331 ../../netconnect_new.pm_.c:343
msgid "ISDN Configuration"
msgstr "Configuración de RDSI"
-#: ../../netconnect.pm_.c:141
+#: ../../netconnect.pm_.c:141 ../../netconnect_new.pm_.c:226
msgid ""
"Select your provider.\n"
" If it's not in the list, choose Unlisted"
@@ -5308,115 +5343,115 @@ msgstr ""
"Seleccione su proveedor.\n"
" Si no está en la lista, elija No listado"
-#: ../../netconnect.pm_.c:158
+#: ../../netconnect.pm_.c:158 ../../netconnect_new.pm_.c:245
msgid "Connection Configuration"
msgstr "Configuración de la conexión"
-#: ../../netconnect.pm_.c:159
+#: ../../netconnect.pm_.c:159 ../../netconnect_new.pm_.c:246
msgid "Please fill or check the field below"
msgstr "Por favor complete o verifique el campo debajo"
-#: ../../netconnect.pm_.c:161
+#: ../../netconnect.pm_.c:161 ../../netconnect_new.pm_.c:248
msgid "Card IRQ"
msgstr "IRQ de la tarjeta"
-#: ../../netconnect.pm_.c:162
+#: ../../netconnect.pm_.c:162 ../../netconnect_new.pm_.c:249
msgid "Card mem (DMA)"
msgstr "Mem (DMA) de la tarjeta"
-#: ../../netconnect.pm_.c:163
+#: ../../netconnect.pm_.c:163 ../../netconnect_new.pm_.c:250
msgid "Card IO"
msgstr "E/S de la tarjeta"
-#: ../../netconnect.pm_.c:164
+#: ../../netconnect.pm_.c:164 ../../netconnect_new.pm_.c:251
msgid "Card IO_0"
msgstr "E/S_0 de la tarjeta"
-#: ../../netconnect.pm_.c:165
+#: ../../netconnect.pm_.c:165 ../../netconnect_new.pm_.c:252
msgid "Card IO_1"
msgstr "E/S_1 de la tarjeta"
-#: ../../netconnect.pm_.c:166
+#: ../../netconnect.pm_.c:166 ../../netconnect_new.pm_.c:253
msgid "Your personal phone number"
msgstr "Su número de teléfono personal"
-#: ../../netconnect.pm_.c:168
+#: ../../netconnect.pm_.c:168 ../../netconnect_new.pm_.c:255
msgid "Provider name (ex provider.net)"
msgstr "Nombre del proveedor (ej proveedor.net)"
-#: ../../netconnect.pm_.c:169
+#: ../../netconnect.pm_.c:169 ../../netconnect_new.pm_.c:256
msgid "Provider phone number"
msgstr "Número de teléfono del proveedor"
-#: ../../netconnect.pm_.c:170
+#: ../../netconnect.pm_.c:170 ../../netconnect_new.pm_.c:257
msgid "Provider dns 1"
msgstr "DNS 1 del proveedor"
-#: ../../netconnect.pm_.c:171
+#: ../../netconnect.pm_.c:171 ../../netconnect_new.pm_.c:258
msgid "Provider dns 2"
msgstr "DNS 2 del proveedor"
-#: ../../netconnect.pm_.c:172
+#: ../../netconnect.pm_.c:172 ../../netconnect_new.pm_.c:259
msgid "Dialing mode"
msgstr "Modo de discado"
-#: ../../netconnect.pm_.c:174
+#: ../../netconnect.pm_.c:174 ../../netconnect_new.pm_.c:261
msgid "Account Login (user name)"
msgstr "Nombre de conexión (nombre de usuario)"
-#: ../../netconnect.pm_.c:175
+#: ../../netconnect.pm_.c:175 ../../netconnect_new.pm_.c:262
msgid "Account Password"
msgstr "Contraseña de conexión"
-#: ../../netconnect.pm_.c:176
+#: ../../netconnect.pm_.c:176 ../../netconnect_new.pm_.c:263
msgid "Confirm Password"
msgstr "Confirme contraseña"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe"
msgstr "Europa"
-#: ../../netconnect.pm_.c:208
+#: ../../netconnect.pm_.c:208 ../../netconnect_new.pm_.c:295
msgid "Europe (EDSS1)"
msgstr "Europa (EDSS1)"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world"
msgstr "Resto del mundo"
-#: ../../netconnect.pm_.c:210
+#: ../../netconnect.pm_.c:210 ../../netconnect_new.pm_.c:297
msgid "Rest of the world - no D-Channel (leased lines)"
msgstr "Resto del mundo - sin canal D (líneas alquiladas)"
-#: ../../netconnect.pm_.c:214
+#: ../../netconnect.pm_.c:214 ../../netconnect_new.pm_.c:301
msgid "Which protocol do you want to use ?"
msgstr "¿Qué protocolo desea utilizar?"
-#: ../../netconnect.pm_.c:224
+#: ../../netconnect.pm_.c:224 ../../netconnect_new.pm_.c:311
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../netconnect.pm_.c:226
+#: ../../netconnect.pm_.c:226 ../../netconnect_new.pm_.c:313
msgid "PCI"
msgstr "PCI"
-#: ../../netconnect.pm_.c:228
+#: ../../netconnect.pm_.c:228 ../../netconnect_new.pm_.c:315
msgid "I don't know"
msgstr "No sé"
-#: ../../netconnect.pm_.c:233
+#: ../../netconnect.pm_.c:233 ../../netconnect_new.pm_.c:320
msgid "What kind of card do you have?"
msgstr "¿Qué tipo de tarjeta tiene?"
-#: ../../netconnect.pm_.c:239
+#: ../../netconnect.pm_.c:239 ../../netconnect_new.pm_.c:326
msgid "Continue"
msgstr "Continuar"
-#: ../../netconnect.pm_.c:241
+#: ../../netconnect.pm_.c:241 ../../netconnect_new.pm_.c:328
msgid "Abort"
msgstr "Abortar"
-#: ../../netconnect.pm_.c:245
+#: ../../netconnect.pm_.c:245 ../../netconnect_new.pm_.c:332
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5429,15 +5464,15 @@ msgstr ""
"\n"
"Si tiene una tarjeta PCMCIA, tiene que saber la irq y la e/s de su tarjeta.\n"
-#: ../../netconnect.pm_.c:257
+#: ../../netconnect.pm_.c:257 ../../netconnect_new.pm_.c:344
msgid "Which is your ISDN card ?"
msgstr "¿Cual es su tarjeta RDSI?"
-#: ../../netconnect.pm_.c:281
+#: ../../netconnect.pm_.c:282
msgid "I have found an ISDN Card:\n"
msgstr "Encontré una tarjeta RDSI:\n"
-#: ../../netconnect.pm_.c:287
+#: ../../netconnect.pm_.c:288 ../../netconnect_new.pm_.c:367
msgid ""
"I have detected an ISDN PCI Card, but I don't know the type. Please select "
"one PCI card on the next screen."
@@ -5445,13 +5480,13 @@ msgstr ""
"He detectado una tarjeta RDSI PCI, pero no conozco el tipo. Por favor, "
"seleccione una tarjeta PCI en la pantalla siguiente."
-#: ../../netconnect.pm_.c:299
+#: ../../netconnect.pm_.c:300 ../../netconnect_new.pm_.c:379
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"No se encontró tarjeta RDSI PCI. Por favor, seleccione una de la pantalla "
"siguiente."
-#: ../../netconnect.pm_.c:331
+#: ../../netconnect.pm_.c:336 ../../netconnect_new.pm_.c:412
msgid ""
"No ethernet network adapter has been detected on your system.\n"
"I cannot set up this connection type."
@@ -5459,22 +5494,25 @@ msgstr ""
"No se ha detectado adaptador de red Ethernet en su sistema.\n"
"No puedo configurar este tipo de conexión."
-#: ../../netconnect.pm_.c:335 ../../standalone/drakgw_.c:222
+#: ../../netconnect.pm_.c:340 ../../netconnect_new.pm_.c:417
+#: ../../standalone/drakgw_.c:222
msgid "Choose the network interface"
msgstr "Elija la interfaz de red"
-#: ../../netconnect.pm_.c:336
+#: ../../netconnect.pm_.c:341 ../../netconnect_new.pm_.c:418
msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
"Por favor elija que adaptador de red desea usar para conectar a Internet"
-#: ../../netconnect.pm_.c:351 ../../netconnect.pm_.c:630
-#: ../../netconnect.pm_.c:761 ../../standalone/drakgw_.c:217
+#: ../../netconnect.pm_.c:356 ../../netconnect.pm_.c:635
+#: ../../netconnect.pm_.c:766 ../../netconnect_new.pm_.c:425
+#: ../../netconnect_new.pm_.c:777 ../../netconnect_new.pm_.c:908
+#: ../../standalone/drakgw_.c:217
msgid "Network interface"
msgstr "Interfaz de red"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid ""
"\n"
"Do you agree?"
@@ -5482,71 +5520,71 @@ msgstr ""
"\n"
"¿Está de acuerdo?"
-#: ../../netconnect.pm_.c:352
+#: ../../netconnect.pm_.c:357 ../../netconnect_new.pm_.c:426
msgid "I'm about to restart the network device:\n"
msgstr "Estoy a punto de reiniciar el dispositivo de red:\n"
-#: ../../netconnect.pm_.c:468
+#: ../../netconnect.pm_.c:473 ../../netconnect_new.pm_.c:512
msgid "ADSL configuration"
msgstr "Configuración ADSL"
-#: ../../netconnect.pm_.c:469
+#: ../../netconnect.pm_.c:474 ../../netconnect_new.pm_.c:513
msgid "Do you want to start your connection at boot?"
msgstr "¿Desea iniciar su conexión al arrancar?"
-#: ../../netconnect.pm_.c:536
+#: ../../netconnect.pm_.c:541 ../../netconnect_new.pm_.c:672
msgid "Try to find a modem?"
msgstr "¿Intento encontrar un módem?"
-#: ../../netconnect.pm_.c:546
+#: ../../netconnect.pm_.c:551 ../../netconnect_new.pm_.c:677
msgid "Please choose which serial port your modem is connected to."
msgstr "Seleccione el puerto serie al cual está conectado su módem."
-#: ../../netconnect.pm_.c:551
+#: ../../netconnect.pm_.c:556 ../../netconnect_new.pm_.c:682
msgid "Dialup options"
msgstr "Opciones de llamada por módem"
-#: ../../netconnect.pm_.c:552
+#: ../../netconnect.pm_.c:557 ../../netconnect_new.pm_.c:683
msgid "Connection name"
msgstr "Nombre de conexión"
-#: ../../netconnect.pm_.c:553
+#: ../../netconnect.pm_.c:558 ../../netconnect_new.pm_.c:684
msgid "Phone number"
msgstr "Número de teléfono"
-#: ../../netconnect.pm_.c:554
+#: ../../netconnect.pm_.c:559 ../../netconnect_new.pm_.c:685
msgid "Login ID"
msgstr "ID de conexión"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Authentication"
msgstr "Autenticación"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "PAP"
msgstr "PAP"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Script-based"
msgstr "Por script"
-#: ../../netconnect.pm_.c:556
+#: ../../netconnect.pm_.c:561 ../../netconnect_new.pm_.c:687
msgid "Terminal-based"
msgstr "Por terminal"
-#: ../../netconnect.pm_.c:557
+#: ../../netconnect.pm_.c:562 ../../netconnect_new.pm_.c:688
msgid "Domain name"
msgstr "Nombre de dominio"
-#: ../../netconnect.pm_.c:559
+#: ../../netconnect.pm_.c:564 ../../netconnect_new.pm_.c:690
msgid "First DNS Server"
msgstr "Primer servidor DNS"
-#: ../../netconnect.pm_.c:560
+#: ../../netconnect.pm_.c:565 ../../netconnect_new.pm_.c:691
msgid "Second DNS Server"
msgstr "Segundo servidor DNS"
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -5554,7 +5592,8 @@ msgstr ""
"\n"
"Se puede conectar a Internet o volver a configurar su conexión."
-#: ../../netconnect.pm_.c:589 ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:594 ../../netconnect.pm_.c:598
+#: ../../netconnect_new.pm_.c:736 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can reconfigure your connection."
@@ -5562,12 +5601,12 @@ msgstr ""
"\n"
"Puede volver a configurar su conexión."
-#: ../../netconnect.pm_.c:589
+#: ../../netconnect.pm_.c:594 ../../netconnect_new.pm_.c:736
msgid "You are not currently connected to Internet."
msgstr "En este momento Ud. no está conectado a Internet."
# ../../netconnect.pm_.c:567msgid ""
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -5575,96 +5614,99 @@ msgstr ""
"\n"
"Puede desconectarse o volver a configurar su conexión."
-#: ../../netconnect.pm_.c:593
+#: ../../netconnect.pm_.c:598 ../../netconnect_new.pm_.c:740
msgid "You are currently connected to internet."
msgstr "En este momento Ud. está conectado a Internet."
-#: ../../netconnect.pm_.c:597
+#: ../../netconnect.pm_.c:602 ../../netconnect_new.pm_.c:744
msgid "Connect to Internet"
msgstr "Conectar a Internet"
-#: ../../netconnect.pm_.c:599
+#: ../../netconnect.pm_.c:604 ../../netconnect_new.pm_.c:746
msgid "Disconnect from Internet"
msgstr "Desconectar de Internet"
-#: ../../netconnect.pm_.c:601
+#: ../../netconnect.pm_.c:606 ../../netconnect_new.pm_.c:748
msgid "Configure network connection (LAN or Internet)"
msgstr "Configurar la conexión a la red (local o Internet)"
-#: ../../netconnect.pm_.c:604
+#: ../../netconnect.pm_.c:609 ../../netconnect_new.pm_.c:751
msgid "Internet connection & configuration"
msgstr "Configuración de, y conexión a, Internet"
-#: ../../netconnect.pm_.c:631 ../../netconnect.pm_.c:762
+#: ../../netconnect.pm_.c:636 ../../netconnect.pm_.c:767
+#: ../../netconnect_new.pm_.c:778 ../../netconnect_new.pm_.c:909
msgid ""
"I'm about to restart the network device $netc->{NET_DEVICE}. Do you agree?"
msgstr ""
"Estoy a punto de reiniciar el dispositivo de red $netc->(NET_DEVICE). ¿Está "
"de acuerdo?"
-#: ../../netconnect.pm_.c:648
+#: ../../netconnect.pm_.c:653 ../../netconnect_new.pm_.c:795
msgid "Configure a normal modem connection"
msgstr "Configurar una conexión por modem normal"
-#: ../../netconnect.pm_.c:668
+#: ../../netconnect.pm_.c:673 ../../netconnect_new.pm_.c:815
msgid "Configure an ISDN connection"
msgstr "Configurar una conexión por RDSI"
-#: ../../netconnect.pm_.c:673
+#: ../../netconnect.pm_.c:678 ../../netconnect_new.pm_.c:820
msgid "Internal ISDN card"
msgstr "Tarjeta RDSI interna"
-#: ../../netconnect.pm_.c:675
+#: ../../netconnect.pm_.c:680 ../../netconnect_new.pm_.c:822
msgid "External ISDN modem"
msgstr "Módem RDSI externo"
-#: ../../netconnect.pm_.c:678 ../../netconnect.pm_.c:712
-#: ../../netconnect.pm_.c:724 ../../netconnect.pm_.c:748
-#: ../../netconnect.pm_.c:793
+#: ../../netconnect.pm_.c:683 ../../netconnect.pm_.c:717
+#: ../../netconnect.pm_.c:729 ../../netconnect.pm_.c:753
+#: ../../netconnect.pm_.c:798 ../../netconnect_new.pm_.c:825
+#: ../../netconnect_new.pm_.c:859 ../../netconnect_new.pm_.c:871
+#: ../../netconnect_new.pm_.c:895 ../../netconnect_new.pm_.c:940
msgid "Connect to the Internet"
msgstr "Conectar a Internet"
-#: ../../netconnect.pm_.c:679
+#: ../../netconnect.pm_.c:684 ../../netconnect_new.pm_.c:826
msgid "What kind is your ISDN connection?"
msgstr "¿De qué tipo es su conexión RDSI?"
-#: ../../netconnect.pm_.c:698
+#: ../../netconnect.pm_.c:703 ../../netconnect_new.pm_.c:845
msgid "Configure a DSL (or ADSL) connection"
msgstr "Configurar una conexión por DSL (o ADSL)"
-#: ../../netconnect.pm_.c:707
+#: ../../netconnect.pm_.c:712 ../../netconnect_new.pm_.c:854
msgid "France"
msgstr "Francia"
-#: ../../netconnect.pm_.c:709
+#: ../../netconnect.pm_.c:714 ../../netconnect_new.pm_.c:856
msgid "Other countries"
msgstr "Otros paises"
-#: ../../netconnect.pm_.c:713
+#: ../../netconnect.pm_.c:718 ../../netconnect_new.pm_.c:860
msgid "In which country are you located ?"
msgstr "¿En qué país se encuentra Ud.?"
-#: ../../netconnect.pm_.c:719
+#: ../../netconnect.pm_.c:724 ../../netconnect_new.pm_.c:866
msgid "Alcatel modem"
msgstr "Módem Alcatel"
-#: ../../netconnect.pm_.c:721
+#: ../../netconnect.pm_.c:726 ../../netconnect_new.pm_.c:868
msgid "ECI modem"
msgstr "Módem ECI"
-#: ../../netconnect.pm_.c:725
+#: ../../netconnect.pm_.c:730 ../../netconnect_new.pm_.c:872
msgid "If your adsl modem is an Alcatel one, choose Alcatel. Otherwise, ECI."
msgstr "Si su módem ADSL es Alcatel, elija Alcatel. Caso contrario, ECI."
-#: ../../netconnect.pm_.c:743
+#: ../../netconnect.pm_.c:748 ../../netconnect_new.pm_.c:890
msgid "use pppoe"
msgstr "usar pppoe"
-#: ../../netconnect.pm_.c:745
+#: ../../netconnect.pm_.c:750 ../../netconnect_new.pm_.c:892
msgid "don't use pppoe"
msgstr "no usar pppoe"
-#: ../../netconnect.pm_.c:749
+#: ../../netconnect.pm_.c:754 ../../netconnect_new.pm_.c:896
msgid ""
"The most common way to connect with adsl is dhcp + pppoe.\n"
"However, some connections only use dhcp.\n"
@@ -5674,11 +5716,11 @@ msgstr ""
"Sin embargo, existe alguna conexión que sólo usa dhcp.\n"
"Si Ud. no sabe, elija «Usar pppoe»"
-#: ../../netconnect.pm_.c:772
+#: ../../netconnect.pm_.c:777 ../../netconnect_new.pm_.c:919
msgid "Configure a cable connection"
msgstr "Configurar una conexión por cable"
-#: ../../netconnect.pm_.c:794
+#: ../../netconnect.pm_.c:799 ../../netconnect_new.pm_.c:941
msgid ""
"Which dhcp client do you want to use?\n"
"Default is dhcpd"
@@ -5686,31 +5728,31 @@ msgstr ""
"¿Qué cliente dhcp desea utilizar?\n"
"dhcpd es el predeterminado"
-#: ../../netconnect.pm_.c:807
+#: ../../netconnect.pm_.c:812 ../../netconnect_new.pm_.c:954
msgid "Disable Internet Connection"
msgstr "Deshabilitar la conexión a Internet"
-#: ../../netconnect.pm_.c:818
+#: ../../netconnect.pm_.c:823 ../../netconnect_new.pm_.c:965
msgid "Configure local network"
msgstr "Configurar la red local"
-#: ../../netconnect.pm_.c:822
+#: ../../netconnect.pm_.c:827 ../../netconnect_new.pm_.c:969
msgid "Network configuration"
msgstr "Configuración de la red"
-#: ../../netconnect.pm_.c:823
+#: ../../netconnect.pm_.c:828 ../../netconnect_new.pm_.c:970
msgid "Do you want to restart the network"
msgstr "¿Desea reiniciar la red?"
-#: ../../netconnect.pm_.c:831
+#: ../../netconnect.pm_.c:836 ../../netconnect_new.pm_.c:978
msgid "Disable networking"
msgstr "Deshabilitar la red"
-#: ../../netconnect.pm_.c:841
+#: ../../netconnect.pm_.c:846 ../../netconnect_new.pm_.c:988
msgid "Configure the Internet connection / Configure local Network"
msgstr "Configurar la conexión a Internet / a la red local"
-#: ../../netconnect.pm_.c:842
+#: ../../netconnect.pm_.c:847 ../../netconnect_new.pm_.c:989
msgid ""
"Local networking has already been configured.\n"
"Do you want to:"
@@ -5718,15 +5760,15 @@ msgstr ""
"La red local ya ha sido configurada.\n"
"Desea:"
-#: ../../netconnect.pm_.c:843
+#: ../../netconnect.pm_.c:848 ../../netconnect_new.pm_.c:990
msgid "How do you want to connect to the Internet?"
msgstr "¿Cómo desea conectarse a Internet?"
-#: ../../netconnect.pm_.c:865
+#: ../../netconnect.pm_.c:870 ../../netconnect_new.pm_.c:1012
msgid "Network Configuration"
msgstr "Configuración de la Red"
-#: ../../netconnect.pm_.c:866
+#: ../../netconnect.pm_.c:871 ../../netconnect_new.pm_.c:1013
msgid ""
"Now that your Internet connection is configured,\n"
"your computer can be configured to share its Internet connection.\n"
@@ -5807,6 +5849,7 @@ msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
#: ../../network.pm_.c:321 ../../printerdrake.pm_.c:98
+#: ../../printerdrake.pm_.c:420
msgid "IP address should be in format 1.2.3.4"
msgstr "Las direcciones IP deben estar en el formato 1.2.3.4"
@@ -5936,7 +5979,7 @@ msgstr "Impresora local"
msgid "Remote printer"
msgstr "Impresora remota"
-#: ../../printer.pm_.c:21
+#: ../../printer.pm_.c:21 ../../printerdrake.pm_.c:410
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
@@ -6090,7 +6133,7 @@ msgstr ""
msgid "Printer Hostname"
msgstr "Nombre de host de la impresora"
-#: ../../printerdrake.pm_.c:142
+#: ../../printerdrake.pm_.c:142 ../../printerdrake.pm_.c:417
msgid "Port"
msgstr "Puerto"
@@ -6230,12 +6273,12 @@ msgstr "Iniciando CUPS"
msgid "Reading CUPS drivers database..."
msgstr "Leyendo la base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:411 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:379 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:457 ../../printerdrake.pm_.c:464
msgid "Select Printer Connection"
msgstr "Seleccione la conexión de la impresora"
-#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:412
+#: ../../printerdrake.pm_.c:380 ../../printerdrake.pm_.c:458
msgid "How is the printer connected?"
msgstr "¿Como esta conectada la impresora?"
@@ -6253,11 +6296,33 @@ msgstr ""
"impresora alguna aquí; las mismas se detectarán automáticamente.\n"
"En caso de duda, seleccione\"Servidor CUPS remoto\"."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:418
+#: ../../printerdrake.pm_.c:411
+#, fuzzy
+msgid ""
+"With a remote CUPS server, you do not have to configure\n"
+"any printer here; printers will be automatically detected\n"
+"unless you have a server on a different network; in the\n"
+"latter case, you have to give the CUPS server IP address\n"
+"and optionally the port number."
+msgstr ""
+"Con un servidor CUPS remoto, Ud. no tiene que configurar\n"
+"impresora alguna aquí; las mismas se detectarán automáticamente.\n"
+"En caso de duda, seleccione\"Servidor CUPS remoto\"."
+
+#: ../../printerdrake.pm_.c:416
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP del servidor SMB"
+
+#: ../../printerdrake.pm_.c:424
+msgid "Port number should be numeric"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:445 ../../printerdrake.pm_.c:464
msgid "Remove queue"
msgstr "Quitar la cola de impresión"
-#: ../../printerdrake.pm_.c:400
+#: ../../printerdrake.pm_.c:446
msgid ""
"Every printer need a name (for example lp).\n"
"Other parameters such as the description of the printer or its location\n"
@@ -6270,19 +6335,19 @@ msgstr ""
"o su ubicación. ¿Qué nombre debe utilizarse para esta impresora y\n"
"como está conectada la misma?"
-#: ../../printerdrake.pm_.c:404
+#: ../../printerdrake.pm_.c:450
msgid "Name of printer"
msgstr "Nombre de la impresora"
-#: ../../printerdrake.pm_.c:405
+#: ../../printerdrake.pm_.c:451
msgid "Description"
msgstr "Descripción"
-#: ../../printerdrake.pm_.c:406
+#: ../../printerdrake.pm_.c:452
msgid "Location"
msgstr "Ubicación"
-#: ../../printerdrake.pm_.c:419
+#: ../../printerdrake.pm_.c:465
msgid ""
"Every print queue (which print jobs are directed to) needs a\n"
"name (often lp) and a spool directory associated with it. What\n"
@@ -6294,15 +6359,15 @@ msgstr ""
"de paso (spool) asociado con él. ¿Qué nombre y directorio deben\n"
"utilizarse para esta cola, y como está conectada?"
-#: ../../printerdrake.pm_.c:422
+#: ../../printerdrake.pm_.c:468
msgid "Name of queue"
msgstr "Nombre de la cola"
-#: ../../printerdrake.pm_.c:423
+#: ../../printerdrake.pm_.c:469
msgid "Spool directory"
msgstr "Directorio de paso (spool)"
-#: ../../printerdrake.pm_.c:424
+#: ../../printerdrake.pm_.c:470
msgid "Printer Connection"
msgstr "Conexión de la impresora"
@@ -7161,7 +7226,7 @@ msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
# ../../share/compssUsers
msgid "Utilities"
-msgstr ""
+msgstr "Utilitarios"
msgid "Multimedia - Sound"
msgstr "Multimedios- Sonido"
@@ -7263,6 +7328,12 @@ msgstr ""
"Conjunto de herramientas para correo, noticias, web, transferencia de "
"archivos, y chat"
+#~ msgid "Czech"
+#~ msgstr "Checo"
+
+#~ msgid "Slovakian"
+#~ msgstr "Eslovaco"
+
#~ msgid "Could not install ipchains RPM with urpmi."
#~ msgstr "No se pudo instalar el RPM ipchains con urpmi."
@@ -8052,9 +8123,6 @@ msgstr ""
#~ msgid "Apple USB Mouse (3+ Buttons)"
#~ msgstr "Ratón USB de Apple (3 botones o más)"
-#~ msgid "Generic Mouse"
-#~ msgstr "Ratón genérico"
-
#~ msgid "ASCII MieMouse"
#~ msgstr "ASCII MieMouse"
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index 565e579b3..a52d52a2e 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2000-10-16 13:34+0200\n"
+"POT-Creation-Date: 2000-11-11 21:39+0100\n"
"PO-Revision-Date: 1999-10-28 19:54+0200\n"
"Last-Translator: Riho Kurg <rx@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -86,23 +86,23 @@ msgstr "XFree %s EKSPERIMENTAALSE 3D kiirendi toega"
msgid "XFree configuration"
msgstr "XFree sätted"
-#: ../../Xconfigurator.pm_.c:301
+#: ../../Xconfigurator.pm_.c:303
msgid "Select the memory size of your graphic card"
msgstr "Valige graafikamälu suurus"
-#: ../../Xconfigurator.pm_.c:345
+#: ../../Xconfigurator.pm_.c:347
msgid "Choose options for server"
msgstr "Valige X server"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Choose a monitor"
msgstr "Valige monitor"
-#: ../../Xconfigurator.pm_.c:356
+#: ../../Xconfigurator.pm_.c:358
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfigurator.pm_.c:359
+#: ../../Xconfigurator.pm_.c:361
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -122,39 +122,39 @@ msgstr ""
"suurem kui Teie monitor võimaldab. Vastasel juhul võib Teie monitor hävida.\n"
"Kui kahtlete, valige pigem väiksem väärtus."
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Horizontal refresh rate"
msgstr "Realaotussagedus"
-#: ../../Xconfigurator.pm_.c:366
+#: ../../Xconfigurator.pm_.c:368
msgid "Vertical refresh rate"
msgstr "Ekraaniuuendussagedus"
-#: ../../Xconfigurator.pm_.c:405
+#: ../../Xconfigurator.pm_.c:407
msgid "Monitor not configured"
msgstr "Monitor ei ole seatud"
-#: ../../Xconfigurator.pm_.c:408
+#: ../../Xconfigurator.pm_.c:410
msgid "Graphic card not configured yet"
msgstr "Graafikakaart ei ole veel seatud"
-#: ../../Xconfigurator.pm_.c:411
+#: ../../Xconfigurator.pm_.c:413
msgid "Resolutions not chosen yet"
msgstr "Kuvatihedus ei ole veel seatud"
-#: ../../Xconfigurator.pm_.c:427
+#: ../../Xconfigurator.pm_.c:429
msgid "Do you want to test the configuration?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../Xconfigurator.pm_.c:431
+#: ../../Xconfigurator.pm_.c:433
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Hoiatus: testimine võib Teie arvuti peatada"
-#: ../../Xconfigurator.pm_.c:434
+#: ../../Xconfigurator.pm_.c:436
msgid "Test of the configuration"
msgstr "Proovime seadistusi"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid ""
"\n"
"try to change some parameters"
@@ -162,146 +162,146 @@ msgstr ""
"\n"
"proovige mõnd parameetrit muuta"
-#: ../../Xconfigurator.pm_.c:473
+#: ../../Xconfigurator.pm_.c:475
msgid "An error has occurred:"
msgstr "Tekkis mingi viga:"
-#: ../../Xconfigurator.pm_.c:495
+#: ../../Xconfigurator.pm_.c:497
#, c-format
msgid "Leaving in %d seconds"
msgstr "Jätkub %d sekundi pärast"
-#: ../../Xconfigurator.pm_.c:505
+#: ../../Xconfigurator.pm_.c:507
msgid "Is this the correct setting?"
msgstr "Kas see on õige?"
-#: ../../Xconfigurator.pm_.c:513
+#: ../../Xconfigurator.pm_.c:515
msgid "An error has occurred, try to change some parameters"
msgstr "Tekkis mingi viga, proovige mõnd parameetrit muuta"
-#: ../../Xconfigurator.pm_.c:550 ../../printerdrake.pm_.c:276
+#: ../../Xconfigurator.pm_.c:552 ../../printerdrake.pm_.c:276
msgid "Resolution"
msgstr "Kuvatihedus"
-#: ../../Xconfigurator.pm_.c:585
+#: ../../Xconfigurator.pm_.c:587
msgid "Choose the resolution and the color depth"
msgstr "Valige kuvatihedus ja värvisügavus"
-#: ../../Xconfigurator.pm_.c:587
+#: ../../Xconfigurator.pm_.c:589
#, c-format
msgid "Graphic card: %s"
msgstr "Graafikakaart: %s"
-#: ../../Xconfigurator.pm_.c:588
+#: ../../Xconfigurator.pm_.c:590
#, c-format
msgid "XFree86 server: %s"
msgstr "XFree86 server: %s"
-#: ../../Xconfigurator.pm_.c:597
+#: ../../Xconfigurator.pm_.c:599
msgid "Show all"
msgstr "Näita kõike"
-#: ../../Xconfigurator.pm_.c:621
+#: ../../Xconfigurator.pm_.c:623
msgid "Resolutions"
msgstr "Kuvatihedused"
-#: ../../Xconfigurator.pm_.c:1019
+#: ../../Xconfigurator.pm_.c:1021
#, c-format
msgid "Keyboard layout: %s\n"
msgstr "Klaviatuuriasetus: %s\n"
-#: ../../Xconfigurator.pm_.c:1020
+#: ../../Xconfigurator.pm_.c:1022
#, c-format
msgid "Mouse type: %s\n"
msgstr "Hiire tüüp: %s\n"
-#: ../../Xconfigurator.pm_.c:1021
+#: ../../Xconfigurator.pm_.c:1023
#, c-format
msgid "Mouse device: %s\n"
msgstr "Hiire port: %s\n"
-#: ../../Xconfigurator.pm_.c:1022
+#: ../../Xconfigurator.pm_.c:1024
#, c-format
msgid "Monitor: %s\n"
msgstr "Monitor: %s\n"
-#: ../../Xconfigurator.pm_.c:1023
+#: ../../Xconfigurator.pm_.c:1025
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr "Realaotussagedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1024
+#: ../../Xconfigurator.pm_.c:1026
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr "Ekraanisagedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1025
+#: ../../Xconfigurator.pm_.c:1027
#, c-format
msgid "Graphic card: %s\n"
msgstr "Graafikakaart: %s\n"
-#: ../../Xconfigurator.pm_.c:1026
+#: ../../Xconfigurator.pm_.c:1028
#, c-format
msgid "Graphic memory: %s kB\n"
msgstr "Videomälu: %s kB\n"
-#: ../../Xconfigurator.pm_.c:1028
+#: ../../Xconfigurator.pm_.c:1030
#, c-format
msgid "Color depth: %s\n"
msgstr "Värvisügavus: %s\n"
-#: ../../Xconfigurator.pm_.c:1029
+#: ../../Xconfigurator.pm_.c:1031
#, c-format
msgid "Resolution: %s\n"
msgstr "Kuvatihedus: %s\n"
-#: ../../Xconfigurator.pm_.c:1031
+#: ../../Xconfigurator.pm_.c:1033
#, c-format
msgid "XFree86 server: %s\n"
msgstr "XFree86 server: %s\n"
-#: ../../Xconfigurator.pm_.c:1032
+#: ../../Xconfigurator.pm_.c:1034
#, c-format
msgid "XFree86 driver: %s\n"
msgstr "XFree86 juhtprogramm: %s\n"
-#: ../../Xconfigurator.pm_.c:1051
+#: ../../Xconfigurator.pm_.c:1053
msgid "Preparing X-Window configuration"
msgstr "Valmistume X-i seadistamiseks"
-#: ../../Xconfigurator.pm_.c:1065
+#: ../../Xconfigurator.pm_.c:1067
msgid "Change Monitor"
msgstr "Muuda monitori"
-#: ../../Xconfigurator.pm_.c:1066
+#: ../../Xconfigurator.pm_.c:1068
msgid "Change Graphic card"
msgstr "Muuda graafikakaardi"
-#: ../../Xconfigurator.pm_.c:1067
+#: ../../Xconfigurator.pm_.c:1069
msgid "Change Server options"
msgstr "Muuda serveri parameetreid"
-#: ../../Xconfigurator.pm_.c:1068
+#: ../../Xconfigurator.pm_.c:1070
msgid "Change Resolution"
msgstr "Muuda kuvatihedust"
-#: ../../Xconfigurator.pm_.c:1069
+#: ../../Xconfigurator.pm_.c:1071
msgid "Show information"
msgstr "Näita lisainfot"
-#: ../../Xconfigurator.pm_.c:1070
+#: ../../Xconfigurator.pm_.c:1072
msgid "Test again"
msgstr "Proovi veel"
-#: ../../Xconfigurator.pm_.c:1071 ../../standalone/rpmdrake_.c:46
+#: ../../Xconfigurator.pm_.c:1073 ../../standalone/rpmdrake_.c:46
msgid "Quit"
msgstr "Välju"
-#: ../../Xconfigurator.pm_.c:1075 ../../standalone/drakboot_.c:40
+#: ../../Xconfigurator.pm_.c:1077 ../../standalone/drakboot_.c:40
msgid "What do you want to do?"
msgstr "Mida Te soovite teha?"
-#: ../../Xconfigurator.pm_.c:1082
+#: ../../Xconfigurator.pm_.c:1084
#, c-format
msgid ""
"Keep the changes?\n"
@@ -315,20 +315,20 @@ msgstr ""
"%s"
# c-format
-#: ../../Xconfigurator.pm_.c:1103
+#: ../../Xconfigurator.pm_.c:1105
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Muudatuste aktiveerimiseks käivitage %s uuesti"
-#: ../../Xconfigurator.pm_.c:1123
+#: ../../Xconfigurator.pm_.c:1125
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Palun väljuge ja vajutage siis Ctrl-Alt-BackSpace"
-#: ../../Xconfigurator.pm_.c:1126
+#: ../../Xconfigurator.pm_.c:1128
msgid "X at startup"
msgstr "X stardib nüüd"
-#: ../../Xconfigurator.pm_.c:1127
+#: ../../Xconfigurator.pm_.c:1129
msgid ""
"I can set up your computer to automatically start X upon booting.\n"
"Would you like X to start when you reboot?"
@@ -336,11 +336,11 @@ msgstr ""
"Teie arvutis on võimalik käivitada X juba alglaadimisel.\n"
"Kas soovite nii teha?"
-#: ../../Xconfigurator.pm_.c:1151
+#: ../../Xconfigurator.pm_.c:1153
msgid "Autologin"
msgstr "Vaikimisi sisenemine"
-#: ../../Xconfigurator.pm_.c:1152
+#: ../../Xconfigurator.pm_.c:1154
msgid ""
"I can set up your computer to automatically log on one user.\n"
"If you don't want to use this feature, click on the cancel button."
@@ -348,11 +348,11 @@ msgstr ""
"Teie arvutit saab seada vaikimisi kasutaja sisenemisele.\n"
"Kui Te seda ei soovi, valige <Katkesta>"
-#: ../../Xconfigurator.pm_.c:1154
+#: ../../Xconfigurator.pm_.c:1156
msgid "Choose the default user:"
msgstr "Valige uus vaikimisi kasutaja :"
-#: ../../Xconfigurator.pm_.c:1155
+#: ../../Xconfigurator.pm_.c:1157
msgid "Choose the window manager to run:"
msgstr "Valige palun käivitatav aknahaldur:"
@@ -452,105 +452,114 @@ msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 70 Hz"
msgid "Monitor that can do 1600x1200 at 76 Hz"
msgstr "Kuvatihedus saab olla 1600x1200 sagedusel 76 Hz"
-#: ../../any.pm_.c:91 ../../any.pm_.c:121
+#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any_new.pm_.c:91
+#: ../../any_new.pm_.c:121
msgid "First sector of boot partition"
msgstr "Partitsiooni algusesse"
#: ../../any.pm_.c:91 ../../any.pm_.c:121 ../../any.pm_.c:150
+#: ../../any_new.pm_.c:91 ../../any_new.pm_.c:121 ../../any_new.pm_.c:150
msgid "First sector of drive (MBR)"
msgstr "Ketta algusesse (MBR)"
-#: ../../any.pm_.c:95
+#: ../../any.pm_.c:95 ../../any_new.pm_.c:95
msgid "SILO Installation"
msgstr "SILO paigaldamine"
-#: ../../any.pm_.c:96 ../../any.pm_.c:102
+#: ../../any.pm_.c:96 ../../any.pm_.c:102 ../../any_new.pm_.c:96
+#: ../../any_new.pm_.c:102
msgid "Where do you want to install the bootloader?"
msgstr "Kuhu soovite alglaaduri paigaldada"
-#: ../../any.pm_.c:101
+#: ../../any.pm_.c:101 ../../any_new.pm_.c:101
msgid "LILO/grub Installation"
msgstr "LILO/grub paigaldamine"
-#: ../../any.pm_.c:111 ../../install_steps_interactive.pm_.c:732
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
+#: ../../install_steps_interactive.pm_.c:736
msgid "None"
msgstr "Ei soovi"
-#: ../../any.pm_.c:111
+#: ../../any.pm_.c:111 ../../any_new.pm_.c:111
msgid "Which bootloader(s) do you want to use?"
msgstr "Millist alglaadurit soovite kasutada?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:125 ../../any_new.pm_.c:125
msgid "Bootloader installation"
msgstr "Alglaaduri peasätted"
-#: ../../any.pm_.c:127
+#: ../../any.pm_.c:127 ../../any_new.pm_.c:127
msgid "Boot device"
msgstr "Alglaadimisseade"
-#: ../../any.pm_.c:128
+#: ../../any.pm_.c:128 ../../any_new.pm_.c:128
msgid "LBA (doesn't work on old BIOSes)"
msgstr "LBA (ei tööta vanema BIOSi korral)"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "Compact"
msgstr "Kompaktne"
-#: ../../any.pm_.c:129
+#: ../../any.pm_.c:129 ../../any_new.pm_.c:129
msgid "compact"
msgstr "kompaktne"
-#: ../../any.pm_.c:130 ../../any.pm_.c:199
+#: ../../any.pm_.c:130 ../../any.pm_.c:199 ../../any_new.pm_.c:130
+#: ../../any_new.pm_.c:199
msgid "Video mode"
msgstr "Graafikamood"
-#: ../../any.pm_.c:132
+#: ../../any.pm_.c:132 ../../any_new.pm_.c:132
msgid "Delay before booting default image"
msgstr "Ooteaeg alglaadimisel"
-#: ../../any.pm_.c:134 ../../install_steps_interactive.pm_.c:760
-#: ../../install_steps_interactive.pm_.c:811 ../../netconnect.pm_.c:555
-#: ../../printerdrake.pm_.c:94 ../../printerdrake.pm_.c:128
-#: ../../standalone/adduserdrake_.c:42
+#: ../../any.pm_.c:134 ../../any_new.pm_.c:134
+#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:815 ../../netconnect.pm_.c:560
+#: ../../netconnect_new.pm_.c:686 ../../printerdrake.pm_.c:94
+#: ../../printerdrake.pm_.c:128 ../../standalone/adduserdrake_.c:42
msgid "Password"
msgstr "Salasõna"
-#: ../../any.pm_.c:135 ../../install_steps_interactive.pm_.c:761
-#: ../../install_steps_interactive.pm_.c:812
+#: ../../any.pm_.c:135 ../../any_new.pm_.c:135
+#: ../../install_steps_interactive.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:816
#: ../../standalone/adduserdrake_.c:43
msgid "Password (again)"
msgstr "Salasõna (uuesti)"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "Restrict command line options"
msgstr "Piira käsurea suvandeid"
-#: ../../any.pm_.c:136
+#: ../../any.pm_.c:136 ../../any_new.pm_.c:136
msgid "restrict"
msgstr "piiratud"
-#: ../../any.pm_.c:142
+#: ../../any.pm_.c:142 ../../any_new.pm_.c:142
msgid "Bootloader main options"
msgstr "Alglaaduri peasätted"
-#: ../../any.pm_.c:145
+#: ../../any.pm_.c:145 ../../any_new.pm_.c:145
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Säte ``Piira käsurea suvandeid'' on ilma salasõnata mittekasutatav"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "Please try again"
msgstr "Palun proovige veel"
-#: ../../any.pm_.c:146 ../../install_steps_interactive.pm_.c:770
-#: ../../install_steps_interactive.pm_.c:825
+#: ../../any.pm_.c:146 ../../any_new.pm_.c:146
+#: ../../install_steps_interactive.pm_.c:774
+#: ../../install_steps_interactive.pm_.c:829
#: ../../standalone/adduserdrake_.c:56
msgid "The passwords do not match"
msgstr "Salasõnad ei klapi"
-#: ../../any.pm_.c:157
+#: ../../any.pm_.c:157 ../../any_new.pm_.c:157
msgid ""
"Here are the different entries.\n"
"You can add some more or change the existing ones."
@@ -558,139 +567,143 @@ msgstr ""
"Praegu on kasutusel sellised kirjed.\n"
"Te võite neid lisada ning olemasolevaid muuta."
-#: ../../any.pm_.c:165 ../../printerdrake.pm_.c:352
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../printerdrake.pm_.c:352
#: ../../standalone/rpmdrake_.c:302
msgid "Add"
msgstr "Lisa"
-#: ../../any.pm_.c:165 ../../diskdrake.pm_.c:46
-#: ../../install_steps_interactive.pm_.c:805 ../../netconnect.pm_.c:837
-#: ../../printerdrake.pm_.c:352 ../../standalone/adduserdrake_.c:36
+#: ../../any.pm_.c:165 ../../any_new.pm_.c:165 ../../diskdrake.pm_.c:46
+#: ../../install_steps_interactive.pm_.c:809 ../../netconnect.pm_.c:842
+#: ../../netconnect_new.pm_.c:984 ../../printerdrake.pm_.c:352
+#: ../../standalone/adduserdrake_.c:36
msgid "Done"
msgstr "Tehtud"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:174 ../../any_new.pm_.c:174
msgid "Which type of entry do you want to add?"
msgstr "Millisele sektorile soovite seda tõsta?"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (SunOS...)"
msgstr "Muu OS (SunOS...)"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:175 ../../any_new.pm_.c:175
msgid "Other OS (windows...)"
msgstr "Muu OS (windows...)"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:196 ../../any_new.pm_.c:196
msgid "Image"
msgstr "Laadefail"
-#: ../../any.pm_.c:197 ../../any.pm_.c:206
+#: ../../any.pm_.c:197 ../../any.pm_.c:206 ../../any_new.pm_.c:197
+#: ../../any_new.pm_.c:206
msgid "Root"
msgstr "Juur"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:198 ../../any_new.pm_.c:198
msgid "Append"
msgstr "Lisada"
-#: ../../any.pm_.c:200
+#: ../../any.pm_.c:200 ../../any_new.pm_.c:200
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:201
+#: ../../any.pm_.c:201 ../../any_new.pm_.c:201
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:208
+#: ../../any.pm_.c:208 ../../any_new.pm_.c:208
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:209
+#: ../../any.pm_.c:209 ../../any_new.pm_.c:209
msgid "Unsafe"
msgstr "Ebaturvaline"
-#: ../../any.pm_.c:215
+#: ../../any.pm_.c:215 ../../any_new.pm_.c:215
msgid "Label"
msgstr "Tähis"
-#: ../../any.pm_.c:217
+#: ../../any.pm_.c:217 ../../any_new.pm_.c:217
msgid "Default"
msgstr "Vaikimisi"
-#: ../../any.pm_.c:220 ../../install_gtk.pm_.c:82
-#: ../../install_steps_interactive.pm_.c:758 ../../interactive.pm_.c:76
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220 ../../install_gtk.pm_.c:82
+#: ../../install_steps_interactive.pm_.c:762 ../../interactive.pm_.c:76
#: ../../interactive.pm_.c:86 ../../interactive.pm_.c:250
#: ../../interactive_newt.pm_.c:51 ../../interactive_newt.pm_.c:99
#: ../../interactive_stdio.pm_.c:27 ../../my_gtk.pm_.c:243
-#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:398
-#: ../../printerdrake.pm_.c:418
+#: ../../my_gtk.pm_.c:486 ../../my_gtk.pm_.c:661 ../../printerdrake.pm_.c:444
+#: ../../printerdrake.pm_.c:464
msgid "Ok"
msgstr "OK"
-#: ../../any.pm_.c:220
+#: ../../any.pm_.c:220 ../../any_new.pm_.c:220
msgid "Remove entry"
msgstr "Eemalda kirje"
-#: ../../any.pm_.c:223
+#: ../../any.pm_.c:223 ../../any_new.pm_.c:223
msgid "Empty label not allowed"
msgstr "Tühi kirjetähis ei ole lubatud"
-#: ../../any.pm_.c:224
+#: ../../any.pm_.c:224 ../../any_new.pm_.c:224
msgid "This label is already used"
msgstr "Selline tähis on juba kasutusel"
-#: ../../any.pm_.c:500
+#: ../../any.pm_.c:500 ../../any_new.pm_.c:492
#, c-format
msgid "Found %s %s interfaces"
msgstr "Leiti %s %s liidest"
-#: ../../any.pm_.c:501
+#: ../../any.pm_.c:501 ../../any_new.pm_.c:493
msgid "Do you have another one?"
msgstr "On Teil veel kaarte?"
-#: ../../any.pm_.c:502
+#: ../../any.pm_.c:502 ../../any_new.pm_.c:494
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Kas Teil on ikka mõni %s liides?"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:465
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:90 ../../netconnect.pm_.c:470
+#: ../../netconnect_new.pm_.c:148 ../../netconnect_new.pm_.c:509
#: ../../printerdrake.pm_.c:233
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:504 ../../interactive.pm_.c:81 ../../my_gtk.pm_.c:485
-#: ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:463
+#: ../../any.pm_.c:504 ../../any_new.pm_.c:496 ../../interactive.pm_.c:81
+#: ../../my_gtk.pm_.c:485 ../../netconnect.pm_.c:88 ../../netconnect.pm_.c:468
+#: ../../netconnect_new.pm_.c:146 ../../netconnect_new.pm_.c:507
msgid "Yes"
msgstr "Jah"
-#: ../../any.pm_.c:505
+#: ../../any.pm_.c:505 ../../any_new.pm_.c:497
msgid "See hardware info"
msgstr "Info riistvara kohta"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:522
+#: ../../any.pm_.c:522 ../../any_new.pm_.c:533
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Paigaldame juhtprogrammil %s kaardile %s"
-#: ../../any.pm_.c:523
+#: ../../any.pm_.c:523 ../../any_new.pm_.c:534
#, c-format
msgid "(module %s)"
msgstr "(moodul %s)"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:534
+#: ../../any.pm_.c:534 ../../any_new.pm_.c:545
#, c-format
msgid "Which %s driver should I try?"
msgstr "Millist %s juhtprogrammi peaksime proovima?"
-#: ../../any.pm_.c:542
+#: ../../any.pm_.c:542 ../../any_new.pm_.c:553
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -706,20 +719,20 @@ msgstr ""
"määratleda või lasta juhtprogrammil ise Teie arvutit kompida? Võib juhtuda,\n"
"et see viib arvuti segadusse kuid ei tohiks mingit jäävat kahju teha."
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Autoprobe"
msgstr "Proovida niisama"
-#: ../../any.pm_.c:547
+#: ../../any.pm_.c:547 ../../any_new.pm_.c:558
msgid "Specify options"
msgstr "Määrake parameetrid"
-#: ../../any.pm_.c:551
+#: ../../any.pm_.c:551 ../../any_new.pm_.c:562
#, c-format
msgid "You may now provide its options to module %s."
msgstr "Nüüd võite moodulile %s parameetreid määrata"
-#: ../../any.pm_.c:557
+#: ../../any.pm_.c:557 ../../any_new.pm_.c:568
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -730,11 +743,11 @@ msgstr ""
"Parameetrid on vormingus \"nimi=väärtus nimi2=väärtus2 ...\".\n"
"Näiteks: \"io=0x300 irq=7\""
-#: ../../any.pm_.c:560
+#: ../../any.pm_.c:560 ../../any_new.pm_.c:571
msgid "Module options:"
msgstr "Mooduli parameetrid:"
-#: ../../any.pm_.c:570
+#: ../../any.pm_.c:570 ../../any_new.pm_.c:581
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -821,7 +834,7 @@ msgstr "1 minut"
msgid "%d seconds"
msgstr "%d sekundit"
-#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:419
+#: ../../diskdrake.pm_.c:21 ../../diskdrake.pm_.c:427
msgid "Create"
msgstr "Tekita"
@@ -829,7 +842,7 @@ msgstr "Tekita"
msgid "Unmount"
msgstr "Ühenda lahti"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:429
msgid "Delete"
msgstr "Kustuta"
@@ -837,16 +850,16 @@ msgstr "Kustuta"
msgid "Format"
msgstr "Vorminda"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:602
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:610
msgid "Resize"
msgstr "Muuda suurust"
-#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:419
-#: ../../diskdrake.pm_.c:472
+#: ../../diskdrake.pm_.c:23 ../../diskdrake.pm_.c:427
+#: ../../diskdrake.pm_.c:480
msgid "Type"
msgstr "Tüüp"
-#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:492
+#: ../../diskdrake.pm_.c:24 ../../diskdrake.pm_.c:500
msgid "Mount point"
msgstr "Ühenduspunkt"
@@ -983,8 +996,8 @@ msgid "Please make a backup of your data first"
msgstr "Palun tehke oma andmetest enne tagavarakoopia"
#: ../../diskdrake.pm_.c:149 ../../diskdrake.pm_.c:166
-#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:524
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:175 ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:554
msgid "Read carefully!"
msgstr "Lugege hoolega!"
@@ -1008,7 +1021,7 @@ msgstr "Vaadake ette: see võib olla ohtlik."
msgid "Error"
msgstr "Viga"
-#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:694
+#: ../../diskdrake.pm_.c:227 ../../diskdrake.pm_.c:708
msgid "Mount point: "
msgstr "Ühenduspunkt:"
@@ -1119,35 +1132,35 @@ msgstr "Partitsioonitabeli tüüp: %s\n"
msgid "on bus %d id %d\n"
msgstr "siinil %d id %d\n"
-#: ../../diskdrake.pm_.c:287
+#: ../../diskdrake.pm_.c:290
msgid "Mount"
msgstr "Ühenda"
-#: ../../diskdrake.pm_.c:288
+#: ../../diskdrake.pm_.c:292
msgid "Active"
msgstr "Aktiivne"
-#: ../../diskdrake.pm_.c:289
+#: ../../diskdrake.pm_.c:294
msgid "Add to RAID"
msgstr "Lisa RAIDi"
-#: ../../diskdrake.pm_.c:290
+#: ../../diskdrake.pm_.c:296
msgid "Remove from RAID"
msgstr "Eemalda RAIDist"
-#: ../../diskdrake.pm_.c:291
+#: ../../diskdrake.pm_.c:298
msgid "Modify RAID"
msgstr "Modifitseeri RAIDi"
-#: ../../diskdrake.pm_.c:292
+#: ../../diskdrake.pm_.c:300
msgid "Use for loopback"
msgstr "Kasuta loopback-ina"
-#: ../../diskdrake.pm_.c:299
+#: ../../diskdrake.pm_.c:307
msgid "Choose action"
msgstr "Valige tegevus"
-#: ../../diskdrake.pm_.c:392
+#: ../../diskdrake.pm_.c:400
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1159,7 +1172,7 @@ msgstr ""
"Kui kasutate LILO-t, ei tööta see sel moel, kui aga ei kasuta, ei ole Teile "
"ka /boot vajalik"
-#: ../../diskdrake.pm_.c:396
+#: ../../diskdrake.pm_.c:404
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1170,7 +1183,7 @@ msgstr ""
"füüsiliselt tagapool 1024-t silindrit ja Teil ei ole /boot partitsiooni.\n"
"Kui plaanite kasutada LILO alglaadurit, lisage kindlasti /boot partitsioon"
-#: ../../diskdrake.pm_.c:402
+#: ../../diskdrake.pm_.c:410
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -1180,57 +1193,57 @@ msgstr ""
"Ilma /boot partitsioonita ei ole võimalik sellist süsteemi laadida.\n"
"Lisage kindlasti /boot partitsioon!"
-#: ../../diskdrake.pm_.c:419 ../../diskdrake.pm_.c:421
+#: ../../diskdrake.pm_.c:427 ../../diskdrake.pm_.c:429
#, c-format
msgid "Use ``%s'' instead"
msgstr "Kasutage pigem ``%s''"
-#: ../../diskdrake.pm_.c:424
+#: ../../diskdrake.pm_.c:432
msgid "Use ``Unmount'' first"
msgstr "Kasutage enne \"Ühenda lahti\""
-#: ../../diskdrake.pm_.c:425 ../../diskdrake.pm_.c:467
+#: ../../diskdrake.pm_.c:433 ../../diskdrake.pm_.c:475
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s tüübi muutmisel hävivad kõik seal olnud andmed"
-#: ../../diskdrake.pm_.c:437
+#: ../../diskdrake.pm_.c:445
msgid "Continue anyway?"
msgstr "Jätkate ikkagi?"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without saving"
msgstr "Lõpeta ilma salvestamata"
-#: ../../diskdrake.pm_.c:442
+#: ../../diskdrake.pm_.c:450
msgid "Quit without writing the partition table?"
msgstr "Lõpetate ilma partitsioonitabelit salvestamata?"
-#: ../../diskdrake.pm_.c:470
+#: ../../diskdrake.pm_.c:478
msgid "Change partition type"
msgstr "Muuda partitsiooni tüüp"
-#: ../../diskdrake.pm_.c:471
+#: ../../diskdrake.pm_.c:479
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Mis keelt soovite kasutada?"
-#: ../../diskdrake.pm_.c:474 ../../diskdrake.pm_.c:726
+#: ../../diskdrake.pm_.c:482 ../../diskdrake.pm_.c:740
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "ReiserFS ei ole kasutatav alla 32MB partisioonidel"
-#: ../../diskdrake.pm_.c:490
+#: ../../diskdrake.pm_.c:498
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kuhu soovite loopback-faili %s ühendada?"
-#: ../../diskdrake.pm_.c:491
+#: ../../diskdrake.pm_.c:499
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kuhu soovite seadme %s ühendada?"
-#: ../../diskdrake.pm_.c:496
+#: ../../diskdrake.pm_.c:504
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1238,145 +1251,145 @@ msgstr ""
"Seda ühenduspunkti ei saa eemaldada, kuna partitsioon on kasutusel.\n"
"loopback-ina. Eemaldage enne loopback"
-#: ../../diskdrake.pm_.c:515
+#: ../../diskdrake.pm_.c:523
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s vormindamisel hävivad sellel kõik andmed"
-#: ../../diskdrake.pm_.c:517
+#: ../../diskdrake.pm_.c:525
msgid "Formatting"
msgstr "Vormindan"
-#: ../../diskdrake.pm_.c:518
+#: ../../diskdrake.pm_.c:526
#, c-format
msgid "Formatting loopback file %s"
msgstr "Vormindan loopback faili %s"
-#: ../../diskdrake.pm_.c:519 ../../install_steps_interactive.pm_.c:402
+#: ../../diskdrake.pm_.c:527 ../../install_steps_interactive.pm_.c:402
#, c-format
msgid "Formatting partition %s"
msgstr "Vormindan partitsiooni %s"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "After formatting all partitions,"
msgstr "Pärast kõigi partitsioonide vormindamist"
-#: ../../diskdrake.pm_.c:524
+#: ../../diskdrake.pm_.c:532
msgid "all data on these partitions will be lost"
msgstr "on kõik andmed neil partitsioonidel hävivad"
-#: ../../diskdrake.pm_.c:530
+#: ../../diskdrake.pm_.c:538
msgid "Move"
msgstr "Liiguta"
-#: ../../diskdrake.pm_.c:531
+#: ../../diskdrake.pm_.c:539
msgid "Which disk do you want to move it to?"
msgstr "Millisele kettale soovite seda ümber paigutada?"
-#: ../../diskdrake.pm_.c:532
+#: ../../diskdrake.pm_.c:540
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake.pm_.c:533
+#: ../../diskdrake.pm_.c:541
msgid "Which sector do you want to move it to?"
msgstr "Millisele sektorile soovite seda ümber paigutada?"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving"
msgstr "Paigutan ümber"
-#: ../../diskdrake.pm_.c:536
+#: ../../diskdrake.pm_.c:544
msgid "Moving partition..."
msgstr "Liigutan partitsiooni..."
-#: ../../diskdrake.pm_.c:546
+#: ../../diskdrake.pm_.c:554
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ketta %s partitsioonitabel salvestatakse!"
-#: ../../diskdrake.pm_.c:548
+#: ../../diskdrake.pm_.c:556
msgid "You'll need to reboot before the modification can take place"
msgstr "Muudatuste jõustamiseks vajate alglaadimist"
-#: ../../diskdrake.pm_.c:569
+#: ../../diskdrake.pm_.c:577
msgid "Computing FAT filesystem bounds"
msgstr "Arvutan FAT failisüsteemi piire"
-#: ../../diskdrake.pm_.c:569 ../../diskdrake.pm_.c:629
+#: ../../diskdrake.pm_.c:577 ../../diskdrake.pm_.c:637
#: ../../install_interactive.pm_.c:107
msgid "Resizing"
msgstr "Muudan suurust"
-#: ../../diskdrake.pm_.c:592
+#: ../../diskdrake.pm_.c:600
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Mis partitsiooni soovite muuta?"
-#: ../../diskdrake.pm_.c:597
+#: ../../diskdrake.pm_.c:605
msgid "All data on this partition should be backed-up"
msgstr "Selle partitsiooni andmetest võiks olla tagavarakoopia"
-#: ../../diskdrake.pm_.c:599
+#: ../../diskdrake.pm_.c:607
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s suuruse muutmisel hävivad sellel kõik andmed"
-#: ../../diskdrake.pm_.c:609
+#: ../../diskdrake.pm_.c:617
msgid "Choose the new size"
msgstr "Valige uus suurus"
-#: ../../diskdrake.pm_.c:609 ../../install_steps_graphical.pm_.c:287
+#: ../../diskdrake.pm_.c:617 ../../install_steps_graphical.pm_.c:287
#: ../../install_steps_graphical.pm_.c:334
#: ../../install_steps_interactive.pm_.c:518
#: ../../partition_table_raw.pm_.c:101
msgid "MB"
msgstr "MB"
-#: ../../diskdrake.pm_.c:666
+#: ../../diskdrake.pm_.c:674
msgid "Create a new partition"
msgstr "Looge uus partitsioon"
-#: ../../diskdrake.pm_.c:686
+#: ../../diskdrake.pm_.c:700
msgid "Start sector: "
msgstr "Algsektor: "
-#: ../../diskdrake.pm_.c:690 ../../diskdrake.pm_.c:765
+#: ../../diskdrake.pm_.c:704 ../../diskdrake.pm_.c:779
msgid "Size in MB: "
msgstr "Suurus (MB): "
-#: ../../diskdrake.pm_.c:693 ../../diskdrake.pm_.c:768
+#: ../../diskdrake.pm_.c:707 ../../diskdrake.pm_.c:782
msgid "Filesystem type: "
msgstr "Failisüsteemi tüüp: "
-#: ../../diskdrake.pm_.c:696
+#: ../../diskdrake.pm_.c:710
msgid "Preference: "
msgstr "Eelistus: "
-#: ../../diskdrake.pm_.c:744
+#: ../../diskdrake.pm_.c:758
msgid "This partition can't be used for loopback"
msgstr "Seda partitsiooni ei saa loopback-ina kasutada"
-#: ../../diskdrake.pm_.c:754
+#: ../../diskdrake.pm_.c:768
msgid "Loopback"
msgstr "loopback"
-#: ../../diskdrake.pm_.c:764
+#: ../../diskdrake.pm_.c:778
msgid "Loopback file name: "
msgstr "loopback faili nimi:"
-#: ../../diskdrake.pm_.c:790
+#: ../../diskdrake.pm_.c:804
msgid "File already used by another loopback, choose another one"
msgstr "See fail on juba loopback-ina kasutusel, valige mõni muu"
-#: ../../diskdrake.pm_.c:791
+#: ../../diskdrake.pm_.c:805
msgid "File already exists. Use it?"
msgstr "Fail on juba olemas. Kas kasutan seda?"
-#: ../../diskdrake.pm_.c:813 ../../diskdrake.pm_.c:829
+#: ../../diskdrake.pm_.c:827 ../../diskdrake.pm_.c:843
msgid "Select file"
msgstr "Valige fail"
-#: ../../diskdrake.pm_.c:822
+#: ../../diskdrake.pm_.c:836
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1384,11 +1397,11 @@ msgstr ""
"Tabeli tagavarakoopia ei ole sama suurusega\n"
"Soovite jätkata?"
-#: ../../diskdrake.pm_.c:830
+#: ../../diskdrake.pm_.c:844
msgid "Warning"
msgstr "Hoiatus"
-#: ../../diskdrake.pm_.c:831
+#: ../../diskdrake.pm_.c:845
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1396,27 +1409,27 @@ msgstr ""
"Pange tühi flopi masinasse\n"
"Kõik andmed sellel hävivad"
-#: ../../diskdrake.pm_.c:842
+#: ../../diskdrake.pm_.c:856
msgid "Trying to rescue partition table"
msgstr "Proovin päästa partitsioonitabelit"
-#: ../../diskdrake.pm_.c:853
+#: ../../diskdrake.pm_.c:867
msgid "device"
msgstr "seade"
-#: ../../diskdrake.pm_.c:854
+#: ../../diskdrake.pm_.c:868
msgid "level"
msgstr "tase"
-#: ../../diskdrake.pm_.c:855
+#: ../../diskdrake.pm_.c:869
msgid "chunk size"
msgstr "ühiku suurus"
-#: ../../diskdrake.pm_.c:867
+#: ../../diskdrake.pm_.c:881
msgid "Choose an existing RAID to add to"
msgstr "Vali olemasolev RAID, millele lisada"
-#: ../../diskdrake.pm_.c:868
+#: ../../diskdrake.pm_.c:882
msgid "new"
msgstr "uus"
@@ -2772,8 +2785,8 @@ msgstr "Teenuste sätted"
msgid "Configure printer"
msgstr "Printeri sätted"
-#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:758
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install2.pm_.c:55 ../../install_steps_interactive.pm_.c:762
+#: ../../install_steps_interactive.pm_.c:763
msgid "Set root password"
msgstr "Juurkasutaja salasõna"
@@ -2801,7 +2814,7 @@ msgstr "Kiirpaigaldusflopi"
msgid "Exit install"
msgstr "Välju programmist"
-#: ../../install_any.pm_.c:575
+#: ../../install_any.pm_.c:578
msgid "Error reading file $f"
msgstr "Viga faili $f lugemisel"
@@ -2900,7 +2913,7 @@ msgstr "Mis partitsiooni soovite muuta?"
msgid "Computing Windows filesystem bounds"
msgstr "Arvutan Windowsi failisüsteemi piire"
-#: ../../install_interactive.pm_.c:109
+#: ../../install_interactive.pm_.c:110
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2909,12 +2922,12 @@ msgstr ""
"FAT partitsiooni suurust ei õnnestu muuta, \n"
"ilmnes selline viga: %s"
-#: ../../install_interactive.pm_.c:112
+#: ../../install_interactive.pm_.c:113
msgid "Your Windows partition is too fragmented, please run ``defrag'' first"
msgstr ""
"Teie Windowsi partitsioon on fragmenteerunud, palun kasutada 'defrag'-i"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid ""
"WARNING!\n"
"\n"
@@ -2931,56 +2944,56 @@ msgstr ""
"scandisk-i, defrag-i ja tehke tagavarakoopia.\n"
"Kui olete oma otsuses kindel, vajutage OK."
-#: ../../install_interactive.pm_.c:122
+#: ../../install_interactive.pm_.c:123
msgid "Which size do you want to keep for windows on"
msgstr "Kui palju ruumi jätate Windowsi jaoks?"
-#: ../../install_interactive.pm_.c:123
+#: ../../install_interactive.pm_.c:124
#, c-format
msgid "partition %s"
msgstr "Partitsioon %s"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:130
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Suuruse muutmine ebaõnnestus: %s"
-#: ../../install_interactive.pm_.c:144
+#: ../../install_interactive.pm_.c:145
msgid ""
"There is no FAT partitions to resize or to use as loopback (or not enough "
"space left)"
msgstr "Sobivat FAT partitsiooni ei leitud (ei ole piisavalt ruumi)"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Erase entire disk"
msgstr "Tühjenda kogu ketas"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:151
msgid "Remove Windows(TM)"
msgstr "Eemalda Windows(TM)"
-#: ../../install_interactive.pm_.c:153
+#: ../../install_interactive.pm_.c:154
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teil on rohkem kui üks kõvaketas, millisele neis paigaldate Linuxi?"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:157
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Kettal %s hävivad KÕIK partitsioonid ja andmed"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Expert mode"
msgstr "Eksperdi mood"
-#: ../../install_interactive.pm_.c:164
+#: ../../install_interactive.pm_.c:165
msgid "Use diskdrake"
msgstr "Kasuta diskdrake-i"
-#: ../../install_interactive.pm_.c:168
+#: ../../install_interactive.pm_.c:169
msgid "Use fdisk"
msgstr "Kasuta fdisk-i"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:172
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -2989,30 +3002,30 @@ msgstr ""
"Nüüd saate partitsioneerida %s kõvaketta\n"
"Kui olete valmis, salvestage käsuga 'w'"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:196
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Kasuta vaba ruumi Windowsi partitsioonil"
-#: ../../install_interactive.pm_.c:210
+#: ../../install_interactive.pm_.c:211
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Partitsioone ei saa enam lisada"
-#: ../../install_interactive.pm_.c:213
+#: ../../install_interactive.pm_.c:214
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX kettajagamise abimees leidis sellised lahendused:"
-#: ../../install_interactive.pm_.c:218
+#: ../../install_interactive.pm_.c:219
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ketta jagamine ebaõnnestus: %s"
-#: ../../install_interactive.pm_.c:233
+#: ../../install_interactive.pm_.c:234
msgid "Bringing up the network"
msgstr "Käivitame võrguliidesed"
-#: ../../install_interactive.pm_.c:238
+#: ../../install_interactive.pm_.c:239
msgid "Bringing down the network"
msgstr "Seiskame võrguliidesed"
@@ -3024,12 +3037,12 @@ msgstr ""
"Tekkis mingi viga, aga seda ei suuda programm ise klaarida.\n"
"Jätkake omal vastutusel."
-#: ../../install_steps.pm_.c:196
+#: ../../install_steps.pm_.c:202
#, c-format
msgid "Duplicate mount point %s"
msgstr "Ühenduspunkt %s on määratud topelt"
-#: ../../install_steps.pm_.c:375
+#: ../../install_steps.pm_.c:385
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3040,12 +3053,12 @@ msgstr ""
"Teie CD-lugeja või CD on ilmselt vigane.\n"
"Paketifaile CD-l saate kontrollida käsuga \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:450
+#: ../../install_steps.pm_.c:458
#, c-format
msgid "Welcome to %s"
msgstr "See ongi %s"
-#: ../../install_steps.pm_.c:662
+#: ../../install_steps.pm_.c:670
msgid "No floppy drive available"
msgstr "Flopiseade ei ole kättesaadav"
@@ -3125,7 +3138,7 @@ msgid "There was an error ordering packages:"
msgstr "Pakettide tellimisel tekkis viga:"
#: ../../install_steps_graphical.pm_.c:577
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:1003
msgid "Use existing configuration for X11?"
msgstr "Kasutada olemasolevat X-i seadistust?"
@@ -3788,92 +3801,92 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:668
+#: ../../install_steps_interactive.pm_.c:669
msgid "Choose a mirror from which to get the packages"
msgstr "Valige peegel, millelt lugeda pakettide nimekiri"
-#: ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_interactive.pm_.c:680
msgid "Contacting the mirror to get the list of available packages"
msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-#: ../../install_steps_interactive.pm_.c:679
+#: ../../install_steps_interactive.pm_.c:683
msgid "Please choose the packages you want to install."
msgstr "Palun valige paketid paigaldamiseks"
-#: ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_interactive.pm_.c:695
msgid "Which is your timezone?"
msgstr "Millises ajavöötmes asute?"
-#: ../../install_steps_interactive.pm_.c:693
+#: ../../install_steps_interactive.pm_.c:697
msgid "Is your hardware clock set to GMT?"
msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
-#: ../../install_steps_interactive.pm_.c:731
+#: ../../install_steps_interactive.pm_.c:735
msgid "Which printing system do you want to use?"
msgstr "Millist printimissüsteemi soovite kasutada?"
-#: ../../install_steps_interactive.pm_.c:758
+#: ../../install_steps_interactive.pm_.c:762
msgid "No password"
msgstr "Salasõna puudub"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "Use shadow file"
msgstr "Kasuta varjutatud paroolifaili"
-#: ../../install_steps_interactive.pm_.c:763
+#: ../../install_steps_interactive.pm_.c:767
msgid "shadow"
msgstr "varjutatud"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "MD5"
msgstr "MD5"
-#: ../../install_steps_interactive.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:768
msgid "Use MD5 passwords"
msgstr "Kasuta parooli kaitsmiseks MD5 algoritmi"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "Use NIS"
msgstr "Kasuta NIS-i"
-#: ../../install_steps_interactive.pm_.c:766
+#: ../../install_steps_interactive.pm_.c:770
msgid "yellow pages"
msgstr "NIS YP"
-#: ../../install_steps_interactive.pm_.c:772
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid "This password is too simple (must be at least %d characters long)"
msgstr "Salasõna on liiga lihtne (peaks olema vähemalt %d tähemärki)"
-#: ../../install_steps_interactive.pm_.c:779
+#: ../../install_steps_interactive.pm_.c:783
msgid "Authentification NIS"
msgstr "NIS autentimine"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Domain"
msgstr "NIS domeen"
-#: ../../install_steps_interactive.pm_.c:780
+#: ../../install_steps_interactive.pm_.c:784
msgid "NIS Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Accept user"
msgstr "Kasutaja õige"
-#: ../../install_steps_interactive.pm_.c:805
+#: ../../install_steps_interactive.pm_.c:809
#: ../../standalone/adduserdrake_.c:36
msgid "Add user"
msgstr "Lisa kasutaja"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid "(already added %s)"
msgstr "(juba lisatud %s)"
-#: ../../install_steps_interactive.pm_.c:806
+#: ../../install_steps_interactive.pm_.c:810
#: ../../standalone/adduserdrake_.c:37
#, c-format
msgid ""
@@ -3883,48 +3896,48 @@ msgstr ""
"Sisesta kasutaja\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:808
+#: ../../install_steps_interactive.pm_.c:812
#: ../../standalone/adduserdrake_.c:39
msgid "Real name"
msgstr "Pärisnimi"
-#: ../../install_steps_interactive.pm_.c:809 ../../printerdrake.pm_.c:93
+#: ../../install_steps_interactive.pm_.c:813 ../../printerdrake.pm_.c:93
#: ../../printerdrake.pm_.c:127 ../../standalone/adduserdrake_.c:40
msgid "User name"
msgstr "Kasutajatunnus"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:818
#: ../../standalone/adduserdrake_.c:45
msgid "Shell"
msgstr "Käsurida"
-#: ../../install_steps_interactive.pm_.c:816
+#: ../../install_steps_interactive.pm_.c:820
#: ../../standalone/adduserdrake_.c:47
msgid "Icon"
msgstr "Ikoon"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:830
#: ../../standalone/adduserdrake_.c:57
msgid "This password is too simple"
msgstr "Salasõna on liiga lihtne"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:831
#: ../../standalone/adduserdrake_.c:58
msgid "Please give a user name"
msgstr "Palun andke kasutajatunnus"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm_.c:832
#: ../../standalone/adduserdrake_.c:59
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Kasutajatunnus tohib sisaldada ainult väikesi tähti, numbreid, - ja _"
-#: ../../install_steps_interactive.pm_.c:829
+#: ../../install_steps_interactive.pm_.c:833
#: ../../standalone/adduserdrake_.c:60
msgid "This user name is already added"
msgstr "See kasutajatunnus on juba lisatud"
-#: ../../install_steps_interactive.pm_.c:853
+#: ../../install_steps_interactive.pm_.c:857
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -3952,19 +3965,19 @@ msgstr ""
"Alglaadimisketta loomiseks asetage flopi esimesse seadmesse ning vajutage\n"
"\"Ok\"."
-#: ../../install_steps_interactive.pm_.c:869
+#: ../../install_steps_interactive.pm_.c:873
msgid "First floppy drive"
msgstr "Esimene flopiseade"
-#: ../../install_steps_interactive.pm_.c:870
+#: ../../install_steps_interactive.pm_.c:874
msgid "Second floppy drive"
msgstr "Teine flopiseade"
-#: ../../install_steps_interactive.pm_.c:871
+#: ../../install_steps_interactive.pm_.c:875
msgid "Skip"
msgstr "Jäta vahele"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm_.c:880
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
"depending on the normal bootloader. This is useful if you don't want to "
@@ -3985,32 +3998,32 @@ msgstr ""
"failisüsteemiga peaks mingi õnnetus juhtuma. Hoidke end ja Teid hoiab\n"
"ka Jumal!"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:889
msgid "Sorry, no floppy drive available"
msgstr "Flopiseade ei ole kättesaadav"
-#: ../../install_steps_interactive.pm_.c:888
+#: ../../install_steps_interactive.pm_.c:892
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Vali flopiseade, mida kasutad alglaadimisketta tegemiseks"
-#: ../../install_steps_interactive.pm_.c:894
+#: ../../install_steps_interactive.pm_.c:898
#, c-format
msgid "Insert a floppy in drive %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:897
+#: ../../install_steps_interactive.pm_.c:901
msgid "Creating bootdisk"
msgstr "Loome alglaadimisketta"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:908
msgid "Preparing bootloader"
msgstr "Alglaaduri sätted"
-#: ../../install_steps_interactive.pm_.c:913
+#: ../../install_steps_interactive.pm_.c:917
msgid "Do you want to use aboot?"
msgstr "Soovite aboot-i kasutada?"
-#: ../../install_steps_interactive.pm_.c:916
+#: ../../install_steps_interactive.pm_.c:920
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -4018,80 +4031,80 @@ msgstr ""
"Viga aboot-i paigaldamisel, \n"
"kas forseerida, riskides esimese partitsiooni hävinguga?"
-#: ../../install_steps_interactive.pm_.c:925
+#: ../../install_steps_interactive.pm_.c:929
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Alglaaduri paigaldamine ebaõnnestus. Tekkis järgnev viga:"
-#: ../../install_steps_interactive.pm_.c:939 ../../standalone/draksec_.c:20
+#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:20
msgid "Welcome To Crackers"
msgstr "Tere tulemast, kräkkerid"
-#: ../../install_steps_interactive.pm_.c:940 ../../standalone/draksec_.c:21
+#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:21
msgid "Poor"
msgstr "Vähene"
-#: ../../install_steps_interactive.pm_.c:941 ../../standalone/draksec_.c:22
+#: ../../install_steps_interactive.pm_.c:945 ../../standalone/draksec_.c:22
msgid "Low"
msgstr "Madal"
-#: ../../install_steps_interactive.pm_.c:942 ../../standalone/draksec_.c:23
+#: ../../install_steps_interactive.pm_.c:946 ../../standalone/draksec_.c:23
msgid "Medium"
msgstr "Keskmine"
-#: ../../install_steps_interactive.pm_.c:943 ../../standalone/draksec_.c:24
+#: ../../install_steps_interactive.pm_.c:947 ../../standalone/draksec_.c:24
msgid "High"
msgstr "Kõrge"
-#: ../../install_steps_interactive.pm_.c:944 ../../standalone/draksec_.c:25
+#: ../../install_steps_interactive.pm_.c:948 ../../standalone/draksec_.c:25
msgid "Paranoid"
msgstr "Paranoiline"
-#: ../../install_steps_interactive.pm_.c:958
+#: ../../install_steps_interactive.pm_.c:962
msgid "Miscellaneous questions"
msgstr "Muud küsimused"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "(may cause data corruption)"
msgstr "(võib tekitada andmete hävimist)"
-#: ../../install_steps_interactive.pm_.c:959
+#: ../../install_steps_interactive.pm_.c:963
msgid "Use hard drive optimisations?"
msgstr "Kas optimiseerime kõvaketast?"
-#: ../../install_steps_interactive.pm_.c:960 ../../standalone/draksec_.c:46
+#: ../../install_steps_interactive.pm_.c:964 ../../standalone/draksec_.c:46
msgid "Choose security level"
msgstr "Valige turvatase"
-#: ../../install_steps_interactive.pm_.c:961
+#: ../../install_steps_interactive.pm_.c:965
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Kui vaja, täpsusta RAM suurust (leitud %d MB)"
-#: ../../install_steps_interactive.pm_.c:963
+#: ../../install_steps_interactive.pm_.c:967
msgid "Removable media automounting"
msgstr "CD/flopi/.. autoühendamine"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:969
msgid "Clean /tmp at each boot"
msgstr "Puhasta /tmp igal laadimisel"
-#: ../../install_steps_interactive.pm_.c:968
+#: ../../install_steps_interactive.pm_.c:972
msgid "Enable multi profiles"
msgstr "Võimalda mitut profiili"
-#: ../../install_steps_interactive.pm_.c:970
+#: ../../install_steps_interactive.pm_.c:974
msgid "Enable num lock at startup"
msgstr "Lülita Num Lock käivitamisel sisse"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:977
msgid "Give the ram size in MB"
msgstr "Anna mälu suurus megabaitides"
-#: ../../install_steps_interactive.pm_.c:975
+#: ../../install_steps_interactive.pm_.c:979
msgid "Can't use supermount in high security level"
msgstr "Kõrgel turvatasemel ei saa supermount-i kasutada"
-#: ../../install_steps_interactive.pm_.c:977
+#: ../../install_steps_interactive.pm_.c:981
msgid ""
"beware: IN THIS SECURITY LEVEL, ROOT LOGIN AT CONSOLE IS NOT ALLOWED!\n"
"If you want to be root, you have to login as a user and then use \"su\".\n"
@@ -4105,7 +4118,7 @@ msgstr ""
"Serveri puhul on selline piirang täiesti mõistlik.\n"
"Teid on igal juhul hoiatatud."
-#: ../../install_steps_interactive.pm_.c:982
+#: ../../install_steps_interactive.pm_.c:986
msgid ""
"Be carefull, having numlock enabled causes a lot of keystrokes to\n"
"give digits instead of normal letters (eg: pressing `p' gives `6')"
@@ -4113,21 +4126,21 @@ msgstr ""
"Olge ettevaatlik, NumLock-i kasutamine võib põhjustada (eriti kantavatel\n"
"arvutitel) probleeme."
-#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Do you want to generate an auto install floppy for linux replication?"
msgstr "Kas soovite luua kiirpaigaldusflopi (abiks korduval paigaldusel)?"
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1034
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Pange palun tühi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1079
msgid "Creating auto install floppy"
msgstr "Loon kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1104
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -4137,7 +4150,7 @@ msgstr ""
"\n"
"Olete kindel, et väljute programmist?"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1113
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -4198,10 +4211,10 @@ msgid "Your choice? (default %s enter `none' for none) "
msgstr "Teie valik? (vaikimisi %s, `none' - ei midagi)"
#: ../../keyboard.pm_.c:105 ../../keyboard.pm_.c:135
-msgid "Czech"
-msgstr "Tšehhi"
+msgid "Czech (QWERTZ)"
+msgstr "Tšehhi (QWERTZ)"
-#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:136
+#: ../../keyboard.pm_.c:106 ../../keyboard.pm_.c:119 ../../keyboard.pm_.c:138
msgid "German"
msgstr "Saksa"
@@ -4209,19 +4222,19 @@ msgstr "Saksa"
msgid "Dvorak"
msgstr "DVORAK"
-#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:142
+#: ../../keyboard.pm_.c:108 ../../keyboard.pm_.c:144
msgid "Spanish"
msgstr "Hispaania"
-#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:143
+#: ../../keyboard.pm_.c:109 ../../keyboard.pm_.c:145
msgid "Finnish"
msgstr "Soome"
-#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:144
+#: ../../keyboard.pm_.c:110 ../../keyboard.pm_.c:120 ../../keyboard.pm_.c:146
msgid "French"
msgstr "Prantsuse"
-#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:164
+#: ../../keyboard.pm_.c:111 ../../keyboard.pm_.c:166
msgid "Norwegian"
msgstr "Norra"
@@ -4229,15 +4242,15 @@ msgstr "Norra"
msgid "Polish"
msgstr "Poola"
-#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:113 ../../keyboard.pm_.c:171
msgid "Russian"
msgstr "Vene"
-#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:114 ../../keyboard.pm_.c:182
msgid "UK keyboard"
msgstr "Briti"
-#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:115 ../../keyboard.pm_.c:118 ../../keyboard.pm_.c:183
msgid "US keyboard"
msgstr "US"