diff options
author | <> | 2003-04-09 05:09:57 +0000 |
---|---|---|
committer | <> | 2003-04-09 05:09:57 +0000 |
commit | ff670afdeeaf7e1715a89868ddfed3af101457bf (patch) | |
tree | 9bb2f8dc5172dcfceec2abfe7f4729872768c3d8 /templates/pt/listinfo.html | |
parent | 01015334f5c849a0ec891bf8c87137f350473c81 (diff) | |
download | mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.gz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.xz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pt/listinfo.html')
-rw-r--r-- | templates/pt/listinfo.html | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/templates/pt/listinfo.html b/templates/pt/listinfo.html new file mode 100644 index 00000000..639d2d14 --- /dev/null +++ b/templates/pt/listinfo.html @@ -0,0 +1,143 @@ +<!-- $Revision: 6332 $ --> +<HTML> + <HEAD> + <TITLE><MM-List-Name>: Página de informações</TITLE> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + + <P> + <TABLE COLS="1" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1"><MM-List-Name> -- + <MM-List-Description></FONT></B> + </TD> + </TR> + <tr> + <td colspan="2"> + <p> + </td> + </tr> + <tr> + <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">Informação sobre <MM-List-Name></FONT></B> + </TD> + <TD COLSPAN="1" WIDTH="100%" BGCOLOR="#FFF0D0"> + <MM-lang-form-start><MM-displang-box> <MM-list-langs> + <MM-form-end> + <MM-Subscribe-Form-Start> + </TD> + </TR> + <tr> + <td colspan="2"> + <P><MM-List-Info></P> + <p> Para ver as mensagens anteriormente enviadas para a lista, + visite os <MM-Archive> Arquivos de <MM-List-Name> + </MM-Archive>. + <MM-Restricted-List-Message> + </p> + </TD> + </TR> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">Utilizar <MM-List-Name></FONT></B> + </TD> + </TR> + <tr> + <td colspan="2"> + Para enviar uma mensagem para todos os membros da lista, + envie um email para + <A HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>. + + <p>Pode inscrever-se na lista ou mudar a sua incrição + nas secções abaixo. + </td> + </tr> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <B><FONT COLOR="#000000">Inscrever-se em <MM-List-Name></FONT></B> + </TD> + </TR> + <tr> + <td colspan="2"> + <P> + Inscreva-se em <MM-List-Name> preenchendo o seguinte formulário. + <MM-List-Subscription-Msg> + <ul> + <TABLE BORDER="0" CELLSPACING="2" CELLPADDING="2" + WIDTH="70%" HEIGHT= "112"> + <TR> + <TD BGCOLOR="#dddddd" WIDTH="55%">O seu endereço de email:</TD> + <TD WIDTH="33%"><MM-Subscribe-Box> + </TD> + <TD WIDTH="12%"> </TD></TR> + <tr> + <td bgcolor="#dddddd" width="55%">O seu nome (opcional):</td> + <td width="33%"><mm-fullname-box></td> + <TD WIDTH="12%"> </TD></TR> + <TR> + <TD COLSPAN="3"><FONT SIZE=-1>Pode escolher uma password. + Ela dá-lhe uma segurança média, mas deve bastar para evitar + que outros interfiram com a sua participação. + <b>Não utilize uma password importante</b> visto que ela + lhe será enviada ocasionalmente, via email, em texto não + encriptado. + + <p>Se não escolher uma password, o sistema gerará uma para si. + Ela será enviada logo que confirme a sua inscrição. Pode sempre + pedir para receber a password por email quando editar as suas + opções pessoais. + <MM-Reminder> + </TD> + </TR> + <TR> + <TD BGCOLOR="#dddddd">Escolher uma password:</TD> + <TD><MM-New-Password-Box></TD> + <TD> </TD></TR> + <TR> + <TD BGCOLOR="#dddddd">Reintroduzir a password para confirmar:</TD> + <TD><MM-Confirm-Password></TD> + <TD> </TD></TR> + <tr> + <TD BGCOLOR="#dddddd">Em que língua prefere ver as suas mensagens?</TD> + <TD> <MM-list-langs></TD> + <TD> </TD></TR> + <mm-digest-question-start> + <tr> + <td>Prefere receber as suas mensagens agrupadas (digested) diariamente? + </td> + <td><MM-Undigest-Radio-Button> Não + <MM-Digest-Radio-Button> Sim + </TD> + </tr> + <mm-digest-question-end> + <tr> + <td colspan="3"> + <center><MM-Subscribe-Button></P></center> + </TABLE> + <MM-Form-End> + </ul> + </td> + </tr> + <TR> + <TD COLSPAN="2" WIDTH="100%" BGCOLOR="#FFF0D0"> + <a name="subscribers"> + <B><FONT COLOR="#000000"><MM-List-Name>: Lista de participantes</FONT></B></a> + </TD> + </TR> + <tr> + <TD COLSPAN="2" WIDTH="100%"> + <MM-Roster-Form-Start> + <MM-Roster-Option> + <MM-Form-End> + <p> + <MM-Options-Form-Start> + <MM-Editing-Options> + <MM-Form-End> + </td> + </tr> + </table> +<MM-Mailman-Footer> +</BODY> +</HTML> |