#!/usr/bin/perl -T

$lang_charset = 'euc-kr';

%lang_folders =
   (
   INBOX => '',
   SAVED => '',
   SENT  => '',
   TRASH => ''
   );

%lang_sortlabels =
   (
   date        => '¥ ( 켱)',
   date_rev    => '¥ ( 켱)',
   sender      => ' (ĺ )',
   sender_rev  => ' (ĺ )',
   size        => 'ũ (ū 켱)',
   size_rev    => 'ũ ( 켱)',
   subject     => ' (ĺ )',
   subject_rev => ' (ĺ )'
   );

%lang_mualabels =
   (
   outlookexp5 => 'ƿ ͽ 5',
   nsmail      => 'ݽ ޽ 4.x'
   );

%lang_text =
   (  
   login      => 'α',
   clear      => '',
   of         => ':',
   messages   => '',
   unread     => '',
   nomessages => '  ϴ.',
   composenew => ' ۼ',
   refresh    => 'ٽб',
   userprefs  => 'ȯ漳',
   addressbook=> 'ּҷ',
   folders    => '',
   emptytrash => ' ',
   logout     => 'α׾ƿ',
   page       => '',
   moveconfirm=> '\'   űðڽϱ?\'',
   move       => 'ű',
   date       => '¥',
   recipient  => '޴»',
   sender     => '',
   subject    => '',
   size       => 'ũ',
   backto     => 'ư',
   reply      => '',
   replyall   => 'ο ',
   forward    => '',
   from       => '»',
   replyto    => '',
   to         => '',
   cc         => '',
   bcc        => '',
   simplehead => ' ',
   allhead    => 'ڼ ',
   attachment => '÷',
   type       => '',
   filename   => '̸',
   encoding   => 'ڵ',
   download   => 'ٿޱ',
   send       => '',
   cancel     => '',
   continue   => '',
   for        => ':',
   yourname   => '̸',
   save       => '',
   add        => '߰',
   folderconf => '\'     빰  Ͻðڽϱ?\'',
   delete     => '',
   importadd  => 'ּҷ ',
   import     => '',
   addmod     => '߰/',
   abooktitle => 'ּҷ',
   abook      => 'ּҷ',
   quota_hit  => 'Ϲڽ 뷮 ʰ'
   );

%lang_err = (
            has_illegal_chars => ' ڰ ֽϴ!',
            couldnt_open      => ' ϴ',
            couldnt_lock      => '  ɼ ϴ',
            couldnt_seek      => '׷ ۵Ǵ  ã ϴ',
            couldnt_close     => ' ϴ.',
            norootlogin       => '˼մϴ, Ʈ α ϴ° Ȼ Ǿ ֽϴ.',
            shouldnt_move_here=> ' ̰ ű ϴ!',
            destination_folder=> ' ',
            doesnt_exist      => ' ʽϴ!',
            foldername_long   => ' ̸ () 16 ڸ  ϴ!',
            folder_with_name  => ' ̸',
            already_exists    => '̹ մϴ!',
            cant_create_folder=> '  ϴ!',
            abook_invalid     => '˼մϴ,   ũμƮ ƿ ͽ 5  ּҷ ƴѰ ϴ. ؽƮ     ù "Name,E-mail Address"  ϴ ȮϽ ٽ õϽʽÿ.',
            back              => 'ڷ',
            tryagain          => 'ٽýõ',
            abook_toobig      => '˼մϴ,  ּҷ 뷮 ʰմϴ. ǵ ʽÿ.',
            cant_create_dir   => '  丮  ϴ!',
            folder_hitquota   => '˼մϴ,  ſ  뷮 Ͽϴ. ̻       ϴ.     Ǵ   ܿ ε űǼ ϴ. ǵưż,  ų    ȮϽʽÿ. ׸ ٽ õϽʽÿ.',
            att_overlimit     => '˼մϴ,  ÷ ÷ 뷮 Ѱ踦 ʰϿϴ.',
            inv_sessid        => '˼մϴ.  û   ID Ű ϰ  ʽϴ.  --  źεǾϴ!'
            );

1;
