Trad: Traduction comptes bancaires
This commit is contained in:
parent
c9076e5db7
commit
7106ac3739
@ -169,10 +169,10 @@ if ($_GET["action"] == 'create')
|
|||||||
print '<td><input size="3" type="text" name="cle_rib" value="'.$_POST["cle_rib"].'"></td></tr>';
|
print '<td><input size="3" type="text" name="cle_rib" value="'.$_POST["cle_rib"].'"></td></tr>';
|
||||||
|
|
||||||
print '<tr><td valign="top">'.$langs->trans("IBAN").'</td>';
|
print '<tr><td valign="top">'.$langs->trans("IBAN").'</td>';
|
||||||
print '<td colspan="3"><input size="5" type="text" name="iban_prefix" value="'.$_POST["iban_prefix"].'"></td></tr>';
|
print '<td colspan="3"><input size="24" type="text" name="iban_prefix" value="'.$_POST["iban_prefix"].'"></td></tr>';
|
||||||
|
|
||||||
print '<tr><td valign="top">'.$langs->trans("BIC").'</td>';
|
print '<tr><td valign="top">'.$langs->trans("BIC").'</td>';
|
||||||
print '<td colspan="3"><input size="12" type="text" name="bic" value="'.$_POST["bic"].'"></td></tr>';
|
print '<td colspan="3"><input size="24" type="text" name="bic" value="'.$_POST["bic"].'"></td></tr>';
|
||||||
|
|
||||||
print '<tr><td valign="top">'.$langs->trans("BankAccountDomiciliation").'</td><td colspan="3">';
|
print '<tr><td valign="top">'.$langs->trans("BankAccountDomiciliation").'</td><td colspan="3">';
|
||||||
print "<textarea name=\"domiciliation\" rows=\"3\" cols=\"40\">".$_POST["domiciliation"];
|
print "<textarea name=\"domiciliation\" rows=\"3\" cols=\"40\">".$_POST["domiciliation"];
|
||||||
@ -207,10 +207,10 @@ else
|
|||||||
$h = 0;
|
$h = 0;
|
||||||
|
|
||||||
$head[$h][0] = "fiche.php?id=$account->id";
|
$head[$h][0] = "fiche.php?id=$account->id";
|
||||||
$head[$h][1] = $langs->trans("FinancialAccount")." ".$account->number;
|
$head[$h][1] = $langs->trans("AccountCard");
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
dolibarr_fiche_head($head, $hselected);
|
dolibarr_fiche_head($head, $hselected, $langs->trans("FinancialAccount")." ".$account->number);
|
||||||
|
|
||||||
print '<table class="border" width="100%">';
|
print '<table class="border" width="100%">';
|
||||||
|
|
||||||
@ -286,7 +286,7 @@ else
|
|||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
print_titre("Edition compte bancaire");
|
print_titre($langs->trans("EditFinancialAccount"));
|
||||||
print "<br>";
|
print "<br>";
|
||||||
|
|
||||||
if ($message) { print "$message<br><br>\n"; }
|
if ($message) { print "$message<br><br>\n"; }
|
||||||
@ -321,10 +321,10 @@ else
|
|||||||
print '<td><input size="3" type="text" name="cle_rib" value="'.$account->cle_rib.'"></td></tr>';
|
print '<td><input size="3" type="text" name="cle_rib" value="'.$account->cle_rib.'"></td></tr>';
|
||||||
|
|
||||||
print '<tr><td valign="top">'.$langs->trans("IBAN").'</td>';
|
print '<tr><td valign="top">'.$langs->trans("IBAN").'</td>';
|
||||||
print '<td colspan="3"><input size="5" type="text" name="iban_prefix" value="'.$account->iban_prefix.'"></td></tr>';
|
print '<td colspan="3"><input size="24" type="text" name="iban_prefix" value="'.$account->iban_prefix.'"></td></tr>';
|
||||||
|
|
||||||
print '<tr><td valign="top">'.$langs->trans("BIC").'</td>';
|
print '<tr><td valign="top">'.$langs->trans("BIC").'</td>';
|
||||||
print '<td colspan="3"><input size="12" type="text" name="bic" value="'.$account->bic.'"></td></tr>';
|
print '<td colspan="3"><input size="24" type="text" name="bic" value="'.$account->bic.'"></td></tr>';
|
||||||
|
|
||||||
print '<tr><td valign="top">'.$langs->trans("BankAccountDomiciliation").'</td><td colspan="3">';
|
print '<tr><td valign="top">'.$langs->trans("BankAccountDomiciliation").'</td><td colspan="3">';
|
||||||
print "<textarea name=\"domiciliation\" rows=\"3\" cols=\"40\">";
|
print "<textarea name=\"domiciliation\" rows=\"3\" cols=\"40\">";
|
||||||
@ -354,5 +354,5 @@ else
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter('$Date$ - $Revision$');
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
# Dolibarr language file - en_US - banks
|
# Dolibarr language file - en_US - banks
|
||||||
Bank=Bank
|
Bank=Bank
|
||||||
Banks=Banks
|
Banks=Banks
|
||||||
FinancialAccount=Financial account
|
FinancialAccount=Account
|
||||||
FinancialAccounts=Financial accounts
|
FinancialAccounts=Accounts
|
||||||
BankAccount=Bank account
|
BankAccount=Bank account
|
||||||
BankAccounts=Bank accounts
|
BankAccounts=Bank accounts
|
||||||
CashAccount=Cash account
|
CashAccount=Cash account
|
||||||
@ -38,6 +38,7 @@ NewFinancialAccount=New financial account
|
|||||||
NewCurrentAccount=New current account
|
NewCurrentAccount=New current account
|
||||||
NewSavingAccount=New saving account
|
NewSavingAccount=New saving account
|
||||||
NewCashAccount=New cash account
|
NewCashAccount=New cash account
|
||||||
|
EditFinancialAccount=Edit account
|
||||||
AccountSetup=Account setup
|
AccountSetup=Account setup
|
||||||
SearchBankMovement=search bank movement
|
SearchBankMovement=search bank movement
|
||||||
Debts=Debts
|
Debts=Debts
|
||||||
@ -47,4 +48,5 @@ BankType0=Saving account
|
|||||||
BankType1=Current account
|
BankType1=Current account
|
||||||
BankType2=Cash account
|
BankType2=Cash account
|
||||||
IfBankAccount=If bank account
|
IfBankAccount=If bank account
|
||||||
AccountsArea=Accounts area
|
AccountsArea=Accounts area
|
||||||
|
AccountCard=Account card
|
||||||
@ -38,6 +38,9 @@ ProfId3FR=NAF (Old APE)
|
|||||||
ProfId1BE=Professionnel number
|
ProfId1BE=Professionnel number
|
||||||
ProfId2BE=-
|
ProfId2BE=-
|
||||||
ProfId3BE=-
|
ProfId3BE=-
|
||||||
|
ProfId1PT=NIPC
|
||||||
|
ProfId2PT=Social security number
|
||||||
|
ProfId3PT=Commercial Record number
|
||||||
TVAIntra=Intracommunautary VAT
|
TVAIntra=Intracommunautary VAT
|
||||||
ProspectCustomer=Prospect / Customer
|
ProspectCustomer=Prospect / Customer
|
||||||
Prospect=Prospect
|
Prospect=Prospect
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
# Dolibarr language file - fr_FR - banks
|
# Dolibarr language file - fr_FR - banks
|
||||||
Bank=Banque
|
Bank=Banque
|
||||||
Banks=Banques
|
Banks=Banques
|
||||||
FinancialAccount=Compte financier
|
FinancialAccount=Compte
|
||||||
FinancialAccounts=Comptes financiers
|
FinancialAccounts=Comptes
|
||||||
BankAccount=Compte bancaire
|
BankAccount=Compte bancaire
|
||||||
BankAccounts=Comptes bancaires
|
BankAccounts=Comptes bancaires
|
||||||
CashAccount=Compte caisse/liquide
|
CashAccount=Compte caisse/liquide
|
||||||
@ -38,6 +38,7 @@ NewFinancialAccount=Nouveau compte financier
|
|||||||
NewCurrentAccount=Nouveau compte courant
|
NewCurrentAccount=Nouveau compte courant
|
||||||
NewSavingAccount=Nouveau compte épargne
|
NewSavingAccount=Nouveau compte épargne
|
||||||
NewCashAccount=Nouveau compte caisse
|
NewCashAccount=Nouveau compte caisse
|
||||||
|
EditFinancialAccount=Edition compte
|
||||||
AccountSetup=Configuration des comptes
|
AccountSetup=Configuration des comptes
|
||||||
SearchBankMovement=Recherche écriture bancaire
|
SearchBankMovement=Recherche écriture bancaire
|
||||||
Debts=Dettes
|
Debts=Dettes
|
||||||
@ -47,4 +48,5 @@ BankType0=Compte bancaire
|
|||||||
BankType1=Compte bancaire courant
|
BankType1=Compte bancaire courant
|
||||||
BankType2=Compte caisse/liquide
|
BankType2=Compte caisse/liquide
|
||||||
IfBankAccount=Si compte bancaire
|
IfBankAccount=Si compte bancaire
|
||||||
AccountsArea=Espace comptes
|
AccountsArea=Espace comptes
|
||||||
|
AccountCard=Fiche compte
|
||||||
@ -38,6 +38,9 @@ ProfId3FR=NAF (Ex APE)
|
|||||||
ProfId1BE=N° professionnel
|
ProfId1BE=N° professionnel
|
||||||
ProfId2BE=-
|
ProfId2BE=-
|
||||||
ProfId3BE=-
|
ProfId3BE=-
|
||||||
|
ProfId1PT=NIPC
|
||||||
|
ProfId2PT=Social security number
|
||||||
|
ProfId3PT=Commercial Record number
|
||||||
TVAIntra=Numéro de TVA Intracommunautaire
|
TVAIntra=Numéro de TVA Intracommunautaire
|
||||||
ProspectCustomer=Prospect / Client
|
ProspectCustomer=Prospect / Client
|
||||||
Prospect=Prospect
|
Prospect=Prospect
|
||||||
|
|||||||
@ -37,6 +37,9 @@ ProfId3FR=NAF (Old APE)
|
|||||||
ProfId1BE=Número profissional
|
ProfId1BE=Número profissional
|
||||||
ProfId2BE=-
|
ProfId2BE=-
|
||||||
ProfId3BE=-
|
ProfId3BE=-
|
||||||
|
ProfId1PT=NIPC
|
||||||
|
ProfId2PT=Social security number
|
||||||
|
ProfId3PT=Commercial Record number
|
||||||
TVAIntra=IVA
|
TVAIntra=IVA
|
||||||
ProspectCustomer=Possibilidade / Cliente
|
ProspectCustomer=Possibilidade / Cliente
|
||||||
Prospect=Possibilidade
|
Prospect=Possibilidade
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user