mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
392 B
PHP
17 lines
392 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Tolong',
|
|
'search' => 'Cari',
|
|
'logout' => 'Keluar',
|
|
'view_site' => 'Lihat Situs',
|
|
'title' => 'Panel kendali',
|
|
'search_placeholder' => 'Ketik untuk mencari',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Cari Berdasarkan Nomor GSM',
|
|
|
|
// Adv Export
|
|
'choose_file_type' => 'Pilih Jenis File Untuk Ekspor',
|
|
];
|