//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mysqlhost/views/profiles.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mysqlhost/views/profiles-es.js
// Module: /templates/mysqlhost/views/profiles-es
// Locale: 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 = {"Activation completed for “[_1]”.":"Se completó la activación para “[_1]”.","Activation failed for “[_1]” during step “[_2]” because of an error: [_3]":"Activation failed for “[_1]” during step “[_2]” because of an error: [_3]","Activation in progress for “[_1]”.":"Activación en progreso para “[_1]”.","The profile “[_1]” is valid.":"El perfil “[_1]” es válido.","This step completed.":"Se completó este paso.","This step failed.":"Falló este paso.","This step is in progress.":"Este paso se encuentra en progreso.","This step was skipped.":"Se omitió este paso.","You have successfully deleted the profile, “[_1]”.":"Eliminó el perfil “[_1]” correctamente."};
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~~