| 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 = Activos
- NewAsset = Nuevo activo
- AccountancyCodeAsset = Código contable (activo)
- AccountancyCodeDepreciationAsset = Código contable (cuenta depreciación activo)
- AccountancyCodeDepreciationExpense = Código contable (cuenta depreciación gastos)
- NewAssetType=Nuevo 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á seguro de querer eliminar este tipo de activo?
- ShowTypeCard=Ver tipo '%s'
- # Module label 'ModuleAssetsName'
- ModuleAssetsName = Activos
- # Module description 'ModuleAssetsDesc'
- ModuleAssetsDesc = Descripción bien
- #
- # Admin page
- #
- AssetsSetup = Configuración activos
- Settings = Configuraciones
- AssetsSetupPage = Configuración activos
- ExtraFieldsAssetsType = Campos adicionales (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 = Nuevo bien
- MenuTypeAssets = Tipo de activos
- MenuListAssets = Listado
- MenuNewTypeAssets = Nuevo
- MenuListTypeAssets = Listado
- #
- # Module
- #
- Asset=Activo
- NewAssetType=Nuevo tipo de activo
- NewAsset=Nuevo activo
- ConfirmDeleteAsset=¿Está seguro de que desea eliminar este activo?
|