diff options
author | bwarsaw <> | 2004-04-25 02:30:04 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-04-25 02:30:04 +0000 |
commit | 3f101cbe773f9ac67a3769b089a68e615cf6463a (patch) | |
tree | 54488e3d41445614f2e58e192d9e0fbc3b15e60b /templates/tr/roster.html | |
parent | 47d3534699d5262e95f1eb579ad8811885a87ad7 (diff) | |
download | mailman2-3f101cbe773f9ac67a3769b089a68e615cf6463a.tar.gz mailman2-3f101cbe773f9ac67a3769b089a68e615cf6463a.tar.xz mailman2-3f101cbe773f9ac67a3769b089a68e615cf6463a.zip |
Turkish language support by Kerem Erkan.
Diffstat (limited to 'templates/tr/roster.html')
-rw-r--r-- | templates/tr/roster.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/templates/tr/roster.html b/templates/tr/roster.html new file mode 100644 index 00000000..c06bc65b --- /dev/null +++ b/templates/tr/roster.html @@ -0,0 +1,54 @@ +<!-- $Revision: 7039 $ --> +<HTML> + <HEAD> + <TITLE><MM-List-Name> Üyeleri</TITLE> + + </HEAD> + <BODY BGCOLOR="#ffffff"> + + <P> + <TABLE WIDTH="100%" 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> + Üyeleri</FONT></B> + </TD> + </TR> + <TR> + <TD COLSPAN="2" WIDTH="100%" ALIGN="CENTER"> + + <P align = "right"> <MM-lang-form-start><MM-displang-box> + <MM-list-langs><MM-form-end></p> + + <P>Adresinizin üzerine tıklayarak üyelik seçenekleri sayfanıza + gidebilirsiniz.<br><I>(Parantez içine alınmış adresler listeden + mesaj alımını devre dışı bırakmıştır.)</I></P> + </TD> + </TR> + <TR WIDTH="100%" VALIGN="top"> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> + <center> + <B><FONT COLOR="#000000"><MM-List-Name> + Listesinin Ayrı Ayrı Mesaj Alan <MM-Num-Reg-Users> Üyesi:</FONT></B> + </center> + </TD> + <TD BGCOLOR="#FFF0D0" WIDTH="50%"> + <center> + <B><FONT COLOR="#000000"><MM-List-Name> Listesinin Toplu + Mesaj Alan <MM-Num-Digesters> Üyesi:</FONT></B> + </center> + </TD> + </TR> + <TR VALIGN="top"> + <td> + <P><MM-Regular-Users> + </td> + <td> + <P><MM-Digest-Users> + </td> + </tr> + </table> +<MM-Mailman-Footer> +</BODY> +</HTML> + |