Ignore:
Timestamp:
12/19/09 13:25:26 (15 years ago)
Author:
nanardon
Message:
  • translate admin part
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/admin/includes/poll_settings.tt

    r267 r282  
    66<form action="[% c.uri_for(poll.uid) %]" method="POST" id="poll_f_settings"> 
    77 
    8 Nom:<br><input type="text" name="label" value="[% c.req.param('label') || poll.info('label') | html %]"> 
     8[% l('Name:') %]<br><input type="text" name="label" value="[% c.req.param('label') || poll.info('label') | html %]"> 
    99<br> 
    10 Description:<br> 
     10[% l('Description:') %]<br> 
    1111<textarea name="description" cols="60" rows="4">[% c.req.param('description') || poll.info('description') | html %]</textarea> 
    1212<br> 
    13 RÚglement:<br> 
     13[% l('Rules:') %]<br> 
    1414<textarea name="procedure" cols="60" rows="4">[% c.req.param('procedure') || poll.info('procedure') | html %]</textarea> 
    1515<br> 
     
    3737<div class="box" style="float:right; width: 35%"> 
    3838[% IF poll.is_crypted %] 
    39 <p><a href="[% c.uri_for(poll.uid, 'privatekey') %]">Télécharger la clef privée</a></p> 
     39<p><a href="[% c.uri_for(poll.uid, 'privatekey') %]"> 
     40[% l('Download private key') %]</a></p> 
    4041<hr> 
    4142<form action="[% c.uri_for(poll.uid) %]" method="POST"> 
    42 <input type="submit" name="notcrypted" value="Ne pas chiffer le vote"> 
     43<input type="submit" name="notcrypted" value="[% l('Do not crypted ballot') %]"> 
    4344</form> 
    4445[% ELSE %] 
    4546<form action="[% c.uri_for(poll.uid) %]" method="POST"> 
    46 Vous pouvez choisir un passphrase pour la clef du vote:<br> 
     47[% l('You can choose a passphrase to protect the key:') %]<br> 
    4748<input type="password" name="passphrase"><br> 
    48 <input type="submit" name="encrypted" value="Chiffrer le vote"> 
     49<input type="submit" name="encrypted" value="[% l('crypt the poll') %]"> 
    4950</form> 
    5051[% END %] 
Note: See TracChangeset for help on using the changeset viewer.