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