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

16 lines
770 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_models_title' => 'About Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
2016-03-25 01:18:05 -07:00
'deleted' => 'Model został usunięty. <a href="/hardware/models/:model_id/restore">Kliknij aby przywrócić</a>.',
'restore' => 'Przywróć Model',
2016-10-04 12:23:02 -07:00
'requestable' => 'Użytkownicy mogą zażądać tego modelu',
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
);