[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