Changeset 18085
- Timestamp:
- 13 Jun 2025, 13:42:15 (16 hours ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/locales/en/LC_MESSAGES/waeup.kofa.po
r18064 r18085 214 214 msgid "Reset to 'school fee paid'" 215 215 msgstr "Reset to 'school charges paid'" 216 217 msgid "Course Category" 218 msgstr "Curriculum" -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r18031 r18085 33 33 34 34 PREFERRED_LANGUAGES_DICT = { 35 } 36 37 COURSE_CATEGORY_DICT = { 38 'bmas':'BMAS - Benchmark Minimum Academic Standards', 39 'ccmas':'CCMAS - Core Curriculum Minimum Academic Standards', 35 40 } 36 41
Note: See TracChangeset for help on using the changeset viewer.