[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lang/en/ -> edufields.php (source)

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


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1