Viewing File: /usr/local/cpanel/base/frontend/jupiter/filemanager/editors/html_editor-cs.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/filemanager/editors/html_editor.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/filemanager/editors/html_editor-cs.js
// Module:    /jupiter/filemanager/editors/html_editor-cs
// Locale:    cs
// 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 = {"Could not open preview window. Please check popup blocker settings.":"Could not open preview window. Please check popup blocker settings.","Editor not initialized.":"Editor not initialized.","Editor state reset.":"Editor state reset.","Error processing save response.":"Error processing save response.","Failed to save file.":"Failed to save file.","File saved successfully!":"File saved successfully!","Network error while saving file. Please try again.":"Network error while saving file. Please try again.","No content to save.":"No content to save.","Save File":"Save File","Save operation timed out.":"Save operation timed out.","Saving file …":"Saving file …","Saving...":"Saving..."};

    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