1 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of Moodle - http://moodle.org/
|
|
|
3 |
//
|
|
|
4 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
// it under the terms of the GNU General Public License as published by
|
|
|
6 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
// (at your option) any later version.
|
|
|
8 |
//
|
|
|
9 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
// GNU General Public License for more details.
|
|
|
13 |
//
|
|
|
14 |
// You should have received a copy of the GNU General Public License
|
|
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
|
|
|
17 |
/**
|
|
|
18 |
*
|
|
|
19 |
* Strings describing subject classification (Codes are from ASCED 2001)
|
|
|
20 |
*
|
|
|
21 |
* @package core
|
|
|
22 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
|
23 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
24 |
*/
|
|
|
25 |
|
|
|
26 |
$string['field101'] = 'Natural and Physical Science';
|
|
|
27 |
$string['field10101'] = 'Mathematical Sciences';
|
|
|
28 |
$string['field1010101'] = 'Mathematics';
|
|
|
29 |
$string['field1010103'] = 'Statistics';
|
|
|
30 |
$string['field1010199'] = 'Mathematical Sciences (Other)';
|
|
|
31 |
$string['field10103'] = 'Physics and Astronomy';
|
|
|
32 |
$string['field1010301'] = 'Physics';
|
|
|
33 |
$string['field1010303'] = 'Astronomy';
|
|
|
34 |
$string['field10105'] = 'Chemical Sciences';
|
|
|
35 |
$string['field1010501'] = 'Organic Chemistry';
|
|
|
36 |
$string['field1010503'] = 'Inorganic Chemistry';
|
|
|
37 |
$string['field1010599'] = 'Chemical Sciences (Other)';
|
|
|
38 |
$string['field10107'] = 'Earth Sciences';
|
|
|
39 |
$string['field1010701'] = 'Atmospheric Sciences';
|
|
|
40 |
$string['field1010703'] = 'Geology';
|
|
|
41 |
$string['field1010705'] = 'Geophysics';
|
|
|
42 |
$string['field1010707'] = 'Geochemistry';
|
|
|
43 |
$string['field1010709'] = 'Soil Science';
|
|
|
44 |
$string['field1010711'] = 'Hydrology';
|
|
|
45 |
$string['field1010713'] = 'Oceanography';
|
|
|
46 |
$string['field1010799'] = 'Earth Sciences (Other)';
|
|
|
47 |
$string['field10109'] = 'Biological Sciences';
|
|
|
48 |
$string['field1010901'] = 'Biochemistry and Cell Biology';
|
|
|
49 |
$string['field1010903'] = 'Botany';
|
|
|
50 |
$string['field1010905'] = 'Ecology and Evolution';
|
|
|
51 |
$string['field1010907'] = 'Marine Science';
|
|
|
52 |
$string['field1010909'] = 'Genetics';
|
|
|
53 |
$string['field1010911'] = 'Microbiology';
|
|
|
54 |
$string['field1010913'] = 'Human Biology';
|
|
|
55 |
$string['field1010915'] = 'Zoology';
|
|
|
56 |
$string['field1010999'] = 'Biological Sciences (Other)';
|
|
|
57 |
$string['field10199'] = 'Other Natural and Physical Sciences';
|
|
|
58 |
$string['field1019901'] = 'Medical Science';
|
|
|
59 |
$string['field1019903'] = 'Forensic Science';
|
|
|
60 |
$string['field1019905'] = 'Food Science and Biotechnology';
|
|
|
61 |
$string['field1019907'] = 'Pharmacology';
|
|
|
62 |
$string['field1019909'] = 'Laboratory Technology';
|
|
|
63 |
$string['field1019999'] = 'Natural and Physical Sciences (Other)';
|
|
|
64 |
$string['field102'] = 'Information Technology';
|
|
|
65 |
$string['field10201'] = 'Computer Science';
|
|
|
66 |
$string['field1020101'] = 'Formal Language Theory';
|
|
|
67 |
$string['field1020103'] = 'Programming';
|
|
|
68 |
$string['field1020105'] = 'Computational Theory';
|
|
|
69 |
$string['field1020107'] = 'Compiler Construction';
|
|
|
70 |
$string['field1020109'] = 'Algorithms';
|
|
|
71 |
$string['field1020111'] = 'Data Structures';
|
|
|
72 |
$string['field1020113'] = 'Networks and Communications';
|
|
|
73 |
$string['field1020115'] = 'Computer Graphics';
|
|
|
74 |
$string['field1020117'] = 'Operating Systems';
|
|
|
75 |
$string['field1020119'] = 'Artificial Intelligence';
|
|
|
76 |
$string['field1020199'] = 'Computer Science (Other)';
|
|
|
77 |
$string['field10203'] = 'Information Systems';
|
|
|
78 |
$string['field1020301'] = 'Conceptual Modelling';
|
|
|
79 |
$string['field1020303'] = 'Database Management';
|
|
|
80 |
$string['field1020305'] = 'Systems Analysis and Design';
|
|
|
81 |
$string['field1020307'] = 'Decision Support Systems';
|
|
|
82 |
$string['field1020399'] = 'Information Systems (Other)';
|
|
|
83 |
$string['field10299'] = 'Other Information Technology';
|
|
|
84 |
$string['field1029901'] = 'Security Science';
|
|
|
85 |
$string['field1029999'] = 'Information Technology (Other)';
|
|
|
86 |
$string['field103'] = 'Engineering and Related Technologies';
|
|
|
87 |
$string['field10301'] = 'Manufacturing Engineering and Technology';
|
|
|
88 |
$string['field1030101'] = 'Manufacturing Engineering';
|
|
|
89 |
$string['field1030103'] = 'Printing';
|
|
|
90 |
$string['field1030105'] = 'Textile Making';
|
|
|
91 |
$string['field1030107'] = 'Garment Making';
|
|
|
92 |
$string['field1030109'] = 'Footwear Making';
|
|
|
93 |
$string['field1030111'] = 'Wood Machining and Turning';
|
|
|
94 |
$string['field1030113'] = 'Cabinet Making';
|
|
|
95 |
$string['field1030115'] = 'Furniture Upholstery and Renovation';
|
|
|
96 |
$string['field1030117'] = 'Furniture Polishing';
|
|
|
97 |
$string['field1030199'] = 'Manufacturing Engineering and Technology (Other)';
|
|
|
98 |
$string['field10303'] = 'Process and Resources Engineering';
|
|
|
99 |
$string['field1030301'] = 'Chemical Engineering';
|
|
|
100 |
$string['field1030303'] = 'Mining Engineering';
|
|
|
101 |
$string['field1030305'] = 'Materials Engineering';
|
|
|
102 |
$string['field1030307'] = 'Food Processing Technology';
|
|
|
103 |
$string['field1030399'] = 'Process and Resources Engineering (Other)';
|
|
|
104 |
$string['field10305'] = 'Automotive Engineering and Technology';
|
|
|
105 |
$string['field1030501'] = 'Automotive Engineering';
|
|
|
106 |
$string['field1030503'] = 'Vehicle Mechanics';
|
|
|
107 |
$string['field1030505'] = 'Automotive Electrics and Electronics';
|
|
|
108 |
$string['field1030507'] = 'Automotive Vehicle Refinishing';
|
|
|
109 |
$string['field1030509'] = 'Automotive Body Construction';
|
|
|
110 |
$string['field1030511'] = 'Panel Beating';
|
|
|
111 |
$string['field1030513'] = 'Upholstery and Vehicle Trimming';
|
|
|
112 |
$string['field1030515'] = 'Automotive Vehicle Operations';
|
|
|
113 |
$string['field1030599'] = 'Automotive Engineering and Technology (Other)';
|
|
|
114 |
$string['field10307'] = 'Mechanical and Industrial Engineering and Technology';
|
|
|
115 |
$string['field1030701'] = 'Mechanical Engineering';
|
|
|
116 |
$string['field1030703'] = 'Industrial Engineering';
|
|
|
117 |
$string['field1030705'] = 'Toolmaking';
|
|
|
118 |
$string['field1030707'] = 'Metal Fitting, Turning and Machining';
|
|
|
119 |
$string['field1030709'] = 'Sheetmetal Working';
|
|
|
120 |
$string['field1030711'] = 'Boilermaking and Welding';
|
|
|
121 |
$string['field1030713'] = 'Metal Casting and Patternmaking';
|
|
|
122 |
$string['field1030715'] = 'Precision Metalworking';
|
|
|
123 |
$string['field1030717'] = 'Plant and Machine Operations';
|
|
|
124 |
$string['field1030799'] = 'Mechanical and Industrial Engineering and Technology (Other)';
|
|
|
125 |
$string['field10309'] = 'Civil Engineering';
|
|
|
126 |
$string['field1030901'] = 'Construction Engineering';
|
|
|
127 |
$string['field1030903'] = 'Structural Engineering';
|
|
|
128 |
$string['field1030905'] = 'Building Services Engineering';
|
|
|
129 |
$string['field1030907'] = 'Water and Sanitary Engineering';
|
|
|
130 |
$string['field1030909'] = 'Transport Engineering';
|
|
|
131 |
$string['field1030911'] = 'Geotechnical Engineering';
|
|
|
132 |
$string['field1030913'] = 'Ocean Engineering';
|
|
|
133 |
$string['field1030999'] = 'Civil Engineering (Other)';
|
|
|
134 |
$string['field10311'] = 'Geomatic Engineering';
|
|
|
135 |
$string['field1031101'] = 'Surveying';
|
|
|
136 |
$string['field1031103'] = 'Mapping Science';
|
|
|
137 |
$string['field1031199'] = 'Geomatic Engineering (Other)';
|
|
|
138 |
$string['field10313'] = 'Electrical and Electronic Engineering and Technology';
|
|
|
139 |
$string['field1031301'] = 'Electrical Engineering';
|
|
|
140 |
$string['field1031303'] = 'Electronic Engineering';
|
|
|
141 |
$string['field1031305'] = 'Computer Engineering';
|
|
|
142 |
$string['field1031307'] = 'Communications Technologies';
|
|
|
143 |
$string['field1031309'] = 'Communications Equipment Installation and Maintenance';
|
|
|
144 |
$string['field1031311'] = 'Powerline Installation and Maintenance';
|
|
|
145 |
$string['field1031313'] = 'Electrical Fitting, Electrical Mechanics';
|
|
|
146 |
$string['field1031315'] = 'Refrigeration and Air Conditioning Mechanics';
|
|
|
147 |
$string['field1031317'] = 'Electronic Equipment Servicing';
|
|
|
148 |
$string['field1031399'] = 'Electrical and Electronic Engineering and Technology (Other)';
|
|
|
149 |
$string['field10315'] = 'Aerospace Engineering and Technology';
|
|
|
150 |
$string['field1031501'] = 'Aerospace Engineering';
|
|
|
151 |
$string['field1031503'] = 'Aircraft Maintenance Engineering';
|
|
|
152 |
$string['field1031505'] = 'Aircraft Operation';
|
|
|
153 |
$string['field1031507'] = 'Air Traffic Control';
|
|
|
154 |
$string['field1031599'] = 'Aerospace Engineering and Technology (Other)';
|
|
|
155 |
$string['field10317'] = 'Maritime Engineering and Technology';
|
|
|
156 |
$string['field1031701'] = 'Maritime Engineering';
|
|
|
157 |
$string['field1031703'] = 'Marine Construction';
|
|
|
158 |
$string['field1031705'] = 'Marine Craft Operation';
|
|
|
159 |
$string['field1031799'] = 'Maritime Engineering and Technology (Other)';
|
|
|
160 |
$string['field10399'] = 'Other Engineering and Related Technologies';
|
|
|
161 |
$string['field1039901'] = 'Environmental Engineering';
|
|
|
162 |
$string['field1039903'] = 'Biomedical Engineering';
|
|
|
163 |
$string['field1039905'] = 'Fire Technology';
|
|
|
164 |
$string['field1039907'] = 'Rail Operations';
|
|
|
165 |
$string['field1039909'] = 'Cleaning';
|
|
|
166 |
$string['field1039999'] = 'Engineering and Related Technologies (Other)';
|
|
|
167 |
$string['field104'] = 'Architecture and Building';
|
|
|
168 |
$string['field10401'] = 'Architecture and Urban Environment';
|
|
|
169 |
$string['field1040101'] = 'Architecture';
|
|
|
170 |
$string['field1040103'] = 'Urban Design and Regional Planning';
|
|
|
171 |
$string['field1040105'] = 'Landscape Architecture';
|
|
|
172 |
$string['field1040107'] = 'Interior and Environmental Design';
|
|
|
173 |
$string['field1040199'] = 'Architecture and Urban Environment (Other)';
|
|
|
174 |
$string['field10403'] = 'Building';
|
|
|
175 |
$string['field1040301'] = 'Building Science and Technology';
|
|
|
176 |
$string['field1040303'] = 'Building Construction Management';
|
|
|
177 |
$string['field1040305'] = 'Building Surveying';
|
|
|
178 |
$string['field1040307'] = 'Building Construction Economics';
|
|
|
179 |
$string['field1040309'] = 'Bricklaying and Stonemasonry';
|
|
|
180 |
$string['field1040311'] = 'Carpentry and Joinery';
|
|
|
181 |
$string['field1040313'] = 'Ceiling, Wall and Floor Fixing';
|
|
|
182 |
$string['field1040315'] = 'Roof Fixing';
|
|
|
183 |
$string['field1040317'] = 'Plastering';
|
|
|
184 |
$string['field1040319'] = 'Furnishing Installation';
|
|
|
185 |
$string['field1040321'] = 'Floor Coverings';
|
|
|
186 |
$string['field1040323'] = 'Glazing';
|
|
|
187 |
$string['field1040325'] = 'Painting, Decorating and Sign Writing';
|
|
|
188 |
$string['field1040327'] = 'Plumbing';
|
|
|
189 |
$string['field1040329'] = 'Scaffolding and Rigging';
|
|
|
190 |
$string['field1040399'] = 'Building (Other)';
|
|
|
191 |
$string['field105'] = 'Agriculture, Environmental and Related Studies';
|
|
|
192 |
$string['field10501'] = 'Agriculture';
|
|
|
193 |
$string['field1050101'] = 'Agricultural Science';
|
|
|
194 |
$string['field1050103'] = 'Wool Science';
|
|
|
195 |
$string['field1050105'] = 'Animal Husbandry';
|
|
|
196 |
$string['field1050199'] = 'Agriculture (Other)';
|
|
|
197 |
$string['field10503'] = 'Horticulture and Viticulture';
|
|
|
198 |
$string['field1050301'] = 'Horticulture';
|
|
|
199 |
$string['field1050303'] = 'Viticulture';
|
|
|
200 |
$string['field10505'] = 'Forestry Studies';
|
|
|
201 |
$string['field1050501'] = 'Forestry Studies';
|
|
|
202 |
$string['field10507'] = 'Fisheries Studies';
|
|
|
203 |
$string['field1050701'] = 'Aquaculture';
|
|
|
204 |
$string['field1050799'] = 'Fisheries Studies (Other)';
|
|
|
205 |
$string['field10509'] = 'Environmental Studies';
|
|
|
206 |
$string['field1050901'] = 'Land, Parks and Wildlife Management';
|
|
|
207 |
$string['field1050999'] = 'Environmental Studies (Other)';
|
|
|
208 |
$string['field10599'] = 'Other Agriculture, Environmental and Related Studies';
|
|
|
209 |
$string['field1059901'] = 'Pest and Weed Control';
|
|
|
210 |
$string['field1059999'] = 'Agriculture, Environmental and Related Studies (Other)';
|
|
|
211 |
$string['field106'] = 'Health';
|
|
|
212 |
$string['field10601'] = 'Medical Studies';
|
|
|
213 |
$string['field1060101'] = 'General Medicine';
|
|
|
214 |
$string['field1060103'] = 'Surgery';
|
|
|
215 |
$string['field1060105'] = 'Psychiatry';
|
|
|
216 |
$string['field1060107'] = 'Obstetrics and Gynaecology';
|
|
|
217 |
$string['field1060109'] = 'Paediatrics';
|
|
|
218 |
$string['field1060111'] = 'Anaesthesiology';
|
|
|
219 |
$string['field1060113'] = 'Pathology';
|
|
|
220 |
$string['field1060115'] = 'Radiology';
|
|
|
221 |
$string['field1060117'] = 'Internal Medicine';
|
|
|
222 |
$string['field1060119'] = 'General Practice';
|
|
|
223 |
$string['field1060199'] = 'Medical Studies (Other)';
|
|
|
224 |
$string['field10603'] = 'Nursing';
|
|
|
225 |
$string['field1060301'] = 'General Nursing';
|
|
|
226 |
$string['field1060303'] = 'Midwifery';
|
|
|
227 |
$string['field1060305'] = 'Mental Health Nursing';
|
|
|
228 |
$string['field1060307'] = 'Community Nursing';
|
|
|
229 |
$string['field1060309'] = 'Critical Care Nursing';
|
|
|
230 |
$string['field1060311'] = 'Aged Care Nursing';
|
|
|
231 |
$string['field1060313'] = 'Palliative Care Nursing';
|
|
|
232 |
$string['field1060315'] = 'Mothercraft Nursing and Family and Child Health Nursing';
|
|
|
233 |
$string['field1060399'] = 'Nursing (Other)';
|
|
|
234 |
$string['field10605'] = 'Pharmacy';
|
|
|
235 |
$string['field1060501'] = 'Pharmacy';
|
|
|
236 |
$string['field10607'] = 'Dental Studies';
|
|
|
237 |
$string['field1060701'] = 'Dentistry';
|
|
|
238 |
$string['field1060703'] = 'Dental Assisting';
|
|
|
239 |
$string['field1060705'] = 'Dental Technology';
|
|
|
240 |
$string['field1060799'] = 'Dental Studies (Other)';
|
|
|
241 |
$string['field10609'] = 'Optical Science';
|
|
|
242 |
$string['field1060901'] = 'Optometry';
|
|
|
243 |
$string['field1060903'] = 'Optical Technology';
|
|
|
244 |
$string['field1060999'] = 'Optical Science (Other)';
|
|
|
245 |
$string['field10611'] = 'Veterinary Studies';
|
|
|
246 |
$string['field1061101'] = 'Veterinary Science';
|
|
|
247 |
$string['field1061103'] = 'Veterinary Assisting';
|
|
|
248 |
$string['field1061199'] = 'Veterinary Studies (Other)';
|
|
|
249 |
$string['field10613'] = 'Public Health';
|
|
|
250 |
$string['field1061301'] = 'Occupational Health and Safety';
|
|
|
251 |
$string['field1061303'] = 'Environmental Health';
|
|
|
252 |
$string['field1061305'] = 'Indigenous Health';
|
|
|
253 |
$string['field1061307'] = 'Health Promotion';
|
|
|
254 |
$string['field1061309'] = 'Community Health';
|
|
|
255 |
$string['field1061311'] = 'Epidemiology';
|
|
|
256 |
$string['field1061399'] = 'Public Health (Other)';
|
|
|
257 |
$string['field10615'] = 'Radiography';
|
|
|
258 |
$string['field1061501'] = 'Radiography';
|
|
|
259 |
$string['field10617'] = 'Rehabilitation Therapies';
|
|
|
260 |
$string['field1061701'] = 'Physiotherapy';
|
|
|
261 |
$string['field1061703'] = 'Occupational Therapy';
|
|
|
262 |
$string['field1061705'] = 'Chiropractic and Osteopathy';
|
|
|
263 |
$string['field1061707'] = 'Speech Pathology';
|
|
|
264 |
$string['field1061709'] = 'Audiology';
|
|
|
265 |
$string['field1061711'] = 'Massage Therapy';
|
|
|
266 |
$string['field1061713'] = 'Podiatry';
|
|
|
267 |
$string['field1061799'] = 'Rehabilitation Therapies (Other)';
|
|
|
268 |
$string['field10619'] = 'Complementary Therapies';
|
|
|
269 |
$string['field1061901'] = 'Naturopathy';
|
|
|
270 |
$string['field1061903'] = 'Acupuncture';
|
|
|
271 |
$string['field1061905'] = 'Traditional Chinese Medicine';
|
|
|
272 |
$string['field1061999'] = 'Complementary Therapies (Other)';
|
|
|
273 |
$string['field10699'] = 'Other Health';
|
|
|
274 |
$string['field1069901'] = 'Nutrition and Dietetics';
|
|
|
275 |
$string['field1069903'] = 'Human Movement';
|
|
|
276 |
$string['field1069905'] = 'Paramedical Studies';
|
|
|
277 |
$string['field1069907'] = 'First Aid';
|
|
|
278 |
$string['field1069999'] = 'Health (Other)';
|
|
|
279 |
$string['field107'] = 'Education';
|
|
|
280 |
$string['field10701'] = 'Teacher Education';
|
|
|
281 |
$string['field1070101'] = 'Teacher Education: Early Childhood';
|
|
|
282 |
$string['field1070103'] = 'Teacher Education: Primary';
|
|
|
283 |
$string['field1070105'] = 'Teacher Education: Secondary';
|
|
|
284 |
$string['field1070107'] = 'Teacher-Librarianship';
|
|
|
285 |
$string['field1070109'] = 'Teacher Education: Vocational Education and Training';
|
|
|
286 |
$string['field1070111'] = 'Teacher Education: Higher Education';
|
|
|
287 |
$string['field1070113'] = 'Teacher Education: Special Education';
|
|
|
288 |
$string['field1070115'] = 'English As A Second Language Teaching';
|
|
|
289 |
$string['field1070117'] = 'Nursing Education Teacher Training';
|
|
|
290 |
$string['field1070199'] = 'Teacher Education (Other)';
|
|
|
291 |
$string['field10703'] = 'Curriculum and Education Studies';
|
|
|
292 |
$string['field1070301'] = 'Curriculum Studies';
|
|
|
293 |
$string['field1070303'] = 'Education Studies';
|
|
|
294 |
$string['field10799'] = 'Other Education';
|
|
|
295 |
$string['field1079999'] = 'Education (Other)';
|
|
|
296 |
$string['field108'] = 'Management and Commerce';
|
|
|
297 |
$string['field10801'] = 'Accounting';
|
|
|
298 |
$string['field1080101'] = 'Accounting';
|
|
|
299 |
$string['field10803'] = 'Business and Management';
|
|
|
300 |
$string['field1080301'] = 'Business Management';
|
|
|
301 |
$string['field1080303'] = 'Human Resource Management';
|
|
|
302 |
$string['field1080305'] = 'Personal Management Training';
|
|
|
303 |
$string['field1080307'] = 'Organisation Management';
|
|
|
304 |
$string['field1080309'] = 'Industrial Relations';
|
|
|
305 |
$string['field1080311'] = 'International Business';
|
|
|
306 |
$string['field1080313'] = 'Public and Health Care Administration';
|
|
|
307 |
$string['field1080315'] = 'Project Management';
|
|
|
308 |
$string['field1080317'] = 'Quality Management';
|
|
|
309 |
$string['field1080319'] = 'Hospitality Management';
|
|
|
310 |
$string['field1080321'] = 'Farm Management and Agribusiness';
|
|
|
311 |
$string['field1080323'] = 'Tourism Management';
|
|
|
312 |
$string['field1080399'] = 'Business and Management (Other)';
|
|
|
313 |
$string['field10805'] = 'Sales and Marketing';
|
|
|
314 |
$string['field1080501'] = 'Sales';
|
|
|
315 |
$string['field1080503'] = 'Real Estate';
|
|
|
316 |
$string['field1080505'] = 'Marketing';
|
|
|
317 |
$string['field1080507'] = 'Advertising';
|
|
|
318 |
$string['field1080509'] = 'Public Relations';
|
|
|
319 |
$string['field1080599'] = 'Sales and Marketing (Other)';
|
|
|
320 |
$string['field10807'] = 'Tourism';
|
|
|
321 |
$string['field1080701'] = 'Tourism';
|
|
|
322 |
$string['field10809'] = 'Office Studies';
|
|
|
323 |
$string['field1080901'] = 'Secretarial and Clerical Studies';
|
|
|
324 |
$string['field1080903'] = 'Keyboard Skills';
|
|
|
325 |
$string['field1080905'] = 'Practical Computing Skills';
|
|
|
326 |
$string['field1080999'] = 'Office Studies (Other)';
|
|
|
327 |
$string['field10811'] = 'Banking, Finance and Related Fields';
|
|
|
328 |
$string['field1081101'] = 'Banking and Finance';
|
|
|
329 |
$string['field1081103'] = 'Insurance and Actuarial Studies';
|
|
|
330 |
$string['field1081105'] = 'Investment and Securities';
|
|
|
331 |
$string['field1081199'] = 'Banking, Finance and Related Fields (Other)';
|
|
|
332 |
$string['field10899'] = 'Other Management and Commerce';
|
|
|
333 |
$string['field1089901'] = 'Purchasing, Warehousing and Distribution';
|
|
|
334 |
$string['field1089903'] = 'Valuation';
|
|
|
335 |
$string['field1089999'] = 'Management and Commerce (Other)';
|
|
|
336 |
$string['field109'] = 'Society and Culture';
|
|
|
337 |
$string['field10901'] = 'Political Science and Policy Studies';
|
|
|
338 |
$string['field1090101'] = 'Political Science';
|
|
|
339 |
$string['field1090103'] = 'Policy Studies';
|
|
|
340 |
$string['field10903'] = 'Studies In Human Society';
|
|
|
341 |
$string['field1090301'] = 'Sociology';
|
|
|
342 |
$string['field1090303'] = 'Anthropology';
|
|
|
343 |
$string['field1090305'] = 'History';
|
|
|
344 |
$string['field1090307'] = 'Archaeology';
|
|
|
345 |
$string['field1090309'] = 'Human Geography';
|
|
|
346 |
$string['field1090311'] = 'Indigenous Studies';
|
|
|
347 |
$string['field1090313'] = 'Gender Specific Studies';
|
|
|
348 |
$string['field1090399'] = 'Studies In Human Society (Other)';
|
|
|
349 |
$string['field10905'] = 'Human Welfare Studies and Services';
|
|
|
350 |
$string['field1090501'] = 'Social Work';
|
|
|
351 |
$string['field1090503'] = 'Children\'S Services';
|
|
|
352 |
$string['field1090505'] = 'Youth Work';
|
|
|
353 |
$string['field1090507'] = 'Care For The Aged';
|
|
|
354 |
$string['field1090509'] = 'Care For The Disabled';
|
|
|
355 |
$string['field1090511'] = 'Residential Client Care';
|
|
|
356 |
$string['field1090513'] = 'Counselling';
|
|
|
357 |
$string['field1090515'] = 'Welfare Studies';
|
|
|
358 |
$string['field1090599'] = 'Human Welfare Studies and Services (Other)';
|
|
|
359 |
$string['field10907'] = 'Behavioural Science';
|
|
|
360 |
$string['field1090701'] = 'Psychology';
|
|
|
361 |
$string['field1090799'] = 'Behavioural Science (Other)';
|
|
|
362 |
$string['field10909'] = 'Law';
|
|
|
363 |
$string['field1090901'] = 'Business and Commercial Law';
|
|
|
364 |
$string['field1090903'] = 'Constitutional Law';
|
|
|
365 |
$string['field1090905'] = 'Criminal Law';
|
|
|
366 |
$string['field1090907'] = 'Family Law';
|
|
|
367 |
$string['field1090909'] = 'International Law';
|
|
|
368 |
$string['field1090911'] = 'Taxation Law';
|
|
|
369 |
$string['field1090913'] = 'Legal Practice';
|
|
|
370 |
$string['field1090999'] = 'Law (Other)';
|
|
|
371 |
$string['field10911'] = 'Justice and Law Enforcement';
|
|
|
372 |
$string['field1091101'] = 'Justice Administration';
|
|
|
373 |
$string['field1091103'] = 'Legal Studies';
|
|
|
374 |
$string['field1091105'] = 'Police Studies';
|
|
|
375 |
$string['field1091199'] = 'Justice and Law Enforcement (Other)';
|
|
|
376 |
$string['field10913'] = 'Librarianship, Information Management and Curatorial Studies';
|
|
|
377 |
$string['field1091301'] = 'Librarianship and Information Management';
|
|
|
378 |
$string['field1091303'] = 'Curatorial Studies';
|
|
|
379 |
$string['field10915'] = 'Language and Literature';
|
|
|
380 |
$string['field1091501'] = 'English Language';
|
|
|
381 |
$string['field1091503'] = 'Northern European Languages';
|
|
|
382 |
$string['field1091505'] = 'Southern European Languages';
|
|
|
383 |
$string['field1091507'] = 'Eastern European Languages';
|
|
|
384 |
$string['field1091509'] = 'Southwest Asian and North African Languages';
|
|
|
385 |
$string['field1091511'] = 'Southern Asian Languages';
|
|
|
386 |
$string['field1091513'] = 'Southeast Asian Languages';
|
|
|
387 |
$string['field1091515'] = 'Eastern Asian Languages';
|
|
|
388 |
$string['field1091517'] = 'Australian Indigenous Languages';
|
|
|
389 |
$string['field1091519'] = 'Translating and Interpreting';
|
|
|
390 |
$string['field1091521'] = 'Linguistics';
|
|
|
391 |
$string['field1091523'] = 'Literature';
|
|
|
392 |
$string['field1091599'] = 'Language and Literature (Other)';
|
|
|
393 |
$string['field10917'] = 'Philosophy and Religious Studies';
|
|
|
394 |
$string['field1091701'] = 'Philosophy';
|
|
|
395 |
$string['field1091703'] = 'Religious Studies';
|
|
|
396 |
$string['field10919'] = 'Economics and Econometrics';
|
|
|
397 |
$string['field1091901'] = 'Economics';
|
|
|
398 |
$string['field1091903'] = 'Econometrics';
|
|
|
399 |
$string['field10921'] = 'Sport and Recreation';
|
|
|
400 |
$string['field1092101'] = 'Sport and Recreation Activities';
|
|
|
401 |
$string['field1092103'] = 'Sports Coaching, Officiating and Instruction';
|
|
|
402 |
$string['field1092199'] = 'Sport and Recreation (Other)';
|
|
|
403 |
$string['field10999'] = 'Other Society and Culture';
|
|
|
404 |
$string['field1099901'] = 'Family and Consumer Studies';
|
|
|
405 |
$string['field1099903'] = 'Criminology';
|
|
|
406 |
$string['field1099905'] = 'Security Services';
|
|
|
407 |
$string['field1099999'] = 'Society and Culture (Other)';
|
|
|
408 |
$string['field110'] = 'Creative Arts';
|
|
|
409 |
$string['field11001'] = 'Performing Arts';
|
|
|
410 |
$string['field1100101'] = 'Music';
|
|
|
411 |
$string['field1100103'] = 'Drama and Theatre Studies';
|
|
|
412 |
$string['field1100105'] = 'Dance';
|
|
|
413 |
$string['field1100199'] = 'Performing Arts (Other)';
|
|
|
414 |
$string['field11003'] = 'Visual Arts and Crafts';
|
|
|
415 |
$string['field1100301'] = 'Fine Arts';
|
|
|
416 |
$string['field1100303'] = 'Photography';
|
|
|
417 |
$string['field1100305'] = 'Crafts';
|
|
|
418 |
$string['field1100307'] = 'Jewellery Making';
|
|
|
419 |
$string['field1100309'] = 'Floristry';
|
|
|
420 |
$string['field1100399'] = 'Visual Arts and Crafts (Other)';
|
|
|
421 |
$string['field11005'] = 'Graphic and Design Studies';
|
|
|
422 |
$string['field1100501'] = 'Graphic Arts and Design Studies';
|
|
|
423 |
$string['field1100503'] = 'Textile Design';
|
|
|
424 |
$string['field1100505'] = 'Fashion Design';
|
|
|
425 |
$string['field1100599'] = 'Graphic and Design Studies (Other)';
|
|
|
426 |
$string['field11007'] = 'Communication and Media Studies';
|
|
|
427 |
$string['field1100701'] = 'Audio Visual Studies';
|
|
|
428 |
$string['field1100703'] = 'Journalism';
|
|
|
429 |
$string['field1100705'] = 'Written Communication';
|
|
|
430 |
$string['field1100707'] = 'Verbal Communication';
|
|
|
431 |
$string['field1100799'] = 'Communication and Media Studies (Other)';
|
|
|
432 |
$string['field11099'] = 'Other Creative Arts';
|
|
|
433 |
$string['field1109999'] = 'Creative Arts (Other)';
|
|
|
434 |
$string['field111'] = 'Food, Hospitality and Personal Services';
|
|
|
435 |
$string['field11101'] = 'Food and Hospitality';
|
|
|
436 |
$string['field1110101'] = 'Hospitality';
|
|
|
437 |
$string['field1110103'] = 'Food and Beverage Service';
|
|
|
438 |
$string['field1110105'] = 'Butchery';
|
|
|
439 |
$string['field1110107'] = 'Baking and Pastrymaking';
|
|
|
440 |
$string['field1110109'] = 'Cookery';
|
|
|
441 |
$string['field1110111'] = 'Food Hygiene';
|
|
|
442 |
$string['field1110199'] = 'Food and Hospitality (Other)';
|
|
|
443 |
$string['field11103'] = 'Personal Services';
|
|
|
444 |
$string['field1110301'] = 'Beauty Therapy';
|
|
|
445 |
$string['field1110303'] = 'Hairdressing';
|
|
|
446 |
$string['field1110399'] = 'Personal Services (Other)';
|
|
|
447 |
$string['field112'] = 'Mixed Field Programmes';
|
|
|
448 |
$string['field11201'] = 'General Education Programmes';
|
|
|
449 |
$string['field1120101'] = 'General Primary and Secondary Education Programmes';
|
|
|
450 |
$string['field1120103'] = 'Literacy and Numeracy Programmes';
|
|
|
451 |
$string['field1120105'] = 'Learning Skills Programmes';
|
|
|
452 |
$string['field1120199'] = 'General Education Programmes (Other)';
|
|
|
453 |
$string['field11203'] = 'Social Skills Programmes';
|
|
|
454 |
$string['field1120301'] = 'Social and Interpersonal Skills Programmes';
|
|
|
455 |
$string['field1120303'] = 'Survival Skills Programmes';
|
|
|
456 |
$string['field1120305'] = 'Parental Education Programmes';
|
|
|
457 |
$string['field1120399'] = 'Social Skills Programmes (Other)';
|
|
|
458 |
$string['field11205'] = 'Employment Skills Programmes';
|
|
|
459 |
$string['field1120501'] = 'Career Development Programmes';
|
|
|
460 |
$string['field1120503'] = 'Job Search Skills Programmes';
|
|
|
461 |
$string['field1120505'] = 'Work Practices Programmes';
|
|
|
462 |
$string['field1120599'] = 'Employment Skills Programmes (Other)';
|
|
|
463 |
$string['field11299'] = 'Other Mixed Field Programmes';
|
|
|
464 |
$string['field1129999'] = 'Mixed Field Programmes (Other)';
|