mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
672 B
PHP
16 lines
672 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'component_name' => 'Ang Pangalan ng Komponent',
|
||
|
'checkin' => 'I-checkin ang Komponent',
|
||
|
'checkout' => 'I-checkout ang Komponent',
|
||
|
'cost' => 'Ang Halaga ng Pagbili',
|
||
|
'create' => 'Magsagawa ng Komponent',
|
||
|
'edit' => 'I-edit ang Komponent',
|
||
|
'date' => 'Ang Petsa ng Pagbili',
|
||
|
'order' => 'Ang Numero ng Order',
|
||
|
'remaining' => 'Ang Natitira',
|
||
|
'total' => 'Ang Kabuuan',
|
||
|
'update' => 'I-update ang Komponent',
|
||
|
);
|