Create setup.php

This commit is contained in:
gm-ah 2015-05-14 16:51:46 +07:00
parent 46441ca0e3
commit 87baa067a6

View File

@ -0,0 +1,23 @@
<?php
/*
* This file is part of Cachet.
*
* (c) James Brooks <james@cachethq.io>
*
* 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?',
];