﻿if (!window.agahSystems.langs)
    window.agahSystems.langs = new Object();
window.agahSystems.langs.en =
{
    dir: 'ltr',
    isLtr: true,
    calendar: 'miladi',
    dialog:
    {
        confirmation:
        {
            title: 'Attention'
        },
        buttons: {
            yes: 'Yes',
            no: 'No'
        },
        messageTypes: {
            success: 'Information',
            information: 'Information',
            warning: 'Warning',
            error: 'Error'

        }
    },
    validation: {
        errorFieldBlank : 'Value of field <{0}> not entered.',
        errorField : 'Value of field <{0}> is invalid.'
    }
};

