ÿþ/ /   * *   I 1 8 N 
 
 / /   C a l e n d a r   E N   l a n g u a g e 
 / /   A u t h o r :   M i h a i   B a z o n ,   < m i h a i _ b a z o n @ y a h o o . c o m > 
 / /   E n c o d i n g :   a n y 
 / /   D i s t r i b u t e d   u n d e r   t h e   s a m e   t e r m s   a s   t h e   c a l e n d a r   i t s e l f . 
 
 / /   F o r   t r a n s l a t o r s :   p l e a s e   u s e   U T F - 8   i f   p o s s i b l e .     W e   s t r o n g l y   b e l i e v e   t h a t 
 / /   U n i c o d e   i s   t h e   a n s w e r   t o   a   r e a l   i n t e r n a t i o n a l i z e d   w o r l d .     A l s o   p l e a s e 
 / /   i n c l u d e   y o u r   c o n t a c t   i n f o r m a t i o n   i n   t h e   h e a d e r ,   a s   c a n   b e   s e e n   a b o v e . 
 
 / /   T r a n s l a t o r :   D a v i d   D u r e t ,   < p i l g r i m @ m a l a - t e m p l a t e . n e t >   f r o m   p r e v i o u s   f r e n c h   v e r s i o n 
 
 / /   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 
 ( " D i m a n c h e " , 
   " L u n d i " , 
   " M a r d i " , 
   " M e r c r e d i " , 
   " J e u d i " , 
   " V e n d r e d i " , 
   " S a m e d i " , 
   " D i m a n c h e " ) ; 
 
 / /   P l e a s e   n o t e   t h a t   t h e   f o l l o w i n g   a r r a y   o f   s h o r t   d a y   n a m e s   ( a n d   t h e   s a m e   g o e s 
 / /   f o r   s h o r t   m o n t h   n a m e s ,   _ S M N )   i s n ' t   a b s o l u t e l y   n e c e s s a r y .     W e   g i v e   i t   h e r e 
 / /   f o r   e x e m p l i f i c a t i o n   o n   h o w   o n e   c a n   c u s t o m i z e   t h e   s h o r t   d a y   n a m e s ,   b u t   i f 
 / /   t h e y   a r e   s i m p l y   t h e   f i r s t   N   l e t t e r s   o f   t h e   f u l l   n a m e   y o u   c a n   s i m p l y   s a y : 
 / / 
 / /       C a l e n d a r . _ S D N _ l e n   =   N ;   / /   s h o r t   d a y   n a m e   l e n g t h 
 / /       C a l e n d a r . _ S M N _ l e n   =   N ;   / /   s h o r t   m o n t h   n a m e   l e n g t h 
 / / 
 / /   I f   N   =   3   t h e n   t h i s   i s   n o t   n e e d e d   e i t h e r   s i n c e   w e   a s s u m e   a   v a l u e   o f   3   i f   n o t 
 / /   p r e s e n t ,   t o   b e   c o m p a t i b l e   w i t h   t r a n s l a t i o n   f i l e s   t h a t   w e r e   w r i t t e n   b e f o r e 
 / /   t h i s   f e a t u r e . 
 
 / /   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 
 ( " D i m " , 
   " L u n " , 
   " M a r " , 
   " M e r " , 
   " J e u " , 
   " V e n " , 
   " S a m " , 
   " D i m " ) ; 
 
 / /   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 v i e r " , 
   " F é v r i e r " , 
   " M a r s " , 
   " A v r i l " , 
   " M a i " , 
   " J u i n " , 
   " J u i l l e t " , 
   " A o û t " , 
   " S e p t e m b r e " , 
   " O c t o b r e " , 
   " N o v e m b r e " , 
   " D é c e m b r e " ) ; 
 
 / /   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 v " , 
   " M a r " , 
   " A v r " , 
   " M a i " , 
   " J u i n " , 
   " J u i l " , 
   " A o u t " , 
   " 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 " ]   =   " A   p r o p o s   d u   c a l e n d r i e r " ; 
 
 C a l e n d a r . _ T T [ " A B O U T " ]   = 
 " D H T M L   D a t e / H e u r e   S e l e c t e u r \ n "   + 
 " ( c )   d y n a r c h . c o m   2 0 0 2 - 2 0 0 5   /   A u t h o r :   M i h a i   B a z o n \ n "   +   / /   d o n ' t   t r a n s l a t e   t h i s   t h i s   ; - ) 
 " P o u r   l a   d e r n i e r e   v e r s i o n   v i s i t e z   :   h t t p : / / w w w . d y n a r c h . c o m / p r o j e c t s / c a l e n d a r / \ n "   + 
 " D i s t r i b u é   p a r   G N U   L G P L .     V o i r   h t t p : / / g n u . o r g / l i c e n s e s / l g p l . h t m l   p o u r   l e s   d e t a i l s . "   + 
 " \ n \ n "   + 
 " S e l e c t i o n   d e   l a   d a t e   : \ n "   + 
 " -   U t i l i s e r   l e s   b o u t t o n s   « ,   »     p o u r   s e l e c t i o n n e r   l \ ' a n n e e \ n "   + 
 " -   U t i l i s e r   l e s   b o u t t o n s   "   +   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 )   +   "   p o u r   s e l e c t i o n n e r   l e s   m o i s \ n "   + 
 " -   G a r d e r   l a   s o u r i s   s u r   n ' i m p o r t e   q u e l s   b o u t o n s   p o u r   u n e   s e l e c t i o n   p l u s   r a p i d e " ; 
 C a l e n d a r . _ T T [ " A B O U T _ T I M E " ]   =   " \ n \ n "   + 
 " S e l e c t i o n   d e   l \ ' h e u r e   : \ n "   + 
 " -   C l i q u e r   s u r   h e u r e s   o u   m i n u t e s   p o u r   i n c r e m e n t e r \ n "   + 
 " -   o u   M a j - c l i c   p o u r   d e c r e m e n t e r \ n "   + 
 " -   o u   c l i c   e t   g l i s s e r - d e p l a c e r   p o u r   u n e   s e l e c t i o n   p l u s   r a p i d e " ; 
 
 C a l e n d a r . _ T T [ " P R E V _ Y E A R " ]   =   " A n n é e   p r é c .   ( m a i n t e n i r   p o u r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " P R E V _ M O N T H " ]   =   " M o i s   p r é c .   ( m a i n t e n i r   p o u r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " G O _ T O D A Y " ]   =   " A t t e i n d r e   l a   d a t e   d u   j o u r " ; 
 C a l e n d a r . _ T T [ " N E X T _ M O N T H " ]   =   " M o i s   s u i v .   ( m a i n t e n i r   p o u r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " N E X T _ Y E A R " ]   =   " A n n é e   s u i v .   ( m a i n t e n i r   p o u r   m e n u ) " ; 
 C a l e n d a r . _ T T [ " S E L _ D A T E " ]   =   " S é l e c t i o n n e r   u n e   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 é p l a c e r " ; 
 C a l e n d a r . _ T T [ " P A R T _ T O D A Y " ]   =   "   ( A u j o u r d ' h u i ) " ; 
 
 / /   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 " ]   =   " A f f i c h e r   % s   e n   p r e m i e r " ; 
 
 / /   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 " ]   =   " F e r m e r " ; 
 C a l e n d a r . _ T T [ " T O D A Y " ]   =   " A u j o u r d ' h u i " ; 
 C a l e n d a r . _ T T [ " T I M E _ P A R T " ]   =   " ( M a j - ) C l i c   o u   g l i s s e r   p o u r   m o d i f i e r   l a   v a l e u r " ; 
 
 / /   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 " ]   =   " % d / % m / % Y " ; 
 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 " ]   =   " S e m . " ; 
 C a l e n d a r . _ T T [ " T I M E " ]   =   " H e u r e   : " ; 
 
