//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js/filemanager.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js/filemanager-es_es.js
// Module: /jupiter/js/filemanager-es_es
// Locale: es_es
// 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 = {"Cancel":"Cancelar","Change Permissions":"Cambiar permisos","Close":"Cerrar","Compress Files":"Comprimir archivos","Confirm":"Confirmar","Copy Files":"Copiar archivos","Create New File":"Crear nuevo archivo","Create New Folder":"Crear nueva carpeta","Delete Files":"Eliminar archivos","Edit":"Editar","Empty Trash":"Vaciar papelera","Extract Files":"Extraer archivos","Location":"Ubicación","Move Files":"Mover archivos","OK":"ACEPTAR","Rename File":"Cambiar nombre del archivo","Restore Files":"Restaurar archivos","Save":"Guardar","Search Regex":"Search Regex","Searching Files":"Searching Files"};
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~~