From b1455d63af611bf925f965b7f5e4ad35fce27535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Galip=20=C3=87aml=C4=B1?= Date: Sat, 24 May 2014 10:52:14 +0300 Subject: [PATCH] Update tr.lang.php in box/information plugin --- plugins/box/information/languages/tr.lang.php | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/box/information/languages/tr.lang.php b/plugins/box/information/languages/tr.lang.php index 829f410..a56f135 100644 --- a/plugins/box/information/languages/tr.lang.php +++ b/plugins/box/information/languages/tr.lang.php @@ -4,37 +4,37 @@ 'information' => array( 'Information' => 'Bilgi', 'Debugging' => 'Hata Ayıklama', - 'Name' => 'İsim', - 'Value' => 'Alan', + 'Name' => 'Ad', + 'Value' => 'Değer', 'Security' => 'Güvenlik', 'System' => 'Sistem', - 'on' => 'Açık', - 'off'=> 'Kapalı', + 'on' => 'açık', + 'off'=> 'kapalı', 'Server' => 'Sunucu', - 'PHP version' => 'PHP versiyonu', + 'PHP version' => 'PHP sürümü', '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', + '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.', + '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.
You can do this on unix systems with: chmod -R a-w :path' => - '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.
You can do this on unix systems with: chmod -R a-w :path', + 'Monstra dizini (":path") ve/ya da altındaki dosyalar yazma iznine sahipler. Bütün yazma izinlerini kaldırmanızı öneririz.
Unix sistemlerde, bunu, chmod -R a-w :path ile gerçekleştirebilirsiniz.', 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => - 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path', + 'Monstra .htaccess dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz.
Unix sistemlerde, bunu, chmod -R a-w :path ile gerçekleştirebilirsiniz.', 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => - 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path', + 'Monstra index.php dosyası yazma iznine sahip. Bütün yazma izinlerini kaldırmanızı öneririz.
Unix sistemlerde, bunu, chmod -R a-w :path 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.', - 'Monstra version' => 'Sistem Versiyonu', + '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ı açıkları yaratmış olabilirsiniz. Siteniz yayındayken Monstra::PRODUCTION ayarı yapmanızı kesinlikle öneririz.', + 'Monstra version' => 'Monstra sürümü', 'Directory Permissions' => 'Dizin İzinleri', 'Directory' => 'Dizin', 'Writable' => 'Yazılabilir', 'Unwritable' => 'Yazılamaz', 'Status' => 'Durum', - 'PHP Built On' => 'PHP Kurulumu', + 'PHP Built On' => 'PHP Kurulumu:', 'Web Server' => 'Web Sunucusu', - 'WebServer to PHP Interface' => 'WebServer to PHP Interface', + 'WebServer to PHP Interface' => 'PHP Arayüzü', ) );