~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/hu/lists.hu.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- RCS Identication ; $Revision: 1.4 $ ; $Date: 2002/02/26 16:54:36 $ -->
2
 
 
3
 
[IF action=search_list]
4
 
  [occurrence] egyez�st tal�ltam<BR><BR>
5
 
[ELSIF action=search_user]
6
 
  <B>[email]</B> a k�vetkez� list�k tagja
7
 
[ENDIF]
8
 
 
9
 
<TABLE BORDER="0" WIDTH="100%">
10
 
   [FOREACH l IN which]
11
 
     <TR>
12
 
     [IF l->admin]
13
 
       <TD BGCOLOR="[dark_color]">
14
 
          <TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="1">
15
 
           <TR><TD BGCOLOR="[light_color]" ALIGN="center" VALIGN="top">
16
 
             <FONT COLOR="[selected_color]" SIZE="-1">
17
 
              <A HREF="[path_cgi]/admin/[l->NAME]" ><b>admin</b></A>
18
 
         </FONT>
19
 
       </TD>
20
 
     </TR>
21
 
 </TABLE>
22
 
</TD>
23
 
     [ELSE]
24
 
       <TD>&nbsp;</TD>
25
 
     [ENDIF] 
26
 
     <TD WIDTH="100%" ROWSPAN="2">
27
 
     <A HREF="[path_cgi]/info/[l->NAME]" ><B>[l->NAME]@[l->host]</B></A>
28
 
     <BR>
29
 
     [l->subject]
30
 
     </TD></TR>
31
 
     <TR><TD>&nbsp;</TD></TR>
32
 
   [END]
33
 
</TABLE>
34
 
 
35
 
<BR> 
36
 
[IF action=which] 
37
 
[IF ! which]
38
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]"><B>[user->email]</B> c�mmel nem tal�lhat� listatag!</FONT>
39
 
<BR>
40
 
[ENDIF]
41
 
 
42
 
[IF unique <> 1]
43
 
<TABLE>
44
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]">Tekintsd meg azon listatags�gaidat, ahol az e-mail c�med a k�vetkez�</FONT><BR>
45
 
<BR><BR> 
46
 
 
47
 
<TR>
48
 
 <FORM METHOD=POST ACTION="[path_cgi]">
49
 
 
50
 
[FOREACH email IN alt_emails]
51
 
<INPUT NAME="email" TYPE=hidden VALUE="[email->NAME]">
52
 
&nbsp;&nbsp;<A HREF="[path_cgi]/change_identity/[email->NAME]/which">[email->NAME]</A>
53
 
<BR>
54
 
[END]
55
 
</FORM>
56
 
</TR>
57
 
</TABLE>
58
 
 
59
 
<BR>
60
 
 
61
 
<TABLE>
62
 
<TR>
63
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]">�ll�tsd �t mindenhol a feliratkoz�si c�medet  <B>[user->email] c�mre</B></FONT><BR> 
64
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]">Ez azt jelenti, hogy a Sympa levelez�list�kon mindenhol ugyanaz lesz a feliratkoz�si e-mail c�med �s be�ll�t�sod.</FONT>
65
 
 
66
 
<TR>
67
 
<TD>
68
 
 <FORM ACTION="[path_cgi]" METHOD=POST>
69
 
 &nbsp;&nbsp;<INPUT TYPE="submit" NAME="action_unify_email" VALUE="Valider"></FONT>
70
 
</FORM>
71
 
</TD>
72
 
</TR>
73
 
<BR>
74
 
</TABLE>
75
 
[ENDIF]
76
 
[ENDIF]