Ignore:
Timestamp:
19 Feb 2012, 16:55:33 (13 years ago)
Author:
Henrik Bettermann
Message:

Start internationalization of pagetemplates. Clean up and remove unneeded i18n:translate tags first.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantdisplaypage.pt

    r7464 r7669  
    3939  </tbody>
    4040</table>
    41 <h3 i18n:translate="">Acceptance Fee Payment Tickets</h3>
     41<h3 i18n:translate="acceptance_fee_tickets">
     42    Acceptance Fee Payment Tickets
     43</h3>
    4244<table>
    4345  <thead>
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicanteditpage.pt

    r7464 r7669  
    1616          <td class="fieldname">
    1717            <span tal:condition="widget/required">*</span>
    18             <span i18n:translate="" tal:content="widget/label">label</span>:
     18            <span tal:content="widget/label">label</span>:
    1919          </td>
    2020          <td>
     
    3939          <input type="file" name="form.passport" />
    4040          <br />
    41           <span i18n:translate="">
     41          <span i18n:translate="max_file_size">
    4242            Max. file size:
    43             <span tal:replace="view/max_upload_size">10 KB</span>
    4443          </span>
     44          <span tal:replace="view/max_upload_size">10 KB</span>
    4545      </tr>
    4646      <tr tal:condition="view/manage_applications">
     
    8686
    8787  <br /><br />
    88   <h3 i18n:translate="">Acceptance Fee Payment Tickets</h3>
     88  <h3 i18n:translate="acceptance_fee_tickets">
     89      Acceptance Fee Payment Tickets
     90  </h3>
    8991
    9092  <table>
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantregister.pt

    r7464 r7669  
    88          <td class="fieldname">
    99            <span tal:condition="widget/required">*</span>
    10             <span i18n:translate="" tal:content="widget/label">label</span>:
     10            <span tal:content="widget/label">label</span>:
    1111          </td>
    1212          <td>
     
    2424      </tal:block>
    2525      <tr tal:condition="view/captcha_code">
    26         <td i18n:translate="">
    27           Please solve the captcha<br />
    28           to prevent misuse of this service:
     26        <td i18n:translate="solve_captcha">
     27          Please solve the captcha<br />to prevent misuse of this service:
    2928        </td>
    3029        <td>
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontaineraddpage.pt

    r7464 r7669  
    88          <td class="fieldname">
    99            <span tal:condition="widget/required">*</span>
    10             <span i18n:translate="" tal:content="widget/label">label</span>:
     10            <span tal:content="widget/label">label</span>:
    1111          </td>
    1212          <td>
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainermanagepage.pt

    r7484 r7669  
    2727                <span tal:condition="widget/required">*
    2828                </span>
    29                 <span i18n:translate="" tal:content="widget/label">label
     29                <span tal:content="widget/label">label
    3030                </span>:
    3131              </td>
Note: See TracChangeset for help on using the changeset viewer.