//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js/filemanager_upload.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js/filemanager_upload-ru.js
// Module: /jupiter/js/filemanager_upload-ru
// Locale: ru
// 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 = {"Because of this limitation, you cannot currently upload this file.":"Из-за этого ограничения вы сейчас не можете загрузить этот файл.","Because of this limitation, you cannot upload this file.":"Из-за этого ограничения вы не можете загрузить этот файл.","Delete some files, or contact your hosting provider to request an increase to your account’s quota.":"Удалите какие-либо файлы или обратитесь к своему хостинг-провайдеру и запросите увеличение квоты вашей учетной записи.","No":"Нет","Overwrite File?":"Перезаписать файл?","The file’s size exceeds your account’s remaining disk usage quota. Because of this, you cannot upload this file.":"Размер этого файла превышает оставшееся доступное место на диске для этой учетной записи. Поэтому файл не может быть загружен.","The upload failed. The server indicated [asis,HTTP] error [numf,_1] ([_2]).":"The upload failed. The server indicated [asis,HTTP] error [numf,_1] ([_2]).","Yes":"Да","“[_1]” requires [format_bytes,_2] of disk space, but you can only upload up to [format_bytes,_3].":"“[_1]” requires [format_bytes,_2] of disk space, but you can only upload up to [format_bytes,_3]."};
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~~