/*
 *  Copyright (C) 2007 Intercon e-consulting, http://www.intercon.pl
 */

var MSG = {
  'FEEDBACK_NAME'    : 'Name...',
  'FEEDBACK_SURNAME' : 'Surname...',
  'FEEDBACK_EMAIL'   : 'E-mail...',
  'FEEDBACK_CONTENT' : 'Message...',
  'EMPTY_FIELDS'     : 'Empty fields',
  'INVALID_EMAIL'    : 'Invalid e-mail address',
  'BAD_CODE'         : 'Bad code',
  'SENT'             : 'Message has been sent',
  'NOT_SENT'         : 'Message not sent',
  'UNKNOWN_TYPE'     : 'Unknown type',
  'THANKYOU'         : 'THANK YOU.',
  'Proszę podać imię.'             : 'Please specify your name.',
  'Proszę podać nazwisko.'         : 'Please specify your surname.',
  'Proszę podać adres e-mail.'     : 'Please specify your e-mail address.',
  'Proszę podać treść zgłoszenia.' : 'Please specify your message.'
};
