1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

Update tr.lang.php in box/information plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-24 10:52:14 +03:00
parent 7089970cf6
commit b1455d63af

View File

@@ -4,37 +4,37 @@
'information' => array( 'information' => array(
'Information' => 'Bilgi', 'Information' => 'Bilgi',
'Debugging' => 'Hata Ayıklama', 'Debugging' => 'Hata Ayıklama',
'Name' => 'İsim', 'Name' => 'Ad',
'Value' => 'Alan', 'Value' => 'Değer',
'Security' => 'Güvenlik', 'Security' => 'Güvenlik',
'System' => 'Sistem', 'System' => 'Sistem',
'on' => 'Açık', 'on' => 'açık',
'off'=> 'Kapalı', 'off'=> 'kapalı',
'Server' => 'Sunucu', 'Server' => 'Sunucu',
'PHP version' => 'PHP versiyonu', 'PHP version' => 'PHP sürümü',
'SimpleXML module' => 'SimpleXML modülü', 'SimpleXML module' => 'SimpleXML modülü',
'DOM module' => 'DOM modülü', 'DOM module' => 'DOM modülü',
'Installed' => 'Yüklü', 'Installed' => 'Yüklü',
'Not Installed' => 'Yüklü Değil', 'Not Installed' => 'Yüklü Değil',
'Security check results' => 'Güvenlik Raporu', 'Security check results' => 'Güvenlik denetlemesi sonuçları',
'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 configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.', 'Konfigürasyon dosyası yazma iznine sahip. Yayındayken defines.php üzerindeki bütün yazma izinlerini kaldırmanızı öneririz.',
'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 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>', 'Monstra dizini (":path") ve/ya da altındaki dosyalar yazma iznine sahipler. Bütün yazma izinlerini kaldırmanızı öneririz. <br/>Unix sistemlerde, bunu, <code>chmod -R a-w :path</code> ile gerçekleştirebilirsiniz.',
'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 .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 dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz. <br/>Unix sistemlerde, bunu, <code>chmod -R a-w :path</code> ile gerçekleştirebilirsiniz.',
'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>' =>
'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 dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz. <br/>Unix sistemlerde, bunu, <code>chmod -R a-w :path</code> ile gerçekleştirebilirsiniz.',
'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.' =>
'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::$environment = Monstra::DEVELOPMENT ayarı yapılmışken, yayın sırasında çıkabilecek bir hata ile, bilginin türü ve miktarına bağlı olarak saldırııkları yaratmış olabilirsiniz. Siteniz yayındayken Monstra::PRODUCTION ayarı yapmanızı kesinlikle öneririz.',
'Monstra version' => 'Sistem Versiyonu', 'Monstra version' => 'Monstra sürümü',
'Directory Permissions' => 'Dizin İzinleri', 'Directory Permissions' => 'Dizin İzinleri',
'Directory' => 'Dizin', 'Directory' => 'Dizin',
'Writable' => 'Yazılabilir', 'Writable' => 'Yazılabilir',
'Unwritable' => 'Yazılamaz', 'Unwritable' => 'Yazılamaz',
'Status' => 'Durum', 'Status' => 'Durum',
'PHP Built On' => 'PHP Kurulumu', 'PHP Built On' => 'PHP Kurulumu:',
'Web Server' => 'Web Sunucusu', 'Web Server' => 'Web Sunucusu',
'WebServer to PHP Interface' => 'WebServer to PHP Interface', 'WebServer to PHP Interface' => 'PHP Arayüzü',
) )
); );