Trad: Translate Point of sale module
This commit is contained in:
parent
76173cfd4b
commit
eb23e9400e
@ -11,3 +11,5 @@ NewSell=New sell
|
|||||||
BackOffice=Back office
|
BackOffice=Back office
|
||||||
AddThisArticle=Add this article
|
AddThisArticle=Add this article
|
||||||
RestartSelling=Go back on sell
|
RestartSelling=Go back on sell
|
||||||
|
SellFinished=Sell finished
|
||||||
|
PrintTicket=Print ticket
|
||||||
@ -11,3 +11,5 @@ NewSell=Nouvelle vente
|
|||||||
BackOffice=Back office
|
BackOffice=Back office
|
||||||
AddThisArticle=Ajouter cet article
|
AddThisArticle=Ajouter cet article
|
||||||
RestartSelling=Reprendre la vente
|
RestartSelling=Reprendre la vente
|
||||||
|
SellFinished=Vente terminée
|
||||||
|
PrintTicket=Imprimer ticket
|
||||||
@ -1,3 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
$langs->load("main");
|
||||||
|
?>
|
||||||
<!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
|
<!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
$langs->load("main");
|
||||||
|
?>
|
||||||
<!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
|
<!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
-->
|
-->
|
||||||
<h3 class="titre1">Vente terminée</h3>
|
<h3 class="titre1"><?php echo $langs->trans("SellFinished"); ?></h3>
|
||||||
|
|
||||||
<div class="cadre_facturation">
|
<div class="cadre_facturation">
|
||||||
|
|
||||||
@ -33,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||||||
|
|
||||||
</script>
|
</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="<?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);">Imprimer le ticket</a></p>
|
<p><a class="lien1" href="#" onclick="Javascript: popupTicket(); return(false);"><?php echo $langs->trans("PrintTicket"); ?></a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user