//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    blog: {
        id: 6,
        url: 'http%3A%2F%2Fwww.allesgelingt.de%2Flive%2F',
        staticWebPath: 'http://www.allesgelingt.de/mt42static/',
        adminScript: 'mt.cgi',
        signInLink: 'http://www.allesgelingt.de/cgi-bin/mt42/mt-cp.cgi?__mode=login&blog_id=6',
        signOutLink: 'http://www.allesgelingt.de/cgi-bin/mt42/mt-cp.cgi?__mode=logout&static=0',
        comments: {
            script: 'http://www.allesgelingt.de/cgi-bin/mt42/mt-comments.cgi',
            armor: '54e986b4365e72e2d3af5f1c65e055135e829ccb',
            accepted: 1,
            captchaFields: ''
        },
        community: {
            script: 'http://www.allesgelingt.de/cgi-bin/mt42/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 1
        },
        pings: {
            accepted: 1
        },
        registration: {
            required: 0,
            allowed: 1
        }
    }
};

mt.blog.phrase = {
    fileRequired: 'Bitte wählen die Datei, die Sie hochladen möchten',
    invalidFileType: 'Das gewählte Dateiformat wird nicht unterstützt.',
    relativeDate: {
        momentsAgo: 'vor einem Augenblick',
        minutesAgo: 'vor 1 Minute',
        minutesAgoPlural: 'vor 2 Minuten',
        hoursAgo: 'vor 1 Stunde',
        hoursAgoPlural: 'vor 2 Stunden',
        daysAgo: 'vor 1 Tag',
        daysAgoPlural: 'vor 2 Tagen'
    },
    edit: 'Bearbeiten',
    signingIn: 'Anmelden...',
    commenter: {
        auth: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>Anmelden\<\/a\> um zu kommentieren',
        authAnonyous: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>Anmelden\<\/a\> um zu kommentieren oder anonym kommentieren',
        authBanned: 'Sie haben nicht die notwendige Berechtigung, um in diesem Blog Kommentare zu schreiben. (\<a href=\"javas\cript:void(0);\" onclick=\"return mtSignOutOnClick();\"\>Abmelden\<\/a\>)',
        authSuccess: 'Danke für Ihre Anmeldung, __NAME__. (\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignOutOnClick();\"\>Abmelden\<\/a\>)',
        sessionExpired: 'Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.',
        replyingTo: 'Antwort auf den \<a href=\"#comment-__PARENT__\" onclick=\"location.href=this.href; return false\"\>Kommentar von __AUTHOR__\<\/a\>'
    }
};


// The cookie name to use for storing the blog-side comment session cookie.
var mtCookieName = "mt_blog_user";
var mtCookieDomain = ".allesgelingt.de";
var mtCookiePath = "/";
var mtCookieTimeout = 14400;





