Trad: Translate Point of sale module

This commit is contained in:
Laurent Destailleur 2009-09-13 22:27:42 +00:00
parent 76173cfd4b
commit eb23e9400e
4 changed files with 15 additions and 5 deletions

View File

@ -10,4 +10,6 @@ ShoppingCart=Shopping cart
NewSell=New sell
BackOffice=Back office
AddThisArticle=Add this article
RestartSelling=Go back on sell
RestartSelling=Go back on sell
SellFinished=Sell finished
PrintTicket=Print ticket

View File

@ -10,4 +10,6 @@ ShoppingCart=Panier
NewSell=Nouvelle vente
BackOffice=Back office
AddThisArticle=Ajouter cet article
RestartSelling=Reprendre la vente
RestartSelling=Reprendre la vente
SellFinished=Vente terminée
PrintTicket=Imprimer ticket

View File

@ -1,3 +1,6 @@
<?php
$langs->load("main");
?>
<!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
This program is free software; you can redistribute it and/or modify

View File

@ -1,3 +1,6 @@
<?php
$langs->load("main");
?>
<!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
This program is free software; you can redistribute it and/or modify
@ -14,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-->
<h3 class="titre1">Vente termin&eacute;e</h3>
<h3 class="titre1"><?php echo $langs->trans("SellFinished"); ?></h3>
<div class="cadre_facturation">
@ -33,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</script>
<p><a class="lien1" href="<?php echo DOL_URL_ROOT ?>/compta/facture.php?facid=<?php echo $_GET['facid']; ?>" target="_blank">Voir la facture</a></p>
<p><a class="lien1" href="#" onclick="Javascript: popupTicket(); return(false);">Imprimer le ticket</a></p>
<p><a class="lien1" href="<?php echo DOL_URL_ROOT ?>/compta/facture.php?facid=<?php echo $_GET['facid']; ?>" target="_blank"><?php echo $langs->trans("ShowInvoice"); ?></a></p>
<p><a class="lien1" href="#" onclick="Javascript: popupTicket(); return(false);"><?php echo $langs->trans("PrintTicket"); ?></a></p>
</div>