Files
snipe-it/app/lang/cs/admin/consumables/general.php
T
2015-07-27 10:24:21 -07:00

12 lines
510 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',
'create' => 'Create Consumable',
'remaining' => 'Zbývá',
'total' => 'Celkem',
'update' => 'Update Consumable',
);