Changeset 16991


Ignore:
Timestamp:
5 Jul 2022, 20:41:30 (2 years ago)
Author:
Henrik Bettermann
Message:

First localizations.

Location:
main/kofacustom.lpng/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/layout/theme.html

    r16990 r16991  
    9191
    9292      <div id="logo-container">
    93         <img src="static_custom/lp_logo.png" width="200">
     93        <a href=""><img src="static_custom/lp_logo.png" width="200"></a>
    9494      </div>       
    9595
     
    583583      <div id="bottom" class="footer">
    584584        <p class="credit muted text-right">
    585           Kofa - Student Management System<br />
     585          Kofa - Application and Registration System<br />
    586586          Copyright &copy; WAeUP Group
    587587          <script type="text/javascript">
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/browser/pages.py

    r16984 r16991  
    2424from kofacustom.lpng.interfaces import (
    2525    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    26 from waeup.kofa.browser.viewlets import FacultiesTab
     26from waeup.kofa.browser.viewlets import FacultiesTab, ManageReports
    2727   
    2828class FacultiesTab(FacultiesTab):
     
    3434    def link_target(self):
    3535        return
     36       
     37class ManageReports(ManageReports):
     38    """A link to reports, placed in upper left box.
     39    """
     40   
     41    def render(self):
     42        return ''
    3643
    3744class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage):
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/locales/en/LC_MESSAGES/waeup.kofa.po

    r16717 r16991  
    99"Content-Type: text/plain; charset=iso-8859-1\n"
    1010"Content-Transfer-Encoding: 8bit\n"
     11"Language: en\n"
     12"X-Generator: Poedit 1.6.5\n"
     13
     14msgid "WAeUP.Kofa - Student Management System"
     15msgstr "Kofa - Application and Registration System"
    1116
    1217msgid "Academics"
    1318msgstr "Institutions"
    1419
     20msgid "Applicants Containers"
     21msgstr ""
     22
     23msgid "Applicants"
     24msgstr ""
     25
     26msgid "Applicant"
     27msgstr ""
     28
     29msgid "Applicants Section"
     30msgstr "Registration Section"
     31
     32msgid "Registration Number or Applicant Id:"
     33msgstr ""
     34
     35msgid "Number of Applicants"
     36msgstr ""
     37
     38msgid "Application"
     39msgstr "Registration"
     40
     41#. Default: "You don't have an account because you are a fresh student, or your student record has just been created? Acquire a Password Activation Code (PWD) and inititialize your student account <strong><a href=\"setpassword\"> here</a></strong>."
     42msgid "login_trouble2"
     43msgstr "  "
     44
     45#. Default: "You don't have an account because you are a fresh student, or your student record has just been created? <a href=\"requestpw\" class=\"btn btn-success btn-xs\">Inititialize your student account.</a>"
     46#: waeup/kofa/browser/templates/loginpage.pt:28
     47msgid "login_trouble3"
     48msgstr "  "
     49
     50#. Default: "Or simply forgot your student id, applicant id or password? <a href=\"changepw\" class=\"btn btn-success btn-xs\">Request a new password.</a>"
     51#: waeup/kofa/browser/templates/loginpage.pt:32
     52msgid "login_trouble4"
     53msgstr ""
     54"You forgot your user name, applicant id or password? <a href=\"changepw\" "
     55"class=\"btn btn-success btn-xs\">Request a new password.</a>"
     56
     57#. Default: "You are student parents and want to monitor study progress of your child? <a href=\"requestppw\" class=\"btn btn-success btn-xs\">Request a temporary parents password.</a> <br /> Prerequisite for getting parents access is that you have a valid email address and that this address has been entered by the student into the parents' email address field."
     58#: waeup/kofa/browser/templates/loginpage.pt:35
     59msgid "login_trouble5"
     60msgstr "  "
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/utils/utils.py

    r16717 r16991  
    2424    """
    2525
     26    PAYMENT_CATEGORIES = {
     27        'application': 'Application Fee',
     28        'donation': 'Donation',
     29        }
Note: See TracChangeset for help on using the changeset viewer.