//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-en.js
// Module: /templates/listips/listips-en
// Locale: en
// 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 = {"A mapping with the public address “[_1]” already exists.":"A mapping with the public address “[_1]” already exists.","Address successfully validated.":"Address successfully validated.","An error has occurred: [_1]":"An error has occurred: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"Cannot determine public IP address. Unable to connect to myip service.","Confirm that entry for “[_1]” should be deleted.":"Confirm that entry for “[_1]” should be deleted.","Edit “[_1]”":"Edit “[_1]”","Editing public IP for “[_1]”.":"Editing public IP for “[_1]”.","Entry for “[_1]” not deleted.":"Entry for “[_1]” not deleted.","Entry for “[_1]” successfully deleted.":"Entry for “[_1]” successfully deleted.","Not Routable":"Not Routable","Operation canceled. Entry for “[_1]” not deleted.":"Operation canceled. Entry for “[_1]” not deleted.","Operation canceled. Public IP change not saved.":"Operation canceled. Public IP change not saved.","Public IP for “[_1]” not changed.":"Public IP for “[_1]” not changed.","Public IP for “[_1]” successfully changed.":"Public IP for “[_1]” successfully changed.","Public address for “[_1]” is invalid.":"Public address for “[_1]” is invalid.","Restoring previous value: [_1]":"Restoring previous value: [_1]","The reported error message was: “[_1]”":"The reported error message was: “[_1]”","Validating “[_1]”.":"Validating “[_1]”.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"You are already editing a public IP address in a different row. Please complete that operation before proceeding.","“[_1]” cannot be routed.":"“[_1]” cannot be routed.","“[_1]” is not a valid IP address.":"“[_1]” is not a valid IP address."};
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~~