mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-26 11:21:27 +01:00
68 lines
2.0 KiB
Plaintext
68 lines
2.0 KiB
Plaintext
# 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 = Ressourcen / Anlagen
|
|
NewAsset = neue Anlage
|
|
AccountancyCodeAsset = Kontierungscode (Resource)
|
|
AccountancyCodeDepreciationAsset = Kontierungscode (alter Ressourcencode)
|
|
AccountancyCodeDepreciationExpense = Kontierungscode (altes Aufwandskonto)
|
|
NewAssetType=neue Anlagenart
|
|
AssetsTypeSetup=Einstellungen Anlagetyp
|
|
AssetTypeModified=Anlagentyp geändert
|
|
AssetType=Anlagetyp
|
|
AssetsLines=Anlagen
|
|
DeleteType=Lösche Gruppe
|
|
DeleteAnAssetType=Lösche einen Anlagetyp
|
|
ConfirmDeleteAssetType=Möchten Sie diesen Anlagetyp wirklich löschen?
|
|
ShowTypeCard=Zeige Typ '%s'
|
|
|
|
# Module label 'ModuleAssetsName'
|
|
ModuleAssetsName = Anlagen
|
|
# Module description 'ModuleAssetsDesc'
|
|
ModuleAssetsDesc = Resourcenbeschreibung
|
|
|
|
#
|
|
# Admin page
|
|
#
|
|
AssetsSetup = Resourcensetup
|
|
Settings = Einstellungen
|
|
AssetsSetupPage = Resourcen Setupseite
|
|
ExtraFieldsAssetsType = Ergänzende Attribute (Anlagetyp)
|
|
AssetsType=Resourcenart
|
|
AssetsTypeId=Resourcenart ID
|
|
AssetsTypeLabel=Resourcenart Label
|
|
AssetsTypes=Resourcenarten
|
|
|
|
#
|
|
# Menu
|
|
#
|
|
MenuAssets = Anlagen
|
|
MenuNewAsset = neue Anlage
|
|
MenuTypeAssets = Anlagen eingeben
|
|
MenuListAssets = Liste
|
|
MenuNewTypeAssets = Neu
|
|
MenuListTypeAssets = Liste
|
|
|
|
#
|
|
# Module
|
|
#
|
|
Asset=Anlagegut
|
|
NewAssetType=neue Anlagenart
|
|
NewAsset=neue Anlage
|
|
ConfirmDeleteAsset=Möchten Sie dieses Asset wirklich löschen?
|