2015-05-14 16:51:46 +07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This file is part of Cachet.
|
|
|
|
*
|
2015-07-06 17:37:01 +01:00
|
|
|
* (c) Alt Three Services Limited
|
2015-05-14 16:51:46 +07:00
|
|
|
*
|
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
|
|
|
'setup' => 'Instalasi',
|
|
|
|
'title' => 'Instalasi Cachet',
|
|
|
|
'service_details' => 'Detail Layanan',
|
|
|
|
'status_page_setup' => 'Penyiapan Halaman Status',
|
|
|
|
'show_support' => 'Tunjukkan dukungan untuk Cachet? <small>Tampilkan catatan di bawah halaman yang bertaut ke situs Cachet.</small>',
|
|
|
|
'admin_account' => 'Akun Administrator',
|
|
|
|
'complete_setup' => 'Selesaikan Instalasi',
|
|
|
|
'completed' => 'Cachet berhasil dikonfigurasi!',
|
|
|
|
'finish_setup' => 'Ke dashboard',
|
|
|
|
'allow_tracking' => 'Aktifkan tracking penggunaan anonim?',
|
|
|
|
];
|