12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- # Copyright (C) 2018 Alexandre Spangaro <aspangaro@open-dsi.fr>
- #
- # 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
- # the Free Software Foundation, either version 3 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <https://www.gnu.org/licenses/>.
- #
- # Generic
- #
- Assets = Assets
- NewAsset = New asset
- AccountancyCodeAsset = Accounting code (asset)
- AccountancyCodeDepreciationAsset = Accounting code (depreciation asset account)
- AccountancyCodeDepreciationExpense = Accounting code (depreciation expense account)
- NewAssetType=New asset type
- AssetsTypeSetup=Asset type setup
- AssetTypeModified=Asset type modified
- AssetType=Asset type
- AssetsLines=Assets
- DeleteType=Delete
- DeleteAnAssetType=Delete an asset type
- ConfirmDeleteAssetType=Are you sure you want to delete this asset type?
- ShowTypeCard=Show type '%s'
- # Module label 'ModuleAssetsName'
- ModuleAssetsName = Assets
- # Module description 'ModuleAssetsDesc'
- ModuleAssetsDesc = Assets description
- #
- # Admin page
- #
- AssetsSetup = Assets setup
- Settings = Settings
- AssetsSetupPage = Assets setup page
- ExtraFieldsAssetsType = Complementary attributes (Asset type)
- AssetsType=Asset type
- AssetsTypeId=Asset type id
- AssetsTypeLabel=Asset type label
- AssetsTypes=Assets types
- #
- # Menu
- #
- MenuAssets = Assets
- MenuNewAsset = New asset
- MenuTypeAssets = Type assets
- MenuListAssets = List
- MenuNewTypeAssets = New
- MenuListTypeAssets = List
- #
- # Module
- #
- Asset=Asset
- NewAssetType=New asset type
- NewAsset=New asset
- ConfirmDeleteAsset=Are you sure you want to delete this asset ?
|