[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze Exception For Ampache



Dear Release Team, 

I would like to request a freeze exception for ampache-3.5.4-8.

This upload would include updated translations for it.po, ta.po,
zh_TW.po, cs.po, da.po.

I have also took this opportunity to fix bug #593759 which removes an
unused variable in the postinst and postrm which causes the
apache_install and apache_remove functions to fail.  This causes the
initial web install interface not to be show after install.

I have attached a diff of the changes for your review.

Best regards
Charlie Smotherman


diff -Nru ampache-3.5.4/debian/ampache.postinst ampache-3.5.4/debian/ampache.postinst
--- ampache-3.5.4/debian/ampache.postinst	2010-08-15 22:17:57.000000000 -0500
+++ ampache-3.5.4/debian/ampache.postinst	2010-09-09 18:38:59.000000000 -0500
@@ -47,7 +47,7 @@
             if [ "$webserver" = "lighttpd" ] ; then
                 lighttpd_install
             else
-                apache_install $webserver
+                apache_install
             fi
             if [ -x /usr/sbin/invoke-rc.d ]; then
                 invoke-rc.d $webserver restart 3>/dev/null || true
diff -Nru ampache-3.5.4/debian/ampache.postrm ampache-3.5.4/debian/ampache.postrm
--- ampache-3.5.4/debian/ampache.postrm	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/ampache.postrm	2010-09-09 18:38:59.000000000 -0500
@@ -44,7 +44,7 @@
        if [ "$webserver" = "lighttpd" ] ; then
             lighttpd_remove
        else
-	     apache_remove $webserver
+	     apache_remove
 	fi
        if [ -x /usr/sbin/invoke-rc.d ]; then
     	     invoke-rc.d $webserver restart 3>/dev/null || true
diff -Nru ampache-3.5.4/debian/changelog ampache-3.5.4/debian/changelog
--- ampache-3.5.4/debian/changelog	2010-08-17 06:52:04.000000000 -0500
+++ ampache-3.5.4/debian/changelog	2010-09-09 19:52:59.000000000 -0500
@@ -1,3 +1,16 @@
+ampache (3.5.4-8) unstable; urgency=low
+
+  * Removed $webserver variable from apache_install and apache_remove
+    functions in postinst and postrm.  After hardcoding the symlink creation
+    having this variable causes the functions to fail. Closes: #593759
+  * Added updated it.po. Thx  Luca Monducci Closes: #593959
+  * Added updated ta.po. Thx Dr.T.Vasudevan
+  * Added updated zh_TW.po.  Thx Kan-Ru Chen
+  * Added updated cs.po.  Thx Miroslav Kure Closes: #595512
+  * Added da.po.  Thx Joe Dalton Closes: #595197
+
+ -- Charlie Smotherman <cjsmo@cableone.net>  Thu, 9 Sep 2010 19:51:45 -0500
+
 ampache (3.5.4-7) unstable; urgency=high
 
   * Adjusted symlink creation in debian/postinst so it now works.
diff -Nru ampache-3.5.4/debian/po/cs.po ampache-3.5.4/debian/po/cs.po
--- ampache-3.5.4/debian/po/cs.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/cs.po	2010-09-09 19:54:27.000000000 -0500
@@ -1,16 +1,17 @@
 # Czech translation of Ampache debconf templates.
 # Copyright (C) 2007 Ampache.org
 # This file is distributed under the same license as the Ampache package.
-# 2007 Miroslav Kure <kurem@debian.cz>.
+# 2007, 2010 Miroslav Kure <kurem@debian.cz>.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: ampache\n"
 "Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
 "POT-Creation-Date: 2010-05-30 15:04-0500\n"
-"PO-Revision-Date: 2007-10-07 16:21+0200\n"
+"PO-Revision-Date: 2010-09-04 19:55+0200\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -19,19 +20,19 @@
 #. Choices
 #: ../ampache.templates:2001
 msgid "apache2"
-msgstr ""
+msgstr "apache2"
 
 #. Type: multiselect
 #. Choices
 #: ../ampache.templates:2001
 msgid "lighttpd"
-msgstr ""
+msgstr "lighttpd"
 
 #. Type: multiselect
 #. Description
 #: ../ampache.templates:2002
 msgid "Web server to configure automatically:"
-msgstr ""
+msgstr "Webové servery, které se mají nastavit automaticky:"
 
 #. Type: multiselect
 #. Description
@@ -39,6 +40,7 @@
 msgid ""
 "Please select the web server to be configured automatically for Ampache."
 msgstr ""
+"Vyberte webové servery, které se mají automaticky nastavit pro Ampache."
 
 #. Type: multiselect
 #. Description
@@ -47,31 +49,25 @@
 "Apache2 and Lighttpd are the only supported web servers for automatic "
 "configuration."
 msgstr ""
+"Apache2 a Lighttpd jsou jediné podporované webové servery, které lze "
+"nastavit automaticky."
 
 #. Type: boolean
 #. Description
 #: ../ampache.templates:3001
-#, fuzzy
-#| msgid "Restart Apache 2 web server?"
 msgid "Configure and restart the web server?"
-msgstr "Restartovat webový server Apache2?"
+msgstr "Nastavit a restartovat webový server?"
 
 #. Type: boolean
 #. Description
 #: ../ampache.templates:3001
-#, fuzzy
-#| msgid ""
-#| "The Apache 2 web server needs to be restarted to enable Ampache. Please "
-#| "choose whether you want to restart it automatically now or do it yourself "
-#| "later."
 msgid ""
 "The web server needs to be reconfigured and restarted to enable Ampache. "
 "Please choose whether you want to restart it automatically now or do it "
 "yourself later."
 msgstr ""
-"Aby se Ampache aktivoval, musíte restartovat webový server Apache 2. "
-"Rozhodněte se, zda se má restartovat automaticky, nebo zda to provedete "
-"později sami."
+"Aby se Ampache aktivoval, musíte restartovat webový server. Rozhodněte se, "
+"zda se má restartovat automaticky, nebo zda to provedete později sami."
 
 #. Type: boolean
 #. Description
@@ -80,6 +76,8 @@
 "To manually restart the web server, use one of the following commands: \"/"
 "etc/init.d/apache2 restart\" or \"/etc/init.d/lighttpd restart\""
 msgstr ""
+"Pro ruční restart webového serveru použijte dle situace „/etc/init.d/apache2 "
+"restart“ nebo „/etc/init.d/lighttpd restart“."
 
 #~ msgid "Configure Apache 2 web server for use with Ampache?"
 #~ msgstr "Nastavit webový server Apache 2 tak, aby pracoval s Ampache?"
diff -Nru ampache-3.5.4/debian/po/da.po ampache-3.5.4/debian/po/da.po
--- ampache-3.5.4/debian/po/da.po	1969-12-31 18:00:00.000000000 -0600
+++ ampache-3.5.4/debian/po/da.po	2010-09-09 19:54:27.000000000 -0500
@@ -0,0 +1,82 @@
+# Danish translation ampache.
+# Copyright (C) 2010 ampache & nedenstående oversættere.
+# This file is distributed under the same license as the ampache package.
+# Joe Hansen <joedalton2@yahoo.dk>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ampache\n"
+"Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
+"POT-Creation-Date: 2010-05-30 15:04-0500\n"
+"PO-Revision-Date: 2010-09-01 23:51+0200\n"
+"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
+"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "apache2"
+msgstr "apache2"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "lighttpd"
+msgstr "lighttpd"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid "Web server to configure automatically:"
+msgstr "Internetserver at konfigurere automatisk:"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Please select the web server to be configured automatically for Ampache."
+msgstr ""
+"Vælg venligst internetserveren der skal konfigureres automatisk for Ampache."
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Apache2 and Lighttpd are the only supported web servers for automatic "
+"configuration."
+msgstr ""
+"Apache2 og Lighttpd er de eneste understøttede internetservere til "
+"automatisk konfiguration."
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid "Configure and restart the web server?"
+msgstr "Konfigurer og genstart internetserveren?"
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid ""
+"The web server needs to be reconfigured and restarted to enable Ampache. "
+"Please choose whether you want to restart it automatically now or do it "
+"yourself later."
+msgstr ""
+"Internetserveren skal rekonfigureres og genstartes for at aktivere Ampache. "
+"Vælg venligst hvorvidt du ønsker at genstarte Ampache automatisk nu eller "
+"selv gøre det senere."
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid ""
+"To manually restart the web server, use one of the following commands: \"/"
+"etc/init.d/apache2 restart\" or \"/etc/init.d/lighttpd restart\""
+msgstr ""
+"For manuelt at genstarte internetserveren, brug en af de følgende "
+"kommandoer: »/etc/init.d/apache2 restart« eller »/etc/init.d/lighttpd "
+"restart«"
diff -Nru ampache-3.5.4/debian/po/de.po ampache-3.5.4/debian/po/de.po
--- ampache-3.5.4/debian/po/de.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/de.po	2010-09-09 19:54:27.000000000 -0500
@@ -7,10 +7,11 @@
 msgstr ""
 "Project-Id-Version: ampache 3.5.4-2\n"
 "Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
-"POT-Creation-Date: 2010-05-01 16:46-0500\n"
+"POT-Creation-Date: 2010-05-30 15:04-0500\n"
 "PO-Revision-Date: 2010-05-04 21:27+0200\n"
 "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-15\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -78,8 +79,8 @@
 "etc/init.d/apache2 restart\" or \"/etc/init.d/lighttpd restart\""
 msgstr ""
 "Um den Webserver manuell neu zu starten, verwenden Sie einer der folgenden "
-"Befehle: �/etc/init.d/apache2 restart� oder �/etc/init.d/lighttpd restart�"
+"Befehle: �/etc/init.d/apache2 restart� oder �/etc/init.d/lighttpd "
+"restart�"
 
 #~ msgid "Configure Apache 2 web server for use with Ampache?"
 #~ msgstr "Konfiguriere Apache 2 Webserver f�r die Verwendung mit Ampache?"
-
diff -Nru ampache-3.5.4/debian/po/es.po ampache-3.5.4/debian/po/es.po
--- ampache-3.5.4/debian/po/es.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/es.po	2010-09-09 19:54:27.000000000 -0500
@@ -35,6 +35,7 @@
 "PO-Revision-Date: 2010-05-04 09:22+0100\n"
 "Last-Translator: Francisco Javier Cuadrado <fcocuadrado@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/eu.po ampache-3.5.4/debian/po/eu.po
--- ampache-3.5.4/debian/po/eu.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/eu.po	2010-09-09 19:54:27.000000000 -0500
@@ -11,6 +11,7 @@
 "PO-Revision-Date: 2007-10-09 11:55+0200\n"
 "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
 "Language-Team: Euskara <librezale@librezale.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/fi.po ampache-3.5.4/debian/po/fi.po
--- ampache-3.5.4/debian/po/fi.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/fi.po	2010-09-09 19:54:27.000000000 -0500
@@ -11,6 +11,7 @@
 "PO-Revision-Date: 2007-10-12 23:52+0200\n"
 "Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
 "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
+"Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/fr.po ampache-3.5.4/debian/po/fr.po
--- ampache-3.5.4/debian/po/fr.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/fr.po	2010-09-09 19:54:27.000000000 -0500
@@ -12,6 +12,7 @@
 "PO-Revision-Date: 2010-05-05 00:09+0200\n"
 "Last-Translator: Filippo Rusconi <rusconi-debian@laposte.net>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -79,8 +80,8 @@
 "etc/init.d/apache2 restart\" or \"/etc/init.d/lighttpd restart\""
 msgstr ""
 "Pour redémarrer manuellement le serveur web, employer l'une des deux "
-"commandes suivantes : « /etc/init.d/apache2 reload » ou « /etc/init.d/lighttpd "
-"restart »."
+"commandes suivantes : « /etc/init.d/apache2 reload » ou « /etc/init.d/"
+"lighttpd restart »."
 
 #~ msgid "Configure Apache 2 web server for use with Ampache?"
 #~ msgstr ""
diff -Nru ampache-3.5.4/debian/po/gl.po ampache-3.5.4/debian/po/gl.po
--- ampache-3.5.4/debian/po/gl.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/gl.po	2010-09-09 19:54:27.000000000 -0500
@@ -11,6 +11,7 @@
 "PO-Revision-Date: 2007-10-14 12:29+0100\n"
 "Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
 "Language-Team: Galician <proxecto@trasno.net>\n"
+"Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/.goutputstream-2UBCIV ampache-3.5.4/debian/po/.goutputstream-2UBCIV
--- ampache-3.5.4/debian/po/.goutputstream-2UBCIV	1969-12-31 18:00:00.000000000 -0600
+++ ampache-3.5.4/debian/po/.goutputstream-2UBCIV	2010-09-09 18:38:59.000000000 -0500
@@ -0,0 +1,68 @@
+# Italian translation of Ampache debconf templates.
+# Copyright (C) 2007 Ampache.org.
+# This file is distributed under the same license as the Ampache package.
+# Luca Monducci <luca.mo@tiscali.it>, 2007-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ampache 3.5.4 italian debconf\n"
+"Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
+"POT-Creation-Date: 2010-05-30 15:04-0500\n"
+"PO-Revision-Date: 2010-08-22 17:51+0200\n"
+"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
+"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "apache2"
+msgstr "apache2"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "lighttpd"
+msgstr "lighttpd"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid "Web server to configure automatically:"
+msgstr "Server web da configurare automaticamente:"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Please select the web server to be configured automatically for Ampache."
+msgstr ""
+"Scegliere il server web da configurare automaticamente per Ampache."
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Apache2 and Lighttpd are the only supported web servers for automatic "
+"configuration."
+msgstr ""
+"Apache2 e Lighttpd sono i soli server web supportati per la configurazione "
+"automatica."
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid "Configure and restart the web server?"
+msgstr "Configurare e riavviare il server web?"
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid ""
+"The web server needs to be reconfigured and restarted to enable Ampache. "
+"Please choose whether you want to restart it automatically now or do it "
+"yourself later."
+msgstr ""
+"�\ No newline at end of file
diff -Nru ampache-3.5.4/debian/po/.goutputstream-HN35HV ampache-3.5.4/debian/po/.goutputstream-HN35HV
--- ampache-3.5.4/debian/po/.goutputstream-HN35HV	1969-12-31 18:00:00.000000000 -0600
+++ ampache-3.5.4/debian/po/.goutputstream-HN35HV	2010-09-09 18:38:59.000000000 -0500
@@ -0,0 +1,68 @@
+# Italian translation of Ampache debconf templates.
+# Copyright (C) 2007 Ampache.org.
+# This file is distributed under the same license as the Ampache package.
+# Luca Monducci <luca.mo@tiscali.it>, 2007-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ampache 3.5.4 italian debconf\n"
+"Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
+"POT-Creation-Date: 2010-05-30 15:04-0500\n"
+"PO-Revision-Date: 2010-08-22 17:51+0200\n"
+"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
+"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "apache2"
+msgstr "apache2"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "lighttpd"
+msgstr "lighttpd"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid "Web server to configure automatically:"
+msgstr "Server web da configurare automaticamente:"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Please select the web server to be configured automatically for Ampache."
+msgstr ""
+"Scegliere il server web da configurare automaticamente per Ampache."
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Apache2 and Lighttpd are the only supported web servers for automatic "
+"configuration."
+msgstr ""
+"Apache2 e Lighttpd sono i soli server web supportati per la configurazione "
+"automatica."
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid "Configure and restart the web server?"
+msgstr "Configurare e riavviare il server web?"
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid ""
+"The web server needs to be reconfigured and restarted to enable Ampache. "
+"Please choose whether you want to restart it automatically now or do it "
+"yourself later."
+msgstr ""
+"�\ No newline at end of file
diff -Nru ampache-3.5.4/debian/po/it.po ampache-3.5.4/debian/po/it.po
--- ampache-3.5.4/debian/po/it.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/it.po	2010-09-09 19:54:27.000000000 -0500
@@ -1,44 +1,45 @@
 # Italian translation of Ampache debconf templates.
 # Copyright (C) 2007 Ampache.org.
 # This file is distributed under the same license as the Ampache package.
-# 2007 Luca Monducci <luca.mo@tiscali.it>.
+# Luca Monducci <luca.mo@tiscali.it>, 2007-2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: ampache italian debconf\n"
+"Project-Id-Version: ampache 3.5.4 italian debconf\n"
 "Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
 "POT-Creation-Date: 2010-05-30 15:04-0500\n"
-"PO-Revision-Date: 2007-10-10 21:09+0200\n"
+"PO-Revision-Date: 2010-08-22 17:51+0200\n"
 "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
+"Language: it\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Type: multiselect
 #. Choices
 #: ../ampache.templates:2001
 msgid "apache2"
-msgstr ""
+msgstr "apache2"
 
 #. Type: multiselect
 #. Choices
 #: ../ampache.templates:2001
 msgid "lighttpd"
-msgstr ""
+msgstr "lighttpd"
 
 #. Type: multiselect
 #. Description
 #: ../ampache.templates:2002
 msgid "Web server to configure automatically:"
-msgstr ""
+msgstr "Server web da configurare automaticamente:"
 
 #. Type: multiselect
 #. Description
 #: ../ampache.templates:2002
 msgid ""
 "Please select the web server to be configured automatically for Ampache."
-msgstr ""
+msgstr "Scegliere il server web da configurare automaticamente per Ampache."
 
 #. Type: multiselect
 #. Description
@@ -47,31 +48,26 @@
 "Apache2 and Lighttpd are the only supported web servers for automatic "
 "configuration."
 msgstr ""
+"Apache2 e Lighttpd sono i soli server web supportati per la configurazione "
+"automatica."
 
 #. Type: boolean
 #. Description
 #: ../ampache.templates:3001
-#, fuzzy
-#| msgid "Restart Apache 2 web server?"
 msgid "Configure and restart the web server?"
-msgstr "Riavviare il server web Apache 2?"
+msgstr "Configurare e riavviare il server web?"
 
 #. Type: boolean
 #. Description
 #: ../ampache.templates:3001
-#, fuzzy
-#| msgid ""
-#| "The Apache 2 web server needs to be restarted to enable Ampache. Please "
-#| "choose whether you want to restart it automatically now or do it yourself "
-#| "later."
 msgid ""
 "The web server needs to be reconfigured and restarted to enable Ampache. "
 "Please choose whether you want to restart it automatically now or do it "
 "yourself later."
 msgstr ""
-"Il server web Apache 2 deve essere riavviato per attivare Ampache; �
-"possibile riavviarlo automaticamente adesso oppure manualmente, da soli, in "
-"seguito."
+"È necessario riconfigurare e riavviare il server web per attivare Ampache; "
+"è possibile riavviarlo automaticamente adesso oppure manualmente, da soli, "
+"in seguito."
 
 #. Type: boolean
 #. Description
@@ -80,6 +76,8 @@
 "To manually restart the web server, use one of the following commands: \"/"
 "etc/init.d/apache2 restart\" or \"/etc/init.d/lighttpd restart\""
 msgstr ""
+"Per riavviare manualmente il server web, usare uno di questi comandi: \"etc/"
+"init.d/apache2 restart\" oppure \"/etc/init.d/lighttpd restart\""
 
 #~ msgid "Configure Apache 2 web server for use with Ampache?"
 #~ msgstr "Configurare il server web Apache 2 per l'uso con Ampache?"
diff -Nru ampache-3.5.4/debian/po/ja.po ampache-3.5.4/debian/po/ja.po
--- ampache-3.5.4/debian/po/ja.po	2010-08-01 23:25:37.000000000 -0500
+++ ampache-3.5.4/debian/po/ja.po	2010-09-09 19:54:27.000000000 -0500
@@ -10,10 +10,10 @@
 "PO-Revision-Date: 2010-07-31 12:52+0900\n"
 "Last-Translator: Hideki Yamane <henrich@debian.org>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
+"Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: ja\n"
 
 #. Type: multiselect
 #. Choices
diff -Nru ampache-3.5.4/debian/po/nl.po ampache-3.5.4/debian/po/nl.po
--- ampache-3.5.4/debian/po/nl.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/nl.po	2010-09-09 19:54:27.000000000 -0500
@@ -11,6 +11,7 @@
 "PO-Revision-Date: 2008-01-31 18:42+0100\n"
 "Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
 "Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/pt_BR.po ampache-3.5.4/debian/po/pt_BR.po
--- ampache-3.5.4/debian/po/pt_BR.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/pt_BR.po	2010-09-09 19:54:27.000000000 -0500
@@ -11,6 +11,7 @@
 "PO-Revision-Date: 2007-10-23 14:11-0200\n"
 "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
 "Language-Team: l10n portuguese <debian-l10n-portuguese@lists.debian.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/pt.po ampache-3.5.4/debian/po/pt.po
--- ampache-3.5.4/debian/po/pt.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/pt.po	2010-09-09 19:54:27.000000000 -0500
@@ -11,6 +11,7 @@
 "PO-Revision-Date: 2010-05-05 00:45+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
+"Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/ru.po ampache-3.5.4/debian/po/ru.po
--- ampache-3.5.4/debian/po/ru.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/ru.po	2010-09-09 19:54:27.000000000 -0500
@@ -12,12 +12,13 @@
 "PO-Revision-Date: 2010-06-13 12:25+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
+"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #. Type: multiselect
 #. Choices
diff -Nru ampache-3.5.4/debian/po/sv.po ampache-3.5.4/debian/po/sv.po
--- ampache-3.5.4/debian/po/sv.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/sv.po	2010-09-09 19:54:27.000000000 -0500
@@ -11,6 +11,7 @@
 "PO-Revision-Date: 2010-05-22 23:06+0100\n"
 "Last-Translator: Martin Bagge <brother@bsnet.se>\n"
 "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
+"Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/ta.po ampache-3.5.4/debian/po/ta.po
--- ampache-3.5.4/debian/po/ta.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/ta.po	2010-09-09 19:54:27.000000000 -0500
@@ -8,9 +8,10 @@
 "Project-Id-Version: ampache\n"
 "Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
 "POT-Creation-Date: 2010-05-30 15:04-0500\n"
-"PO-Revision-Date: 2007-10-07 13:19+0530\n"
+"PO-Revision-Date: 2010-08-29 07:22+0530\n"
 "Last-Translator: Dr.T.Vasudevan <agnihot3@gmail.com>\n"
 "Language-Team: TAMIL <ubuntu-l10n-tam@lists.ubuntu.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -20,26 +21,26 @@
 #. Choices
 #: ../ampache.templates:2001
 msgid "apache2"
-msgstr ""
+msgstr "அபாசே2"
 
 #. Type: multiselect
 #. Choices
 #: ../ampache.templates:2001
 msgid "lighttpd"
-msgstr ""
+msgstr "லைட்டிபிடி"
 
 #. Type: multiselect
 #. Description
 #: ../ampache.templates:2002
 msgid "Web server to configure automatically:"
-msgstr ""
+msgstr "தானியங்கி வடிவமைப்புக்கு வலை சேவையகம்"
 
 #. Type: multiselect
 #. Description
 #: ../ampache.templates:2002
 msgid ""
 "Please select the web server to be configured automatically for Ampache."
-msgstr ""
+msgstr "அம்பாச்சேக்கு தானியங்கியாக வடிவமைக்க வலை சேவையகத்தை தேர்ந்தெடுக்கவும்."
 
 #. Type: multiselect
 #. Description
@@ -48,31 +49,25 @@
 "Apache2 and Lighttpd are the only supported web servers for automatic "
 "configuration."
 msgstr ""
+"தானியங்கி வடிவமைப்புக்கு ஆதரவு தரும் வ்லை சேவையகங்கள் அபாசே2 மற்றும் லைட்டிபிடி மட்டுமே."
 
 #. Type: boolean
 #. Description
 #: ../ampache.templates:3001
-#, fuzzy
-#| msgid "Restart Apache 2 web server?"
 msgid "Configure and restart the web server?"
-msgstr "அபாசே 2 வலை சேவையகத்தை மீள்துவக்கவா?"
+msgstr "வடிவமைத்து வலை சேவையகத்தை மீள்துவக்கவா?"
 
 #. Type: boolean
 #. Description
 #: ../ampache.templates:3001
-#, fuzzy
-#| msgid ""
-#| "The Apache 2 web server needs to be restarted to enable Ampache. Please "
-#| "choose whether you want to restart it automatically now or do it yourself "
-#| "later."
 msgid ""
 "The web server needs to be reconfigured and restarted to enable Ampache. "
 "Please choose whether you want to restart it automatically now or do it "
 "yourself later."
 msgstr ""
-"அம்பாசே ஐ செயல்படுத்த அபாசே 2 வலை சேவையகத்தை மீள்துவக்க வேண்டியுள்ளது. தயை செய்து "
-"இப்போது அதை தானியங்கியாக துவக்க வேண்டுமா அல்லது நீங்களே பின்னால் அதை துவக்குவீர்களா என "
-"தேர்ந்தெடுங்கள்."
+"அம்பாசே ஐ செயல்படுத்த வலை சேவையகத்தை மறு வடிவமைத்து மீள்துவக்க வேண்டியுள்ளது. தயை "
+"செய்து இப்போது அதை தானியங்கியாக துவக்க வேண்டுமா அல்லது நீங்களே பின்னால் அதை "
+"துவக்குவீர்களா என தேர்ந்தெடுங்கள்."
 
 #. Type: boolean
 #. Description
@@ -81,6 +76,8 @@
 "To manually restart the web server, use one of the following commands: \"/"
 "etc/init.d/apache2 restart\" or \"/etc/init.d/lighttpd restart\""
 msgstr ""
+"கைமுறையாக வலை சேவையகத்தி மீள்துவக்க பின் வரும் கட்டளைகளில் ஒன்றை பயன்படுத்தவும்: etc/"
+"init.d/apache2 restart\" அல்லது \"/etc/init.d/lighttpd restart\""
 
 #~ msgid "Configure Apache 2 web server for use with Ampache?"
 #~ msgstr "அபாசே 2 வலை சேவையகத்தை அம்பாசே உடன் வடிவமைக்கவா?"
diff -Nru ampache-3.5.4/debian/po/vi.po ampache-3.5.4/debian/po/vi.po
--- ampache-3.5.4/debian/po/vi.po	2010-08-01 23:06:51.000000000 -0500
+++ ampache-3.5.4/debian/po/vi.po	2010-09-09 19:54:27.000000000 -0500
@@ -12,6 +12,7 @@
 "PO-Revision-Date: 2007-10-17 17:44+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
+"Language: vi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -Nru ampache-3.5.4/debian/po/zh_TW.po ampache-3.5.4/debian/po/zh_TW.po
--- ampache-3.5.4/debian/po/zh_TW.po	1969-12-31 18:00:00.000000000 -0600
+++ ampache-3.5.4/debian/po/zh_TW.po	2010-09-09 19:54:27.000000000 -0500
@@ -0,0 +1,78 @@
+# zh_TW po-debconf translation for ampache
+# Copyright (C) 2010 Charlie Smotherman <cjsmo@cableone.net>
+# This file is distributed under the same license as the ampache package.
+# Kan-Ru Chen <koster@debian.org>, 2010
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ampache 3.5.4-7\n"
+"Report-Msgid-Bugs-To: ampache@packages.debian.org\n"
+"POT-Creation-Date: 2010-05-30 15:04-0500\n"
+"PO-Revision-Date: 2010-08-29 11:40+0800\n"
+"Last-Translator: Kan-Ru Chen <koster@debian.org>\n"
+"Language-Team: Debian Chinese Traditional <debian-chinese-big5@lists.debian."
+"org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "apache2"
+msgstr "apache2"
+
+#. Type: multiselect
+#. Choices
+#: ../ampache.templates:2001
+msgid "lighttpd"
+msgstr "lighttpd"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid "Web server to configure automatically:"
+msgstr "選擇要設定的伺服器"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Please select the web server to be configured automatically for Ampache."
+msgstr "請選擇要自動為 Ampache 設定的網頁伺服器。"
+
+#. Type: multiselect
+#. Description
+#: ../ampache.templates:2002
+msgid ""
+"Apache2 and Lighttpd are the only supported web servers for automatic "
+"configuration."
+msgstr "Apache2 和 Lighttpd 是目前支援自動設定的網頁伺服器。"
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid "Configure and restart the web server?"
+msgstr "設定並重新啟動網頁伺服器?"
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid ""
+"The web server needs to be reconfigured and restarted to enable Ampache. "
+"Please choose whether you want to restart it automatically now or do it "
+"yourself later."
+msgstr ""
+"網頁伺服器設定後必須重新啟動以啟用 Ampache。請選擇您使否想要現在自動重新啟"
+"動,或稍候手動執行。"
+
+#. Type: boolean
+#. Description
+#: ../ampache.templates:3001
+msgid ""
+"To manually restart the web server, use one of the following commands: \"/"
+"etc/init.d/apache2 restart\" or \"/etc/init.d/lighttpd restart\""
+msgstr ""
+"要手動重啟網頁伺服器,可以使用以下命令:\"/etc/init.d/apache2 restart\" 或 "
+"\"/etc/init.d/lighttpd restart\""

Reply to: