mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
66 lines
2.0 KiB
Plaintext
66 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 = Activos
|
|
NewAsset = Novo activo
|
|
AccountancyCodeAsset = Código contable (activo)
|
|
AccountancyCodeDepreciationAsset = Código contable (conta depreciación activo)
|
|
AccountancyCodeDepreciationExpense = Código contable (conta depreciación gastos)
|
|
NewAssetType=Novo tipo de activo
|
|
AssetsTypeSetup=Configuración tipos de activos
|
|
AssetTypeModified=Tipo de activo modificado
|
|
AssetType=Tipo de activo
|
|
AssetsLines=Activos
|
|
DeleteType=Eliminar
|
|
DeleteAnAssetType=Eliminar un tipo de activo
|
|
ConfirmDeleteAssetType=¿Está certo de querer eliminar este tipo de activo?
|
|
ShowTypeCard=Ver tipo '%s'
|
|
|
|
# Module label 'ModuleAssetsName'
|
|
ModuleAssetsName = Activos
|
|
# Module description 'ModuleAssetsDesc'
|
|
ModuleAssetsDesc = Descrición de activos
|
|
|
|
#
|
|
# Admin page
|
|
#
|
|
AssetsSetup = Configuración activos
|
|
Settings = Configuracións
|
|
AssetsSetupPage = Configuración activos
|
|
ExtraFieldsAssetsType = Campos adicionais (tipos de activos)
|
|
AssetsType=Tipo de activo
|
|
AssetsTypeId=Id tipo de activo
|
|
AssetsTypeLabel=Etiqueta tipo de activo
|
|
AssetsTypes=Tipos de activos
|
|
|
|
#
|
|
# Menu
|
|
#
|
|
MenuAssets = Activos
|
|
MenuNewAsset = Novo ben
|
|
MenuTypeAssets = Tipo de activos
|
|
MenuListAssets = Listaxe
|
|
MenuNewTypeAssets = Novo
|
|
MenuListTypeAssets = Listaxe
|
|
|
|
#
|
|
# Module
|
|
#
|
|
NewAssetType=Novo tipo de activo
|
|
NewAsset=Novo activo
|