From 87baa067a6379764692cf72dbebd25d938b46873 Mon Sep 17 00:00:00 2001 From: gm-ah Date: Thu, 14 May 2015 16:51:46 +0700 Subject: [PATCH] Create setup.php --- resources/lang/id/setup.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resources/lang/id/setup.php diff --git a/resources/lang/id/setup.php b/resources/lang/id/setup.php new file mode 100644 index 00000000..e8fd208f --- /dev/null +++ b/resources/lang/id/setup.php @@ -0,0 +1,23 @@ + + * + * 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? Tampilkan catatan di bawah halaman yang bertaut ke situs Cachet.', + 'admin_account' => 'Akun Administrator', + 'complete_setup' => 'Selesaikan Instalasi', + 'completed' => 'Cachet berhasil dikonfigurasi!', + 'finish_setup' => 'Ke dashboard', + 'allow_tracking' => 'Aktifkan tracking penggunaan anonim?', +];