Aplikasi Keuangan yang mengatur lalu lintas transaksi antara bank dan aplikasi internal Kampus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
452 B

<?php
return [
'save' => 'Save Changes',
'cancel' => 'Cancel',
'back' => 'Back',
'close' => 'Close',
'create' => 'Create',
'update' => 'Update',
'update-mode' => 'Enter Update Mode',
'upload' => 'Upload',
'edit' => 'Edit',
'delete' => 'Delete',
'suspend' => 'Suspend',
'view' => 'View',
'log' => 'Log',
'yes' => 'Yes',
'no' => 'No',
'lookup' => 'Search...',
'logout' => 'Logout',
];