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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/fi/choosepasswd.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
 
Sinun tarvitsee valita salasana WWSympa j�rjestelm�� varten.
4
 
Tarvitset salasanaa sis��nkirjautumisessa.
5
 
 
6
 
<FORM ACTION="[path_cgi]" METHOD=POST>
7
 
<INPUT TYPE="hidden" NAME="previous_action" VALUE="[previous_action]">
8
 
<INPUT TYPE="hidden" NAME="previous_list" VALUE="[previous_list]">
9
 
 
10
 
[IF init_passwd]
11
 
  <INPUT TYPE="hidden" NAME="passwd" VALUE="[user->password]">
12
 
[ELSE]
13
 
  <FONT COLOR="[dark_color]">Nykyinen salasana : </FONT>
14
 
  <INPUT TYPE="password" NAME="passwd" SIZE=15>
15
 
[ENDIF]
16
 
 
17
 
<BR><BR><FONT COLOR="[dark_color]">Uusi salasana : </FONT>
18
 
<INPUT TYPE="password" NAME="newpasswd1" SIZE=15>
19
 
<BR><BR><FONT COLOR="[dark_color]">Uusi salasana uudelleen : </FONT>
20
 
<INPUT TYPE="password" NAME="newpasswd2" SIZE=15>
21
 
<BR><BR><INPUT TYPE="submit" NAME="action_setpasswd" VALUE="L�het�">
22
 
 
23
 
</FORM>
24