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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/cz/lists.cz.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.6.1 $ ; $Date: 2004/04/02 07:22:11 $ -->
2
 
 
3
 
[IF action=search_list]
4
 
  nalezeno [occurrence] v�skyt�<BR><BR>
5
 
[ELSIF action=search_user]
6
 
  <B>[email]</B> je p�ihl�en v n�sleduj�c�ch konferenc�ch
7
 
[ENDIF]
8
 
 
9
 
<TABLE BORDER="0" WIDTH="100%">
10
 
   [FOREACH l IN which]
11
 
     <TR>
12
 
     [IF l->admin]
13
 
       <TD>
14
 
       [PARSE '--ETCBINDIR--/wws_templates/button_header.tpl']
15
 
       <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
 
     [PARSE '--ETCBINDIR--/wws_templates/button_footer.tpl']
21
 
 
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>[hidden_head][l->NAME][hidden_at][l->host][hidden_end]</B></A>
28
 
     <BR>
29
 
     [l->subject]
30
 
     </TD></TR>
31
 
     <TR><TD>&nbsp;</TD></TR>
32
 
   [END]
33
 
</TABLE>
34
 
 
35
 
<BR>
36
 
 
37
 
[IF action=which]
38
 
[IF ! which]
39
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]">��dn� p�ihl�en� z adresy <B>[user->email]</B>!</FONT>
40
 
<BR>
41
 
[ENDIF]
42
 
 
43
 
[IF unique <> 1]
44
 
<TABLE>
45
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]">P�ehled p�ihl�en� z n�sleduj�c�ch adres</FONT><BR>
46
 
<BR><BR>
47
 
 
48
 
 <TR> 
49
 
    <FORM METHOD=POST ACTION="[path_cgi]">
50
 
     
51
 
[FOREACH email IN alt_emails]
52
 
   <INPUT NAME="email"  TYPE=hidden VALUE="[email->NAME]">
53
 
   &nbsp;&nbsp;<A HREF="[path_cgi]/change_identity/[email->NAME]/which">[email->NAME]</A> 
54
 
    <BR>
55
 
    [END]  
56
 
    </FORM>
57
 
  </TR>
58
 
</TABLE>
59
 
 
60
 
<BR> 
61
 
 
62
 
<TABLE>
63
 
<TR>
64
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]">Sjednotit p�ihl�en� na adresu <B>[user->email]</B></FONT><BR> 
65
 
&nbsp;&nbsp;<FONT COLOR="[dark_color]">To znamen�, �e pro nastaven� v Symp� pou�ijete pouze jednu adresu</FONT>
66
 
 
67
 
<TR>
68
 
<TD>
69
 
    <FORM ACTION="[path_cgi]" METHOD=POST>
70
 
  
71
 
&nbsp;&nbsp;<INPUT TYPE="submit" NAME="action_unify_email" VALUE="Potvrdit"></FONT>
72
 
    </FORM>
73
 
</TD>
74
 
</TR>
75
 
<BR>
76
 
 
77
 
</TABLE>
78
 
[ENDIF]
79
 
[ENDIF]