source: WAeUP_SRP/trunk/profiles/futminna/vocabularies/entry_modes.xml @ 3967

Last change on this file since 3967 was 3967, checked in by Henrik Bettermann, 16 years ago

session, level, and mode widgets must not allow empty strings
So far, the mode vocabulary has only been changed for FUT Minna. Should be changed for other portals too.

File size: 1.2 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="vocabulary.xsl"?>
3<object name="entry_modes" meta_type="CPS Vocabulary">
4 <property name="title"></property>
5 <property name="title_msgid"></property>
6 <property name="description"></property>
7 <property name="acl_write_roles">Manager</property>
8 <item key="ume_ft" msgid="">UME Full Time</item>
9 <item key="de_ft" msgid="">Direct Entry Full Time</item>
10 <item key="de_pt" msgid="">Direct Entry Part Time</item>
11 <item key="dp_ft" msgid="">Diploma Full Time</item>
12 <item key="dp_pt" msgid="">Diploma Part Time</item>
13 <item key="ug_ft" msgid="">Undergraduate Full Time</item>
14 <item key="ug_pt" msgid="">Undergraduate Part Time</item>
15 <item key="ug_sw" msgid="">Undergraduate Sandwich</item>
16 <item key="pg_ft" msgid="">Postgraduate Full Time</item>
17 <item key="pg_pt" msgid="">Postgraduate Part Time</item>
18 <item key="ct_ft" msgid="">Certificate Full Time</item>
19 <item key="ct_pt" msgid="">Certificate Part Time</item>
20 <item key="rm_ft" msgid="">Remedial</item>
21 <item key="rmd_ft" msgid="">Remedial with deficiencies</item>
22 <item key="ph_ft" msgid="">Post Higher Education Full Time</item>
23 <item key="jm_ft" msgid="">Joint Matriculation Full Time</item>
24</object>
Note: See TracBrowser for help on using the repository browser.