Changeset 13970
- Timestamp:
- 22 Jun 2016, 06:23:21 (9 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/locales/en/LC_MESSAGES/waeup.kofa.po
r13963 r13970 113 113 msgid "Create level report" 114 114 msgstr "Create summary of results" 115 116 msgid "Create session results presentation" 117 msgstr "Create presentation of results to senate" 118 119 msgid "Session Results Presentation" 120 msgstr "Presentation of Results to Senate" 121 122 msgid "Presentation of Session Results" 123 msgstr "Presentation of Results to Senate" -
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/student_level_statistics.py
r13870 r13970 187 187 mapping = {'a':self.mode, 'c':self.session})) 188 188 pdf = creator.create_pdf( 189 pdf_data, None, doc_title, self.author, doc_title + ' -'189 pdf_data, None, doc_title, self.author, doc_title + ' -' 190 190 ) 191 191 return pdf
Note: See TracChangeset for help on using the changeset viewer.