//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-nl.js
// Module: cjt/util/httpStatus-nl
// Locale: nl
// 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 = {"Accepted":"Geaccepteerd","Bad Gateway":"Ongeldige gateway","Bad Request":"Onjuiste aanvraag","Conflict":"Conflict","Continue":"Doorgaan","Created":"is gemaakt","Expectation Failed":"Niet aan verwachting voldaan","Forbidden":"Verboden","Found":"Gevonden","Gateway Timeout":"Time-out van gateway","Gone":"Verdwenen","HTTP Version Not Supported":"HTTP-versie wordt niet ondersteund","Internal Server Error":"Fout met interne server","Length Required":"Vereiste lengte","Method Not Allowed":"Methode niet toegestaan","Moved Permanently":"Voorgoed verwijderd","Multiple Choices":"Meerdere keuzen","No Content":"Geen inhoud","Non-Authoritative Information":"Niet-gemachtigde informatie","Not Acceptable":"Niet acceptabel","Not Found":"Niet gevonden","Not Implemented":"Niet geïmplementeerd","Not Modified":"Niet gewijzigd","OK":"OK","Partial Content":"Gedeeltelijke inhoud","Payment Required":"Betaling vereist","Precondition Failed":"Niet aan voorwaarde voldaan","Proxy Authentication Required":"Proxyverificatie is vereist","Request Entity Too Large":"De entiteit van de aanvraag is te groot","Request Timeout":"Time-out van aanvraag","Request-URI Too Long":"De URI van de aanvraag is te lang","Requested Range Not Satisfiable":"Aan het aangevraagde bereik kan niet worden voldaan","Reset Content":"Inhoud herstellen","See Other":"Zie overige","Service Unavailable":"Service niet beschikbaar","Switching Protocols":"Schakelen tussen protocollen","Temporary Redirect":"Tijdelijke omleiding","Unauthorized":"Niet toegestaan","Unknown Error":"Onbekende fout","Unsupported Media Type":"Niet-ondersteund mediatype","Use Proxy":"Proxy gebruiken"};
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~~