#!/usr/bin/perl -T

$lang_charset = 'iso-8859-2';

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

%lang_sortlabels =
   (
   status      => 'Status (Unread first)',
   date        => 'Data (Intai cele mai noi)',
   date_rev    => 'Data (Intai cele mai vechi)',
   sender      => 'Expeditor (Intai cele mai noi)',
   sender_rev  => 'Expeditor (Intai cele mai vechi)',
   subject     => 'Subiect (Intai cele mai noi)',
   subject_rev => 'Subiect (Intai cele mai vechi)',
   size        => 'Marime (Intai cele mai mari)',
   size_rev    => 'Marime (Intai cele mai mici)'
   );

%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_timelabels =
   (
     10 => '10 minutes',
     30 => '30 minutes',
     60 => '60 minutes',
    120 => '2 hours',
    180 => '3 hours',
    360 => '6 hours',
    720 => '12 hours',
   1440 => '24 hours'
   );

%lang_text =
   (  
   login      => 'Intra',
   clear      => 'Sterge',
   changepwd  => 'Change Password',
   viewhistory=> 'View History',
   of         => 'din',
   messages   => 'mesaje',
   unread     => 'necitite',
   nomessages => 'Nici un mesaj',
   composenew => 'Compune un mesaj',
   refresh    => 'Reincarca',
   userprefs  => 'Preferinte',
   addressbook=> 'Agenda',
   folders    => 'Foldere',
   emptytrash => 'Curata mesajele sterse',
   forever    => 'Forever',
   userdef    => 'User Define',
   logout     => 'Iesire',
   page       => 'Pagina',
   msgcopyconf=> '\'Are you sure you want to copy the selected message(s)?\'',
   copy       => 'Copy',
   msgmoveconf=> '\'Esti sigur ca vrei sa muti mesajul(ele) selectate?\'',
   move       => 'Muta',
   markasread => 'Mark as read',
   markasunread => 'Mark as unread',
   dateformat => 'Data format',
   date       => 'Data',
   recipient  => 'Destinatar',
   sender     => 'Expeditor',
   subject    => 'Subiect',
   thread     => 'Thread',
   size       => 'Marime',
   backto     => 'Inapoi la',
   reply      => 'Raspunde',
   replyall   => 'Raspunde tuturor',
   forward    => 'Trimite mai departe',
   forwardasatt=>'Forward as attachment',
   printfriendly=> 'Print friendly',
   from       => 'De la',
   replyto    => 'Raspunde',
   to         => 'Pentru',
   cc         => 'CC',
   bcc        => 'BCC',
   simplehead => 'Header simplu',
   allhead    => 'Header complet',
   simpleattmode => 'Simple attachments',
   allattmode    => 'All attachments',
   attachment => 'Atasament',
   type       => 'Tip',
   filename   => 'Nume fisier',
   encoding   => 'Encodare',
   description=> 'Description',
   download   => 'Download',
   thisispartialmsg => 'This is a partial message.',
   msgrebuild => 'Message Rebuild',
   editdraft  => 'Edit Draft',
   savedraft  => 'Save Draft',
   send       => 'Trimite',
   about      => 'About',
   close      => 'Close',
   cancel     => 'Anuleaza',
   continue   => 'Continua',
   loginagain => 'Login again',
   exit       => 'Exit',
   for        => 'PENTRU',
   yourname   => 'Numele Tau',
   save       => 'Salveaza',
   add        => 'Adauga',
   folderrenprop => '\'Please enter the new name for this folder\'',
   rename     => 'Rename',
   folderdelconf => '\'Esti sigur ca vrei sa stergi folderul asta si continutul lui?\'',
   chkindex    => 'CheckIndex',
   folderchkindexconf => '\'Are you going to check the index of this folder?\'',
   reindex    => 'ReIndex',
   folderreindexconf => '\'Are you sure you want to reindex this folder?\'',
   total      => 'Total',
   delete     => 'Sterge',
   reserve    => 'Reserve',
   clearadd   => 'Clear all addresses',
   importadd  => 'Importa adrese',
   exportadd  => 'Exporta adrese',
   import     => 'Importa',
   addmod     => 'Adauga/Modifica',
   modify     => 'Modifica',
   abooktitle => 'Agenda',
   abook      => 'AGENDA',
   name       => 'Name',
   email      => 'Email',
   note       => 'Note',
   group      => 'Group',
   quota_hit  => 'DEP&Atilde;SIRE SPATIU ALOCAT',
   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 => 'are caractere ilegale!',
            couldnt_open      => 'Nu pot deschide',
            couldnt_locksh    => 'Couldn\'t get read lock on',
            couldnt_lock      => 'Nu pot bloca',
            couldnt_seek      => 'Nu pot ajunge la inceputul',
            couldnt_close     => 'Nu pot inchide',
            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       => 'Imi pare rau dar nu poti intra cu root',
            shouldnt_move_here=> 'Nu ar trebui sa iti muti mesajele aici',
            destination_folder=> 'Folderul destinatie',
            doesnt_exist      => 'nu exista!',
            foldername_long   => 'Numele folderului nu poate contine mai mult de 16 litere!',
            folder_with_name  => 'Un folder cu numele',
            already_exists    => 'deja exista!',
            cant_create_folder=> 'Nu pot crea folderul!',
            under_indexing    => 'is still under indexing, please try later',
            abook_invalid     => 'Imi pare rau dar acest fisier nu pare a fi exportat din Microsoft Outlook Express 5 in format CSV. Asigura-te ca atunci cand il vezi intr-un editor de texte, prima linie incepe cu "Name,E-mail Address", apoi du-te',
            back              => 'inapoi',
            tryagain          => 'incearca din nou.',
            abook_toobig      => 'Imi pare rau dar aceasta ar depasi limita agendei tale. Te rog du-te',
            cant_create_dir   => 'Nu pot creea directorul tau!',
            folder_hitquota   => 'Imi pare rau dar ti-ai depasit spatiul alocat si nu mai poti salva scrisori.  Nu vei putea muta decat mesaje spre STERSE.  Du-te inapoi sterge ceva mesaje, distruge mesajele sterse si incearca din nou.',
            att_overlimit     => 'Imi pare rau, atachmentul dvs. depaseste marimea acceptata, adica',
            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;
