snipe-it/resources/lang/pl/admin/depreciations/general.php

13 lines
521 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'about_asset_depreciations' => 'Informacja na temat amortyzacji nabytku',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Amortyzacja nabytków',
'create_depreciation' => 'Nowa amortyzacja',
'depreciation_name' => 'Nazwa amortyzacji',
'number_of_months' => 'Numer miesiąca',
'update_depreciation' => 'Zaktualizuj amortyzację',
);