Translation of barcode internal engine string

This commit is contained in:
Marcos García 2013-04-27 12:49:19 +02:00
parent 5784cb120a
commit 36574771a6
4 changed files with 7 additions and 1 deletions

View File

@ -56,7 +56,10 @@ class modPhpbarcode extends ModeleBarCode
{
global $langs;
return 'Internal engine';
$key = 'BarcodeInternalEngine';
$trans = $langs->trans('BarcodeInternalEngine');
return ($trans != $key) ? $trans : 'Internal engine';
}
/**

View File

@ -1269,6 +1269,7 @@ BarcodeDescISBN=Barcode of type ISBN
BarcodeDescC39=Barcode of type C39
BarcodeDescC128=Barcode of type C128
GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types)
BarcodeInternalEngine=Internal engine
##### Prelevements #####
WithdrawalsSetup=Withdrawal module setup
##### ExternalRSS #####

View File

@ -1269,6 +1269,7 @@ BarcodeDescISBN=Códigos de barras tipo ISBN
BarcodeDescC39=Códigos de barras tipo C39
BarcodeDescC128=Códigos de barras tipo C128
GenbarcodeLocation=Herramienta de generación de códigos de barras en líneas de pedidos (utilizado por el motor phpbar para determinados tipos de códigos de barras)
BarcodeInternalEngine=Motor interno
##### Prelevements #####
WithdrawalsSetup=Configuración del módulo domiciliaciones
##### ExternalRSS #####

View File

@ -1269,6 +1269,7 @@ BarcodeDescISBN= code-barres de type ISBN
BarcodeDescC39= code-barres de type C39
BarcodeDescC128= code-barres de type C128
GenbarcodeLocation=Outil de génération de code-barres en ligne de commande (utilisé par le moteur interne pour certains types de codes-barres)
BarcodeInternalEngine=Moteur interne
##### Prelevements #####
WithdrawalsSetup= Configuration du module prélèvement
##### ExternalRSS #####