[d-i-commits] r32187 - in trunk/packages/anna: . debian debian/po

Joey Hess joeyh at costa.debian.org
Wed Nov 16 21:40:32 UTC 2005


Author: joeyh
Date: 2005-11-16 21:40:21 +0000 (Wed, 16 Nov 2005)
New Revision: 32187

Modified:
   trunk/packages/anna/anna.c
   trunk/packages/anna/debian/anna.templates
   trunk/packages/anna/debian/changelog
   trunk/packages/anna/debian/po/ar.po
   trunk/packages/anna/debian/po/be.po
   trunk/packages/anna/debian/po/bg.po
   trunk/packages/anna/debian/po/bn.po
   trunk/packages/anna/debian/po/bs.po
   trunk/packages/anna/debian/po/ca.po
   trunk/packages/anna/debian/po/cs.po
   trunk/packages/anna/debian/po/cy.po
   trunk/packages/anna/debian/po/da.po
   trunk/packages/anna/debian/po/de.po
   trunk/packages/anna/debian/po/el.po
   trunk/packages/anna/debian/po/eo.po
   trunk/packages/anna/debian/po/es.po
   trunk/packages/anna/debian/po/et.po
   trunk/packages/anna/debian/po/eu.po
   trunk/packages/anna/debian/po/fa.po
   trunk/packages/anna/debian/po/fi.po
   trunk/packages/anna/debian/po/fr.po
   trunk/packages/anna/debian/po/gl.po
   trunk/packages/anna/debian/po/he.po
   trunk/packages/anna/debian/po/hi.po
   trunk/packages/anna/debian/po/hr.po
   trunk/packages/anna/debian/po/hu.po
   trunk/packages/anna/debian/po/id.po
   trunk/packages/anna/debian/po/is.po
   trunk/packages/anna/debian/po/it.po
   trunk/packages/anna/debian/po/ja.po
   trunk/packages/anna/debian/po/ko.po
   trunk/packages/anna/debian/po/ku.po
   trunk/packages/anna/debian/po/lt.po
   trunk/packages/anna/debian/po/lv.po
   trunk/packages/anna/debian/po/mg.po
   trunk/packages/anna/debian/po/mk.po
   trunk/packages/anna/debian/po/nb.po
   trunk/packages/anna/debian/po/nl.po
   trunk/packages/anna/debian/po/nn.po
   trunk/packages/anna/debian/po/pa_IN.po
   trunk/packages/anna/debian/po/pl.po
   trunk/packages/anna/debian/po/pt.po
   trunk/packages/anna/debian/po/pt_BR.po
   trunk/packages/anna/debian/po/ro.po
   trunk/packages/anna/debian/po/ru.po
   trunk/packages/anna/debian/po/sk.po
   trunk/packages/anna/debian/po/sl.po
   trunk/packages/anna/debian/po/sq.po
   trunk/packages/anna/debian/po/sv.po
   trunk/packages/anna/debian/po/templates.pot
   trunk/packages/anna/debian/po/tl.po
   trunk/packages/anna/debian/po/tr.po
   trunk/packages/anna/debian/po/uk.po
   trunk/packages/anna/debian/po/vi.po
   trunk/packages/anna/debian/po/wo.po
   trunk/packages/anna/debian/po/xh.po
   trunk/packages/anna/debian/po/zh_CN.po
   trunk/packages/anna/debian/po/zh_TW.po
Log:
* Remove the "unpacking $component" process bar messages, and only display
  one progress message per component. This will display much better instead
  of often flipping between two different messages faster than one can be
  read.

Modified: trunk/packages/anna/anna.c
===================================================================
--- trunk/packages/anna/anna.c	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/anna.c	2005-11-16 21:40:21 UTC (rev 32187)
@@ -230,7 +230,6 @@
 	debconf_progress_start(debconf, 0, 2*pkg_count,  "anna/progress_title");
 	debconf_progress_set(debconf, progress_step);
 	debconf_subst(debconf, "anna/progress_step_retr", "PACKAGE", package->package);
-	debconf_subst(debconf, "anna/progress_step_inst", "PACKAGE", package->package);
 	debconf_progress_info(debconf, "anna/progress_step_retr");
 }
 
@@ -257,7 +256,7 @@
 		return 0;
 
 	if (!quiet)
-		debconf_progress_start(debconf, 0, 2*pkg_count, "anna/progress_title");
+		debconf_progress_start(debconf, 0, pkg_count, "anna/progress_title");
 
 	for (node = packages->list.head; node; node = node->next) {
 		package = node->data;
@@ -275,7 +274,6 @@
 
 			if (!quiet) {
 				debconf_subst(debconf, "anna/progress_step_retr", "PACKAGE", package->package);
-				debconf_subst(debconf, "anna/progress_step_inst", "PACKAGE", package->package);
 				debconf_progress_info(debconf, "anna/progress_step_retr");
 			}
 			for (;;) {
@@ -321,11 +319,6 @@
 				break;
 			}
 
-			if (!quiet) {
-				debconf_progress_step(debconf, 1);
-				progress_step++;
-				debconf_progress_info(debconf, "anna/progress_step_inst");
-			}
 			if (!unpack_package(dest_file)) {
 				if (!quiet)
 					debconf_progress_stop(debconf);

Modified: trunk/packages/anna/debian/anna.templates
===================================================================
--- trunk/packages/anna/debian/anna.templates	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/anna.templates	2005-11-16 21:40:21 UTC (rev 32187)
@@ -34,12 +34,6 @@
 # TRANSLATORS : keep short
 _Description: Retrieving ${PACKAGE}
 
-Template: anna/progress_step_inst
-Type: text
-# (Progress bar) 
-# TRANSLATORS : keep short
-_Description: Unpacking ${PACKAGE}
-
 Template: anna/install_failed
 Type: error
 _Description: Failed to load installer component

Modified: trunk/packages/anna/debian/changelog
===================================================================
--- trunk/packages/anna/debian/changelog	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/changelog	2005-11-16 21:40:21 UTC (rev 32187)
@@ -1,8 +1,12 @@
 anna (1.18) UNRELEASED; urgency=low
 
   * Remove a fairly useless debug line that spammed the syslog too much.
+  * Remove the "unpacking $component" process bar messages, and only display
+    one progress message per component. This will display much better instead
+    of often flipping between two different messages faster than one can be
+    read.
 
- -- Joey Hess <joeyh at debian.org>  Wed, 16 Nov 2005 15:53:17 -0500
+ -- Joey Hess <joeyh at debian.org>  Wed, 16 Nov 2005 16:38:45 -0500
 
 anna (1.17) unstable; urgency=low
 

Modified: trunk/packages/anna/debian/po/ar.po
===================================================================
--- trunk/packages/anna/debian/po/ar.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/ar.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer_packages_po\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-13 16:59+0300\n"
 "Last-Translator: Ossama M. Khayat <okhayat at yahoo.com>\n"
 "Language-Team: Arabic <support at arabeyes.org>\n"
@@ -76,35 +76,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "إحضار ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "استخراج ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "فشل تحميل مكوّن برنامج التثبيت"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "فشل تحميل ${PACKAGE} لأسبابٍ مجهولة. جاري الإجهاض."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "الاستمرار بالتثبيت دون تحميل وحدات النواة؟"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -116,7 +108,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -124,3 +116,6 @@
 msgstr ""
 "إن كنت تقوم بالتثبيت من مرآة، فيمكنك حلّ هذه المشكلة باختيار تثبيت نسخة أخرى "
 "من ديبيان. سيخفق التثبيت على الأرجح ان استمريت بدون وحدات النواة."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "استخراج ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/be.po
===================================================================
--- trunk/packages/anna/debian/po/be.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/be.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -16,8 +16,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: be\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-04-09 14:08+0300\n"
 "Last-Translator: Andrei Darashenka <adorosh2 at it.org.by>\n"
 "Language-Team: Byelarusian <be at li.org>\n"
@@ -77,35 +77,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Атрыманне ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr ""
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Не атрымалась загрузіць часткі інсталятару"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Загрузка ${PACKAGE} парушылася па невядомым прычынам. Прыпыняем."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -114,7 +106,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "

Modified: trunk/packages/anna/debian/po/bg.po
===================================================================
--- trunk/packages/anna/debian/po/bg.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/bg.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-11-02 15:01+0200\n"
 "Last-Translator:  Ognyan Kulev <ogi at fmi.uni-sofia.bg>\n"
 "Language-Team: Bulgarian <dict at fsa-bg.org>\n"
@@ -83,23 +83,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Доставяне на ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Разпакетиране на ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Грешка при зареждане на компонента на инсталатора"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Зареждането на ${PACKAGE} завърши неуспешно поради неизвестни причини.  "
@@ -107,13 +99,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Продължаване без зареждане на модули за ядрото?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -124,7 +116,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -133,3 +125,6 @@
 "Ако инсталирате от огледало, можете да заобиколите проблема, като изберете "
 "инсталиране на друга версия на Debian. Инсталацията сигурно няма да работи, "
 "ако продължите без зареждане на модули на ядрото."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Разпакетиране на ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/bn.po
===================================================================
--- trunk/packages/anna/debian/po/bn.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/bn.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-18 03:16+0530\n"
 "Last-Translator: Baishampayan Ghose <b.ghose at gnu.org.in>\n"
 "Language-Team: Bangla <core at BengaLinux.Org>\n"
@@ -83,35 +83,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} আনা হচ্ছে"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} খোলা (unpack) হচ্ছে"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "ইনস্টলার অংশ লোড করা যায় নি"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "অজ্ঞাত কারণে ${PACKAGE} লোড করা যায় নি।  অস্বাভাবিক সমাপ্তি টানা হচ্ছে।"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "কার্নেল মডিউল লোড না করেই কি এগিয়ে যাব?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -122,7 +114,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -131,3 +123,6 @@
 "আপনি কি কোন মিরর থেকে ইনস্টল করছেন?  যদি তাই হয়, তবে এই সমস্যা সমাধানের জন্য "
 "ডেবিয়ানের অপর কোন সংস্করণ ইনস্টল করুন।  আর যদি কোন কার্নেল মডিউল ছাড়াই এগিয়ে "
 "যান, তবে ইনস্টলেশন প্রক্রিয়াটি সম্ভবত ব্যর্থ হবে।"
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} খোলা (unpack) হচ্ছে"

Modified: trunk/packages/anna/debian/po/bs.po
===================================================================
--- trunk/packages/anna/debian/po/bs.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/bs.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-03-28 21:47CET\n"
 "Last-Translator: Safir Šećerović <sapphire at linux.org.ba>\n"
 "Language-Team: Bosnian <lokal at linux.org.ba>\n"
@@ -83,23 +83,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Dobavljam ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Instaliram ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Nemogu da instaliram modul"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Instaliranje modula ${PACKAGE} nije uspjelo zbog nepoznatih razloga. "
@@ -107,13 +99,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Nastaviti instalaciju bez učitavanja kernel modula?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -125,7 +117,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -134,3 +126,6 @@
 "Ako instalirate preko mirrora, možete zaobići ovaj problem odabiranjem "
 "instaliranja druge verzije Debiana. Instalacija vjerovatno neće raditi ako "
 "nastavite bez kernel modula."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Instaliram ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/ca.po
===================================================================
--- trunk/packages/anna/debian/po/ca.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/ca.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer 1.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-24 18:38+0300\n"
 "Last-Translator: Guillem Jover <guillem at debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan at lists.debian.org>\n"
@@ -84,23 +84,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "S'està adquirint ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "S'està desempaquetant ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "No s'ha pogut instal·lar el component de l'instal·lador"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "La instal·lació de ${PACKAGE} ha fallat per raons desconegudes. S'està "
@@ -108,13 +100,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Voleu continuar sense carregar mòduls del nucli?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -126,7 +118,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -135,3 +127,6 @@
 "Si esteu instal·lant des d'una rèplica, podeu evitar aquest problema "
 "seleccionant la instal·lació d'una versió diferent de Debian. És probable "
 "que la instal·lació no funcione si continueu sense mòduls del nucli."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "S'està desempaquetant ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/cs.po
===================================================================
--- trunk/packages/anna/debian/po/cs.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/cs.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-06 16:09+0200\n"
 "Last-Translator:  Miroslav Kure <kurem at debian.cz>\n"
 "Language-Team:  Czech <provoz at debian.cz>\n"
@@ -78,35 +78,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Stahuje se ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Rozbaluje se ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Instalace komponenty instalačního programu selhala"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Instalace ${PACKAGE} selhala z neznámého důvodu. Ruším akci."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Pokračovat v instalaci bez nahrání modulů jádra?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -117,7 +109,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -126,3 +118,6 @@
 "Pokud instalujete ze zrcadla, můžete tento problém obejít instalováním jiné "
 "verze Debianu. Pokud budete pokračovat bez modulů jádra, instalace "
 "pravděpodobně nebude fungovat."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Rozbaluje se ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/cy.po
===================================================================
--- trunk/packages/anna/debian/po/cy.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/cy.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-03-08 07:46+0000\n"
 "Last-Translator: Dafydd Harries <daf at muse.19inch.net>\n"
 "Language-Team: Welsh <daf at muse.19inch.net>\n"
@@ -82,35 +82,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Yn cyrchu ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Yn dadbacio ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Methwyd llwytho cydran sefydlydd"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Methwyd llwytho ${PACKAGE} am resymau anhysbys. Yn erthylu."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Mynd ymlaen gyda'r sefydliad heb lwytho modylau cnewyllyn?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -122,7 +114,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -131,3 +123,6 @@
 "Os ydych chi'n sefydlu o ddrych, gallwch weithio o gwmpas y broblem hon gan "
 "ddewis i sefydlu fersiwn gwahanol o Debian. Mae'n debygol bydd y sefydliad "
 "yn methu gweithio os ydych chi'n mynd ymlaen heb fodylau cnewyllyn."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Yn dadbacio ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/da.po
===================================================================
--- trunk/packages/anna/debian/po/da.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/da.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -11,8 +11,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-06 12:06+0200\n"
 "Last-Translator: Claus Hindsgaul <claus_h at image.dk>\n"
 "Language-Team: Danish <dansk at klid.dk>\n"
@@ -83,35 +83,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Henter ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Pakker ${PACKAGE} ud"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Kunne ikke installere installationskomponenten"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Det lykkedes af ukendte grunde ikke at hente ${PACKAGE}. Afbryder."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Fortsæt installationen uden at indlæse kernemoduler?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -123,7 +115,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -132,3 +124,6 @@
 "Hvis du installerer fra et filspejl, kan du omgå dette problem ved at vælge "
 "at installere en anden Debianversion. Installationen vil sandsynligvis ikke "
 "komme til at fungere hvis du fortsætter uden kernemodulerne."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Pakker ${PACKAGE} ud"

Modified: trunk/packages/anna/debian/po/de.po
===================================================================
--- trunk/packages/anna/debian/po/de.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/de.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -19,8 +19,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-08 23:00+0200\n"
 "Last-Translator: Jens Seidel <jensseidel at users.sf.net>\n"
 "Language-Team: Debian German <debian-l10n-german at lists.debian.org>\n"
@@ -90,23 +90,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Lade ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Entpacke ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Fehler beim Laden der Installer-Komponenten"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Die Installation von ${PACKAGE} ist aus einem unbekannten Grund "
@@ -114,13 +106,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Installation ohne Kernel-Module fortsetzen?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -132,7 +124,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -142,3 +134,6 @@
 "umgehen, indem Sie eine andere Version von Debian installieren. Die "
 "Installation wird vermutlich fehlschlagen, wenn Sie ohne Kernel-Module "
 "fortfahren."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Entpacke ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/el.po
===================================================================
--- trunk/packages/anna/debian/po/el.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/el.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: el\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-15 21:29EEST\n"
 "Last-Translator: Greek Translation Team <debian-l10n-greek at lists.debian."
 "org>\n"
@@ -93,23 +93,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Ανάκτηση του ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Αποσυμπίεση του ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Σφάλμα κατά τη φόρτωση πακέτου λογισμικού του εγκαταστάτη"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Η φόρτωση του πακέτου λογισμικού ${PACKAGE} απέτυχε για άγνωστους λόγους. Η "
@@ -117,14 +109,14 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr ""
 "Να συνεχιστεί η εγκατάσταση χωρίς τη φόρτωση των αρθρωμάτων του πυρήνα;"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -136,7 +128,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -146,3 +138,6 @@
 "ξεπεράσετε το πρόβλημα δοκιμάζοντας να εγκαταστήσετε διαφορετική έκδοση του "
 "Debian. Η εγκατάσταση πιθανότατα θα αποτύχει αν συνεχίσετε χωρίς αρθρώματα "
 "του πυρήνα."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Αποσυμπίεση του ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/eo.po
===================================================================
--- trunk/packages/anna/debian/po/eo.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/eo.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: eo\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-07-18 21:00+0200\n"
 "Last-Translator: Serge Leblanc <serge.leblanc at wanadoo.fr>\n"
 "Language-Team: Esperanto <debian-l10n-esperanto at lists.debian.org>\n"
@@ -83,35 +83,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Ricevado de ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Malpakado de ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Elŝutado de instalero malsukcesas"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Intalado de ${PACKAGE} mulsukcesis pro nekonata kialo. Delasi."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Daŭru la instaladon sen ŝargi kernajn modulojn ?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -122,7 +114,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -131,3 +123,6 @@
 "Se vi instalas el Debiana spegularkivo, vi ĉirkaŭirus la problemon per la "
 "intalado alian eldonon de Debiano. La instalilo verŝajne fiaskos se vi "
 "daÅ­ras sen diferencaj kernaj moduloj."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Malpakado de ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/es.po
===================================================================
--- trunk/packages/anna/debian/po/es.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/es.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -37,8 +37,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-21 01:46+0200\n"
 "Last-Translator: Javier Fernández-Sanguino Peña <jfs at debian.org>\n"
 "Language-Team:  Debian Spanish <debian-l10n-spanish at lists.debian.org>\n"
@@ -107,23 +107,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Descargando ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Desempaquetando ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Se produjo un fallo al cargar un componente del instalador"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "La carga del componente ${PACKAGE} falló por razones desconocidas. "
@@ -131,13 +123,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "¿Desea continuar la instalación sin cargar módulos del núcleo?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -149,7 +141,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -158,3 +150,6 @@
 "Puede resolver este problema seleccionando una versión de Debian distinta "
 "para instalar si está instalando de una réplica. La instalación "
 "probablemente fallará si continúa sin módulos del núcleo."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Desempaquetando ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/et.po
===================================================================
--- trunk/packages/anna/debian/po/et.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/et.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -17,8 +17,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: et\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-06-08 11:11+0300\n"
 "Last-Translator: Siim Põder <windo at windowlicker.dyn.ee>\n"
 "Language-Team: Eesti <linuxiabi at hot.ee>\n"
@@ -92,36 +92,28 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} hankimine"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} lahti pakkimine"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Paigaldaja komponendi laadimine nurjus"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "${PACKAGE} laadimine nurjus arusaamatutel põhjustel. Laadimine peatatud."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Jätkata paigaldamist ilma tuuma mooduleid laadimata?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -133,7 +125,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -142,3 +134,6 @@
 "Kui sa paigaldad peegelduselt, võid valida paigaldamiseks teise Debiani "
 "versiooni ja nii probleemist mööda hiilida. Kui proovid jätkata ilma tuuma "
 "mooduliteta, siis paigaldamine tõenäoliselt nurjub."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} lahti pakkimine"

Modified: trunk/packages/anna/debian/po/eu.po
===================================================================
--- trunk/packages/anna/debian/po/eu.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/eu.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: eu\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-06-20 16:14+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: librezale.org <librezale at librezale.org>\n"
@@ -86,23 +86,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} eskuratzen"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} deskonprimitzen"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Ezin izan da instalatzailearen osagaia kargatu"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Ezin izan da ${PACKAGE} kargatu arrazoi ezezagunengatik. Bertan behera "
@@ -110,13 +102,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Instalatzen jarraitu nahi duzu nukleo-moduluak kargatu gabe?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -128,7 +120,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -137,3 +129,6 @@
 "Ispilu batetik instalatzen ari bazara, arazo horri ekiteko Debian-en beste "
 "bertsio bat instalatzea hauta dezakezu. Instalazioak ziurrenik ez du "
 "funtzionatuko nukleo-modulurik gabe jarraitzen baduzu."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} deskonprimitzen"

Modified: trunk/packages/anna/debian/po/fa.po
===================================================================
--- trunk/packages/anna/debian/po/fa.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/fa.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: fa\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-07-31 18:31+0430\n"
 "Last-Translator: Arash Bijanzadeh\n"
 "Language-Team:  <fa at li.org>\n"
@@ -76,35 +76,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "بازیابی ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "بازکردن ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "بارگزاری جزء نصاب شکسب خورد."
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "بارگزاری ${PACKAGE} به علت نامعلومی شکست خورد."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "نصب را بدون بارگیری ماژولهای کرنل ادامه میدهید؟"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -113,9 +105,12 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
 "fail to work if you continue without kernel modules."
 msgstr ""
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "بازکردن ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/fi.po
===================================================================
--- trunk/packages/anna/debian/po/fi.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/fi.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-04-06 17:27+0300\n"
 "Last-Translator: Tapio Lehtonen <tale at debian.org>\n"
 "Language-Team: Finnish <debian-l10n-finnish at lists.debian.org>\n"
@@ -86,23 +86,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Noudetaan ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Puretaan ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Asentimen osan lataus epäonnistui"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Asennuspaketin ${PACKAGE} lataaminen epäonnistui tuntemattomasta syystä. "
@@ -110,13 +102,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Jatketaanko asennusta lataamatta ytimen moduuleita?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -127,7 +119,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -136,3 +128,6 @@
 "Palvelimelta asennettaessa tämä pulma voidaan kiertää valitsemalla "
 "asennettavaksi toinen Debianin versio. Asennus luultavasti epäonnistuu jos "
 "jatketaan ilman ytimen moduuleita."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Puretaan ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/fr.po
===================================================================
--- trunk/packages/anna/debian/po/fr.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/fr.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -19,8 +19,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-16 19:19+0200\n"
 "Last-Translator: Christian Perrier <bubulle at debian.org>\n"
 "Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -92,23 +92,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Récupération de ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Décompression de ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Échec de l'installation du composant"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "L'installation du composant ${PACKAGE} a échoué pour des raisons inconnues. "
@@ -116,13 +108,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Faut-il poursuivre l'installation sans charger les modules du noyau ?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -134,7 +126,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -144,3 +136,6 @@
 "vous pouvez contourner ce problème en installant une autre version de "
 "Debian. L'installation échouera probablement si vous poursuivez sans charger "
 "les modules du noyau."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Décompression de ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/gl.po
===================================================================
--- trunk/packages/anna/debian/po/gl.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/gl.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-16 14:34+0200\n"
 "Last-Translator: Jacobo Tarrio <jtarrio at debian.org>\n"
 "Language-Team: Galego <trasno at ceu.fi.udc.es>\n"
@@ -80,35 +80,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Obtendo ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Desempaquetando ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Non se puido cargar un compoñente do instalador"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Non se puido cargar ${PACKAGE} por motivos descoñecidos. Abortando."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "¿Continuar a instalación sen cargar módulos do núcleo?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -120,7 +112,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -129,3 +121,6 @@
 "Se está a instalar dende unha réplica, pode evitar este problema instalando "
 "unha versión diferente de Debian. A instalación ha fallar con bastante "
 "probabilidade se segue sen módulos no núcleo."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Desempaquetando ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/he.po
===================================================================
--- trunk/packages/anna/debian/po/he.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/he.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-07-12 19:37+0300\n"
 "Last-Translator: Lior Kaplan <webmaster at guides.co.il>\n"
 "Language-Team: Debian l10n Hebrew <webmaster at guides.co.il>\n"
@@ -78,35 +78,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "מביא את ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "פורס את ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "כשלון בטעינת רכיב מתקין"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "טעינת ${PACKAGE} נכשלה מסיבה לא ברורה. מוותר."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "להמשיך את ההתקנה בלי לטעון מודולי קרנל?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -117,7 +109,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -125,3 +117,6 @@
 msgstr ""
 "אם אתה מתקין מאתר מראה, תוכל לעקוף את בעיה זאת ע\"י בחירה בהתקנת גרסה אחרת "
 "של דביאן. ההתקנה כנראה תכשל אם תמשיך ללא מודולי קרנל"
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "פורס את ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/hi.po
===================================================================
--- trunk/packages/anna/debian/po/hi.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/hi.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -25,8 +25,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer_packages_po\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-28 21:48+0530\n"
 "Last-Translator: Nishant Sharma <me at nishants.net>\n"
 "Language-Team:  <en at li.org>\n"
@@ -95,35 +95,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "प्राप्त किया जा रहा हैः ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "खोला जा रहा है ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "संस्थापक अवयव लोड करने में असफल"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "अविदित कारणों से ${PACKAGE} लोड नहीं हुआ. बंद कर रहे हैं."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "बिना करनेल मॉड्यूल लोड किये आगे संस्थापन करें?ें?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -134,7 +126,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -142,3 +134,6 @@
 msgstr ""
 "यदि आप किसी मिरर से संस्थापन कर रहे हैं तो डेबियन का कोई अन्य वर्ज़न चुन कर इस समस्या का "
 "समाधान कर सकते हैं. बिना करनेल मॉड्यूलों के संस्थापन संभवतः असफल होगा."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "खोला जा रहा है ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/hr.po
===================================================================
--- trunk/packages/anna/debian/po/hr.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/hr.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -11,8 +11,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Debian-installer 1st-stage master file HR\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-03-05 21:51+0100\n"
 "Last-Translator: Krunoslav Gernhard <kruno at linux.hr>\n"
 "Language-Team: Croatian <lokalizacija at linux.hr>\n"
@@ -82,35 +82,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Dobavljam ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Raspakiravam ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Uèitavanje instalacijskog dijela neuspjelo"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Uèitavanje ${PACKAGE} neuspjelo iz neznanih razloga. Prekidam."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Nastavi instalaciju bez uèitavanja modula za kernel?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -121,7 +113,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -130,3 +122,6 @@
 "Ako instalirate sa zrcalnika, mo¾ete rije¹iti ovaj problem instalirajuæi "
 "neku drugu inaèicu Debiana. Instalacija vjerojatno neæe uspjeti ako "
 "nastavite bez modula za kernel."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Raspakiravam ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/hu.po
===================================================================
--- trunk/packages/anna/debian/po/hu.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/hu.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-05-13 18:04+0100\n"
 "Last-Translator: VEROK Istvan <vi at fsf.hu>\n"
 "Language-Team: Debian L10n Hungarian <debian-l10n-hungarian at lists.debian>\n"
@@ -84,23 +84,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} beszerzése"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} kitömörítése"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Telepítőrész betöltése meghiúsult"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Egy telepítőrész (${PACKAGE}) betöltése ismeretlen okból meghiúsult. Kilépés "
@@ -108,13 +100,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Rendszermag-modulok betöltése nélkül folytatja a telepítést?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -126,7 +118,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -135,3 +127,6 @@
 "Ha a telepítés egy Debian-tükörről történik, akkor érdemes megpróbálkoznia a "
 "Debian egy másik verziójának telepítésével. A telepítés rendszermag-modulok "
 "nélküli továbbvitele ugyanis valószínűleg kudarcra van ítélve."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} kitömörítése"

Modified: trunk/packages/anna/debian/po/id.po
===================================================================
--- trunk/packages/anna/debian/po/id.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/id.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -18,8 +18,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-07-08 00:05+0700\n"
 "Last-Translator: Arief S Fitrianto <arief at gurame.fisika.ui.ac.id>\n"
 "Language-Team: Debian Indonesia Team <debian-l10n-id at gurame.fisika.ui.ac."
@@ -87,36 +87,28 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Sedang mengambil ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Sedang membuka paket ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Gagal memuat komponen instalasi"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Pemuatan ${PACKAGE} gagal tanpa diketahui sebabnya. Sedang membatalkan."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Melanjutkan instalasi tanpa memuat modul-modul kernel?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -128,7 +120,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -137,3 +129,6 @@
 "Jika Anda menginstal dari sebuah mirror, Anda dapat memecahkannya dengan "
 "memilih memasang versi Debian yang lain. Instalasi kemungkinan besar akan "
 "gagal bila Anda melanjutkan tanpa memasang modul-modul kernel."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Sedang membuka paket ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/is.po
===================================================================
--- trunk/packages/anna/debian/po/is.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/is.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -1062,8 +1062,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer_packages_tzsetup_debian_po.pot\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-11-07 23:26+0000\n"
 "Last-Translator: David Steinn Geirsson <davidgeirs at gmail.com>\n"
 "Language-Team: Icelandic <debian-user-icelandic at lists.debian.org>\n"
@@ -1333,35 +1333,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Sæki ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Afþjappa ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Tókst ekki að hlaða hluta uppsetningarkerfisins"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Ekki tókst að hlaða inn ${PACKAGE} af einhverjum ástæðum. Hætti við."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Halda uppsetningu áfram án þess að hlaða inn kjarnaeiningum?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -1373,7 +1365,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -1382,3 +1374,6 @@
 "Ef þú ert að setja upp frá pakkaspegli gætir þú reynt að setja upp aðra "
 "útgáfu af Debian. Uppsetningin mun að öllum líkindum mistakast ef þú heldur "
 "áfram án þess að hlaða inn kjarnaeiningum."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Afþjappa ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/it.po
===================================================================
--- trunk/packages/anna/debian/po/it.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/it.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -24,8 +24,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-08 11:44+0200\n"
 "Last-Translator: Giuseppe Sacco <eppesuig at debian.org>\n"
 "Language-Team:   Italian <debian-l10n-italian at lists.debian.org>\n"
@@ -93,23 +93,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Scaricamento di ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Apertura del pacchetto ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Il caricamento del componente dell'installatore è fallito"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Il caricamento di ${PACKAGE} è fallito per motivi sconosciuti. Annullamento "
@@ -117,13 +109,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Continuare l'installazione senza caricare i moduli del kernel?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -135,7 +127,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -144,3 +136,6 @@
 "Se si sta installando da un mirror, si può aggirare questo problema "
 "scegliendo di installare una versione diversa di Debian. L'installazione "
 "probabilmente fallirà se si continua senza i moduli del kernel."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Apertura del pacchetto ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/ja.po
===================================================================
--- trunk/packages/anna/debian/po/ja.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/ja.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-15 15:01+0900\n"
 "Last-Translator:  Kenshi Muto <kmuto at debian.org>\n"
 "Language-Team: Debian L10n Japanese <debian-l10n-japanese at lists.debian.org>\n"
@@ -79,35 +79,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} を取得しています"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} を展開しています"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "インストーラコンポーネントのロードに失敗しました"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "未知の理由で ${PACKAGE} のロードに失敗しました。中断します。"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "カーネルモジュールをロードせずにインストールを続けますか?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -119,7 +111,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -128,3 +120,6 @@
 "ミラーからインストールしているのであれば、異なる Debian バージョンのインス"
 "トールを選ぶことで、この問題に対処できます。カーネルモジュールなしに続ける"
 "と、インストールはおそらく失敗します。"
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} を展開しています"

Modified: trunk/packages/anna/debian/po/ko.po
===================================================================
--- trunk/packages/anna/debian/po/ko.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/ko.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-17 21:37+0900\n"
 "Last-Translator:  Sunjae park <darehanl at gmail.com>\n"
 "Language-Team:  Korean <debian-l10n-korean at lists.debian.org>\n"
@@ -78,36 +78,28 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} 꾸러미를 가져오는 중입니다"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} 꾸러미를 푸는 중입니다"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "설치 프로그램 구성 요소를 읽어들이는 데 실패했습니다"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "알 수 없는 이유로 ${PACKAGE} 꾸러미를 읽어들이는 데 실패했습니다. 중지합니다."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "커널 모듈을 읽어들이지 않고 계속 설치하시겠습니까?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -118,7 +110,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -126,3 +118,6 @@
 msgstr ""
 "미러에서 설치하시는 거라면, 다른 버전의 데비안을 설치하면 이 문제를 피해갈 수"
 "도 있습니다. 커널 모듈 없이 계속하신다면 아마도 설치가 실패할 것입니다."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} 꾸러미를 푸는 중입니다"

Modified: trunk/packages/anna/debian/po/ku.po
===================================================================
--- trunk/packages/anna/debian/po/ku.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/ku.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-02 11:55+0200\n"
 "Last-Translator: Erdal Ronahi <erdal.ronahi at gmail.com, pckurd at hotmail.com>\n"
 "Language-Team: Kurdish <gnu-ku-wergerandin at lists.sourceforge.net>\n"
@@ -74,35 +74,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} tîne"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} ji paketê derdixe"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -111,9 +103,12 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
 "fail to work if you continue without kernel modules."
 msgstr ""
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} ji paketê derdixe"

Modified: trunk/packages/anna/debian/po/lt.po
===================================================================
--- trunk/packages/anna/debian/po/lt.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/lt.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-21 01:13+0300\n"
 "Last-Translator: Kęstutis Biliūnas <kebil at kaunas.init.lt>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
@@ -83,36 +83,28 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Gaunamas ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "IÅ¡pakuojamas ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Nepavyko įkelti įdiegiklio komponento"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "${PACKAGE} įkėlimas, dėl nežinomų priežasčių nepavyko. Darbas nutraukiamas."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Ar tęsti diegimą, neįkėlus branduolio modulių?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -123,7 +115,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -132,3 +124,6 @@
 "Jei diegiate iš archyvo \"veidrodžio\", galite apeiti šią problemą "
 "pasirinkdami diegimui kitą Debian'o versiją. Diegimas be branduolio modulių "
 "greičiausiai baigtųsi nesėkmingai."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "IÅ¡pakuojamas ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/lv.po
===================================================================
--- trunk/packages/anna/debian/po/lv.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/lv.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -11,8 +11,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2004-10-26 08:41+0200\n"
 "Last-Translator: Aigars Mahinovs <aigarius at debian.org>\n"
 "Language-Team: Latvian <locale at laka.lv>\n"
@@ -78,36 +78,28 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Saņemu ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Atpakoju ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Kļūda ielādējot instalātora moduli"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Moduļa ${PACKAGE} ielāde neizdevās nezināmu iemeslu dēļ. Pārtraucu darbu."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -116,9 +108,12 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
 "fail to work if you continue without kernel modules."
 msgstr ""
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Atpakoju ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/mg.po
===================================================================
--- trunk/packages/anna/debian/po/mg.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/mg.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mg\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-03-30 17:30+0200\n"
 "Last-Translator: Jaonary Rabarisoa <mpandikateny at linuxmg.org>\n"
 "Language-Team: Malagasy <mpandikateny at linuxmg.org>\n"
@@ -83,35 +83,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Mandray an'i ${PACKAGE} "
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Mamaha an'i ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Tsy voafahana ${PACKAGE} noho ny antony tsy fantatra. Miala."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Manohy ny fametraha tsy miaraka amin'ny module an'ny kernel?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -120,7 +112,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -129,3 +121,6 @@
 "Raha manao ny fametrahana avy amin'ny alalana fitaratra misy ny arsiva "
 "Debian ianao dia mifidiana kinova hafa hamahana ny olana. Tsy ho vanona ny "
 "fametrahana raha manohy tsy misy module'na kernel ianao."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Mamaha an'i ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/mk.po
===================================================================
--- trunk/packages/anna/debian/po/mk.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/mk.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mk\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-08 18:16+0200\n"
 "Last-Translator: Georgi Stanojevski <glisha at gmail.com>\n"
 "Language-Team: Macedonian <ossm-members at hedona.on.net.mk>\n"
@@ -80,35 +80,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Преземање на ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Одпакување на ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Не успеав да вчитам инсталциона компонента"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Вчитување на ${PACKAGE} не успеа поради непознати причини. Прекинувам."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Продолжи со инсталацијата без да ги вчиташ модулите на кернелот?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -120,7 +112,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -129,3 +121,6 @@
 "Ако инсталираш од алтернативен сервер, може да го заобиколиш овој проблем "
 "ако одбереш да инсталираш друга верзија на Дебиан.  Инсталацијата "
 "најверојатно нема да работи ако продолжиш без кернел модулите."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Одпакување на ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/nb.po
===================================================================
--- trunk/packages/anna/debian/po/nb.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/nb.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -18,8 +18,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: nb\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-08 15:27+0200\n"
 "Last-Translator: Bjørn Steensrud <bjornst at powertech.no>\n"
 "Language-Team: Norwegian Bokmål <i18n-nb at lister.ping.uio.no>\n"
@@ -88,35 +88,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Henter ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Pakker ut ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Klarte ikke å laste installasjonskomponenten"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Lastingen av ${PACKAGE} mislyktes av ukjente årsaker. Avbryter."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Vil du fortsette installasjonen uten å laste inn kjernemoduler?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -128,7 +120,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -137,3 +129,6 @@
 "Hvis du installerer fra et nett-arkiv kan du komme rundt dette problemet ved "
 "å velge å installere en annen Debian-versjon. Installasjonen blir antakelig "
 "mislykket hvis du fortsetter uten kjernemoduler."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Pakker ut ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/nl.po
===================================================================
--- trunk/packages/anna/debian/po/nl.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/nl.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -12,8 +12,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: nl\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-24 21:14+0200\n"
 "Last-Translator: Bart Cornelis <cobaco at linux.be>\n"
 "Language-Team: Dutch <debian-l10n-dutch at lists.debian.org>\n"
@@ -84,23 +84,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} wordt opgehaald"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} wordt uitgepakt"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Laden van de installatiemodule is mislukt"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Laden van ${PACKAGE} is om onbekende reden mislukt. Installatie wordt "
@@ -108,13 +100,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Installatie voortzetten zonder de kernelmodules te laden?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -126,7 +118,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -135,3 +127,6 @@
 "Als u installeert vanaf een spiegelserver, kunt u dit probleem omzeilen door "
 "een andere versie van Debian te installeren. De installatie zal "
 "waarschijnlijk mislukken als u verder gaat zonder kernelmodules."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} wordt uitgepakt"

Modified: trunk/packages/anna/debian/po/nn.po
===================================================================
--- trunk/packages/anna/debian/po/nn.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/nn.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: nn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-15 20:16+0200\n"
 "Last-Translator: \n"
 "Language-Team: Norwegian Nynorsk <en at li.org>\n"
@@ -86,35 +86,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Hentar ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Pakkar ut ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Klarte ikkje lasta installsjonskomponent"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Lastinga av ${PACKAGE} mislukkast av ukjend grunn. Avbryt."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Halde fram installasjonen utan å lasta kjernemodular?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -126,7 +118,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -135,3 +127,6 @@
 "Viss du installerer frå eit nettarkiv, kan du omgå dette problemet ved å "
 "installera ein anna versjon av Debian. Installasjonen vil truleg ikkje "
 "fungera viss du held fram utan kjernemodular."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Pakkar ut ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/pa_IN.po
===================================================================
--- trunk/packages/anna/debian/po/pa_IN.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/pa_IN.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: pa_IN\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-03-15 12:29+0530\n"
 "Last-Translator: Amanpreet Singh Alam <amanpreetalam at yahoo.com>\n"
 "Language-Team: Punjabi <fedora-trans-pa at redhat.com>\n"
@@ -84,35 +84,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} ਦੀ ਮੁੜ ਪ੍ਰਾਪਤੀ ਹੋ ਰਹੀ ਹੈ"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} ਨੂੰ ਖੋਲ ਰਿਹਾ ਹੈ"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "ਇੰਸਟਾਲਰ ਸੰਖੇਪ ਲੋਡ ਕਰਨ ਵਿੱਚ ਅਸਫਲ"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "${PACKAGE} ਦੀ ਲੋਡਿੰਗ ਅਣਪਛਾਤੇ ਕਾਰਨ ਕਰਕੇ ਅਸਫਲ ਹੋਈ। ਅਧੂਰੀ ਖਤਮ ਹੋ ਰਹੀ ਹੈ।"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "ਕਰਨਲ ਮੈਡੀਊਲ ਲੋਡ ਕੀਤੇ ਬਿਨਾ ਇੰਸਟਾਲ ਜਾਰੀ ਰੱਖੋ?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -123,7 +115,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -131,3 +123,6 @@
 msgstr ""
 "ਜੇ ਤੁਸੀਂ ਪ੍ਰਤੀਬਿੰਬ ਤੋਂ ਇੰਸਟਾਲ ਕਰ ਰਹੇ ਹੋ, ਤੁਸੀਂ ਇਸ ਮੁਸ਼ਕਿਲ ਦਾ ਹੱਲ ਡੇਬੀਅਨ ਦਾ ਹੋਰ ਵਰਜ਼ਨ ਚੁਣ ਕੇ ਕਰ "
 "ਸਕਦੇ ਹੋ। ਇੰਸਟਾਲ ਅਸਫਲ ਹੋਵੇਗਾ ਜੇ ਤੁਸੀਂ ਕਰਨਲ ਮੈਡੀਊਲ ਤੋਂ ਬਿਨਾ ਜਾਰੀ ਕੀਤਾ।"
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} ਨੂੰ ਖੋਲ ਰਿਹਾ ਹੈ"

Modified: trunk/packages/anna/debian/po/pl.po
===================================================================
--- trunk/packages/anna/debian/po/pl.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/pl.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -11,8 +11,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-20 09:32+0200\n"
 "Last-Translator: Bartosz Fenski <fenio at debian.org>\n"
 "Language-Team: Polish <pddp at debian.linux.org.pl>\n"
@@ -80,23 +80,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Pobieranie ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Dekompresowanie ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Za³adowanie sk³adnika instalatora nie powiod³o siê"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Za³adowanie ${PACKAGE} nie powiod³o siê, a przyczyna nie jest znana. "
@@ -104,13 +96,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Kontynuowaæ instalacjê bez ³adowania modu³ów j±dra?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -121,7 +113,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -130,3 +122,6 @@
 "Je¶li instalujesz korzystaj±c z serwera lustrzanego, mo¿esz obej¶æ ten "
 "problem wybieraj±c instalacjê innej wersji Debiana. Instalacja bez modu³ów "
 "j±dra prawdopodobnie nie powiedzie siê."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Dekompresowanie ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/pt.po
===================================================================
--- trunk/packages/anna/debian/po/pt.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/pt.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -49,8 +49,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-14 11:31+0000\n"
 "Last-Translator:  Miguel Figueiredo <elmig at debianpt.org>\n"
 "Language-Team:  Portuguese <traduz at debianpt.org>\n"
@@ -119,35 +119,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "A obter ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "A extrair ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Não foi possível carregar componente do instalador"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "A leitura de ${PACKAGE} falhou por razões desconhecidas. Abortando."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Continuar a instalação sem carregar módulos do kernel?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -159,7 +151,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -168,3 +160,6 @@
 "Se está a instalar a partir de um mirror, pode contornar este problema "
 "escolhendo instalar uma versão diferente do Debian. A instalação "
 "provavelmente não funcionará se continuar sem os módulos do kernel."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "A extrair ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/pt_BR.po
===================================================================
--- trunk/packages/anna/debian/po/pt_BR.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/pt_BR.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-18 19:43-0300\n"
 "Last-Translator: André Luís Lopes <andrelop at debian.org>\n"
 "Language-Team:  Debia-BR Project <debian-l10n-portuguese at lists.debian.org>\n"
@@ -81,35 +81,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Obtendo ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Desempacotando ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Falha ao carregar componente do instalador"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Falha ao carregar ${PACKAGE} por razões desconhecidas. Abortando."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Continuar a instalação sem carregar módulos de kernel ?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -121,7 +113,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -130,3 +122,6 @@
 "Caso você esteja instalando a partir de um espelho, você pode contornar esse "
 "problema optando por instalar uma versão diferente do Debian. A instalação "
 "provavelmente irá falhar caso você continue sem módulos de kernel."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Desempacotando ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/ro.po
===================================================================
--- trunk/packages/anna/debian/po/ro.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/ro.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -24,8 +24,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ro\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-29 22:04+0300\n"
 "Last-Translator: Eddy PetriÅŸor <eddy.petrisor at gmail.com>\n"
 "Language-Team: Romanian <debian-l10n-romanian at lists.debian.org>\n"
@@ -100,35 +100,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Se preia ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Se despachetează ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Încărcarea componentei programului de instalare a eşuat"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Încărcarea ${PACKAGE} a eşuat din motive necunoscute. Se abandonează."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Se continuă instalarea fără a încărca modulele de nucleu(kernel)?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -140,7 +132,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -149,3 +141,6 @@
 "Dacă instalaţi de pe o arhivă de pe un sit alternativ, puteţi ocoli această "
 "problemă prin alegerea instalării altei versiuni de Debian. Instalarea "
 "probabil că va eşua dacă continuaţi fără module."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Se despachetează ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/ru.po
===================================================================
--- trunk/packages/anna/debian/po/ru.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/ru.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: ru\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-10 09:55+0400\n"
 "Last-Translator: Yuri Kozlov <kozlov.y at gmail.com>\n"
 "Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
@@ -87,35 +87,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Получение ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Распаковка ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Не удалось загрузить компонент программы установки"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Не удалось загрузить ${PACKAGE} по неизвестным причинам. Отмена."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Продолжить установку без загрузки модулей ядра?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -127,7 +119,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -136,3 +128,6 @@
 "Если вы производите установку с зеркала, то можете обойти эту проблему, "
 "выбрав для установки другую версию Debian. Без модулей ядра продолжение "
 "установки может оказаться невозможным."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Распаковка ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/sk.po
===================================================================
--- trunk/packages/anna/debian/po/sk.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/sk.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-20 13:08+0200\n"
 "Last-Translator: Peter Mann <Peter.Mann at tuke.sk>\n"
 "Language-Team:  Slovak <sk-i18n at lists.linux.sk>\n"
@@ -79,35 +79,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "SÅ¥ahuje sa ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Rozbaľuje sa ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Inštalácia súčasti inštalačného programu zlyhala"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Inštalácia ${PACKAGE} zlyhala z neznámeho dôvodu. Ruším akciu."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Pokračovať v inštalácii bez načítania modulov jadra?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -119,7 +111,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -128,3 +120,6 @@
 "Ak inštalujete z nejakého Debian archívu, tak tento problém vyriešite "
 "zvolením inej verzie Debianu. Inštalácia pravdepodobne zlyhá, ak sa "
 "rozhodnete pokračovať bez modulov jadra."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Rozbaľuje sa ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/sl.po
===================================================================
--- trunk/packages/anna/debian/po/sl.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/sl.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: sl\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-07-23 08:50+0200\n"
 "Last-Translator: Jure ÄŒuhalev <gandalf at owca.info>\n"
 "Language-Team: Slovenščina <team at slo-tech.com>\n"
@@ -86,35 +86,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Prenašam ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Razširjam ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Namestitev komponente namestilnika ni uspela"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Nalaganje ${PACKAGE} ni uspela iz neznanih razlogov. Prekinjam."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Nadaljujem z namestitvijo ne da bi naložil module?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -126,7 +118,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -135,3 +127,6 @@
 "Če nameščate iz zrcalnega strežnika se lahko izognete temu, tako da "
 "namestite drugo različico Debiana. Namestitev verjetno ne bo uspešno, če se "
 "odločite nadaljevati brez modulov za jedro."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Razširjam ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/sq.po
===================================================================
--- trunk/packages/anna/debian/po/sq.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/sq.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -11,8 +11,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-06-23 19:48+0200\n"
 "Last-Translator:  Elian Myftiu <elian at alblinux.net>\n"
 "Language-Team: Debian L10n Albanian <debian-l10n-albanian at lists.debian.org>\n"
@@ -83,35 +83,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Duke tërhequr ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Duke hapur ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Dështoi në ngarkimin e përbërësve të instaluesit"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Ngarkimi i ${PACKAGE} dështoi për arsye të panjohura. Duke anulluar."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Ta vazhdoj instalimin pa ngarkuar modulet e kernelit?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -123,7 +115,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -132,3 +124,6 @@
 "Nëse po instalon nga një mirror, mund ta evitosh këtë problem duke zgjedhur "
 "instalimin e një versioni tjetër Debian. Instalimi ndoshta do të dështojë "
 "nëse vazhdon pa modulet e kernelit."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Duke hapur ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/sv.po
===================================================================
--- trunk/packages/anna/debian/po/sv.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/sv.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-11-02 21:32+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <debian-boot at lists.debian.org>\n"
@@ -86,35 +86,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Hämtar ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Packar upp ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Misslyckades att ladda installationskomponenter"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Laddningen av ${PACKAGE} misslyckades av okänd anledning. Avbryter."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Fortsätt installationen utan att ladda kärnmoduler?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -125,7 +117,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -134,3 +126,6 @@
 "Om du installerar från en spegel kan du kringgå det här problemet genom att "
 "välja att installera en annan version av Debian. Installationen kommer "
 "antagligen att misslyckas om du fortsätter utan kärnmoduler."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Packar upp ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/templates.pot
===================================================================
--- trunk/packages/anna/debian/po/templates.pot	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/templates.pot	2005-11-16 21:40:21 UTC (rev 32187)
@@ -1,21 +1,14 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
 #
-#    Translators, if you are not familiar with the PO format, gettext
-#    documentation is worth reading, especially sections dedicated to
-#    this format, e.g. by running:
-#         info -n '(gettext)PO Files'
-#         info -n '(gettext)Header Entry'
-#
-#    Some information specific to po-debconf are available at
-#            /usr/share/doc/po-debconf/README-trans
-#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#    Developers do not need to manually edit POT or PO files.
-#
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -73,35 +66,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr ""
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr ""
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -110,7 +95,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "

Modified: trunk/packages/anna/debian/po/tl.po
===================================================================
--- trunk/packages/anna/debian/po/tl.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/tl.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -18,8 +18,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-04 17:20+0800\n"
 "Last-Translator: Eric Pareja <xenos at upm.edu.ph>\n"
 "Language-Team: Tagalog <debian-tl at banwa.upm.edu.ph>\n"
@@ -88,23 +88,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Kinukuha ang ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Binubuklat ang ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Bigo sa pagpasok ng bahagi ng installer"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr ""
 "Ang pagpasok ng ${PACKAGE} ay nabigo dahil sa hindi kilalang dahilan. "
@@ -112,13 +104,13 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Ituloy ang pagluklok na hindi ipapasok ang mga module ng kernel?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -130,7 +122,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -140,3 +132,6 @@
 "suliranin na ito sa pamamagitan ng pagpili ng ibang burador ng Debian. Ang "
 "pagluklok ay maaaring hindi gumana kapag kayo'y magpatuloy na walang mga "
 "module ng kernel."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Binubuklat ang ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/tr.po
===================================================================
--- trunk/packages/anna/debian/po/tr.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/tr.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -16,8 +16,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-10-10 22:54+0300\n"
 "Last-Translator: Recai OktaÅŸ <roktas at omu.edu.tr>\n"
 "Language-Team: Debian L10n Turkish <debian-l10n-turkish at lists.debian.org>\n"
@@ -88,35 +88,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "${PACKAGE} alınıyor"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "${PACKAGE} açılıyor"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Kurulum bileşeni yüklenemedi"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "${PACKAGE} bileşeni bilinmeyen nedenlerle yüklenemedi."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Çekirdek modüllerini yüklemeden kuruluma devam edilsin mi?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -128,7 +120,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -137,3 +129,6 @@
 "Eğer bir yansıdan kurulum yapıyorsanız, farklı bir Debian sürümü kurmayı "
 "seçerek bu problemi geçici olarak çözebilirsiniz.  Çekirdek modülleri "
 "olmadan sürdürülen bir kurulum büyük bir olasılıkla başarısız olacaktır."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "${PACKAGE} açılıyor"

Modified: trunk/packages/anna/debian/po/uk.po
===================================================================
--- trunk/packages/anna/debian/po/uk.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/uk.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: uk\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-22 13:14+0300\n"
 "Last-Translator: Eugeniy Meshcheryakov <eugen at univ.kiev.ua>\n"
 "Language-Team: Ukrainian\n"
@@ -85,35 +85,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Отримання ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Розпаковування ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Не вдалося завантажити компонент встановлювача"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Не вдалося завантажити ${PACKAGE} з невідомої причини. Дію перервано."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Продовжити встановлення без завантаження модулів ядра?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -125,7 +117,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -134,3 +126,6 @@
 "Якщо ви проводите встановлення із дзеркала, то ви можете спробувати вибрати "
 "встановлення іншої версії Debian. Встановлення, скоріше за все, буде "
 "невдалим, якщо ви продовжите без модулів ядра."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Розпаковування ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/vi.po
===================================================================
--- trunk/packages/anna/debian/po/vi.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/vi.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer Level 1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-10 14:15+0930\n"
 "Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
 "Language-Team: Vietnamese <debian-l10n-vietnamese at lists.debian.org>\n"
@@ -87,23 +87,15 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Truy vấn gói ${PACKAGE}..."
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Tháo gói ${PACKAGE}..."
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Tải các thành phần cài đặt không thành công."
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Tải gói ${PACKAGE} không thành công không rõ nguyên nhân nên bỏ qua."
 
@@ -111,13 +103,13 @@
 # Description
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Tiếp tục cài đặt còn chưa tải những mô-đun hạt không?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -128,7 +120,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -137,3 +129,6 @@
 "Nến bạn đang cài đặt từ máy nhân bản thì có thể chỉnh sửa vân đề này bằng "
 "cách chọn cài đặt một phiên bản Debian khác. Việc cài đặt này sẽ không hoặt "
 "động cho đúng vì không có những mô-đun hạt nhân."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Tháo gói ${PACKAGE}..."

Modified: trunk/packages/anna/debian/po/wo.po
===================================================================
--- trunk/packages/anna/debian/po/wo.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/wo.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -18,8 +18,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: wo\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-08-27 12:51+0000\n"
 "Last-Translator: Mouhamadou Mamoune Mbacke <mouhamadoumamoune at gmail.com>\n"
 "Language-Team: Wolof <debian-boot at lists.debian.org>\n"
@@ -88,35 +88,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Mi ngi jël ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Mingi tajji ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Sëf kompóosaŋ bi antuwul"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Sëf ${PACKAGE} antuwul ngir sabab sunu xamul. Ñi ngiy bayyi."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Ndax nu eggale istalaasioŋ bi ci ludul nuy sëf modil yu kernel bi?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -128,7 +120,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -137,3 +129,6 @@
 "Boo dee istalee ci ab seetu, man ngaa lijjanti porobaleem bi, da ngay tann "
 "baneen wersioŋ bu Debian istaleko. Istalaasioŋ bi amaana du antu bu fekkee "
 "dangay aggale ci ludul modil yu kernel bi."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Mingi tajji ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/xh.po
===================================================================
--- trunk/packages/anna/debian/po/xh.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/xh.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-06-13 14:08+0200\n"
 "Last-Translator: Canonical Ltd <translations at canonical.com>\n"
 "Language-Team: Xhosa <xh-translate at ubuntu.com>\n"
@@ -81,35 +81,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "Ifumana kwakhona ${PACKAGE}"
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "Ikhupha ${PACKAGE}"
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "Ayiphumelelanga ukulayisha ilungu lesiseko-nkqubo"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "Ukulayisha ${PACKAGE} akuphumelelenga ngezizathu ezngaziwayo. Iyayeka."
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "Qhubeka ukuseka inkqubo ngaphandle kokulayisha iimodyuli ze-kernel?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -121,7 +113,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -130,3 +122,6 @@
 "Ukuba useka inkqubo isuka esipilini, ungakwazi ukulungisa le ngxaki "
 "ngokukhetha ukuseka inkqubo eyahlukileyo ye-Debian. Ukuseka inkqubo "
 "akunakuphumelela ukuba uqhubeka ngaphandle kwee-modyuli ze-kernel."
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "Ikhupha ${PACKAGE}"

Modified: trunk/packages/anna/debian/po/zh_CN.po
===================================================================
--- trunk/packages/anna/debian/po/zh_CN.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/zh_CN.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-09-05 17:51+1200\n"
 "Last-Translator: Ming Hua <minghua at rice.edu>\n"
 "Language-Team: Debian Chinese [GB] <debian-chinese-gb at lists.debian.org>\n"
@@ -77,35 +77,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "正在接收 ${PACKAGE} "
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "正在解包 ${PACKAGE} "
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "无法加载安装程序组件"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "未知原因导致组件 ${PACKAGE} 加载失败。程序中止。"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "未加载内核模块,继续安装吗?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -116,7 +108,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -124,3 +116,6 @@
 msgstr ""
 "如果您正在从镜像进行网络安装,可以选择安装其它版本的 Debian 以解决这个问题。"
 "如果您选择不加载内核模块,安装程序可能将无法正常工作。"
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "正在解包 ${PACKAGE} "

Modified: trunk/packages/anna/debian/po/zh_TW.po
===================================================================
--- trunk/packages/anna/debian/po/zh_TW.po	2005-11-16 21:33:11 UTC (rev 32186)
+++ trunk/packages/anna/debian/po/zh_TW.po	2005-11-16 21:40:21 UTC (rev 32187)
@@ -10,8 +10,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-installer\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-05 18:29-0600\n"
+"Report-Msgid-Bugs-To: debian-boot at lists.debian.org\n"
+"POT-Creation-Date: 2005-11-16 15:56-0500\n"
 "PO-Revision-Date: 2005-04-19 07:06+0800\n"
 "Last-Translator: Tetralet <tetralet at pchome.com.tw>\n"
 "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5 at lists."
@@ -78,35 +78,27 @@
 msgid "Retrieving ${PACKAGE}"
 msgstr "正在接收 ${PACKAGE} "
 
-#. Type: text
-#. Description
-#. (Progress bar)
-#. TRANSLATORS : keep short
-#: ../anna.templates:41
-msgid "Unpacking ${PACKAGE}"
-msgstr "正在解開 ${PACKAGE} "
-
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Failed to load installer component"
 msgstr "無法載入安裝程式的元件"
 
 #. Type: error
 #. Description
-#: ../anna.templates:45
+#: ../anna.templates:39
 msgid "Loading ${PACKAGE} failed for unknown reasons. Aborting."
 msgstr "因不明原因導致無法載入 ${PACKAGE}。程序中止。"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid "Continue the install without loading kernel modules?"
 msgstr "是否不載入 Kernel 模組並繼續進行安裝?"
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "No kernel modules were found. This probably is due to a mismatch between the "
 "kernel used by this version of the installer and the kernel version "
@@ -117,7 +109,7 @@
 
 #. Type: boolean
 #. Description
-#: ../anna.templates:51
+#: ../anna.templates:45
 msgid ""
 "If you're installing from a mirror, you can work around this problem by "
 "choosing to install a different version of Debian. The install will probably "
@@ -125,3 +117,6 @@
 msgstr ""
 "如果您是使用鏡像站來進行安裝,您可以選擇安裝另一個版本的 Debian 來避開這個問"
 "題。如果您不載入 Kernel 模組並繼續進行可能會導致安裝程式無法正常運作。"
+
+#~ msgid "Unpacking ${PACKAGE}"
+#~ msgstr "正在解開 ${PACKAGE} "




More information about the d-i-commits mailing list