mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
16 lines
298 B
PHP
Executable file
16 lines
298 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Tindakan',
|
|
'add' => 'Add New',
|
|
'cancel' => 'Cancel',
|
|
'delete' => 'Hapuskan',
|
|
'edit' => 'Kemaskini',
|
|
'restore' => 'Masukkan Semula',
|
|
'request' => 'Request',
|
|
'submit' => 'Hantar',
|
|
'upload' => 'Upload',
|
|
|
|
);
|