diff --git a/htdocs/cashdesk/langs/en_US/cashdesk.lang b/htdocs/cashdesk/langs/en_US/cashdesk.lang index 09ce84f5575..7d58116e489 100644 --- a/htdocs/cashdesk/langs/en_US/cashdesk.lang +++ b/htdocs/cashdesk/langs/en_US/cashdesk.lang @@ -5,4 +5,9 @@ CashDesk=Point of sale CashDesks=Point of sales CashDeskBank=Bank account CashDeskWarehouse=Warehouse -CashDeskThirdParty=Third party \ No newline at end of file +CashDeskThirdParty=Third party +ShoppingCart=Shopping cart +NewSell=New sell +BackOffice=Back office +AddThisArticle=Add this article +RestartSelling=Go back on sell \ No newline at end of file diff --git a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang index 026e048098b..1030d752f1d 100644 --- a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang +++ b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang @@ -5,4 +5,9 @@ CashDesk=Caisse enregistreuse CashDesks=Caisse enregistreuses CashDeskBank=Compte bancaire CashDeskWarehouse=Entrepôt -CashDeskThirdParty=Tiers \ No newline at end of file +CashDeskThirdParty=Tiers +ShoppingCart=Panier +NewSell=Nouvelle vente +BackOffice=Back office +AddThisArticle=Ajouter cet article +RestartSelling=Reprendre la vente \ No newline at end of file diff --git a/htdocs/cashdesk/style.css b/htdocs/cashdesk/style.css index 2d476369941..bd6ed86abc1 100644 --- a/htdocs/cashdesk/style.css +++ b/htdocs/cashdesk/style.css @@ -468,4 +468,5 @@ p.titre { .dhtml_selection { background-color: #3366cc; color: white ! important; -} \ No newline at end of file +} + diff --git a/htdocs/cashdesk/templates/facturation1.tpl.php b/htdocs/cashdesk/templates/facturation1.tpl.php index 730c3cfaef4..c59ed8086ba 100644 --- a/htdocs/cashdesk/templates/facturation1.tpl.php +++ b/htdocs/cashdesk/templates/facturation1.tpl.php @@ -1,3 +1,7 @@ +load("main"); +$langs->load("bills"); +?> -