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

xorg-server: Changes to 'debian-experimental'



 debian/README.printing-problems    |  162 ----
 debian/changelog                   |   86 ++
 debian/control                     |    6 
 debian/po/POTFILES.in              |    1 
 debian/po/bg.po                    |   50 -
 debian/po/cs.po                    |   56 -
 debian/po/da.po                    |   60 -
 debian/po/de.po                    |   58 -
 debian/po/es.po                    |   61 -
 debian/po/eu.po                    |   50 -
 debian/po/fi.po                    |   46 -
 debian/po/fr.po                    |   61 -
 debian/po/gl.po                    |   47 -
 debian/po/he.po                    |   48 -
 debian/po/hu.po                    |   44 -
 debian/po/it.po                    |   49 -
 debian/po/ja.po                    |   58 -
 debian/po/nl.po                    |   72 --
 debian/po/pt.po                    |   48 -
 debian/po/pt_BR.po                 |   85 --
 debian/po/ru.po                    |   60 -
 debian/po/sk.po                    |   43 -
 debian/po/sv.po                    |   55 -
 debian/po/ta.po                    |   49 -
 debian/po/templates.pot            |   42 -
 debian/po/th.po                    |   47 -
 debian/po/vi.po                    |   49 -
 debian/rules                       |    6 
 debian/xprint-common-overrides     |    2 
 debian/xprint-common.README.Debian |   82 --
 debian/xprint-common.default       |   10 
 debian/xprint-common.dirs          |    4 
 debian/xprint-common.docs          |    2 
 debian/xprint-common.install       |    2 
 debian/xprint-common.links         |    5 
 debian/xprint-common.templates     |   21 
 debian/xprint-common.xprint.init   | 1246 -------------------------------------
 debian/xprint-overrides            |    2 
 debian/xprint.changelog.Debian     |  810 ------------------------
 debian/xprint.dirs                 |    3 
 debian/xprint.install              |    1 
 debian/xprint.links                |    1 
 debian/xprint.manpages             |    1 
 debian/xsfbs/xsfbs-autoreconf.mk   |  150 ----
 debian/xsfbs/xsfbs.mk              |    4 
 45 files changed, 92 insertions(+), 3753 deletions(-)

New commits:
commit 240c014cbed1d4e6ea800aa8fcc3726cb6755908
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu May 22 23:28:29 2008 +0200

    Delete xprint packaging files.

diff --git a/debian/README.printing-problems b/debian/README.printing-problems
deleted file mode 100644
index 1f67509..0000000
--- a/debian/README.printing-problems
+++ /dev/null
@@ -1,162 +0,0 @@
-Printing Problems
------------------
-
-This file is a mini-FAQ for two printing problems:
-
-Q1) Spaces between words are lost (words run together)
-
-Q2) Image is too big (font size too large) 
-    OR 
-    Image is too small (only takes up 1/4 of the page)
-
-
-=======================================================================
-Q1) Spaces between words are lost (words run together)
-
-At the time of the release of sarge, there is an unresolved problem
-printing certain webpages from firefox using Xprint. The problem has been
-reproduced with mozilla-firefox (0.9.3-2) and xprint (0.1.0.alpha1), 
-although the situation seems to have improved with firefox 1.0.1.
-
-mozilla proper (mozilla-browser 2:1.7.2-2) does not exhibit the
-problem, it prints fine on the package maintainer's system, although 
-others have unfortunately reported seeing the problem there. 
-
-The symptom of the problem is that spaces between words are lost,
-words are printed strung all together. The font may be sans-serif,
-where serif font is displayed on screen.
-
-The problem appears to happen on pages where the font is not
-explicitly chosen in the HTML code. An example is Debian's home page,
-www.debian.org.  Other pages which specify the font to be used do not
-seem to be affected.
-
-There are three known workarounds for the problem.
-
-1) Only use the default fonts in mozilla/firefox.
-
-   The printing error will start happening if you change font settings 
-   using Edit->Preferences (in particular if you set the serif font). 
-   Changing the setting back again to the default value of "serif" will 
-   not fix the problem.
-   
-   This is because setting the font places a "font.name.serif.x-western" 
-   entry into ~/.mozilla/firefox/default.***/prefs.js.  Even if the value 
-   of the entry is "serif", it's mere presence will ruin printing.
-   
-   The workaround is to manually delete the "font.name.serif.x-western" 
-   entry from prefs.js.
-   
-   This seems to fix the problem with the Debian home page, but depending 
-   the page and language you want to print with you might find you will need
-   to delete other font.name entries as well.
-
-2) Remove Xprint's own font directory.
-
-   Xprint contains font information in the directory
-   /usr/share/Xprint/xserver/C/print/models/PSdefault/fonts
-   If this directory is removed, then firefox prints www.debian.org
-   with correct spacing between words.  The font used is sans-serif.
-   Xprint obtains information about fonts from other parts of the system.
-   
-   Since this workaround has not been fully tested and its consequences
-   are not fully understood (other locales and printer models in
-   Xprint link to this directory), the fonts directory will be left
-   intact for the official release of Xprint in Debian.
-   
-   A side-effect is that the date stamps for news entries on
-   www.debian.org are rendered using sans-serif font, where they
-   ought to be, I believe, rendered using a monospace font.
-   
-   
-3) Use default stylesheet settings for firefox.
-
-   User directories for firefox contain sample default style settings
-   in the chrome directory, at
-   ~/.firefox/default/<user-key>/chrome/userContent-example.css
-   This file, userContent-example.css, can be renamed to userContent.css,
-   and the following style added:
-
-@media print {
-	body {
-        	font-family: times, serif;
-	}
-	tt, pre {
-		font-family: courier, monospace;
-	}
-}
-
-   This will instruct firefox to use serif font for the main text of web
-   pages where the default font is not specified. The spacing between
-   words will be rendered correctly.
-   
-   System administrators wishing to provide this style snippet
-   automatically to all users will want to make the adjustments in
-   /usr/lib/mozilla-firefox/defaults/profile/chrome/
-   
-   Note, the same can be done for mozilla proper, if needed.
-
-
-The problem is being tracked on the Debian Bug Tracking System at bugs
-#235592 and #251067, and upstream at
-http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=1112
-
-
-========================================================================
-Q2) Image is too big (font size too large) 
-    OR 
-    Image is too small (only takes up 1/4 of the page)
-
-This question is a standard Xprint FAQ (Q70).
-
-The problem means your default printer resolution is set to the wrong 
-value.  The value is set in /etc/Xprint/C/print/attributes/document (or possibly
-en_US/print/... rather than C/print/..., depending on your locale):
-
-*default-printer-resolution: 600
-
-The standard default value is set to 600dpi.  If your printer can only handle 
-300dpi, then four pixels (2x2) will be used for every one in your image, making
-it print on paper larger than it ought to. The solution is to change the default
-resolution to 300.
-
-Likewise if the default value is set to 300, but your printer can only handle
-600dpi, then the pixels will only take up half the space on paper that they are
-supposed to, so the image will only occupy a quarter of the page (1/2 x 1/2).
-This problem was often reported under previous versions of Xprint, before the 
-default resolution was set to 600.  In the latest version we have made the 
-assumption that 300dpi printers are today relatively rare, and so have set the
-default value to 600. A side-effect is the first problem discussed in the 
-previous paragraph, for 300dpi-only printers.
-
-For your convenience, a debconf question has been provided enabling you to set
-the default resolution at installation time (or after running 
-"dpkg-reconfigure xprint-common").
-
-Note that these problems do not affect all printers. Some 600dpi printers will
-happily render 300dpi images, using a 2x2 block for each pixel in the image to
-give a normal physical image size on paper.
-
-Your printer's resolutions may possibly also need to be set consistently in the 
-underlying spooler. For instance CUPS settings can usually be accessed at 
-http://localhost:631/printers (use the "Configure Printer" link).
-
-If you have different printers which need to be run at different resolutions,
-you will need to manually set a value for default-printer-resolution for each printer
-separately (that is, for each one which differs from the default value). 
-See FAQ Q211. For instance, if the printer named "old_printer" needs to run at 
-300 dpi, while others work at 600dpi, then you need to use:
-*default-printer-resolution: 600
-old_printer.default-printer-resolution: 300
-
-We can't please everybody all the time!  Please set your default resolution
-according to your own needs.  We hope that in a future version, Xprint will be
-able to set these values dynamically from the underlying printing spooler 
-(CUPS, if not others).  Watch http://bugzilla.mozdev.org/show_bug.cgi?id=5517 
-for further developments.
-
-
-
-Good luck!
-
-Drew Parsons <dparsons@debian.org>, 15 Mar 2005.
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
deleted file mode 100644
index 54de865..0000000
--- a/debian/po/POTFILES.in
+++ /dev/null
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] xprint-common.templates
diff --git a/debian/po/bg.po b/debian/po/bg.po
deleted file mode 100644
index ffa7223..0000000
--- a/debian/po/bg.po
+++ /dev/null
@@ -1,50 +0,0 @@
-# translation of bg.po to Bulgarian
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Damyan Ivanov <dam@modsoftsys.com>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: xorg-server\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 07:46+0200\n"
-"PO-Revision-Date: 2007-09-19 22:08+0300\n"
-"Last-Translator: Damyan Ivanov <dam@modsoftsys.com>\n"
-"Language-Team: Bulgarian <dict@fsa-bg.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"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Подразбирана разделителна способност на принтера:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Xprint използва по подразбиране разделителна способност от 600 dpi. Тази "
-"стойност би трябвало да е подгодяща за повечето принтери."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"При някои принтери с разделителна способност от 1200 dpi изображението може "
-"да е свито в ъгъла на страницата, а при други, използващи 300 dpi - да е "
-"твърде разтегнато. Ако имате подобни проблеми при печатането, може да се "
-"наложи да промените подразбираната разделителна способност на принтера с по-"
-"подходяща стойност. Вижте /usr/share/doc/xprint-commin/README.printing-"
-"problems.gz за повече информация."
diff --git a/debian/po/cs.po b/debian/po/cs.po
deleted file mode 100644
index 50cd6f6..0000000
--- a/debian/po/cs.po
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-#    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: xprint-xprintorg\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 20:35+0200\n"
-"PO-Revision-Date: 2007-09-18 19:23+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: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Výchozí rozlišení tiskárny:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Xprint implicitně předpokládá rozlišení tiskárny 600 dpi. To by mělo "
-"vyhovovat většině dnešních tiskáren."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Na některých 1200 dpi tiskárnách může obraz vypadat příliš malý, zatímco na "
-"300 dpi tiskárnách se může obraz vytisknout příliš velký. Pokud zaznamenáte "
-"popsané problémy, měli byste nastavit výchozí rozlišení tiskárny na "
-"vhodnější hodnotu. Podrobnosti naleznete v souboru /usr/share/doc/xprint-"
-"common/README.printing-problems.gz."
diff --git a/debian/po/da.po b/debian/po/da.po
deleted file mode 100644
index fd6b30d..0000000
--- a/debian/po/da.po
+++ /dev/null
@@ -1,60 +0,0 @@
-# Danish translation of the Debconf po-template for xprint-xprintorg.
-# Morten Bo Johansen <mojo@mbjnet.dk>, 2004, 2005.
-msgid ""
-msgstr ""
-"Project-Id-Version: xprint-xprintorg_0.1.0.alpha1-8_da.po\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 20:35+0200\n"
-"PO-Revision-Date: 2005-03-17 01:15+0100\n"
-"Last-Translator: Morten Bo Johansen <mojo@mbjnet.dk>\n"
-"Language-Team: Danish <dansk@klid.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-#, fuzzy
-#| msgid "Default printer resolution"
-msgid "Default printer resolution:"
-msgstr "Printerens standardopl�g"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "By default Xprint assumes a printer resolution of 600dpi. This should be "
-#| "fine for the majority of printers today."
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Xprint bruger en opl�g p�00dpi som standard. Dette skulle v� "
-"passende for de fleste nyere printere."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "On certain 1200dpi printers, however, the image might appear squashed in "
-#| "the corner of the page, or it might be blown up too large on 300dpi "
-#| "printers. If you are experiencing these kinds of printing problems, you "
-#| "may want to set the default printer resolution to a more appropriate "
-#| "value. See /usr/share/doc/xprint-common/README.printing-problems.gz for "
-#| "more details."
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"P�isse printere med en opl�g p�200dpi kan billedet forekomme "
-"sammenpresset i hj�ne, eller det kan virke overforst� p�rintere "
-"med en opl�g p�00dpi. Hvis du oplever s�nne udskrivningsproblemer, "
-"vil det v� en god ide at s�e printerens opl�g til en mere passende "
-"v�i. Se /usr/share/doc/xprint-common/README.printing-problems.gz for flere "
-"detaljer."
diff --git a/debian/po/de.po b/debian/po/de.po
deleted file mode 100644
index 23feb0b..0000000
--- a/debian/po/de.po
+++ /dev/null
@@ -1,58 +0,0 @@
-# translation of xorg-server_2:1.3.0.0.dfsg-13_de.po to German
-#
-#    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.
-#
-# Erik Schanze <eriks@debian.org>, 2004-2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: xorg-server_2:1.3.0.0.dfsg-13_de\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 20:35+0200\n"
-"PO-Revision-Date: 2007-10-01 21:52+0200\n"
-"Last-Translator: Erik Schanze <eriks@debian.org>\n"
-"Language-Team: German <debian-l10n-german@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=2; plural=(n != 1);\n"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Standard-Druckerauflösung:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Standardmäßig verwendet Xprint eine Druckerauflösung von 600 dpi. Das "
-"funktioniert gut mit den meisten Druckern."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Trotzdem erscheint der Ausdruck bei bestimmten 1200-dpi-Druckern in die Ecke "
-"der Seite gequetscht oder er wird auf 300-dpi-Druckern zu groß dargestellt. "
-"Falls bei Ihnen diese Druckprobleme auftreten, sollten Sie die Standard-"
-"Druckerauflösung auf einen besser passenden Wert setzen. Einzelheiten finden "
-"Sie in der Datei /usr/share/doc/xprint-common/README.printing-problems.gz."
diff --git a/debian/po/es.po b/debian/po/es.po
deleted file mode 100644
index d88bb14..0000000
--- a/debian/po/es.po
+++ /dev/null
@@ -1,61 +0,0 @@
-# 
-# 
-# 
-msgid ""
-msgstr ""
-"Project-Id-Version: xprint-es\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 20:35+0200\n"
-"PO-Revision-Date: 2006-12-13 23:22+0100\n"
-"Last-Translator: Fernando Cerezal López <kryptos21@gmail.com>\n"
-"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-#, fuzzy
-#| msgid "Default printer resolution"
-msgid "Default printer resolution:"
-msgstr "Resolución predeterminada de la impresora"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "By default Xprint assumes a printer resolution of 600dpi. This should be "
-#| "fine for the majority of printers today."
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Por omisión, Xprint asume una resolución de impresión de 600 ppp. Esto "
-"debería estar bien para la mayoría de las impresoras actuales."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "On certain 1200dpi printers, however, the image might appear squashed in "
-#| "the corner of the page, or it might be blown up too large on 300dpi "
-#| "printers. If you are experiencing these kinds of printing problems, you "
-#| "may want to set the default printer resolution to a more appropriate "
-#| "value. See /usr/share/doc/xprint-common/README.printing-problems.gz for "
-#| "more details."
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Sin embargo, en ciertas impresoras de 1200 ppp, la imagen puede parecer "
-"aplastada en la esquina de la página, o puede parecer demasiado hinchada en "
-"impresoras de 300 ppp. Si experimenta este tipo de problemas de impresión, "
-"puede que quiera establecer la resolución predeterminada de la impresora a "
-"un valor más apropiado. Véase «/usr/share/doc/xprint-common/README.printing-"
-"problems.gz» para obtener más detalles."
diff --git a/debian/po/eu.po b/debian/po/eu.po
deleted file mode 100644
index f270b00..0000000
--- a/debian/po/eu.po
+++ /dev/null
@@ -1,50 +0,0 @@
-# translation of xorg-server-templates.po to Euskara
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Piarres Beobide <pi@beobide.net>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: xorg-server-templates\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 07:46+0200\n"
-"PO-Revision-Date: 2007-09-18 09:59+0200\n"
-"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
-"Language-Team: Euskara <Librezale@librezale.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"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Lehenetsiko inprimagailu erresoluzioa:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Lehenespenez, Xprint-ek inprimagailu erresoluzioa 600 dpi-koa dela "
-"pentsatuko du. Balio hau egokia izan beharko litzateke inprimagailu "
-"gehienentzat."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"1200 dpi-ko zenbait inprimagailuetan hala ere irudia orriaren ertzean agertu "
-"daiteke edo handiegia izan liteke 300 dpi-ko inprimagailuentzat. Horrelako "
-"arazoak jasaten badituzu eta inprimagailu erresoluzioa beste balio "
-"erabilgarriago batetara aldatu nahi izanez gero irakurri /usr/share/doc/"
-"xprint-common/README.printing-problems.gz xehetasun gehiagorako."
diff --git a/debian/po/fi.po b/debian/po/fi.po
deleted file mode 100644
index 393d9bd..0000000
--- a/debian/po/fi.po
+++ /dev/null
@@ -1,46 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: debconf: xorg-server\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 20:35+0200\n"
-"PO-Revision-Date: 2007-09-22 22:59+0200\n"
-"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
-"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Finnish\n"
-"X-Poedit-Country: FINLAND\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Tulostimen oletusresoluutio:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Xprint olettaa tulostimen resoluution olevan 600 dpi. Suurimmalle osalle "
-"tulostimista tämä oletus sopii hyvin."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Joillain 1200 dpi:n tulostimilla kuva saattaa tulostua hyvin pienenä paperin "
-"kulmaan ja joillain 300 dpi:n tulostimilla tulostua liian suurena. "
-"Tällaisten ongelmien ilmetessä saatat haluta asettaa oletusresoluutioksi "
-"jonkin sopivamman arvon. Lisätietoja löytyy dokumentista /usr/share/doc/"
-"xprint-common/README.printing-problems.gz."
diff --git a/debian/po/fr.po b/debian/po/fr.po
deleted file mode 100644
index 5e63bfa..0000000
--- a/debian/po/fr.po
+++ /dev/null
@@ -1,61 +0,0 @@
-# translation of fr.po to French
-#
-#    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.
-#
-# Christian Perrier <bubulle@debian.org>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 07:46+0200\n"
-"PO-Revision-Date: 2007-09-18 07:47+0200\n"
-"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
-"Language-Team: French <debian-l10n-french@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"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Résolution par défaut de l'imprimante :"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Par défaut, XPrint utilise une résolution d'impression de 600 ppp (points "
-"par pouce ou « dpi »). Cette valeur convient pour la majorité des "
-"imprimantes actuelles."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Cependant, un document préparé en 600 ppp apparaîtra trop gros sur une "
-"imprimante dont la résolution est de 300 ppp ou trop petit (un quart de page "
-"occupée) sur une imprimante à 1200 ppp. Si vous rencontrez ce type de "
-"problèmes, vous devriez choisir une valeur plus adaptée comme résolution "
-"d'impression. Veuillez consulter le fichier /usr/share/doc/xprint-common/"
-"README.printing-problems.gz pour plus d'informations."
diff --git a/debian/po/gl.po b/debian/po/gl.po
deleted file mode 100644
index b4c065f..0000000
--- a/debian/po/gl.po
+++ /dev/null
@@ -1,47 +0,0 @@
-# Galician translation of xorg-server's debconf templates
-# This file is distributed under the same license as the xorg-server package.
-# Jacobo Tarrio <jtarrio@debian.org>, 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xorg-server\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 07:46+0200\n"
-"PO-Revision-Date: 2007-09-30 18:53+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: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Resolución de impresión por defecto:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Por defecto, Xprint supón unha resolución de impresión de 600 ppp. Este "
-"valor é axeitado para a maioría das impresoras."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Nembargantes, nalgunhas impresoras de 1200 ppp a imaxe pode aparecer "
-"aplastada nunha esquina da páxina, ou pode aparecer grande de máis en "
-"impresoras de 300 ppp. Se ten este tipo de problemas pode cambiar a "
-"resolución de impresión a un valor máis axeitado. Consulte /usr/share/doc/"
-"xprint-common/README.printing-problems.gz para ter máis detalles."
diff --git a/debian/po/he.po b/debian/po/he.po
deleted file mode 100644
index fe13445..0000000
--- a/debian/po/he.po
+++ /dev/null
@@ -1,48 +0,0 @@
-# translation of templates.po to Hebrew
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Lior Kaplan <kaplan@debian.org>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: templates\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 07:46+0200\n"
-"PO-Revision-Date: 2007-09-19 18:35+0200\n"
-"Last-Translator: Lior Kaplan <kaplan@debian.org>\n"
-"Language-Team: Hebrew <debian-hebrew-common@lists.alioth.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"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "רזולוציה ברית מחדל של המדפסת:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"כברירת מחדל, Xprint מניחה על רזולוציית המדפסת היא 600 dpi. ערך זה צריך "
-"להתאים היטב לרוב המדפסות."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"עבור מספר מדפסות 1200 dpi, התמונה עלולה להופיע מעוכה בפינת הדף, או שהיא "
-"תופיע בהגדלה רבה מידי במדפסות 300 dpi. אם ישנן כאלה בעיות, כדאי לקבוע את ערך "
-"רזולוציית ברירת המחדל לערך מתאים יותר. פרטים נוספים ישנם בקובץ /usr/share/"
-"doc/xprint-common/README.printing-problems.gz"
diff --git a/debian/po/hu.po b/debian/po/hu.po
deleted file mode 100644
index 52e1adb..0000000
--- a/debian/po/hu.po
+++ /dev/null
@@ -1,44 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 20:35+0200\n"
-"PO-Revision-Date: 2007-09-18 08:21+0100\n"
-"Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
-"Language-Team: Hungarian <debian-l10n-hungarian@lists.d.o>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Hungarian\n"
-"X-Poedit-Country: HUNGARY\n"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Alapértelmezett nyomtató felbontás:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Alapban az Xprint 600dpi-s nyomtató felbontást feltételez. Ez jó a legtöbb "
-"nyomtatóhoz."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Egyes 1200dpi-s nyomtatókon viszont a kép a sarokba kerülhet vagy kilóghat "
-"egyes 300dpi-s eszközökön. Hasonló hibáknál állítsd az alap nyomtató "
-"felbontást megfelelő értékre. Lásd a /usr/share/doc/xprint-common/README."
-"printing-problems.gz fájlt a részletekért."
diff --git a/debian/po/it.po b/debian/po/it.po
deleted file mode 100644
index 5828264..0000000
--- a/debian/po/it.po
+++ /dev/null
@@ -1,49 +0,0 @@
-# Italian (it) translation of debconf templates for xorg-server
-# Copyright (C) 2007 Free Software Foundation, Inc.
-# This file is distributed under the same license as the xorg-server package.
-# Luca Monducci <luca.mo@tiscali.it>, 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xorg-server debconf templates\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 07:46+0200\n"
-"PO-Revision-Date: 2007-09-21 21:26+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: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "Risoluzione predefinita della stampante:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"Xprint assume che la risoluzione della stampante sia di 600 dpi. Questo "
-"valore dovrebbe essere adatto alla maggior parte delle stampanti."
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"Purtroppo su alcune stampanti a 1200 dpi l'immagine potrebbe apparire come "
-"schiacciata in un angolo della pagina oppure potrebbe essere troppo "
-"ingrandita su stampanti a 300 dpi. Nel caso si verificassero questi "
-"problemi, si può impostare la risoluzione di stampa predefinita a un valore "
-"più adatto. Si veda /usr/share/doc/xprint-common/README.printing-problems.gz "
-"per maggiori dettagli."
diff --git a/debian/po/ja.po b/debian/po/ja.po
deleted file mode 100644
index 0ca2faa..0000000
--- a/debian/po/ja.po
+++ /dev/null
@@ -1,58 +0,0 @@
-# 
-#    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: xorg-server 2:1.4.1~git20080118-1\n"
-"Report-Msgid-Bugs-To: debian-x@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-18 20:35+0200\n"
-"PO-Revision-Date: 2008-01-27 19:52+0900\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid "Default printer resolution:"
-msgstr "デフォルトのプリンタ解像度:"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
-"well suited for the majority of printers."
-msgstr ""
-"デフォルトでは、Xprint はプリンタの解像度を 600dpi としています。ほとんどのプリン"
-"タでは、ほとんどこの値で良いでしょう。"
-
-#. Type: string
-#. Description
-#: ../xprint-common.templates:2001
-msgid ""
-"On certain 1200 dpi printers, however, the image might appear squashed in "
-"the corner of the page, or it might be blown up too large on 300 dpi "
-"printers. If you are experiencing such printing problems, you may want to "
-"set the default printer resolution to a more appropriate value. See /usr/"
-"share/doc/xprint-common/README.printing-problems.gz for more details."
-msgstr ""
-"しかし、1200dpi 固定のプリンタでは印刷された画像はページの隅に詰めて印刷され"
-"てしまいますし、300dpi のプリンタでは大きくなりすぎてしまいます。この様な印刷"
-"時の問題に遭遇した場合、プリンタの解像度をより適切な値に変更したくなるでしょう。"
-"詳細については、/usr/share/doc/xprint-common/README.printing-problems.gz "
-"を参照してください。"
-
diff --git a/debian/po/nl.po b/debian/po/nl.po
deleted file mode 100644
index fead90b..0000000
--- a/debian/po/nl.po
+++ /dev/null


Reply to: