--- moodle-book-1.6.3.orig/debian/dirs
+++ moodle-book-1.6.3/debian/dirs
@@ -0,0 +1 @@
+usr/share/moodle/mod/book
--- moodle-book-1.6.3.orig/debian/docs
+++ moodle-book-1.6.3/debian/docs
@@ -0,0 +1 @@
+README.txt
--- moodle-book-1.6.3.orig/debian/control
+++ moodle-book-1.6.3/debian/control
@@ -0,0 +1,20 @@
+Source: moodle-book
+Section: web
+Priority: optional
+Maintainer: Juan Manuel Garcia Molina <juanma@debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: po-debconf
+Standards-Version: 3.7.2
+
+Package: moodle-book
+Section: web
+Architecture: all
+Depends: debconf | debconf-2.0, moodle (>= 1.6.3)
+Description: module for Moodle to add multi-page resources
+ This Moodle module makes it easy to create multi-page
+ resources with a book-like format.
+ .
+ Moodle (Modular Object-Oriented Dynamic Learning Environment) is a course
+ management system - a software package designed to help educators create
+ quality online courses. One of the main advantages of Moodle over other
+ systems is a strong grounding in social constructionist pedagogy.
--- moodle-book-1.6.3.orig/debian/rules
+++ moodle-book-1.6.3/debian/rules
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_install
+  
+	dh_installdebconf
+	dh_link
+	dh_compress
+	dh_fixperms
+  
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-arch binary-indep
+.PHONY: build clean binary-indep binary-arch binary install configure
--- moodle-book-1.6.3.orig/debian/postinst
+++ moodle-book-1.6.3/debian/postinst
@@ -0,0 +1,42 @@
+#!/bin/sh
+# postinst script for #PACKAGE#
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+
+case "$1" in
+    configure)
+
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+      . /usr/share/debconf/confmodule || true
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
--- moodle-book-1.6.3.orig/debian/compat
+++ moodle-book-1.6.3/debian/compat
@@ -0,0 +1 @@
+5
--- moodle-book-1.6.3.orig/debian/config
+++ moodle-book-1.6.3/debian/config
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+if [ "$DEBIAN_FRONTEND" != "noninteractive" ]
+then
+  ## Source debconf library.
+  . /usr/share/debconf/confmodule
+  
+  ## Show info
+  db_input critical moodle-book/config_module || true
+  db_go
+fi
+
+exit 0
--- moodle-book-1.6.3.orig/debian/install
+++ moodle-book-1.6.3/debian/install
@@ -0,0 +1,7 @@
+*.css     usr/share/moodle/mod/book
+*.gif     usr/share/moodle/mod/book
+*.html    usr/share/moodle/mod/book
+*.php     usr/share/moodle/mod/book
+db        usr/share/moodle/mod/book
+lang      usr/share/moodle/mod/book
+pix       usr/share/moodle/mod/book
--- moodle-book-1.6.3.orig/debian/templates
+++ moodle-book-1.6.3/debian/templates
@@ -0,0 +1,8 @@
+Template: moodle-book/config_module
+Type: note
+_Description: Warning - Book tables not created
+ You must close this dialog and let the installation
+ finish. After that, you need to launch the
+ following URL in your browser:
+ .
+ http://localhost/moodle/admin
--- moodle-book-1.6.3.orig/debian/copyright
+++ moodle-book-1.6.3/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Juan Manuel Garcia Molina <juanma@debian.org> on
+Sun, 13 Mar 2005 21:16:27 +0100.
+
+It was downloaded from http://moodle.org/download/modules/
+
+Copyright © 1999-2004  Martin Dougiamas  http://dougiamas.com
+
+Upstream Author: Petr Skoda <petr.skoda@vslib.cz>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+   02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
--- moodle-book-1.6.3.orig/debian/changelog
+++ moodle-book-1.6.3/debian/changelog
@@ -0,0 +1,88 @@
+moodle-book (1.6.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf translations:
+    - Dutch. Closes: #449403
+    - Turkish. Closes: #487698
+    - Basque. Closes: #488061
+    - Russian. Closes: #488061
+  * [Lintian] Add copyright notice to debian/copyright
+
+ -- Christian Perrier <bubulle@debian.org>  Sun, 22 Jun 2008 19:22:27 +0200
+
+moodle-book (1.6.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Depends updated: moodle >= 1.6.3.
+  * Added German debconf translation, thanks to Helge Kreutzmann.
+    Closes: 403106.
+  * Update Galician debconf translation. Thanks to Jacobo Tarrio.
+    Closes: 413228.
+  * Update Portuguese debconf translation. Thanks to Miguel Figueiredo.
+    Closes: 413329.
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Sun,  4 Mar 2007 21:19:47 +0100
+
+moodle-book (1.6.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Depends updated: moodle >= 1.6.1 and debhelper >= 5.0.0 needed.
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Sat,  9 Sep 2006 18:47:03 +0200
+
+moodle-book (1.6.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated Depends. Minimum moodle version is 1.6. Closes: #376612.
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Tue,  4 Jul 2006 08:25:24 +0200
+
+moodle-book (1.5.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update Standards-Version to 3.7.2, no changes needed.
+  * Added Japanese debconf translation, thanks to TANAKA Atushi. Closes:
+    #337651.
+  * Added Swedish debconf translation, thanks to Daniel Nylander.
+    Closes: #331557.
+  * Dependencies: debhelper moved from Build-Depends-Indep to Build-
+    Depends.
+  * Provide all required targets in debian/rules (binary-arch added, but
+    it does not do anything).
+  * debconf call moved from preinst to postinst. Removed debian/preinst.
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Sat, 17 Jun 2006 12:08:37 +0200
+
+moodle-book (1.5.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added Vietnamese translation for debconf (submitted by Clytie
+    Siddall).
+  * Added Czech translation for debconf (submitted by Miroslav Kure).
+  * Added | debconf-2.0 to Depends:, as requested by Joey Hess.
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Sun,  7 Aug 2005 17:34:03 +0200
+
+moodle-book (1.5.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Upgraded standards version (no changes needed).
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Sun, 26 Jun 2005 19:24:20 +0200
+
+moodle-book (1.4.4-2) unstable; urgency=low
+
+  * Added French debconf template, thanks to Steve.
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Sun,  1 May 2005 18:58:04 +0200
+
+moodle-book (1.4.4-1) unstable; urgency=low
+
+  * Initial Release.
+  * Add moodle package description, in order to let the people know what
+    moodle is (thanks to Ben Burton).
+  * Review the package description and clarify debconf message (thanks
+    to Isaac Clerencia).
+
+ -- Juan Manuel Garcia Molina <juanma@debian.org>  Mon, 14 Mar 2005 00:45:21 +0100
+
--- moodle-book-1.6.3.orig/debian/po/templates.pot
+++ moodle-book-1.6.3/debian/po/templates.pot
@@ -0,0 +1,37 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr ""
--- moodle-book-1.6.3.orig/debian/po/de.po
+++ moodle-book-1.6.3/debian/po/de.po
@@ -0,0 +1,37 @@
+# Translation of moodle-book debconf templates to German
+# Copyright (C) Helge Kreutzmann <debian@helgefjell.de>, 2006.
+# This file is distributed under the same license as the moodle-book package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book 1.6.1-1\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2006-12-11 21:35+0100\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Warnung - Buchtabellen nicht erstellt"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Sie mssen diesen Dialog schlieen und die Installation beenden lassen. "
+"Danach mssen Sie die folgende URL in Ihrem Browser aufrufen:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/cs.po
+++ moodle-book-1.6.3/debian/po/cs.po
@@ -0,0 +1,46 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2005-07-14 15:22+0200\n"
+"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Varování - tabulky pro Book nebyly vytvořeny"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Nyní pokračujte v instalaci, ale po dokončení musíte ve svém prohlížeči "
+"navštívit následující adresu:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/es.po
+++ moodle-book-1.6.3/debian/po/es.po
@@ -0,0 +1,47 @@
+# translation of es.po to Spanish
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
+#    Developers do not need to manually edit POT or PO files.
+# Juan Manuel Garcia Molina <juanma@superiodico.net>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: es\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2005-03-14 00:42+0100\n"
+"Last-Translator: Juan Manuel Garcia Molina <juanma@superiodico.net>\n"
+"Language-Team: Spanish <kde-es@kybs.de>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Aviso: Tablas de Book no creadas"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Debe cerrar este cuadro de diálogo y dejar que termine la instalación. "
+"Después de esto, tiene que lanzar la siguiente URL en su navegador:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/fr.po
+++ moodle-book-1.6.3/debian/po/fr.po
@@ -0,0 +1,47 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book_1.4.4-1\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2005-04-21 09:38+0100\n"
+"Last-Translator: Steve Petruzzello <dlist@bluewin.ch>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-SourceCharset: iso-8859-1\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Les tables du livre ne sont pas cres"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Vous devez laisser l'installation se terminer. Ensuite, vous devez vous "
+"rendre  l'URL suivante:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/gl.po
+++ moodle-book-1.6.3/debian/po/gl.po
@@ -0,0 +1,37 @@
+# Galician translation of moodle-book's debconf templates
+# This file is distributed under the same license as the moodle-book package.
+# Jacobo Tarrio <jtarrio@debian.org>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2007-03-03 15:04+0100\n"
+"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
+"Language-Team: Galician <proxecto@trasno.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Aviso - Non se crearon as táboas de libros"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Debe pechar este diálogo e deixar que remate a instalación. Despois diso, "
+"acceda ao seguinte URL co seu navegador:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/ja.po
+++ moodle-book-1.6.3/debian/po/ja.po
@@ -0,0 +1,46 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book 1.5.2-1\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2005-09-04 22:17+0900\n"
+"Last-Translator: TANAKA, Atushi <tanaka_atushi_wk@bh.wakwak.com>\n"
+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=EUC-JP\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "ٹ - ֥åơ֥뤬Ƥޤ"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"ΥĤƥ󥹥ȡλƤθ塢֥饦ǰ"
+" URL ˥ɬפޤ:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/pt.po
+++ moodle-book-1.6.3/debian/po/pt.po
@@ -0,0 +1,38 @@
+# Portuguese translation for moodle-book's debconf messages.
+# Copyright (C) 2007 Miguel Figueiredo
+# This file is distributed under the same license as the moodle-book package.
+# Miguel Figueiredo <elmig@debianpt.org>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book 1.6.1-1\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2007-03-02 21:52+0000\n"
+"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
+"Language-Team: Portuguese <traduz@debianpt.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Aviso - Tabelas dos livros não criadas"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Você tem de fechar esta janela de diálogo e deixar a instalação terminar. "
+"Depois disso, você tem de lançar o seguinte URL no seu browser:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/sv.po
+++ moodle-book-1.6.3/debian/po/sv.po
@@ -0,0 +1,45 @@
+# Translators, if you are not familiar with the PO format, gettext
+# documentation is worth reading, especially sections dedicated to
+# this format, e.g. by running:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+# Some information specific to po-debconf are available at
+# /usr/share/doc/po-debconf/README-trans
+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
+# Developers do not need to manually edit POT or PO files.
+# , fuzzy
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book 1.5.2-1\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2005-10-05 02:06+0200\n"
+"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
+"Language-Team: Swedish <sv@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Varning - Boktabeller inte skapade"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Du mste stnga denna dialogruta och lta installationen g klart. Efter det "
+"behver du starta din weblsare och g till fljande URL:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/vi.po
+++ moodle-book-1.6.3/debian/po/vi.po
@@ -0,0 +1,38 @@
+# Vietnamese Translation for moodle-book.
+# Copyright © 2005 Free Software Foundation, Inc.
+# Clytie Siddall <clytie@riverland.net.au>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book 1.4.4-1\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2005-06-11 13:14+0930\n"
+"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
+"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "• Cảnh báo: chưa tạo bảng quyển sách. •"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Bạn phải đóng hộp thoại này, và cho phép tiến trình cài đặt xong. Sau đó, "
+"bạn cần phải khởi chạy địa chỉ Mạng này trong trình duyệt:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/POTFILES.in
+++ moodle-book-1.6.3/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
--- moodle-book-1.6.3.orig/debian/po/nl.po
+++ moodle-book-1.6.3/debian/po/nl.po
@@ -0,0 +1,38 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE 'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the  package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2007-10-25 19:34+0100\n"
+"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Waarschuwing - Boek-tabellen zijn niet aangemaakt"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"U dient deze dialoog te sluiten om de installatie af te ronden. Na de "
+"installatie dient u de volgende URL te openen in uw browser:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/tr.po
+++ moodle-book-1.6.3/debian/po/tr.po
@@ -0,0 +1,40 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Mert Dirik <mertdirik@gmail.com>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2008-06-23 00:49+0200\n"
+"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
+"Language-Team: Debian L10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Poedit-Language: Turkish\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Uyarı - Kitap tabloları oluşturulmadı"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Bu iletişim penceresini kapatmalı ve kurulumun bitmesini beklemelisiniz. "
+"Kurulum bittikten sonra tarayıcınızla şu URL'yi açmanız gerekecek:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/eu.po
+++ moodle-book-1.6.3/debian/po/eu.po
@@ -0,0 +1,41 @@
+# translation of moodle-book debconf template to Basque
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Xabier Bilbao <xabidu@gmail.com>, 2008.
+# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book-eu\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2008-06-25 18:39+0200\n"
+"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
+"Language-Team: Basque <itzulpena@euskalgnu.org>\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=2; plural=(n != 1)\n"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Oharra: ez dira sortu Book taulak"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Itxi egin behar duzu elkarrizketa-koadro hau eta instalazioari bukatzen "
+"utzi. Ondoren, honako URLa ireki web arakatzailean:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
--- moodle-book-1.6.3.orig/debian/po/ru.po
+++ moodle-book-1.6.3/debian/po/ru.po
@@ -0,0 +1,41 @@
+# translation of ru.po to Russian
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Yuri Kozlov <kozlov.y@gmail.com>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: moodle-book NEW\n"
+"Report-Msgid-Bugs-To: moodle-book@packages.debian.org\n"
+"POT-Creation-Date: 2008-06-22 22:30+0200\n"
+"PO-Revision-Date: 2008-06-26 20:36+0400\n"
+"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\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"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "Warning - Book tables not created"
+msgstr "Предупреждение -- таблицы книг не созданы"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid ""
+"You must close this dialog and let the installation finish. After that, you "
+"need to launch the following URL in your browser:"
+msgstr ""
+"Вы должны закрыть этот диалог и дождаться окончания установки. После этого, "
+"вам нужно запустить браузер и зайти по следующей ссылке:"
+
+#. Type: note
+#. Description
+#: ../templates:1001
+msgid "http://localhost/moodle/admin"
+msgstr "http://localhost/moodle/admin"
