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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/fi/pref.fi.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.1 $ ; $Date: 2002/05/27 13:50:58 $ -->
2
 
 
3
 
    <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
4
 
      <TR VALIGN="top">
5
 
        <TH BGCOLOR="[dark_color]" COLSPAN="2">
6
 
          <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
7
 
            <TR>
8
 
             <TH BGCOLOR="[selected_color]" WIDTH="50%">
9
 
              <FONT COLOR="[bg_color]">
10
 
                Asetuksesi
11
 
              </FONT>
12
 
             </TH>
13
 
            </TR>
14
 
           </TABLE>
15
 
         </TH>
16
 
      </TR>
17
 
      <TR VALIGN="top">
18
 
        <TD>
19
 
          <FORM ACTION="[path_cgi]" METHOD=POST>
20
 
         
21
 
            <FONT COLOR="[dark_color]">Email  </FONT> [user->email]<BR><BR>
22
 
            <FONT COLOR="[dark_color]">Nimi</FONT>
23
 
            <INPUT TYPE="text" NAME="gecos" SIZE=20 VALUE="[user->gecos]"><BR><BR>
24
 
            <FONT COLOR="[dark_color]">Kieli </FONT>
25
 
            <SELECT NAME="lang">
26
 
              [FOREACH l IN languages]
27
 
                <OPTION VALUE='[l->NAME]' [l->selected]>[l->complete]
28
 
              [END]
29
 
            </SELECT>
30
 
            <BR><BR>
31
 
            <FONT COLOR="[dark_color]">Yhteyden voimassaoloaika</FONT>
32
 
            <SELECT NAME="cookie_delay">
33
 
              [FOREACH period IN cookie_periods]
34
 
                <OPTION VALUE="[period->value]" [period->selected]>[period->desc]
35
 
              [END]
36
 
            </SELECT>
37
 
            <BR><BR>
38
 
            <INPUT TYPE="submit" NAME="action_setpref" VALUE="L�het�">
39
 
          </FORM>
40
 
        </TD>
41
 
      </TR>
42
 
 
43
 
      [IF auth=classic]
44
 
      <TR VALIGN="top">
45
 
        <TH BGCOLOR="[dark_color]" COLSPAN="2">
46
 
          <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
47
 
            <TR>
48
 
             <TH WIDTH="50%" BGCOLOR="[selected_color]">
49
 
              <FONT COLOR="[bg_color]">
50
 
                Email osoitteen muuttaminen
51
 
              </FONT>
52
 
             </TH><TH WIDTH="50%" BGCOLOR="[selected_color]">
53
 
              <FONT COLOR="[bg_color]">
54
 
                Salasanan muuttaminen
55
 
              </FONT>
56
 
             </TH>
57
 
            </TR>
58
 
           </TABLE>
59
 
         </TH>
60
 
 
61
 
      </TR>
62
 
       
63
 
      <TR VALIGN="top">
64
 
           <TD>
65
 
           <FORM ACTION="[path_cgi]" METHOD=POST>
66
 
        
67
 
            <BR><BR><FONT COLOR="[dark_color]">Uusi email osoite : </FONT>
68
 
            <BR>&nbsp;&nbsp;&nbsp;<INPUT NAME="email" SIZE=15>
69
 
            <BR><BR><INPUT TYPE="submit" NAME="action_change_email" VALUE="L�het�">
70
 
            </FORM>
71
 
        </TD>
72
 
        <TD>
73
 
          <FORM ACTION="[path_cgi]" METHOD=POST>
74
 
            <BR><BR><FONT COLOR="[dark_color]">Uusi salasana : </FONT>
75
 
            <BR>&nbsp;&nbsp;&nbsp;<INPUT TYPE="password" NAME="newpasswd1" SIZE=15>
76
 
            <BR><FONT COLOR="[dark_color]">Salasana uudelleen : </FONT>
77
 
            <BR>&nbsp;&nbsp;&nbsp;<INPUT TYPE="password" NAME="newpasswd2" SIZE=15>
78
 
            <BR><BR><INPUT TYPE="submit" NAME="action_setpasswd" VALUE="L�het�">
79
 
            </FORM>
80
 
            [ENDIF]
81
 
 
82
 
        </TD>
83
 
        <TR VALIGN="top">
84
 
        <TH BGCOLOR="[dark_color]" COLSPAN="2">
85
 
          <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0">
86
 
            <TR>
87
 
             <TH WIDTH="50%" BGCOLOR="[selected_color]">
88
 
              <FONT COLOR="[bg_color]">
89
 
                Vaihtoehtoinen email osoite
90
 
              </FONT>
91
 
             </TH>
92
 
            </TR>
93
 
           </TABLE>
94
 
         </TH>
95
 
      </TR>
96
 
      [IF !unique]
97
 
      <TR VALIGN="top">
98
 
      <TD>  
99
 
            <FORM ACTION="[path_cgi]" METHOD=POST> 
100
 
            [FOREACH email IN alt_emails]
101
 
            <A HREF="[path_cgi]/change_identity/[email->NAME]/pref">[email->NAME]</A>
102
 
            <INPUT NAME="email" TYPE=hidden VALUE="[email->NAME]">
103
 
            <BR>
104
 
            [END]
105
 
            </FORM>
106
 
      </TD>
107
 
      </TR> 
108
 
      [ENDIF]
109
 
      <TR VALIGN="top">
110
 
      <TD>
111
 
            <FORM ACTION="[path_cgi]" METHOD=POST> 
112
 
            <BR>
113
 
            <FONT COLOR="[dark_color]">Vaihtoehtoinen email osoite : </FONT>
114
 
            &nbsp;&nbsp;&nbsp;<INPUT NAME="new_alternative_email" SIZE=15><BR>
115
 
            &nbsp;&nbsp;&nbsp;<FONT COLOR="[dark_color]">Salasana : </FONT>
116
 
            &nbsp;&nbsp;&nbsp;<INPUT TYPE = "password" NAME="new_password" SIZE=8>
117
 
            &nbsp;&nbsp;&nbsp &nbsp; <INPUT TYPE="submit" NAME="action_record_email" VALUE="L�het�">
118
 
            </FORM>
119
 
      </TD>
120
 
      <TD VALIGN="middle">
121
 
      Vaihtoehtoinen osoite, joka tulee olla Sympan tiedossa, k�ytet��n vaihtoehtoisena 
122
 
      l�hetysosoitteena. Voit my�s yhdist�� tilauksesi p��osoitteellasi.
123
 
      </TD>
124
 
      </TR>
125
 
      </TABLE>