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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/fr/choosepasswd.fr.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 $ ; $Date: 2002/04/30 12:17:43 $ -->
2
 
 
3
 
Vous devez choisir un mot de passe pour votre environnement
4
 
de listes de diffusion <i>Sympa</i>. Ce mot de passe vous permettra
5
 
d'acc�der aux op�rations privil�gi�es.
6
 
 
7
 
<FORM ACTION="[path_cgi]" METHOD=POST>
8
 
<INPUT TYPE="hidden" NAME="previous_action" VALUE="[previous_action]">
9
 
<INPUT TYPE="hidden" NAME="previous_list" VALUE="[previous_list]">
10
 
 
11
 
[IF init_passwd]
12
 
  <INPUT TYPE="hidden" NAME="passwd" VALUE="[user->password]">
13
 
[ELSE]
14
 
  <FONT COLOR="[dark_color]">Mot de passe actuel : </FONT>
15
 
  <INPUT TYPE="password" NAME="passwd" SIZE=15>
16
 
[ENDIF]
17
 
 
18
 
<BR><BR><FONT COLOR="[dark_color]">Nouveau mot de passe : </FONT>
19
 
<INPUT TYPE="password" NAME="newpasswd1" SIZE=15>
20
 
<BR><BR><FONT COLOR="[dark_color]">Confirmation nouveau mot de passe : </FONT>
21
 
<INPUT TYPE="password" NAME="newpasswd2" SIZE=15>
22
 
<BR><BR><INPUT TYPE="submit" NAME="action_setpasswd" VALUE="Envoyer">
23
 
 
24
 
</FORM>
25