Fix translation
This commit is contained in:
parent
6ff9a3c922
commit
2738985689
@ -41,7 +41,8 @@ Floor=Floor
|
|||||||
AddTable=Add table
|
AddTable=Add table
|
||||||
Place=Place
|
Place=Place
|
||||||
TakeposConnectorNecesary='TakePOS Connector' required
|
TakeposConnectorNecesary='TakePOS Connector' required
|
||||||
OrderPrinters=Order printers
|
OrderPrinters=Add a button to send the order to some given printers, without payment (for example to send an order to a kitchen)
|
||||||
|
NotAvailableWithBrowserPrinter=Not available when printer for receipt is set to browser:
|
||||||
SearchProduct=Search product
|
SearchProduct=Search product
|
||||||
Receipt=Receipt
|
Receipt=Receipt
|
||||||
Header=Header
|
Header=Header
|
||||||
@ -83,7 +84,7 @@ InvoiceIsAlreadyValidated=Invoice is already validated
|
|||||||
NoLinesToBill=No lines to bill
|
NoLinesToBill=No lines to bill
|
||||||
CustomReceipt=Custom Receipt
|
CustomReceipt=Custom Receipt
|
||||||
ReceiptName=Receipt Name
|
ReceiptName=Receipt Name
|
||||||
ProductSupplements=Product Supplements
|
ProductSupplements=Manage supplements of products
|
||||||
SupplementCategory=Supplement category
|
SupplementCategory=Supplement category
|
||||||
ColorTheme=Color theme
|
ColorTheme=Color theme
|
||||||
Colorful=Colorful
|
Colorful=Colorful
|
||||||
|
|||||||
@ -137,6 +137,20 @@ if ($conf->global->TAKEPOS_BAR_RESTAURANT) {
|
|||||||
print ajax_constantonoff("TAKEPOS_ORDER_NOTES", array(), $conf->entity, 0, 0, 1, 0);
|
print ajax_constantonoff("TAKEPOS_ORDER_NOTES", array(), $conf->entity, 0, 0, 1, 0);
|
||||||
//print $form->selectyesno("TAKEPOS_ORDER_NOTES", $conf->global->TAKEPOS_ORDER_NOTES, 1);
|
//print $form->selectyesno("TAKEPOS_ORDER_NOTES", $conf->global->TAKEPOS_ORDER_NOTES, 1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
} else {
|
||||||
|
print '<tr class="oddeven value"><td>';
|
||||||
|
print $langs->trans("OrderPrinters");
|
||||||
|
print '</td>';
|
||||||
|
print '<td class="center">';
|
||||||
|
print '<span class="opacitymedium">'.$langs->trans("NotAvailableWithBrowserPrinter").'</span>';
|
||||||
|
print '</td></tr>';
|
||||||
|
|
||||||
|
print '<tr class="oddeven value"><td>';
|
||||||
|
print $langs->trans("OrderNotes");
|
||||||
|
print '</td>';
|
||||||
|
print '<td class="center">';
|
||||||
|
print '<span class="opacitymedium">'.$langs->trans("NotAvailableWithBrowserPrinter").'</span>';
|
||||||
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<tr class="oddeven value"><td>';
|
print '<tr class="oddeven value"><td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user