mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-27 03:41:31 +01:00
68 lines
1.9 KiB
Plaintext
68 lines
1.9 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 = Aset
|
|
NewAsset = Aset baru
|
|
AccountancyCodeAsset = Kode akuntansi (aset)
|
|
AccountancyCodeDepreciationAsset = Kode akuntansi (akun penyusutan aset)
|
|
AccountancyCodeDepreciationExpense = Kode akuntansi (akun penyusutan pengeluaran)
|
|
NewAssetType=Jenis aset baru
|
|
AssetsTypeSetup=Pengaturan jenis aset
|
|
AssetTypeModified=Jenis aset diubah
|
|
AssetType=Jenis aset
|
|
AssetsLines=Aset
|
|
DeleteType=Hapus
|
|
DeleteAnAssetType=Hapus jenis aset
|
|
ConfirmDeleteAssetType=Anda yakin ingin menghapus jenis aset ini?
|
|
ShowTypeCard=Tampilkan jenis '%s'
|
|
|
|
# Module label 'ModuleAssetsName'
|
|
ModuleAssetsName = Aset
|
|
# Module description 'ModuleAssetsDesc'
|
|
ModuleAssetsDesc = Deskripsi Aset
|
|
|
|
#
|
|
# Admin page
|
|
#
|
|
AssetsSetup = Pengaturan aset
|
|
Settings = Pengaturan
|
|
AssetsSetupPage = Halaman pengaturan aset
|
|
ExtraFieldsAssetsType = Atribut pelengkap (jenis aset)
|
|
AssetsType=Jenis aset
|
|
AssetsTypeId=Id jenis aset
|
|
AssetsTypeLabel=Label jenis aset
|
|
AssetsTypes=Jenis aset
|
|
|
|
#
|
|
# Menu
|
|
#
|
|
MenuAssets = Aset
|
|
MenuNewAsset = Aset baru
|
|
MenuTypeAssets = Ketikkan aset
|
|
MenuListAssets = Daftar
|
|
MenuNewTypeAssets = Baru
|
|
MenuListTypeAssets = Daftar
|
|
|
|
#
|
|
# Module
|
|
#
|
|
Asset=Aset
|
|
NewAssetType=Jenis aset baru
|
|
NewAsset=Aset baru
|
|
ConfirmDeleteAsset=Anda yakin ingin menghapus aset ini?
|