summaryrefslogtreecommitdiffstats
path: root/tools/shift_all.pl
blob: 88abfa0e1ae40a17fec70f08f4c697ded8dc7910 (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
use MDK::Common;

my %shifts = (
'af' => 1,
'am' => 1,
'ar' => 0,
'az' => 1,
'be' => 2,
'bg' => 2,
'bn' => 1,
'br' => 2,
'bs' => 2,
'ca' => 2,
'cs' => 2,
'cy' => 2,
'da' => 2,
'de' => 2,
'el' => 2,
'en_GB' => 2,
'en_US' => 2,
'eo' => 2,
'es' => 2,
'et' => 2,
'eu' => 2,
'fa' => 0,
'fi' => 1,
'fo' => 2,
'fr' => 2,
'ga' => 2,
'gd' => 2,
'gl' => 2,
'gv' => 2,
'he' => 0,
'hi' => 1,
'hr' => 2,
'hu' => 2,
'hy' => 1,
'ia' => 2,
'id' => 1,
'is' => 1,
'it' => 1,
'iu' => 1,
'ja' => 3,
'ka' => 1,
'kn' => 1,
'ko' => 1,
'kw' => 0,
'lo' => 0,
'lt' => 0,
'lv' => 0,
'mi' => 0,
'mk' => 0,
'mn' => 0,
'mr' => 0,
'ms' => 0,
'mt' => 0,
'nb' => 0,
'nl' => 0,
'nn' => 0,
'no' => 0,
'oc' => 0,
'pl' => 0,
'pt_BR' => 0,
'pt' => 0,
'ro' => 0,
'ru' => 0,
'sk' => 0,
'sl' => 0,
'sp' => 0,
'sq' => 0,
'sr' => 0,
'sv' => 0,
'ta' => 1,
'te' => 1,
'tg' => 0,
'th' => 0,
'tr' => 0,
'tt' => 1,
'uk' => 0,
'ur' => 1,
'uz' => 0,
'vi' => 0,
'wa' => 0,
'yi' => 0,
'zh_CN' => 0,
'zh_TW' => 0,
);

foreach (glob("lang*.png")) {
    /lang-(.*)\.png/;
    exists $shifts{$1} or die "doesn't exist for $_";
    $shifts{$1} or next;
    print "./a.out $_ l.png $shifts{$1}\n";
    system("./a.out $_ l.png $shifts{$1}");
    renamef('l.png', $_);
}

















at' width='100%'> -rw-r--r--perl-install/share/po/ja.po1506
-rw-r--r--perl-install/share/po/ko.po1510
-rw-r--r--perl-install/share/po/ky.po1497
-rw-r--r--perl-install/share/po/libDrakX.pot1374
-rw-r--r--perl-install/share/po/lt.po1503
-rw-r--r--perl-install/share/po/ltg.po1506
-rw-r--r--perl-install/share/po/lv.po1508
-rw-r--r--perl-install/share/po/mk.po1507
-rw-r--r--perl-install/share/po/mn.po1503
-rw-r--r--perl-install/share/po/ms.po1508
-rw-r--r--perl-install/share/po/mt.po1506
-rw-r--r--perl-install/share/po/nb.po1592
-rw-r--r--perl-install/share/po/nl.po1506
-rw-r--r--perl-install/share/po/nn.po1546
-rw-r--r--perl-install/share/po/pa_IN.po1506
-rw-r--r--perl-install/share/po/pl.po1609
-rw-r--r--perl-install/share/po/pt.po1662
-rw-r--r--perl-install/share/po/pt_BR.po1506
-rw-r--r--perl-install/share/po/ro.po1506
-rw-r--r--perl-install/share/po/ru.po1515
-rw-r--r--perl-install/share/po/sc.po1497
-rw-r--r--perl-install/share/po/sk.po1506
-rw-r--r--perl-install/share/po/sl.po1528
-rw-r--r--perl-install/share/po/sq.po1506
-rw-r--r--perl-install/share/po/sr.po1506
-rw-r--r--perl-install/share/po/sr@Latn.po1506
-rw-r--r--perl-install/share/po/sv.po1506
-rw-r--r--perl-install/share/po/ta.po1506
-rw-r--r--perl-install/share/po/tg.po1506
-rw-r--r--perl-install/share/po/th.po1503
-rw-r--r--perl-install/share/po/tl.po1506
-rw-r--r--perl-install/share/po/tr.po1506
-rw-r--r--perl-install/share/po/uk.po1506
-rw-r--r--perl-install/share/po/uz.po1674
-rw-r--r--perl-install/share/po/uz@cyrillic.po1494
-rw-r--r--perl-install/share/po/vi.po1506
-rw-r--r--perl-install/share/po/wa.po1527
-rw-r--r--perl-install/share/po/zh_CN.po1506
-rw-r--r--perl-install/share/po/zh_TW.po2318
71 files changed, 53685 insertions, 54869 deletions
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 27f0e2c28..124b12e31 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-af\n"
-"POT-Creation-Date: 2007-09-12 17:02+0200\n"
+"POT-Creation-Date: 2008-01-17 14:31+0100\n"
"PO-Revision-Date: 2005-04-21 17:33+0200\n"
"Last-Translator: Dirk van der Walt <dirkvanderwalt@webmail.co.za>\n"
"Language-Team: Afrikaans\n"
@@ -19,20 +19,20 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
-#: any.pm:240 diskdrake/interactive.pm:603 diskdrake/interactive.pm:790
-#: diskdrake/interactive.pm:834 diskdrake/interactive.pm:896
-#: diskdrake/interactive.pm:1183 do_pkgs.pm:209 do_pkgs.pm:255
-#: harddrake/sound.pm:201 interactive.pm:576
+#: any.pm:245 diskdrake/interactive.pm:552 diskdrake/interactive.pm:739
+#: diskdrake/interactive.pm:783 diskdrake/interactive.pm:841
+#: diskdrake/interactive.pm:1132 do_pkgs.pm:216 do_pkgs.pm:258
+#: harddrake/sound.pm:202 interactive.pm:580
#, c-format
msgid "Please wait"
msgstr "Wag asb."
-#: any.pm:240
+#: any.pm:245
#, c-format
msgid "Bootloader installation in progress"
msgstr "Besig met installasie van herlaaistelsel"
-#: any.pm:251
+#: any.pm:256
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
@@ -43,12 +43,12 @@ msgid ""
"Assign a new Volume ID?"
msgstr ""
-#: any.pm:262
+#: any.pm:267
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr "Installasie van herlaaiprogram het gefaal a.g.v. hierdie fout: "
-#: any.pm:268
+#: any.pm:273
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -66,7 +66,7 @@ msgstr ""
"Tik daarna 'shut-down' in\n"
"U behoort die herlaaistelsel-porteks met die volgende selflaai te sien."
-#: any.pm:306
+#: any.pm:311
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -81,269 +81,270 @@ msgstr ""
"\n"
"Vanaf watter hardeyskyf geskied die selflaai?"
-#: any.pm:329
+#: any.pm:334
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Eerste sektor van skyf (MBR)"
-#: any.pm:330
+#: any.pm:335
#, c-format
msgid "First sector of the root partition"
msgstr "Eerste sektor van die 'root'-partisie"
-#: any.pm:332
+#: any.pm:337
#, c-format
msgid "On Floppy"
msgstr "Op Disket"
-#: any.pm:334
+#: any.pm:339
#, c-format
msgid "Skip"
msgstr "Mis hierdie stap"
-#: any.pm:338
+#: any.pm:343
#, c-format
msgid "LILO/grub Installation"
msgstr "LILO/grub installasie"
-#: any.pm:340
+#: any.pm:345
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Waar wil u die herlaaistelsel installeer"
-#: any.pm:367
+#: any.pm:372
#, c-format
msgid "Boot Style Configuration"
msgstr "Herlaaistylkonfigurasie"
-#: any.pm:377 any.pm:409 any.pm:410
+#: any.pm:382 any.pm:414 any.pm:415
#, c-format
msgid "Bootloader main options"
msgstr "Herlaaistelsel hoofopsies"
-#: any.pm:382
+#: any.pm:387
#, c-format
msgid "Bootloader"
msgstr "Herlaaistelsel"
-#: any.pm:383 any.pm:414
+#: any.pm:388 any.pm:419
#, c-format
msgid "Bootloader to use"
msgstr "Herlaaistelsel om te gebruik"
-#: any.pm:385 any.pm:416
+#: any.pm:390 any.pm:421
#, c-format
msgid "Boot device"
msgstr "Herlaaitoestel"
-#: any.pm:387
+#: any.pm:392
#, c-format
msgid "Main options"
msgstr ""
-#: any.pm:388
+#: any.pm:393
#, c-format
msgid "Delay before booting default image"
msgstr "Wagperiode voor verstekstelsel gelaai word"
-#: any.pm:389
+#: any.pm:394
#, c-format
msgid "Enable ACPI"
msgstr "Bekragtig ACPI"
-#: any.pm:390
+#: any.pm:395
#, fuzzy, c-format
msgid "Enable APIC"
msgstr "Bekragtig ACPI"
-#: any.pm:391
+#: any.pm:396
#, fuzzy, c-format
msgid "Enable Local APIC"
msgstr "Bekragtig ACPI"
-#: any.pm:393 any.pm:773 authentication.pm:196 diskdrake/smbnfs_gtk.pm:181
+#: any.pm:398 any.pm:785 any.pm:794 authentication.pm:197
+#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "Wagwoord"
-#: any.pm:395 authentication.pm:207
+#: any.pm:400 authentication.pm:208
#, c-format
msgid "The passwords do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
-#: any.pm:395 authentication.pm:207 diskdrake/interactive.pm:1343
+#: any.pm:400 authentication.pm:208 diskdrake/interactive.pm:1299
#, c-format
msgid "Please try again"
msgstr "Probeer asb. weer"
-#: any.pm:396
+#: any.pm:401
#, fuzzy, c-format
msgid "You can not use a password with %s"
msgstr "U kan nie 'n lêerstelsel met enkripsie vir hegpunt %s gebruik nie."
-#: any.pm:399 any.pm:774 authentication.pm:197
+#: any.pm:404 any.pm:787 any.pm:796 authentication.pm:198
#, c-format
msgid "Password (again)"
msgstr "Wagwoord (weer)"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "Restrict command line options"
msgstr "Beperk instruksielyn-opsies"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "restrict"
msgstr "beperk"
-#: any.pm:401
+#: any.pm:406
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Opsie ``Beperk instruksielynopsies'' kan nie sonder wagwoord gebruikword nie"
-#: any.pm:403
+#: any.pm:408
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Maak /tmp skoon met elke herlaai"
-#: any.pm:404
+#: any.pm:409
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
-#: any.pm:405
+#: any.pm:410
#, c-format
msgid "Give the ram size in MB"
msgstr "Gee die geheuegrootte in MB"
-#: any.pm:415
+#: any.pm:420
#, c-format
msgid "Init Message"
msgstr "Beginboodskap"
-#: any.pm:417
+#: any.pm:422
#, c-format
msgid "Open Firmware Delay"
msgstr "Open Firmware Delay"
-#: any.pm:418
+#: any.pm:423
#, c-format
msgid "Kernel Boot Timeout"
msgstr "Tydsbeperking vir stelselkernlaai"
-#: any.pm:419
+#: any.pm:424
#, c-format
msgid "Enable CD Boot?"
msgstr "Laat CD-herlaai toe?"
-#: any.pm:420
+#: any.pm:425
#, c-format
msgid "Enable OF Boot?"
msgstr "Laat OF-herlaai toe?"
-#: any.pm:421
+#: any.pm:426
#, c-format
msgid "Default OS?"
msgstr "Verstek bedryfstelsel?"
-#: any.pm:487
+#: any.pm:493
#, c-format
msgid "Image"
msgstr "Beeld"
-#: any.pm:488 any.pm:501
+#: any.pm:494 any.pm:507
#, c-format
msgid "Root"
msgstr "'Root'"
-#: any.pm:489 any.pm:514
+#: any.pm:495 any.pm:520
#, c-format
msgid "Append"
msgstr "Aanlas"
-#: any.pm:491
+#: any.pm:497
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:494
+#: any.pm:500
#, c-format
msgid "Video mode"
msgstr "Videomodus"
-#: any.pm:496
+#: any.pm:502
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:497
+#: any.pm:503
#, fuzzy, c-format
msgid "Network profile"
msgstr "Netwerkkoppelvlak"
-#: any.pm:506 any.pm:511 any.pm:513 diskdrake/interactive.pm:425
+#: any.pm:512 any.pm:517 any.pm:519 diskdrake/interactive.pm:374
#, c-format
msgid "Label"
msgstr "Naam"
-#: any.pm:508 any.pm:516 harddrake/v4l.pm:438
+#: any.pm:514 any.pm:522 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Verstek"
-#: any.pm:515
+#: any.pm:521
#, c-format
msgid "NoVideo"
msgstr "Geen video"
-#: any.pm:526
+#: any.pm:532
#, c-format
msgid "Empty label not allowed"
msgstr "Leë etiket word nie toegelaat nie"
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a kernel image"
msgstr "U moet 'n kernel-beeld spesifiseer"
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a root partition"
msgstr "U moet 'n 'root-partisie spesifiseer"
-#: any.pm:528
+#: any.pm:534
#, c-format
msgid "This label is already used"
msgstr "Hierdie etiket is alreeds in gebruik"
-#: any.pm:546
+#: any.pm:552
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Watter tipe inskrywing wil u byvoeg?"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Ander bedryfstelsel (SunOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Ander bedryfstelsel (MacOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (Windows...)"
msgstr "Ander bedryfstelsel (Windows...)"
-#: any.pm:576
+#: any.pm:582
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -352,176 +353,181 @@ msgstr ""
"Hier is die huidige inskrywings\n"
"U kan byvoeg or verwyder soos nodig."
-#: any.pm:727
+#: any.pm:745
#, c-format
msgid "access to X programs"
msgstr "toegang na X-programme"
-#: any.pm:728
+#: any.pm:746
#, c-format
msgid "access to rpm tools"
msgstr "toegang tot rpm-nutsprogramme"
-#: any.pm:729
+#: any.pm:747
#, c-format
msgid "allow \"su\""
msgstr "laat \"su\" toe"
-#: any.pm:730
+#: any.pm:748
#, c-format
msgid "access to administrative files"
msgstr "toegang tot administratiewe-lêers"
-#: any.pm:731
+#: any.pm:749
#, c-format
msgid "access to network tools"
msgstr "toegang na netwerk-nutsprogramme"
-#: any.pm:732
+#: any.pm:750
#, c-format
msgid "access to compilation tools"
msgstr "toegang na kompilasie-gereedskap"
-#: any.pm:737
+#: any.pm:756
#, c-format
msgid "(already added %s)"
msgstr "(%s alreeds bygevoeg)"
-#: any.pm:744
+#: any.pm:762
#, c-format
msgid "Please give a user name"
msgstr "Gee asb. 'n gebruikerskode"
-#: any.pm:745
+#: any.pm:763
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Die gebruikernaam mag alleenlik uit kleinletter, nommers, '-' en '_' bestaan"
-#: any.pm:746
+#: any.pm:764
#, c-format
msgid "The user name is too long"
msgstr "Hierdie naam is te lank"
-#: any.pm:747
+#: any.pm:765
#, c-format
msgid "This user name has already been added"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: any.pm:748 any.pm:776
+#: any.pm:771 any.pm:798
#, c-format
msgid "User ID"
msgstr "Gebruiker ID"
-#: any.pm:749 any.pm:777
+#: any.pm:771 any.pm:799
#, c-format
msgid "Group ID"
msgstr "Groep ID"
-#: any.pm:752
+#: any.pm:772
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "Opsie %s moet 'n nommer wees!"
-#: any.pm:753
+#: any.pm:773
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr ""
-#: any.pm:768
+#: any.pm:777
#, fuzzy, c-format
msgid "User management"
msgstr "Gebruikernaam"
-#: any.pm:775 authentication.pm:182
+#: any.pm:784 authentication.pm:183
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "Kies 'root' se wagwoord"
-#: any.pm:780
+#: any.pm:789
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"Tik 'n gebruiker in\n"
"%s"
-#: any.pm:781
+#: any.pm:790
#, c-format
msgid "Real name"
msgstr "Regte naam"
-#: any.pm:772
+#: any.pm:793
#, c-format
msgid "Login name"
msgstr "Aanteken naam"
-#: any.pm:775
+#: any.pm:797
#, c-format
msgid "Shell"
msgstr "Dop"
-#: any.pm:822 security/l10n.pm:14
+#: any.pm:835 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Outo-inteken"
-#: any.pm:823
+#: any.pm:836
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr "Ek kan u rekenaar so opstel om een gebruiker outomaties in te teken."
-#: any.pm:824
+#: any.pm:837
#, fuzzy, c-format
msgid "Use this feature"
msgstr "Wil u hierdie funksie gebruik?"
-#: any.pm:825
+#: any.pm:838
#, c-format
msgid "Choose the default user:"
msgstr "Kies die verstek gebruiker:"
-#: any.pm:826
+#: any.pm:839
#, c-format
msgid "Choose the window manager to run:"
msgstr "Kies die vensterbestuurder om te loop:"
-#: any.pm:854
+#: any.pm:862 any.pm:912
+#, fuzzy, c-format
+msgid "Release Notes"
+msgstr "Vrystelling: "
+
+#: any.pm:869 any.pm:1201 interactive/gtk.pm:766
+#, c-format
+msgid "Close"
+msgstr "Sluit af"
+
+#: any.pm:905
#, c-format
msgid "License agreement"
msgstr "Lisensieooreenkoms"
-#: any.pm:857 diskdrake/dav.pm:26
+#: any.pm:908 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "Verlaat"
-#: any.pm:860
-#, fuzzy, c-format
-msgid "Release Notes"
-msgstr "Vrystelling: "
-
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Accept"
msgstr "Aanvaar"
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Refuse"
msgstr "Weier"
-#: any.pm:882 any.pm:950
+#: any.pm:930 any.pm:996
#, c-format
msgid "Please choose a language to use."
msgstr "Kies asb. 'n taal om te gebruik."
-#: any.pm:883 any.pm:951
+#: any.pm:931 any.pm:997
#, fuzzy, c-format
msgid "Language choice"
msgstr "selfdoen"
-#: any.pm:913
+#: any.pm:961
#, c-format
msgid ""
"Mandriva Linux can support multiple languages. Select\n"
@@ -529,72 +535,72 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: any.pm:916
+#: any.pm:964
#, c-format
msgid "Multi languages"
msgstr ""
-#: any.pm:928 any.pm:959
+#: any.pm:975 any.pm:1005
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:930
+#: any.pm:977
#, c-format
msgid "All languages"
msgstr "Alle tale"
-#: any.pm:1005
+#: any.pm:1052
#, c-format
msgid "Country / Region"
msgstr "Land / Omgewing"
-#: any.pm:1007
+#: any.pm:1054
#, c-format
msgid "Please choose your country."
msgstr "Kies asseblief u land."
-#: any.pm:1009
+#: any.pm:1056
#, c-format
msgid "Here is the full list of available countries"
msgstr "Hier is die volle lys van beskikbare lande"
-#: any.pm:1010
+#: any.pm:1057
#, fuzzy, c-format
msgid "Other Countries"
msgstr "Ander poorte"
-#: any.pm:1010 interactive.pm:477
+#: any.pm:1057 interactive.pm:481
#, c-format
msgid "Advanced"
msgstr "Gevorderd"
-#: any.pm:1016
+#: any.pm:1063
#, fuzzy, c-format
msgid "Input method:"
msgstr "Netwerkmetode:"
-#: any.pm:1019
+#: any.pm:1066
#, c-format
msgid "None"
msgstr "Geen"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "No sharing"
msgstr "Geen deling"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Allow all users"
msgstr "Laat alle gebruikers toe"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Custom"
msgstr "Aangepaste"
-#: any.pm:1103
+#: any.pm:1150
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -609,37 +615,32 @@ msgstr ""
"\n"
"\"Aangepaste\" laat toe vir per-gebruiker verstellings.\n"
-#: any.pm:1115
+#: any.pm:1162
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1118
+#: any.pm:1165
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1126
+#: any.pm:1173
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr "U kan uitvoer deur NFS of SMB te gebruik. Kies watter u wil gebruik."
-#: any.pm:1151
+#: any.pm:1201
#, c-format
msgid "Launch userdrake"
msgstr "Loods userdrake"
-#: any.pm:1151 interactive/gtk.pm:747
-#, c-format
-msgid "Close"
-msgstr "Sluit af"
-
-#: any.pm:1153
+#: any.pm:1203
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -649,245 +650,245 @@ msgstr ""
"U kan van 'userdrake' gebruik maak om gebruikers by heirdie\n"
"groep te voeg."
-#: any.pm:1245
+#: any.pm:1295
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
-#: any.pm:1249
+#: any.pm:1299
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "U moet afteken en weer inteken alvorens veranderinge bekragtig word"
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Timezone"
msgstr "Tydsone"
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Which is your timezone?"
msgstr "Wat is u tydsone?"
-#: any.pm:1296 any.pm:1298
+#: any.pm:1346 any.pm:1348
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1299
+#: any.pm:1349
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1303
+#: any.pm:1353
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "Hardewareklok gestel vir GMT"
-#: any.pm:1304
+#: any.pm:1354
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "Hardewareklok gestel vir GMT"
-#: any.pm:1306
+#: any.pm:1356
#, c-format
msgid "NTP Server"
msgstr "NTP-bediener"
-#: any.pm:1307
+#: any.pm:1357
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Outo-tydsinkronisasie met NTP"
-#: authentication.pm:23
+#: authentication.pm:24
#, c-format
msgid "Local file"
msgstr "Plaaslike lêer"
-#: authentication.pm:24
+#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr "LDAP"
-#: authentication.pm:25
+#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr "NIS"
-#: authentication.pm:26
+#: authentication.pm:27
#, fuzzy, c-format
msgid "Smart Card"
msgstr "Ethernetkaart"
-#: authentication.pm:27 authentication.pm:163
+#: authentication.pm:28 authentication.pm:164
#, c-format
msgid "Windows Domain"
msgstr "Windows-domein"
-#: authentication.pm:28
+#: authentication.pm:29
#, fuzzy, c-format
msgid "Active Directory with SFU"
msgstr "Herstel alle rugsteune"
-#: authentication.pm:29
+#: authentication.pm:30
#, fuzzy, c-format
msgid "Active Directory with Winbind"
msgstr "Herstel alle rugsteune"
-#: authentication.pm:66
+#: authentication.pm:67
#, c-format
msgid "Local file:"
msgstr "Plaaslike lêer :"
-#: authentication.pm:66
+#: authentication.pm:67
#, c-format
msgid "Use information stored in local files for all authentication"
msgstr ""
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid "LDAP:"
msgstr "LDAP:"
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid "NIS:"
msgstr "NIS:"
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid "Windows Domain:"
msgstr "Windows-domein:"
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""
-#: authentication.pm:70
+#: authentication.pm:71
#, fuzzy, c-format
msgid "Active Directory with SFU:"
msgstr "Herstel alle rugsteune"
-#: authentication.pm:70
+#: authentication.pm:71
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
-#: authentication.pm:71
+#: authentication.pm:72
#, fuzzy, c-format
msgid "Active Directory with Winbind:"
msgstr "Herstel alle rugsteune"
-#: authentication.pm:71
+#: authentication.pm:72
#, c-format
msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
-#: authentication.pm:96
+#: authentication.pm:97
#, c-format
msgid "Authentication LDAP"
msgstr "LDAP-magtiging"
-#: authentication.pm:97
+#: authentication.pm:98
#, c-format
msgid "LDAP Base dn"
msgstr "LDAP Basis-dn"
-#: authentication.pm:98
+#: authentication.pm:99
#, c-format
msgid "LDAP Server"
msgstr "LDAP-bediener"
-#: authentication.pm:111 fsedit.pm:23
+#: authentication.pm:112 fsedit.pm:23
#, c-format
msgid "simple"
msgstr "eenvoudig"
-#: authentication.pm:112
+#: authentication.pm:113
#, c-format
msgid "TLS"
msgstr "TLS"
-#: authentication.pm:113
+#: authentication.pm:114
#, c-format
msgid "SSL"
msgstr "Ssl"
-#: authentication.pm:114
+#: authentication.pm:115
#, c-format
msgid "security layout (SASL/Kerberos)"
msgstr ""
-#: authentication.pm:121 authentication.pm:159
+#: authentication.pm:122 authentication.pm:160
#, fuzzy, c-format
msgid "Authentication Active Directory"
msgstr "Magtigings-metode"
-#: authentication.pm:122 diskdrake/smbnfs_gtk.pm:182
+#: authentication.pm:123 diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "Domein"
-#: authentication.pm:124 diskdrake/dav.pm:63
+#: authentication.pm:125 diskdrake/dav.pm:63
#, c-format
msgid "Server"
msgstr "Bediener"
-#: authentication.pm:125
+#: authentication.pm:126
#, fuzzy, c-format
msgid "LDAP users database"
msgstr "Databasis"
-#: authentication.pm:126
+#: authentication.pm:127
#, c-format
msgid "Use Anonymous BIND "
msgstr ""
-#: authentication.pm:127
+#: authentication.pm:128
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
msgstr ""
-#: authentication.pm:128
+#: authentication.pm:129
#, fuzzy, c-format
msgid "Password for user"
msgstr "Benodig wagwoord"
-#: authentication.pm:140
+#: authentication.pm:141
#, c-format
msgid "Authentication NIS"
msgstr "NIS-magtiging"
-#: authentication.pm:141
+#: authentication.pm:142
#, c-format
msgid "NIS Domain"
msgstr "NIS-domein"
-#: authentication.pm:142
+#: authentication.pm:143
#, c-format
msgid "NIS Server"
msgstr "NIS-bediener"
-#: authentication.pm:147
+#: authentication.pm:148
#, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
@@ -915,48 +916,48 @@ msgstr ""
"Domein, en Admin gebruiker/wagwoord moet gebruik word.\n"
"Die opdrag 'wbinfo -t' sal u 'authentication secrets' ondersoek."
-#: authentication.pm:159
+#: authentication.pm:160
#, c-format
msgid "Authentication Windows Domain"
msgstr "Magtiging deur Windows-domein"
-#: authentication.pm:161
+#: authentication.pm:162
#, c-format
msgid "Active Directory Realm "
msgstr ""
-#: authentication.pm:164
+#: authentication.pm:165
#, c-format
msgid "Domain Admin User Name"
msgstr "Domein-administrarteur se naam"
-#: authentication.pm:165
+#: authentication.pm:166
#, c-format
msgid "Domain Admin Password"
msgstr "Domein-administrarteur se Wagwoord"
-#: authentication.pm:181 authentication.pm:198
+#: authentication.pm:182 authentication.pm:199
#, c-format
msgid "Authentication"
msgstr "Magtiging"
-#: authentication.pm:184
+#: authentication.pm:185
#, c-format
msgid "Authentication method"
msgstr "Magtigings-metode"
#. -PO: keep this short or else the buttons will not fit in the window
-#: authentication.pm:189
+#: authentication.pm:190
#, c-format
msgid "No password"
msgstr "Geen wagwoord"
-#: authentication.pm:210
+#: authentication.pm:211
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Hierdie wagwoord is te eenvoudig. (moet ten minste %d karakters bevat)"
-#: authentication.pm:351
+#: authentication.pm:352
#, c-format
msgid "Can not use broadcast with no NIS domain"
msgstr "Kan nie uitsaai sonder 'n NIS-domein nie"
@@ -966,7 +967,7 @@ msgstr "Kan nie uitsaai sonder 'n NIS-domein nie"
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:882
+#: bootloader.pm:900
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -981,42 +982,42 @@ msgstr ""
"vir die verstekopsie.\n"
"\n"
-#: bootloader.pm:1030
+#: bootloader.pm:1050
#, c-format
msgid "LILO with text menu"
msgstr "LILO met tekskieskaart"
-#: bootloader.pm:1031
+#: bootloader.pm:1051
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1032
+#: bootloader.pm:1052
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1033
+#: bootloader.pm:1053
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:1034
+#: bootloader.pm:1054
#, c-format
msgid "SILO"
msgstr "SILO"
-#: bootloader.pm:1114
+#: bootloader.pm:1135
#, c-format
msgid "not enough room in /boot"
msgstr "nie genoeg spasie in /boot nie"
-#: bootloader.pm:1681
+#: bootloader.pm:1760
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "U kan nie die herlaaistelsel op 'n %s partisie installeer nie\n"
-#: bootloader.pm:1734
+#: bootloader.pm:1813
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1025,7 +1026,7 @@ msgstr ""
"U herlaaistelsel se konfigurasie moet opgedateer word omdat 'n partisie se "
"nommer verander het"
-#: bootloader.pm:1747
+#: bootloader.pm:1826
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1034,52 +1035,52 @@ msgstr ""
"Die herlaaistelsel kan nie korrek geïnstalleer word nie. U moet in redding-"
"modus laai, kies dan \"%s\""
-#: bootloader.pm:1748
+#: bootloader.pm:1827
#, c-format
msgid "Re-install Boot Loader"
msgstr "Her-installeer herlaaistelsel"
-#: common.pm:132
+#: common.pm:142
#, fuzzy, c-format
msgid "B"
msgstr "KB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "KB"
msgstr "KB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "MB"
msgstr "MB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "GB"
msgstr "GB"
-#: common.pm:132 common.pm:141
+#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "TB"
-#: common.pm:149
+#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d minute"
-#: common.pm:151
+#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "1 minuut"
-#: common.pm:153
+#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d sekondes"
-#: common.pm:306
+#: common.pm:335
#, c-format
msgid "command %s missing"
msgstr ""
@@ -1102,45 +1103,44 @@ msgstr ""
msgid "New"
msgstr "Nuwe"
-#: diskdrake/dav.pm:61 diskdrake/interactive.pm:431 diskdrake/smbnfs_gtk.pm:75
+#: diskdrake/dav.pm:61 diskdrake/interactive.pm:380 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "Ontheg"
-#: diskdrake/dav.pm:62 diskdrake/interactive.pm:428 diskdrake/smbnfs_gtk.pm:76
+#: diskdrake/dav.pm:62 diskdrake/interactive.pm:377 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "Heg"
-#: diskdrake/dav.pm:64 diskdrake/interactive.pm:422
-#: diskdrake/interactive.pm:662 diskdrake/interactive.pm:680
-#: diskdrake/interactive.pm:684 diskdrake/removable.pm:23
+#: diskdrake/dav.pm:64 diskdrake/interactive.pm:371
+#: diskdrake/interactive.pm:611 diskdrake/interactive.pm:629
+#: diskdrake/interactive.pm:633 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Hegpunt"
-#: diskdrake/dav.pm:65 diskdrake/interactive.pm:424
-#: diskdrake/interactive.pm:1039 diskdrake/removable.pm:24
+#: diskdrake/dav.pm:65 diskdrake/interactive.pm:373
+#: diskdrake/interactive.pm:987 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "Opsies"
-#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:166 diskdrake/removable.pm:26
+#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:164 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "Klaar"
-#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:115 diskdrake/interactive.pm:229
-#: diskdrake/interactive.pm:242 diskdrake/interactive.pm:386
-#: diskdrake/interactive.pm:404 diskdrake/interactive.pm:529
-#: diskdrake/interactive.pm:534 diskdrake/interactive.pm:652
-#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:1087
-#: diskdrake/interactive.pm:1100 diskdrake/interactive.pm:1103
-#: diskdrake/interactive.pm:1351 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
-#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:227
+#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231
+#: diskdrake/interactive.pm:244 diskdrake/interactive.pm:478
+#: diskdrake/interactive.pm:483 diskdrake/interactive.pm:601
+#: diskdrake/interactive.pm:859 diskdrake/interactive.pm:1033
+#: diskdrake/interactive.pm:1046 diskdrake/interactive.pm:1049
+#: diskdrake/interactive.pm:1299 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
+#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:223
#: interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19
#: scanner.pm:94 scanner.pm:105 scanner.pm:112 scanner.pm:119 wizards.pm:95
#: wizards.pm:99 wizards.pm:121
@@ -1163,28 +1163,28 @@ msgstr "Die URL moet begin met http:// or https://"
msgid "Server: "
msgstr "Bediener: "
-#: diskdrake/dav.pm:110 diskdrake/interactive.pm:502
-#: diskdrake/interactive.pm:1225 diskdrake/interactive.pm:1303
+#: diskdrake/dav.pm:110 diskdrake/interactive.pm:451
+#: diskdrake/interactive.pm:1179 diskdrake/interactive.pm:1259
#, c-format
msgid "Mount point: "
msgstr "Hegpunt: "
-#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1310
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1266
#, c-format
msgid "Options: %s"
msgstr "Opsies: %s"
-#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:286
+#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:282
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106
-#: fs/partitioning_wizard.pm:47 fs/partitioning_wizard.pm:201
-#: fs/partitioning_wizard.pm:207 fs/partitioning_wizard.pm:247
-#: fs/partitioning_wizard.pm:266 fs/partitioning_wizard.pm:271
+#: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:205
+#: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:251
+#: fs/partitioning_wizard.pm:270 fs/partitioning_wizard.pm:275
#, c-format
msgid "Partitioning"
msgstr "Partisionering"
-#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1059
-#: diskdrake/interactive.pm:1069 diskdrake/interactive.pm:1122
+#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1008
+#: diskdrake/interactive.pm:1018 diskdrake/interactive.pm:1071
#, c-format
msgid "Read carefully!"
msgstr "Lees noukeurig!"
@@ -1194,7 +1194,7 @@ msgstr "Lees noukeurig!"
msgid "Please make a backup of your data first"
msgstr "Rugsteun u data eers asb."
-#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:222
+#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:224
#, c-format
msgid "Exit"
msgstr "Verlaat"
@@ -1214,18 +1214,18 @@ msgstr ""
"Indien u beplan om 'aboot' te gebruik, los spasie aan die begin\n"
"van die skyf. (2048 sektors is genoeg)."
-#: diskdrake/hd_gtk.pm:162 interactive.pm:640 interactive/gtk.pm:719
-#: interactive/gtk.pm:740 interactive/gtk.pm:760 ugtk2.pm:926 ugtk2.pm:927
+#: diskdrake/hd_gtk.pm:160 interactive.pm:644 interactive/gtk.pm:744
+#: interactive/gtk.pm:759 interactive/gtk.pm:779 ugtk2.pm:936 ugtk2.pm:937
#, c-format
msgid "Help"
msgstr "Hulp"
-#: diskdrake/hd_gtk.pm:197
+#: diskdrake/hd_gtk.pm:195
#, c-format
msgid "Choose action"
msgstr "Kies aksie"
-#: diskdrake/hd_gtk.pm:201
+#: diskdrake/hd_gtk.pm:199
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1236,162 +1236,156 @@ msgstr ""
"Ek stel voor u verstel eers die grootte van dié partisie\n"
"(kliek daarop en kliek dan op \"Verstel Grootte\")"
-#: diskdrake/hd_gtk.pm:203
+#: diskdrake/hd_gtk.pm:201
#, c-format
msgid "Please click on a partition"
msgstr "Kliek asb. op 'n partisie"
-#: diskdrake/hd_gtk.pm:217 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:215 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Detail"
-#: diskdrake/hd_gtk.pm:265
+#: diskdrake/hd_gtk.pm:263
#, c-format
msgid "No hard drives found"
msgstr "Geen hardeskywe kon gevind word nie"
-#: diskdrake/hd_gtk.pm:292
+#: diskdrake/hd_gtk.pm:290
#, c-format
msgid "Unknown"
msgstr "Onbekend"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "Ext3"
msgstr "Verlaat"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Swap"
msgstr "Ruilarea"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "SunOS"
msgstr "SunOS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "HFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:352 services.pm:158
+#: diskdrake/hd_gtk.pm:353 services.pm:158
#, c-format
msgid "Other"
msgstr "Ander"
-#: diskdrake/hd_gtk.pm:352 diskdrake/interactive.pm:1239
+#: diskdrake/hd_gtk.pm:353 diskdrake/interactive.pm:1194
#, c-format
msgid "Empty"
msgstr "Leeg"
-#: diskdrake/hd_gtk.pm:356
+#: diskdrake/hd_gtk.pm:357
#, c-format
msgid "Filesystem types:"
msgstr "Lêerstelsel-tipes:"
-#: diskdrake/hd_gtk.pm:380 diskdrake/interactive.pm:291
-#: diskdrake/interactive.pm:380 diskdrake/interactive.pm:410
-#: diskdrake/interactive.pm:559 diskdrake/interactive.pm:743
-#: diskdrake/interactive.pm:801 diskdrake/interactive.pm:894
-#: diskdrake/interactive.pm:936 diskdrake/interactive.pm:937
-#: diskdrake/interactive.pm:1168 diskdrake/interactive.pm:1206
-#: diskdrake/interactive.pm:1342 do_pkgs.pm:16 do_pkgs.pm:35 do_pkgs.pm:53
-#: harddrake/sound.pm:285
+#: diskdrake/hd_gtk.pm:381 diskdrake/interactive.pm:287
+#: diskdrake/interactive.pm:359 diskdrake/interactive.pm:508
+#: diskdrake/interactive.pm:692 diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:839 diskdrake/interactive.pm:881
+#: diskdrake/interactive.pm:882 diskdrake/interactive.pm:1117
+#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1298 do_pkgs.pm:16
+#: do_pkgs.pm:35 do_pkgs.pm:53 harddrake/sound.pm:286
#, c-format
msgid "Warning"
msgstr "Waarskuwing"
-#: diskdrake/hd_gtk.pm:380
+#: diskdrake/hd_gtk.pm:381
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "Hierdie partisie se grootte kan nie verstel word nie"
-#: diskdrake/hd_gtk.pm:389
+#: diskdrake/hd_gtk.pm:390
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Gebruik ``Ontheg'' eerste"
-#: diskdrake/hd_gtk.pm:389
-#, c-format
-msgid "Use ``%s'' instead"
+#: diskdrake/hd_gtk.pm:390
+#, fuzzy, c-format
+msgid "Use ``%s'' instead (in expert mode)"
msgstr "Gebruik ``%s'' instede."
-#: diskdrake/hd_gtk.pm:389 diskdrake/interactive.pm:423
-#: diskdrake/interactive.pm:597 diskdrake/interactive.pm:1075
+#: diskdrake/hd_gtk.pm:390 diskdrake/interactive.pm:372
+#: diskdrake/interactive.pm:546 diskdrake/interactive.pm:1024
#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "Tipe"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose another partition"
msgstr "Kies 'n ander partisie"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose a partition"
msgstr "Kies 'n partisie"
-#: diskdrake/interactive.pm:255
-#, c-format
-msgid "Undo"
-msgstr "Herroep"
-
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to normal mode"
msgstr "Skakel oor na normale gebruiksvlak"
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to expert mode"
msgstr "Skakel oor na kundige gebruiksvlak"
-#: diskdrake/interactive.pm:269 diskdrake/interactive.pm:279
-#: diskdrake/interactive.pm:1153
+#: diskdrake/interactive.pm:265 diskdrake/interactive.pm:275
+#: diskdrake/interactive.pm:1102
#, fuzzy, c-format
msgid "Confirmation"
msgstr "Konfigurasie"
-#: diskdrake/interactive.pm:269
+#: diskdrake/interactive.pm:265
#, c-format
msgid "Continue anyway?"
msgstr "Wil u in elk geval voortgaan?"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without saving"
msgstr "Verlaat, maar moenie iets stoor nie"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without writing the partition table?"
msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-#: diskdrake/interactive.pm:279
+#: diskdrake/interactive.pm:275
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "Wil u die /etc/fstab veranderinge stoor?"
-#: diskdrake/interactive.pm:286 fs/partitioning_wizard.pm:247
+#: diskdrake/interactive.pm:282 fs/partitioning_wizard.pm:251
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr "U moet herlaai om die partisielys-veranderinge te aktiveer"
-#: diskdrake/interactive.pm:291
+#: diskdrake/interactive.pm:287
#, c-format
msgid ""
"You should format partition %s.\n"
@@ -1399,38 +1393,38 @@ msgid ""
"Quit anyway?"
msgstr ""
-#: diskdrake/interactive.pm:304
+#: diskdrake/interactive.pm:300
#, c-format
msgid "Clear all"
msgstr "Verwyder almal"
-#: diskdrake/interactive.pm:305
+#: diskdrake/interactive.pm:301
#, c-format
msgid "Auto allocate"
msgstr "Outo-allokeer"
-#: diskdrake/interactive.pm:306 diskdrake/interactive.pm:354
+#: diskdrake/interactive.pm:302 diskdrake/interactive.pm:350
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "Meer Keuses"
-#: diskdrake/interactive.pm:311
+#: diskdrake/interactive.pm:307
#, c-format
msgid "Hard drive information"
msgstr "Hardeskyfinligting"
-#: diskdrake/interactive.pm:343
+#: diskdrake/interactive.pm:339
#, c-format
msgid "All primary partitions are used"
msgstr "Alle primêre partisies is gebruik"
-#: diskdrake/interactive.pm:344
+#: diskdrake/interactive.pm:340
#, c-format
msgid "I can not add any more partitions"
msgstr "Ek kan nie meer partisies byvoeg nie"
-#: diskdrake/interactive.pm:345
+#: diskdrake/interactive.pm:341
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
@@ -1439,121 +1433,97 @@ msgstr ""
"Om meer partisies te verkry, verwyder asb. een om 'n ektensiepartisiete kan "
"skep"
-#: diskdrake/interactive.pm:356
-#, c-format
-msgid "Save partition table"
-msgstr "Skryf partisielys"
-
-#: diskdrake/interactive.pm:357
-#, c-format
-msgid "Restore partition table"
-msgstr "Herstel partisielys"
-
-#: diskdrake/interactive.pm:359
+#: diskdrake/interactive.pm:352
#, c-format
msgid "Reload partition table"
msgstr "Herlaai partisietabel"
-#: diskdrake/interactive.pm:369 diskdrake/interactive.pm:395
-#, c-format
-msgid "Select file"
-msgstr "Kies lêer"
-
-#: diskdrake/interactive.pm:381
-#, c-format
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Die rugsteunpartisielys se grootte verskil\n"
-"Wil u voortgaan?"
-
-#: diskdrake/interactive.pm:410
+#: diskdrake/interactive.pm:359
#, c-format
msgid "Detailed information"
msgstr "Gedetaileerde inligting"
-#: diskdrake/interactive.pm:426 diskdrake/interactive.pm:756
+#: diskdrake/interactive.pm:375 diskdrake/interactive.pm:705
#, c-format
msgid "Resize"
msgstr "Verstel Grootte"
-#: diskdrake/interactive.pm:427
+#: diskdrake/interactive.pm:376
#, c-format
msgid "Format"
msgstr "Formatteer"
-#: diskdrake/interactive.pm:429 diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:378 diskdrake/interactive.pm:791
#, c-format
msgid "Add to RAID"
msgstr "Voeg by RAID"
-#: diskdrake/interactive.pm:430 diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:379 diskdrake/interactive.pm:809
#, c-format
msgid "Add to LVM"
msgstr "Voeg by LVM"
-#: diskdrake/interactive.pm:432
+#: diskdrake/interactive.pm:381
#, c-format
msgid "Delete"
msgstr "Uitwis"
-#: diskdrake/interactive.pm:433
+#: diskdrake/interactive.pm:382
#, c-format
msgid "Remove from RAID"
msgstr "Verwyder uit RAID"
-#: diskdrake/interactive.pm:434
+#: diskdrake/interactive.pm:383
#, c-format
msgid "Remove from LVM"
msgstr "Verwyder uit LVM"
-#: diskdrake/interactive.pm:435
+#: diskdrake/interactive.pm:384
#, c-format
msgid "Modify RAID"
msgstr "Verander RAID"
-#: diskdrake/interactive.pm:436
+#: diskdrake/interactive.pm:385
#, c-format
msgid "Use for loopback"
msgstr "Gebruik vir teruglus"
-#: diskdrake/interactive.pm:447
+#: diskdrake/interactive.pm:396
#, c-format
msgid "Create"
msgstr "Skep"
-#: diskdrake/interactive.pm:491 diskdrake/interactive.pm:493
+#: diskdrake/interactive.pm:440 diskdrake/interactive.pm:442
#, c-format
msgid "Create a new partition"
msgstr "Skep 'n nuwe partisie"
-#: diskdrake/interactive.pm:495
+#: diskdrake/interactive.pm:444
#, c-format
msgid "Start sector: "
msgstr "Begin-sektor: "
-#: diskdrake/interactive.pm:498 diskdrake/interactive.pm:929
+#: diskdrake/interactive.pm:447 diskdrake/interactive.pm:874
#, c-format
msgid "Size in MB: "
msgstr "Grootte in MB: "
-#: diskdrake/interactive.pm:500 diskdrake/interactive.pm:930
+#: diskdrake/interactive.pm:449 diskdrake/interactive.pm:875
#, c-format
msgid "Filesystem type: "
msgstr "Lêerstelsel-tipe: "
-#: diskdrake/interactive.pm:506
+#: diskdrake/interactive.pm:455
#, c-format
msgid "Preference: "
msgstr "Voorkeure: "
-#: diskdrake/interactive.pm:509
+#: diskdrake/interactive.pm:458
#, c-format
msgid "Logical volume name "
msgstr "Logiese-volumenaam "
-#: diskdrake/interactive.pm:529
+#: diskdrake/interactive.pm:478
#, c-format
msgid ""
"You can not create a new partition\n"
@@ -1564,12 +1534,12 @@ msgstr ""
"(aangsien u die maksimum aantal primêre partisies bereik het).\n"
"Verwyder eerstens 'n primêre partisie en skep dan 'n sekondêre partisie."
-#: diskdrake/interactive.pm:559
+#: diskdrake/interactive.pm:508
#, c-format
msgid "Remove the loopback file?"
msgstr "Verwyder die terugluslêer?"
-#: diskdrake/interactive.pm:581
+#: diskdrake/interactive.pm:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1577,42 +1547,42 @@ msgstr ""
"Alle data om hierdie partisie %s sal uitgewis word na verandering van die \n"
"partisietipe"
-#: diskdrake/interactive.pm:594
+#: diskdrake/interactive.pm:543
#, c-format
msgid "Change partition type"
msgstr "Verander partisietipe"
-#: diskdrake/interactive.pm:596 diskdrake/removable.pm:47
+#: diskdrake/interactive.pm:545 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "Watter lêerstelsel verlang u?"
-#: diskdrake/interactive.pm:603
-#, c-format
-msgid "Switching from ext2 to ext3"
+#: diskdrake/interactive.pm:552
+#, fuzzy, c-format
+msgid "Switching from %s to %s"
msgstr "Oorskakeling van ext2 na ext3"
-#: diskdrake/interactive.pm:629 diskdrake/interactive.pm:632
+#: diskdrake/interactive.pm:578 diskdrake/interactive.pm:581
#, c-format
msgid "Which volume label?"
msgstr ""
-#: diskdrake/interactive.pm:633
+#: diskdrake/interactive.pm:582
#, fuzzy, c-format
msgid "Label:"
msgstr "Naam"
-#: diskdrake/interactive.pm:647
+#: diskdrake/interactive.pm:596
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "Waar wil u terugluslêer %s heg?"
-#: diskdrake/interactive.pm:648
+#: diskdrake/interactive.pm:597
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Waar wil u toestel %s heg?"
-#: diskdrake/interactive.pm:653
+#: diskdrake/interactive.pm:602
#, c-format
msgid ""
"Can not unset mount point as this partition is used for loop back.\n"
@@ -1621,58 +1591,58 @@ msgstr ""
"Kan nie hegpunt ontset nie, omdat hierdie partisie vir teruglus\n"
"gebruik word. Verwyder eers die teruglus."
-#: diskdrake/interactive.pm:683
+#: diskdrake/interactive.pm:632
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Waar wil u toestel %s heg?"
-#: diskdrake/interactive.pm:707 diskdrake/interactive.pm:790
-#: fs/partitioning_wizard.pm:141 fs/partitioning_wizard.pm:173
+#: diskdrake/interactive.pm:656 diskdrake/interactive.pm:739
+#: fs/partitioning_wizard.pm:145 fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing"
msgstr "Grootteverandering"
-#: diskdrake/interactive.pm:707
+#: diskdrake/interactive.pm:656
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "FAT lêerstelselgrense word bereken"
-#: diskdrake/interactive.pm:743
+#: diskdrake/interactive.pm:692
#, c-format
msgid "This partition is not resizeable"
msgstr "Hierdie partisie se grootte kan nie verstel word nie"
-#: diskdrake/interactive.pm:748
+#: diskdrake/interactive.pm:697
#, c-format
msgid "All data on this partition should be backed-up"
msgstr "Alle data om hierdie partisie moet gerugsteun word."
-#: diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:699
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Alle data op partisie %s sal uitgewis word met die grootteverandering"
-#: diskdrake/interactive.pm:757
+#: diskdrake/interactive.pm:706
#, c-format
msgid "Choose the new size"
msgstr "Kies die nuwe grootte"
-#: diskdrake/interactive.pm:758
+#: diskdrake/interactive.pm:707
#, c-format
msgid "New size in MB: "
msgstr "Nuwe grootte in MB: "
-#: diskdrake/interactive.pm:759
+#: diskdrake/interactive.pm:708
#, c-format
msgid "Minimum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:760
+#: diskdrake/interactive.pm:709
#, c-format
msgid "Maximum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:801 fs/partitioning_wizard.pm:181
+#: diskdrake/interactive.pm:750 fs/partitioning_wizard.pm:185
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
@@ -1682,134 +1652,134 @@ msgstr ""
"verklien het,sal daar toetste op u lêerstelsel(s) gedoen word,\n"
"volgende keer as Windows™ selflaai"
-#: diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:791
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Kies 'n bestaande RAID om by toe te voeg"
-#: diskdrake/interactive.pm:844 diskdrake/interactive.pm:861
+#: diskdrake/interactive.pm:793 diskdrake/interactive.pm:811
#, c-format
msgid "new"
msgstr "nuut"
-#: diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:809
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "Kies 'n bestaande LVM om by toe te voeg"
-#: diskdrake/interactive.pm:866
+#: diskdrake/interactive.pm:816
#, c-format
msgid "LVM name?"
msgstr "LVM naam?"
-#: diskdrake/interactive.pm:894
+#: diskdrake/interactive.pm:839
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
-#: diskdrake/interactive.pm:896
+#: diskdrake/interactive.pm:841
#, c-format
msgid "Moving physical extents"
msgstr ""
-#: diskdrake/interactive.pm:914
+#: diskdrake/interactive.pm:859
#, c-format
msgid "This partition can not be used for loopback"
msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
-#: diskdrake/interactive.pm:927
+#: diskdrake/interactive.pm:872
#, c-format
msgid "Loopback"
msgstr "Teruglus"
-#: diskdrake/interactive.pm:928
+#: diskdrake/interactive.pm:873
#, c-format
msgid "Loopback file name: "
msgstr "Teruglus lêernaam:"
-#: diskdrake/interactive.pm:933
+#: diskdrake/interactive.pm:878
#, c-format
msgid "Give a file name"
msgstr "Voorsien 'n lêernaam"
-#: diskdrake/interactive.pm:936
+#: diskdrake/interactive.pm:881
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "Lêer word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
-#: diskdrake/interactive.pm:937
+#: diskdrake/interactive.pm:882
#, c-format
msgid "File already exists. Use it?"
msgstr "Lêer bestaan alreeds. Moet dit gebruik word?"
-#: diskdrake/interactive.pm:966 diskdrake/interactive.pm:969
+#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:917
#, c-format
msgid "Mount options"
msgstr "Hegopsies:"
-#: diskdrake/interactive.pm:976
+#: diskdrake/interactive.pm:924
#, c-format
msgid "Various"
msgstr "Verskeie"
-#: diskdrake/interactive.pm:1041
+#: diskdrake/interactive.pm:989
#, c-format
msgid "device"
msgstr "toestel"
-#: diskdrake/interactive.pm:1042
+#: diskdrake/interactive.pm:990
#, c-format
msgid "level"
msgstr "vlak"
-#: diskdrake/interactive.pm:1043
+#: diskdrake/interactive.pm:991
#, fuzzy, c-format
msgid "chunk size in KiB"
msgstr "blokgrootte"
-#: diskdrake/interactive.pm:1060
+#: diskdrake/interactive.pm:1009
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
-#: diskdrake/interactive.pm:1075
+#: diskdrake/interactive.pm:1024
#, c-format
msgid "What type of partitioning?"
msgstr "Watter soort partisie?"
-#: diskdrake/interactive.pm:1113
+#: diskdrake/interactive.pm:1062
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr "U sal moet herlaai voor die veranderinge geaktiveer kan word"
-#: diskdrake/interactive.pm:1122
+#: diskdrake/interactive.pm:1071
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Die partisielys op skyf %s gaan opdateer word!"
-#: diskdrake/interactive.pm:1148
+#: diskdrake/interactive.pm:1097
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Alle data om partisie %s sal uitgewis word met formatering."
-#: diskdrake/interactive.pm:1153 fs/partitioning.pm:49
+#: diskdrake/interactive.pm:1102 fs/partitioning.pm:49
#, c-format
msgid "Check bad blocks?"
msgstr "Toets vir foutiewe areas?"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Move files to the new partition"
msgstr "Verskuif lêers na nuwe partisie toe"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Hide files"
msgstr "Versteek lêers"
-#: diskdrake/interactive.pm:1168
+#: diskdrake/interactive.pm:1117
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -1820,108 +1790,108 @@ msgid ""
"the contents of the mounted partition)"
msgstr ""
-#: diskdrake/interactive.pm:1183
+#: diskdrake/interactive.pm:1132
#, c-format
msgid "Moving files to the new partition"
msgstr "Verskuif lêers na nuwe partisie toe"
-#: diskdrake/interactive.pm:1187
+#: diskdrake/interactive.pm:1136
#, c-format
msgid "Copying %s"
msgstr "Kopieer %s"
-#: diskdrake/interactive.pm:1191
+#: diskdrake/interactive.pm:1140
#, c-format
msgid "Removing %s"
msgstr "Verwyder %s"
-#: diskdrake/interactive.pm:1205
+#: diskdrake/interactive.pm:1154
#, c-format
msgid "partition %s is now known as %s"
msgstr "partisie %s staan bekens as %s"
-#: diskdrake/interactive.pm:1206
+#: diskdrake/interactive.pm:1155
#, c-format
msgid "Partitions have been renumbered: "
msgstr ""
-#: diskdrake/interactive.pm:1226 diskdrake/interactive.pm:1288
+#: diskdrake/interactive.pm:1180 diskdrake/interactive.pm:1243
#, c-format
msgid "Device: "
msgstr "Toestel: "
-#: diskdrake/interactive.pm:1227
+#: diskdrake/interactive.pm:1181
#, c-format
msgid "Volume label: "
msgstr ""
-#: diskdrake/interactive.pm:1241
+#: diskdrake/interactive.pm:1182
#, c-format
msgid "UUID: "
msgstr ""
-#: diskdrake/interactive.pm:1242
+#: diskdrake/interactive.pm:1183
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-skyfletter: %s ('n raaiskoot)\n"
-#: diskdrake/interactive.pm:1232 diskdrake/interactive.pm:1241
-#: diskdrake/interactive.pm:1306
+#: diskdrake/interactive.pm:1187 diskdrake/interactive.pm:1196
+#: diskdrake/interactive.pm:1262
#, c-format
msgid "Type: "
msgstr "Tipe:"
-#: diskdrake/interactive.pm:1236
+#: diskdrake/interactive.pm:1191 diskdrake/interactive.pm:1247
#, c-format
msgid "Name: "
msgstr "Naam: "
-#: diskdrake/interactive.pm:1243
+#: diskdrake/interactive.pm:1198
#, c-format
msgid "Start: sector %s\n"
msgstr "Begin: sektor %s\n"
-#: diskdrake/interactive.pm:1244
+#: diskdrake/interactive.pm:1199
#, c-format
msgid "Size: %s"
msgstr "Grootte: %s"
-#: diskdrake/interactive.pm:1246
+#: diskdrake/interactive.pm:1201
#, c-format
msgid ", %s sectors"
msgstr ", %s sektore"
-#: diskdrake/interactive.pm:1248
+#: diskdrake/interactive.pm:1203
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silinder %d na silinder %d\n"
-#: diskdrake/interactive.pm:1249
+#: diskdrake/interactive.pm:1204
#, c-format
msgid "Number of logical extents: %d\n"
msgstr ""
-#: diskdrake/interactive.pm:1250
+#: diskdrake/interactive.pm:1205
#, c-format
msgid "Formatted\n"
msgstr "Geformateer\n"
-#: diskdrake/interactive.pm:1251
+#: diskdrake/interactive.pm:1206
#, c-format
msgid "Not formatted\n"
msgstr "Nie geformatter\n"
-#: diskdrake/interactive.pm:1252
+#: diskdrake/interactive.pm:1207
#, c-format
msgid "Mounted\n"
msgstr "Geheg\n"
-#: diskdrake/interactive.pm:1253
+#: diskdrake/interactive.pm:1208
#, c-format
msgid "RAID %s\n"
msgstr "RAID %s\n"
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1213
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -1930,7 +1900,7 @@ msgstr ""
"Teruglus lêer(s):\n"
" %s\n"
-#: diskdrake/interactive.pm:1259
+#: diskdrake/interactive.pm:1214
#, c-format
msgid ""
"Partition booted by default\n"
@@ -1939,27 +1909,27 @@ msgstr ""
"Verstekpartisie vir herlaai\n"
" (vir MS_DOS doeleinDES, nie LILO s'n nie)\n"
-#: diskdrake/interactive.pm:1261
+#: diskdrake/interactive.pm:1216
#, c-format
msgid "Level %s\n"
msgstr "Vlak %s\n"
-#: diskdrake/interactive.pm:1262
+#: diskdrake/interactive.pm:1217
#, fuzzy, c-format
msgid "Chunk size %d KiB\n"
msgstr "Blokgrootte %s\n"
-#: diskdrake/interactive.pm:1263
+#: diskdrake/interactive.pm:1218
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-skywe %s\n"
-#: diskdrake/interactive.pm:1265
+#: diskdrake/interactive.pm:1220
#, c-format
msgid "Loopback file name: %s"
msgstr "Teruglus lêernaam: %s"
-#: diskdrake/interactive.pm:1268
+#: diskdrake/interactive.pm:1223
#, c-format
msgid ""
"\n"
@@ -1972,7 +1942,7 @@ msgstr ""
"drywerpartisie is en verkieslik alleen gelos\n"
"moet word.\n"
-#: diskdrake/interactive.pm:1271
+#: diskdrake/interactive.pm:1226
#, c-format
msgid ""
"\n"
@@ -1984,79 +1954,79 @@ msgstr ""
"Hierdie spesiale herlaaipartisie\n"
"is om u stelsel te duolaai.\n"
-#: diskdrake/interactive.pm:1280
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Free space on %s (%s)"
msgstr ""
-#: diskdrake/interactive.pm:1289
+#: diskdrake/interactive.pm:1244
#, c-format
msgid "Read-only"
msgstr "Lees-alleen"
-#: diskdrake/interactive.pm:1290
+#: diskdrake/interactive.pm:1245
#, c-format
msgid "Size: %s\n"
msgstr "Grootte: %s\n"
-#: diskdrake/interactive.pm:1291
+#: diskdrake/interactive.pm:1246
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrie: %s silinders, %s koppe, %s sektore\n"
-#: diskdrake/interactive.pm:1292
-#, c-format
-msgid "Info: "
-msgstr "Info:"
+#: diskdrake/interactive.pm:1248
+#, fuzzy, c-format
+msgid "Medium type: "
+msgstr "Lêerstelsel-tipe: "
-#: diskdrake/interactive.pm:1293
+#: diskdrake/interactive.pm:1249
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-skywe %s\n"
-#: diskdrake/interactive.pm:1294
+#: diskdrake/interactive.pm:1250
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipe Partisielys: %s\n"
-#: diskdrake/interactive.pm:1295
+#: diskdrake/interactive.pm:1251
#, c-format
msgid "on channel %d id %d\n"
msgstr "op bus %d id %d\n"
-#: diskdrake/interactive.pm:1338
+#: diskdrake/interactive.pm:1294
#, c-format
msgid "Filesystem encryption key"
msgstr "Enkripsie-sleutel van lêerstelsel"
-#: diskdrake/interactive.pm:1339
+#: diskdrake/interactive.pm:1295
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "Kies 'n enkripsie-sleutel vir u lêerstelsel"
-#: diskdrake/interactive.pm:1342
+#: diskdrake/interactive.pm:1298
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Hierdie enkripsie-sleutel is te eenvoudig. (moet ten minste %d karakters "
"bevat.)"
-#: diskdrake/interactive.pm:1343
+#: diskdrake/interactive.pm:1299
#, c-format
msgid "The encryption keys do not match"
msgstr "Die enkripsie-sleutels stem nie ooreen nie."
-#: diskdrake/interactive.pm:1346
+#: diskdrake/interactive.pm:1302
#, c-format
msgid "Encryption key"
msgstr "Enkripsie-sleutel"
-#: diskdrake/interactive.pm:1347
+#: diskdrake/interactive.pm:1303
#, c-format
msgid "Encryption key (again)"
msgstr "Enkripsie-sleutel (nogmaals)"
-#: diskdrake/interactive.pm:1349
+#: diskdrake/interactive.pm:1305
#, c-format
msgid "Encryption algorithm"
msgstr "Enkripsie-algoritme"
@@ -2066,10 +2036,10 @@ msgstr "Enkripsie-algoritme"
msgid "Change type"
msgstr "Verander tipe"
-#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:539
+#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:543
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
-#: interactive/stdio.pm:39 interactive/stdio.pm:142 ugtk2.pm:407 ugtk2.pm:509
-#: ugtk2.pm:518 ugtk2.pm:791
+#: interactive/stdio.pm:39 interactive/stdio.pm:148 ugtk2.pm:408 ugtk2.pm:510
+#: ugtk2.pm:519 ugtk2.pm:801
#, c-format
msgid "Cancel"
msgstr "Kanselleer"
@@ -2137,12 +2107,12 @@ msgstr "Verpligte pakket %s ontbreek"
msgid "The following packages need to be installed:\n"
msgstr "Die volgende pakkette geïnstalleer word:\n"
-#: do_pkgs.pm:209
+#: do_pkgs.pm:216
#, c-format
msgid "Installing packages..."
msgstr "Installeer pakkette..."
-#: do_pkgs.pm:255
+#: do_pkgs.pm:258
#, c-format
msgid "Removing packages..."
msgstr "Verwyder pakkette..."
@@ -2156,27 +2126,27 @@ msgstr ""
"'n Fout het voorgekom - geen geldige toestelle om die nuwe lêerstelsels op "
"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
-#: fs/any.pm:62 fs/partitioning_wizard.pm:55
+#: fs/any.pm:74 fs/partitioning_wizard.pm:59
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "U moet oor 'n FAT partisie wat as /boot/efi geheg is, beskik"
-#: fs/format.pm:60 fs/format.pm:67
+#: fs/format.pm:62 fs/format.pm:69
#, c-format
msgid "Formatting partition %s"
msgstr "Partisie %s word formateer"
-#: fs/format.pm:64
+#: fs/format.pm:66
#, c-format
msgid "Creating and formatting file %s"
msgstr "Lêer %s word geskep en formatteer"
-#: fs/format.pm:117
+#: fs/format.pm:119
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr "Ek weet nie om %s as tipe %s te formateer nie"
-#: fs/format.pm:122 fs/format.pm:124
+#: fs/format.pm:124 fs/format.pm:126
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering ban %s het gefaal"
@@ -2201,32 +2171,32 @@ msgstr "heg van partisie %s in lêergids %s het gefaal"
msgid "Checking %s"
msgstr "Toets %s"
-#: fs/mount.pm:118 partition_table.pm:384
+#: fs/mount.pm:119 partition_table.pm:395
#, c-format
msgid "error unmounting %s: %s"
msgstr "fout met onthegting van %s: %s"
-#: fs/mount.pm:133
+#: fs/mount.pm:134
#, c-format
msgid "Enabling swap partition %s"
msgstr "Aktiveer 'swap'-partisie %s"
-#: fs/mount_options.pm:111
+#: fs/mount_options.pm:115
#, fuzzy, c-format
msgid "Use an encrypted file system"
msgstr "U kan nie 'n lêerstelsel met enkripsie vir hegpunt %s gebruik nie."
-#: fs/mount_options.pm:113
+#: fs/mount_options.pm:117
#, c-format
msgid "Flush write cache on file close"
msgstr ""
-#: fs/mount_options.pm:115
+#: fs/mount_options.pm:119
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:117
+#: fs/mount_options.pm:121
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
@@ -2236,7 +2206,7 @@ msgstr ""
"(bv. maak die toegang na die nuus-spoel vinniger, wat weer die\n"
"nuus-bediener vinniger maak)"
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:124
#, fuzzy, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
@@ -2246,7 +2216,7 @@ msgstr ""
"(bv. maak die toegang na die nuus-spoel vinniger, wat weer die\n"
"nuus-bediener vinniger maak)"
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:127
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
@@ -2255,7 +2225,7 @@ msgstr ""
"Kan slegs afsonderlik geheg word (- op sy eie - , \n"
"die '-a' opsie sal hiedie lêerstelsel nie laat heg nie)."
-#: fs/mount_options.pm:126
+#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""
@@ -2263,7 +2233,7 @@ msgstr ""
"vertolk\n"
"nie."
-#: fs/mount_options.pm:128
+#: fs/mount_options.pm:132
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -2274,7 +2244,7 @@ msgstr ""
"lêerstelsel toelaat nie. Hierdie opsie kan handig wees indien 'n bediener\n"
"lêerstelsels het, wie se programme nie op linux uitgevoer kan word nie."
-#: fs/mount_options.pm:132
+#: fs/mount_options.pm:136
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -2285,42 +2255,42 @@ msgstr ""
"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
"have suidperl(1) installed.)"
-#: fs/mount_options.pm:136
+#: fs/mount_options.pm:140
#, c-format
msgid "Mount the file system read-only."
msgstr "Heg die lêerstelsel as lees-alleen."
-#: fs/mount_options.pm:138
+#: fs/mount_options.pm:142
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr "Alle I/O na die lêerstelsel moet sinkronies wees."
-#: fs/mount_options.pm:140
+#: fs/mount_options.pm:144
#, c-format
msgid "Allow every user to mount and umount the file system."
msgstr ""
-#: fs/mount_options.pm:142
+#: fs/mount_options.pm:146
#, c-format
msgid "Allow an ordinary user to mount the file system."
msgstr ""
-#: fs/mount_options.pm:144
+#: fs/mount_options.pm:148
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:146
+#: fs/mount_options.pm:150
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr ""
-#: fs/mount_options.pm:148
+#: fs/mount_options.pm:152
#, c-format
msgid "Give write access to ordinary users"
msgstr "Verleen skryf-toegang aan gewone gebruikers"
-#: fs/mount_options.pm:150
+#: fs/mount_options.pm:154
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "Verleen slegs lees-toegang aan gewone gebruikers"
@@ -2364,7 +2334,7 @@ msgstr ""
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Nie genoeg ruilarea om die installasie te voltooi. Voeg asb. by."
-#: fs/partitioning_wizard.pm:47
+#: fs/partitioning_wizard.pm:51
#, c-format
msgid ""
"You must have a root partition.\n"
@@ -2375,7 +2345,7 @@ msgstr ""
"Skep 'n partisie of kliek op 'n bestaande een.\n"
"Kies dan Hegpunt en stel dit dan '/'."
-#: fs/partitioning_wizard.pm:52
+#: fs/partitioning_wizard.pm:56
#, c-format
msgid ""
"You do not have a swap partition.\n"
@@ -2386,69 +2356,69 @@ msgstr ""
"\n"
"Wil u steeds voortgaan?"
-#: fs/partitioning_wizard.pm:80
+#: fs/partitioning_wizard.pm:84
#, c-format
msgid "Use free space"
msgstr "Gebruik beskikbare spasie"
-#: fs/partitioning_wizard.pm:82
+#: fs/partitioning_wizard.pm:86
#, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "Tekort aan oop spasie vir die nuwe partisies"
-#: fs/partitioning_wizard.pm:90
+#: fs/partitioning_wizard.pm:94
#, c-format
msgid "Use existing partitions"
msgstr "Gebruik bestaande partisies"
-#: fs/partitioning_wizard.pm:92
+#: fs/partitioning_wizard.pm:96
#, c-format
msgid "There is no existing partition to use"
msgstr "Daar is geen bestaande partisies om te gebruik nie"
-#: fs/partitioning_wizard.pm:99
+#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use the Microsoft Windows® partition for loopback"
msgstr "Gebruik vir die Microsoft Windows®-partisie vir teruglus"
-#: fs/partitioning_wizard.pm:102
+#: fs/partitioning_wizard.pm:106
#, c-format
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Watter partisie wil u vir Linux4Win gebruik?"
-#: fs/partitioning_wizard.pm:104
+#: fs/partitioning_wizard.pm:108
#, c-format
msgid "Choose the sizes"
msgstr "Kies die groottes"
-#: fs/partitioning_wizard.pm:105
+#: fs/partitioning_wizard.pm:109
#, c-format
msgid "Root partition size in MB: "
msgstr "'root'-partisiegrootte in MB:"
-#: fs/partitioning_wizard.pm:106
+#: fs/partitioning_wizard.pm:110
#, c-format
msgid "Swap partition size in MB: "
msgstr "Ruilpartisiegrootte in MB: "
-#: fs/partitioning_wizard.pm:115
+#: fs/partitioning_wizard.pm:119
#, c-format
msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
"Daar is geen FAT partisies om as teruglus (nie genoeg spasie nie) te gebruik "
"nie"
-#: fs/partitioning_wizard.pm:122
+#: fs/partitioning_wizard.pm:126
#, c-format
msgid "Use the free space on the Microsoft Windows® partition"
msgstr "Gebruik die beskikbare spasie op die Windows-partisie"
-#: fs/partitioning_wizard.pm:124
+#: fs/partitioning_wizard.pm:128
#, c-format
msgid "Which partition do you want to resize?"
msgstr "Watter partisie se grootte wil u verander?"
-#: fs/partitioning_wizard.pm:138
+#: fs/partitioning_wizard.pm:142
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2457,12 +2427,12 @@ msgstr ""
"Die FAT-verstellingsprogram kan nie u partisie hanteer nie.\n"
"Fout: %s"
-#: fs/partitioning_wizard.pm:141
+#: fs/partitioning_wizard.pm:145
#, c-format
msgid "Computing the size of the Microsoft Windows® partition"
msgstr "Bereken die grootte van die Microsoft Windows®partisie"
-#: fs/partitioning_wizard.pm:148
+#: fs/partitioning_wizard.pm:152
#, c-format
msgid ""
"Your Microsoft Windows® partition is too fragmented. Please reboot your "
@@ -2470,7 +2440,7 @@ msgid ""
"the Mandriva Linux installation."
msgstr "U Windows-partisie is te gefragmenteer. Loop eers 'defrag' asb."
-#: fs/partitioning_wizard.pm:151
+#: fs/partitioning_wizard.pm:155
#, c-format
msgid ""
"WARNING!\n"
@@ -2505,8 +2475,8 @@ msgstr ""
"Andersins, klik op %s."
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: fs/partitioning_wizard.pm:160 interactive.pm:538 interactive/curses.pm:263
-#: ugtk2.pm:511
+#: fs/partitioning_wizard.pm:164 interactive.pm:542 interactive/curses.pm:263
+#: ugtk2.pm:512
#, c-format
msgid "Next"
msgstr "Volgende"
@@ -2521,57 +2491,57 @@ msgstr "Partisionering"
msgid "Which size do you want to keep for Microsoft Windows® on partition %s?"
msgstr "Watter grootte wil u vir Microsoft Windows® behou? partisie %s?"
-#: fs/partitioning_wizard.pm:164
+#: fs/partitioning_wizard.pm:168
#, c-format
msgid "Size"
msgstr "Grootte"
-#: fs/partitioning_wizard.pm:173
+#: fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing Microsoft Windows® partition"
msgstr "Microsoft Windows®lêerstelselgrense word bereken"
-#: fs/partitioning_wizard.pm:178
+#: fs/partitioning_wizard.pm:182
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-grootteverandering het gefaal: %s"
-#: fs/partitioning_wizard.pm:193
+#: fs/partitioning_wizard.pm:197
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr "Daar is geen FAT partisies om te verander nie(nie genoeg spasie nie)"
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, c-format
msgid "Remove Microsoft Windows®"
msgstr "Verwyder Microsoft Windows®"
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, fuzzy, c-format
msgid "Erase and use entire disk"
msgstr "Wis hele skyf"
-#: fs/partitioning_wizard.pm:200
+#: fs/partitioning_wizard.pm:204
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "U het meer as een hardeskyf, waar wil u Linux installeer?"
-#: fs/partitioning_wizard.pm:206
+#: fs/partitioning_wizard.pm:210 fsedit.pm:566
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Alle bestaande partisies en data sal uitgewis word op skyf %s"
-#: fs/partitioning_wizard.pm:217
+#: fs/partitioning_wizard.pm:221
#, c-format
msgid "Custom disk partitioning"
msgstr "Gespesialiseerde skyfpartisionering"
-#: fs/partitioning_wizard.pm:223
+#: fs/partitioning_wizard.pm:227
#, c-format
msgid "Use fdisk"
msgstr "Gebruik fdisk"
-#: fs/partitioning_wizard.pm:226
+#: fs/partitioning_wizard.pm:230
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -2580,27 +2550,27 @@ msgstr ""
"U het nou partisie %s partisioneer.\n"
"Wanneer u klaar is, stoor u veranderinge met 'w'."
-#: fs/partitioning_wizard.pm:266
+#: fs/partitioning_wizard.pm:270
#, c-format
msgid "I can not find any room for installing"
msgstr "Ek kon geen plek vir installasie vind nie."
-#: fs/partitioning_wizard.pm:270
+#: fs/partitioning_wizard.pm:274
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Die DrakX partisioneringsassistent het die volgende oplossings:"
-#: fs/partitioning_wizard.pm:278
+#: fs/partitioning_wizard.pm:282
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partisionering het misluk: %s"
-#: fs/type.pm:367
+#: fs/type.pm:368
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr "U kan nie JFS vir partisies kleiner as 16MB gebruik nie"
-#: fs/type.pm:368
+#: fs/type.pm:369
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr "U kan nie ReiserFS vir partisies kleiner as 32MB gebruik nie"
@@ -2620,7 +2590,7 @@ msgstr "bediener"
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:230
+#: fsedit.pm:224
#, c-format
msgid ""
"I can not read the partition table of device %s, it's too corrupted for me :"
@@ -2638,22 +2608,22 @@ msgstr ""
"\n"
"Will u al die partisies verwyder?\n"
-#: fsedit.pm:403
+#: fsedit.pm:393
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Hegpunte moet met 'n / begin"
-#: fsedit.pm:404
+#: fsedit.pm:394
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Hegpunte kan slegs alfa-numeriese karakters bevat"
-#: fsedit.pm:405
+#: fsedit.pm:395
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Daar is alreeds 'n partisie met hegpunt %s\n"
-#: fsedit.pm:409
+#: fsedit.pm:399
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -2664,14 +2634,14 @@ msgstr ""
"Geen herlaaistelsel sal dit kan hanteer sonder 'n /boot partisie nie.\n"
"Onthou om 'n /boot by te voeg."
-#: fsedit.pm:415
+#: fsedit.pm:405
#, fuzzy, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr "U kan nie LVM logiese volume vir hegpunt %s gebruik nie."
-#: fsedit.pm:417
+#: fsedit.pm:407
#, fuzzy, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
@@ -2683,285 +2653,285 @@ msgstr ""
"Geen herlaaistelsel sal dit kan hanteer sonder 'n /boot partisie nie.\n"
"Onthou om 'n /boot by te voeg."
-#: fsedit.pm:421 fsedit.pm:423
+#: fsedit.pm:411 fsedit.pm:413
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Hierdie lêergids moet altyd in die wortellêerstelsel bly"
-#: fsedit.pm:425 fsedit.pm:427
+#: fsedit.pm:415 fsedit.pm:417
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr "U benodig 'n ware lêerstelsel (ext2, reiserfs) vir hierdie hegpunt\n"
-#: fsedit.pm:429
+#: fsedit.pm:419
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr "U kan nie 'n lêerstelsel met enkripsie vir hegpunt %s gebruik nie."
-#: fsedit.pm:493
+#: fsedit.pm:483
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "Nie genoeg spasie vir outo-toekenning beskikbaar nie"
-#: fsedit.pm:495
+#: fsedit.pm:485
#, c-format
msgid "Nothing to do"
msgstr "Niks om te doen nie"
-#: harddrake/data.pm:62
+#: harddrake/data.pm:64
+#, c-format
+msgid "SATA controllers"
+msgstr "SATA-beheerders"
+
+#: harddrake/data.pm:73
+#, c-format
+msgid "RAID controllers"
+msgstr "RAID-beheerders"
+
+#: harddrake/data.pm:83
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr "(E)IDE/ATA beheerders"
+
+#: harddrake/data.pm:93
+#, fuzzy, c-format
+msgid "Card readers"
+msgstr "Model kaart:"
+
+#: harddrake/data.pm:102
+#, c-format
+msgid "Firewire controllers"
+msgstr "Firewire-beheerders"
+
+#: harddrake/data.pm:111
+#, c-format
+msgid "PCMCIA controllers"
+msgstr "PCMCIA-beheerders"
+
+#: harddrake/data.pm:120
+#, c-format
+msgid "SCSI controllers"
+msgstr "SCSI-beheerders"
+
+#: harddrake/data.pm:129
+#, c-format
+msgid "USB controllers"
+msgstr "USB beheerders"
+
+#: harddrake/data.pm:138
+#, fuzzy, c-format
+msgid "USB ports"
+msgstr "USB-drukker"
+
+#: harddrake/data.pm:147
+#, c-format
+msgid "SMBus controllers"
+msgstr "SMBus-beheerders"
+
+#: harddrake/data.pm:156
+#, c-format
+msgid "Bridges and system controllers"
+msgstr "Brûe en stelselbeheerders"
+
+#: harddrake/data.pm:168
#, c-format
msgid "Floppy"
msgstr "Disket"
-#: harddrake/data.pm:72
+#: harddrake/data.pm:178
#, c-format
msgid "Zip"
msgstr "Zip"
-#: harddrake/data.pm:88
+#: harddrake/data.pm:194
#, c-format
msgid "Hard Disk"
msgstr "Skyf"
-#: harddrake/data.pm:97
+#: harddrake/data.pm:204
+#, c-format
+msgid "USB Mass Storage Devices"
+msgstr ""
+
+#: harddrake/data.pm:213
#, c-format
msgid "CDROM"
msgstr "CDROM"
-#: harddrake/data.pm:107
+#: harddrake/data.pm:223
#, c-format
msgid "CD/DVD burners"
msgstr "CD/DVD-skrywers"
-#: harddrake/data.pm:117
+#: harddrake/data.pm:233
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
-#: harddrake/data.pm:127
+#: harddrake/data.pm:243
#, c-format
msgid "Tape"
msgstr "Magnetiese band"
-#: harddrake/data.pm:138
+#: harddrake/data.pm:254
#, fuzzy, c-format
msgid "AGP controllers"
msgstr "USB beheerders"
-#: harddrake/data.pm:147
+#: harddrake/data.pm:263
#, c-format
msgid "Videocard"
msgstr "Videokaart"
-#: harddrake/data.pm:156
+#: harddrake/data.pm:272
#, c-format
msgid "DVB card"
msgstr ""
-#: harddrake/data.pm:164
+#: harddrake/data.pm:280
#, c-format
msgid "Tvcard"
msgstr "TV-kaart"
-#: harddrake/data.pm:174
+#: harddrake/data.pm:289
#, c-format
msgid "Other MultiMedia devices"
msgstr "Ander MultiMedia-toestelle"
-#: harddrake/data.pm:183
+#: harddrake/data.pm:298
#, c-format
msgid "Soundcard"
msgstr "Klankkaart"
-#: harddrake/data.pm:196
+#: harddrake/data.pm:311
#, c-format
msgid "Webcam"
msgstr "Webkamera"
-#: harddrake/data.pm:210
+#: harddrake/data.pm:325
#, c-format
msgid "Processors"
msgstr "Verwerkers"
-#: harddrake/data.pm:220
+#: harddrake/data.pm:335
#, c-format
msgid "ISDN adapters"
msgstr "ISDN toestelle"
-#: harddrake/data.pm:231
+#: harddrake/data.pm:346
#, c-format
msgid "USB sound devices"
msgstr ""
-#: harddrake/data.pm:240
+#: harddrake/data.pm:355
#, c-format
msgid "Radio cards"
msgstr ""
-#: harddrake/data.pm:249
+#: harddrake/data.pm:364
#, c-format
msgid "ATM network cards"
msgstr ""
-#: harddrake/data.pm:258
+#: harddrake/data.pm:373
#, c-format
msgid "WAN network cards"
msgstr ""
-#: harddrake/data.pm:267
+#: harddrake/data.pm:382
#, c-format
msgid "Bluetooth devices"
msgstr ""
-#: harddrake/data.pm:276
+#: harddrake/data.pm:391
#, c-format
msgid "Ethernetcard"
msgstr "Ethernetkaart"
-#: harddrake/data.pm:293
+#: harddrake/data.pm:408
#, c-format
msgid "Modem"
msgstr "Modem"
-#: harddrake/data.pm:303
+#: harddrake/data.pm:418
#, c-format
msgid "ADSL adapters"
msgstr "ADSL toestelle"
-#: harddrake/data.pm:315
+#: harddrake/data.pm:430
#, c-format
msgid "Memory"
msgstr "Geheue"
-#: harddrake/data.pm:324
+#: harddrake/data.pm:439
#, c-format
msgid "Printer"
msgstr "Drukker"
#. -PO: these are joysticks controllers:
-#: harddrake/data.pm:338
+#: harddrake/data.pm:453
#, c-format
msgid "Game port controllers"
msgstr ""
-#: harddrake/data.pm:347
+#: harddrake/data.pm:462
#, c-format
msgid "Joystick"
msgstr "Stuurstok"
-#: harddrake/data.pm:357
-#, c-format
-msgid "SATA controllers"
-msgstr "SATA-beheerders"
-
-#: harddrake/data.pm:366
-#, c-format
-msgid "RAID controllers"
-msgstr "RAID-beheerders"
-
-#: harddrake/data.pm:376
-#, c-format
-msgid "(E)IDE/ATA controllers"
-msgstr "(E)IDE/ATA beheerders"
-
-#: harddrake/data.pm:386
-#, c-format
-msgid "USB Mass Storage Devices"
-msgstr ""
-
-#: harddrake/data.pm:395
-#, fuzzy, c-format
-msgid "Card readers"
-msgstr "Model kaart:"
-
-#: harddrake/data.pm:404
-#, c-format
-msgid "Firewire controllers"
-msgstr "Firewire-beheerders"
-
-#: harddrake/data.pm:413
-#, c-format
-msgid "PCMCIA controllers"
-msgstr "PCMCIA-beheerders"
-
-#: harddrake/data.pm:422
-#, c-format
-msgid "SCSI controllers"
-msgstr "SCSI-beheerders"
-
-#: harddrake/data.pm:431
-#, c-format
-msgid "USB controllers"
-msgstr "USB beheerders"
-
-#: harddrake/data.pm:440
-#, fuzzy, c-format
-msgid "USB ports"
-msgstr "USB-drukker"
-
-#: harddrake/data.pm:449
-#, c-format
-msgid "SMBus controllers"
-msgstr "SMBus-beheerders"
-
-#: harddrake/data.pm:458
-#, c-format
-msgid "Bridges and system controllers"
-msgstr "Brûe en stelselbeheerders"
-
-#: harddrake/data.pm:469
+#: harddrake/data.pm:472
#, c-format
msgid "Keyboard"
msgstr "Sleutelbord"
-#: harddrake/data.pm:482
+#: harddrake/data.pm:485
#, c-format
msgid "Tablet and touchscreen"
msgstr ""
-#: harddrake/data.pm:491
+#: harddrake/data.pm:494
#, c-format
msgid "Mouse"
msgstr "Muis"
-#: harddrake/data.pm:505
+#: harddrake/data.pm:508
#, c-format
msgid "Biometry"
msgstr ""
-#: harddrake/data.pm:513
+#: harddrake/data.pm:516
#, fuzzy, c-format
msgid "UPS"
msgstr "CUPS"
-#: harddrake/data.pm:522
+#: harddrake/data.pm:525
#, c-format
msgid "Scanner"
msgstr "Skandeerder"
-#: harddrake/data.pm:533
+#: harddrake/data.pm:536
#, c-format
msgid "Unknown/Others"
msgstr "Onbekend/Ander"
-#: harddrake/data.pm:561
+#: harddrake/data.pm:564
#, c-format
msgid "cpu # "
msgstr "cpu # "
-#: harddrake/sound.pm:201
+#: harddrake/sound.pm:202
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Wag asb... Konfigurasie word toegpas"
-#: harddrake/sound.pm:238
+#: harddrake/sound.pm:239
#, c-format
msgid "No alternative driver"
msgstr "Geen alternatiewe drywer"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:240
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
@@ -2970,12 +2940,12 @@ msgstr ""
"Daar is geen OSS/ALSA alternatief vir u klankkaart (%s) wat huidiglik \"%s\" "
"gebruik"
-#: harddrake/sound.pm:245
+#: harddrake/sound.pm:246
#, c-format
msgid "Sound configuration"
msgstr "Klankkonfigurasie"
-#: harddrake/sound.pm:247
+#: harddrake/sound.pm:248
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -2987,7 +2957,7 @@ msgstr ""
#. -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:252
+#: harddrake/sound.pm:253
#, c-format
msgid ""
"\n"
@@ -3000,7 +2970,7 @@ msgstr ""
"U kaart gebruik tans die %s\"%s\" drywer ( die kaart se verstek drywer is \"%"
"s\")"
-#: harddrake/sound.pm:254
+#: harddrake/sound.pm:255
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -3034,17 +3004,17 @@ msgstr ""
"- die nuwe ALSA-api gebruik. Dit het heelwat gevorderde\n"
"glanspunte het, maar moet die ALSA programmateek gebruik\n"
-#: harddrake/sound.pm:268 harddrake/sound.pm:357
+#: harddrake/sound.pm:269 harddrake/sound.pm:354
#, c-format
msgid "Driver:"
msgstr "Drywer:"
-#: harddrake/sound.pm:277
+#: harddrake/sound.pm:278
#, c-format
msgid "Trouble shooting"
msgstr "Probleemoplossing"
-#: harddrake/sound.pm:285
+#: harddrake/sound.pm:286
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -3059,12 +3029,12 @@ msgstr ""
"\n"
"Die nuwe \"%s\" drywer sal met die volgende selflaai gebruik word."
-#: harddrake/sound.pm:293
+#: harddrake/sound.pm:294
#, c-format
msgid "No open source driver"
msgstr "Geen oopbron drywer"
-#: harddrake/sound.pm:294
+#: harddrake/sound.pm:295
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
@@ -3073,29 +3043,24 @@ msgstr ""
"Daar is geen gratis drywer vir u klankkaart (%s) nie, daar is wel 'n "
"gepatenteerde een by \"%s\"."
-#: harddrake/sound.pm:297
+#: harddrake/sound.pm:298
#, c-format
msgid "No known driver"
msgstr "Geen drywer bekend"
-#: harddrake/sound.pm:298
+#: harddrake/sound.pm:299
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
"Daar is geen drywer, sover ons weet, beskikbaar vir klankkaart (%s) nie"
-#: harddrake/sound.pm:302
-#, c-format
-msgid "Unknown driver"
-msgstr "Onbekende drywer"
-
-#: harddrake/sound.pm:317
+#: harddrake/sound.pm:314
#, c-format
msgid "Sound trouble shooting"
msgstr "Klank foutopsporing"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:320
+#: harddrake/sound.pm:317
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -3139,18 +3104,18 @@ msgstr ""
"- \"/sbin/fuser -v /dev/dsp\" sal aandui watter program die klankkaart\n"
"gebruik.\n"
-#: harddrake/sound.pm:346
+#: harddrake/sound.pm:343
#, c-format
msgid "Let me pick any driver"
msgstr "Laat ek enige drywer kies"
-#: harddrake/sound.pm:349
+#: harddrake/sound.pm:346
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "Kies 'n eiemagtige drywer"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:352
+#: harddrake/sound.pm:349
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -3184,7 +3149,7 @@ msgstr "Onbekend|CPH05X (bt878) [baie vervaardigers]"
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "Onbekend|CPH06X (bt878) [baie vervaardigers]"
-#: harddrake/v4l.pm:474
+#: harddrake/v4l.pm:475
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
@@ -3197,30 +3162,30 @@ msgstr ""
"Indien dit nie gebeur het nie, kan u die korrekte instemmer en kaart tipe "
"hier opstel. Kies bloot die parameters wat benodig word."
-#: harddrake/v4l.pm:477
+#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "Model kaart:"
-#: harddrake/v4l.pm:478
+#: harddrake/v4l.pm:479
#, c-format
msgid "Tuner type:"
msgstr "Tipe instemmer"
-#: interactive.pm:125 interactive.pm:538 interactive/curses.pm:263
+#: interactive.pm:125 interactive.pm:542 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
-#: interactive/stdio.pm:142 interactive/stdio.pm:143 ugtk2.pm:413 ugtk2.pm:511
-#: ugtk2.pm:791 ugtk2.pm:814
+#: interactive/stdio.pm:148 interactive/stdio.pm:149 ugtk2.pm:414 ugtk2.pm:512
+#: ugtk2.pm:801 ugtk2.pm:824
#, c-format
msgid "Ok"
msgstr "OK"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Ja"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "No"
msgstr "Nee"
@@ -3230,32 +3195,32 @@ msgstr "Nee"
msgid "Choose a file"
msgstr "Kies 'n lêer"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Add"
msgstr "Voeg by"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Modify"
msgstr "Verander"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Remove"
msgstr "Verwyder"
-#: interactive.pm:538 interactive/curses.pm:263 ugtk2.pm:511
+#: interactive.pm:542 interactive/curses.pm:263 ugtk2.pm:512
#, c-format
msgid "Finish"
msgstr "Voltooi"
-#: interactive.pm:539 interactive/curses.pm:260 ugtk2.pm:509
+#: interactive.pm:543 interactive/curses.pm:260 ugtk2.pm:510
#, c-format
msgid "Previous"
msgstr "Vorige"
-#: interactive/gtk.pm:544
+#: interactive/gtk.pm:548
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr ""
@@ -3265,7 +3230,7 @@ msgstr ""
msgid "Bad choice, try again\n"
msgstr "Swak keuse, probeer weer\n"
-#: interactive/stdio.pm:30 interactive/stdio.pm:149
+#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "U keuse? (verstek %s) "
@@ -3284,32 +3249,32 @@ msgstr ""
msgid "Your choice? (0/1, default `%s') "
msgstr "U keuse? (0/1, verstek %s) "
-#: interactive/stdio.pm:94
+#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "Knoppie: %s: %s"
-#: interactive/stdio.pm:95
+#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "Wil u op hierdie knoppie klik?"
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "U keuse? (verstek '%s'%s) "
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr " noem 'n leë inskrywing 'void'"
-#: interactive/stdio.pm:122
+#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr "=> Daar is heelwat dinge om van te kies (%s).\n"
-#: interactive/stdio.pm:125
+#: interactive/stdio.pm:131
#, c-format
msgid ""
"Please choose the first number of the 10-range you wish to edit,\n"
@@ -3320,7 +3285,7 @@ msgstr ""
"of gebruik bloot [Enter] om voort te gaan.\n"
"U keuse?"
-#: interactive/stdio.pm:138
+#: interactive/stdio.pm:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
@@ -3329,7 +3294,7 @@ msgstr ""
"=> Aandag, 'n etiket het verander:\n"
"%s"
-#: interactive/stdio.pm:145
+#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "Dien weer in"
@@ -3347,7 +3312,7 @@ msgstr "default:LTR"
msgid "Andorra"
msgstr "Andorra"
-#: lang.pm:211 timezone.pm:213
+#: lang.pm:211 timezone.pm:215
#, c-format
msgid "United Arab Emirates"
msgstr "Verenigde Arabiese Emirate"
@@ -3392,7 +3357,7 @@ msgstr "Angola"
msgid "Antarctica"
msgstr "Antartika"
-#: lang.pm:220 timezone.pm:258
+#: lang.pm:220 timezone.pm:260
#, c-format
msgid "Argentina"
msgstr "Argentinië"
@@ -3402,12 +3367,12 @@ msgstr "Argentinië"
msgid "American Samoa"
msgstr "American Samoa"
-#: lang.pm:222 mirror.pm:11 timezone.pm:216
+#: lang.pm:222 mirror.pm:11 timezone.pm:218
#, c-format
msgid "Austria"
msgstr "Oostenryk"
-#: lang.pm:223 mirror.pm:10 timezone.pm:254
+#: lang.pm:223 mirror.pm:10 timezone.pm:256
#, c-format
msgid "Australia"
msgstr "Australië"
@@ -3432,12 +3397,12 @@ msgstr "Bosnië en Herzegovina"
msgid "Barbados"
msgstr "Barbados"
-#: lang.pm:228 timezone.pm:198
+#: lang.pm:228 timezone.pm:200
#, c-format
msgid "Bangladesh"
msgstr "Bangladesh"
-#: lang.pm:229 mirror.pm:12 timezone.pm:218
+#: lang.pm:229 mirror.pm:12 timezone.pm:220
#, c-format
msgid "Belgium"
msgstr "België"
@@ -3447,7 +3412,7 @@ msgstr "België"
msgid "Burkina Faso"
msgstr "Burkina Faso"
-#: lang.pm:231 timezone.pm:219
+#: lang.pm:231 timezone.pm:221
#, c-format
msgid "Bulgaria"
msgstr "Bulgaars"
@@ -3482,7 +3447,7 @@ msgstr "Brunei Darussalam"
msgid "Bolivia"
msgstr "Bolivia"
-#: lang.pm:238 mirror.pm:13 timezone.pm:259
+#: lang.pm:238 mirror.pm:13 timezone.pm:261
#, c-format
msgid "Brazil"
msgstr "Brasilië"
@@ -3507,7 +3472,7 @@ msgstr "Bouvet Eiland"
msgid "Botswana"
msgstr "Botswana"
-#: lang.pm:243 timezone.pm:217
+#: lang.pm:243 timezone.pm:219
#, c-format
msgid "Belarus"
msgstr "Belarus"
@@ -3517,7 +3482,7 @@ msgstr "Belarus"
msgid "Belize"
msgstr "Belize"
-#: lang.pm:245 mirror.pm:14 timezone.pm:248
+#: lang.pm:245 mirror.pm:14 timezone.pm:250
#, c-format
msgid "Canada"
msgstr "Kanada"
@@ -3542,7 +3507,7 @@ msgstr "Sentrale-Afrika Republiek"
msgid "Congo (Brazzaville)"
msgstr "Congo (Brazzaville)"
-#: lang.pm:250 mirror.pm:38 timezone.pm:242
+#: lang.pm:250 mirror.pm:38 timezone.pm:244
#, c-format
msgid "Switzerland"
msgstr "Switserland"
@@ -3557,7 +3522,7 @@ msgstr "Cote d'Ivoire"
msgid "Cook Islands"
msgstr "Cook Eilande"
-#: lang.pm:253 timezone.pm:260
+#: lang.pm:253 timezone.pm:262
#, c-format
msgid "Chile"
msgstr "Chili"
@@ -3567,7 +3532,7 @@ msgstr "Chili"
msgid "Cameroon"
msgstr "Kameroen"
-#: lang.pm:255 timezone.pm:199
+#: lang.pm:255 timezone.pm:201
#, c-format
msgid "China"
msgstr "China"
@@ -3607,12 +3572,12 @@ msgstr "Christmas Island"
msgid "Cyprus"
msgstr "Ciprus"
-#: lang.pm:263 mirror.pm:16 timezone.pm:220
+#: lang.pm:263 mirror.pm:16 timezone.pm:222
#, c-format
msgid "Czech Republic"
msgstr "Tsjeggiese Republiek"
-#: lang.pm:264 mirror.pm:21 timezone.pm:225
+#: lang.pm:264 mirror.pm:21 timezone.pm:227
#, c-format
msgid "Germany"
msgstr "Duitsland"
@@ -3622,7 +3587,7 @@ msgstr "Duitsland"
msgid "Djibouti"
msgstr "Djibouti"
-#: lang.pm:266 mirror.pm:17 timezone.pm:221
+#: lang.pm:266 mirror.pm:17 timezone.pm:223
#, c-format
msgid "Denmark"
msgstr "Denemarke"
@@ -3647,7 +3612,7 @@ msgstr "Algerië"
msgid "Ecuador"
msgstr "Ecuador"
-#: lang.pm:271 mirror.pm:18 timezone.pm:222
+#: lang.pm:271 mirror.pm:18 timezone.pm:224
#, c-format
msgid "Estonia"
msgstr "Estonië"
@@ -3667,7 +3632,7 @@ msgstr "Westelike Sahara"
msgid "Eritrea"
msgstr "Eritrea"
-#: lang.pm:275 mirror.pm:36 timezone.pm:240
+#: lang.pm:275 mirror.pm:36 timezone.pm:242
#, c-format
msgid "Spain"
msgstr "Spanje"
@@ -3677,7 +3642,7 @@ msgstr "Spanje"
msgid "Ethiopia"
msgstr "Ethiopië"
-#: lang.pm:277 mirror.pm:19 timezone.pm:223
+#: lang.pm:277 mirror.pm:19 timezone.pm:225
#, c-format
msgid "Finland"
msgstr "Finland"
@@ -3702,7 +3667,7 @@ msgstr "Micronesia"
msgid "Faroe Islands"
msgstr "Faroe Eilande"
-#: lang.pm:282 mirror.pm:20 timezone.pm:224
+#: lang.pm:282 mirror.pm:20 timezone.pm:226
#, c-format
msgid "France"
msgstr "Frankryk"
@@ -3712,7 +3677,7 @@ msgstr "Frankryk"
msgid "Gabon"
msgstr "Gaboen"
-#: lang.pm:284 timezone.pm:244
+#: lang.pm:284 timezone.pm:246
#, c-format
msgid "United Kingdom"
msgstr "Verenigde Koninkryk"
@@ -3767,7 +3732,7 @@ msgstr "Guadeloupe"
msgid "Equatorial Guinea"
msgstr "Ekwatoriale Guinea"
-#: lang.pm:295 mirror.pm:22 timezone.pm:226
+#: lang.pm:295 mirror.pm:22 timezone.pm:228
#, c-format
msgid "Greece"
msgstr "Griekeland"
@@ -3777,7 +3742,7 @@ msgstr "Griekeland"
msgid "South Georgia and the South Sandwich Islands"
msgstr "South Georgia and the South Sandwich Islands"
-#: lang.pm:297 timezone.pm:249
+#: lang.pm:297 timezone.pm:251
#, c-format
msgid "Guatemala"
msgstr "Guatemala"
@@ -3822,27 +3787,27 @@ msgstr "Kroasië"
msgid "Haiti"
msgstr "Haïti"
-#: lang.pm:306 mirror.pm:23 timezone.pm:227
+#: lang.pm:306 mirror.pm:23 timezone.pm:229
#, c-format
msgid "Hungary"
msgstr "Hongarye"
-#: lang.pm:307 timezone.pm:202
+#: lang.pm:307 timezone.pm:204
#, c-format
msgid "Indonesia"
msgstr "Indonesië"
-#: lang.pm:308 mirror.pm:24 timezone.pm:228
+#: lang.pm:308 mirror.pm:24 timezone.pm:230
#, c-format
msgid "Ireland"
msgstr "Ierland"
-#: lang.pm:309 mirror.pm:25 timezone.pm:204
+#: lang.pm:309 mirror.pm:25 timezone.pm:206
#, c-format
msgid "Israel"
msgstr "Israel"
-#: lang.pm:310 timezone.pm:201
+#: lang.pm:310 timezone.pm:203
#, c-format
msgid "India"
msgstr "Indië"
@@ -3857,7 +3822,7 @@ msgstr "British Indian Ocean Territory"
msgid "Iraq"
msgstr "Irak"
-#: lang.pm:313 timezone.pm:203
+#: lang.pm:313 timezone.pm:205
#, c-format
msgid "Iran"
msgstr "Iran"
@@ -3867,7 +3832,7 @@ msgstr "Iran"
msgid "Iceland"
msgstr "Ysland"
-#: lang.pm:315 mirror.pm:26 timezone.pm:229
+#: lang.pm:315 mirror.pm:26 timezone.pm:231
#, c-format
msgid "Italy"
msgstr "Italië"
@@ -3882,7 +3847,7 @@ msgstr "Jamaika"
msgid "Jordan"
msgstr "Jordanië"
-#: lang.pm:318 mirror.pm:27 timezone.pm:205
+#: lang.pm:318 mirror.pm:27 timezone.pm:207
#, c-format
msgid "Japan"
msgstr "Japan"
@@ -3922,7 +3887,7 @@ msgstr "Saint Kitts and Nevis"
msgid "Korea (North)"
msgstr "Korea (Noord)"
-#: lang.pm:326 timezone.pm:206
+#: lang.pm:326 timezone.pm:208
#, c-format
msgid "Korea"
msgstr "Korea"
@@ -3977,12 +3942,12 @@ msgstr "Liberië"
msgid "Lesotho"
msgstr "Lesotho"
-#: lang.pm:337 timezone.pm:230
+#: lang.pm:337 timezone.pm:232
#, c-format
msgid "Lithuania"
msgstr "Litaue"
-#: lang.pm:338 timezone.pm:231
+#: lang.pm:338 timezone.pm:233
#, c-format
msgid "Luxembourg"
msgstr "Luxemburg"
@@ -4082,12 +4047,12 @@ msgstr "Maldives"
msgid "Malawi"
msgstr "Malawië"
-#: lang.pm:358 timezone.pm:250
+#: lang.pm:358 timezone.pm:252
#, c-format
msgid "Mexico"
msgstr "Mexiko"
-#: lang.pm:359 timezone.pm:207
+#: lang.pm:359 timezone.pm:209
#, c-format
msgid "Malaysia"
msgstr "Maleisië"
@@ -4127,12 +4092,12 @@ msgstr "Nigerië"
msgid "Nicaragua"
msgstr "Nicaragua"
-#: lang.pm:367 mirror.pm:28 timezone.pm:232
+#: lang.pm:367 mirror.pm:28 timezone.pm:234
#, c-format
msgid "Netherlands"
msgstr "Nederlands"
-#: lang.pm:368 mirror.pm:30 timezone.pm:233
+#: lang.pm:368 mirror.pm:30 timezone.pm:235
#, c-format
msgid "Norway"
msgstr "Noorweë"
@@ -4152,7 +4117,7 @@ msgstr "Nauru"
msgid "Niue"
msgstr "Niue"
-#: lang.pm:372 mirror.pm:29 timezone.pm:255
+#: lang.pm:372 mirror.pm:29 timezone.pm:257
#, c-format
msgid "New Zealand"
msgstr "Neu-Seeland"
@@ -4182,7 +4147,7 @@ msgstr "Fraanse Polinesië"
msgid "Papua New Guinea"
msgstr "Papua New Guinea"
-#: lang.pm:378 timezone.pm:208
+#: lang.pm:378 timezone.pm:210
#, c-format
msgid "Philippines"
msgstr "Filippyne"
@@ -4192,7 +4157,7 @@ msgstr "Filippyne"
msgid "Pakistan"
msgstr "Pakistan"
-#: lang.pm:380 mirror.pm:31 timezone.pm:234
+#: lang.pm:380 mirror.pm:31 timezone.pm:236
#, c-format
msgid "Poland"
msgstr "Pole"
@@ -4217,7 +4182,7 @@ msgstr "Puerto Rico"
msgid "Palestine"
msgstr "Palestina"
-#: lang.pm:385 mirror.pm:32 timezone.pm:235
+#: lang.pm:385 mirror.pm:32 timezone.pm:237
#, c-format
msgid "Portugal"
msgstr "Portugal"
@@ -4242,7 +4207,7 @@ msgstr "Qatar"
msgid "Reunion"
msgstr "Hereniging"
-#: lang.pm:390 timezone.pm:236
+#: lang.pm:390 timezone.pm:238
#, c-format
msgid "Romania"
msgstr "Roemenië"
@@ -4277,12 +4242,12 @@ msgstr "Seychelle"
msgid "Sudan"
msgstr "Sudan"
-#: lang.pm:397 mirror.pm:37 timezone.pm:241
+#: lang.pm:397 mirror.pm:37 timezone.pm:243
#, c-format
msgid "Sweden"
msgstr "Swede"
-#: lang.pm:398 timezone.pm:209
+#: lang.pm:398 timezone.pm:211
#, c-format
msgid "Singapore"
msgstr "Singapoer"
@@ -4292,7 +4257,7 @@ msgstr "Singapoer"
msgid "Saint Helena"
msgstr "Saint Helena"
-#: lang.pm:400 timezone.pm:239
+#: lang.pm:400 timezone.pm:241
#, c-format
msgid "Slovenia"
msgstr "Slovenië"
@@ -4302,7 +4267,7 @@ msgstr "Slovenië"
msgid "Svalbard and Jan Mayen Islands"
msgstr "Svalbard en Jan Mayen Eilande"
-#: lang.pm:402 mirror.pm:34 timezone.pm:238
+#: lang.pm:402 mirror.pm:34 timezone.pm:240
#, c-format
msgid "Slovakia"
msgstr "Slovakye"
@@ -4372,7 +4337,7 @@ msgstr "French Southern Territories"
msgid "Togo"
msgstr "Togo"
-#: lang.pm:416 mirror.pm:40 timezone.pm:211
+#: lang.pm:416 mirror.pm:40 timezone.pm:213
#, c-format
msgid "Thailand"
msgstr "Thailand"
@@ -4407,7 +4372,7 @@ msgstr "Tunisië"
msgid "Tonga"
msgstr "Tonga"
-#: lang.pm:423 timezone.pm:212
+#: lang.pm:423 timezone.pm:214
#, c-format
msgid "Turkey"
msgstr "Turkye"
@@ -4422,17 +4387,17 @@ msgstr "Trinidad en Tobago"
msgid "Tuvalu"
msgstr "Tuvalu"
-#: lang.pm:426 mirror.pm:39 timezone.pm:210
+#: lang.pm:426 mirror.pm:39 timezone.pm:212
#, c-format
msgid "Taiwan"
msgstr "Taiwan"
-#: lang.pm:427 timezone.pm:195
+#: lang.pm:427 timezone.pm:197
#, c-format
msgid "Tanzania"
msgstr "Tanzanië"
-#: lang.pm:428 timezone.pm:243
+#: lang.pm:428 timezone.pm:245
#, c-format
msgid "Ukraine"
msgstr "Oekraine"
@@ -4447,7 +4412,7 @@ msgstr "Uganda"
msgid "United States Minor Outlying Islands"
msgstr "Verenigde State se Kliener Omliggende Eilande"
-#: lang.pm:431 mirror.pm:41 timezone.pm:251
+#: lang.pm:431 mirror.pm:41 timezone.pm:253
#, c-format
msgid "United States"
msgstr "Verenigde State"
@@ -4517,7 +4482,7 @@ msgstr "Yemen"
msgid "Mayotte"
msgstr "Mayotte"
-#: lang.pm:445 mirror.pm:35 timezone.pm:194
+#: lang.pm:445 mirror.pm:35 timezone.pm:196
#, c-format
msgid "South Africa"
msgstr "Suid-Afrika"
@@ -4532,27 +4497,27 @@ msgstr "Zambië"
msgid "Zimbabwe"
msgstr "Zimbabwe"
-#: lang.pm:1144
+#: lang.pm:1193
#, c-format
msgid "Welcome to %s"
msgstr "Welkom by %s"
-#: lvm.pm:83
+#: lvm.pm:84
#, c-format
msgid "Moving used physical extents to other physical volumes failed"
msgstr ""
-#: lvm.pm:135
+#: lvm.pm:137
#, c-format
msgid "Physical volume %s is still in use"
msgstr ""
-#: lvm.pm:145
+#: lvm.pm:147
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Verwyder eers die logiese volumes\n"
-#: lvm.pm:178
+#: lvm.pm:180
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr ""
@@ -4922,17 +4887,17 @@ msgstr ""
"Laai van module %s het gefaal.\n"
"Wil u ander parameters probeer?"
-#: partition_table.pm:390
+#: partition_table.pm:401
#, c-format
msgid "mount failed: "
msgstr "heg het gefaal: "
-#: partition_table.pm:500
+#: partition_table.pm:510
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "Ekstensiepartisie word nie op hierdie platform ondersteun nie"
-#: partition_table.pm:518
+#: partition_table.pm:528
#, c-format
msgid ""
"You have a hole in your partition table but I can not use it.\n"
@@ -4943,27 +4908,7 @@ msgstr ""
"Die enigste oplossing is om die primêre partisie te skuif sodat die gat\n"
"langs die ekstensie partisies is"
-#: partition_table.pm:597
-#, c-format
-msgid "Error reading file %s"
-msgstr "Fout met die lees van lêer %s"
-
-#: partition_table.pm:604
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Herstel van léer %s het gefaal: %s"
-
-#: partition_table.pm:606
-#, c-format
-msgid "Bad backup file"
-msgstr "Korrupte rugsteunlêer"
-
-#: partition_table.pm:626
-#, c-format
-msgid "Error writing to file %s"
-msgstr "Fout met die skryf van %s"
-
-#: partition_table/raw.pm:264
+#: partition_table/raw.pm:279
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -4981,7 +4926,7 @@ msgstr ""
msgid "Can not add a partition to _formatted_ RAID %s"
msgstr "Kan nie 'n partisie by geformatteerde RAID md%d byvoeg nie"
-#: raid.pm:150
+#: raid.pm:157
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nie genoeg partisies vir RAID vlak %d nie\n"
@@ -6259,7 +6204,7 @@ msgstr ""
"Jammer, geen ekstra inligting\n"
"rakende hierdie diens nie."
-#: services.pm:221 ugtk2.pm:901
+#: services.pm:221 ugtk2.pm:911
#, c-format
msgid "Info"
msgstr "Info"
@@ -6284,7 +6229,7 @@ msgstr "Begin"
msgid "Stop"
msgstr "Stop"
-#: standalone.pm:23
+#: standalone.pm:25
#, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
@@ -6317,7 +6262,7 @@ msgstr ""
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
"USA.\n"
-#: standalone.pm:42
+#: standalone.pm:44
#, c-format
msgid ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
@@ -6344,7 +6289,7 @@ msgstr ""
"--help : show this message.\n"
"--version : show version number.\n"
-#: standalone.pm:54
+#: standalone.pm:56
#, c-format
msgid ""
"[--boot] [--splash]\n"
@@ -6359,7 +6304,7 @@ msgstr ""
" --splash - enable to configure boot theme\n"
"default mode: offer to configure autologin feature"
-#: standalone.pm:59
+#: standalone.pm:61
#, fuzzy, c-format
msgid ""
"[OPTIONS] [PROGRAM_NAME]\n"
@@ -6378,7 +6323,7 @@ msgstr ""
" --incedent - program behoort een van die Mandriva nutsprogramme te "
"wees"
-#: standalone.pm:65
+#: standalone.pm:67
#, c-format
msgid ""
"[--add]\n"
@@ -6395,7 +6340,7 @@ msgstr ""
" --internet - configure internet\n"
" --wizard - like --add"
-#: standalone.pm:71
+#: standalone.pm:73
#, c-format
msgid ""
"\n"
@@ -6426,7 +6371,7 @@ msgstr ""
" : name_of_application like so for staroffice \n"
" : and gs for ghostscript for only this one."
-#: standalone.pm:86
+#: standalone.pm:88
#, fuzzy, c-format
msgid ""
"[OPTIONS]...\n"
@@ -6457,17 +6402,17 @@ msgstr ""
"--delclient : delete a client machine from MTS (requires MAC address, "
"IP, nbi image name)"
-#: standalone.pm:98
+#: standalone.pm:100
#, c-format
msgid "[keyboard]"
msgstr "[sleutelbord]"
-#: standalone.pm:99
+#: standalone.pm:101
#, c-format
msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
msgstr "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
-#: standalone.pm:100
+#: standalone.pm:102
#, c-format
msgid ""
"[OPTIONS]\n"
@@ -6490,7 +6435,7 @@ msgstr ""
"--status : returns 1 if connected 0 otherwise, then exit.\n"
"--quiet : do not be interactive. To be used with (dis)connect."
-#: standalone.pm:110
+#: standalone.pm:112
#, c-format
msgid ""
"[OPTION]...\n"
@@ -6509,7 +6454,7 @@ msgstr ""
"description window\n"
" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
-#: standalone.pm:115
+#: standalone.pm:117
#, c-format
msgid ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
@@ -6518,7 +6463,7 @@ msgstr ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
"usbtable] [--dynamic=dev]"
-#: standalone.pm:116
+#: standalone.pm:118
#, c-format
msgid ""
" [everything]\n"
@@ -6529,7 +6474,7 @@ msgstr ""
" XFdrake [--noauto] monitor\n"
" XFdrake resolution"
-#: standalone.pm:152
+#: standalone.pm:154
#, c-format
msgid ""
"\n"
@@ -6540,102 +6485,102 @@ msgstr ""
"Gebruik: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "
-#: timezone.pm:148 timezone.pm:149
+#: timezone.pm:150 timezone.pm:151
#, fuzzy, c-format
msgid "All servers"
msgstr "Voeg bediener by"
-#: timezone.pm:183
+#: timezone.pm:185
#, c-format
msgid "Global"
msgstr ""
-#: timezone.pm:186
+#: timezone.pm:188
#, c-format
msgid "Africa"
msgstr "Afrika"
-#: timezone.pm:187
+#: timezone.pm:189
#, c-format
msgid "Asia"
msgstr "Asie"
-#: timezone.pm:188
+#: timezone.pm:190
#, c-format
msgid "Europe"
msgstr "Europa"
-#: timezone.pm:189
+#: timezone.pm:191
#, c-format
msgid "North America"
msgstr "Noord-Amerika"
-#: timezone.pm:190
+#: timezone.pm:192
#, fuzzy, c-format
msgid "Oceania"
msgstr "Masedonië"
-#: timezone.pm:191
+#: timezone.pm:193
#, c-format
msgid "South America"
msgstr "Suid-Amerika"
-#: timezone.pm:200
+#: timezone.pm:202
#, c-format
msgid "Hong Kong"
msgstr "Hong Kong"
-#: timezone.pm:237
+#: timezone.pm:239
#, c-format
msgid "Russian Federation"
msgstr "Russian Federation"
-#: timezone.pm:245
+#: timezone.pm:247
#, c-format
msgid "Yugoslavia"
msgstr "Yugoslavia"
-#: ugtk2.pm:791
+#: ugtk2.pm:801
#, c-format
msgid "Is this correct?"
msgstr "Is dit korrek?"
-#: ugtk2.pm:851
+#: ugtk2.pm:861
#, fuzzy, c-format
msgid "No file chosen"
msgstr "bestands-kieser"
-#: ugtk2.pm:853
+#: ugtk2.pm:863
#, c-format
msgid "You have chosen a file, not a directory"
msgstr ""
-#: ugtk2.pm:855
+#: ugtk2.pm:865
#, fuzzy, c-format
msgid "You have chosen a directory, not a file"
msgstr "Tuisgids nie beskikbaar nie."
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, fuzzy, c-format
msgid "No such directory"
msgstr "Nie 'n gids nie"
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, c-format
msgid "No such file"
msgstr "Nee soos lêer"
-#: ugtk2.pm:936
+#: ugtk2.pm:946
#, c-format
msgid "Expand Tree"
msgstr "Maak boom oop"
-#: ugtk2.pm:937
+#: ugtk2.pm:947
#, c-format
msgid "Collapse Tree"
msgstr "Maak boom toe"
-#: ugtk2.pm:938
+#: ugtk2.pm:948
#, c-format
msgid "Toggle between flat and group sorted"
msgstr "Skakel tussen plat- en groepsortering"
@@ -6654,6 +6599,43 @@ msgstr ""
msgid "Installation failed"
msgstr "Installasie het gefaal!"
+#~ msgid "Undo"
+#~ msgstr "Herroep"
+
+#~ msgid "Save partition table"
+#~ msgstr "Skryf partisielys"
+
+#~ msgid "Restore partition table"
+#~ msgstr "Herstel partisielys"
+
+#~ msgid "Select file"
+#~ msgstr "Kies lêer"
+
+#~ msgid ""
+#~ "The backup partition table has not the same size\n"
+#~ "Still continue?"
+#~ msgstr ""
+#~ "Die rugsteunpartisielys se grootte verskil\n"
+#~ "Wil u voortgaan?"
+
+#~ msgid "Info: "
+#~ msgstr "Info:"
+
+#~ msgid "Unknown driver"
+#~ msgstr "Onbekende drywer"
+
+#~ msgid "Error reading file %s"
+#~ msgstr "Fout met die lees van lêer %s"
+
+#~ msgid "Restoring from file %s failed: %s"
+#~ msgstr "Herstel van léer %s het gefaal: %s"
+
+#~ msgid "Bad backup file"
+#~ msgstr "Korrupte rugsteunlêer"
+
+#~ msgid "Error writing to file %s"
+#~ msgstr "Fout met die skryf van %s"
+
#~ msgid "Error: The \"%s\" driver for your sound card is unlisted"
#~ msgstr "Fout: Die \"%s\" drywer vir u klankkaart in nie gelys nie"
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 37c0457cf..8642bb23a 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2007-09-12 17:02+0200\n"
+"POT-Creation-Date: 2008-01-17 14:31+0100\n"
"PO-Revision-Date: 2004-06-01 03:36+0100\n"
"Last-Translator: Alemayehu <alemayehu@gmx.at>\n"
"Language-Team: Amharic <am-translate@geez.org>\n"
@@ -13,20 +13,20 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: any.pm:240 diskdrake/interactive.pm:603 diskdrake/interactive.pm:790
-#: diskdrake/interactive.pm:834 diskdrake/interactive.pm:896
-#: diskdrake/interactive.pm:1183 do_pkgs.pm:209 do_pkgs.pm:255
-#: harddrake/sound.pm:201 interactive.pm:576
+#: any.pm:245 diskdrake/interactive.pm:552 diskdrake/interactive.pm:739
+#: diskdrake/interactive.pm:783 diskdrake/interactive.pm:841
+#: diskdrake/interactive.pm:1132 do_pkgs.pm:216 do_pkgs.pm:258
+#: harddrake/sound.pm:202 interactive.pm:580
#, c-format
msgid "Please wait"
msgstr "እባክዎ ይጠብቁ"
-#: any.pm:240
+#: any.pm:245
#, c-format
msgid "Bootloader installation in progress"
msgstr "የአስጀማሪ ተከላ በመከናወን ላይ"
-#: any.pm:251
+#: any.pm:256
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
@@ -37,12 +37,12 @@ msgid ""
"Assign a new Volume ID?"
msgstr ""
-#: any.pm:262
+#: any.pm:267
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr ""
-#: any.pm:268
+#: any.pm:273
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -53,7 +53,7 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: any.pm:306
+#: any.pm:311
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -63,443 +63,449 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: any.pm:329
+#: any.pm:334
#, c-format
msgid "First sector of drive (MBR)"
msgstr ""
-#: any.pm:330
+#: any.pm:335
#, c-format
msgid "First sector of the root partition"
msgstr ""
-#: any.pm:332
+#: any.pm:337
#, c-format
msgid "On Floppy"
msgstr "ፍሎፒ ላይ"
-#: any.pm:334
+#: any.pm:339
#, c-format
msgid "Skip"
msgstr "ዝለል"
-#: any.pm:338
+#: any.pm:343
#, c-format
msgid "LILO/grub Installation"
msgstr "የLILO/grub ተከላ"
-#: any.pm:340
+#: any.pm:345
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "አስጀማሪውን የት መትከል ይፈልጋሉ?"
-#: any.pm:367
+#: any.pm:372
#, c-format
msgid "Boot Style Configuration"
msgstr "የአጀማመር ዘይቤ ምርጫ"
-#: any.pm:377 any.pm:409 any.pm:410
+#: any.pm:382 any.pm:414 any.pm:415
#, c-format
msgid "Bootloader main options"
msgstr "የአስጀማሪ ዋና ምርጫዎች"
-#: any.pm:382
+#: any.pm:387
#, c-format
msgid "Bootloader"
msgstr "አስጀማሪያ"
-#: any.pm:383 any.pm:414
+#: any.pm:388 any.pm:419
#, c-format
msgid "Bootloader to use"
msgstr "ጥቅም ላይ የሚውለው አስጀማሪ"
-#: any.pm:385 any.pm:416
+#: any.pm:390 any.pm:421
#, c-format
msgid "Boot device"
msgstr "የመጀመሪያ መሳሪያ"
-#: any.pm:387
+#: any.pm:392
#, c-format
msgid "Main options"
msgstr ""
-#: any.pm:388
+#: any.pm:393
#, c-format
msgid "Delay before booting default image"
msgstr ""
-#: any.pm:389
+#: any.pm:394
#, c-format
msgid "Enable ACPI"
msgstr "ACPI አስቻል"
-#: any.pm:390
+#: any.pm:395
#, fuzzy, c-format
msgid "Enable APIC"
msgstr "ACPI አስቻል"
-#: any.pm:391
+#: any.pm:396
#, fuzzy, c-format
msgid "Enable Local APIC"
msgstr "ACPI አስቻል"
-#: any.pm:393 any.pm:773 authentication.pm:196 diskdrake/smbnfs_gtk.pm:181
+#: any.pm:398 any.pm:785 any.pm:794 authentication.pm:197
+#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "ሚስጢራዊ ቃል"
-#: any.pm:395 authentication.pm:207
+#: any.pm:400 authentication.pm:208
#, c-format
msgid "The passwords do not match"
msgstr "ሚስጢራዊ ቃላቱ አይመሳሰሉም"
-#: any.pm:395 authentication.pm:207 diskdrake/interactive.pm:1343
+#: any.pm:400 authentication.pm:208 diskdrake/interactive.pm:1299
#, c-format
msgid "Please try again"
msgstr "እባክዎ እንደገና ይሞክሩ"
-#: any.pm:396
+#: any.pm:401
#, c-format
msgid "You can not use a password with %s"
msgstr ""
-#: any.pm:399 any.pm:774 authentication.pm:197
+#: any.pm:404 any.pm:787 any.pm:796 authentication.pm:198
#, c-format
msgid "Password (again)"
msgstr "ሚስጢራዊ ቃል (እንደገና)"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "Restrict command line options"
msgstr "የትእዛዝ መስመር ምርጫዎችን ወስን"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "restrict"
msgstr "ወስን"
-#: any.pm:401
+#: any.pm:406
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-#: any.pm:403
+#: any.pm:408
#, c-format
msgid "Clean /tmp at each boot"
msgstr "በየጅማሬው /tmpን አጽዳ"
-#: any.pm:404
+#: any.pm:409
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr ""
-#: any.pm:405
+#: any.pm:410
#, c-format
msgid "Give the ram size in MB"
msgstr ""
-#: any.pm:415
+#: any.pm:420
#, c-format
msgid "Init Message"
msgstr "መልዕክት አስጀምር"
-#: any.pm:417
+#: any.pm:422
#, c-format
msgid "Open Firmware Delay"
msgstr "የFirmware አዘግይ ክፈት"
-#: any.pm:418
+#: any.pm:423
#, c-format
msgid "Kernel Boot Timeout"
msgstr ""
-#: any.pm:419
+#: any.pm:424
#, c-format
msgid "Enable CD Boot?"
msgstr "ከዲሲ ማስጀመር አስችል?"
-#: any.pm:420
+#: any.pm:425
#, c-format
msgid "Enable OF Boot?"
msgstr ""
-#: any.pm:421
+#: any.pm:426
#, c-format
msgid "Default OS?"
msgstr "ቀዳሚ OS?"
-#: any.pm:487
+#: any.pm:493
#, c-format
msgid "Image"
msgstr "ምስል"
-#: any.pm:488 any.pm:501
+#: any.pm:494 any.pm:507
#, c-format
msgid "Root"
msgstr "Root"
-#: any.pm:489 any.pm:514
+#: any.pm:495 any.pm:520
#, c-format
msgid "Append"
msgstr ""
-#: any.pm:491
+#: any.pm:497
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:494
+#: any.pm:500
#, c-format
msgid "Video mode"
msgstr "የቪዲዮ አሰራር ዘዴ"
-#: any.pm:496
+#: any.pm:502
#, c-format
msgid "Initrd"
msgstr ""
-#: any.pm:497
+#: any.pm:503
#, fuzzy, c-format
msgid "Network profile"
msgstr "የተጠቃሚው እይታ"
-#: any.pm:506 any.pm:511 any.pm:513 diskdrake/interactive.pm:425
+#: any.pm:512 any.pm:517 any.pm:519 diskdrake/interactive.pm:374
#, c-format
msgid "Label"
msgstr "መለያ"
-#: any.pm:508 any.pm:516 harddrake/v4l.pm:438
+#: any.pm:514 any.pm:522 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "ቀዳሚ"
-#: any.pm:515
+#: any.pm:521
#, c-format
msgid "NoVideo"
msgstr ""
-#: any.pm:526
+#: any.pm:532
#, c-format
msgid "Empty label not allowed"
msgstr ""
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a kernel image"
msgstr ""
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a root partition"
msgstr ""
-#: any.pm:528
+#: any.pm:534
#, c-format
msgid "This label is already used"
msgstr ""
-#: any.pm:546
+#: any.pm:552
#, c-format
msgid "Which type of entry do you want to add?"
msgstr ""
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Linux"
msgstr "ሊኑክስ"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Other OS (SunOS...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (SunOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (MacOS...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (MacOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (Windows...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (Windows...)"
-#: any.pm:576
+#: any.pm:582
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can create additional entries or change the existing ones."
msgstr ""
-#: any.pm:727
+#: any.pm:745
#, c-format
msgid "access to X programs"
msgstr "የX ፕሮግራሞች ማሳያ"
-#: any.pm:728
+#: any.pm:746
#, c-format
msgid "access to rpm tools"
msgstr ""
-#: any.pm:729
+#: any.pm:747
#, c-format
msgid "allow \"su\""
msgstr "ፍቀድ \"su\""
-#: any.pm:730
+#: any.pm:748
#, c-format
msgid "access to administrative files"
msgstr ""
-#: any.pm:731
+#: any.pm:749
#, c-format
msgid "access to network tools"
msgstr ""
-#: any.pm:732
+#: any.pm:750
#, c-format
msgid "access to compilation tools"
msgstr ""
-#: any.pm:737
+#: any.pm:756
#, c-format
msgid "(already added %s)"
msgstr "(%s በፊት ተጨምሯል)"
-#: any.pm:744
+#: any.pm:762
#, c-format
msgid "Please give a user name"
msgstr "እባክዎ የተጠቃሚ ስም ይስጡ"
-#: any.pm:745
+#: any.pm:763
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-#: any.pm:746
+#: any.pm:764
#, c-format
msgid "The user name is too long"
msgstr "የተጠቃሚ ስሙ በጣም ረጅም ነው"
-#: any.pm:747
+#: any.pm:765
#, c-format
msgid "This user name has already been added"
msgstr "ይህ የተጠቃሚ ስም በፊትም ነበር"
-#: any.pm:748 any.pm:776
+#: any.pm:771 any.pm:798
#, c-format
msgid "User ID"
msgstr "የተጠቃሚ መለያ ቁጥር"
-#: any.pm:749 any.pm:777
+#: any.pm:771 any.pm:799
#, c-format
msgid "Group ID"
msgstr "የብድን መለያ ቁጥር"
-#: any.pm:752
+#: any.pm:772
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "(%f በሰነድ-ስም ይተካል፤ %l በመስመር ቁጥር)"
-#: any.pm:753
+#: any.pm:773
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr ""
-#: any.pm:768
+#: any.pm:777
#, fuzzy, c-format
msgid "User management"
msgstr "የተጠቃሚ ስም"
-#: any.pm:775 authentication.pm:182
+#: any.pm:784 authentication.pm:183
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "የroot ሚስጢራዊ ቃል ይምረጡ"
-#: any.pm:780
+#: any.pm:789
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"የተጠቃሚ ስም ያስገቡ\n"
"%s"
-#: any.pm:781
+#: any.pm:790
#, c-format
msgid "Real name"
msgstr "እውነተኛ ስም"
-#: any.pm:772
+#: any.pm:793
#, fuzzy, c-format
msgid "Login name"
msgstr "Name=ዝምብለህ ይግባ"
-#: any.pm:775
+#: any.pm:797
#, c-format
msgid "Shell"
msgstr "ሼል"
-#: any.pm:822 security/l10n.pm:14
+#: any.pm:835 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr ""
-#: any.pm:823
+#: any.pm:836
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
-#: any.pm:824
+#: any.pm:837
#, fuzzy, c-format
msgid "Use this feature"
msgstr "ይህንን ሁኔታ መጠቀም ይፈልጋሉ?"
-#: any.pm:825
+#: any.pm:838
#, c-format
msgid "Choose the default user:"
msgstr "ቀዳሚ ተጠቃሚ ይምረጡ:"
-#: any.pm:826
+#: any.pm:839
#, c-format
msgid "Choose the window manager to run:"
msgstr ""
-#: any.pm:854
+#: any.pm:862 any.pm:912
#, c-format
-msgid "License agreement"
+msgid "Release Notes"
msgstr ""
-#: any.pm:857 diskdrake/dav.pm:26
+#: any.pm:869 any.pm:1201 interactive/gtk.pm:766
#, c-format
-msgid "Quit"
-msgstr "ውጣ"
+msgid "Close"
+msgstr "ዝጋ"
-#: any.pm:860
+#: any.pm:905
#, c-format
-msgid "Release Notes"
+msgid "License agreement"
msgstr ""
-#: any.pm:863
+#: any.pm:908 diskdrake/dav.pm:26
+#, c-format
+msgid "Quit"
+msgstr "ውጣ"
+
+#: any.pm:915
#, c-format
msgid "Accept"
msgstr "ተቀበል"
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Refuse"
msgstr "አትቀበል"
-#: any.pm:882 any.pm:950
+#: any.pm:930 any.pm:996
#, c-format
msgid "Please choose a language to use."
msgstr "እባክዎ መጠቀሚያ ቋንቋ ይምረጡ።"
-#: any.pm:883 any.pm:951
+#: any.pm:931 any.pm:997
#, fuzzy, c-format
msgid "Language choice"
msgstr "የመመሪያ ገጾች"
-#: any.pm:913
+#: any.pm:961
#, c-format
msgid ""
"Mandriva Linux can support multiple languages. Select\n"
@@ -507,72 +513,72 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr ""
-#: any.pm:916
+#: any.pm:964
#, c-format
msgid "Multi languages"
msgstr ""
-#: any.pm:928 any.pm:959
+#: any.pm:975 any.pm:1005
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:930
+#: any.pm:977
#, c-format
msgid "All languages"
msgstr "ሁሉንም ቋንቋዎች"
-#: any.pm:1005
+#: any.pm:1052
#, c-format
msgid "Country / Region"
msgstr "ሀገር / አካባቢ"
-#: any.pm:1007
+#: any.pm:1054
#, c-format
msgid "Please choose your country."
msgstr "እባክዎ ሀገሮን ይምረጡ።"
-#: any.pm:1009
+#: any.pm:1056
#, c-format
msgid "Here is the full list of available countries"
msgstr "እዚህ ያሉት ሀገሮች ሙሉ ዝርዝር ይገኛል"
-#: any.pm:1010
+#: any.pm:1057
#, fuzzy, c-format
msgid "Other Countries"
msgstr "ሌላ ምርጫዎች"
-#: any.pm:1010 interactive.pm:477
+#: any.pm:1057 interactive.pm:481
#, c-format
msgid "Advanced"
msgstr "ጠላቂ"
-#: any.pm:1016
+#: any.pm:1063
#, fuzzy, c-format
msgid "Input method:"
msgstr "የX ዘገባ የማስትገባት ዘዴ"
-#: any.pm:1019
+#: any.pm:1066
#, c-format
msgid "None"
msgstr "ምንም"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "No sharing"
msgstr "መጋራት የለም"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Allow all users"
msgstr "ለሁሉም ተጠቃሚዎች ፍቀድ"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Custom"
msgstr "ምርጫ"
-#: any.pm:1103
+#: any.pm:1150
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -582,282 +588,277 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: any.pm:1115
+#: any.pm:1162
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1118
+#: any.pm:1165
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1126
+#: any.pm:1173
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
-#: any.pm:1151
+#: any.pm:1201
#, c-format
msgid "Launch userdrake"
msgstr "userdrake አስጀምር"
-#: any.pm:1151 interactive/gtk.pm:747
-#, c-format
-msgid "Close"
-msgstr "ዝጋ"
-
-#: any.pm:1153
+#: any.pm:1203
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
-#: any.pm:1245
+#: any.pm:1295
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
-#: any.pm:1249
+#: any.pm:1299
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Timezone"
msgstr "የሰአት ክልል"
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Which is your timezone?"
msgstr "የሰአት ክልሎት የትኛው ነው?"
-#: any.pm:1296 any.pm:1298
+#: any.pm:1346 any.pm:1348
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1299
+#: any.pm:1349
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1303
+#: any.pm:1353
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "ለሀርድዌር ሰአት GMT ተመርጧል"
-#: any.pm:1304
+#: any.pm:1354
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "ለሀርድዌር ሰአት GMT ተመርጧል"
-#: any.pm:1306
+#: any.pm:1356
#, c-format
msgid "NTP Server"
msgstr "NTP ሰርቨር"
-#: any.pm:1307
+#: any.pm:1357
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: authentication.pm:23
+#: authentication.pm:24
#, fuzzy, c-format
msgid "Local file"
msgstr "የቅርብ ፋይሎች"
-#: authentication.pm:24
+#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr "LDAP"
-#: authentication.pm:25
+#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr "NIS"
-#: authentication.pm:26
+#: authentication.pm:27
#, c-format
msgid "Smart Card"
msgstr ""
-#: authentication.pm:27 authentication.pm:163
+#: authentication.pm:28 authentication.pm:164
#, c-format
msgid "Windows Domain"
msgstr "የWindows ዶሜን"
-#: authentication.pm:28
+#: authentication.pm:29
#, fuzzy, c-format
msgid "Active Directory with SFU"
msgstr "አኃዞች (ከክፍተት ጋር)"
-#: authentication.pm:29
+#: authentication.pm:30
#, fuzzy, c-format
msgid "Active Directory with Winbind"
msgstr "አኃዞች (ከክፍተት ጋር)"
-#: authentication.pm:66
+#: authentication.pm:67
#, fuzzy, c-format
msgid "Local file:"
msgstr "የቅርብ ፋይሎች:"
-#: authentication.pm:66
+#: authentication.pm:67
#, c-format
msgid "Use information stored in local files for all authentication"
msgstr ""
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid "LDAP:"
msgstr "LDAP:"
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid "NIS:"
msgstr "NIS:"
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid "Windows Domain:"
msgstr "የWindows ዶሜን:"
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""
-#: authentication.pm:70
+#: authentication.pm:71
#, fuzzy, c-format
msgid "Active Directory with SFU:"
msgstr "አኃዞች (ከክፍተት ጋር)"
-#: authentication.pm:70
+#: authentication.pm:71
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
-#: authentication.pm:71
+#: authentication.pm:72
#, fuzzy, c-format
msgid "Active Directory with Winbind:"
msgstr "አኃዞች (ከክፍተት ጋር)"
-#: authentication.pm:71
+#: authentication.pm:72
#, c-format
msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
-#: authentication.pm:96
+#: authentication.pm:97
#, c-format
msgid "Authentication LDAP"
msgstr ""
-#: authentication.pm:97
+#: authentication.pm:98
#, c-format
msgid "LDAP Base dn"
msgstr ""
-#: authentication.pm:98
+#: authentication.pm:99
#, c-format
msgid "LDAP Server"
msgstr "የLDAP ሰርቨር"
-#: authentication.pm:111 fsedit.pm:23
+#: authentication.pm:112 fsedit.pm:23
#, c-format
msgid "simple"
msgstr "ቀላል"
-#: authentication.pm:112
+#: authentication.pm:113
#, c-format
msgid "TLS"
msgstr ""
-#: authentication.pm:113
+#: authentication.pm:114
#, c-format
msgid "SSL"
msgstr ""
-#: authentication.pm:114
+#: authentication.pm:115
#, c-format
msgid "security layout (SASL/Kerberos)"
msgstr ""
-#: authentication.pm:121 authentication.pm:159
+#: authentication.pm:122 authentication.pm:160
#, fuzzy, c-format
msgid "Authentication Active Directory"
msgstr "የX ዘገባ የማስትገባት ዘዴ"
-#: authentication.pm:122 diskdrake/smbnfs_gtk.pm:182
+#: authentication.pm:123 diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "ዶሜን"
-#: authentication.pm:124 diskdrake/dav.pm:63
+#: authentication.pm:125 diskdrake/dav.pm:63
#, c-format
msgid "Server"
msgstr "ሰርቨር"
-#: authentication.pm:125
+#: authentication.pm:126
#, fuzzy, c-format
msgid "LDAP users database"
msgstr "ዳታቤዝ"
-#: authentication.pm:126
+#: authentication.pm:127
#, c-format
msgid "Use Anonymous BIND "
msgstr ""
-#: authentication.pm:127
+#: authentication.pm:128
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
msgstr ""
-#: authentication.pm:128
+#: authentication.pm:129
#, fuzzy, c-format
msgid "Password for user"
msgstr "ሚስጥር-ቃል ያስፈልጋል"
-#: authentication.pm:140
+#: authentication.pm:141
#, c-format
msgid "Authentication NIS"
msgstr ""
-#: authentication.pm:141
+#: authentication.pm:142
#, c-format
msgid "NIS Domain"
msgstr "የNIS ዶሜን"
-#: authentication.pm:142
+#: authentication.pm:143
#, c-format
msgid "NIS Server"
msgstr "የNIS ሰርቨር"
-#: authentication.pm:147
+#: authentication.pm:148
#, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
@@ -874,54 +875,54 @@ msgid ""
"good."
msgstr ""
-#: authentication.pm:159
+#: authentication.pm:160
#, c-format
msgid "Authentication Windows Domain"
msgstr "የWindows ዶሜን ትክክለኝነቱን ማረጋጥ"
-#: authentication.pm:161
+#: authentication.pm:162
#, c-format
msgid "Active Directory Realm "
msgstr ""
-#: authentication.pm:164
+#: authentication.pm:165
#, c-format
msgid "Domain Admin User Name"
msgstr ""
-#: authentication.pm:165
+#: authentication.pm:166
#, c-format
msgid "Domain Admin Password"
msgstr "የዶሜን አስተዳዳሪ ሚስጢራዊ ቃል"
-#: authentication.pm:181 authentication.pm:198
+#: authentication.pm:182 authentication.pm:199
#, c-format
msgid "Authentication"
msgstr ""
-#: authentication.pm:184
+#: authentication.pm:185
#, fuzzy, c-format
msgid "Authentication method"
msgstr "የX ዘገባ የማስትገባት ዘዴ"
#. -PO: keep this short or else the buttons will not fit in the window
-#: authentication.pm:189
+#: authentication.pm:190
#, c-format
msgid "No password"
msgstr "ሚስጢራዊ ቃል የለም"
-#: authentication.pm:210
+#: authentication.pm:211
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: authentication.pm:351
+#: authentication.pm:352
#, c-format
msgid "Can not use broadcast with no NIS domain"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:882
+#: bootloader.pm:900
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -931,101 +932,101 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:1030
+#: bootloader.pm:1050
#, c-format
msgid "LILO with text menu"
msgstr "LILO ከጽሁፍ መዘርዝር ጋር"
-#: bootloader.pm:1031
+#: bootloader.pm:1051
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1032
+#: bootloader.pm:1052
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1033
+#: bootloader.pm:1053
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:1034
+#: bootloader.pm:1054
#, c-format
msgid "SILO"
msgstr ""
-#: bootloader.pm:1114
+#: bootloader.pm:1135
#, c-format
msgid "not enough room in /boot"
msgstr "በ/boot ውስጥ በቂ ቦታ የለም"
-#: bootloader.pm:1681
+#: bootloader.pm:1760
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
-#: bootloader.pm:1734
+#: bootloader.pm:1813
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1747
+#: bootloader.pm:1826
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1748
+#: bootloader.pm:1827
#, c-format
msgid "Re-install Boot Loader"
msgstr "አስጀማሪውን እንደገና ይትከሉ"
-#: common.pm:132
+#: common.pm:142
#, fuzzy, c-format
msgid "B"
msgstr "KB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "KB"
msgstr "KB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "MB"
msgstr "MB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "GB"
msgstr "GB"
-#: common.pm:132 common.pm:141
+#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "TB"
-#: common.pm:149
+#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d ደቂቃዎች"
-#: common.pm:151
+#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "1 ደቂቃ"
-#: common.pm:153
+#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d ሴኮንዶች"
-#: common.pm:306
+#: common.pm:335
#, c-format
msgid "command %s missing"
msgstr ""
@@ -1044,45 +1045,44 @@ msgstr ""
msgid "New"
msgstr "አዲስ"
-#: diskdrake/dav.pm:61 diskdrake/interactive.pm:431 diskdrake/smbnfs_gtk.pm:75
+#: diskdrake/dav.pm:61 diskdrake/interactive.pm:380 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr ""
-#: diskdrake/dav.pm:62 diskdrake/interactive.pm:428 diskdrake/smbnfs_gtk.pm:76
+#: diskdrake/dav.pm:62 diskdrake/interactive.pm:377 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr ""
-#: diskdrake/dav.pm:64 diskdrake/interactive.pm:422
-#: diskdrake/interactive.pm:662 diskdrake/interactive.pm:680
-#: diskdrake/interactive.pm:684 diskdrake/removable.pm:23
+#: diskdrake/dav.pm:64 diskdrake/interactive.pm:371
+#: diskdrake/interactive.pm:611 diskdrake/interactive.pm:629
+#: diskdrake/interactive.pm:633 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr ""
-#: diskdrake/dav.pm:65 diskdrake/interactive.pm:424
-#: diskdrake/interactive.pm:1039 diskdrake/removable.pm:24
+#: diskdrake/dav.pm:65 diskdrake/interactive.pm:373
+#: diskdrake/interactive.pm:987 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "ምርጫዎች"
-#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:166 diskdrake/removable.pm:26
+#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:164 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "ጨርሷል"
-#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:115 diskdrake/interactive.pm:229
-#: diskdrake/interactive.pm:242 diskdrake/interactive.pm:386
-#: diskdrake/interactive.pm:404 diskdrake/interactive.pm:529
-#: diskdrake/interactive.pm:534 diskdrake/interactive.pm:652
-#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:1087
-#: diskdrake/interactive.pm:1100 diskdrake/interactive.pm:1103
-#: diskdrake/interactive.pm:1351 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
-#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:227
+#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231
+#: diskdrake/interactive.pm:244 diskdrake/interactive.pm:478
+#: diskdrake/interactive.pm:483 diskdrake/interactive.pm:601
+#: diskdrake/interactive.pm:859 diskdrake/interactive.pm:1033
+#: diskdrake/interactive.pm:1046 diskdrake/interactive.pm:1049
+#: diskdrake/interactive.pm:1299 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
+#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:223
#: interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19
#: scanner.pm:94 scanner.pm:105 scanner.pm:112 scanner.pm:119 wizards.pm:95
#: wizards.pm:99 wizards.pm:121
@@ -1105,28 +1105,28 @@ msgstr "URLሉ በhttp:// ወይም በhttps:// መጀመር አለበት"
msgid "Server: "
msgstr "ሰርቨር:"
-#: diskdrake/dav.pm:110 diskdrake/interactive.pm:502
-#: diskdrake/interactive.pm:1225 diskdrake/interactive.pm:1303
+#: diskdrake/dav.pm:110 diskdrake/interactive.pm:451
+#: diskdrake/interactive.pm:1179 diskdrake/interactive.pm:1259
#, c-format
msgid "Mount point: "
msgstr ""
-#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1310
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1266
#, c-format
msgid "Options: %s"
msgstr "ምርጫዎች: %s"
-#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:286
+#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:282
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106
-#: fs/partitioning_wizard.pm:47 fs/partitioning_wizard.pm:201
-#: fs/partitioning_wizard.pm:207 fs/partitioning_wizard.pm:247
-#: fs/partitioning_wizard.pm:266 fs/partitioning_wizard.pm:271
+#: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:205
+#: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:251
+#: fs/partitioning_wizard.pm:270 fs/partitioning_wizard.pm:275
#, c-format
msgid "Partitioning"
msgstr ""
-#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1059
-#: diskdrake/interactive.pm:1069 diskdrake/interactive.pm:1122
+#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1008
+#: diskdrake/interactive.pm:1018 diskdrake/interactive.pm:1071
#, c-format
msgid "Read carefully!"
msgstr "በጥንቃቄ ያንብቡ!"
@@ -1136,7 +1136,7 @@ msgstr "በጥንቃቄ ያንብቡ!"
msgid "Please make a backup of your data first"
msgstr ""
-#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:222
+#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:224
#, c-format
msgid "Exit"
msgstr "ውጣ"
@@ -1154,18 +1154,18 @@ msgid ""
"at the beginning of the disk"
msgstr ""
-#: diskdrake/hd_gtk.pm:162 interactive.pm:640 interactive/gtk.pm:719
-#: interactive/gtk.pm:740 interactive/gtk.pm:760 ugtk2.pm:926 ugtk2.pm:927
+#: diskdrake/hd_gtk.pm:160 interactive.pm:644 interactive/gtk.pm:744
+#: interactive/gtk.pm:759 interactive/gtk.pm:779 ugtk2.pm:936 ugtk2.pm:937
#, c-format
msgid "Help"
msgstr "እርዳታ"
-#: diskdrake/hd_gtk.pm:197
+#: diskdrake/hd_gtk.pm:195
#, c-format
msgid "Choose action"
msgstr "ተግባር ይምረጡ"
-#: diskdrake/hd_gtk.pm:201
+#: diskdrake/hd_gtk.pm:199
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1173,162 +1173,156 @@ msgid ""
"(click on it, then click on \"Resize\")"
msgstr ""
-#: diskdrake/hd_gtk.pm:203
+#: diskdrake/hd_gtk.pm:201
#, c-format
msgid "Please click on a partition"
msgstr "እባክዎ ክፋዩ ላይ ይጫኑ"
-#: diskdrake/hd_gtk.pm:217 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:215 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "ዝርዝሮች"
-#: diskdrake/hd_gtk.pm:265
+#: diskdrake/hd_gtk.pm:263
#, c-format
msgid "No hard drives found"
msgstr "ቋሚ ዲስኮችን አልተገኙም"
-#: diskdrake/hd_gtk.pm:292
+#: diskdrake/hd_gtk.pm:290
#, c-format
msgid "Unknown"
msgstr "ያልታወቀ"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "Ext3"
msgstr "ውጣ"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "SunOS"
msgstr "SunOS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "HFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:352 services.pm:158
+#: diskdrake/hd_gtk.pm:353 services.pm:158
#, c-format
msgid "Other"
msgstr "ሌላ"
-#: diskdrake/hd_gtk.pm:352 diskdrake/interactive.pm:1239
+#: diskdrake/hd_gtk.pm:353 diskdrake/interactive.pm:1194
#, c-format
msgid "Empty"
msgstr "ባዶ"
-#: diskdrake/hd_gtk.pm:356
+#: diskdrake/hd_gtk.pm:357
#, c-format
msgid "Filesystem types:"
msgstr "የፋይል ሲስተም አይነቶች:"
-#: diskdrake/hd_gtk.pm:380 diskdrake/interactive.pm:291
-#: diskdrake/interactive.pm:380 diskdrake/interactive.pm:410
-#: diskdrake/interactive.pm:559 diskdrake/interactive.pm:743
-#: diskdrake/interactive.pm:801 diskdrake/interactive.pm:894
-#: diskdrake/interactive.pm:936 diskdrake/interactive.pm:937
-#: diskdrake/interactive.pm:1168 diskdrake/interactive.pm:1206
-#: diskdrake/interactive.pm:1342 do_pkgs.pm:16 do_pkgs.pm:35 do_pkgs.pm:53
-#: harddrake/sound.pm:285
+#: diskdrake/hd_gtk.pm:381 diskdrake/interactive.pm:287
+#: diskdrake/interactive.pm:359 diskdrake/interactive.pm:508
+#: diskdrake/interactive.pm:692 diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:839 diskdrake/interactive.pm:881
+#: diskdrake/interactive.pm:882 diskdrake/interactive.pm:1117
+#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1298 do_pkgs.pm:16
+#: do_pkgs.pm:35 do_pkgs.pm:53 harddrake/sound.pm:286
#, c-format
msgid "Warning"
msgstr "ማስጠንቀቂያ"
-#: diskdrake/hd_gtk.pm:380
+#: diskdrake/hd_gtk.pm:381
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "ይዚህ ክፋይ መጠነ ተስተካካይ አይደለም"
-#: diskdrake/hd_gtk.pm:389
+#: diskdrake/hd_gtk.pm:390
#, c-format
msgid "Use ``Unmount'' first"
msgstr "በመጀመሪያ “Unmount”ን ይጠቀሙ"
-#: diskdrake/hd_gtk.pm:389
-#, c-format
-msgid "Use ``%s'' instead"
+#: diskdrake/hd_gtk.pm:390
+#, fuzzy, c-format
+msgid "Use ``%s'' instead (in expert mode)"
msgstr "በዚህ ፈንታ “%s”ን ይጠቀሙ"
-#: diskdrake/hd_gtk.pm:389 diskdrake/interactive.pm:423
-#: diskdrake/interactive.pm:597 diskdrake/interactive.pm:1075
+#: diskdrake/hd_gtk.pm:390 diskdrake/interactive.pm:372
+#: diskdrake/interactive.pm:546 diskdrake/interactive.pm:1024
#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "አይነት"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose another partition"
msgstr "ሌላ ክፋይ ይምረጡ"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose a partition"
msgstr "ክፋይ ይምረጡ"
-#: diskdrake/interactive.pm:255
-#, c-format
-msgid "Undo"
-msgstr "ወደ ነበረበት መልስ"
-
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to normal mode"
msgstr ""
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to expert mode"
msgstr ""
-#: diskdrake/interactive.pm:269 diskdrake/interactive.pm:279
-#: diskdrake/interactive.pm:1153
+#: diskdrake/interactive.pm:265 diskdrake/interactive.pm:275
+#: diskdrake/interactive.pm:1102
#, fuzzy, c-format
msgid "Confirmation"
msgstr "ስየማ"
-#: diskdrake/interactive.pm:269
+#: diskdrake/interactive.pm:265
#, c-format
msgid "Continue anyway?"
msgstr "ለማንኛውም ቀጥል?"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without saving"
msgstr "ሳታስቀምጥ ውጣ"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without writing the partition table?"
msgstr ""
-#: diskdrake/interactive.pm:279
+#: diskdrake/interactive.pm:275
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr ""
-#: diskdrake/interactive.pm:286 fs/partitioning_wizard.pm:247
+#: diskdrake/interactive.pm:282 fs/partitioning_wizard.pm:251
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
-#: diskdrake/interactive.pm:291
+#: diskdrake/interactive.pm:287
#, c-format
msgid ""
"You should format partition %s.\n"
@@ -1336,157 +1330,135 @@ msgid ""
"Quit anyway?"
msgstr ""
-#: diskdrake/interactive.pm:304
+#: diskdrake/interactive.pm:300
#, c-format
msgid "Clear all"
msgstr "ሁሉንም ሰርዝ"
-#: diskdrake/interactive.pm:305
+#: diskdrake/interactive.pm:301
#, c-format
msgid "Auto allocate"
msgstr "በራስ-ገዝ አመልካች"
-#: diskdrake/interactive.pm:306 diskdrake/interactive.pm:354
+#: diskdrake/interactive.pm:302 diskdrake/interactive.pm:350
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "ተጨማሪ"
-#: diskdrake/interactive.pm:311
+#: diskdrake/interactive.pm:307
#, c-format
msgid "Hard drive information"
msgstr "የቋሚ ዲስክ መረጃ"
-#: diskdrake/interactive.pm:343
+#: diskdrake/interactive.pm:339
#, c-format
msgid "All primary partitions are used"
msgstr ""
-#: diskdrake/interactive.pm:344
+#: diskdrake/interactive.pm:340
#, c-format
msgid "I can not add any more partitions"
msgstr ""
-#: diskdrake/interactive.pm:345
+#: diskdrake/interactive.pm:341
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
-#: diskdrake/interactive.pm:356
-#, c-format
-msgid "Save partition table"
-msgstr "የክፋይ ሠንጠረዡን አስቀምጥ"
-
-#: diskdrake/interactive.pm:357
-#, c-format
-msgid "Restore partition table"
-msgstr "የክፋይ ሠንጠረዡ ወደ ነበረበት መልስ"
-
-#: diskdrake/interactive.pm:359
+#: diskdrake/interactive.pm:352
#, c-format
msgid "Reload partition table"
msgstr "የክፋይ ሠንጠረዡን እንደገና ጫን"
-#: diskdrake/interactive.pm:369 diskdrake/interactive.pm:395
-#, c-format
-msgid "Select file"
-msgstr "ፋይል ይምረጡ"
-
-#: diskdrake/interactive.pm:381
-#, c-format
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-
-#: diskdrake/interactive.pm:410
+#: diskdrake/interactive.pm:359
#, c-format
msgid "Detailed information"
msgstr "ዝርዝር መረጃ"
-#: diskdrake/interactive.pm:426 diskdrake/interactive.pm:756
+#: diskdrake/interactive.pm:375 diskdrake/interactive.pm:705
#, c-format
msgid "Resize"
msgstr "መጠን አስተካክል"
-#: diskdrake/interactive.pm:427
+#: diskdrake/interactive.pm:376
#, c-format
msgid "Format"
msgstr "ፎርማት"
-#: diskdrake/interactive.pm:429 diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:378 diskdrake/interactive.pm:791
#, c-format
msgid "Add to RAID"
msgstr "ወደ RAID ጨምር"
-#: diskdrake/interactive.pm:430 diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:379 diskdrake/interactive.pm:809
#, c-format
msgid "Add to LVM"
msgstr "ወደ LVM ጨምር"
-#: diskdrake/interactive.pm:432
+#: diskdrake/interactive.pm:381
#, c-format
msgid "Delete"
msgstr "አጥፋ"
-#: diskdrake/interactive.pm:433
+#: diskdrake/interactive.pm:382
#, c-format
msgid "Remove from RAID"
msgstr "ከRAID አስወግድ"
-#: diskdrake/interactive.pm:434
+#: diskdrake/interactive.pm:383
#, c-format
msgid "Remove from LVM"
msgstr "ከLVM አስወግድ"
-#: diskdrake/interactive.pm:435
+#: diskdrake/interactive.pm:384
#, c-format
msgid "Modify RAID"
msgstr "RAID ለውጥ"
-#: diskdrake/interactive.pm:436
+#: diskdrake/interactive.pm:385
#, c-format
msgid "Use for loopback"
msgstr "ዞሮ ለመመለስ ተጠቃም"
-#: diskdrake/interactive.pm:447
+#: diskdrake/interactive.pm:396
#, c-format
msgid "Create"
msgstr "ፍጠር"
-#: diskdrake/interactive.pm:491 diskdrake/interactive.pm:493
+#: diskdrake/interactive.pm:440 diskdrake/interactive.pm:442
#, c-format
msgid "Create a new partition"
msgstr "አዲስ ክፋይ ፍጠር"
-#: diskdrake/interactive.pm:495
+#: diskdrake/interactive.pm:444
#, c-format
msgid "Start sector: "
msgstr "ሴክተር ጀምር፦"
-#: diskdrake/interactive.pm:498 diskdrake/interactive.pm:929
+#: diskdrake/interactive.pm:447 diskdrake/interactive.pm:874
#, c-format
msgid "Size in MB: "
msgstr "መጠን በMB:"
-#: diskdrake/interactive.pm:500 diskdrake/interactive.pm:930
+#: diskdrake/interactive.pm:449 diskdrake/interactive.pm:875
#, c-format
msgid "Filesystem type: "
msgstr "የፋይል ሲስተም አይነት: "
-#: diskdrake/interactive.pm:506
+#: diskdrake/interactive.pm:455
#, c-format
msgid "Preference: "
msgstr "ምርጫ: "
-#: diskdrake/interactive.pm:509
+#: diskdrake/interactive.pm:458
#, c-format
msgid "Logical volume name "
msgstr "የጉልሃዊ ይዞታ ስም"
-#: diskdrake/interactive.pm:529
+#: diskdrake/interactive.pm:478
#, c-format
msgid ""
"You can not create a new partition\n"
@@ -1494,245 +1466,245 @@ msgid ""
"First remove a primary partition and create an extended partition."
msgstr ""
-#: diskdrake/interactive.pm:559
+#: diskdrake/interactive.pm:508
#, c-format
msgid "Remove the loopback file?"
msgstr "የዞሮ መመለሻ ፋይሉ ይወገድ?"
-#: diskdrake/interactive.pm:581
+#: diskdrake/interactive.pm:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-#: diskdrake/interactive.pm:594
+#: diskdrake/interactive.pm:543
#, c-format
msgid "Change partition type"
msgstr "የክፋይ ዓይነት ለውጥ"
-#: diskdrake/interactive.pm:596 diskdrake/removable.pm:47
+#: diskdrake/interactive.pm:545 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "የትኛውን የፋይል ሲስተም ይፈልጋሉ?"
-#: diskdrake/interactive.pm:603
+#: diskdrake/interactive.pm:552
#, c-format
-msgid "Switching from ext2 to ext3"
+msgid "Switching from %s to %s"
msgstr ""
-#: diskdrake/interactive.pm:629 diskdrake/interactive.pm:632
+#: diskdrake/interactive.pm:578 diskdrake/interactive.pm:581
#, c-format
msgid "Which volume label?"
msgstr ""
-#: diskdrake/interactive.pm:633
+#: diskdrake/interactive.pm:582
#, fuzzy, c-format
msgid "Label:"
msgstr "መለያ"
-#: diskdrake/interactive.pm:647
+#: diskdrake/interactive.pm:596
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr ""
-#: diskdrake/interactive.pm:648
+#: diskdrake/interactive.pm:597
#, c-format
msgid "Where do you want to mount device %s?"
msgstr ""
-#: diskdrake/interactive.pm:653
+#: diskdrake/interactive.pm:602
#, c-format
msgid ""
"Can not unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
-#: diskdrake/interactive.pm:683
+#: diskdrake/interactive.pm:632
#, c-format
msgid "Where do you want to mount %s?"
msgstr "%sን የት መትከል ይፈልጋሉ?"
-#: diskdrake/interactive.pm:707 diskdrake/interactive.pm:790
-#: fs/partitioning_wizard.pm:141 fs/partitioning_wizard.pm:173
+#: diskdrake/interactive.pm:656 diskdrake/interactive.pm:739
+#: fs/partitioning_wizard.pm:145 fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing"
msgstr "መጠን በማስተካከል ላይ"
-#: diskdrake/interactive.pm:707
+#: diskdrake/interactive.pm:656
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr ""
-#: diskdrake/interactive.pm:743
+#: diskdrake/interactive.pm:692
#, c-format
msgid "This partition is not resizeable"
msgstr "ይዚህ ክፋይ መጠነ ተስተካካይ አይደለም"
-#: diskdrake/interactive.pm:748
+#: diskdrake/interactive.pm:697
#, c-format
msgid "All data on this partition should be backed-up"
msgstr ""
-#: diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:699
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
-#: diskdrake/interactive.pm:757
+#: diskdrake/interactive.pm:706
#, c-format
msgid "Choose the new size"
msgstr "አዲሱን መጠን ይምረጡ"
-#: diskdrake/interactive.pm:758
+#: diskdrake/interactive.pm:707
#, c-format
msgid "New size in MB: "
msgstr "አዲስ መጠን በMB: "
-#: diskdrake/interactive.pm:759
+#: diskdrake/interactive.pm:708
#, c-format
msgid "Minimum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:760
+#: diskdrake/interactive.pm:709
#, c-format
msgid "Maximum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:801 fs/partitioning_wizard.pm:181
+#: diskdrake/interactive.pm:750 fs/partitioning_wizard.pm:185
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
"filesystem checks will be run on your next boot into Microsoft Windows®"
msgstr ""
-#: diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:791
#, c-format
msgid "Choose an existing RAID to add to"
msgstr ""
-#: diskdrake/interactive.pm:844 diskdrake/interactive.pm:861
+#: diskdrake/interactive.pm:793 diskdrake/interactive.pm:811
#, c-format
msgid "new"
msgstr "አዲስ"
-#: diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:809
#, c-format
msgid "Choose an existing LVM to add to"
msgstr ""
-#: diskdrake/interactive.pm:866
+#: diskdrake/interactive.pm:816
#, c-format
msgid "LVM name?"
msgstr "የLVM ስም?"
-#: diskdrake/interactive.pm:894
+#: diskdrake/interactive.pm:839
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
-#: diskdrake/interactive.pm:896
+#: diskdrake/interactive.pm:841
#, c-format
msgid "Moving physical extents"
msgstr ""
-#: diskdrake/interactive.pm:914
+#: diskdrake/interactive.pm:859
#, c-format
msgid "This partition can not be used for loopback"
msgstr ""
-#: diskdrake/interactive.pm:927
+#: diskdrake/interactive.pm:872
#, c-format
msgid "Loopback"
msgstr ""
-#: diskdrake/interactive.pm:928
+#: diskdrake/interactive.pm:873
#, c-format
msgid "Loopback file name: "
msgstr "የዞሮ መመለሻ ፋይል ስም: "
-#: diskdrake/interactive.pm:933
+#: diskdrake/interactive.pm:878
#, c-format
msgid "Give a file name"
msgstr "የፋይል ስም ይስጡ"
-#: diskdrake/interactive.pm:936
+#: diskdrake/interactive.pm:881
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr ""
-#: diskdrake/interactive.pm:937
+#: diskdrake/interactive.pm:882
#, c-format
msgid "File already exists. Use it?"
msgstr "ፋይሉ በፊትም ነበር። ልጠቀምበት?"
-#: diskdrake/interactive.pm:966 diskdrake/interactive.pm:969
+#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:917
#, c-format
msgid "Mount options"
msgstr "የተከላ ምርጫዎች"
-#: diskdrake/interactive.pm:976
+#: diskdrake/interactive.pm:924
#, c-format
msgid "Various"
msgstr ""
-#: diskdrake/interactive.pm:1041
+#: diskdrake/interactive.pm:989
#, c-format
msgid "device"
msgstr "መሳሪያ"
-#: diskdrake/interactive.pm:1042
+#: diskdrake/interactive.pm:990
#, c-format
msgid "level"
msgstr "ደረጃ"
-#: diskdrake/interactive.pm:1043
+#: diskdrake/interactive.pm:991
#, fuzzy, c-format
msgid "chunk size in KiB"
msgstr "የፊደል ቅርጽ መጠን፦"
-#: diskdrake/interactive.pm:1060
+#: diskdrake/interactive.pm:1009
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "ይጠንቀቁ: ይህ አሰራር አደገኛ ነው።"
-#: diskdrake/interactive.pm:1075
+#: diskdrake/interactive.pm:1024
#, c-format
msgid "What type of partitioning?"
msgstr "ምን አይነት አከፋፈል?"
-#: diskdrake/interactive.pm:1113
+#: diskdrake/interactive.pm:1062
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr ""
-#: diskdrake/interactive.pm:1122
+#: diskdrake/interactive.pm:1071
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr ""
-#: diskdrake/interactive.pm:1148
+#: diskdrake/interactive.pm:1097
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
-#: diskdrake/interactive.pm:1153 fs/partitioning.pm:49
+#: diskdrake/interactive.pm:1102 fs/partitioning.pm:49
#, fuzzy, c-format
msgid "Check bad blocks?"
msgstr "ተመልከት ይህንን"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Move files to the new partition"
msgstr "ወደ አዲሱ ክፋይ ፋይሎችን አንቀሳቅስ"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Hide files"
msgstr "ፋይሎች ደብቅ"
-#: diskdrake/interactive.pm:1168
+#: diskdrake/interactive.pm:1117
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -1743,108 +1715,108 @@ msgid ""
"the contents of the mounted partition)"
msgstr ""
-#: diskdrake/interactive.pm:1183
+#: diskdrake/interactive.pm:1132
#, c-format
msgid "Moving files to the new partition"
msgstr ""
-#: diskdrake/interactive.pm:1187
+#: diskdrake/interactive.pm:1136
#, c-format
msgid "Copying %s"
msgstr "%sን በመገልበጥ ላይ"
-#: diskdrake/interactive.pm:1191
+#: diskdrake/interactive.pm:1140
#, c-format
msgid "Removing %s"
msgstr "%sን በማስወገድ ላይ"
-#: diskdrake/interactive.pm:1205
+#: diskdrake/interactive.pm:1154
#, c-format
msgid "partition %s is now known as %s"
msgstr "%s ከአሁን በኋላ %s በመባል ይታወቃል"
-#: diskdrake/interactive.pm:1206
+#: diskdrake/interactive.pm:1155
#, c-format
msgid "Partitions have been renumbered: "
msgstr ""
-#: diskdrake/interactive.pm:1226 diskdrake/interactive.pm:1288
+#: diskdrake/interactive.pm:1180 diskdrake/interactive.pm:1243
#, c-format
msgid "Device: "
msgstr "መሳሪያ: "
-#: diskdrake/interactive.pm:1227
+#: diskdrake/interactive.pm:1181
#, c-format
msgid "Volume label: "
msgstr ""
-#: diskdrake/interactive.pm:1241
+#: diskdrake/interactive.pm:1182
#, c-format
msgid "UUID: "
msgstr ""
-#: diskdrake/interactive.pm:1242
+#: diskdrake/interactive.pm:1183
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr ""
-#: diskdrake/interactive.pm:1232 diskdrake/interactive.pm:1241
-#: diskdrake/interactive.pm:1306
+#: diskdrake/interactive.pm:1187 diskdrake/interactive.pm:1196
+#: diskdrake/interactive.pm:1262
#, c-format
msgid "Type: "
msgstr "አይነት: "
-#: diskdrake/interactive.pm:1236
+#: diskdrake/interactive.pm:1191 diskdrake/interactive.pm:1247
#, c-format
msgid "Name: "
msgstr "ስም: "
-#: diskdrake/interactive.pm:1243
+#: diskdrake/interactive.pm:1198
#, c-format
msgid "Start: sector %s\n"
msgstr "ጀምር፦ ሴክተር %sን\n"
-#: diskdrake/interactive.pm:1244
+#: diskdrake/interactive.pm:1199
#, c-format
msgid "Size: %s"
msgstr "መጠን: %s"
-#: diskdrake/interactive.pm:1246
+#: diskdrake/interactive.pm:1201
#, c-format
msgid ", %s sectors"
msgstr ""
-#: diskdrake/interactive.pm:1248
+#: diskdrake/interactive.pm:1203
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "CD ወደ"
-#: diskdrake/interactive.pm:1249
+#: diskdrake/interactive.pm:1204
#, c-format
msgid "Number of logical extents: %d\n"
msgstr ""
-#: diskdrake/interactive.pm:1250
+#: diskdrake/interactive.pm:1205
#, c-format
msgid "Formatted\n"
msgstr ""
-#: diskdrake/interactive.pm:1251
+#: diskdrake/interactive.pm:1206
#, c-format
msgid "Not formatted\n"
msgstr "አልተስተካከለም\n"
-#: diskdrake/interactive.pm:1252
+#: diskdrake/interactive.pm:1207
#, c-format
msgid "Mounted\n"
msgstr ""
-#: diskdrake/interactive.pm:1253
+#: diskdrake/interactive.pm:1208
#, fuzzy, c-format
msgid "RAID %s\n"
msgstr "URI፦"
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1213
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -1853,34 +1825,34 @@ msgstr ""
"ዞሮ መመለሻ ፋይል(ሎች):\n"
" %s\n"
-#: diskdrake/interactive.pm:1259
+#: diskdrake/interactive.pm:1214
#, c-format
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-#: diskdrake/interactive.pm:1261
+#: diskdrake/interactive.pm:1216
#, c-format
msgid "Level %s\n"
msgstr "ደረጃ %s\n"
-#: diskdrake/interactive.pm:1262
+#: diskdrake/interactive.pm:1217
#, fuzzy, c-format
msgid "Chunk size %d KiB\n"
msgstr "የፊደል ቅርጽ መጠን፦"
-#: diskdrake/interactive.pm:1263
+#: diskdrake/interactive.pm:1218
#, c-format
msgid "RAID-disks %s\n"
msgstr ""
-#: diskdrake/interactive.pm:1265
+#: diskdrake/interactive.pm:1220
#, c-format
msgid "Loopback file name: %s"
msgstr "ዞሮ መመለሻ ፋይል ስም: %s"
-#: diskdrake/interactive.pm:1268
+#: diskdrake/interactive.pm:1223
#, c-format
msgid ""
"\n"
@@ -1889,7 +1861,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: diskdrake/interactive.pm:1271
+#: diskdrake/interactive.pm:1226
#, c-format
msgid ""
"\n"
@@ -1898,77 +1870,77 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: diskdrake/interactive.pm:1280
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Free space on %s (%s)"
msgstr ""
-#: diskdrake/interactive.pm:1289
+#: diskdrake/interactive.pm:1244
#, c-format
msgid "Read-only"
msgstr "ለንባብ ብቻ"
-#: diskdrake/interactive.pm:1290
+#: diskdrake/interactive.pm:1245
#, c-format
msgid "Size: %s\n"
msgstr "መጠን፦ %s\n"
-#: diskdrake/interactive.pm:1291
+#: diskdrake/interactive.pm:1246
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr ""
-#: diskdrake/interactive.pm:1292
-#, c-format
-msgid "Info: "
-msgstr "መረጃ: "
+#: diskdrake/interactive.pm:1248
+#, fuzzy, c-format
+msgid "Medium type: "
+msgstr "የፋይል ሲስተም አይነት: "
-#: diskdrake/interactive.pm:1293
+#: diskdrake/interactive.pm:1249
#, c-format
msgid "LVM-disks %s\n"
msgstr ""
-#: diskdrake/interactive.pm:1294
+#: diskdrake/interactive.pm:1250
#, c-format
msgid "Partition table type: %s\n"
msgstr "የክፋይ ጠረጴዛ ዓይነት: %s\n"
-#: diskdrake/interactive.pm:1295
+#: diskdrake/interactive.pm:1251
#, c-format
msgid "on channel %d id %d\n"
msgstr "በጣቢያ %d ID %d\n"
-#: diskdrake/interactive.pm:1338
+#: diskdrake/interactive.pm:1294
#, c-format
msgid "Filesystem encryption key"
msgstr "የፋይል-ሲስተም ሚስጢራዊ ግልበጣ ቁልፍ"
-#: diskdrake/interactive.pm:1339
+#: diskdrake/interactive.pm:1295
#, c-format
msgid "Choose your filesystem encryption key"
msgstr ""
-#: diskdrake/interactive.pm:1342
+#: diskdrake/interactive.pm:1298
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
-#: diskdrake/interactive.pm:1343
+#: diskdrake/interactive.pm:1299
#, c-format
msgid "The encryption keys do not match"
msgstr ""
-#: diskdrake/interactive.pm:1346
+#: diskdrake/interactive.pm:1302
#, c-format
msgid "Encryption key"
msgstr "የሚስጢራዊ ግልበጣ ቁልፍ"
-#: diskdrake/interactive.pm:1347
+#: diskdrake/interactive.pm:1303
#, c-format
msgid "Encryption key (again)"
msgstr "የሚስጢራዊ ግልበጣ ቁልፍ (እንደገና)"
-#: diskdrake/interactive.pm:1349
+#: diskdrake/interactive.pm:1305
#, c-format
msgid "Encryption algorithm"
msgstr ""
@@ -1978,10 +1950,10 @@ msgstr ""
msgid "Change type"
msgstr "አይነት ለውጥ"
-#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:539
+#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:543
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
-#: interactive/stdio.pm:39 interactive/stdio.pm:142 ugtk2.pm:407 ugtk2.pm:509
-#: ugtk2.pm:518 ugtk2.pm:791
+#: interactive/stdio.pm:39 interactive/stdio.pm:148 ugtk2.pm:408 ugtk2.pm:510
+#: ugtk2.pm:519 ugtk2.pm:801
#, c-format
msgid "Cancel"
msgstr "ተወው"
@@ -2047,12 +2019,12 @@ msgstr ""
msgid "The following packages need to be installed:\n"
msgstr ""
-#: do_pkgs.pm:209
+#: do_pkgs.pm:216
#, c-format
msgid "Installing packages..."
msgstr "ጥቅሎችን በመትከል ላይ..."
-#: do_pkgs.pm:255
+#: do_pkgs.pm:258
#, c-format
msgid "Removing packages..."
msgstr "ጥቅሎችን በማስወገድ ላይ..."
@@ -2064,27 +2036,27 @@ msgid ""
"filesystems. Please check your hardware for the cause of this problem"
msgstr ""
-#: fs/any.pm:62 fs/partitioning_wizard.pm:55
+#: fs/any.pm:74 fs/partitioning_wizard.pm:59
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr ""
-#: fs/format.pm:60 fs/format.pm:67
+#: fs/format.pm:62 fs/format.pm:69
#, c-format
msgid "Formatting partition %s"
msgstr "ክፋይ %sን በማስተካከል ላይ"
-#: fs/format.pm:64
+#: fs/format.pm:66
#, c-format
msgid "Creating and formatting file %s"
msgstr "ፋይል %sን በመፍጠር እና በማስተካከል ላይ"
-#: fs/format.pm:117
+#: fs/format.pm:119
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr ""
-#: fs/format.pm:122 fs/format.pm:124
+#: fs/format.pm:124 fs/format.pm:126
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %sን ማስተካከል አልተሳካም"
@@ -2109,58 +2081,58 @@ msgstr ""
msgid "Checking %s"
msgstr "%sን በማጣራት ላይ"
-#: fs/mount.pm:118 partition_table.pm:384
+#: fs/mount.pm:119 partition_table.pm:395
#, c-format
msgid "error unmounting %s: %s"
msgstr "%sን የመንቀል ስህተት: %s"
-#: fs/mount.pm:133
+#: fs/mount.pm:134
#, c-format
msgid "Enabling swap partition %s"
msgstr "የስዋፕ ክፋይ %sን በማስቻል ላይ"
-#: fs/mount_options.pm:111
+#: fs/mount_options.pm:115
#, c-format
msgid "Use an encrypted file system"
msgstr ""
-#: fs/mount_options.pm:113
+#: fs/mount_options.pm:117
#, c-format
msgid "Flush write cache on file close"
msgstr ""
-#: fs/mount_options.pm:115
+#: fs/mount_options.pm:119
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:117
+#: fs/mount_options.pm:121
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:124
#, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:127
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the file system to be mounted)."
msgstr ""
-#: fs/mount_options.pm:126
+#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""
-#: fs/mount_options.pm:128
+#: fs/mount_options.pm:132
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -2168,7 +2140,7 @@ msgid ""
"containing binaries for architectures other than its own."
msgstr ""
-#: fs/mount_options.pm:132
+#: fs/mount_options.pm:136
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -2176,42 +2148,42 @@ msgid ""
"have suidperl(1) installed.)"
msgstr ""
-#: fs/mount_options.pm:136
+#: fs/mount_options.pm:140
#, c-format
msgid "Mount the file system read-only."
msgstr ""
-#: fs/mount_options.pm:138
+#: fs/mount_options.pm:142
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr ""
-#: fs/mount_options.pm:140
+#: fs/mount_options.pm:144
#, c-format
msgid "Allow every user to mount and umount the file system."
msgstr ""
-#: fs/mount_options.pm:142
+#: fs/mount_options.pm:146
#, c-format
msgid "Allow an ordinary user to mount the file system."
msgstr ""
-#: fs/mount_options.pm:144
+#: fs/mount_options.pm:148
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:146
+#: fs/mount_options.pm:150
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr ""
-#: fs/mount_options.pm:148
+#: fs/mount_options.pm:152
#, c-format
msgid "Give write access to ordinary users"
msgstr "ለተራ ተጠቃሚዎች የመጻፍ ፈቃድ ስጥ"
-#: fs/mount_options.pm:150
+#: fs/mount_options.pm:154
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "ለተራ ተጠቃሚዎች የንባብ ፈቃድ ብቻ ስጥ"
@@ -2253,7 +2225,7 @@ msgstr ""
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
-#: fs/partitioning_wizard.pm:47
+#: fs/partitioning_wizard.pm:51
#, c-format
msgid ""
"You must have a root partition.\n"
@@ -2261,7 +2233,7 @@ msgid ""
"Then choose action ``Mount point'' and set it to `/'"
msgstr ""
-#: fs/partitioning_wizard.pm:52
+#: fs/partitioning_wizard.pm:56
#, c-format
msgid ""
"You do not have a swap partition.\n"
@@ -2269,79 +2241,79 @@ msgid ""
"Continue anyway?"
msgstr ""
-#: fs/partitioning_wizard.pm:80
+#: fs/partitioning_wizard.pm:84
#, c-format
msgid "Use free space"
msgstr "ነጻ ቦታ ተጠቀም"
-#: fs/partitioning_wizard.pm:82
+#: fs/partitioning_wizard.pm:86
#, fuzzy, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "ወደ አዲሱ ክፋይ ፋይሎችን አንቀሳቅስ"
-#: fs/partitioning_wizard.pm:90
+#: fs/partitioning_wizard.pm:94
#, c-format
msgid "Use existing partitions"
msgstr "የነበሩትን ክፋዮች ተጠቀም"
-#: fs/partitioning_wizard.pm:92
+#: fs/partitioning_wizard.pm:96
#, c-format
msgid "There is no existing partition to use"
msgstr ""
-#: fs/partitioning_wizard.pm:99
+#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use the Microsoft Windows® partition for loopback"
msgstr ""
-#: fs/partitioning_wizard.pm:102
+#: fs/partitioning_wizard.pm:106
#, fuzzy, c-format
msgid "Which partition do you want to use for Linux4Win?"
msgstr "%sን የት መትከል ይፈልጋሉ?"
-#: fs/partitioning_wizard.pm:104
+#: fs/partitioning_wizard.pm:108
#, c-format
msgid "Choose the sizes"
msgstr "መጠኖቹን ይምረጡ"
-#: fs/partitioning_wizard.pm:105
+#: fs/partitioning_wizard.pm:109
#, fuzzy, c-format
msgid "Root partition size in MB: "
msgstr "አዲስ መጠን በMB: "
-#: fs/partitioning_wizard.pm:106
+#: fs/partitioning_wizard.pm:110
#, fuzzy, c-format
msgid "Swap partition size in MB: "
msgstr "አዲስ መጠን በMB: "
-#: fs/partitioning_wizard.pm:115
+#: fs/partitioning_wizard.pm:119
#, c-format
msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-#: fs/partitioning_wizard.pm:122
+#: fs/partitioning_wizard.pm:126
#, c-format
msgid "Use the free space on the Microsoft Windows® partition"
msgstr ""
-#: fs/partitioning_wizard.pm:124
+#: fs/partitioning_wizard.pm:128
#, fuzzy, c-format
msgid "Which partition do you want to resize?"
msgstr "ምን ማድረግ ይፈልጋሉ?"
-#: fs/partitioning_wizard.pm:138
+#: fs/partitioning_wizard.pm:142
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occurred: %s"
msgstr ""
-#: fs/partitioning_wizard.pm:141
+#: fs/partitioning_wizard.pm:145
#, c-format
msgid "Computing the size of the Microsoft Windows® partition"
msgstr ""
-#: fs/partitioning_wizard.pm:148
+#: fs/partitioning_wizard.pm:152
#, c-format
msgid ""
"Your Microsoft Windows® partition is too fragmented. Please reboot your "
@@ -2349,7 +2321,7 @@ msgid ""
"the Mandriva Linux installation."
msgstr ""
-#: fs/partitioning_wizard.pm:151
+#: fs/partitioning_wizard.pm:155
#, c-format
msgid ""
"WARNING!\n"
@@ -2370,8 +2342,8 @@ msgid ""
msgstr ""
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: fs/partitioning_wizard.pm:160 interactive.pm:538 interactive/curses.pm:263
-#: ugtk2.pm:511
+#: fs/partitioning_wizard.pm:164 interactive.pm:542 interactive/curses.pm:263
+#: ugtk2.pm:512
#, c-format
msgid "Next"
msgstr "የሚቀጥለው"
@@ -2386,84 +2358,84 @@ msgstr "መከፋፈል አልተሳካም: %s"
msgid "Which size do you want to keep for Microsoft Windows® on partition %s?"
msgstr "የMicrosoft Windows® ክፋይ መጠን በማስተካከል ላይ"
-#: fs/partitioning_wizard.pm:164
+#: fs/partitioning_wizard.pm:168
#, c-format
msgid "Size"
msgstr "መጠን"
-#: fs/partitioning_wizard.pm:173
+#: fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing Microsoft Windows® partition"
msgstr "የMicrosoft Windows® ክፋይ መጠን በማስተካከል ላይ"
-#: fs/partitioning_wizard.pm:178
+#: fs/partitioning_wizard.pm:182
#, c-format
msgid "FAT resizing failed: %s"
msgstr "የFATን መጠን መለወጥ አልተሳካም: %s"
-#: fs/partitioning_wizard.pm:193
+#: fs/partitioning_wizard.pm:197
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, c-format
msgid "Remove Microsoft Windows®"
msgstr "Microsoft Windows®ን አስወግድ"
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, fuzzy, c-format
msgid "Erase and use entire disk"
msgstr "ዲስኩን እንዳለ ደምስስ"
-#: fs/partitioning_wizard.pm:200
+#: fs/partitioning_wizard.pm:204
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: fs/partitioning_wizard.pm:206
+#: fs/partitioning_wizard.pm:210 fsedit.pm:566
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-#: fs/partitioning_wizard.pm:217
+#: fs/partitioning_wizard.pm:221
#, c-format
msgid "Custom disk partitioning"
msgstr "የተለመደውን ዲስክ አከፋፈል"
-#: fs/partitioning_wizard.pm:223
+#: fs/partitioning_wizard.pm:227
#, c-format
msgid "Use fdisk"
msgstr "fdiskን ተጠቀም"
-#: fs/partitioning_wizard.pm:226
+#: fs/partitioning_wizard.pm:230
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, do not forget to save using `w'"
msgstr ""
-#: fs/partitioning_wizard.pm:266
+#: fs/partitioning_wizard.pm:270
#, c-format
msgid "I can not find any room for installing"
msgstr "የመትከያ ቦታ ማግኘት አልቻልኩም"
-#: fs/partitioning_wizard.pm:270
+#: fs/partitioning_wizard.pm:274
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: fs/partitioning_wizard.pm:278
+#: fs/partitioning_wizard.pm:282
#, c-format
msgid "Partitioning failed: %s"
msgstr "መከፋፈል አልተሳካም: %s"
-#: fs/type.pm:367
+#: fs/type.pm:368
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr ""
-#: fs/type.pm:368
+#: fs/type.pm:369
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr ""
@@ -2483,7 +2455,7 @@ msgstr "ሰርቨር"
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:230
+#: fsedit.pm:224
#, c-format
msgid ""
"I can not read the partition table of device %s, it's too corrupted for me :"
@@ -2495,22 +2467,22 @@ msgid ""
"Do you agree to lose all the partitions?\n"
msgstr ""
-#: fsedit.pm:403
+#: fsedit.pm:393
#, c-format
msgid "Mount points must begin with a leading /"
msgstr ""
-#: fsedit.pm:404
+#: fsedit.pm:394
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
-#: fsedit.pm:405
+#: fsedit.pm:395
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr ""
-#: fsedit.pm:409
+#: fsedit.pm:399
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -2518,14 +2490,14 @@ msgid ""
"Please be sure to add a /boot partition"
msgstr ""
-#: fsedit.pm:415
+#: fsedit.pm:405
#, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr ""
-#: fsedit.pm:417
+#: fsedit.pm:407
#, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
@@ -2534,297 +2506,297 @@ msgid ""
"You should create a /boot partition first"
msgstr ""
-#: fsedit.pm:421 fsedit.pm:423
+#: fsedit.pm:411 fsedit.pm:413
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: fsedit.pm:425 fsedit.pm:427
+#: fsedit.pm:415 fsedit.pm:417
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
-#: fsedit.pm:429
+#: fsedit.pm:419
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr ""
-#: fsedit.pm:493
+#: fsedit.pm:483
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr ""
-#: fsedit.pm:495
+#: fsedit.pm:485
#, c-format
msgid "Nothing to do"
msgstr "የሚሰራ ነገር የለም"
-#: harddrake/data.pm:62
+#: harddrake/data.pm:64
+#, c-format
+msgid "SATA controllers"
+msgstr "የSATA ተቆጣጣሪዎች"
+
+#: harddrake/data.pm:73
+#, c-format
+msgid "RAID controllers"
+msgstr "የRAID ተቆጣጣሪዎች"
+
+#: harddrake/data.pm:83
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr "(E)IDE/ATA ተቆጣጣሪዎች"
+
+#: harddrake/data.pm:93
+#, fuzzy, c-format
+msgid "Card readers"
+msgstr "የካርድ ሞዴል፦"
+
+#: harddrake/data.pm:102
+#, c-format
+msgid "Firewire controllers"
+msgstr "የFirewire ተቆጣጣሪዎች"
+
+#: harddrake/data.pm:111
+#, c-format
+msgid "PCMCIA controllers"
+msgstr "የPCMCIA ተቆጣጣዊዎች"
+
+#: harddrake/data.pm:120
+#, c-format
+msgid "SCSI controllers"
+msgstr "የSCSI ተቆጣጣዊዎች"
+
+#: harddrake/data.pm:129
+#, c-format
+msgid "USB controllers"
+msgstr "የUSB ተቆጣጣቂዎች"
+
+#: harddrake/data.pm:138
+#, c-format
+msgid "USB ports"
+msgstr "የUSB ፖርቶች"
+
+#: harddrake/data.pm:147
+#, c-format
+msgid "SMBus controllers"
+msgstr "የSMBus ተቆጣጣሪዎች"
+
+#: harddrake/data.pm:156
+#, c-format
+msgid "Bridges and system controllers"
+msgstr "ድልድዮች እና ሲስተም ተቆጣጣሪዎች"
+
+#: harddrake/data.pm:168
#, c-format
msgid "Floppy"
msgstr "ፍሎፒ"
-#: harddrake/data.pm:72
+#: harddrake/data.pm:178
#, c-format
msgid "Zip"
msgstr "ዚፕ"
-#: harddrake/data.pm:88
+#: harddrake/data.pm:194
#, c-format
msgid "Hard Disk"
msgstr "ዲስክ"
-#: harddrake/data.pm:97
+#: harddrake/data.pm:204
+#, c-format
+msgid "USB Mass Storage Devices"
+msgstr ""
+
+#: harddrake/data.pm:213
#, c-format
msgid "CDROM"
msgstr "ሲዲ-ሮም"
-#: harddrake/data.pm:107
+#: harddrake/data.pm:223
#, c-format
msgid "CD/DVD burners"
msgstr "ዲሲ/ዲቪዲ አቃጣይ ፕሮግራሞች"
-#: harddrake/data.pm:117
+#: harddrake/data.pm:233
#, c-format
msgid "DVD-ROM"
msgstr "ዲቪዲ-ሮም"
-#: harddrake/data.pm:127
+#: harddrake/data.pm:243
#, c-format
msgid "Tape"
msgstr "ቴፕ"
-#: harddrake/data.pm:138
+#: harddrake/data.pm:254
#, c-format
msgid "AGP controllers"
msgstr "የAGP ተቆጣጣሪዎች"
-#: harddrake/data.pm:147
+#: harddrake/data.pm:263
#, c-format
msgid "Videocard"
msgstr "የቪዲዮ ካርድ"
-#: harddrake/data.pm:156
+#: harddrake/data.pm:272
#, c-format
msgid "DVB card"
msgstr ""
-#: harddrake/data.pm:164
+#: harddrake/data.pm:280
#, c-format
msgid "Tvcard"
msgstr "የቲቪ ካርድ"
-#: harddrake/data.pm:174
+#: harddrake/data.pm:289
#, c-format
msgid "Other MultiMedia devices"
msgstr "ሌሎች የመገናኛ ብዙሃን መሳሪያዎች"
-#: harddrake/data.pm:183
+#: harddrake/data.pm:298
#, c-format
msgid "Soundcard"
msgstr "የድምጽ ካርድ"
-#: harddrake/data.pm:196
+#: harddrake/data.pm:311
#, c-format
msgid "Webcam"
msgstr "ዌብ-ካም"
-#: harddrake/data.pm:210
+#: harddrake/data.pm:325
#, c-format
msgid "Processors"
msgstr ""
-#: harddrake/data.pm:220
+#: harddrake/data.pm:335
#, c-format
msgid "ISDN adapters"
msgstr "የISDN ማመጣጠኛዎች"
-#: harddrake/data.pm:231
+#: harddrake/data.pm:346
#, c-format
msgid "USB sound devices"
msgstr ""
-#: harddrake/data.pm:240
+#: harddrake/data.pm:355
#, c-format
msgid "Radio cards"
msgstr ""
-#: harddrake/data.pm:249
+#: harddrake/data.pm:364
#, c-format
msgid "ATM network cards"
msgstr ""
-#: harddrake/data.pm:258
+#: harddrake/data.pm:373
#, c-format
msgid "WAN network cards"
msgstr ""
-#: harddrake/data.pm:267
+#: harddrake/data.pm:382
#, c-format
msgid "Bluetooth devices"
msgstr ""
-#: harddrake/data.pm:276
+#: harddrake/data.pm:391
#, c-format
msgid "Ethernetcard"
msgstr "የኢተርኔት ካርድ"
-#: harddrake/data.pm:293
+#: harddrake/data.pm:408
#, c-format
msgid "Modem"
msgstr "ሞደም"
-#: harddrake/data.pm:303
+#: harddrake/data.pm:418
#, c-format
msgid "ADSL adapters"
msgstr "የADSL ማመጣጠኛዎች"
-#: harddrake/data.pm:315
+#: harddrake/data.pm:430
#, c-format
msgid "Memory"
msgstr "ማስታወሻ"
-#: harddrake/data.pm:324
+#: harddrake/data.pm:439
#, c-format
msgid "Printer"
msgstr "ማተሚያ"
#. -PO: these are joysticks controllers:
-#: harddrake/data.pm:338
+#: harddrake/data.pm:453
#, c-format
msgid "Game port controllers"
msgstr ""
-#: harddrake/data.pm:347
+#: harddrake/data.pm:462
#, c-format
msgid "Joystick"
msgstr "ጆይ ስቲክ"
-#: harddrake/data.pm:357
-#, c-format
-msgid "SATA controllers"
-msgstr "የSATA ተቆጣጣሪዎች"
-
-#: harddrake/data.pm:366
-#, c-format
-msgid "RAID controllers"
-msgstr "የRAID ተቆጣጣሪዎች"
-
-#: harddrake/data.pm:376
-#, c-format
-msgid "(E)IDE/ATA controllers"
-msgstr "(E)IDE/ATA ተቆጣጣሪዎች"
-
-#: harddrake/data.pm:386
-#, c-format
-msgid "USB Mass Storage Devices"
-msgstr ""
-
-#: harddrake/data.pm:395
-#, fuzzy, c-format
-msgid "Card readers"
-msgstr "የካርድ ሞዴል፦"
-
-#: harddrake/data.pm:404
-#, c-format
-msgid "Firewire controllers"
-msgstr "የFirewire ተቆጣጣሪዎች"
-
-#: harddrake/data.pm:413
-#, c-format
-msgid "PCMCIA controllers"
-msgstr "የPCMCIA ተቆጣጣዊዎች"
-
-#: harddrake/data.pm:422
-#, c-format
-msgid "SCSI controllers"
-msgstr "የSCSI ተቆጣጣዊዎች"
-
-#: harddrake/data.pm:431
-#, c-format
-msgid "USB controllers"
-msgstr "የUSB ተቆጣጣቂዎች"
-
-#: harddrake/data.pm:440
-#, c-format
-msgid "USB ports"
-msgstr "የUSB ፖርቶች"
-
-#: harddrake/data.pm:449
-#, c-format
-msgid "SMBus controllers"
-msgstr "የSMBus ተቆጣጣሪዎች"
-
-#: harddrake/data.pm:458
-#, c-format
-msgid "Bridges and system controllers"
-msgstr "ድልድዮች እና ሲስተም ተቆጣጣሪዎች"
-
-#: harddrake/data.pm:469
+#: harddrake/data.pm:472
#, c-format
msgid "Keyboard"
msgstr "መተየቢያ"
-#: harddrake/data.pm:482
+#: harddrake/data.pm:485
#, c-format
msgid "Tablet and touchscreen"
msgstr ""
-#: harddrake/data.pm:491
+#: harddrake/data.pm:494
#, c-format
msgid "Mouse"
msgstr "መጠቆሚያ"
-#: harddrake/data.pm:505
+#: harddrake/data.pm:508
#, c-format
msgid "Biometry"
msgstr ""
-#: harddrake/data.pm:513
+#: harddrake/data.pm:516
#, c-format
msgid "UPS"
msgstr "UPS"
-#: harddrake/data.pm:522
+#: harddrake/data.pm:525
#, c-format
msgid "Scanner"
msgstr ""
-#: harddrake/data.pm:533
+#: harddrake/data.pm:536
#, c-format
msgid "Unknown/Others"
msgstr "ያልታወቀ/ሌሎች"
-#: harddrake/data.pm:561
+#: harddrake/data.pm:564
#, c-format
msgid "cpu # "
msgstr "ሲፒዩ #"
-#: harddrake/sound.pm:201
+#: harddrake/sound.pm:202
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "እባክዎ ይጠብቁ... ምርጫውን በስራ ላይ አያዋለ ነው"
-#: harddrake/sound.pm:238
+#: harddrake/sound.pm:239
#, fuzzy, c-format
msgid "No alternative driver"
msgstr "ምንም "
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:240
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: harddrake/sound.pm:245
+#: harddrake/sound.pm:246
#, c-format
msgid "Sound configuration"
msgstr "የድምጽ ምርጫ"
-#: harddrake/sound.pm:247
+#: harddrake/sound.pm:248
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -2834,7 +2806,7 @@ msgstr ""
#. -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:252
+#: harddrake/sound.pm:253
#, c-format
msgid ""
"\n"
@@ -2843,7 +2815,7 @@ msgid ""
"\"%s\")"
msgstr ""
-#: harddrake/sound.pm:254
+#: harddrake/sound.pm:255
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -2863,17 +2835,17 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: harddrake/sound.pm:268 harddrake/sound.pm:357
+#: harddrake/sound.pm:269 harddrake/sound.pm:354
#, c-format
msgid "Driver:"
msgstr ""
-#: harddrake/sound.pm:277
+#: harddrake/sound.pm:278
#, c-format
msgid "Trouble shooting"
msgstr ""
-#: harddrake/sound.pm:285
+#: harddrake/sound.pm:286
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2883,40 +2855,35 @@ msgid ""
"The new \"%s\" driver will only be used on next bootstrap."
msgstr ""
-#: harddrake/sound.pm:293
+#: harddrake/sound.pm:294
#, fuzzy, c-format
msgid "No open source driver"
msgstr "ስለ የነፃው ሶፍትዌር መረጃ አሳይ"
-#: harddrake/sound.pm:294
+#: harddrake/sound.pm:295
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
"driver at \"%s\"."
msgstr ""
-#: harddrake/sound.pm:297
+#: harddrake/sound.pm:298
#, fuzzy, c-format
msgid "No known driver"
msgstr "(ስለ ቃላት አጻጻፍ አስተያየት የለም)"
-#: harddrake/sound.pm:298
+#: harddrake/sound.pm:299
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: harddrake/sound.pm:302
-#, fuzzy, c-format
-msgid "Unknown driver"
-msgstr "ያልታወቀ የሆሄያት ኮድ፦ "
-
-#: harddrake/sound.pm:317
+#: harddrake/sound.pm:314
#, c-format
msgid "Sound trouble shooting"
msgstr ""
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:320
+#: harddrake/sound.pm:317
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -2940,18 +2907,18 @@ msgid ""
"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
-#: harddrake/sound.pm:346
+#: harddrake/sound.pm:343
#, c-format
msgid "Let me pick any driver"
msgstr ""
-#: harddrake/sound.pm:349
+#: harddrake/sound.pm:346
#, fuzzy, c-format
msgid "Choosing an arbitrary driver"
msgstr "የነሲብ URLን አታስችል"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:352
+#: harddrake/sound.pm:349
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -2981,7 +2948,7 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: harddrake/v4l.pm:474
+#: harddrake/v4l.pm:475
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
@@ -2990,30 +2957,30 @@ msgid ""
"here. Just select your tv card parameters if needed."
msgstr ""
-#: harddrake/v4l.pm:477
+#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "የካርድ ሞዴል፦"
-#: harddrake/v4l.pm:478
+#: harddrake/v4l.pm:479
#, fuzzy, c-format
msgid "Tuner type:"
msgstr "የፋይሉ ዓይነት"
-#: interactive.pm:125 interactive.pm:538 interactive/curses.pm:263
+#: interactive.pm:125 interactive.pm:542 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
-#: interactive/stdio.pm:142 interactive/stdio.pm:143 ugtk2.pm:413 ugtk2.pm:511
-#: ugtk2.pm:791 ugtk2.pm:814
+#: interactive/stdio.pm:148 interactive/stdio.pm:149 ugtk2.pm:414 ugtk2.pm:512
+#: ugtk2.pm:801 ugtk2.pm:824
#, c-format
msgid "Ok"
msgstr "እሺ"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "አዎ"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "No"
msgstr "አይ"
@@ -3023,32 +2990,32 @@ msgstr "አይ"
msgid "Choose a file"
msgstr "ፋይል ይምረጡ"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Add"
msgstr "ጨምር"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Modify"
msgstr "ለውጥ"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Remove"
msgstr "አስወግድ"
-#: interactive.pm:538 interactive/curses.pm:263 ugtk2.pm:511
+#: interactive.pm:542 interactive/curses.pm:263 ugtk2.pm:512
#, c-format
msgid "Finish"
msgstr "ጨርስ"
-#: interactive.pm:539 interactive/curses.pm:260 ugtk2.pm:509
+#: interactive.pm:543 interactive/curses.pm:260 ugtk2.pm:510
#, c-format
msgid "Previous"
msgstr "የቀድሞው"
-#: interactive/gtk.pm:544
+#: interactive/gtk.pm:548
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr ""
@@ -3058,7 +3025,7 @@ msgstr ""
msgid "Bad choice, try again\n"
msgstr "የማይመች ምርጫ፣ እንደገና ይሞክሩ\n"
-#: interactive/stdio.pm:30 interactive/stdio.pm:149
+#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "ምርጫዎ? (የቀድሞ %s) "
@@ -3075,32 +3042,32 @@ msgstr ""
msgid "Your choice? (0/1, default `%s') "
msgstr "ምርጫዎ? (0/1፣ የቀድሞ `%s') "
-#: interactive/stdio.pm:94
+#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "ቁልፍ `%s': %s"
-#: interactive/stdio.pm:95
+#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "እዚህ ቁልፍ ላይ መጫን ይፈልጋሉ?"
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "ምርጫዎ? (የቀድሞ `%s'%s) "
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr ""
-#: interactive/stdio.pm:122
+#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr ""
-#: interactive/stdio.pm:125
+#: interactive/stdio.pm:131
#, c-format
msgid ""
"Please choose the first number of the 10-range you wish to edit,\n"
@@ -3108,7 +3075,7 @@ msgid ""
"Your choice? "
msgstr ""
-#: interactive/stdio.pm:138
+#: interactive/stdio.pm:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
@@ -3117,7 +3084,7 @@ msgstr ""
"=> ማሳሰቢያ፣ ስያሜ ተቀይሯል:\n"
"%s"
-#: interactive/stdio.pm:145
+#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "እንደገና ውሰድ"
@@ -3135,7 +3102,7 @@ msgstr "default:LTR"
msgid "Andorra"
msgstr "አንዶራ"
-#: lang.pm:211 timezone.pm:213
+#: lang.pm:211 timezone.pm:215
#, c-format
msgid "United Arab Emirates"
msgstr "የተባበሩት አረብ ኤምሬትስ"
@@ -3180,7 +3147,7 @@ msgstr "አንጐላ"
msgid "Antarctica"
msgstr "አንታርክቲካ"
-#: lang.pm:220 timezone.pm:258
+#: lang.pm:220 timezone.pm:260
#, c-format
msgid "Argentina"
msgstr "አርጀንቲና"
@@ -3190,12 +3157,12 @@ msgstr "አርጀንቲና"
msgid "American Samoa"
msgstr "የአሜሪካ ሳሞአ"
-#: lang.pm:222 mirror.pm:11 timezone.pm:216
+#: lang.pm:222 mirror.pm:11 timezone.pm:218
#, c-format
msgid "Austria"
msgstr "ኦስትሪያ"
-#: lang.pm:223 mirror.pm:10 timezone.pm:254
+#: lang.pm:223 mirror.pm:10 timezone.pm:256
#, c-format
msgid "Australia"
msgstr "አውስትሬሊያ"
@@ -3220,12 +3187,12 @@ msgstr "ቦስኒያ እና ሄርዞጎቪኒያ"
msgid "Barbados"
msgstr "ባርቤዶስ"
-#: lang.pm:228 timezone.pm:198
+#: lang.pm:228 timezone.pm:200
#, c-format
msgid "Bangladesh"
msgstr "ባንግላዲሽ"
-#: lang.pm:229 mirror.pm:12 timezone.pm:218
+#: lang.pm:229 mirror.pm:12 timezone.pm:220
#, c-format
msgid "Belgium"
msgstr "ቤልጄም"
@@ -3235,7 +3202,7 @@ msgstr "ቤልጄም"
msgid "Burkina Faso"
msgstr "ቡርኪና ፋሶ"
-#: lang.pm:231 timezone.pm:219
+#: lang.pm:231 timezone.pm:221
#, c-format
msgid "Bulgaria"
msgstr "ቡልጌሪያ"
@@ -3270,7 +3237,7 @@ msgstr "ብሩኒ ዳሩሳላም"
msgid "Bolivia"
msgstr "ቦሊቪያ"
-#: lang.pm:238 mirror.pm:13 timezone.pm:259
+#: lang.pm:238 mirror.pm:13 timezone.pm:261
#, c-format
msgid "Brazil"
msgstr "ብራዚል"
@@ -3295,7 +3262,7 @@ msgstr "የቦውቬት ደሴት"
msgid "Botswana"
msgstr "ቦትስዋና"
-#: lang.pm:243 timezone.pm:217
+#: lang.pm:243 timezone.pm:219
#, c-format
msgid "Belarus"
msgstr "ቤላሩስ"
@@ -3305,7 +3272,7 @@ msgstr "ቤላሩስ"
msgid "Belize"
msgstr "ቤሊዘ"
-#: lang.pm:245 mirror.pm:14 timezone.pm:248
+#: lang.pm:245 mirror.pm:14 timezone.pm:250
#, c-format
msgid "Canada"
msgstr "ካናዳ"
@@ -3330,7 +3297,7 @@ msgstr "የመካከለኛው አፍሪካ ሪፐብሊክ"
msgid "Congo (Brazzaville)"
msgstr "የኮንጐ ዲሞክራሲያዊ ሪፑብሊክ"
-#: lang.pm:250 mirror.pm:38 timezone.pm:242
+#: lang.pm:250 mirror.pm:38 timezone.pm:244
#, c-format
msgid "Switzerland"
msgstr "ስዊዘርላንድ"
@@ -3345,7 +3312,7 @@ msgstr "ኮት ዲቯር"
msgid "Cook Islands"
msgstr "ኩክ ደሴቶች"
-#: lang.pm:253 timezone.pm:260
+#: lang.pm:253 timezone.pm:262
#, c-format
msgid "Chile"
msgstr "ቺሊ"
@@ -3355,7 +3322,7 @@ msgstr "ቺሊ"
msgid "Cameroon"
msgstr "ካሜሩን"
-#: lang.pm:255 timezone.pm:199
+#: lang.pm:255 timezone.pm:201
#, c-format
msgid "China"
msgstr "ቻይና"
@@ -3395,12 +3362,12 @@ msgstr "የገና ደሴቶች"
msgid "Cyprus"
msgstr "ሳይፕረስ"
-#: lang.pm:263 mirror.pm:16 timezone.pm:220
+#: lang.pm:263 mirror.pm:16 timezone.pm:222
#, c-format
msgid "Czech Republic"
msgstr "ቼክ ሪፑብሊክ"
-#: lang.pm:264 mirror.pm:21 timezone.pm:225
+#: lang.pm:264 mirror.pm:21 timezone.pm:227
#, c-format
msgid "Germany"
msgstr "ጀርመን"
@@ -3410,7 +3377,7 @@ msgstr "ጀርመን"
msgid "Djibouti"
msgstr "ጂቡቲ"
-#: lang.pm:266 mirror.pm:17 timezone.pm:221
+#: lang.pm:266 mirror.pm:17 timezone.pm:223
#, c-format
msgid "Denmark"
msgstr "ዴንማርክ"
@@ -3435,7 +3402,7 @@ msgstr "አልጄሪያ"
msgid "Ecuador"
msgstr "ኢኳዶር"
-#: lang.pm:271 mirror.pm:18 timezone.pm:222
+#: lang.pm:271 mirror.pm:18 timezone.pm:224
#, c-format
msgid "Estonia"
msgstr "ኤስቶኒያ"
@@ -3455,7 +3422,7 @@ msgstr "ምዕራባዊ ሳህራ"
msgid "Eritrea"
msgstr "ኤርትራ"
-#: lang.pm:275 mirror.pm:36 timezone.pm:240
+#: lang.pm:275 mirror.pm:36 timezone.pm:242
#, c-format
msgid "Spain"
msgstr "ስፔን"
@@ -3465,7 +3432,7 @@ msgstr "ስፔን"
msgid "Ethiopia"
msgstr "ኢትዮጵያ"
-#: lang.pm:277 mirror.pm:19 timezone.pm:223
+#: lang.pm:277 mirror.pm:19 timezone.pm:225
#, c-format
msgid "Finland"
msgstr "ፊንላንድ"
@@ -3490,7 +3457,7 @@ msgstr "ሚክሮኔዢያ"
msgid "Faroe Islands"
msgstr "ካይማን ደሴቶች"
-#: lang.pm:282 mirror.pm:20 timezone.pm:224
+#: lang.pm:282 mirror.pm:20 timezone.pm:226
#, c-format
msgid "France"
msgstr "ፈረንሳይ"
@@ -3500,7 +3467,7 @@ msgstr "ፈረንሳይ"
msgid "Gabon"
msgstr "ጋቦን"
-#: lang.pm:284 timezone.pm:244
+#: lang.pm:284 timezone.pm:246
#, c-format
msgid "United Kingdom"
msgstr "እንግሊዝ"
@@ -3555,7 +3522,7 @@ msgstr "ጉዋደሉፕ"
msgid "Equatorial Guinea"
msgstr "ኢኳቶሪያል ጊኒ"
-#: lang.pm:295 mirror.pm:22 timezone.pm:226
+#: lang.pm:295 mirror.pm:22 timezone.pm:228
#, c-format
msgid "Greece"
msgstr "ግሪክ"
@@ -3565,7 +3532,7 @@ msgstr "ግሪክ"
msgid "South Georgia and the South Sandwich Islands"
msgstr "ደቡብ ጆርጂያ እና የደቡብ ሳንድዊች ደሴቶች"
-#: lang.pm:297 timezone.pm:249
+#: lang.pm:297 timezone.pm:251
#, c-format
msgid "Guatemala"
msgstr "ጉዋቲማላ"
@@ -3610,27 +3577,27 @@ msgstr "ክሮኤሽያ"
msgid "Haiti"
msgstr "ሀይቲ*"
-#: lang.pm:306 mirror.pm:23 timezone.pm:227
+#: lang.pm:306 mirror.pm:23 timezone.pm:229
#, c-format
msgid "Hungary"
msgstr "ሀንጋሪ"
-#: lang.pm:307 timezone.pm:202
+#: lang.pm:307 timezone.pm:204
#, c-format
msgid "Indonesia"
msgstr "ኢንዶኔዢያ"
-#: lang.pm:308 mirror.pm:24 timezone.pm:228
+#: lang.pm:308 mirror.pm:24 timezone.pm:230
#, c-format
msgid "Ireland"
msgstr "አየርላንድ"
-#: lang.pm:309 mirror.pm:25 timezone.pm:204
+#: lang.pm:309 mirror.pm:25 timezone.pm:206
#, c-format
msgid "Israel"
msgstr "እስራኤል"
-#: lang.pm:310 timezone.pm:201
+#: lang.pm:310 timezone.pm:203
#, c-format
msgid "India"
msgstr "ህንድ"
@@ -3645,7 +3612,7 @@ msgstr "የብሪታኒያ ህንድ ውቂያኖስ ግዛት"
msgid "Iraq"
msgstr "ኢራቅ"
-#: lang.pm:313 timezone.pm:203
+#: lang.pm:313 timezone.pm:205
#, c-format
msgid "Iran"
msgstr "ኢራን"
@@ -3655,7 +3622,7 @@ msgstr "ኢራን"
msgid "Iceland"
msgstr "አይስላንድ"
-#: lang.pm:315 mirror.pm:26 timezone.pm:229
+#: lang.pm:315 mirror.pm:26 timezone.pm:231
#, c-format
msgid "Italy"
msgstr "ጣሊያን"
@@ -3670,7 +3637,7 @@ msgstr "ጃማይካ"
msgid "Jordan"
msgstr "ጆርዳን"
-#: lang.pm:318 mirror.pm:27 timezone.pm:205
+#: lang.pm:318 mirror.pm:27 timezone.pm:207
#, c-format
msgid "Japan"
msgstr "ጃፓን"
@@ -3710,7 +3677,7 @@ msgstr "ቅዱስ ኪትስ እና ኔቪስ"
msgid "Korea (North)"
msgstr "ኮሪያ (ሰሜን)"
-#: lang.pm:326 timezone.pm:206
+#: lang.pm:326 timezone.pm:208
#, c-format
msgid "Korea"
msgstr "ኮሪያ ሪፐብሊክ"
@@ -3765,12 +3732,12 @@ msgstr "ላይቤሪያ"
msgid "Lesotho"
msgstr "ሌሶቶ"
-#: lang.pm:337 timezone.pm:230
+#: lang.pm:337 timezone.pm:232
#, c-format
msgid "Lithuania"
msgstr "ሊቱዌኒያ"
-#: lang.pm:338 timezone.pm:231
+#: lang.pm:338 timezone.pm:233
#, c-format
msgid "Luxembourg"
msgstr "ሉክሰምበርግ"
@@ -3870,12 +3837,12 @@ msgstr "ማልዲቭስ"
msgid "Malawi"
msgstr "ማላዊ"
-#: lang.pm:358 timezone.pm:250
+#: lang.pm:358 timezone.pm:252
#, c-format
msgid "Mexico"
msgstr "ሜክሲኮ"
-#: lang.pm:359 timezone.pm:207
+#: lang.pm:359 timezone.pm:209
#, c-format
msgid "Malaysia"
msgstr "ማሌዢያ"
@@ -3915,12 +3882,12 @@ msgstr "ናይጄሪያ"
msgid "Nicaragua"
msgstr "ኒካራጓ"
-#: lang.pm:367 mirror.pm:28 timezone.pm:232
+#: lang.pm:367 mirror.pm:28 timezone.pm:234
#, c-format
msgid "Netherlands"
msgstr "ኔዘርላንድ"
-#: lang.pm:368 mirror.pm:30 timezone.pm:233
+#: lang.pm:368 mirror.pm:30 timezone.pm:235
#, c-format
msgid "Norway"
msgstr "ኖርዌይ"
@@ -3940,7 +3907,7 @@ msgstr "ናኡሩ"
msgid "Niue"
msgstr "ኒኡይ"
-#: lang.pm:372 mirror.pm:29 timezone.pm:255
+#: lang.pm:372 mirror.pm:29 timezone.pm:257
#, c-format
msgid "New Zealand"
msgstr "ኒው ዚላንድ"
@@ -3970,7 +3937,7 @@ msgstr "የፈረንሳይ ፖሊኔዢያ"
msgid "Papua New Guinea"
msgstr "ፓፑዋ ኒው ጊኒ"
-#: lang.pm:378 timezone.pm:208
+#: lang.pm:378 timezone.pm:210
#, c-format
msgid "Philippines"
msgstr "ፊሊፒንስ"
@@ -3980,7 +3947,7 @@ msgstr "ፊሊፒንስ"
msgid "Pakistan"
msgstr "ፓኪስታን"
-#: lang.pm:380 mirror.pm:31 timezone.pm:234
+#: lang.pm:380 mirror.pm:31 timezone.pm:236
#, c-format
msgid "Poland"
msgstr "ፖላንድ"
@@ -4005,7 +3972,7 @@ msgstr "ፖርታ ሪኮ"
msgid "Palestine"
msgstr "ፓለስታይን"
-#: lang.pm:385 mirror.pm:32 timezone.pm:235
+#: lang.pm:385 mirror.pm:32 timezone.pm:237
#, c-format
msgid "Portugal"
msgstr "ፖርቱጋል"
@@ -4030,7 +3997,7 @@ msgstr "ኳታር"
msgid "Reunion"
msgstr "ሪዩኒየን ደሴት"
-#: lang.pm:390 timezone.pm:236
+#: lang.pm:390 timezone.pm:238
#, c-format
msgid "Romania"
msgstr "ሮሜኒያ"
@@ -4065,12 +4032,12 @@ msgstr "ሲሼልስ"
msgid "Sudan"
msgstr "ሱዳን"
-#: lang.pm:397 mirror.pm:37 timezone.pm:241
+#: lang.pm:397 mirror.pm:37 timezone.pm:243
#, c-format
msgid "Sweden"
msgstr "ስዊድን"
-#: lang.pm:398 timezone.pm:209
+#: lang.pm:398 timezone.pm:211
#, c-format
msgid "Singapore"
msgstr "ሲንጋፖር"
@@ -4080,7 +4047,7 @@ msgstr "ሲንጋፖር"
msgid "Saint Helena"
msgstr "ሴንት ሄለና"
-#: lang.pm:400 timezone.pm:239
+#: lang.pm:400 timezone.pm:241
#, c-format
msgid "Slovenia"
msgstr "ስሎቬኒያ"
@@ -4090,7 +4057,7 @@ msgstr "ስሎቬኒያ"
msgid "Svalbard and Jan Mayen Islands"
msgstr "ስቫልባርድ እና ጃን ሜይን ደሴቶች"
-#: lang.pm:402 mirror.pm:34 timezone.pm:238
+#: lang.pm:402 mirror.pm:34 timezone.pm:240
#, c-format
msgid "Slovakia"
msgstr "ስሎቫኪያ"
@@ -4160,7 +4127,7 @@ msgstr "የፈረንሳይ ደቡባዊ ግዛቶች"
msgid "Togo"
msgstr "ቶጐ"
-#: lang.pm:416 mirror.pm:40 timezone.pm:211
+#: lang.pm:416 mirror.pm:40 timezone.pm:213
#, c-format
msgid "Thailand"
msgstr "ታይላንድ"
@@ -4195,7 +4162,7 @@ msgstr "ቱኒዚያ"
msgid "Tonga"
msgstr "ቶንጋ"
-#: lang.pm:423 timezone.pm:212
+#: lang.pm:423 timezone.pm:214
#, c-format
msgid "Turkey"
msgstr "ቱርክ"
@@ -4210,17 +4177,17 @@ msgstr "ትሪኒዳድ እና ቶባጎ"
msgid "Tuvalu"
msgstr "ቱቫሉ"
-#: lang.pm:426 mirror.pm:39 timezone.pm:210
+#: lang.pm:426 mirror.pm:39 timezone.pm:212
#, c-format
msgid "Taiwan"
msgstr "ታይዋን"
-#: lang.pm:427 timezone.pm:195
+#: lang.pm:427 timezone.pm:197
#, c-format
msgid "Tanzania"
msgstr "ታንዛኒያ"
-#: lang.pm:428 timezone.pm:243
+#: lang.pm:428 timezone.pm:245
#, c-format
msgid "Ukraine"
msgstr "ዩክሬን"
@@ -4235,7 +4202,7 @@ msgstr "ዩጋንዳ"
msgid "United States Minor Outlying Islands"
msgstr "የአሜሪካ ጥቃቅን ውጫዊ ደሴቶች"
-#: lang.pm:431 mirror.pm:41 timezone.pm:251
+#: lang.pm:431 mirror.pm:41 timezone.pm:253
#, c-format
msgid "United States"
msgstr "አሜሪካ"
@@ -4305,7 +4272,7 @@ msgstr "የመን"
msgid "Mayotte"
msgstr "ሜይኦቴ"
-#: lang.pm:445 mirror.pm:35 timezone.pm:194
+#: lang.pm:445 mirror.pm:35 timezone.pm:196
#, c-format
msgid "South Africa"
msgstr "ደቡብ አፍሪካ"
@@ -4320,27 +4287,27 @@ msgstr "ዛምቢያ"
msgid "Zimbabwe"
msgstr "ዚምቧቤ"
-#: lang.pm:1144
+#: lang.pm:1193
#, c-format
msgid "Welcome to %s"
msgstr "ወደ %s እንኳን ደህና መጡ"
-#: lvm.pm:83
+#: lvm.pm:84
#, c-format
msgid "Moving used physical extents to other physical volumes failed"
msgstr ""
-#: lvm.pm:135
+#: lvm.pm:137
#, c-format
msgid "Physical volume %s is still in use"
msgstr ""
-#: lvm.pm:145
+#: lvm.pm:147
#, c-format
msgid "Remove the logical volumes first\n"
msgstr ""
-#: lvm.pm:178
+#: lvm.pm:180
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr ""
@@ -4651,17 +4618,17 @@ msgid ""
"Do you want to try again with other parameters?"
msgstr ""
-#: partition_table.pm:390
+#: partition_table.pm:401
#, fuzzy, c-format
msgid "mount failed: "
msgstr "%s አልተገኘም"
-#: partition_table.pm:500
+#: partition_table.pm:510
#, c-format
msgid "Extended partition not supported on this platform"
msgstr ""
-#: partition_table.pm:518
+#: partition_table.pm:528
#, c-format
msgid ""
"You have a hole in your partition table but I can not use it.\n"
@@ -4669,27 +4636,7 @@ msgid ""
"to the extended partitions."
msgstr ""
-#: partition_table.pm:597
-#, c-format
-msgid "Error reading file %s"
-msgstr "%sን በማንበብ ላይ ስህተት ተፈጥሯል"
-
-#: partition_table.pm:604
-#, fuzzy, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "ከ &pot ሰነድ አሻሽል"
-
-#: partition_table.pm:606
-#, fuzzy, c-format
-msgid "Bad backup file"
-msgstr "ጥሩው የፋይል ዓይነት"
-
-#: partition_table.pm:626
-#, fuzzy, c-format
-msgid "Error writing to file %s"
-msgstr "ስህተት፦ የታቀደው ፋይል '%s'ን መክፈት አልተቻለም\n"
-
-#: partition_table/raw.pm:264
+#: partition_table/raw.pm:279
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -4703,7 +4650,7 @@ msgstr ""
msgid "Can not add a partition to _formatted_ RAID %s"
msgstr ""
-#: raid.pm:150
+#: raid.pm:157
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr ""
@@ -5819,7 +5766,7 @@ msgid ""
"about this service, sorry."
msgstr ""
-#: services.pm:221 ugtk2.pm:901
+#: services.pm:221 ugtk2.pm:911
#, c-format
msgid "Info"
msgstr "መረጃ"
@@ -5844,7 +5791,7 @@ msgstr "ጀምር"
msgid "Stop"
msgstr "አቁም"
-#: standalone.pm:23
+#: standalone.pm:25
#, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
@@ -5863,7 +5810,7 @@ msgid ""
"USA.\n"
msgstr ""
-#: standalone.pm:42
+#: standalone.pm:44
#, c-format
msgid ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
@@ -5879,7 +5826,7 @@ msgid ""
"--version : show version number.\n"
msgstr ""
-#: standalone.pm:54
+#: standalone.pm:56
#, c-format
msgid ""
"[--boot] [--splash]\n"
@@ -5889,7 +5836,7 @@ msgid ""
"default mode: offer to configure autologin feature"
msgstr ""
-#: standalone.pm:59
+#: standalone.pm:61
#, c-format
msgid ""
"[OPTIONS] [PROGRAM_NAME]\n"
@@ -5900,7 +5847,7 @@ msgid ""
" --incident - program should be one of Mandriva Linux tools"
msgstr ""
-#: standalone.pm:65
+#: standalone.pm:67
#, c-format
msgid ""
"[--add]\n"
@@ -5911,7 +5858,7 @@ msgid ""
" --wizard - like --add"
msgstr ""
-#: standalone.pm:71
+#: standalone.pm:73
#, c-format
msgid ""
"\n"
@@ -5929,7 +5876,7 @@ msgid ""
" : and gs for ghostscript for only this one."
msgstr ""
-#: standalone.pm:86
+#: standalone.pm:88
#, c-format
msgid ""
"[OPTIONS]...\n"
@@ -5947,17 +5894,17 @@ msgid ""
"IP, nbi image name)"
msgstr ""
-#: standalone.pm:98
+#: standalone.pm:100
#, c-format
msgid "[keyboard]"
msgstr "[መተየቢያ]"
-#: standalone.pm:99
+#: standalone.pm:101
#, c-format
msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
msgstr ""
-#: standalone.pm:100
+#: standalone.pm:102
#, c-format
msgid ""
"[OPTIONS]\n"
@@ -5971,7 +5918,7 @@ msgid ""
"--quiet : do not be interactive. To be used with (dis)connect."
msgstr ""
-#: standalone.pm:110
+#: standalone.pm:112
#, c-format
msgid ""
"[OPTION]...\n"
@@ -5983,14 +5930,14 @@ msgid ""
" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
msgstr ""
-#: standalone.pm:115
+#: standalone.pm:117
#, c-format
msgid ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
"usbtable] [--dynamic=dev]"
msgstr ""
-#: standalone.pm:116
+#: standalone.pm:118
#, c-format
msgid ""
" [everything]\n"
@@ -5998,7 +5945,7 @@ msgid ""
" XFdrake resolution"
msgstr ""
-#: standalone.pm:152
+#: standalone.pm:154
#, c-format
msgid ""
"\n"
@@ -6006,102 +5953,102 @@ msgid ""
"testing] [-v|--version] "
msgstr ""
-#: timezone.pm:148 timezone.pm:149
+#: timezone.pm:150 timezone.pm:151
#, fuzzy, c-format
msgid "All servers"
msgstr "ተጠሪ ጨምር"
-#: timezone.pm:183
+#: timezone.pm:185
#, c-format
msgid "Global"
msgstr ""
-#: timezone.pm:186
+#: timezone.pm:188
#, fuzzy, c-format
msgid "Africa"
msgstr "ደቡብ አፍሪካ"
-#: timezone.pm:187
+#: timezone.pm:189
#, fuzzy, c-format
msgid "Asia"
msgstr "ኦስትሪያ"
-#: timezone.pm:188
+#: timezone.pm:190
#, c-format
msgid "Europe"
msgstr ""
-#: timezone.pm:189
+#: timezone.pm:191
#, fuzzy, c-format
msgid "North America"
msgstr "ደቡብ አፍሪካ"
-#: timezone.pm:190
+#: timezone.pm:192
#, fuzzy, c-format
msgid "Oceania"
msgstr "ማከዶኒያ"
-#: timezone.pm:191
+#: timezone.pm:193
#, fuzzy, c-format
msgid "South America"
msgstr "ደቡብ አፍሪካ"
-#: timezone.pm:200
+#: timezone.pm:202
#, c-format
msgid "Hong Kong"
msgstr "ሆንግ ኮንግ"
-#: timezone.pm:237
+#: timezone.pm:239
#, c-format
msgid "Russian Federation"
msgstr "ራሺያ"
-#: timezone.pm:245
+#: timezone.pm:247
#, c-format
msgid "Yugoslavia"
msgstr "ዩጎዝላቪያ"
-#: ugtk2.pm:791
+#: ugtk2.pm:801
#, c-format
msgid "Is this correct?"
msgstr "ይህ ትክክል ነው?"
-#: ugtk2.pm:851
+#: ugtk2.pm:861
#, fuzzy, c-format
msgid "No file chosen"
msgstr "የፋይል ምልክት"
-#: ugtk2.pm:853
+#: ugtk2.pm:863
#, c-format
msgid "You have chosen a file, not a directory"
msgstr ""
-#: ugtk2.pm:855
+#: ugtk2.pm:865
#, fuzzy, c-format
msgid "You have chosen a directory, not a file"
msgstr "የቤት ዶሴ አልተገኘም።"
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, fuzzy, c-format
msgid "No such directory"
msgstr "ዶሴ አይደለም"
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, fuzzy, c-format
msgid "No such file"
msgstr "ፋይሉ `%s'ን የለም\n"
-#: ugtk2.pm:936
+#: ugtk2.pm:946
#, c-format
msgid "Expand Tree"
msgstr ""
-#: ugtk2.pm:937
+#: ugtk2.pm:947
#, c-format
msgid "Collapse Tree"
msgstr ""
-#: ugtk2.pm:938
+#: ugtk2.pm:948
#, c-format
msgid "Toggle between flat and group sorted"
msgstr ""
@@ -6118,6 +6065,40 @@ msgstr ""
msgid "Installation failed"
msgstr "%s አልተገኘም"
+#~ msgid "Undo"
+#~ msgstr "ወደ ነበረበት መልስ"
+
+#~ msgid "Save partition table"
+#~ msgstr "የክፋይ ሠንጠረዡን አስቀምጥ"
+
+#~ msgid "Restore partition table"
+#~ msgstr "የክፋይ ሠንጠረዡ ወደ ነበረበት መልስ"
+
+#~ msgid "Select file"
+#~ msgstr "ፋይል ይምረጡ"
+
+#~ msgid "Info: "
+#~ msgstr "መረጃ: "
+
+#, fuzzy
+#~ msgid "Unknown driver"
+#~ msgstr "ያልታወቀ የሆሄያት ኮድ፦ "
+
+#~ msgid "Error reading file %s"
+#~ msgstr "%sን በማንበብ ላይ ስህተት ተፈጥሯል"
+
+#, fuzzy
+#~ msgid "Restoring from file %s failed: %s"
+#~ msgstr "ከ &pot ሰነድ አሻሽል"
+
+#, fuzzy
+#~ msgid "Bad backup file"
+#~ msgstr "ጥሩው የፋይል ዓይነት"
+
+#, fuzzy
+#~ msgid "Error writing to file %s"
+#~ msgstr "ስህተት፦ የታቀደው ፋይል '%s'ን መክፈት አልተቻለም\n"
+
#~ msgid "Ext2"
#~ msgstr "Ext2"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index f111487bf..a2d5c032e 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2007-09-12 17:02+0200\n"
+"POT-Creation-Date: 2008-01-17 14:31+0100\n"
"PO-Revision-Date: 2005-03-03 01:06+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -20,20 +20,20 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : "
"3\n"
-#: any.pm:240 diskdrake/interactive.pm:603 diskdrake/interactive.pm:790
-#: diskdrake/interactive.pm:834 diskdrake/interactive.pm:896
-#: diskdrake/interactive.pm:1183 do_pkgs.pm:209 do_pkgs.pm:255
-#: harddrake/sound.pm:201 interactive.pm:576
+#: any.pm:245 diskdrake/interactive.pm:552 diskdrake/interactive.pm:739
+#: diskdrake/interactive.pm:783 diskdrake/interactive.pm:841
+#: diskdrake/interactive.pm:1132 do_pkgs.pm:216 do_pkgs.pm:258
+#: harddrake/sound.pm:202 interactive.pm:580
#, c-format
msgid "Please wait"
msgstr "الرجاء الانتظار"
-#: any.pm:240
+#: any.pm:245
#, c-format
msgid "Bootloader installation in progress"
msgstr "محمل الإقلاع قيد التثبيت"
-#: any.pm:251
+#: any.pm:256
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
@@ -49,12 +49,12 @@ msgstr ""
"\n"
"أتريد تعيين رقم هويّة كتلة جديد؟"
-#: any.pm:262
+#: any.pm:267
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr "فشل تثبيت محمّل الإقلاع. حدث الخطأ التالي:"
-#: any.pm:268
+#: any.pm:273
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -72,7 +72,7 @@ msgstr ""
" ثم اكتب: shut-down\n"
"بعد إقلاع النظام التالي يجب أن ترى مُلقّن محمّل الإقلاع."
-#: any.pm:306
+#: any.pm:311
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -87,268 +87,269 @@ msgstr ""
"\n"
"على أي قرص تقوم بالإقلاع؟"
-#: any.pm:329
+#: any.pm:334
#, c-format
msgid "First sector of drive (MBR)"
msgstr "القطاع الأول من القرص (MBR)"
-#: any.pm:330
+#: any.pm:335
#, c-format
msgid "First sector of the root partition"
msgstr "القطاع الأول من التجزيء الجذري"
-#: any.pm:332
+#: any.pm:337
#, c-format
msgid "On Floppy"
msgstr "على قرص مرن"
-#: any.pm:334
+#: any.pm:339
#, c-format
msgid "Skip"
msgstr "تخطّي"
-#: any.pm:338
+#: any.pm:343
#, c-format
msgid "LILO/grub Installation"
msgstr "تثبيت LILO/grub"
-#: any.pm:340
+#: any.pm:345
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "أين تريد تثبيت محمّل الإقلاع؟"
-#: any.pm:367
+#: any.pm:372
#, c-format
msgid "Boot Style Configuration"
msgstr "تهيئة أسلوب الإقلاع"
-#: any.pm:377 any.pm:409 any.pm:410
+#: any.pm:382 any.pm:414 any.pm:415
#, c-format
msgid "Bootloader main options"
msgstr "خيارات محمّل الإقلاع الرئيسية"
-#: any.pm:382
+#: any.pm:387
#, c-format
msgid "Bootloader"
msgstr "محمّل الإقلاع"
-#: any.pm:383 any.pm:414
+#: any.pm:388 any.pm:419
#, c-format
msgid "Bootloader to use"
msgstr "محمّل الإقلاع المُستخدم"
-#: any.pm:385 any.pm:416
+#: any.pm:390 any.pm:421
#, c-format
msgid "Boot device"
msgstr "جهاز الإقلاع"
-#: any.pm:387
+#: any.pm:392
#, c-format
msgid "Main options"
msgstr ""
-#: any.pm:388
+#: any.pm:393
#, c-format
msgid "Delay before booting default image"
msgstr "توقيت ما قبل إقلاع الصورة الافتراضية"
-#: any.pm:389
+#: any.pm:394
#, c-format
msgid "Enable ACPI"
msgstr "تمكين ACPI"
-#: any.pm:390
+#: any.pm:395
#, fuzzy, c-format
msgid "Enable APIC"
msgstr "تمكين ACPI"
-#: any.pm:391
+#: any.pm:396
#, fuzzy, c-format
msgid "Enable Local APIC"
msgstr "تمكين ACPI"
-#: any.pm:393 any.pm:773 authentication.pm:196 diskdrake/smbnfs_gtk.pm:181
+#: any.pm:398 any.pm:785 any.pm:794 authentication.pm:197
+#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "كلمة المرور"
-#: any.pm:395 authentication.pm:207
+#: any.pm:400 authentication.pm:208
#, c-format
msgid "The passwords do not match"
msgstr "كلمات المرور غير متطابقة"
-#: any.pm:395 authentication.pm:207 diskdrake/interactive.pm:1343
+#: any.pm:400 authentication.pm:208 diskdrake/interactive.pm:1299
#, c-format
msgid "Please try again"
msgstr "الرجاء المحاولة مجدداً"
-#: any.pm:396
+#: any.pm:401
#, fuzzy, c-format
msgid "You can not use a password with %s"
msgstr "لا يمكنك استخدام نظام ملفات مرمّز لمكان التركيب %s"
-#: any.pm:399 any.pm:774 authentication.pm:197
+#: any.pm:404 any.pm:787 any.pm:796 authentication.pm:198
#, c-format
msgid "Password (again)"
msgstr "كلمة المرور (مجدداً)"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "Restrict command line options"
msgstr "تشديد خيارات سطر الأوامر"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "restrict"
msgstr "تشديد"
-#: any.pm:401
+#: any.pm:406
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "خيار ``تشديد خيارات سطر الأوامر`` لا ينفع دون كلمة مرور"
-#: any.pm:403
+#: any.pm:408
#, c-format
msgid "Clean /tmp at each boot"
msgstr "تنظيف /tmp عند كل إقلاع"
-#: any.pm:404
+#: any.pm:409
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "حجم الذاكرة الدقيق عند الحاجة (عثر على %d م.ب.)"
-#: any.pm:405
+#: any.pm:410
#, c-format
msgid "Give the ram size in MB"
msgstr "اكتب حجم الذاكرة بالميغابايت"
-#: any.pm:415
+#: any.pm:420
#, c-format
msgid "Init Message"
msgstr "رسالة Init"
-#: any.pm:417
+#: any.pm:422
#, c-format
msgid "Open Firmware Delay"
msgstr "تأخير Open Firmware"
-#: any.pm:418
+#: any.pm:423
#, c-format
msgid "Kernel Boot Timeout"
msgstr "الوقت الأقصى لإقلاع النواة"
-#: any.pm:419
+#: any.pm:424
#, c-format
msgid "Enable CD Boot?"
msgstr "تمكين الإقلاع من القرص المدمج؟"
-#: any.pm:420
+#: any.pm:425
#, c-format
msgid "Enable OF Boot?"
msgstr "تمكين إقلاع OF؟"
-#: any.pm:421
+#: any.pm:426
#, c-format
msgid "Default OS?"
msgstr "نظام التشغيل الافتراضي؟"
-#: any.pm:487
+#: any.pm:493
#, c-format
msgid "Image"
msgstr "صورة"
-#: any.pm:488 any.pm:501
+#: any.pm:494 any.pm:507
#, c-format
msgid "Root"
msgstr "الجذر"
-#: any.pm:489 any.pm:514
+#: any.pm:495 any.pm:520
#, c-format
msgid "Append"
msgstr "إلحاق"
-#: any.pm:491
+#: any.pm:497
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:494
+#: any.pm:500
#, c-format
msgid "Video mode"
msgstr "وضعية الفيديو"
-#: any.pm:496
+#: any.pm:502
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:497
+#: any.pm:503
#, c-format
msgid "Network profile"
msgstr "سجلّ إعداد الشبكة "
-#: any.pm:506 any.pm:511 any.pm:513 diskdrake/interactive.pm:425
+#: any.pm:512 any.pm:517 any.pm:519 diskdrake/interactive.pm:374
#, c-format
msgid "Label"
msgstr "تسمية"
-#: any.pm:508 any.pm:516 harddrake/v4l.pm:438
+#: any.pm:514 any.pm:522 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "افتراضي"
-#: any.pm:515
+#: any.pm:521
#, c-format
msgid "NoVideo"
msgstr "لا فيديو"
-#: any.pm:526
+#: any.pm:532
#, c-format
msgid "Empty label not allowed"
msgstr "لا يُسمح بالتسميات الفارغة"
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a kernel image"
msgstr "يجب تحديد صورة النواة"
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a root partition"
msgstr "يجب تحديد تجزيء جذر"
-#: any.pm:528
+#: any.pm:534
#, c-format
msgid "This label is already used"
msgstr "هذه التسمية مستخدمة مسبقا"
-#: any.pm:546
+#: any.pm:552
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "ما نوع المدخل المُراد إضافته؟"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Linux"
msgstr "لينكس"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Other OS (SunOS...)"
msgstr "نظام تشغيل آخر (SunOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (MacOS...)"
msgstr "نظام تشغيل آخر (MacOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (Windows...)"
msgstr "نظام تشغيل آخر (ويندوز...)"
-#: any.pm:576
+#: any.pm:582
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -357,175 +358,180 @@ msgstr ""
"هذه هي المدخلات المختلفة في قائمة الإقلاع حتى الآن.\n"
"يمكنك إضافة مدخلات أخرى أو تغيير الموجودة."
-#: any.pm:727
+#: any.pm:745
#, c-format
msgid "access to X programs"
msgstr "الوصول إلى برامج X"
-#: any.pm:728
+#: any.pm:746
#, c-format
msgid "access to rpm tools"
msgstr "الوصول إلى أدوات rpm"
-#: any.pm:729
+#: any.pm:747
#, c-format
msgid "allow \"su\""
msgstr "السماح بـ\"su\""
-#: any.pm:730
+#: any.pm:748
#, c-format
msgid "access to administrative files"
msgstr "الوصول إلى ملفات الإدارة"
-#: any.pm:731
+#: any.pm:749
#, c-format
msgid "access to network tools"
msgstr "الوصول إلى أدوات الشبكة"
-#: any.pm:732
+#: any.pm:750
#, c-format
msgid "access to compilation tools"
msgstr "الوصول إلى أدوات التجميع"
-#: any.pm:737
+#: any.pm:756
#, c-format
msgid "(already added %s)"
msgstr "(تمت إضافة %s مسبقا)"
-#: any.pm:744
+#: any.pm:762
#, c-format
msgid "Please give a user name"
msgstr "الرجاء إعطاء اسم مستخدم"
-#: any.pm:745
+#: any.pm:763
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "اسم المستخدم يجب أن يحتوي فقط على الحروف الصغيرة، والأرقام، و`-' و `_'"
-#: any.pm:746
+#: any.pm:764
#, c-format
msgid "The user name is too long"
msgstr "اسم المستخدم طويل جداً"
-#: any.pm:747
+#: any.pm:765
#, c-format
msgid "This user name has already been added"
msgstr "اسم المستخدم مُضاف مسبقا"
-#: any.pm:748 any.pm:776
+#: any.pm:771 any.pm:798
#, c-format
msgid "User ID"
msgstr "هوية المستخدم"
-#: any.pm:749 any.pm:777
+#: any.pm:771 any.pm:799
#, c-format
msgid "Group ID"
msgstr "هوية المجموعة"
-#: any.pm:752
+#: any.pm:772
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "الخيار %s يجب أن يكون رقماً!"
-#: any.pm:753
+#: any.pm:773
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr ""
-#: any.pm:768
+#: any.pm:777
#, fuzzy, c-format
msgid "User management"
msgstr "اسم المستخدم"
-#: any.pm:775 authentication.pm:182
+#: any.pm:784 authentication.pm:183
#, c-format
msgid "Set administrator (root) password"
msgstr "ضع كلمة مرور المستخدم الجذر"
-#: any.pm:780
+#: any.pm:789
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"إدخال مستخدم\n"
"%s"
-#: any.pm:781
+#: any.pm:790
#, c-format
msgid "Real name"
msgstr "الاسم الحقيقي"
-#: any.pm:772
+#: any.pm:793
#, c-format
msgid "Login name"
msgstr "اسم الدخول"
-#: any.pm:775
+#: any.pm:797
#, c-format
msgid "Shell"
msgstr "الصدفة"
-#: any.pm:822 security/l10n.pm:14
+#: any.pm:835 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "تسجيل دخول آلي"
-#: any.pm:823
+#: any.pm:836
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr "يمكن إعداد جهازك لتسجيل الدخول آلياً لمستخدم معين."
-#: any.pm:824
+#: any.pm:837
#, fuzzy, c-format
msgid "Use this feature"
msgstr "هل تريد استخدام هذه الميزة؟"
-#: any.pm:825
+#: any.pm:838
#, c-format
msgid "Choose the default user:"
msgstr "اختيار المستخدم الافتراضي:"
-#: any.pm:826
+#: any.pm:839
#, c-format
msgid "Choose the window manager to run:"
msgstr "اختيار مدير النوافذ الذي سيتم تشغيله:"
-#: any.pm:854
+#: any.pm:862 any.pm:912
+#, c-format
+msgid "Release Notes"
+msgstr "ملاحظات الإصدار"
+
+#: any.pm:869 any.pm:1201 interactive/gtk.pm:766
+#, c-format
+msgid "Close"
+msgstr "إغلاق"
+
+#: any.pm:905
#, c-format
msgid "License agreement"
msgstr "اتفاقية الترخيص"
-#: any.pm:857 diskdrake/dav.pm:26
+#: any.pm:908 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "خروج"
-#: any.pm:860
-#, c-format
-msgid "Release Notes"
-msgstr "ملاحظات الإصدار"
-
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Accept"
msgstr "قبول"
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Refuse"
msgstr "رفض"
-#: any.pm:882 any.pm:950
+#: any.pm:930 any.pm:996
#, c-format
msgid "Please choose a language to use."
msgstr "الرجاء اختيار لغة لاستخدامها."
-#: any.pm:883 any.pm:951
+#: any.pm:931 any.pm:997
#, c-format
msgid "Language choice"
msgstr "خيار اللغة"
-#: any.pm:913
+#: any.pm:961
#, c-format
msgid ""
"Mandriva Linux can support multiple languages. Select\n"
@@ -536,72 +542,72 @@ msgstr ""
"اللّغات التي تريد تثبيتها. ستكون هذه متوفرةً عند\n"
"اكتمال التثبيت و إعادة تشغيل نظامك."
-#: any.pm:916
+#: any.pm:964
#, c-format
msgid "Multi languages"
msgstr ""
-#: any.pm:928 any.pm:959
+#: any.pm:975 any.pm:1005
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:930
+#: any.pm:977
#, c-format
msgid "All languages"
msgstr "كل اللغات"
-#: any.pm:1005
+#: any.pm:1052
#, c-format
msgid "Country / Region"
msgstr "الدولة / الإقليم"
-#: any.pm:1007
+#: any.pm:1054
#, c-format
msgid "Please choose your country."
msgstr "الرجاء اختيار الدولة."
-#: any.pm:1009
+#: any.pm:1056
#, c-format
msgid "Here is the full list of available countries"
msgstr "هذه قائمة كاملة بكل الدول المتوفرة"
-#: any.pm:1010
+#: any.pm:1057
#, c-format
msgid "Other Countries"
msgstr "دول أخرى"
-#: any.pm:1010 interactive.pm:477
+#: any.pm:1057 interactive.pm:481
#, c-format
msgid "Advanced"
msgstr "متقدم"
-#: any.pm:1016
+#: any.pm:1063
#, c-format
msgid "Input method:"
msgstr "طريقة الإدخال:"
-#: any.pm:1019
+#: any.pm:1066
#, c-format
msgid "None"
msgstr "لاشيء"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "No sharing"
msgstr "لا مشاركة"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Allow all users"
msgstr "السماح لكل المستخدمين"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Custom"
msgstr "مخصّص"
-#: any.pm:1103
+#: any.pm:1150
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -616,14 +622,14 @@ msgstr ""
"\n"
"\"مخصص\" يسمح لك بعمل إعدادات خاص لكل مستخدم.\n"
-#: any.pm:1115
+#: any.pm:1162
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr "NFS: نظام تقسيم ملفّات يونكس التّقليدي، بدعم أقلّ على ماك و ويندوز."
-#: any.pm:1118
+#: any.pm:1165
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -632,23 +638,18 @@ msgstr ""
"SMB: نظام تقسيم ملفّات مستعمل من قبل ويندوز، ماك OS X و العديد من أنظمة لينكس "
"الحديثة."
-#: any.pm:1126
+#: any.pm:1173
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr "يمكنك التّصدير باستعمال NFS أو SMB. الرجاء اختيار أيّهما تريد استعماله."
-#: any.pm:1151
+#: any.pm:1201
#, c-format
msgid "Launch userdrake"
msgstr "تشغيل userdrake"
-#: any.pm:1151 interactive/gtk.pm:747
-#, c-format
-msgid "Close"
-msgstr "إغلاق"
-
-#: any.pm:1153
+#: any.pm:1203
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -657,107 +658,107 @@ msgstr ""
"المشاركة لكل مستخدم تستخدم المجموعة \"fileshare\".\n"
"يمكنك أن تستخدم userdrake لإضافة مستخدم في هذه المجموعة."
-#: any.pm:1245
+#: any.pm:1295
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "يرجى تسجيل الخروج ثم استخدام Ctrl-Alt-BackSpace"
-#: any.pm:1249
+#: any.pm:1299
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr "تحتاج أن تقوم بالخروج والعودة مجدّداً حتى يسري مفعول التّغييرات"
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Timezone"
msgstr "المنطقة الزمنية"
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Which is your timezone?"
msgstr "ما هي منطقتك الزمنية؟"
-#: any.pm:1296 any.pm:1298
+#: any.pm:1346 any.pm:1348
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1299
+#: any.pm:1349
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1303
+#: any.pm:1353
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "ساعة الجهاز مضبوطة على توقيت غرينتش"
-#: any.pm:1304
+#: any.pm:1354
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "ساعة الجهاز مضبوطة على توقيت غرينتش"
-#: any.pm:1306
+#: any.pm:1356
#, c-format
msgid "NTP Server"
msgstr "خادم NTP"
-#: any.pm:1307
+#: any.pm:1357
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "تزامن وقت آلي (باستخدام NTP)"
-#: authentication.pm:23
+#: authentication.pm:24
#, c-format
msgid "Local file"
msgstr "ملفّ محلي"
-#: authentication.pm:24
+#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr "LDAP"
-#: authentication.pm:25
+#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr "NIS"
-#: authentication.pm:26
+#: authentication.pm:27
#, c-format
msgid "Smart Card"
msgstr "بطاقة ذكيّة"
-#: authentication.pm:27 authentication.pm:163
+#: authentication.pm:28 authentication.pm:164
#, c-format
msgid "Windows Domain"
msgstr "نطاق ويندوز"
-#: authentication.pm:28
+#: authentication.pm:29
#, c-format
msgid "Active Directory with SFU"
msgstr "Active Directory مع SFU"
-#: authentication.pm:29
+#: authentication.pm:30
#, c-format
msgid "Active Directory with Winbind"
msgstr "Active Directory مع Winbind"
-#: authentication.pm:66
+#: authentication.pm:67
#, c-format
msgid "Local file:"
msgstr "ملفّ محلّي:"
-#: authentication.pm:66
+#: authentication.pm:67
#, c-format
msgid "Use information stored in local files for all authentication"
msgstr ""
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid "LDAP:"
msgstr "LDAP:"
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
@@ -766,12 +767,12 @@ msgstr ""
"يطلب من حاسبك استعمال LDAP للبعض من أو لجميع المواثقة. يقوم LDAP بتوحيد "
"البعض من أنواع المعلومات داخل منظّمتك."
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid "NIS:"
msgstr "NIS:"
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
@@ -780,12 +781,12 @@ msgstr ""
"يسمح لك بتشغيل مجموعة من الحاسبات في نفس خدمة معلومات الشّبكة (NIS) بكلمة "
"مرور و ملفّ مجموعة مشتركين."
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid "Windows Domain:"
msgstr "نطاق ويندوز:"
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
@@ -793,114 +794,114 @@ msgid ""
msgstr ""
"يسمح Winbind للنّظام بجلب المعلومات و مواثقة المستخدمين في نطاق لويندوز."
-#: authentication.pm:70
+#: authentication.pm:71
#, c-format
msgid "Active Directory with SFU:"
msgstr "Active Directory مع SFU:"
-#: authentication.pm:70
+#: authentication.pm:71
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
-#: authentication.pm:71
+#: authentication.pm:72
#, c-format
msgid "Active Directory with Winbind:"
msgstr "Active Directory مع Winbind:"
-#: authentication.pm:71
+#: authentication.pm:72
#, c-format
msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
-#: authentication.pm:96
+#: authentication.pm:97
#, c-format
msgid "Authentication LDAP"
msgstr "تحقق LDAP"
-#: authentication.pm:97
+#: authentication.pm:98
#, c-format
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: authentication.pm:98
+#: authentication.pm:99
#, c-format
msgid "LDAP Server"
msgstr "خادم LDAP"
-#: authentication.pm:111 fsedit.pm:23
+#: authentication.pm:112 fsedit.pm:23
#, c-format
msgid "simple"
msgstr "بسيط"
-#: authentication.pm:112
+#: authentication.pm:113
#, c-format
msgid "TLS"
msgstr "TLS"
-#: authentication.pm:113
+#: authentication.pm:114
#, c-format
msgid "SSL"
msgstr "SSL"
-#: authentication.pm:114
+#: authentication.pm:115
#, c-format
msgid "security layout (SASL/Kerberos)"
msgstr "النّسق الأمني (SASL/Kerberos("
-#: authentication.pm:121 authentication.pm:159
+#: authentication.pm:122 authentication.pm:160
#, c-format
msgid "Authentication Active Directory"
msgstr "مواثقة Active Directory"
-#: authentication.pm:122 diskdrake/smbnfs_gtk.pm:182
+#: authentication.pm:123 diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "النطاق"
-#: authentication.pm:124 diskdrake/dav.pm:63
+#: authentication.pm:125 diskdrake/dav.pm:63
#, c-format
msgid "Server"
msgstr "خادم"
-#: authentication.pm:125
+#: authentication.pm:126
#, c-format
msgid "LDAP users database"
msgstr "قاعدة بيانات مستخدمي LDAP"
-#: authentication.pm:126
+#: authentication.pm:127
#, c-format
msgid "Use Anonymous BIND "
msgstr "استخدام Anonymous BIND"
-#: authentication.pm:127
+#: authentication.pm:128
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
msgstr "مسموح لمستخدم LDAP بتصفّح Active Directory"
-#: authentication.pm:128
+#: authentication.pm:129
#, c-format
msgid "Password for user"
msgstr "كلمة مرور المستخدم"
-#: authentication.pm:140
+#: authentication.pm:141
#, c-format
msgid "Authentication NIS"
msgstr "مواثقة NIS"
-#: authentication.pm:141
+#: authentication.pm:142
#, c-format
msgid "NIS Domain"
msgstr "نطاق NIS"
-#: authentication.pm:142
+#: authentication.pm:143
#, c-format
msgid "NIS Server"
msgstr "خادم NIS"
-#: authentication.pm:147
+#: authentication.pm:148
#, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
@@ -928,54 +929,54 @@ msgstr ""
"إقلاع النّظام.\n"
"سيختبر الأمر 'wbinfo -t' ما إذا كانت أسرار مواثقتك جيّدة."
-#: authentication.pm:159
+#: authentication.pm:160
#, c-format
msgid "Authentication Windows Domain"
msgstr "نطاق مواثقة ويندوز"
-#: authentication.pm:161
+#: authentication.pm:162
#, c-format
msgid "Active Directory Realm "
msgstr ""
-#: authentication.pm:164
+#: authentication.pm:165
#, c-format
msgid "Domain Admin User Name"
msgstr "اسم المستخدم لمدير النطاق"
-#: authentication.pm:165
+#: authentication.pm:166
#, c-format
msgid "Domain Admin Password"
msgstr "كلمة المرور لمدير النطاق"
-#: authentication.pm:181 authentication.pm:198
+#: authentication.pm:182 authentication.pm:199
#, c-format
msgid "Authentication"
msgstr "المواثقة"
-#: authentication.pm:184
+#: authentication.pm:185
#, c-format
msgid "Authentication method"
msgstr "طريقة المواثقة"
#. -PO: keep this short or else the buttons will not fit in the window
-#: authentication.pm:189
+#: authentication.pm:190
#, c-format
msgid "No password"
msgstr "بدون كلمة مرور"
-#: authentication.pm:210
+#: authentication.pm:211
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "كلمة المرو هذه قصيرة جداً (يجب أن تكون %d رموز على الأقل)"
-#: authentication.pm:351
+#: authentication.pm:352
#, c-format
msgid "Can not use broadcast with no NIS domain"
msgstr "لم يمكن استخدام البثّ دون اسم نظام NIS"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:882
+#: bootloader.pm:900
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -990,49 +991,49 @@ msgstr ""
"wait for default boot.\n"
"\n"
-#: bootloader.pm:1030
+#: bootloader.pm:1050
#, c-format
msgid "LILO with text menu"
msgstr "LILO مع قائمة نصية"
-#: bootloader.pm:1031
+#: bootloader.pm:1051
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1032
+#: bootloader.pm:1052
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1033
+#: bootloader.pm:1053
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:1034
+#: bootloader.pm:1054
#, c-format
msgid "SILO"
msgstr ""
-#: bootloader.pm:1114
+#: bootloader.pm:1135
#, c-format
msgid "not enough room in /boot"
msgstr "لا توجد مساحة كافية في /boot"
-#: bootloader.pm:1681
+#: bootloader.pm:1760
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "يمكنك تثبيت محمّل الإقلاع على التجزيء %s\n"
-#: bootloader.pm:1734
+#: bootloader.pm:1813
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr "تهيئة محمّل الإقلاع يجب أن يحدّث لأنّ التجزيء تمّ إعادة ترقيمه"
-#: bootloader.pm:1747
+#: bootloader.pm:1826
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1041,52 +1042,52 @@ msgstr ""
"لا يمكن تثبيت محمّل الإقلاع بشكل صحيح. يجب أن تقوم بإقلاع الإنقاذ وتختار \"%s"
"\""
-#: bootloader.pm:1748
+#: bootloader.pm:1827
#, c-format
msgid "Re-install Boot Loader"
msgstr "إعادة تثبيت مُحمِّل الإقلاع"
-#: common.pm:132
+#: common.pm:142
#, fuzzy, c-format
msgid "B"
msgstr "ك.ب."
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "KB"
msgstr "ك.ب."
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "MB"
msgstr "م.ب."
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "GB"
msgstr "غ.ب."
-#: common.pm:132 common.pm:141
+#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "ت.ب."
-#: common.pm:149
+#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d دقائق"
-#: common.pm:151
+#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "دقيقة واحدة"
-#: common.pm:153
+#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d ثوان"
-#: common.pm:306
+#: common.pm:335
#, c-format
msgid "command %s missing"
msgstr ""
@@ -1109,45 +1110,44 @@ msgstr ""
msgid "New"
msgstr "جديد"
-#: diskdrake/dav.pm:61 diskdrake/interactive.pm:431 diskdrake/smbnfs_gtk.pm:75
+#: diskdrake/dav.pm:61 diskdrake/interactive.pm:380 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "فكّ"
-#: diskdrake/dav.pm:62 diskdrake/interactive.pm:428 diskdrake/smbnfs_gtk.pm:76
+#: diskdrake/dav.pm:62 diskdrake/interactive.pm:377 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "تركيب"
-#: diskdrake/dav.pm:64 diskdrake/interactive.pm:422
-#: diskdrake/interactive.pm:662 diskdrake/interactive.pm:680
-#: diskdrake/interactive.pm:684 diskdrake/removable.pm:23
+#: diskdrake/dav.pm:64 diskdrake/interactive.pm:371
+#: diskdrake/interactive.pm:611 diskdrake/interactive.pm:629
+#: diskdrake/interactive.pm:633 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "مكان التركيب"
-#: diskdrake/dav.pm:65 diskdrake/interactive.pm:424
-#: diskdrake/interactive.pm:1039 diskdrake/removable.pm:24
+#: diskdrake/dav.pm:65 diskdrake/interactive.pm:373
+#: diskdrake/interactive.pm:987 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "خيارات"
-#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:166 diskdrake/removable.pm:26
+#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:164 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "تم"
-#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:115 diskdrake/interactive.pm:229
-#: diskdrake/interactive.pm:242 diskdrake/interactive.pm:386
-#: diskdrake/interactive.pm:404 diskdrake/interactive.pm:529
-#: diskdrake/interactive.pm:534 diskdrake/interactive.pm:652
-#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:1087
-#: diskdrake/interactive.pm:1100 diskdrake/interactive.pm:1103
-#: diskdrake/interactive.pm:1351 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
-#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:227
+#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231
+#: diskdrake/interactive.pm:244 diskdrake/interactive.pm:478
+#: diskdrake/interactive.pm:483 diskdrake/interactive.pm:601
+#: diskdrake/interactive.pm:859 diskdrake/interactive.pm:1033
+#: diskdrake/interactive.pm:1046 diskdrake/interactive.pm:1049
+#: diskdrake/interactive.pm:1299 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
+#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:223
#: interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19
#: scanner.pm:94 scanner.pm:105 scanner.pm:112 scanner.pm:119 wizards.pm:95
#: wizards.pm:99 wizards.pm:121
@@ -1170,28 +1170,28 @@ msgstr "العنوان يجب أن يبدأ بـ http:// أو https://"
msgid "Server: "
msgstr "الخادم: "
-#: diskdrake/dav.pm:110 diskdrake/interactive.pm:502
-#: diskdrake/interactive.pm:1225 diskdrake/interactive.pm:1303
+#: diskdrake/dav.pm:110 diskdrake/interactive.pm:451
+#: diskdrake/interactive.pm:1179 diskdrake/interactive.pm:1259
#, c-format
msgid "Mount point: "
msgstr "مكان التركيب:"
-#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1310
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1266
#, c-format
msgid "Options: %s"
msgstr "الخيارات: %s"
-#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:286
+#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:282
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106
-#: fs/partitioning_wizard.pm:47 fs/partitioning_wizard.pm:201
-#: fs/partitioning_wizard.pm:207 fs/partitioning_wizard.pm:247
-#: fs/partitioning_wizard.pm:266 fs/partitioning_wizard.pm:271
+#: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:205
+#: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:251
+#: fs/partitioning_wizard.pm:270 fs/partitioning_wizard.pm:275
#, c-format
msgid "Partitioning"
msgstr "التجزئة"
-#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1059
-#: diskdrake/interactive.pm:1069 diskdrake/interactive.pm:1122
+#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1008
+#: diskdrake/interactive.pm:1018 diskdrake/interactive.pm:1071
#, c-format
msgid "Read carefully!"
msgstr "اقرأ جيدا!"
@@ -1201,7 +1201,7 @@ msgstr "اقرأ جيدا!"
msgid "Please make a backup of your data first"
msgstr "رجاء نسخ بياناتك احتياطيّاً أولاً"
-#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:222
+#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:224
#, c-format
msgid "Exit"
msgstr "خروج"
@@ -1221,18 +1221,18 @@ msgstr ""
"إن كنت تريد استخدام aboot، فلا تنْسَ أن تترك مساحة فارغة (يكفي 2048 قِطاع)\n"
"في بداية القُرص"
-#: diskdrake/hd_gtk.pm:162 interactive.pm:640 interactive/gtk.pm:719
-#: interactive/gtk.pm:740 interactive/gtk.pm:760 ugtk2.pm:926 ugtk2.pm:927
+#: diskdrake/hd_gtk.pm:160 interactive.pm:644 interactive/gtk.pm:744
+#: interactive/gtk.pm:759 interactive/gtk.pm:779 ugtk2.pm:936 ugtk2.pm:937
#, c-format
msgid "Help"
msgstr "مساعدة"
-#: diskdrake/hd_gtk.pm:197
+#: diskdrake/hd_gtk.pm:195
#, c-format
msgid "Choose action"
msgstr "اختيار عمل"
-#: diskdrake/hd_gtk.pm:201
+#: diskdrake/hd_gtk.pm:199
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1243,162 +1243,156 @@ msgstr ""
"أقترح أن تغيّر حجم هذا التجزيء\n"
"(اضغط عليه ثم اختر \"تغيير الحجم\")"
-#: diskdrake/hd_gtk.pm:203
+#: diskdrake/hd_gtk.pm:201
#, c-format
msgid "Please click on a partition"
msgstr "الرجاء الضغط على تجزيء"
-#: diskdrake/hd_gtk.pm:217 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:215 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "تفاصيل"
-#: diskdrake/hd_gtk.pm:265
+#: diskdrake/hd_gtk.pm:263
#, c-format
msgid "No hard drives found"
msgstr "تعذّر العثور على أقراص صلبة"
-#: diskdrake/hd_gtk.pm:292
+#: diskdrake/hd_gtk.pm:290
#, c-format
msgid "Unknown"
msgstr "مجهول"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "Ext3"
msgstr "خروج"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Swap"
msgstr "Swap"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "SunOS"
msgstr "SunOS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "HFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Windows"
msgstr "ويندوز"
-#: diskdrake/hd_gtk.pm:352 services.pm:158
+#: diskdrake/hd_gtk.pm:353 services.pm:158
#, c-format
msgid "Other"
msgstr "أخرى"
-#: diskdrake/hd_gtk.pm:352 diskdrake/interactive.pm:1239
+#: diskdrake/hd_gtk.pm:353 diskdrake/interactive.pm:1194
#, c-format
msgid "Empty"
msgstr "فارغ"
-#: diskdrake/hd_gtk.pm:356
+#: diskdrake/hd_gtk.pm:357
#, c-format
msgid "Filesystem types:"
msgstr "أنواع أنظمة الملفات:"
-#: diskdrake/hd_gtk.pm:380 diskdrake/interactive.pm:291
-#: diskdrake/interactive.pm:380 diskdrake/interactive.pm:410
-#: diskdrake/interactive.pm:559 diskdrake/interactive.pm:743
-#: diskdrake/interactive.pm:801 diskdrake/interactive.pm:894
-#: diskdrake/interactive.pm:936 diskdrake/interactive.pm:937
-#: diskdrake/interactive.pm:1168 diskdrake/interactive.pm:1206
-#: diskdrake/interactive.pm:1342 do_pkgs.pm:16 do_pkgs.pm:35 do_pkgs.pm:53
-#: harddrake/sound.pm:285
+#: diskdrake/hd_gtk.pm:381 diskdrake/interactive.pm:287
+#: diskdrake/interactive.pm:359 diskdrake/interactive.pm:508
+#: diskdrake/interactive.pm:692 diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:839 diskdrake/interactive.pm:881
+#: diskdrake/interactive.pm:882 diskdrake/interactive.pm:1117
+#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1298 do_pkgs.pm:16
+#: do_pkgs.pm:35 do_pkgs.pm:53 harddrake/sound.pm:286
#, c-format
msgid "Warning"
msgstr "تحذير"
-#: diskdrake/hd_gtk.pm:380
+#: diskdrake/hd_gtk.pm:381
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "هذا التجزيء غير قابل لتغيير الحجم"
-#: diskdrake/hd_gtk.pm:389
+#: diskdrake/hd_gtk.pm:390
#, c-format
msgid "Use ``Unmount'' first"
msgstr "استخدام ``الفكّ'' أولا"
-#: diskdrake/hd_gtk.pm:389
-#, c-format
-msgid "Use ``%s'' instead"
+#: diskdrake/hd_gtk.pm:390
+#, fuzzy, c-format
+msgid "Use ``%s'' instead (in expert mode)"
msgstr "استخدام ``%s'' بدلا من ذلك"
-#: diskdrake/hd_gtk.pm:389 diskdrake/interactive.pm:423
-#: diskdrake/interactive.pm:597 diskdrake/interactive.pm:1075
+#: diskdrake/hd_gtk.pm:390 diskdrake/interactive.pm:372
+#: diskdrake/interactive.pm:546 diskdrake/interactive.pm:1024
#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "النوع"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose another partition"
msgstr "اختيار تجزيء آخر"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose a partition"
msgstr "اختيار تجزيء"
-#: diskdrake/interactive.pm:255
-#, c-format
-msgid "Undo"
-msgstr "تراجع"
-
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to normal mode"
msgstr "الانتقال إلى الوضع العادي"
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to expert mode"
msgstr "الانتقال إلى وضعية الخبير"
-#: diskdrake/interactive.pm:269 diskdrake/interactive.pm:279
-#: diskdrake/interactive.pm:1153
+#: diskdrake/interactive.pm:265 diskdrake/interactive.pm:275
+#: diskdrake/interactive.pm:1102
#, fuzzy, c-format
msgid "Confirmation"
msgstr "التهيئة"
-#: diskdrake/interactive.pm:269
+#: diskdrake/interactive.pm:265
#, c-format
msgid "Continue anyway?"
msgstr "استمرار على أي حال؟"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without saving"
msgstr "الخروج بدون حفظ"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without writing the partition table?"
msgstr "هل تريد الخروج بدون كتابة جدول التجزئة؟"
-#: diskdrake/interactive.pm:279
+#: diskdrake/interactive.pm:275
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "هل تريد حفظ تعديلات /etc/fstab"
-#: diskdrake/interactive.pm:286 fs/partitioning_wizard.pm:247
+#: diskdrake/interactive.pm:282 fs/partitioning_wizard.pm:251
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr "تحتاج إلى إعادة التثبيت لتفعيل التعديلات على جدول التجزئة"
-#: diskdrake/interactive.pm:291
+#: diskdrake/interactive.pm:287
#, c-format
msgid ""
"You should format partition %s.\n"
@@ -1409,159 +1403,135 @@ msgstr ""
"إن لم تفعل فلن يسجّل أي مُدخل لنقطة التّركيب %s في fstab.\n"
"هل تريد الخروج على أي حال؟"
-#: diskdrake/interactive.pm:304
+#: diskdrake/interactive.pm:300
#, c-format
msgid "Clear all"
msgstr "مسح الكل"
-#: diskdrake/interactive.pm:305
+#: diskdrake/interactive.pm:301
#, c-format
msgid "Auto allocate"
msgstr "تحديد آلي"
-#: diskdrake/interactive.pm:306 diskdrake/interactive.pm:354
+#: diskdrake/interactive.pm:302 diskdrake/interactive.pm:350
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "المزيد"
-#: diskdrake/interactive.pm:311
+#: diskdrake/interactive.pm:307
#, c-format
msgid "Hard drive information"
msgstr "معلومات القرص الصلب"
-#: diskdrake/interactive.pm:343
+#: diskdrake/interactive.pm:339
#, c-format
msgid "All primary partitions are used"
msgstr "كل التجزيئات الرئيسية مستخدمة"
-#: diskdrake/interactive.pm:344
+#: diskdrake/interactive.pm:340
#, c-format
msgid "I can not add any more partitions"
msgstr "لا يمكن إضافة أي تجزيئات أخرى"
-#: diskdrake/interactive.pm:345
+#: diskdrake/interactive.pm:341
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr "للحصول على تجزيئات أكثر، يرجى إلغاء تجزيء كي تتمكن من عمل تجزيء ممتد"
-#: diskdrake/interactive.pm:356
-#, c-format
-msgid "Save partition table"
-msgstr "حفظ جدول التجزئة"
-
-#: diskdrake/interactive.pm:357
-#, c-format
-msgid "Restore partition table"
-msgstr "استعادة جدول التجزئة"
-
-#: diskdrake/interactive.pm:359
+#: diskdrake/interactive.pm:352
#, c-format
msgid "Reload partition table"
msgstr "إعادة تحميل جدول التجزئة"
-#: diskdrake/interactive.pm:369 diskdrake/interactive.pm:395
-#, c-format
-msgid "Select file"
-msgstr "اختيار ملف"
-
-#: diskdrake/interactive.pm:381
-#, c-format
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"جدول التجزئة المحفوظ ليس بنفس الحجم\n"
-"لا زلت تريد الاستمرار؟"
-
-#: diskdrake/interactive.pm:410
+#: diskdrake/interactive.pm:359
#, c-format
msgid "Detailed information"
msgstr "معلومات مفصّلة"
-#: diskdrake/interactive.pm:426 diskdrake/interactive.pm:756
+#: diskdrake/interactive.pm:375 diskdrake/interactive.pm:705
#, c-format
msgid "Resize"
msgstr "تغيير الحجم"
-#: diskdrake/interactive.pm:427
+#: diskdrake/interactive.pm:376
#, c-format
msgid "Format"
msgstr "تنسيق"
-#: diskdrake/interactive.pm:429 diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:378 diskdrake/interactive.pm:791
#, c-format
msgid "Add to RAID"
msgstr "إضافة إلى RAID"
-#: diskdrake/interactive.pm:430 diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:379 diskdrake/interactive.pm:809
#, c-format
msgid "Add to LVM"
msgstr "إضافة إلى LVM"
-#: diskdrake/interactive.pm:432
+#: diskdrake/interactive.pm:381
#, c-format
msgid "Delete"
msgstr "حذف"
-#: diskdrake/interactive.pm:433
+#: diskdrake/interactive.pm:382
#, c-format
msgid "Remove from RAID"
msgstr "ازالة من RAID"
-#: diskdrake/interactive.pm:434
+#: diskdrake/interactive.pm:383
#, c-format
msgid "Remove from LVM"
msgstr "ازالة من LVM"
-#: diskdrake/interactive.pm:435
+#: diskdrake/interactive.pm:384
#, c-format
msgid "Modify RAID"
msgstr "تعديل RAID"
-#: diskdrake/interactive.pm:436
+#: diskdrake/interactive.pm:385
#, c-format
msgid "Use for loopback"
msgstr "استخدام لـloopback"
-#: diskdrake/interactive.pm:447
+#: diskdrake/interactive.pm:396
#, c-format
msgid "Create"
msgstr "إنشاء"
-#: diskdrake/interactive.pm:491 diskdrake/interactive.pm:493
+#: diskdrake/interactive.pm:440 diskdrake/interactive.pm:442
#, c-format
msgid "Create a new partition"
msgstr "إنشاء تجزيء جديد"
-#: diskdrake/interactive.pm:495
+#: diskdrake/interactive.pm:444
#, c-format
msgid "Start sector: "
msgstr "قطاع البداية: "
-#: diskdrake/interactive.pm:498 diskdrake/interactive.pm:929
+#: diskdrake/interactive.pm:447 diskdrake/interactive.pm:874
#, c-format
msgid "Size in MB: "
msgstr "الحجم بالميغابايت: "
-#: diskdrake/interactive.pm:500 diskdrake/interactive.pm:930
+#: diskdrake/interactive.pm:449 diskdrake/interactive.pm:875
#, c-format
msgid "Filesystem type: "
msgstr "نوع نظام المفات: "
-#: diskdrake/interactive.pm:506
+#: diskdrake/interactive.pm:455
#, c-format
msgid "Preference: "
msgstr "التفضيل: "
-#: diskdrake/interactive.pm:509
+#: diskdrake/interactive.pm:458
#, c-format
msgid "Logical volume name "
msgstr "اسم الكتلة المنطقيّة"
-#: diskdrake/interactive.pm:529
+#: diskdrake/interactive.pm:478
#, c-format
msgid ""
"You can not create a new partition\n"
@@ -1572,53 +1542,53 @@ msgstr ""
"(لأنك وصلت إلى العدد الأقصى من التجزيئات الأساسية).\n"
"أولاً احذف تجزيء أساسياً و قم بإنشاء تجزيء ممتد."
-#: diskdrake/interactive.pm:559
+#: diskdrake/interactive.pm:508
#, c-format
msgid "Remove the loopback file?"
msgstr "هل تريد إزالة ملف loopback؟"
-#: diskdrake/interactive.pm:581
+#: diskdrake/interactive.pm:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "بعد تغيير نوع التجزيء %s، فإنك ستسخر كل البيانات على هذا التجزيء"
-#: diskdrake/interactive.pm:594
+#: diskdrake/interactive.pm:543
#, c-format
msgid "Change partition type"
msgstr "تغيير نوع التجزيء"
-#: diskdrake/interactive.pm:596 diskdrake/removable.pm:47
+#: diskdrake/interactive.pm:545 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "أي نظام ملفات تريد؟"
-#: diskdrake/interactive.pm:603
-#, c-format
-msgid "Switching from ext2 to ext3"
+#: diskdrake/interactive.pm:552
+#, fuzzy, c-format
+msgid "Switching from %s to %s"
msgstr "جاري التغيير من ext2 إلى ext3"
-#: diskdrake/interactive.pm:629 diskdrake/interactive.pm:632
+#: diskdrake/interactive.pm:578 diskdrake/interactive.pm:581
#, c-format
msgid "Which volume label?"
msgstr ""
-#: diskdrake/interactive.pm:633
+#: diskdrake/interactive.pm:582
#, fuzzy, c-format
msgid "Label:"
msgstr "تسمية"
-#: diskdrake/interactive.pm:647
+#: diskdrake/interactive.pm:596
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "أين تريد تركيب ملف loopback %s؟"
-#: diskdrake/interactive.pm:648
+#: diskdrake/interactive.pm:597
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "أين تريد تركيب الجهاز %s؟"
-#: diskdrake/interactive.pm:653
+#: diskdrake/interactive.pm:602
#, c-format
msgid ""
"Can not unset mount point as this partition is used for loop back.\n"
@@ -1627,58 +1597,58 @@ msgstr ""
"تعذّر فكّ مكان التركيب نظرا لأن هذه التجزيء مستخدم لـloop back.\n"
"قم بإزالة الـloopback أولا"
-#: diskdrake/interactive.pm:683
+#: diskdrake/interactive.pm:632
#, c-format
msgid "Where do you want to mount %s?"
msgstr "أين تريد تركيب الجهاز %s؟"
-#: diskdrake/interactive.pm:707 diskdrake/interactive.pm:790
-#: fs/partitioning_wizard.pm:141 fs/partitioning_wizard.pm:173
+#: diskdrake/interactive.pm:656 diskdrake/interactive.pm:739
+#: fs/partitioning_wizard.pm:145 fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing"
msgstr "تغيير الحجم"
-#: diskdrake/interactive.pm:707
+#: diskdrake/interactive.pm:656
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "حساب روابط نظام ملفات FAT"
-#: diskdrake/interactive.pm:743
+#: diskdrake/interactive.pm:692
#, c-format
msgid "This partition is not resizeable"
msgstr "هذا التجزيء غير قابل لتغيير الحجم"
-#: diskdrake/interactive.pm:748
+#: diskdrake/interactive.pm:697
#, c-format
msgid "All data on this partition should be backed-up"
msgstr "كل البيانات على هذ التجزيء يجب حفظها احتياطيا"
-#: diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:699
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "بعد تغيير حجم التجزيء %s، فإن كل البيانات على هذه التجزيء ستفقد"
-#: diskdrake/interactive.pm:757
+#: diskdrake/interactive.pm:706
#, c-format
msgid "Choose the new size"
msgstr "اختيار الحجم الجديد"
-#: diskdrake/interactive.pm:758
+#: diskdrake/interactive.pm:707
#, c-format
msgid "New size in MB: "
msgstr "الحجم الجديد بالميغابايت: "
-#: diskdrake/interactive.pm:759
+#: diskdrake/interactive.pm:708
#, c-format
msgid "Minimum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:760
+#: diskdrake/interactive.pm:709
#, c-format
msgid "Maximum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:801 fs/partitioning_wizard.pm:181
+#: diskdrake/interactive.pm:750 fs/partitioning_wizard.pm:185
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
@@ -1687,134 +1657,134 @@ msgstr ""
"للتأكد من صحة البيانات بعد إعادة تحجيم التجزيئات، \n"
"سيتم الدقيق على نظام الملفات عند التشغيل القادم لويندوز(TM)"
-#: diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:791
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "اختيار RAID موجود للإضافة إليه"
-#: diskdrake/interactive.pm:844 diskdrake/interactive.pm:861
+#: diskdrake/interactive.pm:793 diskdrake/interactive.pm:811
#, c-format
msgid "new"
msgstr "جديد"
-#: diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:809
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "اختيار LVM، موجود للإضافة إليه"
-#: diskdrake/interactive.pm:866
+#: diskdrake/interactive.pm:816
#, c-format
msgid "LVM name?"
msgstr "اسم LVM؟"
-#: diskdrake/interactive.pm:894
+#: diskdrake/interactive.pm:839
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
-#: diskdrake/interactive.pm:896
+#: diskdrake/interactive.pm:841
#, c-format
msgid "Moving physical extents"
msgstr ""
-#: diskdrake/interactive.pm:914
+#: diskdrake/interactive.pm:859
#, c-format
msgid "This partition can not be used for loopback"
msgstr "هذه التجزيء لا يمكن استخدامه لـloopback"
-#: diskdrake/interactive.pm:927
+#: diskdrake/interactive.pm:872
#, c-format
msgid "Loopback"
msgstr "Loopback"
-#: diskdrake/interactive.pm:928
+#: diskdrake/interactive.pm:873
#, c-format
msgid "Loopback file name: "
msgstr "اسم ملف Loopback: "
-#: diskdrake/interactive.pm:933
+#: diskdrake/interactive.pm:878
#, c-format
msgid "Give a file name"
msgstr "إعطاء اسم ملف"
-#: diskdrake/interactive.pm:936
+#: diskdrake/interactive.pm:881
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "هذا الملف مستخدم من loopback أخرى، اختر ملفا آخر"
-#: diskdrake/interactive.pm:937
+#: diskdrake/interactive.pm:882
#, c-format
msgid "File already exists. Use it?"
msgstr "الملف موجود مسبقا، هل تريد استخدامه؟"
-#: diskdrake/interactive.pm:966 diskdrake/interactive.pm:969
+#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:917
#, c-format
msgid "Mount options"
msgstr "خيارات التركيب"
-#: diskdrake/interactive.pm:976
+#: diskdrake/interactive.pm:924
#, c-format
msgid "Various"
msgstr "متنوعة"
-#: diskdrake/interactive.pm:1041
+#: diskdrake/interactive.pm:989
#, c-format
msgid "device"
msgstr "جهاز"
-#: diskdrake/interactive.pm:1042
+#: diskdrake/interactive.pm:990
#, c-format
msgid "level"
msgstr "المستوى"
-#: diskdrake/interactive.pm:1043
+#: diskdrake/interactive.pm:991
#, c-format
msgid "chunk size in KiB"
msgstr "حجم القطعة الكبيرة بالكيلوبايت (KiB)"
-#: diskdrake/interactive.pm:1060
+#: diskdrake/interactive.pm:1009
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "كن حذرا: هذه العملية خطيرة"
-#: diskdrake/interactive.pm:1075
+#: diskdrake/interactive.pm:1024
#, c-format
msgid "What type of partitioning?"
msgstr "أي نوع من التجزئة؟"
-#: diskdrake/interactive.pm:1113
+#: diskdrake/interactive.pm:1062
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr "ستحتاج إلى إعادة التشغيل قبل أن يتم تفعيل التعديلات"
-#: diskdrake/interactive.pm:1122
+#: diskdrake/interactive.pm:1071
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "جدول التجزئة للقرص %s سيتم كتابته إلى القرص!"
-#: diskdrake/interactive.pm:1148
+#: diskdrake/interactive.pm:1097
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "بعد تنسيق التجزيء %s، فإن كل البيانات الموجودة على هذا التجزيء ستفقد"
-#: diskdrake/interactive.pm:1153 fs/partitioning.pm:49
+#: diskdrake/interactive.pm:1102 fs/partitioning.pm:49
#, c-format
msgid "Check bad blocks?"
msgstr "تحقق من الكتل السيئة؟"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Move files to the new partition"
msgstr "نقل الملفات إلى تجزيء جديد"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Hide files"
msgstr "تخبئة الملفات"
-#: diskdrake/interactive.pm:1168
+#: diskdrake/interactive.pm:1117
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -1825,108 +1795,108 @@ msgid ""
"the contents of the mounted partition)"
msgstr ""
-#: diskdrake/interactive.pm:1183
+#: diskdrake/interactive.pm:1132
#, c-format
msgid "Moving files to the new partition"
msgstr "جاري نقل الملفات إلى التجزيء الجديد"
-#: diskdrake/interactive.pm:1187
+#: diskdrake/interactive.pm:1136
#, c-format
msgid "Copying %s"
msgstr "جاري نسخ %s"
-#: diskdrake/interactive.pm:1191
+#: diskdrake/interactive.pm:1140
#, c-format
msgid "Removing %s"
msgstr "جاري ازالة %s"
-#: diskdrake/interactive.pm:1205
+#: diskdrake/interactive.pm:1154
#, c-format
msgid "partition %s is now known as %s"
msgstr "التجزبء %s معروف الآن بالإسم %s"
-#: diskdrake/interactive.pm:1206
+#: diskdrake/interactive.pm:1155
#, c-format
msgid "Partitions have been renumbered: "
msgstr "تجزيئات تم إعادة ترقيمها:"
-#: diskdrake/interactive.pm:1226 diskdrake/interactive.pm:1288
+#: diskdrake/interactive.pm:1180 diskdrake/interactive.pm:1243
#, c-format
msgid "Device: "
msgstr "الجهاز: "
-#: diskdrake/interactive.pm:1227
+#: diskdrake/interactive.pm:1181
#, c-format
msgid "Volume label: "
msgstr "علامة المجلّد: "
-#: diskdrake/interactive.pm:1241
+#: diskdrake/interactive.pm:1182
#, c-format
msgid "UUID: "
msgstr ""
-#: diskdrake/interactive.pm:1242
+#: diskdrake/interactive.pm:1183
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "حرف سواقة دوس: %s (مجرد تخمين)\n"
-#: diskdrake/interactive.pm:1232 diskdrake/interactive.pm:1241
-#: diskdrake/interactive.pm:1306
+#: diskdrake/interactive.pm:1187 diskdrake/interactive.pm:1196
+#: diskdrake/interactive.pm:1262
#, c-format
msgid "Type: "
msgstr "النوع: "
-#: diskdrake/interactive.pm:1236
+#: diskdrake/interactive.pm:1191 diskdrake/interactive.pm:1247
#, c-format
msgid "Name: "
msgstr "الاسم: "
-#: diskdrake/interactive.pm:1243
+#: diskdrake/interactive.pm:1198
#, c-format
msgid "Start: sector %s\n"
msgstr "البداية: قطاع %s\n"
-#: diskdrake/interactive.pm:1244
+#: diskdrake/interactive.pm:1199
#, c-format
msgid "Size: %s"
msgstr "الحجم: %s"
-#: diskdrake/interactive.pm:1246
+#: diskdrake/interactive.pm:1201
#, c-format
msgid ", %s sectors"
msgstr "، %s قطاع"
-#: diskdrake/interactive.pm:1248
+#: diskdrake/interactive.pm:1203
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "الاسطوانة %d إلى %d\n"
-#: diskdrake/interactive.pm:1249
+#: diskdrake/interactive.pm:1204
#, c-format
msgid "Number of logical extents: %d\n"
msgstr ""
-#: diskdrake/interactive.pm:1250
+#: diskdrake/interactive.pm:1205
#, c-format
msgid "Formatted\n"
msgstr "مُنسّق\n"
-#: diskdrake/interactive.pm:1251
+#: diskdrake/interactive.pm:1206
#, c-format
msgid "Not formatted\n"
msgstr "غير مُنسّق\n"
-#: diskdrake/interactive.pm:1252
+#: diskdrake/interactive.pm:1207
#, c-format
msgid "Mounted\n"
msgstr "محمل\n"
-#: diskdrake/interactive.pm:1253
+#: diskdrake/interactive.pm:1208
#, c-format
msgid "RAID %s\n"
msgstr "RAID %s\n"
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1213
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -1935,7 +1905,7 @@ msgstr ""
"ملفـ(ات) Loopback\n"
" %s\n"
-#: diskdrake/interactive.pm:1259
+#: diskdrake/interactive.pm:1214
#, c-format
msgid ""
"Partition booted by default\n"
@@ -1944,27 +1914,27 @@ msgstr ""
"التجزيء الذي يتم إقلاعه افتراضيا\n"
" (لـ MS-DOS و ليس لـ lilo)\n"
-#: diskdrake/interactive.pm:1261
+#: diskdrake/interactive.pm:1216
#, c-format
msgid "Level %s\n"
msgstr "المستوى %s\n"
-#: diskdrake/interactive.pm:1262
+#: diskdrake/interactive.pm:1217
#, c-format
msgid "Chunk size %d KiB\n"
msgstr "حجم القطعة الكبيرة %d كيلوبايت (KiB)\n"
-#: diskdrake/interactive.pm:1263
+#: diskdrake/interactive.pm:1218
#, c-format
msgid "RAID-disks %s\n"
msgstr "أقراص RAID %s\n"
-#: diskdrake/interactive.pm:1265
+#: diskdrake/interactive.pm:1220
#, c-format
msgid "Loopback file name: %s"
msgstr "اسم ملف Loopback: %s"
-#: diskdrake/interactive.pm:1268
+#: diskdrake/interactive.pm:1223
#, c-format
msgid ""
"\n"
@@ -1977,7 +1947,7 @@ msgstr ""
"تجزيء Driver. عليك\n"
"تركه لوحده.\n"
-#: diskdrake/interactive.pm:1271
+#: diskdrake/interactive.pm:1226
#, c-format
msgid ""
"\n"
@@ -1990,77 +1960,77 @@ msgstr ""
"هذا هو\n"
"للإقلاع المزدوج في نظامك.\n"
-#: diskdrake/interactive.pm:1280
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Free space on %s (%s)"
msgstr ""
-#: diskdrake/interactive.pm:1289
+#: diskdrake/interactive.pm:1244
#, c-format
msgid "Read-only"
msgstr "للقراءة فقط"
-#: diskdrake/interactive.pm:1290
+#: diskdrake/interactive.pm:1245
#, c-format
msgid "Size: %s\n"
msgstr "الحجم: %s\n"
-#: diskdrake/interactive.pm:1291
+#: diskdrake/interactive.pm:1246
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "الهندسة: %s اسطوانة، %s رأس، %s قطاع\n"
-#: diskdrake/interactive.pm:1292
-#, c-format
-msgid "Info: "
-msgstr "معلومات: "
+#: diskdrake/interactive.pm:1248
+#, fuzzy, c-format
+msgid "Medium type: "
+msgstr "نوع نظام المفات: "
-#: diskdrake/interactive.pm:1293
+#: diskdrake/interactive.pm:1249
#, c-format
msgid "LVM-disks %s\n"
msgstr "أقراص LVM %s\n"
-#: diskdrake/interactive.pm:1294
+#: diskdrake/interactive.pm:1250
#, c-format
msgid "Partition table type: %s\n"
msgstr "نوع جدول التجزئة: %s\n"
-#: diskdrake/interactive.pm:1295
+#: diskdrake/interactive.pm:1251
#, c-format
msgid "on channel %d id %d\n"
msgstr "على القناة %d id %d\n"
-#: diskdrake/interactive.pm:1338
+#: diskdrake/interactive.pm:1294
#, c-format
msgid "Filesystem encryption key"
msgstr "مفتاح تشفير نظام الملفات"
-#: diskdrake/interactive.pm:1339
+#: diskdrake/interactive.pm:1295
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "اختيار مفتاح تشفير نظام الملفات"
-#: diskdrake/interactive.pm:1342
+#: diskdrake/interactive.pm:1298
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "مفتاح التشفير هذا بسيط جدا (يجب أن يكون %d حرفا على الأقل)"
-#: diskdrake/interactive.pm:1343
+#: diskdrake/interactive.pm:1299
#, c-format
msgid "The encryption keys do not match"
msgstr "مفاتيح التشفير غير متطابقة"
-#: diskdrake/interactive.pm:1346
+#: diskdrake/interactive.pm:1302
#, c-format
msgid "Encryption key"
msgstr "مفتاح التشفير"
-#: diskdrake/interactive.pm:1347
+#: diskdrake/interactive.pm:1303
#, c-format
msgid "Encryption key (again)"
msgstr "مفتاح التشفير (مرة أخرى)"
-#: diskdrake/interactive.pm:1349
+#: diskdrake/interactive.pm:1305
#, c-format
msgid "Encryption algorithm"
msgstr "خوارزمية التّشفير"
@@ -2070,10 +2040,10 @@ msgstr "خوارزمية التّشفير"
msgid "Change type"
msgstr "تغيير النوع"
-#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:539
+#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:543
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
-#: interactive/stdio.pm:39 interactive/stdio.pm:142 ugtk2.pm:407 ugtk2.pm:509
-#: ugtk2.pm:518 ugtk2.pm:791
+#: interactive/stdio.pm:39 interactive/stdio.pm:148 ugtk2.pm:408 ugtk2.pm:510
+#: ugtk2.pm:519 ugtk2.pm:801
#, c-format
msgid "Cancel"
msgstr "إلغاء"
@@ -2141,12 +2111,12 @@ msgstr "الحزمة الضرورية %s مفقودة"
msgid "The following packages need to be installed:\n"
msgstr "يجب تثبيت الحزم التالية:\n"
-#: do_pkgs.pm:209
+#: do_pkgs.pm:216
#, c-format
msgid "Installing packages..."
msgstr "جاري تركيب الحزم..."
-#: do_pkgs.pm:255
+#: do_pkgs.pm:258
#, c-format
msgid "Removing packages..."
msgstr "حذف الحزم..."
@@ -2160,27 +2130,27 @@ msgstr ""
"لقد ظهر خطأ - لم يعثر على أجهزة صالحة يمكن إنشاء أنظمة ملفات جديدة عليها. "
"تأكد من العتاد الخاص بك لمعرفة سبب هذه المشكلة"
-#: fs/any.pm:62 fs/partitioning_wizard.pm:55
+#: fs/any.pm:74 fs/partitioning_wizard.pm:59
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "لديك تجزيء FAT تم تحميلها على /boot/efi"
-#: fs/format.pm:60 fs/format.pm:67
+#: fs/format.pm:62 fs/format.pm:69
#, c-format
msgid "Formatting partition %s"
msgstr "جاري تنسيق التجزيء %s"
-#: fs/format.pm:64
+#: fs/format.pm:66
#, c-format
msgid "Creating and formatting file %s"
msgstr "جاري إنشاء وتنسيق الملف %s"
-#: fs/format.pm:117
+#: fs/format.pm:119
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr "لا أعرف كيف أنسّق %s في النوع %s"
-#: fs/format.pm:122 fs/format.pm:124
+#: fs/format.pm:124 fs/format.pm:126
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s تنسيق %s قد فشل"
@@ -2205,32 +2175,32 @@ msgstr "فشل تركيب التجزيء %s في الدليل %s"
msgid "Checking %s"
msgstr "جاري التأكد من %s"
-#: fs/mount.pm:118 partition_table.pm:384
+#: fs/mount.pm:119 partition_table.pm:395
#, c-format
msgid "error unmounting %s: %s"
msgstr "خطأ في فكّ %s: %s"
-#: fs/mount.pm:133
+#: fs/mount.pm:134
#, c-format
msgid "Enabling swap partition %s"
msgstr "جاري تمكين تجزيء التبديل %s"
-#: fs/mount_options.pm:111
+#: fs/mount_options.pm:115
#, fuzzy, c-format
msgid "Use an encrypted file system"
msgstr "لا يمكنك استخدام نظام ملفات مرمّز لمكان التركيب %s"
-#: fs/mount_options.pm:113
+#: fs/mount_options.pm:117
#, c-format
msgid "Flush write cache on file close"
msgstr ""
-#: fs/mount_options.pm:115
+#: fs/mount_options.pm:119
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:117
+#: fs/mount_options.pm:121
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
@@ -2239,7 +2209,7 @@ msgstr ""
"عدم تحديث أوقات الوصول إلى inode على نظام الملفّات هذا\n"
"(مثلا، من أجل وصول أسرع إلى مخزن الأخبار لتسرّع خادمات الأخبار)."
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:124
#, fuzzy, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
@@ -2248,7 +2218,7 @@ msgstr ""
"عدم تحديث أوقات الوصول إلى inode على نظام الملفّات هذا\n"
"(مثلا، من أجل وصول أسرع إلى مخزن الأخبار لتسرّع خادمات الأخبار)."
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:127
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
@@ -2257,12 +2227,12 @@ msgstr ""
"يمكن تجهيزه فقط بشكل بيّن (أي،\n"
"أن الخيار -a سوف لن يجعل نظام الملفّات يُجهّز)."
-#: fs/mount_options.pm:126
+#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr "عدم ترجمة الأجهزة الحرفيّة أو الكتليّة الخاصّة على نظام الملفّات."
-#: fs/mount_options.pm:128
+#: fs/mount_options.pm:132
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -2273,7 +2243,7 @@ msgstr ""
"قد يكون هذا الخيار مفيداً لخادم عليه أنظمة ملفّات\n"
"تحتوي على برامج مُجمّعة لبُنيات غير بُنيتها."
-#: fs/mount_options.pm:132
+#: fs/mount_options.pm:136
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -2284,42 +2254,42 @@ msgstr ""
"أن تُفعّل. (يبدو هذا آمناً، إلا أنه في الحقيقة غير آمن إن كان\n"
"suidperl(1) مثبتاً لديك.("
-#: fs/mount_options.pm:136
+#: fs/mount_options.pm:140
#, c-format
msgid "Mount the file system read-only."
msgstr "تجهيز نظام الملفّات بوضع القراءة فقط."
-#: fs/mount_options.pm:138
+#: fs/mount_options.pm:142
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr "كل الدّخل/الخرج إلى نظام الملفّات يجب أن يحدث تزامنيّاً."
-#: fs/mount_options.pm:140
+#: fs/mount_options.pm:144
#, c-format
msgid "Allow every user to mount and umount the file system."
msgstr ""
-#: fs/mount_options.pm:142
+#: fs/mount_options.pm:146
#, c-format
msgid "Allow an ordinary user to mount the file system."
msgstr ""
-#: fs/mount_options.pm:144
+#: fs/mount_options.pm:148
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:146
+#: fs/mount_options.pm:150
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr ""
-#: fs/mount_options.pm:148
+#: fs/mount_options.pm:152
#, c-format
msgid "Give write access to ordinary users"
msgstr "إعطاء إمكانية الكتابة لعامة المستخدمين"
-#: fs/mount_options.pm:150
+#: fs/mount_options.pm:154
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "أعط صلاحية الكتابة لعامة المستخدمين"
@@ -2363,7 +2333,7 @@ msgstr ""
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "لا توجد مساحة تبديل كافية للقيام بالتثبيت، الرجاء زيادة مساحة التبديل"
-#: fs/partitioning_wizard.pm:47
+#: fs/partitioning_wizard.pm:51
#, c-format
msgid ""
"You must have a root partition.\n"
@@ -2374,7 +2344,7 @@ msgstr ""
"لهذا الغرض انشئ تجزيء (أو اضغط على تجزيء موجودة).\n"
"ثم اختر ``مكان التركيب'' و اجعله `/'"
-#: fs/partitioning_wizard.pm:52
+#: fs/partitioning_wizard.pm:56
#, c-format
msgid ""
"You do not have a swap partition.\n"
@@ -2385,67 +2355,67 @@ msgstr ""
"\n"
"هل تريد المتابعة على أي حال؟"
-#: fs/partitioning_wizard.pm:80
+#: fs/partitioning_wizard.pm:84
#, c-format
msgid "Use free space"
msgstr "استخدام المساحة الفارغة"
-#: fs/partitioning_wizard.pm:82
+#: fs/partitioning_wizard.pm:86
#, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "لا توجد مساحة فارغة لعمل التجزيئات الجديدة"
-#: fs/partitioning_wizard.pm:90
+#: fs/partitioning_wizard.pm:94
#, c-format
msgid "Use existing partitions"
msgstr "استخدم التجزيئات الموجودة"
-#: fs/partitioning_wizard.pm:92
+#: fs/partitioning_wizard.pm:96
#, c-format
msgid "There is no existing partition to use"
msgstr "لا يوجد تجزيء لاستخدامه"
-#: fs/partitioning_wizard.pm:99
+#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use the Microsoft Windows® partition for loopback"
msgstr "استخدم تجزيء ويندوز كـloopback"
-#: fs/partitioning_wizard.pm:102
+#: fs/partitioning_wizard.pm:106
#, c-format
msgid "Which partition do you want to use for Linux4Win?"
msgstr "أي تجزيء تريد استخدامه من أجل Linux4Win"
-#: fs/partitioning_wizard.pm:104
+#: fs/partitioning_wizard.pm:108
#, c-format
msgid "Choose the sizes"
msgstr "اختيار الأحجام"
-#: fs/partitioning_wizard.pm:105
+#: fs/partitioning_wizard.pm:109
#, c-format
msgid "Root partition size in MB: "
msgstr "حجم التجزيء الجذري بالميغابايت:"
-#: fs/partitioning_wizard.pm:106
+#: fs/partitioning_wizard.pm:110
#, c-format
msgid "Swap partition size in MB: "
msgstr "حجم تجزيء التبديل بالميغابايت:"
-#: fs/partitioning_wizard.pm:115
+#: 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:122
+#: fs/partitioning_wizard.pm:126
#, c-format
msgid "Use the free space on the Microsoft Windows® partition"
msgstr "استخدام المساحة الفارغة على تجزيء ويندوز"
-#: fs/partitioning_wizard.pm:124
+#: fs/partitioning_wizard.pm:128
#, c-format
msgid "Which partition do you want to resize?"
msgstr "أي تجزيء تريد تغيير حجمه؟"
-#: fs/partitioning_wizard.pm:138
+#: fs/partitioning_wizard.pm:142
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2454,12 +2424,12 @@ msgstr ""
"لم تتمكن أداة تغيير حجم FAT من التعامل مع تجزيئك، \n"
"ظهر الخطأ التالي: %s"
-#: fs/partitioning_wizard.pm:141
+#: fs/partitioning_wizard.pm:145
#, c-format
msgid "Computing the size of the Microsoft Windows® partition"
msgstr "جاري حساب مساحة تجزيء ويندوز"
-#: fs/partitioning_wizard.pm:148
+#: fs/partitioning_wizard.pm:152
#, c-format
msgid ""
"Your Microsoft Windows® partition is too fragmented. Please reboot your "
@@ -2469,7 +2439,7 @@ msgstr ""
"تجزيء ويندوز الخاصّ بك كثير التجزّئات. رجاء أعد تشغيل جهازك إلى ويندوز، شغّل "
"أداة ``defrag''، ثمّ أعد بدْء تثبيت ماندريبا لينكس."
-#: fs/partitioning_wizard.pm:151
+#: fs/partitioning_wizard.pm:155
#, c-format
msgid ""
"WARNING!\n"
@@ -2503,8 +2473,8 @@ msgstr ""
"عندما تكون متأكداً، اضغط %s."
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: fs/partitioning_wizard.pm:160 interactive.pm:538 interactive/curses.pm:263
-#: ugtk2.pm:511
+#: fs/partitioning_wizard.pm:164 interactive.pm:542 interactive/curses.pm:263
+#: ugtk2.pm:512
#, c-format
msgid "Next"
msgstr "التالي"
@@ -2519,57 +2489,57 @@ msgstr "التجزئة"
msgid "Which size do you want to keep for Microsoft Windows® on partition %s?"
msgstr "ما حجم المساحة التي تريد إبقائها لويندوز على التجزيء %s؟"
-#: fs/partitioning_wizard.pm:164
+#: fs/partitioning_wizard.pm:168
#, c-format
msgid "Size"
msgstr "الحجم"
-#: fs/partitioning_wizard.pm:173
+#: fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing Microsoft Windows® partition"
msgstr "تغيير حجم تجزيء ويندوز"
-#: fs/partitioning_wizard.pm:178
+#: fs/partitioning_wizard.pm:182
#, c-format
msgid "FAT resizing failed: %s"
msgstr "فشل تغيير حجم FAT: %s"
-#: fs/partitioning_wizard.pm:193
+#: fs/partitioning_wizard.pm:197
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr "لا توجد تجزيء FAT قابل لتغيير حجمها (أو لا توجد مساحة كافية متبقية)"
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, c-format
msgid "Remove Microsoft Windows®"
msgstr "حذف ويندوز(TM)"
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, fuzzy, c-format
msgid "Erase and use entire disk"
msgstr "مسح كل القرص"
-#: fs/partitioning_wizard.pm:200
+#: fs/partitioning_wizard.pm:204
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "لديك أكثر من قرص صلب، في أيهم تريد تثبيت لينكس؟"
-#: fs/partitioning_wizard.pm:206
+#: fs/partitioning_wizard.pm:210 fsedit.pm:566
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "كل التجزيئات و بياناتها ستضيع من على السواقة %s"
-#: fs/partitioning_wizard.pm:217
+#: fs/partitioning_wizard.pm:221
#, c-format
msgid "Custom disk partitioning"
msgstr "تجزئة قرص مخصصة"
-#: fs/partitioning_wizard.pm:223
+#: fs/partitioning_wizard.pm:227
#, c-format
msgid "Use fdisk"
msgstr "استخدام fdisk"
-#: fs/partitioning_wizard.pm:226
+#: fs/partitioning_wizard.pm:230
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -2578,27 +2548,27 @@ msgstr ""
"يمكنك الآن تجزئة %s.\n"
"عندما تنتهي لا تنس الحفظ باستخدام `w'"
-#: fs/partitioning_wizard.pm:266
+#: fs/partitioning_wizard.pm:270
#, c-format
msgid "I can not find any room for installing"
msgstr "لا يمكنني العثور على مساحة فارغة للتثبيت"
-#: fs/partitioning_wizard.pm:270
+#: fs/partitioning_wizard.pm:274
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "عثر معالج التجزئة في DrakX على الحلول التالية:"
-#: fs/partitioning_wizard.pm:278
+#: fs/partitioning_wizard.pm:282
#, c-format
msgid "Partitioning failed: %s"
msgstr "فشلت التجزئة: %s"
-#: fs/type.pm:367
+#: fs/type.pm:368
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr "لا يمكنك استخدام JFS للتجزئات أصغر من 16 ميغابايت"
-#: fs/type.pm:368
+#: fs/type.pm:369
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr "لا يمكنك استخدام ReiserFS للتجزئات أصغر من 32 ميغابايت"
@@ -2618,7 +2588,7 @@ msgstr "خادم"
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:230
+#: fsedit.pm:224
#, c-format
msgid ""
"I can not read the partition table of device %s, it's too corrupted for me :"
@@ -2636,22 +2606,22 @@ msgstr ""
"\n"
"هل أنت موافق على خسارة كل التجزيئات؟\n"
-#: fsedit.pm:403
+#: fsedit.pm:393
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "يجب أن تبدأ أماكن التركيب بالعلامة /"
-#: fsedit.pm:404
+#: fsedit.pm:394
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "أماكن التركيب يجب أن تحتوي فقط على الحروف و/أو الآرقام"
-#: fsedit.pm:405
+#: fsedit.pm:395
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "هناك تجزيء مع مكان التركيب %s مسبقاً\n"
-#: fsedit.pm:409
+#: fsedit.pm:399
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -2662,14 +2632,14 @@ msgstr ""
"لا يستطيع أي محمّل إقلاع التعامل مع ذلك بدون تجزيء /boot.\n"
"الرجاء التأكد من إضافة تجزيء /boot"
-#: fsedit.pm:415
+#: fsedit.pm:405
#, fuzzy, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr "لا يمكنك استخدام كتلة LVM المنطقيّة لمكان التركيب %s"
-#: fsedit.pm:417
+#: fsedit.pm:407
#, fuzzy, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
@@ -2681,12 +2651,12 @@ msgstr ""
"لا يستطيع محمّل الإقلاع التعامل مع ذلك بدون تجزيء /boot.\n"
"الرجاء التأكّد من أن تضيف تجزيء /boot"
-#: fsedit.pm:421 fsedit.pm:423
+#: fsedit.pm:411 fsedit.pm:413
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "هذا الدليل يجب أن يكون في نظام الملفات الجذري"
-#: fsedit.pm:425 fsedit.pm:427
+#: fsedit.pm:415 fsedit.pm:417
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2695,285 +2665,285 @@ msgstr ""
"تحتاج إلى نظام ملفات حقيقي (ext2/ext3، resierfs، xfs، أو jfs) لمكان التركيب "
"هذه\n"
-#: fsedit.pm:429
+#: fsedit.pm:419
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr "لا يمكنك استخدام نظام ملفات مرمّز لمكان التركيب %s"
-#: fsedit.pm:493
+#: fsedit.pm:483
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "لا توجد مساحة كافية للتحديد الآلي"
-#: fsedit.pm:495
+#: fsedit.pm:485
#, c-format
msgid "Nothing to do"
msgstr "لا شيء لعمله"
-#: harddrake/data.pm:62
+#: harddrake/data.pm:64
+#, c-format
+msgid "SATA controllers"
+msgstr "متحكّمات SATA"
+
+#: harddrake/data.pm:73
+#, c-format
+msgid "RAID controllers"
+msgstr "متحكّمات RAID"
+
+#: harddrake/data.pm:83
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr "متحكمات (E)IDE/ATA"
+
+#: harddrake/data.pm:93
+#, fuzzy, c-format
+msgid "Card readers"
+msgstr "نوع البطاقة"
+
+#: harddrake/data.pm:102
+#, c-format
+msgid "Firewire controllers"
+msgstr "متحكمات Firewire"
+
+#: harddrake/data.pm:111
+#, c-format
+msgid "PCMCIA controllers"
+msgstr "متحكمات PCMCIA"
+
+#: harddrake/data.pm:120
+#, c-format
+msgid "SCSI controllers"
+msgstr "متحكمات SCSI"
+
+#: harddrake/data.pm:129
+#, c-format
+msgid "USB controllers"
+msgstr "متحكمات USB"
+
+#: harddrake/data.pm:138
+#, c-format
+msgid "USB ports"
+msgstr "منافذ USB"
+
+#: harddrake/data.pm:147
+#, c-format
+msgid "SMBus controllers"
+msgstr "متحكّمات SMBus"
+
+#: harddrake/data.pm:156
+#, c-format
+msgid "Bridges and system controllers"
+msgstr "الجسور ومتحكمات النظام"
+
+#: harddrake/data.pm:168
#, c-format
msgid "Floppy"
msgstr "القرص المرن"
-#: harddrake/data.pm:72
+#: harddrake/data.pm:178
#, c-format
msgid "Zip"
msgstr "Zip"
-#: harddrake/data.pm:88
+#: harddrake/data.pm:194
#, c-format
msgid "Hard Disk"
msgstr "القرص الصّلب"
-#: harddrake/data.pm:97
+#: harddrake/data.pm:204
+#, c-format
+msgid "USB Mass Storage Devices"
+msgstr ""
+
+#: harddrake/data.pm:213
#, c-format
msgid "CDROM"
msgstr "القرص المدمج"
-#: harddrake/data.pm:107
+#: harddrake/data.pm:223
#, c-format
msgid "CD/DVD burners"
msgstr "أجهزة نسخ CD/DVD"
-#: harddrake/data.pm:117
+#: harddrake/data.pm:233
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
-#: harddrake/data.pm:127
+#: harddrake/data.pm:243
#, c-format
msgid "Tape"
msgstr "شريط"
-#: harddrake/data.pm:138
+#: harddrake/data.pm:254
#, c-format
msgid "AGP controllers"
msgstr "متحكمات AGP"
-#: harddrake/data.pm:147
+#: harddrake/data.pm:263
#, c-format
msgid "Videocard"
msgstr "بطاقة الفيديو"
-#: harddrake/data.pm:156
+#: harddrake/data.pm:272
#, c-format
msgid "DVB card"
msgstr ""
-#: harddrake/data.pm:164
+#: harddrake/data.pm:280
#, c-format
msgid "Tvcard"
msgstr "بطاقة التلفاز"
-#: harddrake/data.pm:174
+#: harddrake/data.pm:289
#, c-format
msgid "Other MultiMedia devices"
msgstr "أجهزة وسائط متعددة أخرى"
-#: harddrake/data.pm:183
+#: harddrake/data.pm:298
#, c-format
msgid "Soundcard"
msgstr "بطاقة الصوت"
-#: harddrake/data.pm:196
+#: harddrake/data.pm:311
#, c-format
msgid "Webcam"
msgstr "كاميرات الوب"
-#: harddrake/data.pm:210
+#: harddrake/data.pm:325
#, c-format
msgid "Processors"
msgstr "المُعالجات"
-#: harddrake/data.pm:220
+#: harddrake/data.pm:335
#, c-format
msgid "ISDN adapters"
msgstr "مكيّفات ISDN"
-#: harddrake/data.pm:231
+#: harddrake/data.pm:346
#, c-format
msgid "USB sound devices"
msgstr ""
-#: harddrake/data.pm:240
+#: harddrake/data.pm:355
#, c-format
msgid "Radio cards"
msgstr ""
-#: harddrake/data.pm:249
+#: harddrake/data.pm:364
#, c-format
msgid "ATM network cards"
msgstr ""
-#: harddrake/data.pm:258
+#: harddrake/data.pm:373
#, c-format
msgid "WAN network cards"
msgstr ""
-#: harddrake/data.pm:267
+#: harddrake/data.pm:382
#, c-format
msgid "Bluetooth devices"
msgstr ""
-#: harddrake/data.pm:276
+#: harddrake/data.pm:391
#, c-format
msgid "Ethernetcard"
msgstr "بطاقة Ethernet"
-#: harddrake/data.pm:293
+#: harddrake/data.pm:408
#, c-format
msgid "Modem"
msgstr "المودم"
-#: harddrake/data.pm:303
+#: harddrake/data.pm:418
#, c-format
msgid "ADSL adapters"
msgstr "مكيّفات ADSL"
-#: harddrake/data.pm:315
+#: harddrake/data.pm:430
#, c-format
msgid "Memory"
msgstr "الذاكرة"
-#: harddrake/data.pm:324
+#: harddrake/data.pm:439
#, c-format
msgid "Printer"
msgstr "طابعة"
#. -PO: these are joysticks controllers:
-#: harddrake/data.pm:338
+#: harddrake/data.pm:453
#, c-format
msgid "Game port controllers"
msgstr ""
-#: harddrake/data.pm:347
+#: harddrake/data.pm:462
#, c-format
msgid "Joystick"
msgstr "عصا الألعاب"
-#: harddrake/data.pm:357
-#, c-format
-msgid "SATA controllers"
-msgstr "متحكّمات SATA"
-
-#: harddrake/data.pm:366
-#, c-format
-msgid "RAID controllers"
-msgstr "متحكّمات RAID"
-
-#: harddrake/data.pm:376
-#, c-format
-msgid "(E)IDE/ATA controllers"
-msgstr "متحكمات (E)IDE/ATA"
-
-#: harddrake/data.pm:386
-#, c-format
-msgid "USB Mass Storage Devices"
-msgstr ""
-
-#: harddrake/data.pm:395
-#, fuzzy, c-format
-msgid "Card readers"
-msgstr "نوع البطاقة"
-
-#: harddrake/data.pm:404
-#, c-format
-msgid "Firewire controllers"
-msgstr "متحكمات Firewire"
-
-#: harddrake/data.pm:413
-#, c-format
-msgid "PCMCIA controllers"
-msgstr "متحكمات PCMCIA"
-
-#: harddrake/data.pm:422
-#, c-format
-msgid "SCSI controllers"
-msgstr "متحكمات SCSI"
-
-#: harddrake/data.pm:431
-#, c-format
-msgid "USB controllers"
-msgstr "متحكمات USB"
-
-#: harddrake/data.pm:440
-#, c-format
-msgid "USB ports"
-msgstr "منافذ USB"
-
-#: harddrake/data.pm:449
-#, c-format
-msgid "SMBus controllers"
-msgstr "متحكّمات SMBus"
-
-#: harddrake/data.pm:458
-#, c-format
-msgid "Bridges and system controllers"
-msgstr "الجسور ومتحكمات النظام"
-
-#: harddrake/data.pm:469
+#: harddrake/data.pm:472
#, c-format
msgid "Keyboard"
msgstr "لوحة المفاتيح"
-#: harddrake/data.pm:482
+#: harddrake/data.pm:485
#, c-format
msgid "Tablet and touchscreen"
msgstr ""
-#: harddrake/data.pm:491
+#: harddrake/data.pm:494
#, c-format
msgid "Mouse"
msgstr "الماوس"
-#: harddrake/data.pm:505
+#: harddrake/data.pm:508
#, c-format
msgid "Biometry"
msgstr ""
-#: harddrake/data.pm:513
+#: harddrake/data.pm:516
#, c-format
msgid "UPS"
msgstr "مُزوّد الطاقة الغير منقطعة (UPS)"
-#: harddrake/data.pm:522
+#: harddrake/data.pm:525
#, c-format
msgid "Scanner"
msgstr "الماسح الضوئي"
-#: harddrake/data.pm:533
+#: harddrake/data.pm:536
#, c-format
msgid "Unknown/Others"
msgstr "غير معروف/أخرى"
-#: harddrake/data.pm:561
+#: harddrake/data.pm:564
#, c-format
msgid "cpu # "
msgstr "cpu # "
-#: harddrake/sound.pm:201
+#: harddrake/sound.pm:202
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "يرجى الإنتظار... جاري تطبيق التهيئة"
-#: harddrake/sound.pm:238
+#: harddrake/sound.pm:239
#, c-format
msgid "No alternative driver"
msgstr "لا مشغل بديل"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:240
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr "لا يوجد مشغل بديل (ALSA أو OSS) لبطاقة الصوت (%s) التي تستخدم \"%s\""
-#: harddrake/sound.pm:245
+#: harddrake/sound.pm:246
#, c-format
msgid "Sound configuration"
msgstr "إعدادات الصوت"
-#: harddrake/sound.pm:247
+#: harddrake/sound.pm:248
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -2983,7 +2953,7 @@ msgstr "يمكنك هنا اختيار مشغل بديل (ALSA أو OSS) لبط
#. -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:252
+#: harddrake/sound.pm:253
#, c-format
msgid ""
"\n"
@@ -2995,7 +2965,7 @@ msgstr ""
"\n"
"بطاقتك تستخدم المُشغّل %s\"%s\" حالياً (المُشغّل الحالي لبطاقتك هو \"%s\")"
-#: harddrake/sound.pm:254
+#: harddrake/sound.pm:255
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -3029,17 +2999,17 @@ msgstr ""
"- واجهة تطبيق ALSA الجديدة والتي توفّر العديد من الميزات المحسّنة إلّا أنّها "
"تتطلّب مكتبة ALSA.\n"
-#: harddrake/sound.pm:268 harddrake/sound.pm:357
+#: harddrake/sound.pm:269 harddrake/sound.pm:354
#, c-format
msgid "Driver:"
msgstr "المُشغّل:"
-#: harddrake/sound.pm:277
+#: harddrake/sound.pm:278
#, c-format
msgid "Trouble shooting"
msgstr "حل المشاكل"
-#: harddrake/sound.pm:285
+#: harddrake/sound.pm:286
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -3054,12 +3024,12 @@ msgstr ""
"\n"
"مشغل \"%s\" الجديد سيتم استخدامه عند تشغيل الجهاز في المرة القادمة."
-#: harddrake/sound.pm:293
+#: harddrake/sound.pm:294
#, c-format
msgid "No open source driver"
msgstr "لا يوجد مشغل مفتوح المصدر"
-#: harddrake/sound.pm:294
+#: harddrake/sound.pm:295
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
@@ -3067,28 +3037,23 @@ msgid ""
msgstr ""
"لا يوجد مشغل مفتوح المصدر لبطاقة الصوت (%s)، لكن هناك مشغل تجاري في \"%s\"."
-#: harddrake/sound.pm:297
+#: harddrake/sound.pm:298
#, c-format
msgid "No known driver"
msgstr "لا يوجد مشغل معروف"
-#: harddrake/sound.pm:298
+#: harddrake/sound.pm:299
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "لا يوجد مشغل معروف لبطاقة الصوت (%s)"
-#: harddrake/sound.pm:302
-#, c-format
-msgid "Unknown driver"
-msgstr "مشغل غير معروف"
-
-#: harddrake/sound.pm:317
+#: harddrake/sound.pm:314
#, c-format
msgid "Sound trouble shooting"
msgstr "حل مشاكل الصوت"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:320
+#: harddrake/sound.pm:317
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -3131,18 +3096,18 @@ msgstr ""
"\n"
"- \"/sbin/fuser -v /dev/dsp\" سيخبرك عن أيّ برنامج يستخدم بطاقة الصّوت.\n"
-#: harddrake/sound.pm:346
+#: harddrake/sound.pm:343
#, c-format
msgid "Let me pick any driver"
msgstr "اسمح لي أن أختار مشغل"
-#: harddrake/sound.pm:349
+#: harddrake/sound.pm:346
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "جاري اختيار مشغل عام"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:352
+#: harddrake/sound.pm:349
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -3176,7 +3141,7 @@ msgstr "غير معروف|CPH05X (bt878) [مصنعون كثيرون]"
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "غير معروف|CPH06X (bt878) [مصنعون كثيرون]"
-#: harddrake/v4l.pm:474
+#: harddrake/v4l.pm:475
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
@@ -3189,30 +3154,30 @@ msgstr ""
"إذا تم التعرف على البطاقة بشكل خاطئ، يمكنك إدخال التونر و نوع البطاقة الصحيح "
"هنا. فقط اختر المعاملات المناسبة لبطاقة الشاشة."
-#: harddrake/v4l.pm:477
+#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "نوع البطاقة"
-#: harddrake/v4l.pm:478
+#: harddrake/v4l.pm:479
#, c-format
msgid "Tuner type:"
msgstr "نوع الموالف:"
-#: interactive.pm:125 interactive.pm:538 interactive/curses.pm:263
+#: interactive.pm:125 interactive.pm:542 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
-#: interactive/stdio.pm:142 interactive/stdio.pm:143 ugtk2.pm:413 ugtk2.pm:511
-#: ugtk2.pm:791 ugtk2.pm:814
+#: interactive/stdio.pm:148 interactive/stdio.pm:149 ugtk2.pm:414 ugtk2.pm:512
+#: ugtk2.pm:801 ugtk2.pm:824
#, c-format
msgid "Ok"
msgstr "موافق"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "نعم"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "No"
msgstr "لا"
@@ -3222,32 +3187,32 @@ msgstr "لا"
msgid "Choose a file"
msgstr "اختيار ملف"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Add"
msgstr "إضافة"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Modify"
msgstr "تعديل"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Remove"
msgstr "حذف"
-#: interactive.pm:538 interactive/curses.pm:263 ugtk2.pm:511
+#: interactive.pm:542 interactive/curses.pm:263 ugtk2.pm:512
#, c-format
msgid "Finish"
msgstr "انتهاء"
-#: interactive.pm:539 interactive/curses.pm:260 ugtk2.pm:509
+#: interactive.pm:543 interactive/curses.pm:260 ugtk2.pm:510
#, c-format
msgid "Previous"
msgstr "السابق "
-#: interactive/gtk.pm:544
+#: interactive/gtk.pm:548
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr ""
@@ -3257,7 +3222,7 @@ msgstr ""
msgid "Bad choice, try again\n"
msgstr "اختيار سيئ، حاول مرة أخرى\n"
-#: interactive/stdio.pm:30 interactive/stdio.pm:149
+#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "ما هو اختيارك؟ (الافتراضي %s) "
@@ -3276,32 +3241,32 @@ msgstr ""
msgid "Your choice? (0/1, default `%s') "
msgstr "ما هو اختيارك؟ (0/1، افتراضي `%s') "
-#: interactive/stdio.pm:94
+#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "الزرّ `%s': %s"
-#: interactive/stdio.pm:95
+#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "هل تريد الضغط على هذا الزرّ؟"
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "ما هو اختيارك؟ (الافتراضي `%s'%s) "
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr " أدخل `void' للمُدخل الفارغ"
-#: interactive/stdio.pm:122
+#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr "=> هناك العديد من الأشياء للاختيار منها(%s).\n"
-#: interactive/stdio.pm:125
+#: interactive/stdio.pm:131
#, c-format
msgid ""
"Please choose the first number of the 10-range you wish to edit,\n"
@@ -3312,7 +3277,7 @@ msgstr ""
"أو اضغط على زر الإدخال للاستمرار.\n"
"ما هو اختيارك؟"
-#: interactive/stdio.pm:138
+#: interactive/stdio.pm:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
@@ -3321,7 +3286,7 @@ msgstr ""
"=> لاحظ، تغيرت التسمية:\n"
"%s"
-#: interactive/stdio.pm:145
+#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "إعادة تسليم"
@@ -3339,7 +3304,7 @@ msgstr "default:RTL"
msgid "Andorra"
msgstr "أندورا"
-#: lang.pm:211 timezone.pm:213
+#: lang.pm:211 timezone.pm:215
#, c-format
msgid "United Arab Emirates"
msgstr "الإمارات العربية المتحدة"
@@ -3384,7 +3349,7 @@ msgstr "أنغولا"
msgid "Antarctica"
msgstr "القطب الجنوبي"
-#: lang.pm:220 timezone.pm:258
+#: lang.pm:220 timezone.pm:260
#, c-format
msgid "Argentina"
msgstr "الأرجنتين "
@@ -3394,12 +3359,12 @@ msgstr "الأرجنتين "
msgid "American Samoa"
msgstr "ساموا الأمريكية"
-#: lang.pm:222 mirror.pm:11 timezone.pm:216
+#: lang.pm:222 mirror.pm:11 timezone.pm:218
#, c-format
msgid "Austria"
msgstr "النمسا"
-#: lang.pm:223 mirror.pm:10 timezone.pm:254
+#: lang.pm:223 mirror.pm:10 timezone.pm:256
#, c-format
msgid "Australia"
msgstr "أوستراليا"
@@ -3424,12 +3389,12 @@ msgstr "البوسنة و الهرسك"
msgid "Barbados"
msgstr "باربادوس"
-#: lang.pm:228 timezone.pm:198
+#: lang.pm:228 timezone.pm:200
#, c-format
msgid "Bangladesh"
msgstr "بنغلاديش"
-#: lang.pm:229 mirror.pm:12 timezone.pm:218
+#: lang.pm:229 mirror.pm:12 timezone.pm:220
#, c-format
msgid "Belgium"
msgstr "بلجيكا"
@@ -3439,7 +3404,7 @@ msgstr "بلجيكا"
msgid "Burkina Faso"
msgstr "بوركينافاسو"
-#: lang.pm:231 timezone.pm:219
+#: lang.pm:231 timezone.pm:221
#, c-format
msgid "Bulgaria"
msgstr "بلغاريا"
@@ -3474,7 +3439,7 @@ msgstr "سلطنة بروناي"
msgid "Bolivia"
msgstr "بوليفيا"
-#: lang.pm:238 mirror.pm:13 timezone.pm:259
+#: lang.pm:238 mirror.pm:13 timezone.pm:261
#, c-format
msgid "Brazil"
msgstr "البرازيل"
@@ -3499,7 +3464,7 @@ msgstr "جزيرة بوفيه"
msgid "Botswana"
msgstr "بوتسوانا"
-#: lang.pm:243 timezone.pm:217
+#: lang.pm:243 timezone.pm:219
#, c-format
msgid "Belarus"
msgstr "روسيا البيضاء"
@@ -3509,7 +3474,7 @@ msgstr "روسيا البيضاء"
msgid "Belize"
msgstr "بيليز"
-#: lang.pm:245 mirror.pm:14 timezone.pm:248
+#: lang.pm:245 mirror.pm:14 timezone.pm:250
#, c-format
msgid "Canada"
msgstr "كندا"
@@ -3534,7 +3499,7 @@ msgstr "جمهورية وسط أفريقية"
msgid "Congo (Brazzaville)"
msgstr "الكونغو برازافيل"
-#: lang.pm:250 mirror.pm:38 timezone.pm:242
+#: lang.pm:250 mirror.pm:38 timezone.pm:244
#, c-format
msgid "Switzerland"
msgstr "السويسرية"
@@ -3549,7 +3514,7 @@ msgstr "كوت ديفوار"
msgid "Cook Islands"
msgstr "جزر الكوك"
-#: lang.pm:253 timezone.pm:260
+#: lang.pm:253 timezone.pm:262
#, c-format
msgid "Chile"
msgstr "تشيلي"
@@ -3559,7 +3524,7 @@ msgstr "تشيلي"
msgid "Cameroon"
msgstr "الكاميرون"
-#: lang.pm:255 timezone.pm:199
+#: lang.pm:255 timezone.pm:201
#, c-format
msgid "China"
msgstr "الصين"
@@ -3599,12 +3564,12 @@ msgstr "جزر الكريسماس"
msgid "Cyprus"
msgstr "قبرص"
-#: lang.pm:263 mirror.pm:16 timezone.pm:220
+#: lang.pm:263 mirror.pm:16 timezone.pm:222
#, c-format
msgid "Czech Republic"
msgstr "جمهورية التشيك"
-#: lang.pm:264 mirror.pm:21 timezone.pm:225
+#: lang.pm:264 mirror.pm:21 timezone.pm:227
#, c-format
msgid "Germany"
msgstr "ألمانيا"
@@ -3614,7 +3579,7 @@ msgstr "ألمانيا"
msgid "Djibouti"
msgstr "جيبوتي"
-#: lang.pm:266 mirror.pm:17 timezone.pm:221
+#: lang.pm:266 mirror.pm:17 timezone.pm:223
#, c-format
msgid "Denmark"
msgstr "الدنمارك"
@@ -3639,7 +3604,7 @@ msgstr "الجزائر"
msgid "Ecuador"
msgstr "الإكوادور"
-#: lang.pm:271 mirror.pm:18 timezone.pm:222
+#: lang.pm:271 mirror.pm:18 timezone.pm:224
#, c-format
msgid "Estonia"
msgstr "استونيا"
@@ -3659,7 +3624,7 @@ msgstr "الصحراء الغربية"
msgid "Eritrea"
msgstr "اريتريا"
-#: lang.pm:275 mirror.pm:36 timezone.pm:240
+#: lang.pm:275 mirror.pm:36 timezone.pm:242
#, c-format
msgid "Spain"
msgstr "أسبانيا"
@@ -3669,7 +3634,7 @@ msgstr "أسبانيا"
msgid "Ethiopia"
msgstr "اثيوبيا"
-#: lang.pm:277 mirror.pm:19 timezone.pm:223
+#: lang.pm:277 mirror.pm:19 timezone.pm:225
#, c-format
msgid "Finland"
msgstr "فنلندا"
@@ -3694,7 +3659,7 @@ msgstr "ميكرونيزيا"
msgid "Faroe Islands"
msgstr "جزر الفيرو"
-#: lang.pm:282 mirror.pm:20 timezone.pm:224
+#: lang.pm:282 mirror.pm:20 timezone.pm:226
#, c-format
msgid "France"
msgstr "فرنسا"
@@ -3704,7 +3669,7 @@ msgstr "فرنسا"
msgid "Gabon"
msgstr "الغابون"
-#: lang.pm:284 timezone.pm:244
+#: lang.pm:284 timezone.pm:246
#, c-format
msgid "United Kingdom"
msgstr "المملكة المتحدة"
@@ -3759,7 +3724,7 @@ msgstr "غواديلوب"
msgid "Equatorial Guinea"
msgstr "غينيا الإستوائية"
-#: lang.pm:295 mirror.pm:22 timezone.pm:226
+#: lang.pm:295 mirror.pm:22 timezone.pm:228
#, c-format
msgid "Greece"
msgstr "اليونان"
@@ -3769,7 +3734,7 @@ msgstr "اليونان"
msgid "South Georgia and the South Sandwich Islands"
msgstr "جوجيا الجنوبية و جزر ساندويتش الجنوبية"
-#: lang.pm:297 timezone.pm:249
+#: lang.pm:297 timezone.pm:251
#, c-format
msgid "Guatemala"
msgstr "غواتيمالا"
@@ -3814,27 +3779,27 @@ msgstr "كرواتيا"
msgid "Haiti"
msgstr "هايتي"
-#: lang.pm:306 mirror.pm:23 timezone.pm:227
+#: lang.pm:306 mirror.pm:23 timezone.pm:229
#, c-format
msgid "Hungary"
msgstr "المجر"
-#: lang.pm:307 timezone.pm:202
+#: lang.pm:307 timezone.pm:204
#, c-format
msgid "Indonesia"
msgstr "اندونيسيا"
-#: lang.pm:308 mirror.pm:24 timezone.pm:228
+#: lang.pm:308 mirror.pm:24 timezone.pm:230
#, c-format
msgid "Ireland"
msgstr "أيرلندا"
-#: lang.pm:309 mirror.pm:25 timezone.pm:204
+#: lang.pm:309 mirror.pm:25 timezone.pm:206
#, c-format
msgid "Israel"
msgstr "اسرائيل"
-#: lang.pm:310 timezone.pm:201
+#: lang.pm:310 timezone.pm:203
#, c-format
msgid "India"
msgstr "الهند"
@@ -3849,7 +3814,7 @@ msgstr "منطقة جزر المحيط الهادي البريطانية"
msgid "Iraq"
msgstr "العراق"
-#: lang.pm:313 timezone.pm:203
+#: lang.pm:313 timezone.pm:205
#, c-format
msgid "Iran"
msgstr "ايران"
@@ -3859,7 +3824,7 @@ msgstr "ايران"
msgid "Iceland"
msgstr "آيسلندا"
-#: lang.pm:315 mirror.pm:26 timezone.pm:229
+#: lang.pm:315 mirror.pm:26 timezone.pm:231
#, c-format
msgid "Italy"
msgstr "إيطاليا"
@@ -3874,7 +3839,7 @@ msgstr "جامايكا"
msgid "Jordan"
msgstr "الأردن"
-#: lang.pm:318 mirror.pm:27 timezone.pm:205
+#: lang.pm:318 mirror.pm:27 timezone.pm:207
#, c-format
msgid "Japan"
msgstr "اليابان"
@@ -3914,7 +3879,7 @@ msgstr "سانت كيتس و نيفيس"
msgid "Korea (North)"
msgstr "كوريا الشمالية"
-#: lang.pm:326 timezone.pm:206
+#: lang.pm:326 timezone.pm:208
#, c-format
msgid "Korea"
msgstr "كوريا"
@@ -3969,12 +3934,12 @@ msgstr "ليبريا"
msgid "Lesotho"
msgstr "ليسوتو"
-#: lang.pm:337 timezone.pm:230
+#: lang.pm:337 timezone.pm:232
#, c-format
msgid "Lithuania"
msgstr "ليتوانيا"
-#: lang.pm:338 timezone.pm:231
+#: lang.pm:338 timezone.pm:233
#, c-format
msgid "Luxembourg"
msgstr "لوكسمبورغ"
@@ -4074,12 +4039,12 @@ msgstr "جزر المالديف"
msgid "Malawi"
msgstr "مالاوي"
-#: lang.pm:358 timezone.pm:250
+#: lang.pm:358 timezone.pm:252
#, c-format
msgid "Mexico"
msgstr "المكسيك"
-#: lang.pm:359 timezone.pm:207
+#: lang.pm:359 timezone.pm:209
#, c-format
msgid "Malaysia"
msgstr "ماليزيا"
@@ -4119,12 +4084,12 @@ msgstr "نيجيريا"
msgid "Nicaragua"
msgstr "نيكاراغوا"
-#: lang.pm:367 mirror.pm:28 timezone.pm:232
+#: lang.pm:367 mirror.pm:28 timezone.pm:234
#, c-format
msgid "Netherlands"
msgstr "هولندا"
-#: lang.pm:368 mirror.pm:30 timezone.pm:233
+#: lang.pm:368 mirror.pm:30 timezone.pm:235
#, c-format
msgid "Norway"
msgstr "النرويج"
@@ -4144,7 +4109,7 @@ msgstr "ناورو"
msgid "Niue"
msgstr "نيوي"
-#: lang.pm:372 mirror.pm:29 timezone.pm:255
+#: lang.pm:372 mirror.pm:29 timezone.pm:257
#, c-format
msgid "New Zealand"
msgstr "نيوزيلندا"
@@ -4174,7 +4139,7 @@ msgstr "بولينيسيا الفرنسية"
msgid "Papua New Guinea"
msgstr "بابوا غينيا الجديدة"
-#: lang.pm:378 timezone.pm:208
+#: lang.pm:378 timezone.pm:210
#, c-format
msgid "Philippines"
msgstr "الفيليبين"
@@ -4184,7 +4149,7 @@ msgstr "الفيليبين"
msgid "Pakistan"
msgstr "باكستان"
-#: lang.pm:380 mirror.pm:31 timezone.pm:234
+#: lang.pm:380 mirror.pm:31 timezone.pm:236
#, c-format
msgid "Poland"
msgstr "بولندا"
@@ -4209,7 +4174,7 @@ msgstr "بورتوريكو"
msgid "Palestine"
msgstr "فلسطين"
-#: lang.pm:385 mirror.pm:32 timezone.pm:235
+#: lang.pm:385 mirror.pm:32 timezone.pm:237
#, c-format
msgid "Portugal"
msgstr "البرتغال"
@@ -4234,7 +4199,7 @@ msgstr "قطر"
msgid "Reunion"
msgstr "ريونيون"
-#: lang.pm:390 timezone.pm:236
+#: lang.pm:390 timezone.pm:238
#, c-format
msgid "Romania"
msgstr "رومانيا"
@@ -4269,12 +4234,12 @@ msgstr "جزر سيشل"
msgid "Sudan"
msgstr "السودان"
-#: lang.pm:397 mirror.pm:37 timezone.pm:241
+#: lang.pm:397 mirror.pm:37 timezone.pm:243
#, c-format
msgid "Sweden"
msgstr "السويد"
-#: lang.pm:398 timezone.pm:209
+#: lang.pm:398 timezone.pm:211
#, c-format
msgid "Singapore"
msgstr "سنغافورة"
@@ -4284,7 +4249,7 @@ msgstr "سنغافورة"
msgid "Saint Helena"
msgstr "سانت هيلانة"
-#: lang.pm:400 timezone.pm:239
+#: lang.pm:400 timezone.pm:241
#, c-format
msgid "Slovenia"
msgstr "سلوفينيا"
@@ -4294,7 +4259,7 @@ msgstr "سلوفينيا"
msgid "Svalbard and Jan Mayen Islands"
msgstr "جزر سفالبارد و جان ماين"
-#: lang.pm:402 mirror.pm:34 timezone.pm:238
+#: lang.pm:402 mirror.pm:34 timezone.pm:240
#, c-format
msgid "Slovakia"
msgstr "سلوفاكيا"
@@ -4364,7 +4329,7 @@ msgstr "مناطق جنوب فرنسا"
msgid "Togo"
msgstr "توجو"
-#: lang.pm:416 mirror.pm:40 timezone.pm:211
+#: lang.pm:416 mirror.pm:40 timezone.pm:213
#, c-format
msgid "Thailand"
msgstr "تايلاند"
@@ -4399,7 +4364,7 @@ msgstr "تونس"
msgid "Tonga"
msgstr "تونجو"
-#: lang.pm:423 timezone.pm:212
+#: lang.pm:423 timezone.pm:214
#, c-format
msgid "Turkey"
msgstr "تركيا"
@@ -4414,17 +4379,17 @@ msgstr "ترينياد و توباجو"
msgid "Tuvalu"
msgstr "توفالو"
-#: lang.pm:426 mirror.pm:39 timezone.pm:210
+#: lang.pm:426 mirror.pm:39 timezone.pm:212
#, c-format
msgid "Taiwan"
msgstr "تايوان"
-#: lang.pm:427 timezone.pm:195
+#: lang.pm:427 timezone.pm:197
#, c-format
msgid "Tanzania"
msgstr "تنزانيا"
-#: lang.pm:428 timezone.pm:243
+#: lang.pm:428 timezone.pm:245
#, c-format
msgid "Ukraine"
msgstr "أوكرانيا"
@@ -4439,7 +4404,7 @@ msgstr "أوغندا"
msgid "United States Minor Outlying Islands"
msgstr "جزر الولايات المتحدة"
-#: lang.pm:431 mirror.pm:41 timezone.pm:251
+#: lang.pm:431 mirror.pm:41 timezone.pm:253
#, c-format
msgid "United States"
msgstr "الولايات المتحدة"
@@ -4509,7 +4474,7 @@ msgstr "اليمن"
msgid "Mayotte"
msgstr "مايوت"
-#: lang.pm:445 mirror.pm:35 timezone.pm:194
+#: lang.pm:445 mirror.pm:35 timezone.pm:196
#, c-format
msgid "South Africa"
msgstr "جنوب أفريقيا "
@@ -4524,27 +4489,27 @@ msgstr "زامبيا"
msgid "Zimbabwe"
msgstr "زيمبابوي"
-#: lang.pm:1144
+#: lang.pm:1193
#, c-format
msgid "Welcome to %s"
msgstr "أهلا في %s"
-#: lvm.pm:83
+#: lvm.pm:84
#, c-format
msgid "Moving used physical extents to other physical volumes failed"
msgstr ""
-#: lvm.pm:135
+#: lvm.pm:137
#, c-format
msgid "Physical volume %s is still in use"
msgstr ""
-#: lvm.pm:145
+#: lvm.pm:147
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "حذف الكتل المنطقية أولاً\n"
-#: lvm.pm:178
+#: lvm.pm:180
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr ""
@@ -5007,17 +4972,17 @@ msgstr ""
"فشل تحميل الوحدة %s.\n"
"هل تريد المحاولة ثانية بمعاملات أخرى؟"
-#: partition_table.pm:390
+#: partition_table.pm:401
#, c-format
msgid "mount failed: "
msgstr "فشل التركيب: "
-#: partition_table.pm:500
+#: partition_table.pm:510
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "التجزيئات الممتدة غير مدعومة على هذه البيئة"
-#: partition_table.pm:518
+#: partition_table.pm:528
#, c-format
msgid ""
"You have a hole in your partition table but I can not use it.\n"
@@ -5028,27 +4993,7 @@ msgstr ""
"الحل الوحيد هو أن تنقل التجزيئات الأساسية لتحصل على المساحة بين التجزيئات "
"الممتدة."
-#: partition_table.pm:597
-#, c-format
-msgid "Error reading file %s"
-msgstr "خطأ في قراءة الملف %s"
-
-#: partition_table.pm:604
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "فشلت الإستعادة من الملف %s: %s"
-
-#: partition_table.pm:606
-#, c-format
-msgid "Bad backup file"
-msgstr "ملف نسخ احتياطي سيئ"
-
-#: partition_table.pm:626
-#, c-format
-msgid "Error writing to file %s"
-msgstr "خطأ أثناء الكتابة إلى الملف %s"
-
-#: partition_table/raw.pm:264
+#: partition_table/raw.pm:279
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -5065,7 +5010,7 @@ msgstr ""
msgid "Can not add a partition to _formatted_ RAID %s"
msgstr "لا أستطيع إضافة تجزيء للـRAID _المنسّق_ %s"
-#: raid.pm:150
+#: raid.pm:157
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "التجزيئات ليست كافية لمستوى RAID %d\n"
@@ -6320,7 +6265,7 @@ msgstr ""
"عفواً، لا توجد معلومات\n"
"اضافية حول هذه الحزمة."
-#: services.pm:221 ugtk2.pm:901
+#: services.pm:221 ugtk2.pm:911
#, c-format
msgid "Info"
msgstr "المعلومات"
@@ -6345,7 +6290,7 @@ msgstr "تشغيل"
msgid "Stop"
msgstr "إيقاف"
-#: standalone.pm:23
+#: standalone.pm:25
#, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
@@ -6380,7 +6325,7 @@ msgstr ""
"02110-1301،\n"
" USA.\n"
-#: standalone.pm:42
+#: standalone.pm:44
#, c-format
msgid ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
@@ -6406,7 +6351,7 @@ msgstr ""
"--help : إظهار هذه الرسالة.\n"
"--version : إظهار رقم النسخة.\n"
-#: standalone.pm:54
+#: standalone.pm:56
#, c-format
msgid ""
"[--boot] [--splash]\n"
@@ -6421,7 +6366,7 @@ msgstr ""
" --splash - تمكين تهيئة سمة الإقلاع\n"
"الوضع الافتراضي: عرض تهيئة ميزة الدّخول التّلقائي"
-#: standalone.pm:59
+#: standalone.pm:61
#, c-format
msgid ""
"[OPTIONS] [PROGRAM_NAME]\n"
@@ -6438,7 +6383,7 @@ msgstr ""
" --report - يجب أن يكون البرنامج واحداً من أدوات ماندريبا لينكس\n"
" --incident - يجب أن يكون البرنامج واحداً من أدوات ماندريبا لينكس"
-#: standalone.pm:65
+#: standalone.pm:67
#, c-format
msgid ""
"[--add]\n"
@@ -6455,7 +6400,7 @@ msgstr ""
" --internet - هيّئ الإنترنت\n"
" --wizard - مشابهة للخيار --add"
-#: standalone.pm:71
+#: standalone.pm:73
#, c-format
msgid ""
"\n"
@@ -6486,7 +6431,7 @@ msgstr ""
" : name_of_application مثال staroffice \n"
" : و gs لبرنامج ghostscript لهذا فقط."
-#: standalone.pm:86
+#: standalone.pm:88
#, c-format
msgid ""
"[OPTIONS]...\n"
@@ -6516,17 +6461,17 @@ msgstr ""
"--delclient : احذف ماكينة عميل من MTS (يتطلّب عنوان MAC، IP، واسم صورة "
"nbi)"
-#: standalone.pm:98
+#: standalone.pm:100
#, c-format
msgid "[keyboard]"
msgstr "[keyboard]"
-#: standalone.pm:99
+#: standalone.pm:101
#, c-format
msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
msgstr "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
-#: standalone.pm:100
+#: standalone.pm:102
#, c-format
msgid ""
"[OPTIONS]\n"
@@ -6549,7 +6494,7 @@ msgstr ""
"--status : يُرجع 1 إن كنت متّصلاً أو صفر في خلاف ذلك، ثمّ يخرج.\n"
"--quiet : لا تكن تفاعليّاً. لاستخدامها مع وصل/قطع الاتّصال."
-#: standalone.pm:110
+#: standalone.pm:112
#, c-format
msgid ""
"[OPTION]...\n"
@@ -6566,7 +6511,7 @@ msgstr ""
" --changelog-first عرض سجلّ التّغييرات قبل سرد الملفّات في نافذة الوصف\n"
" --merge-all-rpmnew اقترح دمج كلّ ملفّات .rpmnew/.rpmsave المعثور عليها"
-#: standalone.pm:115
+#: standalone.pm:117
#, c-format
msgid ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
@@ -6575,7 +6520,7 @@ msgstr ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
"usbtable] [--dynamic=dev]"
-#: standalone.pm:116
+#: standalone.pm:118
#, c-format
msgid ""
" [everything]\n"
@@ -6586,7 +6531,7 @@ msgstr ""
" XFdrake [--noauto] monitor\n"
" XFdrake resolution"
-#: standalone.pm:152
+#: standalone.pm:154
#, c-format
msgid ""
"\n"
@@ -6597,102 +6542,102 @@ msgstr ""
"الاستخدام: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "
-#: timezone.pm:148 timezone.pm:149
+#: timezone.pm:150 timezone.pm:151
#, fuzzy, c-format
msgid "All servers"
msgstr "إضافة خادم"
-#: timezone.pm:183
+#: timezone.pm:185
#, c-format
msgid "Global"
msgstr ""
-#: timezone.pm:186
+#: timezone.pm:188
#, fuzzy, c-format
msgid "Africa"
msgstr "جنوب أفريقيا "
-#: timezone.pm:187
+#: timezone.pm:189
#, fuzzy, c-format
msgid "Asia"
msgstr "النمسا"
-#: timezone.pm:188
+#: timezone.pm:190
#, c-format
msgid "Europe"
msgstr ""
-#: timezone.pm:189
+#: timezone.pm:191
#, fuzzy, c-format
msgid "North America"
msgstr "جنوب أفريقيا "
-#: timezone.pm:190
+#: timezone.pm:192
#, c-format
msgid "Oceania"
msgstr "أوقيانيا"
-#: timezone.pm:191
+#: timezone.pm:193
#, fuzzy, c-format
msgid "South America"
msgstr "جنوب أفريقيا "
-#: timezone.pm:200
+#: timezone.pm:202
#, c-format
msgid "Hong Kong"
msgstr "هونج كونج"
-#: timezone.pm:237
+#: timezone.pm:239
#, c-format
msgid "Russian Federation"
msgstr "روسيا الإتحادية"
-#: timezone.pm:245
+#: timezone.pm:247
#, c-format
msgid "Yugoslavia"
msgstr "يوغوسلافيا"
-#: ugtk2.pm:791
+#: ugtk2.pm:801
#, c-format
msgid "Is this correct?"
msgstr "هل هذا صحيح؟"
-#: ugtk2.pm:851
+#: ugtk2.pm:861
#, c-format
msgid "No file chosen"
msgstr "لم يتم اختيار أي ملف"
-#: ugtk2.pm:853
+#: ugtk2.pm:863
#, c-format
msgid "You have chosen a file, not a directory"
msgstr "لقد اخترت ملفاً، وليس دليلاً"
-#: ugtk2.pm:855
+#: ugtk2.pm:865
#, c-format
msgid "You have chosen a directory, not a file"
msgstr "لقد اخترت دليلاً، وليس ملفاً"
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, c-format
msgid "No such directory"
msgstr "لا دليل كذلك"
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, c-format
msgid "No such file"
msgstr "لا ملف كذلك"
-#: ugtk2.pm:936
+#: ugtk2.pm:946
#, c-format
msgid "Expand Tree"
msgstr "توسيع الشّجرة"
-#: ugtk2.pm:937
+#: ugtk2.pm:947
#, c-format
msgid "Collapse Tree"
msgstr "ضمّ الفروع"
-#: ugtk2.pm:938
+#: ugtk2.pm:948
#, c-format
msgid "Toggle between flat and group sorted"
msgstr "تبديل بين فرز السّرد أو المجموعة"
@@ -6711,6 +6656,43 @@ msgstr ""
msgid "Installation failed"
msgstr "فشل التّثبيت"
+#~ msgid "Undo"
+#~ msgstr "تراجع"
+
+#~ msgid "Save partition table"
+#~ msgstr "حفظ جدول التجزئة"
+
+#~ msgid "Restore partition table"
+#~ msgstr "استعادة جدول التجزئة"
+
+#~ msgid "Select file"
+#~ msgstr "اختيار ملف"
+
+#~ msgid ""
+#~ "The backup partition table has not the same size\n"
+#~ "Still continue?"
+#~ msgstr ""
+#~ "جدول التجزئة المحفوظ ليس بنفس الحجم\n"
+#~ "لا زلت تريد الاستمرار؟"
+
+#~ msgid "Info: "
+#~ msgstr "معلومات: "
+
+#~ msgid "Unknown driver"
+#~ msgstr "مشغل غير معروف"
+
+#~ msgid "Error reading file %s"
+#~ msgstr "خطأ في قراءة الملف %s"
+
+#~ msgid "Restoring from file %s failed: %s"
+#~ msgstr "فشلت الإستعادة من الملف %s: %s"
+
+#~ msgid "Bad backup file"
+#~ msgstr "ملف نسخ احتياطي سيئ"
+
+#~ msgid "Error writing to file %s"
+#~ msgstr "خطأ أثناء الكتابة إلى الملف %s"
+
#~ msgid "Error: The \"%s\" driver for your sound card is unlisted"
#~ msgstr "خطأ: مشغل \"%s\" لبطاقة الصوت الخاصة بك غير موجود في القائمة"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 125b2361b..b8c433cf4 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-az\n"
-"POT-Creation-Date: 2007-09-12 17:02+0200\n"
+"POT-Creation-Date: 2008-01-17 14:31+0100\n"
"PO-Revision-Date: 2005-03-31 14:21+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -18,20 +18,20 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3.1\n"
-#: any.pm:240 diskdrake/interactive.pm:603 diskdrake/interactive.pm:790
-#: diskdrake/interactive.pm:834 diskdrake/interactive.pm:896
-#: diskdrake/interactive.pm:1183 do_pkgs.pm:209 do_pkgs.pm:255
-#: harddrake/sound.pm:201 interactive.pm:576
+#: any.pm:245 diskdrake/interactive.pm:552 diskdrake/interactive.pm:739
+#: diskdrake/interactive.pm:783 diskdrake/interactive.pm:841
+#: diskdrake/interactive.pm:1132 do_pkgs.pm:216 do_pkgs.pm:258
+#: harddrake/sound.pm:202 interactive.pm:580
#, c-format
msgid "Please wait"
msgstr "Xahiş edirik, gözləyin"
-#: any.pm:240
+#: any.pm:245
#, c-format
msgid "Bootloader installation in progress"
msgstr "Açılış yükləyicisi qurulumu fəaliyyətdədir"
-#: any.pm:251
+#: any.pm:256
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
@@ -42,12 +42,12 @@ msgid ""
"Assign a new Volume ID?"
msgstr ""
-#: any.pm:262
+#: any.pm:267
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr "Açılış yükləyicisi qurulumu iflas etdi. Xəta:"
-#: any.pm:268
+#: any.pm:273
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -65,7 +65,7 @@ msgstr ""
" Sonra da bunları yazın: shut-down\n"
"Bir sonrakı başlanğıcda açılış yükləyicisi sətirini görməlisiniz."
-#: any.pm:306
+#: any.pm:311
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -80,270 +80,271 @@ msgstr ""
"\n"
"Hansı sürücü üstündən açılış edirsiniz?"
-#: any.pm:329
+#: any.pm:334
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Diskin ilk sektoru (MBR)"
-#: any.pm:330
+#: any.pm:335
#, c-format
msgid "First sector of the root partition"
msgstr "Kök bolməsinin ilk sektoru"
-#: any.pm:332
+#: any.pm:337
#, c-format
msgid "On Floppy"
msgstr "Disketə"
-#: any.pm:334
+#: any.pm:339
#, c-format
msgid "Skip"
msgstr "Keç"
-#: any.pm:338
+#: any.pm:343
#, c-format
msgid "LILO/grub Installation"
msgstr "LILO/grub Qurulumu"
-#: any.pm:340
+#: any.pm:345
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Sistem yükləyicisini hara qurmaq istəyirsiniz?"
-#: any.pm:367
+#: any.pm:372
#, c-format
msgid "Boot Style Configuration"
msgstr "Açılış Tərzi Quraşdırılması"
-#: any.pm:377 any.pm:409 any.pm:410
+#: any.pm:382 any.pm:414 any.pm:415
#, c-format
msgid "Bootloader main options"
msgstr "Sistem yükləyicisinin ana seçimləri"
-#: any.pm:382
+#: any.pm:387
#, c-format
msgid "Bootloader"
msgstr "Açılış yükləyicisi"
-#: any.pm:383 any.pm:414
+#: any.pm:388 any.pm:419
#, c-format
msgid "Bootloader to use"
msgstr "İstifadə ediləcək Açılış idarəcisi"
-#: any.pm:385 any.pm:416
+#: any.pm:390 any.pm:421
#, c-format
msgid "Boot device"
msgstr "Açılış avadanlığı"
-#: any.pm:387
+#: any.pm:392
#, c-format
msgid "Main options"
msgstr ""
-#: any.pm:388
+#: any.pm:393
#, c-format
msgid "Delay before booting default image"
msgstr "Açılışda gecikmə müddəti"
-#: any.pm:389
+#: any.pm:394
#, c-format
msgid "Enable ACPI"
msgstr "ACPI-ni Fəallaşdır"
-#: any.pm:390
+#: any.pm:395
#, fuzzy, c-format
msgid "Enable APIC"
msgstr "ACPI-ni Fəallaşdır"
-#: any.pm:391
+#: any.pm:396
#, fuzzy, c-format
msgid "Enable Local APIC"
msgstr "ACPI-ni Fəallaşdır"
-#: any.pm:393 any.pm:773 authentication.pm:196 diskdrake/smbnfs_gtk.pm:181
+#: any.pm:398 any.pm:785 any.pm:794 authentication.pm:197
+#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "Şifrə"
-#: any.pm:395 authentication.pm:207
+#: any.pm:400 authentication.pm:208
#, c-format
msgid "The passwords do not match"
msgstr "Şifrələr uyğun gəlmir"
-#: any.pm:395 authentication.pm:207 diskdrake/interactive.pm:1343
+#: any.pm:400 authentication.pm:208 diskdrake/interactive.pm:1299
#, c-format
msgid "Please try again"
msgstr "Xahiş edirik, təkrar sınayın"
-#: any.pm:396
+#: any.pm:401
#, fuzzy, c-format
msgid "You can not use a password with %s"
msgstr ""
"%s bağlama nöqtəsi üçün şifrələnmiş fayl sistemi istifadə edə bilməzsiniz"
-#: any.pm:399 any.pm:774 authentication.pm:197
+#: any.pm:404 any.pm:787 any.pm:796 authentication.pm:198
#, c-format
msgid "Password (again)"
msgstr "Şifrə (təkrar)"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "Restrict command line options"
msgstr "Əmr sətiri seçimlərini məhdudlaşdır"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "restrict"
msgstr "məhdudlaşdır"
-#: any.pm:401
+#: any.pm:406
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"``Əmr sətiri seçimlərini məhdudlaşdır`` seçimi şifrəsiz bir işə yaramaz"
-#: any.pm:403
+#: any.pm:408
#, c-format
msgid "Clean /tmp at each boot"
msgstr "/tmp-i hər açılışda təmizlə"
-#: any.pm:404
+#: any.pm:409
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ümumi yaddaş miqdarı (%d MB tapıldı)"
-#: any.pm:405
+#: any.pm:410
#, c-format
msgid "Give the ram size in MB"
msgstr "Yaddaş miqdarını MB cinsindən verin"
-#: any.pm:415
+#: any.pm:420
#, c-format
msgid "Init Message"
msgstr "Init İsmarışı"
-#: any.pm:417
+#: any.pm:422
#, c-format
msgid "Open Firmware Delay"
msgstr "Açıq Firmware Gecikməsi"
-#: any.pm:418
+#: any.pm:423
#, c-format
msgid "Kernel Boot Timeout"
msgstr "Çəyirdək Açılış Vaxt Dolması"
-#: any.pm:419
+#: any.pm:424
#, c-format
msgid "Enable CD Boot?"
msgstr "CD Açılışı Fəallaşdırılsın?"
-#: any.pm:420
+#: any.pm:425
#, c-format
msgid "Enable OF Boot?"
msgstr "OF Açılışı Fəallaşdırılsın?"
-#: any.pm:421
+#: any.pm:426
#, c-format
msgid "Default OS?"
msgstr "Əsas ƏS?"
-#: any.pm:487
+#: any.pm:493
#, c-format
msgid "Image"
msgstr "Əks"
-#: any.pm:488 any.pm:501
+#: any.pm:494 any.pm:507
#, c-format
msgid "Root"
msgstr "Kök"
-#: any.pm:489 any.pm:514
+#: any.pm:495 any.pm:520
#, c-format
msgid "Append"
msgstr "Sonuna əlavə et"
-#: any.pm:491
+#: any.pm:497
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:494
+#: any.pm:500
#, c-format
msgid "Video mode"
msgstr "Video modu"
-#: any.pm:496
+#: any.pm:502
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:497
+#: any.pm:503
#, c-format
msgid "Network profile"
msgstr "Şəbəkə profili"
-#: any.pm:506 any.pm:511 any.pm:513 diskdrake/interactive.pm:425
+#: any.pm:512 any.pm:517 any.pm:519 diskdrake/interactive.pm:374
#, c-format
msgid "Label"
msgstr "Etiket"
-#: any.pm:508 any.pm:516 harddrake/v4l.pm:438
+#: any.pm:514 any.pm:522 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Ön Qurğulu"
-#: any.pm:515
+#: any.pm:521
#, c-format
msgid "NoVideo"
msgstr "NoVideo"
-#: any.pm:526
+#: any.pm:532
#, c-format
msgid "Empty label not allowed"
msgstr "Boş etiket qəbul edilmir"
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a kernel image"
msgstr "Çəyirdək əksini bildirməlisiniz"
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a root partition"
msgstr "Kök bölməsini bildirməlisiniz"
-#: any.pm:528
+#: any.pm:534
#, c-format
msgid "This label is already used"
msgstr "Bu etiket onsuzda istifadə edilib"
-#: any.pm:546
+#: any.pm:552
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Nə cür bir giriş əlavə etmək istəyirsiniz?"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Linux"
msgstr "Linuks"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Digər sistemlər (SunOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Digər ƏS (MacOS...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (Windows...)"
msgstr "Digər ƏS (Windows...)"
-#: any.pm:576
+#: any.pm:582
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -352,47 +353,47 @@ msgstr ""
"Buradakı bir birindən fərqli seçimlərə yenilərini əlavə edə bilər,\n"
"ya da mövcud olanları dəyişdirə bilərsiniz."
-#: any.pm:727
+#: any.pm:745
#, c-format
msgid "access to X programs"
msgstr "X proqramlarına yetişmə icazəsi"
-#: any.pm:728
+#: any.pm:746
#, c-format
msgid "access to rpm tools"
msgstr "rpm vasitələrinə yetişmə"
-#: any.pm:729
+#: any.pm:747
#, c-format
msgid "allow \"su\""
msgstr "\"su\" icazəsi ver"
-#: any.pm:730
+#: any.pm:748
#, c-format
msgid "access to administrative files"
msgstr "idarəvi fayllara yetişmə"
-#: any.pm:731
+#: any.pm:749
#, c-format
msgid "access to network tools"
msgstr "şəbəkə vasitələrinə yetişmə"
-#: any.pm:732
+#: any.pm:750
#, c-format
msgid "access to compilation tools"
msgstr "dərləmə vasitələrinə yetişmə"
-#: any.pm:737
+#: any.pm:756
#, c-format
msgid "(already added %s)"
msgstr "(%s artıq əlavə edilmişdir)"
-#: any.pm:744
+#: any.pm:762
#, c-format
msgid "Please give a user name"
msgstr "Xahiş edirik, bir istifadəçi adı alın"
-#: any.pm:745
+#: any.pm:763
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -400,130 +401,135 @@ msgstr ""
"İstifadəçi adında sadacə kiçik hərflər, rəqəmlər, `-' və `_' xarakterləri "
"ola bilər"
-#: any.pm:746
+#: any.pm:764
#, c-format
msgid "The user name is too long"
msgstr "İstifadəçi adı çox uzundur"
-#: any.pm:747
+#: any.pm:765
#, c-format
msgid "This user name has already been added"
msgstr "Bu istifadəçi adı onsuzda əlavə edilib"
-#: any.pm:748 any.pm:776
+#: any.pm:771 any.pm:798
#, c-format
msgid "User ID"
msgstr "İstifadəçi ID'si"
-#: any.pm:749 any.pm:777
+#: any.pm:771 any.pm:799
#, c-format
msgid "Group ID"
msgstr "Qrup ID'si"
-#: any.pm:752
+#: any.pm:772
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "%s seçimi rəqəm olmalıdır!"
-#: any.pm:753
+#: any.pm:773
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr ""
-#: any.pm:768
+#: any.pm:777
#, fuzzy, c-format
msgid "User management"
msgstr "İstifadəçi adı"
-#: any.pm:775 authentication.pm:182
+#: any.pm:784 authentication.pm:183
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "Ali istifadəçi şifrəsini tə'yin et"
-#: any.pm:780
+#: any.pm:789
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"Bir istifadəçi daxil edin\n"
"%s"
-#: any.pm:781
+#: any.pm:790
#, c-format
msgid "Real name"
msgstr "Həqiqi ad"
-#: any.pm:772
+#: any.pm:793
#, c-format
msgid "Login name"
msgstr "Giriş adı"
-#: any.pm:775
+#: any.pm:797
#, c-format
msgid "Shell"
msgstr "Qabıq"
-#: any.pm:822 security/l10n.pm:14
+#: any.pm:835 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Avtomatik Giriş"
-#: any.pm:823
+#: any.pm:836
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Kompüteriniz istifadəçinin avtomatik giriş etməsi üçün qurğulana bilər."
-#: any.pm:824
+#: any.pm:837
#, fuzzy, c-format
msgid "Use this feature"
msgstr "Bu xüsusiyyəti istifadə etmək istəyirsiniz?"
-#: any.pm:825
+#: any.pm:838
#, c-format
msgid "Choose the default user:"
msgstr "Əsas istifadəçini seçin:"
-#: any.pm:826
+#: any.pm:839
#, c-format
msgid "Choose the window manager to run:"
msgstr "İşlətmək istədiyiniz pəncərə idarəçisini seçin:"
-#: any.pm:854
+#: any.pm:862 any.pm:912
+#, fuzzy, c-format
+msgid "Release Notes"
+msgstr "Buraxılış:"
+
+#: any.pm:869 any.pm:1201 interactive/gtk.pm:766
+#, c-format
+msgid "Close"
+msgstr "Bağla"
+
+#: any.pm:905
#, c-format
msgid "License agreement"
msgstr "Lisenziya razılığı"
-#: any.pm:857 diskdrake/dav.pm:26
+#: any.pm:908 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "Çıx"
-#: any.pm:860
-#, fuzzy, c-format
-msgid "Release Notes"
-msgstr "Buraxılış:"
-
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Accept"
msgstr "Qəbul Et"
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Refuse"
msgstr "Rədd Et"
-#: any.pm:882 any.pm:950
+#: any.pm:930 any.pm:996
#, c-format
msgid "Please choose a language to use."
msgstr "Xahiş edirik, istifadə ediləcək dili seçin."
-#: any.pm:883 any.pm:951
+#: any.pm:931 any.pm:997
#, c-format
msgid "Language choice"
msgstr "Dil seçkisi"
-#: any.pm:913
+#: any.pm:961
#, c-format
msgid ""
"Mandriva Linux can support multiple languages. Select\n"
@@ -534,72 +540,72 @@ msgstr ""
"dilləri seçin. Onlar qurulum tamamlanandan və sistem yenidən\n"
"başlayandan sonra istifadəyə hazır olacaqlar."
-#: any.pm:916
+#: any.pm:964
#, c-format
msgid "Multi languages"
msgstr ""
-#: any.pm:928 any.pm:959
+#: any.pm:975 any.pm:1005
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:930
+#: any.pm:977
#, c-format
msgid "All languages"
msgstr "Bütün dillər"
-#: any.pm:1005
+#: any.pm:1052
#, c-format
msgid "Country / Region"
msgstr "Ölkə / Bölgə"
-#: any.pm:1007
+#: any.pm:1054
#, c-format
msgid "Please choose your country."
msgstr "Xahiş edirik, ölkənizi seçin."
-#: any.pm:1009
+#: any.pm:1056
#, c-format
msgid "Here is the full list of available countries"
msgstr "Bütün mövcud ölkələrinn siyahısı"
-#: any.pm:1010
+#: any.pm:1057
#, c-format
msgid "Other Countries"
msgstr "Diqər Ölkələr"
-#: any.pm:1010 interactive.pm:477
+#: any.pm:1057 interactive.pm:481
#, c-format
msgid "Advanced"
msgstr "Ətraflı"
-#: any.pm:1016
+#: any.pm:1063
#, c-format
msgid "Input method:"
msgstr "Giriş yöntəmi:"
-#: any.pm:1019
+#: any.pm:1066
#, c-format
msgid "None"
msgstr "Heç biri"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "No sharing"
msgstr "Bölüşmə yoxdur"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Allow all users"
msgstr "Bütün istifadəçilərə icazə ver"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Custom"
msgstr "Xüsusi"
-#: any.pm:1103
+#: any.pm:1150
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -616,21 +622,21 @@ msgstr ""
"\"Xüsusi\" seçənəyi, hər istifadəçiyə fərqli icazə vermək üçün istifadə "
"edilir.\n"
-#: any.pm:1115
+#: any.pm:1162
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1118
+#: any.pm:1165
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1126
+#: any.pm:1173
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -638,17 +644,12 @@ msgstr ""
"NFS ya da SMB işlədərək ixrac edə bilərsiniz. Xahiş edirik, işlətmək "
"istədiyinizi seçin."
-#: any.pm:1151
+#: any.pm:1201
#, c-format
msgid "Launch userdrake"
msgstr "Userdrake-ni başlat"
-#: any.pm:1151 interactive/gtk.pm:747
-#, c-format
-msgid "Close"
-msgstr "Bağla"
-
-#: any.pm:1153
+#: any.pm:1203
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -658,246 +659,246 @@ msgstr ""
"Bu qrupa istifadəçiləri əlavə etmək üçün userdrake'dən istifadə edə "
"bilərsiniz. "
-#: any.pm:1245
+#: any.pm:1295
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Lütfen çıxın və Ctrl-Alt-BackSpace düymələrinə basın"
-#: any.pm:1249
+#: any.pm:1299
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Dəyişikliklərin fəal olması üçün hesabdan çıxış edib, yenidən girməlisiniz."
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Timezone"
msgstr "Vaxt Zolağı"
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Which is your timezone?"
msgstr "Vaxt zolağınız hansıdır?"
-#: any.pm:1296 any.pm:1298
+#: any.pm:1346 any.pm:1348
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1299
+#: any.pm:1349
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1303
+#: any.pm:1353
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "Avadanlıq saatı GMT'yə görə quruludur"
-#: any.pm:1304
+#: any.pm:1354
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "Avadanlıq saatı GMT'yə görə quruludur"
-#: any.pm:1306
+#: any.pm:1356
#, c-format
msgid "NTP Server"
msgstr "NTP Verici"
-#: any.pm:1307
+#: any.pm:1357
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Avtomatik vaxt sinxronizasiyası (NTP vasitəsiylə)"
-#: authentication.pm:23
+#: authentication.pm:24
#, c-format
msgid "Local file"
msgstr "Yerli fayl"
-#: authentication.pm:24
+#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr "LDAP"
-#: authentication.pm:25
+#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr "NIS"
-#: authentication.pm:26
+#: authentication.pm:27
#, c-format
msgid "Smart Card"
msgstr ""
-#: authentication.pm:27 authentication.pm:163
+#: authentication.pm:28 authentication.pm:164
#, c-format
msgid "Windows Domain"
msgstr "Windows Domeni"
-#: authentication.pm:28
+#: authentication.pm:29
#, fuzzy, c-format
msgid "Active Directory with SFU"
msgstr "Bütün ehtiyat nüsxələri geri yüklə"
-#: authentication.pm:29
+#: authentication.pm:30
#, fuzzy, c-format
msgid "Active Directory with Winbind"
msgstr "Bütün ehtiyat nüsxələri geri yüklə"
-#: authentication.pm:66
+#: authentication.pm:67
#, fuzzy, c-format
msgid "Local file:"
msgstr "Yerli fayllar:"
-#: authentication.pm:66
+#: authentication.pm:67
#, c-format
msgid "Use information stored in local files for all authentication"
msgstr ""
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid "LDAP:"
msgstr "LDAP:"
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid "NIS:"
msgstr "NIS:"
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid "Windows Domain:"
msgstr "Windows Domeni:"
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""
-#: authentication.pm:70
+#: authentication.pm:71
#, fuzzy, c-format
msgid "Active Directory with SFU:"
msgstr "Bütün ehtiyat nüsxələri geri yüklə"
-#: authentication.pm:70
+#: authentication.pm:71
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
-#: authentication.pm:71
+#: authentication.pm:72
#, fuzzy, c-format
msgid "Active Directory with Winbind:"
msgstr "Bütün ehtiyat nüsxələri geri yüklə"
-#: authentication.pm:71
+#: authentication.pm:72
#, c-format
msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
-#: authentication.pm:96
+#: authentication.pm:97
#, c-format
msgid "Authentication LDAP"
msgstr "Tanıtma LDAP"
-#: authentication.pm:97
+#: authentication.pm:98
#, c-format
msgid "LDAP Base dn"
msgstr "LDAP Əsas dn"
-#: authentication.pm:98
+#: authentication.pm:99
#, c-format
msgid "LDAP Server"
msgstr "LDAP Vericisi"
-#: authentication.pm:111 fsedit.pm:23
+#: authentication.pm:112 fsedit.pm:23
#, c-format
msgid "simple"
msgstr "bəsit"
-#: authentication.pm:112
+#: authentication.pm:113
#, fuzzy, c-format
msgid "TLS"
msgstr "LSB"
-#: authentication.pm:113
+#: authentication.pm:114
#, c-format
msgid "SSL"
msgstr "SSL"
-#: authentication.pm:114
+#: authentication.pm:115
#, c-format
msgid "security layout (SASL/Kerberos)"
msgstr ""
-#: authentication.pm:121 authentication.pm:159
+#: authentication.pm:122 authentication.pm:160
#, fuzzy, c-format
msgid "Authentication Active Directory"
msgstr "Tanıtma yöntəmi"
-#: authentication.pm:122 diskdrake/smbnfs_gtk.pm:182
+#: authentication.pm:123 diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "Domen"
-#: authentication.pm:124 diskdrake/dav.pm:63
+#: authentication.pm:125 diskdrake/dav.pm:63
#, c-format
msgid "Server"
msgstr "Verici"
-#: authentication.pm:125
+#: authentication.pm:126
#, fuzzy, c-format
msgid "LDAP users database"
msgstr "Mə'lumat Bazası"
-#: authentication.pm:126
+#: authentication.pm:127
#, c-format
msgid "Use Anonymous BIND "
msgstr ""
-#: authentication.pm:127
+#: authentication.pm:128
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
msgstr ""
-#: authentication.pm:128
+#: authentication.pm:129
#, fuzzy, c-format
msgid "Password for user"
msgstr "Şifrə lazımdır"
-#: authentication.pm:140
+#: authentication.pm:141
#, c-format
msgid "Authentication NIS"
msgstr "Səlahiyyətləndirmə NIS"
-#: authentication.pm:141
+#: authentication.pm:142
#, c-format
msgid "NIS Domain"
msgstr "NIS sahəsi"
-#: authentication.pm:142
+#: authentication.pm:143
#, c-format
msgid "NIS Server"
msgstr "NIS Verici"
-#: authentication.pm:147
+#: authentication.pm:148
#, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
@@ -926,48 +927,48 @@ msgstr ""
"edin.\n"
"'wbinfo -t' əmri səlahiyyət sirrlərinin düzgün olub olmamasını yoxlayacaq."
-#: authentication.pm:159
+#: authentication.pm:160
#, c-format
msgid "Authentication Windows Domain"
msgstr "Windows Domen Səlahiyyətləndirilməsi"
-#: authentication.pm:161
+#: authentication.pm:162
#, c-format
msgid "Active Directory Realm "
msgstr ""
-#: authentication.pm:164
+#: authentication.pm:165
#, c-format
msgid "Domain Admin User Name"
msgstr "Domen İdarəçisinin İstifadəçi Adı"
-#: authentication.pm:165
+#: authentication.pm:166
#, c-format
msgid "Domain Admin Password"
msgstr "Domen İdarəçi Şifrəsi"
-#: authentication.pm:181 authentication.pm:198
+#: authentication.pm:182 authentication.pm:199
#, c-format
msgid "Authentication"
msgstr "Tanıtma"
-#: authentication.pm:184
+#: authentication.pm:185
#, c-format
msgid "Authentication method"
msgstr "Tanıtma yöntəmi"
#. -PO: keep this short or else the buttons will not fit in the window
-#: authentication.pm:189
+#: authentication.pm:190
#, c-format
msgid "No password"
msgstr "Şifrə olmasın"
-#: authentication.pm:210
+#: authentication.pm:211
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Bu şifrə çox qısadır (ən az %d hərf böyüklüyündə olmalıdır)"
-#: authentication.pm:351
+#: authentication.pm:352
#, c-format
msgid "Can not use broadcast with no NIS domain"
msgstr "NIS domeni olmayan translasiya işlədilə bilməz"
@@ -978,7 +979,7 @@ msgstr "NIS domeni olmayan translasiya işlədilə bilməz"
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: bootloader.pm:882
+#: bootloader.pm:900
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
@@ -988,101 +989,101 @@ msgid ""
"\n"
msgstr ""
-#: bootloader.pm:1030
+#: bootloader.pm:1050
#, c-format
msgid "LILO with text menu"
msgstr "Mətn menyulu LILO"
-#: bootloader.pm:1031
+#: bootloader.pm:1051
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
-#: bootloader.pm:1032
+#: bootloader.pm:1052
#, c-format
msgid "GRUB with text menu"
msgstr ""
-#: bootloader.pm:1033
+#: bootloader.pm:1053
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
-#: bootloader.pm:1034
+#: bootloader.pm:1054
#, c-format
msgid "SILO"
msgstr ""
-#: bootloader.pm:1114
+#: bootloader.pm:1135
#, c-format
msgid "not enough room in /boot"
msgstr "/boot içində lazımi yer yoxdur"
-#: bootloader.pm:1681
+#: bootloader.pm:1760
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "Sistem yükləyicisini %s bölməsinə qura bilməzsiniz\n"
-#: bootloader.pm:1734
+#: bootloader.pm:1813
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
-#: bootloader.pm:1747
+#: bootloader.pm:1826
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
-#: bootloader.pm:1748
+#: bootloader.pm:1827
#, c-format
msgid "Re-install Boot Loader"
msgstr "Sistem Yükləyicisini Yenidən Qur"
-#: common.pm:132
+#: common.pm:142
#, fuzzy, c-format
msgid "B"
msgstr "KB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "KB"
msgstr "KB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "MB"
msgstr "MB"
-#: common.pm:132
+#: common.pm:142
#, c-format
msgid "GB"
msgstr "GB"
-#: common.pm:132 common.pm:141
+#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "TB"
-#: common.pm:149
+#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d dəqiqə"
-#: common.pm:151
+#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "1 dəqiqə"
-#: common.pm:153
+#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d saniyə"
-#: common.pm:306
+#: common.pm:335
#, c-format
msgid "command %s missing"
msgstr ""
@@ -1105,45 +1106,44 @@ msgstr ""
msgid "New"
msgstr "Yeni"
-#: diskdrake/dav.pm:61 diskdrake/interactive.pm:431 diskdrake/smbnfs_gtk.pm:75
+#: diskdrake/dav.pm:61 diskdrake/interactive.pm:380 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "Ayır"
-#: diskdrake/dav.pm:62 diskdrake/interactive.pm:428 diskdrake/smbnfs_gtk.pm:76
+#: diskdrake/dav.pm:62 diskdrake/interactive.pm:377 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "Bağla"
-#: diskdrake/dav.pm:64 diskdrake/interactive.pm:422
-#: diskdrake/interactive.pm:662 diskdrake/interactive.pm:680
-#: diskdrake/interactive.pm:684 diskdrake/removable.pm:23
+#: diskdrake/dav.pm:64 diskdrake/interactive.pm:371
+#: diskdrake/interactive.pm:611 diskdrake/interactive.pm:629
+#: diskdrake/interactive.pm:633 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Bağlama nöqtəsi"
-#: diskdrake/dav.pm:65 diskdrake/interactive.pm:424
-#: diskdrake/interactive.pm:1039 diskdrake/removable.pm:24
+#: diskdrake/dav.pm:65 diskdrake/interactive.pm:373
+#: diskdrake/interactive.pm:987 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "Seçimlər"
-#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:166 diskdrake/removable.pm:26
+#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:164 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "Qurtardı"
-#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:115 diskdrake/interactive.pm:229
-#: diskdrake/interactive.pm:242 diskdrake/interactive.pm:386
-#: diskdrake/interactive.pm:404 diskdrake/interactive.pm:529
-#: diskdrake/interactive.pm:534 diskdrake/interactive.pm:652
-#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:1087
-#: diskdrake/interactive.pm:1100 diskdrake/interactive.pm:1103
-#: diskdrake/interactive.pm:1351 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
-#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:227
+#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231
+#: diskdrake/interactive.pm:244 diskdrake/interactive.pm:478
+#: diskdrake/interactive.pm:483 diskdrake/interactive.pm:601
+#: diskdrake/interactive.pm:859 diskdrake/interactive.pm:1033
+#: diskdrake/interactive.pm:1046 diskdrake/interactive.pm:1049
+#: diskdrake/interactive.pm:1299 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
+#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:223
#: interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19
#: scanner.pm:94 scanner.pm:105 scanner.pm:112 scanner.pm:119 wizards.pm:95
#: wizards.pm:99 wizards.pm:121
@@ -1166,28 +1166,28 @@ msgstr "URL http:// ya da https:// ilə başlamalıdır"
msgid "Server: "
msgstr "Verici:"
-#: diskdrake/dav.pm:110 diskdrake/interactive.pm:502
-#: diskdrake/interactive.pm:1225 diskdrake/interactive.pm:1303
+#: diskdrake/dav.pm:110 diskdrake/interactive.pm:451
+#: diskdrake/interactive.pm:1179 diskdrake/interactive.pm:1259
#, c-format
msgid "Mount point: "
msgstr "Bağlama nöqtəsi: "
-#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1310
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1266
#, c-format
msgid "Options: %s"
msgstr "Seçimlər: %s"
-#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:286
+#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:282
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106
-#: fs/partitioning_wizard.pm:47 fs/partitioning_wizard.pm:201
-#: fs/partitioning_wizard.pm:207 fs/partitioning_wizard.pm:247
-#: fs/partitioning_wizard.pm:266 fs/partitioning_wizard.pm:271
+#: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:205
+#: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:251
+#: fs/partitioning_wizard.pm:270 fs/partitioning_wizard.pm:275
#, c-format
msgid "Partitioning"
msgstr "Bölmələndirmə"
-#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1059
-#: diskdrake/interactive.pm:1069 diskdrake/interactive.pm:1122
+#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1008
+#: diskdrake/interactive.pm:1018 diskdrake/interactive.pm:1071
#, c-format
msgid "Read carefully!"
msgstr "Diqqətlə oxuyun!"
@@ -1197,7 +1197,7 @@ msgstr "Diqqətlə oxuyun!"
msgid "Please make a backup of your data first"
msgstr "Əvvəlcə datanızın yedəyini alın"
-#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:222
+#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:224
#, c-format
msgid "Exit"
msgstr "Çıxış"
@@ -1218,18 +1218,18 @@ msgstr ""
"kifayətdir.)\n"
"buraxmağı unutmayın."
-#: diskdrake/hd_gtk.pm:162 interactive.pm:640 interactive/gtk.pm:719
-#: interactive/gtk.pm:740 interactive/gtk.pm:760 ugtk2.pm:926 ugtk2.pm:927
+#: diskdrake/hd_gtk.pm:160 interactive.pm:644 interactive/gtk.pm:744
+#: interactive/gtk.pm:759 interactive/gtk.pm:779 ugtk2.pm:936 ugtk2.pm:937
#, c-format
msgid "Help"
msgstr "Yardım"
-#: diskdrake/hd_gtk.pm:197
+#: diskdrake/hd_gtk.pm:195
#, c-format
msgid "Choose action"
msgstr "Gedişatı seçin"
-#: diskdrake/hd_gtk.pm:201
+#: diskdrake/hd_gtk.pm:199
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
@@ -1241,164 +1241,158 @@ msgstr ""
"məsləhət edirik. (Bölməni seçib, \"Böyüklüyü\n"
"Dəyişdir\" düyməsinə tıqlayın)"
-#: diskdrake/hd_gtk.pm:203
+#: diskdrake/hd_gtk.pm:201
#, c-format
msgid "Please click on a partition"
msgstr "Xahiş edirik, bir bölmə üstünə tıqlayın"
-#: diskdrake/hd_gtk.pm:217 diskdrake/smbnfs_gtk.pm:63
+#: diskdrake/hd_gtk.pm:215 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Ətraflı"
-#: diskdrake/hd_gtk.pm:265
+#: diskdrake/hd_gtk.pm:263
#, c-format
msgid "No hard drives found"
msgstr "Sabit disk(lər) tapıla bilmədi"
-#: diskdrake/hd_gtk.pm:292
+#: diskdrake/hd_gtk.pm:290
#, c-format
msgid "Unknown"
msgstr "Namə'lum"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "Ext3"
msgstr "Çıxış"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:354
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Swap"
msgstr "Dəyiş-toqquş"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "SunOS"
msgstr "SunOS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "HFS"
msgstr "HFS"
-#: diskdrake/hd_gtk.pm:351
+#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:352 services.pm:158
+#: diskdrake/hd_gtk.pm:353 services.pm:158
#, c-format
msgid "Other"
msgstr "Digər"
-#: diskdrake/hd_gtk.pm:352 diskdrake/interactive.pm:1239
+#: diskdrake/hd_gtk.pm:353 diskdrake/interactive.pm:1194
#, c-format
msgid "Empty"
msgstr "Boş"
-#: diskdrake/hd_gtk.pm:356
+#: diskdrake/hd_gtk.pm:357
#, c-format
msgid "Filesystem types:"
msgstr "Fayl sistemi növü:"
-#: diskdrake/hd_gtk.pm:380 diskdrake/interactive.pm:291
-#: diskdrake/interactive.pm:380 diskdrake/interactive.pm:410
-#: diskdrake/interactive.pm:559 diskdrake/interactive.pm:743
-#: diskdrake/interactive.pm:801 diskdrake/interactive.pm:894
-#: diskdrake/interactive.pm:936 diskdrake/interactive.pm:937
-#: diskdrake/interactive.pm:1168 diskdrake/interactive.pm:1206
-#: diskdrake/interactive.pm:1342 do_pkgs.pm:16 do_pkgs.pm:35 do_pkgs.pm:53
-#: harddrake/sound.pm:285
+#: diskdrake/hd_gtk.pm:381 diskdrake/interactive.pm:287
+#: diskdrake/interactive.pm:359 diskdrake/interactive.pm:508
+#: diskdrake/interactive.pm:692 diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:839 diskdrake/interactive.pm:881
+#: diskdrake/interactive.pm:882 diskdrake/interactive.pm:1117
+#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1298 do_pkgs.pm:16
+#: do_pkgs.pm:35 do_pkgs.pm:53 harddrake/sound.pm:286
#, c-format
msgid "Warning"
msgstr "Xəbərdarlıq"
-#: diskdrake/hd_gtk.pm:380
+#: diskdrake/hd_gtk.pm:381
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "Bu bölmə ölçüləndirilə bilməz"
-#: diskdrake/hd_gtk.pm:389
+#: diskdrake/hd_gtk.pm:390
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Əvvəlcə ``Ayır'-ı işlət"
-#: diskdrake/hd_gtk.pm:389
-#, c-format
-msgid "Use ``%s'' instead"
+#: diskdrake/hd_gtk.pm:390
+#, fuzzy, c-format
+msgid "Use ``%s'' instead (in expert mode)"
msgstr "Yerinə ``%s'' işlət"
-#: diskdrake/hd_gtk.pm:389 diskdrake/interactive.pm:423
-#: diskdrake/interactive.pm:597 diskdrake/interactive.pm:1075
+#: diskdrake/hd_gtk.pm:390 diskdrake/interactive.pm:372
+#: diskdrake/interactive.pm:546 diskdrake/interactive.pm:1024
#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "Növ"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose another partition"
msgstr "Başqa bölmə seçin"
-#: diskdrake/interactive.pm:193
+#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose a partition"
msgstr "Bölmə seçin"
-#: diskdrake/interactive.pm:255
-#, c-format
-msgid "Undo"
-msgstr "Geri al"
-
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to normal mode"
msgstr "Normal moda keç"
-#: diskdrake/interactive.pm:255
+#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to expert mode"
msgstr "Mütəxəssis moduna keç"
-#: diskdrake/interactive.pm:269 diskdrake/interactive.pm:279
-#: diskdrake/interactive.pm:1153
+#: diskdrake/interactive.pm:265 diskdrake/interactive.pm:275
+#: diskdrake/interactive.pm:1102
#, fuzzy, c-format
msgid "Confirmation"
msgstr "Quraşdırma"
-#: diskdrake/interactive.pm:269
+#: diskdrake/interactive.pm:265
#, c-format
msgid "Continue anyway?"
msgstr "Davam edilsin?"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without saving"
msgstr "Qeyd etmədən Çıx"
-#: diskdrake/interactive.pm:274
+#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without writing the partition table?"
msgstr "Bölmə cədvəli qeyd edilmədən çıxılsın?"
-#: diskdrake/interactive.pm:279
+#: diskdrake/interactive.pm:275
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "Dəyişikliklər /etc/fstab faylına qeyd edilsin?"
-#: diskdrake/interactive.pm:286 fs/partitioning_wizard.pm:247
+#: diskdrake/interactive.pm:282 fs/partitioning_wizard.pm:251
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Bölmə cəvəlindəki dəyişikliklərin tətbiq edilməsi üçün kompüterinizi yenidən "
"başlatmalısınız."
-#: diskdrake/interactive.pm:291
+#: diskdrake/interactive.pm:287
#, c-format
msgid ""
"You should format partition %s.\n"
@@ -1406,159 +1400,135 @@ msgid ""
"Quit anyway?"
msgstr ""
-#: diskdrake/interactive.pm:304
+#: diskdrake/interactive.pm:300
#, c-format
msgid "Clear all"
msgstr "Hamısını təmizlə"
-#: diskdrake/interactive.pm:305
+#: diskdrake/interactive.pm:301
#, c-format
msgid "Auto allocate"
msgstr "Avtomatik ayır"
-#: diskdrake/interactive.pm:306 diskdrake/interactive.pm:354
+#: diskdrake/interactive.pm:302 diskdrake/interactive.pm:350
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "Daha Çox Seçim"
-#: diskdrake/interactive.pm:311
+#: diskdrake/interactive.pm:307
#, c-format
msgid "Hard drive information"
msgstr "Sabit disk mə'lumatı"
-#: diskdrake/interactive.pm:343
+#: diskdrake/interactive.pm:339
#, c-format
msgid "All primary partitions are used"
msgstr "Bütün birinci bölmələr istifadədədir"
-#: diskdrake/interactive.pm:344
+#: diskdrake/interactive.pm:340
#, c-format
msgid "I can not add any more partitions"
msgstr "Artıq bölmə əlavə edilə bilməz"
-#: diskdrake/interactive.pm:345
+#: diskdrake/interactive.pm:341
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr "Artıq bölmə yaratmaq üçün, bir bölməni silib uzadılmış bölmə yaradın"
-#: diskdrake/interactive.pm:356
-#, c-format
-msgid "Save partition table"
-msgstr "Bölmə cədvəlini qeyd et"
-
-#: diskdrake/interactive.pm:357
-#, c-format
-msgid "Restore partition table"
-msgstr "Bölmə cədvəlini geri al"
-
-#: diskdrake/interactive.pm:359
+#: diskdrake/interactive.pm:352
#, c-format
msgid "Reload partition table"
msgstr "Bölmə cədvəlini yenidən yüklə"
-#: diskdrake/interactive.pm:369 diskdrake/interactive.pm:395
-#, c-format
-msgid "Select file"
-msgstr "Fayl seç"
-
-#: diskdrake/interactive.pm:381
-#, c-format
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Ehtiyat bölmə cədvəli eyni böyüklüyə sahib deyil\n"
-"Davam etmək istəyirsiniz?"
-
-#: diskdrake/interactive.pm:410
+#: diskdrake/interactive.pm:359
#, c-format
msgid "Detailed information"
msgstr "Ətraflı mə'lumatı"
-#: diskdrake/interactive.pm:426 diskdrake/interactive.pm:756
+#: diskdrake/interactive.pm:375 diskdrake/interactive.pm:705
#, c-format
msgid "Resize"
msgstr "Böyüklüyünü Dəyişdir"
-#: diskdrake/interactive.pm:427
+#: diskdrake/interactive.pm:376
#, c-format
msgid "Format"
msgstr "Şəkilləndir"
-#: diskdrake/interactive.pm:429 diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:378 diskdrake/interactive.pm:791
#, c-format
msgid "Add to RAID"
msgstr "RAIDə əlavə et"
-#: diskdrake/interactive.pm:430 diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:379 diskdrake/interactive.pm:809
#, c-format
msgid "Add to LVM"
msgstr "LVMə əlavə et"
-#: diskdrake/interactive.pm:432
+#: diskdrake/interactive.pm:381
#, c-format
msgid "Delete"
msgstr "Sil"
-#: diskdrake/interactive.pm:433
+#: diskdrake/interactive.pm:382
#, c-format
msgid "Remove from RAID"
msgstr "RAİD'dən ayır"
-#: diskdrake/interactive.pm:434
+#: diskdrake/interactive.pm:383
#, c-format
msgid "Remove from LVM"
msgstr "LVMdən ayır"
-#: diskdrake/interactive.pm:435
+#: diskdrake/interactive.pm:384
#, c-format
msgid "Modify RAID"
msgstr "RAIDi dəyişdir"
-#: diskdrake/interactive.pm:436
+#: diskdrake/interactive.pm:385
#, c-format
msgid "Use for loopback"
msgstr "Loopback üçün istifadə et"
-#: diskdrake/interactive.pm:447
+#: diskdrake/interactive.pm:396
#, c-format
msgid "Create"
msgstr "Yarat"
-#: diskdrake/interactive.pm:491 diskdrake/interactive.pm:493
+#: diskdrake/interactive.pm:440 diskdrake/interactive.pm:442
#, c-format
msgid "Create a new partition"
msgstr "Yeni bölmə yarat"
-#: diskdrake/interactive.pm:495
+#: diskdrake/interactive.pm:444
#, c-format
msgid "Start sector: "
msgstr "Başlanğıç sektoru: "
-#: diskdrake/interactive.pm:498 diskdrake/interactive.pm:929
+#: diskdrake/interactive.pm:447 diskdrake/interactive.pm:874
#, c-format
msgid "Size in MB: "
msgstr "MB cinsindən böyüklük: "
-#: diskdrake/interactive.pm:500 diskdrake/interactive.pm:930
+#: diskdrake/interactive.pm:449 diskdrake/interactive.pm:875
#, c-format
msgid "Filesystem type: "
msgstr "Fayl sistemi növü: "
-#: diskdrake/interactive.pm:506
+#: diskdrake/interactive.pm:455
#, c-format
msgid "Preference: "
msgstr "Seçim: "
-#: diskdrake/interactive.pm:509
+#: diskdrake/interactive.pm:458
#, c-format
msgid "Logical volume name "
msgstr "Məntiqi həcm adı"
-#: diskdrake/interactive.pm:529
+#: diskdrake/interactive.pm:478
#, c-format
msgid ""
"You can not create a new partition\n"
@@ -1569,12 +1539,12 @@ msgstr ""
"(ona görə ki siz maksimal birinci bölmə ədədinə yetişdiniz).\n"
"Əvvəlcə birinci bölməni silib, ondan sonra genişləndirilmiş bölmə yaradın."
-#: diskdrake/interactive.pm:559
+#: diskdrake/interactive.pm:508
#, c-format
msgid "Remove the loopback file?"
msgstr "Loopback faylı silinsin?"
-#: diskdrake/interactive.pm:581
+#: diskdrake/interactive.pm:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1582,42 +1552,42 @@ msgstr ""
"%s bölməsinin növünü dəyişdirdikdən sonra, bu bölmədəki bütün mə'lumatlar "
"itiriləcək"
-#: diskdrake/interactive.pm:594
+#: diskdrake/interactive.pm:543
#, c-format
msgid "Change partition type"
msgstr "Bölmə növünü Dəyişdir"
-#: diskdrake/interactive.pm:596 diskdrake/removable.pm:47
+#: diskdrake/interactive.pm:545 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "Hansı dili istəyirsiniz?"
-#: diskdrake/interactive.pm:603
-#, c-format
-msgid "Switching from ext2 to ext3"
+#: diskdrake/interactive.pm:552
+#, fuzzy, c-format
+msgid "Switching from %s to %s"
msgstr "ext2'dən ext3'ə keçilir"
-#: diskdrake/interactive.pm:629 diskdrake/interactive.pm:632
+#: diskdrake/interactive.pm:578 diskdrake/interactive.pm:581
#, c-format
msgid "Which volume label?"
msgstr ""
-#: diskdrake/interactive.pm:633
+#: diskdrake/interactive.pm:582
#, fuzzy, c-format
msgid "Label:"
msgstr "Etiket"
-#: diskdrake/interactive.pm:647
+#: diskdrake/interactive.pm:596
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "%s loopback faylını haraya bağlamaq istəyirsiniz?"
-#: diskdrake/interactive.pm:648
+#: diskdrake/interactive.pm:597
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "%s avadanlığını haraya bağlamaq istəyirsiniz?"
-#: diskdrake/interactive.pm:653
+#: diskdrake/interactive.pm:602
#, c-format
msgid ""
"Can not unset mount point as this partition is used for loop back.\n"
@@ -1627,59 +1597,59 @@ msgstr ""
"ayrıla bilinmir.\n"
"Əvvəlcə loopback-i silin."
-#: diskdrake/interactive.pm:683
+#: diskdrake/interactive.pm:632
#, c-format
msgid "Where do you want to mount %s?"
msgstr "%s avadanlığını hara bağlamaq istəyirsiniz?"
-#: diskdrake/interactive.pm:707 diskdrake/interactive.pm:790
-#: fs/partitioning_wizard.pm:141 fs/partitioning_wizard.pm:173
+#: diskdrake/interactive.pm:656 diskdrake/interactive.pm:739
+#: fs/partitioning_wizard.pm:145 fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing"
msgstr "Ölçüləndirilir"
-#: diskdrake/interactive.pm:707
+#: diskdrake/interactive.pm:656
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "Fat fayl sistemi ucları hesaplanır"
-#: diskdrake/interactive.pm:743
+#: diskdrake/interactive.pm:692
#, c-format
msgid "This partition is not resizeable"
msgstr "Bu bölmə ölçüləndirilə bilməz"
-#: diskdrake/interactive.pm:748
+#: diskdrake/interactive.pm:697
#, c-format
msgid "All data on this partition should be backed-up"
msgstr "Bu bölmədəki bütün mə'lumatların ehtiyat nüsxələri alınmalıdır"
-#: diskdrake/interactive.pm:750
+#: diskdrake/interactive.pm:699
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"%s bölməsinin ölçüləndirildikdən sonra bu bölmədəki bütün mə'lumatlar itəcək"
-#: diskdrake/interactive.pm:757
+#: diskdrake/interactive.pm:706
#, c-format
msgid "Choose the new size"
msgstr "Yeni böyüklüyü seçin"
-#: diskdrake/interactive.pm:758
+#: diskdrake/interactive.pm:707
#, c-format
msgid "New size in MB: "
msgstr "MB cinsindən yeni böyüklük: "
-#: diskdrake/interactive.pm:759
+#: diskdrake/interactive.pm:708
#, c-format
msgid "Minimum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:760
+#: diskdrake/interactive.pm:709
#, c-format
msgid "Maximum size: %s MB"
msgstr ""
-#: diskdrake/interactive.pm:801 fs/partitioning_wizard.pm:181
+#: diskdrake/interactive.pm:750 fs/partitioning_wizard.pm:185
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
@@ -1689,135 +1659,135 @@ msgstr ""
"bütövlüyünü qorumaq üçün fayl sistemi yoxlamaları bir sonrakı\n"
"Windows(TM) açılışınızda işə salınacaq."
-#: diskdrake/interactive.pm:842
+#: diskdrake/interactive.pm:791
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Əlavə etmək üçün mövcud bir RAİD seçin"
-#: diskdrake/interactive.pm:844 diskdrake/interactive.pm:861
+#: diskdrake/interactive.pm:793 diskdrake/interactive.pm:811
#, c-format
msgid "new"
msgstr "yeni"
-#: diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:809
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "Əlavə etmək üçün mövcud bir LVM seçin"
-#: diskdrake/interactive.pm:866
+#: diskdrake/interactive.pm:816
#, c-format
msgid "LVM name?"
msgstr "LVM adı?"
-#: diskdrake/interactive.pm:894
+#: diskdrake/interactive.pm:839
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
-#: diskdrake/interactive.pm:896
+#: diskdrake/interactive.pm:841
#, c-format
msgid "Moving physical extents"
msgstr ""
-#: diskdrake/interactive.pm:914
+#: diskdrake/interactive.pm:859
#, c-format
msgid "This partition can not be used for loopback"
msgstr "Bu disk bölməsi loopback üçün işlədilə bilməz"
-#: diskdrake/interactive.pm:927
+#: diskdrake/interactive.pm:872
#, c-format
msgid "Loopback"
msgstr "Loopback"
-#: diskdrake/interactive.pm:928
+#: diskdrake/interactive.pm:873
#, c-format
msgid "Loopback file name: "
msgstr "Loopback fayl adı: "
-#: diskdrake/interactive.pm:933
+#: diskdrake/interactive.pm:878
#, c-format
msgid "Give a file name"
msgstr "Fayl adı verin"
-#: diskdrake/interactive.pm:936
+#: diskdrake/interactive.pm:881
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "Fayl başqa bir loopback tərəfindən istifadədədir, başqasını seçin"
-#: diskdrake/interactive.pm:937
+#: diskdrake/interactive.pm:882
#, c-format
msgid "File already exists. Use it?"
msgstr "Fayl onsuz da mövcuddur. İşlədilsin?"
-#: diskdrake/interactive.pm:966 diskdrake/interactive.pm:969
+#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:917
#, c-format
msgid "Mount options"
msgstr "Bağlama seçimləri"
-#: diskdrake/interactive.pm:976
+#: diskdrake/interactive.pm:924
#, c-format
msgid "Various"
msgstr "Müxtəlif"
-#: diskdrake/interactive.pm:1041
+#: diskdrake/interactive.pm:989
#, c-format
msgid "device"
msgstr "avadanlıq"
-#: diskdrake/interactive.pm:1042
+#: diskdrake/interactive.pm:990
#, c-format
msgid "level"
msgstr "səviyyə"
-#: diskdrake/interactive.pm:1043
+#: diskdrake/interactive.pm:991
#, fuzzy, c-format
msgid "chunk size in KiB"
msgstr "parça böyüklüyü"
-#: diskdrake/interactive.pm:1060
+#: diskdrake/interactive.pm:1009
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Diqqətlı olun: bu əməliyyat təhlükəlidir."
-#: diskdrake/interactive.pm:1075
+#: diskdrake/interactive.pm:1024
#, c-format
msgid "What type of partitioning?"
msgstr "Hansı növ bölmələndirmə?"
-#: diskdrake/interactive.pm:1113
+#: diskdrake/interactive.pm:1062
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr "Yeni qurğuların fəallaşmağı üçün sistemi yenidən başlatmalısınız"
-#: diskdrake/interactive.pm:1122
+#: diskdrake/interactive.pm:1071
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "%s sürücüsünün bölmə cədvəli diskə yazılacaq!"
-#: diskdrake/interactive.pm:1148
+#: diskdrake/interactive.pm:1097
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"%s bölməsi şəkilləndirildikdən sonra bu bölmədəki bütün mə'lumatlar itəcək."
-#: diskdrake/interactive.pm:1153 fs/partitioning.pm:49
+#: diskdrake/interactive.pm:1102 fs/partitioning.pm:49
#, c-format
msgid "Check bad blocks?"
msgstr "Xətalı bloklar sınansınmı?"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Move files to the new partition"
msgstr "Faylları yeni bölməyə daşı"
-#: diskdrake/interactive.pm:1167
+#: diskdrake/interactive.pm:1116
#, c-format
msgid "Hide files"
msgstr "Faylları gizlət"
-#: diskdrake/interactive.pm:1168
+#: diskdrake/interactive.pm:1117
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -1828,108 +1798,108 @@ msgid ""
"the contents of the mounted partition)"
msgstr ""
-#: diskdrake/interactive.pm:1183
+#: diskdrake/interactive.pm:1132
#, c-format
msgid "Moving files to the new partition"
msgstr "Fayllar yeni bölməyə daşınır"
-#: diskdrake/interactive.pm:1187
+#: diskdrake/interactive.pm:1136
#, c-format
msgid "Copying %s"
msgstr "%s köçürülür"
-#: diskdrake/interactive.pm:1191
+#: diskdrake/interactive.pm:1140
#, c-format
msgid "Removing %s"
msgstr "%s silinir"
-#: diskdrake/interactive.pm:1205
+#: diskdrake/interactive.pm:1154
#, c-format
msgid "partition %s is now known as %s"
msgstr "%s bölməsi indi %s olaraq bilinir"
-#: diskdrake/interactive.pm:1206
+#: diskdrake/interactive.pm:1155
#, c-format
msgid "Partitions have been renumbered: "
msgstr ""
-#: diskdrake/interactive.pm:1226 diskdrake/interactive.pm:1288
+#: diskdrake/interactive.pm:1180 diskdrake/interactive.pm:1243
#, c-format
msgid "Device: "
msgstr "Avadanlıq: "
-#: diskdrake/interactive.pm:1227
+#: diskdrake/interactive.pm:1181
#, c-format
msgid "Volume label: "
msgstr ""
-#: diskdrake/interactive.pm:1241
+#: diskdrake/interactive.pm:1182
#, c-format
msgid "UUID: "
msgstr ""
-#: diskdrake/interactive.pm:1242
+#: diskdrake/interactive.pm:1183
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS sürücü hərfi: %s (bir təxmindir)\n"
-#: diskdrake/interactive.pm:1232 diskdrake/interactive.pm:1241
-#: diskdrake/interactive.pm:1306
+#: diskdrake/interactive.pm:1187 diskdrake/interactive.pm:1196
+#: diskdrake/interactive.pm:1262
#, c-format
msgid "Type: "
msgstr "Növ: "
-#: diskdrake/interactive.pm:1236
+#: diskdrake/interactive.pm:1191 diskdrake/interactive.pm:1247
#, c-format
msgid "Name: "
msgstr "Ad: "
-#: diskdrake/interactive.pm:1243
+#: diskdrake/interactive.pm:1198
#, c-format
msgid "Start: sector %s\n"
msgstr "Başlanğıc: sektor %s\n"
-#: diskdrake/interactive.pm:1244
+#: diskdrake/interactive.pm:1199
#, c-format
msgid "Size: %s"
msgstr "Böyüklüyü: %s"
-#: diskdrake/interactive.pm:1246
+#: diskdrake/interactive.pm:1201
#, c-format
msgid ", %s sectors"
msgstr ", %s sektor"
-#: diskdrake/interactive.pm:1248
+#: diskdrake/interactive.pm:1203
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silindr %d'dən silindr %d'yə\n"
-#: diskdrake/interactive.pm:1249
+#: diskdrake/interactive.pm:1204
#, c-format
msgid "Number of logical extents: %d\n"
msgstr ""
-#: diskdrake/interactive.pm:1250
+#: diskdrake/interactive.pm:1205
#, c-format
msgid "Formatted\n"
msgstr "Şəkilləndirilmiş\n"
-#: diskdrake/interactive.pm:1251
+#: diskdrake/interactive.pm:1206
#, c-format
msgid "Not formatted\n"
msgstr "Şəkilləndirilməmiş\n"
-#: diskdrake/interactive.pm:1252
+#: diskdrake/interactive.pm:1207
#, c-format
msgid "Mounted\n"
msgstr "Bağlı\n"
-#: diskdrake/interactive.pm:1253
+#: diskdrake/interactive.pm:1208
#, c-format
msgid "RAID %s\n"
msgstr "RAİD %s\n"
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1213
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -1938,7 +1908,7 @@ msgstr ""
"Loopback fayl(lar)ı:\n"
" %s\n"
-#: diskdrake/interactive.pm:1259
+#: diskdrake/interactive.pm:1214
#, c-format
msgid ""
"Partition booted by default\n"
@@ -1947,27 +1917,27 @@ msgstr ""
"Əsas olaraq açılan bölmə\n"
" (MS-DOS açılışı üçün, lilo üçün deyil)\n"
-#: diskdrake/interactive.pm:1261
+#: diskdrake/interactive.pm:1216
#, c-format
msgid "Level %s\n"
msgstr "Səviyyə %s\n"
-#: diskdrake/interactive.pm:1262
+#: diskdrake/interactive.pm:1217
#, fuzzy, c-format
msgid "Chunk size %d KiB\n"
msgstr "Parça böyüklüyü %s\n"
-#: diskdrake/interactive.pm:1263
+#: diskdrake/interactive.pm:1218
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAİD-diskləri %s\n"
-#: diskdrake/interactive.pm:1265
+#: diskdrake/interactive.pm:1220
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback faylı adı: %s"
-#: diskdrake/interactive.pm:1268
+#: diskdrake/interactive.pm:1223
#, c-format
msgid ""
"\n"
@@ -1979,7 +1949,7 @@ msgstr ""
"Bu bölmə Sürücü bölməsidir.\n"
"Bunu elə beləcə buraxın.\n"
-#: diskdrake/interactive.pm:1271
+#: diskdrake/interactive.pm:1226
#, c-format
msgid ""
"\n"
@@ -1991,77 +1961,77 @@ msgstr ""
"Bu, sisteminizin ikili açılışı üçün\n"
"xüsusi Bootstrap bölməsidir.\n"
-#: diskdrake/interactive.pm:1280
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Free space on %s (%s)"
msgstr ""
-#: diskdrake/interactive.pm:1289
+#: diskdrake/interactive.pm:1244
#, c-format
msgid "Read-only"
msgstr "Sırf oxuna bilən"
-#: diskdrake/interactive.pm:1290
+#: diskdrake/interactive.pm:1245
#, c-format
msgid "Size: %s\n"
msgstr "Böyüklük: %s\n"
-#: diskdrake/interactive.pm:1291
+#: diskdrake/interactive.pm:1246
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometriyası: %s silindr, %s baş, %s sektor\n"
-#: diskdrake/interactive.pm:1292
-#, c-format
-msgid "Info: "
-msgstr "Mə'lumat: "
+#: diskdrake/interactive.pm:1248
+#, fuzzy, c-format
+msgid "Medium type: "
+msgstr "Fayl sistemi növü: "
-#: diskdrake/interactive.pm:1293
+#: diskdrake/interactive.pm:1249
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diskləri %s\n"
-#: diskdrake/interactive.pm:1294
+#: diskdrake/interactive.pm:1250
#, c-format
msgid "Partition table type: %s\n"
msgstr "Bölmə cədvəli növü: %s\n"
-#: diskdrake/interactive.pm:1295
+#: diskdrake/interactive.pm:1251
#, c-format
msgid "on channel %d id %d\n"
msgstr "%d kanalında, %d id'li\n"
-#: diskdrake/interactive.pm:1338
+#: diskdrake/interactive.pm:1294
#, c-format
msgid "Filesystem encryption key"
msgstr "Fayl sistemi şifrələmə açarı"
-#: diskdrake/interactive.pm:1339
+#: diskdrake/interactive.pm:1295
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "Fayl sistemi şifrələmə açarınızı seçin"
-#: diskdrake/interactive.pm:1342
+#: diskdrake/interactive.pm:1298
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Bu şifrələmə açarı çox sadədir (ən az %d hərf böyüklüyündə olmalıdır)"
-#: diskdrake/interactive.pm:1343
+#: diskdrake/interactive.pm:1299
#, c-format
msgid "The encryption keys do not match"
msgstr "Şifrələmə açarları uyğun gəlmir"
-#: diskdrake/interactive.pm:1346
+#: diskdrake/interactive.pm:1302
#, c-format
msgid "Encryption key"
msgstr "Şifrələmə açarı"
-#: diskdrake/interactive.pm:1347
+#: diskdrake/interactive.pm:1303
#, c-format
msgid "Encryption key (again)"
msgstr "Şifrələrmə açarı (təkrar)"
-#: diskdrake/interactive.pm:1349
+#: diskdrake/interactive.pm:1305
#, c-format
msgid "Encryption algorithm"
msgstr "Şifrələmə alqorifması"
@@ -2071,10 +2041,10 @@ msgstr "Şifrələmə alqorifması"
msgid "Change type"
msgstr "Növünü dəyişdir"
-#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:539
+#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:543
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
-#: interactive/stdio.pm:39 interactive/stdio.pm:142 ugtk2.pm:407 ugtk2.pm:509
-#: ugtk2.pm:518 ugtk2.pm:791
+#: interactive/stdio.pm:39 interactive/stdio.pm:148 ugtk2.pm:408 ugtk2.pm:510
+#: ugtk2.pm:519 ugtk2.pm:801
#, c-format
msgid "Cancel"
msgstr "Ləğv Et"
@@ -2142,12 +2112,12 @@ msgstr "Vacib olan %s paketi əksikdir"
msgid "The following packages need to be installed:\n"
msgstr "Aşağıdakı paketlər qurulmalıdır:\n"
-#: do_pkgs.pm:209
+#: do_pkgs.pm:216
#, c-format
msgid "Installing packages..."
msgstr "Paketlər qurulur..."
-#: do_pkgs.pm:255
+#: do_pkgs.pm:258
#, c-format
msgid "Removing packages..."
msgstr "Paketlər silinir..."
@@ -2161,27 +2131,27 @@ msgstr ""
"Bir xəta oldu. Yeni fayl sisteminin yaradılacağı hökmlü bir sürücü "
"tapılmadı. Bu problemin qaynağı üçün avadanlığınızı yoxlayın"
-#: fs/any.pm:62 fs/partitioning_wizard.pm:55
+#: fs/any.pm:74 fs/partitioning_wizard.pm:59
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "/boot/efi ünvanına bağlanmış FAT bölməniz olmalıdır"
-#: fs/format.pm:60 fs/format.pm:67
+#: fs/format.pm:62 fs/format.pm:69
#, c-format
msgid "Formatting partition %s"
msgstr "%s bölməsi şəkilləndirilir"
-#: fs/format.pm:64
+#: fs/format.pm:66
#, c-format
msgid "Creating and formatting file %s"
msgstr "%s faylı yaradılır və şəkilləndirilir"
-#: fs/format.pm:117
+#: fs/format.pm:119
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr "%s-i necə şəkilləndirəcəyimi bilmirəm (Növ: %s)"
-#: fs/format.pm:122 fs/format.pm:124
+#: fs/format.pm:124 fs/format.pm:126
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s şəkilləndirilməsində %s bölmə xətası"
@@ -2206,33 +2176,33 @@ msgstr "%s bolməsini %s cərgəsinə bağlama bacarılmadı"
msgid "Checking %s"
msgstr "%s yoxlanır"
-#: fs/mount.pm:118 partition_table.pm:384
+#: fs/mount.pm:119 partition_table.pm:395
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s ayrılırkən xəta oldu: %s"
-#: fs/mount.pm:133
+#: fs/mount.pm:134
#, c-format
msgid "Enabling swap partition %s"
msgstr "%s dəyiş-toqquş sahəsi fəallaşdırılır"
-#: fs/mount_options.pm:111
+#: fs/mount_options.pm:115
#, fuzzy, c-format
msgid "Use an encrypted file system"
msgstr ""
"%s bağlama nöqtəsi üçün şifrələnmiş fayl sistemi istifadə edə bilməzsiniz"
-#: fs/mount_options.pm:113
+#: fs/mount_options.pm:117
#, c-format
msgid "Flush write cache on file close"
msgstr ""
-#: fs/mount_options.pm:115
+#: fs/mount_options.pm:119
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:117
+#: fs/mount_options.pm:121
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
@@ -2241,7 +2211,7 @@ msgstr ""
"Bu fayl sistemi üstündəki inode yetişmə vaxtlarını yeniləmə\n"
"(mis,xəbərlər vericisini tezləşdirmək üçün)."
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:124
#, fuzzy, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
@@ -2250,7 +2220,7 @@ msgstr ""
"Bu fayl sistemi üstündəki inode yetişmə vaxtlarını yeniləmə\n"
"(mis,xəbərlər vericisini tezləşdirmək üçün)."
-#: fs/mount_options.pm:123
+#: fs/mount_options.pm:127
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
@@ -2259,13 +2229,13 @@ msgstr ""
"Yalnız dəqiq olaraq bağlana bilər (mis.,\n"
" -a seçimi fayl sisteminin bağlanmasına səbəb olmayacaq)."
-#: fs/mount_options.pm:126
+#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""
"Fayl sistemi üstündə hərfləri çevirmə və xüsusi avadanlıqları bloklama."
-#: fs/mount_options.pm:128
+#: fs/mount_options.pm:132
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -2277,7 +2247,7 @@ msgstr ""
"daxil\n"
"edən bir verici üçün faydalı ola bilər."
-#: fs/mount_options.pm:132
+#: fs/mount_options.pm:136
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -2288,42 +2258,42 @@ msgstr ""
"icazə vermə. (Bu e'tibarlı görsənir, yalnız sisteminizdə suidperl(1)\n"
"quruludursa təhlükəli ola bilər.)"
-#: fs/mount_options.pm:136
+#: fs/mount_options.pm:140
#, c-format
msgid "Mount the file system read-only."
msgstr "Fayl sistemini ancaq oxuna bilən şəkildə bağla."
-#: fs/mount_options.pm:138
+#: fs/mount_options.pm:142
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr "Fayl sisteminə bütün G/Ç'lar sinxron olaraq yerinə gətirilməlidir."
-#: fs/mount_options.pm:140
+#: fs/mount_options.pm:144
#, c-format
msgid "Allow every user to mount and umount the file system."
msgstr ""
-#: fs/mount_options.pm:142
+#: fs/mount_options.pm:146
#, c-format
msgid "Allow an ordinary user to mount the file system."
msgstr ""
-#: fs/mount_options.pm:144
+#: fs/mount_options.pm:148
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
-#: fs/mount_options.pm:146
+#: fs/mount_options.pm:150
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr ""
-#: fs/mount_options.pm:148
+#: fs/mount_options.pm:152
#, c-format
msgid "Give write access to ordinary users"
msgstr "Sıravi istifadəçilərə yazma səlahiyyəti ver"
-#: fs/mount_options.pm:150
+#: fs/mount_options.pm:154
#, fuzzy, c-format
msgid "Give read-only access to ordinary users"
msgstr "Sıravi istifadəçilərə yazma səlahiyyəti ver"
@@ -2367,7 +2337,7 @@ msgstr ""
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Qurulumu bitirmək üçün lazımi sahə yoxdur, xahiş edirik, əlavə edin"
-#: fs/partitioning_wizard.pm:47
+#: fs/partitioning_wizard.pm:51
#, c-format
msgid ""
"You must have a root partition.\n"
@@ -2379,7 +2349,7 @@ msgstr ""
"ya da yeni birini başdan yaradın. Sonra \"Bağlama \n"
"Nöqtəsi\"gedişatını seçin va buranı '/' olaraq dəyişdirin."
-#: fs/partitioning_wizard.pm:52
+#: fs/partitioning_wizard.pm:56
#, c-format
msgid ""
"You do not have a swap partition.\n"
@@ -2389,67 +2359,67 @@ msgstr ""
"Dəyiş-toqquş sahəniz yoxdur\n"
"Davam edilsin?"
-#: fs/partitioning_wizard.pm:80
+#: fs/partitioning_wizard.pm:84
#, c-format
msgid "Use free space"
msgstr "Boş sahəni istifadə et"
-#: fs/partitioning_wizard.pm:82
+#: fs/partitioning_wizard.pm:86
#, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "Yeni bölmələr ayırmaq üçün kifayət qədər boş yer yoxdur"
-#: fs/partitioning_wizard.pm:90
+#: fs/partitioning_wizard.pm:94
#, c-format
msgid "Use existing partitions"
msgstr "Mövcud bölmələri işlət"
-#: fs/partitioning_wizard.pm:92
+#: fs/partitioning_wizard.pm:96
#, c-format
msgid "There is no existing partition to use"
msgstr "İstifadə ediləcək mövcud bölmə yoxdur"
-#: fs/partitioning_wizard.pm:99
+#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use the Microsoft Windows® partition for loopback"
msgstr "Loopback üçün Microsoft Windows® bölməsini işlət"
-#: fs/partitioning_wizard.pm:102
+#: fs/partitioning_wizard.pm:106
#, c-format
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Linux4Win-i qurmaq üçün hansı disk bölməsini istifadə edəcəksiniz?"
-#: fs/partitioning_wizard.pm:104
+#: fs/partitioning_wizard.pm:108
#, c-format
msgid "Choose the sizes"
msgstr "Böyüklükləri seçin"
-#: fs/partitioning_wizard.pm:105
+#: fs/partitioning_wizard.pm:109
#, c-format
msgid "Root partition size in MB: "
msgstr "Kök bölməsi böyüklüyü (Mb): "
-#: fs/partitioning_wizard.pm:106
+#: fs/partitioning_wizard.pm:110
#, c-format
msgid "Swap partition size in MB: "
msgstr "Dəyiş-toqquş sahəsi böyüklüyü (Mb): "
-#: fs/partitioning_wizard.pm:115
+#: fs/partitioning_wizard.pm:119
#, c-format
msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr "Loopback üçün FAT bölməsi yoxdur (ya da lazımi yer yoxdur)"
-#: fs/partitioning_wizard.pm:122
+#: fs/partitioning_wizard.pm:126
#, c-format
msgid "Use the free space on the Microsoft Windows® partition"
msgstr "Windows bölməsindəki boş sahəni işlət"
-#: fs/partitioning_wizard.pm:124
+#: fs/partitioning_wizard.pm:128
#, c-format
msgid "Which partition do you want to resize?"
msgstr "Hansı bölmə ölçüləndirilsin?"
-#: fs/partitioning_wizard.pm:138
+#: fs/partitioning_wizard.pm:142
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -2458,12 +2428,12 @@ msgstr ""
"FAT ölçüləndiricimiz sizin bölməniziri işlədə bilmir,\n"
"bu xəta oldu: %s"
-#: fs/partitioning_wizard.pm:141
+#: fs/partitioning_wizard.pm:145
#, c-format
msgid "Computing the size of the Microsoft Windows® partition"
msgstr "Microsoft Windows® bölməsin böyüklüyü hesablanır"
-#: fs/partitioning_wizard.pm:148
+#: fs/partitioning_wizard.pm:152
#, c-format
msgid ""
"Your Microsoft Windows® partition is too fragmented. Please reboot your "
@@ -2474,7 +2444,7 @@ msgstr ""
"kompüterinizi Microsoft Windows® ilə açın, ''defrag'' vasitəsini işlədin, "
"sonra Mandriva Linux qurulumunu yenidən başladın."
-#: fs/partitioning_wizard.pm:151
+#: fs/partitioning_wizard.pm:155
#, c-format
msgid ""
"WARNING!\n"
@@ -2507,8 +2477,8 @@ msgstr ""
"Hazır olanda, %s düyməsinə basın."
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: fs/partitioning_wizard.pm:160 interactive.pm:538 interactive/curses.pm:263
-#: ugtk2.pm:511
+#: fs/partitioning_wizard.pm:164 interactive.pm:542 interactive/curses.pm:263
+#: ugtk2.pm:512
#, c-format
msgid "Next"
msgstr "Sonrakı"
@@ -2524,59 +2494,59 @@ msgid "Which size do you want to keep for Microsoft Windows® on partition %s?"
msgstr ""
"Microsoft Windows® üçün hansı böyüklüyü saxlamaq istəyirsiniz %s bölməsi?"
-#: fs/partitioning_wizard.pm:164
+#: fs/partitioning_wizard.pm:168
#, c-format
msgid "Size"
msgstr "Böyüklük"
-#: fs/partitioning_wizard.pm:173
+#: fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing Microsoft Windows® partition"
msgstr "Microsoft Windows® bölməsi ölçüləndirilir"
-#: fs/partitioning_wizard.pm:178
+#: fs/partitioning_wizard.pm:182
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT ölçüləndirilməsi bacarılmadı: %s"
-#: fs/partitioning_wizard.pm:193
+#: fs/partitioning_wizard.pm:197
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr "Ölçüləndiriləcək FAT bölməsi mövcud deyil (ya da lazımi yer yoxdur)"
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, c-format
msgid "Remove Microsoft Windows®"
msgstr "Microsoft Windows®'u Sil"
-#: fs/partitioning_wizard.pm:198
+#: fs/partitioning_wizard.pm:202
#, fuzzy, c-format
msgid "Erase and use entire disk"
msgstr "Bütün diski sil"
-#: fs/partitioning_wizard.pm:200
+#: fs/partitioning_wizard.pm:204
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sizin birdən çox diskiniz var, linux qurmaq üçün hansını istifadə "
"edəcəksiniz?"
-#: fs/partitioning_wizard.pm:206
+#: fs/partitioning_wizard.pm:210 fsedit.pm:566
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "%s sürüsündəki mövcud bütün bölmələr və onlardakı mə'lumatitiriləcək"
-#: fs/partitioning_wizard.pm:217
+#: fs/partitioning_wizard.pm:221
#, c-format
msgid "Custom disk partitioning"
msgstr "Xüsusi disk bölmələndirməsi"
-#: fs/partitioning_wizard.pm:223
+#: fs/partitioning_wizard.pm:227
#, c-format
msgid "Use fdisk"
msgstr "Fdisk istifadə et"
-#: fs/partitioning_wizard.pm:226
+#: fs/partitioning_wizard.pm:230
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -2585,27 +2555,27 @@ msgstr ""
"İndi %s sabit diskinizi bölmələndirə bilərsiniz\n"
"İşinizi bitirdiyinizdə `w' ilə qeyd etməyi unutmayın"
-#: fs/partitioning_wizard.pm:266
+#: fs/partitioning_wizard.pm:270
#, c-format
msgid "I can not find any room for installing"
msgstr "Artıq bölmə əlavə edilə bilməz"
-#: fs/partitioning_wizard.pm:270
+#: fs/partitioning_wizard.pm:274
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX bölmələndirmə sehirbazı bu çıxış yollarını tapdı:"
-#: fs/partitioning_wizard.pm:278
+#: fs/partitioning_wizard.pm:282
#, c-format
msgid "Partitioning failed: %s"
msgstr "Bölmələndirmə bacarılmadı: %s"
-#: fs/type.pm:367
+#: fs/type.pm:368
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr "16MB'dan kiçik disk bölmələrində JFS istifadə edə bilməzsiniz"
-#: fs/type.pm:368
+#: fs/type.pm:369
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr "32MB'dən kiçik disk bölmələrində ReiserFS istifadə edə bilməzsiniz"
@@ -2625,7 +2595,7 @@ msgstr "verici"
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
-#: fsedit.pm:230
+#: fsedit.pm:224
#, c-format
msgid ""
"I can not read the partition table of device %s, it's too corrupted for me :"
@@ -2644,22 +2614,22 @@ msgstr ""
"\n"
"Bütün bölmələri itirmək işinizə gəlir?\n"
-#: fsedit.pm:403
+#: fsedit.pm:393
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Bağlama nöqtələri / ilə başlamalıdır"
-#: fsedit.pm:404
+#: fsedit.pm:394
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Bağlama nöqtələri ancaq alfanumerik hərf daxil edə bilər"
-#: fsedit.pm:405
+#: fsedit.pm:395
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Onsuz da bağlama nöqtəsi %s olan bölmə mövcuddur\n"
-#: fsedit.pm:409
+#: fsedit.pm:399
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
@@ -2670,14 +2640,14 @@ msgstr ""
"etdiniz. /boot bölməsi olmadan heç bir açılış yükləyicisi bunu aça bilməz.\n"
"Xahiş edirik, /boot bölməsini əlavə etməyi unutmayın"
-#: fsedit.pm:415
+#: fsedit.pm:405
#, fuzzy, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr "%s bağlama nöqtəsi üçün LVM Məntiqi Həcmini istifadə edə bilməzsiniz"
-#: fsedit.pm:417
+#: fsedit.pm:407
#, fuzzy, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
@@ -2689,12 +2659,12 @@ msgstr ""
"etdiniz. /boot bölməsi olmadan heç bir açılış yükləyicisi bunu aça bilməz.\n"
"Xahiş edirik, /boot bölməsini əlavə etməyi unutmayın"
-#: fsedit.pm:421 fsedit.pm:423
+#: fsedit.pm:411 fsedit.pm:413
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Bu qovluq kök fayl sistemi içərisində olmalıdır"
-#: fsedit.pm:425 fsedit.pm:427
+#: fsedit.pm:415 fsedit.pm:417
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2703,274 +2673,274 @@ msgstr ""
"Bu bağlama nöqtəsi üçün həqiqi bir fayl sisteminə (ext2/ext3, reiserfs, xfs, "
"ya da jfs)ehtiyacınız var\n"
-#: fsedit.pm:429
+#: fsedit.pm:419
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr ""
"%s bağlama nöqtəsi üçün şifrələnmiş fayl sistemi istifadə edə bilməzsiniz"
-#: fsedit.pm:493
+#: fsedit.pm:483
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "Avtomatik yerləşdirmə üçün kifayət qədər boş sahə yoxdur"
-#: fsedit.pm:495
+#: fsedit.pm:485
#, c-format
msgid "Nothing to do"
msgstr "Ediləcək heçnə yoxdur"
-#: harddrake/data.pm:62
+#: harddrake/data.pm:64
+#, c-format
+msgid "SATA controllers"
+msgstr "SATA idarəçiləri"
+
+#: harddrake/data.pm:73
+#, c-format
+msgid "RAID controllers"
+msgstr "RAİD idarəçiləri"
+
+#: harddrake/data.pm:83
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr "(E)İDE/ATA idarəçiləri"
+
+#: harddrake/data.pm:93
+#, fuzzy, c-format
+msgid "Card readers"
+msgstr "Kart modeli:"
+
+#: harddrake/data.pm:102
+#, c-format
+msgid "Firewire controllers"
+msgstr "Firewire idarəçiləri"
+
+#: harddrake/data.pm:111
+#, c-format
+msgid "PCMCIA controllers"
+msgstr "PCMCİA idarəçiləri"
+
+#: harddrake/data.pm:120
+#, c-format
+msgid "SCSI controllers"
+msgstr "SCSİ idarəçiləri"
+
+#: harddrake/data.pm:129
+#, c-format
+msgid "USB controllers"
+msgstr "USB idarəçiləri"
+
+#: harddrake/data.pm:138
+#, fuzzy, c-format
+msgid "USB ports"
+msgstr "USB çapçı"
+
+#: harddrake/data.pm:147
+#, c-format
+msgid "SMBus controllers"
+msgstr "SMBus idarəçiləri"
+
+#: harddrake/data.pm:156
+#, c-format
+msgid "Bridges and system controllers"
+msgstr "Körpülər və sistem idarəçiləri"
+
+#: harddrake/data.pm:168
#, c-format
msgid "Floppy"
msgstr "Disket"
-#: harddrake/data.pm:72
+#: harddrake/data.pm:178
#, c-format
msgid "Zip"
msgstr "Zip"
-#: harddrake/data.pm:88
+#: harddrake/data.pm:194
#, c-format
msgid "Hard Disk"
msgstr "Hard Disk"
-#: harddrake/data.pm:97
+#: harddrake/data.pm:204
+#, c-format
+msgid "USB Mass Storage Devices"
+msgstr ""
+
+#: harddrake/data.pm:213
#, c-format
msgid "CDROM"
msgstr "CDROM"
-#: harddrake/data.pm:107
+#: harddrake/data.pm:223
#, c-format
msgid "CD/DVD burners"
msgstr "CD/DVD yazıcılar"
-#: harddrake/data.pm:117
+#: harddrake/data.pm:233
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
-#: harddrake/data.pm:127
+#: harddrake/data.pm:243
#, c-format
msgid "Tape"
msgstr "Kaset"
-#: harddrake/data.pm:138
+#: harddrake/data.pm:254
#, c-format
msgid "AGP controllers"
msgstr "AGP idarəçiləri"
-#: harddrake/data.pm:147
+#: harddrake/data.pm:263
#, c-format
msgid "Videocard"
msgstr "Video kartı"
-#: harddrake/data.pm:156
+#: harddrake/data.pm:272
#, c-format
msgid "DVB card"
msgstr ""
-#: harddrake/data.pm:164
+#: harddrake/data.pm:280
#, c-format
msgid "Tvcard"
msgstr "Televiziya kartı"
-#: harddrake/data.pm:174
+#: harddrake/data.pm:289
#, c-format
msgid "Other MultiMedia devices"
msgstr "Digər Multimediya avadanlıqları"
-#: harddrake/data.pm:183
+#: harddrake/data.pm:298
#, c-format
msgid "Soundcard"
msgstr "Səs kartı"
-#: harddrake/data.pm:196
+#: harddrake/data.pm:311
#, c-format
msgid "Webcam"
msgstr "Veb kamerası"
-#: harddrake/data.pm:210
+#: harddrake/data.pm:325
#, c-format
msgid "Processors"
msgstr "İşlədicilər"
-#: harddrake/data.pm:220
+#: harddrake/data.pm:335
#, c-format
msgid "ISDN adapters"
msgstr "ISDN adapterləri"
-#: harddrake/data.pm:231
+#: harddrake/data.pm:346
#, c-format
msgid "USB sound devices"
msgstr ""
-#: harddrake/data.pm:240
+#: harddrake/data.pm:355
#, c-format
msgid "Radio cards"
msgstr ""
-#: harddrake/data.pm:249
+#: harddrake/data.pm:364
#, c-format
msgid "ATM network cards"
msgstr ""
-#: harddrake/data.pm:258
+#: harddrake/data.pm:373
#, c-format
msgid "WAN network cards"
msgstr ""
-#: harddrake/data.pm:267
+#: harddrake/data.pm:382
#, c-format
msgid "Bluetooth devices"
msgstr ""
-#: harddrake/data.pm:276
+#: harddrake/data.pm:391
#, c-format
msgid "Ethernetcard"
msgstr "Eternet Kartı"
-#: harddrake/data.pm:293
+#: harddrake/data.pm:408
#, c-format
msgid "Modem"
msgstr "Modem"
-#: harddrake/data.pm:303
+#: harddrake/data.pm:418
#, c-format
msgid "ADSL adapters"
msgstr "ADSL adapterləri"
-#: harddrake/data.pm:315
+#: harddrake/data.pm:430
#, c-format
msgid "Memory"
msgstr "Yaddaş"
-#: harddrake/data.pm:324
+#: harddrake/data.pm:439
#, c-format
msgid "Printer"
msgstr "Çapçı"
#. -PO: these are joysticks controllers:
-#: harddrake/data.pm:338
+#: harddrake/data.pm:453
#, c-format
msgid "Game port controllers"
msgstr ""
-#: harddrake/data.pm:347
+#: harddrake/data.pm:462
#, c-format
msgid "Joystick"
msgstr "Oyun Çubuğu"
-#: harddrake/data.pm:357
-#, c-format
-msgid "SATA controllers"
-msgstr "SATA idarəçiləri"
-
-#: harddrake/data.pm:366
-#, c-format
-msgid "RAID controllers"
-msgstr "RAİD idarəçiləri"
-
-#: harddrake/data.pm:376
-#, c-format
-msgid "(E)IDE/ATA controllers"
-msgstr "(E)İDE/ATA idarəçiləri"
-
-#: harddrake/data.pm:386
-#, c-format
-msgid "USB Mass Storage Devices"
-msgstr ""
-
-#: harddrake/data.pm:395
-#, fuzzy, c-format
-msgid "Card readers"
-msgstr "Kart modeli:"
-
-#: harddrake/data.pm:404
-#, c-format
-msgid "Firewire controllers"
-msgstr "Firewire idarəçiləri"
-
-#: harddrake/data.pm:413
-#, c-format
-msgid "PCMCIA controllers"
-msgstr "PCMCİA idarəçiləri"
-
-#: harddrake/data.pm:422
-#, c-format
-msgid "SCSI controllers"
-msgstr "SCSİ idarəçiləri"
-
-#: harddrake/data.pm:431
-#, c-format
-msgid "USB controllers"
-msgstr "USB idarəçiləri"
-
-#: harddrake/data.pm:440
-#, fuzzy, c-format
-msgid "USB ports"
-msgstr "USB çapçı"
-
-#: harddrake/data.pm:449
-#, c-format
-msgid "SMBus controllers"
-msgstr "SMBus idarəçiləri"
-
-#: harddrake/data.pm:458
-#, c-format
-msgid "Bridges and system controllers"
-msgstr "Körpülər və sistem idarəçiləri"
-
-#: harddrake/data.pm:469
+#: harddrake/data.pm:472
#, c-format
msgid "Keyboard"
msgstr "Klaviatura"
-#: harddrake/data.pm:482
+#: harddrake/data.pm:485
#, c-format
msgid "Tablet and touchscreen"
msgstr ""
-#: harddrake/data.pm:491
+#: harddrake/data.pm:494
#, c-format
msgid "Mouse"
msgstr "Siçan"
-#: harddrake/data.pm:505
+#: harddrake/data.pm:508
#, c-format
msgid "Biometry"
msgstr ""
-#: harddrake/data.pm:513
+#: harddrake/data.pm:516
#, c-format
msgid "UPS"
msgstr "UPS"
-#: harddrake/data.pm:522
+#: harddrake/data.pm:525
#, c-format
msgid "Scanner"
msgstr "Darayıcı"
-#: harddrake/data.pm:533
+#: harddrake/data.pm:536
#, c-format
msgid "Unknown/Others"
msgstr "Na'məlum/Digərləri"
-#: harddrake/data.pm:561
+#: harddrake/data.pm:564
#, c-format
msgid "cpu # "
msgstr "cpu # "
-#: harddrake/sound.pm:201
+#: harddrake/sound.pm:202
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Xahiş edirik, gözləyin... Qurğular tətbiq edilir"
-#: harddrake/sound.pm:238
+#: harddrake/sound.pm:239
#, c-format
msgid "No alternative driver"
msgstr "Alternativ sürücü yoxdur"
-#: harddrake/sound.pm:239
+#: harddrake/sound.pm:240
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
@@ -2979,12 +2949,12 @@ msgstr ""
"Hazırda \"%2$s\" işlədən %1$s səs kartınız üçün bilinən başqa OSS/ALSA "
"sürücü mövcud deyil"
-#: harddrake/sound.pm:245
+#: harddrake/sound.pm:246
#, c-format
msgid "Sound configuration"
msgstr "Səs quraşdırılması"
-#: harddrake/sound.pm:247
+#: harddrake/sound.pm:248
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -2996,7 +2966,7 @@ msgstr ""
#. -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:252
+#: harddrake/sound.pm:253
#, c-format
msgid ""
"\n"
@@ -3009,7 +2979,7 @@ msgstr ""
"Səs kartınız hazırda %s\"%s\" sürücüsünü işlədir (kartınızın əsas sürücüsü "
"\"%s\"dir)"
-#: harddrake/sound.pm:254
+#: harddrake/sound.pm:255
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -3042,17 +3012,17 @@ msgstr ""
"- köhnə OSS API'si\n"
"- yeni ALSA API'si.\n"
-#: harddrake/sound.pm:268 harddrake/sound.pm:357
+#: harddrake/sound.pm:269 harddrake/sound.pm:354
#, c-format
msgid "Driver:"
msgstr "Sürücü:"
-#: harddrake/sound.pm:277
+#: harddrake/sound.pm:278
#, c-format
msgid "Trouble shooting"
msgstr "Problem həlli"
-#: harddrake/sound.pm:285
+#: harddrake/sound.pm:286
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -3067,12 +3037,12 @@ msgstr ""
"\n"
"Növbəti açılışda ancaq \"%s\" sürücüsü istifadə ediləcək."
-#: harddrake/sound.pm:293
+#: harddrake/sound.pm:294
#, c-format
msgid "No open source driver"
msgstr "Açıq mənbəli sürücü yoxdur"
-#: harddrake/sound.pm:294
+#: harddrake/sound.pm:295
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
@@ -3081,28 +3051,23 @@ msgstr ""
"(%s) səs kartınız üçün pulsuz sürücü mövcud deyil, ancaq \"%s\" ünvanında "
"lazım olan sürücünü tapa bilərsiniz."
-#: harddrake/sound.pm:297
+#: harddrake/sound.pm:298
#, c-format
msgid "No known driver"
msgstr "Bilinən sürücü yoxdur"
-#: harddrake/sound.pm:298
+#: harddrake/sound.pm:299
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Sizin (%s) səs kartınız üçün sürücü mövcud deyil"
-#: harddrake/sound.pm:302
-#, c-format
-msgid "Unknown driver"
-msgstr "Namə'lum sürücü"
-
-#: harddrake/sound.pm:317
+#: harddrake/sound.pm:314
#, c-format
msgid "Sound trouble shooting"
msgstr "Səs problemini həll et"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:320
+#: harddrake/sound.pm:317
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -3146,18 +3111,18 @@ msgstr ""
"- \"/sbin/fuser -v /dev/dsp\" hansı proqramın səs kartını işlətdiyini "
"bildirir.\n"
-#: harddrake/sound.pm:346
+#: harddrake/sound.pm:343
#, c-format
msgid "Let me pick any driver"
msgstr "İstədiyim sürücünü seçməyə icazə ver"
-#: harddrake/sound.pm:349
+#: harddrake/sound.pm:346
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "Səbəbsiz bir sürücü seçilir"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:352
+#: harddrake/sound.pm:349
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -3191,7 +3156,7 @@ msgstr "Namə'lum|CPH05X (bt878) [çox satıcı]"
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "Namə'lum|CPH06X (bt878) [çox satıcılı]"
-#: harddrake/v4l.pm:474
+#: harddrake/v4l.pm:475
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
@@ -3204,30 +3169,30 @@ msgstr ""
"Əgər kartınız tapıla bilməsə, buradan düzgün kart növünü seçə bilərsiniz. "
"Lazım olanda televiziya kartınızın parametrlərini seçin."
-#: harddrake/v4l.pm:477
+#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "Kart modeli:"
-#: harddrake/v4l.pm:478
+#: harddrake/v4l.pm:479
#, c-format
msgid "Tuner type:"
msgstr "Tuner növü:"
-#: interactive.pm:125 interactive.pm:538 interactive/curses.pm:263
+#: interactive.pm:125 interactive.pm:542 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
-#: interactive/stdio.pm:142 interactive/stdio.pm:143 ugtk2.pm:413 ugtk2.pm:511
-#: ugtk2.pm:791 ugtk2.pm:814
+#: interactive/stdio.pm:148 interactive/stdio.pm:149 ugtk2.pm:414 ugtk2.pm:512
+#: ugtk2.pm:801 ugtk2.pm:824
#, c-format
msgid "Ok"
msgstr "Oldu"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Bəli"
-#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:790 wizards.pm:156
+#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "No"
msgstr "Xeyir"
@@ -3237,32 +3202,32 @@ msgstr "Xeyir"
msgid "Choose a file"
msgstr "Fayl seç"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Add"
msgstr "Əlavə et"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Modify"
msgstr "Təkmilləşdir"
-#: interactive.pm:383 interactive/gtk.pm:419
+#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Remove"
msgstr "Sil"
-#: interactive.pm:538 interactive/curses.pm:263 ugtk2.pm:511
+#: interactive.pm:542 interactive/curses.pm:263 ugtk2.pm:512
#, c-format
msgid "Finish"
msgstr "Qurtar"
-#: interactive.pm:539 interactive/curses.pm:260 ugtk2.pm:509
+#: interactive.pm:543 interactive/curses.pm:260 ugtk2.pm:510
#, c-format
msgid "Previous"
msgstr "Əvvəlki"
-#: interactive/gtk.pm:544
+#: interactive/gtk.pm:548
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr ""
@@ -3272,7 +3237,7 @@ msgstr ""
msgid "Bad choice, try again\n"
msgstr "Xətalı seçim, yenidən sınayın\n"
-#: interactive/stdio.pm:30 interactive/stdio.pm:149
+#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "Seçiminiz? (əsası %s) "
@@ -3291,32 +3256,32 @@ msgstr ""
msgid "Your choice? (0/1, default `%s') "
msgstr "Seçkiniz? (0/1, əsas `%s') "
-#: interactive/stdio.pm:94
+#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "Düymə `%s': %s"
-#: interactive/stdio.pm:95
+#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "Bu düyməyə basmaq istəyirsiniz?"
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "Seçiminiz? (əsas `%s'%s) "
-#: interactive/stdio.pm:104
+#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr " enter `void' void giriçi üçün"
-#: interactive/stdio.pm:122
+#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr "=> Arasından seçiləcək həddindən artıq çox şey var (%s).\n"
-#: interactive/stdio.pm:125
+#: interactive/stdio.pm:131
#, c-format
msgid ""
"Please choose the first number of the 10-range you wish to edit,\n"
@@ -3327,7 +3292,7 @@ msgstr ""
"ya da davam etmək üçün Enter düyməsinə basın.\n"
"Seçiminiz? "
-#: interactive/stdio.pm:138
+#: interactive/stdio.pm:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
@@ -3336,7 +3301,7 @@ msgstr ""
"=> Diqqət edin, etiket dəyişdi:\n"
"%s"
-#: interactive/stdio.pm:145
+#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "Yenidən göndər"
@@ -3354,7 +3319,7 @@ msgstr "default:LTR"
msgid "Andorra"
msgstr "Andorra"
-#: lang.pm:211 timezone.pm:213
+#: lang.pm:211 timezone.pm:215
#, c-format
msgid "United Arab Emirates"
msgstr "Birləşmiş Ərəb Əmirlikləri"
@@ -3399,7 +3364,7 @@ msgstr "Anqola"
msgid "Antarctica"
msgstr "Antarktika"
-#: lang.pm:220 timezone.pm:258
+#: lang.pm:220 timezone.pm:260
#, c-format
msgid "Argentina"
msgstr "Argentina"
@@ -3409,12 +3374,12 @@ msgstr "Argentina"
msgid "American Samoa"
msgstr "Amerikan Samoa"
-#: lang.pm:222 mirror.pm:11 timezone.pm:216
+#: lang.pm:222 mirror.pm:11 timezone.pm:218
#, c-format
msgid "Austria"
msgstr "Avstriya"
-#: lang.pm:223 mirror.pm:10 timezone.pm:254
+#: lang.pm:223 mirror.pm:10 timezone.pm:256
#, c-format
msgid "Australia"
msgstr "Avstraliya"
@@ -3439,12 +3404,12 @@ msgstr "Bosniya və Herzoqovina"
msgid "Barbados"
msgstr "Barbados"
-#: lang.pm:228 timezone.pm:198
+#: lang.pm:228 timezone.pm:200
#, c-format
msgid "Bangladesh"
msgstr "Banqladeş"
-#: lang.pm:229 mirror.pm:12 timezone.pm:218
+#: lang.pm:229 mirror.pm:12 timezone.pm:220
#, c-format
msgid "Belgium"
msgstr "Belçika"
@@ -3454,7 +3419,7 @@ msgstr "Belçika"
msgid "Burkina Faso"
msgstr "Burkina Faso"
-#: lang.pm:231 timezone.pm:219
+#: lang.pm:231 timezone.pm:221
#, c-format
msgid "Bulgaria"
msgstr "Bolqarıstan"
@@ -3489,7 +3454,7 @@ msgstr "Bruney Darüssəlam"
msgid "Bolivia"
msgstr "Boliviya"
-#: lang.pm:238 mirror.pm:13 timezone.pm:259
+#: lang.pm:238 mirror.pm:13 timezone.pm:261
#, c-format
msgid "Brazil"
msgstr "Braziliya"
@@ -3514,7 +3479,7 @@ msgstr "Buvet Adası"
msgid "Botswana"
msgstr "Botsvana"
-#: lang.pm:243 timezone.pm:217
+#: lang.pm:243 timezone.pm:219
#, c-format
msgid "Belarus"
msgstr "Belarusiya"
@@ -3524,7 +3489,7 @@ msgstr "Belarusiya"
msgid "Belize"
msgstr "Beliz"
-#: lang.pm:245 mirror.pm:14 timezone.pm:248
+#: lang.pm:245 mirror.pm:14 timezone.pm:250
#, c-format
msgid "Canada"
msgstr "Kanada"
@@ -3549,7 +3514,7 @@ msgstr "Mərkəzi Afrika Respublikası"
msgid "Congo (Brazzaville)"
msgstr "Congo (Brazzaville)"
-#: lang.pm:250 mirror.pm:38 timezone.pm:242
+#: lang.pm:250 mirror.pm:38 timezone.pm:244
#, c-format
msgid "Switzerland"
msgstr "İsveçrə"
@@ -3564,7 +3529,7 @@ msgstr "Kot Divuar"
msgid "Cook Islands"
msgstr "Kuku Adaları"
-#: lang.pm:253 timezone.pm:260
+#: lang.pm:253 timezone.pm:262
#, c-format
msgid "Chile"
msgstr "Çili"
@@ -3574,7 +3539,7 @@ msgstr "Çili"
msgid "Cameroon"
msgstr "Kamerun"
-#: lang.pm:255 timezone.pm:199
+#: lang.pm:255 timezone.pm:201
#, c-format
msgid "China"
msgstr "Çin"
@@ -3614,12 +3579,12 @@ msgstr "Kristmas Adası"
msgid "Cyprus"
msgstr "Kipr"
-#: lang.pm:263 mirror.pm:16 timezone.pm:220
+#: lang.pm:263 mirror.pm:16 timezone.pm:222
#, c-format
msgid "Czech Republic"
msgstr "Çex Respublikası"
-#: lang.pm:264 mirror.pm:21 timezone.pm:225
+#: lang.pm:264 mirror.pm:21 timezone.pm:227
#, c-format
msgid "Germany"
msgstr "Almanya"
@@ -3629,7 +3594,7 @@ msgstr "Almanya"
msgid "Djibouti"
msgstr "Cibuti"
-#: lang.pm:266 mirror.pm:17 timezone.pm:221
+#: lang.pm:266 mirror.pm:17 timezone.pm:223
#, c-format
msgid "Denmark"
msgstr "Danimarka"
@@ -3654,7 +3619,7 @@ msgstr "Əlcəzair"
msgid "Ecuador"
msgstr "Ekvador"
-#: lang.pm:271 mirror.pm:18 timezone.pm:222
+#: lang.pm:271 mirror.pm:18 timezone.pm:224
#, c-format
msgid "Estonia"
msgstr "Estoniya"
@@ -3674,7 +3639,7 @@ msgstr "Qərbi Saxara"
msgid "Eritrea"
msgstr "Eritre"
-#: lang.pm:275 mirror.pm:36 timezone.pm:240
+#: lang.pm:275 mirror.pm:36 timezone.pm:242
#, c-format
msgid "Spain"
msgstr "İspaniya"
@@ -3684,7 +3649,7 @@ msgstr "İspaniya"
msgid "Ethiopia"
msgstr "Efiopiya"
-#: lang.pm:277 mirror.pm:19 timezone.pm:223
+#: lang.pm:277 mirror.pm:19 timezone.pm:225
#, c-format
msgid "Finland"
msgstr "Finlandiya"
@@ -3709,7 +3674,7 @@ msgstr "Mikroneziya"
msgid "Faroe Islands"
msgstr "Faro Adaları"
-#: lang.pm:282 mirror.pm:20 timezone.pm:224
+#: lang.pm:282 mirror.pm:20 timezone.pm:226
#, c-format
msgid "France"
msgstr "Fransa"
@@ -3719,7 +3684,7 @@ msgstr "Fransa"
msgid "Gabon"
msgstr "Qabon"
-#: lang.pm:284 timezone.pm:244
+#: lang.pm:284 timezone.pm:246
#, c-format
msgid "United Kingdom"
msgstr "Birləşmiş Krallıq"
@@ -3774,7 +3739,7 @@ msgstr "Quadelup"
msgid "Equatorial Guinea"
msgstr "Ekvatorial Qvineya"
-#: lang.pm:295 mirror.pm:22 timezone.pm:226
+#: lang.pm:295 mirror.pm:22 timezone.pm:228
#, c-format
msgid "Greece"
msgstr "Yunanıstan"
@@ -3784,7 +3749,7 @@ msgstr "Yunanıstan"
msgid "South Georgia and the South Sandwich Islands"
msgstr "Cənubi Georgiya və Cənubi Sandviç Adası"
-#: lang.pm:297 timezone.pm:249
+#: lang.pm:297 timezone.pm:251
#, c-format
msgid "Guatemala"
msgstr "Qvatemala"
@@ -3829,27 +3794,27 @@ msgstr "Xırvatıstan"
msgid "Haiti"
msgstr "Haiti"
-#: lang.pm:306 mirror.pm:23 timezone.pm:227
+#: lang.pm:306 mirror.pm:23 timezone.pm:229
#, c-format
msgid "Hungary"
msgstr "Macarıstan"
-#: lang.pm:307 timezone.pm:202
+#: lang.pm:307 timezone.pm:204
#, c-format
msgid "Indonesia"
msgstr "İndoneziya"
-#: lang.pm:308 mirror.pm:24 timezone.pm:228
+#: lang.pm:308 mirror.pm:24 timezone.pm:230
#, c-format
msgid "Ireland"
msgstr "İrlandiya"
-#: lang.pm:309 mirror.pm:25 timezone.pm:204
+#: lang.pm:309 mirror.pm:25 timezone.pm:206
#, c-format
msgid "Israel"
msgstr "İsrail"
-#: lang.pm:310 timezone.pm:201
+#: lang.pm:310 timezone.pm:203
#, c-format
msgid "India"
msgstr "Hindistan"
@@ -3864,7 +3829,7 @@ msgstr "Britaniya Hind Okeanı Sahəsi"
msgid "Iraq"
msgstr "İrak"
-#: lang.pm:313 timezone.pm:203
+#: lang.pm:313 timezone.pm:205
#, c-format
msgid "Iran"
msgstr "İran"
@@ -3874,7 +3839,7 @@ msgstr "İran"
msgid "Iceland"
msgstr "İslandiya"
-#: lang.pm:315 mirror.pm:26 timezone.pm:229
+#: lang.pm:315 mirror.pm:26 timezone.pm:231
#, c-format
msgid "Italy"
msgstr "İtaliya"
@@ -3889,7 +3854,7 @@ msgstr "Yamayka"
msgid "Jordan"
msgstr "İordaniya"
-#: lang.pm:318 mirror.pm:27 timezone.pm:205
+#: lang.pm:318 mirror.pm:27 timezone.pm:207
#, c-format
msgid "Japan"
msgstr "Yaponiya"
@@ -3929,7 +3894,7 @@ msgstr "Müqəddəs Kit və Nevis"
msgid "Korea (North)"
msgstr "Koreya (Şimal)"
-#: lang.pm:326 timezone.pm:206
+#: lang.pm:326 timezone.pm:208
#, c-format
msgid "Korea"
msgstr "Koreya"
@@ -3984,12 +3949,12 @@ msgstr "Liberiya"
msgid "Lesotho"
msgstr "Lesoto"
-#: lang.pm:337 timezone.pm:230
+#: lang.pm:337 timezone.pm:232
#, c-format
msgid "Lithuania"
msgstr "Litva"
-#: lang.pm:338 timezone.pm:231
+#: lang.pm:338 timezone.pm:233
#, c-format
msgid "Luxembourg"
msgstr "Lyuksemburq"
@@ -4089,12 +4054,12 @@ msgstr "Maldiv"
msgid "Malawi"
msgstr "Malavi"
-#: lang.pm:358 timezone.pm:250
+#: lang.pm:358 timezone.pm:252
#, c-format
msgid "Mexico"
msgstr "Mexiko"
-#: lang.pm:359 timezone.pm:207
+#: lang.pm:359 timezone.pm:209
#, c-format
msgid "Malaysia"
msgstr "Malayziya"
@@ -4134,12 +4099,12 @@ msgstr "Nigeriya"
msgid "Nicaragua"
msgstr "Nikaraqua"
-#: lang.pm:367 mirror.pm:28 timezone.pm:232
+#: lang.pm:367 mirror.pm:28 timezone.pm:234
#, c-format
msgid "Netherlands"
msgstr "Hollandiya"
-#: lang.pm:368 mirror.pm:30 timezone.pm:233
+#: lang.pm:368 mirror.pm:30 timezone.pm:235
#, c-format
msgid "Norway"
msgstr "Norvegiya"
@@ -4159,7 +4124,7 @@ msgstr "Nauru"
msgid "Niue"
msgstr "Niu"
-#: lang.pm:372 mirror.pm:29 timezone.pm:255
+#: lang.pm:372 mirror.pm:29 timezone.pm:257
#, c-format
msgid "New Zealand"
msgstr "Yeni Zellandiya"
@@ -4189,7 +4154,7 @@ msgstr "Fransız Poloneziyası"
msgid "Papua New Guinea"
msgstr "Papua Yeni Qvineya"
-#: lang.pm:378 timezone.pm:208
+#: lang.pm:378 timezone.pm:210
#, c-format
msgid "Philippines"
msgstr "Filippin"
@@ -4199,7 +4164,7 @@ msgstr "Filippin"
msgid "Pakistan"
msgstr "Pakistan"
-#: lang.pm:380 mirror.pm:31 timezone.pm:234
+#: lang.pm:380 mirror.pm:31 timezone.pm:236
#, c-format
msgid "Poland"
msgstr "Polşa"
@@ -4224,7 +4189,7 @@ msgstr "Porto Riko"
msgid "Palestine"
msgstr "Filistin"
-#: lang.pm:385 mirror.pm:32 timezone.pm:235
+#: lang.pm:385 mirror.pm:32 timezone.pm:237
#, c-format
msgid "Portugal"
msgstr "Portuqaliya"
@@ -4249,7 +4214,7 @@ msgstr "Katar"
msgid "Reunion"
msgstr "Reyunion"
-#: lang.pm:390 timezone.pm:236
+#: lang.pm:390 timezone.pm:238
#, c-format
msgid "Romania"
msgstr "Ruminıya"
@@ -4284,12 +4249,12 @@ msgstr "Seyşel"
msgid "Sudan"
msgstr "Sudan"
-#: lang.pm:397 mirror.pm:37 timezone.pm:241
+#: lang.pm:397 mirror.pm:37 timezone.pm:243
#, c-format
msgid "Sweden"
msgstr "İsveç"
-#: lang.pm:398 timezone.pm:209
+#: lang.pm:398 timezone.pm:211
#, c-format
msgid "Singapore"
msgstr "Sinqapur"
@@ -4299,7 +4264,7 @@ msgstr "Sinqapur"
msgid "Saint Helena"
msgstr "Müqəddəs Helena"
-#: lang.pm:400 timezone.pm:239
+#: lang.pm:400 timezone.pm:241
#, c-format
msgid "Slovenia"
msgstr "Sloveniya"
@@ -4309,7 +4274,7 @@ msgstr "Sloveniya"
msgid "Svalbard and Jan Mayen Islands"
msgstr "Svalbard və Jan Mayen Adaları"
-#: lang.pm:402 mirror.pm:34 timezone.pm:238
+#: lang.pm:402 mirror.pm:34 timezone.pm:240
#, c-format
msgid "Slovakia"
msgstr "Slovakiya"
@@ -4379,7 +4344,7 @@ msgstr "Cənubi Fransız Sahələri"
msgid "Togo"
msgstr "Toqo"
-#: lang.pm:416 mirror.pm:40 timezone.pm:211
+#: lang.pm:416 mirror.pm:40 timezone.pm:213
#, c-format
msgid "Thailand"
msgstr "Tayland"
@@ -4414,7 +4379,7 @@ msgstr "Tunis"
msgid "Tonga"
msgstr "Tonqa"
-#: lang.pm:423 timezone.pm:212
+#: lang.pm:423 timezone.pm:214
#, c-format
msgid "Turkey"
msgstr "Türkiyə"
@@ -4429,17 +4394,17 @@ msgstr "Trinidad və Tobaqo"
msgid "Tuvalu"
msgstr "Tuvalu"
-#: lang.pm:426 mirror.pm:39 timezone.pm:210
+#: lang.pm:426 mirror.pm:39 timezone.pm:212
#, c-format
msgid "Taiwan"
msgstr "Tayvan"
-#: lang.pm:427 timezone.pm:195
+#: lang.pm:427 timezone.pm:197
#, c-format
msgid "Tanzania"
msgstr "Tanzaniya"
-#: lang.pm:428 timezone.pm:243
+#: lang.pm:428 timezone.pm:245
#, c-format
msgid "Ukraine"
msgstr "Ukrayna"
@@ -4454,7 +4419,7 @@ msgstr "Uqanda"
msgid "United States Minor Outlying Islands"
msgstr "Birləşmiş Ştatlar yanı Kiçik Adalar"
-#: lang.pm:431 mirror.pm:41 timezone.pm:251
+#: lang.pm:431 mirror.pm:41 timezone.pm:253
#, c-format
msgid "United States"
msgstr "Birləşmiş Ştatlar"
@@ -4524,7 +4489,7 @@ msgstr "Yəmən"
msgid "Mayotte"
msgstr "Mayot"
-#: lang.pm:445 mirror.pm:35 timezone.pm:194
+#: lang.pm:445 mirror.pm:35 timezone.pm:196
#, c-format
msgid "South Africa"
msgstr "Cənubi Afrika"
@@ -4539,27 +4504,27 @@ msgstr "Zambiya"
msgid "Zimbabwe"
msgstr "Zimbabve"
-#: lang.pm:1144
+#: lang.pm:1193
#, c-format
msgid "Welcome to %s"
msgstr "%s Sisteminə Xoş Gəldiniz"
-#: lvm.pm:83
+#: lvm.pm:84
#, c-format
msgid "Moving used physical extents to other physical volumes failed"
msgstr ""
-#: lvm.pm:135
+#: lvm.pm:137
#, c-format
msgid "Physical volume %s is still in use"
msgstr ""
-#: lvm.pm:145
+#: lvm.pm:147
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Əvvəlcə məntiqi həcmləri sil\n"
-#: lvm.pm:178
+#: lvm.pm:180
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr ""
@@ -5047,17 +5012,17 @@ msgstr ""
"%s modulunun yüklənməsi iflas etdi.\n"
"Yenidən başqa bir parametr ilə sınamaq istəyirsiniz?"
-#: partition_table.pm:390
+#: partition_table.pm:401
#, c-format
msgid "mount failed: "
msgstr "bağlama bacarılmadı: "
-#: partition_table.pm:500
+#: partition_table.pm:510
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "Bu platformda genişlədilmiş bölmələr dəstəklənmir"
-#: partition_table.pm:518
+#: partition_table.pm:528
#, c-format
msgid ""
"You have a hole in your partition table but I can not use it.\n"
@@ -5068,27 +5033,7 @@ msgstr ""
"Bu boşluğu, genişlədilmiş bölmənin yanına daşımaq üçünbirinci bölmənizi "
"daşımalısınız."
-#: partition_table.pm:597
-#, c-format
-msgid "Error reading file %s"
-msgstr "%s faylı oxunurkan xəta oldu"
-
-#: partition_table.pm:604
-#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "%s faylından geri yükləmə xətası: %s"
-
-#: partition_table.pm:606
-#, c-format
-msgid "Bad backup file"
-msgstr "Xətalı ehtiyat faylı"
-
-#: partition_table.pm:626
-#, c-format
-msgid "Error writing to file %s"
-msgstr "%s faylına yazma xətası"
-
-#: partition_table/raw.pm:264
+#: partition_table/raw.pm:279
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -5105,7 +5050,7 @@ msgstr ""
msgid "Can not add a partition to _formatted_ RAID %s"
msgstr "Disk bölməsi, _formatted_ RAİD md%d'ə əlavə edilə bilmədi"
-#: raid.pm:150
+#: raid.pm:157
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "%d səviyyə RAİD üçün çatmayan sayda disk bölməsi\n"
@@ -6386,7 +6331,7 @@ msgstr ""
"Bu xidmət haqqında təəsüf ki\n"
"əlavə mə'lumat yoxdur."
-#: services.pm:221 ugtk2.pm:901
+#: services.pm:221 ugtk2.pm:911
#, c-format
msgid "Info"
msgstr "Mə'lumat"
@@ -6411,7 +6356,7 @@ msgstr "Başlat"
msgid "Stop"
msgstr "Dayandır"
-#: standalone.pm:23
+#: standalone.pm:25
#, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
@@ -6444,7 +6389,7 @@ msgstr ""
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
"USA.\n"
-#: standalone.pm:42
+#: standalone.pm:44
#, c-format
msgid ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
@@ -6471,7 +6416,7 @@ msgstr ""
"--help : bu ismarışı göstər.\n"
"--version : buraxılış nömrəsini göstər.\n"
-#: standalone.pm:54
+#: standalone.pm:56
#, c-format
msgid ""
"[--boot] [--splash]\n"
@@ -6481,7 +6426,7 @@ msgid ""
"default mode: offer to configure autologin feature"
msgstr ""
-#: standalone.pm:59
+#: standalone.pm:61
#, fuzzy, c-format
msgid ""
"[OPTIONS] [PROGRAM_NAME]\n"
@@ -6498,7 +6443,7 @@ msgstr ""
" --report - proqram Mandriva Linux vasitələrindən biri olmalıdır\n"
" --incident - proqram Mandriva Linux vasitələrindən biri olmalıdır"
-#: standalone.pm:65
+#: standalone.pm:67
#, c-format
msgid ""
"[--add]\n"
@@ -6509,7 +6454,7 @@ msgid ""
" --wizard - like --add"
msgstr ""
-#: standalone.pm:71
+#: standalone.pm:73
#, fuzzy, c-format
msgid ""
"\n"
@@ -6538,7 +6483,7 @@ msgstr ""
" : tə'minatın_adı staroffice üçün so kimi \n"
" : və ghostscript üçün gs kimi."
-#: standalone.pm:86
+#: standalone.pm:88
#, fuzzy, c-format
msgid ""
"[OPTIONS]...\n"
@@ -6570,18 +6515,18 @@ msgstr ""
"--delclient : MTS'dən alıcı sistemi sil (MAC ünvanı, IP, nbi əks adı "
"istənəcək)"
-#: standalone.pm:98
+#: standalone.pm:100
#, c-format
msgid "[keyboard]"
msgstr "[klaviatura]"
-#: standalone.pm:99
+#: standalone.pm:101
#, c-format
msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
msgstr ""
"[--file=faylım] [--word=kəlməm] [--explain=ifadəliqayda] [--xəbərdarlıq]"
-#: standalone.pm:100
+#: standalone.pm:102
#, c-format
msgid ""
"[OPTIONS]\n"
@@ -6604,7 +6549,7 @@ msgstr ""
"--status : bağlananda 1, əks halda 0 cavabı verir, sonra çıxır.\n"
"--quiet : interaktiv olma. (dis)connect ilə işlədilmək üçün."
-#: standalone.pm:110
+#: standalone.pm:112
#, c-format
msgid ""
"[OPTION]...\n"
@@ -6624,7 +6569,7 @@ msgstr ""
" --merge-all-rpmnew tapılan bütün .rpmnew/.rpmsave fayllarını "
"birləşdirməyi təklif et"
-#: standalone.pm:115
+#: standalone.pm:117
#, c-format
msgid ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
@@ -6633,7 +6578,7 @@ msgstr ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
"usbtable] [--dynamic=dev]"
-#: standalone.pm:116
+#: standalone.pm:118
#, c-format
msgid ""
" [everything]\n"
@@ -6644,7 +6589,7 @@ msgstr ""
" XFdrake [--noauto] monitor\n"
" XFdrake həllerilirlik"
-#: standalone.pm:152
+#: standalone.pm:154
#, c-format
msgid ""
"\n"
@@ -6655,103 +6600,103 @@ msgstr ""
"İstifadə qaydası: %s [--auto] [--beginner] [--expert] [-h|--help] [--"
"noauto] [--testing] [-v|--version] "
-#: timezone.pm:148 timezone.pm:149
+#: timezone.pm:150 timezone.pm:151
#, fuzzy, c-format
msgid "All servers"
msgstr "Verici əlavə et"
-#: timezone.pm:183
+#: timezone.pm:185
#, c-format
msgid "Global"
msgstr ""
-#: timezone.pm:186
+#: timezone.pm:188
#, fuzzy, c-format
msgid "Africa"
msgstr "Cənubi Afrika"
-#: timezone.pm:187
+#: timezone.pm:189
#, fuzzy, c-format
msgid "Asia"
msgstr "Avstriya"
-#: timezone.pm:188
+#: timezone.pm:190
#, c-format
msgid "Europe"
msgstr ""
-#: timezone.pm:189
+#: timezone.pm:191
#, fuzzy, c-format
msgid "North America"
msgstr "Cənubi Afrika"
-#: timezone.pm:190
+#: timezone.pm:192
#, fuzzy, c-format
msgid "Oceania"
msgstr "Makedoniya"
-#: timezone.pm:191
+#: timezone.pm:193
#, fuzzy, c-format
msgid "South America"
msgstr "Cənubi Afrika"
-#: timezone.pm:200
+#: timezone.pm:202
#, c-format
msgid "Hong Kong"
msgstr "Honq Konq"
-#: timezone.pm:237
+#: timezone.pm:239
#, c-format
msgid "Russian Federation"
msgstr "Rusiya Federasiyası"
-#: timezone.pm:245
+#: timezone.pm:247
#, c-format
msgid "Yugoslavia"
msgstr "Yugoslaviya"
-#: ugtk2.pm:791
+#: ugtk2.pm:801
#, c-format
msgid "Is this correct?"
msgstr "Bu düzdür?"
-#: ugtk2.pm:851
+#: ugtk2.pm:861
#, fuzzy, c-format
msgid "No file chosen"
msgstr "fayl seçicisi"
-#: ugtk2.pm:853
+#: ugtk2.pm:863
#, fuzzy, c-format
msgid "You have chosen a file, not a directory"
msgstr "Bir qovluq deyil, bir faylı bildirmək məcburiyyətindəsən .\n"
-#: ugtk2.pm:855
+#: ugtk2.pm:865
#, fuzzy, c-format
msgid "You have chosen a directory, not a file"
msgstr ""
"'/' adları sadəcə bir qovluq ola bilər, qətiyyan'iyyen bir açar ola bilməz"
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, fuzzy, c-format
msgid "No such directory"
msgstr "Belə cərgə yoxdur!"
-#: ugtk2.pm:857
+#: ugtk2.pm:867
#, fuzzy, c-format
msgid "No such file"
msgstr "Belə bir fayl yoxdur : `%s'\n"
-#: ugtk2.pm:936
+#: ugtk2.pm:946
#, c-format
msgid "Expand Tree"
msgstr "Ağacı Aç"
-#: ugtk2.pm:937
+#: ugtk2.pm:947
#, c-format
msgid "Collapse Tree"
msgstr "Ağacı Bağla"
-#: ugtk2.pm:938
+#: ugtk2.pm:948
#, c-format
msgid "Toggle between flat and group sorted"
msgstr "Otaq və grup sıralaması arasında gəz"
@@ -6770,6 +6715,43 @@ msgstr ""
msgid "Installation failed"
msgstr "Qurulum bacarılmadı"
+#~ msgid "Undo"
+#~ msgstr "Geri al"
+
+#~ msgid "Save partition table"
+#~ msgstr "Bölmə cədvəlini qeyd et"
+
+#~ msgid "Restore partition table"
+#~ msgstr "Bölmə cədvəlini geri al"
+
+#~ msgid "Select file"
+#~ msgstr "Fayl seç"
+
+#~ msgid ""
+#~ "The backup partition table has not the same size\n"
+#~ "Still continue?"
+#~ msgstr ""
+#~ "Ehtiyat bölmə cədvəli eyni böyüklüyə sahib deyil\n"
+#~ "Davam etmək istəyirsiniz?"
+
+#~ msgid "Info: "
+#~ msgstr "Mə'lumat: "
+
+#~ msgid "Unknown driver"
+#~ msgstr "Namə'lum sürücü"
+
+#~ msgid "Error reading file %s"
+#~ msgstr "%s faylı oxunurkan xəta oldu"
+
+#~ msgid "Restoring from file %s failed: %s"
+#~ msgstr "%s faylından geri yükləmə xətası: %s"
+
+#~ msgid "Bad backup file"
+#~ msgstr "Xətalı ehtiyat faylı"
+
+#~ msgid "Error writing to file %s"
+#~ msgstr "%s faylına yazma xətası"
+
#~ msgid "Error: The \"%s\" driver for your sound card is unlisted"
#~ msgstr "Xəta: Səs kartınız üçün \"%s\" sürücüsü siyahıda yoxdur"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 8ad4e3824..103e5bcb0 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2007-09-12 17:02+0200\n"
+"POT-Creation-Date: 2008-01-17 14:31+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -13,20 +13,20 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: any.pm:240 diskdrake/interactive.pm:603 diskdrake/interactive.pm:790
-#: diskdrake/interactive.pm:834 diskdrake/interactive.pm:896
-#: diskdrake/interactive.pm:1183 do_pkgs.pm:209 do_pkgs.pm:255
-#: harddrake/sound.pm:201 interactive.pm:576
+#: any.pm:245 diskdrake/interactive.pm:552 diskdrake/interactive.pm:739
+#: diskdrake/interactive.pm:783 diskdrake/interactive.pm:841
+#: diskdrake/interactive.pm:1132 do_pkgs.pm:216 do_pkgs.pm:258
+#: harddrake/sound.pm:202 interactive.pm:580
#, c-format
msgid "Please wait"
msgstr "Калі ласка, пачакайце"
-#: any.pm:240
+#: any.pm:245
#, fuzzy, c-format
msgid "Bootloader installation in progress"
msgstr "Усталяванне загрузчыку"
-#: any.pm:251
+#: any.pm:256
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
@@ -37,12 +37,12 @@ msgid ""
"Assign a new Volume ID?"
msgstr ""
-#: any.pm:262
+#: any.pm:267
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr "Працэс усталявання загрузчыка не атрымаўся. Узнікла наступная памылка:"
-#: any.pm:268
+#: any.pm:273
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -53,7 +53,7 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: any.pm:306
+#: any.pm:311
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
@@ -63,269 +63,270 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: any.pm:329
+#: any.pm:334
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Першы сектар прылады (MBR)"
-#: any.pm:330
+#: any.pm:335
#, fuzzy, c-format
msgid "First sector of the root partition"
msgstr "Першы сектар загрузачнага раздзелу"
-#: any.pm:332
+#: any.pm:337
#, fuzzy, c-format
msgid "On Floppy"
msgstr "Захаванне на дыскету"
-#: any.pm:334
+#: any.pm:339
#, c-format
msgid "Skip"
msgstr "Прапусціць"
-#: any.pm:338
+#: any.pm:343
#, c-format
msgid "LILO/grub Installation"
msgstr "Усталяванне LILO/GRUB"
-#: any.pm:340
+#: any.pm:345
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Куды вы жадаеце ўсталяваць пачатковы загрузчык?"
-#: any.pm:367
+#: any.pm:372
#, fuzzy, c-format
msgid "Boot Style Configuration"
msgstr "Настройка IDE"
-#: any.pm:377 any.pm:409 any.pm:410
+#: any.pm:382 any.pm:414 any.pm:415
#, c-format
msgid "Bootloader main options"
msgstr "Галоўныя опцыі пачатковага загрузчыку"
-#: any.pm:382
+#: any.pm:387
#, fuzzy, c-format
msgid "Bootloader"
msgstr "Усталяванне загрузчыку"
-#: any.pm:383 any.pm:414
+#: any.pm:388 any.pm:419
#, fuzzy, c-format
msgid "Bootloader to use"
msgstr "Галоўныя опцыі пачатковага загрузчыку"
-#: any.pm:385 any.pm:416
+#: any.pm:390 any.pm:421
#, c-format
msgid "Boot device"
msgstr "Загрузачная прылада"
-#: any.pm:387
+#: any.pm:392
#, c-format
msgid "Main options"
msgstr ""
-#: any.pm:388
+#: any.pm:393
#, c-format
msgid "Delay before booting default image"
msgstr "Затрымка перад загрузкай вобразу па дамаўленню"
-#: any.pm:389
+#: any.pm:394
#, c-format
msgid "Enable ACPI"
msgstr ""
-#: any.pm:390
+#: any.pm:395
#, fuzzy, c-format
msgid "Enable APIC"
msgstr "Сервер друку"
-#: any.pm:391
+#: any.pm:396
#, c-format
msgid "Enable Local APIC"
msgstr ""
-#: any.pm:393 any.pm:773 authentication.pm:196 diskdrake/smbnfs_gtk.pm:181
+#: any.pm:398 any.pm:785 any.pm:794 authentication.pm:197
+#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "Пароль"
-#: any.pm:395 authentication.pm:207
+#: any.pm:400 authentication.pm:208
#, c-format
msgid "The passwords do not match"
msgstr "Паролі не супадаюць"
-#: any.pm:395 authentication.pm:207 diskdrake/interactive.pm:1343
+#: any.pm:400 authentication.pm:208 diskdrake/interactive.pm:1299
#, c-format
msgid "Please try again"
msgstr "Паспрабуйце яшчэ раз"
-#: any.pm:396
+#: any.pm:401
#, fuzzy, c-format
msgid "You can not use a password with %s"
msgstr "Вы не можаце разбіваць на разделы, памер якіх меней за 32 Мб"
-#: any.pm:399 any.pm:774 authentication.pm:197
+#: any.pm:404 any.pm:787 any.pm:796 authentication.pm:198
#, c-format
msgid "Password (again)"
msgstr "Паўтарыце пароль"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "Restrict command line options"
msgstr "Абмежаванне опцыяў каманднага радка"
-#: any.pm:400
+#: any.pm:405
#, c-format
msgid "restrict"
msgstr "абмежаванне"
-#: any.pm:401
+#: any.pm:406
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Опцыя ‟Абмежаванне опцыяў каманднага радку“ не выкарыстоўваецца без пароля"
-#: any.pm:403
+#: any.pm:408
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Ачышчаць /tmp пры кожнай загрузцы"
-#: any.pm:404
+#: any.pm:409
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Пазначце дакладны памер RAM (знойдзена %d Мб)"
-#: any.pm:405
+#: any.pm:410
#, c-format
msgid "Give the ram size in MB"
msgstr "Пазначце памер RAM у Мб"
-#: any.pm:415
+#: any.pm:420
#, c-format
msgid "Init Message"
msgstr ""
-#: any.pm:417
+#: any.pm:422
#, c-format
msgid "Open Firmware Delay"
msgstr ""
-#: any.pm:418
+#: any.pm:423
#, c-format
msgid "Kernel Boot Timeout"
msgstr ""
-#: any.pm:419
+#: any.pm:424
#, fuzzy, c-format
msgid "Enable CD Boot?"
msgstr "Дазволіць 6dB павышэнне + цяжкае лімітаванне"
-#: any.pm:420
+#: any.pm:425
#, fuzzy, c-format
msgid "Enable OF Boot?"
msgstr "Дазволіць 6dB павышэнне + цяжкае лімітаванне"
-#: any.pm:421
+#: any.pm:426
#, fuzzy, c-format
msgid "Default OS?"
msgstr "Па дамаўленню"
-#: any.pm:487
+#: any.pm:493
#, c-format
msgid "Image"
msgstr "Вобраз"
-#: any.pm:488 any.pm:501
+#: any.pm:494 any.pm:507
#, c-format
msgid "Root"
msgstr "Root"
-#: any.pm:489 any.pm:514
+#: any.pm:495 any.pm:520
#, c-format
msgid "Append"
msgstr "Далучыць"
-#: any.pm:491
+#: any.pm:497
#, c-format
msgid "Xen append"
msgstr ""
-#: any.pm:494
+#: any.pm:500
#, c-format
msgid "Video mode"
msgstr "Відэа-рэжым"
-#: any.pm:496
+#: any.pm:502
#, c-format
msgid "Initrd"
msgstr "Initrd"
-#: any.pm:497
+#: any.pm:503
#, fuzzy, c-format
msgid "Network profile"
msgstr "Сеткавы інтэрфейс"
-#: any.pm:506 any.pm:511 any.pm:513 diskdrake/interactive.pm:425
+#: any.pm:512 any.pm:517 any.pm:519 diskdrake/interactive.pm:374
#, c-format
msgid "Label"
msgstr "Метка"
-#: any.pm:508 any.pm:516 harddrake/v4l.pm:438
+#: any.pm:514 any.pm:522 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Па дамаўленню"
-#: any.pm:515
+#: any.pm:521
#, fuzzy, c-format
msgid "NoVideo"
msgstr "Відэа"
-#: any.pm:526
+#: any.pm:532
#, c-format
msgid "Empty label not allowed"
msgstr "Пустая метка не дазваляецца"
-#: any.pm:527
+#: any.pm:533
#, c-format
msgid "You must specify a kernel image"
msgstr ""
-#: any.pm:527
+#: any.pm:533
#, fuzzy, c-format
msgid "You must specify a root partition"
msgstr "Першы сектар загрузачнага раздзелу"
-#: any.pm:528
+#: any.pm:534
#, c-format
msgid "This label is already used"
msgstr "Гэтая метка ўжо выкарыстоўваецца"
-#: any.pm:546
+#: any.pm:552
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Які тып пункта жадаеце дадаць?"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Linux"
msgstr "Linux"
-#: any.pm:547
+#: any.pm:553
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Іншая АС (SunOS,...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Іншая АС (MacOS,...)"
-#: any.pm:548
+#: any.pm:554
#, c-format
msgid "Other OS (Windows...)"
msgstr "Іншая АС (Windows...)"
-#: any.pm:576
+#: any.pm:582
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -334,47 +335,47 @@ msgstr ""
"У меню маюцца наступныя пункты.\n"
"Вы можаце дадаць яшчэ, альбо змяніць існуючыя."
-#: any.pm:727
+#: any.pm:745
#, c-format
msgid "access to X programs"
msgstr ""
-#: any.pm:728
+#: any.pm:746
#, c-format
msgid "access to rpm tools"
msgstr ""
-#: any.pm:729
+#: any.pm:747
#, c-format
msgid "allow \"su\""
msgstr ""
-#: any.pm:730
+#: any.pm:748
#, fuzzy, c-format
msgid "access to administrative files"
msgstr "Выкарыстоўваць настройкі сыстэмнага адміністратара"
-#: any.pm:731
+#: any.pm:749
#, c-format
msgid "access to network tools"
msgstr ""
-#: any.pm:732
+#: any.pm:750
#, fuzzy, c-format
msgid "access to compilation tools"
msgstr "Канфігурацыя сістэмных сэрвісаў"
-#: any.pm:737
+#: any.pm:756
#, c-format
msgid "(already added %s)"
msgstr "(ужо дададзена %s)"
-#: any.pm:744
+#: any.pm:762
#, c-format
msgid "Please give a user name"
msgstr "Калі ласка, увядзіце імя карыстальніку"
-#: any.pm:745
+#: any.pm:763
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
@@ -382,129 +383,134 @@ msgstr ""
"Імя карыстальніку павінна змяшчаць літары толькі на ніжнім рэгістры, \n"
"лічбы, ‛-’ і ‛_’"
-#: any.pm:746
+#: any.pm:764
#, fuzzy, c-format
msgid "The user name is too long"
msgstr "Імя занадта доўгае"
-#: any.pm:747
+#: any.pm:765
#, c-format
msgid "This user name has already been added"
msgstr "Гэта імя карыстальніку ўжо дададзена"
-#: any.pm:748 any.pm:776
+#: any.pm:771 any.pm:798
#, c-format
msgid "User ID"
msgstr "ID карыстальніка"
-#: any.pm:749 any.pm:777
+#: any.pm:771 any.pm:799
#, c-format
msgid "Group ID"
msgstr "ID групы"
-#: any.pm:752
+#: any.pm:772
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "UIN павінен утрымліваць толькі лічбы.\n"
-#: any.pm:753
+#: any.pm:773
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr ""
-#: any.pm:768
+#: any.pm:777
#, fuzzy, c-format
msgid "User management"
msgstr "Карыстальнік"
-#: any.pm:775 authentication.pm:182
+#: any.pm:784 authentication.pm:183
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "Пароль для root"
-#: any.pm:780
+#: any.pm:789
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"Увядзіце імя карыстальніку\n"
"%s"
-#: any.pm:781
+#: any.pm:790
#, c-format
msgid "Real name"
msgstr "Уласнае імя"
-#: any.pm:772
+#: any.pm:793
#, fuzzy, c-format
msgid "Login name"
msgstr "Гульня ў косьці"
-#: any.pm:775
+#: any.pm:797
#, c-format
msgid "Shell"
msgstr "Абалонка:"
-#: any.pm:822 security/l10n.pm:14
+#: any.pm:835 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Аўтаматычны ўваход у сістэму"
-#: any.pm:823
+#: any.pm:836
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
-#: any.pm:824
+#: any.pm:837
#, fuzzy, c-format
msgid "Use this feature"
msgstr "Зачыніць гэтую тэчку"
-#: any.pm:825
+#: any.pm:838
#, c-format
msgid "Choose the default user:"
msgstr "Абярыце асноўнага карыстальніка:"
-#: any.pm:826
+#: any.pm:839
#, c-format
msgid "Choose the window manager to run:"
msgstr "Абярыце мэнэджар вокнаў:"
-#: any.pm:854
+#: any.pm:862 any.pm:912
+#, fuzzy, c-format
+msgid "Release Notes"
+msgstr "Калі ласка, пачакайце"
+
+#: any.pm:869 any.pm:1201 interactive/gtk.pm:766
+#, c-format
+msgid "Close"
+msgstr "Зачыніць"
+
+#: any.pm:905
#, c-format
msgid "License agreement"
msgstr "Ліцэнзійная дамова"
-#: any.pm:857 diskdrake/dav.pm:26
+#: any.pm:908 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "Выхад"
-#: any.pm:860
-#, fuzzy, c-format
-msgid "Release Notes"
-msgstr "Калі ласка, пачакайце"
-
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Accept"
msgstr "Прыняць"
-#: any.pm:863
+#: any.pm:915
#, c-format
msgid "Refuse"
msgstr "Адказаць"
-#: any.pm:882 any.pm:950
+#: any.pm:930 any.pm:996
#, fuzzy, c-format
msgid "Please choose a language to use."
msgstr "калі ласка, пазначце тып вашай мышы."
-#: any.pm:883 any.pm:951
+#: any.pm:931 any.pm:997
#, fuzzy, c-format
msgid "Language choice"
msgstr "Выбар мовы"
-#: any.pm:913
+#: any.pm:961
#, c-format
msgid ""
"Mandriva Linux can support multiple languages. Select\n"
@@ -512,72 +518,72 @@ msgid ""
"when your installation is complete and you restart your system."
msgstr "Вы можаце абраць іншыя мовы, якія будуць даступны пасля ўсталявання"
-#: any.pm:916
+#: any.pm:964
#, c-format
msgid "Multi languages"
msgstr ""
-#: any.pm:928 any.pm:959
+#: any.pm:975 any.pm:1005
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
-#: any.pm:930
+#: any.pm:977
#, fuzzy, c-format
msgid "All languages"
msgstr "Выбар мовы"
-#: any.pm:1005
+#: any.pm:1052
#, fuzzy, c-format
msgid "Country / Region"
msgstr "Краіна - рэгіён і мова"
-#: any.pm:1007
+#: any.pm:1054
#, fuzzy, c-format
msgid "Please choose your country."
msgstr "калі ласка, пазначце тып вашай мышы."
-#: any.pm:1009
+#: any.pm:1056
#, c-format
msgid "Here is the full list of available countries"
msgstr ""
-#: any.pm:1010
+#: any.pm:1057
#, fuzzy, c-format
msgid "Other Countries"
msgstr "Парты вываду:"
-#: any.pm:1010 interactive.pm:477
+#: any.pm:1057 interactive.pm:481
#, c-format
msgid "Advanced"
msgstr "Адмысловае"
-#: any.pm:1016
+#: any.pm:1063
#, c-format
msgid "Input method:"
msgstr ""
-#: any.pm:1019
+#: any.pm:1066
#, c-format
msgid "None"
msgstr "Нічога"
-#: any.pm:1099
+#: any.pm:1146
#, fuzzy, c-format
msgid "No sharing"
msgstr "Нічога"
-#: any.pm:1099
+#: any.pm:1146
#, fuzzy, c-format
msgid "Allow all users"
msgstr "Дадаць карыстальніка"
-#: any.pm:1099
+#: any.pm:1146
#, c-format
msgid "Custom"
msgstr "Па выбару"
-#: any.pm:1103
+#: any.pm:1150
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -587,282 +593,277 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: any.pm:1115
+#: any.pm:1162
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
-#: any.pm:1118
+#: any.pm:1165
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
-#: any.pm:1126
+#: any.pm:1173
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
-#: any.pm:1151
+#: any.pm:1201
#, c-format
msgid "Launch userdrake"
msgstr ""
-#: any.pm:1151 interactive/gtk.pm:747
-#, c-format
-msgid "Close"
-msgstr "Зачыніць"
-
-#: any.pm:1153
+#: any.pm:1203
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
-#: any.pm:1245
+#: any.pm:1295
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Калі ласка, выйдзіце, а потым скарыстайце Ctrl-Alt-BackSpace"
-#: any.pm:1249
+#: any.pm:1299
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
-#: any.pm:1284
+#: any.pm:1334
#, fuzzy, c-format
msgid "Timezone"
msgstr "Тэма"
-#: any.pm:1284
+#: any.pm:1334
#, c-format
msgid "Which is your timezone?"
msgstr "Які ваш часавы пояс?"
-#: any.pm:1296 any.pm:1298
+#: any.pm:1346 any.pm:1348
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
-#: any.pm:1299
+#: any.pm:1349
#, c-format
msgid "What is the best time?"
msgstr ""
-#: any.pm:1303
+#: any.pm:1353
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "Ваш сістэмны гадзіннік усталяваны на GMT?"
-#: any.pm:1304
+#: any.pm:1354
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "Ваш сістэмны гадзіннік усталяваны на GMT?"
-#: any.pm:1306
+#: any.pm:1356
#, fuzzy, c-format
msgid "NTP Server"
msgstr "NIS сэервер:"
-#: any.pm:1307
+#: any.pm:1357
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: authentication.pm:23
+#: authentication.pm:24
#, c-format
msgid "Local file"
msgstr "Лякальны файл"
-#: authentication.pm:24
+#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr ""
-#: authentication.pm:25
+#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr ""
-#: authentication.pm:26
+#: authentication.pm:27
#, c-format
msgid "Smart Card"
msgstr ""
-#: authentication.pm:27 authentication.pm:163
+#: authentication.pm:28 authentication.pm:164
#, fuzzy, c-format
msgid "Windows Domain"
msgstr "Уласьцівасьці акна"
-#: authentication.pm:28
+#: authentication.pm:29
#, c-format
msgid "Active Directory with SFU"
msgstr ""
-#: authentication.pm:29
+#: authentication.pm:30
#, c-format
msgid "Active Directory with Winbind"
msgstr ""
-#: authentication.pm:66
+#: authentication.pm:67
#, fuzzy, c-format
msgid "Local file:"
msgstr "Загрузіць файл(ы):"
-#: authentication.pm:66
+#: authentication.pm:67
#, c-format
msgid "Use information stored in local files for all authentication"
msgstr ""
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid "LDAP:"
msgstr ":"
-#: authentication.pm:67
+#: authentication.pm:68
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid "NIS:"
msgstr ":"
-#: authentication.pm:68
+#: authentication.pm:69
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""
-#: authentication.pm:69
+#: authentication.pm:70
#, fuzzy, c-format
msgid "Windows Domain:"
msgstr "Уласьцівасьці акна:"
-#: authentication.pm:69
+#: authentication.pm:70
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""
-#: authentication.pm:70
+#: authentication.pm:71
#, c-format
msgid "Active Directory with SFU:"
msgstr ""
-#: authentication.pm:70
+#: authentication.pm:71
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
-#: authentication.pm:71
+#: authentication.pm:72
#, c-format
msgid "Active Directory with Winbind:"
msgstr ""
-#: authentication.pm:71
+#: authentication.pm:72
#, c-format
msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
-#: authentication.pm:96
+#: authentication.pm:97
#, fuzzy, c-format
msgid "Authentication LDAP"
msgstr "Аўтэнтыфікацыя"
-#: authentication.pm:97
+#: authentication.pm:98
#, c-format
msgid "LDAP Base dn"
msgstr ""
-#: authentication.pm:98
+#: authentication.pm:99
#, fuzzy, c-format
msgid "LDAP Server"
msgstr "Сервак"
-#: authentication.pm:111 fsedit.pm:23
+#: authentication.pm:112 fsedit.pm:23
#, fuzzy, c-format
msgid "simple"
msgstr "Тэма"
-#: authentication.pm:112
+#: authentication.pm:113
#, c-format
msgid "TLS"
msgstr "TLS"
-#: authentication.pm:113
+#: authentication.pm:114
#, c-format
msgid "SSL"