[Pcsclite-cvs-commit] r2365 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at alioth.debian.org
Tue Jan 30 16:01:51 CET 2007


Author: rousseau
Date: 2007-01-30 16:01:50 +0100 (Tue, 30 Jan 2007)
New Revision: 2365

Modified:
   trunk/Drivers/ccid/src/ccid.c
Log:
ccid_open_hack(): add portugese strings for the GemPC Pinpad.

Thanks to Stef Hoeben


Modified: trunk/Drivers/ccid/src/ccid.c
===================================================================
--- trunk/Drivers/ccid/src/ccid.c	2007-01-27 16:49:08 UTC (rev 2364)
+++ trunk/Drivers/ccid/src/ccid.c	2007-01-30 15:01:50 UTC (rev 2365)
@@ -124,6 +124,17 @@
 					"Inserire Carta",
 					"Errore Carta" };
 
+				const char *pt[] = {
+					"Insira PIN",
+					"Novo PIN",
+					"Conf. novo PIN",
+					"PIN OK",
+					"PIN falhou!",
+					"Tempo expirou",
+					"* tentiv. restam",
+					"Introduza cartao",
+					"Erro cartao" };
+
 				const char *en[] = {
 					"Enter PIN",
 					"New PIN",
@@ -151,6 +162,8 @@
 						l10n = es;
 					else if (0 == strncmp(lang, "it", 2))
 						l10n = it;
+					else if (0 == strncmp(lang, "pt", 2))
+						l10n = pt;
 					else
 						l10n = en;
 				}




More information about the Pcsclite-cvs-commit mailing list