//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup_configuration/directives/formValidator.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup_configuration/directives/formValidator-fi.js
// Module: /templates/backup_configuration/directives/formValidator-fi
// Locale: fi
// 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 = {"The [asis,Backblaze] [asis,B2] bucket name must not begin with “b2-” because [asis,Backblaze] reserves this prefix.":"The [asis,Backblaze] [asis,B2] bucket name must not begin with “b2-” because [asis,Backblaze] reserves this prefix.","The bucket name must be between [numf,3] and [numf,63] characters.":"The bucket name must be between [numf,3] and [numf,63] characters.","The bucket name must be between [numf,6] and [numf,50] characters.":"The bucket name must be between [numf,6] and [numf,50] characters.","The bucket name must not begin or end with a hyphen or a period.":"The bucket name must not begin or end with a hyphen or a period.","The bucket name must not begin or end with a hyphen.":"The bucket name must not begin or end with a hyphen.","The bucket name must only contain numbers, hyphens, and letters.":"The bucket name must only contain numbers, hyphens, and letters.","The bucket name must only contain numbers, hyphens, and lowercase letters.":"The bucket name must only contain numbers, hyphens, and lowercase letters.","The bucket name must only contain numbers, periods, hyphens, and lowercase letters.":"The bucket name must only contain numbers, periods, hyphens, and lowercase letters.","The remote host address must be a valid hostname or IP address.":"The remote host address must be a valid hostname or IP address.","The remote host address must not contain a port number.":"The remote host address must not contain a port number.","The remote host address must not contain a protocol.":"The remote host address must not contain a protocol.","The remote host address must not contain path information.":"The remote host address must not contain path information.","You cannot enter a loopback address for the remote address.":"You cannot enter a loopback address for the remote address.","You must enter a path within the user home directory.":"You must enter a path within the user home directory.","You must enter a relative path.":"You must enter a relative path.","You must enter a value without slashes.":"You must enter a value without slashes.","You must enter a value without spaces.":"You must enter a value without spaces.","You must enter an absolute path.":"You must enter an absolute path."};
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~~