Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-ro.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-ro.js
// Module:    /templates/accounts/createacct-ro
// Locale:    ro
// 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 username cannot contain spaces.":"Numele de utilizator nu poate conţine spaţii.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Numele de utilizator trebuie să conţină între [numf,_1] şi [quant,_2,caracter,caractere].","A username must start with a letter.":"A username must start with a letter.","Domain":"Domeniu","Email":"Adresă de e-mail","Enable Spam Box":"Activare cutie de spam","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Nume pachet","Selected Package":"Pachet selectat","The email field must be empty or an email address.":"Câmpul e-mail trebuie să fie gol sau să conţină o adresă de e-mail.","The username cannot be the same as the password.":"Numele de utilizator nu poate fi identic cu parola.","This is not a valid domain.":"Domeniul nu este valid.","This is not a valid package name.":"Acest nume de pachet nu este valid.","This is not a valid username.":"Acest nume de utilizator nu este valid.","Updating …":"Se actualizează…","Username":"Nume utilizator","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"Trebuie să selectaţi un pachet."};

    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