Changeset 17332 for main/kofacustom.edocons/trunk/src/kofacustom
- Timestamp:
- 2 Feb 2023, 11:10:27 (22 months ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/interfaces.py
r16787 r17332 73 73 ) 74 74 75 resit_fee = schema.Float( 76 title = _(u'Resit Fee'), 77 default = 0.0, 78 required = False, 79 ) 80 75 81 interswitch_enabled = schema.Bool( 76 82 title = _(u'Interswitch Collegepay integration enabled'), -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/locales/en/LC_MESSAGES/waeup.kofa.po
r17108 r17332 6 6 "Last-Translator: Henrik Bettermann <henrik@waeup.org>\n" 7 7 "Language-Team: \n" 8 "Language: en\n" 8 9 "MIME-Version: 1.0\n" 9 10 "Content-Type: text/plain; charset=iso-8859-1\n" 10 11 "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" 13 13 14 14 msgid "Academics" … … 33 33 #. Default: "" 34 34 #: 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:" 35 msgid "This is to inform you that you have been provisionally admitted into ${a} as follows:" 36 msgstr "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 39 msgid "course_types" 40 msgstr "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 43 msgid "Carry-over Course" 44 msgstr "Result to resit" 45 46 msgid "CO" 47 msgstr "RST" -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/utils/utils.py
r17209 r17332 70 70 #'late_registration': 'Late Course Registration Fee', 71 71 #'combi': 'Combi Payment', 72 'resit': 'Resit Fee', 72 73 } 73 74 … … 77 78 'secondinstal': 'School Fee (34% - 2nd instalment)', 78 79 'hostel':'Hostel Fee', 80 'resit': 'Resit Fee', 79 81 } 80 82
Note: See TracChangeset for help on using the changeset viewer.