Files
snipe-it/app/lang/pl/admin/models/general.php
T
2015-07-27 10:18:40 -07:00

12 lines
389 B
PHP
Executable File

<?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',
);