mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
16 lines
939 B
PHP
16 lines
939 B
PHP
<?php
|
||
|
||
return array(
|
||
'about_models_title' => 'About Asset Models',
|
||
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
|
||
'deleted' => 'Эта модель была удалена. <a href="/hardware/models/:model_id/restore">Нажмите здесь, чтобы восстановить</a>.',
|
||
'restore' => 'Восстановить модель',
|
||
'requestable' => 'Users may request this model',
|
||
'show_mac_address' => 'Отображать поле MAC адрес для данной модели',
|
||
'view_deleted' => 'Просмотр удаленных',
|
||
'view_models' => 'Просмотр моделей',
|
||
'fieldset' => 'Набор полей',
|
||
'no_custom_field' => 'Нет пользовательских полей',
|
||
|
||
);
|