#!/usr/bin/perl

# Bulgarian translation by Veselin Slavov, vess@btc.net, 2002/04/02
# charset: windows-1251

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

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

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

%lang_withoriglabels =
   (
   at_beginning => ' ',
   at_end      => ' ',
   none        => ''
   );

%lang_receiptlabels =
   (
   ask => '  ',
   yes => '',
   no  => ''
   );

%lang_positionlabels =
   (
   before => 'Before mail edit area',
   after => 'After mail edit area',
   both  => 'Before and after mail edit area'
   );

%lang_timelabels =
   (
      3 => '3 ',
      5 => '5 ',
     10 => '10 ',
     20 => '20 ',
     30 => '30 ',
     60 => '60 ',
    120 => '2 ',
    180 => '3 ',
    360 => '6 ',
    720 => '12 ',
   1440 => '24 '
   );

%lang_advsearchlabels =
   (
   contains    => 'contains',
   notcontains => 'does not contain',
   is          => 'is',
   isnot       => 'is not',
   startswith  => 'starts with',
   endswith    => 'ends with',
   regexp      => 'matches regexp',
   );

%lang_calendar = 
   (
   yearview  => 'Yearview',
   monthview => 'Monthview',
   weekview  => 'Weekview',
   dayview   => 'Dayview',
   listview   => 'Listview'
   );

%lang_month =
   (
   1  => 'January',
   2  => 'February',
   3  => 'March',
   4  => 'April',
   5  => 'May',
   6  => 'June',
   7  => 'July',
   8  => 'August',
   9  => 'September',
   10 => 'October',
   11 => 'November',
   12 => 'December'
   );

%lang_wday =
   (
   0 => 'Sunday',
   1 => 'Monday',
   2 => 'Tuesday',
   3 => 'Wednesday',
   4 => 'Thursday',
   5 => 'Friday',
   6 => 'Saturday'
   );

%lang_wday_abbrev =
   (
   week => 'WK',
   0 => 'S',
   1 => 'M',
   2 => 'T',
   3 => 'W',
   4 => 'T',
   5 => 'F',
   6 => 'S'
   );

%lang_order =
   (
   1 => '1st',
   2 => '2nd',
   3 => '3rd',
   4 => '4th',
   5 => 'last'
   );

%lang_text =
   (
   login      => '',
   clear      => '',
   point      => 'Point',
   pixel      => 'Pixel',
   changepwd  => '  ',
   viewhistory=> '',
   of         => '',
   messages   => '',
   unread     => '',
   nomessages => ' ',
   inmessages => 'Incoming msgs',
   composenew => '   ',
   refresh    => '',
   userprefs  => ' ',
   addressbook=> '  ',
   folders    => '',
   emptytrash => ' ',
   totrash    => 'Move to Trash',
   forever    => '',
   delatlogout=> 'Delete at Logout',
   userdef    => '  ',
   logout     => '',
   page       => '',
   msgcopyconf=> '\'   \'',
   copy       => '',
   msgmoveconf=> '\'   \'',
   move       => '',
   markasread => '  ',
   markasunread => '  ',
   dateformat => '  ',
   date       => '',
   recipient  => '',
   sender     => '',
   subject    => '',
   thread     => '',
   size       => '',
   backto     => ' ',
   reply      => '',
   replyall   => '  ',
   forward    => '',
   forwardasatt=>'  ',
   printfriendly=> '  ',
   from       => '',
   replyto    => ' ',
   to         => '',
   cc         => ' ',
   bcc        => ' ',
   simplehead => ' ',
   allhead    => '',
   simpleattmode => '   ',
   allattmode    => '  ',
   attachment => '',
   type       => '',
   filename   => '  ',
   encoding   => '',
   description=> '',
   download   => '',
   charset    => 'Charset',
   samecharset=> 'The same as composing charset',
   thisispartialmsg => '    ',
   msgrebuild => '  ',
   editdraft  => ' ',
   savedraft  => ' ',
   send       => '',
   about      => 'About',
   close      => 'Close',
   cancel     => '',
   continue   => '',
   loginagain => ' ',
   exit       => '',
   for        => '',
   yourname   => ' ',
   save       => '',
   add        => '',
   folderrenprop => '\'      \'',
   rename     => ' ',
   folderdelconf => '\'        !\'',
   markread   => 'MarkRead',
   foldermarkreadconf => '\'Are you going to mark read on all messages in this folder?\'',
   chkindex   => '  ',
   folderchkindexconf => '\'       ?\'',
   reindex    => ' ',
   folderreindexconf => '\'  ,      ?\'',
   total      => '',
   delete     => '',
   reserve    => '',
   clearadd   => '    ',
   importadd  => ' ',
   exportadd  => '  ',
   import     => '',
   addmod     => '/',
   modify     => '',
   abooktitle => '  ',
   abook      => '  ',
   name       => '',
   email      => '',
   note       => '',
   group      => '',
   quota_hit  => '',
   usage      => '',
   tzmap      => 'World timezone map',
   testsound  => 'Test sound',
   editfroms  => '   ',
   pop3book   => 'POP3 ',
   retr_pop3s => '  POP3 ',
   filterbook => '  ',
   include    => '',
   exclude    => ' ',
   smtprelay  => 'SMTP Relay',
   header     => '',
   body       => '',
   attfilename=> ' ',
   all        => '',
   enable     => '',
   disable    => '',
   filtered   => '',
   blockrelay => ' SMTP Relay',
   blockemail => ' ',
   read       => '',
   yourmsg    => ' ',
   delivered  => '',
   wasreadon1 => '  ',
   wasreadon2 => '.',
   globaladdressbook => '  ',
   globalfilterrule => '  ',
   readonly   => '  ',
   textcontent=> '',
   search     => '',
   advsearch  => 'Advanced search',
   folder     => 'Folder',
   nofoldersel=> 'No Folder selected',
   showall    => 'Show All',
   spellcheck => ' ',
   checkagain => ' ',
   finishchecking => '  ',
   manuallyfix=> ' ',
   editstat   => 'Edit Stationery',
   savestat   => 'Save Stationery',
   clearstat  => 'Clear All Stationery',
   selectstat => '-- Select Stationery for Reply --',
   calendar   => 'Calendar',
   am         => 'am',
   pm         => 'pm',
   calfmt_year          => 'Year @@@YEAR@@@',
   calfmt_yearmonth     => '@@@MONTH_STR@@@ @@@YEAR@@@',
   calfmt_yearmonthday  => '@@@MONTH_STR@@@ @@@DAY@@@ @@@YEAR@@@',
   calfmt_yearmonthdaywday => '@@@MONTH_STR@@@ @@@DAY@@@ @@@YEAR@@@ @@@WEEKDAY_STR@@@',
   calfmt_hourminampm => '@@@HOURMIN@@@ @@@AMPM@@@',
   none       => 'None',
   moreitems  => 'more items',
   multieditconf => 'This item was added for multiple dates.\\nEditing it will change the item for all dates.\\nContinue with Edit?',
   multidelconf  => 'This item was added for multiple dates.\\nDeleting it will delete the item for all dates.\\nContinue with Delete?',
   ed         => 'Ed',
   del        => 'Del',
   noitemforthisday => 'No items for this day',
   today_only               => 'Today\'s date only',
   the_wday_of_thismonth    => 'The @@@ORDER@@@ @@@WDAY@@@ of the month',
   every_wday_of_thismonth  => 'Every @@@WDAY@@@ this month'
   );

%lang_err =
   (
   has_illegal_chars => '  !',
   couldnt_open      => ' ',
   couldnt_locksh    => '    ',
   couldnt_lock      => '    ',
   couldnt_seek      => '    ',
   couldnt_close     => ' ',
   couldnt_updatedb  => 'Couldn\'t update index db ',
   disallowed_pop3   => ' POP3 ',
   disallowed_client => '   ',
   disallowed_receiverdomain => '      ',
   norootlogin       => '  root   .',
   shouldnt_move_here=> '   !',
   destination_folder=> ' ',
   doesnt_exist      => ' !',
   foldername_long   => '       -  16 !',
   folder_with_name  => '   ',
   already_exists    => ' !',
   cant_create_folder=> '     !',
   under_indexing    => '   ,   ',
   abook_invalid     => '      Microsoft Outlook Express 5  CSV .     ,      ",E-mail ",  ',
   back              => '',
   tryagain          => '  .',
   abook_toobig      => '        .   ',
   cant_create_dir   => '      !',
   folder_hitquota   => '  ,        .       ,   ,    .    ,        .',
   folder_cutdone    => 'Warning, since the folderquota limit(@@@FOLDERQUOTA@@@) were hit, oldest messages in folders have been removed automatcially',
   att_overlimit     => '      ,  ',
   inv_msg_op        => '   ',
   inv_sessid        => '  -   !',
   no_endpart        => ' ',
   part_missing      => ' ',
   rebuild_fmterr    => '  ',
   rebuild_sizeerr   => '  ',
   user_not_exist    => ' ',
   func_notsupported => ' ',
   auth_syserr       => '   ',
   param_fmterr      => '  ',
   pwd_incorrect     => ' ',
   pwd_tooshort      => 'Password too short (minimum length @@@PASSWDMINLEN@@@)',
   pwd_toosimple     => 'Password too simple (both alphabet and digit are required)',
   network_server_error => '    ',
   sendmail_error    => '    .        .',
   at_char_not_allowed => 'The @ character is not allowed in this field.  Press browser back button and try again',
   badnum_in_days => 'bad number in consecutive days field'
   );

1;
