assets.lang 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. # Copyright (C) 2018-2022 Alexandre Spangaro <aspangaro@open-dsi.fr>
  2. #
  3. # This program is free software: you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation, either version 3 of the License, or
  6. # (at your option) any later version.
  7. #
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License
  14. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  15. #
  16. # Generic
  17. #
  18. NewAsset=New asset
  19. AccountancyCodeAsset=Accounting code (asset)
  20. AccountancyCodeDepreciationAsset=Accounting code (depreciation asset account)
  21. AccountancyCodeDepreciationExpense=Accounting code (depreciation expense account)
  22. AssetsLines=Assets
  23. DeleteType=Delete
  24. DeleteAnAssetType=Delete an asset model
  25. ConfirmDeleteAssetType=Are you sure you want to delete this asset model?
  26. ShowTypeCard=Show model '%s'
  27. # Module label 'ModuleAssetsName'
  28. ModuleAssetsName=Assets
  29. # Module description 'ModuleAssetsDesc'
  30. ModuleAssetsDesc=Assets description
  31. #
  32. # Admin page
  33. #
  34. AssetSetup=Assets setup
  35. AssetSetupPage=Assets setup page
  36. ExtraFieldsAssetModel=Complementary attributes (Asset's model)
  37. AssetsType=Asset model
  38. AssetsTypeId=Asset model id
  39. AssetsTypeLabel=Asset model label
  40. AssetsTypes=Assets models
  41. ASSET_ACCOUNTANCY_CATEGORY=Fixed asset accounting group
  42. #
  43. # Menu
  44. #
  45. MenuAssets=Assets
  46. MenuNewAsset=New asset
  47. MenuAssetModels=Model assets
  48. MenuListAssets=List
  49. MenuNewAssetModel=New asset's model
  50. MenuListAssetModels=List
  51. #
  52. # Module
  53. #
  54. ConfirmDeleteAsset=Do you really want to remove this asset?
  55. #
  56. # Tab
  57. #
  58. AssetDepreciationOptions=Depreciation options
  59. AssetAccountancyCodes=Accounting accounts
  60. AssetDepreciation=Depreciation
  61. #
  62. # Asset
  63. #
  64. Asset=Asset
  65. Assets=Assets
  66. AssetReversalAmountHT=Reversal amount (without taxes)
  67. AssetAcquisitionValueHT=Acquisition amount (without taxes)
  68. AssetRecoveredVAT=Recovered VAT
  69. AssetReversalDate=Reversal date
  70. AssetDateAcquisition=Acquisition date
  71. AssetDateStart=Date of start-up
  72. AssetAcquisitionType=Type of acquisition
  73. AssetAcquisitionTypeNew=New
  74. AssetAcquisitionTypeOccasion=Used
  75. AssetType=Type of asset
  76. AssetTypeIntangible=Intangible
  77. AssetTypeTangible=Tangible
  78. AssetTypeInProgress=In progress
  79. AssetTypeFinancial=Financial
  80. AssetNotDepreciated=Not depreciated
  81. AssetDisposal=Disposal
  82. AssetConfirmDisposalAsk=Are you sure you want to dispose of the asset <b> %s</b>?
  83. AssetConfirmReOpenAsk=Are you sure you want to reopen the asset <b> %s</b>?
  84. #
  85. # Asset status
  86. #
  87. AssetInProgress=In progress
  88. AssetDisposed=Disposed
  89. AssetRecorded=Accounted
  90. #
  91. # Asset disposal
  92. #
  93. AssetDisposalDate=Date of disposal
  94. AssetDisposalAmount=Disposal value
  95. AssetDisposalType=Type of disposal
  96. AssetDisposalDepreciated=Depreciate the year of transfer
  97. AssetDisposalSubjectToVat=Disposal subject to VAT
  98. #
  99. # Asset model
  100. #
  101. AssetModel=Asset's model
  102. AssetModels=Asset's models
  103. #
  104. # Asset depreciation options
  105. #
  106. AssetDepreciationOptionEconomic=Economic depreciation
  107. AssetDepreciationOptionAcceleratedDepreciation=Accelerated depreciation (tax)
  108. AssetDepreciationOptionDepreciationType=Depreciation type
  109. AssetDepreciationOptionDepreciationTypeLinear=Linear
  110. AssetDepreciationOptionDepreciationTypeDegressive=Degressive
  111. AssetDepreciationOptionDepreciationTypeExceptional=Exceptional
  112. AssetDepreciationOptionDegressiveRate=Degressive rate
  113. AssetDepreciationOptionAcceleratedDepreciation=Accelerated depreciation (tax)
  114. AssetDepreciationOptionDuration=Duration
  115. AssetDepreciationOptionDurationType=Type duration
  116. AssetDepreciationOptionDurationTypeAnnual=Annual
  117. AssetDepreciationOptionDurationTypeMonthly=Monthly
  118. AssetDepreciationOptionDurationTypeDaily=Daily
  119. AssetDepreciationOptionRate=Rate (%%)
  120. AssetDepreciationOptionAmountBaseDepreciationHT=Depreciation base (excl. VAT)
  121. AssetDepreciationOptionAmountBaseDeductibleHT=Deductible base (excl. VAT)
  122. AssetDepreciationOptionTotalAmountLastDepreciationHT=Total amount last depreciation (excl. VAT)
  123. #
  124. # Asset accountancy codes
  125. #
  126. AssetAccountancyCodeDepreciationEconomic=Economic depreciation
  127. AssetAccountancyCodeAsset=Asset
  128. AssetAccountancyCodeDepreciationAsset=Depreciation
  129. AssetAccountancyCodeDepreciationExpense=Depreciation expense
  130. AssetAccountancyCodeValueAssetSold=Value of asset disposed
  131. AssetAccountancyCodeReceivableOnAssignment=Receivable on disposal
  132. AssetAccountancyCodeProceedsFromSales=Proceeds from disposal
  133. AssetAccountancyCodeVatCollected=Collected VAT
  134. AssetAccountancyCodeVatDeductible=Recovered VAT on assets
  135. AssetAccountancyCodeDepreciationAcceleratedDepreciation=Accelerated depreciation (tax)
  136. AssetAccountancyCodeAcceleratedDepreciation=Account
  137. AssetAccountancyCodeEndowmentAcceleratedDepreciation=Depreciation expense
  138. AssetAccountancyCodeProvisionAcceleratedDepreciation=Repossession/Provision
  139. #
  140. # Asset depreciation
  141. #
  142. AssetBaseDepreciationHT=Depreciation basis (excl. VAT)
  143. AssetDepreciationBeginDate=Start of depreciation on
  144. AssetDepreciationDuration=Duration
  145. AssetDepreciationRate=Rate (%%)
  146. AssetDepreciationDate=Depreciation date
  147. AssetDepreciationHT=Depreciation (excl. VAT)
  148. AssetCumulativeDepreciationHT=Cumulative depreciation (excl. VAT)
  149. AssetResidualHT=Residual value (excl. VAT)
  150. AssetDispatchedInBookkeeping=Depreciation recorded
  151. AssetFutureDepreciationLine=Future depreciation
  152. AssetDepreciationReversal=Reversal
  153. #
  154. # Errors
  155. #
  156. AssetErrorAssetOrAssetModelIDNotProvide=Id of the asset or the model sound has not been provided
  157. AssetErrorFetchAccountancyCodesForMode=Error when retrieving the accounting accounts for the '%s' depreciation mode
  158. AssetErrorDeleteAccountancyCodesForMode=Error when deleting accounting accounts from the '%s' depreciation mode
  159. AssetErrorInsertAccountancyCodesForMode=Error when inserting the accounting accounts of the depreciation mode '%s'
  160. AssetErrorFetchDepreciationOptionsForMode=Error when retrieving options for the '%s' depreciation mode
  161. AssetErrorDeleteDepreciationOptionsForMode=Error when deleting the '%s' depreciation mode options
  162. AssetErrorInsertDepreciationOptionsForMode=Error when inserting the '%s' depreciation mode options
  163. AssetErrorFetchDepreciationLines=Error when retrieving recorded depreciation lines
  164. AssetErrorClearDepreciationLines=Error when purging recorded depreciation lines (reversal and future)
  165. AssetErrorAddDepreciationLine=Error when adding a depreciation line
  166. AssetErrorCalculationDepreciationLines=Error when calculating the depreciation lines (recovery and future)
  167. AssetErrorReversalDateNotProvidedForMode=The reversal date is not provided for the '%s' depreciation method
  168. AssetErrorReversalDateNotGreaterThanCurrentBeginFiscalDateForMode=The reversal date must be greater than or equal to the beginning of the current fiscal year for the '%s' depreciation method
  169. AssetErrorReversalAmountNotProvidedForMode=The reversal amount is not provided for the depreciation mode '%s'.
  170. AssetErrorFetchCumulativeDepreciation=Error when retrieving the accumulated depreciation amount from the depreciation line
  171. AssetErrorSetLastCumulativeDepreciation=Error when recording the last accumulated depreciation amount