Your message dated Wed, 23 Mar 2005 04:02:34 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#245186: fixed in hunglish 1.12-4
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Apr 2004 20:12:37 +0000
>From [EMAIL PROTECTED] Wed Apr 21 13:12:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from pompone.cs.ucsb.edu [128.111.45.35]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BGO5F-0005fR-00; Wed, 21 Apr 2004 13:12:37 -0700
Received: from dhcp20-128.wirelesstest.ucsb.edu ([128.111.20.128]
helo=manitee.cs.ucsb.edu)
by pompone.cs.ucsb.edu with asmtp (Exim 3.35 #1 (Debian))
id 1BGO5D-0001R6-00; Wed, 21 Apr 2004 13:12:35 -0700
Received: from mquinson by manitee.cs.ucsb.edu with local (Exim 3.36 #1
(Debian))
id 1BG5fT-00056s-00; Tue, 20 Apr 2004 17:32:47 -0700
Content-Type: multipart/mixed; boundary="===============2119936607=="
MIME-Version: 1.0
From: Martin Quinson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: hunglish: Please switch to gettext-based debconf templates
X-Mailer: reportbug 2.56
Date: Tue, 20 Apr 2004 17:32:47 -0700
Message-Id: <[EMAIL PROTECTED]>
Sender: Martin Quinson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 1
This is a multi-part MIME message sent by reportbug.
--===============2119936607==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: hunglish
Version: n/a
Severity: wishlist
Tags: patch l10n
Using the "new" gettext format for debconf templates helps for templates
translations. For instance, detecting outdated or untranslated strings
becomes considerably easier. It also keeps track of who did which
translation.
The attached patch does the required modifications :
- debian/control modification for dependencies (see below)
- execute "debconf-gettextize debian/*templates*"
- mark the right strings as translatable in the templates (see below)
- removed files left by debconf-gettextize (*.templates.XX which are the
old-style translations and now live in debian/po/XX.po)
The previously existing translation were not lost in the process, but
automatically converted to po files. You may however want to ask your
previous translator to review them and update them if needed. Also ask
them to add their name in the header of the po files, to ease future
maintainance and update of the file.
If you want to reproduce this by yourself instead of applying the
patch, you have to do:
- install po-debconf on your system
- run "debconf-gettextize *.templates"
- remove files left by debconf-gettextize (*templates.*)
- Modify Build-Depends or Build-Depends-Indep to add "debhelper (>= 4.1.16)"
(debhelper depends upon po-debconf) since you use debhelper.
- Modify depends to add "debconf (>= 1.2.0)" since older version have issues
with templates specifying the encoding of their content.
- Add 'debconf-updatepo' to the clean target of your debian/rules
- update the templates file to mark as translatable only the fields
which should (ie, not the one containing stuff which cannot be
translated such as kernel module name, and neither the one not
shown to the users), and improve the style to follow the dstg.
For more details, see po-debconf documentation, especially "man 7
po-debconf"
Read this if you're concerned with backports :
--------------------------------------------
Please note that the suggested modifications will make your
package a little bit harder to backport to earlier Debian releases. If
this is a concern to you, you may try to adopt the method used by the
openssh package and detailed by Colin Watson in
http://lists.debian.org/debian-i18n/2003/debian-i18n-200307/msg00026.html
This patch does not includes this method as this would make it too
invasive, IMHO. So, preserving backportability is up to you...
The rest of the story :
---------------------
While I was working on the convertion to po-debconf, I noticed that the
templates of your package are in a rather good shape. I did provide such
a conversion for a bunch of packages, and I saw a bunch of broken
templates very hard to understand for newbies. Yours are not that way,
and I wanted to congratulate you for that. However, you may want to
check the current best practices concerning templates, available from:
http://people.debian.org/~bubulle/dtsg.txt
Once the switch is achieved, and the style improvement are done (if any), I
guess that you will receive translations of your templates rather soon. They
will consist in XX.po files where XX is the code of the language they
contain. Simply put them to debian/po, add a changelog entry, and your
package is ready for rebuilding and uploading after the usual checks.
If you modify your templates in the future, no action is absolutely
mandatory from you to take care of the translations (outdated translations
will be automatically discarded). But it is nicer to your translators and
your not english speaking users to include the updated translations in the
same upload. For that, run debconf-updatepo, and mail each translator the
XX.po file they provided you. Their adress can be found in the headers of
the po file. Wait a few days so that they can do their work, and put the new
version of the po file back in position in debian/po.
Thanks for helping the translators, and thus your non english speaker
end-users.
Bye, Mt.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
--===============2119936607==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="iso-8859-1"
Content-Disposition: attachment; filename="diff-switch-hunglish"
diff -ruN hunglish-1.12.ori/debian/control hunglish-1.12/debian/control
--- hunglish-1.12.ori/debian/control 2004-04-20 17:12:33.000000000 -0700
+++ hunglish-1.12/debian/control 2004-04-20 17:13:14.000000000 -0700
@@ -2,12 +2,12 @@
Section: misc
Priority: optional
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 2.0.0)
+Build-Depends-Indep: debhelper (>= 4.1.16)
Standards-Version: 3.5.8.0
Package: hunglish
Architecture: all
-Depends: debconf (>= 0.2.70)
+Depends: debconf (>= 1.2.0)
Conflicts: xbase-clients (<< 4.0.3), hunglish-x3
Replaces: hunglish-x3
Recommends: console-tools, xbase-clients
diff -ruN hunglish-1.12.ori/debian/hunglish.templates
hunglish-1.12/debian/hunglish.templates
--- hunglish-1.12.ori/debian/hunglish.templates 2004-04-20 17:12:33.000000000
-0700
+++ hunglish-1.12/debian/hunglish.templates 2004-04-20 17:26:57.000000000
-0700
@@ -1,11 +1,10 @@
Template: hunglish/keyboardtype
Type: select
Choices: 105, 104, 102, 101
-Choices-hu_HU: 105, 104, 102, 101
Default: 105
-Description: How many keys are there on your keyboard?
- Hunglish needs to know what is the type of your keyboard.
- The following hardware types are supported:
+_Description: How many keys are there on your keyboard?
+ Hunglish needs to know what is the type of your keyboard. The following
+ hardware types are supported:
.
* 101 -- 101-key keyboard (US layout without Windows keys)
.
@@ -15,125 +14,67 @@
.
* 105 -- 105-key keyboard (Hungarian layout with Windows keys)
.
- Some so-called ``enhanced'' keyboards have a number of non-standard
- keys, like Play, Stop, Sleep, Wake etc. These do not affect the
- basic keyboard type.
-Description-hu_HU: H�ny gomb van a billenty�zeteden?
- A Hunglish be�ll�t�s�hoz meg kell adnod a billenty�zeted t�pus�t.
- A k�vetkez� hardvert�pusok k�z�l v�laszthatsz:
- .
- * 101 -- 101-gombos (amerikai) billenty�zet, Windows gombok n�lk�l
- .
- * 102 -- 102-gombos (magyar) billenty�zet, Windows gombok n�lk�l
- .
- * 104 -- 104-gombos (amerikai) billenty�zet, Windows gombokkal
- .
- * 105 -- 105-gombos (magyar) billenty�zet, Windows gombokkal
- .
- N�h�ny �jfajta billenty�zeten a szok�sost�l elt�r� gombokat is tal�lhatunk,
- p�ld�ul Play, Stop, Sleep, Wake, stb. Ezek nem befoly�solj�k a
- billenty�zett�pust.
+ Some so-called ``enhanced'' keyboards have a number of non-standard keys,
+ like Play, Stop, Sleep, Wake etc. These do not affect the basic keyboard
+ type.
Template: hunglish/qwertz
Type: boolean
Default: false
-Description: Do you want QWERTZ Hungarian keyboard layouts?
- The standard Hungarian keyboard layout is QWERTZ, i.e. the Y key is
- to the left of X, and not between T and U. This upsets a number of
- people accustomed to US QWERTY layouts. Therefore, Hunglish provides
- the non-standard QWERTY Hungarian layout as default.
- .
- Answer yes if you want to use the standard (but confusing) QWERTZ
- layout for Hungarian mode. The default is no. The English layout
- is not affected by this switch.
-Description-hu_HU: A szabv�nyos QWERTZ kioszt�st szeretn�d haszn�lni?
- A szabv�nyos magyar billenty�zetkioszt�s QWERTZ, azaz az Y gomb az
- X gombt�l balra helyezkedik el, nem pedig a T �s U gombok k�z�tt.
- Ez az amerikai QWERTY kioszt�shoz szokott emberek nagy r�sz�t zavarja,
- ez�rt a Hunglish alap�rtelmez�sben a magyar m�dba kapcsolva is
- QWERTY kioszt�st haszn�l.
- .
- V�laszolj igennel, ha te nem syenvedsy a magzar billentzuyet-syindr�m�t�l.
- Az `nem' v�lasz az alap�rtelmez�s. Az amerikai kioszt�s m�k�d�s�t ez
- a k�rd�s nem befoly�solja.
+_Description: Do you want QWERTZ Hungarian keyboard layouts?
+ The standard Hungarian keyboard layout is QWERTZ, i.e. the Y key is to the
+ left of X, and not between T and U. This upsets a number of people
+ accustomed to US QWERTY layouts. Therefore, Hunglish provides the
+ non-standard QWERTY Hungarian layout as default.
+ .
+ Answer yes if you want to use the standard (but confusing) QWERTZ layout
+ for Hungarian mode. The default is no. The English layout is not
+ affected by this switch.
Template: hunglish/default
Type: select
-Choices: yes, no, console, x
-Choices-hu_HU: igen, nem, konzol, x
+_Choices: yes, no, console, x
Default: yes
-Description: Do you want me to install Hunglish as the default keyboard layout?
- If you want to automagically get a Hunglish keyboard when your system starts,
- answer `yes'. If you want to keep the default layouts, and manually switch
- to Hunglish when you need it, then answer `no'. The default is `yes'.
- .
- If you just want to get a Hunglish console, select `console',
- and your X settings will be unchanged. If you want to use Hunglish
- only under X, choose `x' from the list. Note that if dexconf runs on your
- system after this, it will destroy hunglish `x' configuration, so you have to
- call dpkg-reconfigure hunglish then.
-Description-hu_HU: Szeretn�d, hogy a Hunglish legyen az alap�rtelmezett
billenty�zetkioszt�s?
- Ha azt akarod, hogy a Hunglish a rendszer bet�lt�sekor, illetve az X szerver
- elind�t�sakor mag�t�l bet�lt�dj�n, v�laszolj igennel. Ha meg akarod tartani
a jelenlegi
- be�ll�t�saidat, �s k�zzel szeretn�l a Hunglishra kapcsolni, v�laszolj nemmel.
- Alap�rtelmez�sben a Hunglish be�ll�t�dik.
- .
- Ha csak a konzolon szeretn�l Hunglish kioszt�st, v�laszd a `konzol'
men�pontot,
- �s az X be�ll�t�said nem fognak megv�ltozni. Ha pedig csak X alatt szeretn�l
- Hunglisholni, v�laszolj `x'-szel. Amennyiben k�s�bb a dexconf �jra lefut a
- rendszereden, az fel�l fogja csapni ezt a be�ll�t�st, ekkor a dpkg-reconfigure
- hunglish parancs sz�ks�geltetik.
+_Description: Do you want to install Hunglish as the default keyboard layout?
+ If you want to automagically get a Hunglish keyboard when your system
+ starts, answer `yes'. If you want to keep the default layouts, and
+ manually switch to Hunglish when you need it, then answer `no'. The
+ default is `yes'.
+ .
+ If you just want to get a Hunglish console, select `console', and your X
+ settings will be unchanged. If you want to use Hunglish only under X,
+ choose `x' from the list. Note that if dexconf runs on your system after
+ this, it will destroy hunglish `x' configuration, so you have to call
+ dpkg-reconfigure hunglish then.
Template: hunglish/confignotify
Type: note
-Description: The X configuration files will be modified during installation of
Hunglish.
+_Description: The X configuration files will be modified during installation
of Hunglish.
You have selected to configure Hunglish as the default keyboard layout
under X. In order to to this, the files /etc/X11/XF86Config-4 and
- /etc/X11/XF86Config will be modified during installation. It is a
- good idea to check the new version of these files after the
- installation finishes. It is not a problem if any (but not both) of these
files
- are missing on your system.
+ /etc/X11/XF86Config will be modified during installation. It is a good
+ idea to check the new version of these files after the installation
+ finishes. It is not a problem if any (but not both) of these files are
+ missing on your system.
.
The original version of the configuration files will saved as
/etc/X11/XF86Config.hunglish-orig and /etc/X11/XF86Config-4.hunglish-orig.
- If you later remove Hunglish, the modifications will be reverted, but only if
you had not
- changed the relevant part of the configuration files.
-Description-hu_HU: A Hunglish az install�l�s k�zben m�dos�tani fogja az X
konfigur�ci�s �llom�nyait.
- V�laszt�sod szerint a Hunglish lesz az alap�rtelmezett billenty�zetkioszt�s
- X alatt. Ahhoz, hogy ezt a Hunglish be tudja �ll�tani, n�h�ny apr� m�dos�t�st
- kell elv�geznie az /etc/X11/XF86Config-4 �s /etc/X11/XF86Config
- f�jlokon. Az install�l�s ut�n a biztons�g kedv��rt nem �rt ellen�rizni a
f�jlok �j v�ltozatait.
- Nem hiba, ha a k�t �llom�ny k�z�l csak az egyik van jelen a rendszerben.
- .
- Az f�jlok jelenlegi v�ltozat�t a Hunglish
/etc/X11/XF86Config-4.hunglish-orig, illetve
- /etc/X11/XF86Config.hunglish-orig n�ven el fogja menteni. Ha a
- k�s�bbiekben elt�vol�tod a Hunglisht a rendszerr�l, akkor az XF86Config
- vissza fog �llni a jelenlegi �llapotra, hacsak id�k�zben nem v�ltoztatt�l
k�zzel a be�ll�t�sokon.
+ If you later remove Hunglish, the modifications will be reverted, but only
+ if you had not changed the relevant part of the configuration files.
Template: hunglish/noxconfiguration
Type: note
-Description: Hunglish could not find your X configuration files.
+_Description: Hunglish could not find your X configuration files.
You have selected to configure Hunglish as the default keyboard layout
under X, but you don't seem to have a configured X server on your system.
.
Please reconfigure Hunglish after you have installed an X server.
-Description-hu_HU: Nem tal�lom az X konfigur�ci�s �llom�nyokat.
- A Hunglisht v�lasztottad az alap�rtelmezett billenty�zetkioszt�snak
- X alatt, de �gy t�nik, a rendszerben nincs m�k�d�k�pes X szerver.
- .
- Az X szerver felinstall�l�sa ut�n konfigur�ld �jra a Hunglisht.
Template: hunglish/badxconfiguration
Type: note
-Description: Hunglish could not interpret your X configuration files.
- It appears that your X configuration file, /etc/X11/XF86Config-4
- (or /etc/X11/XF86Config), does not contain a Keyboard section.
- Did you remember to configure your X server?
+_Description: Hunglish could not interpret your X configuration files.
+ It appears that your X configuration file, /etc/X11/XF86Config-4 (or
+ /etc/X11/XF86Config), does not contain a Keyboard section. Did you
+ remember to configure your X server?
.
Please reconfigure Hunglish after you have set up your X server.
-Description-hu_HU: A Hunglish nem tudja �rtelmezni az X konfigur�ci�s
�llom�nyokat.
- �gy t�nik, hogy az X konfigur�ci�s f�jlod (/etc/X11/XF86Config-4, vagy
/etc/X11/XF86Config)
- nem tartalmaz billenty�zetbe�ll�t�sokat. Nem felejtetted el bekonfigur�lni
- az X szervert?
- .
- Az X szerver felinstall�l�sa ut�n konfigur�ld �jra a Hunglisht.
diff -ruN hunglish-1.12.ori/debian/po/hu.po hunglish-1.12/debian/po/hu.po
--- hunglish-1.12.ori/debian/po/hu.po 1969-12-31 16:00:00.000000000 -0800
+++ hunglish-1.12/debian/po/hu.po 2004-04-20 17:28:44.000000000 -0700
@@ -0,0 +1,241 @@
+#
+# 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: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-04-20 17:28-0700\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "How many keys are there on your keyboard?"
+msgstr "H�ny gomb van a billenty�zeteden?"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid ""
+"Hunglish needs to know what is the type of your keyboard. The following "
+"hardware types are supported:"
+msgstr ""
+"A Hunglish be�ll�t�s�hoz meg kell adnod a billenty�zeted t�pus�t. A "
+"k�vetkez� hardvert�pusok k�z�l v�laszthatsz:"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 101 -- 101-key keyboard (US layout without Windows keys)"
+msgstr "* 101 -- 101-gombos (amerikai) billenty�zet, Windows gombok n�lk�l"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 102 -- 102-key keyboard (Hungarian layout without Windows keys)"
+msgstr "* 102 -- 102-gombos (magyar) billenty�zet, Windows gombok n�lk�l"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 104 -- 104-key keyboard (US layout with Windows keys)"
+msgstr "* 104 -- 104-gombos (amerikai) billenty�zet, Windows gombokkal"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 105 -- 105-key keyboard (Hungarian layout with Windows keys)"
+msgstr "* 105 -- 105-gombos (magyar) billenty�zet, Windows gombokkal"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid ""
+"Some so-called ``enhanced'' keyboards have a number of non-standard keys, "
+"like Play, Stop, Sleep, Wake etc. These do not affect the basic keyboard "
+"type."
+msgstr ""
+"N�h�ny �jfajta billenty�zeten a szok�sost�l elt�r� gombokat is tal�lhatunk, "
+"p�ld�ul Play, Stop, Sleep, Wake, stb. Ezek nem befoly�solj�k a "
+"billenty�zett�pust."
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid "Do you want QWERTZ Hungarian keyboard layouts?"
+msgstr "A szabv�nyos QWERTZ kioszt�st szeretn�d haszn�lni?"
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid ""
+"The standard Hungarian keyboard layout is QWERTZ, i.e. the Y key is to the "
+"left of X, and not between T and U. This upsets a number of people "
+"accustomed to US QWERTY layouts. Therefore, Hunglish provides the non-"
+"standard QWERTY Hungarian layout as default."
+msgstr ""
+"A szabv�nyos magyar billenty�zetkioszt�s QWERTZ, azaz az Y gomb az X gombt�l "
+"balra helyezkedik el, nem pedig a T �s U gombok k�z�tt. Ez az amerikai "
+"QWERTY kioszt�shoz szokott emberek nagy r�sz�t zavarja, ez�rt a Hunglish "
+"alap�rtelmez�sben a magyar m�dba kapcsolva is QWERTY kioszt�st haszn�l."
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid ""
+"Answer yes if you want to use the standard (but confusing) QWERTZ layout for "
+"Hungarian mode. The default is no. The English layout is not affected by "
+"this switch."
+msgstr ""
+"V�laszolj igennel, ha te nem syenvedsy a magzar billentzuyet-syindr�m�t�l. "
+"Az `nem' v�lasz az alap�rtelmez�s. Az amerikai kioszt�s m�k�d�s�t ez a "
+"k�rd�s nem befoly�solja."
+
+#. Type: select
+#. Choices
+#: ../hunglish.templates:36
+msgid "yes, no, console, x"
+msgstr "igen, nem, konzol, x"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid "Do you want to install Hunglish as the default keyboard layout?"
+msgstr ""
+"Szeretn�d, hogy a Hunglish legyen az alap�rtelmezett billenty�zetkioszt�s?"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid ""
+"If you want to automagically get a Hunglish keyboard when your system "
+"starts, answer `yes'. If you want to keep the default layouts, and manually "
+"switch to Hunglish when you need it, then answer `no'. The default is `yes'."
+msgstr ""
+"Ha azt akarod, hogy a Hunglish a rendszer bet�lt�sekor, illetve az X szerver "
+"elind�t�sakor mag�t�l bet�lt�dj�n, v�laszolj igennel. Ha meg akarod tartani "
+"a jelenlegi be�ll�t�saidat, �s k�zzel szeretn�l a Hunglishra kapcsolni, "
+"v�laszolj nemmel. Alap�rtelmez�sben a Hunglish be�ll�t�dik."
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid ""
+"If you just want to get a Hunglish console, select `console', and your X "
+"settings will be unchanged. If you want to use Hunglish only under X, "
+"choose `x' from the list. Note that if dexconf runs on your system after "
+"this, it will destroy hunglish `x' configuration, so you have to call dpkg-"
+"reconfigure hunglish then."
+msgstr ""
+"Ha csak a konzolon szeretn�l Hunglish kioszt�st, v�laszd a `konzol' "
+"men�pontot, �s az X be�ll�t�said nem fognak megv�ltozni. Ha pedig csak X "
+"alatt szeretn�l Hunglisholni, v�laszolj `x'-szel. Amennyiben k�s�bb a "
+"dexconf �jra lefut a rendszereden, az fel�l fogja csapni ezt a be�ll�t�st, "
+"ekkor a dpkg-reconfigure hunglish parancs sz�ks�geltetik."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"The X configuration files will be modified during installation of Hunglish."
+msgstr ""
+"A Hunglish az install�l�s k�zben m�dos�tani fogja az X konfigur�ci�s "
+"�llom�nyait."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"You have selected to configure Hunglish as the default keyboard layout under "
+"X. In order to to this, the files /etc/X11/XF86Config-4 and /etc/X11/"
+"XF86Config will be modified during installation. It is a good idea to check "
+"the new version of these files after the installation finishes. It is not a "
+"problem if any (but not both) of these files are missing on your system."
+msgstr ""
+"V�laszt�sod szerint a Hunglish lesz az alap�rtelmezett billenty�zetkioszt�s "
+"X alatt. Ahhoz, hogy ezt a Hunglish be tudja �ll�tani, n�h�ny apr� "
+"m�dos�t�st kell elv�geznie az /etc/X11/XF86Config-4 �s /etc/X11/XF86Config "
+"f�jlokon. Az install�l�s ut�n a biztons�g kedv��rt nem �rt ellen�rizni a "
+"f�jlok �j v�ltozatait. Nem hiba, ha a k�t �llom�ny k�z�l csak az egyik van "
+"jelen a rendszerben."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"The original version of the configuration files will saved as /etc/X11/"
+"XF86Config.hunglish-orig and /etc/X11/XF86Config-4.hunglish-orig. If you "
+"later remove Hunglish, the modifications will be reverted, but only if you "
+"had not changed the relevant part of the configuration files."
+msgstr ""
+"Az f�jlok jelenlegi v�ltozat�t a Hunglish /etc/X11/XF86Config-4.hunglish-"
+"orig, illetve /etc/X11/XF86Config.hunglish-orig n�ven el fogja menteni. Ha "
+"a k�s�bbiekben elt�vol�tod a Hunglisht a rendszerr�l, akkor az XF86Config "
+"vissza fog �llni a jelenlegi �llapotra, hacsak id�k�zben nem v�ltoztatt�l "
+"k�zzel a be�ll�t�sokon."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid "Hunglish could not find your X configuration files."
+msgstr "Nem tal�lom az X konfigur�ci�s �llom�nyokat."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid ""
+"You have selected to configure Hunglish as the default keyboard layout under "
+"X, but you don't seem to have a configured X server on your system."
+msgstr ""
+"A Hunglisht v�lasztottad az alap�rtelmezett billenty�zetkioszt�snak X alatt, "
+"de �gy t�nik, a rendszerben nincs m�k�d�k�pes X szerver."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid "Please reconfigure Hunglish after you have installed an X server."
+msgstr "Az X szerver felinstall�l�sa ut�n konfigur�ld �jra a Hunglisht."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid "Hunglish could not interpret your X configuration files."
+msgstr "A Hunglish nem tudja �rtelmezni az X konfigur�ci�s �llom�nyokat."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid ""
+"It appears that your X configuration file, /etc/X11/XF86Config-4 (or /etc/"
+"X11/XF86Config), does not contain a Keyboard section. Did you remember to "
+"configure your X server?"
+msgstr ""
+"�gy t�nik, hogy az X konfigur�ci�s f�jlod (/etc/X11/XF86Config-4, vagy /etc/"
+"X11/XF86Config) nem tartalmaz billenty�zetbe�ll�t�sokat. Nem felejtetted el "
+"bekonfigur�lni az X szervert?"
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid "Please reconfigure Hunglish after you have set up your X server."
+msgstr "Az X szerver felinstall�l�sa ut�n konfigur�ld �jra a Hunglisht."
+
+#~ msgid "105, 104, 102, 101"
+#~ msgstr "105, 104, 102, 101"
diff -ruN hunglish-1.12.ori/debian/po/hu.po~ hunglish-1.12/debian/po/hu.po~
--- hunglish-1.12.ori/debian/po/hu.po~ 1969-12-31 16:00:00.000000000 -0800
+++ hunglish-1.12/debian/po/hu.po~ 2004-04-20 17:28:11.000000000 -0700
@@ -0,0 +1,242 @@
+#
+# 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: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-04-20 17:28-0700\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "How many keys are there on your keyboard?"
+msgstr "H�ny gomb van a billenty�zeteden?"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid ""
+"Hunglish needs to know what is the type of your keyboard. The following "
+"hardware types are supported:"
+msgstr ""
+"A Hunglish be�ll�t�s�hoz meg kell adnod a billenty�zeted t�pus�t. A "
+"k�vetkez� hardvert�pusok k�z�l v�laszthatsz:"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 101 -- 101-key keyboard (US layout without Windows keys)"
+msgstr "* 101 -- 101-gombos (amerikai) billenty�zet, Windows gombok n�lk�l"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 102 -- 102-key keyboard (Hungarian layout without Windows keys)"
+msgstr "* 102 -- 102-gombos (magyar) billenty�zet, Windows gombok n�lk�l"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 104 -- 104-key keyboard (US layout with Windows keys)"
+msgstr "* 104 -- 104-gombos (amerikai) billenty�zet, Windows gombokkal"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 105 -- 105-key keyboard (Hungarian layout with Windows keys)"
+msgstr "* 105 -- 105-gombos (magyar) billenty�zet, Windows gombokkal"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid ""
+"Some so-called ``enhanced'' keyboards have a number of non-standard keys, "
+"like Play, Stop, Sleep, Wake etc. These do not affect the basic keyboard "
+"type."
+msgstr ""
+"N�h�ny �jfajta billenty�zeten a szok�sost�l elt�r� gombokat is tal�lhatunk, "
+"p�ld�ul Play, Stop, Sleep, Wake, stb. Ezek nem befoly�solj�k a "
+"billenty�zett�pust."
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid "Do you want QWERTZ Hungarian keyboard layouts?"
+msgstr "A szabv�nyos QWERTZ kioszt�st szeretn�d haszn�lni?"
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid ""
+"The standard Hungarian keyboard layout is QWERTZ, i.e. the Y key is to the "
+"left of X, and not between T and U. This upsets a number of people "
+"accustomed to US QWERTY layouts. Therefore, Hunglish provides the non-"
+"standard QWERTY Hungarian layout as default."
+msgstr ""
+"A szabv�nyos magyar billenty�zetkioszt�s QWERTZ, azaz az Y gomb az X gombt�l "
+"balra helyezkedik el, nem pedig a T �s U gombok k�z�tt. Ez az amerikai "
+"QWERTY kioszt�shoz szokott emberek nagy r�sz�t zavarja, ez�rt a Hunglish "
+"alap�rtelmez�sben a magyar m�dba kapcsolva is QWERTY kioszt�st haszn�l."
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid ""
+"Answer yes if you want to use the standard (but confusing) QWERTZ layout for "
+"Hungarian mode. The default is no. The English layout is not affected by "
+"this switch."
+msgstr ""
+"V�laszolj igennel, ha te nem syenvedsy a magzar billentzuyet-syindr�m�t�l. "
+"Az `nem' v�lasz az alap�rtelmez�s. Az amerikai kioszt�s m�k�d�s�t ez a "
+"k�rd�s nem befoly�solja."
+
+#. Type: select
+#. Choices
+#: ../hunglish.templates:36
+msgid "yes, no, console, x"
+msgstr "igen, nem, konzol, x"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+#, fuzzy
+msgid "Do you want to install Hunglish as the default keyboard layout?"
+msgstr ""
+"Szeretn�d, hogy a Hunglish legyen az alap�rtelmezett billenty�zetkioszt�s?"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid ""
+"If you want to automagically get a Hunglish keyboard when your system "
+"starts, answer `yes'. If you want to keep the default layouts, and manually "
+"switch to Hunglish when you need it, then answer `no'. The default is `yes'."
+msgstr ""
+"Ha azt akarod, hogy a Hunglish a rendszer bet�lt�sekor, illetve az X szerver "
+"elind�t�sakor mag�t�l bet�lt�dj�n, v�laszolj igennel. Ha meg akarod tartani "
+"a jelenlegi be�ll�t�saidat, �s k�zzel szeretn�l a Hunglishra kapcsolni, "
+"v�laszolj nemmel. Alap�rtelmez�sben a Hunglish be�ll�t�dik."
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid ""
+"If you just want to get a Hunglish console, select `console', and your X "
+"settings will be unchanged. If you want to use Hunglish only under X, "
+"choose `x' from the list. Note that if dexconf runs on your system after "
+"this, it will destroy hunglish `x' configuration, so you have to call dpkg-"
+"reconfigure hunglish then."
+msgstr ""
+"Ha csak a konzolon szeretn�l Hunglish kioszt�st, v�laszd a `konzol' "
+"men�pontot, �s az X be�ll�t�said nem fognak megv�ltozni. Ha pedig csak X "
+"alatt szeretn�l Hunglisholni, v�laszolj `x'-szel. Amennyiben k�s�bb a "
+"dexconf �jra lefut a rendszereden, az fel�l fogja csapni ezt a be�ll�t�st, "
+"ekkor a dpkg-reconfigure hunglish parancs sz�ks�geltetik."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"The X configuration files will be modified during installation of Hunglish."
+msgstr ""
+"A Hunglish az install�l�s k�zben m�dos�tani fogja az X konfigur�ci�s "
+"�llom�nyait."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"You have selected to configure Hunglish as the default keyboard layout under "
+"X. In order to to this, the files /etc/X11/XF86Config-4 and /etc/X11/"
+"XF86Config will be modified during installation. It is a good idea to check "
+"the new version of these files after the installation finishes. It is not a "
+"problem if any (but not both) of these files are missing on your system."
+msgstr ""
+"V�laszt�sod szerint a Hunglish lesz az alap�rtelmezett billenty�zetkioszt�s "
+"X alatt. Ahhoz, hogy ezt a Hunglish be tudja �ll�tani, n�h�ny apr� "
+"m�dos�t�st kell elv�geznie az /etc/X11/XF86Config-4 �s /etc/X11/XF86Config "
+"f�jlokon. Az install�l�s ut�n a biztons�g kedv��rt nem �rt ellen�rizni a "
+"f�jlok �j v�ltozatait. Nem hiba, ha a k�t �llom�ny k�z�l csak az egyik van "
+"jelen a rendszerben."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"The original version of the configuration files will saved as /etc/X11/"
+"XF86Config.hunglish-orig and /etc/X11/XF86Config-4.hunglish-orig. If you "
+"later remove Hunglish, the modifications will be reverted, but only if you "
+"had not changed the relevant part of the configuration files."
+msgstr ""
+"Az f�jlok jelenlegi v�ltozat�t a Hunglish /etc/X11/XF86Config-4.hunglish-"
+"orig, illetve /etc/X11/XF86Config.hunglish-orig n�ven el fogja menteni. Ha "
+"a k�s�bbiekben elt�vol�tod a Hunglisht a rendszerr�l, akkor az XF86Config "
+"vissza fog �llni a jelenlegi �llapotra, hacsak id�k�zben nem v�ltoztatt�l "
+"k�zzel a be�ll�t�sokon."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid "Hunglish could not find your X configuration files."
+msgstr "Nem tal�lom az X konfigur�ci�s �llom�nyokat."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid ""
+"You have selected to configure Hunglish as the default keyboard layout under "
+"X, but you don't seem to have a configured X server on your system."
+msgstr ""
+"A Hunglisht v�lasztottad az alap�rtelmezett billenty�zetkioszt�snak X alatt, "
+"de �gy t�nik, a rendszerben nincs m�k�d�k�pes X szerver."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid "Please reconfigure Hunglish after you have installed an X server."
+msgstr "Az X szerver felinstall�l�sa ut�n konfigur�ld �jra a Hunglisht."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid "Hunglish could not interpret your X configuration files."
+msgstr "A Hunglish nem tudja �rtelmezni az X konfigur�ci�s �llom�nyokat."
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid ""
+"It appears that your X configuration file, /etc/X11/XF86Config-4 (or /etc/"
+"X11/XF86Config), does not contain a Keyboard section. Did you remember to "
+"configure your X server?"
+msgstr ""
+"�gy t�nik, hogy az X konfigur�ci�s f�jlod (/etc/X11/XF86Config-4, vagy /etc/"
+"X11/XF86Config) nem tartalmaz billenty�zetbe�ll�t�sokat. Nem felejtetted el "
+"bekonfigur�lni az X szervert?"
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid "Please reconfigure Hunglish after you have set up your X server."
+msgstr "Az X szerver felinstall�l�sa ut�n konfigur�ld �jra a Hunglisht."
+
+#~ msgid "105, 104, 102, 101"
+#~ msgstr "105, 104, 102, 101"
diff -ruN hunglish-1.12.ori/debian/po/POTFILES.in
hunglish-1.12/debian/po/POTFILES.in
--- hunglish-1.12.ori/debian/po/POTFILES.in 1969-12-31 16:00:00.000000000
-0800
+++ hunglish-1.12/debian/po/POTFILES.in 2004-04-20 17:26:03.000000000 -0700
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] hunglish.templates
diff -ruN hunglish-1.12.ori/debian/po/templates.pot
hunglish-1.12/debian/po/templates.pot
--- hunglish-1.12.ori/debian/po/templates.pot 1969-12-31 16:00:00.000000000
-0800
+++ hunglish-1.12/debian/po/templates.pot 2004-04-20 17:28:12.000000000
-0700
@@ -0,0 +1,198 @@
+#
+# 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: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-04-20 17:28-0700\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "How many keys are there on your keyboard?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid ""
+"Hunglish needs to know what is the type of your keyboard. The following "
+"hardware types are supported:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 101 -- 101-key keyboard (US layout without Windows keys)"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 102 -- 102-key keyboard (Hungarian layout without Windows keys)"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 104 -- 104-key keyboard (US layout with Windows keys)"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid "* 105 -- 105-key keyboard (Hungarian layout with Windows keys)"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:5
+msgid ""
+"Some so-called ``enhanced'' keyboards have a number of non-standard keys, "
+"like Play, Stop, Sleep, Wake etc. These do not affect the basic keyboard "
+"type."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid "Do you want QWERTZ Hungarian keyboard layouts?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid ""
+"The standard Hungarian keyboard layout is QWERTZ, i.e. the Y key is to the "
+"left of X, and not between T and U. This upsets a number of people "
+"accustomed to US QWERTY layouts. Therefore, Hunglish provides the non-"
+"standard QWERTY Hungarian layout as default."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../hunglish.templates:24
+msgid ""
+"Answer yes if you want to use the standard (but confusing) QWERTZ layout for "
+"Hungarian mode. The default is no. The English layout is not affected by "
+"this switch."
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../hunglish.templates:36
+msgid "yes, no, console, x"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid "Do you want to install Hunglish as the default keyboard layout?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid ""
+"If you want to automagically get a Hunglish keyboard when your system "
+"starts, answer `yes'. If you want to keep the default layouts, and manually "
+"switch to Hunglish when you need it, then answer `no'. The default is `yes'."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../hunglish.templates:38
+msgid ""
+"If you just want to get a Hunglish console, select `console', and your X "
+"settings will be unchanged. If you want to use Hunglish only under X, "
+"choose `x' from the list. Note that if dexconf runs on your system after "
+"this, it will destroy hunglish `x' configuration, so you have to call dpkg-"
+"reconfigure hunglish then."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"The X configuration files will be modified during installation of Hunglish."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"You have selected to configure Hunglish as the default keyboard layout under "
+"X. In order to to this, the files /etc/X11/XF86Config-4 and /etc/X11/"
+"XF86Config will be modified during installation. It is a good idea to check "
+"the new version of these files after the installation finishes. It is not a "
+"problem if any (but not both) of these files are missing on your system."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:52
+msgid ""
+"The original version of the configuration files will saved as /etc/X11/"
+"XF86Config.hunglish-orig and /etc/X11/XF86Config-4.hunglish-orig. If you "
+"later remove Hunglish, the modifications will be reverted, but only if you "
+"had not changed the relevant part of the configuration files."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid "Hunglish could not find your X configuration files."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid ""
+"You have selected to configure Hunglish as the default keyboard layout under "
+"X, but you don't seem to have a configured X server on your system."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:67
+msgid "Please reconfigure Hunglish after you have installed an X server."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid "Hunglish could not interpret your X configuration files."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid ""
+"It appears that your X configuration file, /etc/X11/XF86Config-4 (or /etc/"
+"X11/XF86Config), does not contain a Keyboard section. Did you remember to "
+"configure your X server?"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../hunglish.templates:75
+msgid "Please reconfigure Hunglish after you have set up your X server."
+msgstr ""
--===============2119936607==--
---------------------------------------
Received: (at 245186-close) by bugs.debian.org; 23 Mar 2005 09:11:26 +0000
>From [EMAIL PROTECTED] Wed Mar 23 01:11:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DE1td-0003RL-00; Wed, 23 Mar 2005 01:11:25 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DE1l4-0007Ho-00; Wed, 23 Mar 2005 04:02:34 -0500
From: LENART Janos <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#245186: fixed in hunglish 1.12-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 23 Mar 2005 04:02:34 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: hunglish
Source-Version: 1.12-4
We believe that the bug you reported is fixed in the latest version of
hunglish, which is due to be installed in the Debian FTP archive:
hunglish_1.12-4.diff.gz
to pool/main/h/hunglish/hunglish_1.12-4.diff.gz
hunglish_1.12-4.dsc
to pool/main/h/hunglish/hunglish_1.12-4.dsc
hunglish_1.12-4_all.deb
to pool/main/h/hunglish/hunglish_1.12-4_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
LENART Janos <[EMAIL PROTECTED]> (supplier of updated hunglish package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 23 Mar 2005 09:37:39 +0100
Source: hunglish
Binary: hunglish
Architecture: source all
Version: 1.12-4
Distribution: unstable
Urgency: low
Maintainer: LENART Janos <[EMAIL PROTECTED]>
Changed-By: LENART Janos <[EMAIL PROTECTED]>
Description:
hunglish - A consistent English-Hungarian keyboard layout
Closes: 235928 245186
Changes:
hunglish (1.12-4) unstable; urgency=low
.
* Adopted the package. (closes: #235928)
* Transition to gettext based debconf templates. (closes: #245186)
Thanks to Martin Quinson for providing the patch.
Files:
bd45dcefa66497c8aa3239f974bd2c7a 567 misc optional hunglish_1.12-4.dsc
f3177351fc975de1366d7d97e95e26da 9985 misc optional hunglish_1.12-4.diff.gz
d297c209a89d5a5f75d56d2800c0269c 83258 misc optional hunglish_1.12-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCQS5HefzP0rBFj00RAoIYAKDR/cHokX1Z0Y103/5Bp5UHwR/pPACgzob1
Vrkhe3q58VPySmUgLE2EWGs=
=iWXj
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]