#!/usr/bin/perl -T

$lang_charset = 'big5';

%lang_folders =
   (
   INBOX => 'sH',
   'saved-messages' => 'X',
   'sent-mail'      => 'HƤ',
   'saved-drafts'   => 'ZX',
   'mail-trash'     => 'U',
   DELETE => '--R--'
   );

%lang_sortlabels =
   (
   status      => 'A (Ūu)',
   date        => ' (sHu)',
   date_rev    => ' («Hu)',
   sender      => 'HHH ()',
   sender_rev  => 'HHH (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ũU',
   logout     => 'nX',
   page       => '',
   copyconfirm=> '\'zTwnƻsܪH?\'',
   copy       => 'ƻs',
   moveconfirm=> '\'zTwnhܪH?\'',
   move       => 'h',
   date       => '',
   recipient  => '',
   sender     => 'H',
   subject    => 'D',
   size       => 'jp',
   backto     => '^',
   reply      => '^H',
   replyall   => '^H',
   forward    => 'H',
   from       => 'H',
   replyto    => '^',
   to         => '',
   cc         => 'ƥ',
   bcc        => 'Kƥ',
   simplehead => '²Y',
   allhead    => 'Y',
   simpleattmode => '²C',
   allattmode    => 'ԦC',
   attachment => '',
   type       => '',
   filename   => 'ɦW',
   encoding   => 'sX',
   download   => 'U',
   editdraft  => 'sZ',
   savedraft  => 'ȦsZ',
   send       => 'HH',
   cancel     => '',
   continue   => '~',
   for        => 'FOR',
   yourname   => 'zmW',
   save       => 'xs',
   add        => 'W[',
   folderconf => '\'zTwnRoӫHX?\'',
   delete     => 'R',
   reserve    => 'Od',
   importadd  => 'פJa}',
   import     => 'פJ',
   addmod     => 'W[/ק',
   abooktitle => 'qT',
   abook      => 'qT',
   group      => 's',
   quota_hit  => 'xsŶF',
   pop3book   => ']w~l',
   retr_pop3s => 'Ҧ~l',
   filterbook => ']wlWh',
   include    => ']t',
   exclude    => 't',
   smtprelay  => 'HD',
   header     => 'Y',
   body       => '',
   attfilename=> 'ɦW',
   enable     => 'Ұ',
   disable    => '',
   blockrelay => 'HD',
   read       => 'Ū',
   yourmsg    => 'zoXH',
   delivered  => 'ǰe',
   wasreadon1 => 'w',
   wasreadon2 => 'QŪ',
   globaladdressbook => '@γqT',
   globalfilterrule => '@ζlWh',
   readonly   => 'Ū',
   content    => 'e',
   search     => 'jM'
   );

%lang_err = (
            has_illegal_chars => 'Dkr!',
            couldnt_open      => 'Lk}',
            couldnt_locksh    => 'ŪLkw',
            couldnt_lock      => 'gJLkw',
            couldnt_seek      => 'LkM',
            couldnt_close     => 'Lk',
            norootlogin       => 'rootnJ.',
            shouldnt_move_here=> 'bo̷hH!',
            destination_folder=> 'تHX',
            doesnt_exist      => 'sb!',
            foldername_long   => 'HXW٤WL16Ӧr!',
            folder_with_name  => 'ӦW٪HX',
            already_exists    => 'wsb!',
            cant_create_folder=> 'إ߫HX!',
            under_indexing    => '٦bޤ, Ыݷ|A',
            abook_invalid     => 'pIoɮפO Outlook Express 5  CSV 榡.',
            back              => '^W@',
            tryagain          => 'Aդ@.',
            abook_toobig      => 'qTWLeq. ',
            cant_create_dir   => 'LkإߨϥΪ̥ؿ!',
            folder_hitquota   => 'pIzeqwgWLAХNnHRMMũUXA_hzNsH.',
            att_overlimit     => 'jpWL',
            inv_msg_op        => '{oHާ@',
            inv_sessid        => 'ϥΥLH session id άOƵnJ -- ڵs!',
            user_not_exist    => 'ϥΪ̤sb',
            password_error    => 'KX~',
            network_server_error => 'A~',
            sendmail_error    => 'pILkHXzHAЦ^W@ˬdO_J~, AH@C'
            );

1;
