3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-09 20:35:46 +00:00
Files
snipe-it/resources/lang/pl/admin/models/general.php

14 lines
505 B
PHP

<?php
return array(
'deleted' => 'Model został usunięty. <a href="/hardware/models/:model_id/restore">Kliknij aby przywrócić</a>.',
'restore' => 'Przywróć Model',
'show_mac_address' => 'Show MAC address field in assets in this model',
'view_deleted' => 'Pokaż usunięte',
'view_models' => 'Pokaż Modele',
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
);