#!/usr/bin/perl -T

# Portuguese translation by Jos Ferradeira, jferra.AT.sfconsultores.pt
# charset: iso-8859-1

%lang_folders =
   (
   INBOX => 'Entrada',
   'saved-messages' => 'Guardadas',
   'sent-mail'      => 'Enviadas',
   'saved-drafts'   => 'Rascunho',
   'mail-trash'     => 'Lixo',
   'all'            => 'All',
   DELETE => '--APAGAR--'
   );

%lang_sortlabels =
   (
   status      => 'Estado (No lidas)',
   date        => 'Data (Mais Recente)',
   date_rev    => 'Data (Menos Recente)',
   sender      => 'Remetente (Mais Recente)',
   sender_rev  => 'Remetente (Menos Recente)',
   subject     => 'Assunto (Mais Recente)',
   subject_rev => 'Assunto (Menos Recente)',
   size        => 'Tamanho (Maior)',
   size_rev    => 'Tamanho (Menor)'
   );

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

%lang_withoriglabels =
   (
   at_beginning => 'no incio',
   at_end      => 'no fim',
   none        => 'Ignorar'
   );

%lang_receiptlabels =
   (
   ask => 'Pedir confirmao',
   yes => 'Sim',
   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_advsearchlabels =
   (
   contains    => 'contains',
   notcontains => 'does not contain',
   is          => 'is',
   isnot       => 'is not',
   startswith  => 'starts with',
   endswith    => 'ends with',
   regexp      => 'matches regexp(insensitive)',
   );

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

%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      => 'Entrar',
   clear      => 'Limpar',
   point      => 'Point',
   pixel      => 'Pixel',
   changepwd  => 'Alterar Senha',
   viewhistory=> 'Ver Histrico',
   of         => 'de',
   messages   => 'mensagens',
   unread     => 'no lidas',
   nomessages => 'N&atilde;o h&aacute; mensagens',
   composenew => 'Enviar mensagem',
   refresh    => 'Actualizar',
   userprefs  => 'Prefer&ecirc;ncias do Utilizador',
   addressbook=> 'Livro de endereos',
   folders    => 'Pastas',
   emptytrash => 'Apagar lixo',
   totrash    => 'Move to Trash',
   forever    => 'Para sempre',
   userdef    => 'Defenido pelo Utilizador',
   logout     => 'Sair',
   page       => 'P&aacute;gina',
   msgcopyconf=> '\'Tem a certeza que quer copiar a(s) mensagem(s) seleccionada(s)?\'',
   copy       => 'Copiar',
   msgmoveconf=> '\'Tem a certeza que quer mover as mensagens selecionadas?\'',
   move       => 'Mover',
   markasread => 'Marcar como lida',
   markasunread => 'Marcar como no lida',
   dateformat => 'Formato da data',
   date       => 'Data',
   recipient  => 'Destinatrio',
   sender     => 'Remetente',
   subject    => 'Assunto',
   thread     => 'Thread',
   size       => 'Tamanho',
   backto     => 'Voltar para',
   reply      => 'Responder',
   replyall   => 'Responder a Todos',
   forward    => 'Encaminhar',
   forwardasatt=>'Encaminhar como anexo',
   printfriendly=> 'Impresso amigvel',
   from       => 'De',
   replyto    => 'Responder a',
   to         => 'Para',
   cc         => 'CC',
   bcc        => 'BCC',
   simplehead => 'Cabecalho simples',
   allhead    => 'Todos Cabecalhos',
   simpleattmode => 'Anexos Simples',
   allattmode    => 'Todos os anexos',
   attachment => 'Anexo',
   type       => 'Tipo',
   filename   => 'Nome de Ficheiro',
   encoding   => 'Codificao',
   description=> 'Descrio',
   download   => 'Abrir',
   thisispartialmsg => 'Esta  uma mensagem parcial.',
   msgrebuild => 'Reconstruir mensagem',
   editdraft  => 'Editar rascunho',
   savedraft  => 'Guardar rascunho',
   send       => 'Enviar',
   about      => 'About',
   close      => 'Close',
   cancel     => 'Cancelar',
   continue   => 'Continuar',
   loginagain => 'Novo acesso',
   exit       => 'Sair',
   for        => 'Para',
   yourname   => 'O Seu Nome',
   save       => 'Guardar',
   add        => 'Adicionar',
   folderrenprop => '\' favor indicar o novo nome para esta pasta\'',
   rename     => 'Renomear',
   folderdelconf => '\'Tem a certeza que quer excluir esta pasta e o seu conte&uacute;do?\'',
   markread   => 'MarkRead',
   foldermarkreadconf => '\'Are you going to mark read on all messages in this folder?\'',
   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     => 'Apagar',
   reserve    => 'Reservar',
   clearadd   => 'Apagar todos os endereos',
   importadd  => 'Importar Endere&ccedil;os',
   exportadd  => 'Exportar Endere&ccedil;os',
   import     => 'Importar',
   addmod     => 'Adicionar/Modificar',
   modify     => 'Modificar',
   abooktitle => 'Livro de endereos',
   abook      => 'LIVRO DE ENDEREOS',
   name       => 'Namo',
   email      => 'Email',
   note       => 'Nota',
   group      => 'Grupo',
   quota_hit  => 'QUOTA HIT',
   usage      => 'Uso',
   tzmap      => 'World timezone map',
   editfroms  => 'Editar endereos pessoais',
   pop3book   => 'Configurar POP3',
   retr_pop3s => 'Recuperar Correio POP3',
   filterbook => 'Configurar Filtro de Correio',
   include    => 'Incluir',
   exclude    => 'Excluir',
   smtprelay  => 'SMTP Relay',
   header     => 'Cabealho',
   body       => 'Corpo',
   attfilename=> 'Anexo',
   all        => 'Tudo',
   enable     => 'Permitir',
   disable    => 'Incapacitar',
   filtered   => 'Filtrado',
   blockrelay => 'Bloquear SMTP Relay',
   blockemail => 'Bloquear email',
   read       => 'Ler',
   yourmsg    => 'A Sua mensagem',
   delivered  => 'Entregue',
   wasreadon1 => 'lida em',
   wasreadon2 => '.',
   globaladdressbook => 'Livro de endereos global',
   globalfilterrule => 'Rregras de filtragem globais',
   readonly   => 'S de leitura',
   textcontent=> 'ConteudoTexto',
   search     => 'Procurar',
   advsearch  => 'Advanced search',
   folder     => 'Folder',
   nofoldersel=> 'No Folder selected',
   showall    => 'Show All',
   spellcheck => 'Verificar Ortografia',
   checkagain => 'Verificar outra vez',
   finishchecking => 'Terminar a verificao',
   manuallyfix=> 'Corrigir manualmente',
   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',
   the_wday_of_thismonth2   => 'of the month',
   every_wday_of_thismonth  => 'Every',
   every_wday_of_thismonth2 => 'this month'
   );

%lang_err =
   (
   has_illegal_chars => 'Tem caracteres ilegais!',
   couldnt_open      => 'N&atilde;o foi poss&iacute;vel abrir',
   couldnt_locksh    => 'No consigo ler, bloqueado',
   couldnt_lock      => 'N&atilde;o foi poss&iacute;vel gravar, est&aacute;',
   couldnt_seek      => 'N&atilde;o foi poss&iacute;vel procurar no come&ccedil;o de',
   couldnt_close     => 'N&atilde;o foi poss&iacute;vel fechar',
   disallowed_pop3   => 'Erro no servidor POP3',
   disallowed_client => 'No tem permisso para se ligar deste cliente ',
   disallowed_receiverdomain => 'No tem permisso para enviar mensagens para este endereo',
   norootlogin       => 'O que est&aacute tentando fazer, h!? ;-)',
   shouldnt_move_here=> 'No deveria tentar mover as mensagens aqui!',
   destination_folder=> 'Pasta de destino',
   doesnt_exist      => 'N&atilde;o existe!',
   foldername_long   => 'A pasta n&atilde;o pode conter mais que 16 caracteres!',
   folder_with_name  => 'A pasta com o nome',
   already_exists    => 'j&aacute; existe!',
   cant_create_folder=> 'N&atilde;o foi poss&iacute;vel criar a pasta!',
   under_indexing    => 'Ainda est em indexao,  favor tentar mais tarde',
   abook_invalid     => 'Lamento, este ficheiro n&atilde;o aparenta ter o formato correcto para o livro de endereos. Verifique se est&aacute; exportando o ficheiro no formato correcto.',
   back              => 'Recue',
   tryagain          => 'e tente de novo.',
   abook_toobig      => 'Lamento, excedeu o limite permitido para o livro de endereos.',
   cant_create_dir   => 'N&atilde;o foi poss&iacute;vel criar a diret&oacute;ria do utilizador!',
   folder_hitquota   => 'Lamento, chegou ao limite de espa&ccedil;o da sua pasta, mais nenhum e-mail ser guardado. Por favor envie as mensagens antigas para o LIXO e depois apague as mesmas definitivamente.',
   att_overlimit     => 'Lamento, o tamanho do ficheiro anexado ultrapassou o limite permitido.',
   inv_msg_op        => 'Operao invlida para a mensagem',
   inv_sessid        => 'O pedido no tem o ID correcto -- acesso negado!',
   no_endpart        => 'Parte final no encontrada',
   part_missing      => 'perdeu parte',
   rebuild_fmterr    => 'Erro no formato da nova mensagem',
   rebuild_sizeerr   => 'Erro no tamanho da nova mensagem',
   user_not_exist    => 'esse utilizador no existe',
   func_notsupported => 'funo no suportada',
   auth_syserr       => 'erro de autenticao',
   param_fmterr      => 'erro a formatar parmetro',
   pwd_incorrect     => 'senha incorrecta',
   network_server_error => 'erro no servidor de rede',
   sendmail_error    => 'Lamento, houve um problema no envio da mensagem.   favor clicar no boto de retroceder do navegador (browser), verifique a sua mensagem, e tente novamente.',
   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;
