﻿
var pagelanguage = {
    language: 0,
    callchat: {
        title: 'Invites You to Chat.',
        username: 'Username',
        age: 'Age',
        gender: 'Gender',
        height: 'Height',
        country: 'Country',
        tag1: 'Accept',
        tag2: 'This will open a new chat window.',
        tag3: 'Decline',
        tag4: 'This will simply stop the request with no message.',
        tag5: 'Postpone',
        tag6: 'This will tell the other person you are sorry, but are busy but would like to chat another time.'
    }
}; 
