﻿/////////////////////////////////////////////////////////////////////////////
// Locale 1033 (en-US) string/URL resource file
// This file must be included BEFORE GridWizard.js or any 
// other files that are using it

// Assign LCID to this variable
var L_GridLocaleId_General = 1033;

// These variables don't need to be localized
var GridControlUrl = "/_layouts/" + L_GridLocaleId_General + "/wh/GridWebPart/";
var GridDialogUrl = GridControlUrl + "GridWizardDialog.aspx";

// Error messages - localize
var L_GridInvalidCol_ErrorMessage = "The number of columns must be a positive number; type a number greater than 0.";
var L_GridInvalidRow_ErrorMessage = "The number of rows must be a positive number; type a number greater than 0.";
var L_GridOutOfRange_ErrorMessage = "You have exceeded one of the limits of the grid Web part.  The maximum number of columns is 20 while the maximum number of rows is 40.";
//var L_GridErrDialogHeader_HTMLText = "Invalid input";
//var L_GridErrorDialogCaption_HTMLText = "Error";
