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/studylevelmanagepage.pt

    r7737 r7738  
    11<form action="." tal:attributes="action request/URL" method="POST"
    2       enctype="multipart/form-data">
     2      i18n:domain="waeup.sirp" enctype="multipart/form-data">
    33
    44  <ul class="tabs" data-tabs="tabs">
    5     <li tal:attributes="class view/tab1"><a href="#tab-1"><span>Study Level Data</span></a></li>
    6     <li tal:attributes="class view/tab2"><a href="#tab-2"><span>Course Tickets</span></a></li>
     5    <li tal:attributes="class view/tab1"><a href="#tab-1">
     6      <span i18n:translate="">Study Level Data</span></a>
     7    </li>
     8    <li tal:attributes="class view/tab2"><a href="#tab-2">
     9      <span i18n:translate="">Course Tickets</span>
     10    </a></li>
    711  </ul>
    812
     
    2428
    2529    <div id="tab-2" tal:attributes="class view/tab2">
    26       <h3>Course Tickets</h3>
     30      <h3 i18n:translate="">Course Tickets</h3>
    2731      <table class="display dataTableManage">
    2832      <thead>
    2933        <tr>
    3034          <th>&nbsp;</th>
    31           <th>Sem.</th>
    32           <th>Code</th>
    33           <th>Title</th>
    34           <th>Dept.</th>
    35           <th>Fact.</th>
    36           <th>Cred.</th>
    37           <th>Mand.</th>
    38           <th>Score</th>
    39           <th>CO</th>
    40           <th>Auto</th>
     35          <th i18n:translate="">Sem.</th>
     36          <th i18n:translate="">Code</th>
     37          <th i18n:translate="">Title</th>
     38          <th i18n:translate="">Dept.</th>
     39          <th i18n:translate="">Fact.</th>
     40          <th i18n:translate="">Cred.</th>
     41          <th i18n:translate="">Mand.</th>
     42          <th i18n:translate="">Score</th>
     43          <th i18n:translate="">CO</th>
     44          <th i18n:translate="">Auto</th>
    4145        </tr>
    4246      </thead>
Note: See TracChangeset for help on using the changeset viewer.