snipe-it/resources/lang/pl/admin/models/general.php

14 lines
517 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'deleted' => 'Model został usunięty. <a href="/hardware/models/:model_id/restore">Kliknij aby przywrócić</a>.',
'restore' => 'Przywróć Model',
2016-08-25 17:43:07 -07:00
'show_mac_address' => 'Pokaż pole MAC adresu tego modelu w aktywach',
2016-03-25 01:18:05 -07:00
'view_deleted' => 'Pokaż usunięte',
'view_models' => 'Pokaż Modele',
2016-08-25 17:43:07 -07:00
'fieldset' => 'Zestaw pól',
'no_custom_field' => 'Brak niestandardowych pól',
2016-03-25 01:18:05 -07:00
);