assets.lang 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Copyright (C) 2018 Alexandre Spangaro <aspangaro@open-dsi.fr>
  2. #
  3. # This program is free software: you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation, either version 3 of the License, or
  6. # (at your option) any later version.
  7. #
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License
  14. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  15. #
  16. # Generic
  17. #
  18. Assets = Activos
  19. NewAsset = Nuevo activo
  20. AccountancyCodeAsset = Código contable (activo)
  21. AccountancyCodeDepreciationAsset = Código contable (cuenta depreciación activo)
  22. AccountancyCodeDepreciationExpense = Código contable (cuenta depreciación gastos)
  23. NewAssetType=Nuevo tipo de activo
  24. AssetsTypeSetup=Configuración tipos de activos
  25. AssetTypeModified=Tipo de activo modificado
  26. AssetType=Tipo de activo
  27. AssetsLines=Activos
  28. DeleteType=Eliminar
  29. DeleteAnAssetType=Eliminar un tipo de activo
  30. ConfirmDeleteAssetType=¿Está seguro de querer eliminar este tipo de activo?
  31. ShowTypeCard=Ver tipo '%s'
  32. # Module label 'ModuleAssetsName'
  33. ModuleAssetsName = Activos
  34. # Module description 'ModuleAssetsDesc'
  35. ModuleAssetsDesc = Descripción bien
  36. #
  37. # Admin page
  38. #
  39. AssetsSetup = Configuración activos
  40. Settings = Configuraciones
  41. AssetsSetupPage = Configuración activos
  42. ExtraFieldsAssetsType = Campos adicionales (tipos de activos)
  43. AssetsType=Tipo de activo
  44. AssetsTypeId=Id tipo de activo
  45. AssetsTypeLabel=Etiqueta tipo de activo
  46. AssetsTypes=Tipos de activos
  47. #
  48. # Menu
  49. #
  50. MenuAssets = Activos
  51. MenuNewAsset = Nuevo bien
  52. MenuTypeAssets = Tipo de activos
  53. MenuListAssets = Listado
  54. MenuNewTypeAssets = Nuevo
  55. MenuListTypeAssets = Listado
  56. #
  57. # Module
  58. #
  59. Asset=Activo
  60. NewAssetType=Nuevo tipo de activo
  61. NewAsset=Nuevo activo
  62. ConfirmDeleteAsset=¿Está seguro de que desea eliminar este activo?