--- libgcr410-2.4.0.orig/or3gbpop.c +++ libgcr410-2.4.0/or3gbpop.c @@ -216,11 +216,8 @@ do { - end_time = G_EndTime(HOR3COMM_CHAR_TIME); + wait_ms (HOR3COMM_CHAR_TIME); - while (G_CurrentTime() < end_time) - { - } r_len = HOR3GLL_IFD_LEN_VERSION + 1; response = G_Oros3Exchange (HOR3GLL_LOW_TIME, --- libgcr410-2.4.0.orig/gttimout.h +++ libgcr410-2.4.0/gttimout.h @@ -42,12 +42,6 @@ extern "C" { #endif -/*------------------------------------------------------------------------------ -Function prototype section -------------------------------------------------------------------------------*/ - WORD32 G_DECL G_CurrentTime(void); - WORD32 G_DECL G_EndTime(const WORD32 Timing); - float G_DECL G_UnitPerSec(void); DWORD G_DECL wait_ms(DWORD ms); --- libgcr410-2.4.0.orig/ifdhandler.h +++ libgcr410-2.4.0/ifdhandler.h @@ -1,135 +1,13 @@ -/***************************************************************** -/ -/ File : ifdhandler.h -/ Author : David Corcoran -/ Date : June 15, 2000 -/ Purpose: This provides reader specific low-level calls. -/ See http://www.linuxnet.com for more information. -/ License: See file LICENSE -/ -******************************************************************/ - -#ifndef _ifd_handler_h_ -#define _ifd_handler_h_ - -#ifdef __cplusplus -extern "C" { -#endif - - /* List of data structures available to ifdhandler */ - - typedef struct _DEVICE_CAPABILITIES { - - LPSTR Vendor_Name; /* Tag 0x0100 */ - LPSTR IFD_Type; /* Tag 0x0101 */ - DWORD IFD_Version; /* Tag 0x0102 */ - LPSTR IFD_Serial; /* Tag 0x0103 */ - DWORD IFD_Channel_ID; /* Tag 0x0110 */ - - DWORD Asynch_Supported; /* Tag 0x0120 */ - DWORD Default_Clock; /* Tag 0x0121 */ - DWORD Max_Clock; /* Tag 0x0122 */ - DWORD Default_Data_Rate; /* Tag 0x0123 */ - DWORD Max_Data_Rate; /* Tag 0x0124 */ - DWORD Max_IFSD; /* Tag 0x0125 */ - DWORD Synch_Supported; /* Tag 0x0126 */ - DWORD Power_Mgmt; /* Tag 0x0131 */ - DWORD Card_Auth_Devices; /* Tag 0x0140 */ - DWORD User_Auth_Device; /* Tag 0x0142 */ - DWORD Mechanics_Supported; /* Tag 0x0150 */ - DWORD Vendor_Features; /* Tag 0x0180 - 0x01F0 User Defined. */ - - } DEVICE_CAPABILITIES, *PDEVICE_CAPABILITIES; - - typedef struct _ICC_STATE { - - UCHAR ICC_Presence; /* Tag 0x0300 */ - UCHAR ICC_Interface_Status; /* Tag 0x0301 */ - UCHAR ATR[MAX_ATR_SIZE]; /* Tag 0x0303 */ - UCHAR ICC_Type; /* Tag 0x0304 */ - - } ICC_STATE, *PICC_STATE; - - typedef struct _PROTOCOL_OPTIONS { - - DWORD Protocol_Type; /* Tag 0x0201 */ - DWORD Current_Clock; /* Tag 0x0202 */ - DWORD Current_F; /* Tag 0x0203 */ - DWORD Current_D; /* Tag 0x0204 */ - DWORD Current_N; /* Tag 0x0205 */ - DWORD Current_W; /* Tag 0x0206 */ - DWORD Current_IFSC; /* Tag 0x0207 */ - DWORD Current_IFSD; /* Tag 0x0208 */ - DWORD Current_BWT; /* Tag 0x0209 */ - DWORD Current_CWT; /* Tag 0x020A */ - DWORD Current_EBC; /* Tag 0x020B */ - } PROTOCOL_OPTIONS, *PPROTOCOL_OPTIONS; - - typedef struct _SCARD_IO_HEADER { - DWORD Protocol; - DWORD Length; - } SCARD_IO_HEADER, *PSCARD_IO_HEADER; - - /* End of structure list */ - - - - /* The list of tags should be alot more but - this is all I use in the meantime */ - -#define TAG_IFD_ATR 0x0303 - - /* End of tag list */ - - - - /* List of defines available to ifdhandler */ - -#define IFD_POWER_UP 500 -#define IFD_POWER_DOWN 501 -#define IFD_RESET 502 - -#define IFD_NEGOTIATE_PTS1 1 -#define IFD_NEGOTIATE_PTS2 2 -#define IFD_NEGOTIATE_PTS3 4 - -#define IFD_SUCCESS 0 -#define IFD_ERROR_TAG 600 -#define IFD_ERROR_SET_FAILURE 601 -#define IFD_ERROR_VALUE_READ_ONLY 602 -#define IFD_ERROR_PTS_FAILURE 605 -#define IFD_ERROR_NOT_SUPPORTED 606 -#define IFD_PROTOCOL_NOT_SUPPORTED 607 -#define IFD_ERROR_POWER_ACTION 608 -#define IFD_ERROR_SWALLOW 609 -#define IFD_ERROR_EJECT 610 -#define IFD_ERROR_CONFISCATE 611 -#define IFD_COMMUNICATION_ERROR 612 -#define IFD_RESPONSE_TIMEOUT 613 -#define IFD_NOT_SUPPORTED 614 -#define IFD_ICC_PRESENT 615 -#define IFD_ICC_NOT_PRESENT 616 - - /* List of Defined Functions Available to IFD_Handler */ - - RESPONSECODE IFDHCreateChannel ( DWORD, DWORD ); - RESPONSECODE IFDHCloseChannel ( DWORD ); - RESPONSECODE IFDHGetCapabilities ( DWORD, DWORD, PDWORD, - PUCHAR ); - RESPONSECODE IFDHSetCapabilities ( DWORD, DWORD, DWORD, PUCHAR ); - RESPONSECODE IFDHSetProtocolParameters ( DWORD, DWORD, UCHAR, - UCHAR, UCHAR, UCHAR ); - RESPONSECODE IFDHPowerICC ( DWORD, DWORD, PUCHAR, PDWORD ); - RESPONSECODE IFDHTransmitToICC ( DWORD, SCARD_IO_HEADER, PUCHAR, - DWORD, PUCHAR, PDWORD, - PSCARD_IO_HEADER ); - RESPONSECODE IFDHControl ( DWORD, PUCHAR, DWORD, - PUCHAR, PDWORD ); - RESPONSECODE IFDHICCPresence( DWORD ); - -#ifdef __cplusplus -} -#endif - -#endif /* _ifd_hander_h_ */ +/* + ,-. + / * \ + / * * \ + / * * * \ + / *__*__* \ + '-(-o^o-)-' + \(_)/ + ) ( + """ +*/ +#include_next --- libgcr410-2.4.0.orig/Makefile +++ libgcr410-2.4.0/Makefile @@ -1,20 +1,20 @@ -# Makefile for GemPC 410 serial reader +# Makefile for GCR 410 serial reader CC = gcc -CFLAGS = -Wall -O2 -fPIC -I. -DG_UNIX -DHAVE_PTHREAD_H -g #-DDEBUG +CFLAGS = -Wall -O2 -fPIC -I. -DG_UNIX -DHAVE_PTHREAD_H -g -I/usr/include/PCSC #-DDEBUG OBJ = apdubuil.o apduspli.o debug.o gserial.o gtgbp.o gttimout.o \ ifdhandler.o or32gem.o or3confi.o or3gbpcl.o or3gbpco.o \ or3gbpop.o or3icc.o \ or3utils.o t0case1.o t0case2.o t0case3.o t0case4.o -all: libgp_core.so +all: libgcr410.so clean: rm -f *.o *.so -libgp_core.so: $(OBJ) - $(CC) -shared $(OBJ) -o libgp_core.so +libgcr410.so: $(OBJ) + $(CC) -shared $(OBJ) -o libgcr410.so dep: makedepend *.c --- libgcr410-2.4.0.orig/ifdhandler.c +++ libgcr410-2.4.0/ifdhandler.c @@ -33,6 +33,8 @@ / ******************************************************************/ +#define IFDHANDLERv2 + #include #include --- libgcr410-2.4.0.orig/gttimout.c +++ libgcr410-2.4.0/gttimout.c @@ -113,124 +113,7 @@ /*------------------------------------------------------------------------------ Function definitions section ------------------------------------------------------------------------------*/ -/******************************************************************************* -* WORD32 G_DECL G_EndTime(const WORD32 Timing) -* -* Description : -* ------------- -* This function returns a value to test with G_CurrentTime function to check if -* the Timing has been overlapped. -* -* Remarks : -* ------------- -* Nothing. -* -* In : -* ------------- -* - Timing is a value in milli-seconds which indicates the available time for -* an operation. -* -* Out : -* ------------- -* Nothing. -* -* Responses : -* ------------- -* The response is the value which will be returned by G_CurrentTime when Timing -* milli-seconds will be passed. -* - Extern Var : - ------------- - Nothing. - Global Var : - ------------- - Nothing. - -*******************************************************************************/ -WORD32 G_DECL G_EndTime(const WORD32 Timing) -{ - return - ( - (WORD32) - (clock() - + (clock_t) (((float) Timing * (float) CLK_TCK / 1000.0) + 0.5))); -} - -/******************************************************************************* -* WORD32 G_DECL G_CurrentTime(void) -* -* Description : -* ------------- -* This function returns the current time according to an internal unit. This -* function has to be used with G_EndTime. -* -* Remarks : -* ------------- -* Nothing. -* -* In : -* ------------- -* Nothing. -* -* Out : -* ------------- -* Nothing. -* -* Responses : -* ------------- -* The response is the current timing according to an internal unit. -* - Extern Var : - ------------- - Nothing. - - Global Var : - ------------- - Nothing. - -*******************************************************************************/ -WORD32 G_DECL G_CurrentTime(void) -{ - return ((WORD32) clock()); -} - -/******************************************************************************* -* float G_DECL G_UnitPerSec (void) -* -* Description : -* ------------- -* This function returns the number of units per second. -* -* Remarks : -* ------------- -* Nothing. -* -* In : -* ------------- -* Nothing. -* -* Out : -* ------------- -* Nothing. -* -* Responses : -* ------------- -* The number of units per second. -* - Extern Var : - ------------- - Nothing. - - Global Var : - ------------- - Nothing. - -*******************************************************************************/ -float G_DECL G_UnitPerSec(void) -{ - return ((float) CLK_TCK); -} DWORD G_DECL wait_ms(DWORD ms) { --- libgcr410-2.4.0.orig/debian/libgcr410.config +++ libgcr410-2.4.0/debian/libgcr410.config @@ -0,0 +1,9 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +# Which serial port +db_input high 'libgcr410/port' || true +db_go + --- libgcr410-2.4.0.orig/debian/compat +++ libgcr410-2.4.0/debian/compat @@ -0,0 +1 @@ +7 --- libgcr410-2.4.0.orig/debian/changelog +++ libgcr410-2.4.0/debian/changelog @@ -0,0 +1,116 @@ +libgcr410 (2.4.0-9.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix pending l10n issues. Debconf translations: + - Danish (Joe Hansen). Closes: #627720 + - Indonesian (Mahyuddin Susanto). Closes: #658467 + - Polish (Michał Kułach). Closes: #659020 + + -- Christian Perrier Thu, 16 Feb 2012 07:51:00 +0100 + +libgcr410 (2.4.0-9.1) unstable; urgency=low + + * Non-maintainer upload. + * Drom DH_COMPAT from debian/rules and, while at it + bump debhelper compatibility level to 7 + Closes: #460703 + * As a consequence, replace obsoleted "dh_clean -k" calls by "dh_prep" + * Add ${misc:Depends} to package dependencies to properly handle + dependencies triggerred by the use of debhelper + * Explicitly point to GPL-2 document in debian/copyright + * Unmark Choices for translation in debconf templates (they're + non translatable) + * Explicitly use 1.0 as source format + * No longer hardcode command path in calls to update-reader.conf in + postrm and postinst scripts + * No longer ignore make errors in debian/rules + * Fix pending l10n issues. Debconf translations: + - Spanish (Francisco Javier Cuadrado). Closes: #510334 + + -- Christian Perrier Tue, 04 May 2010 07:39:15 +0200 + +libgcr410 (2.4.0-9) unstable; urgency=low + + * Mushrooms rule the world ! (Closes: #420046) + + -- Peter De Schrijver (p2) Tue, 18 Mar 2008 22:49:50 +0200 + +libgcr410 (2.4.0-8) unstable; urgency=low + + * remove busy waiting timeout. + * remove useless ifdhandler.h (Closes: #420046) + * update pt_BR.po (Closes: #417251) + + -- Peter De Schrijver (p2) Sat, 12 Jan 2008 22:21:49 +0200 + +libgcr410 (2.4.0-7) unstable; urgency=low + + * Update to work with libpcsclite 1.4.0 (Closes: #412949) + * Added various updated translations (Closes: #401179, #404432, #412227) + + -- Peter De Schrijver (p2) Wed, 14 Mar 2007 23:52:13 +0100 + +libgcr410 (2.4.0-6) unstable; urgency=low + + * Add several more translations (de,it,pt,pt_BR,ru) + * Closes: #316887, #331481, #398975, #398979, #399163, #312234 + + -- Peter De Schrijver (p2) Mon, 20 Nov 2006 22:50:00 +0100 + +libgcr410 (2.4.0-5) unstable; urgency=low + + * update maintainer email address + * add several translations + + -- Tue, 14 Nov 2006 22:29:53 +0100 + +libgcr410 (2.4.0-4.2) unstable; urgency=medium + + * NMU from the Munich BSP + * Medium urgency due to RC fix. + * Cope with /dev/ttyS0 not existing. Closes: #389375. Thanks to Rodrigo + Gallardo for the patch + + -- Steve McIntyre <93sam@debian.org> Sat, 14 Oct 2006 19:18:24 +0200 + +libgcr410 (2.4.0-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Medium urgency due to RC fix. + * debian/rules: + - Provide binary-arch. Closes: #355351. + - Provide binary-indep as a no-op (required by Policy section 4.8). + * Use `Depends: debconf | debconf-2.0' to allow for cdebconf. + Closes: #331999. + * Provide pcsc-ifd-handler. Closes: #265353. + + -- Matej Vela Tue, 14 Mar 2006 21:48:15 +0100 + +libgcr410 (2.4.0-4) unstable; urgency=low + + * Fixed rules file to provide binary-arch and binary-indep (Closes: #273667) + + -- Peter De Schrijver (p2) Sat, 2 Oct 2004 20:18:40 +0200 + +libgcr410 (2.4.0-3) unstable; urgency=low + + * Added french debconf template (Closes: #243779) + * Added italian debconf template (Closes: #249173) + * Added japanese debconf template (Closes: #263222) + * Updated Makefile to new libpcsclite-dev (Closes: #261942) + * Added AMD64 (Closes: #252769) + + -- Peter De Schrijver (p2) Tue, 3 Aug 2004 02:22:14 +0200 + +libgcr410 (2.4.0-2) unstable; urgency=low + + * Added support for po-debconf (Closes: #237796) + + -- Peter De Schrijver (p2) Sun, 4 Apr 2004 22:08:28 +0200 + +libgcr410 (2.4.0-1) unstable; urgency=low + + * Initial release + + -- Peter De Schrijver (p2) Sun, 30 Nov 2003 20:00:07 +0100 + --- libgcr410-2.4.0.orig/debian/libgcr410.dirs +++ libgcr410-2.4.0/debian/libgcr410.dirs @@ -0,0 +1,2 @@ +usr/lib/pcsc/drivers/serial +etc/reader.conf.d/ --- libgcr410-2.4.0.orig/debian/libgcr410.templates +++ libgcr410-2.4.0/debian/libgcr410.templates @@ -0,0 +1,6 @@ +Template: libgcr410/port +Type: select +Choices: ttyS0, ttyS1, ttyS2, ttyS3 +_Description: Serial port to which the smartcard reader is connected: + The driver needs to know to which serial port the GemPlus GCR410 reader is + connected. --- libgcr410-2.4.0.orig/debian/control +++ libgcr410-2.4.0/debian/control @@ -0,0 +1,15 @@ +Source: libgcr410 +Section: misc +Priority: optional +Maintainer: Peter De Schrijver (p2) +Build-Depends: debhelper (>= 7), libpcsclite-dev (>> 1.4.0), po-debconf +Standards-Version: 3.6.1 + +Package: libgcr410 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd (>> 1.2.0) +Provides: pcsc-ifd-handler +Description: PC/SC driver for GemPlus GCR410 serial SmartCard interface + The libgcr410 package contains a PC/SC driver for the GemPlus GCR410 serial + SmartCard interface. Note that this is a different driver then libgempc. + If you have a GemPC 410 reader, this driver is not for you. --- libgcr410-2.4.0.orig/debian/libgcr410.postinst +++ libgcr410-2.4.0/debian/libgcr410.postinst @@ -0,0 +1,95 @@ +#!/bin/sh +# postinst script for libgcr410 +# +# based on libgempc410.postinst +# +# see also dh_installdeb(1) + +set -e + +cfgdir=/etc/reader.conf.d +cfg=$cfgdir/libgcr410 +lib=/usr/lib/pcsc/drivers/serial/libgcr410.so + +case "$1" in + configure|reconfigure) + # Source debconf library. + . /usr/share/debconf/confmodule + + db_get 'libgcr410/port' || true + SERIAL_PORT="$RET" + + if [ ! -d $cfgdir ] ; then + mkdir -p $cfgdir + fi + + rm -f $cfg + echo >> $cfg + echo "# Gemplus GCR410 reader" >> $cfg + echo "# see /usr/share/doc/libgcr410/Readme" >> $cfg + echo "FRIENDLYNAME \"GCR410\"" >> $cfg + echo "DEVICENAME $SERIAL_PORT" >> $cfg + echo "LIBPATH $lib" >> $cfg + + case $SERIAL_PORT in + ttyS0) + echo "CHANNELID 0x0103f8" >> $cfg + ;; + ttyS1) + echo "CHANNELID 0x0102f8" >> $cfg + ;; + ttyS2) + echo "CHANNELID 0x0103e8" >> $cfg + ;; + ttyS3) + echo "CHANNELID 0x0102e8" >> $cfg + ;; + *) + echo "Error: serial port unknown ($SERIAL_PORT)" ;; + esac + + # regenerate /etc/reader.conf if update-reader.conf is available + if [ -x /usr/sbin/update-reader.conf ] ; then + update-reader.conf || true + fi + + if [ -e /dev/.devfsd ] ; then + update-devfsd + else + if [ ! -d /dev/pcsc ] ; then + echo -n "Creating /dev/pcsc/..." + mkdir /dev/pcsc + echo "done" + fi + + if [ ! -e /dev/pcsc/1 -a ! -L /dev/pcsc/1 ] ; then + echo -n "Populating /dev/pcsc/..." + ln -s ../ttyS0 /dev/pcsc/1 + ln -s ../ttyS1 /dev/pcsc/2 + ln -s ../ttyS2 /dev/pcsc/3 + ln -s ../ttyS3 /dev/pcsc/4 + fi + fi + if [ -x /etc/init.d/pcscd ] ; then + invoke-rc.d pcscd restart 3> /dev/null + fi + + db_stop + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- libgcr410-2.4.0.orig/debian/libgcr410.postrm +++ libgcr410-2.4.0/debian/libgcr410.postrm @@ -0,0 +1,39 @@ +#! /bin/sh +# postrm script for libgcr410 +# +# see: dh_installdeb(1) + +set -e + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +cfgdir=/etc/reader.conf.d +cfg=$cfgdir/libgcr410 +case "$1" in + remove|failed-upgrade|abort-install|abort-upgrade|disappear) + + rm -f $cfg + + if [ -x /usr/sbin/update-reader.conf ] ; then + update-reader.conf || true + fi + + if [ -x /etc/init.d/pcscd ] ; then + invoke-rc.d pcscd restart 3>/dev/null + fi + ;; + + purge|upgrade) + + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +exit 0 --- libgcr410-2.4.0.orig/debian/copyright +++ libgcr410-2.4.0/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Peter De Schrijver on Sun, 30 Nov 2003 20:15:08 +0100 + +Original package downloaded from : +http://www.linuxnet.com/drivers/readers/files/gp-core-2.4.0.tar.gz + +Upstream Author : Gemplus (http://www.gemplus.com) + +Copyright : + + Copyright (c) 1991 - 2001 Gemplus + Copyright (C) 2001 Ludovic Rousseau + +libgcr410 is distributed under the terms of the GNU General Public License. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- libgcr410-2.4.0.orig/debian/docs +++ libgcr410-2.4.0/debian/docs @@ -0,0 +1 @@ +Readme --- libgcr410-2.4.0.orig/debian/libgcr410.prerm +++ libgcr410-2.4.0/debian/libgcr410.prerm @@ -0,0 +1,38 @@ +#! /bin/sh +# prerm script for libgcr410 +# +# see: dh_installdeb(1) + +set -e + +cfgdir=/etc/reader.conf.d +cfg=$cfgdir/libgcr410 +case "$1" in + remove|upgrade|deconfigure) + + rm -f $cfg + + if [ -d $cfgdir ] ; then + files=`ls $cfgdir` + if [ -z "$files" ] ; then + rmdir $cfgdir + fi + fi + ;; + + failed-upgrade) + + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- libgcr410-2.4.0.orig/debian/rules +++ libgcr410-2.4.0/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) clean + debconf-updatepo + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + cp libgcr410.so $(CURDIR)/debian/libgcr410/usr/lib/pcsc/drivers/serial + +binary-indep: + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdebconf + dh_installchangelogs + dh_installdocs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + + --- libgcr410-2.4.0.orig/debian/source/format +++ libgcr410-2.4.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- libgcr410-2.4.0.orig/debian/po/fr.po +++ libgcr410-2.4.0/debian/po/fr.po @@ -0,0 +1,44 @@ +# +# 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: libgcr410\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2004-04-06 21:42+0200\n" +"Last-Translator: Eric Madesclair \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Port srie sur lequel est connect le lecteur:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Libgcr410 doit connatre le port srie sur lequel est connect le lecteur de " +"carte GemPlus GCR410." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/it.po +++ libgcr410-2.4.0/debian/po/it.po @@ -0,0 +1,36 @@ +# Italian (it) translation of debconf templates for libgcr410 +# Copyright (C) 2006 Free Software Foundation, Inc. +# This file is distributed under the same license as the libgcr410 package. +# Luca Monducci , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410 italian debconf templates\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2006-11-22 21:30+0100\n" +"Last-Translator: Luca Monducci \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Porta seriale a cui collegato il lettore di smartcard:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Il driver deve conoscere su quale porta seriale collegato il lettore " +"GemPlus GCR410." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/pt_BR.po +++ libgcr410-2.4.0/debian/po/pt_BR.po @@ -0,0 +1,37 @@ +# Brazilian Portuguese translation of libgcr410 +# Copyright (C) 2006 Felipe Augusto van de Wiel (faw) +# This file is distributed under the same license as the libgcr410 package. +# Felipe Augusto van de Wiel (faw) , 2006-2007. +# +msgid "" +msgstr "" +"Project-Id-Version: 2.4.0\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2007-04-02 00:27-0300\n" +"Last-Translator: Felipe Augusto van de Wiel (faw) \n" +"Language-Team: l10n portuguese \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"pt_BR utf-8\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Porta serial na qual o leitor \"smartcard\" está conectado:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"O controlador de dispositivo precisa saber em qual porta serial o leitor " +"GemPlus GCR410 está conectado." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/templates.pot +++ libgcr410-2.4.0/debian/po/templates.pot @@ -0,0 +1,31 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" --- libgcr410-2.4.0.orig/debian/po/vi.po +++ libgcr410-2.4.0/debian/po/vi.po @@ -0,0 +1,36 @@ +# Vietnamese Translation for libgcr410. +# Copyright © 2005 Free Software Foundation, Inc. +# Clytie Siddall , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410 2.4.0-4\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2005-06-06 23:05+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Máy đọc thẻ thông minh có kết nối đến cổng nối tiếp này:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Cần phải cho trình hỗ trợ thiết bị ấy thông tin về cổng nối tiếp nào có máy " +"đọc GemPlus GCR410 kết nối đến nó." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/pl.po +++ libgcr410-2.4.0/debian/po/pl.po @@ -0,0 +1,36 @@ +# Translation of libgrc410 debconf templates to Polish. +# Copyright (C) 2010 +# This file is distributed under the same license as the libgrc410 package. +# +# Michał Kułach , 2012. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2012-02-07 10:56+0100\n" +"Last-Translator: Michał Kułach \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Port szeregowy do którego podłączony jest czytnik kart smartcard:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Sterownik musi znać port szeregowy, do którego podłączony jest czytnik " +"GemPlus GCR410." --- libgcr410-2.4.0.orig/debian/po/ru.po +++ libgcr410-2.4.0/debian/po/ru.po @@ -0,0 +1,48 @@ +# translation of libgcr410_2.4.0-6_ru.po to Russian +# +# 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. +# +# Yuri Kozlov , 2006. +msgid "" +msgstr "" +"Project-Id-Version: 2.4.0-6\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2006-12-24 21:33+0300\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "" +"Последовательный порт, к которому подключено устройство чтения смарткарт:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Для драйвера требуется информация о том, к какому последовательному порту " +"подключено устройства чтения смарткарт GCR410." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/ja.po +++ libgcr410-2.4.0/debian/po/ja.po @@ -0,0 +1,45 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410 2.4.0-2\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2004-08-03 20:14+0900\n" +"Last-Translator: Hideki Yamane \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "ޡȥɥ꡼³Ƥ륷ꥢݡ:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"ɥ饤ФưˤϡɤΥꥢݡȤ GemPlus GCR410 ꡼³" +"ΤΤɬפޤ" + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/id.po +++ libgcr410-2.4.0/debian/po/id.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410 2.4.0-9.1\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2012-02-03 17:14+0700\n" +"Last-Translator: Mahyuddin Susanto \n" +"Language-Team: Debian Indonesia Translators \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Indonesian\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Port serial mana yang tersambung dengan pembaca smartcard:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Driver perlu tahu serial port mana yang tersambung dengan pembaca GemPlus " +"GCR410." --- libgcr410-2.4.0.orig/debian/po/sv.po +++ libgcr410-2.4.0/debian/po/sv.po @@ -0,0 +1,43 @@ +# 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: libgcr410 2.4.0-4\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2005-10-04 19:11+0200\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Seriellporten som smartkortslsaren r inkopplad p:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Drivrutinen behver veta p vilken seriellport som GemPlus GCR410-lsare r " +"inkopplad p." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/POTFILES.in +++ libgcr410-2.4.0/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] libgcr410.templates --- libgcr410-2.4.0.orig/debian/po/pt.po +++ libgcr410-2.4.0/debian/po/pt.po @@ -0,0 +1,36 @@ +# Portuguese translation of libgcr410 debconf messages. +# This file is distributed under the same license as the libgcr410 package. +# 2006-11-16 - Rui Branco - initial translation +# +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410 2.4.0-5\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2006-11-16 21:59+0000\n" +"Last-Translator: Rui Branco \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Porta série a que o leitor smartcard está ligado:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"O controlador precisa de saber qual a porta série a que o leitor GemPlus " +"GCR410 está ligado." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/de.po +++ libgcr410-2.4.0/debian/po/de.po @@ -0,0 +1,46 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +# Holger Wansing , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410 2.4.0-4.2\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2006-12-01 14:17+0100\n" +"Last-Translator: Holger Wansing \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Serieller Port, an den der Smartcard-Leser angeschlossen ist:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Der Treiber muss wissen, mit welchem seriellen Anschluss der GemPlus GCR410-" +"Kartenleser verbunden ist." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/da.po +++ libgcr410-2.4.0/debian/po/da.po @@ -0,0 +1,33 @@ +# Danish translation libgcr410. +# Copyright (C) libgcr410 & nedenstående oversættere. +# This file is distributed under the same license as the libgcr410 package. +# Joe Hansen (joedalton2@yahoo.dk), 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2011-05-23 18:30+01:00\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Serielport som smartkortlæseren er forbundet til:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Driveren skal vide hvilken serielport GemPlus GCR410-læseren er forbundet " +"til." --- libgcr410-2.4.0.orig/debian/po/nl.po +++ libgcr410-2.4.0/debian/po/nl.po @@ -0,0 +1,44 @@ +# +# 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: ifd-gempc 0.8.0-5\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2004-04-04 21:58+0200\n" +"Last-Translator: Peter De Schrijver \n" +"Language-Team: dutch \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Serile poort waar de smartcard lezer aan verbonden is:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Het stuurprogramma moet weten met welke serile poort de GemPlus GCR410 " +"lezer verbonden is." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/cs.po +++ libgcr410-2.4.0/debian/po/cs.po @@ -0,0 +1,44 @@ +# +# 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: libgcr410\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2005-07-04 16:45+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Sériový port, ke kterému je připojena čtečka smart karet:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"Ovladač potřebuje vědět, ke kterému sériovému portu je připojena čtečka " +"GemPlus GCR410." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3" --- libgcr410-2.4.0.orig/debian/po/es.po +++ libgcr410-2.4.0/debian/po/es.po @@ -0,0 +1,60 @@ +# libphidgets po-debconf translation to Spanish +# Copyright (C) 2005, 2008 Software in the Public Interest +# This file is distributed under the same license as the libphidgets package. +# +# Changes: +# - Initial translation +# César Gómez Martí­n , 2005 +# +# - Updates +# Francisco Javier Cuadrado , 2008 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guí­a de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: libgcr410 2.4.0-9\n" +"Report-Msgid-Bugs-To: libgcr410@packages.debian.org\n" +"POT-Creation-Date: 2010-04-27 07:38+0200\n" +"PO-Revision-Date: 2008-12-28 16:56+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian l10n Spanish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "Serial port to which the smartcard reader is connected:" +msgstr "Puerto serie al que está conectado el lector de tarjetas inteligentes:" + +#. Type: select +#. Description +#: ../libgcr410.templates:1001 +msgid "" +"The driver needs to know to which serial port the GemPlus GCR410 reader is " +"connected." +msgstr "" +"El controlador necesita saber en qué puerto serie está conectado el lector " +"GemPlus GCR410." + +#~ msgid "ttyS0, ttyS1, ttyS2, ttyS3" +#~ msgstr "ttyS0, ttyS1, ttyS2, ttyS3"