From eb23e9400ec4ff6daa812e97e5c390d5bc6b49c1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 Sep 2009 22:27:42 +0000 Subject: [PATCH] Trad: Translate Point of sale module --- htdocs/cashdesk/langs/en_US/cashdesk.lang | 4 +++- htdocs/cashdesk/langs/fr_FR/cashdesk.lang | 4 +++- htdocs/cashdesk/templates/validation1.tpl.php | 3 +++ htdocs/cashdesk/templates/validation2.tpl.php | 9 ++++++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/htdocs/cashdesk/langs/en_US/cashdesk.lang b/htdocs/cashdesk/langs/en_US/cashdesk.lang index 7d58116e489..d38c006f421 100644 --- a/htdocs/cashdesk/langs/en_US/cashdesk.lang +++ b/htdocs/cashdesk/langs/en_US/cashdesk.lang @@ -10,4 +10,6 @@ ShoppingCart=Shopping cart NewSell=New sell BackOffice=Back office AddThisArticle=Add this article -RestartSelling=Go back on sell \ No newline at end of file +RestartSelling=Go back on sell +SellFinished=Sell finished +PrintTicket=Print ticket \ 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 1030d752f1d..89fcd77083a 100644 --- a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang +++ b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang @@ -10,4 +10,6 @@ ShoppingCart=Panier NewSell=Nouvelle vente BackOffice=Back office AddThisArticle=Ajouter cet article -RestartSelling=Reprendre la vente \ No newline at end of file +RestartSelling=Reprendre la vente +SellFinished=Vente terminée +PrintTicket=Imprimer ticket \ No newline at end of file diff --git a/htdocs/cashdesk/templates/validation1.tpl.php b/htdocs/cashdesk/templates/validation1.tpl.php index 51b0aa8a9f6..0da9d7e4362 100644 --- a/htdocs/cashdesk/templates/validation1.tpl.php +++ b/htdocs/cashdesk/templates/validation1.tpl.php @@ -1,3 +1,6 @@ +load("main"); +?> -

Vente terminée

+

trans("SellFinished"); ?>

@@ -33,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -

Voir la facture

-

Imprimer le ticket

+

trans("ShowInvoice"); ?>

+

trans("PrintTicket"); ?>