Changeset 9320 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 8 Oct 2012, 13:57:08 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r9316 r9320 960 960 Faculty = translate(_('Faculty'), 'waeup.kofa', target_language=portal_language) 961 961 Cred = translate(_('Cred.'), 'waeup.kofa', target_language=portal_language) 962 Mand = translate(_(' Mand.'), 'waeup.kofa', target_language=portal_language)962 Mand = translate(_('Requ.'), 'waeup.kofa', target_language=portal_language) 963 963 Score = translate(_('Score'), 'waeup.kofa', target_language=portal_language) 964 964 studentview = StudentBasePDFFormPage(self.context.student, -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studylevelmanagepage.pt
r8921 r9320 39 39 <th i18n:translate="">Fact.</th> 40 40 <th i18n:translate="">Cred.</th> 41 <th i18n:translate=""> Mand.</th>41 <th i18n:translate="">Requ.</th> 42 42 <th i18n:translate="">Score</th> 43 43 <th i18n:translate="">CO</th> -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studylevelpage.pt
r8920 r9320 37 37 <th i18n:translate="">Fac.</th> 38 38 <th i18n:translate="">Cred.</th> 39 <th i18n:translate=""> Mand.</th>39 <th i18n:translate="">Requ.</th> 40 40 <th i18n:translate="">Score</th> 41 41 <th i18n:translate="">CO</th> -
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r9316 r9320 485 485 486 486 mandatory = schema.Bool( 487 title = _(u' Mandatory'),487 title = _(u'Required'), 488 488 default = False, 489 489 required = False,
Note: See TracChangeset for help on using the changeset viewer.