//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js/filemanager_upload.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js/filemanager_upload-pt_br.js
// Module: /jupiter/js/filemanager_upload-pt_br
// Locale: pt_br
// 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 currently upload this file.","Because of this limitation, you cannot 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.":"Delete some files, or contact your hosting provider to request an increase to your account’s quota.","No":"Não","Overwrite File?":"Substituir arquivo?","The file’s size exceeds your account’s remaining disk usage quota. Because of this, you cannot upload this 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":"Sim","“[_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~~