﻿$.globalResources.setDefaults({
    lang: "en",
    strings: {
        areYouSure: "Are you sure?",
        pleaseFillInRequiredFields: "Please fill in the required fields highlighted in red.",
        photoViewerTitleSuffix: " - Click anywhere to close (or press Escape)",
        validation: {
            empty: "* Required",
            emailInvalid: "* Invalid",
            passwordInvalid: "* Minimum 6 characters long",
            passwordNoMatch: "* Passwords do not match"
        },
        loading: "Loading"
    }
});
