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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/it/suboptions.it.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: 2001/09/11 09:47:41 $ -->
2
 
 
3
 
  <FORM ACTION="[path_cgi]" METHOD=POST>
4
 
 
5
 
  Sei iscritto dal <FONT COLOR="[dark_color]">[subscriber->date]</FONT>  <BR><BR>
6
 
     <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
7
 
     Modalit&agrave; di ricezione  : 
8
 
     <SELECT NAME="reception">
9
 
        [FOREACH r IN reception]
10
 
          <OPTION VALUE="[r->NAME]" [r->selected]>[r->description]
11
 
        [END]
12
 
     </SELECT>
13
 
     <BR>Visibilit&agrave; :
14
 
     <SELECT NAME="visibility">
15
 
        [FOREACH r IN visibility]
16
 
          <OPTION VALUE="[r->NAME]" [r->selected]>[r->description]
17
 
        [END]
18
 
     </SELECT>
19
 
 
20
 
     <BR>
21
 
     <INPUT TYPE="submit" NAME="action_set" VALUE="Aggiorna">
22
 
     
23
 
</FORM>