mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 18:44:10 -08:00
593554daed
Signed-off-by: snipe <snipe@snipe.net>
13 lines
723 B
PHP
13 lines
723 B
PHP
<?php
|
||
|
||
return array(
|
||
'checkout' => 'Задолжи потрошен материјал на корисник',
|
||
'consumable_name' => 'Име на потрошен материјал',
|
||
'create' => 'Креирај потрошен материјал',
|
||
'item_no' => 'Ставка бр.',
|
||
'remaining' => 'Останува',
|
||
'total' => 'Вкупно',
|
||
'update' => 'Ажурирај потрошен материјал',
|
||
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
|
||
);
|