12 lines
177 B
PHP
Executable File
12 lines
177 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'edit' => 'Kemaskini',
|
|
'delete' => 'Hapuskan',
|
|
'restore' => 'Masukkan Semula',
|
|
'actions' => 'Tindakan',
|
|
'submit' => 'Hantar',
|
|
|
|
);
|