2
0
forked from Wavyzz/dolibarr

Trad: Traduction

This commit is contained in:
Laurent Destailleur
2007-11-23 22:48:36 +00:00
parent d4639540c4
commit f2797c7d0b
4 changed files with 5 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ BankTransfers=Bank transfers
TransferDesc=Transfer from one account to another one, Dolibarr will write two records (one for debit in source account and a credit in target account, of same amount. Same label and date will be used for this transaction)
TransferFrom=From
TransferTo=To
TransferFromToDone=Transfer from <b>%s</b> to <b>%s</b> of <b>%s</b> %s has been recorded.
CheckTransmitter=Transmitter
ValidateCheckReceipt=Validate this check receipt ?
DeleteCheckReceipt=Delete this check receipt ?

View File

@@ -3,3 +3,4 @@ ErrorDuplicateTrigger=A trigger file named '<b>%s</b>' is already loaded. Remove
ErrorFailToDeleteFile=Failed to remove file '<b>%s</b>'.
ErrorThisContactIsAlreadyDefinedAsThisType=This contact is already defined as contact for this type.
ErrorCashAccountAcceptsOnlyCashMoney=This bank account is a cash account, so it accepts payments of type cash only.
ErrorFromToAccountsMustDiffers=Source and targets bank accounts must be different.