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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-de.js
// Module:    cjt/util/httpStatus-de
// Locale:    de
// 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":"Angenommen","Bad Gateway":"Ungültiges Gateway","Bad Request":"Ungültige Anfrage","Conflict":"Konflikt","Continue":"Weiter","Created":"Erstellt","Expectation Failed":"Unerwartetes Verhalten","Forbidden":"Nicht zulässig","Found":"Gefunden","Gateway Timeout":"Gateway-Timeout","Gone":"Nicht vorhanden","HTTP Version Not Supported":"HTTP-Version wird nicht unterstützt","Internal Server Error":"Interner Serverfehler","Length Required":"Länge erforderlich","Method Not Allowed":"Methode nicht erlaubt","Moved Permanently":"Dauerhaft verschoben","Multiple Choices":"Mehrere Optionen","No Content":"Kein Inhalt","Non-Authoritative Information":"Nicht-autoritative Informationen","Not Acceptable":"Nicht akzeptabel","Not Found":"Nicht gefunden","Not Implemented":"Nicht implementiert","Not Modified":"Nicht geändert","OK":"OK","Partial Content":"Teilweiser Inhalt","Payment Required":"Zahlung erforderlich","Precondition Failed":"Voraussetzung fehlgeschlagen","Proxy Authentication Required":"Proxy-Authentifizierung erforderlich","Request Entity Too Large":"Anforderungseinheit ist zu groß","Request Timeout":"Timeout der Anfrage","Request-URI Too Long":"Anforderungs-URI ist zu lang","Requested Range Not Satisfiable":"Angeforderter Bereich kann nicht erfüllt werden","Reset Content":"Inhalt zurücksetzen","See Other":"Mehr anzeigen","Service Unavailable":"Dienst nicht verfügbar","Switching Protocols":"Protokoll wechseln","Temporary Redirect":"Vorübergehende Umleitung","Unauthorized":"Nicht autorisiert","Unknown Error":"Unbekannter Fehler","Unsupported Media Type":"Nicht unterstützter Medientyp","Use Proxy":"Proxy verwenden"};

    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