#!/usr/bin/perl -T

$lang_charset = 'GB2312';

%lang_folders =
   (
   INBOX => 'ռ',
   SAVED => 'ʼֿ',
   SENT  => 'ѷʼ',
   TRASH => '',
   saved_messages => 'ʼֿ',
   sent_mail  => 'ʼ',
   neomail_trash => ''
   );

%lang_sortlabels =
   (
   date        => 'ڣȣ',
   date_rev    => 'ڣȣ',
   sender      => 'ˣʻ٣',
   sender_rev  => 'ˣʻࣩ',
   size        => 'Сȣ',
   size_rev    => 'ССȣ',
   subject     => '⣨',
   subject_rev => '⣨ݼ'
   );

%lang_mualabels =
   (
   outlookexp5 => 'Outlook Express 5',
   nsmail      => 'Netscape Mail 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        => 'FOR',
   yourname   => '',
   save       => '',
   add        => '',
   folderconf => '\'Ҫɾļмݣ\'',
   delete     => 'ɾ',
   importadd  => 'ַ',
   import     => '',
   addmod     => '/޸',
   abooktitle => 'NeoMailַ',
   abook      => 'ַ',
   quota_hit  => '洢ռ'
   );

%lang_err = (
            has_illegal_chars => 'зǷַ',
            couldnt_open      => '޷',
            couldnt_lock      => '޷д',
            couldnt_seek      => '޷Ѱ',
            couldnt_close     => '޷ر',
            norootlogin       => 'root¼.',
            shouldnt_move_here=> 'תż',
            destination_folder=> 'Ŀʼ',
            doesnt_exist      => '',
            foldername_long   => 'ʼƲܳ16ַ',
            folder_with_name  => 'Ƶʼ',
            already_exists    => 'Ѵ',
            cant_create_folder=> 'ܽʼ',
            abook_invalid     => 'ǸļOutlook Express5CSVʽ.',
            back              => 'һҳ',
            tryagain          => '',
            abook_toobig      => 'ַơ',
            cant_create_dir   => '޷ʹĿ¼',
            folder_hitquota   => 'ǸѾƣȽҪżɾ䡣ղʼ',
            att_overlimit     => 'С',
            inv_sess_ip       => 'õsession˵ġܾʹã'
            );

1;
