CashDesk: Missing translation
This commit is contained in:
parent
10b8536c6a
commit
0f1c7a1ae6
@ -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 ) {
|
||||||
|
|
||||||
|
|||||||
@ -34,4 +34,5 @@ CalTip=Feu clic per veure el calendari
|
|||||||
CashDeskSetupStock=La configuració decrementa l'estoc en la creació de factures, però no ha indicat magatzem.<br>Canvieu la configuració del mòdul estoc, o esculli un magatzem
|
CashDeskSetupStock=La configuració decrementa l'estoc en la creació de factures, però no ha indicat magatzem.<br>Canvieu la configuració del mòdul estoc, o esculli un magatzem
|
||||||
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
|
||||||
@ -34,4 +34,5 @@ CalTip=Click to view the calendar
|
|||||||
CashDeskSetupStock=You ask to decrease stock on invoice creation but warehouse for this is was not defined<br>Change stock module setup, or choose a warehouse
|
CashDeskSetupStock=You ask to decrease stock on invoice creation but warehouse for this is was not defined<br>Change stock module setup, or choose a warehouse
|
||||||
BankToPay=Charge Account
|
BankToPay=Charge Account
|
||||||
ShowCompany=Show company
|
ShowCompany=Show company
|
||||||
ShowStock=Show warehouse
|
ShowStock=Show warehouse
|
||||||
|
DeleteArticle=Click to remove this article
|
||||||
@ -34,4 +34,5 @@ CalTip=Haga clic para ver el calendario
|
|||||||
CashDeskSetupStock=La configuración decrementa el stock en la creación de facturas, pero no ha indicado almacén.<br>Cambie la configuración del módulo stock, o escoja un almacén
|
CashDeskSetupStock=La configuración decrementa el stock en la creación de facturas, pero no ha indicado almacén.<br>Cambie la configuración del módulo stock, o escoja un almacén
|
||||||
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
|
||||||
@ -34,4 +34,5 @@ CalTip=Cliquez pour afficher le calendrier
|
|||||||
CashDeskSetupStock=La configuration du module stock demande une réduction du stock sur facturation, mais vous n'avez pas spécifiez d'entrepôt. Vous devez modifier la configuration du module stock ou choisir un entrepôt.
|
CashDeskSetupStock=La configuration du module stock demande une réduction du stock sur facturation, mais vous n'avez pas spécifiez d'entrepôt. Vous devez modifier la configuration du module stock ou choisir un entrepôt.
|
||||||
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
|
||||||
Loading…
Reference in New Issue
Block a user