Changeset 14541
- Timestamp:
- 13 Feb 2017, 10:12:31 (8 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
r14535 r14541 181 181 #: waeup/kofa/students/vocabularies.py:112 182 182 msgid "${title} 2nd spillover" 183 msgstr "${title} 2nd extension"183 msgstr "${title} 2nd Extension" 184 184 185 185 #. Default: "" 186 186 #: waeup/kofa/students/vocabularies.py:115 187 187 msgid "${title} 3rd spillover" 188 msgstr "${title} 3rd extension"188 msgstr "${title} 3rd Extension" 189 189 190 190 #. Default: "" 191 191 #: waeup/kofa/students/vocabularies.py:118 192 192 msgid "${title} 1st spillover" 193 msgstr "${title} 1st extension"193 msgstr "${title} 1st Extension" -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r14534 r14541 222 222 return self.ALUMNI_PAYMENT_CATS.items() 223 223 if self.context.student.current_mode in ( 224 'ijmbe', 'special_pg_ft', 'special_pg_pt' ) :224 'ijmbe', 'special_pg_ft', 'special_pg_pt', 'found') : 225 225 return self.REDUCED_PAYMENT_CATS.items() 226 226 categories = getUtility(IKofaUtils).SELECTABLE_PAYMENT_CATEGORIES
Note: See TracChangeset for help on using the changeset viewer.