//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/multiphp_manager/views/poolOptions.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/multiphp_manager/views/poolOptions-es_es.js
// Module: /templates/multiphp_manager/views/poolOptions-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 = {"Click [output,em,Save Configuration] to save your changes.":"Haga clic en [output,em,Guardar configuración] para guardar sus cambios.","Official [asis,PHP] Configuration Documentation":"Documentación oficial sobre la configuración de [asis,PHP]","The system successfully saved the [asis,PHP-FPM] configuration.":"El sistema guardó correctamente la configuración de [asis,PHP-FPM].","The system successfully validated the [asis,PHP-FPM] configuration.":"El sistema validó correctamente la configuración de [asis,PHP-FPM].","The “[_1]” error already appears on the errors list.":"El error “[_1]” ya aparece en la lista de errores.","The “[_1]” function already appears on the disabled functions list.":"La función “[_1]” ya aparece en la lista de funciones desactivadas.","You successfully added the “[_1]” error to the list. Click [output,em,Save Configuration] to save your changes.":"Ha añadido el error “[_1]” a la lista correctamente. Haga clic en [output,em,Guardar configuración] para guardar los cambios.","You successfully added the “[_1]” function to the list. Click [output,em,Save Configuration] to save your changes.":"Ha añadido la función “[_1]” a la lista correctamente. Haga clic en [output,em,Guardar configuración] para guardar los cambios."};
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~~