mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 15:10:05 +01:00
- The backup details page uses a table to show a sumary of the backup content. Used role attribute to denote the tabular format of the summary. - The backup details page displays activity name next to each activity icon. Therefore the icons are only decorative and do not need to have any title or even alt text. - Form labels should be associated with form controls. A div element is not a form control. - The from attribute of the form labels should be equal to the id attribute of an element. Therefore, we first create a label and an input elements and associate them to each other, and then pass them to backup_detail_pair() when a label is needed.
Moodle Language Packs This directory contains the standard packaged Moodle language files, for making the Moodle interface appear in different interfaces. The default language for Moodle is the English language, under the Unicode scheme (UTF8). To add more languages to Moodle, you can either: 1) use the Moodle languages GUI in the interface to fetch new languages and install them in your 'dataroot' directory. 2) download them and unzip the packs in this directory manually For more information, see the Moodle Documentation: http://docs.moodle.org/en/Translation Cheers, Moodle Development Team