mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
14 lines
734 B
PHP
14 lines
734 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'about_consumables_title' => 'Ang Tungkol sa mga Consumable',
|
||
|
'about_consumables_text' => 'Ang mga Consumable ay tumutukoy sa anumang binili na pwedeng maubos sa paglipas ng panahon. Halimbawa nito ay, printer ink or papel ng copier.',
|
||
|
'checkout' => 'I-checkout ang Consumable sa User',
|
||
|
'consumable_name' => 'Ang Pangalan ng Consumable',
|
||
|
'create' => 'Magsagawa ng Consumable',
|
||
|
'item_no' => 'Ang Numero ng Aytem.',
|
||
|
'remaining' => 'Ang natitira',
|
||
|
'total' => 'Ang Kabuuan',
|
||
|
'update' => 'I-update ang Consumable',
|
||
|
);
|