summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/smp-dmi.c10
-rw-r--r--perl-install/c/smp.c5
2 files changed, 5 insertions, 10 deletions
diff --git a/perl-install/c/smp-dmi.c b/perl-install/c/smp-dmi.c
index 518163c75..672bc2c35 100644
--- a/perl-install/c/smp-dmi.c
+++ b/perl-install/c/smp-dmi.c
@@ -159,8 +159,7 @@ static int dmi_table(int fd, u32 base, int len, int num)
dm=(struct dmi_header *)data;
if((dm->type == 4) && /*"Central Processor"*/(data[5] == 3)) {
- if(/*Processor Manufacturer*/(data[7] != 0) &&
- (strncmp(dmi_processor_family(data[6]),"Unknown",7) != 0) && (data[6] != 0))
+ if(/*Processor Manufacturer*/data[7] != 0)
processor++;
}
@@ -174,11 +173,6 @@ static int dmi_table(int fd, u32 base, int len, int num)
return processor;
}
-int main(int argc, char *argv[])
-{
- return intelDetectSMP();
-}
-
int intelDetectSMP(void) {
unsigned char buf[20];
int fd=open("/dev/mem", O_RDONLY);
@@ -215,5 +209,5 @@ int intelDetectSMP(void) {
}
}
close(fd);
- return processor;
+ return (processor > 1);
}
diff --git a/perl-install/c/smp.c b/perl-install/c/smp.c
index 4e0ed354a..7e25302d1 100644
--- a/perl-install/c/smp.c
+++ b/perl-install/c/smp.c
@@ -244,7 +244,8 @@ readType()
extern int intelDetectSMP(void);
-static int intelDetectSMP_old(void)
+// old detection
+static int intelDetectSMP_mptable(void)
{
vm_offset_t paddr;
int where;
@@ -483,7 +484,7 @@ int detectSMP(void)
return isSMP;
#ifdef __i386__
- return isSMP = intelDetectSMP();
+ return isSMP = intelDetectSMP() || intelDetectSMP_mptable();
#elif __sparc__
return isSMP = sparcDetectSMP();
#elif __alpha__
h'>
-rw-r--r--perl-install/share/po/bn.po43
-rw-r--r--perl-install/share/po/br.po43
-rw-r--r--perl-install/share/po/bs.po43
-rw-r--r--perl-install/share/po/ca.po43
-rw-r--r--perl-install/share/po/cs.po132
-rw-r--r--perl-install/share/po/cy.po43
-rw-r--r--perl-install/share/po/da.po43
-rw-r--r--perl-install/share/po/de.po160
-rw-r--r--perl-install/share/po/el.po43
-rw-r--r--perl-install/share/po/eo.po43
-rw-r--r--perl-install/share/po/es.po43
-rw-r--r--perl-install/share/po/et.po46
-rw-r--r--perl-install/share/po/eu.po43
-rw-r--r--perl-install/share/po/fa.po43
-rw-r--r--perl-install/share/po/fi.po43
-rw-r--r--perl-install/share/po/fr.po47
-rw-r--r--perl-install/share/po/fur.po38
-rw-r--r--perl-install/share/po/ga.po40
-rw-r--r--perl-install/share/po/gl.po43
-rw-r--r--perl-install/share/po/he.po43
-rw-r--r--perl-install/share/po/hi.po43
-rw-r--r--perl-install/share/po/hr.po43
-rw-r--r--perl-install/share/po/hu.po1687
-rw-r--r--perl-install/share/po/id.po43
-rw-r--r--perl-install/share/po/is.po43
-rw-r--r--perl-install/share/po/it.po43
-rw-r--r--perl-install/share/po/ja.po51
-rw-r--r--perl-install/share/po/ko.po43
-rw-r--r--perl-install/share/po/ky.po43
-rw-r--r--perl-install/share/po/libDrakX.pot30
-rw-r--r--perl-install/share/po/lt.po43
-rw-r--r--perl-install/share/po/ltg.po43
-rw-r--r--perl-install/share/po/lv.po43
-rw-r--r--perl-install/share/po/mk.po43
-rw-r--r--perl-install/share/po/mn.po42
-rw-r--r--perl-install/share/po/ms.po40
-rw-r--r--perl-install/share/po/mt.po43
-rw-r--r--perl-install/share/po/nb.po43
-rw-r--r--perl-install/share/po/nl.po43
-rw-r--r--perl-install/share/po/nn.po43
-rw-r--r--perl-install/share/po/pa_IN.po43
-rw-r--r--perl-install/share/po/pl.po163
-rw-r--r--perl-install/share/po/pt.po150
-rw-r--r--perl-install/share/po/pt_BR.po148
-rw-r--r--perl-install/share/po/ro.po43
-rw-r--r--perl-install/share/po/ru.po43
-rw-r--r--perl-install/share/po/sc.po43
-rw-r--r--perl-install/share/po/sk.po43
-rw-r--r--perl-install/share/po/sl.po43
-rw-r--r--perl-install/share/po/sq.po44
-rw-r--r--perl-install/share/po/sr.po43
-rw-r--r--perl-install/share/po/sr@Latn.po43
-rw-r--r--perl-install/share/po/sv.po118
-rw-r--r--perl-install/share/po/ta.po43
-rw-r--r--perl-install/share/po/tg.po43
-rw-r--r--perl-install/share/po/th.po43
-rw-r--r--perl-install/share/po/tl.po43
-rw-r--r--perl-install/share/po/tr.po43
-rw-r--r--perl-install/share/po/uk.po43
-rw-r--r--perl-install/share/po/uz.po43
-rw-r--r--perl-install/share/po/uz@cyrillic.po43
-rw-r--r--perl-install/share/po/vi.po43
-rw-r--r--perl-install/share/po/wa.po43
-rw-r--r--perl-install/share/po/zh_CN.po58
-rw-r--r--perl-install/share/po/zh_TW.po43
71 files changed, 3120 insertions, 2190 deletions
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 8df87a773..4fcf3b10c 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: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\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"
@@ -107,11 +107,11 @@ msgid "Skip"
msgstr "Mis hierdie stap"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "LILO/grub installasie"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "Besig met installasie van herlaaistelsel"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Waar wil u die herlaaistelsel installeer"
@@ -202,28 +202,18 @@ msgstr "Beperk instruksielyn-opsies"
msgid "restrict"
msgstr "beperk"
-#: any.pm:419
+#: any.pm:421
#, 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:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Maak /tmp skoon met elke herlaai"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Gee die geheuegrootte in MB"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -350,6 +340,11 @@ msgid "Other OS (Windows...)"
msgstr "Ander bedryfstelsel (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Herlaaistylkonfigurasie"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1806,6 +1801,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "Partisionering"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "Watter soort partisie?"
@@ -6725,6 +6725,15 @@ msgstr ""
msgid "Installation failed"
msgstr "Installasie het gefaal!"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "LILO/grub installasie"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Gee die geheuegrootte in MB"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index e5512fd14..28cdee41d 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: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\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"
@@ -89,11 +89,11 @@ msgid "Skip"
msgstr "ዝለል"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "የLILO/grub ተከላ"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "የአስጀማሪ ተከላ በመከናወን ላይ"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "አስጀማሪውን የት መትከል ይፈልጋሉ?"
@@ -184,27 +184,17 @@ msgstr "የትእዛዝ መስመር ምርጫዎችን ወስን"
msgid "restrict"
msgstr "ወስን"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "በየጅማሬው /tmpን አጽዳ"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr ""
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr ""
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -331,6 +321,11 @@ msgid "Other OS (Windows...)"
msgstr "ሌሎች የመጠቀሚያ ዜዴዎች (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "የአጀማመር ዘይቤ ምርጫ"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1744,6 +1739,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "ይጠንቀቁ: ይህ አሰራር አደገኛ ነው።"
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "መከፋፈል አልተሳካም: %s"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "ምን አይነት አከፋፈል?"
@@ -6203,6 +6203,9 @@ msgstr ""
msgid "Installation failed"
msgstr "%s አልተገኘም"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "የLILO/grub ተከላ"
+
#, fuzzy
#~ msgid "Security level"
#~ msgstr "የደህንነት ደረጃ፦"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index 2c1cae377..52c50a4a0 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: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\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"
@@ -113,11 +113,11 @@ msgid "Skip"
msgstr "تخطّي"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "تثبيت LILO/grub"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "محمل الإقلاع قيد التثبيت"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "أين تريد تثبيت محمّل الإقلاع؟"
@@ -208,27 +208,17 @@ msgstr "تشديد خيارات سطر الأوامر"
msgid "restrict"
msgstr "تشديد"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "خيار ``تشديد خيارات سطر الأوامر`` لا ينفع دون كلمة مرور"
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "تنظيف /tmp عند كل إقلاع"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "حجم الذاكرة الدقيق عند الحاجة (عثر على %d م.ب.)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "اكتب حجم الذاكرة بالميغابايت"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -355,6 +345,11 @@ msgid "Other OS (Windows...)"
msgstr "نظام تشغيل آخر (ويندوز...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "تهيئة أسلوب الإقلاع"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1812,6 +1807,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "كن حذرا: هذه العملية خطيرة"
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "التجزئة"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "أي نوع من التجزئة؟"
@@ -6782,6 +6782,15 @@ msgstr ""
msgid "Installation failed"
msgstr "فشل التّثبيت"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "تثبيت LILO/grub"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "حجم الذاكرة الدقيق عند الحاجة (عثر على %d م.ب.)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "اكتب حجم الذاكرة بالميغابايت"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 1d8ee5600..55ee923e4 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: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\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"
@@ -106,11 +106,11 @@ msgid "Skip"
msgstr "Keç"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "LILO/grub Qurulumu"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "Açılış yükləyicisi qurulumu fəaliyyətdədir"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Sistem yükləyicisini hara qurmaq istəyirsiniz?"
@@ -202,28 +202,18 @@ msgstr "Əmr sətiri seçimlərini məhdudlaşdır"
msgid "restrict"
msgstr "məhdudlaşdır"
-#: any.pm:419
+#: any.pm:421
#, 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:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "/tmp-i hər açılışda təmizlə"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Ümumi yaddaş miqdarı (%d MB tapıldı)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Yaddaş miqdarını MB cinsindən verin"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -350,6 +340,11 @@ msgid "Other OS (Windows...)"
msgstr "Digər ƏS (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Açılış Tərzi Quraşdırılması"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1811,6 +1806,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Diqqətlı olun: bu əməliyyat təhlükəlidir."
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "Bölmələndirmə"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "Hansı növ bölmələndirmə?"
@@ -6838,6 +6838,15 @@ msgstr ""
msgid "Installation failed"
msgstr "Qurulum bacarılmadı"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "LILO/grub Qurulumu"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Ümumi yaddaş miqdarı (%d MB tapıldı)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Yaddaş miqdarını MB cinsindən verin"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index b6d221d74..02dfee5d8 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: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -89,11 +89,11 @@ msgid "Skip"
msgstr "Прапусціць"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "Усталяванне LILO/GRUB"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "Усталяванне загрузчыку"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Куды вы жадаеце ўсталяваць пачатковы загрузчык?"
@@ -184,28 +184,18 @@ msgstr "Абмежаванне опцыяў каманднага радка"
msgid "restrict"
msgstr "абмежаванне"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Опцыя ‟Абмежаванне опцыяў каманднага радку“ не выкарыстоўваецца без пароля"
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Ачышчаць /tmp пры кожнай загрузцы"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Пазначце дакладны памер RAM (знойдзена %d Мб)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Пазначце памер RAM у Мб"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -332,6 +322,11 @@ msgid "Other OS (Windows...)"
msgstr "Іншая АС (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Настройка IDE"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1755,6 +1750,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Будзьце уважлівы. Гэтую аперацыю нельга адмяніць"
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "Прынтэр"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr ""
@@ -6324,6 +6324,15 @@ msgstr ""
msgid "Installation failed"
msgstr "Усталяванне SILO"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "Усталяванне LILO/GRUB"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Пазначце дакладны памер RAM (знойдзена %d Мб)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Пазначце памер RAM у Мб"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 7b5fdbf8c..4792b7096 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-bg\n"
-"POT-Creation-Date: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\n"
"PO-Revision-Date: 2004-09-15 13:27+0200\n"
"Last-Translator: Boyan Ivanov <boyan17@bulgaria.com>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@@ -105,11 +105,11 @@ msgid "Skip"
msgstr "Прескача"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "LILO/grub инсталация"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "Инсталация на Bootloader"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Къде искате да инсталирате bootloader-а?"
@@ -201,27 +201,17 @@ msgstr "Ограничи опциите, задавани от командни
msgid "restrict"
msgstr "ограничи"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Опцията ``Ограничи опциите от командния ред'' е безполезна без парола"
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Почистване на /tmp при всяко зареждане"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Точен размер на RAM-паметта, ако е необходимо (намерени %d MB)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Дава размера RAM-памет в Mb"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -348,6 +338,11 @@ msgid "Other OS (Windows...)"
msgstr "Друга ОС (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Настройка на начина на стартиране"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1794,6 +1789,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Внимание: тази операция е опасна"
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "Разделяне на дялове"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "Какъв тип разделяне на дялове ?"
@@ -6618,6 +6618,15 @@ msgstr ""
msgid "Installation failed"
msgstr "Инсталацията провалена"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "LILO/grub инсталация"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Точен размер на RAM-паметта, ако е необходимо (намерени %d MB)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Дава размера RAM-памет в Mb"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index 555dc5ead..27f3bf154 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX HEAD\n"
-"POT-Creation-Date: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\n"
"PO-Revision-Date: 2005-03-19 23:18+0600\n"
"Last-Translator: Samia <mailsamia2001@yahoo.com>\n"
"Language-Team: Bangla <mdk-translation@bengalinux.org>\n"
@@ -107,11 +107,11 @@ msgid "Skip"
msgstr "উপেক্ষা"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "LILO/grub ইনস্টলেশন"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "বুট লোডার ইনস্টল করা হচ্ছে"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "আপনি bootloader টি কোথায় ইনস্টল করতে চান?"
@@ -202,27 +202,17 @@ msgstr "কমান্ডলইন অপশনে বাঁধা দাও"
msgid "restrict"
msgstr "বাঁধা দাও"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "``নিয়ন্ত্রিত কমান্ড লাইন অপশন'' অপশনটি পাসওয়ার্ড ছাড়া ব্যবহার করা যাবে না"
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "প্রতি বুটে /tmp পরিষ্কার করো"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "যদি প্রয়োজন হয় যথাযথ RAM লাগবে (পাওয়া গেছে %d RAM)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "মেগাবাইটে র‌্যমের সাইজ প্রদান করুন"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -349,6 +339,11 @@ msgid "Other OS (Windows...)"
msgstr "অন্যান্য OS (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "বুটের ধরণ কনফিগারেশন"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1815,6 +1810,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "খুবই সাবধান: এই কাজটি ঝুঁকিপূর্ন।"
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "পার্টিশন করা হচ্ছে"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "কি ধরণের পার্টিশন হবে?"
@@ -6790,6 +6790,15 @@ msgstr ""
msgid "Installation failed"
msgstr "ইনস্টলেশন ব্যর্থ হয়েছে"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "LILO/grub ইনস্টলেশন"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "যদি প্রয়োজন হয় যথাযথ RAM লাগবে (পাওয়া গেছে %d RAM)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "মেগাবাইটে র‌্যমের সাইজ প্রদান করুন"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 7c1adfee3..eb9a0cd7c 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 10.2\n"
-"POT-Creation-Date: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\n"
"PO-Revision-Date: 2008-02-23 16:06+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -92,11 +92,11 @@ msgid "Skip"
msgstr "Tremen e-biou"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "Staliadur LILO/grub"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "O staliañ ar c'harger loc'hañ"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Pelec'h e mennit staliañ ar c'harger loc'hañ ?"
@@ -187,27 +187,17 @@ msgstr "Strishaat dibarzhoù al linenn urzhiañ"
msgid "restrict"
msgstr "strishaat"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Didalvout eo « Strishaat dibarzhoù al linenn urzhiañ » hep tremenger"
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Skarañ /tmp bep ma loc'her"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Spisait ment ar memor bev diouzh ret (kavet %d Mo)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Roit ment ar memor vev e Mo"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -334,6 +324,11 @@ msgid "Other OS (Windows...)"
msgstr "Reizhiadoù all (Windows ...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Kefluniadur giz al loc'hañ"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1771,6 +1766,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Bezit war evezh : arvarus eo an obererezh-mañ."
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "O parzhañ"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "Peseurt eo ar parzhadur ?"
@@ -6408,6 +6408,15 @@ msgstr ""
msgid "Installation failed"
msgstr "Sac'het eo ar staliadur"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "Staliadur LILO/grub"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Spisait ment ar memor bev diouzh ret (kavet %d Mo)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Roit ment ar memor vev e Mo"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 274e1d335..e586c1bbe 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: bs\n"
-"POT-Creation-Date: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\n"
"PO-Revision-Date: 2006-09-13 19:15+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -113,11 +113,11 @@ msgid "Skip"
msgstr "Preskoči"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "LILO/grub instalacija"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "Instalacija bootloadera u toku"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Gdje želite smjestiti bootloader?"
@@ -208,27 +208,17 @@ msgstr "Ograniči opcije komandne linije"
msgid "restrict"
msgstr "ograniči"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcija ``Ograniči opcije komandne linije'' je beskorisna bez šifre"
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Očisti /tmp prilikom svakog starta"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Precizna veličina RAMa ako je potrebno (pronađeno %d MB)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Navedite veličinu rama u MB"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -355,6 +345,11 @@ msgid "Other OS (Windows...)"
msgstr "Ostali OSi (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Konfiguracija stila boota"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1838,6 +1833,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Budite oprezni: ova operacija je opasna."
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "Particioniranje"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "Koju vrstu particioniranja?"
@@ -6908,6 +6908,15 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalacija nije uspjela"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "LILO/grub instalacija"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Precizna veličina RAMa ako je potrebno (pronađeno %d MB)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Navedite veličinu rama u MB"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index b58d8fbf8..041741fdd 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ca\n"
-"POT-Creation-Date: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\n"
"PO-Revision-Date: 2005-09-13 23:24+0200\n"
"Last-Translator: Albert Astals Cid <astals11@terra.es>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -108,11 +108,11 @@ msgid "Skip"
msgstr "Omet"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "Instal·lació del LILO/grub"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "Instal·lació del carregador de l'arrencada en curs"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "On voleu instal·lar el carregador de l'arrencada?"
@@ -204,7 +204,7 @@ msgstr "Limita les opcions de la línia d'ordres"
msgid "restrict"
msgstr "limita"
-#: any.pm:419
+#: any.pm:421
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
@@ -212,21 +212,11 @@ msgstr ""
"L'opció \"Limita les opcions de la línia d'ordres\" no té cap utilitat sense "
"una contrasenya"
-#: any.pm:421
+#: any.pm:423
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Buida /tmp en cada arrencada"
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Mida exacta de la RAM, si cal (s'han trobat %d MB)"
-
-#: any.pm:423
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Introduïu la mida de la RAM en MB"
-
#: any.pm:432
#, c-format
msgid "Init Message"
@@ -353,6 +343,11 @@ msgid "Other OS (Windows...)"
msgstr "Un altre SO (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Configuració del tipus d'arrencada"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -1827,6 +1822,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Aneu amb compte: aquesta operació és perillosa."
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "Particionament"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "Quin tipus de particionament voleu?"
@@ -6903,6 +6903,15 @@ msgstr ""
msgid "Installation failed"
msgstr "La instal·lació ha fallat"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "Instal·lació del LILO/grub"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Mida exacta de la RAM, si cal (s'han trobat %d MB)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Introduïu la mida de la RAM en MB"
+
#~ msgid ""
#~ "If you plan to use aboot, be careful to leave a free space (2048 sectors "
#~ "is enough)\n"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index be6e9f03f..f757cc21d 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -6,14 +6,15 @@
msgid ""
msgstr ""
"Project-Id-Version: cs\n"
-"POT-Creation-Date: 2008-09-05 18:08+0200\n"
+"POT-Creation-Date: 2008-09-10 18:04+0200\n"
"PO-Revision-Date: 2008-09-08 23:57+0200\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: KBabel 1.11.4\n"
#: any.pm:252 any.pm:853 diskdrake/interactive.pm:554
@@ -110,11 +111,11 @@ msgid "Skip"
msgstr "Přeskočit"
#: any.pm:358
-#, c-format
-msgid "LILO/grub Installation"
-msgstr "Instalace LILO/Grub"
+#, fuzzy, c-format
+msgid "Bootloader Installation"
+msgstr "Probíhá instalace zaváděcího programu"
-#: any.pm:359
+#: any.pm:362
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Kam chcete nainstalovat zaváděcí program?"
@@ -205,25 +206,17 @@ msgstr "Omezení nastavení z příkazové řádky"
msgid "restrict"
msgstr "omezení"
-#: any.pm:419
-#, c-format
-msgid "Option ``Restrict command line options'' is of no use without a password"
-msgstr "Volba ''Omezení nastavení z příkazové řádky'' je bezpředmětné bez hesla"
-
#: any.pm:421
#, c-format
-msgid "Clean /tmp at each boot"
-msgstr "Vyčistit adresář /tmp při každém startu"
-
-#: any.pm:422
-#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Pokud je třeba, upřesněte velikost paměti (nalezeno %d MB)"
+msgid ""
+"Option ``Restrict command line options'' is of no use without a password"
+msgstr ""
+"Volba ''Omezení nastavení z příkazové řádky'' je bezpředmětné bez hesla"
#: any.pm:423
#, c-format
-msgid "Give the ram size in MB"
-msgstr "Zadejte velikost paměti v MB"
+msgid "Clean /tmp at each boot"
+msgstr "Vyčistit adresář /tmp při každém startu"
#: any.pm:432
#, c-format
@@ -351,6 +344,11 @@ msgid "Other OS (Windows...)"
msgstr "Jiný systém (Windows...)"
#: any.pm:594
+#, fuzzy, c-format
+msgid "Bootloader Configuration"
+msgstr "Nastavení stylu zavádění"
+
+#: any.pm:595
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -401,7 +399,8 @@ msgstr "Prosím zadejte uživatelské jméno"
#: any.pm:776
#, c-format
-msgid "The user name must contain only lower cased letters, numbers, `-' and `_'"
+msgid ""
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Uživatelské jméno může obsahovat pouze malá písmena, čísla, '-' a '_'"
#: any.pm:777
@@ -482,7 +481,8 @@ msgstr "Automatické přihlášení"
#: any.pm:867
#, c-format
msgid "I can set up your computer to automatically log on one user."
-msgstr "Můžu nastavit váš počítač tak, aby automaticky přihlásil vybraného uživatele."
+msgstr ""
+"Můžu nastavit váš počítač tak, aby automaticky přihlásil vybraného uživatele."
#: any.pm:868
#, c-format
@@ -655,7 +655,8 @@ msgstr ""
#: any.pm:1222
#, c-format
-msgid "You can export using NFS or SMB. Please select which you would like to use."
+msgid ""
+"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
"Nyní lze provést export přes protokol NFS nebo SMB. Vyberte prosím, který "
"chcete použít."
@@ -761,7 +762,8 @@ msgstr "Lokální soubor:"
#: authentication.pm:64
#, c-format
-msgid "Use local for all authentication and information user tell in local file"
+msgid ""
+"Use local for all authentication and information user tell in local file"
msgstr "Pro ověřování a informace o uživatelích se bude používat místní soubor"
#: authentication.pm:65
@@ -1628,7 +1630,8 @@ msgstr "Odstranit soubor loopbacku?"
#: diskdrake/interactive.pm:532
#, c-format
-msgid "After changing type of partition %s, all data on this partition will be lost"
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
msgstr "Tím, že změníte typ oddílu %s, přijdete o všechna jeho data"
#: diskdrake/interactive.pm:545
@@ -1830,6 +1833,11 @@ msgid "Be careful: this operation is dangerous."
msgstr "Buďte opatrní: tato akce je nebezpečná."
#: diskdrake/interactive.pm:1026
+#, fuzzy, c-format
+msgid "Partitioning Type"
+msgstr "Rozdělení disku"
+
+#: diskdrake/interactive.pm:1026
#, c-format
msgid "What type of partitioning?"
msgstr "Jaký typ diskového oddílu?"
@@ -2098,7 +2106,8 @@ msgstr "Vyberte si šifrovací klíč pro souborový systém"
#: diskdrake/interactive.pm:1299
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Tento šifrovací klíč je příliš jednoduchý (musí být alespoň %d znaků dlouhý)"
+msgstr ""
+"Tento šifrovací klíč je příliš jednoduchý (musí být alespoň %d znaků dlouhý)"
#: diskdrake/interactive.pm:1300
#, c-format
@@ -2155,7 +2164,8 @@ msgstr "Další"
#: diskdrake/smbnfs_gtk.pm:178
#, c-format
-msgid "Please enter your username, password and domain name to access this host."
+msgid ""
+"Please enter your username, password and domain name to access this host."
msgstr ""
"Prosím zadejte své uživatelské jméno, heslo a název domény, pod kterými "
"chcete přistupovat k tomuto počítači."
@@ -2321,7 +2331,8 @@ msgstr ""
#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
-msgstr "Neinterpretovat speciální znaková či bloková zařízení na souborovém systému."
+msgstr ""
+"Neinterpretovat speciální znaková či bloková zařízení na souborovém systému."
#: fs/mount_options.pm:132
#, c-format
@@ -3094,7 +3105,7 @@ msgstr ""
"Zde si pro vaši zvukovou (%s) kartu můžete vybrat alternativní ovladač (buď "
"OSS nebo ALSA)"
-#. -PO: here the first %s is either "OSS" or "ALSA",
+#. -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:392
@@ -5190,7 +5201,9 @@ msgstr "Hledám nepoužívané balíčky s lokalizacemi…"
msgid ""
"We have detected that some packages are not needed for your system "
"configuration."
-msgstr "Byly nalezeny některé balíčky, které nejsou potřeba pro vaše nastavení systému."
+msgstr ""
+"Byly nalezeny některé balíčky, které nejsou potřeba pro vaše nastavení "
+"systému."
#: pkgs.pm:242
#, c-format
@@ -5306,8 +5319,10 @@ msgstr "Povolit přímé přihlášení uživatele root."
#: security/help.pm:33
#, c-format
-msgid "Allow the list of users on the system on display managers (kdm and gdm)."
-msgstr "Povolit výpis uživatelů systému ve správcích přihlášení (kdm nebo gdm)."
+msgid ""
+"Allow the list of users on the system on display managers (kdm and gdm)."
+msgstr ""
+"Povolit výpis uživatelů systému ve správcích přihlášení (kdm nebo gdm)."
#: security/help.pm:35
#, c-format
@@ -5481,7 +5496,8 @@ msgstr "Povolit sulogin(8) v jednouživatelském režimu."
#: security/help.pm:100
#, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
-msgstr "Přidá jméno k výjimkám, které se nekontrolují na dobu platnosti pomocí msec."
+msgstr ""
+"Přidá jméno k výjimkám, které se nekontrolují na dobu platnosti pomocí msec."
#: security/help.pm:102
#, c-format
@@ -5534,12 +5550,14 @@ msgstr ""
#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
-msgstr "pokud je nastaveno, kontrolu práva souborů v domovském adresáři uživatele"
+msgstr ""
+"pokud je nastaveno, kontrolu práva souborů v domovském adresáři uživatele"
#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
-msgstr "pokud je nastaveno, kontroluje, zda je síťové rozhraní v promiskuitním režimu"
+msgstr ""
+"pokud je nastaveno, kontroluje, zda je síťové rozhraní v promiskuitním režimu"
#: security/help.pm:119
#, c-format
@@ -5564,7 +5582,8 @@ msgstr "pokud je nastaveno, ověřuje kontrolní součet pro suid/sgid soubory."
#: security/help.pm:123
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
-msgstr "pokud je nastaveno, kontroluje přidávání/odebírání souborů se suid root."
+msgstr ""
+"pokud je nastaveno, kontroluje přidávání/odebírání souborů se suid root."
#: security/help.pm:124
#, c-format
@@ -5585,8 +5604,10 @@ msgstr "pokud je nastaveno, provádí kontrolu na chkrootkit."
#: security/help.pm:127
#, c-format
-msgid "if set, send the mail report to this email address else send it to root."
-msgstr "pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
+msgid ""
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
+"pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
#: security/help.pm:128
#, c-format
@@ -5746,7 +5767,8 @@ msgstr "Použije heslo pro autentizaci uživatelů"
#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
-msgstr "Povolí/zakáže kontrolu na nastavení promiskuitního režimu síťového rozhraní."
+msgstr ""
+"Povolí/zakáže kontrolu na nastavení promiskuitního režimu síťového rozhraní."
#: security/l10n.pm:35
#, c-format
@@ -5866,7 +5888,8 @@ msgstr "Neposílat emailem prázdná hlášení"
#: security/l10n.pm:58
#, c-format
msgid "If set, send the mail report to this email address else send it to root"
-msgstr "Pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
+msgstr ""
+"Pokud je nastaveno, odesílá report na daný email nebo přímo uživateli root"
#: security/l10n.pm:59
#, c-format
@@ -5935,7 +5958,8 @@ msgstr ""
msgid ""
"Passwords are now enabled, but use as a networked computer is still not "
"recommended."
-msgstr "Hesla jsou nyní aktivní, ale stále nedoporučuji použít tento počítač na síti."
+msgstr ""
+"Hesla jsou nyní aktivní, ale stále nedoporučuji použít tento počítač na síti."
#: security/level.pm:45
#, c-format
@@ -5951,7 +5975,8 @@ msgstr ""
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
-msgstr "Existují zde některá omezení a každou noc jsou spuštěny automatické testy."
+msgstr ""
+"Existují zde některá omezení a každou noc jsou spuštěny automatické testy."
#: security/level.pm:47
#, c-format
@@ -6006,7 +6031,8 @@ msgstr "Použít libsafe pro servery"
#: security/level.pm:67
#, c-format
-msgid "A library which defends against buffer overflow and format string attacks."
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Knihovna, které zabraňuje útokům proti přetečení bufferu nebo proti špatnému "
"formátování řetězců."
@@ -6063,7 +6089,8 @@ msgstr ""
#: services.pm:28
#, c-format
-msgid "Common UNIX Printing System (CUPS) is an advanced printer spooling system"
+msgid ""
+"Common UNIX Printing System (CUPS) is an advanced printer spooling system"
msgstr ""
"Common UNIX Printing System (CUPS) je pokročilý systém pro správu tisku a "
"tiskáren."
@@ -6112,7 +6139,8 @@ msgstr ""
#: services.pm:38
#, c-format
-msgid "Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+msgid ""
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr "Apache je WWW server. Je používán k poskytování HTML a CGI souborů."
#: services.pm:39
@@ -6196,7 +6224,8 @@ msgstr ""
msgid ""
"DBUS is a daemon which broadcasts notifications of system events and other "
"messages"
-msgstr "DBUS je démon, který vysílá upozornění na události v systému a další zprávy"
+msgstr ""
+"DBUS je démon, který vysílá upozornění na události v systému a další zprávy"
#: services.pm:58
#, c-format
@@ -6356,7 +6385,8 @@ msgstr ""
#: services.pm:92
#, c-format
-msgid "SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."
+msgid ""
+"SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."
msgstr ""
"SANE (Scanner Access Now Easy) umožňuje přístup ke skenerům, video kamerám a "
"dalším zařízením..."
@@ -6856,3 +6886,11 @@ msgstr ""
msgid "Installation failed"
msgstr "Instalace selhala"
+#~ msgid "LILO/grub Installation"
+#~ msgstr "Instalace LILO/Grub"
+
+#~ msgid "Precise RAM size if needed (found %d MB)"
+#~ msgstr "Pokud je třeba, upřesněte velikost paměti (nalezeno %d MB)"
+
+#~ msgid "Give the ram size in MB"
+#~ msgstr "Zadejte velikost paměti v MB"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 602cfa1df..6ec49c9cb 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po