Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/ftp/accounts-nl.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/ftp/accounts.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ftp/accounts-nl.js
// Module:    /jupiter/js2/ftp/accounts-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 = {"AJAX Error":"AJAX-fout","Actions":"Acties","Error":"Fout","JSON parse failed.":"Kan JSON niet parseren.","Loading …":"Bezig met laden…","Log In":"Aanmelden","Path":"Pad","Please refresh the page and try again.":"Vernieuw de pagina en probeer het nogmaals.","Quota":"Quotum","The [output,acronym,FTP,File Transfer Protocol] username cannot exceed [numf,_1] characters.":"De [output,acronym,FTP,File Transfer Protocol]-gebruikersnaam mag niet langer zijn dan [numf,_1] tekens.","The [output,acronym,FTP,File Transfer Protocol] username cannot start with a period, end with a period, or include two consecutive periods.":"De [output,acronym,FTP,File Transfer Protocol]-gebruikersnaam mag niet beginnen met een punt, eindigen op een punt en mag niet twee opeenvolgende punten bevatten.","The full [output,acronym,FTP,File Transfer Protocol] username with its associated domain cannot exceed [numf,_1] characters.":"De volledige [output,acronym,FTP,File Transfer Protocol]-gebruikersnaam en het gekoppelde domein kunnen niet meer dan [numf,_1] tekens bevatten.","Type":"Type","Unknown Error":"Onbekende fout","Usage":"Gebruik","You can only enter letters [asis,(a-z)], numbers [asis,(0-9)], periods, hyphens [asis,(-)], and underscores [asis,(_)].":"U mag alleen letters [asis,(a-z)], cijfers [asis,(0-9)], punten, koppeltekens [asis,(-)] en onderstrepingstekens [asis,(_)] invoeren.","You must enter an [output,acronym,FTP,File Transfer Protocol] username.":"U moet een [output,acronym,FTP,File Transfer Protocol]-gebruikersnaam opgeven."};

    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~~
Back to Directory File Manager