Translation of barcode internal engine string
This commit is contained in:
parent
5784cb120a
commit
36574771a6
@ -56,7 +56,10 @@ class modPhpbarcode extends ModeleBarCode
|
|||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
return 'Internal engine';
|
$key = 'BarcodeInternalEngine';
|
||||||
|
$trans = $langs->trans('BarcodeInternalEngine');
|
||||||
|
|
||||||
|
return ($trans != $key) ? $trans : 'Internal engine';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1269,6 +1269,7 @@ BarcodeDescISBN=Barcode of type ISBN
|
|||||||
BarcodeDescC39=Barcode of type C39
|
BarcodeDescC39=Barcode of type C39
|
||||||
BarcodeDescC128=Barcode of type C128
|
BarcodeDescC128=Barcode of type C128
|
||||||
GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types)
|
GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types)
|
||||||
|
BarcodeInternalEngine=Internal engine
|
||||||
##### Prelevements #####
|
##### Prelevements #####
|
||||||
WithdrawalsSetup=Withdrawal module setup
|
WithdrawalsSetup=Withdrawal module setup
|
||||||
##### ExternalRSS #####
|
##### ExternalRSS #####
|
||||||
|
|||||||
@ -1269,6 +1269,7 @@ BarcodeDescISBN=Códigos de barras tipo ISBN
|
|||||||
BarcodeDescC39=Códigos de barras tipo C39
|
BarcodeDescC39=Códigos de barras tipo C39
|
||||||
BarcodeDescC128=Códigos de barras tipo C128
|
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)
|
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 #####
|
##### Prelevements #####
|
||||||
WithdrawalsSetup=Configuración del módulo domiciliaciones
|
WithdrawalsSetup=Configuración del módulo domiciliaciones
|
||||||
##### ExternalRSS #####
|
##### ExternalRSS #####
|
||||||
|
|||||||
@ -1269,6 +1269,7 @@ BarcodeDescISBN= code-barres de type ISBN
|
|||||||
BarcodeDescC39= code-barres de type C39
|
BarcodeDescC39= code-barres de type C39
|
||||||
BarcodeDescC128= code-barres de type C128
|
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)
|
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 #####
|
##### Prelevements #####
|
||||||
WithdrawalsSetup= Configuration du module prélèvement
|
WithdrawalsSetup= Configuration du module prélèvement
|
||||||
##### ExternalRSS #####
|
##### ExternalRSS #####
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user