//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/directives/passwordFieldDirective.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/directives/passwordFieldDirective-i_cpanel_snowmen.js
// Module: cjt/directives/passwordFieldDirective-i_cpanel_snowmen
// Locale: i_cpanel_snowmen
// 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 = {"Adjust the generate password options.":"Adjust the generate password options.","Auto generates password.":"Auto generates password.","Both [asis,(1@3$)]":"☃☃☃☃ [asis,☃☃☃☃☃☃]","Both [asis,(aBcD)]":"☃☃☃☃ [asis,☃☃☃☃☃☃]","Enter Password":"☃☃☃☃☃ ☃☃☃☃☃☃☃☃","Generate":"☃☃☃☃☃☃☃☃","Length":"☃☃☃☃☃☃","Letters":"☃☃☃☃☃☃☃","Lowercase [asis,(abcd)]":"☃☃☃☃☃☃☃☃☃ [asis,☃☃☃☃☃☃]","Numbers [asis,(123)]":"☃☃☃☃☃☃☃ [asis,☃☃☃☃☃]","Numbers and Symbols":"☃☃☃☃☃☃☃ ☃☃☃ ☃☃☃☃☃☃☃","Select the length and characters to use when generating a password:":"Select the length and characters to use when generating a password:","Show or Hide password.":"Show or Hide password.","Symbols [asis,(@#$)]":"☃☃☃☃☃☃☃ [asis,☃☃☃☃☃]","This password has a strength of [_1], but your system requires a strength of [_2].":"☃☃☃☃ ☃☃☃☃☃☃☃☃ ☃☃☃ ☃ ☃☃☃☃☃☃☃☃ ☃☃ [_1]☃ ☃☃☃ ☃☃☃☃ ☃☃☃☃☃☃ ☃☃☃☃☃☃☃☃ ☃ ☃☃☃☃☃☃☃☃ ☃☃ [_2]☃","This password has a strength of [_1], which meets or exceeds the system requirement of [_2].":"☃☃☃☃ ☃☃☃☃☃☃☃☃ ☃☃☃ ☃ ☃☃☃☃☃☃☃☃ ☃☃ [_1]☃ ☃☃☃☃☃ ☃☃☃☃☃ ☃☃ ☃☃☃☃☃☃☃ ☃☃☃ ☃☃☃☃☃☃ ☃☃☃☃☃☃☃☃☃☃☃ ☃☃ [_2]☃","This password has a strength of [_1].":"This password has a strength of [_1].","Uppercase [asis,(ABCD)]":"☃☃☃☃☃☃☃☃☃ [asis,☃☃☃☃☃☃]"};
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~~