Merge pull request #10141 from andreubisquerra/master
TakeBOX now is 'TakePOS Connector'
This commit is contained in:
commit
0fb95c91a4
@ -39,6 +39,6 @@ Floors=Floors
|
||||
Floor=Floor
|
||||
AddTable=Add table
|
||||
Place=Place
|
||||
TakeboxNecesary='TakeBOX' application required
|
||||
TakeposConnectorNecesary='TakePOS Connector' required
|
||||
OrderPrinters=Order printers
|
||||
SearchProduct=Search product
|
||||
|
||||
@ -37,5 +37,5 @@ Floors=Salones
|
||||
Floor=Salón
|
||||
AddTable=Añadir mesa
|
||||
Place=Puesto
|
||||
TakeboxNecesary=Aplicación 'TakeBOX' requerida
|
||||
TakeposConnectorNecesary=TakePOS Connector requerido
|
||||
OrderPrinters=Impresoras de pedido
|
||||
|
||||
@ -38,6 +38,6 @@ Floors=Etages
|
||||
Floor=Etage
|
||||
AddTable=Ajouter une table
|
||||
Place=Marché
|
||||
TakeboxNecesary=Application 'TakeBOX' requise
|
||||
TakeposConnectorNecesary=Application 'TakePOS Connector' requise
|
||||
OrderPrinters=Commande imprimantes
|
||||
SearchProduct=Rechercher un produit
|
||||
|
||||
@ -38,6 +38,6 @@ Floors=Stāvi
|
||||
Floor=Stāvs
|
||||
AddTable=Pievienot tabulu
|
||||
Place=Vieta
|
||||
TakeboxNecesary=Nepieciešams lietot "TakeBOX"
|
||||
TakeposConnectorNecesary=Nepieciešams lietot "TakePOS Connector"
|
||||
OrderPrinters=Pasūtīt printerus
|
||||
SearchProduct=Meklēt produktu
|
||||
|
||||
@ -170,14 +170,14 @@ if (! empty($conf->service->enabled))
|
||||
|
||||
// Use Takepos printing
|
||||
print '<tr class="oddeven"><td>';
|
||||
print $langs->trans("DolibarrReceiptPrinter").' TakeBOX (<a href="http://en.takepos.com/takebox">'.$langs->trans("TakeboxNecesary").'</a>)';
|
||||
print $langs->trans("DolibarrReceiptPrinter").' (<a href="http://en.takepos.com/connector">'.$langs->trans("TakeposConnectorNecesary").'</a>)';
|
||||
print '<td colspan="2">';
|
||||
print $form->selectyesno("TAKEBOX",$conf->global->TAKEBOX,1);
|
||||
print "</td></tr>\n";
|
||||
|
||||
if ($conf->global->TAKEBOX){
|
||||
print '<tr class="oddeven value"><td>';
|
||||
print $langs->trans("IPAddress").' (<a href="http://en.takepos.com/takebox">'.$langs->trans("TakeboxNecesary").'</a>)';
|
||||
print $langs->trans("IPAddress").' (<a href="http://en.takepos.com/connector">'.$langs->trans("TakeposConnectorNecesary").'</a>)';
|
||||
print '<td colspan="2">';
|
||||
print '<input type="text" size="20" id="TAKEPOS_PRINT_SERVER" name="TAKEPOS_PRINT_SERVER" value="'.$conf->global->TAKEPOS_PRINT_SERVER.'">';
|
||||
print '</td></tr>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user