- Timestamp:
- 12 Jul 2021, 07:56:16 (3 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/interfaces.py
r16533 r16540 335 335 required = False, 336 336 constraint=validate_jamb_reg_number, 337 description = _(u'Use all CAPS when entering the field.'), 337 338 ) 338 339 notice = schema.Text( -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/locales/en/LC_MESSAGES/waeup.kofa.po
r16537 r16540 153 153 "IUOkada student ids start with a capital I (aye). The Format is I1234567. Do " 154 154 "not mix-up with small letter l (el) or the number 1." 155 156 msgid "" 157 "Dear ${a},\n" 158 "\n" 159 "${b}\n" 160 "Student Registration and Information Portal of\n" 161 "${c}.\n" 162 "\n" 163 "Your user name: ${d}\n" 164 "Your password: ${e}\n" 165 "${f}\n" 166 "\n" 167 "Please remember your user name and keep\n" 168 "your password secret!\n" 169 "\n" 170 "Please also note that passwords are case-sensitive.\n" 171 "\n" 172 "Regards\n" 173 msgstr "" 174 "Dear ${a},\n" 175 "\n" 176 "${b}\n" 177 "Student Registration and Information Portal of\n" 178 "${c}.\n" 179 "\n" 180 "Your user name: ${d}\n" 181 "Your password: ${e}\n" 182 "${f}\n" 183 "\n" 184 "If the link is not clickable, please copy the entire link and paste in the " 185 "your browser address bar to login.\n" 186 "\n" 187 "Please note that passwords are case-sensitive and keep your password " 188 "secret!\n" 189 "\n" 190 "Regards\n"
Note: See TracChangeset for help on using the changeset viewer.