Changeset 323 for trunk/root/mail


Ignore:
Timestamp:
10/03/10 22:53:33 (14 years ago)
Author:
nanardon
Message:
  • proof reading from Ahmad Samir
Location:
trunk/root/mail
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/mail/ballot_confirm.tt

    r321 r323  
    11[% poll = c.model('Vote').poll(voteid) %] 
    2 [% l('You just particiapted to the poll:') %] 
     2[% l('You have just particiapted in the poll:') %] 
    33 
    44-------- 
     
    77 
    88[% IF NOT poll.info.no_mail_ballot_id %] 
    9 [% l('Your ballot is identified by ID') %]: 
     9[% l('Your ballot ID') %]: 
    1010[% ballotid %] 
    1111[% END %] 
    1212 
    13 [% l('Results will be availlable here') %]: 
     13[% l('Results will be available here') %]: 
    1414[% c.uri_for('/vote', poll.uid) %] 
    1515 
  • trunk/root/mail/poll_reminder_voting.tt

    r321 r323  
    22[%- vote = c.model('Vote') -%] 
    33 
    4 [% l('You ask for a reminder about poll you're participating') %] 
     4[% l('You\'ve asked for a reminder about the poll(s) you're participating in') %] 
    55 
    66 
    77[%- FOREACH p = polls_voting -%] 
    88[% IF loop.first %] 
    9 [% l('You are list as voting on polls') %]: 
     9[% l('You are listed as a voter on these polls') %]: 
    1010[% END %] 
    1111[%- poll = vote.poll(p.poll) -%] 
     
    1818[%- FOREACH p = polls_owner -%] 
    1919[% IF loop.first %] 
    20 [% l('You are administrator for these poll') %]: 
     20[% l('You are the administrator for these poll') %]: 
    2121[% END %] 
    2222[%- poll = vote.poll(p.id) -%] 
  • trunk/root/mail/poll_request.tt

    r321 r323  
    1 [% l('You asked the creation of a new poll') %]: 
     1[% l('You\'ve requested to create a new poll') %]: 
    22[% label %] 
    33 
  • trunk/root/mail/voting_passwd.tt

    r321 r323  
    11[% poll = c.model('Vote').poll(voteid) %] 
    2 [% l('You are invited to participate to this poll') %] 
     2[% l('You are invited to participate in this poll') %] 
    33 
    44[% poll.info.label %] 
     
    1010 
    1111[% IF poll.info.dstart && poll.info.dstart -%] 
    12 [% l('You will be able to submit your choice between') %] [% poll.info.dstart %] [% poll.info.hstart %] 
    13 [% l('and') %] [% poll.info.dend %] [% poll.info.hend %] 
     12[% l('You will be able to submit your vote from') %] [% poll.info.dstart %] [% poll.info.hstart %] 
     13[% l('to') %] [% poll.info.dend %] [% poll.info.hend %] 
    1414[%- END %] 
    1515 
    16 [% l('Keep this information preciously, they won\'t be retransmit again.') %] 
     16[% l('Keep this information in a safe place, it won\'t be sent to you again.') %] 
    1717 
    1818[% l('About this poll') %]: 
Note: See TracChangeset for help on using the changeset viewer.