Browse Source

- Add a nasty hack to detect backups. (Proper fix documented in TODO).

- Show a message when a menu item fails. Closes: #218597, #213015
    - Don't link with -ggdb.

r12313
keep-around/c8703c509368e1805e513d61f98a9d17d2cdd9cc
Joey Hess 19 years ago
parent
commit
9ca8ae20aa
  1. 2
      Makefile
  2. 7
      TODO
  3. 3
      debian/changelog
  4. 21
      debian/po/ar.po
  5. 21
      debian/po/bg.po
  6. 21
      debian/po/bs.po
  7. 21
      debian/po/ca.po
  8. 21
      debian/po/cs.po
  9. 21
      debian/po/cy.po
  10. 21
      debian/po/da.po
  11. 21
      debian/po/de.po
  12. 21
      debian/po/el.po
  13. 21
      debian/po/es.po
  14. 21
      debian/po/fa.po
  15. 21
      debian/po/fi.po
  16. 21
      debian/po/fr.po
  17. 21
      debian/po/he.po
  18. 26
      debian/po/hu.po
  19. 29
      debian/po/id.po
  20. 21
      debian/po/it.po
  21. 21
      debian/po/ja.po
  22. 21
      debian/po/ko.po
  23. 22
      debian/po/lt.po
  24. 21
      debian/po/lv.po
  25. 26
      debian/po/nb.po
  26. 21
      debian/po/nl.po
  27. 22
      debian/po/nn.po
  28. 22
      debian/po/pl.po
  29. 21
      debian/po/pt.po
  30. 21
      debian/po/pt_BR.po
  31. 21
      debian/po/ro.po
  32. 21
      debian/po/ru.po
  33. 21
      debian/po/sk.po
  34. 21
      debian/po/sl.po
  35. 21
      debian/po/sq.po
  36. 21
      debian/po/sv.po
  37. 20
      debian/po/templates.pot
  38. 22
      debian/po/tr.po
  39. 53
      debian/po/uk.po
  40. 21
      debian/po/zh_CN.po
  41. 21
      debian/po/zh_TW.po
  42. 7
      debian/templates
  43. 80
      main-menu.c
  44. 3
      main-menu.h

2
Makefile

@ -1,4 +1,4 @@
CFLAGS=-Wall -W -g -D_GNU_SOURCE -ggdb
CFLAGS=-Wall -W -g -D_GNU_SOURCE
OBJS=$(subst .c,.o,$(wildcard *.c))
BIN=main-menu
LIBS=-ldebconfclient -ldebian-installer

7
TODO

@ -1,2 +1,5 @@
* Implement Recommends support for ordering the menu and determining default,
but don't enforce them like depends.
* Several of the functions in main_menu return 1 for success, 0 for
failure. They should be changed to return as system() or an enum, so
menu items that return 10 to signal backup work. Since it's kinda hard to
fix these (I tried and failed), we currently have the nasty global
last_item_backup.

3
debian/changelog

@ -4,6 +4,9 @@ main-menu (0.063) UNRELEASED; urgency=low
- Don't raise priority when running neverdefault menu items.
Closes: #240182
- Comment out some debugging code.
- Add a nasty hack to detect backups. (Proper fix documented in TODO).
- Show a message when a menu item fails. Closes: #218597, #213015
- Don't link with -ggdb.
-- Joey Hess <joeyh@debian.org> Thu, 1 Apr 2004 21:03:00 -0500

21
debian/po/ar.po

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Anmar Oueja <anmar@arabeyes.org>\n"
"Language-Team: Arabeyes.org\n"
@ -42,15 +42,30 @@ msgstr "إختر الخطوة القادمة:"
msgid "This is the main menu for the Debian installer."
msgstr "هذة ألقائمة ألرئيسية لتركيب نظام دبيان:"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "إختر خطوة للتركيب:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "إختر خطوة للتركيب:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/bg.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bg\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-17 09:31+0200\n"
"Last-Translator: Ognyan Kulev <ogi@fmi.uni-sofia.bg>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
@ -42,15 +42,30 @@ msgstr "Изберете следващата стъпка от инсталац
msgid "This is the main menu for the Debian installer."
msgstr "Това е главното меню на дебианския инсталатор"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Изберете инсталационна стъпка:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Изберете инсталационна стъпка:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/bs.po

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu_0.030\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-01-16 14:31+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@ -40,15 +40,30 @@ msgstr "Izaberite slijedeći korak instalacijskog procesa:"
msgid "This is the main menu for the Debian installer."
msgstr "Ovo je glavni meni Debian installera."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Odaberite instalacijski korak"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Odaberite instalacijski korak"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/ca.po

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debian-installer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-01-29 13:10+0100\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@ -33,15 +33,30 @@ msgstr "Seleccioneu el següent pas en el procés d'instal·lació:"
msgid "This is the main menu for the Debian installer."
msgstr "Aquest és el menú principal de l'instal·lador de Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Seleccioneu un pas de la instal·lació:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Seleccioneu un pas de la instal·lació:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/cs.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-11-19 06:33+0100\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <provoz@debian.cz>\n"
@ -41,15 +41,30 @@ msgstr "Vyberte dal
msgid "This is the main menu for the Debian installer."
msgstr "Toto je hlavní menu instalaèního programu Debianu."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Vyberte krok instalace:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Vyberte krok instalace:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/cy.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debian-installer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-03-06 22:08+0000\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Welsh <daf@muse.19inch.net>\n"
@ -41,15 +41,30 @@ msgstr "Dewiswch y cam nesaf yn y broses sefydlu:"
msgid "This is the main menu for the Debian installer."
msgstr "Dyma brif ddewislen y sefydlydd Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Dewiswch gam sefydlu:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Dewiswch gam sefydlu:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/da.po

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-11-18 21:22+0100\n"
"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@ -34,15 +34,30 @@ msgstr "Vælg næste trin i installationsprocessen:"
msgid "This is the main menu for the Debian installer."
msgstr "Dette er Debian-instalationens hovedmenu."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Vælg et installationstrin:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Vælg et installationstrin:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/de.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debian-installer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-11-18 21:07GMT\n"
"Last-Translator: Dennis Stampfer <seppy@debian.org>\n"
"Language-Team: German <de@li.org>\n"
@ -42,15 +42,30 @@ msgstr "Wählen Sie den nächsten Schritt in der Installationsroutine:"
msgid "This is the main menu for the Debian installer."
msgstr "Dies ist das Hauptmenü des Debian-Installers"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Wählen Sie einen Konfigurationsschritt:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Wählen Sie einen Konfigurationsschritt:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/el.po

@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-14 00:35EEST\n"
"Last-Translator: Konstantinos Margaritis <markos@debian.org>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@ -46,15 +46,30 @@ msgid "This is the main menu for the Debian installer."
msgstr ""
"Αυτό ειναι το κύριο μενού επιλογών του προγράμματος εγκαταστάσης του Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Επιλέξτε μια εργασία "
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Επιλέξτε μια εργασία "
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/es.po

@ -26,7 +26,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu 0.029\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-13 01:59+0100\n"
"Last-Translator: Teófilo Ruiz Suárez <teo@debian.org>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@ -52,15 +52,30 @@ msgstr "Elija el próximo paso en el proceso de instalación:"
msgid "This is the main menu for the Debian installer."
msgstr "Éste es el menú principal del instalador de Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Elija un paso de configuración:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Elija un paso de configuración:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/fa.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-11-30 11:43+0330\n"
"Last-Translator: Arash Bijanzadeh <a.bijanzadeh@linuxiran.org>\n"
"Language-Team: Farsi <fa@li.org>\n"
@ -42,15 +42,30 @@ msgstr "قدم بعدی را برای ادامه‌ی نصب انتخاب کنی
msgid "This is the main menu for the Debian installer."
msgstr "این منوی اصلی نصب‌کننده‌ی دیان است."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "یک مرحله از نصب را انتخاب کنید:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "یک مرحله از نصب را انتخاب کنید:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/fi.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-01-06 11:28+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@ -41,15 +41,30 @@ msgstr "Valitse asennustapahtuman seuraava vaihe:"
msgid "This is the main menu for the Debian installer."
msgstr "Tämä on Debian-asennusohjelman eli asentimen päävalikko."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Valitse asennuksen vaihe:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Valitse asennuksen vaihe:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/fr.po

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu 0.034\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-11-18 08:49+0100\n"
"Last-Translator: Pierre Machard <pmachard@tuxfamily.org>\n"
"Language-Team: Debian l10n French <debian-l10n-french@lists.debian.org>\n"
@ -42,15 +42,30 @@ msgstr "Prochaine
msgid "This is the main menu for the Debian installer."
msgstr "Ceci est le menu principal de l'installateur Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Choisissez une étape de configuration :"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Choisissez une étape de configuration :"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/he.po

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -42,15 +42,30 @@ msgstr "בחר את השלב הבא בתהליך ההתקנה:"
msgid "This is the main menu for the Debian installer."
msgstr "זה המסך הראשי של מתקין Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "בחר שלב התקנה:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "בחר שלב התקנה:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

26
debian/po/hu.po

@ -13,11 +13,12 @@
msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: Debian-Installer Team <debian-boot@lists.debian.org>\n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-09 09:17+0100\n"
"Last-Translator: VERÓK István <vi@fsf.hu>\n"
"Language-Team: Debian Hungarian Localization Team <debian-l10n-hungarian@lists.debian.org>\n"
"Language-Team: Debian Hungarian Localization Team <debian-l10n-"
"hungarian@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -40,15 +41,30 @@ msgstr "Válassza ki a telepítőfolyamat következő lépését:"
msgid "This is the main menu for the Debian installer."
msgstr "Ez a Debian-telepítő főmenüje."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Válasszon egy telepítőlépést:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Válasszon egy telepítőlépést:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

29
debian/po/id.po

@ -14,13 +14,13 @@ msgid ""
msgstr ""
"Project-Id-Version: mainmenu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-03-22 16:28+0700\n"
"Last-Translator: Parlin Imanuel Toh <parlin@ui.edu>\n"
"Language-Team: Debian Indonesia <debid@yahoogroups.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"
"Content-Transfer-Encoding: 8bit\n"
#. Type: text
#. Description
@ -40,18 +40,33 @@ msgstr "Pilih langkah berikutnya dalam proses instalasi"
msgid "This is the main menu for the Debian installer."
msgstr "Ini merupakan menu utama untuk Debian Installer"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Pilih sebuah langkah instalasi"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Pilih sebuah langkah instalasi"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."
msgstr "Langkah instalasi ini bergantung pada satu atau lebih langkah lain "
"yang belum dilakukan."
msgstr ""
"Langkah instalasi ini bergantung pada satu atau lebih langkah lain yang "
"belum dilakukan."

21
debian/po/it.po

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu 0.052\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-12 11:44+0100\n"
"Last-Translator: Giuseppe Sacco <eppesuig@debian.org>\n"
"Language-Team: debian italian translators <debian-l10n-italian@lists.debian."
@ -36,15 +36,30 @@ msgstr "Scegliere il prossimo passo della procedura d'installazione:"
msgid "This is the main menu for the Debian installer."
msgstr "Questo è il menu principale dell'installatore Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Scegliere un passo dell'installazione:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Scegliere un passo dell'installazione:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/ja.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-02-06 09:17+0900\n"
"Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@ -41,15 +41,30 @@ msgstr "インストールプロセスの次のステップの選択:"
msgid "This is the main menu for the Debian installer."
msgstr "これは Debian インストーラのメインメニューです。"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "インストールステップの選択:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "インストールステップの選択:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/ko.po

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debian-installer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-03-02 03:30+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <cwryu@debian.org>\n"
@ -29,15 +29,30 @@ msgstr "설치 과정에서 다음 단계를 고르십시오:"
msgid "This is the main menu for the Debian installer."
msgstr "데비안 설치 프로그램의 메인 메뉴입니다."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "설치 단계를 선택하십시오:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "설치 단계를 선택하십시오:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

22
debian/po/lt.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-02-23 00:42+0200\n"
"Last-Translator: Kęstutis Biliūnas <kebil@kaunas.init.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@ -35,19 +35,33 @@ msgstr "Pasirinkite sekantį diegimo etapo žingsnį:"
msgid "This is the main menu for the Debian installer."
msgstr "Tai yra pagrindinis Debian'o įdiegiklio meniu."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Pasirinkite diegimo žingsnį:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Pasirinkite diegimo žingsnį:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."
msgstr ""
"Šis diegimo žingsnis priklauso nuo vieno ar kelių kitų, kol kas dar "
"neatliktų žingsnių."

21
debian/po/lv.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-07-20 16:09+0300\n"
"Last-Translator: Aigars Mahinovs <aigarius@debian.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -44,16 +44,31 @@ msgstr "Izvēlieties nākošo soli:"
msgid "This is the main menu for the Debian installer."
msgstr "Šī ir Debian instalātora galvenā izvēlne."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Izvēlieties nākošo konfigurācijas soli"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
#, fuzzy
msgid "Choose an installation step:"
msgstr "Izvēlieties nākošo konfigurācijas soli"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
#, fuzzy
msgid ""
"This installation step depends on one or more other steps that have not yet "

26
debian/po/nb.po

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-03-03 23:15GMT+2\n"
"Last-Translator: Axel Bojer <axelb@skolelinux.no>\n"
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
@ -44,19 +44,33 @@ msgstr "Velg neste trinn i installasjonen:"
msgid "This is the main menu for the Debian installer."
msgstr "Dette er hovedmenyen for installeringen av Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Velg et installasjonstrinn:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Velg et installasjonstrinn:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."
msgstr ""
"Dette trinnet av installasjonen forutsetter ett eller flere trinn som ennå ikke er "
"blitt utført."
"Dette trinnet av installasjonen forutsetter ett eller flere trinn som ennå "
"ikke er blitt utført."

21
debian/po/nl.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-11 20:59+0100\n"
"Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
@ -41,15 +41,30 @@ msgstr "Wat is de volgende installatiestap die u wilt uitvoeren?"
msgid "This is the main menu for the Debian installer."
msgstr "Dit is het hoofdmenu van het Debian-installatieprogramma"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Welke installatiestap wilt u uitvoeren?"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Welke installatiestap wilt u uitvoeren?"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

22
debian/po/nn.po

@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-02-17 19:48+0100\n"
"Last-Translator: Håvard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian (Nynorsk) <i18n-nn@lister.ping.uio.no>\n"
@ -45,19 +45,33 @@ msgstr "Vel neste steg i installasjonen:"
msgid "This is the main menu for the Debian installer."
msgstr "Dette er hovudmenyen i Debian-installeringa."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Vel eit installasjonssteg:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Vel eit installasjonssteg:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."
msgstr ""
"Dette installasjonssteget krev eitt eller fleire steg som ikkje er utførde "
"enno."

22
debian/po/pl.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-02-26 17:22+0100\n"
"Last-Translator: Bartosz Feñski <fenio@o2.pl>\n"
"Language-Team: Polish <pddp@debian.linux.org.pl>\n"
@ -41,19 +41,33 @@ msgstr "Wybierz nast
msgid "This is the main menu for the Debian installer."
msgstr "To jest menu g³ówne instalatora Debiana."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Wybierz krok instalacji:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Wybierz krok instalacji:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."
msgstr ""
"Ten krok instalacji zale¿y od jednego lub wiêcej innych kroków, które nie "
"zosta³y jeszcze wykonane."

21
debian/po/pt.po

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu 0.052\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-18 21:35+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@fabricadasideias.com>\n"
"Language-Team: Portuguese\n"
@ -40,15 +40,30 @@ msgstr "Escolha o pr
msgid "This is the main menu for the Debian installer."
msgstr "Este é o menu principal do instalador Debian"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Escolha um passo da instalação:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Escolha um passo da instalação:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/pt_BR.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu-0.051\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-11-18 12:20-0300\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
@ -41,15 +41,30 @@ msgstr "Escolha a pr
msgid "This is the main menu for the Debian installer."
msgstr "Este é o menu principal do instalador Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Escolha uma etapa da instalação :"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Escolha uma etapa da instalação :"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/ro.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-02-28 19:11+0200\n"
"Last-Translator: Eddy Petrisor <eddy_petrisor@yahoo.com>\n"
"Language-Team: Romanian\n"
@ -41,15 +41,30 @@ msgstr "Alege
msgid "This is the main menu for the Debian installer."
msgstr "Acesta este meniul principal pentru instaler-ul Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Alegeþi un pas din procesul de instalare:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Alegeþi un pas din procesul de instalare:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/ru.po

@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debian-installer_main-menu_ru\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-01-18 10:53+0100\n"
"Last-Translator: Nikolai Prokoschenko <nikolai@prokoschenko.de>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@ -45,15 +45,30 @@ msgstr "Ваш следующий шаг в процессе установки:
msgid "This is the main menu for the Debian installer."
msgstr "Это главное меню инсталлятора Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Выберите шаг установки:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Выберите шаг установки:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/sk.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debian-installer_main-menu_sk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-01-29 13:05+0100\n"
"Last-Translator: Peter KLFMANiK Mann <Peter.Mann@tuke.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@ -41,15 +41,30 @@ msgstr "Vyberte
msgid "This is the main menu for the Debian installer."
msgstr "Toto je hlavné menu in¹talaèného programu Debianu."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Vyberte in¹talaèný krok:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Vyberte in¹talaèný krok:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/sl.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-23 16:28+0100\n"
"Last-Translator: Jure Čuhalev <gandalf@owca.info>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@ -35,15 +35,30 @@ msgstr "Izberite naslednji korak v postopku namestitve:"
msgid "This is the main menu for the Debian installer."
msgstr "To je glavni meni Debian namestilnika."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Izberite korak namestitve:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Izberite korak namestitve:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/sq.po

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-01-31 19:26+0100\n"
"Last-Translator: Elian Myftiu <elian@lycos.com>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@ -40,15 +40,30 @@ msgstr "Zgjidh hapin tjetër të proçesit të instalimit:"
msgid "This is the main menu for the Debian installer."
msgstr "Kjo është menuja kryesore e instaluesit Debian."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Zgjidh një hap instalimi:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Zgjidh një hap instalimi:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

21
debian/po/sv.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu 0.017\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2003-12-13 01:17+0100\n"
"Last-Translator: André Dahlqvist <andre.dahlqvist@telia.com>\n"
"Language-Team: Swedish <debian-boot@lists.debian.org>\n"
@ -41,15 +41,30 @@ msgstr "Välj nästa steg i installationsprocessen:"
msgid "This is the main menu for the Debian installer."
msgstr "Det här är huvudmenyn för Debians installationsprogram."
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Välj ett installationssteg:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Välj ett installationssteg:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

20
debian/po/templates.pot

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -42,15 +42,29 @@ msgstr ""
msgid "This is the main menu for the Debian installer."
msgstr ""
#. Type: error
#. Description
#: ../templates:14
msgid "Installation step failed"
msgstr ""
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."

22
debian/po/tr.po

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: main-menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-02-04 23:35-0500\n"
"POT-Creation-Date: 2004-04-01 22:36-0500\n"
"PO-Revision-Date: 2004-03-20 23:48+0200\n"
"Last-Translator: Osman Yüksel <yuxel@sonsuzdongu.com>\n"
"Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n"
@ -34,15 +34,30 @@ msgstr "Kurulum işlemindeki sonraki adımı seçin:"
msgid "This is the main menu for the Debian installer."
msgstr "Debian kurulum uygulaması ana menüsü"
#. Type: error
#. Description
#: ../templates:14
#, fuzzy
msgid "Installation step failed"
msgstr "Bir kurulum adımı seçin:"
#. Type: error
#. Description
#: ../templates:14
msgid ""
"An installation step failed. You can try to run the failing item again from "
"the menu, skip it, or choose something else. The failing step is: ${ITEM}"
msgstr ""
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid "Choose an installation step:"
msgstr "Bir kurulum adımı seçin:"
#. Type: select
#. Description
#: ../templates:16
#: ../templates:23
msgid ""
"This installation step depends on one or more other steps that have not yet "
"been performed."
@ -63,4 +78,3 @@ msgstr ""
#~ msgid "${ERROR}"
#~ msgstr "${ERROR}"

53
debian/po/uk.po

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: uk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2003-11-18 19:22+0100\n"