[cl-debian] Bug#333654: marked as done (gcl: [INTL:sv] Swedish debconf templates translation)

Your message dated Wed, 14 Dec 2005 14:17:57 -0800 with message-id <E1Emewf-00016W-LZ@spohr.debian.org> and subject line Bug#333654: fixed in gcl 2.6.7-12 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; 13 Oct 2005 06:23:36 +0000
From yeager@lidkoping.net Wed Oct 12 23:23:36 2005 Return-path: <yeager@lidkoping.net> Received: from (mail.lidkoping.net) [213.132.115.138] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EPwV5-00040b-00; Wed, 12 Oct 2005 23:23:36 -0700 Received: (qmail 4851 invoked by uid 1000); 13 Oct 2005 08:22:44 +0200 Message-ID: <20051013062244.4850.qmail@mail.lidkoping.net> Content-Type: multipart/mixed; boundary="===============0145597051==" MIME-Version: 1.0 From: Daniel Nylander <yeager@lidkoping.net> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: gcl: [INTL:sv] Swedish debconf templates translation X-Mailer: reportbug 3.17 Date: Thu, 13 Oct 2005 08:22:44 +0200 Delivered-To: submit@bugs.debian.org 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-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug. --===============0145597051== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: gcl Version: 2.6.7-9 Severity: wishlist Tags: patch l10n -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) --===============0145597051== MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: attachment; filename="gcl_2.6.7-9_sv.po" # 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: gcl 2.6.7-9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-02-19 01:34-0300\n" "PO-Revision-Date: 2005-10-14 08:18+0200\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <sv@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit" #. Type: boolean #. Description #: ../gcl.templates:3 msgid "Use the work-in-progress ansi build by default" msgstr "Använd work-in-progress ANSI-bygget som standard" #. Type: boolean #. Description #: ../gcl.templates:3 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 är en av de äldsta fria common lisp-system som fortfarande används. Ett flertal " "produktionssystem har använt den i över ett decennium. Common lisp-standarden " "som användes när GCL först gavs ut kallas för \"Common Lisp, språket\" (CLtL1) efter " "en bok av Steele med samma namn som ger denna specifikation. Därefter blev en mycket " "mer expanderad standard fråntagen av American National Standards Institute (ANSI) " "som fortfarande är den definitiva common lisp-språket än idag. GCL är i processen att " "ge en avbild som följer ANSI men också till den traditionella CLtL1 som fortfarande används " "i produktion. Ställa in denna variabel bestämmer vilken avbild du vill använda som standard " "när 'gcl' startas. Du kan lokalt köra över detta val genom att sätta miljövariabeln GCL_ANSI " "till en icke-blank sträng för ANSI-bygget och en blank sträng för CLtL1-bygget, till exempel " "GCL_ANSI=t gcl. Du kanske är intresserad av att granska ANSI-testresultaten som ger " "en nivån av medgörlighet som klaras av än så länge, i /usr/share/doc/gcl/test_results.gz. " "Valet av bygget som används kommer att rapporteras i den initiella uppstarten." #. Type: boolean #. Description #: ../gcl.templates:24 msgid "Use the profiling build by default" msgstr "Använd profilbygget som standard" #. Type: boolean #. Description #: ../gcl.templates:24 msgid "" "GCL now has support for profiling via gprof. Please see the documentation " "for si::gprof-start and si::gprof-quit for details. This build is slower " "than builds without gprof support, so this is not recommended for final " "production use. You can locally override this choice by setting the GCL_PROF " "environment variable to any non-empty string for profiling support, and to " "the empty string for the more optimized builds, e.g. GCL_PROF=t gcl. If " "profiling is enabled, this will be reported in the initial startup banner." msgstr "" "GCL har nu stöd för profiler via gprof. Vänligen se dokumentationen för si::gprof-start " "och si::gprof-quit för detaljer. Detta bygge är långsammar än byggen utan gprof-stöd " "så det är inte rekommenderat för användning i produktion. Du kan lokalt köra över " "detta val genom att sätta miljövariabeln GCL_PROF till en icke-blank sträng för " "profilstöd och till en blank sträng för mer optimerade byggen, exempel GCL_PROF=t gcl. " "Om profilstöd är aktiverat kommer detta att rapporteras vid den initiella uppstarten." --===============0145597051==-- --------------------------------------- Received: (at 333654-close) by bugs.debian.org; 14 Dec 2005 22:23:17 +0000
From katie@ftp-master.debian.org Wed Dec 14 14:23:16 2005 Return-path: <katie@ftp-master.debian.org> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Emewf-00016W-LZ; Wed, 14 Dec 2005 14:17:57 -0800 From: Camm Maguire <camm@enhanced.com> To: 333654-close@bugs.debian.org X-Katie: $Revision: 1.60 $ Subject: Bug#333654: fixed in gcl 2.6.7-12 Message-Id: <E1Emewf-00016W-LZ@spohr.debian.org> Sender: Archive Administrator <katie@ftp-master.debian.org> Date: Wed, 14 Dec 2005 14:17:57 -0800 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-Level: 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-CrossAssassin-Score: 2
Source: gcl Source-Version: 2.6.7-12 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-12_all.deb to pool/main/g/gcl/gcl-doc_2.6.7-12_all.deb gcl_2.6.7-12.diff.gz to pool/main/g/gcl/gcl_2.6.7-12.diff.gz gcl_2.6.7-12.dsc to pool/main/g/gcl/gcl_2.6.7-12.dsc gcl_2.6.7-12_i386.deb to pool/main/g/gcl/gcl_2.6.7-12_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 333654@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Camm Maguire <camm@enhanced.com> (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 ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 14 Dec 2005 18:52:49 +0000 Source: gcl Binary: gcl-doc gcl Architecture: source i386 all Version: 2.6.7-12 Distribution: unstable Urgency: low Maintainer: Camm Maguire <camm@enhanced.com> Changed-By: Camm Maguire <camm@enhanced.com> Description: gcl - GNU Common Lisp compiler gcl-doc - Documentation for GNU Common Lisp Closes: 324636 333654 336207 336757 Changes: gcl (2.6.7-12) unstable; urgency=low . * Fix read-char-no-hang * Strip emacs warnings when finding site-lisp directory * mach-o update for latest binutils * Latext bfd mach-o support from Aurelien * revert to locbfd default on ppc-macosx * More ppc macosx fixes from Aurelien * revert a few macosx changes * default to void * prototype on my_sbrk for latest macosx pending Aureliens #ifdef * Fix plt.h parsing on macosx * Fix leading_underscore detection on mac * macosx name mangling fixes * multi-process safe gazonk names in compiler::*tmp-dir* * Add underscore-mangled setjmp calls to plttest.c for macosx * Fix POTFILES.in, Closes: #336207. * Update templates, Closes: #324636 * New French and Swedish translations, Closes: #333654, Closes: #336757. Files: 399fde56c0d42614ad6db61b6dbe36b8 681 interpreters optional gcl_2.6.7-12.dsc 2eab97b7962b6aede326f65aae3ee2de 14232486 interpreters optional gcl_2.6.7-12.diff.gz de30be39b79c2d06971859c3f184585d 626928 doc optional gcl-doc_2.6.7-12_all.deb 257d5e9da585a1fea38ea04b035169ac 26804320 interpreters optional gcl_2.6.7-12_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDoHNmczG1wFfwRdwRAi3yAJ40iX6WiajBuDiow3zGZRH3CgXVagCgjVhK AvjA6bok+IKYV85rwTC65Fo= =zI0V -----END PGP SIGNATURE-----
participants (1)
-
owner@bugs.debian.org