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

mt.blog.phrase = {
    fileRequired: 'Veuillez sélectionner un fichier à publier.',
    invalidFileType: 'Vous avez sélectionné un fichier de type non supporté.',
    relativeDate: {
        momentsAgo: 'il y a quelques instants',
        minutesAgo: 'il y a 1 minute',
        minutesAgoPlural: 'il y a 2 minutes',
        hoursAgo: 'il y a 1 heure',
        hoursAgoPlural: 'il y a 2 heures',
        daysAgo: 'il y a 1 jour',
        daysAgoPlural: 'il y a 2 jours'
    },
    edit: 'Editer',
    signingIn: 'Identification ...',
    commenter: {
        auth: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>Identifiez-vous\<\/a\> pour commenter.',
        authAnonyous: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>Identifiez-vous\<\/a\> pour commenter, ou laissez un commentaire anonyme.',
        authBanned: 'Vous n\'avez pas la permission de commenter sur ce blog. (\<a href=\"javas\cript:void(0);\" onclick=\"return mtSignOutOnClick();\"\>déconnexion\<\/a\>)',
        authSuccess: 'Merci de vous être identifié(e) en tant que __NAME__. (\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignOutOnClick();\"\>fermer la session\<\/a\>)',
        sessionExpired: 'Votre session a expiré. Veuillez vous identifier à nouveau pour commenter.',
        replyingTo: 'En réponse au \<a href=\"#comment-__PARENT__\" onclick=\"location.href=this.href; return false\"\>commentaire de __AUTHOR__\<\/a\>'
    }
};


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





