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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/cz/choosepasswd.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 $ ; $Date: 2001/09/13 13:35:34 $ -->
2
 
 
3
 
Pro WWW rozhran� si mus�te zvolit heslo. Toto heslo budete prot�ebovat
4
 
pro p��stup do vyhrazen�ch oblast�.
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]">Sou�asn� heslo : </FONT>
14
 
  <INPUT TYPE="password" NAME="passwd" SIZE=15>
15
 
[ENDIF]
16
 
 
17
 
<BR><BR><FONT COLOR="[dark_color]">Nov� heslo : </FONT>
18
 
<INPUT TYPE="password" NAME="newpasswd1" SIZE=15>
19
 
<BR><BR><FONT COLOR="[dark_color]">Nov� heslo znovu : </FONT>
20
 
<INPUT TYPE="password" NAME="newpasswd2" SIZE=15>
21
 
<BR><BR><INPUT TYPE="submit" NAME="action_setpasswd" VALUE="Odeslat">
22
 
 
23
 
</FORM>