moodle/lang/en_utf8
jamiesensei a23f0aaf95 * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform  - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
..
docs major whitespace cleanup - fixed tabs 2006-09-20 20:31:09 +00:00
fonts Bug #5937 - Fix nonascii chars in graphs: 2006-06-29 21:22:16 +00:00
help MDL-7972 - improve GIFT import export for truefalse questions. 2006-12-18 16:38:58 +00:00
access.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
activitynames.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
admin.php MDL-7890, warn on time limits, added string 2006-12-18 04:53:53 +00:00
algebra.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
appointment.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
assignment.php Advanced uploading of file interface typo MDL-7628 2006-11-20 16:56:39 +00:00
attendance.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
auth.php accessibility fixes 2006-12-14 07:48:40 +00:00
block_course_list.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_course_summary.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_glossary_random.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_html.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_loancalc.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_online_users.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_quiz_results.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_rss_client.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_search_forums.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_section_links.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
block_social_activities.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
blog.php fix for MDL-7099, do not share user tags (better interface, now using a new text 2006-11-16 03:37:04 +00:00
calendar.php Cleaning up, completing, bugfixing, adding features to iCalendar export of 2006-11-23 20:21:29 +00:00
censor.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
chat.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
choice.php added check to see if at least two choices have been entered when setting up or updating a choice activity. 2006-11-27 09:02:35 +00:00
countries.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
currencies.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
data.php MDL-5964 need html editor for comments in database mod + added format sql table field 2006-12-13 23:09:34 +00:00
dialogue.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
editor.php New strings required to fix MDL-7437. 2006-12-08 04:41:19 +00:00
emailprotect.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
enrol_authorize.php Brushed up a string. 2006-11-30 08:40:29 +00:00
enrol_database.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
enrol_flatfile.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
enrol_imsenterprise.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
enrol_ldap.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
enrol_manual.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
enrol_paypal.php MDL-7434 all images that convey information should have alt text to convey that information - part 2 2006-11-25 18:09:33 +00:00
error.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
exercise.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
form.php * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced 2006-12-19 07:03:08 +00:00
forum.php Fix throttling capabilities so this works MDL-7414 2006-11-09 09:28:59 +00:00
glossary.php * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced 2006-12-19 07:03:08 +00:00
grades.php fix for MDL-7481, grade book student view should have table headers 2006-12-01 08:31:15 +00:00
group.php Initial commit for Bug MDL-7380 "groups" - Juliette White's code. NOTE, for the moment the existing code/tables will be used by default. 2006-11-07 14:46:08 +00:00
hotpot.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
install.php MDL-7941Installation on Windows makes reference to libgd.dll in php.ini 2006-12-17 22:25:46 +00:00
journal.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
label.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
lams.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
langconfig.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
lesson.php Merged in fix for MDL-7418 2006-12-08 18:48:01 +00:00
mediaplugin.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
message.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
mimetypes.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
moodle.php MDL-7401 Course format database/backup/lang/stylesheet/capability support 2006-12-11 15:47:23 +00:00
multilang.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
my.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
pix.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
qtype_multichoice.php fix for MDL-7494, add information to help screen readers deal with cloze questions 2006-11-28 08:53:13 +00:00
questionnaire.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
quiz.php MDL-7975 - Make import and export of truefalse questions more reliable. Merged from MOODLE_17_STABLE. 2006-12-18 18:07:49 +00:00
quiz_analysis.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
quiz_grading.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
quiz_overview.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
quiz_regrade.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
quiz_responses.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
README New base version of English in UTF8 2006-02-06 09:30:09 +00:00
resource.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
role.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
scorm.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
simpletest.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
survey.php MDL-7434 all images that convey information should have alt text to convey that information - part 3 2006-11-26 16:20:19 +00:00
tex.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
timezones.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
webquest.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
wiki.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
workshop.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
xmldb.php Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00

ENGLISH
-------

English is the default language of Moodle, and this language 
pack is the "master" set against which other packs are compared.

If a string is missing for any reason from another language
then the English version will be used.

Each installed activity module in moodle/mod should have a file 
here, as well as the main file which is called "moodle.php".

The "help" directory contains whole pages written in HTML,
and the "docs" directory contains other miscellaneous 
documents.

If you are thinking of translating Moodle to another language,
please contact Martin Dougiamas!