1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-17 10:30:49 +02:00

Merge pull request #227 from Awilum/master

Merge with master branch
This commit is contained in:
Sergey Romanenko
2014-01-29 01:14:49 -08:00
26 changed files with 906 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
<?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',
)
);

View File

@@ -0,0 +1,45 @@
<?php
return array(
'information' => array(
'Information' => '情報',
'Debugging' => 'デバッグモード',
'Name' => '名前',
'Value' => '値',
'Security' => 'セキュリティ',
'System' => 'システム',
'on' => 'オン',
'off'=> 'オフ',
'Server' => 'サーバー',
'PHP version' => 'PHPバージョン',
'SimpleXML module' => 'SimpleXMLモジュール',
'DOM module' => 'DOMモジュール',
'Installed' => 'インストール済み',
'Not Installed' => '未インストール',
'Security check results' => 'セキュリティチェックの結果',
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
'設定ファイルが書き込み可能になっています。システムを公開する場合はすべての defines.php から書き込み権限を除去することをおすすめします。',
'The Monstra core directory (":path") and/or files underneath it 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 -R a-w :path</code>' =>
'The Monstra core directory (":path") and/or files underneath it 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 -R a-w :path</code>',
'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>' =>
'Monstraの .htaccess ファイルが書き込み可能になっています。書き込み権限を除去することをおすすめします。<br/>Linuxシステムでは次のように除去できます: <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>' =>
'Monstraの index.php ファイルが書き込み可能になっています。書き込み権限を除去することをおすすめします。<br/>Linuxシステムでは次のように除去できます: <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.' =>
'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.',
'Monstra version' => 'Monstraのバージョン',
'Directory Permissions' => 'ディレクトリの権限',
'Directory' => 'ディレクトリ',
'Writable' => '書き込み可能',
'Unwritable' => '書き込み不可能',
'Status' => 'ステータス',
'PHP Built On' => 'PHP構成システム',
'Web Server' => 'Webサーバ',
'WebServer to PHP Interface' => 'Webサーバの提供するPHPインターフェイス',
)
);