mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
hub MDL-19309 new site registration form + course publication + community block
This commit is contained in:
parent
7b4c6d34b8
commit
07ab0c80ec
36 changed files with 3208 additions and 21 deletions
472
lang/en/edufields.php
Normal file
472
lang/en/edufields.php
Normal file
|
@ -0,0 +1,472 @@
|
|||
<?php
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// This file is part of Moodle - http://moodle.org/ //
|
||||
// Moodle - Modular Object-Oriented Dynamic Learning Environment //
|
||||
// //
|
||||
// Moodle is free software: you can redistribute it and/or modify //
|
||||
// it under the terms of the GNU General Public License as published by //
|
||||
// the Free Software Foundation, either version 3 of the License, or //
|
||||
// (at your option) any later version. //
|
||||
// //
|
||||
// Moodle is distributed in the hope that it will be useful, //
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
|
||||
// GNU General Public License for more details. //
|
||||
// //
|
||||
// You should have received a copy of the GNU General Public License //
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. //
|
||||
// //
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
*
|
||||
* Strings describing subject classification (Codes are from ASCED 2001)
|
||||
*
|
||||
* @package moodle
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
|
||||
$string['01']='NATURAL AND PHYSICAL SCIENCES';
|
||||
$string['0101']='MATHEMATICAL SCIENCES';
|
||||
$string['010101']='Mathematics';
|
||||
$string['010103']='Statistics';
|
||||
$string['010199']='Mathematical Sciences (other)';
|
||||
$string['0103']='PHYSICS AND ASTRONOMY';
|
||||
$string['010301']='Physics';
|
||||
$string['010303']='Astronomy';
|
||||
$string['0105']='CHEMICAL SCIENCES';
|
||||
$string['010501']='Organic Chemistry';
|
||||
$string['010503']='Inorganic Chemistry';
|
||||
$string['010599']='Chemical Sciences (other)';
|
||||
$string['0107']='EARTH SCIENCES';
|
||||
$string['010701']='Atmospheric Sciences';
|
||||
$string['010703']='Geology';
|
||||
$string['010705']='Geophysics';
|
||||
$string['010707']='Geochemistry';
|
||||
$string['010709']='Soil Science';
|
||||
$string['010711']='Hydrology';
|
||||
$string['010713']='Oceanography';
|
||||
$string['010799']='Earth Sciences (other)';
|
||||
$string['0109']='BIOLOGICAL SCIENCES';
|
||||
$string['010901']='Biochemistry and Cell Biology';
|
||||
$string['010903']='Botany';
|
||||
$string['010905']='Ecology and Evolution';
|
||||
$string['010907']='Marine Science';
|
||||
$string['010909']='Genetics';
|
||||
$string['010911']='Microbiology';
|
||||
$string['010913']='Human Biology';
|
||||
$string['010915']='Zoology';
|
||||
$string['010999']='Biological Sciences (other)';
|
||||
$string['0199']='OTHER NATURAL AND PHYSICAL SCIENCES';
|
||||
$string['019901']='Medical Science';
|
||||
$string['019903']='Forensic Science';
|
||||
$string['019905']='Food Science and Biotechnology';
|
||||
$string['019907']='Pharmacology';
|
||||
$string['019909']='Laboratory Technology';
|
||||
$string['019999']='Natural and Physical Sciences (other)';
|
||||
$string['02']='INFORMATION TECHNOLOGY';
|
||||
$string['0201']='COMPUTER SCIENCE';
|
||||
$string['020101']='Formal Language Theory';
|
||||
$string['020103']='Programming';
|
||||
$string['020105']='Computational Theory';
|
||||
$string['020107']='Compiler Construction';
|
||||
$string['020109']='Algorithms';
|
||||
$string['020111']='Data Structures';
|
||||
$string['020113']='Networks and Communications';
|
||||
$string['020115']='Computer Graphics';
|
||||
$string['020117']='Operating Systems';
|
||||
$string['020119']='Artificial Intelligence';
|
||||
$string['020199']='Computer Science (other)';
|
||||
$string['0203']='INFORMATION SYSTEMS';
|
||||
$string['020301']='Conceptual Modelling';
|
||||
$string['020303']='Database Management';
|
||||
$string['020305']='Systems Analysis and Design';
|
||||
$string['020307']='Decision Support Systems';
|
||||
$string['020399']='Information Systems (other)';
|
||||
$string['0299']='OTHER INFORMATION TECHNOLOGY';
|
||||
$string['029901']='Security Science';
|
||||
$string['029999']='Information Technology (other)';
|
||||
$string['03']='ENGINEERING AND RELATED TECHNOLOGIES';
|
||||
$string['0301']='MANUFACTURING ENGINEERING AND TECHNOLOGY';
|
||||
$string['030101']='Manufacturing Engineering';
|
||||
$string['030103']='Printing';
|
||||
$string['030105']='Textile Making';
|
||||
$string['030107']='Garment Making';
|
||||
$string['030109']='Footwear Making';
|
||||
$string['030111']='Wood Machining and Turning';
|
||||
$string['030113']='Cabinet Making';
|
||||
$string['030115']='Furniture Upholstery and Renovation';
|
||||
$string['030117']='Furniture Polishing';
|
||||
$string['030199']='Manufacturing Engineering and Technology (other)';
|
||||
$string['0303']='PROCESS AND RESOURCES ENGINEERING';
|
||||
$string['030301']='Chemical Engineering';
|
||||
$string['030303']='Mining Engineering';
|
||||
$string['030305']='Materials Engineering';
|
||||
$string['030307']='Food Processing Technology';
|
||||
$string['030399']='Process and Resources Engineering (other)';
|
||||
$string['030399']='Process and Resources Engineering (other)';
|
||||
$string['0305']='AUTOMOTIVE ENGINEERING AND TECHNOLOGY';
|
||||
$string['030501']='Automotive Engineering';
|
||||
$string['030503']='Vehicle Mechanics';
|
||||
$string['030505']='Automotive Electrics and Electronics';
|
||||
$string['030507']='Automotive Vehicle Refinishing';
|
||||
$string['030509']='Automotive Body Construction';
|
||||
$string['030511']='Panel Beating';
|
||||
$string['030513']='Upholstery and Vehicle Trimming';
|
||||
$string['030515']='Automotive Vehicle Operations';
|
||||
$string['030599']='Automotive Engineering and Technology (other)';
|
||||
$string['0307']='MECHANICAL AND INDUSTRIAL ENGINEERING AND TECHNOLOGY';
|
||||
$string['030701']='Mechanical Engineering';
|
||||
$string['030703']='Industrial Engineering';
|
||||
$string['030705']='Toolmaking';
|
||||
$string['030707']='Metal Fitting, Turning and Machining';
|
||||
$string['030709']='Sheetmetal Working';
|
||||
$string['030711']='Boilermaking and Welding';
|
||||
$string['030713']='Metal Casting and Patternmaking';
|
||||
$string['030715']='Precision Metalworking';
|
||||
$string['030717']='Plant and Machine Operations';
|
||||
$string['030799']='Mechanical and Industrial Engineering and Technology (other)';
|
||||
$string['0309']='CIVIL ENGINEERING';
|
||||
$string['030901']='Construction Engineering';
|
||||
$string['030903']='Structural Engineering';
|
||||
$string['030905']='Building Services Engineering';
|
||||
$string['030907']='Water and Sanitary Engineering';
|
||||
$string['030909']='Transport Engineering';
|
||||
$string['030911']='Geotechnical Engineering';
|
||||
$string['030913']='Ocean Engineering';
|
||||
$string['030999']='Civil Engineering (other)';
|
||||
$string['0311']='GEOMATIC ENGINEERING';
|
||||
$string['031101']='Surveying';
|
||||
$string['031103']='Mapping Science';
|
||||
$string['031199']='Geomatic Engineering (other)';
|
||||
$string['0313']='ELECTRICAL AND ELECTRONIC ENGINEERING AND TECHNOLOGY';
|
||||
$string['031301']='Electrical Engineering';
|
||||
$string['031303']='Electronic Engineering';
|
||||
$string['031305']='Computer Engineering';
|
||||
$string['031307']='Communications Technologies';
|
||||
$string['031309']='Communications Equipment Installation and Maintenance';
|
||||
$string['031311']='Powerline Installation and Maintenance';
|
||||
$string['031313']='Electrical Fitting, Electrical Mechanics';
|
||||
$string['031315']='Refrigeration and Air Conditioning Mechanics';
|
||||
$string['031317']='Electronic Equipment Servicing';
|
||||
$string['031399']='Electrical and Electronic Engineering and Technology (other)';
|
||||
$string['0315']='AEROSPACE ENGINEERING AND TECHNOLOGY';
|
||||
$string['031501']='Aerospace Engineering';
|
||||
$string['031503']='Aircraft Maintenance Engineering';
|
||||
$string['031505']='Aircraft Operation';
|
||||
$string['031507']='Air Traffic Control';
|
||||
$string['031599']='Aerospace Engineering and Technology (other)';
|
||||
$string['0317']='MARITIME ENGINEERING AND TECHNOLOGY';
|
||||
$string['031701']='Maritime Engineering';
|
||||
$string['031703']='Marine Construction';
|
||||
$string['031705']='Marine Craft Operation';
|
||||
$string['031799']='Maritime Engineering and Technology (other)';
|
||||
$string['0399']='OTHER ENGINEERING AND RELATED TECHNOLOGIES';
|
||||
$string['039901']='Environmental Engineering';
|
||||
$string['039903']='Biomedical Engineering';
|
||||
$string['039905']='Fire Technology';
|
||||
$string['039907']='Rail Operations';
|
||||
$string['039909']='Cleaning';
|
||||
$string['039999']='Engineering and Related Technologies (other)';
|
||||
$string['04']='ARCHITECTURE AND BUILDING';
|
||||
$string['0401']='ARCHITECTURE AND URBAN ENVIRONMENT';
|
||||
$string['040101']='Architecture';
|
||||
$string['040103']='Urban Design and Regional Planning';
|
||||
$string['040105']='Landscape Architecture';
|
||||
$string['040107']='Interior and Environmental Design';
|
||||
$string['040199']='Architecture and Urban Environment (other)';
|
||||
$string['0403']='BUILDING';
|
||||
$string['040301']='Building Science and Technology';
|
||||
$string['040303']='Building Construction Management';
|
||||
$string['040305']='Building Surveying';
|
||||
$string['040307']='Building Construction Economics';
|
||||
$string['040309']='Bricklaying and Stonemasonry';
|
||||
$string['040311']='Carpentry and Joinery';
|
||||
$string['040313']='Ceiling, Wall and Floor Fixing';
|
||||
$string['040315']='Roof Fixing';
|
||||
$string['040317']='Plastering';
|
||||
$string['040319']='Furnishing Installation';
|
||||
$string['040321']='Floor Coverings';
|
||||
$string['040323']='Glazing';
|
||||
$string['040325']='Painting, Decorating and Sign Writing';
|
||||
$string['040327']='Plumbing';
|
||||
$string['040329']='Scaffolding and Rigging';
|
||||
$string['040399']='Building (other)';
|
||||
$string['05']='AGRICULTURE, ENVIRONMENTAL AND RELATED STUDIES';
|
||||
$string['0501']='AGRICULTURE';
|
||||
$string['050101']='Agricultural Science';
|
||||
$string['050103']='Wool Science';
|
||||
$string['050105']='Animal Husbandry';
|
||||
$string['050199']='Agriculture (other)';
|
||||
$string['0503']='HORTICULTURE AND VITICULTURE';
|
||||
$string['050301']='Horticulture';
|
||||
$string['050303']='Viticulture';
|
||||
$string['0505']='FORESTRY STUDIES';
|
||||
$string['050501']='Forestry Studies';
|
||||
$string['0507']='FISHERIES STUDIES';
|
||||
$string['050701']='Aquaculture';
|
||||
$string['050799']='Fisheries Studies (other)';
|
||||
$string['0509']='ENVIRONMENTAL STUDIES';
|
||||
$string['050901']='Land, Parks and Wildlife Management';
|
||||
$string['050999']='Environmental Studies (other)';
|
||||
$string['0599']='OTHER AGRICULTURE, ENVIRONMENTAL AND RELATED STUDIES';
|
||||
$string['059901']='Pest and Weed Control';
|
||||
$string['059999']='Agriculture, Environmental and Related Studies (other)';
|
||||
$string['06']='HEALTH';
|
||||
$string['0601']='MEDICAL STUDIES';
|
||||
$string['060101']='General Medicine';
|
||||
$string['060103']='Surgery';
|
||||
$string['060105']='Psychiatry';
|
||||
$string['060107']='Obstetrics and Gynaecology';
|
||||
$string['060109']='Paediatrics';
|
||||
$string['060111']='Anaesthesiology';
|
||||
$string['060113']='Pathology';
|
||||
$string['060115']='Radiology';
|
||||
$string['060117']='Internal Medicine';
|
||||
$string['060119']='General Practice';
|
||||
$string['060199']='Medical Studies (other)';
|
||||
$string['0603']='NURSING';
|
||||
$string['060301']='General Nursing';
|
||||
$string['060303']='Midwifery';
|
||||
$string['060305']='Mental Health Nursing';
|
||||
$string['060307']='Community Nursing';
|
||||
$string['060309']='Critical Care Nursing';
|
||||
$string['060311']='Aged Care Nursing';
|
||||
$string['060313']='Palliative Care Nursing';
|
||||
$string['060315']='Mothercraft Nursing and Family and Child Health Nursing';
|
||||
$string['060399']='Nursing (other)';
|
||||
$string['0605']='PHARMACY';
|
||||
$string['060501']='Pharmacy';
|
||||
$string['0607']='DENTAL STUDIES';
|
||||
$string['060701']='Dentistry';
|
||||
$string['060703']='Dental Assisting';
|
||||
$string['060705']='Dental Technology';
|
||||
$string['060799']='Dental Studies (other)';
|
||||
$string['0609']='OPTICAL SCIENCE';
|
||||
$string['060901']='Optometry';
|
||||
$string['060903']='Optical Technology';
|
||||
$string['060999']='Optical Science (other)';
|
||||
$string['0611']='VETERINARY STUDIES';
|
||||
$string['061101']='Veterinary Science';
|
||||
$string['061103']='Veterinary Assisting';
|
||||
$string['061199']='Veterinary Studies (other)';
|
||||
$string['0613']='PUBLIC HEALTH';
|
||||
$string['061301']='Occupational Health and Safety';
|
||||
$string['061303']='Environmental Health';
|
||||
$string['061305']='Indigenous Health';
|
||||
$string['061307']='Health Promotion';
|
||||
$string['061309']='Community Health';
|
||||
$string['061311']='Epidemiology';
|
||||
$string['061399']='Public Health (other)';
|
||||
$string['0615']='RADIOGRAPHY';
|
||||
$string['061501']='Radiography';
|
||||
$string['0617']='REHABILITATION THERAPIES';
|
||||
$string['061701']='Physiotherapy';
|
||||
$string['061703']='Occupational Therapy';
|
||||
$string['061705']='Chiropractic and Osteopathy';
|
||||
$string['061707']='Speech Pathology';
|
||||
$string['061709']='Audiology';
|
||||
$string['061711']='Massage Therapy';
|
||||
$string['061713']='Podiatry';
|
||||
$string['061799']='Rehabilitation Therapies (other)';
|
||||
$string['0619']='COMPLEMENTARY THERAPIES';
|
||||
$string['061901']='Naturopathy';
|
||||
$string['061903']='Acupuncture';
|
||||
$string['061905']='Traditional Chinese Medicine';
|
||||
$string['061999']='Complementary Therapies (other)';
|
||||
$string['0699']='OTHER HEALTH';
|
||||
$string['069901']='Nutrition and Dietetics';
|
||||
$string['069903']='Human Movement';
|
||||
$string['069905']='Paramedical Studies';
|
||||
$string['069907']='First Aid';
|
||||
$string['069999']='Health (other)';
|
||||
$string['07']='EDUCATION';
|
||||
$string['0701']='TEACHER EDUCATION';
|
||||
$string['070101']='Teacher Education: Early Childhood';
|
||||
$string['070103']='Teacher Education: Primary';
|
||||
$string['070105']='Teacher Education: Secondary';
|
||||
$string['070107']='Teacher-Librarianship';
|
||||
$string['070109']='Teacher Education: Vocational Education and Training';
|
||||
$string['070111']='Teacher Education: Higher Education';
|
||||
$string['070113']='Teacher Education: Special Education';
|
||||
$string['070115']='English as a Second Language Teaching';
|
||||
$string['070117']='Nursing Education Teacher Training';
|
||||
$string['070199']='Teacher Education (other)';
|
||||
$string['0703']='CURRICULUM AND EDUCATION STUDIES';
|
||||
$string['070301']='Curriculum Studies';
|
||||
$string['070303']='Education Studies';
|
||||
$string['0799']='OTHER EDUCATION';
|
||||
$string['079999']='Education (other)';
|
||||
$string['08']='MANAGEMENT AND COMMERCE';
|
||||
$string['0801']='ACCOUNTING';
|
||||
$string['080101']='Accounting';
|
||||
$string['0803']='BUSINESS AND MANAGEMENT';
|
||||
$string['080301']='Business Management';
|
||||
$string['080303']='Human Resource Management';
|
||||
$string['080305']='Personal Management Training';
|
||||
$string['080307']='Organisation Management';
|
||||
$string['080309']='Industrial Relations';
|
||||
$string['080311']='International Business';
|
||||
$string['080313']='Public and Health Care Administration';
|
||||
$string['080315']='Project Management';
|
||||
$string['080317']='Quality Management';
|
||||
$string['080319']='Hospitality Management';
|
||||
$string['080321']='Farm Management and Agribusiness';
|
||||
$string['080323']='Tourism Management';
|
||||
$string['080399']='Business and Management (other)';
|
||||
$string['0805']='SALES AND MARKETING';
|
||||
$string['080501']='Sales';
|
||||
$string['080503']='Real Estate';
|
||||
$string['080505']='Marketing';
|
||||
$string['080507']='Advertising';
|
||||
$string['080509']='Public Relations';
|
||||
$string['080599']='Sales and Marketing (other)';
|
||||
$string['0807']='TOURISM';
|
||||
$string['080701']='Tourism';
|
||||
$string['0809']='OFFICE STUDIES';
|
||||
$string['080901']='Secretarial and Clerical Studies';
|
||||
$string['080903']='Keyboard Skills';
|
||||
$string['080905']='Practical Computing Skills';
|
||||
$string['080999']='Office Studies (other)';
|
||||
$string['0811']='BANKING, FINANCE AND RELATED FIELDS';
|
||||
$string['081101']='Banking and Finance';
|
||||
$string['081103']='Insurance and Actuarial Studies';
|
||||
$string['081105']='Investment and Securities';
|
||||
$string['081199']='Banking, Finance and Related Fields (other)';
|
||||
$string['0899']='OTHER MANAGEMENT AND COMMERCE';
|
||||
$string['089901']='Purchasing, Warehousing and Distribution';
|
||||
$string['089903']='Valuation';
|
||||
$string['089999']='Management and Commerce (other)';
|
||||
$string['09']='SOCIETY AND CULTURE';
|
||||
$string['0901']='POLITICAL SCIENCE AND POLICY STUDIES';
|
||||
$string['090101']='Political Science';
|
||||
$string['090103']='Policy Studies';
|
||||
$string['0903']='STUDIES IN HUMAN SOCIETY';
|
||||
$string['090301']='Sociology';
|
||||
$string['090303']='Anthropology';
|
||||
$string['090305']='History';
|
||||
$string['090307']='Archaeology';
|
||||
$string['090309']='Human Geography';
|
||||
$string['090311']='Indigenous Studies';
|
||||
$string['090313']='Gender Specific Studies';
|
||||
$string['090399']='Studies in Human Society (other)';
|
||||
$string['0905']='HUMAN WELFARE STUDIES AND SERVICES';
|
||||
$string['090501']='Social Work';
|
||||
$string['090503']='Children\'s Services';
|
||||
$string['090505']='Youth Work';
|
||||
$string['090507']='Care for the Aged';
|
||||
$string['090509']='Care for the Disabled';
|
||||
$string['090511']='Residential Client Care';
|
||||
$string['090513']='Counselling';
|
||||
$string['090515']='Welfare Studies';
|
||||
$string['090599']='Human Welfare Studies and Services (other)';
|
||||
$string['0907']='BEHAVIOURAL SCIENCE';
|
||||
$string['090701']='Psychology';
|
||||
$string['090799']='Behavioural Science (other)';
|
||||
$string['0909']='LAW';
|
||||
$string['090901']='Business and Commercial Law';
|
||||
$string['090903']='Constitutional Law';
|
||||
$string['090905']='Criminal Law';
|
||||
$string['090907']='Family Law';
|
||||
$string['090909']='International Law';
|
||||
$string['090911']='Taxation Law';
|
||||
$string['090913']='Legal Practice';
|
||||
$string['090999']='Law (other)';
|
||||
$string['0911']='JUSTICE AND LAW ENFORCEMENT';
|
||||
$string['091101']='Justice Administration';
|
||||
$string['091103']='Legal Studies';
|
||||
$string['091105']='Police Studies';
|
||||
$string['091199']='Justice and Law Enforcement (other)';
|
||||
$string['0913']='LIBRARIANSHIP, INFORMATION MANAGEMENT AND CURATORIAL STUDIES';
|
||||
$string['091301']='Librarianship and Information Management';
|
||||
$string['091303']='Curatorial Studies';
|
||||
$string['0915']='LANGUAGE AND LITERATURE';
|
||||
$string['091501']='English Language';
|
||||
$string['091503']='Northern European Languages';
|
||||
$string['091505']='Southern European Languages';
|
||||
$string['091507']='Eastern European Languages';
|
||||
$string['091509']='Southwest Asian and North African Languages';
|
||||
$string['091511']='Southern Asian Languages';
|
||||
$string['091513']='Southeast Asian Languages';
|
||||
$string['091515']='Eastern Asian Languages';
|
||||
$string['091517']='Australian Indigenous Languages';
|
||||
$string['091519']='Translating and Interpreting';
|
||||
$string['091521']='Linguistics';
|
||||
$string['091523']='Literature';
|
||||
$string['091599']='Language and Literature (other)';
|
||||
$string['0917']='PHILOSOPHY AND RELIGIOUS STUDIES';
|
||||
$string['091701']='Philosophy';
|
||||
$string['091703']='Religious Studies';
|
||||
$string['0919']='ECONOMICS AND ECONOMETRICS';
|
||||
$string['091901']='Economics';
|
||||
$string['091903']='Econometrics';
|
||||
$string['0921']='SPORT AND RECREATION';
|
||||
$string['092101']='Sport and Recreation Activities';
|
||||
$string['092103']='Sports Coaching, Officiating and Instruction';
|
||||
$string['092199']='Sport and Recreation (other)';
|
||||
$string['0999']='OTHER SOCIETY AND CULTURE';
|
||||
$string['099901']='Family and Consumer Studies';
|
||||
$string['099903']='Criminology';
|
||||
$string['099905']='Security Services';
|
||||
$string['099999']='Society and Culture (other)';
|
||||
$string['10']='CREATIVE ARTS';
|
||||
$string['1001']='PERFORMING ARTS';
|
||||
$string['100101']='Music';
|
||||
$string['100103']='Drama and Theatre Studies';
|
||||
$string['100105']='Dance';
|
||||
$string['100199']='Performing Arts (other)';
|
||||
$string['1003']='VISUAL ARTS AND CRAFTS';
|
||||
$string['100301']='Fine Arts';
|
||||
$string['100303']='Photography';
|
||||
$string['100305']='Crafts';
|
||||
$string['100307']='Jewellery Making';
|
||||
$string['100309']='Floristry';
|
||||
$string['100399']='Visual Arts and Crafts (other)';
|
||||
$string['1005']='GRAPHIC AND DESIGN STUDIES';
|
||||
$string['100501']='Graphic Arts and Design Studies';
|
||||
$string['100503']='Textile Design';
|
||||
$string['100505']='Fashion Design';
|
||||
$string['100599']='Graphic and Design Studies (other)';
|
||||
$string['1007']='COMMUNICATION AND MEDIA STUDIES';
|
||||
$string['100701']='Audio Visual Studies';
|
||||
$string['100703']='Journalism';
|
||||
$string['100705']='Written Communication';
|
||||
$string['100707']='Verbal Communication';
|
||||
$string['100799']='Communication and Media Studies (other)';
|
||||
$string['1099']='OTHER CREATIVE ARTS';
|
||||
$string['109999']='Creative Arts (other)';
|
||||
$string['11']='FOOD, HOSPITALITY AND PERSONAL SERVICES';
|
||||
$string['1101']='FOOD AND HOSPITALITY';
|
||||
$string['110101']='Hospitality';
|
||||
$string['110103']='Food and Beverage Service';
|
||||
$string['110105']='Butchery';
|
||||
$string['110107']='Baking and Pastrymaking';
|
||||
$string['110109']='Cookery';
|
||||
$string['110111']='Food Hygiene';
|
||||
$string['110199']='Food and Hospitality (other)';
|
||||
$string['1103']='PERSONAL SERVICES';
|
||||
$string['110301']='Beauty Therapy';
|
||||
$string['110303']='Hairdressing';
|
||||
$string['110399']='Personal Services (other)';
|
||||
$string['12']='MIXED FIELD PROGRAMMES';
|
||||
$string['1201']='GENERAL EDUCATION PROGRAMMES';
|
||||
$string['120101']='General Primary and Secondary Education Programmes';
|
||||
$string['120103']='Literacy and Numeracy Programmes';
|
||||
$string['120105']='Learning Skills Programmes';
|
||||
$string['120199']='General Education Programmes (other)';
|
||||
$string['1203']='SOCIAL SKILLS PROGRAMMES';
|
||||
$string['120301']='Social and Interpersonal Skills Programmes';
|
||||
$string['120303']='Survival Skills Programmes';
|
||||
$string['120305']='Parental Education Programmes';
|
||||
$string['120399']='Social Skills Programmes (other)';
|
||||
$string['1205']='EMPLOYMENT SKILLS PROGRAMMES';
|
||||
$string['120501']='Career Development Programmes';
|
||||
$string['120503']='Job Search Skills Programmes';
|
||||
$string['120505']='Work Practices Programmes';
|
||||
$string['120599']='Employment Skills Programmes (other)';
|
||||
$string['1299']='OTHER MIXED FIELD PROGRAMMES';
|
||||
$string['129999']='Mixed Field Programmes (other)';
|
149
lang/en/hub.php
Normal file
149
lang/en/hub.php
Normal file
|
@ -0,0 +1,149 @@
|
|||
<?php
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Hub related strings
|
||||
*
|
||||
* @package hub
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['advertise'] = 'Advertise';
|
||||
$string['advertiseon'] = 'Advertise on {$a}';
|
||||
$string['advertiseonhub'] = 'Advertise on hub';
|
||||
$string['advertiseonmoodleorg'] = 'Advertise on Moodle.org';
|
||||
$string['advertiseonspecifichub'] = 'Advertise on a specific hub';
|
||||
$string['allowglobalsearch'] = 'Publish this hub and allow global search of all courses';
|
||||
$string['allowpublicsearch'] = 'Publish this hub so people can join it';
|
||||
$string['audience'] = 'Audience';
|
||||
$string['audienceeducators'] = 'Educators';
|
||||
$string['audiencestudents'] = 'Students';
|
||||
$string['audienceadmins'] = 'Administators';
|
||||
$string['badurlformat'] = 'Bad URL format';
|
||||
$string['community'] = 'Community';
|
||||
$string['confirmregistration'] = 'Confirm registration';
|
||||
$string['contactemail'] = 'Contact email';
|
||||
$string['contactname'] = 'Contact name';
|
||||
$string['contributornames'] = 'Contributor names';
|
||||
$string['coursemap'] = 'Course map';
|
||||
$string['coursename'] = 'Name';
|
||||
$string['courseprivate'] = 'Private';
|
||||
$string['coursepublic'] = 'Public';
|
||||
$string['coursepublished'] = 'Course published';
|
||||
$string['courseshortname'] = 'Shortname';
|
||||
$string['coursesnumber'] = 'Number of courses ({$a})';
|
||||
$string['courseurl'] = 'Course URL';
|
||||
$string['creatorname'] = 'Creator name';
|
||||
$string['creatornotes'] = 'Creator notes';
|
||||
$string['demourl'] = 'Demo URL';
|
||||
$string['description'] = 'Description';
|
||||
$string['downloadable'] = 'Downloadable';
|
||||
$string['educationallevel'] = 'Educational level';
|
||||
$string['edulevelassociation'] = 'Association';
|
||||
$string['edulevelcorporate'] = 'Corporate';
|
||||
$string['edulevelgovernment'] = 'Government';
|
||||
$string['edulevelother'] = 'Other';
|
||||
$string['edulevelprimary'] = 'Primary';
|
||||
$string['edulevelsecondary'] = 'Secondary';
|
||||
$string['eduleveltertiary'] = 'Tertiary';
|
||||
$string['enrollable'] = 'Enrollable';
|
||||
$string['errorbadimageheightwidth'] = 'The image should have a maximum size of {$a->width} X {$a->height}';
|
||||
$string['errorlangnotrecognized'] = 'Language code is unknown by Moodle. Please contact {$a}';
|
||||
$string['hub'] = 'Hub';
|
||||
$string['imageurl'] = 'Image url';
|
||||
$string['information'] = 'Information';
|
||||
$string['language'] = 'Language';
|
||||
$string['logourl'] = 'Logo URL';
|
||||
$string['modulenumberaverage'] = 'Average number of course modules ({$a})';
|
||||
$string['moodleorg'] = 'Moodle.org';
|
||||
$string['moodleorgpublicationdetail'] = 'Publish your course on Moodle.org. It will be found when doing a global search.';
|
||||
$string['moodleorgregistrationdetail'] = 'This option allows you to register your Moodle site with Moodle.org. Registration is free.
|
||||
The main benefit of registering is that you will be added to a low-volume mailing list for important notifications such as security alerts and new releases of Moodle.
|
||||
By default, your information will be kept private, and will never be sold or passed on to anyone else. The only reason for collecting this information is for support purposes, and to help build up a statistical picture of the Moodle community as a whole.
|
||||
If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.
|
||||
All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time.';
|
||||
$string['name'] = 'Name';
|
||||
$string['no'] = 'No';
|
||||
$string['nosearch'] = 'Don\'t publish hub or courses';
|
||||
$string['notregisteredonhub'] = 'You cannot publish this course on a hub different from Moodle.org, because this site isn\'t registered on any different hub. Contact your administrator if you want to do so.';
|
||||
$string['notregisteredonmoodleorg'] = 'You cannot publish this course on Moodle.org hub, because this site isn\'t registered on Moodle.org hub. Contact your administrator if you want to do so.';
|
||||
$string['operation'] = 'Operation';
|
||||
$string['orenterprivatehub'] = 'or enter a private hub URL:';
|
||||
$string['participantnumberaverage'] = 'Average number of participants ({$a})';
|
||||
$string['postaladdress'] = 'Postal address';
|
||||
$string['postsnumber'] = 'Number of posts ({$a})';
|
||||
$string['prioritise'] = 'Prioritise';
|
||||
$string['privacy'] = 'Privacy';
|
||||
$string['private'] = 'Private';
|
||||
$string['privatehuburl'] = 'Private hub URL';
|
||||
$string['publicationinfo'] = 'Course publication information';
|
||||
$string['publichub'] = 'Public hub';
|
||||
$string['publishcourseon'] = 'Publish on {$a}';
|
||||
$string['publishername'] = 'Publisher';
|
||||
$string['publishon'] = 'Publish on';
|
||||
$string['publishonmoodleorg'] = 'Publish on Moodle.org';
|
||||
$string['publishonspecifichub'] = 'Publish on a Hub';
|
||||
$string['questionsnumber'] = 'Number of questions ({$a})';
|
||||
$string['registeredcourses'] = 'Registered courses';
|
||||
$string['registeredsites'] = 'Registered sites';
|
||||
$string['registrationinfo'] = 'Registration information';
|
||||
$string['registersite'] = 'Register on {$a}';
|
||||
$string['registeron'] = 'Register on';
|
||||
$string['registeronmoodleorg'] = 'Register on Moodle.org';
|
||||
$string['registeronspecifichub'] = 'Register on a specific hub';
|
||||
$string['registrationconfirmed'] = 'Site registration confirmed';
|
||||
$string['registrationupdated'] = 'Registration has been updated.';
|
||||
$string['registrationupdatedfailed'] = 'Registration update failed.';
|
||||
$string['resourcesnumber'] = 'Number of resources ({$a})';
|
||||
$string['roleassignmentsnumber'] = 'Number of role assignments ({$a})';
|
||||
$string['screenshots'] = 'Screenshots';
|
||||
$string['search'] = 'Search';
|
||||
$string['selecthub'] = 'Select hub';
|
||||
$string['sendfollowinginfo'] = 'Send the following information:';
|
||||
$string['settings'] = 'Settings';
|
||||
$string['settingsupdated'] = 'Settings have been updated.';
|
||||
$string['share'] = 'Share';
|
||||
$string['shareon'] = 'Share on {$a}';
|
||||
$string['shareonhub'] = 'Share on hub';
|
||||
$string['shareonmoodleorg'] = 'Share on Moodle.org';
|
||||
$string['shareonspecifichub'] = 'Share on a specific hub';
|
||||
$string['siteadmin'] = 'Administrator';
|
||||
$string['sitecreated'] = 'Site created';
|
||||
$string['sitedesc'] = 'Description';
|
||||
$string['sitelang'] = 'Language';
|
||||
$string['sitename'] = 'Name';
|
||||
$string['siteprivacy'] = 'Privacy';
|
||||
$string['siteregconfcomment'] = 'Your site needs a final confirmation on {$a} (in order to avoid spam on {$a})';
|
||||
$string['siteregistrationupdated'] = 'Site registration updated';
|
||||
$string['siteurl'] = 'Site URL';
|
||||
$string['specifichub'] = 'Specific hub';
|
||||
$string['specifichubpublicationdetail'] = 'You can publish on another hub.';
|
||||
$string['specifichubregistrationdetail'] = 'You can register to other hub.';
|
||||
$string['statistics'] = 'Statistics privacy';
|
||||
$string['subject'] = 'Subject';
|
||||
$string['tags'] = 'Tags';
|
||||
$string['trustme'] = 'Trust';
|
||||
$string['unlistedurl'] = 'Unlisted hub URL';
|
||||
$string['unprioritise'] = 'Unprioritise';
|
||||
$string['untrustme'] = 'Untrust';
|
||||
$string['updatesite'] = 'Update registration on {$a}';
|
||||
$string['url'] = 'hub URL';
|
||||
$string['usersnumber'] = 'Number of users ({$a})';
|
||||
$string['wrongurlformat'] = 'Bad URL format';
|
||||
|
|
@ -749,6 +749,7 @@ $string['gdnot'] = 'GD is not installed';
|
|||
$string['gd1'] = 'GD 1.x is installed';
|
||||
$string['gd2'] = 'GD 2.x is installed';
|
||||
$string['general'] = 'General';
|
||||
$string['geolocation'] = 'latitude - longitude';
|
||||
$string['gettheselogs'] = 'Get these logs';
|
||||
$string['go'] = 'Go';
|
||||
$string['gotoyourserver'] = '(Links back to your server)';
|
||||
|
@ -1077,6 +1078,7 @@ $string['modulesuccess'] = '{$a} tables have been set up correctly';
|
|||
$string['moodledocs'] = 'Moodle Docs';
|
||||
$string['moodledocslink'] = 'Moodle Docs for this page';
|
||||
$string['moodleversion'] = 'Moodle Version';
|
||||
$string['moodlerelease'] = 'Moodle Release';
|
||||
$string['more'] = 'more';
|
||||
$string['morehelp'] = 'More help';
|
||||
$string['moreinformation'] = 'More information about this error';
|
||||
|
@ -1340,6 +1342,7 @@ $string['publicdirectory2'] = 'Publish the site name with a link';
|
|||
$string['publicsitefileswarning'] = 'Note: files placed here can be accessed by anyone';
|
||||
$string['publicsitefileswarning2'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. For security reasons, it is recommended that any backup files are deleted immediately after restoring them.';
|
||||
$string['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. <br />For security reasons, backup files should be saved in the secure backupdata folder only.';
|
||||
$string['publish'] = 'Publish';
|
||||
$string['question'] = 'Question';
|
||||
$string['questionsinthequestionbank'] = 'Questions in the question bank';
|
||||
$string['readinginfofrombackup'] = 'Reading info from backup';
|
||||
|
@ -1478,6 +1481,7 @@ $string['sectionusedefaultname'] = 'Use default section name';
|
|||
$string['seealsostats'] = 'See also: stats';
|
||||
$string['select'] = 'Select';
|
||||
$string['selectacountry'] = 'Select a country';
|
||||
$string['selectaregion'] = 'Select a region';
|
||||
$string['selectall'] = 'Select all';
|
||||
$string['selectamodule'] = 'Please select an activity module';
|
||||
$string['selectdefault'] = 'Select default';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue