Files
snipe-it/resources/lang/ru/admin/models/general.php
T
2016-10-04 12:23:02 -07:00

15 lines
766 B
PHP

<?php
return array(
'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' => 'Нет пользовательских полей',
);