Changeset 13370 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 1 Nov 2015, 04:54:38 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt
r13366 r13370 37 37 38 38 <tal:admitted condition="view/admitted"> 39 <p i18n:translate=" ">39 <p i18n:translate="app_admitted"> 40 40 <strong>Congratulations!</strong> You have been offered provisional 41 41 admission into the <span i18n:name="entry_session" tal:replace="view/entry_session"></span> … … 68 68 <tal:created condition="view/created"> 69 69 <br /> 70 <p i18n:translate=" ">70 <p i18n:translate="appl_created"> 71 71 Your student record has already been created for you. Your new 72 72 user name (= student id) is: <strong><span i18n:name="student_id" 73 73 tal:replace="view/student_id">STUDENT_ID</span></strong>. 74 Your initial password is: <strong><span i18n:name=" password"74 Your initial password is: <strong><span i18n:name="appl_number" 75 75 tal:replace="view/password">PASSWORD</span></strong>. 76 76 Please proceed to the <a i18n:name="login_url" -
main/waeup.kofa/trunk/src/waeup/kofa/locales/waeup.kofa.pot
r13366 r13370 15 15 msgstr "" 16 16 "Project-Id-Version: Development/Unknown\n" 17 "POT-Creation-Date: S at Oct 31 07:35:572015\n"17 "POT-Creation-Date: Sun Nov 1 05:51:39 2015\n" 18 18 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 19 19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 921 921 922 922 #: waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt:42 923 msgid "<strong>Congratulations!</strong> You have been offered provisional admission into the ${entry_session} Academic Session of ${app_title}." 923 #. Default: "<strong>Congratulations!</strong> You have been offered provisional admission into the ${entry_session} Academic Session of ${app_title}." 924 msgid "app_admitted" 924 925 msgstr "" 925 926 … … 929 930 930 931 #: waeup/kofa/applicants/browser_templates/applicantcheckstatus.pt:76 931 msgid "Your student record has already been created for you. Your new user name (= student id) is: <strong>${student_id}</strong>. Your initial password is: <strong>${password}</strong>. Please proceed to the ${login_url}, enter your new login credentials and change your password immediately after login." 932 #. Default: "Your student record has already been created for you. Your new user name (= student id) is: <strong>${student_id}</strong>. Your initial password is: <strong>${appl_number}</strong>. Please proceed to the ${login_url}, enter your new login credentials and change your password immediately after login." 933 msgid "appl_created" 932 934 msgstr "" 933 935
Note: See TracChangeset for help on using the changeset viewer.