source: WAeUP_SRP/trunk/profiles/default/vocabularies/pin_prefixes.xml @ 499

Last change on this file since 499 was 499, checked in by Henrik Bettermann, 18 years ago

WAeUP_Student Theme added
WAeUP_Alpha theme renamed

File size: 2.8 KB
Line 
1<?xml version="1.0"?>
2<object name="pin_prefixes" meta_type="CPS Vocabulary">
3    <property name="title"></property>
4    <property name="title_msgid"></property>
5    <property name="description"></property>
6    <property name="acl_write_roles">Manager</property>
7
8    <item key="APP" msgid="">Application</item>
9    <item key="CLR" msgid="">Clearance</item>
10    <item key="HOS" msgid="">Hostel Application</item>
11    <item key="HMU" msgid="">Old Hostels (Halls 1, 2, 3, 4)</item>
12    <item key="HMF" msgid="">New Hostel (Hall 5)</item>
13    <item key="HMP" msgid="">Postgraduate Hostel</item>
14    <item key="GWN" msgid="">Gown Hiring</item>
15
16    <item key="AGR" msgid="">Agriculture</item>
17    <item key="ART" msgid="">Arts</item>
18    <item key="BMS" msgid="">Basic Medical Sc.</item>
19    <item key="DEN" msgid="">Dentistry</item>
20    <item key="EDU" msgid="">Education</item>
21    <item key="ENG" msgid="">Engineering</item>
22    <item key="LAW" msgid="">Law</item>
23    <item key="LSC" msgid="">Life Science</item>
24    <item key="PSC" msgid="">Physical</item>
25    <item key="PHA" msgid="">Pharmacy</item>
26    <item key="MED" msgid="">Medicine</item>
27    <item key="SSC" msgid="">Social Sciences</item>
28
29    <item key="MBA" msgid="">Masters in Bus. Admin.</item>
30    <item key="MPA" msgid="">Masters in Public Admin</item>
31    <item key="MBF" msgid="">Masters Banking and Fin.</item>
32    <item key="LLM" msgid="">Masters in Law</item>
33    <item key="MPH" msgid="">Masters in Public Health</item>
34    <item key="BPA" msgid="">Bachelors in Public Adm</item>
35    <item key="BIA" msgid="">Bachelors in Accounting</item>
36    <item key="BSW" msgid="">Bachelors in Social Wks</item>
37    <item key="DPA" msgid="">Diploma in Public Adm</item>
38    <item key="DIL" msgid="">Diploma in Law</item>
39    <item key="DDP" msgid="">Diploma in Data Proc.</item>
40    <item key="DCE" msgid="">Diploma in Comp. Eng</item>
41
42    <item key="MBANEW" msgid="">Masters in Bus. Admin. (New Students)</item>
43    <item key="MPANEW" msgid="">Masters in Public Admin (New Students)</item>
44    <item key="MBFNEW" msgid="">Masters Banking and Fin. (New Students)</item>
45    <item key="LLMNEW" msgid="">Masters in Law (New Students)</item>
46    <item key="MPHNEW" msgid="">Masters in Public Health (New Students)</item>
47    <item key="BPANEW" msgid="">Bachelors in Public Adm (New Students)</item>
48    <item key="BIANEW" msgid="">Bachelors in Accounting (New Students)</item>
49    <item key="BSWNEW" msgid="">Bachelors in Social Wks (New Students)</item>
50    <item key="DPANEW" msgid="">Diploma in Public Adm (New Students)</item>
51    <item key="DILNEW" msgid="">Diploma in Law (New Students)</item>
52    <item key="DDPNEW" msgid="">Diploma in Data Proc. (New Students)</item>
53    <item key="DCENEW" msgid="">Diploma in Comp. Eng (New Students)</item>
54
55</object>
Note: See TracBrowser for help on using the repository browser.