#!/usr/bin/perl -T

$lang_charset = 'iso-8859-1';

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

%lang_sortlabels =
   (
   status      => 'Status (Unread first)',
   date        => 'Aika (Uusin ensin)',
   date_rev    => 'Aika (Vanhin ensin)',
   sender      => 'Lhettj (Uusin ensin)',
   sender_rev  => 'Lhettj (Vanhin ensin)',
   subject     => 'Aihe (Uusin ensin)',
   subject_rev => 'Aihe (Vanhin ensin)',
   size        => 'Koko (Suurin ensin)',
   size_rev    => 'Koko (Pienin ensin)'
   );

%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      => 'Kirjaudu',
   clear      => 'Tyhjenn',
   changepwd  => 'Change Password',
   viewhistory=> 'View History',
   of         => ' ',
   messages   => 'Viesti',
   unread     => 'Lukematta',
   nomessages => 'Ei Viestej',
   composenew => 'Kirjoita Uusi Viesti',
   refresh    => 'Refresh',
   userprefs  => 'Asetukset',
   addressbook=> 'Osoitekirja',
   folders    => 'Kansiot',
   emptytrash => 'Tyhjenn roskakori',
   forever    => 'Forever',
   userdef    => 'User Define',
   logout     => 'Kirjaudu Ulos',
   page       => 'Sivu',
   msgcopyconf=> '\'Are you sure you want to copy the selected message(s)?\'',
   copy       => 'Copy',
   msgmoveconf=> '\'Haluatko VARMASTI siirt valitut viestit?\'',
   move       => 'Siirr',
   markasread => 'Mark as read',
   markasunread => 'Mark as unread',
   dateformat => 'Aika format',
   date       => 'Aika',
   recipient  => 'Vastaanottaja(t)',
   sender     => 'Lhettj',
   subject    => 'Aihe',
   thread     => 'Thread',
   size       => 'Koko',
   backto     => 'Takaisin',
   reply      => 'Vastaa',
   replyall   => 'Vastaa kaikille',
   forward    => 'Lhet eteenpin',
   forwardasatt=>'Forward as attachment',
   from       => 'Kenelt',
   replyto    => 'Vastaa osoitteeseen',
   to         => 'Kenelle',
   cc         => 'Kopio',
   bcc        => 'Tiedoksi',
   simplehead => 'Pelkistetyt otsikot',
   allhead    => 'Kaikki otsikot',
   simpleattmode => 'Simple attachments',
   allattmode    => 'All attachments',
   attachment => 'Liite',
   type       => 'Tyyppi',
   filename   => 'Tiedostonimi',
   encoding   => 'Encoding',
   description=> 'Description',
   download   => 'Lataa',
   thisispartialmsg => 'This is a partial message.',
   msgrebuild => 'Message Rebuild',
   editdraft  => 'Edit Draft',
   savedraft  => 'Save Draft',
   send       => 'Lhet',
   cancel     => 'Peruuta',
   continue   => 'Jatka',
   loginagain => 'Login again',
   exit       => 'Exit',
   for        => ' ',
   yourname   => 'Sinun Nimesi',
   save       => 'Tallenna',
   add        => 'Lis',
   folderrenprop => '\'Please enter the new name for this folder\'',
   rename     => 'Rename',
   folderdelconf => '\'Haluatko poistaa kansion sisltineen?\'',
   total      => 'Total',
   delete     => 'Poista',
   reserve    => 'Reserve',
   clearadd   => 'Clear all addresses',
   importadd  => 'Tuo osoitteet',
   exportadd  => 'Export addresses',
   import     => 'Tuo',
   addmod     => 'Lis/Muokkaa',
   modify     => 'Muokkaa',
   abooktitle => 'Osoitekirja',
   abook      => 'Osoitekirja',
   name       => 'Name',
   email      => 'Email',
   note       => 'Note',
   group      => 'Group',
   quota_hit  => 'Levytila Tynn',
   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 => 'laittomia merkkej!',
            couldnt_open      => 'Ei voitu avata',
            couldnt_locksh    => 'Couldn\'t get read lock on',
            couldnt_lock      => 'Ei saatu kirjoituslukkoa',
            couldnt_seek      => 'Ei voinut hakea',
            couldnt_close     => 'Ei voinut sulkea',
            disallowed_pop3   => 'Disallowed POP3 server',
            norootlogin       => 'Pkyttjn kirjautuminen kielletty',
            shouldnt_move_here=> 'Sinun ei pitisi yritt siirt viestej tnne!',
            destination_folder=> 'Pmr kansio',
            doesnt_exist      => 'Ei lydy!',
            foldername_long   => 'Kansion nimi ei voi ylitt 16 merkki!',
            folder_with_name  => 'kansi jonka nimi on',
            already_exists    => 'on jo olemassa!',
            cant_create_folder=> 'Ei voi luoda kansiota!',
            under_indexing    => 'is still under indexing, please try later',
            abook_invalid     => 'Valitan tiedosto ei ole Microsoft Outlook Express 5 CVS muodossa. varmista ett se alkaa maili-osoittella ja kokeile uudelleen',
            back              => 'takaisin',
            tryagain          => 'kokeile uudelleen.',
            abook_toobig      => 'Valitan osoitekirjasi koko ei rit',
            cant_create_dir   => 'Ei voi luoda kyttjkansiota!',
            folder_hitquota   => 'Olet kyttnyt kaiken sinulle varatun tilan, voit siirt viestej ROSKAKORIIN, mist ne tuhotaan. Siirry takaisin tuhoa vanhoja viestej ja yrit uudelleen.',
            att_overlimit     => 'Liitetiedostosi koko ylitt sallitun rajan joka on',
            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;
