//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-es.js
// Module: /templates/backup/restore-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 = {"Adding “[_1]” to the restoration queue …":"Añadiendo “[_1]” a la cola de restauración …","Completed":"Completo","Completed with warnings":"Completado con advertencias","Could not add “[_1]” to the restoration queue ([_2]).":"No se pudo añadir “[_1]” a la cola de restauración ([_2]).","Could not clear completed restorations.":"No se pudieron borrar las restauraciones completadas:","Could not clear failed restorations.":"No se pudieron borrar las restauraciones con error:","Could not clear pending restorations.":"No se pudieron borrar las restauraciones pendientes:","Could not clear the restoration queue.":"No se pudo borrar la cola de restauración.","Could not remove “[_1]” from the finished list ([_2]).":"No se pudo eliminar “[_1]” de la lista terminada ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"No se pudo eliminar “[_1]” de la cola de restauración ([_2]).","Could not restore account “[_1]”: [_2]":"No se pudo restaurar la cuenta “[_1]”: [_2]","Could not start the restoration queue.":"No se pudo iniciar la cola de restauración.","Failed":"Falló","Failed to retrieve the restore queue state.":"No se pudo recuperar el estado en cola de restauración.","No log is available because the restore failed.":"Ningún registro está disponible debido a un error en la restauración.","Pending":"Pendiente","Restoring Account":"Restablecer la cuenta","The log file for the restore of user “[_1]” is empty.":"El archivo de registro solicitado para restablecer al usuario “[_1]” está vacío.","Unknown Error":"Error desconocido","Your browser may have blocked the request, or your connection may be unstable":"Your browser may have blocked the request, or your connection may be unstable"};
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~~