// backupspace/js/history.js
goToStepOneWarning = "You must select at least one item to execute this action.";

// backupspace/js/util.js
deleteFileWarning1 = 'The selected items will be permanently deleted from your Web Uploads. They will no longer appear in your Web Uploads after this operation. These items will also be removed from any shared spaces they are a part of.';
deleteFileWarning2 = 'You must select at least one item to execute this action.';
uploadCompletedError1 = "Unable to upload files. Disk quota limit exceeded."
uploadCompletedError2 = "Error uploading files";
validateCreateCollectionFormWarning = 'Your folder name must be filled.';
validateCreateCollectionFormAlert = 'Your folder description must be 250 characters or less.';

// contacts/js/contacts.js
validateContactFormWarning1 = "Please enter a contact name.";
validateContactFormWarning2 = "Please enter an email address.";
validateContactFormWarning3 = "Please ensure email address you entered is in right format(e.g. john.doe@example.com).";
confirmDeleteContactWarning1 = 'There are no contacts to delete.';
confirmDeleteContactWarning2 = "You must select at least one contact for deletion.";
confirmDeleteContactWarning3 = 'The selected sharing groups will be deleted from your sharing group list.';
confirmDeleteContactsWarning = 'The selected sharing contacts will be deleted from your sharing contact list.';

// contacts/js/groups.js
validateGroupFormWarning = "Please enter a group name.";
confirmDeleteGroupWarning1 = 'There are no groups to delete.';
confirmDeleteGroupWarning2 = "You must select at least one group for deletion.";
confirmDeleteGroupWarning3 = 'The selected sharing group(s) will be deleted from your sharing group list.';

// invite/js/invite.js
validateInvitationWarning = 'No email address entered.';

// photo/
printAlbumWarning1 = 'There are no albums to print.';
printAlbumWarning2 = 'You must select at least one album to print.';
editPhotoPrintWarningPart1 = 'There are no ';
editPhotoPrintWarningPart2 = 's to print.';
gotoPrintPageWarning1Part1 = 'There are no ';
gotoPrintPageWarning1Part2 = 's to print.';
gotoPrintPageWarning2Part1 = 'You must select at least one ';
gotoPrintPageWarning2Part2 = ' to print.';
selectPrintOptionWarning = 'There are no albums selected.';
confirmDeletePhotoWarning = 'Are you sure you want to delete this photo?';
confirmUnlinkPhotoWarning = 'Are you sure you want to remove this photo?';
confirmDeleteVideoWarning = 'Are you sure you want to delete this video?';
confirmUnlinkVideoWarning = 'Are you sure you want to remove this video?';

// media/js/collections.js
confirmDeleteCollectionWarningPart1 = "Delete this ";
confirmDeleteCollectionWarningPart2 = " album?";
confirmDeleteCollectionWarningDocument = " folder?";
confirmDeleteCollectionWarningMusic = " playList?";
deleteCollectionWarning1Part1 = "Sorry, you have not selected ";
deleteCollectionWarning1Part2 = " to delete.";
deleteCollectionWarning2Part1 = "Sorry, can't delete ";
deleteCollectionWarning2Part2 = ". Delete other selected ";
deleteCollectionWarning2Part3 = "(s)?";
deleteCollectionWarning3 = "Sorry, can't delete ";
deleteCollectionWarning4Part1 = "Delete selected ";
deleteCollectionWarning4Part2 = "(s)?";
deleteCollectionWarning5Part1 = "Please select at least one ";
deleteCollectionWarning5Part2 = " to delete.";
unlinkMediaWarning1Part1 = 'There are no ';
unlinkMediaWarning1Part2 = 's to delete.';
unlinkMediaWarning2Part1 = 'Are you sure you want to remove these ';
unlinkMediaSingleWarning2Part1 = 'Are you sure you want to remove this ';
unlinkMediaWarning2Part2 = '(s) from this ';
unlinkMediaSingleWarning2Part2 = ' from this ';
unlinkMediaWarning3Part1 = 'You must select at least one ';
unlinkMediaWarning3Part2 = ' to remove from this ';
deleteMediaWarning1Part1 = 'There are no ';
deleteMediaWarning1Part2 = 's to delete.';
deleteMediaWarning2Part1 = 'Are you sure you wish to delete these ';
deleteMediaWarning2Part2 = '(s)?';
deleteMediaWarning3Part1 = 'You must select at least one ';
deleteMediaWarning3Part2 = ' for deletion.';
printPhotoWarning1Part1 = 'There are no ';
printPhotoWarning1Part2 = 's to print.';
printPhotoWarning2Part1 = 'Are you sure you wish to print these ';
printPhotoWarning2Part2 = '(s)?';
printPhotoWarning3Part1 = 'You must select at least one ';
printPhotoWarning3Part2 = ' for deletion.';
moveMediaConfirmPart1 = 'Are you sure you wish to move these ';
moveMediaConfirmPart2 = '(s)?';
moveMediaWarningPart1 = 'You must select at least one ';
moveMediaWarningPart2 = ' for move.';
copyMediaConfirmPart1 = 'Are you sure you wish to copy these ';
copyMediaConfirmPart2 = '(s)?';
copyMediaWarningPart1 = 'You must select at least one ';
copyMediaWarningPart2 = ' for copy.';
addToMediaAlbumWarning = 'There are no media selected.';
addToAlbumWarning = 'There are no media selected.';
addEditPhotoToAlbumWarning = 'There are no media selected.';
addEditMediaToAlbumWarning = 'There are no media selected.';
renameMediasWarning1Part1 = 'There are no ';
renameMediasWarning1Part2 = ' to rename.';
renameMediasWarning2Part1 = 'There are no ';
renameMediasWarning2Part2 = ' selected.';
renamePhotosWarning1 = 'There are no photos to rename.';
renamePhotosWarning2 = 'There are no media selected.';
renameMediaCollectionWarningPart1 = 'There are no '
renameMediaCollectionWarningPart2 = ' selected.';

inviteWarning1Part1 = 'Please select at least one ';
inviteWarning1Part2 = ' to share.';

inviteWarning2Part1 = 'You have selected only private ';
inviteWarning2Part2 = ' but private ';
inviteWarning2Part3 = ' cannot be shared.';

inviteWarning3Part1 = 'You have selected private and invitation only ';
inviteWarning3Part2 = '. Private ';
inviteWarning3Part3 = ' cannot be shared, but you can share the other ';
inviteWarning3Part4 = '. Would you like to continue?';

inviteCollectionWarningPart1 = 'You cannot share a private ';
inviteCollectionWarningPart2 = '.';

validateEmptyNameWarning = 'Name must contain at least one character.';

// media/js/editMedia.js
printAlbumWarning1 = 'There are no albums to print.';
printAlbumWarning2 = 'You must select at least one album to print.';
editPhotoPrintWarningPart1 = 'There are no ';
editPhotoPrintWarningPart2 = 's to print.';
gotoPrintPageWarning1Part1 = 'There are no ';
gotoPrintPageWarning1Part2 = 's to print.';
gotoPrintPageWarning2Part1 = 'You must select at least one ';
gotoPrintPageWarning2Part2 = ' to print.';
selectPrintOptionWarning = 'There are no albums selected.';
confirmDeletePhotoWarning = 'Are you sure you want to delete this photo?';
confirmUnlinkPhotoWarning = 'Are you sure you want to remove this photo?';
currentAlbumSlideShowWarning = 'There are no photos to slideshow.';

// music/js/music.js
playSelectionEmpty = 'There are no songs to play.';
