snipe-it/resources/lang/el/admin/consumables/general.php

14 lines
752 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-04-06 21:36:33 -07:00
'about_consumables_title' => 'Σχετικά με τα αναλώσιμα',
2016-03-25 01:18:05 -07:00
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
2016-10-04 12:23:02 -07:00
'checkout' => 'Checkout Consumable to User',
2017-04-06 21:36:33 -07:00
'consumable_name' => 'Όνομα αναλώσιμου',
'create' => 'Δημιουργία αναλώσιμου',
'item_no' => 'Αριθμός Αντικειμένου.',
'remaining' => 'Απομένουν',
'total' => 'Σύνολο',
2016-03-25 01:18:05 -07:00
'update' => 'Update Consumable',
);