ÿþ/ *   C r o a t i a n   l a n g u a g e   f i l e   f o r   t h e   D H T M L   C a l e n d a r   v e r s i o n   0 . 9 . 2    
 *   A u t h o r   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 .  
 *   F e e l   f r e e   t o   u s e   t h i s   s c r i p t   u n d e r   t h e   t e r m s   o f   t h e   G N U   L e s s e r   G e n e r a l  
 *   P u b l i c   L i c e n s e ,   a s   l o n g   a s   y o u   d o   n o t   r e m o v e   o r   a l t e r   t h i s   n o t i c e .  
 * /  
 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 " ) ;  
    
   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 " , 
   " S r i " , 
   " e t " , 
   " P e t " , 
   " S u b " , 
   " N e d " ) ; 
  
 C a l e n d a r . _ F D   =   1 ;  
  
 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 j " , 
   " 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 " ) ;  
  
  
 C a l e n d a r . _ T T   =   { } ;  
    
   C a l e n d a r . _ T T [ " A B O U T " ]   = 
 " D H T M L   D a t e / T i m e   S e l e c t o 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   ; - ) 
 " F o r   l a t e s t   v e r s i o n   v i s i t :   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 t e d   u n d e r   G N U   L G P L .     S e 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   f o r   d e t a i l s . "   + 
 " \ n \ n "   + 
 " 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 . " ; 
 
  
  
 / /   t o o l t i p s  
 C a l e n d a r . _ T T [ " T O G G L E " ]   =   " P r o m j e n i   d a n   s   k o j i m   p o i n j e   t j e d a n " ;  
 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 " ;  
 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 " ;  
 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 " ;  
 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 " ;  
 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 ) " ;  
 C a l e n d a r . _ T T [ " N O T _ A V A I L A B L E " ]   =   " N e m a   o b j a v a   k o j i   e   s e   t e k   o b j a v i t i . " ;  
  
 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 " ; 
  
  
 C a l e n d a r . _ T T [ " M O N _ F I R S T " ]   =   " P r i k a ~i   p o n e d j e l j a k   k a o   p r v i   d a n " ;  
 C a l e n d a r . _ T T [ " S U N _ F I R S T " ]   =   " P r i k a ~i   n e d j e l j u   k a o   p r v i   d a n " ;  
 
 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 - ) 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 " ]   =   " % 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 .   % B . ' % 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 : " ; 
