//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController-nb.js
// Module: /templates/hulkd/views/hulkdWhitelistController-nb
// Locale: nb
// 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 = {"Add to Whitelist":"Legg til i hviteliste","Click to delete “[_1]” from the whitelist.":"Klikk for å slette “[_1]“ fra hvitelisten.","Click to edit the comment for “[_1]”.":"Klikk for å redigere kommentaren for “[_1]“.","Do you want to permanently delete [quant,_1,record,records] from the whitelist?":"Vil du slette [quant,_1,oppføring,oppføringer] permanent fra hvitelisten?","Do you want to permanently delete “[_1]” from the whitelist?":"Vil du slette “[_1]“ permanent fra hvitelisten?","Some IP addresses were not added to the whitelist.":"Enkelte IP-adresser ble ikke lagt til i hvitelisten.","Some records failed to update.":"Enkelte oppføringer ble ikke oppdatert.","The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"Systemet deaktiverte innstillingen [asis,UseDNS] for [asis,SSHD] for å kunne legge til IP-adresser i hvitelisten. Du må starte SSH på nytt via siden [output,url,_1,Start SSH-server på nytt,_2] for å implementere endringen.","The system was unable to delete [quant,_1,record,records] from the whitelist.":"Systemet kan ikke slette [quant,_1,oppføring,oppføringer] fra hvitelisten.","You have deleted all records from the whitelist.":"Du har slettet alle oppføringer fra hvitelisten.","You have successfully added [quant,_1,IP address,IP addresses] to the whitelist.":"Du har lagt til [quant,_1,IP-adresse,IP-adresser] i hvitelisten.","You have successfully added “[_1]” to the whitelist.":"Du har lagt til “[_1]“ i hvitelisten.","You have successfully deleted [quant,_1,record,records] from the whitelist.":"Du har slettet [quant,_1,oppføring,oppføringer] fra hvitelisten.","You have successfully deleted “[_1]” from the whitelist.":"Du har slettet “[_1]“ fra hvitelisten.","You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].":"You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].","You have successfully updated the comment for “[_1]”.":"Du har oppdatert kommentaren for “[_1]“.","Your current IP address “[_1]” is not on the whitelist.":"Din gjeldende IP-adresse “[_1]“ finnes ikke på hvitelisten."};
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~~