Files
snipe-it/app/lang/cs/admin/consumables/general.php
T
2015-11-04 03:42:37 -08:00

15 lines
614 B
PHP
Executable File

<?php
return array(
'about_consumables_title' => 'About Consumables',
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
'consumable_name' => 'Consumable Name',
'cost' => 'Purchase Cost',
'create' => 'Create Consumable',
'date' => 'Purchase Date',
'order' => 'Order Number',
'remaining' => 'Zbývá',
'total' => 'Celkem',
'update' => 'Update Consumable',
);