summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
Commit message (Expand)AuthorAgeFilesLines
* perl_checker fixesThierry Vignaud2003-05-231-1/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
* new perl_checker compliancePascal Rigaux2003-04-171-9/+9
* set {device_windobe} for 0x107 *and* 0x7 (since 0x107 is not set correctly at...Pascal Rigaux2003-02-201-2/+6
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-5/+5
* /proc/partitions includes partition with type "empty" and a non-null sizePascal Rigaux2003-02-181-1/+2
* - ensure someone can't set a mount point on a non formatted ntfs partitionPascal Rigaux2003-02-181-1/+4
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
* handle 0x7 partition table id specially since it can be both hpfs or ntfs.Pascal Rigaux2003-02-111-2/+4
* (adjust_local_extended): fix resizing local extendedPascal Rigaux2003-02-021-6/+7
* add isFat_or_NTFS() and use it where possible instead of isFat() since WindowsPascal Rigaux2003-01-301-6/+6
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-1/+1
* enumerate the various required packages when requiring a package dynamically ...Pascal Rigaux2002-12-181-0/+7
* remove exported names which are not definedPascal Rigaux2002-12-131-1/+1
* replace "map $_->{normal}, @l" with "map { $_->{normal} } @l"Pascal Rigaux2002-12-051-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+0
* do not use "local *F", use "my $F" or output() insteadPascal Rigaux2002-12-031-3/+1
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
* make perl_checker happyPascal Rigaux2002-11-141-1/+1
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-8/+8
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-1/+1
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-8/+8
* - isUBD can tell wether it is an ubd partitionPascal Rigaux2002-11-051-1/+2
* - add ntfs in isOtherAvailableFSPascal Rigaux2002-09-181-2/+2
* remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs t...Pascal Rigaux2002-08-281-1/+0
* - do not handle clearall in read()Pascal Rigaux2002-08-271-6/+3
* rename LVMname to VG_namePascal Rigaux2002-08-111-1/+1
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-2/+2
* cleanupPascal Rigaux2002-07-291-4/+6
* add 0x35 partition table id meaning JFS (under OS/2) (thank to Mika Laitio)Pascal Rigaux2002-07-251-0/+2
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-5/+5
* handling devfs names for cdrom/hds on ide/scsi (needs testing)Pascal Rigaux2002-07-191-4/+9
* for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...)Pascal Rigaux2002-07-071-2/+1
* Allows people having PVs on unpartitioned disks to installPascal Rigaux2002-07-061-1/+1
* cleanupPascal Rigaux2002-07-061-3/+3
* fix a few english stringsGuillaume Cottenceau2002-04-081-1/+1
* better name for windobe new 0x42 special id (their own LVM marker)Pascal Rigaux2002-03-021-1/+1
* warn if partitions have been renumbered due to a partition being added or rem...Pascal Rigaux2002-01-281-3/+11
* remove unused auto_win_extended stuffPascal Rigaux2002-01-221-4/+2
* handle extended partitions with no partitions inside (esp. for the first hda5...Pascal Rigaux2002-01-221-17/+33
* Journalled filesystems for PPC now too.Stew Benedict2001-11-091-1/+5
* add methods first_usable_sector and last_usable_sectorPascal Rigaux2001-10-241-2/+2
* - s/Win98 FAT32/FAT32/Gwenolé Beauchesne2001-10-191-4/+4
* handle empty $hd->{primary}{raw} (happens with no partitions on ia64)Pascal Rigaux2001-10-191-2/+6
* - raw_add, can_raw_add moved to partition_table_rawPascal Rigaux2001-10-191-18/+3
* read part of GPT partition table workingPascal Rigaux2001-10-181-1/+5
* shorter GPT namePascal Rigaux2001-10-181-1/+1
-rw-r--r--perl-install/share/po/ms.po4
-rw-r--r--perl-install/share/po/mt.po4
-rw-r--r--perl-install/share/po/nb.po4
-rw-r--r--perl-install/share/po/nl.po4
-rw-r--r--perl-install/share/po/nn.po4
-rw-r--r--perl-install/share/po/pl.po4
-rw-r--r--perl-install/share/po/pt.po4
-rw-r--r--perl-install/share/po/pt_BR.po4
-rw-r--r--perl-install/share/po/ro.po4
-rw-r--r--perl-install/share/po/ru.po4
-rw-r--r--perl-install/share/po/sk.po4
-rw-r--r--perl-install/share/po/sl.po4
-rw-r--r--perl-install/share/po/sq.po4
-rw-r--r--perl-install/share/po/sr.po4
-rw-r--r--perl-install/share/po/sr@Latn.po4
-rw-r--r--perl-install/share/po/sv.po4
-rw-r--r--perl-install/share/po/ta.po4
-rw-r--r--perl-install/share/po/tg.po4
-rw-r--r--perl-install/share/po/th.po4
-rw-r--r--perl-install/share/po/tl.po4
-rw-r--r--perl-install/share/po/tr.po4
-rw-r--r--perl-install/share/po/uk.po4
-rw-r--r--perl-install/share/po/uz.po4
-rw-r--r--perl-install/share/po/uz@Latn.po4
-rw-r--r--perl-install/share/po/vi.po4
-rw-r--r--perl-install/share/po/wa.po4
-rw-r--r--perl-install/share/po/zh_CN.po4
-rw-r--r--perl-install/share/po/zh_TW.po4
68 files changed, 0 insertions, 272 deletions
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 70d7221ce..2f62a4d3e 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -24656,10 +24656,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Stelsel-konfigurasie"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/am.po b/perl-install/share/po/am.po
index 98c8bb566..192c2dd77 100644
--- a/perl-install/share/po/am.po
+++ b/perl-install/share/po/am.po
@@ -21595,10 +21595,6 @@ msgstr "ዲቪዲ"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "የሲስተም ምርጫ"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index 6f6bc5758..7b867828b 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -24805,10 +24805,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "تهيئة النظام"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 8857ad85f..d1ffd1146 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -24200,10 +24200,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Sistem quraşdırılması"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index d3910336a..683cfc1c4 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -21828,10 +21828,6 @@ msgstr ""
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Канфігурацыя сістэмных сэрвісаў"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 3968f613c..e1a45f575 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -23033,10 +23033,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Конфигурация на система"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/bn.po b/perl-install/share/po/bn.po
index e31030b81..975f507c7 100644
--- a/perl-install/share/po/bn.po
+++ b/perl-install/share/po/bn.po
@@ -24304,10 +24304,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "সিস্টেম কনফিগারেশন"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index ef6b0f098..d63387da0 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -21891,10 +21891,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr "Ezkargañ roll ar perientel"
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Kefluniañ ar reizhiad"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 14db60bac..22ab121c7 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -25104,10 +25104,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Podešavanje sistema"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 47b681d29..6d3cc71c2 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -24932,10 +24932,6 @@ msgid "Upload the hardware list"
msgstr ""
#
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Configuració del sistema"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index 934c68c6d..63cba6c22 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -25039,10 +25039,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Konfigurace systému"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 795923812..4b41d6dd5 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -25109,10 +25109,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Ffurfweddu'r system"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index cd065fa3b..f0a2f2141 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -25011,10 +25011,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Systemkonfiguration"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 1735bd91b..7ec9a0304 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -25447,10 +25447,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Systemkonfiguration"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index 022de84c3..06d068eae 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -23710,10 +23710,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Ρύθμιση συστήματος"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index 0a995c4e7..8b64745d5 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -22238,10 +22238,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Sistem-konfigurado"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index e977e3063..2d0f666a3 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po
@@ -25407,10 +25407,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Configuración del sistema"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index 0f5bec76a..aae98a50c 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -25012,10 +25012,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Süsteemi seadistamine"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
index bc7945633..e6fdd48ec 100644
--- a/perl-install/share/po/eu.po
+++ b/perl-install/share/po/eu.po
@@ -25246,10 +25246,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Sistemaren konfigurazioa"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/fa.po b/perl-install/share/po/fa.po
index 970cbd607..a580912be 100644
--- a/perl-install/share/po/fa.po
+++ b/perl-install/share/po/fa.po
@@ -24954,10 +24954,6 @@ msgstr "دی‌وی‌دی"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "پیکربندی سیستم"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index b063e71e6..0b859008e 100644
--- a/perl-install/share/po/fi.po
+++ b/perl-install/share/po/fi.po
@@ -25195,10 +25195,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Järjestelmän asetukset"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/fr.po b/perl-install/share/po/fr.po
index cbe1d143c..a8541d6f5 100644
--- a/perl-install/share/po/fr.po
+++ b/perl-install/share/po/fr.po
@@ -25550,10 +25550,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Configuration du système"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/fur.po b/perl-install/share/po/fur.po
index d259d7d82..8bf2199f1 100644
--- a/perl-install/share/po/fur.po
+++ b/perl-install/share/po/fur.po
@@ -21621,10 +21621,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Prove de configurazion"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
index 83158ea4b..48b7ab9cb 100644
--- a/perl-install/share/po/ga.po
+++ b/perl-install/share/po/ga.po
@@ -21663,10 +21663,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Cumraíocht an chórais"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index a4b4d6750..ebc3051cd 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -22804,10 +22804,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Configuración do sistema"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/he.po b/perl-install/share/po/he.po
index f3b118f2f..7d452059c 100644
--- a/perl-install/share/po/he.po
+++ b/perl-install/share/po/he.po
@@ -23166,10 +23166,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "הגדרת המערכת"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/hi.po b/perl-install/share/po/hi.po
index 801829725..343d1892f 100644
--- a/perl-install/share/po/hi.po
+++ b/perl-install/share/po/hi.po
@@ -23500,10 +23500,6 @@ msgstr "डीवीडी"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "तंत्र संरचना"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
index cba59f299..b18dfd07c 100644
--- a/perl-install/share/po/hr.po
+++ b/perl-install/share/po/hr.po
@@ -23439,10 +23439,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "postava upozoravanja"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/hu.po b/perl-install/share/po/hu.po
index df5a7316d..d5e56cac3 100644
--- a/perl-install/share/po/hu.po
+++ b/perl-install/share/po/hu.po
@@ -25355,10 +25355,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Rendszerbeállítás"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/id.po b/perl-install/share/po/id.po
index 1058d104b..69a2254ad 100644
--- a/perl-install/share/po/id.po
+++ b/perl-install/share/po/id.po
@@ -23831,10 +23831,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Konfigurasi sistem"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/is.po b/perl-install/share/po/is.po
index 385b3d3c0..d67269ce2 100644
--- a/perl-install/share/po/is.po
+++ b/perl-install/share/po/is.po
@@ -23024,10 +23024,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Kerfisstillingar"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/it.po b/perl-install/share/po/it.po
index 40a7ef537..d1ccd073d 100644
--- a/perl-install/share/po/it.po
+++ b/perl-install/share/po/it.po
@@ -25308,10 +25308,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Configurazione del sistema"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/ja.po b/perl-install/share/po/ja.po
index d415af9b9..a6d1ddf7e 100644
--- a/perl-install/share/po/ja.po
+++ b/perl-install/share/po/ja.po
@@ -24684,10 +24684,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "システムを設定"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/ko.po b/perl-install/share/po/ko.po
index 7f6d16c52..049b54c50 100644
--- a/perl-install/share/po/ko.po
+++ b/perl-install/share/po/ko.po
@@ -22493,10 +22493,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "경고 설정"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/ky.po b/perl-install/share/po/ky.po
index d6b1c91d9..fb27b9665 100644
--- a/perl-install/share/po/ky.po
+++ b/perl-install/share/po/ky.po
@@ -22308,10 +22308,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Системаны конфигурациялоо"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/lt.po b/perl-install/share/po/lt.po
index 54686fc9e..07a60e285 100644
--- a/perl-install/share/po/lt.po
+++ b/perl-install/share/po/lt.po
@@ -22283,10 +22283,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Nustatymai"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/ltg.po b/perl-install/share/po/ltg.po
index 6394ffef9..097a1ec5f 100644
--- a/perl-install/share/po/ltg.po
+++ b/perl-install/share/po/ltg.po
@@ -22763,10 +22763,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Sistemys konfiguraceja"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/lv.po b/perl-install/share/po/lv.po
index 3e8198ce1..d9340144e 100644
--- a/perl-install/share/po/lv.po
+++ b/perl-install/share/po/lv.po
@@ -22738,10 +22738,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "trauksmes konfigurācija"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/mk.po b/perl-install/share/po/mk.po
index 8f7e7786f..a7363906c 100644
--- a/perl-install/share/po/mk.po
+++ b/perl-install/share/po/mk.po
@@ -23936,10 +23936,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Конфигурација на системот"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/mn.po b/perl-install/share/po/mn.po
index cb90cfd3c..cb4ade934 100644
--- a/perl-install/share/po/mn.po
+++ b/perl-install/share/po/mn.po
@@ -21938,10 +21938,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Сигналийн чимээ тохируулах"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/ms.po b/perl-install/share/po/ms.po
index 47f4ae997..cd7605400 100644
--- a/perl-install/share/po/ms.po
+++ b/perl-install/share/po/ms.po
@@ -21791,10 +21791,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Pen&yelarasan Sistem"
#: standalone/harddrake2:530
#, fuzzy, c-format
diff --git a/perl-install/share/po/mt.po b/perl-install/share/po/mt.po
index 00c89666e..f83ce64bb 100644
--- a/perl-install/share/po/mt.po
+++ b/perl-install/share/po/mt.po
@@ -24629,10 +24629,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Konfigurazzjoni tas-sistema"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/nb.po b/perl-install/share/po/nb.po
index 9f8c32852..9b6dd4945 100644
--- a/perl-install/share/po/nb.po
+++ b/perl-install/share/po/nb.po
@@ -25195,10 +25195,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Systemkonfigurasjon"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/nl.po b/perl-install/share/po/nl.po
index 0e884bc4d..4c0ea6161 100644
--- a/perl-install/share/po/nl.po
+++ b/perl-install/share/po/nl.po
@@ -25076,10 +25076,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Systeemconfiguratie"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/nn.po b/perl-install/share/po/nn.po
index c64dff810..bead97fc1 100644
--- a/perl-install/share/po/nn.po
+++ b/perl-install/share/po/nn.po
@@ -23282,10 +23282,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Systemoppsett"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/pl.po b/perl-install/share/po/pl.po
index 95813c329..ee13970b0 100644
--- a/perl-install/share/po/pl.po
+++ b/perl-install/share/po/pl.po
@@ -25029,10 +25029,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Konfiguracja systemu"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/pt.po b/perl-install/share/po/pt.po
index 32f4b900a..b89579b82 100644
--- a/perl-install/share/po/pt.po
+++ b/perl-install/share/po/pt.po
@@ -25193,10 +25193,6 @@ msgstr "DVD"
msgid "Upload the hardware list"
msgstr ""
-#: standalone/harddrake2:528
-#, fuzzy, c-format
-msgid "Upload the system configuration"
-msgstr "Configuração do sistema"
#: standalone/harddrake2:530
#, c-format
diff --git a/perl-install/share/po/pt_BR.po b/perl-install/share/po/pt_BR.po
index f22e7c7bd..690f8d03e 100644
--- a/perl-install/share/po/pt_BR.po
+++ b/perl-install/share/po/pt_BR.po