summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-03-17 16:13:42 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-03-17 16:13:42 +0000
commit826c00452a11ec5aebd5d945d3425bb16d0c13e9 (patch)
treeb72e765b5d05dfc396bfee7045d4f89426cb06cc /perl-install/fs
parentd4e72ac1adaa5f8c8ee910ca09c82a37bac41456 (diff)
downloaddrakx-826c00452a11ec5aebd5d945d3425bb16d0c13e9.tar
drakx-826c00452a11ec5aebd5d945d3425bb16d0c13e9.tar.gz
drakx-826c00452a11ec5aebd5d945d3425bb16d0c13e9.tar.bz2
drakx-826c00452a11ec5aebd5d945d3425bb16d0c13e9.tar.xz
drakx-826c00452a11ec5aebd5d945d3425bb16d0c13e9.zip
On second thought, moved nfs fixed port detection code to drakx-net.
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/remote/nfs.pm31
1 files changed, 0 insertions, 31 deletions
diff --git a/perl-install/fs/remote/nfs.pm b/perl-install/fs/remote/nfs.pm
index c62750ba4..816c152a5 100644
--- a/perl-install/fs/remote/nfs.pm
+++ b/perl-install/fs/remote/nfs.pm
@@ -68,35 +68,4 @@ sub find_exports {
map { if_(/(\S+(\s*\S+)*)\s+(\S+)/, { name => $1, comment => $3, server => $server }) } @l;
}
-sub find_server_options {
- my $statd_port = 4001;
- my $statd_outgoing_port = 4001;
- my $lockd_tcp_port = 4002;
- my $lockd_udp_port = 4002;
- my $rpc_mountd_port = 4003;
- my $rpc_rquotad_port = 4004;
- if (-f "/etc/sysconfig/nfs-common") {
- foreach (cat_("/etc/sysconfig/nfs-common")) {
- $_ =~ /^STATD_OPTIONS=.*(--port|-p) (\d+).*$/ and $statd_port = $2;
- $_ =~ /^STATD_OPTIONS=.*(--outgoing-port|-o) (\d+).*$/ and $statd_outgoing_port = $2;
- $_ =~ /^LOCKD_TCPPORT=(\d+)/ and $lockd_tcp_port = $1;
- $_ =~ /^LOCKD_UDPPORT=(\d+)/ and $lockd_udp_port = $1;
- }
- }
- if (-f "/etc/sysconfig/nfs-server") {
- foreach (cat_("/etc/sysconfig/nfs-server")) {
- $_ =~ /^RPCMOUNTD_OPTIONS=.*(--port|-p) (\d+).*$/ and $rpc_mountd_port = $2;
- $_ =~ /^RPCRQUOTAD_OPTIONS=.*(--port|-p) (\d+).*$/ and $rpc_rquotad_port = $2;
- }
- }
-
- { statd_port => $statd_port,
- statd_outgoing_port => $statd_outgoing_port,
- lockd_tcp_port => $lockd_tcp_port,
- lockd_udp_port => $lockd_udp_port,
- rpc_mountd_port => $rpc_mountd_port,
- rpc_rquotad_port => $rpc_rquotad_port,
- }
-}
-
1;
1975ed8d25f9006b4d'>perl-install/standalone/po/bs.po171
-rw-r--r--perl-install/standalone/po/ca.po173
-rw-r--r--perl-install/standalone/po/cs.po182
-rw-r--r--perl-install/standalone/po/cy.po172
-rw-r--r--perl-install/standalone/po/da.po209
-rw-r--r--perl-install/standalone/po/de.po174
-rw-r--r--perl-install/standalone/po/el.po191
-rw-r--r--perl-install/standalone/po/eo.po106
-rw-r--r--perl-install/standalone/po/es.po1000
-rw-r--r--perl-install/standalone/po/et.po168
-rw-r--r--perl-install/standalone/po/eu.po185
-rw-r--r--perl-install/standalone/po/fa.po169
-rw-r--r--perl-install/standalone/po/fi.po175
-rw-r--r--perl-install/standalone/po/fr.po174
-rw-r--r--perl-install/standalone/po/fur.po94
-rw-r--r--perl-install/standalone/po/ga.po106
-rw-r--r--perl-install/standalone/po/gl.po175
-rw-r--r--perl-install/standalone/po/he.po163
-rw-r--r--perl-install/standalone/po/hi.po167
-rw-r--r--perl-install/standalone/po/hr.po124
-rw-r--r--perl-install/standalone/po/hu.po942
-rw-r--r--perl-install/standalone/po/id.po168
-rw-r--r--perl-install/standalone/po/is.po169
-rw-r--r--perl-install/standalone/po/it.po174
-rw-r--r--perl-install/standalone/po/ja.po166
-rw-r--r--perl-install/standalone/po/ko.po106
-rw-r--r--perl-install/standalone/po/ky.po175
-rw-r--r--perl-install/standalone/po/libDrakX-standalone.pot90
-rw-r--r--perl-install/standalone/po/lt.po106
-rw-r--r--perl-install/standalone/po/ltg.po106
-rw-r--r--perl-install/standalone/po/lv.po106
-rw-r--r--perl-install/standalone/po/mk.po159
-rw-r--r--perl-install/standalone/po/mn.po142
-rw-r--r--perl-install/standalone/po/ms.po151
-rw-r--r--perl-install/standalone/po/mt.po170
-rw-r--r--perl-install/standalone/po/nb.po197
-rw-r--r--perl-install/standalone/po/nl.po175
-rw-r--r--perl-install/standalone/po/nn.po174
-rw-r--r--perl-install/standalone/po/pa_IN.po165
-rw-r--r--perl-install/standalone/po/pl.po927
-rw-r--r--perl-install/standalone/po/pt.po181
-rw-r--r--perl-install/standalone/po/pt_BR.po183
-rw-r--r--perl-install/standalone/po/ro.po181
-rw-r--r--perl-install/standalone/po/ru.po198
-rw-r--r--perl-install/standalone/po/sc.po101
-rw-r--r--perl-install/standalone/po/sk.po167
-rw-r--r--perl-install/standalone/po/sl.po183
-rw-r--r--perl-install/standalone/po/sq.po167
-rw-r--r--perl-install/standalone/po/sr.po169
-rw-r--r--perl-install/standalone/po/sr@Latn.po169
-rw-r--r--perl-install/standalone/po/sv.po184
-rw-r--r--perl-install/standalone/po/ta.po106
-rw-r--r--perl-install/standalone/po/tg.po173
-rw-r--r--perl-install/standalone/po/th.po106
-rw-r--r--perl-install/standalone/po/tl.po171
-rw-r--r--perl-install/standalone/po/tr.po903
-rw-r--r--perl-install/standalone/po/uk.po186
-rw-r--r--perl-install/standalone/po/uz.po123
-rw-r--r--perl-install/standalone/po/uz@cyrillic.po123
-rw-r--r--perl-install/standalone/po/vi.po167
-rw-r--r--perl-install/standalone/po/wa.po175
-rw-r--r--perl-install/standalone/po/zh_CN.po161
-rw-r--r--perl-install/standalone/po/zh_TW.po162
71 files changed, 7212 insertions, 7006 deletions
diff --git a/perl-install/standalone/po/af.po b/perl-install/standalone/po/af.po
index 7eee46654..5b68ed9a2 100644
--- a/perl-install/standalone/po/af.po
+++ b/perl-install/standalone/po/af.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-af\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+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"
@@ -2105,19 +2105,8 @@ msgstr "Grootte van Kas"
msgid "size of the (second level) cpu cache"
msgstr "grotte van die (tweede vlak) verwerker-tussengeheue"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Comba gogga"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "indien hierdie verwerker die 'Cyrix 6x86 Coma'-gogga het"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Cpuid-familie"
@@ -2161,69 +2150,37 @@ msgstr "Flaggies"
msgid "CPU flags reported by the kernel"
msgstr "CPU flaggies deur kernel geraporteer"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Fdiv-gogga"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Sluit af"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"Vroeë Intel Pentium ververkers het probleme gehad wanneer 'Floating point "
-"DIVision (FDIV)' gedoen moes word. (die presisie was soms nie reg nie)"
-
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "Is FPU teenwoordig"
-
-#: harddrake2:81
-#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "ja, beteken dat die verwerker 'n rekenkundige-koverwerker het"
-#: harddrake2:82
-#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "Indien die FPU 'n 'irq-vektor' het"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "Vervaardiger"
-#: harddrake2:82
+#: harddrake2:80
#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgid "Physical ID"
msgstr ""
-"ja, beteken dat die rekenkundige-koverwerker 'n eksepsie-vektor aangeheg het"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "F00f-gogga"
-#: harddrake2:83
+#: harddrake2:81
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
+msgid "ACPI ID"
msgstr ""
-"vroeë pentiums het foute gehad en het gevries wanneer 'F00F bytecode' "
-"gedekodeer word"
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Halt-fout"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Van die vroeër i486DX-100 verwerkers kan nie weer betroubaar terugkeur om te "
-"funksioneer na die \"halt\" instruksie gebruik is nie."
+#: harddrake2:82
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Verstellings"
-#: harddrake2:86
+#: harddrake2:83
#, c-format
msgid "sub generation of the cpu"
msgstr "sub-generasie van cpu"
@@ -2314,16 +2271,26 @@ msgstr "My identifiseerder"
msgid "usually the disk serial number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, fuzzy, c-format
msgid "Logical unit number"
msgstr "Logiese-volumenaam "
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
@@ -2450,17 +2417,7 @@ msgstr "Verbinding"
msgid "Performances"
msgstr "Voorkeure"
-#: harddrake2:143
-#, fuzzy, c-format
-msgid "Bugs"
-msgstr "Bus"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr ""
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Toestel"
@@ -3569,6 +3526,61 @@ msgstr "Selfdoen konfigurasie"
msgid "Regional Settings"
msgstr "Verstellings"
+#~ msgid "Coma bug"
+#~ msgstr "Comba gogga"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "indien hierdie verwerker die 'Cyrix 6x86 Coma'-gogga het"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Fdiv-gogga"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "Vroeë Intel Pentium ververkers het probleme gehad wanneer 'Floating point "
+#~ "DIVision (FDIV)' gedoen moes word. (die presisie was soms nie reg nie)"
+
+#~ msgid "Is FPU present"
+#~ msgstr "Is FPU teenwoordig"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "ja, beteken dat die verwerker 'n rekenkundige-koverwerker het"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "Indien die FPU 'n 'irq-vektor' het"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr ""
+#~ "ja, beteken dat die rekenkundige-koverwerker 'n eksepsie-vektor aangeheg "
+#~ "het"
+
+#~ msgid "F00f bug"
+#~ msgstr "F00f-gogga"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "vroeë pentiums het foute gehad en het gevries wanneer 'F00F bytecode' "
+#~ "gedekodeer word"
+
+#~ msgid "Halt bug"
+#~ msgstr "Halt-fout"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Van die vroeër i486DX-100 verwerkers kan nie weer betroubaar terugkeur om "
+#~ "te funksioneer na die \"halt\" instruksie gebruik is nie."
+
+#, fuzzy
+#~ msgid "Bugs"
+#~ msgstr "Bus"
+
#~ msgid "Unknown/Others"
#~ msgstr "Onbekend/Ander"
diff --git a/perl-install/standalone/po/am.po b/perl-install/standalone/po/am.po
index df751ffb5..65245f4b2 100644
--- a/perl-install/standalone/po/am.po
+++ b/perl-install/standalone/po/am.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+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"
@@ -2022,19 +2022,8 @@ msgstr "የፊደል ቅርጽ መጠን፦"
msgid "size of the (second level) cpu cache"
msgstr ""
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, fuzzy, c-format
-msgid "Coma bug"
-msgstr "የሶፍትዌሩን ችግር ዘግብ"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr ""
-
-#: harddrake2:75
-#, fuzzy, c-format
msgid "Cpuid family"
msgstr "የፊደል ቅርጽ ቤተሰብ"
@@ -2076,63 +2065,38 @@ msgstr "ባንዲራዎች፦"
msgid "CPU flags reported by the kernel"
msgstr ""
-#: harddrake2:79
+#: harddrake2:78 harddrake2:141
#, fuzzy, c-format
-msgid "Fdiv bug"
-msgstr "የሶፍትዌሩን ችግር ዘግብ"
+msgid "Cores"
+msgstr "ዝጋ"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-#: harddrake2:81
+#: harddrake2:79
#, fuzzy, c-format
-msgid "Is FPU present"
-msgstr "ባትሪ፦ የለም"
+msgid "Core ID"
+msgstr "መለያ አስገባ"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
+msgid "Physical ID"
msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
+msgid "ACPI ID"
msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr ""
-
-#: harddrake2:83
#, fuzzy, c-format
-msgid "F00f bug"
-msgstr "የሶፍትዌሩን ችግር ዘግብ"
+msgid "Siblings"
+msgstr "ስየማዎች"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
-
-#: harddrake2:84
-#, fuzzy, c-format
-msgid "Halt bug"
-msgstr "የሶፍትዌሩን ችግር ዘግብ"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr ""
@@ -2219,16 +2183,26 @@ msgstr "የኔ ቇቋንቋዎች"
msgid "usually the disk serial number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, fuzzy, c-format
msgid "Logical unit number"
msgstr "ህገ ወጥ የዶሴ ስም"
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
@@ -2354,17 +2328,7 @@ msgstr "ግንኙነት"
msgid "Performances"
msgstr "ምርጫዎች"
-#: harddrake2:143
-#, fuzzy, c-format
-msgid "Bugs"
-msgstr "ኦገስት"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr ""
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "መሳሪያ"
@@ -3426,6 +3390,30 @@ msgstr "በእጅ ምርጫ"
msgid "Regional Settings"
msgstr "ስየማዎች"
+#, fuzzy
+#~ msgid "Coma bug"
+#~ msgstr "የሶፍትዌሩን ችግር ዘግብ"
+
+#, fuzzy
+#~ msgid "Fdiv bug"
+#~ msgstr "የሶፍትዌሩን ችግር ዘግብ"
+
+#, fuzzy
+#~ msgid "Is FPU present"
+#~ msgstr "ባትሪ፦ የለም"
+
+#, fuzzy
+#~ msgid "F00f bug"
+#~ msgstr "የሶፍትዌሩን ችግር ዘግብ"
+
+#, fuzzy
+#~ msgid "Halt bug"
+#~ msgstr "የሶፍትዌሩን ችግር ዘግብ"
+
+#, fuzzy
+#~ msgid "Bugs"
+#~ msgstr "ኦገስት"
+
#~ msgid "Unknown/Others"
#~ msgstr "ያልታወቀ/ሌሎች"
diff --git a/perl-install/standalone/po/ar.po b/perl-install/standalone/po/ar.po
index c17e6ae9a..04d3b00e7 100644
--- a/perl-install/standalone/po/ar.po
+++ b/perl-install/standalone/po/ar.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+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"
@@ -2111,19 +2111,8 @@ msgstr "حجم الذاكرة المخبئية"
msgid "size of the (second level) cpu cache"
msgstr "حجم ذاكرة وحدة المعالجة المركزية (cpu) المخبئية (المستوى الثاني)"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "علّة الغيبوبة"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "إذا كان المرشد لديه علّة الغيبوبة Cyrix 6x86"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "عائلة Cpuid"
@@ -2168,67 +2157,38 @@ msgstr "الأعلام"
msgid "CPU flags reported by the kernel"
msgstr "علامات وحدة المعالجة المركزية (cpu) التي قرّرتها النّواة"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "علّة Fdiv"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "إغلاق"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"بعض رقاقات إنتل بنتيوم المصنّعة قديما تحتوي على علّة في مُعالج النّقاط العائمة "
-"والتي لا تحقّق الدقّة المطلوبة عند أداء قسمة النّقاط العائمة (FDIV)"
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "هل FPU موجود"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "معرّف الصّانع"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "نعم تعني أن المعالج لديه معالج مساعد للعمليات الحسابية"
+msgid "Physical ID"
+msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "إذا كان الـFPU لديه متجه irq"
+msgid "ACPI ID"
+msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr "نعم تعني أن المرشد المساعد للعمليات الحسابية لديه متجه للإستثناءات"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "علّة F00f"
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "الإعدادات"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr "معالجات pentium القديمة كانت تتوقف عن العمل عند استخدام F00F bytecode"
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "علّة Halt"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"بعض رقاقات i486DX-100 القديمة لا يمكنها الرّجوع إلى وضع التّشغيل بعد أن تستخدم "
-"تعليمة \"halt\" "
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr "الجيل الثانوي لوحدة المعالجة المركزيّة (cpu)"
@@ -2318,16 +2278,26 @@ msgstr "معرّف القرص"
msgid "usually the disk serial number"
msgstr "عامّة العدد التّسلسلي للقرص"
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr "رقم الوحدة المنطقيّة"
-#: harddrake2:103
-#, c-format
+#: harddrake2:101
+#, fuzzy, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
"رقم الهدف SCSI (LUN). يتمّ تعريف أجهزة SCSI المتّصلة بمضيف (بطريقة وحيدة)\n"
@@ -2455,17 +2425,7 @@ msgstr "الوصلة"
msgid "Performances"
msgstr "الأداء"
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "العلل"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "FPU"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "الجهاز"
@@ -3574,6 +3534,60 @@ msgstr "تهيئة يدوية"
msgid "Regional Settings"
msgstr "الإعدادات"
+#~ msgid "Coma bug"
+#~ msgstr "علّة الغيبوبة"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "إذا كان المرشد لديه علّة الغيبوبة Cyrix 6x86"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "علّة Fdiv"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "بعض رقاقات إنتل بنتيوم المصنّعة قديما تحتوي على علّة في مُعالج النّقاط "
+#~ "العائمة والتي لا تحقّق الدقّة المطلوبة عند أداء قسمة النّقاط العائمة (FDIV)"
+
+#~ msgid "Is FPU present"
+#~ msgstr "هل FPU موجود"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "نعم تعني أن المعالج لديه معالج مساعد للعمليات الحسابية"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "إذا كان الـFPU لديه متجه irq"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr "نعم تعني أن المرشد المساعد للعمليات الحسابية لديه متجه للإستثناءات"
+
+#~ msgid "F00f bug"
+#~ msgstr "علّة F00f"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "معالجات pentium القديمة كانت تتوقف عن العمل عند استخدام F00F bytecode"
+
+#~ msgid "Halt bug"
+#~ msgstr "علّة Halt"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "بعض رقاقات i486DX-100 القديمة لا يمكنها الرّجوع إلى وضع التّشغيل بعد أن "
+#~ "تستخدم تعليمة \"halt\" "
+
+#~ msgid "Bugs"
+#~ msgstr "العلل"
+
+#~ msgid "FPU"
+#~ msgstr "FPU"
+
#~ msgid "Unknown/Others"
#~ msgstr "غير معروف/أخرى"
diff --git a/perl-install/standalone/po/az.po b/perl-install/standalone/po/az.po
index 24ecfef6f..43cd67dd2 100644
--- a/perl-install/standalone/po/az.po
+++ b/perl-install/standalone/po/az.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+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"
@@ -2096,19 +2096,8 @@ msgstr "Ön yaddaş böyüklüyü"
msgid "size of the (second level) cpu cache"
msgstr "(ikinci səviyyə) cpu ön yaddaşının (cache) böyüklüyü"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Coma xətası"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "bu cpu'da Cyrix 6x86 Coma xətasının olması"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Cpuid ailəsi"
@@ -2150,67 +2139,38 @@ msgstr "Bayraqlar"
msgid "CPU flags reported by the kernel"
msgstr "Çəyirdək tərəfindən raport edilən CPU bayraqları"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Fdiv xətası"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Bağla"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"İlk çıxan Pentium sinifi mikrosxemlərdə Floating point DIVision (FDIV) "
-"xətası vardı"
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "FPU mövcud isə"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "E'malatçı"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "bəli, işlədicinin arifmetik ko-işlədicisi olduğu mə'nasına gəlir"
+msgid "Physical ID"
+msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "FPU'nun irq vektoruna sahibliyi"
+msgid "ACPI ID"
+msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr "bəli, arifmetik ko-işlədici estisna vektoruna bağlıdır deməkdir"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "F00f xətası"
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Qurğular"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr "əvvəlki pentiumlar xətalı idi və F00F bayt kodu açılarkən donurdu"
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Xətanı dayandır"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Bə'zi köhnə i486DX-100 mikrosxemlər \"halt\" əmrindən sonra idarə etmə "
-"moduna düzgün geri dönə bilmirdi"
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr "cpu'nun alt nəsli"
@@ -2300,16 +2260,26 @@ msgstr "Çapçı"
msgid "usually the disk serial number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, fuzzy, c-format
msgid "Logical unit number"
msgstr "Məntiqi həcm adı"
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
@@ -2435,17 +2405,7 @@ msgstr "Bağlantı"
msgid "Performances"
msgstr "Qurğular"
-#: harddrake2:143
-#, fuzzy, c-format
-msgid "Bugs"
-msgstr "Yol"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr ""
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Avadanlıq"
@@ -3539,6 +3499,57 @@ msgstr "Əllə quraşdırma"
msgid "Regional Settings"
msgstr "Qurğular"
+#~ msgid "Coma bug"
+#~ msgstr "Coma xətası"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "bu cpu'da Cyrix 6x86 Coma xətasının olması"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Fdiv xətası"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "İlk çıxan Pentium sinifi mikrosxemlərdə Floating point DIVision (FDIV) "
+#~ "xətası vardı"
+
+#~ msgid "Is FPU present"
+#~ msgstr "FPU mövcud isə"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "bəli, işlədicinin arifmetik ko-işlədicisi olduğu mə'nasına gəlir"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "FPU'nun irq vektoruna sahibliyi"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr "bəli, arifmetik ko-işlədici estisna vektoruna bağlıdır deməkdir"
+
+#~ msgid "F00f bug"
+#~ msgstr "F00f xətası"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr "əvvəlki pentiumlar xətalı idi və F00F bayt kodu açılarkən donurdu"
+
+#~ msgid "Halt bug"
+#~ msgstr "Xətanı dayandır"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Bə'zi köhnə i486DX-100 mikrosxemlər \"halt\" əmrindən sonra idarə etmə "
+#~ "moduna düzgün geri dönə bilmirdi"
+
+#, fuzzy
+#~ msgid "Bugs"
+#~ msgstr "Yol"
+
#~ msgid "Unknown/Others"
#~ msgstr "Na'məlum/Digərləri"
diff --git a/perl-install/standalone/po/be.po b/perl-install/standalone/po/be.po
index 95c00ae91..513a7900c 100644
--- a/perl-install/standalone/po/be.po
+++ b/perl-install/standalone/po/be.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -2026,19 +2026,8 @@ msgstr "памер блоку"
msgid "size of the (second level) cpu cache"
msgstr ""
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr ""
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr ""
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr ""
@@ -2080,63 +2069,38 @@ msgstr "Сьцягі"
msgid "CPU flags reported by the kernel"
msgstr ""
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr ""
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Зачыніць"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr ""
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "Рэдактары"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
+msgid "Physical ID"
msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
+msgid "ACPI ID"
msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr ""
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr ""
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Усталёўкі"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr ""
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr ""
@@ -2223,16 +2187,26 @@ msgstr "Прынтэры"
msgid "usually the disk serial number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, fuzzy, c-format
msgid "Logical unit number"
msgstr "Гульня ў косьці"
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
@@ -2358,17 +2332,7 @@ msgstr "Імя злучэння"
msgid "Performances"
msgstr "Усталяваньні"
-#: harddrake2:143
-#, fuzzy, c-format
-msgid "Bugs"
-msgstr "Прац."
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr ""
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Прылада"
@@ -3431,6 +3395,10 @@ msgid "Regional Settings"
msgstr "Усталёўкі"
#, fuzzy
+#~ msgid "Bugs"
+#~ msgstr "Прац."
+
+#, fuzzy
#~ msgid "(default value: %s)"
#~ msgstr "Па ўмаўчанні - %s"
diff --git a/perl-install/standalone/po/bg.po b/perl-install/standalone/po/bg.po
index c4c2692db..361b864e6 100644
--- a/perl-install/standalone/po/bg.po
+++ b/perl-install/standalone/po/bg.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX-bg\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2009-03-21 22:43+0200\n"
"Last-Translator: Kolio Kolev <kolio_kolev@biotronica.net>\n"
"Language-Team: Bulgarian <Mandriva User Group - Bulgaria <mandriva-"
@@ -2065,19 +2065,8 @@ msgstr "Размер на кеш"
msgid "size of the (second level) cpu cache"
msgstr "Размер на вторичен кеш на cpu"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr ""
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr ""
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr ""
@@ -2120,65 +2109,38 @@ msgstr "Флагове"
msgid "CPU flags reported by the kernel"
msgstr "Флагове на CPU съобщени от ядрото"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr ""
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Затваряне"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr ""
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "Производител"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
+msgid "Physical ID"
msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
+msgid "ACPI ID"
msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr ""
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr ""
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Настройки"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
-"предишните чипове на пентиум бяха бъгваи и забиваха при декодиране на F00F "
-"кода"
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr ""
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr ""
@@ -2265,16 +2227,26 @@ msgstr "Принтер"
msgid "usually the disk serial number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, fuzzy, c-format
msgid "Logical unit number"
msgstr "Име на logical volume"
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
@@ -2400,17 +2372,7 @@ msgstr "Връзка"
msgid "Performances"
msgstr "Настройки"
-#: harddrake2:143
-#, fuzzy, c-format
-msgid "Bugs"
-msgstr "Шина"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr ""
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Устройство"
@@ -3496,6 +3458,16 @@ msgstr "Ръчна настройка"
msgid "Regional Settings"
msgstr "Настройки"
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "предишните чипове на пентиум бяха бъгваи и забиваха при декодиране на "
+#~ "F00F кода"
+
+#, fuzzy
+#~ msgid "Bugs"
+#~ msgstr "Шина"
+
#~ msgid "Unknown/Others"
#~ msgstr "Неизвестни/Други"
diff --git a/perl-install/standalone/po/bn.po b/perl-install/standalone/po/bn.po
index b23113e65..ca0102496 100644
--- a/perl-install/standalone/po/bn.po
+++ b/perl-install/standalone/po/bn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+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"
@@ -2114,19 +2114,8 @@ msgstr "ক্যাশ সাইজ"
msgid "size of the (second level) cpu cache"
msgstr "সি-পি-ইউ'র (দ্বিতীয় লেভেল) আকার"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Coma ত্রুটি"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "যেখানে এই সি-পি-ইউ'র Cyrix ৬x৮৬ Coma ত্রুটি আছে"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Cpuid পরিবার"
@@ -2170,70 +2159,37 @@ msgstr "ফ্ল্যাগ"
msgid "CPU flags reported by the kernel"
msgstr "কার্ণেলের দ্বারা রিপোর্টকৃত CPU ফ্ল্যাগ"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Fdiv ত্রুটি"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "বন্ধ করো"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"প্রথম দিককার প্রস্তুতকৃত ইন্টেল পেন্টিয়াম চিপে তাদের দশমিক সংখ্যার প্রসেসরে কিছু ত্রুটি "
-"আছে যেগুলো যথাযথভাবে দশমিক সংখ্যার ভাগ করতে পারত না (FDIV)"
-
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "FPU কি উপস্থিত আছে"
-
-#: harddrake2:81
-#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "হ্যা তার মানে প্রসেসরের একটি পাটীগাণিতিক (arithmatic) কো-প্রসেসর আছে"
-#: harddrake2:82
-#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "যখন FPU এর একটি irq ভেক্টর আছে"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "পরিবেশক আইডি"
-#: harddrake2:82
+#: harddrake2:80
#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgid "Physical ID"
msgstr ""
-"হ্যা তার মানে পাটীগাণিতিক (arithmatic) কো-প্রসেসরের সাথে ব্যতিক্রমি একটি ভেক্টর "
-"যুক্ত আছে"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "F00f ত্রুটি"
-#: harddrake2:83
+#: harddrake2:81
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
+msgid "ACPI ID"
msgstr ""
-"প্রথম দিককার পেন্টিয়ামগুলো ত্রুটিযুক্ত এবং স্থির হয়ে যায় যখন তা F00F বাইটকোড ডিকোড "
-"করে"
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "ত্রুটি থামাও"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"প্রথম দিক্‌কার কিছু i486DX-100 চিপ \"থামো\" আদেশ ব্যবহৃত হওয়ার পর আর স্বাভাবিক "
-"অবস্থায় ফিরতে পারে না"
+#: harddrake2:82
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "সেটিং"
-#: harddrake2:86
+#: harddrake2:83
#, c-format
msgid "sub generation of the cpu"
msgstr "cpu এর সাব-জেনারেশন"
@@ -2324,16 +2280,26 @@ msgstr "ডিস্ক চিহ্নিতকারক"
msgid "usually the disk serial number"
msgstr "ডিস্কের স্বাভাবিক ধারাবাহিক সংখ্যা"
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr "লজিকাল ইউনিট সংখ্যা"
-#: harddrake2:103
-#, c-format
+#: harddrake2:101
+#, fuzzy, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
"SCSI লক্ষ্য সংখ্যা (LUN)। SCSI যন্ত্রগুলো একটি হোস্টের সংগে যুক্ত যেগুলো এটি একটি "
@@ -2462,17 +2428,7 @@ msgstr "সংযোগ"
msgid "Performances"
msgstr "সম্পাদন কার্য"
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "প্রোগ্রাম ত্রুটিসমূহ"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "এফপিউ"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "ডিভাইস"
@@ -3591,6 +3547,63 @@ msgstr "স্বনির্বাচিত কনফিগারেশন"
msgid "Regional Settings"
msgstr "সেটিং"
+#~ msgid "Coma bug"
+#~ msgstr "Coma ত্রুটি"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "যেখানে এই সি-পি-ইউ'র Cyrix ৬x৮৬ Coma ত্রুটি আছে"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Fdiv ত্রুটি"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "প্রথম দিককার প্রস্তুতকৃত ইন্টেল পেন্টিয়াম চিপে তাদের দশমিক সংখ্যার প্রসেসরে কিছু "
+#~ "ত্রুটি আছে যেগুলো যথাযথভাবে দশমিক সংখ্যার ভাগ করতে পারত না (FDIV)"
+
+#~ msgid "Is FPU present"
+#~ msgstr "FPU কি উপস্থিত আছে"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "হ্যা তার মানে প্রসেসরের একটি পাটীগাণিতিক (arithmatic) কো-প্রসেসর আছে"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "যখন FPU এর একটি irq ভেক্টর আছে"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr ""
+#~ "হ্যা তার মানে পাটীগাণিতিক (arithmatic) কো-প্রসেসরের সাথে ব্যতিক্রমি একটি "
+#~ "ভেক্টর যুক্ত আছে"
+
+#~ msgid "F00f bug"
+#~ msgstr "F00f ত্রুটি"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "প্রথম দিককার পেন্টিয়ামগুলো ত্রুটিযুক্ত এবং স্থির হয়ে যায় যখন তা F00F বাইটকোড "
+#~ "ডিকোড করে"
+
+#~ msgid "Halt bug"
+#~ msgstr "ত্রুটি থামাও"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "প্রথম দিক্‌কার কিছু i486DX-100 চিপ \"থামো\" আদেশ ব্যবহৃত হওয়ার পর আর স্বাভাবিক "
+#~ "অবস্থায় ফিরতে পারে না"
+
+#~ msgid "Bugs"
+#~ msgstr "প্রোগ্রাম ত্রুটিসমূহ"
+
+#~ msgid "FPU"
+#~ msgstr "এফপিউ"
+
#~ msgid "Unknown/Others"
#~ msgstr "অজানা/অন্যান্য"
diff --git a/perl-install/standalone/po/br.po b/perl-install/standalone/po/br.po
index d15a0d877..de110e93d 100644
--- a/perl-install/standalone/po/br.po
+++ b/perl-install/standalone/po/br.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX 10.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2009-10-29 18:17+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -2040,19 +2040,8 @@ msgstr "Ment ar grubuilh"
msgid "size of the (second level) cpu cache"
msgstr ""
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr ""
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr ""
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Familh cpuid"
@@ -2094,63 +2083,38 @@ msgstr "Bannielloù"
msgid "CPU flags reported by the kernel"
msgstr ""
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Bug fdiv"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Kuitaat"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "Bez eus un UNS"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "ID ar werzher"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
+msgid "Physical ID"
msgstr ""
-#: harddrake2:82
-#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "Ma 'z eus ur vektor IRQ gant an UNS"
-
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgid "ACPI ID"
msgstr ""
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "Buf f00f"
+#: harddrake2:82
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Dibarzhoù"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Bug halt"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr ""
@@ -2237,16 +2201,26 @@ msgstr "Anavezoud ar bladenn"
msgid "usually the disk serial number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
@@ -2372,17 +2346,7 @@ msgstr "Kevreadenn"
msgid "Performances"
msgstr ""
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "Bugoù"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "UNS"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Trobarzhell"
@@ -3450,6 +3414,27 @@ msgstr "Kefluniadur ar yezh hag ar vro"
msgid "Regional Settings"
msgstr "Dibarzhoù lec'hel"
+#~ msgid "Fdiv bug"
+#~ msgstr "Bug fdiv"
+
+#~ msgid "Is FPU present"
+#~ msgstr "Bez eus un UNS"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "Ma 'z eus ur vektor IRQ gant an UNS"
+
+#~ msgid "F00f bug"
+#~ msgstr "Buf f00f"
+
+#~ msgid "Halt bug"
+#~ msgstr "Bug halt"
+
+#~ msgid "Bugs"
+#~ msgstr "Bugoù"
+
+#~ msgid "FPU"
+#~ msgstr "UNS"
+
#~ msgid "Unknown/Others"
#~ msgstr "Anavez/All"
diff --git a/perl-install/standalone/po/bs.po b/perl-install/standalone/po/bs.po
index d1080ee15..48672b409 100644
--- a/perl-install/standalone/po/bs.po
+++ b/perl-install/standalone/po/bs.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libDrakX-standalone-bs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2006-09-09 19:47+0200\n"
"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
@@ -2118,19 +2118,8 @@ msgstr "Veličina cache-a"
msgid "size of the (second level) cpu cache"
msgstr "veličina CPU keša (drugog nivoa)"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Coma bug"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "da li ovaj CPU ima Cyrix 6x86 Coma bug"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Cpuid familija"
@@ -2174,70 +2163,38 @@ msgstr "Flagovi"
msgid "CPU flags reported by the kernel"
msgstr "CPU flagovi koje je prijavio kernel"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Fdiv bug"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Zatvori"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"Rani Intel Pentium procesori imaju bug u numeričkom koprocesoru koji ne "
-"postiže potrebnu preciznost prilikom izvršavanja dijeljenja sa tekućim "
-"zarezom (FDIV)"
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "Da li postoji FPU"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "ID proizvođača"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "da znači da procesor ima aritmetički koprocesor"
+msgid "Physical ID"
+msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "Da li FPU ima IRQ vektor"
+msgid "ACPI ID"
+msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr "da znači da aritmetički koprocesor ima priključen exception vector"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "F00F bug"
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Podešavanja"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
-"rani Pentium procesori imaju bug koji izaziva smrzavanje sistema prilikom "
-"dekodiranja F00F bytecode-a"
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Halt bug"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Neki rani i486DX-100 chipovi se ne mogu pouzdano vratiti u radni način nakon "
-"korištenja instrukcije \"halt\""
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr "podgeneracija procesora"
@@ -2328,16 +2285,26 @@ msgstr "Identifikator diska"
msgid "usually the disk serial number"
msgstr "obično serijski broj diska"
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr "Broj logičke jedinice"
-#: harddrake2:103
-#, c-format
+#: harddrake2:101
+#, fuzzy, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
"SCSI odredišni broj (LUN). SCSI uređaji spojeni na računar su jedinstveno "
@@ -2467,17 +2434,7 @@ msgstr "Konekcija"
msgid "Performances"
msgstr "Performanse"
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "Bugovi"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "FPU"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Uređaj"
@@ -3598,6 +3555,62 @@ msgstr "Ručno podešavanje"
msgid "Regional Settings"
msgstr "Podešavanja"
+#~ msgid "Coma bug"
+#~ msgstr "Coma bug"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "da li ovaj CPU ima Cyrix 6x86 Coma bug"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Fdiv bug"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "Rani Intel Pentium procesori imaju bug u numeričkom koprocesoru koji ne "
+#~ "postiže potrebnu preciznost prilikom izvršavanja dijeljenja sa tekućim "
+#~ "zarezom (FDIV)"
+
+#~ msgid "Is FPU present"
+#~ msgstr "Da li postoji FPU"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "da znači da procesor ima aritmetički koprocesor"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "Da li FPU ima IRQ vektor"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr "da znači da aritmetički koprocesor ima priključen exception vector"
+
+#~ msgid "F00f bug"
+#~ msgstr "F00F bug"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "rani Pentium procesori imaju bug koji izaziva smrzavanje sistema prilikom "
+#~ "dekodiranja F00F bytecode-a"
+
+#~ msgid "Halt bug"
+#~ msgstr "Halt bug"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Neki rani i486DX-100 chipovi se ne mogu pouzdano vratiti u radni način "
+#~ "nakon korištenja instrukcije \"halt\""
+
+#~ msgid "Bugs"
+#~ msgstr "Bugovi"
+
+#~ msgid "FPU"
+#~ msgstr "FPU"
+
#~ msgid "Unknown/Others"
#~ msgstr "Nepoznat/Ostali"
diff --git a/perl-install/standalone/po/ca.po b/perl-install/standalone/po/ca.po
index 58a6e7d6c..3bbf2a1c7 100644
--- a/perl-install/standalone/po/ca.po
+++ b/perl-install/standalone/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+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"
@@ -2119,19 +2119,8 @@ msgstr "Mida de la memòria cau"
msgid "size of the (second level) cpu cache"
msgstr "mida de la memòria cau de la CPU (segon nivell)"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Error Coma"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "si aquesta CPU té o no l'error Coma Cyrix 6x86"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Família cpuid"
@@ -2176,71 +2165,37 @@ msgstr "Senyaladors"
msgid "CPU flags reported by the kernel"
msgstr "Senyaladors de la CPU informats pel nucli."
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Error Fdiv"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Tanca"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"Els primers xips Pentium d'Intel fabricats tenen un defecte en el seu "
-"processador de punt flotant que no els permet aconseguir la precisió "
-"necessària en realitzar una divisió de punt flotant (FDIV)"
-
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "FPU és present"
-
-#: harddrake2:81
-#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "\"sí\" indica que el processador té un coprocessador aritmètic"
-#: harddrake2:82
-#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "Si l'FPU té o no un vector irq"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "ID del venedor"
-#: harddrake2:82
+#: harddrake2:80
#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgid "Physical ID"
msgstr ""
-"\"sí\" significa que el coprocessador matemàtic te un vector d'excepció "
-"adjunt"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "Error F00f"
-#: harddrake2:83
+#: harddrake2:81
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
+msgid "ACPI ID"
msgstr ""
-"els primers pentiums eren plens d'errors i es penjaven en decodificar el "
-"codi de byte F00F "
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Error d'aturada"
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Alguns del primers xips i486DX-100 no poden tornar amb fiabilitat al mode "
-"d'operació després que s'hagi utilitzat la instrucció \"halt\""
+#: harddrake2:82
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Paràmetres"
-#: harddrake2:86
+#: harddrake2:83
#, c-format
msgid "sub generation of the cpu"
msgstr "subgeneració de la CPU"
@@ -2332,17 +2287,27 @@ msgstr "Identificador de disc"
msgid "usually the disk serial number"
msgstr "normalment el número de sèrie del disc"
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
#
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr ""
-#: harddrake2:103
+#: harddrake2:101
#, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
@@ -2468,17 +2433,7 @@ msgstr "Connexió"
msgid "Performances"
msgstr ""
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "Errors"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "FPU"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Dispositiu"
@@ -3607,6 +3562,64 @@ msgstr "Configuració manual"
msgid "Regional Settings"
msgstr "Paràmetres"
+#~ msgid "Coma bug"
+#~ msgstr "Error Coma"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "si aquesta CPU té o no l'error Coma Cyrix 6x86"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Error Fdiv"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "Els primers xips Pentium d'Intel fabricats tenen un defecte en el seu "
+#~ "processador de punt flotant que no els permet aconseguir la precisió "
+#~ "necessària en realitzar una divisió de punt flotant (FDIV)"
+
+#~ msgid "Is FPU present"
+#~ msgstr "FPU és present"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "\"sí\" indica que el processador té un coprocessador aritmètic"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "Si l'FPU té o no un vector irq"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr ""
+#~ "\"sí\" significa que el coprocessador matemàtic te un vector d'excepció "
+#~ "adjunt"
+
+#~ msgid "F00f bug"
+#~ msgstr "Error F00f"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "els primers pentiums eren plens d'errors i es penjaven en decodificar el "
+#~ "codi de byte F00F "
+
+#~ msgid "Halt bug"
+#~ msgstr "Error d'aturada"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Alguns del primers xips i486DX-100 no poden tornar amb fiabilitat al mode "
+#~ "d'operació després que s'hagi utilitzat la instrucció \"halt\""
+
+#~ msgid "Bugs"
+#~ msgstr "Errors"
+
+#~ msgid "FPU"
+#~ msgstr "FPU"
+
#~ msgid "Unknown/Others"
#~ msgstr "Desconegut/Altres"
diff --git a/perl-install/standalone/po/cs.po b/perl-install/standalone/po/cs.po
index fa215fd5a..4fa923201 100644
--- a/perl-install/standalone/po/cs.po
+++ b/perl-install/standalone/po/cs.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2009-11-01 23:31+0100\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <kde-i18n-doc@kde.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: Lokalize 0.3\n"
#: display_help:49 display_help:54 drakbug:186 drakperm:136
@@ -258,7 +258,8 @@ msgstr ""
msgid "Find Package"
msgstr "Najít balíček"
-#: drakbug:118, c-format
+#: drakbug:118
+#, c-format
msgid "Browse"
msgstr "Procházet"
@@ -2011,7 +2012,8 @@ msgstr "PCI doména"
msgid "the PCI domain of the device"
msgstr "PCI doména zařízení"
-#: harddrake2:60, c-format
+#: harddrake2:60
+#, c-format
msgid "PCI revision"
msgstr "PCI revize"
@@ -2121,19 +2123,8 @@ msgstr "Velikost vyrovnávací paměti"
msgid "size of the (second level) cpu cache"
msgstr "Velikost cache (druhá úroveň) na cpu"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Chyba čárky"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "Zda má cpu chybu čárky Cyrix 6x86"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Rodina CPU"
@@ -2177,69 +2168,38 @@ msgstr "Příznaky"
msgid "CPU flags reported by the kernel"
msgstr "Příznaky CPU nalezené jádrem"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Fdiv chyba"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Zavřít"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"První verze procesorů Pentium měly z výroby chybu v jednotce pro plovoucí "
-"řádovou čárku, která nedosahovala požadované přesnosti při operaci FDIV"
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "Přítomnost FPU"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "ID dodavatele"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "ano znamená, že procesor má aritmetický koprocesor"
+msgid "Physical ID"
+msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "Zda má FPU irq vektor"
+msgid "ACPI ID"
+msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr "ano znamená, že aritmetický koprocesor je vybaven vektorem výjimek"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "F00f chyba"
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Nastavení"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
-"První verze procesorů Pentium byly chybové a způsobovaly zatuhnutí při "
-"dekódování instrukce F00F"
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Halt chyba"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Některé první modely čipsetů i486DX100 neprováděly správně po instrukci "
-"\"halt\" návrat do operačního režimu"
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr "Specifická třída cpu"
@@ -2329,16 +2289,26 @@ msgstr "Identifikátor disku"
msgid "usually the disk serial number"
msgstr "obvykle sériové číslo disku"
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr "Logické číslo jednotky"
-#: harddrake2:103
-#, c-format
+#: harddrake2:101
+#, fuzzy, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
"logické číslo zařízení SCSI (LUN). SCSI zařízení připojená k řadiči jsou "
@@ -2468,17 +2438,7 @@ msgstr "Připojení"
msgid "Performances"
msgstr "Výkony"
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "Chyby"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "FPU"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Zařízení"
@@ -3523,7 +3483,8 @@ msgstr "Váš skener(y) nebude přístupný na síti."
msgid "Could not install the packages needed to share your scanner(s)."
msgstr "Nelze nainstalovat balíčky potřebné pro sdílené skeneru(ů)."
-#: service_harddrake:138, c-format
+#: service_harddrake:138
+#, c-format
msgid "The graphic card '%s' is no more supported by the '%s' driver"
msgstr "Grafická karta „%s” již není podporována ovladačem „%s”"
@@ -3595,5 +3556,60 @@ msgstr "Nastavení jazyka a země"
msgid "Regional Settings"
msgstr "Regionální nastavení"
+#~ msgid "Coma bug"
+#~ msgstr "Chyba čárky"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "Zda má cpu chybu čárky Cyrix 6x86"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Fdiv chyba"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "První verze procesorů Pentium měly z výroby chybu v jednotce pro plovoucí "
+#~ "řádovou čárku, která nedosahovala požadované přesnosti při operaci FDIV"
+
+#~ msgid "Is FPU present"
+#~ msgstr "Přítomnost FPU"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "ano znamená, že procesor má aritmetický koprocesor"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "Zda má FPU irq vektor"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr "ano znamená, že aritmetický koprocesor je vybaven vektorem výjimek"
+
+#~ msgid "F00f bug"
+#~ msgstr "F00f chyba"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "První verze procesorů Pentium byly chybové a způsobovaly zatuhnutí při "
+#~ "dekódování instrukce F00F"
+
+#~ msgid "Halt bug"
+#~ msgstr "Halt chyba"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Některé první modely čipsetů i486DX100 neprováděly správně po instrukci "
+#~ "\"halt\" návrat do operačního režimu"
+
+#~ msgid "Bugs"
+#~ msgstr "Chyby"
+
+#~ msgid "FPU"
+#~ msgstr "FPU"
+
#~ msgid "Unknown/Others"
#~ msgstr "Neznámý/Jiný"
diff --git a/perl-install/standalone/po/cy.po b/perl-install/standalone/po/cy.po
index b2e1ba00e..0b441d487 100644
--- a/perl-install/standalone/po/cy.po
+++ b/perl-install/standalone/po/cy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mandriva Linux\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2009-03-27 15:01-0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Cymraeg\n"
@@ -2116,19 +2116,8 @@ msgstr "Maint storfa"
msgid "size of the (second level) cpu cache"
msgstr "maint storfa cpu (ail lefel)"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Coma bug"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "a oes gan y cpu y Cyrix 6x86 Coma bug"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Teulu cpuid"
@@ -2172,69 +2161,37 @@ msgstr "Baneri"
msgid "CPU flags reported by the kernel"
msgstr "Baneri cpu'n cael eu dangos gan y cnewyllyn"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Gwall Fdiv"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Cau"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"Mae gan brosesyddion Pentium cynnar wall yn eu prosesydd pwynt arnofio nad "
-"yw'n ymgyrraedd â'r cywirdeb angenrheidiol wrth berfformio Floating point "
-"DIVision (FDIV)"
-
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "Yw'r FPU yn bresennol"
-
-#: harddrake2:81
-#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "mae iawn yn golygu fod gan y cyd-brosesydd rhifyddegol"
-#: harddrake2:82
-#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "P'un ai oes gan y FPU fector irq"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "Enw'r gwerthwr"
-#: harddrake2:82
+#: harddrake2:80
#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgid "Physical ID"
msgstr ""
-"mae iawn yn golygu fod gan y cyd-brosesydd fector eithriad yn gysylltiedig"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "Gwall F00f"
-#: harddrake2:83
+#: harddrake2:81
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
+msgid "ACPI ID"
msgstr ""
-"roedd rhai Pentium cynnar yn wallus ac yn rhewi wrth ddadgodio F00F bytecode"
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Gwall halt"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Nid yw rhai prosesyddion i486DX-100 cynnar yn gallu dychwelyd i'w cyflwr "
-"gweithredu a'r ôl defnyddio \"halt\""
+#: harddrake2:82
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Gosodiadau"
-#: harddrake2:86
+#: harddrake2:83
#, c-format
msgid "sub generation of the cpu"
msgstr "Is gynnyrch y cpu"
@@ -2325,16 +2282,26 @@ msgstr "Enw'r disg"
msgid "usually the disk serial number"
msgstr "fel rheol rhif cyfresol y ddisg"
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr "Rhif yr uned resymegol"
-#: harddrake2:103
-#, c-format
+#: harddrake2:101
+#, fuzzy, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
"y rhif targed SCSI (LUN). Mae dyfeisiau SCSI sydd wedi eu cysylltu i "
@@ -2466,17 +2433,7 @@ msgstr "Cysylltiad"
msgid "Performances"
msgstr "Perfformiadau"
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "Gwallau"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "FPU (Cyd-brosesydd Rhifol)"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Dyfais"
@@ -3594,6 +3551,63 @@ msgstr "Ffurfweddu iaith a gwlad"
msgid "Regional Settings"
msgstr "Gosodiadau Rhanbarthol"
+#~ msgid "Coma bug"
+#~ msgstr "Coma bug"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "a oes gan y cpu y Cyrix 6x86 Coma bug"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Gwall Fdiv"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "Mae gan brosesyddion Pentium cynnar wall yn eu prosesydd pwynt arnofio "
+#~ "nad yw'n ymgyrraedd â'r cywirdeb angenrheidiol wrth berfformio Floating "
+#~ "point DIVision (FDIV)"
+
+#~ msgid "Is FPU present"
+#~ msgstr "Yw'r FPU yn bresennol"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "mae iawn yn golygu fod gan y cyd-brosesydd rhifyddegol"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "P'un ai oes gan y FPU fector irq"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr ""
+#~ "mae iawn yn golygu fod gan y cyd-brosesydd fector eithriad yn gysylltiedig"
+
+#~ msgid "F00f bug"
+#~ msgstr "Gwall F00f"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "roedd rhai Pentium cynnar yn wallus ac yn rhewi wrth ddadgodio F00F "
+#~ "bytecode"
+
+#~ msgid "Halt bug"
+#~ msgstr "Gwall halt"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Nid yw rhai prosesyddion i486DX-100 cynnar yn gallu dychwelyd i'w cyflwr "
+#~ "gweithredu a'r ôl defnyddio \"halt\""
+
+#~ msgid "Bugs"
+#~ msgstr "Gwallau"
+
+#~ msgid "FPU"
+#~ msgstr "FPU (Cyd-brosesydd Rhifol)"
+
#~ msgid "Unknown/Others"
#~ msgstr "Anhysbys/Eraill"
diff --git a/perl-install/standalone/po/da.po b/perl-install/standalone/po/da.po
index c07d1af91..b21cde101 100644
--- a/perl-install/standalone/po/da.po
+++ b/perl-install/standalone/po/da.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2009-11-02 00:02+0100\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -865,8 +865,10 @@ msgstr " --help - vis denne hjælpetekst \n"
#: drakhelp:23
#, c-format
-msgid " --id <id_label> - load the html help page which refers to id_label\n"
-msgstr " --id <id_label> - indlæs html-hjælpesiden som refererer til id_label\n"
+msgid ""
+" --id <id_label> - load the html help page which refers to id_label\n"
+msgstr ""
+" --id <id_label> - indlæs html-hjælpesiden som refererer til id_label\n"
#: drakhelp:24
#, c-format
@@ -1186,7 +1188,8 @@ msgstr "Sikkerhedsniveau og kontroller"
#: draksec:114
#, c-format
msgid "Configure authentication required to access Mandriva tools"
-msgstr "Konfigurér autentifikation krævet for at få adgang til Mandriva-værktøjer"
+msgstr ""
+"Konfigurér autentifikation krævet for at få adgang til Mandriva-værktøjer"
#: draksec:117
#, c-format
@@ -1839,7 +1842,8 @@ msgstr "Bus"
#: harddrake2:33
#, c-format
-msgid "this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr "dette er den fysiske bus som enheden er tilsuttet (fx PCI, USB, ...)"
#: harddrake2:35 harddrake2:150
@@ -1881,7 +1885,8 @@ msgstr "Kapacitet for drevet"
#: harddrake2:42
#, c-format
msgid "special capacities of the driver (burning ability and or DVD support)"
-msgstr "specielle kapaciteter for driveren (brændemulighed eller DVD-understøttelse)"
+msgstr ""
+"specielle kapaciteter for driveren (brændemulighed eller DVD-understøttelse)"
#: harddrake2:43
#, c-format
@@ -2120,19 +2125,8 @@ msgstr "Størrelse på cachen"
msgid "size of the (second level) cpu cache"
msgstr "størrelse på (andet niveau) cpu-mellemlagret"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Coma-fejl"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "om denne processor har Cyrix 6x86 Coma-fejlen eller ej"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "Cpuid-familie"
@@ -2176,68 +2170,38 @@ msgstr "Flag"
msgid "CPU flags reported by the kernel"
msgstr "CPU flag rapporteret af kernen"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Fdiv-fejl"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Luk"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"Tidlige Intel Pentium chips har en bug i deres flydendetalsprocessor, "
-"hvilket gør at de ikke kan lave den krævede precision når de udfører en "
-"flydendetalsdivision (FDIV)"
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "Er FPU tilstede"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "Producent-ID"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr "ja betyder at processoren har en aritmetisk koprocessor"
+msgid "Physical ID"
+msgstr ""
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "Om FPU-en har en irq-vektor"
+msgid "ACPI ID"
+msgstr ""
#: harddrake2:82
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr "ja betyder at den aritmetiske koprocessor har tilknyttet en undtagelsesvektor"
-
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "F00f-fejl"
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Indstillinger"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr "tidlige pentiummer var fejlbehæftede og frøs ved afkodning af bytekoden F00F"
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Halt-fejl"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Nogen af de tidlige i486DX-100-chip kan ikke altid returnere til kørende "
-"tilstand efter 'halt'-instruktionen er brugt"
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr "undergeneration af cpu'en"
@@ -2327,16 +2291,26 @@ msgstr "Disk-identifikator"
msgid "usually the disk serial number"
msgstr "normalt diskens serienummer"
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr "Logisk enhedsnummer"
-#: harddrake2:103
-#, c-format
+#: harddrake2:101
+#, fuzzy, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
"SCSI-målnummeret (LUN). SCSI-enheder forbundet til en vært er unikt "
@@ -2401,7 +2375,8 @@ msgstr "Enhedsfil"
#: harddrake2:119
#, c-format
-msgid "the device file used to communicate with the kernel driver for the mouse"
+msgid ""
+"the device file used to communicate with the kernel driver for the mouse"
msgstr "enhedsfilen brugt for at kommunikere med kernedrivere for musen"
#: harddrake2:120
@@ -2464,17 +2439,7 @@ msgstr "Forbindelse"
msgid "Performances"
msgstr "Ydelser"
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "Fejl"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "FPU"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Enhed"
@@ -2605,7 +2570,8 @@ msgstr "Kør konfigurationsværktøj"
#: harddrake2:303
#, c-format
-msgid "Click on a device in the left tree in order to display its information here."
+msgid ""
+"Click on a device in the left tree in order to display its information here."
msgstr "Klik på en enhed i det venstre træ for at vise dets oplysninger hér."
#: harddrake2:324 notify-x11-free-driver-switch:13
@@ -2903,7 +2869,8 @@ msgstr "Opsætning af tjenester"
msgid ""
"You will receive an alert if one of the selected services is no longer "
"running"
-msgstr "Du vil modtage en advarsel hvis en af de valgte tjenester ikke længere kører"
+msgstr ""
+"Du vil modtage en advarsel hvis en af de valgte tjenester ikke længere kører"
#: logdrake:429
#, c-format
@@ -2935,12 +2902,14 @@ msgstr "Indtast din adgangskode for epost nedenfor"
#: logdrake:438
#, c-format
msgid "and enter the name (or the IP) of the SMTP server you wish to use"
-msgstr "og indtast navnet (eller IP-adressen) på smtp-serveren, du ønsker at bruge"
+msgstr ""
+"og indtast navnet (eller IP-adressen) på smtp-serveren, du ønsker at bruge"
#: logdrake:445
#, c-format
msgid "\"%s\" neither is a valid email nor is an existing local user!"
-msgstr "\"%s\" er hverken en gyldig epostadresse eller en eksisterende lokal bruger!"
+msgstr ""
+"\"%s\" er hverken en gyldig epostadresse eller en eksisterende lokal bruger!"
#: logdrake:450
#, c-format
@@ -2998,7 +2967,8 @@ msgstr "Afbryder Skannerdrake."
#: scannerdrake:60
#, c-format
-msgid "Could not install the packages needed to set up a scanner with Scannerdrake."
+msgid ""
+"Could not install the packages needed to set up a scanner with Scannerdrake."
msgstr ""
"Kunne ikke installere de nødvendige pakker til at opsætte en skanner med "
"Scannerdrake."
@@ -3346,7 +3316,8 @@ msgstr ""
#: scannerdrake:449 scannerdrake:452
#, c-format
msgid "There are no scanners found which are available on your system.\n"
-msgstr "Der blev ikke fundet nogen skannere som er tilgængelige på dit system.\n"
+msgstr ""
+"Der blev ikke fundet nogen skannere som er tilgængelige på dit system.\n"
#: scannerdrake:460
#, c-format
@@ -3515,7 +3486,8 @@ msgstr "Dinne skannere vil ikke være tilgængelige på netværket."
#: scannerdrake:961
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
-msgstr "Kunne ikke installere de nødvendige pakker til deling af dine skannere."
+msgstr ""
+"Kunne ikke installere de nødvendige pakker til deling af dine skannere."
#: service_harddrake:138
#, c-format
@@ -3590,3 +3562,60 @@ msgstr "Opsætning af sprog og land"
msgid "Regional Settings"
msgstr "Regionale indstillinger"
+#~ msgid "Coma bug"
+#~ msgstr "Coma-fejl"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "om denne processor har Cyrix 6x86 Coma-fejlen eller ej"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Fdiv-fejl"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "Tidlige Intel Pentium chips har en bug i deres flydendetalsprocessor, "
+#~ "hvilket gør at de ikke kan lave den krævede precision når de udfører en "
+#~ "flydendetalsdivision (FDIV)"
+
+#~ msgid "Is FPU present"
+#~ msgstr "Er FPU tilstede"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr "ja betyder at processoren har en aritmetisk koprocessor"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "Om FPU-en har en irq-vektor"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr ""
+#~ "ja betyder at den aritmetiske koprocessor har tilknyttet en "
+#~ "undtagelsesvektor"
+
+#~ msgid "F00f bug"
+#~ msgstr "F00f-fejl"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "tidlige pentiummer var fejlbehæftede og frøs ved afkodning af bytekoden "
+#~ "F00F"
+
+#~ msgid "Halt bug"
+#~ msgstr "Halt-fejl"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Nogen af de tidlige i486DX-100-chip kan ikke altid returnere til kørende "
+#~ "tilstand efter 'halt'-instruktionen er brugt"
+
+#~ msgid "Bugs"
+#~ msgstr "Fejl"
+
+#~ msgid "FPU"
+#~ msgstr "FPU"
diff --git a/perl-install/standalone/po/de.po b/perl-install/standalone/po/de.po
index 5fe83fdf8..4424897f5 100644
--- a/perl-install/standalone/po/de.po
+++ b/perl-install/standalone/po/de.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-29 18:09+0100\n"
+"POT-Creation-Date: 2010-03-28 14:49+0200\n"
"PO-Revision-Date: 2009-03-17 10:48+0100\n"
"Last-Translator: Oliver Burger <oliver.burger@wizard-fire.de>\n"
"Language-Team: German <cooker-i18n@mandrivalinux.org>\n"
@@ -2147,19 +2147,8 @@ msgstr "Cachegröße"
msgid "size of the (second level) cpu cache"
msgstr "Größe des (Second Level) Prozessor-Caches"
-#. -PO: here "comas" is the medical coma, not the lexical coma!!
#: harddrake2:74
#, c-format
-msgid "Coma bug"
-msgstr "Coma-Fehler"
-
-#: harddrake2:74
-#, c-format
-msgid "whether this cpu has the Cyrix 6x86 Coma bug"
-msgstr "Angabe, ob der Prozessor den Cyrix 6x86 Coma-Fehler aufweist"
-
-#: harddrake2:75
-#, c-format
msgid "Cpuid family"
msgstr "CPUID-Familie"
@@ -2203,72 +2192,38 @@ msgstr "Flaggen"
msgid "CPU flags reported by the kernel"
msgstr "CPU flags, die vom Kernel gemeldet werden"
-#: harddrake2:79
-#, c-format
-msgid "Fdiv bug"
-msgstr "Fdiv Fehler"
+#: harddrake2:78 harddrake2:141
+#, fuzzy, c-format
+msgid "Cores"
+msgstr "Schließen"
-#: harddrake2:80
+#: harddrake2:78
#, c-format
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+msgid "CPU cores"
msgstr ""
-"Die ersten Intel Pentium Chips haben eine Fehler in ihrem "
-"Fließkommaprozessor, der nicht die gewünschte Genauigkeit bei Divisionen "
-"(FDIV) erreicht"
-#: harddrake2:81
-#, c-format
-msgid "Is FPU present"
-msgstr "Ist FPU vorhanden"
+#: harddrake2:79
+#, fuzzy, c-format
+msgid "Core ID"
+msgstr "Hersteller ID"
-#: harddrake2:81
+#: harddrake2:80
#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
+msgid "Physical ID"
msgstr ""
-"Ja bedeutet, dass der Prozessor einen mathematischen Coprozessor besitzt"
-#: harddrake2:82
-#, c-format
-msgid "Whether the FPU has an irq vector"
-msgstr "Ob die FPU einen IRQ Vector hat"
-
-#: harddrake2:82
+#: harddrake2:81
#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgid "ACPI ID"
msgstr ""
-"Ja bedeutet, dass der mathematische Coprozessor einen Ausnahmevektor besitzt"
-#: harddrake2:83
-#, c-format
-msgid "F00f bug"
-msgstr "F00f: Fehler"
+#: harddrake2:82
+#, fuzzy, c-format
+msgid "Siblings"
+msgstr "Einstellungen"
#: harddrake2:83
#, c-format
-msgid "early pentiums were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
-"frühe Pentium waren fehleranfällig und stürzten beim dekodieren des F00F "
-"Bytecodes ab"
-
-#: harddrake2:84
-#, c-format
-msgid "Halt bug"
-msgstr "Herunterfahren-Fehler"
-
-#: harddrake2:85
-#, c-format
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
-"Einige der früheren i486DX-100 Chips wechseln nicht verlässlich in "
-"denBetriebsmodus nachdem der „halt“ Befehl benutzt wurde"
-
-#: harddrake2:86
-#, c-format
msgid "sub generation of the cpu"
msgstr "Untertyp der CPU"
@@ -2359,16 +2314,26 @@ msgstr "Festplattenbezeichnung"
msgid "usually the disk serial number"
msgstr "üblicherweise die Seriennummer der Festplatte"
-#: harddrake2:103
+#: harddrake2:100
+#, c-format
+msgid "Target id number"
+msgstr ""
+
+#: harddrake2:100
+#, c-format
+msgid "the SCSI target identifier"
+msgstr ""
+
+#: harddrake2:101
#, c-format
msgid "Logical unit number"
msgstr "Logische Einheitennummer"
-#: harddrake2:103
-#, c-format
+#: harddrake2:101
+#, fuzzy, c-format
msgid ""
-"the SCSI target number (LUN). SCSI devices connected to a host are uniquely "
-"identified by a\n"
+"the SCSI Logical Unit Number (LUN). SCSI devices connected to a host are "
+"uniquely identified by a\n"
"channel number, a target id and a logical unit number"
msgstr ""
"die SCSI Zielnummer (LUN). SCSI Geräte an einem Rechner werden eindeutig "
@@ -2499,17 +2464,7 @@ msgstr "Verbindung"
msgid "Performances"
msgstr "Leistungen"
-#: harddrake2:143
-#, c-format
-msgid "Bugs"
-msgstr "Fehler"
-
-#: harddrake2:144
-#, c-format
-msgid "FPU"
-msgstr "FPU"
-
-#: harddrake2:151
+#: harddrake2:149
#, c-format
msgid "Device"
msgstr "Gerät"
@@ -3642,6 +3597,65 @@ msgstr "Sprach & Länder Konfiguration"
msgid "Regional Settings"
msgstr "Regionaleeinstellungen"
+#~ msgid "Coma bug"
+#~ msgstr "Coma-Fehler"
+
+#~ msgid "whether this cpu has the Cyrix 6x86 Coma bug"
+#~ msgstr "Angabe, ob der Prozessor den Cyrix 6x86 Coma-Fehler aufweist"
+
+#~ msgid "Fdiv bug"
+#~ msgstr "Fdiv Fehler"
+
+#~ msgid ""
+#~ "Early Intel Pentium chips manufactured have a bug in their floating point "
+#~ "processor which did not achieve the required precision when performing a "
+#~ "Floating point DIVision (FDIV)"
+#~ msgstr ""
+#~ "Die ersten Intel Pentium Chips haben eine Fehler in ihrem "
+#~ "Fließkommaprozessor, der nicht die gewünschte Genauigkeit bei Divisionen "
+#~ "(FDIV) erreicht"
+
+#~ msgid "Is FPU present"
+#~ msgstr "Ist FPU vorhanden"
+
+#~ msgid "yes means the processor has an arithmetic coprocessor"
+#~ msgstr ""
+#~ "Ja bedeutet, dass der Prozessor einen mathematischen Coprozessor besitzt"
+
+#~ msgid "Whether the FPU has an irq vector"
+#~ msgstr "Ob die FPU einen IRQ Vector hat"
+
+#~ msgid ""
+#~ "yes means the arithmetic coprocessor has an exception vector attached"
+#~ msgstr ""
+#~ "Ja bedeutet, dass der mathematische Coprozessor einen Ausnahmevektor "
+#~ "besitzt"
+
+#~ msgid "F00f bug"
+#~ msgstr "F00f: Fehler"
+
+#~ msgid ""
+#~ "early pentiums were buggy and freezed when decoding the F00F bytecode"
+#~ msgstr ""
+#~ "frühe Pentium waren fehleranfällig und stürzten beim dekodieren des F00F "
+#~ "Bytecodes ab"
+
+#~ msgid "Halt bug"
+#~ msgstr "Herunterfahren-Fehler"
+
+#~ msgid ""
+#~ "Some of the early i486DX-100 chips cannot reliably return to operating "
+#~ "mode after the \"halt\" instruction is used"
+#~ msgstr ""
+#~ "Einige der früheren i486DX-100 Chips wechseln nicht verlässlich in "
+#~ "denBetriebsmodus nachdem der „halt“ Befehl benutzt wurde"
+
+#~ msgid "Bugs"
+#~ msgstr "Fehler"
+
+#~ msgid "FPU"
+#~ msgstr "FPU"
+
#~ msgid "Unknown/Others"
#~ msgstr "Unbekannt/Andere"
diff --git a/perl-install/standalone/po/el.po b/perl-install/standalone/po/el.po
index 9d8b86737..be5af2ca1 100644
--- a/perl-install/standalone/po/el.po
+++ b/perl-install/standalone/po/el.po