mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-29 21:01:25 +01:00
68 lines
2.5 KiB
Plaintext
68 lines
2.5 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 = Активы
|
|
NewAsset = Новый актив
|
|
AccountancyCodeAsset = Учетный код (актив)
|
|
AccountancyCodeDepreciationAsset = Учетный код (счет актива амортизации)
|
|
AccountancyCodeDepreciationExpense = Учетный код (счет амортизационных расходов)
|
|
NewAssetType=Тип нового актива
|
|
AssetsTypeSetup=Настройка типа актива
|
|
AssetTypeModified=Тип актива изменен
|
|
AssetType=Тип актива
|
|
AssetsLines=Активы
|
|
DeleteType=Удалить
|
|
DeleteAnAssetType=Удалить тип актива
|
|
ConfirmDeleteAssetType=Вы действительно хотите удалить этот тип актива?
|
|
ShowTypeCard=Показать типу ' %s'
|
|
|
|
# Module label 'ModuleAssetsName'
|
|
ModuleAssetsName = Активы
|
|
# Module description 'ModuleAssetsDesc'
|
|
ModuleAssetsDesc = Описание активов
|
|
|
|
#
|
|
# Admin page
|
|
#
|
|
AssetsSetup = Настройка активов
|
|
Settings = Настройки
|
|
AssetsSetupPage = Страница настройки активов
|
|
ExtraFieldsAssetsType = Дополнительные атрибуты (тип актива)
|
|
AssetsType=Тип актива
|
|
AssetsTypeId=Идентификатор типа актива
|
|
AssetsTypeLabel=Метка типа актива
|
|
AssetsTypes=Типы активов
|
|
|
|
#
|
|
# Menu
|
|
#
|
|
MenuAssets = Активы
|
|
MenuNewAsset = Новый актив
|
|
MenuTypeAssets = Тип активов
|
|
MenuListAssets = Список
|
|
MenuNewTypeAssets = Новый
|
|
MenuListTypeAssets = Список
|
|
|
|
#
|
|
# Module
|
|
#
|
|
Asset=Актив
|
|
NewAssetType=Тип нового актива
|
|
NewAsset=Новый актив
|
|
ConfirmDeleteAsset=Вы уверены, что хотите удалить этот актив?
|