﻿// JScript File

var LocEarthGallery = {};
LocEarthGallery.Add = "Add";
LocEarthGallery.Update = "Update";
LocEarthGallery.Cancel = "Cancel";
LocEarthGallery.Create = "Create";
LocEarthGallery.Delete = "Delete";
LocEarthGallery.New = "New";
LocEarthGallery.Close = "Close";
LocEarthGallery.Loading = "Loading...";
LocEarthGallery.ConfirmDelete = "Confirm to delete this album and all its photos?";
LocEarthGallery.AlbumExist = "'{0}' has already been used. Please use another name.";
LocEarthGallery.InvalidAblumName = 'Characters such as \\/:*"<>| are not allowed in ablum name.';
LocEarthGallery.CreateFormHeading = "Create Album";
LocEarthGallery.UpdateFormHeading = "Update Album";
LocEarthGallery.Public = "Public";
LocEarthGallery.Private = "Private";
LocEarthGallery.UploadFormHeading = "Upload Photos";
LocEarthGallery.Upload = "Upload";
LocEarthGallery.PhotoDeleted = "This photo has been deleted.";
LocEarthGallery.PhotoDeleteMsg = "You are about to delete this photo. This action cannot undo.<br><br>Do you still want to continue?";
LocEarthGallery.Warning = "Warning!";
LocEarthGallery.Error = "Error";
LocEarthGallery.Message = "Message";
LocEarthGallery.Information = "Information";
LocEarthGallery.AddPhotoToAlbum = "Photo has added to or removed from albums";
LocEarthGallery.SortOrderMsg = "Changes is saved";
LocEarthGallery.NoBatchHint = "<br><br>Double click above to batch process photos";
LocEarthGallery.EmptyAlbumHint = "<br><br>Double click above photos to add to album";
LocEarthGallery.EmptyGalleryHint = "<br><br>Double click above albums to add to gallery";
LocEarthGallery.SaveMessage = "You have made changes. Do you want to save them?";
LocEarthGallery.AddPhotoProgress = "Adding photos now";
LocEarthGallery.AddPageProgress = "Adding page {0} now";
LocEarthGallery.DoubleClickRemove = "Double click to remove";
LocEarthGallery.DoubleClickAdd = "Double click to add";
LocEarthGallery.AddAlbumToGallery = "Please add Albums to Gallery.";
LocEarthGallery.ConfirmDeleteAllPhoto = "Confirmed to delete all selected photos?";
LocEarthGallery.ConfirmDeleteThisAlbum = "Confirm to delete this Album?";
LocEarthGallery.ConfirmDeleteThisGallery = "Confirm to delete this Gallery?";
LocEarthGallery.InvalidOperation = "This operation is not valid.";
LocEarthGallery.CreateAlbumForAddedPhoto = "Please create a album for added photos";
LocEarthGallery.Album = "Album";
LocEarthGallery.Gallery = "Gallery";
LocEarthGallery.EndOfSlideShow = "End of slide show";

