var l10n = {
    title: 'Redcats',
    home: 'home',
    
    prev: 'Next',
    next: 'Previous',
    back: 'Back',
    
    displayPrevItem: 'Display previous item',
    displayNextItem: 'Display next item',
    
    loading: 'Loading…',
    
    close: 'Close',
    
    show: 'Display',
    hide: 'Hide',
    
    yourFriend: 'Your friend',
    yourFriends: 'Your friends',
    typeKeyword: 'Or type a keywords',
    
    search: 'Search',
    
    alertIE6: "This website is not working with IE6 Internet Explorer 6. Please update your browser.",
    
    day: 'DD',
    month: 'MM',
    year: 'YYYY',
    
    url: {
        transparent: '/extension/redcats/design/web/images/common/transparent.gif',
        loading: '/extension/redcats/design/web/images/common/loader.gif',
        home: '/extension/redcats/design/web/templates/',
        eng: '/switchlanguage/to/eng',
        fra: '/switchlanguage/to/fre',                 search: '/layout/set/popin/content/search'
    },
    
    errors: {
        title: 'Error',
        generic: 'An error occured while requesting your demand…',
        excuse: 'Veuillez nous excuser pour la gêne occasionnée.',
        quizz: 'Please answer the question',
        forms: 'Please correct theses errors :',
        mandatory: 'Mendatory field',
        unvalidFormat: 'Unknow format',
        message404: '<h1>Sorry...</h1><p>This page doesn\'t exists. <br/>This link is maybe invalid.</p><p>To coninue your visit </p>',
        clickHere: 'Click here',
        invalidInput: 'Invalid field'
    }
};

