mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
12 lines
243 B
PHP
12 lines
243 B
PHP
<?php
|
|
|
|
return array(
|
|
'dl_csv' => 'I-download ang CSV',
|
|
'eula_text' => 'Ang EULA',
|
|
'id' => 'Ang ID',
|
|
'require_acceptance' => 'Ang Pagtanggap',
|
|
'title' => 'Ang Pangalan ng Aksesorya',
|
|
|
|
|
|
);
|