Ignore:
Timestamp:
1 Mar 2012, 07:51:32 (13 years ago)
Author:
Henrik Bettermann
Message:

Finalize internationalization of py and pt files. Javascript is still missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studylevelpage.pt

    r7669 r7738  
    1 <table class="form-table">
    2 <thead>
    3 </thead>
    4 <tbody>
    5   <tal:block repeat="widget view/widgets">
     1<table class="form-table" i18n:domain="waeup.sirp">
     2  <thead>
     3  </thead>
     4  <tbody>
     5    <tal:block repeat="widget view/widgets">
     6      <tr>
     7        <td class="fieldname">
     8          <span tal:content="widget/label">label</span>:
     9        </td>
     10        <td tal:on-error="default">
     11          <div class="widget" tal:content="structure widget">
     12            <input type="text" />
     13          </div>
     14        </td>
     15      </tr>
     16    </tal:block>
    617    <tr>
    7       <td class="fieldname">
    8         <span tal:content="widget/label">label</span>:
     18      <td i18n:translate="">
     19        Total Credits:
    920      </td>
    10       <td tal:on-error="default">
    11         <div class="widget" tal:content="structure widget">
    12           <input type="text" />
    13         </div>
     21      <td>
     22        <span tal:replace="view/total_credits">TOTAL</span>
    1423      </td>
    1524    </tr>
    16   </tal:block>
    17   <tr>
    18     <td>
    19       Total Credits:
    20     </td>
    21     <td>
    22       <span tal:replace="view/total_credits">TOTAL</span>
    23     </td>
    24   </tr>
    25 </tbody>
     25  </tbody>
    2626</table>
    2727
    28 <h3>Course Tickets</h3>
     28<h3 i18n:domain="waeup.sirp" i18n:translate="">Course Tickets</h3>
    2929
    30 <table class="display dataTable">
     30<table class="display dataTable" i18n:domain="waeup.sirp">
    3131  <thead>
    3232    <tr>
    33       <th>Sem.</th>
    34       <th>Code</th>
    35       <th>Title</th>
    36       <th>Dept.</th>
    37       <th>Fact.</th>
    38       <th>Cred.</th>
    39       <th>Mand.</th>
    40       <th>Score</th>
    41       <th>CO</th>
    42       <th>Auto</th>
     33      <th i18n:translate="">Sem.</th>
     34      <th i18n:translate="">Code</th>
     35      <th i18n:translate="">Title</th>
     36      <th i18n:translate="">Dept.</th>
     37      <th i18n:translate="">Fact.</th>
     38      <th i18n:translate="">Cred.</th>
     39      <th i18n:translate="">Mand.</th>
     40      <th i18n:translate="">Score</th>
     41      <th i18n:translate="">CO</th>
     42      <th i18n:translate="">Auto</th>
    4343    </tr>
    4444  </thead>
     
    6262
    6363
    64 <div tal:condition="python: not len(context.keys())">
    65 There no tickets added yet.
     64<div i18n:domain="waeup.sirp"
     65  tal:condition="python: not len(context.keys())" i18n:translate="">
     66  There no tickets added yet.
    6667</div>
Note: See TracChangeset for help on using the changeset viewer.