mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
511 B
PHP
Executable file
14 lines
511 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'deleted' => 'Model byl vymazán. <a href="/hardware/models/:model_id/restore">Klikněte sem pro jeho obnovení</a>.',
|
|
'restore' => 'Obnovení Modelu',
|
|
'show_mac_address' => 'Show MAC address field in assets in this model',
|
|
'view_deleted' => 'Zobrazit smazané',
|
|
'view_models' => 'Zobrazit Modely',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'No custom fields',
|
|
|
|
);
|