﻿var MemocastStrings = {
    Comments: {
        DeleteButtonLabel: "Remove this comment",
        ConfirmMessageText: "Are you sure want remove this comment?",
        ConfirmMessageTitle: "Comment removal",
        ConfirmMessageRemoveButtonLabel: "Remove this comment",
        ConfirmMessageCancelButtonLabel: "Cancel"
    } // Comments
    ,
    Playlist:
    {
        AddToPlaylistButtonLabel: "Add to playlist",
        RemoveFromPlaylistButtonLabel: "Remove from playlist"
    }
};
