ÿþ
 / /   f u l l   d a y   n a m e s 
 C a l e n d a r . _ D N   =   n e w   A r r a y 
 ( " S u n d a y " , 
   " M o n d a y " , 
   " T u e s d a y " , 
   " W e d n e s d a y " , 
   " T h u r s d a y " , 
   " F r i d a y " , 
   " S a t u r d a y " , 
   " S u n d a y " ) ; 
 
 / /   s h o r t   d a y   n a m e s 
 C a l e n d a r . _ S D N   =   n e w   A r r a y 
 ( " S u n " , 
   " M o n " , 
   " T u e " , 
   " W e d " , 
   " T h u " , 
   " F r i " , 
   " S a t " , 
   " S u n " ) ; 
 
 / /   F i r s t   d a y   o f   t h e   w e e k .   " 0 "   m e a n s   d i s p l a y   S u n d a y   f i r s t ,   " 1 "   m e a n s   d i s p l a y 
 / /   M o n d a y   f i r s t ,   e t c . 
 C a l e n d a r . _ F D   =   0 ; 
 
 / /   f u l l   m o n t h   n a m e s 
 C a l e n d a r . _ M N   =   n e w   A r r a y 
 ( " J a n u a r y " , 
   " F e b r u a r y " , 
   " M a r c h " , 
   " A p r i l " , 
   " M a y " , 
   " J u n e " , 
   " J u l y " , 
   " A u g u s t " , 
   " S e p t e m b e r " , 
   " O c t o b e r " , 
   " N o v e m b e r " , 
   " D e c e m b e r " ) ; 
 
 / /   s h o r t   m o n t h   n a m e s 
 C a l e n d a r . _ S M N   =   n e w   A r r a y 
 ( " J a n " , 
   " F e b " , 
   " M a r " , 
   " A p r " , 
   " M a y " , 
   " J u n " , 
   " J u l " , 
   " A u g " , 
   " S e p " , 
   " O c t " , 
   " N o v " , 
   " D e c " ) ; 
 
 / /   t o o l t i p s 
 C a l e n d a r . _ T T   =   { } ; 
 C a l e n d a r . _ T T [ " I N F O " ]   =   " t h e   c a l e n d a r " ; 
 
 C a l e n d a r . _ T T [ " A B O U T " ]   = 
 " D a t e   s e l e c t i o n : \ n "   + 
 " -   U s e   t h e   \ x a b ,   \ x b b   b u t t o n s   t o   s e l e c t   y e a r \ n "   + 
 " -   U s e   t h e   "   +   S t r i n g . f r o m C h a r C o d e ( 0 x 2 0 3 9 )   +   " ,   "   +   S t r i n g . f r o m C h a r C o d e ( 0 x 2 0 3 a )   +   "   b u t t o n s   t o   s e l e c t   m o n t h \ n "   + 
 " -   H o l d   m o u s e   b u t t o n   o n   a n y   o f   t h e   a b o v e   b u t t o n s   f o r   f a s t e r   s e l e c t i o n . " ; 
 C a l e n d a r . _ T T [ " A B O U T _ T I M E " ]   =   " \ n \ n "   + 
 " T i m e   s e l e c t i o n : \ n "   + 
 " -   C l i c k   o n   a n y   o f   t h e   t i m e   p a r t s   t o   i n c r e a s e   i t \ n "   + 
 " -   o r   S h i f t - c l i c k   t o   d e c r e a s e   i t \ n "   + 
 " -   o r   c l i c k   a n d   d r a g   f o r   f a s t e r   s e l e c t i o n . " ; 
 
 C a l e n d a r . _ T T [ " P R E V _ Y E A R " ]   =   " P r e v .   y e a r   ( h o l d   f o r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " P R E V _ M O N T H " ]   =   " P r e v .   m o n t h   ( h o l d   f o r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " G O _ T O D A Y " ]   =   " G o   T o d a y " ; 
 C a l e n d a r . _ T T [ " N E X T _ M O N T H " ]   =   " N e x t   m o n t h   ( h o l d   f o r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " N E X T _ Y E A R " ]   =   " N e x t   y e a r   ( h o l d   f o r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " S E L _ D A T E " ]   =   " S e l e c t   d a t e " ; 
 C a l e n d a r . _ T T [ " D R A G _ T O _ M O V E " ]   =   " D r a g   t o   m o v e " ; 
 C a l e n d a r . _ T T [ " P A R T _ T O D A Y " ]   =   "   ( t o d a y ) " ; 
 
 / /   t h e   f o l l o w i n g   i s   t o   i n f o r m   t h a t   " % s "   i s   t o   b e   t h e   f i r s t   d a y   o f   w e e k 
 / /   % s   w i l l   b e   r e p l a c e d   w i t h   t h e   d a y   n a m e . 
 C a l e n d a r . _ T T [ " D A Y _ F I R S T " ]   =   " D i s p l a y   % s   f i r s t " ; 
 
 / /   T h i s   m a y   b e   l o c a l e - d e p e n d e n t .     I t   s p e c i f i e s   t h e   w e e k - e n d   d a y s ,   a s   a n   a r r a y 
 / /   o f   c o m m a - s e p a r a t e d   n u m b e r s .     T h e   n u m b e r s   a r e   f r o m   0   t o   6 :   0   m e a n s   S u n d a y ,   1 
 / /   m e a n s   M o n d a y ,   e t c . 
 C a l e n d a r . _ T T [ " W E E K E N D " ]   =   " 0 , 6 " ; 
 
 C a l e n d a r . _ T T [ " C L O S E " ]   =   " C l o s e " ; 
 C a l e n d a r . _ T T [ " T O D A Y " ]   =   " T o d a y " ; 
 C a l e n d a r . _ T T [ " T I M E _ P A R T " ]   =   " ( S h i f t - ) C l i c k   o r   d r a g   t o   c h a n g e   v a l u e " ; 
 
 / /   d a t e   f o r m a t s 
 C a l e n d a r . _ T T [ " D E F _ D A T E _ F O R M A T " ]   =   " % Y - % m - % d " ; 
 C a l e n d a r . _ T T [ " T T _ D A T E _ F O R M A T " ]   =   " % a ,   % b   % e " ; 
 
 C a l e n d a r . _ T T [ " W K " ]   =   " w k " ; 
 C a l e n d a r . _ T T [ " T I M E " ]   =   " T i m e : " ; 
 
