ÿþ/ *  
   *   T r a n s l a t e d   d e f a u l t   m e s s a g e s   f o r   t h e   j Q u e r y   v a l i d a t i o n   p l u g i n .  
   *   L o c a l e :   P L  
   * /  
 j Q u e r y . e x t e n d ( j Q u e r y . v a l i d a t o r . m e s s a g e s ,   {  
         r e q u i r e d :   " F i e l d   c a n n o t   b e   e m p t y . " ,  
         e m a i l :   " E - m a i l   a d d r e s s   i n   i n c o r r e c t   f o r m a t . " ,  
         d a t e :   " D a t e   i n   i n c o r r e c t   f o r m a t . " ,  
         n u m b e r :   " T h i s   f i e l d   s h o u l d   c o n t a i n   o n l y   n u m b e r s . " ,  
         d i g i t s :   " T h i s   f i e l d   s h o u l d   c o n t a i n   o n l y   l e t t e r s . " ,  
         e q u a l T o :   " W a r t o [  { 0 }   n i e   j e s t   t a k a   s a m a   j a k   { 1 } . " ,  
         m a x l e n g t h :   j Q u e r y . v a l i d a t o r . f o r m a t ( " W p i s z   m a k s y m a l n i e   { 0 }   z n a k ó w . " ) ,  
         m i n l e n g t h :   j Q u e r y . v a l i d a t o r . f o r m a t ( " W p i s z   p r z y n a j m n i e j   { 0 }   z n a k ó w . " ) ,  
         r a n g e :   j Q u e r y . v a l i d a t o r . f o r m a t ( " P o d a j   w a r t o [  z   p r z e d z i a Bu   o d   { 0 }   d o   { 1 } . " ) ,  
         m a x :   j Q u e r y . v a l i d a t o r . f o r m a t ( " P o d a j   w a r t o [  m n i e j s z   n i |  { 0 } . " ) ,  
         m i n :   j Q u e r y . v a l i d a t o r . f o r m a t ( " P o d a j   w a r t o [  w i k s z   n i |  { 0 } . " )  
 } ) ;  
  
 $ . v a l i d a t o r . a d d M e t h o d ( ' p o s t a l C o d e ' ,   f u n c t i o n ( v a l u e )   {  
         r e t u r n   / ^ ( ( \ d { 5 } ) | ( [ A - Z a - z ] { 2 } \ d { 5 } ) ) $ / . t e s t ( v a l u e ) ;  
 } ,   ' I n c o r r e c t   p o s t a l   c o d e . ' ) ; 
