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