//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-tr.js
// Module: cjt/util/httpStatus-tr
// Locale: tr
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Accepted":"Kabul Edildi","Bad Gateway":"Kötü Ağ Geçidi","Bad Request":"Kötü İstek","Conflict":"Çakışma","Continue":"Devam Et","Created":"Oluşturuldu","Expectation Failed":"Beklenti Karşılanamadı","Forbidden":"Yasaklandı","Found":"Bulundu","Gateway Timeout":"Ağ Geçidi Zaman Aşımı","Gone":"Gönderildi","HTTP Version Not Supported":"HTTP Sürümü Desteklenmiyor","Internal Server Error":"Dahili Sunucu Hatası","Length Required":"Gerekli Uzunluk","Method Not Allowed":"Yönteme İzin Verilmiyor","Moved Permanently":"Kalıcı Olarak Taşındı","Multiple Choices":"Çoklu Seçimler","No Content":"İçerik Yok","Non-Authoritative Information":"Güvenilmez Bilgiler","Not Acceptable":"Kabul Edilemez","Not Found":"Bulunamadı","Not Implemented":"Uygulanmadı","Not Modified":"Değiştirilmedi","OK":"Tamam","Partial Content":"Kısmi İçerik","Payment Required":"Ödeme Gerekiyor","Precondition Failed":"Ön Koşul Karşılanamadı","Proxy Authentication Required":"Proxy Doğrulaması Gerekiyor","Request Entity Too Large":"İstek Öğesi Çok Büyük","Request Timeout":"İstek Zaman Aşımına Uğradı","Request-URI Too Long":"İste URI’sı Çok Uzun","Requested Range Not Satisfiable":"İstenen Aralık Karşılanamıyor","Reset Content":"İçeriği Sıfırla","See Other":"Bkz. Diğer","Service Unavailable":"Hizmet Kullanılamıyor","Switching Protocols":"Protokollerin Değiştirilmesi","Temporary Redirect":"Geçici Yeniden Yönlendirme","Unauthorized":"Yetkisiz","Unknown Error":"Bilinmeyen Hata","Unsupported Media Type":"Desteklenmeyen Ortam Türü","Use Proxy":"Proxy Kullan"};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~