Changeset 13370


Ignore:
Timestamp:
1 Nov 2015, 04:54:38 (9 years ago)
Author:
Henrik Bettermann
Message:

Use message id.

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  
    3737
    3838  <tal:admitted condition="view/admitted">
    39     <p i18n:translate="">
     39    <p i18n:translate="app_admitted">
    4040      <strong>Congratulations!</strong> You have been offered provisional
    4141      admission into the <span  i18n:name="entry_session" tal:replace="view/entry_session"></span>
     
    6868  <tal:created condition="view/created">
    6969    <br />
    70     <p i18n:translate="">
     70    <p i18n:translate="appl_created">
    7171      Your student record has already been created for you. Your new
    7272      user name (= student id) is: <strong><span  i18n:name="student_id"
    7373      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"
    7575      tal:replace="view/password">PASSWORD</span></strong>.
    7676      Please proceed to the <a  i18n:name="login_url"
  • main/waeup.kofa/trunk/src/waeup/kofa/locales/waeup.kofa.pot

    r13366 r13370  
    1515msgstr ""
    1616"Project-Id-Version: Development/Unknown\n"
    17 "POT-Creation-Date: Sat Oct 31 07:35:57 2015\n"
     17"POT-Creation-Date: Sun Nov  1 05:51:39 2015\n"
    1818"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1919"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    921921
    922922#: 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}."
     924msgid "app_admitted"
    924925msgstr ""
    925926
     
    929930
    930931#: 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."
     933msgid "appl_created"
    932934msgstr ""
    933935
Note: See TracChangeset for help on using the changeset viewer.