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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-he.js
// Module:    cjt/util/httpStatus-he
// Locale:    he
// 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":"התקבל","Bad Gateway":"שער שגוי","Bad Request":"בקשה שגויה","Conflict":"התנגשות","Continue":"המשך","Created":"נוצר בתאריך","Expectation Failed":"הציפייה נכשלה","Forbidden":"אסור","Found":"נמצא","Gateway Timeout":"זמן קצוב של שער","Gone":"הסתיים","HTTP Version Not Supported":"אין תמיכה בגרסת HTTP","Internal Server Error":"שגיאת שרת פנימית","Length Required":"אורך נדרש","Method Not Allowed":"השיטה אינה מותרת","Moved Permanently":"הועבר לצמיתות","Multiple Choices":"אפשרויות מרובות","No Content":"אין תוכן","Non-Authoritative Information":"מידע לא סמכותי","Not Acceptable":"לא מקובל","Not Found":"לא נמצא","Not Implemented":"לא מיושם","Not Modified":"לא השתנה","OK":"אישור","Partial Content":"תוכן חלקי","Payment Required":"תשלום נדרש","Precondition Failed":"תנאי מקדים נכשל","Proxy Authentication Required":"אימות שרת Proxy נדרש","Request Entity Too Large":"ישות הבקשה גדולה מדי","Request Timeout":"זמן קצוב של בקשה","Request-URI Too Long":"ה-URI של הבקשה ארוך מדי","Requested Range Not Satisfiable":"לא ניתן לקיים את הטווח המבוקש","Reset Content":"אפס תוכן","See Other":"ראה אחר","Service Unavailable":"השירות אינו זמין","Switching Protocols":"המערכת מחליפה פרוטוקולים","Temporary Redirect":"ניתוב מחדש זמני","Unauthorized":"לא מורשה","Unknown Error":"שגיאה לא ידועה","Unsupported Media Type":"סוג מדיה לא נתמך","Use Proxy":"השתמש בקובץ 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