CashDesk: Missing translation

This commit is contained in:
Juanjo Menent 2011-08-03 15:48:24 +00:00
parent 10b8536c6a
commit 0f1c7a1ae6
5 changed files with 10 additions and 6 deletions

View File

@ -11,7 +11,7 @@ require_once(DOL_DOCUMENT_ROOT.'/product/class/product.class.php');
?> ?>
<!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net> <!--Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation; either version 2 of the License, or
@ -82,7 +82,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
for($i=0;$i < $tab_size;$i++) { for($i=0;$i < $tab_size;$i++) {
echo ('<div class="cadre_article">'."\n"); echo ('<div class="cadre_article">'."\n");
echo ('<p><a href="facturation_verif.php?action=suppr_article&suppr_id='.$tab[$i]['id'].'" title="Cliquez pour enlever cet article">'.$tab[$i]['ref'].' - '.$tab[$i]['label'].'</a></p>'."\n"); echo ('<p><a href="facturation_verif.php?action=suppr_article&suppr_id='.$tab[$i]['id'].'" title="'.$langs->trans("DeleteArticle").'">'.$tab[$i]['ref'].' - '.$tab[$i]['label'].'</a></p>'."\n");
if ( $tab[$i]['remise_percent'] > 0 ) { if ( $tab[$i]['remise_percent'] > 0 ) {

View File

@ -35,3 +35,4 @@ CashDeskSetupStock=La configuració decrementa l'estoc en la creació de facture
BankToPay=Compte de cobrament BankToPay=Compte de cobrament
ShowCompany=Veure empresa ShowCompany=Veure empresa
ShowStock=Veure magatzem ShowStock=Veure magatzem
DeleteArticle=Feu clic per treure aquest article

View File

@ -35,3 +35,4 @@ CashDeskSetupStock=You ask to decrease stock on invoice creation but warehouse f
BankToPay=Charge Account BankToPay=Charge Account
ShowCompany=Show company ShowCompany=Show company
ShowStock=Show warehouse ShowStock=Show warehouse
DeleteArticle=Click to remove this article

View File

@ -35,3 +35,4 @@ CashDeskSetupStock=La configuración decrementa el stock en la creación de fact
BankToPay=Cuenta de cobro BankToPay=Cuenta de cobro
ShowCompany=Ver empresa ShowCompany=Ver empresa
ShowStock=Ver almacén ShowStock=Ver almacén
DeleteArticle=Haga clic para quitar este artículo

View File

@ -35,3 +35,4 @@ CashDeskSetupStock=La configuration du module stock demande une réduction du st
BankToPay=Compte à créditer BankToPay=Compte à créditer
ShowCompany=Voir société ShowCompany=Voir société
ShowStock=Voir entrepôt ShowStock=Voir entrepôt
DeleteArticle=Cliquez pour enlever cet article