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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/cz/pref.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.2.6.1 $ ; $Date: 2004/04/02 07:22:11 $ -->
2
 
 
3
 
 
4
 
    <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
5
 
      <TR VALIGN="top">
6
 
        <TH BGCOLOR="[dark_color]" COLSPAN="2">
7
 
          <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
8
 
            <TR>
9
 
             <TH BGCOLOR="[selected_color]" WIDTH="50%">
10
 
              <FONT COLOR="[bg_color]">
11
 
                Va�e prost�ed�
12
 
              </FONT>
13
 
             </TH>
14
 
            </TR>
15
 
           </TABLE>
16
 
         </TH>
17
 
      </TR>
18
 
      <TR VALIGN="top">
19
 
        <TD>
20
 
          <FORM ACTION="[path_cgi]" METHOD=POST>
21
 
         
22
 
            <FONT COLOR="[dark_color]">Email </FONT> [user->email]<BR><BR>
23
 
            <FONT COLOR="[dark_color]">Jm�no</FONT> 
24
 
            <INPUT TYPE="text" NAME="gecos" SIZE=20 VALUE="[user->gecos]"><BR><BR> 
25
 
            <FONT COLOR="[dark_color]">Jazyk</FONT>
26
 
            <SELECT NAME="lang">
27
 
              [FOREACH l IN languages]
28
 
                <OPTION VALUE="[l->NAME]" [l->selected]>[l->complete]
29
 
              [END]
30
 
            </SELECT>
31
 
            <BR><BR>
32
 
            <FONT COLOR="[dark_color]">Doba kdy vypr�� ov��en� toto�nosti </FONT>
33
 
            <SELECT NAME="cookie_delay">
34
 
              [FOREACH period IN cookie_periods]
35
 
                <OPTION VALUE="[period->value]" [period->selected]>[period->desc]
36
 
              [END]
37
 
            </SELECT>
38
 
            <BR><BR>
39
 
            <INPUT TYPE="submit" NAME="action_setpref" VALUE="Odeslat"></FONT>
40
 
          </FORM>
41
 
        </TD>
42
 
      </TR>
43
 
 
44
 
      [IF auth=classic]
45
 
      <TR VALIGN="top">
46
 
        <TH BGCOLOR="[dark_color]" COLSPAN="2">
47
 
          <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
48
 
            <TR>
49
 
             <TH WIDTH="50%" BGCOLOR="[selected_color]">
50
 
              <FONT COLOR="[bg_color]">
51
 
                Zm�na Va�� emailov� adresy
52
 
              </FONT>
53
 
             </TH><TH WIDTH="50%" BGCOLOR="[selected_color]">
54
 
              <FONT COLOR="[bg_color]">
55
 
                Zm�na Va�eho hesla
56
 
              </FONT>
57
 
             </TH>
58
 
            </TR>
59
 
           </TABLE>
60
 
         </TH>
61
 
 
62
 
      </TR>
63
 
 
64
 
      <TR VALIGN="top">
65
 
        <TD>
66
 
            <FORM ACTION="[path_cgi]" METHOD=POST>
67
 
 
68
 
            <BR><BR><FONT COLOR="[dark_color]">Nov� adresa : </FONT>
69
 
            <BR>&nbsp;&nbsp;&nbsp;<INPUT NAME="email" SIZE=15>
70
 
            <BR><BR><INPUT TYPE="submit" NAME="action_change_email" VALUE="Odeslat">
71
 
            </FORM>
72
 
        </TD>
73
 
        <TD>
74
 
          <FORM ACTION="[path_cgi]" METHOD=POST>
75
 
            <BR><BR><FONT COLOR="[dark_color]">Nov� heslo : </FONT>
76
 
 
77
 
            <BR>&nbsp;&nbsp;&nbsp;<INPUT TYPE="password" NAME="newpasswd1" SIZE=15>
78
 
            <BR><FONT COLOR="[dark_color]">Zopakujte nov� heslo : </FONT>
79
 
            <BR>&nbsp;&nbsp;&nbsp;<INPUT TYPE="password" NAME="newpasswd2" SIZE=15>
80
 
            <BR><BR><INPUT TYPE="submit" NAME="action_setpasswd" VALUE="Odeslat">
81
 
            </FORM>
82
 
            [ENDIF]
83
 
 
84
 
        </TD>
85
 
        <TR VALIGN="top">
86
 
        <TH BGCOLOR="[dark_color]" COLSPAN="2">
87
 
          <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
88
 
            <TR>
89
 
             <TH WIDTH="50%" BGCOLOR="[selected_color]">
90
 
              <FONT COLOR="[bg_color]">
91
 
                Va�e dal�� emailov� adresy
92
 
              </FONT>
93
 
             </TH>
94
 
            </TR>
95
 
           </TABLE>
96
 
         </TH>
97
 
      </TR>
98
 
      [IF !unique]
99
 
      <TR VALIGN="top">
100
 
      <TD>  
101
 
            <FORM ACTION="[path_cgi]" METHOD=POST> 
102
 
            [FOREACH email IN alt_emails]
103
 
            <A HREF="[path_cgi]/change_identity/[email->NAME]/pref">[email->NAME]</A>
104
 
            <INPUT NAME="email" TYPE=hidden VALUE="[email->NAME]">
105
 
            <BR>
106
 
            [END]
107
 
            </FORM>
108
 
      </TD>
109
 
      </TR> 
110
 
      [ENDIF]
111
 
      <TR VALIGN="top">
112
 
      <TD>
113
 
            <FORM ACTION="[path_cgi]" METHOD=POST> 
114
 
            <BR>
115
 
            <FONT COLOR="[dark_color]">Dal�� emailov� adresa : </FONT>
116
 
            &nbsp;&nbsp;&nbsp;<INPUT NAME="new_alternative_email" SIZE=15>
117
 
            &nbsp;&nbsp;&nbsp;<FONT COLOR="[dark_color]">Heslo : </FONT>
118
 
            &nbsp;&nbsp;&nbsp;<INPUT TYPE = "password" NAME="new_password" SIZE=8>
119
 
            &nbsp;&nbsp;&nbsp &nbsp; <INPUT TYPE="submit" NAME="action_record_email" VALUE="Odeslat">
120
 
            </FORM>
121
 
      </TD>
122
 
      <TD VALIGN="middle">
123
 
      Tato dal�� adresa bude p�ij�m�na jako Va�e alternativn� emailov� adresa. Budete tak� schopen
124
 
      sjednotit Va�e �lenstv� s Va�� hlavn� emailovou adresou.
125
 
        </TD>
126
 
      </TR>
127
 
    </TABLE> 
 
 
b'\\ No newline at end of file'