2018-01-13 15:08:50 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'allow_login' => 'Perbolehkan Masuk?',
|
|
|
|
'user_created' => 'Pengguna Dibuat',
|
|
|
|
|
|
|
|
'error' => [
|
|
|
|
'email' => 'Email ini sudah dipakai.'
|
2018-11-08 12:11:42 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'notification' => [
|
|
|
|
'message' => ': customer made: jumlah pembayaran untuk faktur nomor: invoice_number.',
|
|
|
|
'button' => 'Menampilkan',
|
|
|
|
],
|
2018-01-13 15:08:50 +03:00
|
|
|
];
|