mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
597 B
PHP
15 lines
597 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',
|
|
'requestable' => 'Użytkownicy mogą zażądać tego modelu',
|
|
'show_mac_address' => 'Pokaż pole MAC adresu tego modelu w aktywach',
|
|
'view_deleted' => 'Pokaż usunięte',
|
|
'view_models' => 'Pokaż Modele',
|
|
'fieldset' => 'Zestaw pól',
|
|
'no_custom_field' => 'Brak niestandardowych pól',
|
|
|
|
);
|