Viewing File: /usr/local/cpanel/base/frontend/jupiter/file_and_directory_restoration/index.cmb-es_es.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/file_and_directory_restoration/index.cmb.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/file_and_directory_restoration/index.cmb-es_es.js
// Module:    /jupiter/file_and_directory_restoration/index.cmb-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 = {"Compressed":"Comprimido","Directory":"Directorio","Enter the exact path to the file or directory that you wish to restore.":"Introduzca la ruta exacta al archivo o directorio que desea restaurar.","File":"Archivo","Incremental":"Incremental","Symlink":"Symlink","The system successfully restored the “[_1]” backup file from the date “[_2]”.":"El sistema restauró correctamente el archivo de backup “[_1]” desde la fecha “[_2]”.","Uncompressed":"Sin comprimir","When you restore a backup, the system will overwrite existing files and restore deleted files.":"Cuando restaure un backup, el sistema sobrescribirá los archivos existentes y restaurará los archivos eliminados."};

    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~~
Back to Directory File Manager