mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
12 lines
213 B
PHP
Executable file
12 lines
213 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'asset_manufacturers' => 'Výrobci',
|
|
'create' => 'Vytvořit výrobce',
|
|
'id' => 'ID',
|
|
'name' => 'Název Výrobce',
|
|
'update' => 'Upravit Výrobce',
|
|
|
|
);
|