ASLAS.language.Texts = {

    defaultErrorHdr: "Error",

    loadingMsg: "Loading...",
    savingMsg: "Saving...",

    deleteHdr: "Delete item(s) [0]?",
    deleteMsg: "Click [OK] to delete",

    undoHdr: "Discard Changes?",
    undoMsg: "Are you sure you want to discard the changes to this record?",
    
    newRecord_undoHdr: "Cancel Record?",
    newRecord_undoMsg: "Are you sure you want to cancel the new record?",

    newRecord: "New (ALT+F9)",
    saveRecord: "Save (ALT+F10)",
    deleteRecord: "Delete (ALT+DEL)",
    copyRecord: "Copy",
    undoRecord: "Undo(AlT+F11)",
    columnSettings: "Field Settings",

    connectionErrorHdr: "Connection Error",
    connectionErrorMsg: "Several attempts to connect to the server have failed. Would you like to try to connect again?",

    noDataMsg: "Server dit not return any data, possible cause: Time-Out",

    logoutHdr: "Attention!",
    logoutMsg: "Are you sure you want to log out?",

    groupingGridVwSingle: "Item",
    groupingGridVwMultiple: "Items",

    loginFailHdr: "Login Failure",

    windowCloseOnChangeMsg: "There are unsaved changes. Stay on this page to save them, else continue without saving.",

    dropboardDropDiv: "1 Selected Item",

    planboardDeleteCtx: "Delete Selected Item",
    planboardRefreshCtx: "Refresh Selected Item",

    planboardRefreshDSSingle: "Refresh Dataset [0]",
    planboardRefreshDSAll: "Refresh all Datasets",
    planboardRefresh: "Refresh all (including dimensions)",

    toolbarNoReloadHdr: "Status",
    toolbarNoReloadMsg: "No Reload, There are changed records",

    failedRecordStoreWarningTitle: "Save record failed",
    failedRecordStoreWarning:
    "The edited record can not be saved. <br><br> Errors: {0} <br><br>"

}
