Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-ro.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-ro.js
// Module:    cjt/util/httpStatus-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 = {"Accepted":"Acceptat","Bad Gateway":"Gateway greşit","Bad Request":"Solicitare greşită","Conflict":"Conflict","Continue":"Continuare","Created":"Creat la","Expectation Failed":"Aşteptarea nu a reuşit","Forbidden":"Interzis","Found":"Găsit(e)","Gateway Timeout":"Timp de expirare gateway","Gone":"Dispărut","HTTP Version Not Supported":"Versiunea HTTP nu este acceptată","Internal Server Error":"Eroare internă server","Length Required":"Lungime necesară","Method Not Allowed":"Metoda nu este permisă","Moved Permanently":"Mutat permanent","Multiple Choices":"Opţiuni multiple","No Content":"Niciun conţinut","Non-Authoritative Information":"Informaţii neautoritare","Not Acceptable":"Inacceptabil","Not Found":"Negăsit","Not Implemented":"Neimplementat","Not Modified":"Nemodificat","OK":"OK","Partial Content":"Conţinut parţial","Payment Required":"Plată necesară","Precondition Failed":"Condiţia preliminară nu a reuşit","Proxy Authentication Required":"Autentificare proxy necesară","Request Entity Too Large":"Entitatea solicitată este prea mare","Request Timeout":"Expirare solicitare","Request-URI Too Long":"Adresa URI solicitată este prea lungă","Requested Range Not Satisfiable":"Intervalul solicitat nu este corespunzător","Reset Content":"Resetare conţinut","See Other":"Consultare altele","Service Unavailable":"Serviciu indisponibil","Switching Protocols":"Comutarea protocoalelor","Temporary Redirect":"Redirecţionare temporară","Unauthorized":"Neautorizat","Unknown Error":"Eroare necunoscută","Unsupported Media Type":"Tip de mediu neacceptat","Use Proxy":"Utilizare proxy"};

    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