mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
752 B
PHP
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',
|
|
);
|