var
noThemes = 'No themes chosen.\r\nDo you want to see all series?',
noGenresThemesTopics = 'No genres, themes or topics chosen.\r\nDo you want to see all photos?',
badDay = 'Invalid day',
badYear = 'Invalid year',
badDate = 'Invalid date',
rusChar = 'Invalid character (cyrillic) is found',
largeUserComment = 'Comment is too large (max 1024 characters)';
bigComment = 'Comment is too large (max 255 characters)',
bigOrdNum = 'Number could not be more 255',

foulFound = "There is foul in your texts.\r\nPlease, remove it - such text will be rejected by server.";
foulFoundNote = foulFound + "\r\n\r\nRemember: insults and using of foul may cause to exclude from the club!";
isFoul = foulFoundNote + "\r\n\r\nCorrect text?",

badMail = 'Invalid e-mail',
dubMail = 'Are you sure that e-mail is correct?';
noMail = 'Please, indicate your e-mail';
noIDMail = 'Please, indicate your ID or e-mail';
noName = 'Your name is expected',
noValue = 'The field must be completed',
noSelection = 'You must select an item',
noPassword = 'Your password is expected',
noID = 'Your ID is expected',
badChar = 'Invalid character is found',
restoreFormData = 'Do you wish to reset form?',
clearFormData = 'Do you wish to clear form?';
needPositiveValue = 'Positive value is expected';