1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Turkish Language

This commit is contained in:
Awilum
2014-03-30 00:03:18 +04:00
parent ee168a2aa0
commit ae587082ac
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
<?php
return array(
'information' => array(
'Information' => 'Bilgi',
'Debugging' => 'Hata Ayıklama',
'Name' => 'İsim',
'Value' => 'Alan',
'Security' => 'Güvenlik',
'System' => 'Sistem',
'on' => 'Açık',
'off'=> 'Kapalı',
'Server' => 'Sunucu',
'PHP version' => 'PHP versiyonu',
'SimpleXML module' => 'SimpleXML modülü',
'DOM module' => 'DOM modülü',
'Installed' => 'Yüklü',
'Not Installed' => 'Yüklü Değil',
'Security check results' => 'Güvenlik Raporu',
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.',
'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>' =>
'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>',
'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>' =>
'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>',
'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' => 'Sistem Versiyonu',
'Directory Permissions' => 'Dizin İzinleri',
'Directory' => 'Dizin',
'Writable' => 'Yazılabilir',
'Unwritable' => 'Yazılamaz',
'Status' => 'Durum',
'PHP Built On' => 'PHP Kurulumu',
'Web Server' => 'Web Sunucusu',
'WebServer to PHP Interface' => 'WebServer to PHP Interface',
)
);