var LL = new Object();

LL.deleteAttributeValue = 'Do you want to delete the value "%s"? You cannot undo this step and it will affect all the restaurants using this value';
LL.deleteAttribute = 'Do you want to delete the attribute "%s"? You cannot undo this step and it will affect all the restaurants using this attribute';
LL.archiveEstablishment = 'Do you want to archive the place "%s"?';
LL.approveEstablishment = 'Do you want to approve the place "%s"?';
LL.deleteZone = 'Do you want to delete the zone "%s"? You cannot undo this step. All the places in this zone will not have a zone. ' +
  'All subzones of this zones will become main zones.';
LL.archiveImage = 'Do you want to archive this image?';
LL.approveImage = 'Do you approve this image? All flags on this image will be archived.';
LL.archiveComment = 'Do you want to archive this comment?';
LL.approveComment = 'Do you approve this comment? All flags on this comment will be archived.';
LL.approveEditorial = 'Do you approve this editorial review?';
LL.warnCommentNotEditable = 'You cannot edit comments older than 24 hours.';
LL.resendEmailOk = 'Email sent successfully.';
LL.resendEmailError = 'The email could not be sent. Please contact the Cityo team.';
LL.uploadFormCorrupted = 'The upload form is corrupted! Please contact a Cityo programmer.';
LL.uploadMustSelectFile = 'You must select a file.';
LL.uploadWrongFormat = 'The accepted image formats are GIF, JPEG and PNG.';
LL.uploadSizeLimit = 'The file you selected exceeds the size limit (%s bytes).';
LL.flagCommentOk = 'Comment flagged.';
LL.flagCommentError = 'Could not flag the comment';
LL.deleteCommentError = 'Could not delete the comment';
LL.alreadyVotedPositive = 'You already voted «useful»';
LL.alreadyVotedNegative = 'You already voted «not useful»';
LL.voteSaved = 'Vote saved (%s).';
LL.voteDeleted = 'Vote deleted.';
LL.flagImageOk = 'Image %s was flagged for review.';
LL.archiveImageError = 'You do not have the permission to delete this image.';
LL.archiveUser = 'Do you want to archive the user %s? You cannot undo this step. All the user\'s comments and ratings will be lost.';

LL.jqueryPageSeparator = ' of ';
LL.showFewer = 'Show fewer';
LL.showAll = 'Show all';

