//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    blog: {
        id: 1,
        url: 'http%3A%2F%2Fwww.ga-cha.jp%2F',
        staticWebPath: 'http://www.ga-cha.jp/cgi-bin/one-mt/mt-static/',
        adminScript: 'mt.cgi',
        signInLink: 'http://www.ga-cha.jp/cgi-bin/one-mt/mt-cp.cgi?__mode=login&blog_id=1',
        signOutLink: 'http://www.ga-cha.jp/cgi-bin/one-mt/mt-cp.cgi?__mode=logout&static=0',
        comments: {
            script: 'http://www.ga-cha.jp/cgi-bin/one-mt/mt-comments.cgi',
            armor: '0aec7fe55373cc9e7d7f18ab862bba34d653bc0d',
            accepted: 1,
            captchaFields: '<div class="label"><label for="captcha_code">Captcha:</label></div><div class="field"><input type="hidden" name="token" value="o77bhXHnR3iDZKePnKPXJhjh3Xnp0T7tZayIxzzD" /><img src="/cgi-bin/one-mt/mt-comments.cgi/captcha/1/o77bhXHnR3iDZKePnKPXJhjh3Xnp0T7tZayIxzzD" width="150" height="35" /><br /><input name="captcha_code" id="captcha_code" value="" autocomplete="off" /><p>画像の中に見える文字を入力してください。</p></div>'
        },
        community: {
            script: 'http://www.ga-cha.jp/cgi-bin/one-mt/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 1
        },
        pings: {
            accepted: 1
        },
        registration: {
            required: 0,
            allowed: 0
        }
    }
};

mt.blog.phrase = {
    fileRequired: '投稿するファイルを選択してください。',
    invalidFileType: 'サポートされていないファイル形式を選択しました。',
    relativeDate: {
        momentsAgo: '直前',
        minutesAgo: '1 分前',
        minutesAgoPlural: '2 分前',
        hoursAgo: '1 時間前',
        hoursAgoPlural: '2 時間前',
        daysAgo: '1 日前',
        daysAgoPlural: '2 日前'
    },
    edit: '編集',
    signingIn: 'サインインします...',
    commenter: {
        auth: 'コメントするにはまず\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>サインイン\<\/a\>してください。',
        authAnonyous: 'コメントする前に\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>サインイン\<\/a\>することもできます。',
        authBanned: 'このブログにコメントする権限を持っていません。(\<a href=\"javas\cript:void(0);\" onclick=\"return mtSignOutOnClick();\"\>サインアウトする\<\/a\>)',
        authSuccess: '__NAME__としてサインインしています。(\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignOutOnClick();\"\>サインアウト\<\/a\>)',
        sessionExpired: 'セッションの有効期限が切れています。再度サインインしてください。',
        replyingTo: '\<a href=\"#comment-__PARENT__\" onclick=\"location.href=this.href; return false\"\>__AUTHOR__からのコメント\<\/a\>に返信'
    }
};


// The cookie name to use for storing the blog-side comment session cookie.
var mtCookieName = "mt_blog1_user";
var mtCookieDomain = ".ga-cha.jp";
var mtCookiePath = "/";
var mtCookieTimeout = 14400;




