Your message dated Thu, 31 Jul 2008 07:02:18 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457677: fixed in gcl 2.6.7-37
has caused the Debian Bug report #457677,
regarding [l10n] Updated Czech translation of gcl debconf messages
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
457677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457677
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gcl
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
gcl debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
#
#    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: gcl\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-12-23 08:47+0100\n"
"PO-Revision-Date: 2007-12-24 13:21+0100\n"
"Last-Translator: Miroslav Kure <[EMAIL PROTECTED]>\n"
"Language-Team: Czech <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid "Use the work-in-progress ANSI build by default?"
msgstr "Používat implicitně ANSI verzi (stále ve vývoji)?"

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid ""
"GCL is in the process of providing an ANSI compliant image in addition to "
"its traditional CLtL1 image still in production use."
msgstr ""
"GCL se nachází ve fázi, kdy kromě tradičního obrazu CLtL1 (který se stále "
"používá) poskytuje i obraz kompatibilní s ANSI."

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid ""
"Please see the README.Debian file for a brief description of these terms. "
"Choosing this option will determine which image will be used by default when "
"executing '[EMAIL PROTECTED]@'."
msgstr ""
"Pro stručný popis těchto termínů si prosím přečtěte soubor README.Debian. "
"Touto odpovědí určujete, který obraz se spustí po zadání [EMAIL PROTECTED]@“. "

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid ""
"This setting may be overridden by setting the GCL_ANSI environment variable "
"to any non-empty string for the ANSI build, and to the empty string for the "
"CLtL1 build, e.g. GCL_ANSI=t [EMAIL PROTECTED]@. The currently enforced build 
flavor "
"will be reported in the initial startup banner."
msgstr ""
"Toto nastavení můžete přebít nastavením proměnné prostředí GCL_ANSI na "
"neprázdný řetězec (použije ANSI verzi) nebo na prázdnou hodnotu (použije "
"CLtL1 verzi). Například GCL_ANSI=t [EMAIL PROTECTED]@. Aktuálně použitá verze 
se "
"zobrazí na úvodní obrazovce."

#. Type: boolean
#. Description
#: ../in.gcl.templates:3001
msgid "Use the profiling build by default?"
msgstr "Používat implicitně profilování?"

#. Type: boolean
#. Description
#: ../in.gcl.templates:3001
msgid "GCL has optional support for profiling via gprof."
msgstr "GCL nyní podporuje profilování přes gprof."

#. Type: boolean
#. Description
#: ../in.gcl.templates:3001
msgid ""
"Please see the documentation for si::gprof-start and si::gprof-quit for "
"details. As this build is slower than builds without gprof support, it is "
"not recommended for final production use."
msgstr ""
"Podrobnosti naleznete v dokumentaci si::gprof-start a si::gprof-quit. Tato "
"verze je pomalejší než verze bez podpory gprof, tudíž ji nedoporučujeme pro "
"koncové produkční nasazení."

#. Type: boolean
#. Description
#: ../in.gcl.templates:3001
msgid ""
"Set the GCL_PROF environment variable to the empty string for more optimized "
"builds, or any non-empty string for profiling support; e.g. GCL_PROF=t "
"[EMAIL PROTECTED]@. If profiling is enabled, this will be reported in the 
initial "
"startup banner."
msgstr ""
"Toto nastavení můžete přebít nastavením proměnné prostředí GCL_PROF na "
"neprázdný řetězec (zapne profilování) nebo na prázdnou hodnotu (povolí lepší "
"optimalizace). Například GCL_PROF=t [EMAIL PROTECTED]@. Pokud je profilování 
zapnuto, "
"dozvíte se o tom z úvodní obrazovky."

#~ msgid ""
#~ "GCL is one of the oldest free common lisp systems still in use. Several "
#~ "production systems have used it for over a decade.  The common lisp "
#~ "standard in effect when GCL was first released is known as \"Common Lisp, "
#~ "the Language\" (CLtL1) after a book by Steele of the same name providing "
#~ "this specification.  Subsequently, a much expanded standard was adopted "
#~ "by the American National Standards Institute (ANSI), which is still "
#~ "considered the definitive common lisp language specification to this "
#~ "day.  GCL is in the process of providing an ANSI compliant image in "
#~ "addition to its traditional CLtL1 image still in production use.  Setting "
#~ "this variable will determine which image you will use by default on "
#~ "executing 'gcl'.  You can locally override this choice by setting the "
#~ "GCL_ANSI environment variable to any non-empty string for the ANSI build, "
#~ "and to the empty string for the CLtL1 build, e.g. GCL_ANSI=t gcl.  You "
#~ "may be interested in reviewing the ANSI test results sketching the level "
#~ "of compliance achieved thus far in /usr/share/doc/gcl/test_results.gz.  "
#~ "The flavor of the build in force will be reported in the initial startup "
#~ "banner."
#~ msgstr ""
#~ "GCL je jedním z nejstarších svobodných systémů common lispu, který se "
#~ "dosud používá. Několik produkčních systémů jej používá déle než dekádu. "
#~ "Při prvním vydání GCL byl v platnosti standard common lispu známý jako "
#~ "\"Common Lisp, the Language\" (CLtL1) pojmenovaný podle Steelovy knihy "
#~ "stejného jména, která tento standard definovala. Americkým národním "
#~ "institutem pro standardizaci (ANSI) pak byl přijat podstatně rozšířený "
#~ "standard, který se do dnešní doby považuje za konečnou specifikaci common "
#~ "lispu. Kromě tradičního CLtL1 se GCL snaží nabídnout i verzi odpovídající "
#~ "ANSI standardu. Nastavením této proměnné určíte, jakým způsobem se má "
#~ "binárka 'gcl' chovat. Lokálně můžete toto nastavení přepsat nastavením "
#~ "proměnné prostředí GCL_ANSI na neprázdný řetězec (zapne ANSI chování) "
#~ "nebo na prázdnou hodnotu (zapne CLtL1 chování). Například GCL_ANSI-t gcl. "
#~ "Aktuálně vybraný standard bude zobrazen v úvodní obrazovce prostředí. "
#~ "Zajímavé může být porovnání dosud dosažené shody s ANSI standardem v "
#~ "souboru /usr/share/doc/gcl/test_results.gz."

--- End Message ---
--- Begin Message ---
Source: gcl
Source-Version: 2.6.7-37

We believe that the bug you reported is fixed in the latest version of
gcl, which is due to be installed in the Debian FTP archive:

gcl-doc_2.6.7-37_all.deb
  to pool/main/g/gcl/gcl-doc_2.6.7-37_all.deb
gcl_2.6.7-37.diff.gz
  to pool/main/g/gcl/gcl_2.6.7-37.diff.gz
gcl_2.6.7-37.dsc
  to pool/main/g/gcl/gcl_2.6.7-37.dsc
gcl_2.6.7-37_i386.deb
  to pool/main/g/gcl/gcl_2.6.7-37_i386.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.
Camm Maguire <[EMAIL PROTECTED]> (supplier of updated gcl 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.8
Date: Thu, 31 Jul 2008 00:55:11 +0000
Source: gcl
Binary: gcl gcl-doc
Architecture: source all i386
Version: 2.6.7-37
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire <[EMAIL PROTECTED]>
Changed-By: Camm Maguire <[EMAIL PROTECTED]>
Description: 
 gcl        - GNU Common Lisp compiler
 gcl-doc    - Documentation for GNU Common Lisp
Closes: 457025 457576 457677 458120 458255 458529 459008 459308 459541 459887 
467474 487435 492241
Changes: 
 gcl (2.6.7-37) unstable; urgency=low
 .
   * Accept NMU Closes: #457025, Closes: #457576, Closes: #457677, Closes:
     #458120, Closes: #458255, Closes: #458529, Closes: #459008 Closes:
     #459308, Closes: #459541, Closes: #459887
   * Bug fix: "[INTL:sv] po-debconf file for gcl", thanks to Martin Ågren
     (Closes: #492241).
   * Bug fix: "gcl: FTBFS [amd64]: cannot trap sbrk", thanks to Daniel
     Schepler (Closes: #487435).  Modified and applied personality handling
     patch.
   * Bug fix: "gcl: Builds broken package with gcc-4.3", thanks to Daniel
     Schepler (Closes: #467474).  Added sincos to plttest.c
Checksums-Sha1: 
 64dec04b7f306314c4f3bb719047df986e8b7fd0 1092 gcl_2.6.7-37.dsc
 be00fab5fe5a29354ed1acae51626135bbf22194 14417933 gcl_2.6.7-37.diff.gz
 5a267c3ce59beaf7eee7f19cd0e7950d33cd3736 576846 gcl-doc_2.6.7-37_all.deb
 27c926304e24717def626cee09b19857f13887a6 51632404 gcl_2.6.7-37_i386.deb
Checksums-Sha256: 
 5c27d6f515c15db3194f3ec1de3e1240aba1c41ef983d3288193c6741e122cbf 1092 
gcl_2.6.7-37.dsc
 850cf2acf1afd6b5eb268f700eac65d898244fdd496fe61caec244956ddfaf27 14417933 
gcl_2.6.7-37.diff.gz
 9ef202b08df5b80cbcb2f7d0bed76a7fcd3c776716eded7dd8401125a02cd86b 576846 
gcl-doc_2.6.7-37_all.deb
 8bdc4c6bd2b954ce510c2923f736c1a91e55d2d708aa9e03c153f10588a5f33d 51632404 
gcl_2.6.7-37_i386.deb
Files: 
 35494ea27c9201ff5e321cb93d6e5a23 1092 interpreters optional gcl_2.6.7-37.dsc
 15cc09647e3265bc27927cb791e1b922 14417933 interpreters optional 
gcl_2.6.7-37.diff.gz
 5681b93824a66b0ba7861496a0b309a0 576846 doc optional gcl-doc_2.6.7-37_all.deb
 01570a80b6a0f0962cbceb25900388e3 51632404 interpreters optional 
gcl_2.6.7-37_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIkRVuczG1wFfwRdwRAjKKAJ9C++IwXIEpol0afz1RZp+ItyTdcgCeMIiW
KCW25hC2iFwdSQjnsXerltg=
=JCsh
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to