diff --git a/plugins/box/information/languages/id.lang.php b/plugins/box/information/languages/id.lang.php
new file mode 100644
index 0000000..0853c97
--- /dev/null
+++ b/plugins/box/information/languages/id.lang.php
@@ -0,0 +1,38 @@
+ array(
+ 'Information' => 'Informasi',
+ 'Debuging' => 'Debugging',
+ 'Name' => 'Nama',
+ 'Value' => 'Value',
+ 'Security' => 'Keamanan',
+ 'System' => 'Sistem',
+ 'on' => 'Nyala',
+ 'off'=> 'Mati',
+ 'Server' => 'Server',
+ 'PHP version' => 'Versi PHP',
+ 'SimpleXML module' => 'Modul SimpleXML',
+ 'DOM module' => 'Modul DOM',
+ 'Installed' => 'Sudah terpasang',
+ 'Not Installed' => 'Belum terpasang',
+ 'Security check results' => 'Hasil Cek Keamanan',
+ 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
+ 'File Konfigurasi ditemukan writable . Disarankan untuk menghilangkan semua izin write pada defines.php di sistem produksi.',
+ 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'File .htaccess Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write.
Anda bisa melakukannya pada sistem unix dengan: chmod a-w :path
',
+ 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'File index.php Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write.
Anda bisa melakukannya pada sistem unix dengan: chmod a-w :path
',
+ 'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
+ 'Dikarenakan jenis dan jumlah informasi ada potensial kerusakan saat Monstra::$environment = Monstra::DEVELOPMENT, disarankan untuk melakukan pengaturan Monstra::PRODUCTION pada sistem produksi.',
+ 'Monstra version' => 'Versi Monstra',
+ 'Directory Permissions' => 'Direktori Perizinan',
+ 'Directory' => 'Direktori',
+ 'Writable' => 'Beschreibbar',
+ 'Unwritable' => 'Nicht beschreibbar',
+ 'Status' => 'Status',
+ 'PHP Built On' => 'PHP Built On',
+ 'Web Server' => 'Web Server',
+ 'WebServer to PHP Interface' => 'WebServer ke PHP Interface',
+ )
+ );