﻿/////////////////////////////////////////////////////////////////////////////
// Locale 1033 (en-US) string/URL resource file
// This file must be included BEFORE SlideshowWebPart.js or any 
// other files that are using it

// This variable must be equal to current LCID
var L_SsLocaleId_General = 1033;

// The following five variables need not be localized
var SsControlUrl = "/_layouts/" + L_SsLocaleId_General + "/wh/SlideshowWebPart/";
var SsDialogUrl = SsControlUrl + "SlideshowDialog.aspx";
var SsImagesPath = SsControlUrl + "SlideshowImagePreview.aspx";
var SsImgPath = SsControlUrl + "images";
//var SsMsgBoxPath = "/_layouts/" + L_SsLocaleId_General + "/wh/MessageBox.aspx";

// slide show messages
var L_SsLoadingPhoto_HTMLText = 'Loading...';
var L_SsErrorLoadingPhoto_ErrorMessage = 'Unable to display photo';
var L_SsFullViewClose_Button = 'Close';

// error messages
var L_SsEmpty_ErrorMessage = "The slideshow must include at least one image.";
//var L_SsErrDialogHead_General = "Invalid input";
//var L_SsErrDialogCaption_General = "Error";

var L_SsEmptyImgGallery_ErrorMessage = "You must first place images in the Image Gallery so that you can select and place them into a slideshow.";
var L_SsErrImgGallHead_General = "Slideshow";
//var L_SsErrDialogImgGallCaption_General = "Warning";

var L_SsImgList_ErrorMessage = "Any images you removed from the Image Gallery are now also removed from slideshows in which they appeared.";
var L_SsImgListErrHead_General = "Slideshow";
var L_SsImgListErrCaption_General = "Warning";