[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (18 files)

Steve Kowalik stevenk@haydn.debian.org
Mon Aug 23 18:44:09 UTC 2004


    Date: Monday, August 23, 2004 @ 05:44:09
  Author: stevenk
    Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian

Modified: alsa-base.NEWS alsa-base.apm alsa-source.templates changelog
          po/ca.po po/cs.po po/da.po po/de.po po/es.po po/fr.po po/ja.po
          po/nb.po po/nl.po po/pt_BR.po po/ru.po po/sv.po po/templates.pot
          po/tr.po

- Don't kill processes if force_stop_modules_before_suspend is true
  in /etc/default/alsa.
- Reference the correct file in NEWS.Debian.
- Replace 'a option' with 'an option' in alsa-source.templates, and 
  re-run debconf-updatepo.


-----------------------+
 alsa-base.NEWS        |   11 +--
 alsa-base.apm         |    6 +
 alsa-source.templates |    2 
 changelog             |   11 +++
 po/ca.po              |   11 +--
 po/cs.po              |    7 +
 po/da.po              |   15 ++--
 po/de.po              |    7 +
 po/es.po              |    6 -
 po/fr.po              |   24 +++---
 po/ja.po              |    7 +
 po/nb.po              |    6 -
 po/nl.po              |   16 +++-
 po/pt_BR.po           |   18 ++---
 po/ru.po              |    6 -
 po/sv.po              |    6 -
 po/templates.pot      |    6 -
 po/tr.po              |  171 +++++++++++++++++++++---------------------------
 18 files changed, 177 insertions(+), 159 deletions(-)


Index: debian/alsa-driver/debian/alsa-base.NEWS
diff -u debian/alsa-driver/debian/alsa-base.NEWS:1.7 debian/alsa-driver/debian/alsa-base.NEWS:1.8
--- debian/alsa-driver/debian/alsa-base.NEWS:1.7	Sun Apr 25 23:28:25 2004
+++ debian/alsa-driver/debian/alsa-base.NEWS	Mon Aug 23 05:44:08 2004
@@ -14,11 +14,12 @@
     - /etc/hotplug/blacklist.d/alsa-base has been created, which causes
       hotplug to ignore OSS modules upon alsa-base's installation. It will
       load ALSA modules instead, when it starts and that file is in place.
-    - /usr/share/doc/alsa/alsa-base.discover has been provided for the user.
-      It's a config file snippet for use with discover, which provides much
-      the same functionality as /etc/hotplug/blacklist.d/alsa-base. discover
-      doesn't provide a method for changing its configuration file in an
-      automated manner, however, so the user must manage this change manually.
+    - /usr/share/doc/alsa-base/alsa-base.discover has been provided for the 
+      user. It's a config file snippet for use with discover, which provides 
+      much the same functionality as /etc/hotplug/blacklist.d/alsa-base. 
+      discover doesn't provide a method for changing its configuration file 
+      in an automated manner, however, so the user must manage this change
+      manually.
 
   If you are upgrading from Woody, you don't need to worry about any of these
   changes, they only affect people who were using Sid and pre-release Sarge.
Index: debian/alsa-driver/debian/alsa-base.apm
diff -u debian/alsa-driver/debian/alsa-base.apm:1.10 debian/alsa-driver/debian/alsa-base.apm:1.11
--- debian/alsa-driver/debian/alsa-base.apm:1.10	Tue Jun 22 06:12:09 2004
+++ debian/alsa-driver/debian/alsa-base.apm	Mon Aug 23 05:44:08 2004
@@ -4,6 +4,12 @@
 
 set -e
 
+[ -e /etc/default/alsa ] && . /etc/default/alsa
+
+if [ "$force_stop_modules_before_suspend" != "true" ]; then
+    exit 0
+fi
+
 devices=$(find /dev -type c | xargs stat -c '%t %n' | sed -n 's/^e //p; s/^74 //p')
 if [ "$1" = suspend ]; then
     if [ -d /proc/asound ]; then
Index: debian/alsa-driver/debian/alsa-source.templates
diff -u debian/alsa-driver/debian/alsa-source.templates:1.4 debian/alsa-driver/debian/alsa-source.templates:1.5
--- debian/alsa-driver/debian/alsa-source.templates:1.4	Wed Apr 21 07:15:10 2004
+++ debian/alsa-driver/debian/alsa-source.templates	Mon Aug 23 05:44:08 2004
@@ -16,7 +16,7 @@
 _Choices: all, ${alsa_cards}
 _Description: Select cards to be built.
  You can choose cards to be built by selecting cards you want. Each
- selection is a same name to a option of configure script '--with-cards'.
+ selection is a same name to an option of configure script '--with-cards'.
  The following list are short descriptions of the options to show what
  they mean.
 
Index: debian/alsa-driver/debian/changelog
diff -u debian/alsa-driver/debian/changelog:1.256 debian/alsa-driver/debian/changelog:1.257
--- debian/alsa-driver/debian/changelog:1.256	Sat Aug 14 20:11:52 2004
+++ debian/alsa-driver/debian/changelog	Mon Aug 23 05:44:08 2004
@@ -1,3 +1,14 @@
+alsa-driver (1.0.5a-3) unstable; urgency=low
+
+ * Steve Kowalik:
+    - Don't kill processes if force_stop_modules_before_suspend is true
+      in /etc/default/alsa. (Closes: #266272, #266740, #267257)
+    - Reference the correct file in NEWS.Debian. (Closes: #267099)
+    - Replace 'a option' with 'an option' in alsa-source.templates, and 
+      re-run debconf-updatepo. (Closes: #266171)
+
+ -- Steve Kowalik <stevenk@debian.org>  Mon, 23 Aug 2004 21:42:41 +1000
+
 alsa-driver (1.0.5a-2) unstable; urgency=medium
 
   * Steve Kowalik:
Index: debian/alsa-driver/debian/po/ca.po
diff -u debian/alsa-driver/debian/po/ca.po:1.17 debian/alsa-driver/debian/po/ca.po:1.18
--- debian/alsa-driver/debian/po/ca.po:1.17	Thu Apr 29 10:41:10 2004
+++ debian/alsa-driver/debian/po/ca.po	Mon Aug 23 05:44:09 2004
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: alsa-driver 1.0.4-2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-04-29 18:40+0200\n"
 "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -18,7 +18,9 @@
 #. Choices
 #: ../alsa-base.templates:3
 msgid "autosave always, autosave once at next shutdown, never autosave"
-msgstr "desa automàticament sempre, desa automàticament una vegada en el següent reinici, no deses mai automàticament"
+msgstr ""
+"desa automàticament sempre, desa automàticament una vegada en el següent "
+"reinici, no deses mai automàticament"
 
 #. Type: select
 #. Default
@@ -92,10 +94,11 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "Podeu seleccionar les targetes que voleu compilar seleccionant-les de la "
 "llista. Cada selecció té el mateix nom que els arguments de l'opció del "
Index: debian/alsa-driver/debian/po/cs.po
diff -u debian/alsa-driver/debian/po/cs.po:1.4 debian/alsa-driver/debian/po/cs.po:1.5
--- debian/alsa-driver/debian/po/cs.po:1.4	Wed Jun  2 18:49:03 2004
+++ debian/alsa-driver/debian/po/cs.po	Mon Aug 23 05:44:09 2004
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: alsa-drivers\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-05-29 17:11+0200\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Language-Team: Czech <provoz@debian.cz>\n"
@@ -99,10 +99,11 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "Mù¾ete si vybrat, pro které karty se mají sestavit ovladaèe. Ka¾dá polo¾ka "
 "je shodná s parametrem '--with-cards' konfiguraèního skriptu. Následující "
Index: debian/alsa-driver/debian/po/da.po
diff -u debian/alsa-driver/debian/po/da.po:1.1 debian/alsa-driver/debian/po/da.po:1.2
--- debian/alsa-driver/debian/po/da.po:1.1	Wed Jun  9 11:44:41 2004
+++ debian/alsa-driver/debian/po/da.po	Mon Aug 23 05:44:09 2004
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: alsa-driver 1.0.4-3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-06-08 21:29+0200\n"
 "Last-Translator: Michael Kristensen <michael@wtf.dk>\n"
 "Language-Team: Danish <dansk@klid.dk>\n"
@@ -28,8 +28,8 @@
 #. Choices
 #: ../alsa-base.templates:3
 msgid "autosave always, autosave once at next shutdown, never autosave"
-msgstr "gem altid automatisk, gem én gang ved næste nedlukning, gem " 
-"aldrig automatisk"
+msgstr ""
+"gem altid automatisk, gem én gang ved næste nedlukning, gem aldrig automatisk"
 
 #. Type: select
 #. Default
@@ -70,8 +70,8 @@
 "Accept this question if you want to build the ALSA driver with ISA PnP "
 "support"
 msgstr ""
-"Sig Ja til dette spørgsmål, hvis du vil bygge ALSA-driveren med support "
-"for ISA PnP"
+"Sig Ja til dette spørgsmål, hvis du vil bygge ALSA-driveren med support for "
+"ISA PnP"
 
 #. Type: boolean
 #. Description
@@ -100,10 +100,11 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "Du kan vælge de kort, der skal bygges ved at udvælge dem du vil have. Hver "
 "udvælgning svarer til et navn fra indstillingen '--with-cards' fra "
Index: debian/alsa-driver/debian/po/de.po
diff -u debian/alsa-driver/debian/po/de.po:1.14 debian/alsa-driver/debian/po/de.po:1.15
--- debian/alsa-driver/debian/po/de.po:1.14	Wed Apr 21 07:15:11 2004
+++ debian/alsa-driver/debian/po/de.po	Mon Aug 23 05:44:09 2004
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: alsa-driver\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2003-12-06 19:20+0100\n"
 "Last-Translator: Patrick Willam <patrick@patrick-willam.de>\n"
 "Language-Team: skolelinux-germany <devel@skolelinux.no>\n"
@@ -100,10 +100,11 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "Sie können Karten wählen, um Treiber dafür gebaut zu bekommen. Jede Wahl "
 "entspricht demselben Namen einer Option des \"configure\"-Skripts \"--with-"
Index: debian/alsa-driver/debian/po/es.po
diff -u debian/alsa-driver/debian/po/es.po:1.12 debian/alsa-driver/debian/po/es.po:1.13
--- debian/alsa-driver/debian/po/es.po:1.12	Wed Apr 21 07:15:11 2004
+++ debian/alsa-driver/debian/po/es.po	Mon Aug 23 05:44:09 2004
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\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"
@@ -95,8 +95,8 @@
 #: ../alsa-source.templates:17
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 
 #~ msgid "Stop ALSA drivers forcibly before suspend?"
Index: debian/alsa-driver/debian/po/fr.po
diff -u debian/alsa-driver/debian/po/fr.po:1.19 debian/alsa-driver/debian/po/fr.po:1.20
--- debian/alsa-driver/debian/po/fr.po:1.19	Sat May  1 06:31:16 2004
+++ debian/alsa-driver/debian/po/fr.po	Mon Aug 23 05:44:09 2004
@@ -16,7 +16,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: alsa-driver 0.9.4-1\n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-04-28 18:24+0100\n"
 "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -29,8 +30,8 @@
 #: ../alsa-base.templates:3
 msgid "autosave always, autosave once at next shutdown, never autosave"
 msgstr ""
-"Toujours enregistrer automatiquement, Enregistrer une seule fois au prochain arrêt, Ne "
-"jamais enregistrer"
+"Toujours enregistrer automatiquement, Enregistrer une seule fois au prochain "
+"arrêt, Ne jamais enregistrer"
 
 #. Type: select
 #. Default
@@ -53,12 +54,12 @@
 "changes across reboots. If enabled, the init script will run \"alsactl store"
 "\" on shutdown."
 msgstr ""
-"Veuillez choisir si vous souhaitez que le script d'initialisation d'ALSA enregistre les réglages "
-"des volumes sonores avant l'arrêt de votre machine. Cette option est "
-"destinée aux utilisateurs qui modifient leurs réglages de volumes sonores et "
-"souhaitent conserver ces modifications d'un redémarrage à l'autre. Si elle "
-"est activée, le script d'initialisation lancera « alsactl store » à l'arrêt "
-"du système."
+"Veuillez choisir si vous souhaitez que le script d'initialisation d'ALSA "
+"enregistre les réglages des volumes sonores avant l'arrêt de votre machine. "
+"Cette option est destinée aux utilisateurs qui modifient leurs réglages de "
+"volumes sonores et souhaitent conserver ces modifications d'un redémarrage à "
+"l'autre. Si elle est activée, le script d'initialisation lancera « alsactl "
+"store » à l'arrêt du système."
 
 #. Type: boolean
 #. Description
@@ -105,10 +106,11 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "Vous pouvez choisir les cartes qui seront reconnues. Chaque choix "
 "correspond à l'option correspondante du paramètre « --with-cards » du script "
Index: debian/alsa-driver/debian/po/ja.po
diff -u debian/alsa-driver/debian/po/ja.po:1.16 debian/alsa-driver/debian/po/ja.po:1.17
--- debian/alsa-driver/debian/po/ja.po:1.16	Wed Apr 28 23:12:42 2004
+++ debian/alsa-driver/debian/po/ja.po	Mon Aug 23 05:44:09 2004
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: alsa 1.0.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-04-29 10:57+0900\n"
 "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -88,10 +88,11 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "»È¤¤¤¿¤¤¥«¡¼¥É¤òÁªÂò¤·¤Æ¹½ÃÛ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤ì¤¾¤ì¤ÎÁªÂò»è¤Ï configure "
 "¥¹¥¯¥ê¥×¥È¤Î¥ª¥×¥·¥ç¥ó¡Ö--with-cards¡×¤Ë»ØÄꤹ¤ë¤â¤Î¤ÈƱ¤¸Ì¾Á°¤Ç¤¹¡£¼¡¤Î¥ê¥¹"
Index: debian/alsa-driver/debian/po/nb.po
diff -u debian/alsa-driver/debian/po/nb.po:1.2 debian/alsa-driver/debian/po/nb.po:1.3
--- debian/alsa-driver/debian/po/nb.po:1.2	Wed Apr 21 07:15:11 2004
+++ debian/alsa-driver/debian/po/nb.po	Mon Aug 23 05:44:09 2004
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\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"
@@ -95,8 +95,8 @@
 #: ../alsa-source.templates:17
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 
 #~ msgid "Stop ALSA drivers forcibly before suspend?"
Index: debian/alsa-driver/debian/po/nl.po
diff -u debian/alsa-driver/debian/po/nl.po:1.17 debian/alsa-driver/debian/po/nl.po:1.18
--- debian/alsa-driver/debian/po/nl.po:1.17	Wed Aug 11 02:24:46 2004
+++ debian/alsa-driver/debian/po/nl.po	Mon Aug 23 05:44:09 2004
@@ -14,7 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: alsa-driver\n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-07-04 15:05-0500\n"
 "Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
 "Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
@@ -24,6 +25,8 @@
 
 #  Type: select
 #  Choices
+#. Type: select
+#. Choices
 #: ../alsa-base.templates:3
 msgid "autosave always, autosave once at next shutdown, never autosave"
 msgstr ""
@@ -32,6 +35,8 @@
 
 #  Type: select
 #  Default
+#. Type: select
+#. Default
 #: ../alsa-base.templates:4
 msgid "autosave always"
 msgstr "altijd automatisch opslaan"
@@ -75,6 +80,8 @@
 
 #  Type: boolean
 #  Description
+#. Type: boolean
+#. Description
 #: ../alsa-source.templates:11
 msgid "Build ALSA driver with debugging code?"
 msgstr "ALSA-stuurprogramma bouwen met debug code?"
@@ -89,6 +96,8 @@
 
 #  Type: multiselect
 #  Choices
+#. Type: multiselect
+#. Choices
 #: ../alsa-source.templates:16
 msgid "all, ${alsa_cards}"
 msgstr "allemaal, ${alsa_cards}"
@@ -104,10 +113,11 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "U kunt hier de kaarten die u wenst selecteren. Elke selectie is een waarde "
 "van de  '--with-cards' optie van het configuratiescript.  De volgende lijst "
Index: debian/alsa-driver/debian/po/pt_BR.po
diff -u debian/alsa-driver/debian/po/pt_BR.po:1.15 debian/alsa-driver/debian/po/pt_BR.po:1.16
--- debian/alsa-driver/debian/po/pt_BR.po:1.15	Wed Aug 11 02:24:46 2004
+++ debian/alsa-driver/debian/po/pt_BR.po	Mon Aug 23 05:44:09 2004
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: alsa-driver\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-O7-31 21:49-0300\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
@@ -19,8 +19,7 @@
 #: ../alsa-base.templates:3
 msgid "autosave always, autosave once at next shutdown, never autosave"
 msgstr ""
-"sempre autosalvar, autosalvar uma única vez no desligamento, nunca "
-"autosalvar"
+"sempre autosalvar, autosalvar uma única vez no desligamento, nunca autosalvar"
 
 #. Type: select
 #. Default
@@ -94,15 +93,16 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
-"Você pode optar por compilar o suporte a placas selecionando aquelas que você "
-"deseja. Cada seleção é o mesmo nome de uma opção do script de configuração "
-"'--with-cards'. A lista a seguir contém descrições curtas das opções que "
-"exibem o que as mesmas significam."
+"Você pode optar por compilar o suporte a placas selecionando aquelas que "
+"você deseja. Cada seleção é o mesmo nome de uma opção do script de "
+"configuração '--with-cards'. A lista a seguir contém descrições curtas das "
+"opções que exibem o que as mesmas significam."
 
 #, fuzzy
 #~ msgid ""
Index: debian/alsa-driver/debian/po/ru.po
diff -u debian/alsa-driver/debian/po/ru.po:1.12 debian/alsa-driver/debian/po/ru.po:1.13
--- debian/alsa-driver/debian/po/ru.po:1.12	Wed Apr 21 07:15:11 2004
+++ debian/alsa-driver/debian/po/ru.po	Mon Aug 23 05:44:09 2004
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2003-02-12 13:19:00+0001\n"
 "Last-Translator: Serge Winitzki <winitzki@yahoo.com>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -104,8 +104,8 @@
 #, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 "÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ËÁÒÔÙ, ËÏÔÏÒÙÅ ÎÕÖÎÏ ÓËÏÍÐÉÌÉÒÏ×ÁÔØ, ÕËÁÚÁ× ÎÕÖÎÙÅ. ëÁÖÄÙÊ "
 "ÐÕÎËÔ - ÉÍÑ ÄÒÁÊ×ÅÒÁ × ÏÐÃÉÉ '--with-cards' ÓÃÅÎÁÒÉÑ configure. ðÏÓÌÅ ÉÍÅÎÉ "
Index: debian/alsa-driver/debian/po/sv.po
diff -u debian/alsa-driver/debian/po/sv.po:1.12 debian/alsa-driver/debian/po/sv.po:1.13
--- debian/alsa-driver/debian/po/sv.po:1.12	Wed Apr 21 07:15:11 2004
+++ debian/alsa-driver/debian/po/sv.po	Mon Aug 23 05:44:09 2004
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\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"
@@ -95,8 +95,8 @@
 #: ../alsa-source.templates:17
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
 
 #~ msgid "You need to remove an older version of ALSA driver manually."
Index: debian/alsa-driver/debian/po/templates.pot
diff -u debian/alsa-driver/debian/po/templates.pot:1.13 debian/alsa-driver/debian/po/templates.pot:1.14
--- debian/alsa-driver/debian/po/templates.pot:1.13	Wed Apr 21 07:15:11 2004
+++ debian/alsa-driver/debian/po/templates.pot	Mon Aug 23 05:44:09 2004
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-21 23:08+1000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\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"
@@ -95,6 +95,6 @@
 #: ../alsa-source.templates:17
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
Index: debian/alsa-driver/debian/po/tr.po
diff -u debian/alsa-driver/debian/po/tr.po:1.1 debian/alsa-driver/debian/po/tr.po:1.2
--- debian/alsa-driver/debian/po/tr.po:1.1	Tue Apr 27 08:24:55 2004
+++ debian/alsa-driver/debian/po/tr.po	Mon Aug 23 05:44:09 2004
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: alsa-driver\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-11 11:27+0000\n"
+"POT-Creation-Date: 2004-08-23 21:25+1000\n"
 "PO-Revision-Date: 2004-04-27 06:39+0300\n"
 "Last-Translator: Recai OktaÅŸ <roktas@omu.edu.tr>\n"
 "Language-Team: Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -18,61 +18,24 @@
 #. Type: select
 #. Choices
 #: ../alsa-base.templates:3
-msgid "forcibly-unload-driver, stop-procs, none"
-msgstr "sürücüyü-zorla-kaldır, süreçleri-durdur, hiçbiri"
+msgid "autosave always, autosave once at next shutdown, never autosave"
+msgstr ""
 
 #. Type: select
 #. Default
 #: ../alsa-base.templates:4
-msgid "none"
-msgstr "hiçbiri"
-
-#. Type: select
-#. Description
-#: ../alsa-base.templates:5
-msgid "Stop ALSA drivers forcibly before suspend?"
-msgstr "Sistem askıya alınmadan önce ALSA sistemi durdurulsun mu?"
-
-#. Type: select
-#. Description
-#: ../alsa-base.templates:5
-msgid ""
-"With some chipsets, the kernel may hang after your machine is resumed by "
-"Advanced Power Management (APM)."
+msgid "autosave always"
 msgstr ""
-"Bazı yonga kümelerinde, makineniz Gelişmiş Güç Yönetimi (APM) ile uyandırıldığında "
-"çekirdek takılı kalabilir."
-
-#. Type: select
-#. Description
-#: ../alsa-base.templates:5
-msgid ""
-"If this feature is enabled, the Debian ALSA system will unload the driver "
-"before suspending the machine, in order to prevent that kernel hanging. If "
-"you don't suspend your laptop, or your laptop doesn't hang after resuming, "
-"then you don't need to force stop."
-msgstr ""
-"Eğer bu özellik etkinleştirilirse, bu tip çekirdek takılmalarını önlemek "
-"için sistem askıya alınmadan önce Debian ALSA sistemine ait sürücü kaldırılacaktır. "
-"Eğer dizüstü bilgisayarınızı askıya almazsanız veya dizüstü uyandırıldıktan sonra "
-"herhangi bir takılma olmazsa böyle bir işlem gerekli olmayacaktır."
 
 #. Type: select
 #. Description
 #: ../alsa-base.templates:5
-msgid ""
-"Note: If you want to use this feature, you need to install the apmd package."
-msgstr "Not: Bu özelliği kullanmak istiyorsanız, apmd paketini kurmanız gerekir."
-
-#. Type: boolean
-#. Description
-#: ../alsa-base.templates:19
 msgid "Save mixer settings across reboots?"
 msgstr "Karıştırıcı ayarları her oturumda kaydedilsin mi?"
 
-#. Type: boolean
+#. Type: select
 #. Description
-#: ../alsa-base.templates:19
+#: ../alsa-base.templates:5
 msgid ""
 "Should the ALSA init script store your mixer settings on shutdown? This  "
 "option is for people who change their mixer settings, and want to keep their "
@@ -80,51 +43,10 @@
 "\" on shutdown."
 msgstr ""
 "ALSA ilklendirme betiği karıştırıcı (mixer) ayarlarını sistem kapanışlarında "
-"kaydetsin mi? Bu seçenek karıştırıcı ayarlarını değiştiren ve bir sonraki sistem "
-"açılışında değişen ayarları korumak isteyen kullanıcılar için yararlıdır. Eğer "
-"bu seçenek etkinleştirilirse, ilklendirme betiği kapanış sırasında \"alsactl store\" "
-"komutunu çalıştıracaktır."
-
-#. Type: select
-#. Choices
-#: ../alsa-base.templates:27
-msgid "done, ${alsa_modules}"
-msgstr "tamam, ${alsa_modules}"
-
-#. Type: select
-#. Default
-#: ../alsa-base.templates:28
-msgid "done"
-msgstr "tamam"
-
-#. Type: select
-#. Description
-#: ../alsa-base.templates:29
-msgid "What driver-modules do your cards use?"
-msgstr "Sisteminizdeki kartlar hangi sürücü modüllerini kullanıyor?"
-
-#. Type: select
-#. Description
-#: ../alsa-base.templates:29
-msgid ""
-"You are currently configuring ALSA's boot script. Select those driver-"
-"modules you want loaded at boot-time."
-msgstr ""
-"Şu an ALSA açılış betiğini yapılandırıyorsunuz. Açılış sırasında yüklenmesini "
-"istediğiniz modülleri seçin."
-
-#. Type: select
-#. Description
-#: ../alsa-base.templates:29
-msgid "You have selected \"${alsa_cards}\" so far."
-msgstr "Şu ana kadar seçtiğiniz modüller: \"${alsa_cards}\"."
-
-#. Type: select
-#. Description
-#: ../alsa-base.templates:29
-msgid ""
-"When you are finished selecting driver-modules to load, select \"done\"."
-msgstr "Sürücü modüllerini seçmeyi tamamladığınızda, \"tamam\"ı seçin."
+"kaydetsin mi? Bu seçenek karıştırıcı ayarlarını değiştiren ve bir sonraki "
+"sistem açılışında değişen ayarları korumak isteyen kullanıcılar için "
+"yararlıdır. Eğer bu seçenek etkinleştirilirse, ilklendirme betiği kapanış "
+"sırasında \"alsactl store\" komutunu çalıştıracaktır."
 
 #. Type: boolean
 #. Description
@@ -159,7 +81,8 @@
 #. Type: multiselect
 #. Choices
 #: ../alsa-source.templates:16
-msgid "all, ${alsa_modules}"
+#, fuzzy
+msgid "all, ${alsa_cards}"
 msgstr "hepsi, ${alsa_modules}"
 
 #. Type: multiselect
@@ -171,12 +94,70 @@
 #. Type: multiselect
 #. Description
 #: ../alsa-source.templates:17
+#, fuzzy
 msgid ""
 "You can choose cards to be built by selecting cards you want. Each selection "
-"is a same name to a option of configure script '--with-cards'. The following "
-"list are short descriptions of the options to show what they mean."
+"is a same name to an option of configure script '--with-cards'. The "
+"following list are short descriptions of the options to show what they mean."
 msgstr ""
-"İstediğiniz kartları seçerek bunların oluşturulmasını sağlayabilirsiniz. Burada her "
-"bir seçim, yapılandırma betiğinin '--with-cards' seçeneğiyle birlikte kullanılacak bir "
-"isimdir. Aşağıdaki listede seçeneklerin ne anlama geldiğini anlatan kısa açıklamalar "
-"bulacaksınız."
+"İstediğiniz kartları seçerek bunların oluşturulmasını sağlayabilirsiniz. "
+"Burada her bir seçim, yapılandırma betiğinin '--with-cards' seçeneğiyle "
+"birlikte kullanılacak bir isimdir. Aşağıdaki listede seçeneklerin ne anlama "
+"geldiğini anlatan kısa açıklamalar bulacaksınız."
+
+#~ msgid "forcibly-unload-driver, stop-procs, none"
+#~ msgstr "sürücüyü-zorla-kaldır, süreçleri-durdur, hiçbiri"
+
+#~ msgid "none"
+#~ msgstr "hiçbiri"
+
+#~ msgid "Stop ALSA drivers forcibly before suspend?"
+#~ msgstr "Sistem askıya alınmadan önce ALSA sistemi durdurulsun mu?"
+
+#~ msgid ""
+#~ "With some chipsets, the kernel may hang after your machine is resumed by "
+#~ "Advanced Power Management (APM)."
+#~ msgstr ""
+#~ "Bazı yonga kümelerinde, makineniz Gelişmiş Güç Yönetimi (APM) ile "
+#~ "uyandırıldığında çekirdek takılı kalabilir."
+
+#~ msgid ""
+#~ "If this feature is enabled, the Debian ALSA system will unload the driver "
+#~ "before suspending the machine, in order to prevent that kernel hanging. "
+#~ "If you don't suspend your laptop, or your laptop doesn't hang after "
+#~ "resuming, then you don't need to force stop."
+#~ msgstr ""
+#~ "Eğer bu özellik etkinleştirilirse, bu tip çekirdek takılmalarını önlemek "
+#~ "için sistem askıya alınmadan önce Debian ALSA sistemine ait sürücü "
+#~ "kaldırılacaktır. Eğer dizüstü bilgisayarınızı askıya almazsanız veya "
+#~ "dizüstü uyandırıldıktan sonra herhangi bir takılma olmazsa böyle bir "
+#~ "işlem gerekli olmayacaktır."
+
+#~ msgid ""
+#~ "Note: If you want to use this feature, you need to install the apmd "
+#~ "package."
+#~ msgstr ""
+#~ "Not: Bu özelliği kullanmak istiyorsanız, apmd paketini kurmanız gerekir."
+
+#~ msgid "done, ${alsa_modules}"
+#~ msgstr "tamam, ${alsa_modules}"
+
+#~ msgid "done"
+#~ msgstr "tamam"
+
+#~ msgid "What driver-modules do your cards use?"
+#~ msgstr "Sisteminizdeki kartlar hangi sürücü modüllerini kullanıyor?"
+
+#~ msgid ""
+#~ "You are currently configuring ALSA's boot script. Select those driver-"
+#~ "modules you want loaded at boot-time."
+#~ msgstr ""
+#~ "Şu an ALSA açılış betiğini yapılandırıyorsunuz. Açılış sırasında "
+#~ "yüklenmesini istediğiniz modülleri seçin."
+
+#~ msgid "You have selected \"${alsa_cards}\" so far."
+#~ msgstr "Şu ana kadar seçtiğiniz modüller: \"${alsa_cards}\"."
+
+#~ msgid ""
+#~ "When you are finished selecting driver-modules to load, select \"done\"."
+#~ msgstr "Sürücü modüllerini seçmeyi tamamladığınızda, \"tamam\"ı seçin."




More information about the Pkg-alsa-devel mailing list