//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/user_manager/views/listController-tr.js
// Module: /jupiter/user_manager/views/listController-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 = {"Do you wish to remove the “[_1]” user from your system?":"“[_1]” kullanıcısını sisteminizden kaldırmak istiyor musunuz?","The service account is invalid.":"Hizmet hesabı geçersiz.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change.":"Sistem, “[_1]” kullanıcısının tüm hizmet hesaplarını [asis,subaccount] öğesine başarıyla bağladı. Hizmet hesabı şifreleri değişmedi.","The system successfully linked all of the service accounts for the “[_1]” user to the [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"Sistem, “[_1]” kullanıcısının tüm hizmet hesaplarını [asis,subaccount] öğesine başarıyla bağladı. Hizmet hesabı şifreleri değişmedi. İlave [asis,subaccount] hizmetlerini etkinleştirmek isterseniz, yeni bir şifre girmelisiniz.","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords did not change. You must provide a new password if you wish to enable any additional [asis,subaccount] services.":"Sistem, hizmet hesabını “[_1]” kullanıcısının [asis,subaccount]’ına başarıyla bağladı. Hizmet hesabı şifreleri değişmedi. İlave [asis,subaccount] hizmetlerini etkinleştirmek isterseniz, yeni bir şifre girmelisiniz.","The system successfully linked the service account to the “[_1]” user’s [asis,subaccount]. The service account passwords have not changed.":"Sistem, hizmet hesabını “[_1]” kullanıcısının [asis,subaccount]’ına başarıyla bağladı. Hizmet hesabı şifreleri değişmemiş.","You cannot edit the account.":"Hesabı düzenleyemezsiniz.","Your [asis,cPanel] account exceeds its disk quota. You cannot add or edit users.":"[asis,cPanel] hesabınız kendi disk kotasını aşıyor. Kullanıcı ekleyemez veya düzenleyemezsiniz."};
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~~