mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +02:00
39 lines
2.5 KiB
PHP
39 lines
2.5 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'information' => 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. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
|
'File .htaccess Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write. <br/>Anda bisa melakukannya pada sistem unix dengan: <code>chmod a-w :path</code>',
|
|
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
|
'File index.php Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write. <br/>Anda bisa melakukannya pada sistem unix dengan: <code>chmod a-w :path</code>',
|
|
'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',
|
|
)
|
|
);
|