summaryrefslogtreecommitdiffstats
path: root/perl-install/ChangeLog
blob: f9d177b84993eb58ea8cc4c615b1243942924384 (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
2000-05-27 Adam Lebsack <adam@mandrakesoft.com>
	* share/list.ppc: various PPC modifications, for HFS
	* partition_table_mac.pm: bug fixes
	* partition_table.pm: various HFS fixes, isHiddenMacPart()
	* diskdrake.pm: added HFS to top buttons when run on PPC
	* keyboard.pm: fixed name of mac-fr2-ext keymap
	* install_steps_gtk.pm: added Xpmac server support for PPC.
	* install_steps_interactive.pm: disallow hardware configuration on PPC for
	now.  All drivers should be in the kernel. setup_this_kind().
	* fsedit.pm: fixed verify_hds for PPC, /proc/partitions will never match
	our partition table read.  Added PPC grep condition for PPC in get_visible_fstab.
	* fs.pm: fix argument for HFS formatting.	
	* Makefile: special installation of PPC files.

2000-05-25  Chmouel Boudjnah  <chmouel@mandrakesoft.com>

	* standalone/drakboot: Don't display Configure-/LILO/GRUB/ on
	alpha|sparc.

2000-05-25  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* silo.pm: added configure_entry to try creating an initrd for an image
	entry in bootloader. fixed wrong usage of run_programm::rooted with 2>.
	* commands.pm: fixed insmod command to take modules64.cz* on sparc*
	* install2.pm: removed create boot disk and create auto install disk on
	sparc*. force writing of /etc/conf.modules for step setupBootloader.
	* install_steps.pm: fixed upgrade for sparc* and disable supermount for sparc*.
	* install_steps_interactive.pm: added missing $prefix for glob_. call
	configure_entry in setupSILO. fixed cancel or None entry on setupBootloader.
	* modules.pm: updated alias for sparc*.
	* any.pm: fixed proprable wrong test for setupBootloader in beginner at
	the very beginning.
	* printer.pm: fixed typo.
	* Xconfigurator.pm: avoid testing if using a Sun* server, added depth and
	resolution for these server too.

2000-05-24  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* partition_tabel.pm: fixed wrong detection of DOS partition on sparc*.
	* partition_table_sun.pm: fixed a bug when reading partition table
	with unused partition in the middle of the table.

>>>>>>> 1.114
2000-05-23  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* common.pm: update arch to take into account sparc and sparc64. added
	better_arch and compat_arch function.
	* silo.pm: fixed adding new kernel automatically.
	* install2.pm: removed create boot disk stuff for sparc*.
	* install_steps.pm: added initrd generation for alpha. added ldconfig
	at end of installation. removed /usr/bin/dumpkeys existence test on
	sparc*, should be added in the future.
	* install_steps_interactive.pm: removed supermount for sparc*.
	* install_steps_gtk.pm: added /dev/kbd device creation and permedia2
	support for sparc*. removed screen limit of 1024x768.
	* detect_devices.pm: fixed problem on machine with really no IDE interface.
	* modules.pm: added support for 32 and 64 bit architectures on sparc*.
	* install_any.pm: fixed getAvailableSpace_mounted if /usr is not a separate
	partition.
	* pkgs.pm: added support for multi-arch rpm file (need for sparc*),
	fixed correctSize and invCorrectSize to take back a linear approximation
	above 9Gb approximatively. removed ftp rewind as broken currently.
	* keyboard.pm: fixed bad list of available keyboard (broke sparc*), fixed
	globing (removed) against existing '*'.
	* partition_table.pm: removed support for non SUN partition table, as it
	may freeze the kernel or may be blanked?
	* Xconfigurator.pm: take Sun24 server by default on sparc*, add support
	for permedia2 card (3DLabs server).
	* share/list.sparc: added perl-5.6.0 for sparc*, fixed for sparc*.
	* Makefile: added support for modules and modules64 for sparc*.
	* c/stuff.xs.pm: added kernel_arch function for getting the current true
	architecture provided by the kernel (uname -m).

2000-05-09  Pixel  <pixel@mandrakesoft.com>

	* install_any.pm (kdeicons_postinstall): the URL link to doc must
	be $lang/index.html, not only $lang.

	* standalone/mousedrake: add handling of XF86Config-4

	* any.pm (setupBootloader): fix bug (was adding 2 glob_'s)

2000-05-08  Pixel  <pixel@mandrakesoft.com>

	* install2.pm (main): move the touch of some files here to please linuxconf
	
	* install2.pm (miscellaneous): s/KBD/KEYBOARD/

	* lilo.pm (install_grub): don't keep symlinks for reiserfs
	* lilo.pm (suggest): allow grub everytime now (not only if !reiserfs)

	* install_any.pm (getHds): default mount point for windobe in
	lowercased for StartOffice(!)

2000-05-08  Pablo Saratxaga <pablo@mandrakesoft.com>

	* share/keyboards.tar.bz2: Fixed Brazilian keyboard (.br); added
	  Iranian (.ir), Arabic (.ar) and new Lithuanian (.lt_new) keyboards
	* keyboard.pm: Added new Lithuanian keyboard and changed the
	  string for brazilian ABNT-2 to state more clearly its ABNT nature
	  (it is not a standard PC keyboard; it uses some different keycodes)

2000-05-07  Pixel  <pixel@mandrakesoft.com>

	* install_steps.pm (choosePackages): return availableCorrected
	instead of available

	* pkgs.pm (correctSize): add 18MB for full multi-cd (many hdlist's)

	* modules.pm (text2driver): same as text2lang below
	* keyboard.pm (text2keyboard): same as text2lang below
	* lang.pm (text2lang): replace the while (... each) by a foreach
	(keys) (because each is dangerous if loop is exited)

	* install_steps_interactive.pm (selectKeyboard): better handling
	of multiple langs question.

	* ftp.pm (new): Timeout set to 60 (seconds), was default (120)

	* install_steps_interactive.pm (setup_thiskind): remove ide-*
	from modules displayed as loaded.

2000-05-06  Pixel  <pixel@mandrakesoft.com>

	* fsedit.pm (check_mntpoint): verify that standard mntpoints (/
	/usr) are not on not trueFS

	* any.pm (setupBootloader): add $prefix for the 2 glob_'s

2000-05-07  Pablo Saratxaga <pablo@mandrakesoft.com>

	* share/keyboards.tar.bz2: added Ukrainian keyboard xmodmap.ua

2000-05-06  Pablo Saratxaga <pablo@mandrakesoft.com>

	* printerdrake.pm: fixed English error

2000-05-05  Pixel  <pixel@mandrakesoft.com>

	* Xconfigurator.pm (monitorConfiguration): remove the special case
	for fbdev.

	* install_steps_interactive.pm (setup_thiskind): replace return by
	next in case load_module fails.

	* install_steps_gtk.pm (selectInstallClass1): translate Install/Upgrade

	* Xconfigurator.pm (cardConfiguration): force xf4 for rage 128's
	* Xconfigurator.pm (testFinalConfig): force $bad_card for xf4

	* pkgs.pm (correctSize): updated for 7.1

	* install_any.pm (getAvailableSpace): move the removing of
	$minAvailableSize here.

2000-05-04  Pixel  <pixel@mandrakesoft.com>

	* install2.pm (configurePrinter): give clicked to printerConfig

	* interactive.pm (ask_from_entries_ref): set default val if not_edit

	* interactive_newt.pm (ask_from_entries_refW): remove setting of
	default val. Now done in interactive::ask_from_entries_ref

	* interactive_gtk.pm (ask_from_entries_refW): handle empty value

	* modules.pm (read_already_loaded): ensure that already loaded
	modules are put in %loaded.
	* modules.pm (load_ide): add loading if ide-probe-mod (for new kernel)

	* lilo.pm (install_lilo): truncate label's to 15 chars

	* install_any.pm (generate_ks_cfg): fix missing space
	* install_any.pm (generate_ks_cfg): fix bug for nfs comand

	* install2.pm: get rid of autoformat
	* install_steps.pm (choosePartitionsToFormat): get rid of autoformat

2000-05-03  Pixel  <pixel@mandrakesoft.com>

	* any.pm (setupBootloader): replace ask_many_from_list by
	ask_from_list for bootloader choice

	* services.pm (drakxservices): stop immediately service if removed

	* install_steps.pm (configureNetwork): replaced dhcpxd by dhcpcd
	* install_steps.pm (afterInstallPackages): touch some files to
	please linuxconf

2000-05-03  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps.pm: updated min size, fixed kppprc generation.
	* install_any.pm: make sure postinstall-rpm is here before
	erasing (avoid error on reboot only).

2000-05-02  Pixel  <pixel@mandrakesoft.com>

	* raid.pm (format_part): don't call raid::make if part is already
	formatted (as raidstop fails)

	* Xconfigurator_consts.pm: Rage128 and 3dfx are not available any
	more	

	* install_steps_interactive.pm (setup_thiskind): make insmod'ing
	fail a simple warning.

	* Xconfigurator.pm (readMonitorsDB): adapt to new MonitorsDB
	* share/MonitorsDB: take new one from RedHat

	* standalone/drakboot: added kfloppy

	* g_auto_install: add $dir/lib to LD_LIBRARY_PATH (it was silly
	not to have it)

2000-05-01  Pixel  <pixel@mandrakesoft.com>

	* install_steps_interactive.pm (setRootPassword): remove
	NIS_server, use NIS instead
	* install_any.pm (setAuthentication): remove NIS_server, use NIS instead

	* standalone/rpmdrake (AddMedia): hdlist.cz2 instead of hdlist

2000-04-28  Pixel  <pixel@mandrakesoft.com>

	* install_steps.pm (afterInstallPackages): fix yet another bug for
	ttf from windobe handling

	* install_steps_interactive.pm (selectInstallClass): hide beginner
	mode in corporate. Display special help.

2000-04-29  Pablo Saratxaga <pablo@mandrakesoft.com>

	* my_gtk.pm: added call to Gtk->init; that makes 16 bit locales
	text to be properly aligned (reported by Craig Chang
	<craig_chang@taipei.siscomm.com.tw>)
	* common.pm: now that po handling is correct, I changed the order
	of reading variables so that it follows the standards ($LANGUAGE first)
	* share/fonts.tar.bz2, lang.pm: added an 8pt font for cp1251

2000-04-28  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps*.pm: added support for selection of package during
	upgrade the same way it is done for installation. added check of
	minimal size, abort else (at least let the user know about :-)
	fixed crypto if no network interface available.
	* install2.pm: fixed problem during upgrade that lost network
	configuration.

2000-04-28  Pixel  <pixel@mandrakesoft.com>

	* modules.pm (load_raw): don't call commands::insmod, do it in
	place. Merge with load_multi

	* install_steps.pm (afterInstallPackages): fix windobe ttfonts
	symlinking	

	* Xconfigurator.pm (cardConfiguration): load module agpgart for
	i810
	
	* install_any.pm (getHds): changed the mount point setting for
	windows partitions as device_windobe is not unique

2000-04-27  Pixel  <pixel@mandrakesoft.com>

	* install_steps_gtk.pm (create_steps_window): changed to adapt to
	new hidden format

	* install2.pm (@installSteps): changed the way hidden is handled.
	Now it is a true perl expression (great power now)

	* install_steps_gtk.pm (selectInstallClass1): update steps window
	before asking normal/devel/server. Nicer!

	* install_steps_interactive.pm (configureNetwork): when "Cancel"
	pressed at network interface configuration do not skip all
	configuration.	

2000-04-26  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps.pm (pppConfig): modified a lot, removed template
	file for ifcfg and chat file.

2000-04-26  Pixel  <pixel@mandrakesoft.com>

	* install_steps_gtk.pm (choosePackagesTree): use a fix width for
	the tree column (so that the checkbox are always visible without
	scrolling)	

	* standalone/drakboot: drakfloppy and gfloppy are X only, no need
	to propose them in console
	
	* install_any.pm (relGetFile): added auto_inst to files to get
	from Mandrake/base

	* install2.pm (main): changed auto_inst behaviour

	* standalone/adduserdrake: fix a bug (s/$o/$in/g)

	* interactive_newt.pm (ask_from_entries_refW): now handling
	complete/changed/focus_out callbacks (at least more than before)	

	* Newt/Newt.xs: added rough callback handling

2000-04-25  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* printerdrake.pm: added support for PPA more easily, allow
	printers entry using ppa driver event if pnm2ppa not installed,
	install it if neccessary after.
	* network.pm, install_steps.pm, install_steps_interactive.pm:
	added support for stoping a network interface, usefull for ppp0 to
	avoid using it too long.
	* install_steps.pm: fixed missing local on pap_secrets file.

2000-04-25  Pixel  <pixel@mandrakesoft.com>

	* lilo.pm (install): moved the generation of the keytable here. It
	is used by both lilo & grub (lilo is not always installed as was
	assumed)	

	* common.pm (formatAlaTeX): remove bounding spaces

	* pkgs.pm (setSelectedFromCompssList): remove the hack for min
	mark 25 in beginner
	* install_steps_interactive.pm (choosePackages): set $min_mark to
	25 in beginner

2000-04-24  Pixel  <pixel@mandrakesoft.com>

	* install_steps_interactive.pm (setupXfree): add a yesorno
	question for choosing between XF4 and XF3 in expert

	* install_steps_gtk.pm (choosePackagesTree): enlarge the tree window

	* install_any.pm (update_userkderc): make sure uid and gid are kept

	* diskdrake.pm (Create): add Extended_0x85 as a choice for expert

	* partition_table.pm (add_extended): handle a 3rd arg,
	$extended_type to tell which kind of extended partition is wanted
	* partition_table.pm (adjust_main_extended): in non-expert,
	automatically set extended to linux-extended if there's only
	linux-type partitions.	

2000-04-22 Pablo Saratxaga <pablo@madrakesoft.com>

	* install_steps_interactive.pm: s/Mb/MB/ as 'b' is symbol for bit
	  and not for byte. RAM is expressed in megabytes -> MB

2000-04-19  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps_interactive.pm: fixed crazy mutli CD manipulation.
	* printer.pm: fixed wrong prototype of print_pages.
	* install2.pm: set version to 7.1 for crypto stuff.
	* crypto.pm: commented ackbar crypto site.

2000-04-17  Pixel  <pixel@mandrakesoft.com>

	* lilo.pm (suggest): in failsafe, runlevel ASKRUNLEVEL (handled by
	linuxconf)	

2000-04-14  Pixel  <pixel@mandrakesoft.com>

	* install_steps_interactive.pm (choosePartitionsToFormat): don't
	ask about checking bad blocks for reiserfs, cuz not handled

	* fs.pm (mount): reiserfs handling
	* fs.pm (format_reiserfs): added
	* fs.pm (write_fstab): add option "notail" for reiserfs if
	the partition holds the kernel (/boot or /)

	* partition_table.pm (isTrueFS): added, replaces most occurences
	of isExt2

2000-04-12  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install2.pm: force installation step if package have been
	selected on step choose packages.
	* install_any.pm: protected against die in perl (setstep or
	theme_changed).

2000-04-11  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* resize_fat: added some limits verification.
	* interactive_gtk.pm: corrected swap of arg with help adding.

2000-04-10  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* interactive_gtk.pm, my_gtk.pm: added tooltips for ask_from_list,
	which is used by printerdrake only. drops key bindings.

2000-04-07  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* tools/serial_probe: obsoleting pnp_serial which is now replaced
	by this one, taken from kudzu, really faster and probe all serial
	devices at one time. modified to probe correctly modem :-)
	* mouse.pm: updated to use serial_probe interface of
	detect_devices.pm.
	* detect_devices.pm: modified to use serial_probe, cache probed
	devices to avoid reprobing.

2000-04-06  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps_interactive.pm, install_steps.pm: added support
	for peerdns options of ppp, so removed dns address unless expert.

2000-04-05  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* crypto.pm, install_steps_interactive.pm, install2.pm,
	install_steps.pm: added crypto stuff to support hdlist-crypto.cz2
	and depslist-crypto. dependancies are not supported but with a
	simpler format of depslist file where closure are not done and
	only package name are used for dependancies.
	* pkgs.pm: added better support for multi CD manipulation,
	including selection and refus.

2000-04-04  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* pkgs.pm: modified selection packages from compssList by
	incremental selection, much more quickly.
	added selected medium for selecting a package.
	* install_any.pm: refused media hash transfered to selected value
	of media table.
	@needToCopy list should only have package of default medium.

2000-04-03  Pixel  <pixel@mandrakesoft.com>

	* fs.pm (format_ext2): add options "-b 1024 -O none" for alpha

2000-03-31  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps_gtk.pm: made changeMedium sub modification
	permanent.
	* pkgs.pm: modified upgrade to avoid use of header.

2000-03-31  Pablo Saratxaga <pablo@mandrakesoft.com>

	* keyboard.pm: some more choices for PPC keyboards

2000-03-30  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install2pm: added eval around loading af_packet and postinstall
	copy of RPMS.
	* devices.pm: added /dev/kdb for SPARC.
	* install_any.pm: modified multi CD management, postinstall copy
	of RPMS.
	* install_steps_gtk.pm: added support for Xsun server for SPARC.
	* install_steps_interactive.pm: added multi CD dialog box for
	selecting CD available. Serialized ethernet configuration and ppp
	configuration.
	* pkgs.pm: added check for infinite recursion for bad depslist.
	* printer.pm: better test for reparse of printerdb.
	* Xconfigurator.pm: added support for Xsun server for SPARC.

2000-03-30  Pixel  <pixel@mandrakesoft.com>

	* install_steps_gtk.pm (choosePackagesTree): enhance tree selection

2000-03-29  Pixel  <pixel@mandrakesoft.com>

	* interactive_gtk.pm (wait_messageW): add some padding (nicer)

	* install_steps_interactive.pm (generateAutoInstFloppy): created,
	creates a floppy for auto installs.

	* install_any.pm (generate_ks_cfg): created, generates stage1
	ks.cfg file

	* share/po/DrakX.pot: added special comment for grub entry

2000-03-28  Pixel  <pixel@mandrakesoft.com>

	* install_steps_interactive.pm (selectKeyboard): sort langs for
	many-lang install

	* mouse.pm (write): add WHEEL telling if a wheel mouse is there

2000-03-28  Pablo Saratxaga <pablo@mandrakesoft.com>

	* keyboard.pm: added entries for all three Armenian keyboards

2000-03-26  Pixel  <pixel@mandrakesoft.com>

	* install_any.pm (install_urpmi): full support for multi-hdlist's	

	* pkgs.pm (extractHeaders): look for hdlist in /tmp instead of
	$prefix/var/lib/urpmi
	* pkgs.pm (psUsingHdlists): put hdlist's in /var/lib/urpmi with a
	fake name. Access via /tmp/$hdlist is given for non-fake name

	* detect_devices.pm (hasHPT): return undef if no htp (silly me :-/)

2000-03-25  Pixel  <pixel@mandrakesoft.com>

	* lilo.pm: updated to the new format of entries. It was an hash.
	Now the key is field kernel_or_dev, and entries is an array.
	
	(get): added, it returns the entry using a kernel
	   (needed because entries is no more a hash)

	* install_steps_interactive.pm (setupLILO): adapted to the new format

	* Xconfigurator.pm (write_XF86Config): basic XF86Config-4 handling	

	* fsedit.pm (suggest_part): if suggested part contains a field
	"hd", ensure the partition is created on this hard drive

	* install2.pm (main): before leaving installation, remove
	/var/lib/urpmi if urpmi not installed	

	* diskdrake.pm (Resize): ext2resize to size $part->{size} instead
	of $size

2000-03-24  Pixel  <pixel@mandrakesoft.com>

	* detect_devices.pm (hasHPT): added. Now nice handling of hpt366
	(ultra66) without rebooting and making special floppy :)

	* lilo.pm (install_grub): much better grub configuration (better
	than lilo's :pp)

	* install_steps.pm (setupBootloaderBefore): remove entry floppy
	for security > 3

2000-03-23  Pixel  <pixel@mandrakesoft.com>

	* install_steps_gtk.pm (selectMouse): added, takes care of telling
	the X server if the user changed the mouse type. Only done if
	a serial mouse is chosen.

	* install_steps_newt.pm (doPartitionDisks): add a call to

	* mouse.pm (write): added "device=" in etc/sysconfig/mouse for
	devfs (it looses the symlink /dev/mouse)

2000-03-22  Pixel  <pixel@mandrakesoft.com>

	* pci_probing/pcitable: replace Server:Rage128 by proper XFree entry

2000-03-20  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* detect_devices.pm, fs.pm, install_any.pm: added supports for
	LS-120 floppy drive and icons on desktop of KDE (untested).
	* printer.pm, printerdrake.pm: added supports for PPA interface in
	new rhs-printfilters, always enable "Print text as postscript"
	option for such printers.

2000-03-20  Pablo Saratxaga <pablo@mandrakesoft.com>

	* keyboard.pm: changed XKB name for Swedish keyboard
	  changed XKB names for Russian and German keyboards
	  added a choice for "Croatian" keyboard
	* share/compss{,List}: added various new locales-*, ispell-* 
	  and netscape-* files. changed ppa to pnm2ppa.

2000-03-17  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps.pm: added setup for all configured queue.
	* install_steps_interactive.pm: modified for retrieving packages
	or current configuration.
	* printer.pm: correction, tested retrieve of printer
	configuration without printtool comments in printcap file: added
	update of entry according to gsdriver used (untested again).
	* printerdrake.pm: better handling of cancel, manage of multiple
	queue definition together (as lp|My printer).

2000-03-16  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_steps_interactive.pm: moved in printerdrake.pm the test
	of printer usage.
	* printerdrake.pm: heavy modification to handle multiple queue,
	corrected some bugs too, added much more features as printtool.
	* printer.pm: added more features for filter, allow printer to be
	retrieved without help of printtool id in printcap file (untested).

2000-03-14  Pixel  <pixel@mandrakesoft.com>

	* diskdrake.pm (Loopback): handling of the file loopback: test
	existence of the file and take its size.

2000-03-14  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* install_any.pm: corrected for duplicate file on other CD.

2000-03-13  Pixel  <pixel@mandrakesoft.com>

	* detect_devices.pm (floppies): don't return hash but the device name

2000-03-13  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* pkgs.pm, install_any.pm: small correction for multiple media
	installation.
	* tools/syncrpms: added for handling synchronisation of multiple source
	rpm directories (and multiple target), include cleaning.
	* tools/closurepkgs: tools to get rpm that may be installed by DrakX
	after normal packages installation (printer, network, X11...), may
	be used to duplicate on other CD some important stuff of the first
	one.

2000-03-12  Pixel  <pixel@mandrakesoft.com>

	* install_steps_interactive.pm (choosePackages): compute the
	max_size very simply (sum of all package sizes), otherwise too costly

	* pkgs.pm (install): call cleanHeaders at the end
	* pkgs.pm (cleanHeaders): created

	* install2.pm (miscellaneous): /etc/msec/init.sh is now
	/usr/sbin/msec (yoann thanks for not telling :pp)

	* pkgs.pm (install): remove the $prefix of mountpoints for not
	enough room to install error message

2000-03-11  Pixel  <pixel@mandrakesoft.com>

	* my_gtk.pm (_create_window): add callback on focus to
	ensure_focus. The result is no more 3 focus states with 2 buttons.

	* interactive_gtk.pm (ask_from_treelistW): better keyboard handling

	* raid.pm (make): check the result of mkraid. Suggest raidtools
	are missing in standalone diskdrake

	* devices.pm (set_loop): created, searches for an available
	loopback and sets the file to it

	* lilo.pm (dev2grub): fixed a missing slash

	* interactive_gtk.pm (wait_message_nextW): do not update if same
	message, otherwise silly gtk won't do anything and we'll wait
	forever :(

2000-03-10  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* *.pm: heavy modification to take into account multiple media
	installation.

2000-03-10  Pixel  <pixel@mandrakesoft.com>

	* install2.pm (@install_classes): cleanup, no more i18n (is now in
	install_steps_interactive), remove old entries

2000-03-09  Pixel  <pixel@mandrakesoft.com>

	* modules.pm (write_conf): don't add alias block-major-11 in every case
	* modules.pm (add_alias): special case oss (post-installs modprobe snd-pcm-oss)

	* fs.pm (format_*): move the @options before the device

	* loopback.pm: created, added a lot of stuff for loopback in
	diskdrake.pm, fs.pm...

2000-03-08  Pixel  <pixel@mandrakesoft.com>

	* partition_table.pm: %type2fs replaced ox402 by 0x402

	* detect_devices.pm (cdroms): fix "scd" (should be "scd0")

	* install_any.pm (install_urpmi): update for new hdlist.cz2

2000-03-07  Pixel  <pixel@mandrakesoft.com>

	* interactive_gtk.pm (ask_from_treelistW): s/focus_row/set_focus_row/

	* install_steps_interactive.pm (addUser): force add a normal user
	for security 4

2000-03-05  Pixel  <pixel@mandrakesoft.com>

	* my_gtk.pm (_ask_from_list): replace focus_row with set_focus_row
	(tis the Gtk-Perl 0.7002 was of doing)

2000-03-04  Pixel  <pixel@mandrakesoft.com>

	* modules.pm (write_conf): add ide-floppy to the modprobes of
	post-install supermount

2000-03-03  Pixel  <pixel@mandrakesoft.com>

	* commands.pm (ps): add RSS to ps command

2000-03-02 Adam Lebsack <adam@mandrakesoft.com>

	* mouse.pm: added mac mouse detection to mouse::detect.
	* detect_devices.pm: added a routine to probe /dev/usbmouse on macs.

2000-03-01  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* *.pm: heavy modification to take into account smaller
	transaction during installation.
	still a lot of test to perform, no provides updated currently and
	building of hdlist.cz2 and depslist.ordered need old files...
	nothing done for hdlist.gz during post installation, but
	hdlist.cz2 is already copied in /var/lib/urpmi [and is used during
	installation of packages as extract_archive need a true file].

2000-03-01  Pixel  <pixel@mandrakesoft.com>

	* lilo.pm (install_grub): creation

	* network.pm (write_interface_conf): ONBOOT = !pcmcia

	* install_steps_gtk.pm (new): more intelligent SIGCHLD handler

2000-02-29  Pixel  <pixel@mandrakesoft.com>

	* modules.pm: moved common network stuff from "net" to "network"
	(modules like nfs lockd...)

	* fs.pm (write_fstab): moved the sort to the right place

	* services.pm (drakxservices): chkconfig --list is i18n'ed :(
	set LANGUAGE=C before

	* partition_table_raw.pm (get_geometry): geom{cylinders} must not
	be a decimal value :)

	* install_steps_gtk.pm (create_logo_window): set_name logo for
	logo window
	* share/install.rc: force disabling of background image theme

	* install_steps_gtk.pm (enteringStep): add step information for
	console 1

	* any.pm (addKdmIcon): new function
	* install_steps.pm (addUser): handle field icon
	* install_steps_interactive.pm (addUser): add choice of kdm icon
	* standalone/adduserdrake: add choice of kdm icon

	* diskdrake.pm (ask_all_data...): change for easier i18n

	* install_steps.pm (miscellaneous): add CLEAN_TMP handling
	(need cleaning?)
	* install_steps_interactive.pm (miscellaneous): add CLEAN_TMP
	option in expert
	* install2.pm (miscellaneous): add CLEAN_TMP option for
	/etc/sysconfig/system	

	* install_steps_interactive.pm (miscellaneous): forbidden
	useSupermount if high security.	

	* mouse.pm (detect): fix bug (ttyS instead of ttyS0)

2000-02-28  Pixel  <pixel@mandrakesoft.com>

	* install_steps_gtk.pm (createXconf): do not use "Generic VGA" for
	svga and accel. SVGA also wants 16 bpp. added ugly modeline for
	800x600.	

	* partition_table_raw.pm (get_geometry): when the
	HDIO_GET_IDENTITY fails, defaults to what GETGEO gave

	* install2.pm (main): use modules::load_multi to increase boot
	start time

	* modules.pm (load_multi): added this function for loading many
	modules at once.

	* install_steps_gtk.pm (new): increase time before timeout

	* detect_devices.pm (cdroms): change the device associated with
	ide-burners (hdX -> scdX). Problem is how to know the X in scdX :(	

	* modules.pm (write_conf): sort scsi_hostadapter's

2000-02-27  Pixel  <pixel@mandrakesoft.com>

	* install2.pm (main): load ide-probe and the like in 'prereq' type
	so no aliases are added to conf.modules

2000-02-25  Pixel  <pixel@mandrakesoft.com>

	* devices.pm (make): small code cleanup

	* partition_table_raw.pm (adjustEnd): more explicit error message

	* fsedit.pm (allocatePartitions): fix a bug (size was getting too
	big after each allocation) making adjustEnd cry

2000-02-24  Pixel  <pixel@mandrakesoft.com>

	* interactive_gtk.pm (new): added the "new" method to initialize
	windowheight for isStandalone

	* install_steps_gtk.pm (new): returns undef in case no X server
	works	

	* install2.pm (main): moved the ejectCdrom from install_steps::END
	to here
	* install2.pm (main): fix the $SIG{SEGV} handler
	* install2.pm (main): added a "try again" in text install if the
	"new" fails

	* install_steps_interactive.pm (createBootdisk): fix an error for
	non fdX choice of floppy drive
	
	* install_steps_interactive.pm (setup_thiskind): remove the
	"defined @l"

2000-02-23  Pixel  <pixel@mandrakesoft.com>

	* install2.pm (%suggestedPartitions): remove any /boot entries
	* install2.pm (selectInstallClass): removed the special code to
	/boot entries from suggestedPartitions for on non-intel (and it
	was buggy :)
	* fsedit.pm (@suggestions): remove the /boot entry
	* fsedit.pm (check_mntpoint): remove the 1024 cylinder check	
	* fsedit.pm (suggest_part): remove the 1024 cylinder special case

	* install_steps_interactive.pm (setupLILO): replace linear option
	by lba32

	* lilo.pm (suggest): add lba32 by default

	* install_steps_interactive.pm (load_thiskind): moved the HPT
	stuff to install_any::ultra66 and call it.
	Add sound card configuration (3 lines :)

	* my_gtk.pm and interactive_gtk: resize the list and tree based on
	root window size

	* install_steps_gtk: $width and $height goes $::rootwidth and
	$::rootheight, also other dimensions goes global (main::)

	* commands.pm (strings): replace the typo \{$n,} by {$n,}

2000-02-23  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* build_archive, extract_archive: changed format of TOC to speed
	up extraction of archive, now 5 to 6 times faster to read TOC :-)
	
2000-02-22  Pixel  <pixel@mandrakesoft.com>

	* Xconfigurator.pm: load "Cards" database only to translate NAME
	to fields. Added file CardsNames created from Cards using
	share/Cards2CardsNames. Kind of list of normalized NAMEs	

	* MonitorsDB: replace the ` ' separator for vendor by `|'

	* install_steps_interactive.pm (timeConfig): use ask_from_treelist	

	* interactive_gtk.pm (ask_from_treelist): creation of
	ask_from_treelist. Usage is just the same as ask_from_list with
	one more argument (the separator eg: |, /)

2000-02-21  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* diskdrake.pm: fixed deadlock while trying to create partition
	when available space is equal or less than 2 cylinders. fixed
	Create action on corrupted partition by removing stalling window.
	Blocked partition table writing if there are error by forcing user
	to correct partition table.
	* partition_table.pm: fixed typo in verifyParts with cdie, added
	verifyParts on Resize action.
	
2000-02-21  Pixel  <pixel@mandrakesoft.com>

	* install_steps_gtk.pm (create_big_help): display the help in full
	screen	

	* my_gtk.pm (_create_window): add big help on F1

	* common.pm (add2hash): now returns the first parameter

	* mouse.pm (detect): really defaults to serial mouse

	* interactive.pm: add ask_many_from_list_with_help and
	ask_many_from_list_with_help_ref

	* services.pm: creation, it handles what was in
	standalone/drakxservices

2000-02-18  Pixel  <pixel@mandrakesoft.com>

	* install_steps_gtk.pm (createXconf): added /dev/ (X wants
	"/dev/psaux" and not "psaux")

	* diskdrake.pm (Create): show start sector even for non-expert on
	non-i386

2000-02-16  Pixel  <pixel@mandrakesoft.com>

	* mouse.pm (detect): add defaults to serial mouse

	* install_steps_gtk.pm (createXconf): remove the defaults to
	serial mouse

2000-02-15  Pixel  <pixel@mandrakesoft.com>

	* diskdrake.pm: "After %s partition %s," inlined otherwise does
	not please pablo and translators...

2000-02-14  Pixel  <pixel@mandrakesoft.com>

	* diskdrake.pm (Create): hide start sector choice for non-expert

2000-02-11  Pixel  <pixel@mandrakesoft.com>

	* partition_table_raw.pm (get_geometry): do not use the cylinder
	number given by HDIO_GETGEO cuz limited to 16bits. Compute using
	the total_sectors using HDIO_GET_IDENTITY

	* c/stuff.xs.pm: added total_sectors (gives the number of sector
	of a drive)

	* modules.pm (load): ignore error in loading prereq's
	
	* modules.pm (@drivers_by_category): rcpci instead of rcpci45,
	z85230 added

	* commands.pm (mount): add modules::load_deps otherwise the
	fs::mount won't succeed insmoding vfat if needed

2000-02-11  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* fixed diskdrake to handle limit case when creating and resizing
	partition table, address size limit and start sector limit.

2000-02-11  Pixel  <pixel@mandrakesoft.com>

	* install2.pm (main): add a callback on SEGV
	-> message printed
	-> that way, ENDs are called (otherwise skipped)

	* install_steps_interactive.pm (setup_thiskind): handles the undef
	value returned by load_thiskind
	
	* install_steps_interactive.pm (exitInstall): do not call
	install_steps::exitInstall

	* install_steps (exitInstall): removed
	* install_steps (END): added (it does ejectCdrom)

	* install_steps_interactive.pm (load_thiskind): returns undef if
	error loading a module

	* fs.pm (format_part): changed the prototype from $;$@ to $;@
	otherwise, @options always have a value (mostly undef) and mkdosfs
	fails (with "mkdosfs", "/dev/hdXX", undef, "-F", 32)

	* install_steps_interactive.pm (setup_thiskind):
	add a $auto_probe_pci that overrules $o->{auto_probe_pci}
	(that way no pci probe the second time)

2000-02-10  Fran鏾is Pons  <fpons@mandrakesoft.com>

	* heavy modification of build_archive and extract_archive to manage
	a TOC directly in archive file, handle bzip2 or gzip compression,
	extract_archive can extract multiple files a time, with minimal
	invocation of uncompress program and follow symlink and expand
	directory contents.
	* use build_archive/extract_archive for locales.
	* fixed a min/max in install_steps_gtk for Resize/Create partition.
	* fixed adjustEnd with dos partition table, take care of magic 63
	sectors at beginning of partitions, a more solid method should be
	used for that.

2000-02-10  Pixel  <pixel@mandrakesoft.com>

	* modules.pm (load_thiskind): skip modules "unknown" and "ignore"

2000-02-09  Pixel  <pixel@mandrakesoft.com>

	* partition_table.pm (add): cdie if maximum number of partitions
	handled by linux is reached

	* Xconfigurator.pm (chooseResolutionsGtk): display the graphic
	card or server found

	* install_any.pm (relGetFile): for mdkinst files, take care not to
	have a double '/' (see debbugs #591)

	* install_steps_interactive.pm (configureNetwork):
	purpose: add ability to configure both modem and lan
	         clean up the behaviour

	* fs.pm (write_fstab): 
	purpose: sort the fstab per mount point (cuz /usr must be before /usr/local)
	also: rewrite of the part writing the fstab. 
/a> 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148
# translation of libDrakX.po to Hebrew
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This file is distributed under the GNU GPL license.
#
#
# Ram Matityahu  <linuxfun@email.com>, 2003.
# nadav mavor <nadav@mavor.com>, 2003.
# el-cuco <cuco3001@yahoo.com>, 2003.
# Diego Iastrubni <iastrubn@actcom.co.il>, 2003.
# dovix <dovix2003@yahoo.com>, 2004, 2005, 2006.
# Itay Flikier <itayff@gmail.com>, 2005.
# Dotan Kamber <kamberd@yahoo.com>, 2007, 2008.
msgid ""
msgstr ""
"Project-Id-Version: libDrakX\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-09-10 12:20+0200\n"
"PO-Revision-Date: 2008-03-24 03:26+0200\n"
"Last-Translator: Dotan Kamber <kamberd@yahoo.com>\n"
"Language-Team: Hebrew\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#: any.pm:252 any.pm:884 diskdrake/interactive.pm:594
#: diskdrake/interactive.pm:794 diskdrake/interactive.pm:838
#: diskdrake/interactive.pm:924 diskdrake/interactive.pm:1178
#: diskdrake/interactive.pm:1230 do_pkgs.pm:241 do_pkgs.pm:287
#: harddrake/sound.pm:303 interactive.pm:587 pkgs.pm:281
#, c-format
msgid "Please wait"
msgstr "谞讗 诇讛诪转讬谉"

#: any.pm:252
#, c-format
msgid "Bootloader installation in progress"
msgstr "讛转拽谞转 诪谞讛诇 讛讗转讞讜诇"

#: any.pm:263
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s.  However, changing\n"
"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
"error.\n"
"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
"\n"
"Assign a new Volume ID?"
msgstr ""
"LILO 专讜爪讛 诇讛拽爪讜转 转讙 讝讬讛讜讬 讞讚砖 诇诪讞讬爪转 %s. 砖讬谞讜讬 转讙 讛讝讬讛讜讬 砖诇 诪讞讬爪转 讛讗转讞讜诇\n"
"砖诇 Windows NT, 2000 讗讜 XP 讬讙专讜诐 诇砖讙讬讗讛 讘诪注专讻转 讛-Windows.\n"
"讗诪爪注讬 讝讛讬专讜转 讝讛 讗讬谞讜 讞诇 注诇 Windows 95 讜-98 讜注诇 讻讜谞谞讬 诪讬讚注 砖诇 NT.\n"
"\n"
"讛讗诐 诇讛拽爪讜转 转讙 讝讬讛讜讬 讞讚砖?"

#: any.pm:274
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr "讛转拽谞转 诪谞讛诇 讛讗转讞讜诇 谞讻砖诇讛. 讛砖讙讬讗讜转 讛讘讗讜转 讛转专讞砖讜:"

#: any.pm:280
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader.  If you do not see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
"讬讬转讻谉 讻讬 讬讛讬讛 注诇讬讱 诇砖谞讜转 讗转 讛转拽谉 讛讗转讞讜诇 讘-Open Firmware 讻讚讬\n"
"诇讗驻砖专 讗转 诪谞讛诇 讛讗转讞讜诇. 讗诐 讗讬谞讱 专讜讗讛 讗转 砖讜专转 诪谞讛诇 讛讗转讞讜诇 讗讞专讬\n"
"讗讞专讬 讛驻注诇讛 诪讞讚砖 讛诪注专讻转 讬砖 诇讛讞讝讬拽 诇讞讜爪讬诐 讗转 爪讬专讜祝 讛诪拽砖讬诐\n"
"Command-Option-O-F 讘讝诪谉 讛讗转讞讜诇 讜诇讛讝讬谉 setenv boot-device %s,\\\\:tbxi\n"
"讗讞专 讻讱 讬砖 诇讛拽诇讬讚 shut-down. 讘讗转讞讜诇 讛讘讗 爪驻讜讬 诇讛讜驻讬注 诪谞讛诇 讛讗转讞讜诇."

#: any.pm:320
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
"System Commander).\n"
"\n"
"On which drive are you booting?"
msgstr ""
"讛讞诇讟转 诇讛转拽讬谉 讗转 诪谞讛诇 讛讗转讞讜诇 注诇 诪讞讬爪讛.\n"
"讞砖讜讘 诇讜讜讚讗 砖讬砖 诇讱 讻讘专 诪谞讛诇 讗转讞讜诇 讻诇砖讛讜 (讻讙讜谉 System Commander)\n"
"\n"
"诪讛讜 讛讻讜谞谉 诪诪谞讜 谞讟注谞转 讛诪注专讻转? "

#: any.pm:346
#, fuzzy, c-format
msgid "First sector (MBR) of drive %s"
msgstr "诪拽讟注 专讗砖讜谉 砖诇 讛讻讜谞谉 (MBR)"

#: any.pm:348
#, c-format
msgid "First sector of drive (MBR)"
msgstr "诪拽讟注 专讗砖讜谉 砖诇 讛讻讜谞谉 (MBR)"

#: any.pm:350
#, c-format
msgid "First sector of the root partition"
msgstr "诪拽讟注 专讗砖讜谉 砖诇 诪讞讬爪转 讛砖讜专砖"

#: any.pm:352
#, c-format
msgid "On Floppy"
msgstr "注诇 转拽诇讬讟讜谉"

#: any.pm:354 pkgs.pm:277 ugtk2.pm:526
#, c-format
msgid "Skip"
msgstr "讚讬诇讜讙"

#: any.pm:358
#, fuzzy, c-format
msgid "Bootloader Installation"
msgstr "讛转拽谞转 诪谞讛诇 讛讗转讞讜诇"

#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "讗讬驻讛 讘专爪讜谞讱 诇讛转拽讬谉 讗转 诪谞讛诇 讛讗转讞讜诇?"

#: any.pm:389
#, c-format
msgid "Boot Style Configuration"
msgstr "讛讙讚专转 住讙谞讜谉 诪谞讛诇 讗转讞讜诇"

#: any.pm:399 any.pm:429 any.pm:430
#, c-format
msgid "Bootloader main options"
msgstr "讛讙讚专讜转 注讬拽专讬讜转 砖诇 诪谞讛诇 讛讗转讞讜诇"

#: any.pm:403
#, c-format
msgid "Bootloader"
msgstr "诪谞讛诇 讗转讞讜诇"

#: any.pm:404 any.pm:433
#, c-format
msgid "Bootloader to use"
msgstr "诪谞讛诇 讗转讞讜诇 (讘专讬专转 诪讞讚诇):"

#: any.pm:406 any.pm:435
#, c-format
msgid "Boot device"
msgstr "诪讞讬爪转 讛讗转讞讜诇 (讘专讬专转 诪讞讚诇):"

#: any.pm:408
#, c-format
msgid "Main options"
msgstr "讗驻砖专讜讬讜转 专讗砖讬讜转"

#: any.pm:409
#, c-format
msgid "Delay before booting default image"
msgstr "讛砖讛讬讬讛 诇驻谞讬 讗转讞讜诇 诪注专讻转 讘专讬专转 讛诪讞讚诇"

#: any.pm:410
#, c-format
msgid "Enable ACPI"
msgstr "讛驻注诇转 ACPI (谞讬讛讜诇 爪专讬讻转 讗谞专讙讬讛 诪转拽讚诪转)"

#: any.pm:411
#, fuzzy, c-format
msgid "Enable SMP"
msgstr "讛驻注诇转 ACPI (谞讬讛讜诇 爪专讬讻转 讗谞专讙讬讛 诪转拽讚诪转)"

#: any.pm:412
#, c-format
msgid "Enable APIC"
msgstr "讛驻注诇转 APIC"

#: any.pm:413
#, c-format
msgid "Enable Local APIC"
msgstr "讛驻注诇转 APIC 诪拽讜诪讬"

#: any.pm:415 any.pm:829 any.pm:845 authentication.pm:250
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "住讬住诪讛"

#: any.pm:417 authentication.pm:261
#, c-format
msgid "The passwords do not match"
msgstr "讛住讬住诪讗讜转 诇讗 讝讛讜转"

#: any.pm:417 authentication.pm:261 diskdrake/interactive.pm:1402
#, c-format
msgid "Please try again"
msgstr "讬砖 诇谞住讜转 砖谞讬转"

#: any.pm:418
#, c-format
msgid "You can not use a password with %s"
msgstr "讗住讜专 诇讛砖转诪砖 讘住讬住诪讛 注诐 %s"

#: any.pm:421 any.pm:831 any.pm:847 authentication.pm:251
#, c-format
msgid "Password (again)"
msgstr "住讬住诪讛 (砖讜讘)"

#: any.pm:422
#, c-format
msgid "Restrict command line options"
msgstr "讛讙讘诇转 讗驻砖专讜讬讜转 砖讜专转 讛驻拽讜讚讛"

#: any.pm:422
#, c-format
msgid "restrict"
msgstr "讛讙讘诇讛"

#: any.pm:423
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "讗驻砖专讜转 ''讛讙讘诇转 讗驻砖专讜讬讜转 砖讜专转 讛驻拽讜讚讛'' 诇讗 砖讬诪讜砖讬转 诇诇讗 讛讙讚专转 住讬住诪讛"

#: any.pm:425
#, c-format
msgid "Clean /tmp at each boot"
msgstr "谞讬拽讜讬 拽讘爪讬诐 讝诪谞讬讬诐 讘住驻专讬讬转 tmp/ 讘讻诇 讗转讞讜诇"

#: any.pm:434
#, c-format
msgid "Init Message"
msgstr "讛讜讚注转 讗转讞讜诇"

#: any.pm:436
#, c-format
msgid "Open Firmware Delay"
msgstr "讛砖讛讬讬转 拽讜砖讞讛 (Firmware) 驻转讜讞讛"

#: any.pm:437
#, c-format
msgid "Kernel Boot Timeout"
msgstr "诪砖讱 讛诪转谞讛 诪讬专讘讬 诇讗转讞讜诇 讙专注讬谉"

#: any.pm:438
#, c-format
msgid "Enable CD Boot?"
msgstr "讛讗诐 诇讗驻砖专 讗转讞讜诇 诪转拽诇讬讟讜专?"

#: any.pm:439
#, c-format
msgid "Enable OF Boot?"
msgstr "讛讗诐 诇讗驻砖专 讗转讞讜诇 OF?"

#: any.pm:440
#, c-format
msgid "Default OS?"
msgstr "诪讛讬 诪注专讻转 讛驻注诇讛 砖转讬讟注谉 讻讘专讬专转 诪讞讚诇?"

#: any.pm:513
#, c-format
msgid "Image"
msgstr "转爪讜专讛"

#: any.pm:514 any.pm:527
#, c-format
msgid "Root"
msgstr "诪谞讛诇 诪注专讻转 (root)"

#: any.pm:515 any.pm:540
#, c-format
msgid "Append"
msgstr "讛讜住驻讛"

#: any.pm:517
#, c-format
msgid "Xen append"
msgstr "讛讜住驻转 Xen"

#: any.pm:520
#, c-format
msgid "Video mode"
msgstr "转爪讜专转 转爪讜讙讛"

#: any.pm:522
#, c-format
msgid "Initrd"
msgstr "Initrd"

#: any.pm:523
#, c-format
msgid "Network profile"
msgstr "转爪讜专转 专砖转"

#: any.pm:532 any.pm:537 any.pm:539 diskdrake/interactive.pm:404
#, c-format
msgid "Label"
msgstr "转讜讜讬转"

#: any.pm:534 any.pm:542 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "讘专讬专转 诪讞讚诇"

#: any.pm:541
#, c-format
msgid "NoVideo"
msgstr "诇诇讗 转爪讜讙讛"

#: any.pm:552
#, c-format
msgid "Empty label not allowed"
msgstr "讗住讜专 诇讛讙讚讬专 转讜讜讬转 砖诐 专讬拽讛"

#: any.pm:553
#, c-format
msgid "You must specify a kernel image"
msgstr "讞讜讘讛 诇讛讙讚讬专 转诪讜谞转 讙专注讬谉"

#: any.pm:553
#, c-format
msgid "You must specify a root partition"
msgstr "讞讜讘讛 诇讛讙讚讬专 诪讞讬爪转 砖讜专砖"

#: any.pm:554
#, c-format
msgid "This label is already used"
msgstr "讛转讜讜讬转 讛讝讗转 讻讘专 讘砖讬诪讜砖"

#: any.pm:572
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "讗讬讝讛 住讜讙 讻谞讬住讛 讘专爪讜谞讱 诇讛讜住讬祝?"

#: any.pm:573
#, c-format
msgid "Linux"
msgstr "诇讬谞讜拽住"

#: any.pm:573
#, c-format
msgid "Other OS (SunOS...)"
msgstr "诪注专讻转 讛驻注诇讛 讗讞专转 (SunOS...)"

#: any.pm:574
#, c-format
msgid "Other OS (MacOS...)"
msgstr "诪注专讻转 讛驻注诇讛 讗讞专转 (MacOS...)"

#: any.pm:574
#, c-format
msgid "Other OS (Windows...)"
msgstr "诪注专讻转 讛驻注诇讛 讗讞专转 (讞诇讜谞讜转...)"

#: any.pm:621
#, fuzzy, c-format
msgid "Bootloader Configuration"
msgstr "讛讙讚专转 住讙谞讜谉 诪谞讛诇 讗转讞讜诇"

#: any.pm:622
#, 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:790
#, c-format
msgid "access to X programs"
msgstr "讙讬砖讛 诇讬讬砖讜诪讬诐 讙专驻讬讬诐"

#: any.pm:791
#, c-format
msgid "access to rpm tools"
msgstr "讙讬砖讛 诇讻诇讬 讛转拽谞转 转讜讻谞讛"

#: any.pm:792
#, c-format
msgid "allow \"su\""
msgstr "讗讬驻砖讜专 砖讬谞讜讬 诇诪谞讛诇 诪注专讻转 (\"su\")"

#: any.pm:793
#, c-format
msgid "access to administrative files"
msgstr "讗驻砖专讜转 讙讬砖讛 诇拽讘爪讬 谞讬讛讜诇"

#: any.pm:794
#, c-format
msgid "access to network tools"
msgstr "讗驻砖专讜转 讙讬砖讛 诇讻诇讬 专砖转"

#: any.pm:795
#, c-format
msgid "access to compilation tools"
msgstr "讗驻砖专讜转 讙讬砖讛 诇讻诇讬 讛讬讚讜专"

#: any.pm:801
#, c-format
msgid "(already added %s)"
msgstr "(讻讘专 谞讜住祝 %s)"

#: any.pm:807
#, c-format
msgid "Please give a user name"
msgstr "注诇讬讱 诇讛讙讚讬专 砖诐 诪砖转诪砖"

#: any.pm:808
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "砖诐 讛诪砖转诪砖 讬讻讜诇 诇讛讻讬诇 讗讱 讜专拽 讗讜转讬讜转 拽讟谞讜转, 诪住驻专讬诐, `-' 讜 `_'"

#: any.pm:809
#, c-format
msgid "The user name is too long"
msgstr "砖诐 讛诪砖转诪砖 讗专讜讱 诪讚讬"

#: any.pm:810
#, c-format
msgid "This user name has already been added"
msgstr "砖诐 诪砖转诪砖 讝讛 讻讘专 拽讬讬诐"

#: any.pm:816 any.pm:849
#, c-format
msgid "User ID"
msgstr "拽讜讚 讝讬讛讜讬 诪砖转诪砖"

#: any.pm:816 any.pm:850
#, c-format
msgid "Group ID"
msgstr "拽讜讚 讝讬讛讜讬 拽讘讜爪讛"

#: any.pm:817
#, c-format
msgid "%s must be a number"
msgstr "讛注专讱 %s 讞讬讬讘 诇讛讬讜转 诪住驻专"

#: any.pm:818
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr "%s 爪专讬讱 诇讛讬讜转 诪注诇 500. 讛讗诐 诇讛诪砖讬讱 讘讻诇 讝讗转?"

#: any.pm:822
#, c-format
msgid "User management"
msgstr "谞讬讛讜诇 诪砖转诪砖讬诐"

#: any.pm:828 authentication.pm:237
#, c-format
msgid "Set administrator (root) password"
msgstr "拽讘讬注转 住讬住诪转 诪谞讛诇"

#: any.pm:833
#, c-format
msgid "Enter a user"
msgstr "讛讝谞转 诪砖转诪砖"

#: any.pm:835
#, c-format
msgid "Icon"
msgstr "住诪诇"

#: any.pm:838
#, c-format
msgid "Real name"
msgstr "砖诐 讗诪讬转讬"

#: any.pm:843
#, c-format
msgid "Login name"
msgstr "砖诐 诪砖转诪砖"

#: any.pm:848
#, c-format
msgid "Shell"
msgstr "诪注讟驻转"

#: any.pm:884
#, c-format
msgid "Please wait, adding media..."
msgstr "谞讗 诇讛诪转讬谉, 诪讜住讬祝 诪拽讜专..."

#: any.pm:914 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "讻谞讬住讛-讗讜讟讜诪讟讬转"

#: any.pm:915
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"谞讬转谉 诇讛讙讚讬专 砖讻讗砖专 讛诪注专讻转 转讜驻注诇 讛讬讗 转讻谞住 讗讜讟讜诪讟讬转 诇讞砖讘讜谉 砖诇 讗讞讚  讛诪砖转诪砖讬诐."

#: any.pm:916
#, c-format
msgid "Use this feature"
msgstr "讛驻注诇 讗驻砖专讜转 讝讜"

#: any.pm:917
#, c-format
msgid "Choose the default user:"
msgstr "讘讞讬专转 诪砖转诪砖 讘专讬专转 讛诪讞讚诇: "

#: any.pm:918
#, c-format
msgid "Choose the window manager to run:"
msgstr "讬砖 诇讘讞讜专 讗转 诪谞讛诇 讛讞诇讜谞讜转:"

#: any.pm:929 any.pm:949 any.pm:1022
#, c-format
msgid "Release Notes"
msgstr "讛注专讜转 砖讞专讜专"

#: any.pm:956 any.pm:1314 interactive/gtk.pm:805
#, c-format
msgid "Close"
msgstr "住讙讜专"

#: any.pm:1008
#, c-format
msgid "License agreement"
msgstr "讛住讻诐 诪砖转诪砖"

#: any.pm:1010 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "讬爪讬讗讛"

#: any.pm:1017
#, fuzzy, c-format
msgid "Do you accept this license ?"
msgstr "讛讗诐 讬砖 诇讱 注讜讚 讗讞讚?"

#: any.pm:1018
#, c-format
msgid "Accept"
msgstr "讛住讻诪讛"

#: any.pm:1018
#, c-format
msgid "Refuse"
msgstr "住讬专讜讘"

#: any.pm:1044 any.pm:1110
#, c-format
msgid "Please choose a language to use"
msgstr "讬砖 诇讘讞讜专 讗转 讛砖驻讛 讛注讬拽专讬转"

#: any.pm:1073
#, 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 ""
"诪谞讚专讬讘讛 诇讬谞讜拽住 讬讻讜诇讛 诇转诪讜讱 讘专讬讘讜讬 砖驻讜转. 注诇讬讱 诇讘讞讜专\n"
"讗转 讛砖驻讜转 砖讘专爪讜谞讱 诇讛转拽讬谉. 讛砖驻讜转 讬讛讬讜 讝诪讬谞讜转 讻讗砖专\n"
"讛讛转拽谞讛 转住转讬讬诐 讜讛诪讞砖讘 讬讜驻注诇 诪讞讚砖."

#: any.pm:1076
#, c-format
msgid "Multi languages"
msgstr "专讬讘讜讬 砖驻讜转"

#: any.pm:1087 any.pm:1119
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "拽讬讚讜讚 注诐 转讗讬诪讜转 诇讗讞讜专 (诇讗 UTF-8)"

#: any.pm:1089
#, c-format
msgid "All languages"
msgstr "讻诇 讛砖驻讜转"

#: any.pm:1111
#, c-format
msgid "Language choice"
msgstr "讘讞讬专转 砖驻讛"

#: any.pm:1165
#, c-format
msgid "Country / Region"
msgstr "诪讚讬谞讛 / 讗讝讜专"

#: any.pm:1166
#, c-format
msgid "Please choose your country"
msgstr "注诇讬讱 诇讘讞讜专 讗转 讛诪讚讬谞讛 砖诇讱"

#: any.pm:1168
#, c-format
msgid "Here is the full list of available countries"
msgstr "诇讛诇谉 讛专砖讬诪讛 讛诪诇讗讛 砖诇 讛诪讚讬谞讜转 讛讝诪讬谞讜转"

#: any.pm:1169
#, c-format
msgid "Other Countries"
msgstr "诪讚讬谞讜转 讗讞专讜转"

#: any.pm:1169 interactive.pm:488 interactive/gtk.pm:445
#, c-format
msgid "Advanced"
msgstr "诪转拽讚诐"

#: any.pm:1175
#, c-format
msgid "Input method:"
msgstr "砖讬讟转 拽诇讟:"

#: any.pm:1178
#, c-format
msgid "None"
msgstr "讻诇讜诐"

#: any.pm:1259
#, c-format
msgid "No sharing"
msgstr "诇诇讗 砖讬转讜祝"

#: any.pm:1259
#, c-format
msgid "Allow all users"
msgstr "讛专砖讛 诇讻诇 讛诪砖转诪砖讬诐"

#: any.pm:1259
#, c-format
msgid "Custom"
msgstr "诪讜转讗诐 讗讬砖讬转"

#: any.pm:1263
#, 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"
"讛住讻诪转讱 诇注砖讜转 讝讗转 转讗驻砖专 诇诪砖转诪砖讬诐 诇诇讞讜抓 注诇 \"砖转祝\" 讘-Konqueror 讜讘-Nautilus.\n"
"\n"
"\" 讛转讗诪讛 讗讬砖讬转\" 转讗驻砖专 讛转讗诪讛 诇讻诇 诪砖转诪砖.\n"

#: any.pm:1275
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
"NFS: 诪注专讻转 砖讬转讜祝 讛拽讘爪讬诐 讛诪住讜专转讬转 砖诇 讬讜谞讬拽住, 注诐 转诪讬讻讛 驻讞讜转讛 讘诪拽 讜讞诇讜谞讜转."

#: any.pm:1278
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
"SMB: 诪注专讻转 砖讬转讜祝 拽讘爪讬诐 讛谞诪爪讗转 讘砖讬诪讜砖 讘讞诇讜谞讜转, Mac OS X 讜诪注专讻讜转 诇讬谞讜拽住 "
"诪讜讚专谞讬讜转 专讘讜转."

#: any.pm:1286
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr "谞讬转谉 诇讬讬爪讗 讘注讝专转 NFS 讗讜 SMB. 注诇讬讱 诇讘讞讜专 讘诪讛 诇讛砖转诪砖."

#: any.pm:1314
#, c-format
msgid "Launch userdrake"
msgstr "讛驻注诇转 userdrake"

#: any.pm:1316
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
"讛砖讬转讜祝 诇讻诇 诪砖转诪砖, 诪砖转诪砖 讘讛讙讚专转拽讘讜爪讛 \"砖讬转讜祝-拽讘爪讬诐\".\n"
"讘讬讻讜诇转讱 诇讛砖转诪砖 讘注讜专讱 讛诪砖转诪砖讬诐 讻讚讬 诇讛讜住讬祝 诪砖转诪砖讬诐 诇拽讘讜爪讛 讝讜."

#: any.pm:1421
#, fuzzy, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr "注诇讬讱 诇讛转谞转拽 讜诇讛转讞讘专 砖谞讬转 讻讚讬 砖讛砖讬谞讜讬讬诐 讬讞讜诇讜."

#: any.pm:1425
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "注诇讬讱 诇讛转谞转拽 讜诇讛转讞讘专 砖谞讬转 讻讚讬 砖讛砖讬谞讜讬讬诐 讬讞讜诇讜."

#: any.pm:1460
#, c-format
msgid "Timezone"
msgstr "讗讝讜专 讝诪谉"

#: any.pm:1460
#, c-format
msgid "Which is your timezone?"
msgstr "诪讛讜 讗讝讜专 讛讝诪谉 砖诇讱?"

#: any.pm:1483 any.pm:1485
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "讛讙讚专讜转 转讗专讬讱, 砖注讜谉 讜讗讝讜专-讝诪谉"

#: any.pm:1486
#, c-format
msgid "What is the best time?"
msgstr "诪讛 讛讝诪谉 讛谞讻讜谉?"

#: any.pm:1490
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (砖注讜谉 诪注专讻转 诪讻讜讜谉 诇-UTC)"

#: any.pm:1491
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (砖注讜谉 诪注专讻转 诪讻讜讜谉 诇讝诪谉 讛诪拽讜诪讬)"

#: any.pm:1493
#, c-format
msgid "NTP Server"
msgstr "砖专转 NTP"

#: any.pm:1494
#, 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
#, c-format
msgid "Smart Card"
msgstr "讻专讟讬住 讞讻诐"

#: authentication.pm:28 authentication.pm:216
#, c-format
msgid "Windows Domain"
msgstr "Windows Domain"

#: authentication.pm:29
#, c-format
msgid "Kerberos 5"
msgstr ""

#: authentication.pm:63
#, c-format
msgid "Local file:"
msgstr "拽讜讘抓 诪拽讜诪讬:"

#: authentication.pm:63
#, c-format
msgid ""
"Use local for all authentication and information user tell in local file"
msgstr ""

#: authentication.pm:64
#, c-format
msgid "LDAP:"
msgstr "LDAP:"

#: authentication.pm:64
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
"讗讜诪专 诇诪注专讻转 诇讛砖转诪砖 讘-LDAP 注讘讜专 讞诇拽 讗讜 讻诇 讛讛讝讚讛讜讬讜转. LDAP 诪讗讞讚 住讜讙讬 诪讬讚注 "
"砖讜谞讬诐 讘讗专讙讜谉 砖诇讱."

#: authentication.pm:65
#, c-format
msgid "NIS:"
msgstr "NIS:"

#: authentication.pm:65
#, 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 ""
"诪讗驻砖专 诇讱 诇讛专讬抓 拽讘讜爪转 诪讞砖讘讬诐 讘转讜讱 诪转讞诐 砖讬专讜转 诪讬讚注 专砖转讬 (Network Information "
"Service) 注诐 拽讜讘抓 住住诪讗讜转 讜拽讘讜爪讜转 诪砖讜转祝."

#: authentication.pm:66
#, c-format
msgid "Windows Domain:"
msgstr "Windows Domain:"

#: authentication.pm:66
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr "Winbind 诪讗驻砖专 诇诪注专讻转 诇拽讘诇 诪讬讚注 讜诇讝讛讜转 诪砖转诪砖讬诐 讘诪转讞诐 讞诇讜谞讜转."

#: authentication.pm:67
#, c-format
msgid "Kerberos 5 :"
msgstr ""

#: authentication.pm:67
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr "注诐 Kerberos 讜-LDAP 诇讝讬讛讜讬 诪砖转诪砖讬诐 讘砖专转 Active Directory"

#: authentication.pm:107 authentication.pm:141 authentication.pm:160
#: authentication.pm:161 authentication.pm:187 authentication.pm:211
#: authentication.pm:896
#, c-format
msgid " "
msgstr ""

#: authentication.pm:108 authentication.pm:142 authentication.pm:188
#: authentication.pm:212
#, fuzzy, c-format
msgid "Welcome to the Authentication Wizard"
msgstr "谞讚专砖 讗讬诪讜转 砖诐 讛诪转讞诐"

#: authentication.pm:110
#, c-format
msgid ""
"You have selected LDAP authentication. Please review the configuration "
"options below "
msgstr ""

#: authentication.pm:112 authentication.pm:167
#, c-format
msgid "LDAP Server"
msgstr "砖专转 LDAP"

#: authentication.pm:113 authentication.pm:168
#, fuzzy, c-format
msgid "Base dn"
msgstr "dn 诪讘讜住住 LDAP"

#: authentication.pm:114
#, c-format
msgid "Fetch base Dn "
msgstr ""

#: authentication.pm:116 authentication.pm:171
#, c-format
msgid "Use encrypt connection with TLS "
msgstr ""

#: authentication.pm:117 authentication.pm:172
#, c-format
msgid "Download CA Certificate "
msgstr ""

#: authentication.pm:119 authentication.pm:152
#, c-format
msgid "Use Disconnect mode "
msgstr ""

#: authentication.pm:120 authentication.pm:173
#, fuzzy, c-format
msgid "Use anonymous BIND "
msgstr "讛砖转诪砖 讘-BIND 讗谞讜谞讬诪讬"

#: authentication.pm:121 authentication.pm:124 authentication.pm:126
#: authentication.pm:130
#, c-format
msgid "  "
msgstr ""

#: authentication.pm:122 authentication.pm:174
#, c-format
msgid "Bind DN "
msgstr ""

#: authentication.pm:123 authentication.pm:175
#, fuzzy, c-format
msgid "Bind Password "
msgstr "住讬住诪讛"

#: authentication.pm:125
#, c-format
msgid "Advanced path for group "
msgstr ""

#: authentication.pm:127
#, fuzzy, c-format
msgid "Password base"
msgstr "住讬住诪讛"

#: authentication.pm:128
#, fuzzy, c-format
msgid "Group base"
msgstr "拽讜讚 讝讬讛讜讬 拽讘讜爪讛"

#: authentication.pm:129
#, c-format
msgid "Shadow base"
msgstr ""

#: authentication.pm:144
#, c-format
msgid ""
"You have selected Kerberos 5 authentication. Please review the configuration "
"options below "
msgstr ""

#: authentication.pm:146
#, fuzzy, c-format
msgid "Realm "
msgstr "砖诐 讗诪讬转讬"

#: authentication.pm:148
#, fuzzy, c-format
msgid "KDCs Servers"
msgstr "砖专转 LDAP"

#: authentication.pm:150
#, c-format
msgid "Use DNS to locate KDC for the realm"
msgstr ""

#: authentication.pm:151
#, c-format
msgid "Use DNS to locate realms"
msgstr ""

#: authentication.pm:156
#, fuzzy, c-format
msgid "Use local file for users information"
msgstr "讛砖转诪砖 讘-libsafe 注讘讜专 讻诇 讛砖专转讬诐"

#: authentication.pm:157
#, fuzzy, c-format
msgid "Use Ldap for users information"
msgstr "诪讬讚注 注诇 讛讻讜谞谉 讛拽砖讬讞"

#: authentication.pm:163
#, c-format
msgid ""
"You have selected Kerberos 5 for authentication, now you must choose the "
"type of users information "
msgstr ""

#: authentication.pm:169
#, c-format
msgid "Fecth base Dn "
msgstr ""

#: authentication.pm:190
#, c-format
msgid ""
"You have selected NIS authentication. Please review the configuration "
"options below "
msgstr ""

#: authentication.pm:192
#, c-format
msgid "NIS Domain"
msgstr "诪转讞诐 NIS"

#: authentication.pm:193
#, c-format
msgid "NIS Server"
msgstr "砖专转 NIS"

#: authentication.pm:214
#, c-format
msgid ""
"You have selected Windows Domain authentication. Please review the "
"configuration options below "
msgstr ""

#: authentication.pm:218
#, fuzzy, c-format
msgid "Domain Model "
msgstr "诪转讞诐"

#: authentication.pm:220
#, c-format
msgid "Active Directory Realm "
msgstr "诪转讞诐 Active Directory"

#: authentication.pm:221
#, fuzzy, c-format
msgid "DNS Domain"
msgstr "诪转讞诐 NIS"

#: authentication.pm:222
#, fuzzy, c-format
msgid "DC Server"
msgstr "砖专转 LDAP"

#: authentication.pm:236 authentication.pm:252
#, c-format
msgid "Authentication"
msgstr "讗讬诪讜转"

#: authentication.pm:238
#, c-format
msgid "Authentication method"
msgstr "砖讬讟转 讗讬诪讜转"

#. -PO: keep this short or else the buttons will not fit in the window
#: authentication.pm:243
#, c-format
msgid "No password"
msgstr "讘诇讬 住讬住诪讛"

#: authentication.pm:264
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "讛住讬住诪讛 讛讝讜 拽爪专讛 诪讚讬 (讞讬讬讘转 诇讛讻讬诇 诇驻讞讜转 %d 讗讜转讬讜转 讗讜 住讬诪谞讬诐)"

#: authentication.pm:375
#, c-format
msgid "Can not use broadcast with no NIS domain"
msgstr "诇讗 讬讻讜诇 诇讛砖转诪砖 讘砖讬讚讜专 诪转驻专抓 诇诇讗 讛讙讚专转 诪转讞诐 NIS"

#: authentication.pm:891
#, c-format
msgid "Select file"
msgstr ""

#: authentication.pm:897
#, fuzzy, c-format
msgid "Domain Windows for authentication : "
msgstr "谞讚专砖 讗讬诪讜转 砖诐 讛诪转讞诐"

#: authentication.pm:899
#, c-format
msgid "Domain Admin User Name"
msgstr "砖诐 诪讛砖转诪砖 砖诇 诪谞讛诇 讛诪转讞诐"

#: authentication.pm:900
#, c-format
msgid "Domain Admin Password"
msgstr "住讬住诪转 诪谞讛诇 讛诪转讞诐"

#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#: bootloader.pm:960
#, 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 ""
"Welcome to the operating system chooser!\n"
"\n"
"Choose an operating system from the list above or\n"
"wait for default boot.\n"
"\n"

#: bootloader.pm:1132
#, c-format
msgid "LILO with text menu"
msgstr "诪谞讛诇 讗转讞讜诇 '诇讬诇讜' 注诐 转驻专讬讟 讟拽住讟"

#: bootloader.pm:1133
#, c-format
msgid "GRUB with graphical menu"
msgstr "诪谞讛诇 讗转讞讜诇 '讙专讗讘' 注诐 转驻专讬讟 讙专驻讬"

#: bootloader.pm:1134
#, c-format
msgid "GRUB with text menu"
msgstr "诪谞讛诇 讗转讞讜诇 '讙专讗讘' 注诐 转驻专讬讟 讟拽住讟"

#: bootloader.pm:1135
#, c-format
msgid "Yaboot"
msgstr "Yaboot"

#: bootloader.pm:1136
#, c-format
msgid "SILO"
msgstr "SILO"

#: bootloader.pm:1218
#, c-format
msgid "not enough room in /boot"
msgstr "讗讬谉 诪住驻讬拽 诪拽讜诐 讘-/boot"

#: bootloader.pm:1874
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "讗讬 讗驻砖专 诇讛转拽讬谉 讗转 诪谞讛诇 讛讗转讞讜诇 注诇 讛诪讞讬爪讛 %s\n"

#: bootloader.pm:1995
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr "讬砖 爪讜专讱 讘注讚讻讜谉 转爪讜专转 讟讜注谉 讛诪注专讻转 砖诇讱 诪讗讞专 讜砖讜谞讜 诪住驻专讬 诪讞讬爪讜转"

#: bootloader.pm:2008
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
"讗讬谉 讗驻砖专讜转 诇讛转拽讬谉 讗转 讟讜注谉 讛诪注专讻转 讘讗讜驻谉 转拽讬谉. 注诇讬讱 诇讛驻注讬诇 讗转 讛诪注专讻转  讘讗讜驻谉 "
"rescue 讜诇讘讞讜专 \"%s\""

#: bootloader.pm:2009
#, c-format
msgid "Re-install Boot Loader"
msgstr "讛转拽谞讛 讞讜讝专转 砖诇 诪谞讛诇 讛讗转讞讜诇"

#: common.pm:142
#, c-format
msgid "B"
msgstr "B"

#: 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 "讚拽讛 讗讞转"

#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d 砖谞讬讜转"

#: common.pm:383
#, c-format
msgid "command %s missing"
msgstr "讛驻拽讜讚讛 %s 讞住专讛"

#: 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:63 diskdrake/interactive.pm:411 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "谞讬转讜拽"

#: diskdrake/dav.pm:64 diskdrake/interactive.pm:407 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "注讬讙讜谉"

#: diskdrake/dav.pm:65
#, c-format
msgid "Server"
msgstr "砖专转"

#: diskdrake/dav.pm:66 diskdrake/interactive.pm:401
#: diskdrake/interactive.pm:666 diskdrake/interactive.pm:684
#: diskdrake/interactive.pm:688 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "谞拽讜讚转 注讬讙讜谉"

#: diskdrake/dav.pm:67 diskdrake/interactive.pm:403
#: diskdrake/interactive.pm:1072 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "讗驻砖专讜讬讜转"

#: diskdrake/dav.pm:68 interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Remove"
msgstr "讛住专讛"

#: diskdrake/dav.pm:69 diskdrake/hd_gtk.pm:182 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "住讬讜诐"

#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:123 diskdrake/hd_gtk.pm:289
#: diskdrake/interactive.pm:247 diskdrake/interactive.pm:260
#: diskdrake/interactive.pm:450 diskdrake/interactive.pm:520
#: diskdrake/interactive.pm:525 diskdrake/interactive.pm:656
#: diskdrake/interactive.pm:942 diskdrake/interactive.pm:1118
#: diskdrake/interactive.pm:1131 diskdrake/interactive.pm:1134
#: diskdrake/interactive.pm:1402 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:23
#: do_pkgs.pm:28 do_pkgs.pm:44 do_pkgs.pm:60 do_pkgs.pm:65 do_pkgs.pm:82
#: fsedit.pm:246 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:95 scanner.pm:106 scanner.pm:113
#: scanner.pm:120 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "砖讙讬讗讛"

#: diskdrake/dav.pm:86
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "谞讗 诇讛讻谞讬住 讗转 讻转讜讘转 砖专转 讛-WevDAV"

#: diskdrake/dav.pm:90
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "砖诐 讛讗转专 讞讬讬讘 诇讛转讞讬诇 讘http:// 讗讜 讘https://"

#: diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:407 diskdrake/interactive.pm:303
#: diskdrake/interactive.pm:388 diskdrake/interactive.pm:550
#: diskdrake/interactive.pm:747 diskdrake/interactive.pm:805
#: diskdrake/interactive.pm:922 diskdrake/interactive.pm:964
#: diskdrake/interactive.pm:965 diskdrake/interactive.pm:1215
#: diskdrake/interactive.pm:1253 diskdrake/interactive.pm:1401 do_pkgs.pm:19
#: do_pkgs.pm:39 do_pkgs.pm:57 do_pkgs.pm:77 harddrake/sound.pm:442
#, c-format
msgid "Warning"
msgstr "讗讝讛专讛"

#: diskdrake/dav.pm:106
#, fuzzy, c-format
msgid "Are you sure you want to delete this mountpoint?"
msgstr "讛讗诐 讘专爪讜谞讱 诇诇讞讜抓 注诇 讻驻转讜专 讝讛?"

#: diskdrake/dav.pm:124
#, c-format
msgid "Server: "
msgstr "砖专转:"

#: diskdrake/dav.pm:125 diskdrake/interactive.pm:493
#: diskdrake/interactive.pm:1277 diskdrake/interactive.pm:1362
#, c-format
msgid "Mount point: "
msgstr "谞拽讜讚转 注讬讙讜谉: "

#: diskdrake/dav.pm:126 diskdrake/interactive.pm:1369
#, c-format
msgid "Options: %s"
msgstr "讗驻砖专讜讬讜转: %s"

#: diskdrake/hd_gtk.pm:54 diskdrake/interactive.pm:298
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106
#: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:206
#: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:250
#: fs/partitioning_wizard.pm:269 fs/partitioning_wizard.pm:274
#, c-format
msgid "Partitioning"
msgstr "讞诇讜拽讛 诇诪讞讬爪讜转"

#: diskdrake/hd_gtk.pm:68
#, c-format
msgid "Click on a partition, choose a filesystem type then choose an action"
msgstr ""

#: diskdrake/hd_gtk.pm:105 diskdrake/interactive.pm:1093
#: diskdrake/interactive.pm:1103 diskdrake/interactive.pm:1156
#, c-format
msgid "Read carefully"
msgstr "讬砖 诇拽专讜讗 讘注讬讜谉"

#: diskdrake/hd_gtk.pm:105
#, c-format
msgid "Please make a backup of your data first"
msgstr "讬砖 诇讙讘讜转 讗转 讛诪讬讚注 砖注诇 讛诪注专讻转 诇驻谞讬 讘讬爪讜注 驻注讜诇讛 讝讜"

#: diskdrake/hd_gtk.pm:106 diskdrake/interactive.pm:240
#, c-format
msgid "Exit"
msgstr "讬爪讬讗讛"

#: diskdrake/hd_gtk.pm:106
#, c-format
msgid "Continue"
msgstr "讛诪砖讱"

#: diskdrake/hd_gtk.pm:177 interactive.pm:653 interactive/gtk.pm:797
#: interactive/gtk.pm:815 interactive/gtk.pm:836 ugtk2.pm:936
#, c-format
msgid "Help"
msgstr "注讝专讛"

#: diskdrake/hd_gtk.pm:223
#, 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 ""
"讛诪注专讻转 砖诇讱 诪砖转诪砖转 讘诪讞讬爪转 讞诇讜谞讜转 讙讚讜诇讛 讬讞讬讚讛.\n"
"诪讜诪诇抓 诇砖谞讜转 讗转 讙讜讚诇 讛诪讞讬爪讛 讘转讜专 驻注讜诇讛 专讗砖讜谞讛\n"
"(注诇讬讱 诇讘讞讜专 讗转 讛诪讞讬爪讛, 讜讗讝 诇诇讞讜抓 注诇 \"砖讬谞讜讬 讙讜讚诇\")"

#: diskdrake/hd_gtk.pm:225
#, c-format
msgid "Please click on a partition"
msgstr "注诇讬讱 诇讘讞讜专 诪讞讬爪讛"

#: diskdrake/hd_gtk.pm:239 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "驻专讟讬诐"

#: diskdrake/hd_gtk.pm:289
#, c-format
msgid "No hard drives found"
msgstr "诇讗 谞诪爪讗讜 讻讜谞谞讬诐 拽砖讬讞讬诐"

#: diskdrake/hd_gtk.pm:316
#, c-format
msgid "Unknown"
msgstr "诇讗 讬讚讜注"

#: diskdrake/hd_gtk.pm:378
#, c-format
msgid "Ext3"
msgstr "Ext3"

#: diskdrake/hd_gtk.pm:378
#, c-format
msgid "XFS"
msgstr "XFS"

#: diskdrake/hd_gtk.pm:378
#, c-format
msgid "Swap"
msgstr "讝讬讻专讜谉 讛讞诇驻讛"

#: diskdrake/hd_gtk.pm:378
#, c-format
msgid "SunOS"
msgstr "SunOS"

#: diskdrake/hd_gtk.pm:378
#, c-format
msgid "HFS"
msgstr "HFS"

#: diskdrake/hd_gtk.pm:378
#, c-format
msgid "Windows"
msgstr "讞诇讜谞讜转"

#: diskdrake/hd_gtk.pm:379 services.pm:158
#, c-format
msgid "Other"
msgstr "讗讞专"

#: diskdrake/hd_gtk.pm:379 diskdrake/interactive.pm:1292
#, c-format
msgid "Empty"
msgstr "专讬拽"

#: diskdrake/hd_gtk.pm:386
#, c-format
msgid "Filesystem types:"
msgstr "住讜讙讬 诪注专讻讜转 拽讘爪讬诐:"

#: diskdrake/hd_gtk.pm:407
#, c-format
msgid "This partition is already empty"
msgstr "诪讞讬爪讛 讝讜 讻讘专 专讬拽讛"

#: diskdrake/hd_gtk.pm:416
#, c-format
msgid "Use ``Unmount'' first"
msgstr "谞讗 诇讘讞讜专 拽讜讚诐 讻诇 讘\"谞讬转讜拽\""

#: diskdrake/hd_gtk.pm:416
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "讛砖转诪砖 讘''%s'' 讘诪拽讜诐 (讘诪爪讘 诪讜诪讞讛)"

#: diskdrake/hd_gtk.pm:416 diskdrake/interactive.pm:402
#: diskdrake/interactive.pm:588 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "住讜讙"

#: diskdrake/interactive.pm:211
#, c-format
msgid "Choose another partition"
msgstr "谞讗 诇讘讞讜专 诪讞讬爪讛 讗讞专转"

#: diskdrake/interactive.pm:211
#, c-format
msgid "Choose a partition"
msgstr "注诇讬讱 诇讘讞讜专 诪讞讬爪讛"

#: diskdrake/interactive.pm:273 diskdrake/interactive.pm:379
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "诪转拽讚诐"

#: diskdrake/interactive.pm:281 diskdrake/interactive.pm:291
#: diskdrake/interactive.pm:1200
#, c-format
msgid "Confirmation"
msgstr "讗讬砖讜专"

#: diskdrake/interactive.pm:281
#, c-format
msgid "Continue anyway?"
msgstr "讛讗诐 诇讛诪砖讬讱 讘讻诇 讝讗转?"

#: diskdrake/interactive.pm:286
#, c-format
msgid "Quit without saving"
msgstr "讬爪讬讗讛 诇诇讗 砖诪讬专讛"

#: diskdrake/interactive.pm:286
#, c-format
msgid "Quit without writing the partition table?"
msgstr "讛讗诐 诇爪讗转 讘诇讬 诇砖诪讜专 讗转 讟讘诇转 讛诪讞讬爪讜转?"

#: diskdrake/interactive.pm:291
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "讛讗诐 讘专爪讜谞讱 诇砖诪讜专 讗转 砖讬谞讜讬讬 /etc/fstab"

#: diskdrake/interactive.pm:298 fs/partitioning_wizard.pm:250
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr "讬砖 爪讜专讱 讘讛驻注诇转 讛诪讞砖讘 诪讞讚砖 讘讻讚讬 砖讛砖讬谞讜讬讬诐 讘讟讘诇转 讛诪讞讬爪讜转 讬讻谞住讜 诇转讜拽祝"

#: diskdrake/interactive.pm:303
#, 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 ""
"注诇讬讱 诇驻专诪讟 讗转 讛诪讞讬爪讛 %s.\n"
"讗讞专转 诇讗 转讬讻转讘 讻谞讬住讛 诇注讬讙讜谉 %s 讘拽讜讘抓 fstab.\n"
"讛讗诐 诇爪讗转 讘讻诇 讝讗转?"

#: diskdrake/interactive.pm:316
#, c-format
msgid "Clear all"
msgstr "谞拽讛 讛讻诇"

#: diskdrake/interactive.pm:317
#, c-format
msgid "Auto allocate"
msgstr "讛拽爪讘讛 讗讜讟讜诪讟讬转"

#: diskdrake/interactive.pm:323
#, c-format
msgid "Toggle to normal mode"
msgstr "注讘讜专 诇诪爪讘 专讙讬诇"

#: diskdrake/interactive.pm:323
#, c-format
msgid "Toggle to expert mode"
msgstr "注讘讜专 诇诪爪讘 诪讜诪讞讛"

#: diskdrake/interactive.pm:335
#, c-format
msgid "Hard drive information"
msgstr "诪讬讚注 注诇 讛讻讜谞谉 讛拽砖讬讞"

#: diskdrake/interactive.pm:368
#, c-format
msgid "All primary partitions are used"
msgstr "讻诇 讛诪讞讬爪讜转 讛专讗砖讬讜转 讘砖讬诪讜砖"

#: diskdrake/interactive.pm:369
#, c-format
msgid "I can not add any more partitions"
msgstr "讗讬谉 讗驻砖专讜转 诇讛讜住讬祝 诪讞讬爪讜转 谞讜住驻讜转"

#: diskdrake/interactive.pm:370
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
"讻讚讬 诇讗驻砖专 讬爪讬专转 诪讞讬爪讜转 讞讚砖讜转, 注诇讬讱 诇诪讞讜拽 讗转 讗讞转 讛诪讞讬爪讜转 讛拽讬讬诪讜转 讻讚讬 诇讗驻砖专 "
"讛讙讚专转 诪讞讬爪讛 诪讜专讞讘转"

#: diskdrake/interactive.pm:381
#, c-format
msgid "Reload partition table"
msgstr "讟注谉 诪讞讚砖 讗转 讟讘诇转 讛诪讞讬爪讜转"

#: diskdrake/interactive.pm:388
#, c-format
msgid "Detailed information"
msgstr "诪讬讚注 诪驻讜专讟"

#: diskdrake/interactive.pm:400
#, c-format
msgid "View"
msgstr ""

#: diskdrake/interactive.pm:405 diskdrake/interactive.pm:760
#, c-format
msgid "Resize"
msgstr "砖谞讛 讙讜讚诇"

#: diskdrake/interactive.pm:406
#, c-format
msgid "Format"
msgstr "讬爪讬专转 诪注专讻转 拽讘爪讬诐"

#: diskdrake/interactive.pm:408 diskdrake/interactive.pm:870
#, c-format
msgid "Add to RAID"
msgstr "讛讜住驻讛 诇-RAID"

#: diskdrake/interactive.pm:409 diskdrake/interactive.pm:888
#, c-format
msgid "Add to LVM"
msgstr "讛讜住驻讛 诇-LVM"

#: diskdrake/interactive.pm:410
#, fuzzy, c-format
msgid "Use"
msgstr "拽讜讚 讝讬讛讜讬 诪砖转诪砖"

#: diskdrake/interactive.pm:412
#, c-format
msgid "Delete"
msgstr "诪讞讬拽讛"

#: diskdrake/interactive.pm:413
#, c-format
msgid "Remove from RAID"
msgstr "讛住专讛 诪-RAID"

#: diskdrake/interactive.pm:414
#, c-format
msgid "Remove from LVM"
msgstr "讛住专讛 诪-LVM"

#: diskdrake/interactive.pm:415
#, fuzzy, c-format
msgid "Remove from dm"
msgstr "讛住专讛 诪-LVM"

#: diskdrake/interactive.pm:416
#, c-format
msgid "Modify RAID"
msgstr "砖讬谞讜讬 RAID"

#: diskdrake/interactive.pm:417
#, c-format
msgid "Use for loopback"
msgstr "砖讬诪讜砖 讻-loopback"

#: diskdrake/interactive.pm:428
#, c-format
msgid "Create"
msgstr "讬爪讬专讛"

#: diskdrake/interactive.pm:450
#, fuzzy, c-format
msgid "Failed to mount partition"
msgstr "讛注讘专 拽讘爪讬诐 诇诪讞讬爪讛 讛讞讚砖讛"

#: diskdrake/interactive.pm:482 diskdrake/interactive.pm:484
#, c-format
msgid "Create a new partition"
msgstr "讬爪专转 诪讞讬爪讛 讞讚砖讛"

#: diskdrake/interactive.pm:486
#, c-format
msgid "Start sector: "
msgstr "诪拽讟注 讛转讞诇讛:"

#: diskdrake/interactive.pm:489 diskdrake/interactive.pm:957
#, c-format
msgid "Size in MB: "
msgstr "讙讜讚诇 讘-MB: "

#: diskdrake/interactive.pm:491 diskdrake/interactive.pm:958
#, c-format
msgid "Filesystem type: "
msgstr "住讜讙 诪注专讻转 拽讘爪讬诐: "

#: diskdrake/interactive.pm:497
#, c-format
msgid "Preference: "
msgstr "讛注讚驻讜转: "

#: diskdrake/interactive.pm:500
#, c-format
msgid "Logical volume name "
msgstr "砖诐 诪讞讬爪讛 诇讜讙讬转 "

#: diskdrake/interactive.pm:520
#, 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"
"注诇讬讱 诇讛住讬专 诪讞讬爪讛 专讗砖讬转 讜讗讝 诇讬爪讜专 诪讞讬爪讛 诪讜专讞讘转"

#: diskdrake/interactive.pm:550
#, c-format
msgid "Remove the loopback file?"
msgstr "诪讞讬拽转 拽讜讘抓 讛-loopback?"

#: diskdrake/interactive.pm:572
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "讗讞专讬 砖讬谞讜讬 住讜讙 砖诇 诪讞讬爪讛 %s, 讻诇 讛诪讬讚注 砖注诇讬讛 讬讗讘讚"

#: diskdrake/interactive.pm:585
#, c-format
msgid "Change partition type"
msgstr "砖谞讛 住讜讙 诪讞讬爪讛"

#: diskdrake/interactive.pm:587 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "讘讗讬讝讜 诪注专讻转 拽讘爪讬诐 讬砖 诇讛砖转诪砖?"

#: diskdrake/interactive.pm:594
#, c-format
msgid "Switching from %s to %s"
msgstr "诪讞诇讬祝 诪-%s 诇-%s"

#: diskdrake/interactive.pm:624
#, fuzzy, c-format
msgid "Set volume label"
msgstr "诪讛讜 砖诐 讛诪讞讬爪讛?"

#: diskdrake/interactive.pm:626
#, c-format
msgid "Beware, this will be written to disk as soon as you validate!"
msgstr ""

#: diskdrake/interactive.pm:627
#, c-format
msgid "Beware, this will be written to disk only after formatting!"
msgstr ""

#: diskdrake/interactive.pm:629
#, c-format
msgid "Which volume label?"
msgstr "诪讛讜 砖诐 讛诪讞讬爪讛?"

#: diskdrake/interactive.pm:630
#, c-format
msgid "Label:"
msgstr "转讜讜讬转:"

#: diskdrake/interactive.pm:651
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "讗讬驻讛 讘专爪讜谞讱 诇注讙谉 讗转 拽讜讘抓 讛loopback 砖砖诪讜 %s?"

#: diskdrake/interactive.pm:652
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "诇讗谉 讘专爪讜谞讱 诇注讙谉 讗转 讛讛转拽谉 %s?"

#: diskdrake/interactive.pm:657
#, c-format
msgid ""
"Can not unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
"讗讬谉 讗驻砖专讜转 诇讛住讬专 讗转 谞拽讜讚转 讛注讬讙讜谉 诪讗讞专 讜诪讞讬爪讛 讝讜 诪砖诪砖转 诇-loopback.\n"
"注诇讬讱 诇讛住讬专 讘砖诇讘 专讗砖讜谉 讗转 讛-loopback"

#: diskdrake/interactive.pm:687
#, c-format
msgid "Where do you want to mount %s?"
msgstr "诇讗谉 讘专爪讜谞讱 诇注讙谉 讗转 %s?"

#: diskdrake/interactive.pm:711 diskdrake/interactive.pm:794
#: fs/partitioning_wizard.pm:146 fs/partitioning_wizard.pm:178
#, c-format
msgid "Resizing"
msgstr "诪砖谞讛 讙讜讚诇"

#: diskdrake/interactive.pm:711
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "诪讞砖讘 转讞讜诪讬 诪注专讻转 拽讘爪讬诐 诪住讜讙 FAT"

#: diskdrake/interactive.pm:747
#, c-format
msgid "This partition is not resizeable"
msgstr "诇讗 谞讬转谉 诇砖谞讜转 讗转 讙讜讚诇讛 砖诇 诪讞讬爪讛 讝讜"

#: diskdrake/interactive.pm:752
#, c-format
msgid "All data on this partition should be backed-up"
msgstr "讬砖 诇讙讘讜转 讗转 讻诇 讛诪讬讚注 砖注诇 诪讞讬爪讛 讝讜"

#: diskdrake/interactive.pm:754
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "讗讞专讬 砖讬谞讜讬 讛讙讜讚诇 砖诇 讛诪讞讬爪讛 %s, 讻诇 讛诪讬讚注 注诇 诪讞讬爪讛 讝讜 讬讗讘讚"

#: diskdrake/interactive.pm:761
#, c-format
msgid "Choose the new size"
msgstr "讬砖 诇讘讞讜专 讗转 讛讙讜讚诇 讛讞讚砖"

#: diskdrake/interactive.pm:762
#, c-format
msgid "New size in MB: "
msgstr "讙讜讚诇 讞讚砖 讘-MB: "

#: diskdrake/interactive.pm:763
#, c-format
msgid "Minimum size: %s MB"
msgstr "讙讜讚诇 诪讝注专讬: %s MB"

#: diskdrake/interactive.pm:764
#, c-format
msgid "Maximum size: %s MB"
msgstr "讙讜讚诇 诪讬专讘讬: %s MB"

#: diskdrake/interactive.pm:805
#, fuzzy, 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"
"转i驻注诇 讘讚讬拽讛 砖诇 诪注专讻转 讛拽讘爪讬诐 讘讗转讞讜诇 讛讘讗 砖诇 讞诇讜谞讜转"

#: diskdrake/interactive.pm:853 diskdrake/interactive.pm:1397
#, c-format
msgid "Filesystem encryption key"
msgstr "诪驻转讞 讛讛爪驻谞讛 砖诇 讛诪注专讻转"

#: diskdrake/interactive.pm:854
#, fuzzy, c-format
msgid "Enter your filesystem encryption key"
msgstr "注诇讬讱 诇讘讞讜专 讗转 诪驻转讞 讛讛爪驻谞讛 砖诇 讛诪注专讻转 砖诇讱"

#: diskdrake/interactive.pm:855 diskdrake/interactive.pm:1405
#, c-format
msgid "Encryption key"
msgstr "诪驻转讞 讛爪驻谞讛"

#: diskdrake/interactive.pm:862
#, c-format
msgid "Invalid key"
msgstr ""

#: diskdrake/interactive.pm:870
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "讬砖 诇讘讞讜专 RAID 拽讬讬诐 讗诇讬讜 讬砖 诇讛讜住讬祝"

#: diskdrake/interactive.pm:872 diskdrake/interactive.pm:890
#, c-format
msgid "new"
msgstr "讞讚砖"

#: diskdrake/interactive.pm:888
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "讬砖 诇讘讞讜专 LVM 拽讬讬诐 讗诇讬讜 讬砖 诇讛讜住讬祝"

#: diskdrake/interactive.pm:895
#, c-format
msgid "LVM name?"
msgstr "砖诐 LVM?"

#: diskdrake/interactive.pm:922
#, 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 ""
"讛诪讞讬爪讛 讛驻讬讝讬转 %s 注讚讬讬谉 讘砖讬诪讜砖.\n"
"讛讗诐 讘专爪讜谞讱 诇讛注讘讬专 讗转 讛讞诇拽讬诐 砖讘砖讬诪讜砖 讘诪讞讬爪讛 讝讜 诇诪讞讬爪讛 讗讞专转?"

#: diskdrake/interactive.pm:924
#, c-format
msgid "Moving physical extents"
msgstr "诪注讘讬专 讛专讞讘讜转 驻讬讝讬讜转"

#: diskdrake/interactive.pm:942
#, c-format
msgid "This partition can not be used for loopback"
msgstr "诇讗 讬讻讜诇 诇注砖讜转 砖讬诪讜砖 讘诪讞讬爪讛 讝讗转 注讘讜专 loopback"

#: diskdrake/interactive.pm:955
#, c-format
msgid "Loopback"
msgstr "Loopback"

#: diskdrake/interactive.pm:956
#, c-format
msgid "Loopback file name: "
msgstr "砖诐 拽讜讘抓 loopback: "

#: diskdrake/interactive.pm:961
#, c-format
msgid "Give a file name"
msgstr "注诇讬讱 诇讛讙讚讬专 砖诐 拽讜讘抓"

#: diskdrake/interactive.pm:964
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "讛拽讜讘抓 讘砖讬诪讜砖 loopback 讗讞专, 谞讗 诇讘讞讜专 拽讜讘抓 讗讞专."

#: diskdrake/interactive.pm:965
#, c-format
msgid "File already exists. Use it?"
msgstr "拽讜讘抓 讝讛 讻讘专 拽讬讬诐. 讛讗诐 诇讛砖转诪砖 讘讜?"

#: diskdrake/interactive.pm:997 diskdrake/interactive.pm:1000
#, c-format
msgid "Mount options"
msgstr "讗驻砖专讜讬讜转 注讬讙讜谉"

#: diskdrake/interactive.pm:1007
#, c-format
msgid "Various"
msgstr "砖讜谞讜转"

#: diskdrake/interactive.pm:1074
#, c-format
msgid "device"
msgstr "讛转拽谉"

#: diskdrake/interactive.pm:1075
#, c-format
msgid "level"
msgstr "专诪讛"

#: diskdrake/interactive.pm:1076
#, c-format
msgid "chunk size in KiB"
msgstr "讙讜讚诇 讞转讬讻讛 讘 KiB"

#: diskdrake/interactive.pm:1094
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "讝讛讬专讜转: 驻注讜诇讛 讝讜 诪住讜讻谞转."

#: diskdrake/interactive.pm:1109
#, fuzzy, c-format
msgid "Partitioning Type"
msgstr "讞诇讜拽讛 诇诪讞讬爪讜转"

#: diskdrake/interactive.pm:1109
#, c-format
msgid "What type of partitioning?"
msgstr "讗讬讝讛 住讜讙 讞诇讜拽讛 诇诪讞讬爪讜转?"

#: diskdrake/interactive.pm:1147
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr "讬砖 爪讜专讱 诇讛驻注讬诇 诪讞讚砖 讗转 讛诪讞砖讘 讘讻讚讬 砖讛砖讬谞讜讬讬诐 讬讻谞住讜 诇转讜拽祝"

#: diskdrake/interactive.pm:1156
#, c-format
msgid "Partition table of drive %s is going to be written to disk"
msgstr "讟讘诇转 讛诪讞讬爪讜转 砖诇 讛讻讜谞谉 %s 注讜诪讚转 诇讛讬讻转讘 诇讻讜谞谉"

#: diskdrake/interactive.pm:1178 fs/format.pm:96 fs/format.pm:103
#, c-format
msgid "Formatting partition %s"
msgstr "诪驻专诪讟 讗转 讛诪讞讬爪讛 %s"

#: diskdrake/interactive.pm:1191
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "讗讞专讬 讬爪讬专转 诪注专讻转 拽讘爪讬诐 讘诪讞讬爪讛 %s, 讻诇 讛诪讬讚注 讘诪讞讬爪讛 讝讜 讬讗讘讚"

#: diskdrake/interactive.pm:1200 fs/partitioning.pm:48
#, c-format
msgid "Check bad blocks?"
msgstr "讛讗诐 诇讘讚讜拽 讘诇讜拽讬诐 注诐 砖讙讬讗讜转?"

#: diskdrake/interactive.pm:1214
#, c-format
msgid "Move files to the new partition"
msgstr "讛注讘专 拽讘爪讬诐 诇诪讞讬爪讛 讛讞讚砖讛"

#: diskdrake/interactive.pm:1214
#, c-format
msgid "Hide files"
msgstr "讛住转专 拽讘爪讬诐"

#: diskdrake/interactive.pm:1215
#, 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 ""
"讛住驻专讬讛 %s 讻讘专 诪讻讬诇讛 诪讬讚注\n"
"(%s)\n"
"\n"
"讘讗驻砖专讜转讱 诇讘讞讜专 讘讛注讘专转 讛拽讘爪讬诐 诇诪讞讬爪讛 砖转注讜讙谉 讘讗讜转讜 诪拽讜诐 讗讜 诇讛砖讗讬专诐 讘诪拽讜诪诐 (诪讛 "
"砖讬讘讬讗 诇讛住转专转诐 注诇 讬讚讬 转讜讻谉 讛诪讞讬爪讛 砖转注讜讙谉)"

#: diskdrake/interactive.pm:1230
#, c-format
msgid "Moving files to the new partition"
msgstr "诪注讘讬专 拽讘爪讬诐 诇诪讞讬爪讛 讛讞讚砖讛"

#: diskdrake/interactive.pm:1234
#, c-format
msgid "Copying %s"
msgstr "诪注转讬拽 %s"

#: diskdrake/interactive.pm:1238
#, c-format
msgid "Removing %s"
msgstr "诪住讬专 讗转 %s"

#: diskdrake/interactive.pm:1252
#, c-format
msgid "partition %s is now known as %s"
msgstr "讛诪讞讬爪讛 %s 讝诪讬谞讛 讻注转 讻-%s"

#: diskdrake/interactive.pm:1253
#, c-format
msgid "Partitions have been renumbered: "
msgstr "诪住驻专讬 讛诪讞讬爪讜转 砖讜谞讜: "

#: diskdrake/interactive.pm:1278 diskdrake/interactive.pm:1346
#, c-format
msgid "Device: "
msgstr "讛转拽谉:"

#: diskdrake/interactive.pm:1279
#, c-format
msgid "Volume label: "
msgstr "砖诐 讛诪讞讬爪讛:"

#: diskdrake/interactive.pm:1280
#, c-format
msgid "UUID: "
msgstr "UUID: "

#: diskdrake/interactive.pm:1281
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "讗讜转 讻讜谞谉 讞诇讜谞讜转: %s (诇驻讬 谞讬讞讜砖)\n"

#: diskdrake/interactive.pm:1285 diskdrake/interactive.pm:1294
#: diskdrake/interactive.pm:1365
#, c-format
msgid "Type: "
msgstr "住讜讙: "

#: diskdrake/interactive.pm:1289 diskdrake/interactive.pm:1350
#, c-format
msgid "Name: "
msgstr "砖诐: "

#: diskdrake/interactive.pm:1296
#, c-format
msgid "Start: sector %s\n"
msgstr "讛转讞诇讛: 诪拽讟注 %s\n"

#: diskdrake/interactive.pm:1297
#, c-format
msgid "Size: %s"
msgstr "讙讜讚诇: %s"

#: diskdrake/interactive.pm:1299
#, c-format
msgid ", %s sectors"
msgstr ", %s 诪拽讟注讬诐"

#: diskdrake/interactive.pm:1301
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "诪住讬诇讛 %d 注讚 %d\n"

#: diskdrake/interactive.pm:1302
#, c-format
msgid "Number of logical extents: %d\n"
msgstr "诪住驻专 讛专讞讘讜转 诇讜讙讬讜转: %d\n"

#: diskdrake/interactive.pm:1303
#, c-format
msgid "Formatted\n"
msgstr "诪驻讜专诪讟\n"

#: diskdrake/interactive.pm:1304
#, c-format
msgid "Not formatted\n"
msgstr "诇讗 诪驻讜专诪讟\n"

#: diskdrake/interactive.pm:1305
#, c-format
msgid "Mounted\n"
msgstr "诪注讜讙谉\n"

#: diskdrake/interactive.pm:1306
#, c-format
msgid "RAID %s\n"
msgstr "RAID %s\n"

#: diskdrake/interactive.pm:1308
#, fuzzy, c-format
msgid "Encrypted"
msgstr "诪驻转讞 讛爪驻谞讛"

#: diskdrake/interactive.pm:1308
#, c-format
msgid " (mapped on %s)"
msgstr ""

#: diskdrake/interactive.pm:1309
#, c-format
msgid " (to map on %s)"
msgstr ""

#: diskdrake/interactive.pm:1310
#, c-format
msgid " (inactive)"
msgstr ""

#: diskdrake/interactive.pm:1316
#, c-format
msgid ""
"Loopback file(s):\n"
"   %s\n"
msgstr ""
"拽讘爪讬 Loopback:\n"
"   %s\n"

#: diskdrake/interactive.pm:1317
#, c-format
msgid ""
"Partition booted by default\n"
"    (for MS-DOS boot, not for lilo)\n"
msgstr ""
"诪讞讬爪讛 诪讗转讞诇转 讻讘专讬专转 诪讞讚诇\n"
"    (诇讗转讞讜诇 诪-DOS, 诇讗 诪-Lilo)\n"

#: diskdrake/interactive.pm:1319
#, c-format
msgid "Level %s\n"
msgstr "砖诇讘 %s\n"

#: diskdrake/interactive.pm:1320
#, c-format
msgid "Chunk size %d KiB\n"
msgstr "讙讜讚诇 讞转讬讻讛 %d KiB\n"

#: diskdrake/interactive.pm:1321
#, c-format
msgid "RAID-disks %s\n"
msgstr "讻讜谞谞讬 RAID %s\n"

#: diskdrake/interactive.pm:1323
#, c-format
msgid "Loopback file name: %s"
msgstr "砖诐 拽讜讘抓 Loopback: %s"

#: diskdrake/interactive.pm:1326
#, c-format
msgid ""
"\n"
"Chances are, this partition is\n"
"a Driver partition. You should\n"
"probably leave it alone.\n"
msgstr ""
"\n"
"专讜讘 讛住讬讻讜讬讬诐 讛诐, 砖诪讞讬爪讛 讝讜 讛讬讗\n"
"诪讞讬爪讛 砖诇 诪谞讛诇讬 讛转拽谞讬诐. 讻谞专讗讛 砖注诇讬讱\n"
"诇讛砖讗讬专讛 讻诪讜转 砖讛讬讗.\n"

#: diskdrake/interactive.pm:1329
#, c-format
msgid ""
"\n"
"This special Bootstrap\n"
"partition is for\n"
"dual-booting your system.\n"
msgstr ""
"\n"
"诪讞讬爪转 讗转讞讜诇 诪讬讜讞讚转 讛讝讗转 \n"
"讛讬讗 注讘讜专 讗转讞讜诇 讻驻讜诇 砖诇 讛诪注专讻转 砖诇讱.\n"

#: diskdrake/interactive.pm:1338
#, c-format
msgid "Free space on %s (%s)"
msgstr "砖讟讞 驻谞讜讬 注诇 %s (%s)"

#: diskdrake/interactive.pm:1347
#, c-format
msgid "Read-only"
msgstr "拽专讬讗讛-讘诇讘讚"

#: diskdrake/interactive.pm:1348
#, c-format
msgid "Size: %s\n"
msgstr "讙讜讚诇: %s\n"

#: diskdrake/interactive.pm:1349
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "转讻讜谞讜转: %s 诪住讬诇讜转, %s 专讗砖讬诐, %s 诪拽讟注讬诐\n"

#: diskdrake/interactive.pm:1351
#, c-format
msgid "Medium type: "
msgstr "住讜讙 诪拽讜专: "

#: diskdrake/interactive.pm:1352
#, c-format
msgid "LVM-disks %s\n"
msgstr "讻讜谞谞讬 LVM %s\n"

#: diskdrake/interactive.pm:1353
#, c-format
msgid "Partition table type: %s\n"
msgstr "住讜讙 讟讘诇转 讛诪讞讬爪讜转: %s\n"

#: diskdrake/interactive.pm:1354
#, c-format
msgid "on channel %d id %d\n"
msgstr "讘注专讜抓 %d 讝讬讛讜讬 %d\n"

#: diskdrake/interactive.pm:1398
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "注诇讬讱 诇讘讞讜专 讗转 诪驻转讞 讛讛爪驻谞讛 砖诇 讛诪注专讻转 砖诇讱"

#: diskdrake/interactive.pm:1401
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "诪驻转讞 讛讛爪驻谞讛 驻砖讜讟 诪讚讬 (讞讬讬讘 诇讛讬讜转 讘讗讜专讱 砖诇 %d 转讜讜讬诐 诇驻讞讜转)"

#: diskdrake/interactive.pm:1402
#, c-format
msgid "The encryption keys do not match"
msgstr "诪驻转讞讜转 讛讛爪驻谞讛 诇讗 转讜讗诪讬诐"

#: diskdrake/interactive.pm:1406
#, c-format
msgid "Encryption key (again)"
msgstr "讞讝专讛 注诇 诪驻转讞 讛爪驻谞讛"

#: diskdrake/interactive.pm:1408
#, c-format
msgid "Encryption algorithm"
msgstr "讗诇讙讜专讬转诐 讛爪驻谞讛"

#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "砖讬谞讜讬 住讜讙"

#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:129 interactive.pm:550
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
#: interactive/stdio.pm:39 interactive/stdio.pm:148 mygtk2.pm:844 ugtk2.pm:415
#: ugtk2.pm:517 ugtk2.pm:526 ugtk2.pm:812
#, 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 ""
"注诇讬讱 诇讛讻谞讬住 讗转 砖诐 讛诪砖转诪砖, 讛住讬住诪讛 讜砖诐 讛诪转讞诐 (DNS) 砖诇讱 讻讚讬 诇讙砖转 诇诪讞砖讘 讝讛."

#: diskdrake/smbnfs_gtk.pm:180
#, c-format
msgid "Username"
msgstr "砖诐 诪砖转诪砖"

#: diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "诪转讞诐"

#: diskdrake/smbnfs_gtk.pm:206
#, c-format
msgid "Search servers"
msgstr "讞驻砖 砖专转讬诐"

#: diskdrake/smbnfs_gtk.pm:211
#, c-format
msgid "Search new servers"
msgstr "讞驻砖 砖专转讬诐 讞讚砖讬诐"

#: do_pkgs.pm:19 do_pkgs.pm:57
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "讬砖 爪讜专讱 诇讛转拽讬谉 讗转 讛讞讘讬诇讛 %s. 讛讗诐 讘专爪讜谞讱 诇讛转拽讬谞讛?"

#: do_pkgs.pm:23 do_pkgs.pm:44 do_pkgs.pm:60 do_pkgs.pm:82
#, c-format
msgid "Could not install the %s package!"
msgstr "讗讬谉 讗驻砖专讜转 诇讛转拽讬谉 讗转 讛讞讘讬诇讛 %s !"

#: do_pkgs.pm:28 do_pkgs.pm:65
#, c-format
msgid "Mandatory package %s is missing"
msgstr "谞讚专砖转 讛讞讘讬诇讛 %s 讗讱 讛讬讗 讞住专讛"

#: do_pkgs.pm:39 do_pkgs.pm:77
#, c-format
msgid "The following packages need to be installed:\n"
msgstr "讛讞讘讬诇讜转 讛讘讗讜转 讬讜转拽谞讜:\n"

#: do_pkgs.pm:241
#, c-format
msgid "Installing packages..."
msgstr "诪转拽讬谉 讞讘讬诇讜转..."

#: do_pkgs.pm:287 pkgs.pm:281
#, c-format
msgid "Removing packages..."
msgstr "诪住讬专 讞讘讬诇讜转..."

#: 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:75 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:100
#, c-format
msgid "Creating and formatting file %s"
msgstr "讬讜爪专 讜诪驻专诪讟 讗转 讛拽讜讘抓 %s"

#: fs/format.pm:119
#, fuzzy, c-format
msgid "I do not know how to set label on %s with type %s"
msgstr "诇讗 讬讚讜注 诇讬 讗讬讱 诇驻专诪讟 讗转 %s 讘住讜讙 %s"

#: fs/format.pm:126
#, fuzzy, c-format
msgid "setting label on %s failed, is it formatted?"
msgstr "讗转讞讜诇 %s 砖诇 %s 谞讻砖诇"

#: fs/format.pm:167
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr "诇讗 讬讚讜注 诇讬 讗讬讱 诇驻专诪讟 讗转 %s 讘住讜讙 %s"

#: fs/format.pm:172 fs/format.pm:174
#, 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:85
#, c-format
msgid "Mounting partition %s"
msgstr "诪注讙谉 讗转 讛诪讞讬爪讛 %s"

#: fs/mount.pm:86
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "注讬讙讜谉 讛诪讞讬爪讛 %s 诇转讬拽讬讬讛 %s 谞讻砖诇"

#: fs/mount.pm:91 fs/mount.pm:108
#, c-format
msgid "Checking %s"
msgstr "讘讜讚拽 %s"

#: fs/mount.pm:125 partition_table.pm:405
#, c-format
msgid "error unmounting %s: %s"
msgstr "砖讙讬讗讛 讘谞讬转讜拽 %s: %s"

#: fs/mount.pm:140
#, c-format
msgid "Enabling swap partition %s"
msgstr "诪讗驻砖专 诪讞讬爪转 讝讬讻专讜谉 讛讞诇驻讛 %s"

#: fs/mount_options.pm:114
#, c-format
msgid "Use an encrypted file system"
msgstr "讛砖转诪砖 讘诪注专讻转 拽讘爪讬诐 诪讜爪驻谞转"

#: fs/mount_options.pm:116
#, c-format
msgid "Flush write cache on file close"
msgstr "诪讞拽 讝讻专讜谉 诪讟诪讜谉 诇讻转讬讘讛 讘住讙讬专转 拽讜讘抓"

#: fs/mount_options.pm:118
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr "讗驻砖专 讛拽爪讗转 砖讟讞 讚讬住拽 诇拽讘讜爪讜转 讜讻讗驻砖专讜转 讙诐 讛讞诇转 诪讙讘诇讜转."

#: fs/mount_options.pm:120
#, 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 ""
"讗诇 转注讚讻谉 讝诪谞讬 讙讬砖讛 诇 inode 讘诪注专讻转 拽讘爪讬诐 讝讜\n"
"(讬讻讜诇 诇砖诪砖 诇讻讜讜谞讜谉 砖专转讬诐)"

#: fs/mount_options.pm:123
#, 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 ""
"注讚讻讜谉 讝诪谞讬 讙讬砖讛 诇 inode 讘诪注专讻转 拽讘爪讬诐 讝讜 讘讗讜驻谉 讬注讬诇 讬讜转专\n"
"(诇讚讜讙诪讛 注讘讜专 讙讬砖讛 诪讛讬专讛 讬讜转专 诇讗讜讙专讬 讛讞讚砖讜转 诇讛讗爪转 砖专转讬 讞讚砖讜转)."

#: fs/mount_options.pm:126
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the file system to be mounted)."
msgstr ""
"讗驻砖专 注讬讙讜谉 讬砖讬专 讘诇讘讚 (讚讛讬讬谞讜 mount -a\n"
"诇讗 讬讙专讜诐 诇注讬讙讜谉 讗讜讟讜诪讟讬 砖诇 诪注专讻转 拽讘爪讬诐 讝讜)"

#: fs/mount_options.pm:129
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr "讗诇 转驻注谞讞 讛转拽谞讬 character 讜讛转拽谞讬 block 注诇 诪注专讻转 拽讘爪讬诐 讝讜."

#: fs/mount_options.pm:131
#, 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 ""
"讗诇 转讗驻砖专 讛驻注诇转 拽讘爪讬诐 讘讬谞讗专讬讬诐 注诇 诪注专讻转 拽讘爪讬诐 讝讜\n"
"诇讗讞专 讛注讬讙讜谉. 讗驻砖专讜转 讝讜 注砖讜讬讛 诇砖诪砖 讘讛讙讚专转 砖专转讬诐\n"
"讛诪讗讻住谞讬诐 拽讘爪讬诐 讘讬谞讗专讬讬诐 诇诪注讘讚讬诐 砖讜谞讬诐 诪讝讛 砖诇讛诐."

#: fs/mount_options.pm:135
#, 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 ""
"讗诇 转讗驻砖专 砖讬谞讜讬 讝讬讛讜讬 诪砖转诪砖 讗讜 砖讬谞讜讬 讝讬讛讜讬 拽讘讜爪讛.\n"
"(讙诐 讗诐 讛讚讘专 谞专讗讛 讘讟讜讞, 讛讜讗 注诇讜诇 诇讙专讜诐 诇驻专爪转\n"
"讗讘讟讞讛 讘讗诐 suidperl 诪讜转拽谉)."

#: fs/mount_options.pm:139
#, c-format
msgid "Mount the file system read-only."
msgstr "注讙谉 讗转 诪注专讻转 讛拽讘爪讬诐 诇拽专讬讗讛 讘诇讘讚."

#: fs/mount_options.pm:141
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr "讻诇 讙讬砖讜转 讻转讬讘讛/拽专讬讗讛 诇诪注专讻转 讛拽讘爪讬诐 讗诪讜专讜转 诇讛转讘爪注 讘讗讜驻谉 住讬谞讻专讜谞讬."

#: fs/mount_options.pm:143
#, c-format
msgid "Allow every user to mount and umount the file system."
msgstr "讗驻砖专 诇讻诇 诪砖转诪砖 诇注讙谉 讜诇讛转讬专 讗转 注讙讬谞转 诪注专讻转 讛拽讘爪讬诐."

#: fs/mount_options.pm:145
#, c-format
msgid "Allow an ordinary user to mount the file system."
msgstr "讗驻砖专 诇诪砖转诪砖 专讙讬诇 诇注讙谉 讗转 诪注专讻转 讛拽讘爪讬诐."

#: fs/mount_options.pm:147
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr "讗驻砖专 讛拽爪讗转 砖讟讞 讚讬住拽 诇诪砖转诪砖讬诐 讜讻讗驻砖专讜转 讙诐 诇讛讞讬诇 诪讙讘诇讜转."

#: fs/mount_options.pm:149
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr "转诪讬讻讛 诪讜专讞讘转 讘砖讬诪讜砖 注诐 \"user.\""

#: fs/mount_options.pm:151
#, c-format
msgid "Give write access to ordinary users"
msgstr "讗驻砖专 讛专砖讗转 讻转讬讘讛 诇诪砖转诪砖讬诐 专讙讬诇讬诐"

#: fs/mount_options.pm:153
#, 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:75
#, 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:78
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "讗讬谉 讚讬 讝讬讻专讜谉 讞诇讜驻讛 (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 ""
"讞讜讘讛 诇讘讞专 诪讞讬爪转 砖讜专砖.\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 "讛砖转诪砖 讘诪讞讬爪讛 砖诇 讞诇讜谞讜转 诇-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 "讙讜讚诇 诪讞讬爪转 讛砖讜专砖 讘-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 诇砖讬诪讜砖 讻-loopback (讗讜 砖诇讗 谞讜转专 讚讬 诪拽讜诐)"

#: fs/partitioning_wizard.pm:127
#, fuzzy, c-format
msgid "Use the free space on a Microsoft Windows庐 partition"
msgstr "讛砖转诪砖 讘诪拽讜诐 讛驻谞讜讬 讘诪讞讬爪转 讛讞诇讜谞讜转"

#: fs/partitioning_wizard.pm:129
#, c-format
msgid "Which partition do you want to resize?"
msgstr "讙讜讚诇 砖诇 讗讬讝讜 诪讞讬爪讛 讘专爪讜谞讱 诇砖谞讜转?"

#: fs/partitioning_wizard.pm:143
#, 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:146
#, c-format
msgid "Computing the size of the Microsoft Windows庐 partition"
msgstr "诪讞砖讘 讗转 讙讜讚诇 诪讞讬爪转 诪注专讻转 讛讞诇讜谞讜转"

#: fs/partitioning_wizard.pm:153
#, 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 ""
"诪讞讬爪转 诪注专讻转 讛讞诇讜谞讜转 砖诇讱 诪拽讜讟注转 讬转专 注诇 讛诪讬讚讛. 讬砖 诇讗转讞诇 讗转 讛诪讞砖讘 讜转讞转 讞诇讜谞讜转 "
"诇讛专讬抓 讗转 讻诇讬 讛讗讬讞讜讬, 讘住讬讜诐 讬砖 诇讗转讞诇 诪讞讚砖 讗转 讛转拽谞转 诪谞讚专讬讘讛 诇讬谞讜拽住."

#: fs/partitioning_wizard.pm:156
#, 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"
"讙讜讚诇 诪讞讬爪转 诪注专讻转 讛讞诇讜谞讜转 砖诇讱 讬砖讜谞讛 注转讛.\n"
"\n"
"\n"
"讬砖 诇讛讝讛专: 驻注讜诇讛 讝讜 诪住讜讻谞转. 讗诐 注讚讬讬谉 诇讗 注砖讬转 讻谉 讬砖 专讗砖讬转 诇爪讗转 诪讛讛转拽谞讛 讜诇讛专讬抓  "
"\"chkdsk c:\" 诪砖讜专转 讛驻拽讜讚讛 转讞转 讞诇讜谞讜转 (诇转砖讜诪转 诇讘讱 - 讛专爪转 讛讬砖讜诐 讛讙专驻讬 "
"\"scandisk\" 讗讬谞讛 诪住驻拽转, 注诇讬讱 诇讛砖转诪砖 讘-\"chkdsk c:\" 诪砖讜专转 讛驻拽讜讚讛!). "
"讘讗驻砖专讜转讱 讙诐 诇讛专讬抓 讗讬讞讜讬 讜讗讝讬 诇讗转讞诇 讗转 讛讛转拽谞讛. 注诇讬讱 讙诐 诇讙讘讜转 讗转 讛诪讬讚注 砖诇讱.\n"
"\n"
"\n"
"讗诐 讛讻诇 诪讜讘谉 讬砖 诇讛拽讬砖 %s."

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: fs/partitioning_wizard.pm:165 interactive.pm:549 interactive/curses.pm:263
#: ugtk2.pm:519
#, c-format
msgid "Next"
msgstr "讛诪砖讱"

#: fs/partitioning_wizard.pm:168
#, c-format
msgid "Partitionning"
msgstr "讞诇讜拽讛 诇诪讞讬爪讜转"

#: fs/partitioning_wizard.pm:168
#, c-format
msgid "Which size do you want to keep for Microsoft Windows庐 on partition %s?"
msgstr "讻诪讛 诪拽讜诐 讘专爪讜谞讱 诇讛讜转讬专 诇诪注专讻转 讛讞诇讜谞讜转 注诇 讛诪讞讬爪讛 %s?"

#: fs/partitioning_wizard.pm:169
#, c-format
msgid "Size"
msgstr "讙讜讚诇"

#: fs/partitioning_wizard.pm:178
#, c-format
msgid "Resizing Microsoft Windows庐 partition"
msgstr "诪砖谞讛 讗转 讙讜讚诇 诪讞讬爪转 讞诇讜谞讜转"

#: fs/partitioning_wizard.pm:183
#, c-format
msgid "FAT resizing failed: %s"
msgstr "讻砖诇 讘砖讬谞讜讬 讙讜讚诇 诪讞讬爪转 FAT: %s"

#: fs/partitioning_wizard.pm:186
#, 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"
"转i驻注诇 讘讚讬拽讛 砖诇 诪注专讻转 讛拽讘爪讬诐 讘讗转讞讜诇 讛讘讗 砖诇 讞诇讜谞讜转"

#: fs/partitioning_wizard.pm:198
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr "讗讬谉 诪讞讬爪转 FAT 诇砖谞讜转 讗转 讙讜讚诇讛 (讗讜 砖诇讗 谞讜转专 讚讬 诪拽讜诐)"

#: fs/partitioning_wizard.pm:203
#, c-format
msgid "Remove Microsoft Windows庐"
msgstr "讛住专 讗转 诪注专讻转 讞诇讜谞讜转"

#: fs/partitioning_wizard.pm:203
#, c-format
msgid "Erase and use entire disk"
msgstr "诪讞拽 讜讛砖转诪砖 讘讚讬住拽 讻讜诇讜"

#: fs/partitioning_wizard.pm:205
#, 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:600
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "讻诇 讛诪讞讬爪讜转 讛拽讬讬诪讜转 讜讛诪讬讚注 砖讘讛谉 讬讗讘讚讜 诪讚讬住拽 %s"

#: fs/partitioning_wizard.pm:220
#, c-format
msgid "Custom disk partitioning"
msgstr "讞诇讜拽转 诪讞讬爪讜转 诪讜转讗诪转 讗讬砖讬转"

#: fs/partitioning_wizard.pm:226
#, c-format
msgid "Use fdisk"
msgstr "讛砖转诪砖 讘-fdisk"

#: fs/partitioning_wizard.pm:229
#, 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:269
#, c-format
msgid "I can not find any room for installing"
msgstr "讗讬谞讬 诪讜爪讗 诪拽讜诐 诇讛转拽谞讛"

#: fs/partitioning_wizard.pm:278
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "讗砖祝 讛讞诇讜拽讛 诇诪讞讬爪讜转 砖诇 DrakX 诪爪讗 讗转 讛驻转专讜谞讜转 讛讘讗讬诐:"

#: fs/partitioning_wizard.pm:287
#, c-format
msgid "Partitioning failed: %s"
msgstr "讻砖诇 讘讞诇讜拽讛 诇诪讞讬爪讜转: %s"

#: fs/type.pm:388
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr "讗讬谉 讗驻砖专讜转 诇讛砖转诪砖 讘-JFS 注讘讜专 诪讞讬爪讛 拽讟谞讛 诪- 16MB"

#: fs/type.pm:389
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr "讗讬谉 讗驻砖专讜转 诇讛砖转诪砖 讘-ReiserFS 诇诪讞讬爪讛 拽讟谞讛 诪-32MB"

#: fsedit.pm:24
#, c-format
msgid "simple"
msgstr "驻砖讜讟"

#: fsedit.pm:28
#, c-format
msgid "with /usr"
msgstr "注诐 /usr"

#: fsedit.pm:33
#, c-format
msgid "server"
msgstr "砖专转"

#: fsedit.pm:137
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr "讝讜讛讛 RAID 转讜讻谞讛 砖诇 讛-BIOS 注诇 讛讚讬住拽讬诐 %s. 诇讛驻注讬诇 讗讜转讜?"

#: fsedit.pm:247
#, 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:425
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "谞拽讜讚讜转 注讬讙讜谉 讞讬讬讘讜转 诇讛转讞讬诇 讘诇讜讻住谉 (/)"

#: fsedit.pm:426
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "砖诪讜转 谞拽讜讚讜转 注讬讙讜谉 爪专讬讻讜转 诇讛讻讬诇 专拽 讗讜转讬讜转, 诪住驻专讬诐 讜拽讜 转讞转讜谉"

#: fsedit.pm:427
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "讻讘专 拽讬讬诪转 诪讞讬爪讛 注诐 谞拽讜讚转 注讬讙讜谉 %s\n"

#: fsedit.pm:431
#, 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 讛诪讜讙讚专转 讘转讜讻谞讛 讻砖讜专砖 诪注专讻转 讛拽讘爪讬诐 砖诇讱 (/).\n"
"转爪讜专讛 讝讜 诇讗 谞转诪讻转 注\"讬 讟讜注谉 讛诪注专讻转 诇诇讗 诪讞讬爪转 /boot.\n"
"注诇讬讱 诇讛讙讚讬专 诪讞讬爪转 /boot 诪转讗讬诪讛"

#: fsedit.pm:437
#, 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:439
#, 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 "注诇讬讱 诇讛讙讚讬专 诪讞讬爪转 /boot 诪转讗讬诪讛"

#: fsedit.pm:443 fsedit.pm:445
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "住驻专讬讬讛 讝讜 爪专讬讻讛 诇讛讬砖讗专 讘诪注专讻转 讛拽讘爪讬诐 讛专讗砖讬转 (root)."

#: fsedit.pm:447 fsedit.pm:449
#, 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:451
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr "讗住讜专 诇讛砖转诪砖 讘诪注专讻转 拽讘爪讬诐 诪讜爪驻谞转 诇谞拽讜讚转 讛注讬讙讜谉 %s"

#: fsedit.pm:516
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "讗讬谉 诪住驻讬拽 诪拽讜诐 驻谞讜讬 诇讞诇讜拽讛 讗讜讟讜诪讟讬转"

#: fsedit.pm:518
#, c-format
msgid "Nothing to do"
msgstr "诇讗 谞讚专砖 诇注砖讜转 讚讘专"

#: harddrake/data.pm:62
#, c-format
msgid "SATA controllers"
msgstr "讘拽专讬 SATA"

#: harddrake/data.pm:71
#, c-format
msgid "RAID controllers"
msgstr "讘拽专讬 RAID"

#: harddrake/data.pm:81
#, c-format
msgid "(E)IDE/ATA controllers"
msgstr "讘拽专讬 (E)IDE/ATA"

#: harddrake/data.pm:92
#, c-format
msgid "Card readers"
msgstr "拽讜专讗讬 讻专讟讬住讬诐"

#: harddrake/data.pm:101
#, c-format
msgid "Firewire controllers"
msgstr "讘拽专讬 Firewire"

#: harddrake/data.pm:110
#, c-format
msgid "PCMCIA controllers"
msgstr "讘拽专讬 PCMCIA"

#: harddrake/data.pm:119
#, c-format
msgid "SCSI controllers"
msgstr "讘拽专讬 SCSI"

#: harddrake/data.pm:128
#, c-format
msgid "USB controllers"
msgstr "讘拽专讬 USB"

#: harddrake/data.pm:137
#, c-format
msgid "USB ports"
msgstr "讬爪讬讗讜转 USB"

#: harddrake/data.pm:146
#, c-format
msgid "SMBus controllers"
msgstr "讘拽专讬 SMBus"

#: harddrake/data.pm:155
#, c-format
msgid "Bridges and system controllers"
msgstr "讙砖专讬诐 讜讘拽专讬 诪注专讻转"

#: harddrake/data.pm:167
#, c-format
msgid "Floppy"
msgstr "转拽诇讬讟讜谉"

#: harddrake/data.pm:177
#, c-format
msgid "Zip"
msgstr "ZIP"

#: harddrake/data.pm:193
#, c-format
msgid "Hard Disk"
msgstr "讚讬住拽"

#: harddrake/data.pm:203
#, c-format
msgid "USB Mass Storage Devices"
msgstr "讛转拽谞讬 讗讬讻住讜谉 诪讬讚注 讘讞讬讘讜专 USB"

#: harddrake/data.pm:212
#, c-format
msgid "CDROM"
msgstr "转拽诇讬讟讜专"

#: harddrake/data.pm:222
#, c-format
msgid "CD/DVD burners"
msgstr "爪讜专讘讬 CD/DVD"

#: harddrake/data.pm:232
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"

#: harddrake/data.pm:242
#, c-format
msgid "Tape"
msgstr "讟讬讬驻"

#: harddrake/data.pm:253
#, c-format
msgid "AGP controllers"
msgstr "讘拽专讬 AGP"

#: harddrake/data.pm:262
#, c-format
msgid "Videocard"
msgstr "讻专讟讬住 诪住讱"

#: harddrake/data.pm:271
#, c-format
msgid "DVB card"
msgstr "讻专讟讬住 DVB"

#: harddrake/data.pm:279
#, 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:312
#, c-format
msgid "Webcam"
msgstr "诪爪诇诪转 专砖转"

#: harddrake/data.pm:327
#, c-format
msgid "Processors"
msgstr "诪注讘讚讬诐"

#: harddrake/data.pm:337
#, c-format
msgid "ISDN adapters"
msgstr "诪转讗诪讬 ISDN"

#: harddrake/data.pm:348
#, c-format
msgid "USB sound devices"
msgstr "讛转拽谞讬 拽讜诇 USB"

#: harddrake/data.pm:357
#, c-format
msgid "Radio cards"
msgstr "讻专讟讬住讬 专讚讬讜"

#: harddrake/data.pm:366
#, c-format
msgid "ATM network cards"
msgstr "讻专讟讬住讬 专砖转 ATM"

#: harddrake/data.pm:375
#, c-format
msgid "WAN network cards"
msgstr "讻专讟讬住讬 专砖转 WAN"

#: harddrake/data.pm:384
#, c-format
msgid "Bluetooth devices"
msgstr "讛转拽谞讬 砖谉 讻讞讜诇讛"

#: harddrake/data.pm:393
#, c-format
msgid "Ethernetcard"
msgstr "讻专讟讬住 Ethernet"

#: harddrake/data.pm:410
#, c-format
msgid "Modem"
msgstr "诪讜讚诐"

#: harddrake/data.pm:420
#, c-format
msgid "ADSL adapters"
msgstr "诪转讗诪讬 ADSL"

#: harddrake/data.pm:432
#, c-format
msgid "Memory"
msgstr "讝讬讻专讜谉"

#: harddrake/data.pm:441
#, c-format
msgid "Printer"
msgstr "诪讚驻住转"

#. -PO: these are joysticks controllers:
#: harddrake/data.pm:455
#, c-format
msgid "Game port controllers"
msgstr "讘拽专讬 讬爪讬讗转 诪砖讞拽"

#: harddrake/data.pm:464
#, c-format
msgid "Joystick"
msgstr "讙'讜讬住讟讬拽"

#: harddrake/data.pm:474
#, c-format
msgid "Keyboard"
msgstr "诪拽诇讚转"

#: harddrake/data.pm:488
#, c-format
msgid "Tablet and touchscreen"
msgstr "诪讞砖讘 诇讜讞 讜诪住讱 诪讙注"

#: harddrake/data.pm:497
#, c-format
msgid "Mouse"
msgstr "注讻讘专"

#: harddrake/data.pm:512
#, c-format
msgid "Biometry"
msgstr "讘讬讜诪讟专讬讛"

#: harddrake/data.pm:520
#, c-format
msgid "UPS"
msgstr "UPS"

#: harddrake/data.pm:529
#, c-format
msgid "Scanner"
msgstr "住讜专拽"

#: harddrake/data.pm:540
#, c-format
msgid "Unknown/Others"
msgstr "诇讗 讬讚讜注/讗讞专讬诐"

#: harddrake/data.pm:570
#, c-format
msgid "cpu # "
msgstr "诪注讘讚 # "

#: harddrake/sound.pm:303
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "谞讗 诇讛诪转讬谉... 诪讬讬砖诐 讗转 讛讛讙讚专讜转"

#: harddrake/sound.pm:366
#, c-format
msgid "Enable PulseAudio"
msgstr "讗驻砖专 讗转 PulseAudio"

#: harddrake/sound.pm:370
#, c-format
msgid "Enable 5.1 sound with Pulse Audio"
msgstr "讗驻砖专 爪诇讬诇 讘转爪讜专转 5.1 注诐 PulseAudio"

#: harddrake/sound.pm:375
#, c-format
msgid "Enable user switching for audio applications"
msgstr "讗驻砖专 讛讞诇驻转 诪砖转诪砖 诇讬讬砖讜诪讬 拽讜诇"

#: harddrake/sound.pm:379
#, c-format
msgid "Use Glitch-Free mode"
msgstr ""

#: harddrake/sound.pm:385
#, c-format
msgid "Reset sound mixer to default values"
msgstr "讻讬讜讜谉 诪讞讜讚砖 砖诇 诪注专讘诇 讛拽讜诇 诇注专讻讬 讘专讬专转 讛诪讞讚诇"

#: harddrake/sound.pm:390
#, c-format
msgid "Trouble shooting"
msgstr "驻转专讜谉 讘注讬讜转"

#: harddrake/sound.pm:397
#, c-format
msgid "No alternative driver"
msgstr "讗讬谉 诪谞讛诇 讛转拽谉 讞诇讜驻讬"

#: harddrake/sound.pm:398
#, 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:405
#, c-format
msgid "Sound configuration"
msgstr "讛讙讚专讜转 拽讜诇"

#: harddrake/sound.pm:407
#, 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:412
#, 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\" (讘专讬专转 诪讞讚诇 诇诪谞讛诇 讛转拽谉 "
"诇讻专讟讬住讱 \"%s\")"

#: harddrake/sound.pm:414
#, 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 (Open Sound System) 讛讬讛 诪谞砖拽 讛拽讜诇 讛专讗砖讜谉. 讝讛讜 诪谞砖拽 砖讗讬谞讜 转诇讜讬 讘诪注专讻转 "
"讛讛驻注诇讛 (讛讜讗 讝诪讬谉 讘专讜讘 诪注专讻讜转 讛讬讜谞讬拽住) 讗讘诇 讛讜讗 讘住讬住讬 讜诪讜讙讘诇 讘讬讜转专.\n"
"讬转专 注诇 讻谉, 讛转拽谞讬 讛讛讬谞注 砖诇 OSS 诪诪爪讬讗讬诐 讗转 讛讙诇讙讙诇 诪讞讚砖 讻诇 讗讞讚 讘转讜专讜.\n"
"\n"
"ALSA (Advanced Linux Sound Architecture) 讘谞讜讬讛 讘爪讜专讛 诪讜讚讜诇专讬转 讛转讜诪讻转 讘诪讙讜讜谉 "
"专讞讘 砖诇 讻专讟讬住讬诐\n"
"诪-ISA 讚专讱 USB 谉讻诇讛 讘-PCI.\n"
"\n"
"ALSA 讙诐 诪住驻拽转 诪谞砖拽 讘专诪讛 讙讘讜讛讛 讘讛专讘讛 诪讝讜 砖诇 OSS.\n"
"\n"
"讻讚讬 诇讛砖转诪砖 讘-ALSA 谞讬转谉 诇讛砖转诪砖 讘讗讞讚 诪讛砖谞讬讬诐:\n"
"- 讛诪谞砖拽 讛讬砖谉 讛转讜讗诐 诇-OSS\n"
"- 讛诪谞砖拽 讛讞讚砖 砖诇 ALSA 讛诪住驻拽 讬讻讜诇讜转 诪转拽讚诪讜转 讗讱 讚讜专砖 讗转 讛住驻专讬讛 砖诇 ALSA.\n"

#: harddrake/sound.pm:428 harddrake/sound.pm:511
#, c-format
msgid "Driver:"
msgstr "诪谞讛诇 讛转拽谉:"

#: harddrake/sound.pm:442
#, 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:450
#, c-format
msgid "No open source driver"
msgstr "讗讬谉 诪谞讛诇 讛转拽谉 讘拽讜讚 驻转讜讞"

#: harddrake/sound.pm:451
#, 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:454
#, c-format
msgid "No known driver"
msgstr "讗讬谉 诪谞讛诇 讛转拽谉 讬讚讜注"

#: harddrake/sound.pm:455
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "讗讬谉 驻讛 诪谞讛诇 讛转拽谉 讬讚讜注 诇讻专讟讬住 讛拽讜诇 砖诇讱 (%s)"

#: harddrake/sound.pm:470
#, c-format
msgid "Sound trouble shooting"
msgstr "驻转专讜谉 讘注讬讜转 拽讜诇"

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:473
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
"\n"
"\n"
"- \"lspcidrake -v | fgrep -i 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 are 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 -i AUDIO\" 讬讗诪专 诪讛 讛讜讗 讛转拽谉 讛讛讬谞注 讘讜 诪砖转诪砖 讛讻专讟讬住\n"
"砖诇讱 讻讘专讬专转 诪讞讚诇\n"
"\n"
"- \"grep sound-slot /etc/modprobe.conf\" 讬讗诪专 诪讛 讛讜讗 讛讛转拽谉 讛讛讬谞注 砖讻专讙注\n"
"谞注砖讛 讘讜 砖讬诪讜砖\n"
"\n"
"- \"/sbin/lsmod\" 讬讗驻砖专 诇讱 诇讘讚讜拽 讗诐 讛转拽谉 讛讛讬谞注 讟注讜谉 讗讜 诇讗\n"
"\n"
"- \"/sbin/chkconfig --list sound\" 讜- \"/sbin/chkconfig --list alsa\" 讬讗诪专讜\n"
"讗诐 砖讬专讜转讬 讛拽讜诇 讜-alsa 诪讜讙讚专讬诐 诇专讬爪讛 讘专诪转 讗转讞讜诇 3\n"
"\n"
"- \"aumix -q\" 讬讗诪专 诇讱 讗诐 讛拽讜诇 诪讜砖转拽 讗讜 诇讗\n"
"\n"
"- \"/sbin/fuser -v /dev/dsp\" 讬讗诪专 诇讱 讗讬讝讜 转讜讻谞讛 诪砖转诪砖转 讘讻专讟讬住 讛拽讜诇.\n"

#: harddrake/sound.pm:500
#, c-format
msgid "Let me pick any driver"
msgstr "转谉 诇讬 诇讘讞讜专 诪谞讛诇 讛转拽谉 讻诇砖讛讜"

#: harddrake/sound.pm:503
#, 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:506
#, 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"
"讛转拽谉 讛讛讬谞注 讛谞讜讻讞讬 诇讻专讟讬住 讛拽讜诇 \"%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 "诇讗 讬讚讜注|讻诇诇讬"

#: 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 诪讝讛讛 讗转 讛驻专诪讟专讬诐 讛谞讻讜谞讬诐 "
"讘讗讜驻谉 讗讜讟讜诪讟讬. \n"
"讗诐 讛讻专讟讬住 砖诇讱 诇讗 诪讝讜讛讛 谞讻讜谉, 讬砖 讘讗驻砖专讜转讱 诇讛讙讚讬专 讗转 讛讻讜讜谞谉 (tuner) 讜住讜讙 "
"讛讻专讟讬住 讛谞讻讜谉 讘诪讬讚转 讛爪讜专讱."

#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "讚讙诐 讛讻专讟讬住:"

#: harddrake/v4l.pm:479
#, c-format
msgid "Tuner type:"
msgstr "住讜讙 讻讜讜谞谉 (Tuner):"

#: interactive.pm:128 interactive.pm:549 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
#: interactive/stdio.pm:148 interactive/stdio.pm:149 mygtk2.pm:844
#: ugtk2.pm:421 ugtk2.pm:519 ugtk2.pm:812 ugtk2.pm:835
#, c-format
msgid "Ok"
msgstr "讗讬砖讜专"

#: interactive.pm:228 modules/interactive.pm:72 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "讻谉"

#: interactive.pm:228 modules/interactive.pm:72 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "No"
msgstr "诇讗"

#: interactive.pm:262
#, c-format
msgid "Choose a file"
msgstr "讘讞讬专转 拽讜讘抓"

#: interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Add"
msgstr "讛讜住驻讛"

#: interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Modify"
msgstr "砖讬谞讜讬"

#: interactive.pm:549 interactive/curses.pm:263 ugtk2.pm:519
#, c-format
msgid "Finish"
msgstr "住讬讜诐"

#: interactive.pm:550 interactive/curses.pm:260 ugtk2.pm:517
#, c-format
msgid "Previous"
msgstr "拽讜讚诐"

#: interactive/curses.pm:556 ugtk2.pm:872
#, c-format
msgid "No file chosen"
msgstr "诇讗 谞讘讞专 拽讜讘抓"

#: interactive/curses.pm:560 ugtk2.pm:876
#, c-format
msgid "You have chosen a directory, not a file"
msgstr "讘讞专转 住驻专讬讛, 诇讗 拽讜讘抓"

#: interactive/curses.pm:562 ugtk2.pm:878
#, c-format
msgid "No such directory"
msgstr "讗讬谉 住驻专讬讬讛 讻讝讜"

#: interactive/curses.pm:562 ugtk2.pm:878
#, c-format
msgid "No such file"
msgstr "讗讬谉 拽讜讘抓 讻讝讛"

#: interactive/gtk.pm:580
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr "诇转砖讜诪转 诇讘讱, Caps Lock 诪讜驻注诇."

#: 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 "诪讛讬 讛讘讞讬专讛 砖诇讱? ( 讘专讬专转 诪讞讚诇 %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, 讘专讬专转 诪讞讚诇 `%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 "诪讛讬 讘讞讬专转讱? (讘专讬专转 诪讞讚诇 `%s'%s) "

#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr "讬砖 诇讛讝讬谉 '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 讘讻讚讬 诇讛诪砖讬讱."

#: 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 "讟注谉 诪讞讚砖"

#. -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:194
#, c-format
msgid "default:LTR"
msgstr "default:RTL"

#: lang.pm:211
#, c-format
msgid "Andorra"
msgstr "讗谞讚讜专讛"

#: lang.pm:212 timezone.pm:226
#, c-format
msgid "United Arab Emirates"
msgstr "讗讬讞讜讚 讛谞住讬讻讜讬讜转 讛注专讘讬讜转"

#: lang.pm:213
#, c-format
msgid "Afghanistan"
msgstr "讗驻讙谞讬住讟谉"

#: lang.pm:214
#, c-format
msgid "Antigua and Barbuda"
msgstr "讗谞讟讬讙讛 讜讘专讘讜讚讛"

#: lang.pm:215
#, c-format
msgid "Anguilla"
msgstr "讗谞讙讜讜讬讛"

#: lang.pm:216
#, c-format
msgid "Albania"
msgstr "讗诇讘谞讬讛"

#: lang.pm:217
#, c-format
msgid "Armenia"
msgstr "讗专诪谞讬讛"

#: lang.pm:218
#, c-format
msgid "Netherlands Antilles"
msgstr "讛讗谞讟讬诇讬诐 讛讛讜诇谞讚讬讬诐"

#: lang.pm:219
#, c-format
msgid "Angola"
msgstr "讗谞讙讜诇讛"

#: lang.pm:220
#, c-format
msgid "Antarctica"
msgstr "讗谞讟讗专拽讟讬拽讛"

#: lang.pm:221 timezone.pm:271
#, c-format
msgid "Argentina"
msgstr "讗专讙谞讟讬谞讛"

#: lang.pm:222
#, c-format
msgid "American Samoa"
msgstr "住诪讜讗讛 讛讗诪专讬拽讗讬转"

#: lang.pm:223 mirror.pm:12 timezone.pm:229
#, c-format
msgid "Austria"
msgstr "讗讜住讟专讬讛"

#: lang.pm:224 mirror.pm:11 timezone.pm:267
#, c-format
msgid "Australia"
msgstr "讗讜住讟专诇讬讛"

#: lang.pm:225
#, c-format
msgid "Aruba"
msgstr "讗专讜讘讛"

#: lang.pm:226
#, c-format
msgid "Azerbaijan"
msgstr "讗讝专讘讬讙'讗谉"

#: lang.pm:227
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "讘讜住谞讬讛-讛专爪讙讜讘讬谞讛"

#: lang.pm:228
#, c-format
msgid "Barbados"
msgstr "讘专讘讚讜住"

#: lang.pm:229 timezone.pm:211
#, c-format
msgid "Bangladesh"
msgstr "讘谞讙诇讚砖"

#: lang.pm:230 mirror.pm:13 timezone.pm:231
#, c-format
msgid "Belgium"
msgstr "讘诇讙讬讛"

#: lang.pm:231
#, c-format
msgid "Burkina Faso"
msgstr "讘讜专拽讬谞讛 驻讗住讜"

#: lang.pm:232 timezone.pm:232
#, c-format
msgid "Bulgaria"
msgstr "讘讜诇讙专讬讛"

#: lang.pm:233
#, c-format
msgid "Bahrain"
msgstr "讘讞专讬讬谉"

#: lang.pm:234
#, c-format
msgid "Burundi"
msgstr "讘讜专讜谞讚讬"

#: lang.pm:235
#, c-format
msgid "Benin"
msgstr "讘讬谞谉 (讚讛讜诪讬讬)"

#: lang.pm:236
#, c-format
msgid "Bermuda"
msgstr "讘专诪讜讚讛"

#: lang.pm:237
#, c-format
msgid "Brunei Darussalam"
msgstr "讘讜专谞讬 讚讜专住诇诐"

#: lang.pm:238
#, c-format
msgid "Bolivia"
msgstr "讘讜诇讬讘讬讛"

#: lang.pm:239 mirror.pm:14 timezone.pm:272
#, c-format
msgid "Brazil"
msgstr "讘专讝讬诇"

#: lang.pm:240
#, c-format
msgid "Bahamas"
msgstr "讗讬讬 讘讛讗诪讛"

#: lang.pm:241
#, c-format
msgid "Bhutan"
msgstr "讘讛讜讟谉"

#: lang.pm:242
#, c-format
msgid "Bouvet Island"
msgstr "讗讬 Bouvet"

#: lang.pm:243
#, c-format
msgid "Botswana"
msgstr "讘讜讟住讜讗谞讛"

#: lang.pm:244 timezone.pm:230
#, c-format
msgid "Belarus"
msgstr "讘诇专讜住"

#: lang.pm:245
#, c-format
msgid "Belize"
msgstr "讘诇讬讝"

#: lang.pm:246 mirror.pm:15 timezone.pm:261
#, c-format
msgid "Canada"
msgstr "拽谞讚讛"

#: lang.pm:247
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "讗讬讬 拽讜拽讜住 (Keeling)"

#: lang.pm:248
#, c-format
msgid "Congo (Kinshasa)"
msgstr "拽讜谞讙讜 (拽讬谞住讛住讛)"

#: lang.pm:249
#, c-format
msgid "Central African Republic"
msgstr "讛专驻讜讘诇讬拽讛 讛诪专讻讝-讗驻专讬拽讗讬转"

#: lang.pm:250
#, c-format
msgid "Congo (Brazzaville)"
msgstr "拽讜谞讙讜 (Brazzaville)"

#: lang.pm:251 mirror.pm:39 timezone.pm:255
#, c-format
msgid "Switzerland"
msgstr "砖讜讬讬抓"

#: lang.pm:252
#, c-format
msgid "Cote d'Ivoire"
msgstr "讞讜祝 讛砖谞讛讘"

#: lang.pm:253
#, c-format
msgid "Cook Islands"
msgstr "讗讬讬 拽讜拽"

#: lang.pm:254 timezone.pm:273
#, c-format
msgid "Chile"
msgstr "爪'讬诇讛"

#: lang.pm:255
#, c-format
msgid "Cameroon"
msgstr "拽诪专讜谉"

#: lang.pm:256 timezone.pm:212
#, c-format
msgid "China"
msgstr "住讬谉"

#: lang.pm:257
#, c-format
msgid "Colombia"
msgstr "拽讜诇讜诪讘讬讛"

#: lang.pm:258 mirror.pm:16
#, c-format
msgid "Costa Rica"
msgstr "拽讜住讟讛 专讬拽讛"

#: lang.pm:259
#, c-format
msgid "Serbia & Montenegro"
msgstr "住专讘讬讛 讜诪讜谞讟谞讙专讜"

#: lang.pm:260
#, c-format
msgid "Cuba"
msgstr "拽讜讘讛"

#: lang.pm:261
#, c-format
msgid "Cape Verde"
msgstr "Cape Verde"

#: lang.pm:262
#, c-format
msgid "Christmas Island"
msgstr "讗讬讬 讞址讙 讛址诪旨讜止诇指讚"

#: lang.pm:263
#, c-format
msgid "Cyprus"
msgstr "拽驻专讬住讬谉"

#: lang.pm:264 mirror.pm:17 timezone.pm:233
#, c-format
msgid "Czech Republic"
msgstr "讛专驻讜讘诇讬拽讛 讛爪'讻讬转"

#: lang.pm:265 mirror.pm:22 timezone.pm:238
#, c-format
msgid "Germany"
msgstr "讙专诪谞讬讛"

#: lang.pm:266
#, c-format
msgid "Djibouti"
msgstr "讙'讬讘讜讟讬"

#: lang.pm:267 mirror.pm:18 timezone.pm:234
#, c-format
msgid "Denmark"
msgstr "讚谞诪专拽"

#: lang.pm:268
#, c-format
msgid "Dominica"
msgstr "讚讜诪讬谞讬拽讛"

#: lang.pm:269
#, c-format
msgid "Dominican Republic"
msgstr "讛专驻讜讘诇讬拽讛 讛讚讜诪讬谞讬拽谞讬转"

#: lang.pm:270
#, c-format
msgid "Algeria"
msgstr "讗诇讙'讬专讬讛"

#: lang.pm:271
#, c-format
msgid "Ecuador"
msgstr "讗拽讜讜讚讜专"

#: lang.pm:272 mirror.pm:19 timezone.pm:235
#, c-format
msgid "Estonia"
msgstr "讗住讟讜谞讬讛"

#: lang.pm:273
#, c-format
msgid "Egypt"
msgstr "诪爪专讬讬诐"

#: lang.pm:274
#, c-format
msgid "Western Sahara"
msgstr "住讛专讛 讛诪注专讘讬转"

#: lang.pm:275
#, c-format
msgid "Eritrea"
msgstr "讗专讬转专讬讗讛"

#: lang.pm:276 mirror.pm:37 timezone.pm:253
#, c-format
msgid "Spain"
msgstr "住驻专讚"

#: lang.pm:277
#, c-format
msgid "Ethiopia"
msgstr "讗转讬讜驻讬讛"

#: lang.pm:278 mirror.pm:20 timezone.pm:236
#, c-format
msgid "Finland"
msgstr "驻讬谞诇谞讚"

#: lang.pm:279
#, c-format
msgid "Fiji"
msgstr "驻讬讙'讬"

#: lang.pm:280
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "讗讬讬 驻讜拽诇谞讚 (诪讗诇讘讬谞讗住) "

#: lang.pm:281
#, c-format
msgid "Micronesia"
msgstr "诪讬拽专讜谞讝讬讛"

#: lang.pm:282
#, c-format
msgid "Faroe Islands"
msgstr "讗讬讬 驻讗专讜"

#: lang.pm:283 mirror.pm:21 timezone.pm:237
#, c-format
msgid "France"
msgstr "爪专驻转"

#: lang.pm:284
#, c-format
msgid "Gabon"
msgstr "讙讘讜谉"

#: lang.pm:285 timezone.pm:257
#, c-format
msgid "United Kingdom"
msgstr "讘专讬讟谞讬讛"

#: lang.pm:286
#, c-format
msgid "Grenada"
msgstr "讙专谞讚讛"

#: lang.pm:287
#, c-format
msgid "Georgia"
msgstr "讙'讜专讙'讬讛"

#: lang.pm:288
#, c-format
msgid "French Guiana"
msgstr "讙讬讗谞讛 讛爪专驻转讬转"

#: lang.pm:289
#, c-format
msgid "Ghana"
msgstr "讙讗谞讛"

#: lang.pm:290
#, c-format
msgid "Gibraltar"
msgstr "讙'讬讘专诇讟专"

#: lang.pm:291
#, c-format
msgid "Greenland"
msgstr "讙专讬谞诇谞讚"

#: lang.pm:292
#, c-format
msgid "Gambia"
msgstr "讙诪讘讬讛"

#: lang.pm:293
#, c-format
msgid "Guinea"
msgstr "讙讬谞讗讛"

#: lang.pm:294
#, c-format
msgid "Guadeloupe"
msgstr "讙讜讜讗讚诇讜驻"

#: lang.pm:295
#, c-format
msgid "Equatorial Guinea"
msgstr "讙讬谞讬讗讛 讛诪砖讜讜谞讬转"

#: lang.pm:296 mirror.pm:23 timezone.pm:239
#, c-format
msgid "Greece"
msgstr "讬讜讜谉"

#: lang.pm:297
#, c-format
msgid "South Georgia and the South Sandwich Islands"
msgstr "讚专讜诐 讙'讜专讙'讬讛 讜讗讬讬 住谞讚讜讜讬抓' 讛讚专讜诪讬讬诐"

#: lang.pm:298 timezone.pm:262
#, c-format
msgid "Guatemala"
msgstr "讙讜讗讟诪诇讛"

#: lang.pm:299
#, c-format
msgid "Guam"
msgstr "讙讜讗诐"

#: lang.pm:300
#, c-format
msgid "Guinea-Bissau"
msgstr "讙讬谞讬讗讛 讘讬住讗讜"

#: lang.pm:301
#, c-format
msgid "Guyana"
msgstr "讙讬讗谞讛"

#: lang.pm:302
#, c-format
msgid "Hong Kong SAR (China)"
msgstr "住讬谉 (讛讜谞讙 拽讜谞讙)"

#: lang.pm:303
#, c-format
msgid "Heard and McDonald Islands"
msgstr "讗讬讬 Heard 讜-McDonald"

#: lang.pm:304
#, c-format
msgid "Honduras"
msgstr "讛讜谞讚讜专住"

#: lang.pm:305
#, c-format
msgid "Croatia"
msgstr "拽专讜讗讟讬讛"

#: lang.pm:306
#, c-format
msgid "Haiti"
msgstr "讛讗讬讟讬"

#: lang.pm:307 mirror.pm:24 timezone.pm:240
#, c-format
msgid "Hungary"
msgstr "讛讜谞讙专讬讛"

#: lang.pm:308 timezone.pm:215
#, c-format
msgid "Indonesia"
msgstr "讗讬谞讚讜谞讝讬讛"

#: lang.pm:309 mirror.pm:25 timezone.pm:241
#, c-format
msgid "Ireland"
msgstr "讗讬专诇谞讚"

#: lang.pm:310 mirror.pm:26 timezone.pm:217
#, c-format
msgid "Israel"
msgstr "讬砖专讗诇"

#: lang.pm:311 timezone.pm:214
#, c-format
msgid "India"
msgstr "讛讜讚讜"

#: lang.pm:312
#, c-format
msgid "British Indian Ocean Territory"
msgstr "讟专讬讟讜专讬讬转 讛讗讜拽讬讬谞讜住 讛讘专讬讟讬-讛讜讚讬"

#: lang.pm:313
#, c-format
msgid "Iraq"
msgstr "注讬专拽"

#: lang.pm:314 timezone.pm:216
#, c-format
msgid "Iran"
msgstr "讗讬专谉"

#: lang.pm:315
#, c-format
msgid "Iceland"
msgstr "讗讬住诇谞讚"

#: lang.pm:316 mirror.pm:27 timezone.pm:242
#, c-format
msgid "Italy"
msgstr "讗讬讟诇讬讛"

#: lang.pm:317
#, c-format
msgid "Jamaica"
msgstr "讙'诪讬讬拽讛"

#: lang.pm:318
#, c-format
msgid "Jordan"
msgstr "讬专讚谉"

#: lang.pm:319 mirror.pm:28 timezone.pm:218
#, c-format
msgid "Japan"
msgstr "讬驻谉"

#: lang.pm:320
#, c-format
msgid "Kenya"
msgstr "拽谞讬讛"

#: lang.pm:321
#, c-format
msgid "Kyrgyzstan"
msgstr "拽讬专讙讬住讟谉"

#: lang.pm:322
#, c-format
msgid "Cambodia"
msgstr "拽诪讘讜讚讬讛"

#: lang.pm:323
#, c-format
msgid "Kiribati"
msgstr "拽讬专讬讘讟讬"

#: lang.pm:324
#, c-format
msgid "Comoros"
msgstr "讗讬讬 拽讜诪讜专讜"

#: lang.pm:325
#, c-format
msgid "Saint Kitts and Nevis"
msgstr "住谞讟 拽讬讟住 讜谞讜讜讬住"

#: lang.pm:326
#, c-format
msgid "Korea (North)"
msgstr "拽讜专讬讗讛 (爪驻讜谉)"

#: lang.pm:327 timezone.pm:219
#, c-format
msgid "Korea"
msgstr "拽讜专讬讗讛"

#: lang.pm:328
#, c-format
msgid "Kuwait"
msgstr "讻讜讜讬转"

#: lang.pm:329
#, c-format
msgid "Cayman Islands"
msgstr "讗讬讬 拽讬讬诪讗谉"

#: lang.pm:330
#, c-format
msgid "Kazakhstan"
msgstr "拽讝讞住讟谉"

#: lang.pm:331
#, c-format
msgid "Laos"
msgstr "诇讗讜住"

#: lang.pm:332
#, c-format
msgid "Lebanon"
msgstr "诇讘谞讜谉"

#: lang.pm:333
#, c-format
msgid "Saint Lucia"
msgstr "住谞讟 诇讜爪'讬讛"

#: lang.pm:334
#, c-format
msgid "Liechtenstein"
msgstr "诇讬讻讟谞砖讟讬讬谉"

#: lang.pm:335
#, c-format
msgid "Sri Lanka"
msgstr "住专讬 诇谞拽讛"

#: lang.pm:336
#, c-format
msgid "Liberia"
msgstr "诇讬讘专讬讛"

#: lang.pm:337
#, c-format
msgid "Lesotho"
msgstr "诇住讜讟讜"

#: lang.pm:338 timezone.pm:243
#, c-format
msgid "Lithuania"
msgstr "诇讬讟讗"

#: lang.pm:339 timezone.pm:244
#, c-format
msgid "Luxembourg"
msgstr "诇讜讻住诪讘讜专讙"

#: lang.pm:340
#, c-format
msgid "Latvia"
msgstr "诇讟讜讜讬讛"

#: lang.pm:341
#, c-format
msgid "Libya"
msgstr "诇讜讘"

#: lang.pm:342
#, c-format
msgid "Morocco"
msgstr "诪专讜拽讜"

#: lang.pm:343
#, c-format
msgid "Monaco"
msgstr "诪讜谞拽讜"

#: lang.pm:344
#, c-format
msgid "Moldova"
msgstr "诪讜诇讚讜讘讛"

#: lang.pm:345
#, c-format
msgid "Madagascar"
msgstr "诪讚讙住拽专"

#: lang.pm:346
#, c-format
msgid "Marshall Islands"
msgstr "讗讬讬 诪专砖诇"

#: lang.pm:347
#, c-format
msgid "Macedonia"
msgstr "诪拽讚讜谞讬讛"

#: lang.pm:348
#, c-format
msgid "Mali"
msgstr "诪讗诇讬"

#: lang.pm:349
#, c-format
msgid "Myanmar"
msgstr "诪讬讗谞诪专"

#: lang.pm:350
#, c-format
msgid "Mongolia"
msgstr "诪讜谞讙讜诇讬讛"

#: lang.pm:351
#, c-format
msgid "Northern Mariana Islands"
msgstr "讗讬讬 诪专讬讗谞讛 讛爪驻讜谞讬讬诐"

#: lang.pm:352
#, c-format
msgid "Martinique"
msgstr "诪专讟讬谞讬拽"

#: lang.pm:353
#, c-format
msgid "Mauritania"
msgstr "诪讗讜专讬讟谞讬讛"

#: lang.pm:354
#, c-format
msgid "Montserrat"
msgstr "诪讜谞住专讗讟"

#: lang.pm:355
#, c-format
msgid "Malta"
msgstr "诪诇讟讛"

#: lang.pm:356
#, c-format
msgid "Mauritius"
msgstr "诪讗讜专讬爪讬讜住"

#: lang.pm:357
#, c-format
msgid "Maldives"
msgstr "讛讗讬讬诐 讛诪诇讚讬讘讬讬诐"

#: lang.pm:358
#, c-format
msgid "Malawi"
msgstr "诪诇讗讜讜讬"

#: lang.pm:359 timezone.pm:263
#, c-format
msgid "Mexico"
msgstr "诪拽住讬拽讜"

#: lang.pm:360 timezone.pm:220
#, c-format
msgid "Malaysia"
msgstr "诪诇讝讬讛"

#: lang.pm:361
#, c-format
msgid "Mozambique"
msgstr "诪讜讝诪讘讬拽"

#: lang.pm:362
#, c-format
msgid "Namibia"
msgstr "谞诪讬讘讬讛"

#: lang.pm:363
#, c-format
msgid "New Caledonia"
msgstr "拽诇讚讜谞讬讛 讛讞讚砖讛"

#: lang.pm:364
#, c-format
msgid "Niger"
msgstr "谞讬讙专"

#: lang.pm:365
#, c-format
msgid "Norfolk Island"
msgstr "讗讬 谞讜专驻讜诇拽"

#: lang.pm:366
#, c-format
msgid "Nigeria"
msgstr "谞讬讙专讬讛"

#: lang.pm:367
#, c-format
msgid "Nicaragua"
msgstr "谞讬拽讗专讗讙讜讗讛"

#: lang.pm:368 mirror.pm:29 timezone.pm:245
#, c-format
msgid "Netherlands"
msgstr "讛讜诇谞讚"

#: lang.pm:369 mirror.pm:31 timezone.pm:246
#, c-format
msgid "Norway"
msgstr "谞讜专讜讜讙讬讛"

#: lang.pm:370
#, c-format
msgid "Nepal"
msgstr "谞驻讗诇"

#: lang.pm:371
#, c-format
msgid "Nauru"
msgstr "谞讗讜专讜"

#: lang.pm:372
#, c-format
msgid "Niue"
msgstr "Niue"

#: lang.pm:373 mirror.pm:30 timezone.pm:268
#, c-format
msgid "New Zealand"
msgstr "谞讬讜-讝讬诇谞讚"

#: lang.pm:374
#, c-format
msgid "Oman"
msgstr "注讜诪谉"

#: lang.pm:375
#, c-format
msgid "Panama"
msgstr "驻谞诪讛"

#: lang.pm:376
#, c-format
msgid "Peru"
msgstr "驻专讜"

#: lang.pm:377
#, c-format
msgid "French Polynesia"
msgstr "驻讜诇讬谞讝讬讛 讛爪指专职驻指转执讬转"

#: lang.pm:378
#, c-format
msgid "Papua New Guinea"
msgstr "驻讗驻讜讗讛-讙讬谞讗讛 讛讞讚砖讛"

#: lang.pm:379 timezone.pm:221
#, c-format
msgid "Philippines"
msgstr "讛驻讬诇讬驻讬谞讬诐"

#: lang.pm:380
#, c-format
msgid "Pakistan"
msgstr "驻拽讬住讟谉"

#: lang.pm:381 mirror.pm:32 timezone.pm:247
#, c-format
msgid "Poland"
msgstr "驻讜诇讬谉"

#: lang.pm:382
#, c-format
msgid "Saint Pierre and Miquelon"
msgstr "住谞讟 驻讬讬专 讜诪讬拽讜讗诇讜谉"

#: lang.pm:383
#, c-format
msgid "Pitcairn"
msgstr "Pitcairn"

#: lang.pm:384
#, c-format
msgid "Puerto Rico"
msgstr "驻讜讗专讟讜-专讬拽讜"

#: lang.pm:385
#, c-format
msgid "Palestine"
msgstr "讛专砖讜转 讛驻诇住讟讬谞讬转"

#: lang.pm:386 mirror.pm:33 timezone.pm:248
#, c-format
msgid "Portugal"
msgstr "驻讜专讟讜讙诇"

#: lang.pm:387
#, c-format
msgid "Paraguay"
msgstr "驻专讙讜讜讗讬"

#: lang.pm:388
#, c-format
msgid "Palau"
msgstr "驻讗讜诇讜"

#: lang.pm:389
#, c-format
msgid "Qatar"
msgstr "拽讟讗专"

#: lang.pm:390
#, c-format
msgid "Reunion"
msgstr "Reunion"

#: lang.pm:391 timezone.pm:249
#, c-format
msgid "Romania"
msgstr "专讜诪谞讬讛"

#: lang.pm:392 mirror.pm:34
#, c-format
msgid "Russia"
msgstr "专讜住讬讛"

#: lang.pm:393
#, c-format
msgid "Rwanda"
msgstr "专讜讗谞讚讛"

#: lang.pm:394
#, c-format
msgid "Saudi Arabia"
msgstr "注专讘 讛住注讜讚讬转"

#: lang.pm:395
#, c-format
msgid "Solomon Islands"
msgstr "讗讬讬 砖诇诪讛"

#: lang.pm:396
#, c-format
msgid "Seychelles"
msgstr "讗讬讬 住讬讬砖诇"

#: lang.pm:397
#, c-format
msgid "Sudan"
msgstr "住讜讚谉"

#: lang.pm:398 mirror.pm:38 timezone.pm:254
#, c-format
msgid "Sweden"
msgstr "砖讘讚讬讛"

#: lang.pm:399 timezone.pm:222
#, c-format
msgid "Singapore"
msgstr "住讬谞讙驻讜专"

#: lang.pm:400
#, c-format
msgid "Saint Helena"
msgstr "住谞讟 讛诇谞讛"

#: lang.pm:401 timezone.pm:252
#, c-format
msgid "Slovenia"
msgstr "住诇讜讘谞讬讛"

#: lang.pm:402
#, c-format
msgid "Svalbard and Jan Mayen Islands"
msgstr "讗讬讬 Svalbard 讜讗讬讬 Jan Mayen"

#: lang.pm:403 mirror.pm:35 timezone.pm:251
#, c-format
msgid "Slovakia"
msgstr "住诇讜讘拽讬讛"

#: lang.pm:404
#, c-format
msgid "Sierra Leone"
msgstr "住讬讬专讛 诇讬讗讜谞讛"

#: lang.pm:405
#, c-format
msgid "San Marino"
msgstr "住讗谉-诪讗专讬谞讜"

#: lang.pm:406
#, c-format
msgid "Senegal"
msgstr "住谞讙诇"

#: lang.pm:407
#, c-format
msgid "Somalia"
msgstr "住讜诪诇讬讛"

#: lang.pm:408
#, c-format
msgid "Suriname"
msgstr "住讜专讬谞讗诐"

#: lang.pm:409
#, c-format
msgid "Sao Tome and Principe"
msgstr "住讗讜 转讜诪讛 讜驻专讬谞住讬驻讛"

#: lang.pm:410
#, c-format
msgid "El Salvador"
msgstr "讗诇 住诇讘讚讜专"

#: lang.pm:411
#, c-format
msgid "Syria"
msgstr "住讜专讬谞讗诐"

#: lang.pm:412
#, c-format
msgid "Swaziland"
msgstr "住讜讜讝讬诇谞讚"

#: lang.pm:413
#, c-format
msgid "Turks and Caicos Islands"
msgstr "讗讬讬 拽讬讬拽讜住"

#: lang.pm:414
#, c-format
msgid "Chad"
msgstr "爪'讗讚"

#: lang.pm:415
#, c-format
msgid "French Southern Territories"
msgstr "讛讟专讬讟讜专讬讛 讛爪专驻转讬转讬 讛讚专讜诪讬转"

#: lang.pm:416
#, c-format
msgid "Togo"
msgstr "讟讜讙讜"

#: lang.pm:417 mirror.pm:41 timezone.pm:224
#, c-format
msgid "Thailand"
msgstr "转讗讬诇谞讚"

#: lang.pm:418
#, c-format
msgid "Tajikistan"
msgstr "讟讗谞讙'讬拽讬住讟谉"

#: lang.pm:419
#, c-format
msgid "Tokelau"
msgstr "Tokelau"

#: lang.pm:420
#, c-format
msgid "East Timor"
msgstr "诪讝专讞 讟讬诪讜专"

#: lang.pm:421
#, c-format
msgid "Turkmenistan"
msgstr "讟讜专拽诪谞讬住讟讗谉"

#: lang.pm:422
#, c-format
msgid "Tunisia"
msgstr "讟讜谞讬住讬讛"

#: lang.pm:423
#, c-format
msgid "Tonga"
msgstr "讟讜谞讙讛"

#: lang.pm:424 timezone.pm:225
#, c-format
msgid "Turkey"
msgstr "讟讜专拽讬讛"

#: lang.pm:425
#, c-format
msgid "Trinidad and Tobago"
msgstr "讟专讬谞讬讚讚 讜讟讜讘讙讜"

#: lang.pm:426
#, c-format
msgid "Tuvalu"
msgstr "讟讜讘讗诇讜"

#: lang.pm:427 mirror.pm:40 timezone.pm:223
#, c-format
msgid "Taiwan"
msgstr "讟讗讬讜讜讗谉"

#: lang.pm:428 timezone.pm:208
#, c-format
msgid "Tanzania"
msgstr "讟谞讝谞讬讛"

#: lang.pm:429 timezone.pm:256
#, c-format
msgid "Ukraine"
msgstr "讗讜拽专讗讬谞讛"

#: lang.pm:430
#, c-format
msgid "Uganda"
msgstr "讗讜讙谞讚讛"

#: lang.pm:431
#, c-format
msgid "United States Minor Outlying Islands"
msgstr "讗讬讬 Minor Outlying 砖诇 讗专\"讛讘"

#: lang.pm:432 mirror.pm:42 timezone.pm:264
#, c-format
msgid "United States"
msgstr "讗专爪讜转 讛讘专讬转"

#: lang.pm:433
#, c-format
msgid "Uruguay"
msgstr "讗讜专讜讙讜讜讗讬"

#: lang.pm:434
#, c-format
msgid "Uzbekistan"
msgstr "讗讜讝讘拽讬住讟谉"

#: lang.pm:435
#, c-format
msgid "Vatican"
msgstr "讜转讬拽谉"

#: lang.pm:436
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "住谞讟 讜讬谞住谞讟 讜讛讙专谞讬讚讬诐"

#: lang.pm:437
#, c-format
msgid "Venezuela"
msgstr "讜谞爪讜讗诇讛"

#: lang.pm:438
#, c-format
msgid "Virgin Islands (British)"
msgstr "讗讬讬 讛讘转讜诇讛 讛讘专讬讟讬讬诐"

#: lang.pm:439
#, c-format
msgid "Virgin Islands (U.S.)"
msgstr "讗讬讬 讛讘转讜诇讛 讛讗诪拽专讬讬诐 (讗专讛\"讘)"

#: lang.pm:440
#, c-format
msgid "Vietnam"
msgstr "讜讬讬讟谞讗诐"

#: lang.pm:441
#, c-format
msgid "Vanuatu"
msgstr "讜谞讜讗讟讜"

#: lang.pm:442
#, c-format
msgid "Wallis and Futuna"
msgstr "讜讜讗诇讬住 讜驻讜讟讜谞讛"

#: lang.pm:443
#, c-format
msgid "Samoa"
msgstr "住诪讜讗讛"

#: lang.pm:444
#, c-format
msgid "Yemen"
msgstr "转讬诪谉"

#: lang.pm:445
#, c-format
msgid "Mayotte"
msgstr "诪讗讬讜讟"

#: lang.pm:446 mirror.pm:36 timezone.pm:207
#, c-format
msgid "South Africa"
msgstr "讚专讜诐 讗驻专讬拽讛"

#: lang.pm:447
#, c-format
msgid "Zambia"
msgstr "讝诪讘讬讛"

#: lang.pm:448
#, c-format
msgid "Zimbabwe"
msgstr "讝讬诪讘讘讜讗讛"

#: lang.pm:1223
#, 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:141
#, c-format
msgid "Physical volume %s is still in use"
msgstr "讛讞诇拽 讛驻讬讝讬 %s 注讚讬讬谉 讘砖讬诪讜砖"

#: lvm.pm:151
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "讬砖 专讗砖讬转 诇讛住讬专 讗转 讛讞诇拽讬诐 讛诇讜讙讬讬诐\n"

#: lvm.pm:184
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr "诪谞讛诇 讛讗转讞讜诇 讗讬谞讜 讬讻讜诇 诇注讘讜讚 注诐 boot/ 注诇 诪住驻专 讞诇拽讬诐 驻讬讝讬讬诐"

#: messages.pm:11
#, 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, and "
"any applications \n"
"distributed with these products provided by Mandriva's licensors or "
"suppliers.\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 any of the Software Products in any "
"manner, you explicitly \n"
"accept and fully agree to conform to the terms and conditions of this "
"License. \n"
"If you disagree with any portion of the License, you are not allowed to "
"install, duplicate or use \n"
"the Software Products. \n"
"Any attempt to install, duplicate or use the Software Products in a manner "
"which does not comply \n"
"with the terms and conditions of this License is void and will terminate "
"your rights under this \n"
"License. Upon termination of the License,  you must immediately destroy all "
"copies of the \n"
"Software Products.\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"
"Neither Mandriva S.A. nor its licensors or suppliers will, in any "
"circumstances and to the extent \n"
"permitted by law, be liable for any special, incidental, direct or indirect "
"damages whatsoever \n"
"(including without limitation damages for loss of business, interruption of "
"business, financial \n"
"loss, legal fees and penalties resulting from a court judgment, or any other "
"consequential loss) \n"
"arising out of  the use or inability to use the Software Products, even if "
"Mandriva S.A. or its \n"
"licensors or suppliers have been advised of the possibility or occurrence of "
"such damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
"COUNTRIES\n"
"\n"
"To the extent permitted by law, neither Mandriva S.A. nor its licensors, "
"suppliers or\n"
"distributors will, in any circumstances, be liable for any special, "
"incidental, direct or indirect \n"
"damages whatsoever (including without limitation damages for loss of "
"business, interruption of \n"
"business, financial loss, legal fees and penalties resulting from a court "
"judgment, or any \n"
"other consequential loss) arising out of the possession and use of software "
"components or \n"
"arising out of  downloading software components from one of Mandriva Linux "
"sites which are \n"
"prohibited or restricted in some countries by local laws.\n"
"This limited liability applies to, but is not restricted to, the strong "
"cryptography components \n"
"included in the Software Products.\n"
"However, because some jurisdictions do not allow the exclusion or limitation "
"or liability for \n"
"consequential or incidental damages, the above limitation may not apply to "
"you.  \n"
"%s\n"
"\n"
"3. The GPL License and Related Licenses\n"
"\n"
"The Software Products consist of components created by different persons or "
"entities. %s\n"
"Most of these licenses allow you to use, duplicate, adapt or redistribute "
"the components which \n"
"they cover. Please read carefully the terms and conditions of the license "
"agreement for each component \n"
"before using any component. Any question on a component license should be "
"addressed to the component \n"
"licensor or supplier and not to 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. and its suppliers and licensors reserves their rights to "
"modify or adapt the Software \n"
"Products, as a whole or in parts, by all means and for all purposes.\n"
"\"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."
msgstr ""
"诪讘讜讗\n"
"\n"
"诪注专讻转 讛讛驻注诇讛 讜讛诪专讻讬讘讬诐 讛砖讜谞讬诐 讛讝诪讬谞讬诐 讘讛驻爪转 诪谞讚专讬讘讛 诇讬谞讜拽住 讬拽专讗讜 诇讛诇谉 "
"\"诪讜爪专讬 转讜讻谞讛\". 诪讜爪专讬 讛转讻谞讛 讻讜诇诇讬诐, 讗讱\n"
"诇讗 诪讜讙讘诇讬诐 诇- 讗讜住祝 讛转讻谞讜转, 砖讬讟讜转, 讞讜拽讬诐 讜诪住诪讻讬诐 讛谞讜讙注讬诐 诇诪注专讻转 讛讛驻注诇讛 讜诇砖讗专 "
"讛诪专讻讬讘讬诐 砖诇 诪谞讚专讬讘讛 诇讬谞讜拽住.\n"
"\n"
"\n"
"1. 讛住讻诐 专讬砖讜讬\n"
"\n"
"注诇讬讱 诇拽专讜讗 专讬砖讬讜谉 讝讛 讘注讬讜谉 专讘. 诪住诪讱 讝讛 诪讛讜讜讛 讛住讻诐 专讬砖讜讬 讘讬谞讱 讜讘讬谉 讞讘专转 "
"Mandriva S.A. 诇讙讘讬 诪讜爪专讬 讛转讻谞讛.\n"
"讛转拽谞讛, 砖讻驻讜诇 讗讜 砖讬诪讜砖 讘诪讜爪专讬 讛转讻谞讛 讘讻诇 爪讜专讛 砖讛讬讗, 诪砖诪注讛 砖拽讬讘诇转 讜讛住讻诪转 讘讗讜驻谉 "
"诪驻讜专砖 诇转谞讗讬 讜住讬讬讙讬 专讬砖讬讜谉 讝讛.\n"
"讗诐 讞诇拽 讻诇砖讛讜 诪专讬砖讬讜谉 讝讛 讗讬谞讜 诪拽讜讘诇 注诇讬讱, 谞讗住专 注诇讬讱 诇讛转拽讬谉, 诇砖讻驻诇 讗讜 诇讛砖转诪砖 "
"讘诪讜爪专讬 讛转讻谞讛.\n"
"讻诇 谞讬住讬讜谉 诇讛转拽讬谉, 诇砖讻驻诇 讗讜 诇讛砖转诪砖 讘诪讜爪专讬 讛转讻谞讛 讘讻诇 爪讜专讛 砖讗讬谞讛 诪爪讬讬转转 诇转谞讗讬 "
"讜住讬讬讙讬 讛专讬砖讬讜谉 讛谞讛 讞住专转 转讜拽祝 讜转住讬讬诐\n"
"讗转 讝讻讜讬讜转讬讱 讘讻驻讜祝 诇专讬砖讬讜谉 讝讛.\n"
"注诐 讘讬讟讜诇 讛专讬砖讜讬, 注诇讬讱 诇讛砖诪讬讚 讘讗讜驻谉 诪讬讬讚讬 讗转 讻诇 讛注讜转拽讬诐 砖诇 诪讜爪专讬 讛转讻谞讛.\n"
"\n"
"\n"
"2. 讛讙讘诇转 讗讞专讬讜转\n"
"\n"
"诪讜爪专讬 讛转讻谞讛 讜讛转讬注讜讚 讛谞住驻讞 诪住讜驻拽讬诐 \"讻诪讜转 砖讛诐\", 讘诇讬 讗讞专讬讜转, 注讚 诇讙讘讜诇讜转 "
"讛诪讜转专讬诐 注诇 驻讬 讞讜拽.\n"
"讞讘专转 Mandriva S.A. 诇讗 转讛讬讛 讗讞专讗讬转, 讘砖讜诐 转谞讗讬 砖讛讜讗 讘讻驻讜祝 诇讛讜专讗讜转 讛讞讜拽, 诇讻诇 "
"讗讬专讜注 诪讬讜讞讚, 谞讝拽讬诐 讬砖讬专讬诐\n"
"讜注拽讬驻讬诐 诇诪讬谞讬讛诐 (讻讜诇诇, 讘讬谉 讛讬转专 讛驻住讚讬诐 讛谞讜讘注讬诐 注拽讘 讗讘讚谉 注住拽讬诐, 讛驻专注讛 "
"诇讛转谞讛诇讜转 讛注住拽, 讛驻住讚 讻住驻讬, 砖讻专 讟专讞转\n"
"注讜专讱 讚讬谉, 拽谞住讜转 讜讗讙专讜转 讛谞讜讘注讬诐 诪讛讞诇讟转 讘讬转 诪砖驻讟, 讗讜 讛驻住讚 讻转讜爪讗讛 诪讻讱) 讛谞讜讘注讬诐 "
"诪讛砖讬诪讜砖 讗讜 诪讗讬 讛讬讻讜诇转 诇讛砖转诪砖\n"
"讘诪讜爪专讬 讛转讻谞讛, 讜讝讗转 讙诐 讗诐 讛讜讘讗讛 诇讬讚讬注转讛 讞讘专转 Mandriva S.A 讛讗驻砖专讜转 诇讗驻砖专讜转 "
"讛讛转专讞砖讜转 砖诇 谞讝拽讬诐\n"
"讻讗诇讜.\n"
"\n"
"讛讙讘诇转 讗讞专讬讜转 讛谞讜讘注转 诪砖讬诪讜砖 讗讜 讛驻爪转 转讜讻谞讛 讗住讜专讛 讘诪讚讬谞讜转 诪住讜讬诪讜转\n"
"\n"
"讘讻驻讜祝 诇诪讙讘诇讜转 讛讞讜拽, 讞讘专转 Mandriva S.A. 讜诪驻讬爪讬讛, 诇讗 讬讛讬讜 讗讞专讗讬诐 讘砖讜诐 转谞讗讬 "
"砖讛讜讗, 诇讻诇 谞讝拽 诪讬讜讞讚, 诪砖谞讬,\n"
"讬砖讬专 讗讜 注拽讬祝 讻诇砖讛讜  (讻讜诇诇, 讘讬谉 讛讬转专 讛驻住讚讬诐 讛谞讜讘注讬诐 注拽讘 讗讘讚谉 注住拽讬诐, 讛驻专注讛 "
"诇讛转谞讛诇讜转 讛注住拽, 讛驻住讚 讻住驻讬, 砖讻专\n"
"讟专讞转 注讜专讱 讚讬谉, 拽谞住讜转 讜讗讙专讜转 讛谞讜讘注讬诐 诪讛讞诇讟转 讘讬转 诪砖驻讟, 讗讜 讛驻住讚 讻转讜爪讗讛 诪讻讱) "
"讛谞讜讘注讬诐 诪讗讞讝拽讛 讜砖讬诪讜砖 讘诪讜爪专讬\n"
"转讜讻谞讛, 讗讜 讛讜专讚转 诪讜爪专讬 转讜讻谞讛 诪讗转专讬 诪谞讚专讬讘讛 诇讬谞讜拽住, 讗砖专 讗住讜专讬诐 诇砖讬诪讜砖 讗讜 "
"诪讜讙讘诇讬诐 讘诪讚讬谞讜转 诪住讜讬诪讜转 注诇 驻讬\n"
"讛讞讜拽讬诐 讛诪拽讜诪讬讬诐.\n"
"讛讙讘诇转 讗讞专讬讜转 讝讜, 讻讜诇诇转, 讘讬谉 讛讬转专, 诪专讻讬讘讬 讛爪驻谞讛 讞讝拽讛 讛讻诇讜诇讬诐 讘诪讜爪专讬 讛转讻谞讛.\n"
"\n"
"\n"
"3. 专讬砖讬讜谉 讛 GPL 讜专讬砖讬讜谞讜转 拽砖讜专讬诐\n"
"\n"
"诪讜爪专讬 讛转讻谞讛 讻讜诇诇讬诐 诪专讻讬讘讬诐 砖谞讜爪专讜 注诇 讬讚讬 讗谞砖讬诐 讜讙讜驻讬诐 砖讜谞讬诐. 专讜讘 讛诪专讻讬讘讬诐 "
"讛讗诇讜 讻驻讜驻讬诐 诇转谞讗讬 讛专讬砖讬讜谉 讛爪讬讘讜专讬\n"
"讛讻诇诇讬 砖诇 GNU, 砖讬讻讜谞讛 诇讛诇谉 \"GPL\", 讗讜 专讬砖讬讜谞讜转 讚讜诪讬诐. 专讜讘 讛专讬砖讬讜谞讜转 讛讗诇讜 "
"诪专砖讬诐 诇讱 诇讛砖转诪砖, 诇砖讻驻诇, 诇砖谞讜转 讗讜\n"
"诇讛驻讬抓 讗转 讛诪专讻讬讘讬诐 讗砖专 讛诐 诪讻住讬诐. 注诇讬讱 诇拽专讜讗 讘注讬讜谉 讗转 讛转谞讗讬诐 讜讛住讬讬讙讬诐 砖诇 讻诇 "
"诪专讻讬讘 诇驻谞讬 讛砖讬诪讜砖 讘诪专讻讬讘 讻诇砖讛讜.\n"
"注诇讬讱 诇讛驻谞讜转 讻诇 砖讗诇讛 讘谞讜讙注 诇专讬砖讬讜谉 讛砖讬诪讜砖 讛谞讜讙注转 诇专讬砖讬讜谉 砖诇 诪专讻讬讘 讻诇砖讛讜 诇诪驻转讞 "
"讛转讻谞讛 讜诇讗 诇 Mandriva.\n"
"  讛转讻谞讜转 砖驻讜转讞讜 注\"讬 讞讘专转 Mandriva S.A. 讻驻讜驻讜转 诇专讬砖讬讜谉 讛 GPL. 转讬注讜讚 砖谞讻转讘 注诇 "
"讬讚讬 讞讘专转 Mandriva\n"
"讻驻讜祝 诇专讬砖讬讜谉 诪讬讜讞讚. 注诇讬讱 诇注讬讬谉 讘转讬注讜讚 诇诪讬讚注 谞讜住祝 讘谞讬讚讜谉.\n"
"\n"
"\n"
"4. 讝讻讜讬讜转 拽谞讬讬谉 专讜讞谞讬\n"
"\n"
"讻诇 讛讝讻讜讬讜转 诇诪专讻讬讘讬诐 砖诇 诪讜爪专讬 讛转讻谞讛 砖讬讬讻讬诐 诇诪驻转讞讬讛诐 讘讛转讗诪讛 讜诪讜讙谞讬诐 注诇 讬讚讬 "
"讞讜拽讬 拽谞讬讬谉 专讜讞谞讬 讜讝讻讜讬讜转 讬讜爪专讬诐 讛转拽驻讬诐\n"
"诇讙讘讬 诪讜爪专讬 转讜讻谞讛.\n"
"讞讘专转 Mandriva S.A. 砖讜诪专转 诇注爪诪讛 讗转 讛讝讻讜转 诇砖谞讜转 讗讜 诇讛转讗讬诐 讗转 诪讜爪专讬 讛转讻谞讛, "
"讻诪拽砖讛 讗讞转 讗讜 讘讞诇拽讬诐,\n"
"讘讻诇 砖讬讟讛 砖讛讬讗 讜诇讻诇 爪讜专讱 砖讛讜讗.\n"
"讛砖诪讜转 \"Mandriva\", \"诪谞讚专讬讘讛 诇讬谞讜拽住\" 讜住诪诇讬诐 诪住讞专讬讬诐 讛拽砖讜专讬诐 讗诇讬讛诐 讛诐 砖诪讜转 "
"砖诪讜专讬诐 砖诇 讞讘专转\n"
"Mandriva S.A.\n"
"\n"
"\n"
"5. 转拽驻讜转 诇讞讜拽\n"
"\n"
"讘诪讬讚讛 讜讬讜讞诇讟 注诇 讬讚讬 讘讬转 诪砖驻讟 砖讞诇拽 讻诇砖讛讜 砖诇 专讬砖讬讜谉 讝讛 讗讬谞讜 转拽祝, 讗讬谞讜 讞讜拽讬, 讗讜 "
"讗讬谞讜 讬砖讬诐, 讞诇拽 讝讛 诇讗 讬讛讬讛 讻诇讜诇 讘讞讜讝讛\n"
"讝讛. 砖讗专 讛讞诇拽讬诐 讛讬砖讬诪讬诐 砖诇 讛住讻诐 讝讛 注讚讬讬谉 诪讞讬讬讘讬诐 讗讜转讱.\n"
"讛转谞讗讬诐 讜讛住讬讬讙讬诐 砖诇 专讬砖讬讜谉 讝讛 讻驻讜驻讬诐 诇讞讜拽讬 爪专驻转. 讬砖 诇砖讗讜祝 诇讛讙讬注 诇讛住讻诪讛 讘讻诇 "
"讜讬讻讜讞 诇讙讘讬 转谞讗讬 专讬砖讬讜谉 讝讛 诪讞讜抓 诇讻转诇讬\n"
"讘讬转 讛诪砖驻讟. 讻诪讜爪讗 讗讞专讜谉, 讛讜讜讬讻讜讞 讬讜讘讗 讘驻谞讬 讘讬转 讛诪砖驻讟 讛诪转讗讬诐 砖诇 驻专讬讝 - 爪专驻转.\n"
"讘讻诇 砖讗诇讛 讛谞讜讙注转 诇诪住诪讱 讝讛, 讬砖 诇驻谞讜转 诇讞讘专转 Mandriva S.A.\n"
"\n"
"\n"
"谞住驻讞\n"
"\n"
"转专讙讜诐 讝讛 讛谞讜 转专讙讜诐 诇讗 专砖诪讬 诇注讘专讬转 砖诇 专讬砖讬讜谉 讛砖讬诪讜砖 讘讛驻爪转 诪谞讚专讬讘讛 诇讬谞讜拽住 "
"(诇砖注讘专 诪谞讚专讬讘讛 诇讬谞讜拽住). 讛转专讙讜诐 诪住讜驻拽 注诇\n"
"诪谞转 诇讗驻砖专 诇讱 诇讛讘讬谉 讗转 转谞讗讬 讛专讬砖讜讬 砖诇 讛驻爪讛 讝讜, 讗讜诇诐 讝讛 讗讬谞讜 转专讙讜诐 诪讞讬讬讘. "
"讛砖讬诪讜砖 讘讛驻爪讛 讻驻讜祝 诇专讬砖讬讜谉 讛砖讬诪讜砖 讛诪拽讜专讬,\n"
"讘砖驻讛 讛讗谞讙诇讬转, 讛诪讜驻讬注 讘转拽诇讬讟讜专. 诪转专讙诪讬 讛讛驻爪讛 讜/讗讜 讞讘专转 Mandriva 诇讗 讬讛讬讜 "
"讗讞专讗讬诐 诇讻诇 讗讬-讛讘谞讛 讜转讜爪讗讜转讬讛\n"
"砖注诇讜诇讬诐 诇谞讘讜注 诪讛住转诪讻讜转 注诇 讛转专讙讜诐 讛讝讛, 讜/讗讜 讗讬 讛讘谞讛 讜转讜爪讗讜转讬讛 砖注诇讜诇讬诐 诇谞讘讜注 "
"讻转讜爪讗讛 诪转专讙讜诐 诪专讻讬讘讬诐 讗讞专 讘讛驻爪讛\n"
"诇注讘专讬转. 讗讬砖讜专 讛专讬砖讬讜谉 讛诪讜讘讗 讘讝讗转 诪讛讜讜讛 讙诐 讗转 讛住讻诪转讱 诇转谞讗讬 讛谞\"诇. 讘讗诐 转谞讗讬 讝讛 "
"讗讬谞讜 诪拽讜讘诇 注诇讬讱, 讬砖 诇讘讞讜专 讘\n"
"\"住讬专讜讘\" 讘诪住讱 讗讬砖讜专 专讬砖讬讜谉 讛砖讬诪讜砖.\n"
"\n"
"讛转谞讗讬 讛谞\"诇 诪讛讜讜讛 转讜住驻转 诇专讬砖讬讜谉 讛砖讬诪讜砖 讛诪拽讜专讬, 讜讗讬谞讜 诪讜驻讬注 讘讙专住讛 讛讗谞讙诇讬转 砖诇 "
"专讬砖讬讜谉 讝讛, 讜讛谞讜 转拽祝 专拽 诇讚讜讘专讬 注讘专讬转\n"
"讛诪讘爪注讬诐 讛转拽谞讛 讘注讘专讬转 讜/讗讜 诪砖转诪砖讬诐 讘转专讙讜诪讬诐 诇注讘专讬转 砖讘讜爪注讜 注诇 讬讚讬 诪转专讙诪讬 讛驻爪转 "
"诪谞讚专讬讘讛 诇讬谞讜拽住 诇注讘专讬转.\n"
"\n"

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: messages.pm:90
#, c-format
msgid ""
"You agree not to (i) sell, export, re-export, transfer, divert, disclose "
"technical data, or \n"
"dispose of, any Software to any person, entity, or destination prohibited by "
"US export laws \n"
"or regulations including, without limitation, Cuba, Iran, North Korea, Sudan "
"and Syria; or \n"
"(ii) use any Software for any use prohibited by the laws or regulations of "
"the United States.\n"
"\n"
"U.S. GOVERNMENT RESTRICTED RIGHTS. \n"
"\n"
"The Software Products and any accompanying documentation are and shall be "
"deemed to be \n"
"\"commercial computer software\" and \"commercial computer software "
"documentation,\" respectively, \n"
"as defined in DFAR 252.227-7013 and as described in FAR 12.212. Any use, "
"modification, reproduction, \n"
"release, performance, display or disclosure of the Software and any "
"accompanying documentation \n"
"by the United States Government shall be governed solely by the terms of "
"this Agreement and any \n"
"other applicable licence agreements and shall be prohibited except to the "
"extent expressly permitted \n"
"by the terms of this Agreement."
msgstr ""

#: messages.pm:104
#, c-format
msgid ""
"Most of these components, but excluding the applications and software "
"provided by Google Inc. or \n"
"its subsidiaries (\"Google Software\"), are governed under the terms and "
"conditions of the GNU \n"
"General Public Licence, hereafter called \"GPL\", or of similar licenses."
msgstr ""

#: messages.pm:107
#, c-format
msgid ""
"Most of these components are governed under the terms and conditions of the "
"GNU \n"
"General Public Licence, hereafter called \"GPL\", or of similar licenses."
msgstr ""

#: messages.pm:112
#, 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 ""
"讗讝讛专讛: 转讜讻谞讛 讞讜驻砖讬转 讗讬谞讛 讘讛讻专讞 讞住专转-驻讟谞讟讬诐, 讜诪专讻讬讘讬 转讜讻谞讛 诪住讜讬讬诪讬诐 讛讻诇讜诇讬诐 "
"讘讛驻爪讛\n"
"注诇讜诇讬诐 诇讛讬讜转 诪讜讙谞讬诐 注\"讬 驻讟谞讟讬诐 讘诪讚讬谞讛 砖诇讱. 诇诪砖诇, 诪驻注谞讞讬 MP3 注诇讜诇讬诐 诇讚专讜砖 "
"专砖讬讜谉\n"
"诇讛诪砖讱 砖讬诪讜砖 (谞讬转谉 诇注讬讬谉 讘 http://www.mp3licensing.com 诇拽讘诇转 诪讬讚注 谞讜住祝). 讗诐 "
"诇讗\n"
"讬讚讜注 诇讱 讛讗诐 驻讟谞讟 诪住讜讬讬诐 转拽祝 诇讙讘讬讬讱, 注诇讬讱 诇讘讚讜拽 讗转 讛讞讜拽讬诐 讛诪拽讜诪讬讬诐."

#: messages.pm:120
#, c-format
msgid ""
"6. Additional provisions applicable to those Software Products provided by "
"Google Inc. (\"Google Software\")\n"
"\n"
"(a)  You acknowledge that Google or third parties own all rights, title and "
"interest in and to the Google \n"
"Software, portions thereof, or software provided through or in conjunction "
"with the Google Software, including\n"
"without limitation all Intellectual Property Rights. \"Intellectual Property "
"Rights\" means any and all rights \n"
"existing from time to time under patent law, copyright law, trade secret "
"law, trademark law, unfair competition \n"
"law, database rights and any and all other proprietary rights, and any and "
"all applications, renewals, extensions \n"
"and restorations thereof, now or hereafter in force and effect worldwide. "
"You agree not to modify, adapt, \n"
"translate, prepare derivative works from, decompile, reverse engineer, "
"disassemble or otherwise attempt to derive \n"
"source code from Google Software. You also agree to not remove, obscure, or "
"alter Google's or any third party's \n"
"copyright notice, trademarks, or other proprietary rights notices affixed to "
"or contained within or accessed in \n"
"conjunction with or through the Google Software.  \n"
"\n"
"(b)  The Google Software is made available to you for your personal, non-"
"commercial use only.\n"
"You may not use the Google Software in any manner that could damage, "
"disable, overburden, or impair Google's \n"
"search services (e.g., you may not use the Google Software in an automated "
"manner), nor may you use Google \n"
"Software in any manner that could interfere with any other party's use and "
"enjoyment of Google's search services\n"
"or the services and products of the third party licensors of the Google "
"Software.\n"
"\n"
"(c)  Some of the Google Software is designed to be used in conjunction with "
"Google's search and other services.\n"
"Accordingly, your use of such Google Software is also defined by Google's "
"Terms of Service located at \n"
"http://www.google.com/terms_of_service.html and Google's Toolbar Privacy "
"Policy located at \n"
"http://www.google.com/support/toolbar/bin/static.py?page=privacy.html.\n"
"\n"
"(d)  Google Inc. and each of its subsidiaries and affiliates are third party "
"beneficiaries of this contract \n"
"and may enforce its terms."
msgstr ""

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: messages.pm:150
#, 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"
"注诇讬讱 诇讛讜爪讬讗 讗转 转拽诇讬讟讜专 讛讛转拽谞讛 讜诇讗讞专 诪讻谉 诇诇讞讜抓 注诇 \"讛驻注诇讛 诪讞讚砖\" 诇讛诪砖讱.\n"
"\n"
"\n"
"诇诪讬讚注 讗讜讚讜转 讞讘讬诇讜转 讛转讬拽讜谞讬诐 讛讝诪讬谞讬诐 注讘讜专 讙专住讛 讝讗转 砖诇 诪谞讚专讬讘讛 诇讬谞讜拽住,\n"
"讬砖 诇讘讚讜拽 讗转 讛诪讬讚注 讛讝诪讬谉 讘讗转专 讛讗讬谞讟专谞讟:\n"
"\n"
"%s\n"
"\n"
"\n"
"诪讬讚注 注诇 讛讙讚专转 转爪讜专转 讛诪注专讻转 砖诇讱, 谞诪爪讗 讘驻专拽 \"诇讗讞专 讛转拽谞讛\" \n"
"砖诇 讛诪讚专讬讱 讛专砖诪讬 诇诪砖转诪砖讬 诪谞讚专讬讘讛 诇讬谞讜拽住."

#: modules/interactive.pm:19
#, c-format
msgid "This driver has no configuration parameter!"
msgstr "诇诪谞讛诇 讛转拽谉 讝讛 讗讬谉 诪讗驻讬讬谞讬 转爪讜专讛 砖讗驻砖专 诇讛讙讚讬专!"

#: modules/interactive.pm:22
#, c-format
msgid "Module configuration"
msgstr "讛讙讚专讜转 诪讜讚讜诇讬诐"

#: modules/interactive.pm:22
#, c-format
msgid "You can configure each parameter of the module here."
msgstr "讘讗驻砖专讜转讱 诇讛讙讚讬专 讻诇 驻专诪讟专 诪讛诪讜讚讜诇 讻讗谉."

#: modules/interactive.pm:64
#, c-format
msgid "Found %s interfaces"
msgstr "诪爪讗 %s 诪诪砖拽讬诐"

#: modules/interactive.pm:65
#, c-format
msgid "Do you have another one?"
msgstr "讛讗诐 讬砖 诇讱 注讜讚 讗讞讚?"

#: modules/interactive.pm:66
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "讛讗诐 讬砖 诇讱 诪诪砖拽讬 %s 讻诇砖讛诐?"

#: modules/interactive.pm:72
#, c-format
msgid "See hardware info"
msgstr "注讬讜谉 讘诪讬讚注 讗讜讚讜转 讛讞讜诪专讛"

#: modules/interactive.pm:83
#, c-format
msgid "Installing driver for USB controller"
msgstr "讛转拽谞转 诪谞讛诇 讛转拽谉 注讘讜专 讘拽专 USB"

#: modules/interactive.pm:84
#, c-format
msgid "Installing driver for firewire controller %s"
msgstr "讛转拽谞转 诪谞讛诇 讛转拽谉 注讘讜专 讘拽专 firewire 砖住讬诪讜谞讜 %s"

#: modules/interactive.pm:85
#, c-format
msgid "Installing driver for hard drive controller %s"
msgstr "讛转拽谞转 诪谞讛诇 讛转拽谉 注讘讜专 讘拽专 讻讜谞谉 拽砖讬讞 砖住讬诪讜谞讜 %s"

#: modules/interactive.pm:86
#, c-format
msgid "Installing driver for ethernet controller %s"
msgstr "讛转拽谞转 诪谞讛诇 讛转拽谉 注讘讜专 讘拽专 Ethernet 砖住讬诪讜谞讜 %s"

#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
#: modules/interactive.pm:97
#, c-format
msgid "Installing driver for %s card %s"
msgstr "诪转拽讬谉 诪谞讛诇 讛转拽谉 %s 注讘讜专 讻专讟讬住 %s "

#: modules/interactive.pm:100
#, c-format
msgid "Configuring Hardware"
msgstr ""

#: modules/interactive.pm:111
#, c-format
msgid ""
"You may now provide options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
"讻注转 谞讬转谉 诇住驻拽 讗驻砖专讜讬讜转 诇诪讜讚讜诇 %s.\n"
"诇转砖讜诪转 诇讬讘讱 - 注诇 讻诇 讻转讜讘转 诇讛讬讜转 诪讜讝谞转 注诐 讛转讞讬诇讬转 0x 讻诪讜 '0x123'"

#: modules/interactive.pm:117
#, c-format
msgid ""
"You may now provide options to module %s.\n"
"Options are in format ``name=value name2=value2 ...''.\n"
"For instance, ``io=0x300 irq=7''"
msgstr ""
"讘讗驻砖专讜转讱 注讻砖讬讜 诇住驻拽 讗驻砖专讜讬讜转 诇诪讜讚讜诇 %s\n"
"讗驻砖专讜讬讜转 讛谉 讘驻讜专诪讟: \"name=value name2=value2 ...\".\n"
"诇讚讜讙诪讛: \"io=0x300 irq=7\""

#: modules/interactive.pm:119
#, c-format
msgid "Module options:"
msgstr "讗驻砖专讜讬讜转 诪讜讚讜诇:"

#. -PO: the %s is the driver type (scsi, network, sound,...)
#: modules/interactive.pm:132
#, c-format
msgid "Which %s driver should I try?"
msgstr "讗讬讝讛 诪谞讛诇 讛转拽谉 %s 讗谞讬 爪专讬讱 诇谞住讜转?"

#: modules/interactive.pm:141
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
"properly, although it normally works fine without them. Would you like to "
"specify\n"
"extra options for it or allow the driver to probe your machine for the\n"
"information it needs? Occasionally, probing will hang a computer, but it "
"should\n"
"not cause any damage."
msgstr ""
"讘诪拽专讬诐 诪住讜讬诪讬诐 讛转拽谉 讛讛讬谞注 %s 爪专讬讱 诪讬讚注 谞住讜祝 讻讚讬 诇转驻拽讚 讘讗讜驻谉 转拽讬谉.\n"
"讗祝 讻讬 讘讚\"讻 讛讜讗 讬注讘讜讚 讘讗讜驻谉 转拽讬谉 讙诐 讘诇注讚讬讜. 讛讗诐 讘专爪讜谞讱 诇住驻拽 讗驻砖专讜讬讜转 谞讜住驻讜转\n"
"注讘讜专讜 讗讜 诇讗驻]砖专 诇讛转拽 讛讛谞注 诇讘讞讜谉 讗转 讛诪注专讻转 诇诪爪讬讗转 讛诪讬讚注 讛讚专讜砖 诇讜?\n"
"转讛诇讬讱 讛讘讞讬谞讛 注诇讜诇 诇讙专讜诐 诇谞讬转讜拽 讛诪讞砖讘 诪讚讬 驻注诐 讗讘诇 讛讜讗 诇讗 爪驻讜讬 诇讙专讜诐 讻诇 谞讝拽."

#: modules/interactive.pm:145
#, c-format
msgid "Autoprobe"
msgstr "讞讬驻讜砖 讗讜讟讜诪讟讬"

#: modules/interactive.pm:145
#, c-format
msgid "Specify options"
msgstr "讬砖 诇爪讬讬谉 讗驻砖专讜讬讜转"

#: modules/interactive.pm:157
#, c-format
msgid ""
"Loading module %s failed.\n"
"Do you want to try again with other parameters?"
msgstr ""
"讟注讬谞转 讛诪讜讚讜诇 %s 谞讻砖诇讛.\n"
"讛讗诐 讘专爪讜谞讱 诇谞住讜转 砖讜讘 注诐 驻专诪讟专讬诐 讗讞专讬诐?"

#: mygtk2.pm:1538 mygtk2.pm:1539
#, c-format
msgid "Password is trivial to guess"
msgstr ""

#: mygtk2.pm:1540
#, c-format
msgid "Password should resist to basic attacks"
msgstr ""

#: mygtk2.pm:1541 mygtk2.pm:1542
#, fuzzy, c-format
msgid "Password seems secure"
msgstr "住讬住诪讛 注讘讜专 讛诪砖转诪砖"

#: partition_table.pm:411
#, c-format
msgid "mount failed: "
msgstr "讛注讬讙讜谉 谞讻砖诇:"

#: partition_table.pm:523
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "诪讞讬爪讛 诪讜专讞讘转 诇讗 谞转诪讻转 讘驻诇讟驻讜专诪讛 讛讝讗转"

#: partition_table.pm:541
#, 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"
"讛驻谞讜讬 诇讬讚 讛诪讞讬爪讜转 讛诪讜专讞讘讜转."

#: partition_table/raw.pm:287
#, 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"
"讬转讻谉 砖讛讞讜诪专讛 驻讙讜诪讛 讜讻转讜爪讗讛 诪讻讱 谞讗讘讚 讛诪讬讚注 砖讛讬讛 砖诪讜专 讘讻讜谞谉."

#: pkgs.pm:252 pkgs.pm:255 pkgs.pm:264
#, c-format
msgid "Unused packages removal"
msgstr ""

#: pkgs.pm:252
#, c-format
msgid "Finding unused hardware packages..."
msgstr ""

#: pkgs.pm:255
#, c-format
msgid "Finding unused localization packages..."
msgstr ""

#: pkgs.pm:265
#, c-format
msgid ""
"We have detected that some packages are not needed for your system "
"configuration."
msgstr ""

#: pkgs.pm:266
#, c-format
msgid "We will remove the following packages, unless you choose otherwise:"
msgstr ""

#: pkgs.pm:269 pkgs.pm:270
#, fuzzy, c-format
msgid "Unused hardware support"
msgstr "注讬讜谉 讘诪讬讚注 讗讜讚讜转 讛讞讜诪专讛"

#: pkgs.pm:273 pkgs.pm:274
#, c-format
msgid "Unused localization"
msgstr ""

#: raid.pm:42
#, c-format
msgid "Can not add a partition to _formatted_ RAID %s"
msgstr "讗讬谉 讗驻砖专讜转 诇讛讜住讬祝 诪讞讬爪讛 诇-RAID %s 砖讗讜转讞诇"

#: raid.pm:161
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "讗讬谉 诪住驻讬拽 诪讞讬爪讜转 讘砖讘讬诇 砖诇讘 讛-RAID %d\n"

#: scanner.pm:96
#, c-format
msgid "Could not create directory /usr/share/sane/firmware!"
msgstr "诇讗 谞讬转谉 诇讬爪讜专 讗转 讛住驻专讬讛 usr/share/sane/firmware/"

#: scanner.pm:107
#, c-format
msgid "Could not create link /usr/share/sane/%s!"
msgstr "诇讗 谞讬转谉 诇讬爪讜专 讗转 讛拽讬砖讜专 usr/share/sane/%s/"

#: scanner.pm:114
#, c-format
msgid "Could not copy firmware file %s to /usr/share/sane/firmware!"
msgstr "诇讗 谞讬转谉 诇讛注转讬拽 讗转 拽讜讘抓 讛拽讜砖讞讛 %s 讗诇 usr/share/sane/firmware/"

#: scanner.pm:121
#, c-format
msgid "Could not set permissions of firmware file %s!"
msgstr "诇讗 谞讬转谉 诇砖谞讜转 讗转 讛专砖讗讜转 拽讜讘抓 讛拽讜砖讞讛 %s"

#: scanner.pm:200
#, c-format
msgid "Scannerdrake"
msgstr "讗砖祝 讛讙讚专转 住讜专拽"

#: scanner.pm:201
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "诇讗 谞讬转谉 诇讛转拽讬谉 讗转 讛讞讘讬诇讜转 讛讚专讜砖讜转 诇砖讬转讜祝 讛住讜专拽/讬诐 砖诇讱."

#: scanner.pm:202
#, c-format
msgid "Your scanner(s) will not be available for non-root users."
msgstr "讛住讜专拽/讬诐 砖诇讱 诇讗 讬讛讬讜 讝诪讬谞讬诐 诇诪砖转诪砖讬诐 专讙讬诇讬诐 讘诪注专讻转."

#: security/help.pm:11
#, c-format
msgid "Accept bogus IPv4 error messages."
msgstr "讗驻砖专 讛讜讚注讜转 砖讙讬讗讛 IPv4 诪讜讝专讜转"

#: security/help.pm:13
#, c-format
msgid "Accept broadcasted icmp echo."
msgstr "拽讘诇 讛讞讝专讛 砖诇 砖讬讚讜专 icmp"

#: security/help.pm:15
#, c-format
msgid "Accept icmp echo."
msgstr "拽讘诇 讛讞讝专讛 砖诇 icmp"

#: security/help.pm:17
#, c-format
msgid "Allow autologin."
msgstr "讛转专转 讻谞讬住讛 讗讜讟讜诪讟讬转."

#. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is
#: security/help.pm:21
#, c-format
msgid ""
"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
"\n"
"If set to \"None\", no issues are allowed.\n"
"\n"
"Else only /etc/issue is allowed."
msgstr ""
"讗诐 讻讜讜谉 诇-\"ALL\", 诇-etc/issue/ 讜- etc/issue.net/ 诪讜转专 诇讛转拽讬讬诐.\n"
"\n"
"讗诐 讻讜讜谉 诇-NONE 讛诐 诇讗 讬讜转专讜.\n"
"\n"
"讘诪拽专讛 讗讞专 专拽 etc/issue/ 诪讜转专."

#: security/help.pm:27
#, c-format
msgid "Allow reboot by the console user."
msgstr "讗驻砖专 讗转讞讜诇 诪讞讚砖 注诇 讬讚讬 诪砖转诪砖 讘诪住讜祝."

#: security/help.pm:29
#, c-format
msgid "Allow remote root login."
msgstr "讗驻砖专 讛转讞讘专讜转 诪专讜讞拽转 砖诇 诪谞讛诇 讛诪注专讻转."

#: security/help.pm:31
#, c-format
msgid "Allow direct root login."
msgstr "讗驻砖专 讛转讞讘专讜转 诪拽讜诪讬转 砖诇 诪谞讛诇 讛诪注专讻转."

#: security/help.pm:33
#, c-format
msgid ""
"Allow the list of users on the system on display managers (kdm and gdm)."
msgstr "讗驻砖专 讛爪讙转 专砖讬诪转 讛诪砖转诪砖讬诐 讘诪注专讻转 讘诪谞讛诇 讛讛驻注诇讛 (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 ""
"讛转专 讬爪讜讗 转爪讜讙讛 讻讗砖专\n"
"注讜讘专讬诐 诪讞砖讘讜谉 诪谞讛诇 讛诪注专讻转 诇诪砖转诪砖讬诐 讗讞专讬诐.\n"
"\n"
"驻专讟讬诐 谞讜住驻讬诐 讘- (pam_xauth(8"

#: security/help.pm:40
#, c-format
msgid ""
"Allow X connections:\n"
"\n"
"- \"All\" (all connections are allowed),\n"
"\n"
"- \"Local\" (only connection from local machine),\n"
"\n"
"- \"None\" (no connection)."
msgstr ""
"讛转专 讞讬讘讜专讬诐 诇-X:\n"
"\n"
"- ALL (讻诇 讛讞讬讘讜专讬诐 诪讜转专讬诐),\n"
"\n"
"- LOCAL (专拽 讞讬讘讜专讬诐 诪讛诪讻讜谞讛 讛诪拽讜诪讬转),\n"
"\n"
"- NONE (诇诇讗 讞讬讘讜专)."

#: security/help.pm:48
#, c-format
msgid ""
"The argument specifies if clients are authorized to connect\n"
"to the X server from the network on the tcp port 6000 or not."
msgstr ""
"注专讱 讝讛 诪爪讬讬谉 讗诐 诇拽讜讞讜转 诪讜专砖讬诐 诇讛转讞讘专 讗诇 砖专转 讛-X\n"
"诪讛专砖转 讘注专讜抓 6000 砖诇 tcp 讗讜 砖诇讗."

#. -PO: here "ALL", "Local" and "None" are values in a pull-down menu; translate them the same as they're
#: security/help.pm:53
#, c-format
msgid ""
"Authorize:\n"
"\n"
"- all services controlled by tcp_wrappers (see hosts.deny(5) man page) if "
"set to \"ALL\",\n"
"\n"
"- only local ones if set to \"Local\"\n"
"\n"
"- none if set to \"None\".\n"
"\n"
"To authorize the services you need, use /etc/hosts.allow (see hosts.allow"
"(5))."
msgstr ""
"讗讬砖讜专:\n"
"\n"
"- 讻诇 讛砖讬专讜转讬诐 讛谞砖诇讟讬诐 注诇 讬讚讬 tcp_wrappers (驻讬专讜讟 讘讚祝 man hosts.deny(5)) 讗诐 "
"谞讘讞专 \"ALL\",\n"
"\n"
"- 专拽 诪拽讜诪讬讬诐 讗诐 谞讘讞专 \"LOCAL\"\n"
"\n"
"- 讗祝 讗讞讚 讗诐 谞讘讞专 \"NONE\".\n"
"\n"
"诇讗讬砖讜专 讛砖讬专讜转讬诐 讛讚专讜砖讬诐 诇讱 讬砖 诇讛砖转诪砖 讘-/etc/hosts.allow (驻讬专讜讟 讘讚祝 hosts."
"allow(5))."

#: security/help.pm:63
#, c-format
msgid ""
"If SERVER_LEVEL (or SECURE_LEVEL if absent)\n"
"is greater than 3 in /etc/security/msec/security.conf, creates the\n"
"symlink /etc/security/msec/server to point to\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
"The /etc/security/msec/server is used by chkconfig --add to decide to\n"
"add a service if it is present in the file during the installation of\n"
"packages."
msgstr ""
"讗诐 SERVER_LEVEL (讗讜 SECURE_LEVEL 讗诐 讗讬谞谞讜)\n"
"讙讚讜诇 诪- 3 讘- /etc/security/msec/security.conf, 讬讜爪专 讗转 讛拽讬砖讜专\n"
"讛住讬诪讘讜诇讬 /etc/security/msec/server 砖讬爪讘讬注 讗诇\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
"讛拽讜讘抓 /etc/security/msec/server 诪砖诪砖 讗转 chkconfig --add 诇讛讞诇讟讛\n"
"注诇 讛讜住驻转 砖讬专讜转 讗诐 讛讜讗 谞诪爪讗 讘拽讜讘抓 讘讝诪谉 讛转拽谞转 讞讘讬诇讜转."

#: security/help.pm:72
#, c-format
msgid ""
"Enable crontab and at for users.\n"
"\n"
"Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n"
"and crontab(1))."
msgstr ""
"讗驻砖专 讗转 crontab 讜-at 诇诪砖转诪砖讬诐.\n"
"\n"
"讬砖 诇讛讜住讬祝 诪砖转诪砖讬诐 诪讜专砖讬诐 讘拽讜讘抓 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 "讗驻砖专 讚讬讜讜讞讬 syslog 诇诪住讜祝 12"

#: security/help.pm:79
#, c-format
msgid ""
"Enable name resolution spoofing protection.  If\n"
"\"%s\" is true, also reports to syslog."
msgstr ""
"讗驻砖专 讛讙谞讛 诪驻谞讬 讝讬讜祝 转专讙讜诐 砖诪讜转. 讗诐\n"
"\"%s\" 诪住讜诪谉 讙诐 讬讚讜讜讞 讘专讬砖讜诐 讛诪注专讻转."

#: security/help.pm:80
#, c-format
msgid "Security Alerts:"
msgstr "讛转专讗讜转 讗讘讟讞讛:"

#: security/help.pm:82
#, c-format
msgid "Enable IP spoofing protection."
msgstr "讗驻砖专 讛讙谞讛 讘驻谞讬 讝讬讜祝 讻转讜讘讜转 IP"

#: security/help.pm:84
#, c-format
msgid "Enable libsafe if libsafe is found on the system."
msgstr "讗驻砖专 讗转 libsafe 讗诐 libsafe 谞诪爪讗 讘诪注专讻转"

#: security/help.pm:86
#, c-format
msgid "Enable the logging of IPv4 strange packets."
msgstr "讗驻砖专 专讬砖讜诐 讞讘讬诇讜转 IPv4 诪讜讝专讜转"

#: security/help.pm:88
#, c-format
msgid "Enable msec hourly security check."
msgstr "讗驻砖专 讘讚讬拽讜转 讗讘讟讞讛 砖诇 msec 诪讚讬 砖注讛."

#: security/help.pm:90
#, c-format
msgid ""
"Enable su only from members of the wheel group. If set to no, allows su from "
"any user."
msgstr "讗驻砖专 su 专拽 诪讞讘专讬 拽讘讜爪转 wheel. 讗诐 讻讜讜谉 诇-诇讗 诪讗驻砖专 su 诪讻诇 诪砖转诪砖."

#: security/help.pm:92
#, c-format
msgid "Use password to authenticate users."
msgstr "讛砖转诪砖 讘住讬住诪讛 诇讗讬诪讜转 诪砖转诪砖讬诐."

#: security/help.pm:94
#, c-format
msgid "Activate ethernet cards promiscuity check."
msgstr "讛驻注诇 讘讚讬拽转promiscuity 砖诇 讻专讟讬住讬 讛专砖转."

#: security/help.pm:96
#, c-format
msgid "Activate daily security check."
msgstr "讛驻注诇 讘讚讬拽转 讗讘讟讞讛 讬讜诪讬转."

#: security/help.pm:98
#, c-format
msgid "Enable sulogin(8) in single user level."
msgstr "讗驻砖专 (sulogin(8 讘诪爪讘 single user."

#: security/help.pm:100
#, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
msgstr "讛讜住祝 讗转 讛砖诐 讻讞专讬讙 讘讟讬驻讜诇 讘讛转讬砖谞讜转 住讬住诪讗讜转 注诇 讬讚讬 msec."

#: security/help.pm:102
#, c-format
msgid "Set password aging to \"max\" days and delay to change to \"inactive\"."
msgstr "讛讙讚专转 讛转讬讬砖谞讜转 讛住讬住诪讗讜转 诇-\"max\" 讬诪讬诐 讜讛诪讗讞专讬诐 诇砖谞讜转 诇-\"inactive\"."

#: security/help.pm:104
#, c-format
msgid "Set the password history length to prevent password reuse."
msgstr "讛讙讚专转 讗讜专讱 讛讬住讟讜专讬转 讛住讬住诪讗讜转 诇谞讬注转 砖讬诪讜砖 讞讜讝专 讘住讬住诪讛"

#: security/help.pm:106
#, c-format
msgid ""
"Set the password minimum length and minimum number of digit and minimum "
"number of capitalized letters."
msgstr ""
"讛讙讚专转 讛讗讜专讱 讛诪讝注专讬 砖诇 住讬住诪讛, 讛诪住驻专 讛诪讝注专讬 砖诇 住驻专讜转 讜讛诪住驻专 讛诪讬谞讬诪诇讬 砖诇 讗讜转讬讜转 "
"讙讚讜诇讜转."

#: security/help.pm:108
#, c-format
msgid "Set the root's file mode creation mask."
msgstr "拽讘讬注转 诪住讬讻转 诪谞讛诇 讛诪注专讻转 (root umask)"

#: security/help.pm:109
#, c-format
msgid "if set to yes, check open ports."
msgstr "讗诐 讛讜讙讚专 讻\"讻谉\", 讘讚讜拽 讬爪讬讗讜转 (驻讜专讟讬诐) 驻转讜讞讜转."

#: security/help.pm:110
#, c-format
msgid ""
"if set to yes, check for:\n"
"\n"
"- empty passwords,\n"
"\n"
"- no password in /etc/shadow\n"
"\n"
"- for users with the 0 id other than root."
msgstr ""
"讗诐 谞讘讞专, 讘讚讜拽 讗讞专:\n"
"\n"
"- 住讬住诪讗讜转 专讬拽讜转 \n"
"\n"
"- 讗讬谉 住讬住诪讗讜转 讘-/etc/shadow\n"
"\n"
"- 诪砖转诪砖讬诐 注诐 讝讬讛讜讬 诪砖转诪砖 0, 讞讜抓 诪讗砖专 诪谞讛诇 讛诪注专讻转 (root)."

#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
msgstr "讗诐 诪住讜诪谉 \"讻谉\", 转讘讚拽谞讛 讛讛专砖讗讜转 砖诇 讛拽讘爪讬诐 讘住驻专讬讜转 讛讘讬转 砖诇 诪砖转诪砖讬诐."

#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr "讗诐 讛讜讙讚专 讻讻谉, 讘讚讜拽 讗诐 讛转拽谞讬 讛专砖转 讘诪爪讘 诪讜驻拽专."

#: security/help.pm:119
#, c-format
msgid "if set to yes, run the daily security checks."
msgstr "讗诐 诪住讜诪谉 \"讻谉\", 讬讜专爪讜 讘讚讬拽讜转 讗讘讟讞讛 诪转讜讝诪谞讜转."

#: security/help.pm:120
#, c-format
msgid "if set to yes, check additions/removals of sgid files."
msgstr "讗诐 讛讜讙讚专 讻讻谉, 讘讚讜拽 讛讜住驻讛/讛住专讛 砖诇 拽讘爪讬 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 ""
"讗诐 诪讜讙讚专, 砖诇讞 讗转 讛讚讜\"讞 诇讚讜讗\"诇 讛讝讛, 讗讞专转 砖诇讞 讗讜转讜 诇诪谞讛诇 讛诪注专讻转 (root)."

#: security/help.pm:128
#, c-format
msgid "if set to yes, report check result by mail."
msgstr "讗诐 诪住讜诪谉 \"讻谉\",讚讬讜讜讞 转讜爪讗转 讛讘讚讬拽讛 讬讬砖诇讞 讘讚讜讗专."

#: security/help.pm:129
#, c-format
msgid "Do not send mails if there's nothing to warn about"
msgstr "谞讗 诇讗 诇砖诇讜讞 讛讜讚注讜转 讚讜讗\"诇 讗诐 讗讬谉 砖讜诐 讗讝讛专讛 诇讚讜讜讞"

#: security/help.pm:130
#, c-format
msgid "if set to yes, run some checks against the rpm database."
msgstr "讗诐 讻讜讜谉 诇讻谉, 讬讜专爪讜 诪住驻专 讘讚讬拽讜转 诪讜诇 讘住讬住 讛谞转讜谞讬诐 砖诇 rpm."

#: security/help.pm:131
#, c-format
msgid "if set to yes, report check result to syslog."
msgstr "讗诐 谞拽讘注 讻讞讬讜讘讬, 转讜爪讗讜转 讛讘讚讬拽讜转 讬讚讜讜讞讜 讘专讬砖讜诐 讛诪注专讻转."

#: security/help.pm:132
#, c-format
msgid "if set to yes, reports check result to tty."
msgstr "讗诐 讻讜讜谉 诇讻谉, 讬讚讜讜讞讜 转讜爪讗讜转 讛讘讚讬拽讜转 诇讬爪讬讗讛 讛讟讜专讬转."

#: security/help.pm:134
#, c-format
msgid "Set shell commands history size. A value of -1 means unlimited."
msgstr "讛讙讚专转 讙讜讚诇 讛讬住讟讜专讬转 驻拽讜讚讜转 讛诪注讟驻转. 讛讙讚专讛 讻- 1 诪砖诪注讜转讛 讻讬 讗讬谉 讛讙讘诇讛."

#: security/help.pm:136
#, c-format
msgid "Set the shell timeout. A value of zero means no timeout."
msgstr "讛讙讚专转 讝诪谉 转驻讜讙转 讛诪注讟驻转. 注专讱 砖诇 讗驻住 诪砖诪注讜 讻讬 讗讬谉 转驻讜讙讛."

#: security/help.pm:136
#, c-format
msgid "Timeout unit is second"
msgstr "讬讞讬讚转 讛讝诪谉 诇诪砖讱 讛讛诪转谞讛 讛诪讬专讘讬 讛讬讗 砖谞讬讜转"

#: security/help.pm:138
#, c-format
msgid "Set the user's file mode creation mask."
msgstr "拽讘讬注转 诪住讬讻转 讬爪讬专转 讛拽讜讘抓 砖诇 讛诪砖转诪砖."

#: security/l10n.pm:11
#, c-format
msgid "Accept bogus IPv4 error messages"
msgstr "讗驻砖专 讛讜讚注讜转 砖讙讬讗讛 IPv4 诪讜讝专讜转"

#: security/l10n.pm:12
#, c-format
msgid "Accept broadcasted icmp echo"
msgstr "讗驻砖专 broadcasted icmp echo"

#: security/l10n.pm:13
#, c-format
msgid "Accept icmp echo"
msgstr "讗驻砖专 icmp echo"

#: security/l10n.pm:15
#, c-format
msgid "/etc/issue* exist"
msgstr "/etc/issue* 拽讬讬诐"

#: security/l10n.pm:16
#, c-format
msgid "Reboot by the console user"
msgstr "讗转讞讜诇 讛诪注专讻转 注\"讬 讛诪砖转诪砖 讘诪住讜祝"

#: security/l10n.pm:17
#, c-format
msgid "Allow remote root login"
msgstr "讗驻砖专 讛转讞讘专讜转 诪专讜讞拽转 砖诇 诪谞讛诇 讛诪注专讻转 (root)"

#: security/l10n.pm:18
#, c-format
msgid "Direct root login"
msgstr "讛转讞讘专讜转 讬砖讬专讛 砖诇 诪谞讛诇 讛诪注专讻转 (root)"

#: security/l10n.pm:19
#, c-format
msgid "List users on display managers (kdm and gdm)"
msgstr "专砖讬诪转 讛诪砖转诪砖讬诐 讘诪谞讛诇讬 讛驻注诇讛 (KDM 讜-GDM)"

#: security/l10n.pm:20
#, c-format
msgid "Export display when passing from root to the other users"
msgstr "讬讬爪讗 讗转 讛转爪讜讙讛 讻讗砖专 诪转讘爪注 诪注讘专 诪诪谞讛诇 诪注专讻转 诇诪砖转诪砖讬诐 讗讞专讬诐"

#: security/l10n.pm:21
#, c-format
msgid "Allow X Window connections"
msgstr "讗驻砖专 讞讬讘讜专讬 X Windows"

#: security/l10n.pm:22
#, c-format
msgid "Authorize TCP connections to X Window"
msgstr "讗砖专 讞讬讘讜专讬 TCP 讗诇 X Window"

#: security/l10n.pm:23
#, c-format
msgid "Authorize all services controlled by tcp_wrappers"
msgstr "讗砖专 讗转 讻诇 讛砖专讜转讬诐 讛诪讘讜拽专讬诐 注\"讬 tcp_wrappers"

#: security/l10n.pm:24
#, c-format
msgid "Chkconfig obey msec rules"
msgstr "Chkconfig 讬爪讬讬转 诇讞讜拽讬 msec"

#: security/l10n.pm:25
#, c-format
msgid "Enable \"crontab\" and \"at\" for users"
msgstr "讗驻砖专 \"crontab\" 讜-\"at\" 诇诪砖转诪砖讬诐"

#: security/l10n.pm:26
#, c-format
msgid "Syslog reports to console 12"
msgstr "讚讬讜讜讞 砖诇 SysLog 讗诇 诪住讜祝 诪住驻专 12"

#: security/l10n.pm:27
#, c-format
msgid "Name resolution spoofing protection"
msgstr "讛讙谞讛 讘驻谞讬 讝讬讜祝 转专讙讜诐 砖诪讜转 诪转讞诐"

#: security/l10n.pm:28
#, c-format
msgid "Enable IP spoofing protection"
msgstr "讗驻砖专 讛讙谞讛 讘驻谞讬 讝讬讜祝 讻转讜讘讜转 IP"

#: security/l10n.pm:29
#, c-format
msgid "Enable libsafe if libsafe is found on the system"
msgstr "讗驻砖专 讗转 libsafe 讗诐 libsafe 谞诪爪讗 讘诪注专讻转"

#: security/l10n.pm:30
#, c-format
msgid "Enable the logging of IPv4 strange packets"
msgstr "讗驻砖专 专讬砖讜诐 讞讘讬诇讜转 IPv4 诪讜讝专讜转"

#: security/l10n.pm:31
#, c-format
msgid "Enable msec hourly security check"
msgstr "讗驻砖专 讘讚讬拽讜转 讗讘讟讞讛 砖诇 msec 诪讚讬 砖注讛"

#: security/l10n.pm:32
#, c-format
msgid "Enable su only from the wheel group members"
msgstr "讗驻砖专 su 专拽 诪讞讘专讬 拽讘讜爪转 wheel"

#: security/l10n.pm:33
#, c-format
msgid "Use password to authenticate users"
msgstr "讛砖转诪砖 讘住讬住诪讛 讘讻讚讬 诇讝讛讜转 诪砖转诪砖讬诐"

#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
msgstr "讘讚讬拽转 注专讘讜讘 砖诇 讻专讟讬住讬 Ethernet"

#: security/l10n.pm:35
#, c-format
msgid "Daily security check"
msgstr "讘讚讬拽转 讗讘讟讞讛 讬讜诪讬转"

#: security/l10n.pm:36
#, c-format
msgid "Sulogin(8) in single user level"
msgstr "Sulogin(8) 讘专诪转 诪砖转诪砖 single"

#: security/l10n.pm:37
#, c-format
msgid "No password aging for"
msgstr "住讬住诪讛 诇讗 转驻讜讙 注讘讜专"

#: security/l10n.pm:38
#, c-format
msgid "Set password expiration and account inactivation delays"
msgstr "讛讙讚专 诪砖讱 讝诪谉 诇驻谞讬 转驻讜讙转 讛住讬住诪讛 讜讬爪讬讗讛 诪讻诇诇 驻注讜诇讛 砖诇 讛讞砖讘讜谉"

#: security/l10n.pm:39
#, c-format
msgid "Password history length"
msgstr "讗讜专讱 讛讬住讟讜专讬转 讛住讬住诪讗讜转"

#: security/l10n.pm:40
#, c-format
msgid "Password minimum length and number of digits and upcase letters"
msgstr "讛讗讜专讱 讛诪讬谞讬诪诇讬 砖诇 讛住讬住诪讛 讜诪住驻专 讛住驻专讜转 讜讛讗讜转讬讜转 讙讚讜诇讜转"

#: security/l10n.pm:41
#, c-format
msgid "Root umask"
msgstr "诪住讬讻转 诪砖转诪砖 注诇 (umask)"

#: security/l10n.pm:42
#, c-format
msgid "Shell history size"
msgstr "讙讜讚诇 讛讬住讟讜专讬讬转 讘驻拽讜讚讜转 讘诪住讜祝"

#: security/l10n.pm:43
#, c-format
msgid "Shell timeout"
msgstr "转驻讜讙转 转讜拽祝 讛诪住讜祝"

#: security/l10n.pm:44
#, c-format
msgid "User umask"
msgstr "诪住讬讻转 诪砖转诪砖 (umask)"

#: security/l10n.pm:45
#, c-format
msgid "Check open ports"
msgstr "讘讚讬拽转 讬爪讬讗讜转 驻转讜讞讜转"

#: security/l10n.pm:46
#, c-format
msgid "Check for unsecured accounts"
msgstr "讘讚讬拽转 讞砖讘讜谞讜转 诇讗 诪讗讜讘讟讞讬诐"

#: security/l10n.pm:47
#, c-format
msgid "Check permissions of files in the users' home"
msgstr "讘讚讬拽转 讛专砖讗讜转 讘住驻专讬讜转 讛讘讬转 砖诇 诪砖转诪砖讬诐"

#: security/l10n.pm:48
#, c-format
msgid "Check if the network devices are in promiscuous mode"
msgstr "讘讚讜拽 讗诐 讛转拽谞讬 讛专砖转 讛诐 讘诪爪讘 诪注讜专讘诇"

#: security/l10n.pm:49
#, c-format
msgid "Run the daily security checks"
msgstr "讛专爪转 讘讚讬拽讜转 讛讗讘讟讞讛 讛讬讜诪讬讜转"

#: security/l10n.pm:50
#, c-format
msgid "Check additions/removals of sgid files"
msgstr "讘讚讬拽转 讛讜住驻讜转 讗讜 砖讬谞讜讬讬诐 砖诇 拽讘爪讬 sgid"

#: security/l10n.pm:51
#, c-format
msgid "Check empty password in /etc/shadow"
msgstr "讘讚讜拽 住讬住诪讛 专讬拽讛 讘拽讜讘抓 /etc/shadow"

#: security/l10n.pm:52
#, c-format
msgid "Verify checksum of the suid/sgid files"
msgstr "讜讬讚讜讗 checksum 砖诇 拽讘爪讬 suid/sgid"

#: security/l10n.pm:53
#, c-format
msgid "Check additions/removals of suid root files"
msgstr "讘讚讬拽转 讛讜住驻讛 讗讜 讙专讬注讛 砖诇 拽讘爪讬 SUID 砖诇 root"

#: security/l10n.pm:54
#, c-format
msgid "Report unowned files"
msgstr "讚讜讜讞 注诇 拽讘爪讬诐 诇诇讗 砖讬讬讻讜转"

#: security/l10n.pm:55
#, c-format
msgid "Check files/directories writable by everybody"
msgstr "讘讚讬拽讛 砖诇 拽讘爪讬诐/住驻专讬讜转 注诐 讛专砖讗讜转 讻转讬讘讛 诇讻讜诇诐"

#: security/l10n.pm:56
#, c-format
msgid "Run chkrootkit checks"
msgstr "讛专爪转 讘讚讬拽讜转 chkrootkit "

#: security/l10n.pm:57
#, c-format
msgid "Do not send empty mail reports"
msgstr "讗诇 转砖诇讞 讚讜讜讞讬 讚讜讗专 专讬拽讬诐."

#: security/l10n.pm:58
#, c-format
msgid "If set, send the mail report to this email address else send it to root"
msgstr ""
"讗诐 谞讘讞专, 砖诇讞 讗转 讛讚讜\"讞 诇讻转讜讘转 讚讜讗\"诇 讝讜, 讗讞专转 砖诇讞 讗转 讛讚讜\"讞 诇诪谞讛诇 讛诪注专讻转"

#: security/l10n.pm:59
#, c-format
msgid "Report check result by mail"
msgstr "讚讜讜讞 注诇 转讜爪讗讜转 讛讘讚讬拽讛 讘讚讜讗\"诇"

#: security/l10n.pm:60
#, c-format
msgid "Run some checks against the rpm database"
msgstr "讘讬爪讜注 讻诪讛 讘讚讬拽讜转 诪讜诇 讘住讬住 讛谞转讜谞讬诐 砖诇 RPM"

#: security/l10n.pm:61
#, c-format
msgid "Report check result to syslog"
msgstr "讚讜讜讞 转讜爪讗讜转 讛讘讚讬拽讛 讗诇 专讬砖讜诐 讛诪注专讻转 (syslog)"

#: security/l10n.pm:62
#, c-format
msgid "Reports check result to tty"
msgstr "讚讜讜讞 转讜爪讗讜转 讘讚讬拽讛 讬砖讬专讜转 诇诪住讜祝 tty"

#: security/level.pm:10
#, c-format
msgid "Disable msec"
msgstr ""

#: security/level.pm:11
#, c-format
msgid "Standard"
msgstr "专讙讬诇"

#: security/level.pm:12
#, fuzzy, c-format
msgid "Secure"
msgstr "讛讙讚专讜转 讗讘讟讞讛"

#: security/level.pm:40
#, c-format
msgid ""
"This level is to be used with care, as it disables all additional security\n"
"provided by msec. Use it only when you want to take care of all aspects of "
"system security\n"
"on your own."
msgstr ""

#: security/level.pm:43
#, 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:44
#, 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:51
#, c-format
msgid "Security"
msgstr "讛讙讚专讜转 讗讘讟讞讛"

#: security/level.pm:51
#, c-format
msgid "DrakSec Basic Options"
msgstr "讗驻砖专讜讬讜转 讘住讬住讬讜转 砖诇 DrakSec"

#: security/level.pm:54
#, c-format
msgid "Please choose the desired security level"
msgstr "讘砖诇讘 讝讛 注诇讬讱 诇讘讞讜专 讗转 住祝 讛讗讘讟讞讛 讛专爪讜讬 诪讘讬谉 讛讗驻砖专讜讬讜转:"

#. -PO: this string is used to properly format "<security level>: <level description>"
#: security/level.pm:58
#, c-format
msgid "%s: %s"
msgstr ""

#: security/level.pm:61
#, c-format
msgid "Security Administrator:"
msgstr "诪谞讛诇 讗讘讟讞讛:"

#: security/level.pm:62
#, c-format
msgid "Login or email:"
msgstr ""

#: services.pm:19
#, c-format
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
"讛驻注诇转 诪注专讻转 讛拽讜诇 ALSA (讗专讻讬讟拽讟讜专转\n"
"拽讜诇 诪转拽讚诪转 诇诇讬谞讜拽住)"

#: 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 谞讜注讚 诇谞讬讟讜专 诪爪讘 讛住讜诇诇讛, 讜专讬砖讜诐\n"
"讛诪爪讘 讚专讱 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 ""
"讛专爪转 驻拽讜讚讜转 诇驻讬 讝诪谞讬诐 砖谞拽讘注讜 诇讛专爪转谉\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 诪讗驻砖专 讘讬爪讜注 驻注讜诇讜转 讘诪注专讻转\n"
"讘讝诪谞讬诐 诪讞讝讜专讬讬诐 诪讜讙讚专讬诐 诪专讗砖. vixie cron\n"
"讛讜讗 讙专住讛 诪砖讜驻专转 讛诪砖驻专转 讗转 专诪转 讛讗讘讟讞讛\n"
"讜诪讗驻砖专转 讗驻砖专讜讬讜转 讛讙讚专讛 注讜爪诪转讬讜转 讬讜转专."

#: services.pm:28
#, c-format
msgid ""
"Common UNIX Printing System (CUPS) is an advanced printer spooling system"
msgstr "诪注专讻转 讛讛讚驻住讛 讛谞驻讜爪讛 砖诇 讬讜谞讬拽住 (CUPS) 讛讬讗 诪注专讻转 讗讙讬专转 讛讚驻住讜转 诪转拽讚诪转"

#: 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 ""
"FAM 讛讜讗 转讛诇讬讱 专拽注 诇谞讬讟讜专 拽讘爪讬诐.\n"
"讛讜讗 诪砖诪砖 讗转 KDE 讜 GNOME 诇讝讬讛讜讬\n"
"拽讘爪讬诐 砖讛砖转谞讜."

#: 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 诪讜住讬祝 转诪讬讻讛 讘注讻讘专 诇讬讬砖讜诪讬诐 诪讘讜住住讬 诪诇诇 讻诪讜 Midnight Commander.\n"
"讘谞讜住祝 GPM 诪讗驻砖专 驻注讜诇讜转 讛注转拽讛 讜讛讚讘拽讛 讘诪住讜祝 讘注讝专转 讛注讻讘专\n"
"讜讻讜诇诇 转诪讬讻讛 讘转驻专讟讬诐 诪讝谞拽讬诐 讘诪住讜祝."

#: services.pm:35
#, c-format
msgid "HAL is a daemon that collects and maintains information about hardware"
msgstr "HAL 讛讜讗 讗砖祝 讛讗讜住祝 讜诪转讞讝拽 诪讬讚注 讗讜讚讜转 讞讜诪专讛"

#: services.pm:36
#, c-format
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
"转讛诇讬讱 专拽注 讛诪讝讛讛 讞讜诪专讛 讗砖专\n"
"诪讞讜讘专转 诇诪讞砖讘, 讜诪讗驻砖专 诇讛讙讚讬专\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 讛讜讗 砖专转 讗讬谞讟专谞讟 (World Wide Web). 讛讜讗 诪砖诪砖 诇讛讙砖转 拽讘爪讬 HTML 讜-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 ""
"转讜讻谞转 讛砖专转 internet superserver (砖砖诪讛 讛谞驻讜抓 讛讜讗 inetd) 诪讗转讞诇转\n"
"砖专讜转讬 讗讬谞讟专谞讟 专讘讬诐 诇驻讬 讛爪讜专讱. 讛转讻谞讛 讗讞专讗讬转 诇讗转讞讜诇 砖专讜转讬诐 专讘讬诐, \n"
"讘谞讬讛诐 telnet, ftp, rsh, 讜 rlogin. 谞讟专讜诇 inetd 讙讜专专 讗讞专讬讜 谞讟专讜诇 砖诇 讻诇\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 ""
"讛驻注诇转 住讬谞讜谉 驻讗拽讟讬诐 讘讙诇注讬谉 诇讬谞讜拽住 诪住讚专讛 2.2, 讻讚讬\n"
"诇讛讙讚讬专 讞讜诪转-讗砖 讜诇讛讙谉 注诇 讛诪讻讜谞讛 砖诇讱 诪讛转拽驻讜转 诪讛专砖转."

#: 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/keymap. 讚讘专 讝讛\n"
"谞砖诇讟 注诇 讬讚讬 转讜讻谞转 讛注讝专 kbdconfig. 诪讜诪诇抓\n"
"诇讛砖讗讬专 砖专讜转 讛讝讛 驻注讬诇 注讘讜专 专讜讘 讛诪注专讻讜转."

#: services.pm:48
#, c-format
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
"讬爪讬专讛 讗讜讟讜诪讟讬转 砖诇 kernel heder 讘讝诪谉 讗转讞讜诇\n"
"转讞转 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 讛讜讗 讗砖祝 讛讛讚驻住讜转 讛讚专讜砖 诇驻注讜诇讛 转拽讬谞讛 砖诇 lpr. 讘讘住讬住讜\n"
"讛讜讗 砖专转 讛诪驻谞讛 注讘讜讚讜转讛讚驻住讛 诇诪讚驻住讜转."

#: services.pm:55
#, c-format
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
"砖专转 讜讬专讟讜讗诇讬 砖诇 诇讬谞讜拽住, 诪讟专转讜 诇讘谞讜转 砖专转 讘注诇 讘讬爪讜注讬诐 讙讘讜讛讬诐 \n"
"讜讝诪讬谞讜转 讙讘讜讛讛."

#: services.pm:57
#, c-format
msgid ""
"DBUS is a daemon which broadcasts notifications of system events and other "
"messages"
msgstr "DBUS 讛讜讗 讗砖祝 讛诪砖讚专 讛转专注讜转 注诇 讗讬专讜注讬 诪注专讻转 讜讛讜讚注讜转 讗讞专讜转"

#: 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 ""
"named (BIND) 讛讜讗 砖专转 讻转讜讘讜转 诪转讞诐  (DNS) 讛诪砖诪砖 诇转专讙讜诐 砖诪讜转 诪转讞诐 诇讻转讜讘讜转 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 ""
"诪注讙谉 讜诪谞转拽 讗转 讻诇 诪注专讻讜转 讛拽讘爪讬诐 讘专砖转 讻讙讜谉\n"
"Network File System (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 讛诪讗讜驻讬讬谉 讚专讱 讛拽讜讘抓 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."

#: services.pm:68
#, c-format
msgid "Synchronizes system time using the Network Time Protocol (NTP)"
msgstr "诪转讗诐 讗转 讝诪谉 讛诪注专讻转 讘注讝专转 驻专讜讟讜拽讜诇 讝诪谉 讛专砖转 (NTP)"

#: services.pm:69
#, c-format
msgid ""
"Automatically switch on numlock key locker under console\n"
"and Xorg at boot."
msgstr ""
"讛讚诇拽讛 讗讜讟讜诪讟讬转 砖诇 诪拽砖 numlock 讘诪住讜祝\n"
"讜讘诪注专讻转 讛讙专驻讬转 讘讝诪谉 讛讗转讞讜诇."

#: services.pm:71
#, c-format
msgid "Support the OKI 4w and compatible winprinters."
msgstr "转诪讬讻讛 讘诪讚驻住讜转 winprinters 诪住讜讙 OKI 4w 讜转讜讗诪讜转讬讛."

#: 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"
"谞讬讬讚讬诐. PCMCIA 诇讗 讬讜驻注诇 诇诇讗 讗驻讬讜谉 诪转讗讬诐 讻讱 砖讝讛 讘讟讜讞 诇讛砖讗讬专讜\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. 砖专转 portmap\n"
"讞讬讬讘 诇讛讬讜转 诪讜驻注诇 讘诪讻讜谞讜转 讗砖专 讬砖诪砖讜 讻砖专转讬诐\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 讛讬讗 转讜讻谞转 讛注讘专转 讚讜讗专\n"
"诪诪讞砖讘 讗讞讚 诇砖谞讬."

#: services.pm:79
#, c-format
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr ""
"砖讜诪专 讜讟讜注谉 诪爪讘 讗拽专讗讬 讘诪注专讻转 诇爪讜专讱\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"
"诪讘讜住住讬 诪拽讟注讬诐 (讻讙讜谉 诪讞讬爪讜转 砖诇 讻讜谞谉\n"
"拽砖讬讞). 讬讻讜诇转 讝讜 谞讚专砖转 诇讬讬砖讜诪讬诐 讻讙讜谉\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\n"
"讚专讱 驻专讜讟讜拽讜诇 讛-RIP. 讗祝 砖讛砖讬诪讜砖 讘-RIP 谞驻讜抓 讘专砖转讜转 拽讟谞讜转 讬砖 爪讜专讱\n"
"讘驻专讜讟讜拽讜诇讬诐 住讘讜讻讬诐 讬讜转专 讘专砖转讜转 讬讜转专 讙讚讜诇讜转."

#: 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\n"
"(讝讛讛 诇-finger)."

#: services.pm:92
#, c-format
msgid ""
"SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."
msgstr "SANE (Scanner Access Now Easy) 诪讗驻砖专 讙讬砖讛 诇住讜专拽讬诐, 诪爪诇诪讜转 讜讬讚讗讜, ..."

#: 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 ""
"驻专讜讟讜拽讜诇 讛-SMB/CIFS 诪讗驻砖专 诇砖转祝 讙讬砖讛 诇拽讘爪讬诐 讜诪讚驻住讜转 讜讙诐 诪砖转诇讘 注诐 砖专转 诪转讞诐 砖诇 "
"讜讬谞讚讜讝."

#: 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 ""
"Secure Shell 讛讜讗 驻专讜讟讜拽讜诇 专砖转 讛诪讗驻砖专 讛讞诇驻转 诪讬讚注 诪注诇 注专讜抓 诪讗讜讘讟讞 讘讬谉 砖谞讬 "
"诪讞砖讘讬诐"

#: 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 "诪驻注讬诇 讗转 砖专转 讛讙讜驻谞讬诐 砖诇 X."

#: 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:192
#, 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:208
#, c-format
msgid "running"
msgstr "驻讜注诇"

#: services.pm:208
#, c-format
msgid "stopped"
msgstr "诪讜驻住拽"

#: services.pm:213
#, c-format
msgid "Services and daemons"
msgstr "砖专讜转讬诐 讜转讛诇讬讻讬 专拽注"

#: services.pm:219
#, c-format
msgid ""
"No additional information\n"
"about this service, sorry."
msgstr ""
"诪爪讟注专, 讗讬谉 诪讬讚注 \n"
"谞讜住祝 注诇 砖讬专讜转 讝讛."

#: services.pm:224 ugtk2.pm:924
#, c-format
msgid "Info"
msgstr "诪讬讚注"

#: services.pm:227
#, c-format
msgid "Start when requested"
msgstr "讛驻注诇 诇驻讬 讛爪讜专讱"

#: services.pm:227
#, c-format
msgid "On boot"
msgstr "讘讝诪谉 讗转讞讜诇"

#: services.pm:245
#, c-format
msgid "Start"
msgstr "讛驻注诇"

#: services.pm:245
#, 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 讻驻讬 砖驻讜专住诐 注诇 讬讚讬\n"
"拽专谉 讛转讜讻谞讛 讛讞讜驻砖讬转; 讘讬谉 讗诐 讙专住讛 2 砖诇 讛专讬砖讬讜谉, 讜讘讬谉 讗诐 (诇驻讬 讘讞讬专转讱)\n"
"讻诇 讙专住讛 诪讗讜讞专转 砖诇讜.\n"
"\n"
"转讻谞讬转 讝讜 诪讜驻爪转 讘转拽讜讜讛 砖转讛讬讛 诪讜注讬诇讛,\n"
"讗讘诇 讘诇讗 讗讞专讬讜转 讻诇砖讛讬; 讜讗驻讬诇讜 诇诇讗 讛讗讞专讬讜转 讛诪砖转诪注转 讘讚讘专\n"
"诪住讞专讬讜转讛 讗讜 讛转讗诪转讛 诇诪讟专讛 诪住讜讬讬诪转. 诇驻专讟讬诐 谞讜住驻讬诐, 注诇讬讱 诇注讬讬谉\n"
"讘专讬砖讬讜谉 讛爪讬讘讜专讬 讛讻诇诇讬 砖诇 GNU.\n"
"\n"
"讘讬讞讚 注诐 转讻谞讬转 讝讜 讛讬讬转 讗诪讜专 诇拽讘诇 注讜转拽 砖诇 讛专讬砖讬讜谉 讛爪讬讘讜专讬 讛讻诇诇讬\n"
"砖诇 GNU; 讘诪讬讚讛 砖诇讗, 注诇讬讱 诇讻转讜讘 诇 Free Software Foundation, Inc.,\n"
" 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 and Restore application\n"
"\n"
"--default             : 砖诪讬专转 住驻专讬讜转 讘专讬专转 诪讞讚诇\n"
"--debug               : 讛爪讙转 讗转 讻诇 讛讜讚注讜转 讛讚讬讘讜讙\n"
"--show-conf           : 专砖讬诪转 砖诇 拽讘爪讬诐 讜转讬拽讬讜转 诇讙讬讘讜讬\n"
"--config-info         : 讛住讘专 注诇 讗驻砖专讜讬讜转 讛讙讚专转 拽讜讘抓 (for non-X users).\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 ""
"[--boot] [--splash]\n"
"讗驻砖专讜讬讜转:\n"
"  --boot            - 讗驻砖专 讗驻讬讜谉 讟讜注谉 讛诪注专讻转\n"
"  --splash          - 讗驻砖专 讗转 讗驻讬讜谉 注专讻转 讛谞讜砖讗 讘讗转讞讜诇\n"
"诪爪讘 讘专讬专转 讛诪讞讚诇: 讛爪注 诇讗驻讬讬谉 讗转 讗驻砖专讜讬讜转 讛讻谞讬住讛 讛讗讜讟讜诪讟讬转"

#: standalone.pm:61
#, 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"