2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2017-10-17 18:52:20 -07:00
|
|
|
'checkout' => 'Έλεγχος κατανάλωσης σε χρήστη',
|
2017-04-06 21:36:33 -07:00
|
|
|
'consumable_name' => 'Όνομα αναλώσιμου',
|
|
|
|
'create' => 'Δημιουργία αναλώσιμου',
|
|
|
|
'item_no' => 'Αριθμός Αντικειμένου.',
|
|
|
|
'remaining' => 'Απομένουν',
|
|
|
|
'total' => 'Σύνολο',
|
2017-10-17 18:52:20 -07:00
|
|
|
'update' => 'Ενημέρωση αναλώσιμων',
|
2024-07-23 10:14:19 -07:00
|
|
|
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|