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