Files
snipe-it/app/lang/bg/admin/models/general.php
T
2015-12-29 15:46:20 -08:00

14 lines
654 B
PHP
Executable File

<?php
return array(
'deleted' => 'Моделът беше изтрит. <a href="/hardware/models/:model_id/restore">Възстановяване</a>.',
'restore' => 'Възстановяване на модел',
'show_mac_address' => 'Визуализиране на поле за MAC адрес в активите за този модел',
'view_deleted' => 'Преглед на изтритите',
'view_models' => 'Преглед на моделите',
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
);