1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- # 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 = Aktiver
- NewAsset = Nyt aktiv
- AccountancyCodeAsset = Regnskabskode (aktiv)
- AccountancyCodeDepreciationAsset = Regnskabskode (afskrivning aktiv konto)
- AccountancyCodeDepreciationExpense = Regnskabskode (afskrivningskostnadskonto)
- NewAssetType=Ny aktivtype
- AssetsTypeSetup=Aktiv type setup
- AssetTypeModified=Aktiv type redigeret
- AssetType=Aktiv type
- AssetsLines=Aktiver
- DeleteType=Slet
- DeleteAnAssetType=Slet en aktiv type
- ConfirmDeleteAssetType=Er du sikker på du ønsker at slette denne aktiv type
- ShowTypeCard=Vis type ' %s'
- # Module label 'ModuleAssetsName'
- ModuleAssetsName = Aktiver
- # Module description 'ModuleAssetsDesc'
- ModuleAssetsDesc = Aktiver beskrivelse
- #
- # Admin page
- #
- AssetsSetup = Indstillinger for aktiver
- Settings = Indstillinger
- AssetsSetupPage = Indstillingsside for aktiver
- ExtraFieldsAssetsType = Komplementære attributter (aktiv type)
- AssetsType=Asset type
- AssetsTypeId=Aktivtype id
- AssetsTypeLabel=Asset type label
- AssetsTypes=Aktiver typer
- #
- # Menu
- #
- MenuAssets = Aktiver
- MenuNewAsset = Nyt aktiv
- MenuTypeAssets = Indtast aktiver
- MenuListAssets = Liste
- MenuNewTypeAssets = Ny
- MenuListTypeAssets = Liste
- #
- # Module
- #
- NewAssetType=Ny aktivtype
- NewAsset=Nyt aktiv
|