//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/webdav/accounts_webdav-es.js
// Module: /jupiter/js2/webdav/accounts_webdav-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 = {"Cancel":"Cancelar","Change":"Cambiar","Click to disable Digest Authentication.":"Haga clic para deshabilitar Autenticación implícita.","Click to enable Digest Authentication.":"Haga clic para habilitar Autenticación implícita.","Close":"Cerrar","Directory":"Directorio","Directory Path":"Ruta de acceso del directorio","Directory paths cannot be empty or contain the following characters: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]":"Las rutas de acceso de los directorio no pueden estar vacías o contener los siguientes caracteres: [output,chr,92] ? % * : | [output,quot] [output,gt] [output,lt]","Disable Digest Authentication":"Deshabilitar la Autenticación implícita","Disabling Digest Authentication on account “[_1]” …":"Deshabilitando la autenticación implícita en cuenta “[_1]”…","Domain":"Dominio","Enable Digest Authentication":"Habilitar la Autenticación implícita","Enabling Digest Authentication on account “[_1]” …":"Habilitando la Autenticación implícita en la cuenta “[_1]”…","Home Directory Updated":"Se actualizó el directorio principal","Notice":"Notas","OK":"Aceptar","Please try again.":"Inténtelo nuevamente.","Set Read-Only":"Establecer Solo lectura","Set Read-Write":"Establecer Lectura y escritura","Setting Read-Only Access":"Establecer el acceso de Solo lectura","Setting Read-Only Access on account “[_1]” …":"Estableciendo el acceso de Solo lectura en la cuenta “[_1]” …","Setting Read-Write Access":"Establecer acceso Lectura y escritura","Setting Read-Write Access on account “[_1]” …":"Estableciendo el acceso Lectura y escritura “[_1]” …","Success!":"¡Éxito!","The [asis,WebDisk] username cannot exceed [numf,_1] characters.":"El nombre de usuario de [asis,WebDisk] no puede superar los [numf,_1] caracteres.","The [asis,WebDisk] username cannot start with a period, end with a period, or include two consecutive periods.":"El nombre de usuario de [asis,WebDisk] no puede comenzar ni finalizar con un punto ni incluir dos puntos consecutivos.","The [asis,WebDisk] username name and domain cannot exceed [numf,_1] characters.":"El nombre y el dominio del nombre de usuario de [asis,WebDisk] no pueden superar los [numf,_1] caracteres.","Updating Home Directory":"Actualizando el directorio principal","Webdav Login":"Inicio de sesión Webdav","You can only enter letters, numbers, periods, hyphens, and underscores.":"Solo puede escribir letras, números, puntos, guiones y guiones bajos.","You must enter a [asis,WebDisk] username.":"Debe ingresar un nombre de usuario de [asis,WebDisk]."};
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~~