mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 22:19:41 -08:00
12 lines
316 B
PHP
12 lines
316 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset_manufacturers' => 'Производители',
|
|
'create' => 'Създаване на производител',
|
|
'id' => 'ID',
|
|
'name' => 'Име на производител',
|
|
'update' => 'Обновяване на производител',
|
|
|
|
);
|