Ignore:
Timestamp:
27 Feb 2012, 08:38:38 (13 years ago)
Author:
Henrik Bettermann
Message:

Translation of browser and university package completed (hopefully).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt

    r7677 r7707  
    2020          <a class="brand" href="#"
    2121              tal:attributes="href python: view.url(layout.site)"
    22               tal:content="layout/getAppAcronym">Acronym</a>
     22              tal:content="layout/getAppAcronym">ACRONYM</a>
    2323          <ul class="nav">
    2424            <tal:primary_nav content="structure provider:primary_nav" />
     
    3434            <a href="#" i18n:translate=""
    3535               tal:attributes="href python: view.url(layout.site, '@@contactadmin')">
    36                 Contact
     36               Contact
    3737            </a>
    3838            </li>
    3939            <li tal:condition="layout/isAuthenticated">
    4040            <a href="#" i18n:translate=""
    41                tal:attributes="href python: view.url(context, '@@logout')">Logout</a>
     41               tal:attributes="href python: view.url(context, '@@logout')">
     42               Logout
     43            </a>
    4244            </li>
    4345          </ul>
     
    5456            tal:condition="python: layout.isAuthenticated()"
    5557            tal:content="structure provider:breadcrumbs" />
    56       <span tal:condition="layout/getStudentName" class="wfstatus">
    57             Student Id:
    58           <span tal:replace="python:context.getStudent().student_id">Id
     58      <span
     59        tal:condition="layout/getStudentName" class="wfstatus">
     60          <span i18n:translate="">Student Id:</span>
     61          <span tal:replace="python:context.getStudent().student_id">
     62            ID
    5963          </span>&nbsp;&nbsp;
    60           State:
    61           <span tal:replace="python:context.getStudent().translated_state">State
     64          <span i18n:translate="">State:</span>
     65          <span tal:replace="python:context.getStudent().translated_state">
     66            STATE
    6267          </span>
    6368      </span>
     
    6873        <div class="well">
    6974          <div tal:condition="layout/getStudentName">
    70             <h5 tal:content="layout/getStudentName">Student name</h5>
     75            <h5 tal:content="layout/getStudentName">STUDENTNAME</h5>
    7176            <ul>
    7277              <tal:left content="structure provider:left_studentmanage" />
     
    7479          </div>
    7580          <div tal:condition="layout/isAuthenticated">
    76             <h5 tal:content="layout/getUserTitle">Username</h5>
     81            <h5 tal:content="layout/getUserTitle">USERNAME</h5>
    7782            <ul>
    7883              <tal:left content="structure provider:left" />
     
    9499          tal:define="status view/status|nothing"
    95100          tal:condition="status">
    96           Form Status:
     101          <span i18n:translate="">
     102            Form Status:
     103          </span>
    97104          <span tal:content="view/status">
    98             Form status summary
     105            FORM STATUS SUMMARY
    99106          </span>
    100107        </div>
    101108        <h1 tal:condition="view/label|nothing"
    102             tal:content="view/label">Label</h1>
     109            tal:content="view/label">LABEL</h1>
    103110        <div tal:content="structure view/content"> THE CONTENT
    104111        </div>
    105112        <div class="footer">
    106           <p class="pull-right"><a href="#">Back to top</a></p>
    107           <p>
     113          <p class="pull-right"><a i18n:translate="" href="#">Back to top</a></p>
     114          <p i18n:translate="">
    108115            Student Information and Registration Portal<br />
    109116            Copyright &copy; WAeUP Group, 2008-2012
Note: See TracChangeset for help on using the changeset viewer.