#!/usr/bin/perl -T

$lang_charset = 'big5';

%lang_folders =
   (
   INBOX => 'HX',
   SAVED => 'ƥX',
   SENT  => 'Hƥ',
   TRASH => '^',
   saved_messages => 'ƥX',
   sent_mail  => 'Hƥ',
   neomail_trash => '^'
   );

%lang_sortlabels =
   (
   date        => ' (sHu)',
   date_rev    => ' («Hu)',
   sender      => 'HH ()',
   sender_rev  => 'HH (h)',
   size        => 'jp (ju)',
   size_rev    => 'jp (pu)',
   subject     => 'D (W)',
   subject_rev => 'D ()'
   );

%lang_mualabels =
   (
   outlookexp5 => 'Outlook Express 5',
   nsmail      => 'Netscape Mail 4.x'
   );

%lang_text =
   (  
   login      => 'nJ',
   clear      => 'M',
   of         => '',
   messages   => 'ʫH',
   unread     => 'Ū',
   nomessages => 'LH',
   composenew => 'sgsH',
   refresh    => 'ˬdHc',
   userprefs  => 'ӤHn]w',
   addressbook=> 'qT',
   folders    => 'HX',
   emptytrash => 'MũUX',
   logout     => 'nX',
   page       => '',
   moveconfirm=> '\'zTwnhܪH?\'',
   move       => 'h',
   date       => '',
   recipient  => 'H',
   sender     => 'HH',
   subject    => 'D',
   size       => 'jp',
   backto     => '^',
   reply      => '^H',
   replyall   => '^H',
   forward    => 'H',
   from       => 'HH',
   replyto    => '^',
   to         => 'H',
   cc         => 'ƥ',
   bcc        => 'Kƥ',
   simplehead => '²Y',
   allhead    => 'Y',
   attachment => '',
   type       => '',
   filename   => 'ɦW',
   encoding   => 'sX',
   download   => 'U',
   send       => 'HH',
   cancel     => '',
   continue   => '~',
   for        => 'FOR',
   yourname   => 'zmW',
   save       => 'xs',
   add        => 'W[',
   folderconf => '\'zTwnRoӫHX?\'',
   delete     => 'R',
   importadd  => 'פJa}',
   import     => 'פJ',
   addmod     => 'W[/ק',
   abooktitle => 'NeoMail qT',
   abook      => 'qT',
   quota_hit  => 'xsŶF'
   );

%lang_err = (
            has_illegal_chars => 'Dkr!',
            couldnt_open      => 'Lk}',
            couldnt_lock      => 'gJLkw',
            couldnt_seek      => 'LkM',
            couldnt_close     => 'Lk',
            norootlogin       => 'rootnJ.',
            shouldnt_move_here=> 'bo̷hH!',
            destination_folder=> 'تHcX',
            doesnt_exist      => 'sb!',
            foldername_long   => 'HcXW٤WL16Ӧr!',
            folder_with_name  => 'ӦW٪HcX',
            already_exists    => 'wsb!',
            cant_create_folder=> 'إ߫HcX!',
            abook_invalid     => 'pIoɮפO Outlook Express 5  CSV 榡.',
            back              => '^W@',
            tryagain          => 'Aդ@.',
            abook_toobig      => 'qTWLeq. ',
            cant_create_dir   => 'LkإߨϥΪ̥ؿ!',
            folder_hitquota   => 'pIzeqwgWLAХNnHRbMũUXA_hzNsH.',
            att_overlimit     => 'jpWL',
            inv_sess_ip       => 'zΪ session ݩLH -- ڵϥ!'
            );

1;
