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

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1517
msgid "No parameters given to setup a default route"
msgstr "Geen parameters opgegeven om een default route in te stellen"

#: /etc/rc.d/init.d/dhcpd:84
msgid "Usage: $0 {start|stop|restart|condrestart|configtest|status}"
msgstr "Gebruik: $0 {start|stop|restart|condrestart|configtest|status}"

#: /etc/rc.d/init.d/ups:52
msgid "Starting UPS monitor (slave): "
msgstr "Starten van UPS monitor (slave): "

#: /etc/rc.d/init.d/crond:49
msgid "Reloading cron daemon configuration: "
msgstr "Herladen van cron daemon configuratie: "

#: /etc/sysconfig/network-scripts/ifup-ipv6:227
msgid ""
"Warning: configured MTU '$IPV6TO4_MTU' for 6to4 exceeds maximum limit of "
"'$tunnelmtu', ignored"
msgstr ""
"Waarschuwing: MTU '$IPV6TO4_MTU' geconfigureerd voor 6to4, overschrijdt de "
"limiet van '$tunnelmty'; genegeerd"

#: /etc/rc.d/init.d/ypxfrd:31
msgid "Stopping YP map server: "
msgstr "Stoppen van YP map server: "

#: /etc/sysconfig/network-scripts/ifup:66
msgid "Could not set 802.1Q VLAN parameters."
msgstr "Niet in staat om de 802.1Q VLAN parameters in te stellen."

#: /etc/sysconfig/network-scripts/ifup:82
#: /etc/sysconfig/network-scripts/ifup:190
msgid ""
"$alias device ${DEVICE} does not seem to be present, delaying initialization."
msgstr ""
"$alias netwerkkaart ${DEVICE} is blijkbaar niet aanwezig, initialisatie "
"uitgesteld."

#: /etc/rc.d/init.d/amd:96 /etc/rc.d/init.d/autofs:477
#: /etc/rc.d/init.d/bgpd:59 /etc/rc.d/init.d/gkrellmd:54
#: /etc/rc.d/init.d/irda:71 /etc/rc.d/init.d/ospfd:60 /etc/rc.d/init.d/ripd:59
#: /etc/rc.d/init.d/ripngd:59 /etc/rc.d/init.d/sshd:160
#: /etc/rc.d/init.d/zebra:60
msgid "Usage: $0 {start|stop|restart|reload|condrestart|status}"
msgstr "Gebruik: $0 {start|stop|restart|reload|condrestart|status}"

#: /etc/rc.d/init.d/autofs:464
msgid "Start $x"
msgstr "Start $x"

#: /etc/rc.d/init.d/gpm:22
msgid "Starting console mouse services: "
msgstr "Starten van console-muis services: "

#: /etc/rc.d/init.d/rhnsd:38
msgid "Starting Red Hat Network Daemon: "
msgstr "Starten van Red Hat Network Daemon: "

#: /etc/rc.d/init.d/innd:76
msgid "Reloading INN Service: "
msgstr "Herladen van INN-service: "

#: /etc/rc.d/init.d/ups:72
msgid "Shutting down $MODEL: "
msgstr "Afsluiten van $MODEL: "

#: /etc/sysconfig/network-scripts/ifup-ppp:142
msgid "pppd started for ${DEVNAME} on ${MODEMPORT} at ${LINESPEED}"
msgstr "pppd gestart voor ${DEVNAME} op ${MODEMPORT} met ${LINESPEED}"

#: /etc/rc.d/init.d/ypbind:70
msgid "Shutting down NIS services: "
msgstr "Afsluiten van NIS services: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:345
#: /etc/sysconfig/network-scripts/network-functions-ipv6:400
msgid "Missing parameter 'IPv6-gateway' (arg 2)"
msgstr "Parameter 'IPv6-gateway' (arg 2) ontbreekt"

#: /etc/rc.d/init.d/netfs:114
msgid "Unmounting CIFS filesystems: "
msgstr "CIFS-bestandssystemen afkoppelen: "

#: /etc/rc.d/init.d/diskdump:128
msgid "Formatting dump device: "
msgstr "Dump apparaat wordt nu geformatteerd: "

#: /etc/rc.d/init.d/vncserver:39
msgid "vncserver start"
msgstr "vncserver start"

#: /etc/rc.d/init.d/routed:30
msgid "Starting routed (RIP) services: "
msgstr "Starten van routed (RIP) services: "

#: /etc/rc.d/init.d/crond:76 /etc/rc.d/init.d/krb5kdc:76
#: /etc/rc.d/init.d/saslauthd:75 /etc/rc.d/init.d/squid:160
msgid "Usage: $0 {start|stop|status|reload|restart|condrestart}"
msgstr "Gebruik: $0 {start|stop|status|reload|restart|condrestart}"

#: /etc/rc.d/init.d/aep1000:56 /etc/rc.d/init.d/amd:30
#: /etc/rc.d/init.d/anacron:15 /etc/rc.d/init.d/arpwatch:28
#: /etc/rc.d/init.d/atd:29 /etc/rc.d/init.d/bgpd:29
#: /etc/rc.d/init.d/bootparamd:29 /etc/rc.d/init.d/canna:28
#: /etc/rc.d/init.d/cpuspeed:29 /etc/rc.d/init.d/crond:22
#: /etc/rc.d/init.d/cups:57 /etc/rc.d/init.d/dc_client:33
#: /etc/rc.d/init.d/dc_server:29 /etc/rc.d/init.d/dhcp6s:34
#: /etc/rc.d/init.d/dhcpd:36 /etc/rc.d/init.d/dhcrelay:33
#: /etc/rc.d/init.d/dictd:24 /etc/rc.d/init.d/dovecot:19
#: /etc/rc.d/init.d/FreeWnn:32 /etc/rc.d/init.d/gkrellmd:24
#: /etc/rc.d/init.d/httpd:60 /etc/rc.d/init.d/ipsec:144
#: /etc/rc.d/init.d/irda:23 /etc/rc.d/init.d/irqbalance:46
#: /etc/rc.d/init.d/kadmin:40 /etc/rc.d/init.d/kprop:30
#: /etc/rc.d/init.d/krb524:30 /etc/rc.d/init.d/krb5kdc:30
#: /etc/rc.d/init.d/ldap:58 /etc/rc.d/init.d/ldap:70 /etc/rc.d/init.d/lisa:35
#: /etc/rc.d/init.d/lm_sensors:57 /etc/rc.d/init.d/mailman:77
#: /etc/rc.d/init.d/mdmonitor:37 /etc/rc.d/init.d/mdmpd:38
#: /etc/rc.d/init.d/mysqld:53 /etc/rc.d/init.d/mysqld:55
#: /etc/rc.d/init.d/mysqld:58 /etc/rc.d/init.d/named:36
#: /etc/rc.d/init.d/nscd:48 /etc/rc.d/init.d/ntpd:97
#: /etc/rc.d/init.d/ospf6d:29 /etc/rc.d/init.d/ospfd:30
#: /etc/rc.d/init.d/portmap:47 /etc/rc.d/init.d/radvd:38
#: /etc/rc.d/init.d/rarpd:22 /etc/rc.d/init.d/ripd:29
#: /etc/rc.d/init.d/ripngd:29 /etc/rc.d/init.d/rwalld:24
#: /etc/rc.d/init.d/saslauthd:36 /etc/rc.d/init.d/sendmail:40
#: /etc/rc.d/init.d/smartd:44 /etc/rc.d/init.d/snmpd:20
#: /etc/rc.d/init.d/snmptrapd:23 /etc/rc.d/init.d/squid:60
#: /etc/rc.d/init.d/ups:43 /etc/rc.d/init.d/vncserver:23
#: /etc/rc.d/init.d/xfs:73 /etc/rc.d/init.d/xinetd:44
#: /etc/rc.d/init.d/zebra:27
msgid "Starting $prog: "
msgstr "Starten van $prog: "

#: /etc/sysconfig/network-scripts/ifup-sit:64
msgid "Missing remote IPv4 address of tunnel, configuration is not valid"
msgstr "Remote IPv4 adres van tunnel ontbreekt, configuratie is niet geldig"

#: /etc/rc.d/init.d/mDNSResponder:36
msgid "Shutting down mDNSResponder services: "
msgstr "Afsluiten van mDNSResponder services: "

#: /etc/sysconfig/network-scripts/ifdown:68
#: /etc/sysconfig/network-scripts/ifup:152
msgid "Device ${DEVICE} has different MAC address than expected, ignoring."
msgstr ""
"Netwerkkaart ${DEVICE} heeft een ander MAC adres dan verwacht, negeren."

#: /etc/rc.d/init.d/diskdump:147
msgid "$dev is not a dump device"
msgstr "$dev is geen dump apparaat"

#: /etc/rc.d/init.d/messagebus:34
msgid "Stopping system message bus: "
msgstr "Stoppen van system message bus: "

#: /etc/rc.d/init.d/privoxy:268
msgid "Usage: $PRIVOXY_PRG {start|stop|reload|restart|condrestart|status|top}"
msgstr ""
"Gebruik: $PRIVOXY_PRG {start|stop|reload|restart|condrestart|status|top}"

#: /etc/rc.d/init.d/yum:29
msgid "Disabling nightly yum update: "
msgstr "Uitschakelen van nachtelijke yum update: "

#: /etc/rc.d/init.d/arptables_jf:171 /etc/rc.d/init.d/ip6tables:315
#: /etc/rc.d/init.d/iptables:315
msgid "Usage: $0 {start|stop|restart|condrestart|status|panic|save}"
msgstr "Gebruik: $0 {start|stop|restart|condrestart|status|panic|save}"

#: /etc/rc.d/init.d/autofs:270
msgid ""
"Active Mount Points:\n"
"--------------------"
msgstr ""
"Actieve koppelpunten:\n"
"--------------------"

#: /etc/rc.d/init.d/firstboot:47
msgid "X is not configured.  Running system-config-display"
msgstr "X is niet geconfigureerd.  Opstarten van system-config-display"

#: /etc/rc.d/init.d/ups:34
msgid "Starting $MODEL: "
msgstr "Starten van $MODEL: "

#: /etc/sysconfig/network-scripts/ifup:206
msgid "Enslaving ${DEVICE} to ${MASTER}"
msgstr "${DEVICE} als slaaf gebruiken voor ${MASTER}"

#: /etc/rc.d/init.d/yum:60
msgid "Nightly yum update is disabled."
msgstr "Nachtelijke yum update is uitgezet."

#: /etc/rc.d/init.d/rwhod:32
msgid "Stopping rwho services: "
msgstr "Stoppen van rwho services: "

#: /etc/rc.d/init.d/atalk:53
msgid "Shutting down AppleTalk services: "
msgstr "Afsluiten van AppleTalk services: "

#: /etc/rc.d/rc:91
msgid "Starting $subsys: "
msgstr "Starten van $subsys: "

#: /etc/rc.d/init.d/arptables_jf:49
msgid "Flushing all current rules and user defined chains:"
msgstr "Wissen van alle huidige en door gebruiker gedefinieerde regels:"

#: /etc/rc.d/init.d/netplugd:59 /etc/rc.d/init.d/rstatd:63
#: /etc/rc.d/init.d/rusersd:66 /etc/rc.d/init.d/rwalld:64
#: /etc/rc.d/init.d/rwhod:63
msgid "Usage: $0 {start|stop|status|restart}"
msgstr "Gebruik: $0 {start|stop|status|restart}"

#: /etc/rc.d/init.d/isicom:27
msgid "Failed to load firmware."
msgstr "Kon firmware niet laden."

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1451
msgid "Given IPv6 default gateway '$address' is not in proper format"
msgstr ""
"Gegeven IPv6 standaard gateway '$address' staat niet in het juiste formaat"

#: /etc/rc.d/rc.sysinit:101
msgid "\t\tWelcome to "
msgstr "\t\tWelkom bij "

#: /etc/rc.d/init.d/rstatd:31
msgid "Stopping rstat services: "
msgstr "Stoppen van rstat services: "

#: /etc/sysconfig/network-scripts/ifup-aliases:156
msgid "error in $FILE: already seen device $parent_device:$DEVNUM in $devseen"
msgstr ""
"fout in $FILE: reeds netwerkkaart $parent_device:$DEVNUM gezien in $devseen"

#: /etc/rc.d/init.d/cups-config-daemon:67 /etc/rc.d/init.d/FreeWnn:77
#: /etc/rc.d/init.d/haldaemon:71 /etc/rc.d/init.d/innd:112
#: /etc/rc.d/init.d/kprop:67 /etc/rc.d/init.d/krb524:66
#: /etc/rc.d/init.d/lm_sensors:133 /etc/rc.d/init.d/mDNSResponder:69
#: /etc/rc.d/init.d/NetworkManager:79 /etc/rc.d/init.d/nifd:70
#: /etc/rc.d/init.d/syslog:80 /etc/rc.d/init.d/ypbind:109
msgid "Usage: $0 {start|stop|status|restart|condrestart}"
msgstr "Gebruik: $0 {start|stop|status|restart|condrestart}"

#: /etc/rc.d/init.d/ldap:47
msgid "Checking configuration files for $prog: "
msgstr "Controleren van configuratiebestanden voor $prog: "

#: /etc/rc.d/init.d/halt:43
msgid "$0: call me as 'halt' or 'reboot' please!"
msgstr "$0: roep me op als 'halt' of 'reboot' aub!"

#: /etc/rc.d/init.d/isdn:251
msgid "$NAME is attached to $DEVICE"
msgstr "$NAME is gekoppeld aan $DEVICE"

#: /etc/rc.d/init.d/bgpd:36 /etc/rc.d/init.d/dhcp6s:44
#: /etc/rc.d/init.d/dhcpd:46 /etc/rc.d/init.d/dhcrelay:45
#: /etc/rc.d/init.d/dictd:37 /etc/rc.d/init.d/FreeWnn:43
#: /etc/rc.d/init.d/gkrellmd:31 /etc/rc.d/init.d/ipsec:150
#: /etc/rc.d/init.d/irda:33 /etc/rc.d/init.d/mailman:87
#: /etc/rc.d/init.d/ntpd:106 /etc/rc.d/init.d/ospf6d:36
#: /etc/rc.d/init.d/ospfd:37 /etc/rc.d/init.d/ripd:36
#: /etc/rc.d/init.d/ripngd:36 /etc/rc.d/init.d/sendmail:104
#: /etc/rc.d/init.d/smartd:51 /etc/rc.d/init.d/vncserver:45
#: /etc/rc.d/init.d/vsftpd:49 /etc/rc.d/init.d/xfs:92
#: /etc/rc.d/init.d/zebra:37
msgid "Shutting down $prog: "
msgstr "Afsluiten van $prog: "

#: /etc/rc.d/init.d/halt:184
msgid "Unmounting file systems (retry): "
msgstr "Afkoppelen van bestandssystemen (opnieuw): "

#: /etc/rc.d/init.d/NetworkManager:45
msgid "Stopping NetworkManager daemon: "
msgstr "Stoppen van NetworkManager daemon: "

#: /etc/rc.d/init.d/atalk:91 /etc/rc.d/init.d/exim:83
#: /etc/rc.d/init.d/isdn:280 /etc/rc.d/init.d/ldap:125
msgid "Usage: $0 {start|stop|restart|status|condrestart}"
msgstr "Gebruik: $0 {start|stop|restart|status|condrestart}"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:127
msgid "INFO     "
msgstr "INFO     "

#: /etc/rc.d/init.d/netfs:80
msgid "Unmounting network block filesystems (retry): "
msgstr "Netwerk blok-bestandssystemen afkoppelen (opnieuw): "

#: /etc/rc.d/init.d/halt:59
msgid "Sending all processes the TERM signal..."
msgstr "TERM signaal aan het verzenden naar alle processen..."

#: /etc/rc.d/init.d/kudzu:57 /etc/rc.d/init.d/kudzu:59
msgid "Hardware configuration timed out."
msgstr "Er trad een time out op tijdens de hardware configuratie."

#: /etc/rc.d/init.d/network:62 /etc/rc.d/init.d/NetworkManager:34
msgid "Setting network parameters: "
msgstr "Instellen van de netwerkparameters: "

#: /etc/rc.d/init.d/nfs:100
msgid "Shutting down NFS daemon: "
msgstr "Afsluiten van de NFS-daemon: "

#: /etc/rc.d/init.d/netfs:115
msgid "Unmounting NCP filesystems: "
msgstr "NCP-bestandssystemen afkoppelen: "

#: /etc/rc.d/init.d/arptables_jf:85
msgid "Flushing all chains:"
msgstr "Alle regels aan het wissen:"

#: /etc/rc.d/init.d/mysqld:28
msgid "Initializing MySQL database: "
msgstr "Initialiseren van de MySQL database: "

#: /etc/sysconfig/network-scripts/ifup-sl:35
msgid "/usr/sbin/dip does not exist or is not executable for $DEVICE"
msgstr "/usr/sbin/dip bestaat niet of is niet uitvoerbaar voor $DEVICE"

#: /etc/rc.d/init.d/smb:121 /etc/rc.d/init.d/winbind:96
msgid "Usage: $0 {start|stop|restart|reload|status|condrestart}"
msgstr "Gebruik: $0 {start|stop|restart|reload|status|condrestart}"

#: /etc/rc.d/init.d/halt:144 /etc/rc.d/init.d/netfs:62
msgid "Detaching loopback device $dev: "
msgstr "Ontkoppelen van loopback apparaat $dev: "

#: /etc/rc.d/init.d/netfs:82
msgid "Unmounting network block filesystems: "
msgstr "Netwerk blok-bestandssystemen afkoppelen: "

#: /etc/rc.d/rc.sysinit:901
msgid "Setting hard drive parameters for ${disk[$device]}: "
msgstr "Parameters aan het instellen voor de harde schijf ${disk[$device]}: "

#: /etc/rc.d/init.d/ip6tables:217
msgid "Saving firewall rules to $IP6TABLES_DATA: "
msgstr "Firewall regels aan het opslaan naar $IP6TABLES_DATA: "

#: /etc/rc.d/init.d/rpcgssd:43
msgid "Starting NFS4 gssd: "
msgstr "Starten van NFS4 gssd: "

#: /etc/rc.d/init.d/kudzu:91
msgid "Usage: $0 {start|stop}"
msgstr "Gebruik: $0 {start|stop}"

#: /etc/rc.d/init.d/cups:97 /etc/rc.d/init.d/httpd:76 /etc/rc.d/init.d/lisa:61
#: /etc/rc.d/init.d/named:95 /etc/rc.d/init.d/snmpd:48
#: /etc/rc.d/init.d/xfs:106
msgid "Reloading $prog: "
msgstr "Herladen van $prog: "

#: /etc/rc.d/init.d/psacct:18
msgid "Starting process accounting: "
msgstr "Starten van processenbeheer: "

#: /etc/rc.d/init.d/ypxfrd:22
msgid "Starting YP map server: "
msgstr "Starten van YP map server: "

#: /etc/rc.d/init.d/apmd:76
msgid "Usage: apmd {start|stop|status|restart|reload|condrestart}"
msgstr "Gebruik: apmd {start|stop|status|restart|reload|condrestart}"

#: /etc/rc.d/rc.sysinit:292
msgid "Loading default keymap ($KEYTABLE): "
msgstr "Laden van standaard toetsenbord-instelling ($KEYTABLE): "

#: /etc/sysconfig/network-scripts/ifup-ippp:360
#: /etc/sysconfig/network-scripts/ifup-isdn:360
msgid ""
"Warning: ipppd (kernel 2.4.x and below) doesn't support IPv6 using "
"encapsulation 'syncppp'"
msgstr ""
"Waarschuwing: ipppd (kernel 2.4.x en lager) ondersteunt geen IPv6 gebruik "
"makend van encapsulatie 'syncppp'"

#: /etc/rc.d/init.d/gpm:33
msgid "(no mouse is configured)"
msgstr "(er is geen muis geconfigureerd)"

#: /etc/sysconfig/network-scripts/ifup-ipv6:102
msgid ""
"Global IPv6 forwarding is enabled in configuration, but not currently "
"enabled in kernel"
msgstr ""
"Globale IPv6 forwarding is aangezet in de configuratie, maar is niet "
"aangezet in de kernel"

#: /etc/rc.d/init.d/functions:235
msgid "Usage: pidfileofproc {program}"
msgstr "Gebruik: pidfileofproc {programma}"

#: /etc/rc.d/init.d/apmd:37
msgid "Shutting down APM daemon: "
msgstr "Afsluiten van APM daemon: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:996
msgid "Given address '$addr' is not a valid IPv4 one (arg 1)"
msgstr "Gegeven adres '$addr' is geen geldig IPv4 adres (arg 1)"

#: /etc/rc.d/init.d/cyrus-imapd:90
msgid "Shutting down $BASENAME: "
msgstr "Afsluiten van $BASENAME: "

#: /etc/rc.d/init.d/netfs:121
msgid "Configured NFS mountpoints: "
msgstr "Geconfigureerde NFS-koppelpunten: "

#: /etc/rc.d/init.d/hidd:34
msgid "Shutting down hidd: "
msgstr "Afsluiten van hidd: "

#: /etc/rc.d/init.d/halt:166
msgid "Unmounting pipe file systems: "
msgstr "Pipe bestandssystemen afkoppelen: "

# vertaling ok?
#: /etc/rc.d/rc:37
msgid "Entering interactive startup"
msgstr "Beginnen met interactief opstarten"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:559
msgid "Missing parameter 'IPv6 address prefix length' (arg 3)"
msgstr "Parameter 'IPv6 address prefix length' (arg 3) ontbreekt"

#: /etc/rc.d/init.d/xfs:144
msgid "Usage: $prog {start|stop|status|restart|reload|condrestart}"
msgstr "Gebruik: $prog {start|stop|status|restart|reload|condrestart}"

#: /etc/rc.d/init.d/ups:61
msgid "Stopping UPS monitor: "
msgstr "Stoppen van UPS monitor: "

# "character device" hier onvertaald gelaten.
#: /etc/rc.d/init.d/microcode_ctl:24
msgid "$0: $DEVICE not a character device?"
msgstr "$0: $DEVICE geen character device?"

#: /etc/sysconfig/network-scripts/ifup-aliases:306
msgid "error in $FILE: IPADDR_START and IPADDR_END don't agree"
msgstr "fout in $FILE: IPADDR_START en IPADDR_END komen niet overeen"

#: /etc/rc.d/init.d/functions:214
msgid "$base $killlevel"
msgstr "$base $killlevel"

#: /etc/rc.d/init.d/microcode_ctl:73
msgid "$0: reading microcode status is not yet supported"
msgstr "$0: lezen van microcode-status wordt nog niet ondersteund"

#: /etc/sysconfig/network-scripts/ifup-ppp:60
msgid "adsl-start does not exist or is not executable for ${DEVICE}"
msgstr "adsl-start bestaat niet of is niet uitvoerbaar voor ${DEVICE}"

#: /etc/rc.d/init.d/isdn:189
msgid "Shutting down $prog"
msgstr "Afsluiten van $prog"

#: /etc/rc.d/init.d/pcmcia:158
msgid "cardmgr (pid $pid) is running..."
msgstr "cardmgr (pid $pid) is opgestart..."

# vertaling ok?
#: /etc/rc.d/rc:39
msgid "Entering non-interactive startup"
msgstr "Beginnen met niet-interactief opstarten"

#: /etc/sysconfig/network-scripts/ifup-ipv6:119
msgid ""
"Global IPv6 forwarding is disabled in configuration, but not currently "
"disabled in kernel"
msgstr ""
"Globale IPv6 forwarding is uitgezet in de configuratie, maar is niet "
"uitgezet in de kernel"

#: /etc/rc.d/init.d/iptables:217
msgid "Saving firewall rules to $IPTABLES_DATA: "
msgstr "Firewall regels aan het opslaan naar $IPTABLES_DATA: "

#: /etc/rc.d/init.d/rpcgssd:89 /etc/rc.d/init.d/rpcidmapd:85
#: /etc/rc.d/init.d/rpcsvcgssd:88
msgid "Usage: $0 {start|stop|restart|condstart|condrestart|status}"
msgstr "Gebruik: $0 {start|stop|restart|condstart|condrestart|status}"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:318
msgid ""
"IPv6 forwarding per device cannot be controlled via sysctl - use netfilter6 "
"instead"
msgstr ""
"IPv6 forwarding per apparaat kan niet worden bestuurd via sysctl - gebruik "
"hiervoor netfilter6"

#: /etc/rc.d/init.d/mdmpd:44 /etc/rc.d/init.d/mdmpd:49
msgid "mdmpd"
msgstr "mdmpd"

#: /etc/rc.d/init.d/network:265
msgid "Shutting down loopback interface: "
msgstr "Afsluiten van loopback interface: "

#: /etc/rc.d/init.d/dovecot:60
msgid "Usage: $0 {condrestart|start|stop|restart|reload|status}"
msgstr "Gebruik: $0 {condrestart|start|stop|restart|reload|status}"

#: /etc/rc.d/init.d/syslog:37
msgid "Starting kernel logger: "
msgstr "Starten van kernel logger: "

#: /etc/rc.d/init.d/yppasswdd:49
msgid "Stopping YP passwd service: "
msgstr "Stoppen van YP passwd service: "

#: /etc/rc.d/rc.sysinit:725
msgid "Checking local filesystem quotas: "
msgstr "Lokale bestandsysteem-quota's controleren: "

#: /etc/rc.d/init.d/single:44
msgid "Telling INIT to go to single user mode."
msgstr "Aangeven aan INIT om naar single user mode over te gaan."

#: /etc/rc.d/init.d/pcmcia:81
msgid "Starting PCMCIA services: "
msgstr "Starten van PCMCIA services: "

#: /etc/rc.d/init.d/halt:214
msgid "$message"
msgstr "$message"

#: /etc/sysconfig/network-scripts/ifup:314
#: /etc/sysconfig/network-scripts/ifup:316
#: /etc/sysconfig/network-scripts/ifup:318
msgid " done."
msgstr " voltooid."

#: /etc/rc.d/init.d/halt:138 /etc/rc.d/init.d/netfs:56
msgid "Unmounting loopback filesystems (retry):"
msgstr "Loopback bestandssystemen afkoppelen (opnieuw):"

#: /etc/rc.d/init.d/hidd:25
msgid "Starting hidd: "
msgstr "Starten van hidd: "

#: /etc/rc.d/init.d/named:102
msgid "$prog reload"
msgstr "$prog herladen"

#: /etc/rc.d/init.d/cups-config-daemon:33
msgid "Stopping cups-config-daemon: "
msgstr "Stoppen van cups-config-daemon: "

# 'background readahead' onvertaald gelaten omdat het een naam is van een service
#: /etc/rc.d/init.d/readahead:19 /etc/rc.d/init.d/readahead_early:19
msgid "Starting background readahead: "
msgstr "Starten van background readahead: "

#: /etc/sysconfig/network-scripts/ifup:22
#: /etc/sysconfig/network-scripts/ifup:30
msgid "Usage: ifup <device name>"
msgstr "Gebruik: ifup <apparaatnaam>"

#: /etc/rc.d/init.d/sshd:60 /etc/rc.d/init.d/sshd:63
msgid "RSA key generation"
msgstr "RSA sleutel genereren"

#: /etc/rc.d/init.d/halt:126
msgid "Turning off quotas: "
msgstr "Uitschakelen van quotas: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1627
msgid "Pidfile '$pidfile' is empty, cannot send trigger to radvd"
msgstr "Pidbestand '$pidfile' is leeg, can de 'trigger' niet naar radvd sturen"

#: /etc/rc.d/init.d/netfs:38
msgid "Mounting NFS filesystems: "
msgstr "NFS-bestandssystemen aankoppelen: "

#: /etc/rc.d/init.d/NetworkManager:35
msgid "Starting NetworkManager daemon: "
msgstr "Starten van NetworkManager daemon: "

#: /etc/rc.d/init.d/named:60
msgid "Error in configuration file /etc/named.conf : $named_err"
msgstr "Fout in configuratiebestand /etc/named.conf : $named_err"

#: /etc/sysconfig/network-scripts/ifup-ipv6:290
msgid "Error occurred while calculating the IPv6to4 prefix"
msgstr "Fout tijdens het berekenen van de IPv6naar4 prefix"

#: /etc/rc.d/init.d/arptables_jf:165 /etc/rc.d/init.d/arptables_jf:166
msgid "Saving current rules to $ARPTABLES_CONFIG"
msgstr "Huidige regels aan het opslaan naar $ARPTABLES_CONFIG"

#: /etc/rc.d/init.d/smartd:76
msgid "Usage: $0 {start|stop|reload|report|restart|status}"
msgstr "Gebruik: $0 {start|stop|reload|report|restart|status}"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1408
msgid "Given IPv6 MTU '$ipv6_mtu' is out of range"
msgstr "Gegeven IPv6 MTU '$ipv6_mtu' valt buiten het bereik"

#: /etc/rc.d/init.d/nfs:155
msgid "Usage: nfs {start|stop|status|restart|reload|condrestart}"
msgstr "Gebruik: nfs {start|stop|status|restart|reload|condrestart}"

#: /etc/rc.d/init.d/kudzu:58 /etc/rc.d/init.d/kudzu:60
msgid "Run '/usr/sbin/kudzu' from the command line to re-detect."
msgstr ""
"Start '/usr/sbin/kudzu' vanaf de command line om opnieuw te laten detecteren."

#: /etc/rc.d/init.d/radvd:68
msgid "Usage: radvd {start|stop|status|restart|reload|condrestart}"
msgstr "Gebruik: radvd {start|stop|status|restart|reload|condrestart}"

#: /etc/sysconfig/network-scripts/ifup-aliases:67
msgid "usage: ifup-aliases <net-device> [<parent-config>]\n"
msgstr "Gebruik: ifup-aliases <netwerkkaart> [<parent-config>]\n"

#: /etc/rc.d/rc.sysinit:297
msgid "Loading default keymap"
msgstr "Laden van standaard toetsenbord instelling"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:155
msgid "ERROR: [ipv6_log] Cannot log to channel '$channel'"
msgstr "FOUT: [ipv6_log] Kan geen log aanmaken naar kanaal '$channel'"

#: /etc/rc.d/init.d/network:65
msgid "Bringing up loopback interface: "
msgstr "Opstarten van de loopback interface: "

#: /etc/rc.d/init.d/kadmin:54 /etc/rc.d/init.d/krb5kdc:44
msgid "Reopening $prog log file: "
msgstr "Heropenen van $prog log bestand: "

#: /etc/rc.d/init.d/functions:301
msgid "${base} dead but pid file exists"
msgstr "${base} afgesloten, maar pid bestand bestaat nog"

#: /etc/rc.d/init.d/smb:77 /etc/rc.d/init.d/winbind:65
msgid "Reloading smb.conf file: "
msgstr "Herladen van smb.conf bestand: "

#: /etc/rc.d/init.d/innd:59
msgid "Stopping INNFeed service: "
msgstr "Stoppen van INNFeed service: "

#: /etc/rc.d/init.d/psacct:36
msgid "Process accounting is enabled."
msgstr "Processenbeheer is aangezet."

#: /etc/sysconfig/network-scripts/ifup:294
msgid "Determining IP information for ${DEVICE}..."
msgstr "Nagaan van IP informatie voor ${DEVICE}..."

#: /etc/rc.d/init.d/postgresql:199
msgid "Stopping ${NAME} service: "
msgstr "Stoppen van ${NAME} service: "

#: /etc/rc.d/init.d/functions:152 /etc/rc.d/init.d/mDNSResponder:29
msgid "$base startup"
msgstr "$base start op"

#: /etc/sysconfig/network-scripts/ifup-ipv6:293
msgid "radvd control enabled, but config is not complete"
msgstr "radvd controle aangezet, maar de configuratie is niet volledig"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:981
msgid "Missing parameter 'address' (arg 1)"
msgstr "Parameter 'address' (arg 1) ontbreekt"

#: /etc/rc.d/init.d/isdn:245
msgid "$0: Link is down"
msgstr "$0: Link is uitgevallen"

#: /etc/rc.d/init.d/psacct:38
msgid "Process accounting is disabled."
msgstr "Processenbeheer is uitgezet."

#: /etc/rc.d/init.d/xinetd:78
msgid "Reloading configuration: "
msgstr "Herladen van configuratie: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:118
msgid "ERROR    "
msgstr "FOUT    "

#: /etc/rc.d/init.d/innd:26
msgid "Please run makehistory and/or makedbz before starting innd."
msgstr ""
"Gelieve makehistory en/of makedbz op te starten alvorens innd op te starten."

#: /etc/rc.d/init.d/ip6tables:172
msgid "Loading additional $IP6TABLES modules: "
msgstr "Laden van additionele $IP6TABLES modules: "

#: /etc/rc.d/rc.sysinit:729
msgid "Enabling local filesystem quotas: "
msgstr "Lokale bestandssysteemquota's aanzetten: "

#: /etc/rc.d/init.d/mDNSResponder:24
msgid "Starting mDNSResponder... "
msgstr "Starten van mDNSResponder... "

#: /etc/rc.d/init.d/netfs:149
msgid "Active NCP mountpoints: "
msgstr "Actieve NCP-koppelpunten: "

#: /etc/rc.d/init.d/exim:53
msgid "Shutting down exim: "
msgstr "Afsluiten van exim: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:216
msgid ""
"Utility 'sysctl' (package: procps) doesn't exist or isn't executable - stop"
msgstr ""
"Programma 'sysctl' (pakket: procps) bestaat niet of is niet uitvoerbaar - "
"stop"

#: /etc/rc.d/init.d/bootparamd:69 /etc/rc.d/init.d/pcmcia:55
#: /etc/rc.d/init.d/psacct:48 /etc/rc.d/init.d/routed:72
msgid "Usage: $0 {start|stop|status|restart|reload}"
msgstr "Gebruik: $0 {start|stop|status|restart|reload}"

#: /etc/rc.d/init.d/functions:458
msgid "yY"
msgstr "jJ"

#: /etc/sysconfig/network-scripts/ifup-aliases:226
#: /etc/sysconfig/network-scripts/ifup-aliases:236
msgid "error in ifcfg-${parent_device}: files"
msgstr "fout in de ifcfg-${parent_device}: bestanden"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1126
msgid "Missing parameter 'local IPv4 address' (arg 2)"
msgstr "Parameter 'local IPv4 address' (arg 2) ontbreekt"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1618
msgid "Given pidfile '$pidfile' doesn't exist, cannot send trigger to radvd"
msgstr ""
"Gegeven pidbestand '$pidfile' bestaat niet, kan de 'trigger' niet naar radvd "
"sturen"

#: /etc/rc.d/init.d/nfs:104
msgid "Shutting down NFS quotas: "
msgstr "Afsluiten van NFS quotas: "

#: /etc/rc.d/init.d/functions:90 /etc/rc.d/init.d/functions:118
msgid "$0: Usage: daemon [+/-nicelevel] {program}"
msgstr "$0: Gebruik: daemon [+/-nicelevel] {programma}"

#: /etc/rc.d/init.d/functions:307
msgid "${base} dead but subsys locked"
msgstr "${base} afgesloten, maar subsys is vergrendeld"

#: /etc/rc.d/init.d/named:33
msgid "$prog: already running"
msgstr "$prog: reeds opgestart"

#: /etc/rc.d/init.d/rstatd:21
msgid "Starting rstat services: "
msgstr "Starten van rstat services: "

#: /etc/rc.d/init.d/netfs:129
msgid "Configured CIFS mountpoints: "
msgstr "Geconfigureerde CIFS-koppelpunten: "

#: /etc/sysconfig/network-scripts/ifup:97
#: /etc/sysconfig/network-scripts/ifup:98
msgid "ERROR: could not add vlan ${VID} as ${DEVICE} on dev ${PHYSDEV}"
msgstr ""
"FOUT: kon vlan ${VID} niet als ${DEVICE} toevoegen op apparaat ${PHYSDEV}"

#: /etc/rc.d/init.d/vncserver:38
msgid "vncserver startup"
msgstr "vncserver opstarten"

#: /etc/sysconfig/network-scripts/init.ipv6-global:181
msgid "Usage: $0 {start|stop|reload|restart|showsysctl}"
msgstr "Gebruik: $0 {start|stop|reload|restart|showsysctl}"

#: /etc/rc.d/init.d/network:270
msgid "Disabling IPv4 packet forwarding: "
msgstr "Uitschakelen van IPv4 pakket forwarding: "

#: /etc/sysconfig/network-scripts/ifup-ppp:47
msgid "ifup-ppp for ${DEVICE} exiting"
msgstr "ifup-ppp voor ${DEVICE} gestopt"

#: /etc/rc.d/init.d/haldaemon:35
msgid "Stopping HAL daemon: "
msgstr "Stoppen van HAL daemon: "

#: /etc/rc.d/rc.sysinit:464
msgid "Checking root filesystem quotas: "
msgstr "root-bestandssysteem quota's controleren: "

#: /etc/rc.d/init.d/network:82
msgid "No 802.1Q VLAN support available in kernel."
msgstr "Geen 802.1Q VLAN ondersteuning beschikbaar in de kernel."

#: /etc/rc.d/init.d/nfs:145
msgid "reload"
msgstr "herladen"

#: /etc/rc.d/rc.sysinit:494 /etc/rc.d/rc.sysinit:502 /etc/rc.d/rc.sysinit:634
#: /etc/rc.d/rc.sysinit:639
msgid "Setting up Logical Volume Management:"
msgstr "Logisch volumebeheer instellen:"

#: /etc/rc.d/rc.sysinit:146
msgid "Initializing hardware... "
msgstr "Initialiseren van de hardware... "

#: /etc/rc.d/init.d/netfs:141
msgid "Active SMB mountpoints: "
msgstr "Actieve SMB-koppelpunten: "

#: /etc/rc.d/init.d/kadmin:35
msgid "Extracting kadm5 Service Keys: "
msgstr "Uitpakken van de kadm5 service sleutels: "

#: /etc/rc.d/init.d/privoxy:206
msgid "Starting $PRIVOXY_PRG: "
msgstr "Starten van $PRIVOXY_PRG: "

#: /etc/rc.d/init.d/innd:66
msgid "Stopping INN actived service: "
msgstr "Stoppen van INN actived service: "

#: /etc/rc.d/init.d/rpcidmapd:63
msgid "Shutting down NFS4 idmapd: "
msgstr "Afsluiten van NFS4 idmapd: "

#: /etc/rc.d/init.d/syslog:44
msgid "Shutting down kernel logger: "
msgstr "Afsluiten van kernel logger: "

#: /etc/rc.d/init.d/ups:48
msgid "Starting UPS monitor (master): "
msgstr "Starten van UPS monitor (master): "

#: /etc/rc.d/init.d/autofs:453
msgid "Stop $command"
msgstr "Stop $command"

#: /etc/rc.d/init.d/halt:35
msgid "Halting system..."
msgstr "Afsluiten van het systeem..."

#: /etc/rc.d/init.d/iptables:158
msgid "Applying $IPTABLES firewall rules: "
msgstr "Toepassen van $IPTABLES firewall regels: "

#: /etc/rc.d/init.d/functions:285
msgid "Usage: status {program}"
msgstr "Gebruik: status {programma}"

#: /etc/rc.d/init.d/amd:93 /etc/rc.d/init.d/sshd:124
msgid "Reloading $prog:"
msgstr "Herladen van $prog:"

#: /etc/rc.d/init.d/rhnsd:46
msgid "Stopping Red Hat Network Daemon: "
msgstr "Stoppen van Red Hat Network Daemon: "

#: /etc/sysconfig/network-scripts/ifup-ipv6:277
msgid ""
"Using 6to4 and RADVD IPv6 forwarding usually should be enabled, but it isn't"
msgstr ""
"Bij het gebruik van 6to4 en RADVD moet IPv6 forwarding normaal gezien "
"aangezet zijn, maar het is het niet"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:299
msgid "Forwarding control parameter isn't valid '$fw_control' (arg 1)"
msgstr "Forwarding controle parameter is niet geldig '$fw_control' (arg 1)"

#: /etc/rc.d/init.d/cyrus-imapd:75
msgid "done. "
msgstr "voltooid. "

#: /etc/rc.d/init.d/diskdump:223
msgid "TBD"
msgstr "TBD"

#: /etc/rc.d/init.d/rusersd:35
msgid "Stopping rusers services: "
msgstr "Stoppen van rusers services: "

#: /etc/rc.d/init.d/dund:25
msgid "Starting dund: "
msgstr "Starten van dund: "

#: /etc/rc.d/rc.sysinit:840
msgid "Enabling swap space: "
msgstr "Inschakelen van swap ruimte: "

#: /etc/rc.d/init.d/messagebus:26
msgid "Starting system message bus: "
msgstr "Starten van system message bus: "

#: /etc/sysconfig/network-scripts/ifup:29
msgid "$0: configuration for ${1} not found."
msgstr "$0: configuratie voor ${1} niet gevonden."

#: /etc/rc.d/init.d/privoxy:221
msgid "Stopping $PRIVOXY_PRG: "
msgstr "Stoppen van $PRIVOXY_PRG: "

#: /etc/sysconfig/network-scripts/ifup-sl:44
msgid "/etc/sysconfig/network-scripts/dip-$DEVICE does not exist"
msgstr "/etc/sysconfig/network-scripts/dip-$DEVICE bestaat niet"

#: /etc/rc.d/init.d/rpcidmapd:38
msgid "Starting NFS4 idmapd: "
msgstr "Starten van NFS4 idmapd: "

#: /etc/sysconfig/network-scripts/ifdown-sit:46
#: /etc/sysconfig/network-scripts/ifup-sit:59
msgid ""
"Device '$DEVICE' isn't supported here, use IPV6_AUTOTUNNEL setting and "
"restart (IPv6) networking"
msgstr ""
"Netwerkkaart '$DEVICE' wordt hier niet ondersteund, gebruik de "
"IPV6_AUTOTUNNEL instelling en herstart (IPv6) netwerking"

#: /etc/rc.d/init.d/yum:22
msgid "Enabling nightly yum update: "
msgstr "Inschakelen van nachtelijke yum update: "

#: /etc/rc.d/init.d/yum:65
msgid "Usage: $0 {start|stop|status|restart|reload|force-reload|condrestart}"
msgstr ""
"Gebruik: $0 {start|stop|status|restart|reload|force-reload|condrestart}"

#: /etc/rc.d/init.d/isicom:36
msgid "Disabling PLX devices... "
msgstr "Stoppen van PLX apparaten... "

#: /etc/rc.d/init.d/vsftpd:37
msgid "$prog $site"
msgstr "$prog $site"

#: /etc/rc.d/init.d/netplugd:33
msgid "Starting network plug daemon: "
msgstr "Starten van network plug daemon: "

#: /etc/rc.d/init.d/network:293
msgid "Currently active devices:"
msgstr "Actieve netwerkkaarten op dit moment:"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1188
msgid ""
"Given remote address '$addressipv4tunnel' on tunnel device '$device' is "
"already configured on device '$devnew'"
msgstr ""
"Gegeven adres '$addressipv4tunnel' op tunnel-apparaat '$device' is reeds "
"geconfigureerd op apparaat '$devnew'"

#: /etc/rc.d/init.d/isicom:63
msgid "Usage: ${0##*/} {start|stop|status|restart|reload|condrestart}"
msgstr "Gebruik: ${0##*/} {start|stop|status|restart|reload|condrestart}"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:941
msgid "Missing parameter 'IPv4 address' (arg 1)"
msgstr "Parameter 'IPv4 address' (arg 1) ontbreekt"

#: /etc/rc.d/init.d/rarpd:65
msgid "Usage: $0 {start|stop|restart|condrestart|reload|status}"
msgstr "Gebruik: $0 {start|stop|restart|condrestart|reload|status}"

#: /etc/rc.d/init.d/cyrus-imapd:141
msgid "Usage: $BASENAME {start|stop|restart|reload|condrestart|status}"
msgstr "Gebruik: $BASENAME {start|stop|restart|reload|condrestart|status}"

#: /etc/rc.d/init.d/smartd:63
msgid "Checking SMART devices now: "
msgstr "Controleren van SMART apparaten: "

#: /etc/sysconfig/network-scripts/ifup-ippp:55
#: /etc/sysconfig/network-scripts/ifup-isdn:55
msgid "$*"
msgstr "$*"

#: /etc/rc.d/init.d/dc_client:74 /etc/rc.d/init.d/dc_server:70
msgid "Usage: $prog {start|stop|restart|condrestart|status|help}"
msgstr "Gebruik: $prog {start|stop|restart|condrestart|status|help}"

#: /etc/rc.d/init.d/ypbind:44
msgid "Listening for an NIS domain server."
msgstr "Aan het luisteren naar een NIS domein server."

#: /etc/rc.d/rc.sysinit:420 /etc/rc.d/rc.sysinit:682
msgid "(Repair filesystem)"
msgstr "(Herstel bestandssysteem)"

#: /etc/rc.d/init.d/rpcgssd:67
msgid "Shutting down NFS4 gssd: "
msgstr "Afsluiten van NFS4 gssd: "

#: /etc/rc.d/init.d/vncserver:20
msgid "VNC server"
msgstr "VNC server"

#: /etc/sysconfig/network-scripts/ifup:169
msgid "Bridge support not available in this kernel"
msgstr "Geen bridge ondersteuning beschikbaar in deze kernel"

#: /etc/rc.d/init.d/pand:36
msgid "Shutting down pand: "
msgstr "Afsluiten van pand: "

#: /etc/sysconfig/network-scripts/ifup-ppp:81
msgid ""
"/etc/sysconfig/network-scripts/chat-${DEVNAME} does not exist for ${DEVICE}"
msgstr ""
"/etc/sysconfig/network-scripts/chat-${DEVNAME} bestaat niet voor ${DEVICE}"

#: /etc/rc.d/init.d/microcode_ctl:49
msgid "Applying Intel IA32 Microcode update: "
msgstr "Toepassen van Intel IA32 Microcode update: "

#: /etc/rc.d/init.d/microcode_ctl:76
msgid "Usage: $0 {start|restart}"
msgstr "Gebruik: $0 {start|restart}"

#: /etc/rc.d/init.d/pcmcia:104
msgid "using yenta_socket instead of $PCIC"
msgstr "gebruik yenta_socket in plaats van $PCIC"

#: /etc/rc.d/init.d/radiusd:37
msgid "Starting RADIUS server: "
msgstr "Starten van RADIUS server: "

#: /etc/sysconfig/network-scripts/ifdown:13
#: /etc/sysconfig/network-scripts/ifdown:20
msgid "usage: ifdown <device name>"
msgstr "Gebruik: ifdown <apparaatnaam>"

#: /etc/rc.d/init.d/nfslock:58
msgid "Starting NFS locking: "
msgstr "Starten van NFS locking: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1168
msgid "Missing parameter 'IPv4-tunnel address' (arg 2)"
msgstr "Parameter 'IPv4-tunnel address' (arg 2) ontbreekt"

#: /etc/rc.d/init.d/routed:41
msgid "Stopping routed (RIP) services: "
msgstr "Stoppen van routed (RIP) services: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:555
msgid "Missing parameter 'IPv6 address to test' (arg 2)"
msgstr "Ontbrekende parameter 'IPv6 address to test' (arg 2)"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1572
msgid "No reason given for sending trigger to radvd"
msgstr "Geen reden gegeven voor het verzenden van de 'trigger' naar radvd"

#: /etc/rc.d/init.d/arptables_jf:74
msgid "Applying arptables firewall rules: "
msgstr "Toepassen van arptables firewall regels: "

#: /etc/rc.d/init.d/isicom:20
msgid "Loading isicom firmware... "
msgstr "Laden van isicom firmware... "

#: /etc/rc.d/init.d/cyrus-imapd:71
msgid "preparing databases... "
msgstr "voorbereiden databases... "

#: /etc/rc.d/init.d/rwhod:23
msgid "Starting rwho services: "
msgstr "Starten van rwho services: "

#: /etc/rc.d/init.d/innd:45
msgid "Stopping INND service: "
msgstr "Stoppen van INND service: "

#: /etc/rc.d/init.d/psacct:23
msgid "Shutting down process accounting: "
msgstr "Afsluiten van processenbeheer: "

#: /etc/rc.d/init.d/dund:34
msgid "Shutting down dund: "
msgstr "Afsluiten van dund: "

#: /etc/rc.d/init.d/gpm:59
msgid "Shutting down console mouse services: "
msgstr "Afsluiten van console mouse services: "

#: /etc/rc.d/init.d/ypbind:29 /etc/rc.d/init.d/ypserv:30
msgid "Setting NIS domain name $NISDOMAIN: "
msgstr "Instellen NIS domein naam $NISDOMAIN: "

# 'Zoeken naar' klinkt beter dan 'Controleren op'
#: /etc/rc.d/init.d/kudzu:45
msgid "Checking for new hardware"
msgstr "Zoeken naar nieuwe hardware"

#: /etc/rc.d/init.d/ip6tables:27
msgid "ipchains and $IP6TABLES can not be used together."
msgstr "ipchains en $IP6TABLES kunnen niet naast elkaar worden gebruikt."

#: /etc/rc.d/init.d/isdn:178 /etc/rc.d/init.d/isdn:181
msgid "Starting $prog"
msgstr "Starten van $prog"

#: /etc/rc.d/init.d/autofs:457
msgid "Reload map $command"
msgstr "Herladen map $command"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1457
msgid ""
"Given IPv6 default gateway '$address' has scope '$device_scope' defined, "
"given default gateway device '$device' will be not used"
msgstr ""
"Gegeven IPv6 standaard gateway '$address' heeft een definieerd bereik "
"'$device_scope', gegeven standaard gateway apparaat '$device' zal niet "
"worden gebruikt"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1606
msgid "Unsupported mechanism '$mechanism' for sending trigger to radvd"
msgstr ""
"Niet ondersteund mechanisme '$mechanism' voor het verzenden van de 'trigger' "
"naar radvd"

#: /etc/rc.d/init.d/postgresql:257
msgid ""
"Usage: $0 {start|stop|status|restart|condrestart|condstop|reload|force-"
"reload}"
msgstr ""
"Gebruik: $0 {start|stop|status|restart|condrestart|condstop|reload|force-"
"reload}"

#: /etc/sysconfig/network-scripts/ifup-ipv6:199
msgid "Given IPv4 address '$ipv4addr' is not globally usable"
msgstr "Gegeven IPv4 adres '$ipv4addr' is niet globaal bruikbaar"

#: /etc/rc.d/init.d/smb:58 /etc/rc.d/init.d/smb:63 /etc/rc.d/init.d/winbind:51
msgid "Shutting down $KIND services: "
msgstr "Afsluiten van $KIND services: "

#: /etc/rc.d/init.d/ip6tables:257 /etc/rc.d/init.d/ip6tables:262
#: /etc/rc.d/init.d/iptables:257 /etc/rc.d/init.d/iptables:262
msgid "Firewall is not configured. "
msgstr "Firewall is niet geconfigureerd. "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:200
msgid "Kernel is not compiled with IPv6 support"
msgstr "Kernel is niet gecompileerd met ondersteuning voor IPv6"

#: /etc/rc.d/init.d/arptables_jf:106
msgid "Resetting built-in chains to the default ACCEPT policy:"
msgstr ""
"Herinstellen van de ingebouwde regels naar het standaard ACCEPT beleid:"

#: /etc/rc.d/init.d/functions:456
msgid "Start service $1 (Y)es/(N)o/(C)ontinue? [Y] "
msgstr "Start service $1 (J)a/(N)ee/(D)oorgaan? [J] "

#: /etc/rc.d/init.d/radiusd:56
msgid "Reloading RADIUS server: "
msgstr "Herladen van RADIUS server: "

#: /etc/rc.d/rc.sysinit:647
msgid "Checking filesystems"
msgstr "Bestandssystemen aan het controleren"

#: /etc/rc.d/init.d/arptables_jf:96
msgid "Removing user defined chains:"
msgstr "Verwijderen van door de gebruiker gedefinieerde regels:"

#: /etc/rc.d/rc.sysinit:351
msgid "Forcing file system integrity check due to default setting"
msgstr ""
"Integriteitscontrole van het bestandssysteem aan het afdwingen wegens de "
"standaard instellingen"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1577
msgid "Unsupported reason '$reason' for sending trigger to radvd"
msgstr ""
"Reden '$reason' niet ondersteund voor het verzenden van de 'trigger' naar "
"radvd"

#: /etc/rc.d/rc.sysinit:417 /etc/rc.d/rc.sysinit:617 /etc/rc.d/rc.sysinit:679
msgid "*** Dropping you to a shell; the system will reboot"
msgstr "*** U komt terecht in een shell, het systeem wordt herstart"

#: /etc/rc.d/init.d/ip6tables:158
msgid "Applying $IP6TABLES firewall rules: "
msgstr "Toepassen van $IP6TABLES firewall regels: "

#: /etc/rc.d/init.d/httpd:113
msgid ""
"Usage: $prog {start|stop|restart|condrestart|reload|status|fullstatus|"
"graceful|help|configtest}"
msgstr ""
"Gebruik: $prog {start|stop|restart|condrestart|reload|status|fullstatus|"
"graceful|help|configtest}"

#: /etc/rc.d/init.d/postgresql:119
msgid "Starting ${NAME} service: "
msgstr "Starten van ${NAME} service: "

#: /etc/rc.d/init.d/netfs:145
msgid "Active CIFS mountpoints: "
msgstr "Actieve CIFS-koppelpunten: "

#: /etc/rc.d/init.d/syslog:33
msgid "Starting system logger: "
msgstr "Starten van systeem logger: "

#: /etc/rc.d/init.d/nscd:66 /etc/rc.d/init.d/nscd:68
msgid "$prog shutdown"
msgstr "$prog afgesloten"

#: /etc/rc.d/init.d/sshd:53
msgid "Generating SSH2 RSA host key: "
msgstr "SSH2 RSA host sleutel aan het genereren: "

#: /etc/sysconfig/network-scripts/ifup:386
msgid "Error adding address ${IPADDR} for ${DEVICE}."
msgstr "Fout bij toekennen adres ${IPADDR} aan ${DEVICE}."

#: /etc/rc.d/init.d/pcmcia:118
msgid "cardmgr is already running."
msgstr "cardmgr is reeds opgestart."

#: /etc/rc.d/init.d/innd:33
msgid "Starting INND system: "
msgstr "Starten van INND systeem: "

#: /etc/rc.d/init.d/arptables_jf:138 /etc/rc.d/init.d/ip6tables:270
#: /etc/rc.d/init.d/iptables:270
msgid "Table: $table"
msgstr "Tabel: $table"

#: /etc/rc.d/init.d/netfs:125
msgid "Configured SMB mountpoints: "
msgstr "Geconfigureerde SMB-koppelpunten: "

#: /etc/rc.d/init.d/postgresql:162
msgid "Initializing database: "
msgstr "Initialiseren van de database: "

#: /etc/rc.d/init.d/ip6tables:118 /etc/rc.d/init.d/iptables:118
msgid "Setting chains to policy $policy: "
msgstr "Instellen regels naar beleid $policy: "

#: /etc/rc.d/init.d/nfs:142 /etc/rc.d/init.d/nfslock:119
msgid "restart"
msgstr "herstart"

#: /etc/rc.d/init.d/exim:43
msgid "Starting exim: "
msgstr "Starten van exim: "

#: /etc/sysconfig/network-scripts/ifup:367
msgid "Error, some other host already uses address ${IPADDR}."
msgstr "Fout, een andere host gebruikt reeds adres ${IPADDR}."

#: /etc/rc.d/init.d/nfs:117
msgid "Shutting down NFS services: "
msgstr "Afsluiten van NFS services: "

#: /etc/rc.d/init.d/netfs:133
msgid "Configured NCP mountpoints: "
msgstr "Geconfigureerde NCP-koppelpunten: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:623
msgid "Missing parameter 'IPv6-address' (arg 2)"
msgstr "Parameter 'IPv6-address' (arg 2) ontbreekt"

#: /etc/rc.d/init.d/functions:329
msgid "FAILED"
msgstr "MISLUKT"

#: /etc/rc.d/init.d/smb:42 /etc/rc.d/init.d/smb:47 /etc/rc.d/init.d/winbind:40
msgid "Starting $KIND services: "
msgstr "Starten van $KIND services: "

#: /etc/rc.d/init.d/pcmcia:161
msgid "cardmgr is stopped"
msgstr "cardmgr is gestopt"

#: /etc/rc.d/init.d/acpid:77 /etc/rc.d/init.d/messagebus:75
#: /etc/rc.d/init.d/readahead:46 /etc/rc.d/init.d/readahead_early:46
#: /etc/rc.d/init.d/rhnsd:82 /etc/rc.d/init.d/snmpd:86
#: /etc/rc.d/init.d/snmptrapd:76 /etc/rc.d/init.d/xinetd:117
msgid "Usage: $0 {start|stop|status|restart|condrestart|reload}"
msgstr "Gebruik: $0 {start|stop|status|restart|condrestart|reload}"

#: /etc/sysconfig/network-scripts/ifup-ipv6:241
msgid "Warning: interface 'tun6to4' does not support 'IPV6_DEFAULTGW', ignored"
msgstr ""
"Opgelet: interface 'tun6to4' ondersteund geen 'IPV6_DEFAULTGW'; genegeerd"

#: /etc/rc.d/init.d/cyrus-imapd:66
msgid "Starting $BASENAME: "
msgstr "Starten van $BASENAME: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:843
msgid "Given IPv4 address '$testipv4addr_valid' has no proper format"
msgstr ""
"Gegeven IPv4 address '$testipv4addr_valid' staat niet in het juiste formaat"

#: /etc/rc.d/init.d/network:275
msgid "Disabling IPv4 automatic defragmentation: "
msgstr "Uitschakelen van IPv4 automatische defragmentatie: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:373
msgid "Unknown error"
msgstr "Onbekende fout"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:527
msgid "Tunnel device 'sit0' is still up"
msgstr "Tunnel-apparaat 'sit0' staat nog aan"

#: /etc/rc.d/init.d/mdmonitor:43 /etc/rc.d/init.d/mdmonitor:47
msgid "mdadm"
msgstr "mdadm"

#: /etc/sysconfig/network-scripts/ifup-sit:72
msgid "Device '$DEVICE' is already up, please shutdown first"
msgstr "Netwerkkaart '$DEVICE' is reeds opgestart, schakel deze eerst uit"

#: /etc/rc.d/init.d/iptables:172
msgid "Loading additional $IPTABLES modules: "
msgstr "Laden van additionele $IPTABLES modules: "

#: /etc/sysconfig/network-scripts/ifup-sl:47
msgid "/etc/sysconfig/network-scripts/dip-$DEVICE does not exist for $DEVICE"
msgstr "/etc/sysconfig/network-scripts/dip-$DEVICE bestaat niet voor $DEVICE"

#: /etc/rc.d/init.d/isicom:16
msgid "Loading PLX (isicom) modules... "
msgstr "Laden van PLX (isicom) modules... "

#: /etc/rc.d/init.d/nfs:97
msgid "Shutting down NFS mountd: "
msgstr "Afsluiten van NFS-mountd: "

#: /etc/rc.d/init.d/halt:218
msgid "On the next boot fsck will be forced."
msgstr "Bij het opnieuw opstarten zal fsck uitgevoerd worden."

#: /etc/rc.d/init.d/functions:351
msgid "WARNING"
msgstr "WAARSCHUWING"

#: /etc/rc.d/init.d/network:80
msgid "Setting 802.1Q VLAN parameters: "
msgstr "Instellen van de 802.1Q VLAN parameters: "

#: /etc/rc.d/init.d/named:137
msgid "Usage: $0 {start|stop|status|restart|condrestart|reload|probe}"
msgstr "Gebruik: $0 {start|stop|status|restart|condrestart|reload|probe}"

#: /etc/rc.d/init.d/postgresql:146
msgid ""
"An old version of the database format was found.\n"
"You need to upgrade the data format before using PostgreSQL.\n"
"See $SYSDOCDIR/postgresql-$PGVERSION/README.rpm-dist for more information."
msgstr ""
"Een oude database formattering werd gevonden.\n"
"U dient de data-formattering te upgraden voordat u PostgreSQL gebruikt.\n"
"Bekijk $SYSDOCDIR/postgresql-$PGVERSION/README.rpm-dist voor meer informatie."

#: /etc/rc.d/init.d/sendmail:110
msgid "Shutting down sm-client: "
msgstr "Afsluiten van sm-client: "

#: /etc/sysconfig/network-scripts/ifup-aliases:310
msgid "error in $FILE: IPADDR_START greater than IPADDR_END"
msgstr "fout in $FILE: IPADDR_START groter dan IPADDR_END"

#: /etc/rc.d/rc.sysinit:183
msgid " storage"
msgstr " opslag"

#: /etc/rc.d/init.d/autofs:443
msgid "Checking for changes to /etc/auto.master ...."
msgstr "Aan het controleren op veranderingen in /etc/auto.master ...."

#: /etc/rc.d/init.d/autofs:402
msgid "No Mountpoints Defined"
msgstr "Geen koppelpunten gedefinieerd"

#: /etc/rc.d/rc.sysinit:460 /etc/rc.d/rc.sysinit:719
msgid "Converting old group quota files: "
msgstr "Oude groepsquota-bestanden omzetten: "

#: /etc/rc.d/init.d/network:290
msgid "Configured devices:"
msgstr "Geconfigureerde netwerkkaarten:"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:784
#: /etc/sysconfig/network-scripts/network-functions-ipv6:792
msgid "Given IPv6 address '$testipv6addr_valid' is not valid"
msgstr "Gegeven IPv6 adres '$testipv6addr_valid' is niet geldig"

#: /etc/rc.d/init.d/radiusd:45
msgid "Stopping RADIUS server: "
msgstr "Stoppen van RADIUS server: "

# user is niet in het bezit van file
#: /etc/rc.d/init.d/ldap:43
msgid "$file is not owned by \"$user\""
msgstr "$file is geen bezit van \"$user\""

#: /etc/rc.d/init.d/ospf6d:59
msgid "Usage: $prog {start|stop|restart|reload|condrestart|status}"
msgstr "Gebruik: $prog {start|stop|restart|reload|condrestart|status}"

#: /etc/rc.d/init.d/netfs:44
msgid "Mounting other filesystems: "
msgstr "Andere bestandssystemen aankoppelen: "

#: /etc/rc.d/init.d/netfs:102
msgid "Unmounting NFS filesystems: "
msgstr "NFS-bestandssystemen afkoppelen: "

#: /etc/sysconfig/network-scripts/ifup-aliases:160
msgid "error in $FILE: didn't specify device or ipaddr"
msgstr "fout in $FILE: geen netwerkkaart of IP adres opgegeven"

#: /etc/rc.d/init.d/nfslock:78
msgid "Stopping NFS locking: "
msgstr "Stoppen van NFS locking: "

#: /etc/rc.d/init.d/autofs:366
#, fuzzy
msgid "Unmounting loopback filesystem $match:  "
msgstr "Loopback-bestandssystemen afkoppelen: "

#: /etc/rc.d/init.d/atalk:23
msgid "Starting AppleTalk services: "
msgstr "Starten van AppleTalk services: "

#: /etc/sysconfig/network-scripts/ifup-ppp:49
msgid "pppd does not exist or is not executable for ${DEVICE}"
msgstr "pppd bestaat niet of is niet uitvoerbaar voor ${DEVICE}"

#: /etc/sysconfig/network-scripts/ifdown:31
#: /etc/sysconfig/network-scripts/ifup:41
msgid "Users cannot control this device."
msgstr "Gebruikers kunnen deze netwerkkaart niet beheren."

#: /etc/sysconfig/network-scripts/ifup-ppp:79
msgid "ifup-ppp for ${DEVNAME} exiting"
msgstr "ifup-ppp voor ${DEVNAME} gestopt"

#: /etc/sysconfig/network-scripts/ifup-sl:33
#: /etc/sysconfig/network-scripts/ifup-sl:45
msgid "ifup-sl for $DEVICE exiting"
msgstr "ifup-sl voor $DEVICE gestopt"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:121
msgid "WARN     "
msgstr "WAARSCHUWEN     "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:370
msgid ""
"'No route to host' adding route '$networkipv6' via gateway '$gatewayipv6' "
"through device '$device'"
msgstr ""
"'Geen route naar host' route '$networkipv6' wordt toegevoegd via gateway "
"'$gatewayipv6' op apparaat '$device'"

#: /etc/rc.d/init.d/network:145 /etc/rc.d/init.d/network:156
msgid "Bringing up interface $i: "
msgstr "Interface $i wordt aangezet: "

#: /etc/rc.d/rc.sysinit:620
msgid "(RAID Repair)"
msgstr "(RAID-herstel)"

#: /etc/rc.d/init.d/vncserver:55 /etc/rc.d/init.d/vncserver:56
msgid "vncserver shutdown"
msgstr "vncserver afgesloten"

#: /etc/rc.d/init.d/pcmcia:126 /etc/rc.d/init.d/pcmcia:149
msgid "done."
msgstr "voltooid."

#: /etc/rc.d/init.d/iptables:22
msgid "/sbin/$IPTABLES does not exist."
msgstr "/sbin/$IPTABLES bestaat niet."

#: /etc/sysconfig/network-scripts/ifup:160
msgid "Bridge support not available: brctl not found"
msgstr "Brug ondersteuning niet beschikbaar: brctl niet gevonden"

#: /etc/rc.d/init.d/pcmcia:132
msgid "Shutting down PCMCIA services: "
msgstr "Stoppen van PCMCIA services: "

#: /etc/rc.d/init.d/ip6tables:85 /etc/rc.d/init.d/iptables:85
msgid "Flushing firewall rules: "
msgstr "Wissen firewall regels: "

#: /etc/rc.d/rc.sysinit:700
msgid "Mounting local filesystems: "
msgstr "Lokale bestandssystemen aankoppelen: "

#: /etc/rc.d/init.d/halt:164
msgid "Unmounting pipe file systems (retry): "
msgstr "Loskoppelen van 'pipe file' systemen (opnieuw proberen): "

#: /etc/rc.d/init.d/iiim:32
msgid "Stopping IIIMF input server: "
msgstr "Stoppen van IIIMF input server: "

#: /etc/rc.d/init.d/cyrus-imapd:104
msgid "Reloading cyrus.conf file: "
msgstr "Herladen van cyrus.conf bestand: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:98
msgid "ERROR: [ipv6_log] Loglevel isn't valid '$level' (arg 2)"
msgstr "FOUT: [ipv6_log] Loglevel is niet geldig '$level' (arg 2)"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:130
msgid "NOTICE   "
msgstr "OPMERKING   "

#: /etc/rc.d/init.d/autofs:439
msgid "$prog not running"
msgstr "$prog is niet opgestart"

#: /etc/rc.d/init.d/arptables_jf:60
msgid "Clearing all current rules and user defined chains:"
msgstr ""
"Alle huidige regels, ook deze gedefinieerd door de gebruiker, aan het wissen:"

#: /etc/rc.d/rc.sysinit:330
msgid "Your system appears to have shut down uncleanly"
msgstr "Het ziet er naar uit dat uw systeem niet correct werd afgesloten"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1214
msgid "Tunnel device '$device' bringing up didn't work"
msgstr "Aanzetten van tunnel-apparaat '$device' is mislukt"

#: /etc/rc.d/init.d/nifd:34
msgid "Shutting down nifd services: "
msgstr "Afsluiten van nifd services: "

#: /etc/sysconfig/network-scripts/ifup:320
msgid " failed."
msgstr " mislukt."

#: /etc/sysconfig/network-scripts/network-functions-ipv6:124
msgid "CRITICAL "
msgstr "KRITIEK "

#: /etc/rc.d/init.d/nfs:62
msgid "Starting NFS quotas: "
msgstr "Starten van NFS quotas: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1030
msgid "Missing parameter 'global IPv4 address' (arg 2)"
msgstr "Parameter 'global IPv4 address' (arg 2) ontbreekt"

#: /etc/sysconfig/network-scripts/ifup-ppp:78
msgid "/etc/sysconfig/network-scripts/chat-${DEVNAME} does not exist"
msgstr "/etc/sysconfig/network-scripts/chat-${DEVNAME} bestaat niet"

#: /etc/rc.d/rc.sysinit:416 /etc/rc.d/rc.sysinit:678
msgid "*** An error occurred during the file system check."
msgstr "*** Er was een fout tijdens de schijfcontrole."

#: /etc/rc.d/init.d/arptables_jf:144
msgid "Changing target policies to DROP: "
msgstr "Veranderen van het doelbeleid naar DROP: "

#: /etc/sysconfig/network-scripts/ifup-ippp:362
#: /etc/sysconfig/network-scripts/ifup-isdn:362
msgid "Warning: link doesn't support IPv6 using encapsulation 'rawip'"
msgstr "Waarschuwing: link ondersteunt geen IPv6 met inkapseling van 'rawip'"

#: /etc/sysconfig/network-scripts/ifup-ppp:86
msgid "Setting up a new ${PEERCONF} config file"
msgstr "Instellen van een nieuw ${PEERCONF} configuratie bestand"

#: /etc/rc.d/init.d/pcmcia:71
msgid "PCIC module not defined in startup options!"
msgstr "PCIC-module niet gedefinieerd in de opstart-opties!"

#: /etc/rc.d/init.d/syslog:47
msgid "Shutting down system logger: "
msgstr "Afsluiten van systeem-logboek: "

#: /etc/rc.d/rc:62
msgid "Stopping $subsys: "
msgstr "Stoppen van $subsys: "

#: /etc/rc.d/init.d/ipsec:98
msgid "cannot find ipsec command"
msgstr "het ipsec commando kan niet worden gevonden"

#: /etc/sysconfig/network-scripts/ifup:296
msgid " failed; no link present.  Check cable?"
msgstr " mislukt; geen link aanwezig.  Misschien eens de kabel controleren?"

#: /etc/rc.d/init.d/isdn:149 /etc/rc.d/init.d/isdn:151
msgid "Loading Firmware"
msgstr "Laden firmware"

#: /etc/rc.d/init.d/nfslock:129
msgid "Usage: $0 {start|stop|status|restart|probe|condrestart}"
msgstr "Gebruik: $0 {start|stop|status|restart|probe|condrestart}"

#: /etc/rc.d/init.d/microcode_ctl:30
msgid "$0: microcode datafile not present (/etc/firmware/microcode.dat)"
msgstr "$0: microcode datafile niet aanwezig (/etc/firmware/microcode.dat)"

#: /etc/rc.d/init.d/diskdump:107
msgid "Saving panic dump: "
msgstr "Opslaan van panic dump: "

#: /etc/rc.d/init.d/halt:61
msgid "Sending all processes the KILL signal..."
msgstr "KILL signaal aan het verzenden naar alle processen..."

#: /etc/rc.d/init.d/netdump:261 /etc/rc.d/init.d/netdump:268
msgid "disabling netdump"
msgstr "uitschakelen van netdump"

#: /etc/sysconfig/network-scripts/ifup-routes:5
msgid "usage: ifup-routes <net-device> [<nickname>]"
msgstr "Gebruik: ifup-routes <net-device> [<alias>]"

#: /etc/rc.d/init.d/arptables_jf:161
msgid "Saving current rules to $ARPTABLES_CONFIG: "
msgstr "Huidige regels aan het opslaan naar $ARPTABLES_CONFIG: "

#: /etc/rc.d/rc.sysinit:556
msgid "Starting up RAID devices: "
msgstr "Opstarten van RAID apparaten: "

#: /etc/rc.d/init.d/anacron:56 /etc/rc.d/init.d/atd:80
#: /etc/rc.d/init.d/canna:64 /etc/rc.d/init.d/cpuspeed:76
#: /etc/rc.d/init.d/dhcp6s:77 /etc/rc.d/init.d/dhcrelay:78
#: /etc/rc.d/init.d/dictd:68 /etc/rc.d/init.d/gpm:89 /etc/rc.d/init.d/iiim:60
#: /etc/rc.d/init.d/ipsec:195 /etc/rc.d/init.d/ipsec:200
#: /etc/rc.d/init.d/ntpd:139 /etc/rc.d/init.d/sendmail:149
#: /etc/rc.d/init.d/ups:116 /etc/rc.d/init.d/vncserver:85
#: /etc/rc.d/init.d/vsftpd:82
msgid "Usage: $0 {start|stop|restart|condrestart|status}"
msgstr "Gebruik: $0 {start|stop|restart|condrestart|status}"

#: /etc/rc.d/init.d/autofs:267
msgid ""
"Configured Mount Points:\n"
"------------------------"
msgstr ""
"Geconfigureerde koppelpunten:\n"
"------------------------"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:811
msgid ""
"On given address '$testipv6addr_valid' the prefix length is out of range "
"(valid: 0-128)"
msgstr ""
"Op het gegeven adres '$testipv6addr_valid' valt de prefix lengte buiten het "
"bereik (geldig: 0-128)"

#: /etc/sysconfig/network-scripts/ifup-post:81
msgid "punching nameserver $nameserver through the firewall"
msgstr "pakketten van nameserver $nameserver mogen nu door de firewall heen"

#: /etc/rc.d/init.d/ntpd:83
msgid "$prog: Synchronizing with time server: "
msgstr "$prog: Aan het synchroniseren met tijd-server: "

#: /etc/rc.d/rc.sysinit:456 /etc/rc.d/rc.sysinit:714
msgid "Converting old user quota files: "
msgstr "Oude gebruikersquota-bestanden omzetten: "

#: /etc/rc.d/init.d/vsftpd:32
msgid "Starting $prog for $site: "
msgstr "Starten van $prog voor $site: "

#: /etc/rc.d/rc.sysinit:353
msgid "Not forcing file system integrity check due to default setting"
msgstr ""
"Integriteitscontrole van het bestandssysteem niet afdwingen wegens de "
"standaard instellingen"

#: /etc/rc.d/init.d/dund:60 /etc/rc.d/init.d/hidd:60 /etc/rc.d/init.d/pand:63
msgid "Usage: $0 {start|stop|restart|reload|condrestart}"
msgstr "Gebruik: $0 {start|stop|restart|reload|condrestart}"

#: /etc/rc.d/init.d/functions:310 /etc/rc.d/init.d/kudzu:84
msgid "${base} is stopped"
msgstr "${base} is gestopt"

#: /etc/sysconfig/network-scripts/ifup-aliases:110
#: /etc/sysconfig/network-scripts/network-functions:41
msgid "Missing config file $PARENTCONFIG."
msgstr "Configuratiebestand $PARENTCONFIG niet gevonden."

#: /etc/rc.d/init.d/sshd:79 /etc/rc.d/init.d/sshd:82
msgid "DSA key generation"
msgstr "DSA sleutel genereren"

#: /etc/rc.d/init.d/ypserv:44
msgid "Stopping YP server services: "
msgstr "Stoppen van YP server services: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1314
msgid "Unsupported selection '$selection' specified (arg 2)"
msgstr "Niet ondersteunde selectie '$selection' opgegeven (arg 2)"

#: /etc/rc.d/init.d/halt:216
msgid "On the next boot fsck will be skipped."
msgstr "De volgende keer dat u herstart, wordt fsck overgeslagen."

#: /etc/sysconfig/network-scripts/ifup:358
msgid "Failed to bring up ${DEVICE}."
msgstr "Opstarten van ${DEVICE} mislukte."

#: /etc/sysconfig/network-scripts/network-functions-ipv6:772
#: /etc/sysconfig/network-scripts/network-functions-ipv6:835
msgid "Parameter '$modequiet' for 'quiet' mode is not valid (arg 2)"
msgstr "Parameter '$modequiet' voor 'quiet' modus is ongeldig (arg 2)"

#: /etc/rc.d/init.d/halt:69
msgid "Saving mixer settings"
msgstr "Opslaan van mixer instellingen"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:488
msgid "Tunnel device 'sit0' enabling didn't work"
msgstr "Aanzetten tunnel-apparaat 'sit0' is mislukt"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:294
msgid "Missing parameter 'forwarding control' (arg 1)"
msgstr "Ontbrekende parameter 'forwarding control' (arg 1)"

#: /etc/rc.d/init.d/bluetooth:34
msgid "Starting Bluetooth services:"
msgstr "Starten van Bluetooth services:"

#: /etc/rc.d/rc.sysinit:119
msgid "\t\tPress 'I' to enter interactive startup."
msgstr "\t\tDruk op 'I' om interactief op te starten."

#: /etc/rc.d/init.d/diskdump:240
msgid "Usage: $0 {start|stop|format|initialformat|status|restart|reload}"
msgstr "Gebruik: $0 {start|stop|format|initialformat|status|restart|reload}"

#: /etc/rc.d/init.d/netfs:164 /etc/rc.d/init.d/network:302
msgid "Usage: $0 {start|stop|restart|reload|status}"
msgstr "Gebruik: $0 {start|stop|restart|reload|status}"

#: /etc/sysconfig/network-scripts/ifup:69
msgid "No 802.1Q VLAN support available in kernel for device ${DEVICE}"
msgstr ""
"Geen 802.1Q VLAN ondersteuning beschikbaar in kernel voor apparaat ${DEVICE}"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1510
msgid "Given IPv6 default device '$device' doesn't exist or isn't up"
msgstr ""
"Gegeven IPv6 standaard apparaat '$device' bestaat niet of staat niet aan"

#: /etc/sysconfig/network-scripts/ifup-sl:32
msgid "/usr/sbin/dip does not exist or is not executable"
msgstr "/usr/sbin/dip bestaat niet of is niet uitvoerbaar"

#: /etc/rc.d/rc.sysinit:779
msgid "Resetting hostname ${HOSTNAME}: "
msgstr "Herinstellen van hostname ${HOSTNAME}: "

#: /etc/rc.d/init.d/netfs:113
msgid "Unmounting SMB filesystems: "
msgstr "SMB-bestandssystemen afkoppelen: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:719
msgid "Missing parameter 'IPv6 address' (arg 2)"
msgstr "Ontbrekende parameter 'IPv6 address' (arg 2)"

#: /etc/rc.d/init.d/halt:186
msgid "Unmounting file systems: "
msgstr "Bestandssystemen afkoppelen: "

#: /etc/rc.d/init.d/functions:160
msgid "Usage: killproc {program} [signal]"
msgstr "Gebruik: killproc {programma} [signaal]"

#: /etc/rc.d/rc.sysinit:304
msgid "Setting hostname ${HOSTNAME}: "
msgstr "Instellen van hostnaam ${HOSTNAME}: "

#: /etc/rc.d/init.d/yppasswdd:40
msgid "Starting YP passwd service: "
msgstr "Starten van YP passwd service: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:35
msgid "ERROR: [ipv6_log] Missing 'message' (arg 1)"
msgstr "FOUT: [ipv6_log] ontbrekend 'bericht' (arg 1)"

#: /etc/sysconfig/network-scripts/ifdown-aliases:7
#: /etc/sysconfig/network-scripts/ifup-ipx:7
msgid "usage: $0 <net-device>"
msgstr "Gebruik: $0 <net-device>"

#: /etc/rc.d/init.d/cyrus-imapd:68
msgid "$BASENAME already running."
msgstr "$BASENAME reeds opgestart."

# Willekeursgetal = eigen inventie
#: /etc/rc.d/init.d/halt:75
msgid "Saving random seed: "
msgstr "Willekeursgetal opslaan: "

#: /etc/rc.d/init.d/isdn:122 /etc/rc.d/init.d/isdn:125
msgid "Loading ISDN modules"
msgstr "Laden van ISDN modules"

#: /etc/rc.d/init.d/rpcsvcgssd:41
msgid "Starting NFS4 svcgssd: "
msgstr "Starten van NFS4 svcgssd: "

#: /etc/rc.d/init.d/microcode_ctl:20
msgid "$0: microcode device $DEVICE doesn't exist?"
msgstr "$0: microcode apparaat $DEVICE bestaat niet?"

#: /etc/rc.d/init.d/privoxy:200
msgid "Can't find $PRIVOXY_CONF, exit."
msgstr "Kan $PRIVOXY_CONF niet vinden, gestopt."

#: /etc/sysconfig/network-scripts/ifup-ipv6:103
#: /etc/sysconfig/network-scripts/ifup-ipv6:120
msgid "Please restart network with '/sbin/service network restart'"
msgstr ""
"Gelieve het netwerk opnieuw op te starten via '/sbin/service network restart'"

#: /etc/rc.d/init.d/diskdump:221
msgid "diskdump not enabled"
msgstr "diskdump niet aangezet"

#: /etc/rc.d/init.d/diskdump:38
msgid "Device not specified in $CONF_DISKDUMP"
msgstr "Apparaat niet opgegeven in $CONF_DISKDUMP"

#: /etc/rc.d/init.d/sendmail:76
msgid "reloading $prog: "
msgstr "herladen van $prog: "

#: /etc/rc.d/rc.sysinit:418 /etc/rc.d/rc.sysinit:618 /etc/rc.d/rc.sysinit:680
msgid "*** when you leave the shell."
msgstr "*** wanneer u de shell verlaat."

#: /etc/rc.d/init.d/sendmail:58
msgid "Starting sm-client: "
msgstr "Starten van sm-client: "

#: /etc/rc.d/init.d/lisa:87
msgid "Usage: $prog {start|stop|restart|status|condrestart}"
msgstr "Gebruik: $prog {start|stop|restart|status|condrestart}"

#: /etc/rc.d/init.d/nifd:25
msgid "Starting nifd... "
msgstr "Starten van nifd... "

#: /etc/rc.d/init.d/netfs:41
msgid "Mounting CIFS filesystems: "
msgstr "CIFS-bestandssystemen aankoppelen: "

#: /etc/rc.d/init.d/arpwatch:66 /etc/rc.d/init.d/bluetooth:76
#: /etc/rc.d/init.d/irqbalance:87 /etc/rc.d/init.d/nscd:106
#: /etc/rc.d/init.d/portmap:91 /etc/rc.d/init.d/radiusd:76
#: /etc/rc.d/init.d/yppasswdd:79 /etc/rc.d/init.d/ypserv:74
#: /etc/rc.d/init.d/ypxfrd:61
msgid "Usage: $0 {start|stop|status|restart|reload|condrestart}"
msgstr "Gebruik: $0 {start|stop|status|restart|reload|condrestart}"

#: /etc/rc.d/init.d/functions:259
msgid "Usage: pidofproc {program}"
msgstr "Gebruik: pidofproc {programma}"

#: /etc/rc.d/init.d/rusersd:26
msgid "Starting rusers services: "
msgstr "Starten van rusers services: "

#: /etc/rc.d/rc.sysinit:378
msgid "Checking root filesystem"
msgstr "Controleren van het root bestandssysteem"

#: /etc/rc.d/init.d/netfs:137
msgid "Active NFS mountpoints: "
msgstr "Actieve NFS-koppelpunten: "

#: /etc/rc.d/rc.sysinit:473
msgid "Setting up ISA PNP devices: "
msgstr "Opzetten van ISA PNP apparaten: "

#: /etc/rc.d/init.d/kudzu:81
msgid "${base} has run"
msgstr "${base} is opgestart"

#: /etc/rc.d/init.d/nfs:68
msgid "Starting NFS daemon: "
msgstr "Starten van NFS daemon: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:992
msgid "Given address '$addr' is not a global IPv4 one (arg 1)"
msgstr "Gegeven adres '$addr' is geen algemeen (global) IPv4 adres (arg 1)"

#: /etc/rc.d/init.d/firstboot:54
msgid "Running system reconfiguration tool"
msgstr "Systeem herconfiguratie hulpmiddel aan het opstarten"

#: /etc/rc.d/rc.sysinit:235
msgid "Configuring kernel parameters: "
msgstr "Kernel parameters aan het configureren: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1310
msgid "Missing parameter 'selection' (arg 2)"
msgstr "Ontbrekende parameter 'selection' (arg 2)"

#: /etc/sysconfig/network-scripts/ifup-ipv6:212
msgid ""
"IPv6to4 configuration needs an IPv4 address on related interface or "
"otherwise specified"
msgstr ""
"IPv6to4 configuratie heeft een IPv4-adres op een gerelateerde interface "
"nodig of moet worden gespecificeerd"

#: /etc/rc.d/init.d/nfs:51
msgid "Starting NFS services: "
msgstr "Starten van NFS services: "

#: /etc/rc.d/init.d/haldaemon:27
msgid "Starting HAL daemon: "
msgstr "Starten van HAL daemon: "

#: /etc/rc.d/init.d/cups-config-daemon:25
msgid "Starting cups-config-daemon: "
msgstr "Starten van cups-config-daemon: "

#: /etc/rc.d/init.d/functions:318
msgid "OK"
msgstr "OK"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1201
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1207
msgid "Tunnel device '$device' creation didn't work"
msgstr "Aanmaken tunnel-apparaat '$device' is mislukt"

#: /etc/rc.d/init.d/pcmcia:112
msgid "module directory $PC not found."
msgstr "module map $PC werd niet gevonden."

#: /etc/rc.d/rc.sysinit:274
msgid "Setting clock $CLOCKDEF: `date`"
msgstr "Instellen van klok $CLOCKDEF: `date`"

#: /etc/rc.d/init.d/halt:51 /etc/rc.d/init.d/killall:10
msgid "Usage: $0 {start}"
msgstr "Gebruik: $0 {start}"

#: /etc/rc.d/rc.sysinit:400 /etc/rc.d/rc.sysinit:425 /etc/rc.d/rc.sysinit:625
#: /etc/rc.d/rc.sysinit:662 /etc/rc.d/rc.sysinit:687
msgid "Unmounting file systems"
msgstr "Bestandssystemen afkoppelen"

#: /etc/rc.d/init.d/diskdump:145
msgid "Starting diskdump: "
msgstr "Starten van diskdump: "

#: /etc/rc.d/init.d/pand:27
msgid "Starting pand: "
msgstr "Starten van pand: "

#: /etc/rc.d/init.d/acpid:36
msgid "Stopping acpi daemon: "
msgstr "Stoppen van acpi daemon: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:637
msgid "Device '$device' doesn't exist"
msgstr "Apparaat '$device' bestaat niet"

#: /etc/rc.d/init.d/cyrus-imapd:78
msgid "error! "
msgstr "fout! "

#: /etc/rc.d/init.d/smartd:57
msgid "Reloading $prog daemon configuration: "
msgstr "Herladen van $prog daemon configuratie: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:445
#: /etc/sysconfig/network-scripts/network-functions-ipv6:551
#: /etc/sysconfig/network-scripts/network-functions-ipv6:618
#: /etc/sysconfig/network-scripts/network-functions-ipv6:685
#: /etc/sysconfig/network-scripts/network-functions-ipv6:714
#: /etc/sysconfig/network-scripts/network-functions-ipv6:910
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1025
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1087
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1121
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1163
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1247
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1305
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1358
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1397
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1534
msgid "Missing parameter 'device' (arg 1)"
msgstr "Parameter 'device' (arg 1) ontbreekt"

#: /etc/rc.d/init.d/halt:140 /etc/rc.d/init.d/netfs:58
msgid "Unmounting loopback filesystems: "
msgstr "Loopback-bestandssystemen afkoppelen: "

#: /etc/rc.d/init.d/ip6tables:22
msgid "/sbin/$IP6TABLES does not exist."
msgstr "/sbin/$IP6TABLES bestaat niet."

#: /etc/rc.d/rc.sysinit:475
msgid "Skipping ISA PNP configuration at users request: "
msgstr "ISA PNP configuratie werd overgeslagen op aanvraag van de gebruiker: "

#: /etc/rc.d/init.d/rpcsvcgssd:66
msgid "Shutting down NFS4 svcgssd: "
msgstr "Afsluiten van NFS4 svcgssd: "

#: /etc/rc.d/init.d/halt:39
msgid "Please stand by while rebooting the system..."
msgstr "Gelieve te wachten terwijl het systeem herstart..."

#: /etc/rc.d/init.d/netfs:42
msgid "Mounting NCP filesystems: "
msgstr "NCP-bestandssystemen aankoppelen: "

#: /etc/rc.d/init.d/cyrus-imapd:80
msgid "$BASENAME startup"
msgstr "$BASENAME start op"

#: /etc/rc.d/init.d/netdump:251
msgid "initializing netconsole"
msgstr "initialiseren netconsole"

#: /etc/rc.d/init.d/functions:340
msgid "PASSED"
msgstr "VOLTOOID"

#: /etc/rc.d/init.d/netdump:264
msgid "disabling netconsole"
msgstr "uitschakelen van netconsole"

#: /etc/rc.d/init.d/xfs:119
msgid "Restarting $prog:"
msgstr "Herstarten van $prog:"

#: /etc/rc.d/init.d/sshd:34
msgid "Generating SSH1 RSA host key: "
msgstr "Genereren van SSH1 RSA host sleutel: "

#: /etc/rc.d/init.d/iptables:195
msgid "Unloading $IPTABLES modules: "
msgstr "Verwijderen van $IPTABLES modules: "

#: /etc/rc.d/init.d/aep1000:38 /etc/rc.d/init.d/bcm5820:46
msgid "Loading $module module"
msgstr "Laden van $module module"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:803
msgid "Missing prefix length for given address '$testipv6addr_valid'"
msgstr "Ontbrekende prefix lente voor het gegeven adres '$testipv6addr_valid'"

#: /etc/rc.d/init.d/halt:124
msgid "Turning off swap: "
msgstr "Uitschakelen van de swap ruimte: "

#: /etc/rc.d/init.d/privoxy:199
msgid "Can't find $PRIVOXY_BIN, exit."
msgstr "Kan $PRIVOXY_BIN niet vinden, gestopt."

#: /etc/sysconfig/network-scripts/ifup-aliases:152
msgid "error in $FILE: already seen ipaddr $IPADDR in $ipseen"
msgstr "fout in $FILE: $IPADDR reeds gezien in $ipseen"

#: /etc/rc.d/init.d/innd:52
msgid "Stopping INNWatch service: "
msgstr "Stoppen van INNWatch service: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1644
msgid "radvd not (properly) installed, triggering failed"
msgstr "radvd niet (juist) geïnstalleerd, 'triggerin' is mislukt"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1402
msgid "Missing parameter 'IPv6 MTU' (arg 2)"
msgstr "Ontbrekende parameter 'IPv6 MTU' (arg 2)"

#: /etc/rc.d/rc.sysinit:339
#, c-format
msgid "Press N within %d seconds to not force file system integrity check..."
msgstr ""
"Druk op N binnen de %d seconden om geen integriteitscontrole van het "
"bestandssysteem af te dwingen..."

#: /etc/rc.d/init.d/ypserv:35
msgid "Starting YP server services: "
msgstr "Starten van YP server services: "

#: /etc/rc.d/init.d/kadmin:86
msgid "Usage: $0 {start|stop|status|condrestart|reload|restart}"
msgstr "Gebruik: $0 {start|stop|status|condrestart|reload|restart}"

#: /etc/rc.d/init.d/isicom:30
msgid "Failed to load module: isicom"
msgstr "Kon volgende module niet laden: isicom"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1507
msgid "Given IPv6 default device '$device' requires an explicit nexthop"
msgstr ""
"Gegeven IPv6 standaard apparaat '$device' vereist een expliciete 'nexthop'"

#: /etc/rc.d/init.d/autofs:390 /etc/rc.d/init.d/sshd:106
msgid "Starting $prog:"
msgstr "Starten van $prog:"

#: /etc/rc.d/init.d/nfslock:62
msgid "Starting NFS statd: "
msgstr "Starten van NFS statd: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1036
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1093
#: /etc/sysconfig/network-scripts/network-functions-ipv6:1132
msgid "Given device '$device' is not supported (arg 1)"
msgstr "Gegeven apparaat '$device' is niet ondersteund (arg 1)"

#: /etc/rc.d/init.d/functions:207 /etc/rc.d/init.d/functions:218
msgid "$base shutdown"
msgstr "$base afgesloten"

#: /etc/rc.d/init.d/mysqld:105
msgid "Usage: $0 {start|stop|status|condrestart|restart}"
msgstr "Gebruik: $0 {start|stop|status|condrestart|restart}"

#: /etc/rc.d/init.d/autofs:409 /etc/rc.d/init.d/sshd:115
msgid "Stopping $prog:"
msgstr "Stoppen van $prog:"

#: /etc/rc.d/rc.sysinit:210
msgid " audio"
msgstr " audio"

#: /etc/rc.d/init.d/cups:114
msgid "Usage: $prog {start|stop|restart|condrestart|reload|status}"
msgstr "Gebruik: $prog {start|stop|restart|condrestart|reload|status}"

#: /etc/rc.d/rc.sysinit:294
msgid "Loading default keymap: "
msgstr "Laden van standaard toetsenbordinstelling: "

#: /etc/rc.d/init.d/netfs:100
msgid "Unmounting NFS filesystems (retry): "
msgstr "NFS-bestandssystemen afkoppelen (opnieuw): "

#: /etc/rc.d/init.d/nfs:137 /etc/rc.d/init.d/nfslock:110
msgid "start"
msgstr "start"

#: /etc/rc.d/init.d/network:244 /etc/rc.d/init.d/network:254
msgid "Shutting down interface $i: "
msgstr "Afsluiten van interface $i: "

#: /etc/rc.d/rc.sysinit:217
msgid " done"
msgstr " voltooid"

#: /etc/sysconfig/network-scripts/ifup:114
msgid "WARNING: vconfig not able to disable REORDER_HDR on ${DEVICE}"
msgstr ""
"WAARSCHUWING: vconfig is niet in staat om REORDER_HDR uit te zetten op "
"${DEVICE}"

#: /etc/rc.d/rc.sysinit:203
msgid " network"
msgstr " netwerk"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:1465
msgid ""
"Given IPv6 default gateway '$address' is link-local, but no scope or gateway "
"device is specified"
msgstr ""
"Gegeven IPv6 standaard gateway '$address' is link-local, maar er is geen "
"bereik of gateway-apparaat opgegeven"

#: /etc/rc.d/init.d/diskdump:218
msgid "diskdump enabled"
msgstr "diskdump aangezet"

#: /etc/rc.d/init.d/nfslock:82
msgid "Stopping NFS statd: "
msgstr "Stoppen van NFS statd: "

#: /etc/sysconfig/network-scripts/ifup-ipv6:172
msgid "Device 'tun6to4' (from '$DEVICE') is already up, shutdown first"
msgstr ""
"Netwerkkaart 'tun6to4' (van '$DEVICE') is reeds opgestart, sluit het eerst af"

#: /etc/rc.d/init.d/autofs:391 /etc/rc.d/init.d/autofs:444
#: /etc/rc.d/init.d/autofs:445
msgid "could not make temp file"
msgstr "kon geen tijdelijk bestand aanmaken"

#: /etc/rc.d/init.d/iptables:27
msgid "ipchains and $IPTABLES can not be used together."
msgstr "ipchains en $IPTABLES kunnen niet naast elkaar worden gebruikt."

#: /etc/rc.d/init.d/netplugd:41
msgid "Shutting down network plug daemon: "
msgstr "Afsluiten van network plug daemon: "

#: /etc/rc.d/init.d/sshd:41 /etc/rc.d/init.d/sshd:44
msgid "RSA1 key generation"
msgstr "RSA1 sleutel aan het genereren"

#: /etc/rc.d/init.d/apmd:26
msgid "Starting up APM daemon: "
msgstr "Starten van APM-daemon: "

#: /etc/rc.d/init.d/isdn:138
msgid "Unloading ISDN modules"
msgstr "Verwijderen van ISDN modules"

#: /etc/sysconfig/network-scripts/ifup-ipv6:300
msgid "6to4 configuration is not valid"
msgstr "6to4 configuratie is niet geldig"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:145
msgid ""
"ERROR: [ipv6_log] Syslog is chosen, but binary 'logger' doesn't exist or "
"isn't executable"
msgstr ""
"FOUT: [ipv6_log] Syslog werd gekozen, maar het binaire bestand 'logger' "
"bestaat niet of is niet uitvoerbaar"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:211
msgid ""
"Utility 'ip' (package: iproute) doesn't exist or isn't executable - stop"
msgstr ""
"Programma 'ip' (pakket: iproute) bestaat niet of is niet uitvoerbaar - stop"

#: /etc/rc.d/init.d/netdump:243 /etc/rc.d/init.d/netdump:247
msgid "initializing netdump"
msgstr "initialiseren netdump"

#: /etc/rc.d/init.d/microcode_ctl:57
msgid "$0: kernel does not have microcode device support"
msgstr "$0: kernel ondersteunt geen microcode apparaat"

#: /etc/rc.d/init.d/ip6tables:195
msgid "Unloading $IP6TABLES modules: "
msgstr "Verwijderen van $IP6TABLES modules: "

#: /etc/rc.d/init.d/firstboot:49
msgid "X is now configured.  Starting Setup Agent"
msgstr "X is nu geconfigureerd.  Setup Agent aan het opstarten"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:643
msgid "Device '$device' enabling didn't work"
msgstr "Aanzetten van apparaat '$device' is mislukt"

#: /etc/rc.d/init.d/functions:464
msgid "nN"
msgstr "nN"

#: /etc/rc.d/rc.sysinit:483
msgid "Remounting root filesystem in read-write mode: "
msgstr "root-bestandssysteem aankoppelen in lezen-schrijven modus: "

#: /etc/rc.d/init.d/yum:57
msgid "Nightly yum update is enabled."
msgstr "Nachtelijke yum update is aangezet."

#: /etc/rc.d/init.d/halt:120
msgid "Syncing hardware clock to system time"
msgstr "Synchroniseren van hardware klok met de systeemtijd"

#: /etc/rc.d/init.d/sshd:94
msgid "Configuration file or keys are invalid"
msgstr "Configuratiebestand of toetsen zijn niet geldig"

#: /etc/rc.d/init.d/functions:460
msgid "cC"
msgstr "dD"

#: /etc/sysconfig/network-scripts/network-functions-ipv6:115
msgid "DEBUG    "
msgstr "DEBUG    "

#: /etc/rc.d/init.d/sshd:72
msgid "Generating SSH2 DSA host key: "
msgstr "Genereren van SSH2 DSA host sleutel: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:857
msgid "Part $c of given IPv4 address '$testipv4addr_valid' is out of range"
msgstr ""
"Onderdeel $c van het gegeven IPv4 adres '$testipv4addr_valid' valt buiten "
"het bereik"

#: /etc/rc.d/init.d/portmap:29
msgid "Networking not configured - exiting"
msgstr "Netwerk niet geconfigureerd - gestopt"

#: /etc/rc.d/init.d/acpid:26
msgid "Starting acpi daemon: "
msgstr "Starten van acpi daemon: "

#: /etc/rc.d/init.d/netfs:40
msgid "Mounting SMB filesystems: "
msgstr "SMB-bestandssystemen aankoppelen: "

#: /etc/rc.d/init.d/iiim:20
msgid "Starting IIIMF input server: "
msgstr "Starten van IIIMF input server: "

#: /etc/sysconfig/network-scripts/network-functions-ipv6:340
#: /etc/sysconfig/network-scripts/network-functions-ipv6:395
msgid "Missing parameter 'IPv6-network' (arg 1)"
msgstr "Parameter 'IPv6-network' (arg 1) ontbreekt"

#: /etc/rc.d/init.d/ip6tables:251 /etc/rc.d/init.d/iptables:251
msgid "Firewall is stopped."
msgstr "Firewall is gestopt."

#: /etc/rc.d/rc.sysinit:403 /etc/rc.d/rc.sysinit:428 /etc/rc.d/rc.sysinit:628
#: /etc/rc.d/rc.sysinit:665 /etc/rc.d/rc.sysinit:690
msgid "Automatic reboot in progress."
msgstr "Automatisch herstarten in werking."

#: /etc/sysconfig/network-scripts/ifup-ppp:46
msgid "pppd does not exist or is not executable"
msgstr "pppd bestaat niet of is niet uitvoerbaar"

#: /etc/rc.d/init.d/functions:431
msgid "$STRING"
msgstr "$STRING"

#: /etc/rc.d/init.d/sendmail:94
msgid "reloading sm-client: "
msgstr "herladen van sm-client: "

#: /etc/sysconfig/network-scripts/ifup-sl:54
msgid "dip started for $DEVICE on $MODEMPORT at $LINESPEED"
msgstr "dip gestart voor $DEVICE op $MODEMPORT met $LINESPEED\""

#: /etc/rc.d/init.d/netfs:153
msgid "/proc filesystem unavailable"
msgstr "/proc bestandssysteem niet beschikbaar"

#: /etc/rc.d/init.d/nfs:85
msgid "Starting NFS mountd: "
msgstr "Starten van NFS-mountd: "

#: /etc/rc.d/rc.sysinit:616
msgid "*** An error occurred during the RAID startup"
msgstr "*** Er deed zich een fout voor tijdens het opstarten van RAID"

#: /etc/rc.d/init.d/functions:293
msgid "${base} (pid $pid) is running..."
msgstr "${base} (pid $pid) is opgestart..."

#: /etc/rc.d/rc.sysinit:343
#, c-format
msgid "Press Y within %d seconds to force file system integrity check..."
msgstr ""
"Druk op J binnen de %d seconden om een integriteitscontrole van het "
"bestandssysteem af te dwingen..."

# werkwoord of znw?
#: /etc/rc.d/init.d/ypbind:34
msgid "Binding to the NIS domain: "
msgstr "Binding maken met het NIS domein: "

#: /etc/rc.d/init.d/aep1000:73 /etc/rc.d/init.d/amd:39
#: /etc/rc.d/init.d/anacron:24 /etc/rc.d/init.d/arpwatch:35
#: /etc/rc.d/init.d/atd:39 /etc/rc.d/init.d/bootparamd:38
#: /etc/rc.d/init.d/cpuspeed:43 /etc/rc.d/init.d/crond:31
#: /etc/rc.d/init.d/cups:71 /etc/rc.d/init.d/dc_client:41
#: /etc/rc.d/init.d/dc_server:37 /etc/rc.d/init.d/dovecot:27
#: /etc/rc.d/init.d/httpd:69 /etc/rc.d/init.d/irqbalance:56
#: /etc/rc.d/init.d/kadmin:47 /etc/rc.d/init.d/kprop:37
#: /etc/rc.d/init.d/krb524:37 /etc/rc.d/init.d/krb5kdc:37
#: /etc/rc.d/init.d/ldap:83 /etc/rc.d/init.d/ldap:90 /etc/rc.d/init.d/lisa:48
#: /etc/rc.d/init.d/lm_sensors:80 /etc/rc.d/init.d/mdmpd:57
#: /etc/rc.d/init.d/mysqld:68 /etc/rc.d/init.d/mysqld:70
#: /etc/rc.d/init.d/named:70 /etc/rc.d/init.d/nscd:57
#: /etc/rc.d/init.d/portmap:57 /etc/rc.d/init.d/radvd:45
#: /etc/rc.d/init.d/rarpd:32 /etc/rc.d/init.d/rwalld:33
#: /etc/rc.d/init.d/saslauthd:45 /etc/rc.d/init.d/snmpd:34
#: /etc/rc.d/init.d/snmptrapd:32 /etc/rc.d/init.d/squid:83
#: /etc/rc.d/init.d/ups:67 /etc/rc.d/init.d/xinetd:68
msgid "Stopping $prog: "
msgstr "Stoppen van $prog: "

#~ msgid "Postmaster already running."
#~ msgstr "Postmaster is reeds opgestart."

#~ msgid "$prog: Removing firewall opening for $server port 123"
#~ msgstr "$prog: firewall-opening voor $server poort 123 afdichten"

#~ msgid "$prog: Opening firewall for input from $server port 123"
#~ msgstr "$prog: Openen van de firewall voor invoer vanaf $server port 123"

#~ msgid "permission denied (must be superuser)"
#~ msgstr "geen toestemming (moet superuser zijn)"

#~ msgid "$prog startup"
#~ msgstr "$prog start op"

#~ msgid "Stopping NetWare emulator-server: "
#~ msgstr "Stoppen van NetWare emulator-server: "

#~ msgid "The random data source exists"
#~ msgstr "De random databron bestaat"

#~ msgid "Mounting USB filesystem: "
#~ msgstr "USB-bestandssysteem aankoppelen: "

#~ msgid "$prog has run"
#~ msgstr "$prog is opgestart"

#~ msgid "iSCSI daemon already running"
#~ msgstr "iSCSI daemon is reeds opgestart"

#~ msgid "Could not find /etc/iscsi.conf!"
#~ msgstr "Kon het bestand /etc/iscsi.conf niet vinden!"

#~ msgid "Initializing USB HID interface: "
#~ msgstr "Initialiseren van USB HID interface: "

#~ msgid "  If the command 'raw' still refers to /dev/raw as a file."
#~ msgstr ""
#~ "  Als de opdracht 'raw' nog steeds naar /dev/raw verwijst als bestand."

#~ msgid "Creating initial udev device nodes:"
#~ msgstr "Aanmaken van initiële udev device nodes:"

#~ msgid "Activating swap partitions: "
#~ msgstr "Activeren van de swap partities: "

#~ msgid "done"
#~ msgstr "voltooid"

#~ msgid "Initializing firewire controller ($alias): "
#~ msgstr "Initialiseren van firewire controller ($alias): "

#~ msgid "Stopping iSCSI:"
#~ msgstr "Stoppen van iSCSI:"

#~ msgid "InitiatorName file /etc/initiatorname.iscsi is missing!"
#~ msgstr "InitiatorName bestand /etc/initiatorname.iscsi bestaat niet!"

#~ msgid "Starting NetWare emulator-server: "
#~ msgstr "Starten van NetWare emulator-server: "

#~ msgid "   you'll have to upgrade your util-linux package"
#~ msgstr "   U dient het util-linux pakket up te daten"

#~ msgid "Updating /etc/fstab"
#~ msgstr "Updaten van /etc/fstab"

#~ msgid "$prog is stopped"
#~ msgstr "$prog is gestopt"

#~ msgid "Generating ident key: "
#~ msgstr "Genereren van ident sleutel: "

#~ msgid "Assigning devices: "
#~ msgstr "Toewijzen apparaten: "

#~ msgid "     rawdevices are now located in the directory /dev/raw/ "
#~ msgstr "     rawdevices zijn nu terug te vinden in de map /dev/raw/ "

#~ msgid "Initializing USB keyboard: "
#~ msgstr "Initialiseren van USB toetsenbord: "

#~ msgid "Loading sound module ($alias): "
#~ msgstr "Inladen van de geluidsmodule ($alias): "

#~ msgid "Initializing USB controller ($alias): "
#~ msgstr "Initialiseren van USB controller ($alias): "

#~ msgid " umount"
#~ msgstr " afkoppelen"

#~ msgid "Starting iSCSI: iscsi"
#~ msgstr "Starten van iSCSI: iscsi"

#~ msgid "Initializing USB mouse: "
#~ msgstr "Initialiseren van de USB muis: "

#~ msgid "You need to be root to use this command ! "
#~ msgstr "U dient root te zijn om dit programma te gebruiken ! "

#~ msgid "Initializing random number generator: "
#~ msgstr "Initialiseren van random nummer generator: "

#~ msgid "The random data source is missing"
#~ msgstr "De random data bron is niet aanwezig"

#~ msgid "  Please correct your /etc/sysconfig/rawdevices:"
#~ msgstr "  Gelieve /etc/sysconfig/rawdevices aan te passen:"

#~ msgid "Could not load module iscsi.o"
#~ msgstr "Kon module iscsi.o niet inladen"

#~ msgid "Usage: $0 {start|stop|restart|status|panic|save}"
#~ msgstr "Gebruik: $0 {start|stop|restart|status|panic|save}"

#~ msgid "Loading system font: "
#~ msgstr "Inladen van het lettertype gebruikt door het systeem: "

#~ msgid "No status available for this package"
#~ msgstr "Geen status beschikbaar voor dit pakket"

#~ msgid "Resetting built-in chains to the default ACCEPT policy"
#~ msgstr ""
#~ "Herinstellen van de ingebouwde regels naar het standaard ACCEPT beleid"

#~ msgid "Saving current rules to $IPCHAINS_CONFIG: "
#~ msgstr "Opslaan van huidige regels naar $IPCHAINS_CONFIG: "

#~ msgid "Changing target policies to DENY: "
#~ msgstr "Wijzigen van doel-beleid naar DENY: "

#~ msgid "Applying ipchains firewall rules"
#~ msgstr "Toepassen van de ipchains firewall regels"

#~ msgid "Changing target policies to DENY"
#~ msgstr "Veranderen van doel-beleid naar DENY"

#~ msgid "Finding module dependencies: "
#~ msgstr "Aan het zoeken naar module afhankelijkheden: "

#~ msgid "Mounting proc filesystem: "
#~ msgstr "proc-bestandssysteem aankoppelen: "

#~ msgid " cardmgr."
#~ msgstr " cardmgr."

#~ msgid "Saving current rules to $IPCHAINS_CONFIG"
#~ msgstr "Opslaan van huidige regels naar $IPCHAINS_CONFIG"

#~ msgid "Loading keymap: "
#~ msgstr "Inladen van toetsenbord instelling: "

#~ msgid "Unmounting initrd: "
#~ msgstr "initrd afkoppelen: "

#~ msgid "Usage: nfs {start|stop|status|restart|reload}"
#~ msgstr "Gebruik: nfs {start|stop|status|restart|reload}"

#~ msgid "Error initializing device ${DEVICE}"
#~ msgstr "Fout tijdens het initialiseren van netwerkkaart ${DEVICE}"
lc">#: any.pm:582 #, c-format msgid "" "Here are the entries on your boot menu so far.\n" "You can create additional entries or change the existing ones." msgstr "" "Ово су постављне опције.\n" "Можете додати нове или изменити старе." #: any.pm:745 #, c-format msgid "access to X programs" msgstr "приступ X програмима" #: any.pm:746 #, c-format msgid "access to rpm tools" msgstr "приступ rpm алатима" #: any.pm:747 #, c-format msgid "allow \"su\"" msgstr "дозволи \"su\"" #: any.pm:748 #, c-format msgid "access to administrative files" msgstr "приступ административним фајловима" #: any.pm:749 #, c-format msgid "access to network tools" msgstr "приступ мрежним алатима" #: any.pm:750 #, c-format msgid "access to compilation tools" msgstr "приступ алатима за компајлирање" #: any.pm:756 #, c-format msgid "(already added %s)" msgstr "(%s већ постоји)" #: any.pm:762 #, c-format msgid "Please give a user name" msgstr "Одредите корисничко име" #: any.pm:763 #, c-format msgid "" "The user name must contain only lower cased letters, numbers, `-' and `_'" msgstr "Корисничко име може садржати само мала слова, бројеве, `-' и `_'" #: any.pm:764 #, c-format msgid "The user name is too long" msgstr "Корисничко име већ је предугачко" #: any.pm:765 #, c-format msgid "This user name has already been added" msgstr "Ово корисничко име већ постоји" #: any.pm:771 any.pm:798 #, c-format msgid "User ID" msgstr "Корисников ID" #: any.pm:771 any.pm:799 #, c-format msgid "Group ID" msgstr "Групни ID" #: any.pm:772 #, fuzzy, c-format msgid "%s must be a number" msgstr "Опција %s мора бити број!" #: any.pm:773 #, c-format msgid "%s should be above 500. Accept anyway?" msgstr "" #: any.pm:777 #, fuzzy, c-format msgid "User management" msgstr "Корисничко име" #: any.pm:784 authentication.pm:183 #, fuzzy, c-format msgid "Set administrator (root) password" msgstr "Унеси root лозинку" #: any.pm:789 #, fuzzy, c-format msgid "Enter a user" msgstr "" "Унеси корисника\n" "%s" #: any.pm:790 #, c-format msgid "Real name" msgstr "Право име" #: any.pm:793 #, c-format msgid "Login name" msgstr "Име за пријављивање" #: any.pm:797 #, c-format msgid "Shell" msgstr "Shell" #: any.pm:835 security/l10n.pm:14 #, c-format msgid "Autologin" msgstr "Ауто логовање" #: any.pm:836 #, c-format msgid "I can set up your computer to automatically log on one user." msgstr "Ја могу подести ваш рачунар да аутоматски улогује једног корисника." #: any.pm:837 #, fuzzy, c-format msgid "Use this feature" msgstr "Да ли желите да користите ову опцију ?" #: any.pm:838 #, c-format msgid "Choose the default user:" msgstr "Изаберите default (основног) корисника:" #: any.pm:839 #, c-format msgid "Choose the window manager to run:" msgstr "Изаберите менаџер прозора који желите да користите:" #: any.pm:862 any.pm:912 #, fuzzy, c-format msgid "Release Notes" msgstr "Верзија: " #: any.pm:869 any.pm:1201 interactive/gtk.pm:766 #, c-format msgid "Close" msgstr "Затвори" #: any.pm:905 #, c-format msgid "License agreement" msgstr "ЛИценцирани уговор" #: any.pm:908 diskdrake/dav.pm:26 #, c-format msgid "Quit" msgstr "Крај" #: any.pm:915 #, c-format msgid "Accept" msgstr "Прихвати" #: any.pm:915 #, c-format msgid "Refuse" msgstr "Одбаци" #: any.pm:930 any.pm:996 #, c-format msgid "Please choose a language to use." msgstr "Изаберите који језик желите да кориситите." #: any.pm:931 any.pm:997 #, fuzzy, c-format msgid "Language choice" msgstr "упуство" #: any.pm:961 #, c-format msgid "" "Mandriva Linux can support multiple languages. Select\n" "the languages you would like to install. They will be available\n" "when your installation is complete and you restart your system." msgstr "Можете изабрати други језик који ће бити доступан после инсталације " #: any.pm:964 #, c-format msgid "Multi languages" msgstr "" #: any.pm:975 any.pm:1005 #, c-format msgid "Old compatibility (non UTF-8) encoding" msgstr "" #: any.pm:977 #, c-format msgid "All languages" msgstr "Сви језици" #: any.pm:1052 #, c-format msgid "Country / Region" msgstr "Земља" #: any.pm:1054 #, c-format msgid "Please choose your country." msgstr "Изаберите своју земљу." #: any.pm:1056 #, c-format msgid "Here is the full list of available countries" msgstr "Овде је представљена цела листа доступних земаља" #: any.pm:1057 #, fuzzy, c-format msgid "Other Countries" msgstr "Остали портови" #: any.pm:1057 interactive.pm:481 #, c-format msgid "Advanced" msgstr "Напредно" #: any.pm:1063 #, fuzzy, c-format msgid "Input method:" msgstr "Мрежни метод:" #: any.pm:1066 #, c-format msgid "None" msgstr "Неиједан" #: any.pm:1146 #, c-format msgid "No sharing" msgstr "Нема заједничког дељења" #: any.pm:1146 #, c-format msgid "Allow all users" msgstr "Дозволи све кориснике" #: any.pm:1146 #, c-format msgid "Custom" msgstr "Избор по жељи" #: any.pm:1150 #, c-format msgid "" "Would you like to allow users to share some of their directories?\n" "Allowing this will permit users to simply click on \"Share\" in konqueror " "and nautilus.\n" "\n" "\"Custom\" permit a per-user granularity.\n" msgstr "" "Да ли би желели да дозволите корисницима заједнички деле неке од својих " "директоријума?\n" "Да би ово могли да омогућите једноставно кликните на \"Share\" у konqueror-у " "или nautilus-у.\n" "\n" "\"Custom\" дозвољава детаљнија per-user подешавања.\n" #: any.pm:1162 #, c-format msgid "" "NFS: the traditional Unix file sharing system, with less support on Mac and " "Windows." msgstr "" #: any.pm:1165 #, c-format msgid "" "SMB: a file sharing system used by Windows, Mac OS X and many modern Linux " "systems." msgstr "" #: any.pm:1173 #, c-format msgid "" "You can export using NFS or SMB. Please select which you would like to use." msgstr "Можете експортовати користећи NFS или SMB-у. Који од ова два желите" #: any.pm:1201 #, c-format msgid "Launch userdrake" msgstr "Покрени userdrake" #: any.pm:1203 #, c-format msgid "" "The per-user sharing uses the group \"fileshare\". \n" "You can use userdrake to add a user to this group." msgstr "" "per-user дељење ресурса користи групу \"fileshare\". \n" "Ви помоћу userdrake-а можете додати корисника у ову групу." #: any.pm:1295 #, c-format msgid "Please log out and then use Ctrl-Alt-BackSpace" msgstr "Молим ваш излогујте се и рестартујте (Ctrl-Alt-BackSpace) рачунар" #: any.pm:1299 #, c-format msgid "You need to log out and back in again for changes to take effect" msgstr "" #: any.pm:1334 #, c-format msgid "Timezone" msgstr "Временска зона" #: any.pm:1334 #, c-format msgid "Which is your timezone?" msgstr "Која је ваша временска зона ?" #: any.pm:1346 any.pm:1348 #, c-format msgid "Date, Clock & Time Zone Settings" msgstr "" #: any.pm:1349 #, c-format msgid "What is the best time?" msgstr "" #: any.pm:1353 #, fuzzy, c-format msgid "%s (hardware clock set to UTC)" msgstr "Ваш системски (BIOS) часовник је подешен на GMT" #: any.pm:1354 #, fuzzy, c-format msgid "%s (hardware clock set to local time)" msgstr "Ваш системски (BIOS) часовник је подешен на GMT" #: any.pm:1356 #, c-format msgid "NTP Server" msgstr "NTP Сервер" #: any.pm:1357 #, c-format msgid "Automatic time synchronization (using NTP)" msgstr "Аутоматска синхронизација времена (преко NTP-а)" #: authentication.pm:24 #, c-format msgid "Local file" msgstr "Локална датотека" #: authentication.pm:25 #, c-format msgid "LDAP" msgstr "LDAP" #: authentication.pm:26 #, c-format msgid "NIS" msgstr "NIS" #: authentication.pm:27 #, fuzzy, c-format msgid "Smart Card" msgstr "Мрежна картица" #: authentication.pm:28 authentication.pm:164 #, c-format msgid "Windows Domain" msgstr "Windows Домен" #: authentication.pm:29 #, fuzzy, c-format msgid "Active Directory with SFU" msgstr "Обнови све backup-ове" #: authentication.pm:30 #, fuzzy, c-format msgid "Active Directory with Winbind" msgstr "Обнови све backup-ове" #: authentication.pm:67 #, c-format msgid "Local file:" msgstr "Локални фајл :" #: authentication.pm:67 #, c-format msgid "Use information stored in local files for all authentication" msgstr "" #: authentication.pm:68 #, c-format msgid "LDAP:" msgstr "LDAP:" #: authentication.pm:68 #, c-format msgid "" "Tells your computer to use LDAP for some or all authentication. LDAP " "consolidates certain types of information within your organization." msgstr "" #: authentication.pm:69 #, c-format msgid "NIS:" msgstr "NIS:" #: authentication.pm:69 #, c-format msgid "" "Allows you to run a group of computers in the same Network Information " "Service domain with a common password and group file." msgstr "" #: authentication.pm:70 #, c-format msgid "Windows Domain:" msgstr "Windows Домен:" #: authentication.pm:70 #, c-format msgid "" "Winbind allows the system to retrieve information and authenticate users in " "a Windows domain." msgstr "" #: authentication.pm:71 #, fuzzy, c-format msgid "Active Directory with SFU:" msgstr "Обнови све backup-ове" #: authentication.pm:71 #, c-format msgid "With Kerberos and Ldap for authentication in Active Directory Server " msgstr "" #: authentication.pm:72 #, fuzzy, c-format msgid "Active Directory with Winbind:" msgstr "Обнови све backup-ове" #: authentication.pm:72 #, c-format msgid "" "Winbind allows the system to authenticate users in a Windows Active " "Directory Server." msgstr "" #: authentication.pm:97 #, c-format msgid "Authentication LDAP" msgstr "LDAP Аутентификација" #: authentication.pm:98 #, c-format msgid "LDAP Base dn" msgstr "LDAP Base dn" #: authentication.pm:99 #, c-format msgid "LDAP Server" msgstr "LDAP Сервер" #: authentication.pm:112 fsedit.pm:23 #, c-format msgid "simple" msgstr "једноставно" #: authentication.pm:113 #, c-format msgid "TLS" msgstr "TLS" #: authentication.pm:114 #, c-format msgid "SSL" msgstr "SSL" #: authentication.pm:115 #, c-format msgid "security layout (SASL/Kerberos)" msgstr "" #: authentication.pm:122 authentication.pm:160 #, fuzzy, c-format msgid "Authentication Active Directory" msgstr "Аутентификација" #: authentication.pm:123 diskdrake/smbnfs_gtk.pm:182 #, c-format msgid "Domain" msgstr "Домен" #: authentication.pm:125 diskdrake/dav.pm:63 #, c-format msgid "Server" msgstr "Сервер" #: authentication.pm:126 #, fuzzy, c-format msgid "LDAP users database" msgstr "Сервер,Базе података" #: authentication.pm:127 #, c-format msgid "Use Anonymous BIND " msgstr "" #: authentication.pm:128 #, c-format msgid "LDAP user allowed to browse the Active Directory" msgstr "" #: authentication.pm:129 #, fuzzy, c-format msgid "Password for user" msgstr "Потребна је Лозинка" #: authentication.pm:141 #, c-format msgid "Authentication NIS" msgstr "NIS Аутентификација" #: authentication.pm:142 #, c-format msgid "NIS Domain" msgstr "NIS Домен" #: authentication.pm:143 #, c-format msgid "NIS Server" msgstr "NIS Сервер" #: authentication.pm:148 #, c-format msgid "" "For this to work for a W2K PDC, you will probably need to have the admin " "run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /" "add and reboot the server.\n" "You will also need the username/password of a Domain Admin to join the " "machine to the Windows(TM) domain.\n" "If networking is not yet enabled, Drakx will attempt to join the domain " "after the network setup step.\n" "Should this setup fail for some reason and domain authentication is not " "working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) " "Domain, and Admin Username/Password, after system boot.\n" "The command 'wbinfo -t' will test whether your authentication secrets are " "good." msgstr "" "Да би ово радило са W2K PDC, вероватно ћете морати да као admin покренете: C:" "\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /add и да " "рестартујете сервер.\n" "Такоже ћете морати да имате username/password за Domain Admin да би " "приступили машини која има Windows(TM) домен.\n" "Уколико мрежа још увек није омогућена, Drakx ће покушати да приступи домену " "након подешавања мреже.\n" "Уколико ово подешавање не успе из неког разлога и атуентификација домена не " "ради, покрените 'smbpasswd -j DOMAIN -U USER%%PASSWORD' користећи ваш Windows" "(tm) Домен, и Admin Username/Password, након стартања система.\n" "Команда 'wbinfo -t' ће тестирати да ли ваша аутентификација добра." #: authentication.pm:160 #, c-format msgid "Authentication Windows Domain" msgstr "Аутентификација Windows Домена" #: authentication.pm:162 #, c-format msgid "Active Directory Realm " msgstr "" #: authentication.pm:165 #, c-format msgid "Domain Admin User Name" msgstr "Admin Корисничко име Домена" #: authentication.pm:166 #, c-format msgid "Domain Admin Password" msgstr "Admin Лозинка домена" #: authentication.pm:182 authentication.pm:199 #, c-format msgid "Authentication" msgstr "Аутентификација" #: authentication.pm:185 #, fuzzy, c-format msgid "Authentication method" msgstr "Аутентификација" #. -PO: keep this short or else the buttons will not fit in the window #: authentication.pm:190 #, c-format msgid "No password" msgstr "Без лозинке" #: authentication.pm:211 #, c-format msgid "This password is too short (it must be at least %d characters long)" msgstr "Ова лозинка је сувише једноставна (треба да има бар %d знакова)" #: authentication.pm:352 #, c-format msgid "Can not use broadcast with no NIS domain" msgstr "Није могућ пренос без NIS домена" # NOTE: this message will be displayed at boot time; that is # only the ascii charset will be available on most machines # so use only 7bit for this message (and do transliteration or # leave it in English, as it is the best for your language) # #. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit) #: bootloader.pm:900 #, c-format msgid "" "Welcome to the operating system chooser!\n" "\n" "Choose an operating system from the list above or\n" "wait for default boot.\n" "\n" msgstr "" "Dobrodosli u menadzer za startanje operativnih sistema !\n" "\n" "Izaberite operativni sistem, ili\n" "sacekate za startanje pretpostavljenog OS.\n" #: bootloader.pm:1050 #, c-format msgid "LILO with text menu" msgstr "LILO са текстуалним менијем" #: bootloader.pm:1051 #, c-format msgid "GRUB with graphical menu" msgstr "" #: bootloader.pm:1052 #, c-format msgid "GRUB with text menu" msgstr "" #: bootloader.pm:1053 #, c-format msgid "Yaboot" msgstr "Yaboot" #: bootloader.pm:1054 #, c-format msgid "SILO" msgstr "SILO" #: bootloader.pm:1135 #, c-format msgid "not enough room in /boot" msgstr "нема довољно места у /boot" #: bootloader.pm:1760 #, c-format msgid "You can not install the bootloader on a %s partition\n" msgstr "Не можете да инсталирате стартер на партицију %s\n" #: bootloader.pm:1813 #, c-format msgid "" "Your bootloader configuration must be updated because partition has been " "renumbered" msgstr "" #: bootloader.pm:1826 #, c-format msgid "" "The bootloader can not be installed correctly. You have to boot rescue and " "choose \"%s\"" msgstr "" #: bootloader.pm:1827 #, fuzzy, c-format msgid "Re-install Boot Loader" msgstr "Инсталирај стартер" #: common.pm:142 #, fuzzy, c-format msgid "B" msgstr "KB" #: common.pm:142 #, c-format msgid "KB" msgstr "KB" #: common.pm:142 #, c-format msgid "MB" msgstr "MB" #: common.pm:142 #, c-format msgid "GB" msgstr "GB" #: common.pm:142 common.pm:151 #, c-format msgid "TB" msgstr "TB" #: common.pm:159 #, c-format msgid "%d minutes" msgstr "%d минута" #: common.pm:161 #, c-format msgid "1 minute" msgstr "1 минут" #: common.pm:163 #, c-format msgid "%d seconds" msgstr "%d секунди" #: common.pm:335 #, c-format msgid "command %s missing" msgstr "" #: diskdrake/dav.pm:17 #, c-format msgid "" "WebDAV is a protocol that allows you to mount a web server's directory\n" "locally, and treat it like a local filesystem (provided the web server is\n" "configured as a WebDAV server). If you would like to add WebDAV mount\n" "points, select \"New\"." msgstr "" "WebDAV је протокол који вам омогућава да монтирате директоријум веб сервера\n" "локално, и да га третирате као локални фајл систем (доступни веб сервер је\n" "подешен као WebDAV сервер). Уколико желите да додате нову WebDAV тачку\n" "монтирања, изаберите \"Нови\"." #: diskdrake/dav.pm:25 #, c-format msgid "New" msgstr "Нови" #: diskdrake/dav.pm:61 diskdrake/interactive.pm:380 diskdrake/smbnfs_gtk.pm:75 #, c-format msgid "Unmount" msgstr "Демонтирај" #: diskdrake/dav.pm:62 diskdrake/interactive.pm:377 diskdrake/smbnfs_gtk.pm:76 #, c-format msgid "Mount" msgstr "Монтирај" #: diskdrake/dav.pm:64 diskdrake/interactive.pm:371 #: diskdrake/interactive.pm:611 diskdrake/interactive.pm:629 #: diskdrake/interactive.pm:633 diskdrake/removable.pm:23 #: diskdrake/smbnfs_gtk.pm:79 #, c-format msgid "Mount point" msgstr "Тачка монтирања" #: diskdrake/dav.pm:65 diskdrake/interactive.pm:373 #: diskdrake/interactive.pm:987 diskdrake/removable.pm:24 #: diskdrake/smbnfs_gtk.pm:80 #, c-format msgid "Options" msgstr "Опције" #: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:164 diskdrake/removable.pm:26 #: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151 #, c-format msgid "Done" msgstr "Урађено" #: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231 #: diskdrake/interactive.pm:244 diskdrake/interactive.pm:478 #: diskdrake/interactive.pm:483 diskdrake/interactive.pm:601 #: diskdrake/interactive.pm:859 diskdrake/interactive.pm:1033 #: diskdrake/interactive.pm:1046 diskdrake/interactive.pm:1049 #: diskdrake/interactive.pm:1299 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19 #: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:223 #: interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19 #: scanner.pm:94 scanner.pm:105 scanner.pm:112 scanner.pm:119 wizards.pm:95 #: wizards.pm:99 wizards.pm:121 #, c-format msgid "Error" msgstr "Грешка" #: diskdrake/dav.pm:83 #, c-format msgid "Please enter the WebDAV server URL" msgstr "Унесите URL WebDAV сервера" #: diskdrake/dav.pm:87 #, c-format msgid "The URL must begin with http:// or https://" msgstr "URL мора почињати са http:// или https://" #: diskdrake/dav.pm:109 #, c-format msgid "Server: " msgstr "Сервер:" #: diskdrake/dav.pm:110 diskdrake/interactive.pm:451 #: diskdrake/interactive.pm:1179 diskdrake/interactive.pm:1259 #, c-format msgid "Mount point: " msgstr "Тачка монтирања: " #: diskdrake/dav.pm:111 diskdrake/interactive.pm:1266 #, c-format msgid "Options: %s" msgstr "Опције: %s" #: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:282 #: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106 #: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:205 #: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:251 #: fs/partitioning_wizard.pm:270 fs/partitioning_wizard.pm:275 #, c-format msgid "Partitioning" msgstr "Партиционисање" #: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1008 #: diskdrake/interactive.pm:1018 diskdrake/interactive.pm:1071 #, c-format msgid "Read carefully!" msgstr "ПАЖЉИВО ПРОЧИТАЈ !" #: diskdrake/hd_gtk.pm:93 #, c-format msgid "Please make a backup of your data first" msgstr "Молим вас, прво направите копију ваших података" #: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:224 #, c-format msgid "Exit" msgstr "Излаз" #: diskdrake/hd_gtk.pm:94 #, c-format msgid "Continue" msgstr "Настави" #: diskdrake/hd_gtk.pm:97 #, c-format msgid "" "If you plan to use aboot, be careful to leave a free space (2048 sectors is " "enough)\n" "at the beginning of the disk" msgstr "" "Уколико планирате да користите aboot, оставите празан простор (2048 " "секторана почетку \n" "диска)" #: diskdrake/hd_gtk.pm:160 interactive.pm:644 interactive/gtk.pm:744 #: interactive/gtk.pm:759 interactive/gtk.pm:779 ugtk2.pm:936 ugtk2.pm:937 #, c-format msgid "Help" msgstr "Помоћ" #: diskdrake/hd_gtk.pm:195 #, c-format msgid "Choose action" msgstr "Изаберите акцију" #: diskdrake/hd_gtk.pm:199 #, c-format msgid "" "You have one big Microsoft Windows partition.\n" "I suggest you first resize that partition\n" "(click on it, then click on \"Resize\")" msgstr "" "Ви имате једну велику Microsoft Windows партицију.\n" "Предлажем да прво измените величну (resize) те партиције (кликните на њу,\n" "а потом на \"Промени величину\")" #: diskdrake/hd_gtk.pm:201 #, c-format msgid "Please click on a partition" msgstr "Кликните на партицију" #: diskdrake/hd_gtk.pm:215 diskdrake/smbnfs_gtk.pm:63 #, c-format msgid "Details" msgstr "Детаљи" #: diskdrake/hd_gtk.pm:263 #, c-format msgid "No hard drives found" msgstr "Није пронађен хард диск" #: diskdrake/hd_gtk.pm:290 #, c-format msgid "Unknown" msgstr "Непознато" #: diskdrake/hd_gtk.pm:352 #, fuzzy, c-format msgid "Ext3" msgstr "Излаз" #: diskdrake/hd_gtk.pm:352 #, fuzzy, c-format msgid "XFS" msgstr "HFS" #: diskdrake/hd_gtk.pm:352 #, c-format msgid "Swap" msgstr "Swap" #: diskdrake/hd_gtk.pm:352 #, c-format msgid "SunOS" msgstr "SunOS" #: diskdrake/hd_gtk.pm:352 #, c-format msgid "HFS" msgstr "HFS" #: diskdrake/hd_gtk.pm:352 #, c-format msgid "Windows" msgstr "Windows" #: diskdrake/hd_gtk.pm:353 services.pm:158 #, c-format msgid "Other" msgstr "Друго" #: diskdrake/hd_gtk.pm:353 diskdrake/interactive.pm:1194 #, c-format msgid "Empty" msgstr "Празно" #: diskdrake/hd_gtk.pm:357 #, c-format msgid "Filesystem types:" msgstr "Врста фајл система:" #: diskdrake/hd_gtk.pm:381 diskdrake/interactive.pm:287 #: diskdrake/interactive.pm:359 diskdrake/interactive.pm:508 #: diskdrake/interactive.pm:692 diskdrake/interactive.pm:750 #: diskdrake/interactive.pm:839 diskdrake/interactive.pm:881 #: diskdrake/interactive.pm:882 diskdrake/interactive.pm:1117 #: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1298 do_pkgs.pm:16 #: do_pkgs.pm:35 do_pkgs.pm:53 harddrake/sound.pm:286 #, c-format msgid "Warning" msgstr "Упозорење" #: diskdrake/hd_gtk.pm:381 #, fuzzy, c-format msgid "This partition is already empty" msgstr "Овој партицици није могуће променити величину" #: diskdrake/hd_gtk.pm:390 #, c-format msgid "Use ``Unmount'' first" msgstr "Прво урадите ``Демонтирај''" #: diskdrake/hd_gtk.pm:390 #, fuzzy, c-format msgid "Use ``%s'' instead (in expert mode)" msgstr "Уместо тога пробајте ``%s''" #: diskdrake/hd_gtk.pm:390 diskdrake/interactive.pm:372 #: diskdrake/interactive.pm:546 diskdrake/interactive.pm:1024 #: diskdrake/removable.pm:25 diskdrake/removable.pm:48 #, c-format msgid "Type" msgstr "Тип" #: diskdrake/interactive.pm:195 #, c-format msgid "Choose another partition" msgstr "Изаберите другу партицију" #: diskdrake/interactive.pm:195 #, c-format msgid "Choose a partition" msgstr "Изаберите партицију" #: diskdrake/interactive.pm:257 #, c-format msgid "Toggle to normal mode" msgstr "Пређи на нормални мод" #: diskdrake/interactive.pm:257 #, c-format msgid "Toggle to expert mode" msgstr "Пређи на експерт мод" #: diskdrake/interactive.pm:265 diskdrake/interactive.pm:275 #: diskdrake/interactive.pm:1102 #, fuzzy, c-format msgid "Confirmation" msgstr "LAN конфигурација" #: diskdrake/interactive.pm:265 #, c-format msgid "Continue anyway?" msgstr "Свеједно наставити ?" #: diskdrake/interactive.pm:270 #, c-format msgid "Quit without saving" msgstr "Крај без снимања промена" #: diskdrake/interactive.pm:270 #, c-format msgid "Quit without writing the partition table?" msgstr "Крај без снимања промена у табеле партиција?" #: diskdrake/interactive.pm:275 #, c-format msgid "Do you want to save /etc/fstab modifications" msgstr "Да ли хоћете да сачувате измене у /etc/fstab?" #: diskdrake/interactive.pm:282 fs/partitioning_wizard.pm:251 #, c-format msgid "You need to reboot for the partition table modifications to take place" msgstr "Треба да ресетујете машину за примену измена у табели партиција" #: diskdrake/interactive.pm:287 #, c-format msgid "" "You should format partition %s.\n" "Otherwise no entry for mount point %s will be written in fstab.\n" "Quit anyway?" msgstr "" #: diskdrake/interactive.pm:300 #, c-format msgid "Clear all" msgstr "Очисти све" #: diskdrake/interactive.pm:301 #, c-format msgid "Auto allocate" msgstr "Ауто дислоцирање" #: diskdrake/interactive.pm:302 diskdrake/interactive.pm:350 #: interactive/curses.pm:512 #, c-format msgid "More" msgstr "Још" #: diskdrake/interactive.pm:307 #, c-format msgid "Hard drive information" msgstr "Информације о хард диску" #: diskdrake/interactive.pm:339 #, c-format msgid "All primary partitions are used" msgstr "Све примарне партиције су заузете" #: diskdrake/interactive.pm:340 #, c-format msgid "I can not add any more partitions" msgstr "Не могу додати више ни једну партицију" #: diskdrake/interactive.pm:341 #, c-format msgid "" "To have more partitions, please delete one to be able to create an extended " "partition" msgstr "" "Да би омогућили креирање још (extended) партиција избришите једну од " "постојећих" #: diskdrake/interactive.pm:352 #, c-format msgid "Reload partition table" msgstr "Поново учитај табелу партиција" #: diskdrake/interactive.pm:359 #, c-format msgid "Detailed information" msgstr "Детаљне информације" #: diskdrake/interactive.pm:375 diskdrake/interactive.pm:705 #, c-format msgid "Resize" msgstr "Промени величину" #: diskdrake/interactive.pm:376 #, c-format msgid "Format" msgstr "Форматирање" #: diskdrake/interactive.pm:378 diskdrake/interactive.pm:791 #, c-format msgid "Add to RAID" msgstr "Додај на RAID" #: diskdrake/interactive.pm:379 diskdrake/interactive.pm:809 #, c-format msgid "Add to LVM" msgstr "Додај на LVM" #: diskdrake/interactive.pm:381 #, c-format msgid "Delete" msgstr "Обриши" #: diskdrake/interactive.pm:382 #, c-format msgid "Remove from RAID" msgstr "Уклони са RAID-а" #: diskdrake/interactive.pm:383 #, c-format msgid "Remove from LVM" msgstr "Уклони са LVM-а" #: diskdrake/interactive.pm:384 #, c-format msgid "Modify RAID" msgstr "Промени RAID" #: diskdrake/interactive.pm:385 #, c-format msgid "Use for loopback" msgstr "Користи за loopback" #: diskdrake/interactive.pm:396 #, c-format msgid "Create" msgstr "Креирај" #: diskdrake/interactive.pm:440 diskdrake/interactive.pm:442 #, c-format msgid "Create a new partition" msgstr "Креирај нову партицију" #: diskdrake/interactive.pm:444 #, c-format msgid "Start sector: " msgstr "Почетни сектор: " #: diskdrake/interactive.pm:447 diskdrake/interactive.pm:874 #, c-format msgid "Size in MB: " msgstr "Величина у MB:" #: diskdrake/interactive.pm:449 diskdrake/interactive.pm:875 #, c-format msgid "Filesystem type: " msgstr "Врста татотечног система:" #: diskdrake/interactive.pm:455 #, c-format msgid "Preference: " msgstr "Карактеристике: " #: diskdrake/interactive.pm:458 #, fuzzy, c-format msgid "Logical volume name " msgstr "Локална мера" #: diskdrake/interactive.pm:478 #, c-format msgid "" "You can not create a new partition\n" "(since you reached the maximal number of primary partitions).\n" "First remove a primary partition and create an extended partition." msgstr "" "Ви не можете да креирате нову партицију\n" "(пошто сте досегли максималан број примарних партиција).\n" "Прво уклоните примарну партицију а затим креирајте extended партицију." #: diskdrake/interactive.pm:508 #, c-format msgid "Remove the loopback file?" msgstr "Уклони loopback фајл ?" #: diskdrake/interactive.pm:530 #, c-format msgid "" "After changing type of partition %s, all data on this partition will be lost" msgstr "" "После промене типа партиције %s, сви подаци на овој партицији ће бити " "избрисани" #: diskdrake/interactive.pm:543 #, c-format msgid "Change partition type" msgstr "Промена типа партиције" #: diskdrake/interactive.pm:545 diskdrake/removable.pm:47 #, c-format msgid "Which filesystem do you want?" msgstr "Коју датотечни систем желите ?" #: diskdrake/interactive.pm:552 #, fuzzy, c-format msgid "Switching from %s to %s" msgstr "Мењам ext2 на ext3" #: diskdrake/interactive.pm:578 diskdrake/interactive.pm:581 #, c-format msgid "Which volume label?" msgstr "" #: diskdrake/interactive.pm:582 #, fuzzy, c-format msgid "Label:" msgstr "Ознака" #: diskdrake/interactive.pm:596 #, c-format msgid "Where do you want to mount the loopback file %s?" msgstr "Где бисте да монтирате loopback фајл %s?" #: diskdrake/interactive.pm:597 #, c-format msgid "Where do you want to mount device %s?" msgstr "Где бисте да монтирате %s уређај ?" #: diskdrake/interactive.pm:602 #, c-format msgid "" "Can not unset mount point as this partition is used for loop back.\n" "Remove the loopback first" msgstr "" "Демонтирање није могуће,јер се партиција корисити за loop back.\n" "Прво уклоните loopback" #: diskdrake/interactive.pm:632 #, c-format msgid "Where do you want to mount %s?" msgstr "Где бисте да монтирате %s уређај ?" #: diskdrake/interactive.pm:656 diskdrake/interactive.pm:739 #: fs/partitioning_wizard.pm:145 fs/partitioning_wizard.pm:177 #, c-format msgid "Resizing" msgstr "Промена величине (resizing)" #: diskdrake/interactive.pm:656 #, c-format msgid "Computing FAT filesystem bounds" msgstr "Прорачунавам границе FAT датотечног система" #: diskdrake/interactive.pm:692 #, c-format msgid "This partition is not resizeable" msgstr "Овој партицици није могуће променити величину" #: diskdrake/interactive.pm:697 #, c-format msgid "All data on this partition should be backed-up" msgstr "Сви подаци на овој партицији би требали бити сачувани" #: diskdrake/interactive.pm:699 #, c-format msgid "After resizing partition %s, all data on this partition will be lost" msgstr "После промене величине %s партиције сви подаци ће бити избрисани" #: diskdrake/interactive.pm:706 #, c-format msgid "Choose the new size" msgstr "Изаберите нову величину" #: diskdrake/interactive.pm:707 #, c-format msgid "New size in MB: " msgstr "Нова величина у MB:" #: diskdrake/interactive.pm:708 #, c-format msgid "Minimum size: %s MB" msgstr "" #: diskdrake/interactive.pm:709 #, c-format msgid "Maximum size: %s MB" msgstr "" #: diskdrake/interactive.pm:750 fs/partitioning_wizard.pm:185 #, c-format msgid "" "To ensure data integrity after resizing the partition(s), \n" "filesystem checks will be run on your next boot into Microsoft Windows®" msgstr "" "Да би осигурали интегритет након промене величине партиције(а), \n" "провера фајл система ће бити покренута када се следећи пут улогујете у " "Windows(TM)" #: diskdrake/interactive.pm:791 #, c-format msgid "Choose an existing RAID to add to" msgstr "Изабери постојећи RAID за додавање" #: diskdrake/interactive.pm:793 diskdrake/interactive.pm:811 #, c-format msgid "new" msgstr "нови" #: diskdrake/interactive.pm:809 #, c-format msgid "Choose an existing LVM to add to" msgstr "Изабери постојећи LVM за додавање" #: diskdrake/interactive.pm:816 #, c-format msgid "LVM name?" msgstr "LVM име?" #: diskdrake/interactive.pm:839 #, c-format msgid "" "Physical volume %s is still in use.\n" "Do you want to move used physical extents on this volume to other volumes?" msgstr "" #: diskdrake/interactive.pm:841 #, c-format msgid "Moving physical extents" msgstr "" #: diskdrake/interactive.pm:859 #, c-format msgid "This partition can not be used for loopback" msgstr "Ова партиција не може бити коришћена за loopback " #: diskdrake/interactive.pm:872 #, c-format msgid "Loopback" msgstr "Loopback" #: diskdrake/interactive.pm:873 #, c-format msgid "Loopback file name: " msgstr "Име Loopback датотеке: " #: diskdrake/interactive.pm:878 #, c-format msgid "Give a file name" msgstr "Одредите име фајла" #: diskdrake/interactive.pm:881 #, c-format msgid "File is already used by another loopback, choose another one" msgstr "Фајл се већ користи од стране другог loopback-а,изаберите други" #: diskdrake/interactive.pm:882 #, c-format msgid "File already exists. Use it?" msgstr "Датотека већ постоји.Да ли да га користим ?" #: diskdrake/interactive.pm:914 diskdrake/interactive.pm:917 #, c-format msgid "Mount options" msgstr "Опције монтирања" #: diskdrake/interactive.pm:924 #, c-format msgid "Various" msgstr "Разно" #: diskdrake/interactive.pm:989 #, c-format msgid "device" msgstr "уређај" #: diskdrake/interactive.pm:990 #, c-format msgid "level" msgstr "ниво" #: diskdrake/interactive.pm:991 #, fuzzy, c-format msgid "chunk size in KiB" msgstr "chunk величина" #: diskdrake/interactive.pm:1009 #, c-format msgid "Be careful: this operation is dangerous." msgstr "ПАЖЉИВО,ова операција је опасна." #: diskdrake/interactive.pm:1024 #, c-format msgid "What type of partitioning?" msgstr "Коју врсту партиционирања?" #: diskdrake/interactive.pm:1062 #, c-format msgid "You'll need to reboot before the modification can take place" msgstr "Морате рестартовати рачунар да би се измене извршиле" #: diskdrake/interactive.pm:1071 #, c-format msgid "Partition table of drive %s is going to be written to disk!" msgstr "Табела партиција за уређај %s ће бити записана на диск!" #: diskdrake/interactive.pm:1097 #, c-format msgid "After formatting partition %s, all data on this partition will be lost" msgstr "" "После форматирања партиције %s,сви подаци на овој партицији ће бити избрисани" #: diskdrake/interactive.pm:1102 fs/partitioning.pm:49 #, c-format msgid "Check bad blocks?" msgstr "Провери лоше блокове ?" #: diskdrake/interactive.pm:1116 #, c-format msgid "Move files to the new partition" msgstr "Премести фајлове на нову партицију" #: diskdrake/interactive.pm:1116 #, c-format msgid "Hide files" msgstr "Сакриј фајлове" #: diskdrake/interactive.pm:1117 #, c-format msgid "" "Directory %s already contains data\n" "(%s)\n" "\n" "You can either choose to move the files into the partition that will be " "mounted there or leave them where they are (which results in hiding them by " "the contents of the mounted partition)" msgstr "" #: diskdrake/interactive.pm:1132 #, c-format msgid "Moving files to the new partition" msgstr "Премештање фајлова на нову партицију" #: diskdrake/interactive.pm:1136 #, c-format msgid "Copying %s" msgstr "Копирање %s" #: diskdrake/interactive.pm:1140 #, c-format msgid "Removing %s" msgstr "Уклањање: %s" #: diskdrake/interactive.pm:1154 #, c-format msgid "partition %s is now known as %s" msgstr "партиција %s је сада позната као %s" #: diskdrake/interactive.pm:1155 #, c-format msgid "Partitions have been renumbered: " msgstr "" #: diskdrake/interactive.pm:1180 diskdrake/interactive.pm:1243 #, c-format msgid "Device: " msgstr "Уређај: " #: diskdrake/interactive.pm:1181 #, c-format msgid "Volume label: " msgstr "" #: diskdrake/interactive.pm:1182 #, c-format msgid "UUID: " msgstr "" #: diskdrake/interactive.pm:1183 #, c-format msgid "DOS drive letter: %s (just a guess)\n" msgstr "Ознака DOS партиције: %s (само претпоставка)\n" #: diskdrake/interactive.pm:1187 diskdrake/interactive.pm:1196 #: diskdrake/interactive.pm:1262 #, c-format msgid "Type: " msgstr "Унеси: " #: diskdrake/interactive.pm:1191 diskdrake/interactive.pm:1247 #, c-format msgid "Name: " msgstr "Име: " #: diskdrake/interactive.pm:1198 #, c-format msgid "Start: sector %s\n" msgstr "Почетак: сектор %s\n" #: diskdrake/interactive.pm:1199 #, c-format msgid "Size: %s" msgstr "Величина: %s" #: diskdrake/interactive.pm:1201 #, c-format msgid ", %s sectors" msgstr ", %s сектора" #: diskdrake/interactive.pm:1203 #, c-format msgid "Cylinder %d to %d\n" msgstr "Цилиндар %d до %d\n" #: diskdrake/interactive.pm:1204 #, c-format msgid "Number of logical extents: %d\n" msgstr "" #: diskdrake/interactive.pm:1205 #, c-format msgid "Formatted\n" msgstr "Форматирано\n" #: diskdrake/interactive.pm:1206 #, c-format msgid "Not formatted\n" msgstr "Није форматирано\n" #: diskdrake/interactive.pm:1207 #, c-format msgid "Mounted\n" msgstr "Монтирано\n" #: diskdrake/interactive.pm:1208 #, c-format msgid "RAID %s\n" msgstr "RAID %s\n" #: diskdrake/interactive.pm:1213 #, c-format msgid "" "Loopback file(s):\n" " %s\n" msgstr "" "Loopback фајл(ови): \n" " %s\n" #: diskdrake/interactive.pm:1214 #, c-format msgid "" "Partition booted by default\n" " (for MS-DOS boot, not for lilo)\n" msgstr "" "Boot партиција по default-у\n" " (за подизање MS-DOS-а, не за lilo)\n" #: diskdrake/interactive.pm:1216 #, c-format msgid "Level %s\n" msgstr "Ниво %s\n" #: diskdrake/interactive.pm:1217 #, fuzzy, c-format msgid "Chunk size %d KiB\n" msgstr "Chunk-уј %s\n" #: diskdrake/interactive.pm:1218 #, c-format msgid "RAID-disks %s\n" msgstr "RAID-дискови %s\n" #: diskdrake/interactive.pm:1220 #, c-format msgid "Loopback file name: %s" msgstr "Име Loopback датотеке: %s" #: diskdrake/interactive.pm:1223 #, c-format msgid "" "\n" "Chances are, this partition is\n" "a Driver partition. You should\n" "probably leave it alone.\n" msgstr "" "\n" "Највероватније је, да је ова партиција\n" "Driver партиција, па не би требали\n" "да је дирате.\n" #: diskdrake/interactive.pm:1226 #, c-format msgid "" "\n" "This special Bootstrap\n" "partition is for\n" "dual-booting your system.\n" msgstr "" "\n" "Ово је специјална Bootstrap\n" "партиција и користи се\n" "dual-booting вашег система.\n" #: diskdrake/interactive.pm:1235 #, c-format msgid "Free space on %s (%s)" msgstr "" #: diskdrake/interactive.pm:1244 #, c-format msgid "Read-only" msgstr "Само-читање" #: diskdrake/interactive.pm:1245 #, c-format msgid "Size: %s\n" msgstr "Величина: %s\n" #: diskdrake/interactive.pm:1246 #, c-format msgid "Geometry: %s cylinders, %s heads, %s sectors\n" msgstr "Геометрија: %s цилиндара, %s глава, %s сектора\n" #: diskdrake/interactive.pm:1248 #, fuzzy, c-format msgid "Medium type: " msgstr "Врста татотечног система:" #: diskdrake/interactive.pm:1249 #, c-format msgid "LVM-disks %s\n" msgstr "LVM-дискови %s\n" #: diskdrake/interactive.pm:1250 #, c-format msgid "Partition table type: %s\n" msgstr "Тип табеле партиција: %s\n" #: diskdrake/interactive.pm:1251 #, c-format msgid "on channel %d id %d\n" msgstr "на каналу %d ID %d\n" #: diskdrake/interactive.pm:1294 #, c-format msgid "Filesystem encryption key" msgstr "Кључ за енкрипцију фајл система" #: diskdrake/interactive.pm:1295 #, c-format msgid "Choose your filesystem encryption key" msgstr "Изаберите кључ за енкрипцију фајл система" #: diskdrake/interactive.pm:1298 #, c-format msgid "This encryption key is too simple (must be at least %d characters long)" msgstr "" "Ова лозинка(енкрипциони кључ) је сувише једноставна (треба да има бар %d " "знакова)" #: diskdrake/interactive.pm:1299 #, c-format msgid "The encryption keys do not match" msgstr "Неподударност енкрипционих кључева (лозинки)" #: diskdrake/interactive.pm:1302 #, c-format msgid "Encryption key" msgstr "Кључ за енкрипцију" #: diskdrake/interactive.pm:1303 #, c-format msgid "Encryption key (again)" msgstr "Кључ за енкрипцију (поново)" #: diskdrake/interactive.pm:1305 #, fuzzy, c-format msgid "Encryption algorithm" msgstr "Аутентификација" #: diskdrake/removable.pm:46 #, c-format msgid "Change type" msgstr "Промена типа" #: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:543 #: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160 #: interactive/stdio.pm:39 interactive/stdio.pm:148 ugtk2.pm:408 ugtk2.pm:510 #: ugtk2.pm:519 ugtk2.pm:801 #, c-format msgid "Cancel" msgstr "Поништи" #: diskdrake/smbnfs_gtk.pm:164 #, c-format msgid "Can not login using username %s (bad password?)" msgstr "Не могу да улогујем корисничко име %s (неисправна лозинка?)" #: diskdrake/smbnfs_gtk.pm:168 diskdrake/smbnfs_gtk.pm:177 #, c-format msgid "Domain Authentication Required" msgstr "Потребна Аутентификација Домена" #: diskdrake/smbnfs_gtk.pm:169 #, c-format msgid "Which username" msgstr "Које корисничко име" #: diskdrake/smbnfs_gtk.pm:169 #, c-format msgid "Another one" msgstr "Још један" #: diskdrake/smbnfs_gtk.pm:178 #, c-format msgid "" "Please enter your username, password and domain name to access this host." msgstr "" "Унесите своје корисничко име, лозинку и домен да би могли да приступите " "хосту." #: diskdrake/smbnfs_gtk.pm:180 #, c-format msgid "Username" msgstr "Корисничко име" #: diskdrake/smbnfs_gtk.pm:206 #, c-format msgid "Search servers" msgstr "Тражи сервере" #: diskdrake/smbnfs_gtk.pm:211 #, fuzzy, c-format msgid "Search new servers" msgstr "Тражи сервере" #: do_pkgs.pm:16 do_pkgs.pm:53 #, c-format msgid "The package %s needs to be installed. Do you want to install it?" msgstr "Пакет %s мора бити инсталиран. Да ли желите да га инсталирате?" #: do_pkgs.pm:19 do_pkgs.pm:40 do_pkgs.pm:56 #, fuzzy, c-format msgid "Could not install the %s package!" msgstr "Инсталирам пакет %s" #: do_pkgs.pm:24 do_pkgs.pm:61 #, c-format msgid "Mandatory package %s is missing" msgstr "Текући пакет %s недостаје" #: do_pkgs.pm:35 #, c-format msgid "The following packages need to be installed:\n" msgstr "Следећи пакети треба да буду инсталирани:\n" #: do_pkgs.pm:216 #, c-format msgid "Installing packages..." msgstr "Инсталирам пакете..." #: do_pkgs.pm:258 #, fuzzy, c-format msgid "Removing packages..." msgstr "Укањам %s ..." #: fs/any.pm:17 #, c-format msgid "" "An error occurred - no valid devices were found on which to create new " "filesystems. Please check your hardware for the cause of this problem" msgstr "" "Догодила се грешка - није нађен исправан уређај на којем би били крерани " "нови датотечног системи. Проверите ваш хардвер да видите шта је узрок овог " "проблема." #: fs/any.pm:74 fs/partitioning_wizard.pm:59 #, c-format msgid "You must have a FAT partition mounted in /boot/efi" msgstr "Морате имати FAT партицију монтирану у /boot/efi" #: fs/format.pm:62 fs/format.pm:69 #, c-format msgid "Formatting partition %s" msgstr "Форматирање партиције %s" #: fs/format.pm:66 #, c-format msgid "Creating and formatting file %s" msgstr "Креирање и форматирање датотеке %s" #: fs/format.pm:119 #, c-format msgid "I do not know how to format %s in type %s" msgstr "не знам како да форматирам %s у типу %s" #: fs/format.pm:124 fs/format.pm:126 #, c-format msgid "%s formatting of %s failed" msgstr "%s Форматирање %s није успело" #: fs/loopback.pm:24 #, c-format msgid "Circular mounts %s\n" msgstr "Кружно монтирање %s\n" #: fs/mount.pm:79 #, c-format msgid "Mounting partition %s" msgstr "Монтирам партицију %s" #: fs/mount.pm:80 #, c-format msgid "mounting partition %s in directory %s failed" msgstr "монтирање партиције %s у директоријум %s није успело" #: fs/mount.pm:85 fs/mount.pm:102 #, c-format msgid "Checking %s" msgstr "Проверавам %s" #: fs/mount.pm:119 partition_table.pm:395 #, c-format msgid "error unmounting %s: %s" msgstr "Грешка при демонтирању %s: %s" #: fs/mount.pm:134 #, c-format msgid "Enabling swap partition %s" msgstr "Омогућавам swap партицију %s" #: fs/mount_options.pm:115 #, fuzzy, c-format msgid "Use an encrypted file system" msgstr "Не можете користити енкриптовани фајл систем за тачку монтирања %s" #: fs/mount_options.pm:117 #, c-format msgid "Flush write cache on file close" msgstr "" #: fs/mount_options.pm:119 #, c-format msgid "Enable group disk quota accounting and optionally enforce limits" msgstr "" #: fs/mount_options.pm:121 #, c-format msgid "" "Do not update inode access times on this file system\n" "(e.g, for faster access on the news spool to speed up news servers)." msgstr "" #: fs/mount_options.pm:124 #, c-format msgid "" "Update inode access times on this filesystem in a more efficient way\n" "(e.g, for faster access on the news spool to speed up news servers)." msgstr "" #: fs/mount_options.pm:127 #, c-format msgid "" "Can only be mounted explicitly (i.e.,\n" "the -a option will not cause the file system to be mounted)." msgstr "" #: fs/mount_options.pm:130 #, c-format msgid "Do not interpret character or block special devices on the file system." msgstr "" #: fs/mount_options.pm:132 #, c-format msgid "" "Do not allow execution of any binaries on the mounted\n" "file system. This option might be useful for a server that has file systems\n" "containing binaries for architectures other than its own." msgstr "" #: fs/mount_options.pm:136 #, c-format msgid "" "Do not allow set-user-identifier or set-group-identifier\n" "bits to take effect. (This seems safe, but is in fact rather unsafe if you\n" "have suidperl(1) installed.)" msgstr "" #: fs/mount_options.pm:140 #, c-format msgid "Mount the file system read-only." msgstr "" #: fs/mount_options.pm:142 #, c-format msgid "All I/O to the file system should be done synchronously." msgstr "" #: fs/mount_options.pm:144 #, c-format msgid "Allow every user to mount and umount the file system." msgstr "" #: fs/mount_options.pm:146 #, c-format msgid "Allow an ordinary user to mount the file system." msgstr "" #: fs/mount_options.pm:148 #, c-format msgid "Enable user disk quota accounting, and optionally enforce limits" msgstr "" #: fs/mount_options.pm:150 #, c-format msgid "Support \"user.\" extended attributes" msgstr "" #: fs/mount_options.pm:152 #, c-format msgid "Give write access to ordinary users" msgstr "" #: fs/mount_options.pm:154 #, c-format msgid "Give read-only access to ordinary users" msgstr "" #: fs/mount_point.pm:80 #, c-format msgid "Duplicate mount point %s" msgstr "Дуплирана тачка монтирања %s" #: fs/mount_point.pm:95 #, c-format msgid "No partition available" msgstr "нема доступних партиција" #: fs/mount_point.pm:98 #, c-format msgid "Scanning partitions to find mount points" msgstr "Скенирање партиција за проналажење тачке монтирања" #: fs/mount_point.pm:105 #, c-format msgid "Choose the mount points" msgstr "Изаберите тачке монтирања" #: fs/partitioning.pm:46 #, c-format msgid "Choose the partitions you want to format" msgstr "Изабери партиције за форматирање" #: fs/partitioning.pm:76 #, c-format msgid "" "Failed to check filesystem %s. Do you want to repair the errors? (beware, " "you can lose data)" msgstr "" "Неуспешна првера фајл система %s. Да ли желите да поправите грешке? (будите " "пажљиви, можете изгубити податке)" #: fs/partitioning.pm:79 #, c-format msgid "Not enough swap space to fulfill installation, please add some" msgstr "Нема довољно swap-а да заврши инсталацију, додајте још swap-а" #: fs/partitioning_wizard.pm:51 #, c-format msgid "" "You must have a root partition.\n" "For this, create a partition (or click on an existing one).\n" "Then choose action ``Mount point'' and set it to `/'" msgstr "" "Морате имати root партицију.\n" "За ово, креирајте партицију (или кликните на постојећу).\n" "Затим изаберите \"Тачка монтирања\" и подесите на `/'" #: fs/partitioning_wizard.pm:56 #, c-format msgid "" "You do not have a swap partition.\n" "\n" "Continue anyway?" msgstr "" "Хм, нема swap партиције\n" "\n" "Свеједно наставити даље ?" #: fs/partitioning_wizard.pm:84 #, c-format msgid "Use free space" msgstr "Користи слободан простор" #: fs/partitioning_wizard.pm:86 #, c-format msgid "Not enough free space to allocate new partitions" msgstr "Нема довољно слободног простора за алоцирање нових партиција" #: fs/partitioning_wizard.pm:94 #, c-format msgid "Use existing partitions" msgstr "Користи постојећу партицију" #: fs/partitioning_wizard.pm:96 #, c-format msgid "There is no existing partition to use" msgstr "Нема ни једне паритиције за рад" #: fs/partitioning_wizard.pm:103 #, c-format msgid "Use the Microsoft Windows® partition for loopback" msgstr "Користи Microsoft Windows® партицију за loopback" #: fs/partitioning_wizard.pm:106 #, c-format msgid "Which partition do you want to use for Linux4Win?" msgstr "Коју партицију желите да корисите за Linux4Win?" #: fs/partitioning_wizard.pm:108 #, c-format msgid "Choose the sizes" msgstr "Изаберите величину" #: fs/partitioning_wizard.pm:109 #, c-format msgid "Root partition size in MB: " msgstr "Величина Root партиције у MB:" #: fs/partitioning_wizard.pm:110 #, c-format msgid "Swap partition size in MB: " msgstr "Величина Swap партиције у MB:" #: fs/partitioning_wizard.pm:119 #, c-format msgid "There is no FAT partition to use as loopback (or not enough space left)" msgstr "" "Не постоје FAT партиције којима се може променити величина (или нема довољно " "слободног простора)" #: fs/partitioning_wizard.pm:126 #, c-format msgid "Use the free space on the Microsoft Windows® partition" msgstr "Корисити слободан простор на Windows партицији" #: fs/partitioning_wizard.pm:128 #, c-format msgid "Which partition do you want to resize?" msgstr "Којој партицији желите да промените величину?" #: fs/partitioning_wizard.pm:142 #, c-format msgid "" "The FAT resizer is unable to handle your partition, \n" "the following error occurred: %s" msgstr "" "Програм за промену величине FAT паритција не може да управља вашом " "партицијом, \n" "због следеће грешке: %s" #: fs/partitioning_wizard.pm:145 #, c-format msgid "Computing the size of the Microsoft Windows® partition" msgstr "Прорачунавам величину Microsoft Windows® партиције" #: fs/partitioning_wizard.pm:152 #, c-format msgid "" "Your Microsoft Windows® partition is too fragmented. Please reboot your " "computer under Microsoft Windows®, run the ``defrag'' utility, then restart " "the Mandriva Linux installation." msgstr "" "Ваша Microsoft Windows® партиција је превише фрагментирана, прво покрените " "``defrag''" #: fs/partitioning_wizard.pm:155 #, c-format msgid "" "WARNING!\n" "\n" "\n" "Your Microsoft Windows® partition will be now resized.\n" "\n" "\n" "Be careful: this operation is dangerous. If you have not already done so, " "you first need to exit the installation, run \"chkdsk c:\" from a Command " "Prompt under Microsoft Windows® (beware, running graphical program \"scandisk" "\" is not enough, be sure to use \"chkdsk\" in a Command Prompt!), " "optionally run defrag, then restart the installation. You should also backup " "your data.\n" "\n" "\n" "When sure, press %s." msgstr "" "УПОЗОРЕЊЕ!\n" "\n" "\n" "Ваша Microsoft Windows® партиција треба да променити своју величину.\n" "\n" "\n" "Будите пажљиви: ова операција је опасна. Уколико то до сада нисте радили, " "прво треба да изађете из инсталације,покренете run \"chkdsk c:\" из команде " "линије под Microsoft Windows® (пажња, покретање графичког програма \"scandisk" "\" није довољно, па би зато требали да користите \"chkdsk\" у командној " "линији!), можете покренути и defrag, а затим онда поново покрените " "инсталацију.\n" "Такође би требали да урадите бекап својих података.\n" "\n" "\n" "Ако сте сигурни, притисните %s." #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: fs/partitioning_wizard.pm:164 interactive.pm:542 interactive/curses.pm:263 #: ugtk2.pm:512 #, c-format msgid "Next" msgstr "Следећи " #: fs/partitioning_wizard.pm:167 #, fuzzy, c-format msgid "Partitionning" msgstr "Партиционисање" #: fs/partitioning_wizard.pm:167 #, c-format msgid "Which size do you want to keep for Microsoft Windows® on partition %s?" msgstr "Коју величину желите да задржите за прозоре партиција %s?" #: fs/partitioning_wizard.pm:168 #, c-format msgid "Size" msgstr "Величина" #: fs/partitioning_wizard.pm:177 #, c-format msgid "Resizing Microsoft Windows® partition" msgstr "Прорачунавам границе Microsoft Windows® фајл-система" #: fs/partitioning_wizard.pm:182 #, c-format msgid "FAT resizing failed: %s" msgstr "FAT измена величине неуспела: %s" #: fs/partitioning_wizard.pm:197 #, c-format msgid "There is no FAT partition to resize (or not enough space left)" msgstr "" "Не постоје FAT партиције којима се може променити величина (или нема " "довољно слободног простора)" #: fs/partitioning_wizard.pm:202 #, c-format msgid "Remove Microsoft Windows®" msgstr "Уклони Microsoft Windows®" #: fs/partitioning_wizard.pm:202 #, c-format msgid "Erase and use entire disk" msgstr "Избриши и употреби цео диск" #: fs/partitioning_wizard.pm:204 #, c-format msgid "You have more than one hard drive, which one do you install linux on?" msgstr "" "Имате више од једног хард диска, на који од њих желите да инсталирате " "Линукс ?" #: fs/partitioning_wizard.pm:210 fsedit.pm:566 #, c-format msgid "ALL existing partitions and their data will be lost on drive %s" msgstr "СВЕ постојеће партиције и подаци на диску %s ће бити изгубљени" #: fs/partitioning_wizard.pm:221 #, c-format msgid "Custom disk partitioning" msgstr "Custom диск партиционирање" #: fs/partitioning_wizard.pm:227 #, c-format msgid "Use fdisk" msgstr "Користи fdisk" #: fs/partitioning_wizard.pm:230 #, c-format msgid "" "You can now partition %s.\n" "When you are done, do not forget to save using `w'" msgstr "" "Сада можете партиционирати ваш %s хард диск уређај\n" "Када завршите,не заборавите да потврдите користећи `w'" #: fs/partitioning_wizard.pm:270 #, c-format msgid "I can not find any room for installing" msgstr "Не могу да пронађем слободан простор за инсталирање" #: fs/partitioning_wizard.pm:274 #, c-format msgid "The DrakX Partitioning wizard found the following solutions:" msgstr "DrakX чаробњак за партиционирање је пронашао следећа решења:" #: fs/partitioning_wizard.pm:282 #, c-format msgid "Partitioning failed: %s" msgstr "Партиционирање није успело: %s" #: fs/type.pm:368 #, c-format msgid "You can not use JFS for partitions smaller than 16MB" msgstr "Не можете користити JFS за партиције мање од 16MB" #: fs/type.pm:369 #, c-format msgid "You can not use ReiserFS for partitions smaller than 32MB" msgstr "Не можете користити ReiserFS за партиције мање од 32MB" #: fsedit.pm:27 #, c-format msgid "with /usr" msgstr "са /usr" #: fsedit.pm:32 #, c-format msgid "server" msgstr "сервер" #: fsedit.pm:116 #, c-format msgid "BIOS software RAID detected on disks %s. Activate it?" msgstr "" #: fsedit.pm:224 #, c-format msgid "" "I can not read the partition table of device %s, it's too corrupted for me :" "(\n" "I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n" "The other solution is to not allow DrakX to modify the partition table.\n" "(the error is %s)\n" "\n" "Do you agree to lose all the partitions?\n" msgstr "" "Не могу прочитати табелу партиција уређај %s , много је искварена за мене :" "(\n" "Покушаћу даље заобилазећи лоше партицијеМогу покушати да форматирам лоше " "партиције (СВИ ПОДАЦИ ће бити изгубљени !).\n" "Друго решење је да се DrakX онемогући да модуфикује табелу партиција.\n" "(грешка је %s)\n" "\n" "Да ли се пристајете да изгубите све партиције?\n" #: fsedit.pm:393 #, c-format msgid "Mount points must begin with a leading /" msgstr "Тачке монтирања морају да почињу са водећим /" #: fsedit.pm:394 #, c-format msgid "Mount points should contain only alphanumerical characters" msgstr "Тачке монтирања треба да садрже само алфанумеричке карактере" #: fsedit.pm:395 #, c-format msgid "There is already a partition with mount point %s\n" msgstr "Већ постоји партиција са тачком монтирања %s\n" #: fsedit.pm:399 #, c-format msgid "" "You've selected a software RAID partition as root (/).\n" "No bootloader is able to handle this without a /boot partition.\n" "Please be sure to add a /boot partition" msgstr "" "Изабрали сте софтверску RAID партицију као root (/).\n" "Ниједан стартер не може да ради са тим без /boot партиције.\n" "Зато треба да додате /boot партицију" #: fsedit.pm:405 #, fuzzy, c-format msgid "" "You can not use the LVM Logical Volume for mount point %s since it spans " "physical volumes" msgstr "Не можете користити логичку LVM партицију за тачку монтирања %s" #: fsedit.pm:407 #, fuzzy, c-format msgid "" "You've selected the LVM Logical Volume as root (/).\n" "The bootloader is not able to handle this when the volume spans physical " "volumes.\n" "You should create a /boot partition first" msgstr "" "Изабрали сте софтверску RAID партицију као root (/).\n" "Ниједан стартер не може да ради са тим без /boot партиције.\n" "Зато треба да додате /boot партицију" #: fsedit.pm:411 fsedit.pm:413 #, c-format msgid "This directory should remain within the root filesystem" msgstr "Овај директоријум треба да остане у root-у датотечног система" #: fsedit.pm:415 fsedit.pm:417 #, c-format msgid "" "You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount " "point\n" msgstr "" "Потребан вам је прави датотечни систем (ext2/ext3, reiserfs, xfs, или jfs) " "за ову тачку монтирања\n" #: fsedit.pm:419 #, c-format msgid "You can not use an encrypted file system for mount point %s" msgstr "Не можете користити енкриптовани фајл систем за тачку монтирања %s" #: fsedit.pm:483 #, c-format msgid "Not enough free space for auto-allocating" msgstr "Нема довољно слободног простора за ауто-алоцирање" #: fsedit.pm:485 #, c-format msgid "Nothing to do" msgstr "Нема шта да се уради" #: harddrake/data.pm:64 #, c-format msgid "SATA controllers" msgstr "SATA контролери" #: harddrake/data.pm:73 #, c-format msgid "RAID controllers" msgstr "RAID контролери" #: harddrake/data.pm:83 #, c-format msgid "(E)IDE/ATA controllers" msgstr "(E)IDE/ATA контролери" #: harddrake/data.pm:93 #, fuzzy, c-format msgid "Card readers" msgstr "Модел картице :" #: harddrake/data.pm:102 #, c-format msgid "Firewire controllers" msgstr "Firewire контролери" #: harddrake/data.pm:111 #, c-format msgid "PCMCIA controllers" msgstr "PCMCIA контролери" #: harddrake/data.pm:120 #, c-format msgid "SCSI controllers" msgstr "SCSI контролери" #: harddrake/data.pm:129 #, c-format msgid "USB controllers" msgstr "USB контролери" #: harddrake/data.pm:138 #, fuzzy, c-format msgid "USB ports" msgstr ", USB штампач" #: harddrake/data.pm:147 #, c-format msgid "SMBus controllers" msgstr "SMBus контролери" #: harddrake/data.pm:156 #, c-format msgid "Bridges and system controllers" msgstr "Мостови и системски контролери" #: harddrake/data.pm:168 #, c-format msgid "Floppy" msgstr "Флопи" #: harddrake/data.pm:178 #, c-format msgid "Zip" msgstr "Зип" #: harddrake/data.pm:194 #, c-format msgid "Hard Disk" msgstr "Диск" #: harddrake/data.pm:204 #, c-format msgid "USB Mass Storage Devices" msgstr "" #: harddrake/data.pm:213 #, c-format msgid "CDROM" msgstr "CDROM" #: harddrake/data.pm:223 #, c-format msgid "CD/DVD burners" msgstr "CD/DVD резачи" #: harddrake/data.pm:233 #, c-format msgid "DVD-ROM" msgstr "DVD-ROM" #: harddrake/data.pm:243 #, c-format msgid "Tape" msgstr "Трака" #: harddrake/data.pm:254 #, c-format msgid "AGP controllers" msgstr "AGP контролери" #: harddrake/data.pm:263 #, c-format msgid "Videocard" msgstr "Видео картица" #: harddrake/data.pm:272 #, c-format msgid "DVB card" msgstr "" #: harddrake/data.pm:280 #, c-format msgid "Tvcard" msgstr "ТВ картица" #: harddrake/data.pm:289 #, c-format msgid "Other MultiMedia devices" msgstr "Други мултимедијални уређаји" #: harddrake/data.pm:298 #, c-format msgid "Soundcard" msgstr "Звучна картица" #: harddrake/data.pm:311 #, c-format msgid "Webcam" msgstr "Веб камера" #: harddrake/data.pm:325 #, c-format msgid "Processors" msgstr "Процесори" #: harddrake/data.pm:335 #, fuzzy, c-format msgid "ISDN adapters" msgstr "Интерна ISDN картица" #: harddrake/data.pm:346 #, c-format msgid "USB sound devices" msgstr "" #: harddrake/data.pm:355 #, c-format msgid "Radio cards" msgstr "" #: harddrake/data.pm:364 #, c-format msgid "ATM network cards" msgstr "" #: harddrake/data.pm:373 #, c-format msgid "WAN network cards" msgstr "" #: harddrake/data.pm:382 #, c-format msgid "Bluetooth devices" msgstr "" #: harddrake/data.pm:391 #, c-format msgid "Ethernetcard" msgstr "Мрежна картица" #: harddrake/data.pm:408 #, c-format msgid "Modem" msgstr "Модем" #: harddrake/data.pm:418 #, c-format msgid "ADSL adapters" msgstr "" #: harddrake/data.pm:430 #, c-format msgid "Memory" msgstr "Меморија" #: harddrake/data.pm:439 #, c-format msgid "Printer" msgstr "Штампач" #. -PO: these are joysticks controllers: #: harddrake/data.pm:453 #, c-format msgid "Game port controllers" msgstr "" #: harddrake/data.pm:462 #, c-format msgid "Joystick" msgstr "Џојстик" #: harddrake/data.pm:472 #, c-format msgid "Keyboard" msgstr "Тастатура" #: harddrake/data.pm:485 #, c-format msgid "Tablet and touchscreen" msgstr "" #: harddrake/data.pm:494 #, c-format msgid "Mouse" msgstr "Миш" #: harddrake/data.pm:508 #, c-format msgid "Biometry" msgstr "" #: harddrake/data.pm:516 #, c-format msgid "UPS" msgstr "UPS" #: harddrake/data.pm:525 #, c-format msgid "Scanner" msgstr "Скенер" #: harddrake/data.pm:536 #, c-format msgid "Unknown/Others" msgstr "Непознати/Остали" #: harddrake/data.pm:564 #, c-format msgid "cpu # " msgstr "cpu # " #: harddrake/sound.pm:202 #, c-format msgid "Please Wait... Applying the configuration" msgstr "Само моменат... примена конфигурације" #: harddrake/sound.pm:305 #, c-format msgid "Enable PulseAudio" msgstr "" #: harddrake/sound.pm:309 #, c-format msgid "Automatic routing from ALSA to PulseAudio" msgstr "" #: harddrake/sound.pm:313 #, c-format msgid "Enable user switching for audio applications" msgstr "" #: harddrake/sound.pm:318 #, c-format msgid "Reset sound mixer to default values" msgstr "" #: harddrake/sound.pm:323 #, c-format msgid "Trouble shooting" msgstr "Помоћ " #: harddrake/sound.pm:330 #, c-format msgid "No alternative driver" msgstr "Нема алтернативног драјвера" #: harddrake/sound.pm:240 #, c-format msgid "" "There's no known OSS/ALSA alternative driver for your sound card (%s) which " "currently uses \"%s\"" msgstr "" "Не постоји познати алтернативни OSS/ALSA драјвер за вашу звучну картицу (%s) " "која тренутно користи \"%s\"" #: harddrake/sound.pm:246 #, c-format msgid "Sound configuration" msgstr "Подешавање звука" #: harddrake/sound.pm:248 #, c-format msgid "" "Here you can select an alternative driver (either OSS or ALSA) for your " "sound card (%s)." msgstr "" "Овде можете изабрати алтернативни драјвер (или OSS или ALSA) за своју звучну " "картицу (%s)." #. -PO: here the first %s is either "OSS" or "ALSA", #. -PO: the second %s is the name of the current driver #. -PO: and the third %s is the name of the default driver #: harddrake/sound.pm:253 #, c-format msgid "" "\n" "\n" "Your card currently use the %s\"%s\" driver (default driver for your card is " "\"%s\")" msgstr "" "\n" "\n" "Ваша картица тренутно користи %s\"%s\" драјвер (default драјвер за вашу " "картицу је \"%s\")" #: harddrake/sound.pm:255 #, fuzzy, c-format msgid "" "OSS (Open Sound System) was the first sound API. It's an OS independent " "sound API (it's available on most UNIX(tm) systems) but it's a very basic " "and limited API.\n" "What's more, OSS drivers all reinvent the wheel.\n" "\n" "ALSA (Advanced Linux Sound Architecture) is a modularized architecture " "which\n" "supports quite a large range of ISA, USB and PCI cards.\n" "\n" "It also provides a much higher API than OSS.\n" "\n" "To use alsa, one can either use:\n" "- the old compatibility OSS api\n" "- the new ALSA api that provides many enhanced features but requires using " "the ALSA library.\n" msgstr "" "OSS (Отворени Систем за Звук)је био прву звучни API. Он је независан звучни " "API у односу на оперативни систем(доступан је на већини unices система) али " "је прилично рудименаран и ограничен API.\n" "Чак шта више, већина драјвера као да поново откирва точак \n" "\n" "ALSA (Advanced Linux Sound Architecture) је модуларне архитектуре који\n" "подржава велики број ISA, USB и PCI картица.\n" "\n" "Он такође обезбеђује много већи API у односу на OSS.\n" "\n" "Да би користили alsa, можете користи или:\n" "- стари компатибилни OSS api\n" "- нови ALSA api који омогућава много напредне могућности али захтева " "коришћење ALSA библиотеке.\n" #: harddrake/sound.pm:269 harddrake/sound.pm:354 #, c-format msgid "Driver:" msgstr "Драјвер:" #: harddrake/sound.pm:379 #, c-format msgid "" "The old \"%s\" driver is blacklisted.\n" "\n" "It has been reported to oops the kernel on unloading.\n" "\n" "The new \"%s\" driver will only be used on next bootstrap." msgstr "" "Стари \"%s\" драјвер је на црној листи.\n" "\n" "Пријављено је да опструише кернел при рестартовању.\n" "\n" "Нови \"%s\" драјвер ће бити коришћен само при следећем стартању система." #: harddrake/sound.pm:294 #, c-format msgid "No open source driver" msgstr "Нема open source драјвера" #: harddrake/sound.pm:295 #, c-format msgid "" "There's no free driver for your sound card (%s), but there's a proprietary " "driver at \"%s\"." msgstr "" "Не постоји бесплатан драјвер за вашу звучну картицу (%s), али постоји " "лиценцирани драјвер на \"%s\"." #: harddrake/sound.pm:298 #, c-format msgid "No known driver" msgstr "Нема познатог драјвера" #: harddrake/sound.pm:299 #, c-format msgid "There's no known driver for your sound card (%s)" msgstr "Не постоји познати драјвер за вашу звучну картицу (%s)" #: harddrake/sound.pm:314 #, c-format msgid "Sound trouble shooting" msgstr "Помоћ за подешавање звука" #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: harddrake/sound.pm:317 #, c-format msgid "" "The classic bug sound tester is to run the following commands:\n" "\n" "\n" "- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card uses\n" "by default\n" "\n" "- \"grep sound-slot /etc/modprobe.conf\" will tell you what driver it\n" "currently uses\n" "\n" "- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n" "loaded or not\n" "\n" "- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n" "tell you if sound and alsa services're configured to be run on\n" "initlevel 3\n" "\n" "- \"aumix -q\" will tell you if the sound volume is muted or not\n" "\n" "- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n" msgstr "" "Класични тестер звука треба да покрене следеће команде:\n" "\n" "\n" "- \"lspcidrake -v | fgrep AUDIO\" ће вам рећи који драјвер ваша звучна " "картица користи \n" "по default-у\n" "\n" "- \"grep sound-slot /etc/modprobe.conf\" ће вам рећи који је драјвер " "тренутно\n" "у употреби\n" "\n" "- \"/sbin/lsmod\" ће вам омогућити да проверите да ли његов је драјверов " "модул\n" "учитан или није\n" "\n" "- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" ће\n" "вам рећи да ли су сервер за звук и alsa подешени за покретање у\n" "initlevel 3\n" "\n" "- \"aumix -q\" ће вам рећи какав је ниво јачине звука\n" "\n" "- \"/sbin/fuser -v /dev/dsp\" ће вам рећи који програм користи ѕвучну " "картицу.\n" #: harddrake/sound.pm:343 #, c-format msgid "Let me pick any driver" msgstr "Доозволи да изаберем било који уређај" #: harddrake/sound.pm:346 #, c-format msgid "Choosing an arbitrary driver" msgstr "Бирам одговарајући драјвер" #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: harddrake/sound.pm:349 #, c-format msgid "" "If you really think that you know which driver is the right one for your " "card\n" "you can pick one in the above list.\n" "\n" "The current driver for your \"%s\" sound card is \"%s\" " msgstr "" "Уколико заиста мислите да знате који је прави драјвер за вашу картицу\n" "можете изабрати једну са горње листе.\n" "\n" "Тренутни драјвер за вашу \"%s\" звучну картицу је \"%s\" " #: harddrake/v4l.pm:12 #, c-format msgid "Auto-detect" msgstr "Ауто-детекција" #: harddrake/v4l.pm:97 harddrake/v4l.pm:285 harddrake/v4l.pm:337 #, c-format msgid "Unknown|Generic" msgstr "Непознати|Generic" #: harddrake/v4l.pm:130 #, c-format msgid "Unknown|CPH05X (bt878) [many vendors]" msgstr "Непознати|CPH05X (bt878) [многи произвођачи]" #: harddrake/v4l.pm:131 #, c-format msgid "Unknown|CPH06X (bt878) [many vendors]" msgstr "Непознати|CPH06X (bt878) [многи произвођачи]" #: harddrake/v4l.pm:475 #, c-format msgid "" "For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-" "detect the rights parameters.\n" "If your card is misdetected, you can force the right tuner and card types " "here. Just select your tv card parameters if needed." msgstr "" "За већину модерних ТВ картица, bttv модул GNU/Linux кернела једноставно ауто-" "детектује праве параметре.\n" "Уколико је картица погрешно детектована, овде можете да подесите прави " "тјунер и тип картице. Само селектујте параметре за вашу TV картицу ако је " "потребно" #: harddrake/v4l.pm:478 #, c-format msgid "Card model:" msgstr "Модел картице :" #: harddrake/v4l.pm:479 #, c-format msgid "Tuner type:" msgstr "Тип тјунера :" #: interactive.pm:125 interactive.pm:542 interactive/curses.pm:263 #: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39 #: interactive/stdio.pm:148 interactive/stdio.pm:149 ugtk2.pm:414 ugtk2.pm:512 #: ugtk2.pm:801 ugtk2.pm:824 #, c-format msgid "Ok" msgstr "У реду" #: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156 #, c-format msgid "Yes" msgstr "Да" #: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156 #, c-format msgid "No" msgstr "Не" #: interactive.pm:258 #, c-format msgid "Choose a file" msgstr "Изаберите фајл" #: interactive.pm:383 interactive/gtk.pm:420 #, c-format msgid "Add" msgstr "Додај" #: interactive.pm:383 interactive/gtk.pm:420 #, c-format msgid "Modify" msgstr "Промени" #: interactive.pm:383 interactive/gtk.pm:420 #, c-format msgid "Remove" msgstr "Уклони" #: interactive.pm:542 interactive/curses.pm:263 ugtk2.pm:512 #, c-format msgid "Finish" msgstr "Крај" #: interactive.pm:543 interactive/curses.pm:260 ugtk2.pm:510 #, c-format msgid "Previous" msgstr "Претходни" #: interactive/gtk.pm:548 #, c-format msgid "Beware, Caps Lock is enabled" msgstr "" #: interactive/stdio.pm:29 interactive/stdio.pm:154 #, c-format msgid "Bad choice, try again\n" msgstr "Лош избор, пробајте поново\n" #: interactive/stdio.pm:30 interactive/stdio.pm:155 #, c-format msgid "Your choice? (default %s) " msgstr "Ваш избор ? (по default-у %s) " #: interactive/stdio.pm:54 #, c-format msgid "" "Entries you'll have to fill:\n" "%s" msgstr "" "Уноси које треба да попуните:\n" "%s" #: interactive/stdio.pm:70 #, c-format msgid "Your choice? (0/1, default `%s') " msgstr "Ваш избор? (0/1, default `%s') " #: interactive/stdio.pm:97 #, c-format msgid "Button `%s': %s" msgstr "Тастер `%s': %s" #: interactive/stdio.pm:98 #, c-format msgid "Do you want to click on this button?" msgstr "Да ли желите да кликнете на овај тастер? " #: interactive/stdio.pm:110 #, c-format msgid "Your choice? (default `%s'%s) " msgstr "Ваш избор? (default `%s'%s) " #: interactive/stdio.pm:110 #, c-format msgid " enter `void' for void entry" msgstr " унесите `void' за void унос" #: interactive/stdio.pm:128 #, c-format msgid "=> There are many things to choose from (%s).\n" msgstr "=> Постоји много ствари за избор из (%s).\n" #: interactive/stdio.pm:131 #, c-format msgid "" "Please choose the first number of the 10-range you wish to edit,\n" "or just hit Enter to proceed.\n" "Your choice? " msgstr "" "Изаберите први број од 10 које желите да едитујете,\n" "или само кликните на Enter да би наставили.\n" "Ваш избор? " #: interactive/stdio.pm:144 #, c-format msgid "" "=> Notice, a label changed:\n" "%s" msgstr "" "=> Напомена, промењено име:\n" "%s" #: interactive/stdio.pm:151 #, c-format msgid "Re-submit" msgstr "Re-submit" #. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR" #. -PO: or as "default:RTL", depending if your language is written from #. -PO: left to right, or from right to left; any other string is wrong. #: lang.pm:193 #, c-format msgid "default:LTR" msgstr "default:LTR" #: lang.pm:210 #, c-format msgid "Andorra" msgstr "Андора" #: lang.pm:211 timezone.pm:215 #, c-format msgid "United Arab Emirates" msgstr "Уједињени Арапски Емирати" #: lang.pm:212 #, c-format msgid "Afghanistan" msgstr "Авганистан" #: lang.pm:213 #, c-format msgid "Antigua and Barbuda" msgstr "Антигва и Барбуда" #: lang.pm:214 #, c-format msgid "Anguilla" msgstr "Анигла" #: lang.pm:215 #, c-format msgid "Albania" msgstr "Албанија" #: lang.pm:216 #, c-format msgid "Armenia" msgstr "Јерменија" #: lang.pm:217 #, c-format msgid "Netherlands Antilles" msgstr "Холандски Антили" #: lang.pm:218 #, c-format msgid "Angola" msgstr "Ангола" #: lang.pm:219 #, c-format msgid "Antarctica" msgstr "Антартик" #: lang.pm:220 timezone.pm:260 #, c-format msgid "Argentina" msgstr "Аргентина" #: lang.pm:221 #, c-format msgid "American Samoa" msgstr "Америчка Самоа" #: lang.pm:222 mirror.pm:11 timezone.pm:218 #, c-format msgid "Austria" msgstr "Аустрија" #: lang.pm:223 mirror.pm:10 timezone.pm:256 #, c-format msgid "Australia" msgstr "Аустралија" #: lang.pm:224 #, c-format msgid "Aruba" msgstr "Аруба" #: lang.pm:225 #, c-format msgid "Azerbaijan" msgstr "Азербејџан" #: lang.pm:226 #, c-format msgid "Bosnia and Herzegovina" msgstr "Босна и Хрецеговина" #: lang.pm:227 #, c-format msgid "Barbados" msgstr "Барбадос" #: lang.pm:228 timezone.pm:200 #, c-format msgid "Bangladesh" msgstr "Бангладеш" #: lang.pm:229 mirror.pm:12 timezone.pm:220 #, c-format msgid "Belgium" msgstr "Белгија" #: lang.pm:230 #, c-format msgid "Burkina Faso" msgstr "Буркина Фасо" #: lang.pm:231 timezone.pm:221 #, c-format msgid "Bulgaria" msgstr "Бугарска" #: lang.pm:232 #, c-format msgid "Bahrain" msgstr "Бахреин" #: lang.pm:233 #, c-format msgid "Burundi" msgstr "Бурунди" #: lang.pm:234 #, c-format msgid "Benin" msgstr "Бенин" #: lang.pm:235 #, c-format msgid "Bermuda" msgstr "Бермуда" #: lang.pm:236 #, c-format msgid "Brunei Darussalam" msgstr "Брунеји Darussalam" #: lang.pm:237 #, c-format msgid "Bolivia" msgstr "Боливија" #: lang.pm:238 mirror.pm:13 timezone.pm:261 #, c-format msgid "Brazil" msgstr "Бразил" #: lang.pm:239 #, c-format msgid "Bahamas" msgstr "Бахами" #: lang.pm:240 #, c-format msgid "Bhutan" msgstr "Бутан" #: lang.pm:241 #, c-format msgid "Bouvet Island" msgstr "Острва Буве" #: lang.pm:242 #, c-format msgid "Botswana" msgstr "Боцвана" #: lang.pm:243 timezone.pm:219 #, c-format msgid "Belarus" msgstr "Беолорусија" #: lang.pm:244 #, c-format msgid "Belize" msgstr "Белизе" #: lang.pm:245 mirror.pm:14 timezone.pm:250 #, c-format msgid "Canada" msgstr "Канада" #: lang.pm:246 #, c-format msgid "Cocos (Keeling) Islands" msgstr "Кокос (Келингова) Острва" #: lang.pm:247 #, c-format msgid "Congo (Kinshasa)" msgstr "Конго (Киншаса)" #: lang.pm:248 #, c-format msgid "Central African Republic" msgstr "Централно Афричка Република" #: lang.pm:249 #, c-format msgid "Congo (Brazzaville)" msgstr "Конго (Бразавил)" #: lang.pm:250 mirror.pm:38 timezone.pm:244 #, c-format msgid "Switzerland" msgstr "Швајцарска" #: lang.pm:251 #, c-format msgid "Cote d'Ivoire" msgstr "Обала слоноваче" #: lang.pm:252 #, c-format msgid "Cook Islands" msgstr "Кукова Острва" #: lang.pm:253 timezone.pm:262 #, c-format msgid "Chile" msgstr "Чиле" #: lang.pm:254 #, c-format msgid "Cameroon" msgstr "Камерун" #: lang.pm:255 timezone.pm:201 #, c-format msgid "China" msgstr "Кина" #: lang.pm:256 #, c-format msgid "Colombia" msgstr "Колумбија" #: lang.pm:257 mirror.pm:15 #, c-format msgid "Costa Rica" msgstr "Костарика" #: lang.pm:258 #, c-format msgid "Serbia & Montenegro" msgstr "Србија и Црна Гора" #: lang.pm:259 #, c-format msgid "Cuba" msgstr "Куба" #: lang.pm:260 #, c-format msgid "Cape Verde" msgstr "Капе Верде" #: lang.pm:261 #, c-format msgid "Christmas Island" msgstr "Ускршња острава" #: lang.pm:262 #, c-format msgid "Cyprus" msgstr "Кипар" #: lang.pm:263 mirror.pm:16 timezone.pm:222 #, c-format msgid "Czech Republic" msgstr "Чешка" #: lang.pm:264 mirror.pm:21 timezone.pm:227 #, c-format msgid "Germany" msgstr "Немачка" #: lang.pm:265 #, c-format msgid "Djibouti" msgstr "Џибути" #: lang.pm:266 mirror.pm:17 timezone.pm:223 #, c-format msgid "Denmark" msgstr "Данска" #: lang.pm:267 #, c-format msgid "Dominica" msgstr "Доминикана" #: lang.pm:268 #, c-format msgid "Dominican Republic" msgstr "Доминиканска Република" #: lang.pm:269 #, c-format msgid "Algeria" msgstr "Алжир" #: lang.pm:270 #, c-format msgid "Ecuador" msgstr "Еквадор" #: lang.pm:271 mirror.pm:18 timezone.pm:224 #, c-format msgid "Estonia" msgstr "Естонија" #: lang.pm:272 #, c-format msgid "Egypt" msgstr "Египат" #: lang.pm:273 #, c-format msgid "Western Sahara" msgstr "Западна Сахара" #: lang.pm:274 #, c-format msgid "Eritrea" msgstr "Еритреја" #: lang.pm:275 mirror.pm:36 timezone.pm:242 #, c-format msgid "Spain" msgstr "Шпанија" #: lang.pm:276 #, c-format msgid "Ethiopia" msgstr "Етиопија" #: lang.pm:277 mirror.pm:19 timezone.pm:225 #, c-format msgid "Finland" msgstr "Финска" #: lang.pm:278 #, c-format msgid "Fiji" msgstr "Фиџи" #: lang.pm:279 #, c-format msgid "Falkland Islands (Malvinas)" msgstr "Фокландска Острва" #: lang.pm:280 #, c-format msgid "Micronesia" msgstr "Микронезија" #: lang.pm:281 #, c-format msgid "Faroe Islands" msgstr "Фарска Острва" #: lang.pm:282 mirror.pm:20 timezone.pm:226 #, c-format msgid "France" msgstr "Француска" #: lang.pm:283 #, c-format msgid "Gabon" msgstr "Габон" #: lang.pm:284 timezone.pm:246 #, c-format msgid "United Kingdom" msgstr "Велика Британија" #: lang.pm:285 #, c-format msgid "Grenada" msgstr "Гренада" #: lang.pm:286 #, c-format msgid "Georgia" msgstr "Грузија" #: lang.pm:287 #, c-format msgid "French Guiana" msgstr "Француска Гвајана" #: lang.pm:288 #, c-format msgid "Ghana" msgstr "Гана" #: lang.pm:289 #, c-format msgid "Gibraltar" msgstr "Гилбратлар" #: lang.pm:290 #, c-format msgid "Greenland" msgstr "Гренланд" #: lang.pm:291 #, c-format msgid "Gambia" msgstr "Гамбија" #: lang.pm:292 #, c-format msgid "Guinea" msgstr "Гвинеја" #: lang.pm:293 #, c-format msgid "Guadeloupe" msgstr "Гвадалупе" #: lang.pm:294 #, c-format msgid "Equatorial Guinea" msgstr "Екваторијална Гвинеја" #: lang.pm:295 mirror.pm:22 timezone.pm:228 #, c-format msgid "Greece" msgstr "Грчка" #: lang.pm:296 #, c-format msgid "South Georgia and the South Sandwich Islands" msgstr "Јужна Џорџија и Јужна Сендвичка Острва" #: lang.pm:297 timezone.pm:251 #, c-format msgid "Guatemala" msgstr "Гватемала" #: lang.pm:298 #, c-format msgid "Guam" msgstr "Гуам" #: lang.pm:299 #, c-format msgid "Guinea-Bissau" msgstr "Гвинеја-Бисао" #: lang.pm:300 #, c-format msgid "Guyana" msgstr "Гвајана" #: lang.pm:301 #, fuzzy, c-format msgid "Hong Kong SAR (China)" msgstr "Хонг Конг" #: lang.pm:302 #, c-format msgid "Heard and McDonald Islands" msgstr "Хердова и McDonald Острва" #: lang.pm:303 #, c-format msgid "Honduras" msgstr "Хондурас" #: lang.pm:304 #, c-format msgid "Croatia" msgstr "Хрватска" #: lang.pm:305 #, c-format msgid "Haiti" msgstr "Хаити" #: lang.pm:306 mirror.pm:23 timezone.pm:229 #, c-format msgid "Hungary" msgstr "Мађарска" #: lang.pm:307 timezone.pm:204 #, c-format msgid "Indonesia" msgstr "Индонезија" #: lang.pm:308 mirror.pm:24 timezone.pm:230 #, c-format msgid "Ireland" msgstr "Ирска" #: lang.pm:309 mirror.pm:25 timezone.pm:206 #, c-format msgid "Israel" msgstr "Израел" #: lang.pm:310 timezone.pm:203 #, c-format msgid "India" msgstr "Индија" #: lang.pm:311 #, c-format msgid "British Indian Ocean Territory" msgstr "Британска Индијска Океанска Територија" #: lang.pm:312 #, c-format msgid "Iraq" msgstr "Ирак" #: lang.pm:313 timezone.pm:205 #, c-format msgid "Iran" msgstr "Иран" #: lang.pm:314 #, c-format msgid "Iceland" msgstr "Исланд" #: lang.pm:315 mirror.pm:26 timezone.pm:231 #, c-format msgid "Italy" msgstr "Италија" #: lang.pm:316 #, c-format msgid "Jamaica" msgstr "Јамајка" #: lang.pm:317 #, c-format msgid "Jordan" msgstr "Јордан" #: lang.pm:318 mirror.pm:27 timezone.pm:207 #, c-format msgid "Japan" msgstr "Јапан" #: lang.pm:319 #, c-format msgid "Kenya" msgstr "Кенија" #: lang.pm:320 #, c-format msgid "Kyrgyzstan" msgstr "Киргистан" #: lang.pm:321 #, c-format msgid "Cambodia" msgstr "Камбоџа" #: lang.pm:322 #, c-format msgid "Kiribati" msgstr "Кирибати" #: lang.pm:323 #, c-format msgid "Comoros" msgstr "Комори" #: lang.pm:324 #, c-format msgid "Saint Kitts and Nevis" msgstr "Свети Китс и Невис" #: lang.pm:325 #, c-format msgid "Korea (North)" msgstr "Кореја (Северна)" #: lang.pm:326 timezone.pm:208 #, c-format msgid "Korea" msgstr "Кореја" #: lang.pm:327 #, c-format msgid "Kuwait" msgstr "Кувајт" #: lang.pm:328 #, c-format msgid "Cayman Islands" msgstr "Кајманска Острва" #: lang.pm:329 #, c-format msgid "Kazakhstan" msgstr "Казахстан" #: lang.pm:330 #, c-format msgid "Laos" msgstr "Лаос" #: lang.pm:331 #, c-format msgid "Lebanon" msgstr "Либан" #: lang.pm:332 #, c-format msgid "Saint Lucia" msgstr "Света Луција" #: lang.pm:333 #, c-format msgid "Liechtenstein" msgstr "Лихтенштајн" #: lang.pm:334 #, c-format msgid "Sri Lanka" msgstr "Шри Ланка" #: lang.pm:335 #, c-format msgid "Liberia" msgstr "Либерија" #: lang.pm:336 #, c-format msgid "Lesotho" msgstr "Лесото" #: lang.pm:337 timezone.pm:232 #, c-format msgid "Lithuania" msgstr "Литванија" #: lang.pm:338 timezone.pm:233 #, c-format msgid "Luxembourg" msgstr "Луксембург" #: lang.pm:339 #, c-format msgid "Latvia" msgstr "Летонија" #: lang.pm:340 #, c-format msgid "Libya" msgstr "Либија" #: lang.pm:341 #, c-format msgid "Morocco" msgstr "Мароко" #: lang.pm:342 #, c-format msgid "Monaco" msgstr "Монако" #: lang.pm:343 #, c-format msgid "Moldova" msgstr "Молдавија" #: lang.pm:344 #, c-format msgid "Madagascar" msgstr "Мадагаскар" #: lang.pm:345 #, c-format msgid "Marshall Islands" msgstr "Маршалова Острва" #: lang.pm:346 #, c-format msgid "Macedonia" msgstr "Македонија" #: lang.pm:347 #, c-format msgid "Mali" msgstr "Мали" #: lang.pm:348 #, c-format msgid "Myanmar" msgstr "Мианмар (Бурма)" #: lang.pm:349 #, c-format msgid "Mongolia" msgstr "Монголија" #: lang.pm:350 #, c-format msgid "Northern Mariana Islands" msgstr "Северно Маријанска Острва" #: lang.pm:351 #, c-format msgid "Martinique" msgstr "Мартиник" #: lang.pm:352 #, c-format msgid "Mauritania" msgstr "Мауританија" #: lang.pm:353 #, c-format msgid "Montserrat" msgstr "Монсерат" #: lang.pm:354 #, c-format msgid "Malta" msgstr "Малта" #: lang.pm:355 #, c-format msgid "Mauritius" msgstr "Маурицијус" #: lang.pm:356 #, c-format msgid "Maldives" msgstr "Малдиви" #: lang.pm:357 #, c-format msgid "Malawi" msgstr "Малави" #: lang.pm:358 timezone.pm:252 #, c-format msgid "Mexico" msgstr "Мексико" #: lang.pm:359 timezone.pm:209 #, c-format msgid "Malaysia" msgstr "Малезија" #: lang.pm:360 #, c-format msgid "Mozambique" msgstr "Мозамбик" #: lang.pm:361 #, c-format msgid "Namibia" msgstr "Намибија" #: lang.pm:362 #, c-format msgid "New Caledonia" msgstr "Нова Каледонија" #: lang.pm:363 #, c-format msgid "Niger" msgstr "Нигер" #: lang.pm:364 #, c-format msgid "Norfolk Island" msgstr "Норфолк Острва" #: lang.pm:365 #, c-format msgid "Nigeria" msgstr "Нигерија" #: lang.pm:366 #, c-format msgid "Nicaragua" msgstr "Никарагва" #: lang.pm:367 mirror.pm:28 timezone.pm:234 #, c-format msgid "Netherlands" msgstr "Холандија" #: lang.pm:368 mirror.pm:30 timezone.pm:235 #, c-format msgid "Norway" msgstr "Норвешка" #: lang.pm:369 #, c-format msgid "Nepal" msgstr "Непал" #: lang.pm:370 #, c-format msgid "Nauru" msgstr "Науру" #: lang.pm:371 #, c-format msgid "Niue" msgstr "Niue" #: lang.pm:372 mirror.pm:29 timezone.pm:257 #, c-format msgid "New Zealand" msgstr "НОви Зеланд" #: lang.pm:373 #, c-format msgid "Oman" msgstr "Оман" #: lang.pm:374 #, c-format msgid "Panama" msgstr "Панама" #: lang.pm:375 #, c-format msgid "Peru" msgstr "Перу" #: lang.pm:376 #, c-format msgid "French Polynesia" msgstr "Франсуска Полинезија" #: lang.pm:377 #, c-format msgid "Papua New Guinea" msgstr "Папуа Нова Гвинеја" #: lang.pm:378 timezone.pm:210 #, c-format msgid "Philippines" msgstr "Филипини" #: lang.pm:379 #, c-format msgid "Pakistan" msgstr "Пакистан" #: lang.pm:380 mirror.pm:31 timezone.pm:236 #, c-format msgid "Poland" msgstr "Пољска" #: lang.pm:381 #, c-format msgid "Saint Pierre and Miquelon" msgstr "Свети Пјер и Микелон" #: lang.pm:382 #, c-format msgid "Pitcairn" msgstr "Pitcairn" #: lang.pm:383 #, c-format msgid "Puerto Rico" msgstr "Порто Рико" #: lang.pm:384 #, c-format msgid "Palestine" msgstr "Палестина" #: lang.pm:385 mirror.pm:32 timezone.pm:237 #, c-format msgid "Portugal" msgstr "Португал" #: lang.pm:386 #, c-format msgid "Paraguay" msgstr "Парагвај" #: lang.pm:387 #, c-format msgid "Palau" msgstr "Палау" #: lang.pm:388 #, c-format msgid "Qatar" msgstr "Катар" #: lang.pm:389 #, c-format msgid "Reunion" msgstr "Reunion" #: lang.pm:390 timezone.pm:238 #, c-format msgid "Romania" msgstr "Румунија" #: lang.pm:391 mirror.pm:33 #, c-format msgid "Russia" msgstr "Русија" #: lang.pm:392 #, c-format msgid "Rwanda" msgstr "Руанда" #: lang.pm:393 #, c-format msgid "Saudi Arabia" msgstr "Саудијска Арабија" #: lang.pm:394 #, c-format msgid "Solomon Islands" msgstr "Соломонова Острва" #: lang.pm:395 #, c-format msgid "Seychelles" msgstr "Сејшели" #: lang.pm:396 #, c-format msgid "Sudan" msgstr "Судан" #: lang.pm:397 mirror.pm:37 timezone.pm:243 #, c-format msgid "Sweden" msgstr "Шведска" #: lang.pm:398 timezone.pm:211 #, c-format msgid "Singapore" msgstr "Сингапур" #: lang.pm:399 #, c-format msgid "Saint Helena" msgstr "Света Јелена" #: lang.pm:400 timezone.pm:241 #, c-format msgid "Slovenia" msgstr "Словенија" #: lang.pm:401 #, c-format msgid "Svalbard and Jan Mayen Islands" msgstr "Svalbard and Jan Mayen Islands" #: lang.pm:402 mirror.pm:34 timezone.pm:240 #, c-format msgid "Slovakia" msgstr "Славачка" #: lang.pm:403 #, c-format msgid "Sierra Leone" msgstr "Сијера Леоне" #: lang.pm:404 #, c-format msgid "San Marino" msgstr "Сан Марино" #: lang.pm:405 #, c-format msgid "Senegal" msgstr "Сенегал" #: lang.pm:406 #, c-format msgid "Somalia" msgstr "Сомалија" #: lang.pm:407 #, c-format msgid "Suriname" msgstr "Суринам" #: lang.pm:408 #, c-format msgid "Sao Tome and Principe" msgstr "Сао Томе и Принципе" #: lang.pm:409 #, c-format msgid "El Salvador" msgstr "Ел Салвадор" #: lang.pm:410 #, c-format msgid "Syria" msgstr "Сирија" #: lang.pm:411 #, c-format msgid "Swaziland" msgstr "Свазиленд" #: lang.pm:412 #, c-format msgid "Turks and Caicos Islands" msgstr "Turks and Caicos Islands" #: lang.pm:413 #, c-format msgid "Chad" msgstr "Чад" #: lang.pm:414 #, c-format msgid "French Southern Territories" msgstr "Француске Јужне Територије" #: lang.pm:415 #, c-format msgid "Togo" msgstr "Того" #: lang.pm:416 mirror.pm:40 timezone.pm:213 #, c-format msgid "Thailand" msgstr "Тајланд" #: lang.pm:417 #, c-format msgid "Tajikistan" msgstr "Таџикистан" #: lang.pm:418 #, c-format msgid "Tokelau" msgstr "Токелау" #: lang.pm:419 #, c-format msgid "East Timor" msgstr "Источни Тимор" #: lang.pm:420 #, c-format msgid "Turkmenistan" msgstr "Туркменистан" #: lang.pm:421 #, c-format msgid "Tunisia" msgstr "Тунис" #: lang.pm:422 #, c-format msgid "Tonga" msgstr "Тонга" #: lang.pm:423 timezone.pm:214 #, c-format msgid "Turkey" msgstr "Турска" #: lang.pm:424 #, c-format msgid "Trinidad and Tobago" msgstr "Тринидад и Тобаго" #: lang.pm:425 #, c-format msgid "Tuvalu" msgstr "Тувалу" #: lang.pm:426 mirror.pm:39 timezone.pm:212 #, c-format msgid "Taiwan" msgstr "Тајван" #: lang.pm:427 timezone.pm:197 #, c-format msgid "Tanzania" msgstr "Танзанија" #: lang.pm:428 timezone.pm:245 #, c-format msgid "Ukraine" msgstr "Украјина" #: lang.pm:429 #, c-format msgid "Uganda" msgstr "Уганда" #: lang.pm:430 #, c-format msgid "United States Minor Outlying Islands" msgstr "United States Minor Outlying Islands" #: lang.pm:431 mirror.pm:41 timezone.pm:253 #, c-format msgid "United States" msgstr "САД" #: lang.pm:432 #, c-format msgid "Uruguay" msgstr "Уругвај" #: lang.pm:433 #, c-format msgid "Uzbekistan" msgstr "Узбекистан" #: lang.pm:434 #, c-format msgid "Vatican" msgstr "Ватикан" #: lang.pm:435 #, c-format msgid "Saint Vincent and the Grenadines" msgstr "Свети Винсент и Гренандини" #: lang.pm:436 #, c-format msgid "Venezuela" msgstr "Венецуела" #: lang.pm:437 #, c-format msgid "Virgin Islands (British)" msgstr "Девичанска Острва(В.Британија)" #: lang.pm:438 #, c-format msgid "Virgin Islands (U.S.)" msgstr "Девичанска Острва (С.А.Д)" #: lang.pm:439 #, c-format msgid "Vietnam" msgstr "Вијетнам" #: lang.pm:440 #, c-format msgid "Vanuatu" msgstr "Вануату" #: lang.pm:441 #, c-format msgid "Wallis and Futuna" msgstr "Валис и Футуна" #: lang.pm:442 #, c-format msgid "Samoa" msgstr "Самоа" #: lang.pm:443 #, c-format msgid "Yemen" msgstr "Јемен" #: lang.pm:444 #, c-format msgid "Mayotte" msgstr "Мајот" #: lang.pm:445 mirror.pm:35 timezone.pm:196 #, c-format msgid "South Africa" msgstr "Јужна Африка" #: lang.pm:446 #, c-format msgid "Zambia" msgstr "Замбија" #: lang.pm:447 #, c-format msgid "Zimbabwe" msgstr "Зимбабве" #: lang.pm:1193 #, c-format msgid "Welcome to %s" msgstr "Доброшли у %s" #: lvm.pm:84 #, c-format msgid "Moving used physical extents to other physical volumes failed" msgstr "" #: lvm.pm:137 #, c-format msgid "Physical volume %s is still in use" msgstr "" #: lvm.pm:147 #, c-format msgid "Remove the logical volumes first\n" msgstr "Уклони прво логичке волумене\n" #: lvm.pm:180 #, c-format msgid "The bootloader can't handle /boot on multiple physical volumes" msgstr "" #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: messages.pm:10 #, fuzzy, c-format msgid "" "Introduction\n" "\n" "The operating system and the different components available in the Mandriva " "Linux 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 Mandriva Linux distribution.\n" "\n" "\n" "1. License Agreement\n" "\n" "Please read this document carefully. This document is a license agreement " "between you and \n" "Mandriva 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" "Mandriva 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 Mandriva S.A. has been advised of the possibility or " "occurrence 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, Mandriva 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 Mandriva Linux 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 Mandriva.\n" "The programs developed by Mandriva S.A. are governed by the GPL License. " "Documentation written \n" "by Mandriva 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" "Mandriva 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" "\"Mandriva\", \"Mandriva Linux\" and associated logos are trademarks of " "Mandriva 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 Mandriva S.A. \n" msgstr "" "Упознавање\n" "\n" "Оперативни систем и друге компоненте доступне у Mandriva Linux " "дистрибуцији \n" "на даље ће бити зване \"Софтверски Производи\" . Софтверски производи " "укључују, али нису и \n" "ограничени на, скуп програма, метода, правила и документацију која је " "везаназа оперативни \n" "систем и друге компоненте Mandriva Linux дистрибуције.\n" "\n" "\n" "1. Лиценцни уговор\n" "\n" "Пажљиво прочитајте овај документ. Овај документ је лиценцни уговор " "измеђуизмеђу вас и \n" "Mandriva S.A. који полаже право на Софтверске Производе.\n" "Инсталирањем, копирањем или употребом Софтверских Производа у било ком виду, " "ви експлицитно \n" "прихватате и потпуно се слажете са прихватањем поставки и услова и стања у " "овој Лиценци. \n" "Уколико се не слажете са било којим делом Лиценце, немате право да " "инсталирате, копирате или користите \n" "Софтверске производе. \n" "Било који покушај инсталације, дуплицирања или употребе Софтверских " "Производа на начин који се не слаже са \n" "поставкама и условима ове Лиценце ће водити губитку ваших права под овом \n" "Лиценцом. На основу губитка Лиценце, морате одмах уништитисве копије \n" "Софтверских Производа.\n" "\n" "\n" "2. Ограничена Гаранција\n" "\n" "Софтверски Производи и пратећа документрација су омогућене \"као такве\", и " "без гаранције, до граница \n" "које су дозвољене законом.\n" "Mandriva S.A. неће, у свим условима и у границама закона, бити оговоран за " "било које специјалне,\n" "случајне, директне или индиректне штете (укључујући неограниченештете или " "губитке \n" "у пословању, прекиду пословања, финансијским губицима, законске тражње и " "казне које су резултат судске \n" "одлуке, или за било који други губитак) које произилазе из употребе или " "немогућности коришћења Софтверских \n" "Производа, чак иако је Mandriva S.A. саветовао и указивао на могућност " "појаве такве \n" "штете.\n" "\n" "Ограничена одговорности везане за поседовање или употребу забрањеног " "софтвера у неким земљама\n" "\n" "До граница које су условљене законом, Mandriva S.A. или његови дистрибутери " "неће, ни под којим условима, бити \n" "одговорни за специјалне, намерне директне или индиректне штете(укључујући " "неограничене \n" "штете или губитке у пословању, прекиду пословања, финансијским губицима, " "законске тражње \n" "и казне које су резултат судске одлуке, или за било који други губитак) које " "произилазе \n" "из употребе или немогућности коришћења Софтверских Компоненти или које " "произилазе download-ованих софтверских компоненти \n" "било ког Mandriva Linux сајта који су забрањени или ограничени у неким " "земљама по локалним законима.\n" "Ова ограничена права се примењују, али нису и ограничена на,криптографске " "компоненте \n" "које се налазе у Софтверским Производима.\n" "\n" "\n" "3. GPL и за њу везане Лиценце\n" "\n" "Софтверски производи се састоје од компоненти креираних од стране различтих " "лица или ентитета. Већина \n" "од ових компоненти се налазе под поставкама и условима GNU Опште Јавне \n" "Лиценце, која се од сада зове \"GPL\", или сличне лиценце. Већина ових " "лиценци дозвољава употребу, \n" "дуплицирање, адаптацију или редистрибуцију компоненти које оне обухватају. " "Молимо Вас да пажљиво прочитте поставке \n" "и услове лиценцног уговора за сваку компоненту пре употребе било које " "компоненете. Било које питање \n" "везано за лиценцу компоненти треба да буде адресирано на аутора компоненте а " "нена Mandriva.\n" "Програми које је развио Mandriva S.A. подлежу под GPL Лиценцу. Документација " "писана од \n" "стране Mandriva S.A. подлеже под посебну лиценцу. Молим да погледате " "документацију \n" "за детаље.\n" "\n" "\n" "4. Права на Интелектуалну својину\n" "\n" "Сва права на компоненте Софтверских производа припадају њиховим ауторима и " "она \n" "су заштићена законима о интелектуалној својини и правима који се примењују " "на софтверске програме.\n" "Mandriva S.A. је резервисао своја права на модификовање или адаптацију " "СофтверскихПроизвода, како за целину тако и за \n" "делове, за све све сврхе и све употребе.\n" "\"Mandriva\", \"Mandriva Linux\" и придружени логотипи и ознаке Mandriva S." "A. \n" "\n" "\n" "5. Законска права \n" "\n" "Уколико се било који део овог уговора избегава, нелегално и ван судске " "одлуке, овај \n" "део се искључује из овог угвора. Обавезни сте да примењујетеостале делове " "овог\n" "уговора.\n" "Поставке и услови ове Лиценце су одређени Законима Француске.\n" "Сви неспоразуми би требали бити решени ван суда. Као последње \n" "средство, неспоразуми ће бити упућени на одговарајуће Судске установе у " "Паризу - Француска.\n" "За било које питање које је везано за овај документ, контактирајте Mandriva " "S.A. \n" #: messages.pm:90 #, c-format msgid "" "Warning: Free Software may not necessarily be patent free, and some Free\n" "Software included may be covered by patents in your country. For example, " "the\n" "MP3 decoders included may require a licence for further usage (see\n" "http://www.mp3licensing.com for more details). If you are unsure if a " "patent\n" "may be applicable to you, check your local laws." msgstr "" #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: messages.pm:98 #, c-format msgid "" "\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" msgstr "" "\n" "Упозорење !\n" "\n" "Пажљиво прочитајте доле наведене услове. Уколико се не слажете са било " "којим \n" "делом, онда немате одобрење за инсталирање следећег CD-а. Притисните " "'Одбијам' \n" "да би наставили инсталацију без употребе тих CD медија.\n" "\n" "\n" "Неке компоненте садржане у следећим CD медијама нису под\n" "GPL Лиценцом или сличним уговорима. Свака таква компонента је онда " "условљена\n" "условима и уговорима сопстевене линценце. \n" "Пажљиво прочитајте и упознајте се са таквим специфичним лиценцама пре \n" "него уотребите или редистрибуирате поменуте компоненте. \n" "Такве лиценце ће у главном забрањивати трансфер, копирање \n" "(осим за сврху backup-а података), редисрибуцију, нахнадну промену, \n" "растављање, де-компајлирање или мењање компоненти. \n" "Било који део уговора који није испоштован истовремено уклања и остала ваша " "права\n" "у датој лиценци. Уколико вам одређена лиценца не гарантује таква\n" "права, обично не можете инсталирати програме на више од једаног\n" "аиатема, или их прилагодити да се могу користити на мрежи. Уколико сте у " "дилеми, молимо вас да директно \n" "контактирате дистрибутера или едитора компоненте. \n" "Пренос на треће програме или копирање таквих компоненти укључујући и\n" "документацију је обично забрањен.\n" "\n" "\n" "Сва права на компоненте на следећим CD медијама припадају њиховим \n" "респектативним ауторима и заштићене су законима о интелектуаној својини и \n" "правима који се примењују на софтверске програме.\n" #. -PO: keep the double empty lines between sections, this is formatted a la LaTeX #: messages.pm:131 #, fuzzy, c-format msgid "" "Congratulations, installation is complete.\n" "Remove the boot media and press Enter to reboot.\n" "\n" "\n" "For information on fixes which are available for this release of Mandriva " "Linux,\n" "consult the Errata available from:\n" "\n" "\n" "%s\n" "\n" "\n" "Information on configuring your system is available in the post\n" "install chapter of the Official Mandriva Linux User's Guide." msgstr "" "Честитамо, инсталација је завршена.\n" "Извадите дискету из драјва и притисните <Enter> да се рачунар ресетује.\n" "\n" "\n" "За информације о поправкама које су на располагању за ово издање\n" "Mandriva Linux Линукса, прочитајте део 'Errata' који можете наћи на\n" "\n" "\n" "%s\n" "\n" "\n" "Информације о конфигурисању вашег система можете наћи у пост-инсталационом\n" "поглављу званичног Mandriva Linux 'Водича за кориснике'." #: modules/interactive.pm:19 #, fuzzy, c-format msgid "This driver has no configuration parameter!" msgstr "CUPS-конфигурација за дељење штампача" #: modules/interactive.pm:22 #, fuzzy, c-format msgid "Module configuration" msgstr "Ручна конфигурација" #: modules/interactive.pm:22 #, c-format msgid "You can configure each parameter of the module here." msgstr "Овде можете подесити сваки параметар модула." #: modules/interactive.pm:63 #, c-format msgid "Found %s interfaces" msgstr "Пронађено %s интерфејса" #: modules/interactive.pm:64 #, c-format msgid "Do you have another one?" msgstr "Да ли имате још један?" #: modules/interactive.pm:65 #, c-format msgid "Do you have any %s interfaces?" msgstr "Имате ли још %s интерфејса?" #: modules/interactive.pm:71 #, c-format msgid "See hardware info" msgstr "Погледај информације о хардверу" #: modules/interactive.pm:82 #, fuzzy, c-format msgid "Installing driver for USB controller" msgstr "Инсталирам драјвер за %s картицу %s" #: modules/interactive.pm:83 #, fuzzy, c-format msgid "Installing driver for firewire controller %s" msgstr "Инсталирам драјвер за %s картицу %s" #: modules/interactive.pm:84 #, fuzzy, c-format msgid "Installing driver for hard drive controller %s" msgstr "Инсталирам драјвер за %s картицу %s" #: modules/interactive.pm:85 #, fuzzy, c-format msgid "Installing driver for ethernet controller %s" msgstr "Инсталирам драјвер за %s картицу %s" #. -PO: the first %s is the card type (scsi, network, sound,...) #. -PO: the second is the vendor+model name #: modules/interactive.pm:96 #, c-format msgid "Installing driver for %s card %s" msgstr "Инсталирам драјвер за %s картицу %s" #: modules/interactive.pm:110 #, c-format msgid "" "You may now provide options to module %s.\n" "Note that any address should be entered with the prefix 0x like '0x123'" msgstr "" "Сада можете да убаците његове опције у модул %s.\n" "Запамтите да свака адреса треба да се уноси са префиксом 0x као нпр. '0x123'" #: modules/interactive.pm:116 #, c-format msgid "" "You may now provide options to module %s.\n" "Options are in format ``name=value name2=value2 ...''.\n" "For instance, ``io=0x300 irq=7''" msgstr "" "Можете навести његове опције за модул %s.\n" "Опције су у формату ``име=вредност име2=вредност2 ...''.\n" "На пример, ``io=0x300 irq=7''" #: modules/interactive.pm:118 #, c-format msgid "Module options:" msgstr "Опције модула:" #. -PO: the %s is the driver type (scsi, network, sound,...) #: modules/interactive.pm:131 #, c-format msgid "Which %s driver should I try?" msgstr "Који %s драјвер да пробам?" #: modules/interactive.pm:140 #, c-format msgid "" "In some cases, the %s driver needs to have extra information to work\n" "properly, although it normally works fine without them. Would you like to " "specify\n" "extra options for it or allow the driver to probe your machine for the\n" "information it needs? Occasionally, probing will hang a computer, but it " "should\n" "not cause any damage." msgstr "" "У неким случајевима, драјвер %s захтева додатне информације\n" "за правилан рад, мада може лепо да ради и без њих. Да ли хоћете\n" "сами да унесете додатне податке за њега, или да их драјвер сам одреди?\n" "Могуће је да ће проба заглавити ваш рачунар, али неће нанети никакву штету." #: modules/interactive.pm:144 #, c-format msgid "Autoprobe" msgstr "Аутоматска проба" #: modules/interactive.pm:144 #, c-format msgid "Specify options" msgstr "Наведите опције" #: modules/interactive.pm:156 #, c-format msgid "" "Loading module %s failed.\n" "Do you want to try again with other parameters?" msgstr "" "Подизање модула %s неуспело.\n" "Да ли желите покушате поново са другим параметрима ?" #: partition_table.pm:401 #, c-format msgid "mount failed: " msgstr "монтирање није успело: " #: partition_table.pm:510 #, c-format msgid "Extended partition not supported on this platform" msgstr "Extended партиција није подржана на овој платформи" #: partition_table.pm:528 #, c-format msgid "" "You have a hole in your partition table but I can not use it.\n" "The only solution is to move your primary partitions to have the hole next " "to the extended partitions." msgstr "" "Имате празнину у вашој табели партиција али је не могу корисити.\n" "Једино решење је да померите примарну партицију тако да празнина буде\n" "до extended партиција" #: partition_table/raw.pm:279 #, c-format msgid "" "Something bad is happening on your drive. \n" "A test to check the integrity of data has failed. \n" "It means writing anything on the disk will end up with random, corrupted " "data." msgstr "" "Нешто лоше се дешава са вашим хард диском. \n" "Тест интегритета података није прошао. \n" "То значи да све што се налази на диску ће завршити као ђубре" #: raid.pm:42 #, fuzzy, c-format msgid "Can not add a partition to _formatted_ RAID %s" msgstr "Није могуће додати партицију на _форматиран_ RAID md%d" #: raid.pm:157 #, c-format msgid "Not enough partitions for RAID level %d\n" msgstr "Нема довољно партиција за RAID ниво %d\n" #: scanner.pm:95 #, c-format msgid "Could not create directory /usr/share/sane/firmware!" msgstr "" #: scanner.pm:106 #, c-format msgid "Could not create link /usr/share/sane/%s!" msgstr "" #: scanner.pm:113 #, c-format msgid "Could not copy firmware file %s to /usr/share/sane/firmware!" msgstr "" #: scanner.pm:120 #, c-format msgid "Could not set permissions of firmware file %s!" msgstr "" #: scanner.pm:199 #, c-format msgid "Scannerdrake" msgstr "Scannerdrake" #: scanner.pm:200 #, c-format msgid "Could not install the packages needed to share your scanner(s)." msgstr "" #: scanner.pm:201 #, c-format msgid "Your scanner(s) will not be available for non-root users." msgstr "" #: security/help.pm:11 #, fuzzy, c-format msgid "Accept bogus IPv4 error messages." msgstr "" "Аргументи: (arg)\n" "\n" "Прихвати/Одбиј IPv4 поруке о грешкама." #: security/help.pm:13 #, fuzzy, c-format msgid "Accept broadcasted icmp echo." msgstr "" "Аргументи: (arg)\n" "\n" " Прихвати/Одбиј преносиви icmp echo." #: security/help.pm:15 #, fuzzy, c-format msgid "Accept icmp echo." msgstr "" "Аргументи: (arg)\n" "\n" " Прихвати/Одбиј icmp echo." #: security/help.pm:17 #, fuzzy, c-format msgid "Allow autologin." msgstr "" "Аргументи: (arg)\n" "\n" "Дозволи/Не дозволи аутологовање." #. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is #: security/help.pm:21 #, fuzzy, c-format msgid "" "If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n" "\n" "If set to \"None\", no issues are allowed.\n" "\n" "Else only /etc/issue is allowed." msgstr "" "Аргументи: (arg)\n" "\n" "Ако је \\fIarg\\fP = ALL allow /etc/issue и /etc/issue.net не постоји. Ако " "је \\fIarg\\fP = NONE ниједана радња није\n" "дозвољена или је само /etc/issue дозвољен." #: security/help.pm:27 #, fuzzy, c-format msgid "Allow reboot by the console user." msgstr "" "Аргументи: (arg)\n" "\n" "Дозволи/Не дозволи рестартовање од стране конзлолног корисника." #: security/help.pm:29 #, fuzzy, c-format msgid "Allow remote root login." msgstr "" "Аргументи: (arg)\n" "\n" "Дозволи/Не дозволи удаљено root логовање." #: security/help.pm:31 #, fuzzy, c-format msgid "Allow direct root login." msgstr "" "Аргументи: (arg)\n" "\n" "Дозволи/Не дозволи диектно root логовање." #: security/help.pm:33 #, fuzzy, c-format msgid "" "Allow the list of users on the system on display managers (kdm and gdm)." msgstr "" "Аргументи: (arg)\n" "\n" "Дозволи/Не дозволи листу корисника на систему у менаџерима за дисплеј (kdm и " "gdm)." #: security/help.pm:35 #, c-format msgid "" "Allow to export display when\n" "passing from the root account to the other users.\n" "\n" "See pam_xauth(8) for more details.'" msgstr "" #: security/help.pm:40 #, fuzzy, c-format msgid "" "Allow X connections:\n" "\n" "- \"All\" (all connections are allowed),\n" "\n" "- \"Local\" (only connection from local machine),\n" "\n" "- \"None\" (no connection)." msgstr "" "Аргументи: (arg, listen_tcp=None)\n" "\n" "Дозвољава/Недозвољава X конекцију. Први аргумент одређије шта је урађено\n" "са стране клијента: ALL (све конекције су дозвољене), LOCAL (само\n" "лпкалне конекције) и NONE (без конекције)." #: security/help.pm:48 #, fuzzy, c-format msgid "" "The argument specifies if clients are authorized to connect\n" "to the X server from the network on the tcp port 6000 or not." msgstr "" "Аргументи: (arg)\n" "\n" "Аргумент одређује да ли клијент ауторзиван за конековање на\n" "X сервер на tcp порту 6000 или није." #. -PO: here "ALL", "Local" and "None" are values in a pull-down menu; translate them the same as they're #: security/help.pm:53 #, fuzzy, c-format msgid "" "Authorize:\n" "\n" "- all services controlled by tcp_wrappers (see hosts.deny(5) man page) if " "set to \"ALL\",\n" "\n" "- only local ones if set to \"Local\"\n" "\n" "- none if set to \"None\".\n" "\n" "To authorize the services you need, use /etc/hosts.allow (see hosts.allow" "(5))." msgstr "" "Аргументи: (arg)\n" "\n" "Ауторизује све сервисе које контролише tcp_wrappers (see hosts.deny(5)) ако " "је \\fIarg\\fP = ALL. Само локални\n" "if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. За ауторизацију вама " "потребних сервиса , користите /etc/hosts.allow\n" "(see hosts.allow(5))." #: security/help.pm:63 #, fuzzy, c-format msgid "" "If SERVER_LEVEL (or SECURE_LEVEL if absent)\n" "is greater than 3 in /etc/security/msec/security.conf, creates the\n" "symlink /etc/security/msec/server to point to\n" "/etc/security/msec/server.<SERVER_LEVEL>.\n" "\n" "The /etc/security/msec/server is used by chkconfig --add to decide to\n" "add a service if it is present in the file during the installation of\n" "packages." msgstr "" "Аргументи: ()\n" "\n" "Уколико је SERVER_LEVEL (или је SECURE_LEVEL одсутан) већи од 3\n" "у /etc/security/msec/security.conf, креира симболички линк /etc/security/" "msec/server\n" "да упућује на /etc/security/msec/server.<SERVER_LEVEL>. /etc/security/msec/" "server\n" "се користи од стране chkconfig --add да би додали сервис уколико је присутан " "у фајлу\n" "током инсталације пакета." #: security/help.pm:72 #, fuzzy, c-format msgid "" "Enable crontab and at for users.\n" "\n" "Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n" "and crontab(1))." msgstr "" "Аргументи: (arg)\n" "\n" "Омогући/Онемогући crontab и at за кориснике. Поставите кориснике са " "дозволама у /etc/cron.allow и /etc/at.allow\n" "(прочитајте man at(1) и crontab(1))." #: security/help.pm:77 #, c-format msgid "Enable syslog reports to console 12" msgstr "" #: security/help.pm:79 #, fuzzy, c-format msgid "" "Enable name resolution spoofing protection. If\n" "\"%s\" is true, also reports to syslog." msgstr "" "Аргументи: (arg, alert=1)\n" "\n" "Омогући/Онемогући заштиту за name resolution spoofing. Ако је\n" "\"%s\" истинит, и то пријавите у syslog." #: security/help.pm:80 #, c-format msgid "Security Alerts:" msgstr "Сигурносни аларми:" #: security/help.pm:82 #, fuzzy, c-format msgid "Enable IP spoofing protection." msgstr "" "Аргументи: (arg, alert=1)\n" "\n" "Омогући/Онемогући IP spoofing заштиту." #: security/help.pm:84 #, fuzzy, c-format msgid "Enable libsafe if libsafe is found on the system." msgstr "" "Аргументи: (arg)\n" "\n" "Омогући/Онемогући libsafe ако је libsafe пронађен на систему." #: security/help.pm:86 #, fuzzy, c-format msgid "Enable the logging of IPv4 strange packets." msgstr "" "Аргументи: (arg)\n" "\n" "Омогући/Онемогући пријављивање IPv4 strange пакета." #: security/help.pm:88 #, fuzzy, c-format msgid "Enable msec hourly security check." msgstr "" "Аргументи: (arg)\n" "\n" "Омогући/Онемогући msec проверу сигурности на сваки час." #: security/help.pm:90 #, fuzzy, c-format msgid "" "Enable su only from members of the wheel group. If set to no, allows su from " "any user." msgstr "" "Аргументи: (arg)\n" "\n" " Омогућавање su само за корисније wheel групе или за сваког корисника." #: security/help.pm:92 #, fuzzy, c-format msgid "Use password to authenticate users." msgstr "" "Аргументи: (arg)\n" "\n" "Користи лозинку за аутентификацију корисника." #: security/help.pm:94 #, fuzzy, c-format msgid "Activate ethernet cards promiscuity check." msgstr "" "Аргументи: (arg)\n" "\n" "Активирај/Деактивирај проверу промискуитета мрежних картица." #: security/help.pm:96 #, fuzzy, c-format msgid "Activate daily security check." msgstr "" "Аргументи: (arg)\n" "\n" " Активирај/Деактивирај дневне сигурносне провере." #: security/help.pm:98 #, fuzzy, c-format msgid "Enable sulogin(8) in single user level." msgstr "" "Аргументи: (arg)\n" "\n" " Омогући/Онемогући sulogin(8) у single user нивоу." #: security/help.pm:100 #, fuzzy, c-format msgid "Add the name as an exception to the handling of password aging by msec." msgstr "" "Аргументи: (name)\n" "\n" "Add the name as an exception to the handling of password aging by msec." #: security/help.pm:102 #, fuzzy, c-format msgid "Set password aging to \"max\" days and delay to change to \"inactive\"." msgstr "" "Аргументи: (max, inactive=-1)\n" "\n" "Подесите лозинку циљајући на \\fImax\\fP дана и измена паузе на \\fIinactive" "\\fP." #: security/help.pm:104 #, fuzzy, c-format msgid "Set the password history length to prevent password reuse." msgstr "" "Аргументи: (arg)\n" "\n" "Подесите историју памћења лозинки да би спречили поновну употребу лозинке." #: security/help.pm:106 #, fuzzy, c-format msgid "" "Set the password minimum length and minimum number of digit and minimum " "number of capitalized letters." msgstr "" "Аргументи: (length, ndigits=0, nupper=0)\n" "\n" "Подесите најмању дужину лозинке и најмањи број бројева и минималан број " "великих слова." #: security/help.pm:108 #, fuzzy, c-format msgid "Set the root's file mode creation mask." msgstr "" "Аргументи: (umask)\n" "\n" "Подесите root umask." #: security/help.pm:109 #, c-format msgid "if set to yes, check open ports." msgstr "уколико је подешено на да, означите отворене портове." #: security/help.pm:110 #, fuzzy, c-format msgid "" "if set to yes, check for:\n" "\n" "- empty passwords,\n" "\n" "- no password in /etc/shadow\n" "\n" "- for users with the 0 id other than root." msgstr "" "уколико је подешене на да, проверите празне лозинке, без лозинке у /etc/" "shadow и кориснике са 0 id различих од root." #: security/help.pm:117 #, c-format msgid "if set to yes, check permissions of files in the users' home." msgstr "" "уколико је подешено на да, проверите овлашћења за фајлове у корисничком home " "диреторијуму." #: security/help.pm:118 #, c-format msgid "if set to yes, check if the network devices are in promiscuous mode." msgstr "" "уколико је подешено на да, проверите да ли су мрежни уређаји у promiscuous " "моду." #: security/help.pm:119 #, c-format msgid "if set to yes, run the daily security checks." msgstr "уколико је подешено на да, покрените дневне сигурносне провере." #: security/help.pm:120 #, c-format msgid "if set to yes, check additions/removals of sgid files." msgstr "уколико је подешено на да, означите додавање/уклањање sgid фајлова." #: security/help.pm:121 #, c-format msgid "if set to yes, check empty password in /etc/shadow." msgstr "уколико је подешено на да, прверите празну лозинку у /etc/shadow." #: security/help.pm:122 #, c-format msgid "if set to yes, verify checksum of the suid/sgid files." msgstr "уколико је подешено на да, проверите checksum за suid/sgid фајлове." #: security/help.pm:123 #, c-format msgid "if set to yes, check additions/removals of suid root files." msgstr "" "уколико је подешено на да, означите додавање/уклањање за suid root фајлове." #: security/help.pm:124 #, c-format msgid "if set to yes, report unowned files." msgstr "уколико је подешено на да, пријавите фајлове без власника." #: security/help.pm:125 #, c-format msgid "if set to yes, check files/directories writable by everybody." msgstr "" "уколико је подешено на да, означите фајлове/диреторијуме уписивим за све " "кориснике." #: security/help.pm:126 #, c-format msgid "if set to yes, run chkrootkit checks." msgstr "уколико је подешено на да, покрените chkrootkit провере." #: security/help.pm:127 #, c-format msgid "" "if set, send the mail report to this email address else send it to root." msgstr "" "уколико је подешено, пошаљите извештај на ову email адресу ули је пошаљите " "root-у." #: security/help.pm:128 #, c-format msgid "if set to yes, report check result by mail." msgstr "уколико кажете да, пошаљите резултат провере mail-ом." #: security/help.pm:129 #, c-format msgid "Do not send mails if there's nothing to warn about" msgstr "" #: security/help.pm:130 #, c-format msgid "if set to yes, run some checks against the rpm database." msgstr "уколико је подешено на да, покрените проверу rpm базе података." #: security/help.pm:131 #, c-format msgid "if set to yes, report check result to syslog." msgstr "уколико је подешено на да, пошаљите извештај о провери у syslog." #: security/help.pm:132 #, c-format msgid "if set to yes, reports check result to tty." msgstr "уколико је подешено на да, извештај о провери пошаљите на tty." #: security/help.pm:134 #, fuzzy, c-format msgid "Set shell commands history size. A value of -1 means unlimited." msgstr "" "Аргументи: (size)\n" "\n" "Подесите shell величину историје за команде. Вредност -1 значи да нема " "линита." #: security/help.pm:136 #, fuzzy, c-format msgid "Set the shell timeout. A value of zero means no timeout." msgstr "" "Аргументи: (val)\n" "\n" "Подесите shell паузу. Вредност zero - нула значи да нема паузе." #: security/help.pm:136 #, c-format msgid "Timeout unit is second" msgstr "" #: security/help.pm:138 #, fuzzy, c-format msgid "Set the user's file mode creation mask." msgstr "" "Аргументи: (umask)\n" "\n" "Подешавање корисничког umask." #: security/l10n.pm:11 #, fuzzy, c-format msgid "Accept bogus IPv4 error messages" msgstr "" "Аргументи: (arg)\n" "\n" "Прихвати/Одбиј IPv4 поруке о грешкама." #: security/l10n.pm:12 #, fuzzy, c-format msgid "Accept broadcasted icmp echo" msgstr "" "Аргументи: (arg)\n" "\n" " Прихвати/Одбиј преносиви icmp echo." #: security/l10n.pm:13 #, c-format msgid "Accept icmp echo" msgstr "" #: security/l10n.pm:15 #, c-format msgid "/etc/issue* exist" msgstr "" #: security/l10n.pm:16 #, c-format msgid "Reboot by the console user" msgstr "" #: security/l10n.pm:17 #, fuzzy, c-format msgid "Allow remote root login" msgstr "" "Аргументи: (arg)\n" "\n" "Дозволи/Не дозволи удаљено root логовање." #: security/l10n.pm:18 #, c-format msgid "Direct root login" msgstr "" #: security/l10n.pm:19 #, fuzzy, c-format msgid "List users on display managers (kdm and gdm)" msgstr "" "Аргументи: (arg)\n" "\n" "Дозволи/Не дозволи листу корисника на систему у менаџерима за дисплеј (kdm и " "gdm)." #: security/l10n.pm:20 #, c-format msgid "Export display when passing from root to the other users" msgstr "" #: security/l10n.pm:21 #, fuzzy, c-format msgid "Allow X Window connections" msgstr "Winmodem конекција" #: security/l10n.pm:22 #, c-format msgid "Authorize TCP connections to X Window" msgstr "" #: security/l10n.pm:23 #, c-format msgid "Authorize all services controlled by tcp_wrappers" msgstr "" #: security/l10n.pm:24 #, fuzzy, c-format msgid "Chkconfig obey msec rules" msgstr "Подеси сервисе" #: security/l10n.pm:25 #, c-format msgid "Enable \"crontab\" and \"at\" for users" msgstr "" #: security/l10n.pm:26 #, c-format msgid "Syslog reports to console 12" msgstr "" #: security/l10n.pm:27 #, c-format msgid "Name resolution spoofing protection" msgstr "" #: security/l10n.pm:28 #, fuzzy, c-format msgid "Enable IP spoofing protection" msgstr "" "Аргументи: (arg, alert=1)\n" "\n" "Омогући/Онемогући IP spoofing заштиту." #: security/l10n.pm:29 #, fuzzy, c-format msgid "Enable libsafe if libsafe is found on the system" msgstr "" "Аргументи: (arg)\n" "\n" "Омогући/Онемогући libsafe ако је libsafe пронађен на систему." #: security/l10n.pm:30 #, fuzzy, c-format msgid "Enable the logging of IPv4 strange packets" msgstr "" "Аргументи: (arg)\n" "\n" "Омогући/Онемогући пријављивање IPv4 strange пакета." #: security/l10n.pm:31 #, fuzzy, c-format msgid "Enable msec hourly security check" msgstr "" "Аргументи: (arg)\n" "\n" "Омогући/Онемогући msec проверу сигурности на сваки час." #: security/l10n.pm:32 #, fuzzy, c-format msgid "Enable su only from the wheel group members" msgstr "" "Аргументи: (arg)\n" "\n" " Омогућавање su само за корисније wheel групе или за сваког корисника." #: security/l10n.pm:33 #, fuzzy, c-format msgid "Use password to authenticate users" msgstr "" "Аргументи: (arg)\n" "\n" "Користи лозинку за аутентификацију корисника." #: security/l10n.pm:34 #, fuzzy, c-format msgid "Ethernet cards promiscuity check" msgstr "" "Аргументи: (arg)\n" "\n" "Активирај/Деактивирај проверу промискуитета мрежних картица." #: security/l10n.pm:35 #, c-format msgid "Daily security check" msgstr "" #: security/l10n.pm:36 #, fuzzy, c-format msgid "Sulogin(8) in single user level" msgstr "" "Аргументи: (arg)\n" "\n" " Омогући/Онемогући sulogin(8) у single user нивоу." #: security/l10n.pm:37 #, fuzzy, c-format msgid "No password aging for" msgstr "Без лозинке" #: security/l10n.pm:38 #, c-format msgid "Set password expiration and account inactivation delays" msgstr "" #: security/l10n.pm:39 #, fuzzy, c-format msgid "Password history length" msgstr "Ова лозинка је превише проста" #: security/l10n.pm:40 #, c-format msgid "Password minimum length and number of digits and upcase letters" msgstr "" #: security/l10n.pm:41 #, fuzzy, c-format msgid "Root umask" msgstr "Root лозинка" #: security/l10n.pm:42 #, c-format msgid "Shell history size" msgstr "" #: security/l10n.pm:43 #, fuzzy, c-format msgid "Shell timeout" msgstr "Пауза при стартању кернела" #: security/l10n.pm:44 #, fuzzy, c-format msgid "User umask" msgstr "Корисници" #: security/l10n.pm:45 #, fuzzy, c-format msgid "Check open ports" msgstr "Детектовано на порту %s" #: security/l10n.pm:46 #, c-format msgid "Check for unsecured accounts" msgstr "" #: security/l10n.pm:47 #, fuzzy, c-format msgid "Check permissions of files in the users' home" msgstr "" "уколико је подешено на да, проверите овлашћења за фајлове у корисничком home " "диреторијуму." #: security/l10n.pm:48 #, fuzzy, c-format msgid "Check if the network devices are in promiscuous mode" msgstr "" "уколико је подешено на да, проверите да ли су мрежни уређаји у promiscuous " "моду." #: security/l10n.pm:49 #, fuzzy, c-format msgid "Run the daily security checks" msgstr "уколико је подешено на да, покрените дневне сигурносне провере." #: security/l10n.pm:50 #, fuzzy, c-format msgid "Check additions/removals of sgid files" msgstr "уколико је подешено на да, означите додавање/уклањање sgid фајлова." #: security/l10n.pm:51 #, fuzzy, c-format msgid "Check empty password in /etc/shadow" msgstr "уколико је подешено на да, прверите празну лозинку у /etc/shadow." #: security/l10n.pm:52 #, fuzzy, c-format msgid "Verify checksum of the suid/sgid files" msgstr "уколико је подешено на да, проверите checksum за suid/sgid фајлове." #: security/l10n.pm:53 #, fuzzy, c-format msgid "Check additions/removals of suid root files" msgstr "" "уколико је подешено на да, означите додавање/уклањање за suid root фајлове." #: security/l10n.pm:54 #, fuzzy, c-format msgid "Report unowned files" msgstr "уколико је подешено на да, пријавите фајлове без власника." #: security/l10n.pm:55 #, fuzzy, c-format msgid "Check files/directories writable by everybody" msgstr "" "уколико је подешено на да, означите фајлове/диреторијуме уписивим за све " "кориснике." #: security/l10n.pm:56 #, fuzzy, c-format msgid "Run chkrootkit checks" msgstr "уколико је подешено на да, покрените chkrootkit провере." #: security/l10n.pm:57 #, c-format msgid "Do not send empty mail reports" msgstr "" #: security/l10n.pm:58 #, fuzzy, c-format msgid "If set, send the mail report to this email address else send it to root" msgstr "" "уколико је подешено, пошаљите извештај на ову email адресу ули је пошаљите " "root-у." #: security/l10n.pm:59 #, fuzzy, c-format msgid "Report check result by mail" msgstr "уколико кажете да, пошаљите резултат провере mail-ом." #: security/l10n.pm:60 #, fuzzy, c-format msgid "Run some checks against the rpm database" msgstr "уколико је подешено на да, покрените проверу rpm базе података." #: security/l10n.pm:61 #, fuzzy, c-format msgid "Report check result to syslog" msgstr "уколико је подешено на да, пошаљите извештај о провери у syslog." #: security/l10n.pm:62 #, fuzzy, c-format msgid "Reports check result to tty" msgstr "уколико је подешено на да, извештај о провери пошаљите на tty." #: security/level.pm:10 #, c-format msgid "Welcome To Crackers" msgstr "Доброшли код Кракера" #: security/level.pm:11 #, c-format msgid "Poor" msgstr "Бедна" #: security/level.pm:12 #, c-format msgid "Standard" msgstr "Стандардни" #: security/level.pm:13 #, c-format msgid "High" msgstr "Велика" #: security/level.pm:14 #, c-format msgid "Higher" msgstr "Вишљи" #: security/level.pm:15 #, c-format msgid "Paranoid" msgstr "Параноидна" #: security/level.pm:41 #, c-format msgid "" "This level is to be used with care. It makes your system more easy to use,\n" "but very sensitive. It must not be used for a machine connected to others\n" "or to the Internet. There is no password access." msgstr "" "На овом нивоу треба обратити пажњу. Он прави ваш систем лакшим\n" "за употребу, али и веома осетљивим: не сме бити кориштен на машини\n" "која је повезана са другим машинама или на интернет. Овде не постоји\n" "приступ са лозинком." #: security/level.pm:44 #, c-format msgid "" "Passwords are now enabled, but use as a networked computer is still not " "recommended." msgstr "" "Лозинке су сада омогућене, али се и даље не препоручује да се користи\n" "као мрежни рачунар." #: security/level.pm:45 #, c-format msgid "" "This is the standard security recommended for a computer that will be used " "to connect to the Internet as a client." msgstr "" "Ово је стандардно сигурносно окружење препоручено за рачунаре који ће бити " "коршћени за везу са Интернетом или као клијент." #: security/level.pm:46 #, c-format msgid "" "There are already some restrictions, and more automatic checks are run every " "night." msgstr "" "Већ постоје нека ограничења, а више аутоматских провера се покреће сваке " "ноћи." #: security/level.pm:47 #, c-format msgid "" "With this security level, the use of this system as a server becomes " "possible.\n" "The security is now high enough to use the system as a server which can " "accept\n" "connections from many clients. Note: if your machine is only a client on the " "Internet, you should choose a lower level." msgstr "" "Са овим сигурносним нивоом, коришћење овог система као сервера постаје " "могуће.\n" "Сигурност је сада довољно велика за коришћење машине за сервер који " "прихвата\n" "конекције бројних клијената. Напомена: уколико је ваша машина само клијент " "на Интернету, требали би да изаберете нижи ниво." #: security/level.pm:50 #, c-format msgid "" "This is similar to the previous level, but the system is entirely closed and " "security features are at their maximum." msgstr "" "Ово је слично претходном нивоу, али је сада систем потпуно затворен и " "сигурносне опције су максималне." #: security/level.pm:55 #, c-format msgid "Security" msgstr "Сигурност" #: security/level.pm:55 #, c-format msgid "DrakSec Basic Options" msgstr "DrakSec Основне Опције" #: security/level.pm:57 #, c-format msgid "Please choose the desired security level" msgstr "Изаберите жељени сигурносни ниво" #: security/level.pm:61 #, c-format msgid "Security level" msgstr "Сигурносни ниво" #: security/level.pm:63 #, c-format msgid "Use libsafe for servers" msgstr "Користи libsafe за сервере" #: security/level.pm:64 #, c-format msgid "" "A library which defends against buffer overflow and format string attacks." msgstr "Библиотека која штити од buffer overflow-а и format string напада." #: security/level.pm:65 #, c-format msgid "Security Administrator (login or email)" msgstr "Администрација Нивоа Сигурности (login или email)" #: services.pm:19 #, c-format msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system" msgstr "Стартам ALSA (Advanced Linux Sound Architecture) систем за звук" #: services.pm:20 #, c-format msgid "Anacron is a periodic command scheduler." msgstr "Anacron - подесите период.команде" #: services.pm:21 #, c-format msgid "" "apmd is used for monitoring battery status and logging it via syslog.\n" "It can also be used for shutting down the machine when the battery is low." msgstr "" "apmd се користи за праћење статуса батерије и логовање преко syslog.\n" "Користи се и за гашење машине (ради и на десктоп машинама) када је батерија " "слаба" #: services.pm:23 #, c-format msgid "" "Runs commands scheduled by the at command at the time specified when\n" "at was run, and runs batch commands when the load average is low enough." msgstr "" "Покреће команде заказане at командом,као и batch команде као је " "оптерећеност\n" "система мала." #: services.pm:25 #, c-format msgid "" "cron is a standard UNIX program that runs user-specified programs\n" "at periodic scheduled times. vixie cron adds a number of features to the " "basic\n" "UNIX cron, including better security and more powerful configuration options." msgstr "" "cron је стандардни UNIX програм који покреће корисничке програме\n" "прериодично у заказано време. vixie cron додаје опције простом UNIX cron," "укључујући бољу сигурност и бољу подесивост." #: services.pm:28 #, c-format msgid "" "Common UNIX Printing System (CUPS) is an advanced printer spooling system" msgstr "" #: services.pm:29 #, c-format msgid "Launches the graphical display manager" msgstr "" #: services.pm:30 #, c-format msgid "" "FAM is a file monitoring daemon. It is used to get reports when files " "change.\n" "It is used by GNOME and KDE" msgstr "" #: services.pm:32 #, c-format msgid "" "GPM adds mouse support to text-based Linux applications such the\n" "Midnight Commander. It also allows mouse-based console cut-and-paste " "operations,\n" "and includes support for pop-up menus on the console." msgstr "" "GPM даје подршку за миша за тексулано-базиране апликације као што је\n" "Midnight Commander.Исто тако даје подршку за pop-up меније на конзоли." #: services.pm:35 #, c-format msgid "HAL is a daemon that collects and maintains information about hardware" msgstr "" #: services.pm:36 #, c-format msgid "" "HardDrake runs a hardware probe, and optionally configures\n" "new/changed hardware." msgstr "" "HardDrake старта испитивање харедвера, и по потреби ђе подесити \n" "нови/измењени хардвер." #: services.pm:38 #, c-format msgid "" "Apache is a World Wide Web server. It is used to serve HTML files and CGI." msgstr "" "Apache је WWW сервер. Он се користи да опслужује HTML фајлове\n" "и CGI." #: services.pm:39 #, c-format msgid "" "The internet superserver daemon (commonly called inetd) starts a\n" "variety of other internet services as needed. It is responsible for " "starting\n" "many services, including telnet, ftp, rsh, and rlogin. Disabling inetd " "disables\n" "all of the services it is responsible for." msgstr "" "Интерент супер сервер демон (знан као netd) старта \n" "разне интернет сервисе.Он је одговоран за покретање многих сервиса као нпр. " "elnet, ftp, rsh, и rlogin.Искључујући њега, искључујете и сервисе \n" "за које је он одговоран." #: services.pm:43 #, c-format msgid "" "Launch packet filtering for Linux kernel 2.2 series, to set\n" "up a firewall to protect your machine from network attacks." msgstr "" "Покрените филтрирање пакета за Linux кернел серије 2.2, да би подесили\n" "firewall ради заштите ваше машине од мрежних напада." #: services.pm:45 #, c-format msgid "" "This package loads the selected keyboard map as set in\n" "/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n" "You should leave this enabled for most machines." msgstr "" "Овај пакет активира одабрану мапу тастатуре како је подешено \n" "у /etc/sysconfig/keyboard.Ово се подешава користећи kbdconfig алатку.\n" "Треба да буде укључен на већину машина." #: services.pm:48 #, c-format msgid "" "Automatic regeneration of kernel header in /boot for\n" "/usr/include/linux/{autoconf,version}.h" msgstr "" "Аутоматска регенерација кернеловог заглавља у /boot зар\n" "/usr/include/linux/{autoconf,version}.h" #: services.pm:50 #, c-format msgid "Automatic detection and configuration of hardware at boot." msgstr "Аутоматска детекција и конфигурација хардвера при стартању система." #: services.pm:51 #, c-format msgid "" "Linuxconf will sometimes arrange to perform various tasks\n" "at boot-time to maintain the system configuration." msgstr "" "Linuxconf ђе понекад изводити разне задатке током\n" "стартања система ради одржавања и подешавања система." #: services.pm:53 #, c-format msgid "" "lpd is the print daemon required for lpr to work properly. It is\n" "basically a server that arbitrates print jobs to printer(s)." msgstr "" "lpd је print демон потребан да би lpr радио добро.То је \n" "у основи сервер који арбитрира print послове штампачу(има)." #: services.pm:55 #, c-format msgid "" "Linux Virtual Server, used to build a high-performance and highly\n" "available server." msgstr "" "Linux-ов Виртуелни Сервер, користи се за изградњу брзог и доступног\n" "сервера." #: services.pm:57 #, c-format msgid "" "DBUS is a daemon which broadcasts notifications of system events and other " "messages" msgstr "" #: services.pm:58 #, c-format msgid "" "named (BIND) is a Domain Name Server (DNS) that is used to resolve host " "names to IP addresses." msgstr "" "Назван као (BIND) је Domain Name Server (DNS) који се користи за даје host " "име IP адреси." #: services.pm:59 #, c-format msgid "" "Mounts and unmounts all Network File System (NFS), SMB (Lan\n" "Manager/Windows), and NCP (NetWare) mount points." msgstr "" "Монтирање и демонтирање свих Мрежних фајл система(NFS), SMB (Lan\n" "Manager/Windows), и NCP (NetWare) тачака монтирања. " #: services.pm:61 #, c-format msgid "" "Activates/Deactivates all network interfaces configured to start\n" "at boot time." msgstr "" "Активирање и деактивирање свих мрежних интерфејса конфигурисаних за старт \n" "при подизању система." #: services.pm:63 #, c-format msgid "" "NFS is a popular protocol for file sharing across TCP/IP networks.\n" "This service provides NFS server functionality, which is configured via the\n" "/etc/exports file." msgstr "" "NFS је популарни протокол за размену фајлова преко TCP/IP мрежа.\n" "Овај сервис омогућава функционалност NFS сервера,који се конфигурише преко \n" "/etc/exports датотеке." #: services.pm:66 #, c-format msgid "" "NFS is a popular protocol for file sharing across TCP/IP\n" "networks. This service provides NFS file locking functionality." msgstr "" "NFS је популарни протокол за размену фајлова преко TCP/IP мрежа.\n" "Овај сервис омогућава функционалност NFS file locking функције" #: services.pm:68 #, c-format msgid "Synchronizes system time using the Network Time Protocol (NTP)" msgstr "" #: services.pm:69 #, c-format msgid "" "Automatically switch on numlock key locker under console\n" "and Xorg at boot." msgstr "" "Аутоматски укључује numlock тастер под конзолом\n" "и у Xorg при стартању." #: services.pm:71 #, c-format msgid "Support the OKI 4w and compatible winprinters." msgstr "Подршка за OKI 4w и компатибилне му win штампаче." #: services.pm:72 #, c-format msgid "" "PCMCIA support is usually to support things like ethernet and\n" "modems in laptops. It will not get started unless configured so it is safe " "to have\n" "it installed on machines that do not need it." msgstr "" "PCMCIA подршка се обично користи за етернет и модеме у лаптоповима.\n" "Неће се покренути уколико није конфигурисан тако даје безбедно инсталиран \n" "на систему ком није потребан." #: services.pm:75 #, c-format msgid "" "The portmapper manages RPC connections, which are used by\n" "protocols such as NFS and NIS. The portmap server must be running on " "machines\n" "which act as servers for protocols which make use of the RPC mechanism." msgstr "" "Портмапер уравља RPC конекцијама,које користе\n" "протоколи као NFS и NIS.Портмап сервер мора бити покренут на машинама\n" "које раде као сервери за протоколе који користе RPC механизам." #: services.pm:78 #, c-format msgid "" "Postfix is a Mail Transport Agent, which is the program that moves mail from " "one machine to another." msgstr "" "Postfix је Mail Transport Agent,који у стварипремешта пошту са једне машине " "на другу." #: services.pm:79 #, c-format msgid "" "Saves and restores system entropy pool for higher quality random\n" "number generation." msgstr "" "чува и обнавља системски entropy pool за већи квалитет генерисање\n" "случајних бројева." #: services.pm:81 #, c-format msgid "" "Assign raw devices to block devices (such as hard drive\n" "partitions), for the use of applications such as Oracle or DVD players" msgstr "" "Додељује raw урећаје за блок урећаје (као што су хард диск\n" "партиције), што мође бити корисно за апликације као што је Oracle или DVD " "плејери" #: services.pm:83 #, c-format msgid "" "The routed daemon allows for automatic IP router table updated via\n" "the RIP protocol. While RIP is widely used on small networks, more complex\n" "routing protocols are needed for complex networks." msgstr "" "Routed демон дозвољава аутоматско IP рутер update-овање преко\n" "RIP протокола.Док се RIP доста корисити на малим мрежама,комплекснији \n" " routing протоколи су потребни за комплексне мреже." #: services.pm:86 #, c-format msgid "" "The rstat protocol allows users on a network to retrieve\n" "performance metrics for any machine on that network." msgstr "" "rstat протокол дозвољава корисницима на мрежи да омогуће\n" "мерење перформанси за било коју машину на тој мрежи." #: services.pm:88 #, c-format msgid "" "The rusers protocol allows users on a network to identify who is\n" "logged in on other responding machines." msgstr "" "rusers протокол омогућава корисницима на мрежи да открију ко је\n" "улогован на другим машинама." #: services.pm:90 #, c-format msgid "" "The rwho protocol lets remote users get a list of all of the users\n" "logged into a machine running the rwho daemon (similar to finger)." msgstr "" "rwho протокол дозвољава удаљеним корисницима да добију листу свих\n" "корисника улогованих на систем са покренутим rwho демоном (слично finger-у)." #: services.pm:92 #, c-format msgid "" "SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..." msgstr "" #: services.pm:93 #, c-format msgid "" "The SMB/CIFS protocol enables to share access to files & printers and also " "integrates with a Windows Server domain" msgstr "" #: services.pm:94 #, c-format msgid "Launch the sound system on your machine" msgstr "Покреће систем за звук на вашој машини" #: services.pm:95 #, c-format msgid "" "Secure Shell is a network protocol that allows data to be exchanged over a " "secure channel between two computers" msgstr "" #: services.pm:96 #, c-format msgid "" "Syslog is the facility by which many daemons use to log messages\n" "to various system log files. It is a good idea to always run syslog." msgstr "" "Syslog је објекат помоћу ког многи демони користе за логовање порука\n" "у разним системским лог фајловима. Добра је идеја имати увек покренут syslog." #: services.pm:98 #, c-format msgid "Load the drivers for your usb devices." msgstr "Подиже драјвере за ваше usb уређаје." #: services.pm:99 #, c-format msgid "Starts the X Font Server." msgstr "" #: services.pm:100 #, c-format msgid "Starts other deamons on demand." msgstr "" #: services.pm:123 #, c-format msgid "Printing" msgstr "Штампање" #: services.pm:124 #, c-format msgid "Internet" msgstr "Интернет" #: services.pm:127 #, c-format msgid "File sharing" msgstr "Заједничко дељење фајлова" #: services.pm:129 #, c-format msgid "System" msgstr "Систем" #: services.pm:134 #, c-format msgid "Remote Administration" msgstr "Удаљена администрација" #: services.pm:142 #, c-format msgid "Database Server" msgstr "Сервер Базе података" #: services.pm:153 services.pm:189 #, c-format msgid "Services" msgstr "Сервиси" #: services.pm:153 #, c-format msgid "Choose which services should be automatically started at boot time" msgstr "Изаберите које сервиси треба аутоматски да се покрену при стартању" #: services.pm:171 #, c-format msgid "Services: %d activated for %d registered" msgstr "Сервиси: %d активираних за %d регистрованих" #: services.pm:205 #, c-format msgid "running" msgstr "покренуто" #: services.pm:205 #, c-format msgid "stopped" msgstr "заустављено" #: services.pm:210 #, c-format msgid "Services and daemons" msgstr "Сервиси и демони" #: services.pm:216 #, c-format msgid "" "No additional information\n" "about this service, sorry." msgstr "" "жалим али нема додатних информација\n" "о овом сервису." #: services.pm:221 ugtk2.pm:911 #, c-format msgid "Info" msgstr "Инфо" #: services.pm:224 #, c-format msgid "Start when requested" msgstr "" #: services.pm:224 #, c-format msgid "On boot" msgstr "При стартању" #: services.pm:242 #, c-format msgid "Start" msgstr "Старт" #: services.pm:242 #, c-format msgid "Stop" msgstr "Стоп" #: standalone.pm:25 #, c-format msgid "" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" "the Free Software Foundation; either version 2, or (at your option)\n" "any later version.\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" "GNU General Public License for more details.\n" "\n" "You should have received a copy of the GNU General Public License\n" "along with this program; if not, write to the Free Software\n" "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, " "USA.\n" msgstr "" " Овај програм је беспалтан; можете га редистрибуирати и/или мењати\n" " под условима GNU General Public License како је објављено\n" " у Free Software Фондацији; или верзији 2, или (у вашем случају)\n" " било којој новијој верзији.\n" "\n" " Овај програм је дистрибуиран у нади да ће бити од користи,\n" " сли БЕЗ ИКАКВИХ ГАРАНЦИЈА; чак и без гаранције за\n" " КОРИСНОСТ и ПРАКТИЧНУ УПОТРЕБУ. Погледајте\n" " GNU Општу Јавну Лиценцу за више детаља.\n" "\n" " Требали би да мате копију GNU Опште Јавне Лиценце\n" " заједно са овим програмом; уколико је немате, пишите нам на адресу Free " "Software\n" " Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, " "USA.\n" #: standalone.pm:44 #, c-format msgid "" "[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n" "Backup and Restore application\n" "\n" "--default : save default directories.\n" "--debug : show all debug messages.\n" "--show-conf : list of files or directories to backup.\n" "--config-info : explain configuration file options (for non-X " "users).\n" "--daemon : use daemon configuration. \n" "--help : show this message.\n" "--version : show version number.\n" msgstr "" "[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n" "Програм за Backup и враћање података\n" "\n" "--default : снима default директоријуме.\n" "--debug : приказује све debug поруке.\n" "--show-conf : листа фајлова или директоријума за backup.\n" "--config-info : објашњава подешавање опција за фајлове (за не-X " "кориснике).\n" "--daemon : користи daemon конфигурацију. \n" "--help : приказује ову поруку.\n" "--version : приказује верзију програма.\n" #: standalone.pm:56 #, c-format msgid "" "[--boot] [--splash]\n" "OPTIONS:\n" " --boot - enable to configure boot loader\n" " --splash - enable to configure boot theme\n" "default mode: offer to configure autologin feature" msgstr "" #: standalone.pm:61 #, fuzzy, c-format msgid "" "[OPTIONS] [PROGRAM_NAME]\n" "\n" "OPTIONS:\n" " --help - print this help message.\n" " --report - program should be one of Mandriva Linux tools\n" " --incident - program should be one of Mandriva Linux tools" msgstr "" "[OPTIONS] [PROGRAM_NAME]\n" "\n" "ОПЦИЈЕ:\n" " --help - приказује овај текст који сада читате.\n" " --report - програм треба да буде један од Mandriva алата\n" " --incident - програм треба да буде један од Mandriva алата" #: standalone.pm:67 #, c-format msgid "" "[--add]\n" " --add - \"add a network interface\" wizard\n" " --del - \"delete a network interface\" wizard\n" " --skip-wizard - manage connections\n" " --internet - configure internet\n" " --wizard - like --add" msgstr "" #: standalone.pm:73 #, fuzzy, c-format msgid "" "\n" "Font Importation and monitoring application\n" "\n" "OPTIONS:\n" "--windows_import : import from all available windows partitions.\n" "--xls_fonts : show all fonts that already exist from xls\n" "--install : accept any font file and any directory.\n" "--uninstall : uninstall any font or any directory of font.\n" "--replace : replace all font if already exist\n" "--application : 0 none application.\n" " : 1 all application available supported.\n" " : name_of_application like so for staroffice \n" " : and gs for ghostscript for only this one." msgstr "" "Програм за контролу и импортовање " "фонтова \n" "--windows_import : импортује са свих доступних windows партиција.\n" "--xls_fonts : приказује све фонтове који су већ присутни преко xls\n" "--strong : стрга провера фонта.\n" "--install : инсталира било који фонт и било који директоријум.\n" "--uninstall : деинсталира било који фонт или било који директоријум са " "фонтовима.\n" "--replace : замењује све фонтове који већ постоје\n" "--application : 0 без апликације.\n" " : 1 све доступне апликације подржане.\n" " : name_of_application као за на пример staroffice \n" " : и gs за ghostscript за само ову." #: standalone.pm:88 #, fuzzy, c-format msgid "" "[OPTIONS]...\n" "Mandriva Linux Terminal Server Configurator\n" "--enable : enable MTS\n" "--disable : disable MTS\n" "--start : start MTS\n" "--stop : stop MTS\n" "--adduser : add an existing system user to MTS (requires username)\n" "--deluser : delete an existing system user from MTS (requires " "username)\n" "--addclient : add a client machine to MTS (requires MAC address, IP, " "nbi image name)\n" "--delclient : delete a client machine from MTS (requires MAC address, " "IP, nbi image name)" msgstr "" "[OPTIONS]...\n" "Програм за подешавање Mandriva Терминалног Сервера\n" "--enable : укључује MTS\n" "--disable : искључује MTS\n" "--start : покреће MTS\n" "--stop : зауставља MTS\n" "--adduser : додаје постојећег системског корисника у MTS (захтева " "корисничко име)\n" "--deluser : брише постојећег системског корисника из MTS (захтева " "корисничко име)\n" "--addclient : додаје клијентску машину на MTS (захтева MAC адресу, IP, " "nbi image име)\n" "--delclient : брише клијентску машину из MTS (захтева MAC адресу, IP, " "nbi image име)" #: standalone.pm:100 #, c-format msgid "[keyboard]" msgstr "[keyboard]" #: standalone.pm:101 #, c-format msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]" msgstr "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]" #: standalone.pm:102 #, c-format msgid "" "[OPTIONS]\n" "Network & Internet connection and monitoring application\n" "\n" "--defaultintf interface : show this interface by default\n" "--connect : connect to internet if not already connected\n" "--disconnect : disconnect to internet if already connected\n" "--force : used with (dis)connect : force (dis)connection.\n" "--status : returns 1 if connected 0 otherwise, then exit.\n" "--quiet : do not be interactive. To be used with (dis)connect." msgstr "" "[OPTIONS]\n" "Мрежна и Интернет конекција и апликације за мониторинг\n" "\n" "--defaultintf интерфејс : приказује овај интерфејст по основној поставци\n" "--connect : повезује се на Интернет уколико већ није повезан\n" "--disconnect : прекида везу са Интернетом уколико је већ повезан\n" "--force : користи се уз две претходне опције : приморава на повезивање или " "прекид.\n" "--status : прикаѕује 1 уколико је повезан или 0 ако није, и затим завршава.\n" "--quiet : без интерактивности. Треба да се користи са опцијама за повезивање " "и прекид." #: standalone.pm:112 #, c-format msgid "" "[OPTION]...\n" " --no-confirmation do not ask first confirmation question in Mandriva " "Update mode\n" " --no-verify-rpm do not verify packages signatures\n" " --changelog-first display changelog before filelist in the " "description window\n" " --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found" msgstr "" "[OPTION]...\n" " --no-confirmation не поставља питање о потврди у Mandriva Update " "моду\n" " --no-verify-rpm не проверава сигнатуре пакета\n" " --changelog-first прикаѕује запис о изменама пре листе фајлова у " "прозору ѕа опис\n" " --merge-all-rpmnew предлаже спајање свих пронађених .rpmnew/.rpmsave " "фајлова" #: standalone.pm:117 #, c-format msgid "" "[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-" "usbtable] [--dynamic=dev]" msgstr "" "[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-" "usbtable] [--dynamic=dev]" #: standalone.pm:118 #, c-format msgid "" " [everything]\n" " XFdrake [--noauto] monitor\n" " XFdrake resolution" msgstr "" " [everything]\n" " XFdrake [--noauto] monitor\n" " XFdrake resolution" #: standalone.pm:154 #, c-format msgid "" "\n" "Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--" "testing] [-v|--version] " msgstr "" "\n" "Употреба: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--" "testing] [-v|--version] " #: timezone.pm:150 timezone.pm:151 #, fuzzy, c-format msgid "All servers" msgstr "Додај сервер" #: timezone.pm:185 #, c-format msgid "Global" msgstr "Глобално" #: timezone.pm:188 #, fuzzy, c-format msgid "Africa" msgstr "Јужна Африка" #: timezone.pm:189 #, fuzzy, c-format msgid "Asia" msgstr "Аустрија" #: timezone.pm:190 #, c-format msgid "Europe" msgstr "" #: timezone.pm:191 #, fuzzy, c-format msgid "North America" msgstr "Јужна Африка" #: timezone.pm:192 #, c-format msgid "Oceania" msgstr "Океанија" #: timezone.pm:193 #, fuzzy, c-format msgid "South America" msgstr "Јужна Африка" #: timezone.pm:202 #, c-format msgid "Hong Kong" msgstr "Хонг Конг" #: timezone.pm:239 #, c-format msgid "Russian Federation" msgstr "Русија" #: timezone.pm:247 #, c-format msgid "Yugoslavia" msgstr "Србија и Црна Гора" #: ugtk2.pm:801 #, c-format msgid "Is this correct?" msgstr "Да ли је ово исправно ?" #: ugtk2.pm:861 #, fuzzy, c-format msgid "No file chosen" msgstr "избор датотеке" #: ugtk2.pm:863 #, fuzzy, c-format msgid "You have chosen a file, not a directory" msgstr "Треба да одредите датотеку, а не директоријум.\n" #: ugtk2.pm:865 #, fuzzy, c-format msgid "You have chosen a directory, not a file" msgstr "Име „/“ може представљати само категорију, а не и кључ" #: ugtk2.pm:867 #, fuzzy, c-format msgid "No such directory" msgstr "Није директоријум" #: ugtk2.pm:867 #, c-format msgid "No such file" msgstr "Нема таквог фајла" #: ugtk2.pm:946 #, c-format msgid "Expand Tree" msgstr "Прошири стабло" #: ugtk2.pm:947 #, c-format msgid "Collapse Tree" msgstr "Скупи стабло" #: ugtk2.pm:948 #, c-format msgid "Toggle between flat and group sorted" msgstr "Бирајте: равно или групно сортирано" #: wizards.pm:95 #, c-format msgid "" "%s is not installed\n" "Click \"Next\" to install or \"Cancel\" to quit" msgstr "" #: wizards.pm:99 #, c-format msgid "Installation failed" msgstr "Инсталација није успела" #~ msgid "Undo" #~ msgstr "Поништи радњу" #~ msgid "Save partition table" #~ msgstr "Сачувај табелу партиција" #~ msgid "Restore partition table" #~ msgstr "Обнови табелу партиција" #~ msgid "Select file" #~ msgstr "Изаберите датотеку" #~ msgid "" #~ "The backup partition table has not the same size\n" #~ "Still continue?" #~ msgstr "" #~ "Похрањена(снимљена) табела партиција није исте величине\n" #~ "Желите да наставите ?" #~ msgid "Info: " #~ msgstr "Инфо: " #~ msgid "Unknown driver" #~ msgstr "Непознати драјвер" #~ msgid "Error reading file %s" #~ msgstr "Грешка код отварања датотека %s" #~ msgid "Restoring from file %s failed: %s" #~ msgstr "Отварање из датотеке %s није успело: %s" #~ msgid "Bad backup file" #~ msgstr "Лоше backup-ована датотека" #~ msgid "Error writing to file %s" #~ msgstr "Грешка код уноса у датотека %s" #~ msgid "Error: The \"%s\" driver for your sound card is unlisted" #~ msgstr "Грешка: драјвер \"%s\" за вашу звучну картицу није приказан" #~ msgid "Ext2" #~ msgstr "Ext2" #~ msgid "Journalised FS" #~ msgstr "Journalised FS" #~ msgid "Starts the X Font Server (this is mandatory for Xorg to run)." #~ msgstr "Покреће X Фонт сервер (потребно за покретање Xorg)." #~ msgid "Add user" #~ msgstr "Додај корисника" #~ msgid "Accept user" #~ msgstr "Прихвати корисника" #~ msgid "Rescue partition table" #~ msgstr "Спаси табелу партиција" #~ msgid "Removable media automounting" #~ msgstr "Аутомонтирање преносивог медија" #~ msgid "Trying to rescue partition table" #~ msgstr "Спасавање табеле партиција" #, fuzzy #~ msgid "Accept/Refuse bogus IPv4 error messages." #~ msgstr "" #~ "Аргументи: (arg)\n" #~ "\n" #~ "Прихвати/Одбиј IPv4 поруке о грешкама." #, fuzzy #~ msgid "Accept/Refuse broadcasted icmp echo." #~ msgstr "" #~ "Аргументи: (arg)\n" #~ "\n" #~ " Прихвати/Одбиј преносиви icmp echo." #, fuzzy #~ msgid "Allow/Forbid remote root login." #~ msgstr "" #~ "Аргументи: (arg)\n" #~ "\n" #~ "Дозволи/Не дозволи удаљено root логовање." #, fuzzy #~ msgid "Enable/Disable IP spoofing protection." #~ msgstr "" #~ "Аргументи: (arg, alert=1)\n" #~ "\n" #~ "Омогући/Онемогући IP spoofing заштиту." #, fuzzy #~ msgid "Enable/Disable libsafe if libsafe is found on the system." #~ msgstr "" #~ "Аргументи: (arg)\n" #~ "\n" #~ "Омогући/Онемогући libsafe ако је libsafe пронађен на систему." #, fuzzy #~ msgid "Enable/Disable the logging of IPv4 strange packets." #~ msgstr "" #~ "Аргументи: (arg)\n" #~ "\n" #~ "Омогући/Онемогући пријављивање IPv4 strange пакета." #, fuzzy #~ msgid "Enable/Disable msec hourly security check." #~ msgstr "" #~ "Аргументи: (arg)\n" #~ "\n" #~ "Омогући/Онемогући msec проверу сигурности на сваки час." #~ msgid "Icon" #~ msgstr "Икона" #~ msgid "Number of capture buffers:" #~ msgstr "Број capture buffer-а :" #~ msgid "number of capture buffers for mmap'ed capture" #~ msgstr "број capture buffer-а за mmap'ed capture" #~ msgid "PLL setting:" #~ msgstr "PLL опције :" #~ msgid "Radio support:" #~ msgstr "Подршка за радио :" #~ msgid "enable radio support" #~ msgstr "омогући подршку за радио" #~ msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]" #~ msgstr " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"