Translation

This commit is contained in:
Laurent Destailleur 2019-03-27 18:00:44 +01:00
parent 9d133dae12
commit 6e643e90cf
2 changed files with 4 additions and 5 deletions

View File

@ -50,9 +50,9 @@ TheoricalAmount=Theorical amount
RealAmount=Real amount RealAmount=Real amount
CashFenceDone=Cash fence done for the period CashFenceDone=Cash fence done for the period
NbOfInvoices=Nb of invoices NbOfInvoices=Nb of invoices
Paymentnumpad=Payment Num Pad Paymentnumpad=Type of Pad to enter payment
Numberspad=Numbers Pad Numberspad=Numbers Pad
BillsCoinsPad=Bills and Coins Pad BillsCoinsPad=Coins and banknotes Pad
DolistorePosCategory=TakePOS modules and other POS solutions for Dolibarr DolistorePosCategory=TakePOS modules and other POS solutions for Dolibarr
TakeposNeedsCategories=TakePOS needs product categories to work TakeposNeedsCategories=TakePOS needs product categories to work
OrderNotes=Order Notes OrderNotes=Order Notes

View File

@ -506,10 +506,9 @@ $menus[$r++]=array('title'=>$langs->trans("DoPayment"),
$menus[$r++]=array('title'=>$langs->trans("Logout"), $menus[$r++]=array('title'=>$langs->trans("Logout"),
'action'=>'window.location.href=\''.DOL_URL_ROOT.'/user/logout.php\';'); 'action'=>'window.location.href=\''.DOL_URL_ROOT.'/user/logout.php\';');
//BAR RESTAURANT specified menu // BAR RESTAURANT specific menu
if($conf->global->TAKEPOS_BAR_RESTAURANT){ if($conf->global->TAKEPOS_BAR_RESTAURANT){
$menus[$r++]=array('title'=>$langs->trans("Floors"), $menus[$r++]=array('title'=>$langs->trans("Floors"), 'action'=>'Floors();');
'action'=>'Floors();');
if ($conf->global->TAKEPOS_ORDER_PRINTERS){ if ($conf->global->TAKEPOS_ORDER_PRINTERS){
$menus[$r++]=array('title'=>$langs->trans("Order"), $menus[$r++]=array('title'=>$langs->trans("Order"),
'action'=>'TakeposPrintingOrder();'); 'action'=>'TakeposPrintingOrder();');