Ignore:
Timestamp:
2 Feb 2023, 11:10:27 (20 months ago)
Author:
Henrik Bettermann
Message:

Rename carry overs.

Adjust to changes in base package.

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

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/setup.py

    r16615 r17332  
    8686      [console_scripts]
    8787      kofa-debug = grokcore.startup:interactive_debug_prompt
    88       kofactl = grokcore.startup:zdaemon_controller
     88      kofactl = waeup.kofa.startup:zdaemon_controller
    8989      [paste.app_factory]
    9090      main = waeup.kofa.startup:env_app_factory
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/interfaces.py

    r16787 r17332  
    7373        )
    7474
     75    resit_fee = schema.Float(
     76        title = _(u'Resit Fee'),
     77        default = 0.0,
     78        required = False,
     79        )
     80
    7581    interswitch_enabled = schema.Bool(
    7682        title = _(u'Interswitch Collegepay integration enabled'),
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/locales/en/LC_MESSAGES/waeup.kofa.po

    r17108 r17332  
    66"Last-Translator: Henrik Bettermann <henrik@waeup.org>\n"
    77"Language-Team: \n"
     8"Language: en\n"
    89"MIME-Version: 1.0\n"
    910"Content-Type: text/plain; charset=iso-8859-1\n"
    1011"Content-Transfer-Encoding: 8bit\n"
    11 "Language: en\n"
    12 "X-Generator: Poedit 1.6.5\n"
     12"X-Generator: Poedit 3.2.2\n"
    1313
    1414msgid "Academics"
     
    3333#. Default: ""
    3434#: waeup/kofa/students/utils.py:916
    35 msgid ""
    36 "This is to inform you that you have been provisionally admitted into ${a} as "
    37 "follows:"
    38 msgstr ""
    39 "This is to inform you that you have been offered a Conditional Admission "
    40 "into  ${a} as follows:"
     35msgid "This is to inform you that you have been provisionally admitted into ${a} as follows:"
     36msgstr "This is to inform you that you have been offered a Conditional Admission into  ${a} as follows:"
     37
     38#: waeup/kofa/students/browser_templates/studylevelpage.pt:57
     39msgid "course_types"
     40msgstr "RST: Result to resit<br /> OS: Outstanding course<br /> Requ.: Required course<br /> Auto: Automatically created course ticket"
     41
     42#: waeup/kofa/students/interfaces.py:740
     43msgid "Carry-over Course"
     44msgstr "Result to resit"
     45
     46msgid "CO"
     47msgstr "RST"
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py

    r17209 r17332  
    7070        #'late_registration': 'Late Course Registration Fee',
    7171        #'combi': 'Combi Payment',
     72        'resit': 'Resit Fee',
    7273        }
    7374
     
    7778        'secondinstal': 'School Fee (34% - 2nd instalment)',
    7879        'hostel':'Hostel Fee',
     80        'resit': 'Resit Fee',
    7981        }
    8082
Note: See TracChangeset for help on using the changeset viewer.