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:
40
plugins/box/information/languages/tr.lang.php
Normal file
40
plugins/box/information/languages/tr.lang.php
Normal 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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user