package ow::bg;

# Bulgarian translation, charset: windows-1251
# by Veselin Slavov, vess.AT.slavof.net, 2004/04/22

%lang_folders =
   (
   INBOX            => '',
   'saved-messages' => '',
   'sent-mail'      => '',
   'saved-drafts'   => '',
   'mail-trash'     => '',
   'spam-mail'      => '',
   'virus-mail'     => '',
   LEARNSPAM        => '-- --',
   LEARNHAM         => '-- --',
   FORWARD          => '----',
   DELETE           => '----'
   );

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

%lang_abooksortlabels =
   (
   fullname     => '  ( to )',
   fullname_rev => '  ( to )',
   prefix       => ' ( to )',
   prefix_rev   => ' ( to )',
   first        => '  ( to )',
   first_rev    => '  ( to )',
   middle       => '  ( to )',
   middle_rev   => '  ( to )',
   last         => ' ( to )',
   last_rev     => ' ( to )',
   suffix       => ' ( to )',
   suffix_rev   => ' ( to )',
   email        => '   ( to )',
   email_rev    => '   ( to )',
   phone        => ' .  ( )',
   phone_rev    => ' .  ( )',
   );

%lang_abookselectionlabels =
   (
   ALL => "  ",
   global => "  ",
   );

%lang_onofflabels =
   (
   auto => '',
   on   => '',
   off  => '',
   );

%lang_bgfilterthresholdlabels =
   (
     0 => '',
     1 => '',
    20 => '       20  ',
    50 => '       50  ',
   100 => '       100  ',
   200 => '       200  ',
   500 => '       500  ',
   );

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

%lang_msgformatlabels =
   (
   auto => '',
   text => '',
   html => 'HTML',
   both => 'HTML  '
   );

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

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

%lang_disableemblinklabels =
   (
   none    => '',
   cgionly => ' CGI',
   all     => ' URL'
   );

%lang_ctrlpositionlabels =
   (
   top    => '-',
   bottom => '-'
   );

%lang_sendpositionlabels =
   (
   before => '   ',
   after  => '   ',
   both   => '     '
   );

%lang_abookbuttonpositionlabels =
   (
   before => '  ',
   after  => '  ',
   both   => '    '
   );

%lang_checksourcelabels =
   (
   all  => '   ',
   pop3 => '   pop3 ',
   none => ''
   );

%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_timezonelabels =
   (
   '-1200' => '  (  )',
   '-1100' => ', ',
   '-1000' => '- ',
   '-0900' => ' ',
   '-0800' => ' ',
   '-0700' => ' ',
   '-0600' => ' ',
   '-0500' => ' ',
   '-0400' => ' ',
   '-0330' => ' ',
   '-0300' => ' ',
   '-0230' => ' ',
   '-0200' => ' ',
   '-0100' => ' ',
   '+0000' => '',
   '+0100' => ' ',
   '+0200' => '  ()',
   '+0300' => ', , ',
   '+0330' => '',
   '+0400' => ' , , ',
   '+0500' => '',
   '+0530' => '',
   '+0600' => '',
   '+0630' => '',
   '+0700' => ', ',
   '+0800' => ' ',
   '+0900' => ' ',
   '+0930' => '  ',
   '+1000' => '  ',
   '+1030' => '  ',
   '+1100' => '  ',
   '+1200' => '  (  )',
   '+1300' => '  ',
   );

%lang_abookclasslabels =
   (
   PRIVATE => '',
   PUBLIC => '',
   );

%lang_satestfields =
   (
   name       => '',
   desc       => '',
   type       => '',
   expression => '',
   score      => '',
   );

%lang_satesttypes =
   (
   header  => '  ',
   body    => '    . (HTML  )',
   uri     => '    ',
   rawbody => '     (HTML  )',
   full    => '   ',
   );

%lang_satestheaderattrs =
   (
   ALL        => '',
   Subject    => '',
   From       => '',
   To         => '',
   Cc         => '',
   ToCc       => '  ',
   MESSAGEID  => 'Id  .',
   USERDEFINE => ' .',
   );

%lang_searchtypelabels =
   (
   contains    => '',
   notcontains => ' ',
   is          => '',
   isnot       => ' ',
   startswith  => ' ',
   endswith    => ' ',
   regexp      => ' ',
   );

%lang_searchdaterangelabels =
   (
   all         => '',
   today       => '',
   oneweek     => ' ',
   twoweeks    => ' uu',
   onemonth    => ' ',
   threemonths => ' ',
   sixmonths   => ' ',
   oneyear     => ' ',
   );

%lang_sizes =
   (
   mb   => 'MB',	# mega bytes
   kb   => 'KB',	# kilo bytes
   byte => ''
   );

%lang_calendar =
   (
   yearview  => '  ',
   monthview => '  ',
   weekview  => '  ',
   dayview   => '  ',
   listview  => ' '
   );

%lang_month =
   (
   1  => '',
   2  => '',
   3  => '',
   4  => '',
   5  => '',
   6  => '',
   7  => '',
   8  => '',
   9  => '',
   10 => '',
   11 => '',
   12 => ''
   );

%lang_wday =
   (
   0 => '',
   1 => '',
   2 => '',
   3 => '',
   4 => '',
   5 => '',
   6 => ''
   );

%lang_wday_abbrev =
   (
   week => '',
   0 => '',
   1 => '',
   2 => '',
   3 => '',
   4 => '',
   5 => '',
   6 => ''
   );

%lang_order =
   (
   1 => '1-',
   2 => '2-',
   3 => '3-',
   4 => '4-',
   5 => ''
   );

%lang_wdbutton =
   (
   refresh  => '',
   preview  => '',
   edit     => '',
   listarchive => '',
   decompress => '',
   extract  => '',
   mkpdf    => ' Pdf',
   mkps     => ' Ps',
   chdir    => ' .',
   mkdir    => ' .',
   newfile  => ' ',
   copy     => '',
   move     => '',
   symlink  => '',
   delete   => '',
   chmod    => 'Chmod',
   gzip     => 'gz-.',
   mkzip    => '. zip',
   mktgz    => '. tgz',
   mkthumbnail => '. Thumb',
   download => '',
   upload   => '',
   );

%lang_text =
   (
   loading    => ',  ',
   help       => '',
   login      => '',
   clear      => '',
   webmail    => 'Web-',
   msglist    => 'Message List',
   point      => '',
   pixel      => '',
   changepwd  => '  ',
   viewhistory=> '',
   of         => '',
   messages   => '',
   unread     => '',
   nomessages => ' ',
   inmessages => '',
   composenew => '   ',
   refresh    => '',
   userprefs  => ' ',
   addressbook=> '  ',
   folders    => '',
   emptyfolder=> ' ',
   emptytrash => ' ',
   totrash    => '  ',
   learnham   => ' ',
   learnspam  => ' ',
   forever    => '',
   delatlogout=> '  ',
   userdef    => '  ',
   logout     => '',
   page       => '',
   msgsperpage=> '@@@MSGCOUNT@@@   ',
   msgcopyconf=> '\'   \'',
   copy       => '',
   msgmoveconf=> '\'   \'',
   move       => '',
   markasread => '  ',
   markasunread => '  ',
   dateformat => '  ',
   date       => '',
   recipient  => '',
   sender     => '',
   subject    => '',
   thread     => '',
   size       => '',
   backto     => ' ',
   reply      => '',
   replyall   => '  ',
   forward    => '',
   forwardasatt=>'  ',
   forwardasorig=>'  ',
   printfriendly=> '  ',
   msgformat  => '',
   from       => '',
   replyto    => ' ',
   to         => '',
   cc         => ' ',
   bcc        => ' ',
   simplehead => ' ',
   allhead    => '',
   simpleattmode => '   ',
   allattmode    => '  ',
   attachment => '',
   type       => '',
   filename   => '  ',
   encoding   => '',
   description=> '',
   download   => '',
   charset    => ' ',
   sameascomposecharset => '  ,   ',
   thisispartialmsg => '    ',
   msgrebuild => '  ',
   editdraft  => ' ',
   savedraft  => ' ',
   draftsaved => ' @@@SUBJECT@@@  ',
   send       => '',
   msgsent    => ' @@@SUBJECT@@@  ',
   about      => '',
   close      => '',
   cancel     => '',
   ok         => '',
   continue   => '',
   loginagain => ' ',
   exit       => '',
   yourname   => ' ',
   save       => '',
   add        => '',
   folderrenprop => '\'      \'',
   rename     => ' ',
   folderdelconf => '\'        !\'',
   markread   => '  ',
   foldermarkreadconf => '\'      ?\'',
   chkindex   => '  ',
   folderchkindexconf => '\'       ?\'',
   reindex    => ' ',
   folderreindexconf => '\'  ,      ?\'',
   total      => '',
   edit       => '',
   delete     => '',
   delete_nontextatt => 'Delete all non-text attachment(s)',
   reserve    => '',
   clearadd   => '    ',
   importadd  => ' ',
   exportadd  => '  ',
   import     => '',
   export     => '',
   addmod     => '/',
   modify     => '',
   max        => '',
   group      => '',
   quotausage => ' ',
   quotalimit => ' ',
   quotahit   => '',
   tzmap      => '   ',
   testsound  => '  ',
   editfroms  => '   ',
   pop3book   => 'POP3 ',
   retr_pop3s => '  POP3 ',
   filterbook => '  ',
   include    => '',
   exclude    => ' ',
   smtprelay  => 'SMTP Relay',
   header     => '',
   body       => '',
   attfilename=> ' ',
   all        => '',
   enable     => '',
   disable    => '',
   yes        => '',
   no         => '',
   filtered   => '',
   blockrelay => ' SMTP Relay',
   blockemail => ' ',
   read       => '',
   yourmsg    => ' ',
   delivered  => '',
   wasreadon1 => '  ',
   wasreadon2 => '.',
   globalfilterrule => '  ',
   readonly   => '  ',
   textcontent=> '',
   search     => '',
   advsearch  => ' ',
   folder     => '',
   nofoldersel=> '  ',
   showall    => ' ',
   spellcheck => ' ',
   checkagain => ' ',
   finishchecking => '  ',
   editpdict  => '   ',
   addtodict  => '  ',
   manuallyfix=> ' ',
   editstat   => '  ',
   savestat   => '  ',
   clearstat  => '  ',
   statreply  => '--    --',
   calendar   => '',
   allday     => ' ',
   today      => '',
   am         => '.',
   pm         => '.',
   calfmt_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@@@',
   autosel    => 'o',
   none       => '',
   moreitems  => ' ',
   multieditconf => '       .\\n       .\\n  ?',
   multidelconf  => '       .\\n       .\\n  ?',
   caldelconf => '  ?',
   noitemforthisday => '    ',
   thisday_only          => '  ',
   the_wday_of_thismonth => '@@@ORDER@@@ @@@WDAY@@@  ',
   every_wday_thismonth  => ' @@@WDAY@@@  ',
   thismonth_only           => '  ',
   every_oddmonth_thisyear  => '     ',
   every_evenmonth_thisyear => '     ',
   every_month_thisyear     => '    ',
   webdisk      => 'Web ',
   sshterm      => 'SSH ',
   dir          => '',
   dirs         => '',
   file         => '',
   files        => '',
   program      => '',
   dest_of_chdir  => ' ',
   name_of_newdir => '    ',
   name_of_newfile=> '    ',
   dest_of_thecopy=> '     ',
   dest_of_themove=> '     ',
   dest_of_thezip=> '   zip ',
   dest_of_thetgz=> '   tgz ',
   homedir      => ' ',
   showthumbnail    => '',
   showhidden   => '  ',
   lastmodified => '  ',
   perm         => '',
   permission   => '  ',
   noitemfound  => '   ',
   savefile     => '  ',
   succeeded    => '',
   failed       => '',
   savefile_towd=> '   Web-',
   saveatt_towd => '   Web-',
   addatt_fromwd=> '  Web-',
   vdomain_usermgr    => '    ',
   vdomain_createuser => '  ',
   vdomain_changeuser => '  ',
   vdomain_deleteuser => '  ',
   vdomain_changeview => '  ',
   vdomain_usersonly  => ' ',
   vdomain_useralias  => '/',
   vdomain_fmtuseralias => ' /',
   vdomain_admin      => '',
   vdomain_localuser  => ' o',
   set_passwd         => ' ',
   reset_passwd       => '  ',
   email_alias        => 'E-MAIL ',
   name       => '',
   email      => '',
   note       => '',
   abooks => ' ',
   abook_personal => '  ',
   abook_global => '  ',
   abook_converted => '',
   abook_group_member => '',
   abook_group_allmembers => ' ',
   abook_import => '   ',
   abook_importdest => '    ...',
   abook_export => '   ',
   abook_exportnow => '',
   abook_newcontact => ' ',
   abook_newgroup => ' ',
   abook_noconversion => ' ',
   abook_listview_addrperpage => '@@@ADDRCOUNT@@@   ',
   abook_listview_writemailto => ' ',
   abook_listview_edit => '',
   abook_listview_move => '',
   abook_listview_copy => '',
   abook_listview_compose => '  ',
   abook_listview_composemode => '   ',
   abook_listview_fullname => ' ',
   abook_listview_prefix   => '',
   abook_listview_first    => '',
   abook_listview_middle   => '',
   abook_listview_last     => '',
   abook_listview_suffix   => '',
   abook_listview_email    => '',
   abook_listview_phone    => '',
   abook_listview_note     => '',
   abook_listview_none     => '',
   abook_listview_telpref  => '',
   abook_listview_telhome  => '',
   abook_listview_telwork  => '',
   abook_listview_telcell  => '',
   abook_listview_telcar   => '',
   abook_listview_telfax   => '',
   abook_listview_telpager => '',
   abook_listview_telvoice => '',
   abook_listview_telvideo => '',
   abook_listview_telmsg   => '.',
   abook_listview_telbbs   => 'BBS',
   abook_listview_telisdn  => 'ISDN',
   abook_listview_telmodem => '',
   abook_listview_categories => '',
   abook_listview_quickadd => ' ',
   abook_listview_expandall => '',
   abook_listview_collapseall => '',
   abook_listview_noaddresses => '--    --',
   abook_listview_nomatch => '--     --',
   abook_listview_done => '',
   abook_listview_viewselected => '   ',
   abook_listview_unselectall => ' ',
   abook_showchecked_export => '    ',
   abook_editform_destination => '',
   abook_editform_new_agent => ' ',
   abook_editform_grouplabel => '',
   abook_editform_valuelabel => '',
   abook_editform_namelabel_FN => '  @@@SOUND@@@',
   abook_editform_valuelabel_FN => '&nbsp;',
   abook_editform_namelabel_EMAIL => '  ',
   abook_editform_namelabel_GROUPNAME => '   @@@SOUND@@@',
   abook_editform_namelabel_NICKNAME => '</b>@@@ADDMORELINK@@@<b>',
   abook_editform_valuelabel_NICKNAME => '&nbsp;',
   'abook_editform_namelabel_SORT-STRING' => '   ',
   'abook_editform_valuelabel_SORT-STRING' => ':<i>von Trapp</i>&nbsp;&nbsp;&nbsp;  :<i>Trapp</i>',
   abook_editform_valuelabel_TITLE => '  ',
   abook_editform_valuelabel_ROLE => ',   ..',
   abook_editform_valuelabel_ORGANIZATIONNAME => ',   ..',
   abook_editform_valuelabel_ORGANIZATIONALUNITS => '',
   abook_editform_namelabel_URL => '</b> @@@ADDMORELINK@@@<b>',
   abook_editform_valuelabel_URL => 'http://www.mysite.com',
   abook_editform_namelabel_TZ => ' ',
   abook_editform_namelabel_MAILER => ' ',
   abook_editform_valuelabel_MAILER => 'openwebmail, outlook  ..',
   abook_editform_namelabel_NOTE => '',
   abook_editform_namelabel_KEY => ' ',
   abook_editform_undef_KEY => '    .',
   abook_editform_view_KEY => '   ',
   abook_editform_unknown_KEY => '  ',
   abook_editform_x509_KEY => 'X.509   ',
   abook_editform_pgp_KEY => 'IETF  PGP ',
   abook_editform_gpg_KEY => 'GNU GPG ',
   abook_editform_namelabel_AGENT => '',
   abook_editform_undef_AGENT => '      .',
   abook_editform_download_AGENT => '     ',
   abook_editform_unknown_AGENT => '  ',
   abook_editform_vcf_AGENT => '  "Versit" ',
   abook_editform_GEO_find => '  ',
   abook_editform_GEO_findurl => 'http://www.multimap.com/map/home.cgi?client=public&lang=&advanced=&db=BG',
   abook_editform_GEO_map => '   ',
   abook_editform_GEO_photo => '    ',
   abook_editform_namelabel_CLASS => ' ',
   abook_editform_namelabel_PRODID => ' ',
   abook_editform_valuelabel_PRODID => 'outlook, openwebmail, ..',
   abook_editform_namelabel_UID => ' ID',
   abook_editform_valuelabel_UID => '        ',
   abook_editform_namelabel_SOURCE => '"vCard" URL',
   abook_editform_valuelabel_SOURCE => 'http://www.mysite.com/mycard.vcf',
   abook_editform_namelabel_NAME => '"vCard" ',
   abook_editform_valuelabel_NAME => '  url-',
   abook_editform_valuelabel_CUSTOMNAME => '',
   abook_editform_valuelabel_CUSTOMVALUES => '',
   abook_editform_playsound => ' ',
   abook_editform_deletesound => ' ',
   abook_editform_save_and_return => '   ',
   abook_editform_cancel_and_return => '   ',
   abook_editform_new_agent_link => '',
   sa_prefs         => 'SpamAssassin  ',
   sa_edittest      => '   ',
   sa_editblacklist => '  " "',
   sa_editwhitelist => '  " "',
   );

%lang_err =
   (
   has_illegal_chars => '  !',
   couldnt_readlock  => '    ',
   couldnt_writelock => '    ',
   couldnt_create    => ' ',
   couldnt_delete    => ' ',
   couldnt_open      => ' ',
   couldnt_seek      => '  ',
   couldnt_read      => ' ',
   couldnt_write     => ' ',
   couldnt_close     => ' ',
   couldnt_updatedb  => '    ',
   disallowed_pop3   => ' POP3 ',
   disallowed_client => '   ',
   disallowed_receiverdomain => '      ',
   norootlogin       => '  root   .',
   shouldnt_move_here=> '   !',
   destination_folder=> ' ',
   doesnt_exist      => ' !',
   foldername_long   => '       -  @@@FOLDERNAME_MAXLEN@@@ !',
   folder_with_name  => '   ',
   already_exists    => ' !',
   cant_create_folder=> '     !',
   under_indexing    => '   ,   ',
   back              => '',
   tryagain          => '  .',
   mailfilter_error  => '   ',
   att_overlimit     => '      ,  ',
   inv_msg_op        => '   ',
   sess_cookieerr    => '  -   !',
   sess_iperr        => '   IP     -   !',
   no_endpart        => ' ',
   part_missing      => ' ',
   rebuild_fmterr    => '  ',
   rebuild_sizeerr   => '  ',
   user_not_exist    => ' ',
   func_notsupported => ' ',
   auth_syserr       => '   ',
   param_fmterr      => '  ',
   pwd_incorrect     => ' ',
   pwd_confirmmismatch=>'     ',
   pwd_tooshort      => '    (  @@@PASSWDMINLEN@@@)',
   pwd_toosimple     => '    (      )',
   network_server_error => '    ',
   sendmail_error    => '      .',
   sendmail_chkdraft => '  ,      .',
   at_char_not_allowed => ' @     .   back      ',
   badnum_in_days => '    ',
   access_denied     => ' ',
   couldnt_chdirto   => '   ',
   isnt_a_dir        => '  ',
   edit_notfordir    => '    ',
   onefileonly       => '       ',
   no_file_todownload=> '     ',
   upload_overlimit  => '    ',
   decomp_notsupported =>'     .',
   filefmt_notsupported =>'  .',
   webdisk_readonly  => '   web-    .',
   quota_syserr      => '   ',
   quotahit_alert    => '     .            web     .',
   quotahit_delmail  => ',    - (@@@QUOTALIMIT@@@),      ',
   quotahit_delfile  => ',    - (@@@QUOTALIMIT@@@),    web     ',
   spool_overlimit   => '       (@@@SPOOLLIMIT@@@).         .',
   vdomain_toomanyuser  => '         ',
   vdomain_toomanyalias => '    E-MAIL      ',
   vdomain_userrequired => '   ',
   vdomain_fwdrequired => '   E-MAIL  ',
   all_module_disabled => '   ',
   abook_all_readonly => '       ,   ',
   abook_import_nofile => '      ',
   abook_import_noformat => '      ',
   abook_import_nodest => '        ',
   abook_import_unsupfmt => '"@@@FORMAT@@@"     .      ',
   abook_export_unsupfmt => '"@@@FORMAT@@@"     .      ',
   abook_export_undef => '        .   ',
   abook_delete_xowmuid => ' .    ID',
   abook_delete_book => '    @@@ADDRESSBOOK@@@ ',
   abook_doesnt_exist => '  @@@ADDRESSBOOK@@@  ',
   abook_already_exists => '  @@@ADDRESSBOOK@@@  .    ',
   abook_name_too_long => '    @@@ADDRESSBOOK@@@   .   @@@FOLDERNAME_MAXLEN@@@',
   abook_cant_rename => '   ',
   abook_ext_notsupported => '       ',
   abook_toobig => '          . ',
   abook_delete_first => ' .        .',
   abook_global_denied => '      ',
   abook_editform_no_N => '     ,     .        .',
   abook_agent_one_contact => ' ""     .',
   );

1;
