mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 05:51:28 +01:00
Review of module asset (#33847)
* Fixed Asset - Update translation of the module * Fix asset create name * Fix ref field * Update module Asset * Fix CI * Fix CI * Fix comment
This commit is contained in:
committed by
GitHub
parent
f0bd86c8a4
commit
ab0ce1d645
@@ -725,6 +725,8 @@ Module50300Name=Stripe
|
||||
Module50300Desc=Offer customers a Stripe online payment page (credit/debit cards). This can be used to allow your customers to make ad-hoc payments or payments related to a specific Dolibarr object (invoice, order etc...)
|
||||
Module50400Name=Accounting (double entry)
|
||||
Module50400Desc=Accounting management (double entries, support General and Subsidiary Ledgers). Export the ledger in several other accounting software formats.
|
||||
Module51000Name=Fixed asset
|
||||
Module51000Desc=Fixed asset complete management. Linked to the accounting module (double entries).
|
||||
Module54000Name=PrintIPP
|
||||
Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
|
||||
Module55000Name=Poll, Survey or Vote
|
||||
|
||||
@@ -17,6 +17,7 @@ AccountancyCodeAsset=Accounting code (asset)
|
||||
AccountancyCodeDepreciationAsset=Accounting code (depreciation asset account)
|
||||
AccountancyCodeDepreciationExpense=Accounting code (depreciation expense account)
|
||||
AssetsLines=Assets
|
||||
ConfirmValidateAsset=Are you sure you want to validate this asset with the reference <b>%s</b>?
|
||||
DeleteType=Delete
|
||||
DeleteAnAssetType=Delete an asset model
|
||||
ConfirmDeleteAssetType=Are you sure you want to delete this asset model?
|
||||
@@ -70,6 +71,7 @@ AssetDisposal=Disposal
|
||||
AssetConfirmDisposalAsk=Are you sure you want to dispose of the asset <b> %s</b>?
|
||||
AssetConfirmReOpenAsk=Are you sure you want to reopen the asset <b> %s</b>?
|
||||
# Asset status
|
||||
AssetInDraft=Draft
|
||||
AssetInProgress=In progress
|
||||
AssetDisposed=Disposed
|
||||
AssetRecorded=Accounted
|
||||
|
||||
@@ -49,7 +49,7 @@ AssetDepreciationOptions=Options d'amortissement
|
||||
AssetAccountancyCodes=Comptes comptables
|
||||
AssetDepreciation=Dépréciation
|
||||
# Asset
|
||||
Asset=Immobilisations
|
||||
Asset=Immobilisation
|
||||
Assets=Immobilisations
|
||||
AssetReversalAmountHT=Montant de l'annulation (hors taxes)
|
||||
AssetAcquisitionValueHT=Montant de l'acquisition (hors taxes)
|
||||
|
||||
Reference in New Issue
Block a user