Changeset 296 for trunk


Ignore:
Timestamp:
04/07/10 03:32:07 (14 years ago)
Author:
misc
Message:

fix english spelling, will break translation

Location:
trunk/root/templates
Files:
9 edited

Legend:

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

    r280 r296  
    1313 
    1414<tr> 
    15 <td>[% l('Number of elected people') %]<br> 
     15<td>[% l('Number of people to elect') %]<br> 
    1616    ([% l('if different of number of choice') %]) 
    1717</td> 
     
    2020 
    2121<tr> 
    22 <td>[% l('Number of free input:') %]</td> 
     22<td>[% l('Number of free input fields:') %]</td> 
    2323<td><input type="text" size="3" name="free_choice" value="[% c.req.param('free_choice') || poll.info('free_choice') || 0 | html %]"></td> 
    2424</tr> 
    2525 
    2626<tr> 
    27 <td>[% l('Number of input from voting list') %]</td> 
     27<td>[% l('Number of people to elect, taken from voting list') %]</td> 
    2828<td><input type="text" size="3" name="elected_choice" value="[% c.req.param('elected_choice') || poll.info('elected_choice') || 0 | html %]"></td> 
    2929</tr> 
  • trunk/root/templates/admin/date.tt

    r280 r296  
    4646            "[% l('Tuesday') %]", 
    4747            "[% l('Wenesday') %]", 
    48             "[% l('Thirsday') %]", 
     48            "[% l('Thursday') %]", 
    4949            "[% l('Friday') %]", 
    5050            "[% l('Saturday') %]"], 
     
    110110<form action="[% c.uri_for(poll.uid, 'date') %]" method="POST" id="dateform"> 
    111111 
    112 <i>[% l('Date format is') _ ' ' %] [% l('JJ/MM/AAAA HH:MM:SS') %]</i><br> 
     112<i>[% l('Date format is') _ ' ' %] [% l('DD/MM/YYYY HH:MM:SS') %]</i><br> 
    113113[% IF dateerror %]<p class="alert">[% dateerror | html %]</p>[% END %] 
    114114 
  • trunk/root/templates/admin/delete.tt

    r282 r296  
    2222<p>[% l('Delete this poll') %]</p> 
    2323 
    24 <p>[% l('This will definitevely delete all data about this poll (configuration, 
     24<p>[% l('This will definitely delete all data about this poll (configuration, 
    2525voting list, ballots.') %]</p> 
    2626 
  • trunk/root/templates/admin/includes/poll_settings.tt

    r282 r296  
    4141<hr> 
    4242<form action="[% c.uri_for(poll.uid) %]" method="POST"> 
    43 <input type="submit" name="notcrypted" value="[% l('Do not crypted ballot') %]"> 
     43<input type="submit" name="notcrypted" value="[% l('Do not crypt ballot') %]"> 
    4444</form> 
    4545[% ELSE %] 
  • trunk/root/templates/admin/voting.tt

    r282 r296  
    3434 
    3535[% IF NOT poll.voting_count %] 
    36 <p class="alert">[% l('No subscribe voting') %]</p> 
     36<p class="alert">[% l('No subscribed voter') %]</p> 
    3737[% ELSE %] 
    3838 
  • trunk/root/templates/ballot/closed.tt

    r283 r296  
    88Ce Vote n'est pas encore ouvert 
    99[% ELSIF poll.status == 'AFTER' %] 
    10 [% l('This poll is over, results are availlable') %] 
     10[% l('This poll is over, results are available') %] 
    1111<a href="[% c.uri_for('/vote', poll.uid) %]">[% l('here') %]</a>. 
    1212[% END %] 
  • trunk/root/templates/ballot/done.tt

    r283 r296  
    55 
    66<div id="ballot" class="page_box"> 
    7 <p>[% l('You just submit your ballot') %] 
     7<p>[% l('You just submitted your ballot') %] 
    88[% IF NOT poll.info.no_ballot_id_voting %] 
    99, [% l('your ballot id is:') _ ' ' %]<b>[% ballotid %]</b> 
     
    1111 
    1212[% IF NOT poll.info.no_ballot_id_voting %] 
    13 <p>[% l('Note it if you want to be able to check it at end of poll') %]</p>  
     13<p>[% l('Write it down if you want to be able to check it at the end of the poll') %]</p>  
    1414[% END %] 
    1515 
    16 <p>[% l('Results will be availlable') %] 
     16<p>[% l('Results will be available') %] 
    1717<a href="[% c.uri_for('/vote', poll.uid) %]">[% l('here') %]</a>.</p> 
    1818</div> 
  • trunk/root/templates/ballot/login.tt

    r283 r296  
    44<div id="login" class="login_box"> 
    55[% IF login_failure %] 
    6 <p class="alert">[% l('Invalid login/password, are you sure you are to 
    7 paraticiapte to this poll') %]</p> 
     6<p class="alert">[% l('Invalid login/password, are you sure you can 
     7participate to this poll ?') %]</p> 
    88[% END %] 
    99<p>[% l('Please authenticate to participate to this poll') %]</p> 
  • trunk/root/templates/ballot/signed.tt

    r283 r296  
    33 
    44<div id="vote_done"> 
    5 <p>[% mail | html %][% l('Already particate to this poll the [_1]', signed_date) | html %]</p> 
    6 <p>[% l('Results will be availlable') _ ' ' %] 
     5<p>[% mail | html %][% l('already participated to this poll the [_1]', signed_date) | html %]</p> 
     6<p>[% l('Results will be available') _ ' ' %] 
    77<a href="[% c.uri_for('/vote', c.model('Vote').poll(voteid).uid) %]">[% l('here') %]</a>.</p> 
    88</div> 
Note: See TracChangeset for help on using the changeset viewer.