#!/usr/bin/perl -T

$lang_charset = 'koi8-r';

%lang_folders =
   (
   INBOX => '',
   'saved-messages' => '',
   'sent-mail'      => '',
   'saved-drafts'   => 'DRAFT',
   'mail-trash'     => '',
   DELETE => '--DELETE--'
   );

%lang_sortlabels =
   (
   status      => 'Status (Unread first)',
   date        => '  ',
   date_rev    => '  ( )',
   sender      => ' ',
   sender_rev  => '  ( )',
   subject     => '  ',
   subject_rev => '  ( )',
   size        => '  ',
   size_rev    => '  ( )'
   );

%lang_prioritylabels =
   (
   normal      => 'Normal',
   urgent      => 'Urgent',
   'non-urgent'=> 'Non-Urgent'
   );

%lang_withoriglabels =
   (
   at_beginning => 'at Beginning',
   at_end      => 'at End',
   none        => 'None'
   );

%lang_receiptlabels =
   (
   ask => 'Ask to confirm',
   yes => 'Yes',
   no  => 'No'
   );

%lang_text =
   (  
   login      => '',
   clear      => '',
   changepwd  => 'Change Password',
   viewhistory=> 'View History',
   of         => '',
   messages   => '',
   unread     => '',
   nomessages => ' ',
   composenew => ' ',
   refresh    => '',
   userprefs  => '',
   addressbook=> ' ',
   folders    => '',
   emptytrash => ' ',
   forever    => 'Forever',
   userdef    => 'User Define',
   logout     => '',
   page       => '',
   msgcopyconf=> '\'Are you sure you want to copy the selected message(s)?\'',
   copy       => 'Copy',
   msgmoveconf=> '\'  ?\'',
   move       => '',
   markasread => 'Mark as read',
   markasunread => 'Mark as unread',
   dateformat => ' format',
   date       => '',
   recipient  => '',
   sender     => '',
   subject    => '',
   thread     => 'Thread',
   size       => '',
   backto     => ' ',
   reply      => '',
   replyall   => ' ',
   forward    => '',
   forwardasatt=>'Forward as attachment',
   printfriendly=> 'Print friendly',
   from       => '',
   replyto    => ' ',
   to         => '',
   cc         => '',
   bcc        => 'BCC',
   simplehead => '',
   allhead    => '',
   simpleattmode => 'Simple attachments',
   allattmode    => 'All attachments',
   attachment => '',
   type       => '',
   filename   => ' ',
   encoding   => '',
   description=> 'Description',
   download   => '',
   thisispartialmsg => 'This is a partial message.',
   msgrebuild => 'Message Rebuild',
   editdraft  => 'Edit Draft',
   savedraft  => 'Save Draft',
   send       => '',
   cancel     => '',
   continue   => '',
   loginagain => 'Login again',
   exit       => 'Exit',
   for        => '',
   yourname   => ' ',
   save       => '',
   add        => '',
   folderrenprop => '\'Please enter the new name for this folder\'',
   rename     => 'Rename',
   folderdelconf => '   ţ ?',
   total      => 'Total',
   delete     => '',
   reserve    => 'Reserve',
   clearadd   => 'Clear all addresses',
   importadd  => '  ',
   exportadd  => 'Export addresses',
   import     => '',
   addmod     => '/',
   modify     => '',
   abooktitle => '  ',
   abook      => ' ',
   name       => 'Name',
   email      => 'Email',
   note       => 'Note',
   group      => 'Group',
   quota_hit  => ' ',
   usage      => 'Usage',
   editfroms  => 'Edit personal email addresses',
   pop3book   => 'POP3 Setup',
   retr_pop3s => 'Retrieve POP3 Mail',
   filterbook => 'Mail Filter Setup',
   include    => 'Include',
   exclude    => 'Exclude',
   smtprelay  => 'SMTP Relay',
   header     => 'Header',
   body       => 'Body',
   attfilename=> 'AttFilename',
   all        => 'All',
   enable     => 'Enable',
   disable    => 'Disable',
   filtered   => 'Filtered',
   blockrelay => 'Block SMTP Relay',
   blockemail => 'Block email',
   read       => 'Read',
   yourmsg    => 'Your message',
   delivered  => 'Delivered',
   wasreadon1 => 'was read on',
   wasreadon2 => '.',
   globaladdressbook => 'Global AddressBook',
   globalfilterrule => 'Global FilterRule',
   readonly   => 'ReadOnly',
   textcontent=> 'TextContent',
   search     => 'Search',
   spellcheck => 'Spell Check',
   checkagain => 'Check Again',
   finishchecking => 'Finish Checking',
   manuallyfix=> 'Manually Fix'
   );

%lang_err = (
            has_illegal_chars => '  !',
            couldnt_open      => '  ',
            couldnt_locksh    => 'Couldn\'t get read lock on',
            couldnt_lock      => '      ',
            couldnt_seek      => '    ',
            couldnt_close     => '  ',
            disallowed_pop3   => 'Disallowed POP3 server',
            disallowed_client => 'You are not allowed to connect from this client',
            disallowed_receiverdomain => 'You are not allowed to send message to this email address',
            norootlogin       => ' ROOT    .',
            shouldnt_move_here=> '     !',
            destination_folder=> ' ',
            doesnt_exist      => ' !',
            foldername_long   => '      16 !',
            folder_with_name  => '  ',
            already_exists    => ' !',
            cant_create_folder=> '   !',
            under_indexing    => 'is still under indexing, please try later',
            abook_invalid     => ',         Microsoft Outlook Express 5  CSV .  ,      ,       "Name,E-mail Address",  ',
            back              => '',
            tryagain          => '   .',
            abook_toobig      => ',    .',
            cant_create_dir   => '     !',
            folder_hitquota   => ',     ,         .        ,   ,    .   ,       ,    .',
            att_overlimit     => ',     , ',
            inv_msg_op        => 'Invalid operation for message',
            inv_sessid        => 'Your request didn\'t contain the proper session ID cookie -- access denied!',
            no_endpart        => 'End part not found',
            part_missing      => 'Some part was missing',
            rebuild_fmterr    => 'New message format error',
            rebuild_sizeerr   => 'New message size mismatch',
            user_not_exist    => 'user does not exist',
            func_notsupported => 'function not supported',
            auth_syserr       => 'authentication system error',
            param_fmterr      => 'parameter format error',
            pwd_incorrect     => 'password incorrect',
            network_server_error => 'network server error',
            sendmail_error    => 'Sorry, there was a problem sending your message.  Please click your browser\'s Back button, check your message, and try again.'
            );

1;
