|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/www/simulasikite.mata-lashes.com/app.bak/Language/tr/ |
Upload File : |
<?php
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
// HTTP language settings
return [
// CurlRequest
'missingCurl' => 'CURLRequest sınıfını kullanabilmek için CURL etkinleştirilmeli.',
'invalidSSLKey' => 'SSL anahtarı belirlenemiyor. {0} geçersiz bir dosya.',
'sslCertNotFound' => 'SSL sertifikası {0} \'da bulunamadı.',
'curlError' => '{0} : {1}',
// IncomingRequest
'invalidNegotiationType' => '{0} geçersiz bir pazarlık türü. Şunlardan biri olmalı: media, charset, encoding, language.',
// Message
'invalidHTTPProtocol' => 'Geçersiz HTTP protokol sürümü. Şunlardan biri olmalı: {0}',
// Negotiate
'emptySupportedNegotiations' => 'Tüm pazarlıklara (Negotiations) bir desteklenen değerler dizisi belirtmelisiniz.',
// RedirectResponse
'invalidRoute' => '{0} geçersiz rota.',
// Response
'missingResponseStatus' => 'HTTP Response durum kodu eksik.',
'invalidStatusCode' => '{0} geçersiz HTTP cevap durum kodu',
'unknownStatusCode' => 'Bilinmeyen HTTP durum kodu: {0}',
// URI
'cannotParseURI' => 'URI çözümlenemedi: {0}',
'segmentOutOfRange' => 'İstenen URI bölümü aralık dışında: {0}',
'invalidPort' => 'Portlar 0 ve 65535 arasında olmalı. Verilen: {0}',
'malformedQueryString' => 'Sorgu karakter dizileri URI bölümleri içermemeli.',
// Page Not Found
'pageNotFound' => 'Sayfa bulunamadı.',
'emptyController' => 'Controller belirtilmemiş.',
'controllerNotFound' => 'Controller veya metod bulunamadı: {0}::{1}',
'methodNotFound' => 'Controller metodu bulunamadı: {0}',
// CSRF
'disallowedAction' => 'İstenen eyleme izin verilmiyor.',
// Uploaded file moving
'alreadyMoved' => 'Yüklenen dosya zaten taşınmış.',
'invalidFile' => 'Orijinal dosya geçersiz bir dosya.',
'moveFailed' => '{0} dosyası {1} ({2}) ye taşınamıyor.',
];