snipe-it/resources/lang/el/admin/consumables/general.php
2017-04-06 21:36:33 -07:00

14 lines
752 B
PHP

<?php
return array(
'about_consumables_title' => 'Σχετικά με τα αναλώσιμα',
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Όνομα αναλώσιμου',
'create' => 'Δημιουργία αναλώσιμου',
'item_no' => 'Αριθμός Αντικειμένου.',
'remaining' => 'Απομένουν',
'total' => 'Σύνολο',
'update' => 'Update Consumable',
);