Changeset 332 for trunk


Ignore:
Timestamp:
10/06/10 00:12:02 (14 years ago)
Author:
misc
Message:
  • fix remaining french missing translation
Location:
trunk/root/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/ballot/closed.tt

    r323 r332  
    66<div id="ballot"> 
    77[% IF poll.status == 'BEFORE' %] 
    8 Ce Vote n'est pas encore ouvert 
     8[% l('This poll is not yet open.') %] 
    99[% ELSIF poll.status == 'AFTER' %] 
    1010[% l('This poll is over, results are now available') %] 
  • trunk/root/templates/importv/csv.tt

    r315 r332  
    1 <p>[% l('format:') _ ' ' %]<i>Mail@domain;Nom</i></p> 
     1<p>[% l('format:') _ ' ' %]<i>[% l('Mail@domain;Nom')%]</i></p> 
    22<form method="POST" ENCTYPE="multipart/form-data" action="[% c.uri_for(poll.uid, 
    33'voting') %]"> 
  • trunk/root/templates/pollinc/binary/ballot.tt

    r323 r332  
    22[% poll = c.model('Vote').poll(voteid) %] 
    33 
    4 <p>Vous devez faire [% poll.info('choice_count') %] choix 
     4<p>[% l('You need to do') _ ' ' _ poll.info('choice_count') _ ' ' _ l('choices') %] 
    55[%- IF poll.info('choice_count') != poll.info('elected_count') -%] 
    6 pour [% poll.info('elected_count') %] élu(s)[%- END -%].</p> 
     6[% l('for') _ ' ' _ poll.info('elected_count') _ ' ' _ l('elected') %] [%- END -%].</p> 
    77 
    88[% FOREACH key = poll.choices() %] 
Note: See TracChangeset for help on using the changeset viewer.