var XLang = {
   
   // Messages
   mSaved: 'The data was saved succesfully',
   mFailed: 'Failed to complete request',
   mEmpty: 'There are no items to display',

   // Questions
   confirmRemove: 'Are you sure that you want to remove this item?',

   // Form validation
   vError: {'digits' : 'Please use digits only.',
            'alpha'  : 'Please use alphanumeric characters only.',
            'simple' : 'Please use basic characters only (a-Z, 0-9, - _).',
            'pass'   : 'At least one capital, miniscule and digit are required.',
            'verify' : 'To prevent mistakes, please insert the same value again.',
            'mail'   : 'Please provide a legit e-mail address.',
            'link'   : 'Please provie a valid web address (link).',
            'phone'  : 'Please provide a legit phone number.'},

   // Notices
   formError:        'The form still contains errors',

   // Error messages
   ajaxError:        'An error occured during an AJAX request. Please contact the administrator if this problem persists.',
   validatorError_1: 'Wrong element type found in XValidator(). This Class can only be used with form-elements (input, textarea, select).',
   validatorError_2: 'Wrong element attribute found in XValidator(). This Class can only be used with input-elements of type \'text\' or \'password\'.'
};
