4700 Commits

Author SHA1 Message Date
koenr
671a59f53c New language pack: korean -utf8
Thanks to Timothy Allen and his team

Not checked for xhtml compliance yet
2005-02-15 17:54:00 +00:00
lonecatz
b55194d314 more translated strings 2005-02-15 16:21:40 +00:00
lonecatz
d3ea3a99c5 more translated strings 2005-02-15 15:07:04 +00:00
lonecatz
09d6553cf4 tranlated more strings 2005-02-15 11:13:45 +00:00
lonecatz
834e598be2 translate more strings 2005-02-15 10:22:23 +00:00
lonecatz
18fd63cbaf new translated file 2005-02-15 10:16:55 +00:00
lonecatz
ee7e04ec5d new translated file 2005-02-15 05:08:34 +00:00
lonecatz
5718d0de3b Correct charset setting in HTML header 2005-02-15 04:29:16 +00:00
koenr
9b421ad133 xhtml compliance 2005-02-14 23:50:42 +00:00
koenr
6928daac57 xhtml compliance 2005-02-14 23:49:02 +00:00
mits
8f22a76737 polished, added GPL Japanese version. 2005-02-14 22:49:22 +00:00
koenr
6c019f9e19 new helpfile - the first translated with the new langdoc.php function 2005-02-14 22:12:37 +00:00
koenr
e37d13d58a new strings
moved the config-strings to admin.php
2005-02-14 21:40:56 +00:00
koenr
3752c643cf New language pack: simplified chinese in UTF by Ling Li 2005-02-14 20:15:43 +00:00
stronk7
ae7bedb707 Addded en support for quiz->decimalpoints.
Please check the translation and help file!
2005-02-14 20:04:32 +00:00
koenr
b3369ddb01 New strings and files from Anders for the Swedish translation - and XML-compliant at once - great!! 2005-02-14 19:46:22 +00:00
moodler
2bb407f51d Very very quick checking of new lang doc editing script from David Mudrak,
with significant cleanups

Needs some testing.
2005-02-14 19:35:53 +00:00
dlnsk
4f805fe9d0 Added descriptions about hidden possibilitys 2005-02-14 19:14:50 +00:00
moodler
3538a79693 New admin config variable 'allowuserblockhiding' will enable/disable the
collapsible blocks feature.  It's on by default.

Also, removed thead/tbody from blocks (using th instead for the header).
2005-02-14 16:42:52 +00:00
mits
aeaf2a14db translated some. 2005-02-14 10:15:18 +00:00
martinlanghoff
bf17309a02 Merged from MOODLE_14_STABLE - Stop DB inserts we know are going to fail, and clearer error message when file upload stops. 2005-02-14 06:07:59 +00:00
gustav_delius
f622d17759 Fix bug 1998 2005-02-14 00:05:00 +00:00
gustav_delius
0d645d7cc1 changed language string, see bug 2169 2005-02-13 21:30:02 +00:00
gustav_delius
fe48879334 fixed typo 2005-02-13 21:27:50 +00:00
gustav_delius
db837a6645 Fixed behaviour of groups.php in the case of an empty group, see bug 2346 2005-02-13 19:38:10 +00:00
gustav_delius
ce3c1c2bbd removed undefined string 2005-02-13 19:29:52 +00:00
gustav_delius
d6af49274b Taken out duplicates and added a lot more enrollment strings, see bug 2541 2005-02-13 19:14:14 +00:00
stronk7
9597a4d970 Needed strings for MIM restore. 2005-02-13 18:56:52 +00:00
gustav_delius
1d7bda4583 Fixed some typos. 2005-02-13 18:46:08 +00:00
moodler
8502c3a178 Edited by string 2005-02-13 17:20:36 +00:00
gustav_delius
88165dbc72 index of lesson help files, see bug 2510 2005-02-13 12:03:45 +00:00
gustav_delius
4bd2e69a51 When course is hidden a student trying to enter gets the new message "This course is currently unavailable to students", see bug 2511 2005-02-13 11:43:05 +00:00
gustav_delius
eb58929bbb Added string 'counteditems' to allow better translation of things like "8 students", see bug 2530 2005-02-13 11:22:48 +00:00
stronk7
ff377532bd Being a bit more detailed... 2005-02-13 11:20:33 +00:00
stronk7
fbd7202c3e Add an empty string 2005-02-13 11:10:39 +00:00
moodler
1f15db9dee Changed the wording again .. should be easier to scan I hope 2005-02-13 06:15:12 +00:00
moodler
da2224f83d Change the string for the hide/show ... showimmediately makes sense
on a new creation but not when editing an activity
2005-02-13 06:07:06 +00:00
stronk7
289c39d0f5 New string to backup messages in SITE backups 2005-02-13 01:12:54 +00:00
gustav_delius
48e535bc35 Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings().
The visibility of coursemodules is now always set through the function set_coursemodule_visible() in order to make sure that the associated events get updated in the calendar appropriately.

If moving a coursemodule to a hidden section then the module is set to hidden as well and its events are hidden in the calendar.

If deleting a coursemodule its events are deleted from the calendar.

The function choose_from_menu() has an extra optional argument $disabled which, when set to true, will disable the menu.

For the sake of consistency the function set_groupmode_for_module has been renamed to set_coursemodule_groupmode and the functions show_course_module() and hide_course_module() have been combined to set_coursemodule_visible().
2005-02-12 21:41:22 +00:00
martignoni
193f2982b3 WYSIWYG Editor 2005-02-12 19:41:02 +00:00
martignoni
2981129b25 New string 'backupmessageshelp' 2005-02-12 19:11:21 +00:00
stronk7
c335a52c94 Added two strings to allow backups of MIM in site backups. 2005-02-12 18:54:56 +00:00
stronk7
73db625a6d Updated to latest changes. 2005-02-12 16:09:07 +00:00
mits
4c786ce249 polished. 2005-02-12 15:50:17 +00:00
martignoni
2356cd43fe Three forgotten strings :-) 2005-02-12 15:05:11 +00:00
martignoni
368255c26b Small correction 2005-02-12 14:54:44 +00:00
martignoni
67e2881d13 Added missing string 2005-02-12 13:10:12 +00:00
martignoni
dbbd55c492 Typo corrected 2005-02-12 12:46:25 +00:00
martignoni
a9648a722f New strings for configuration sectioning 2005-02-12 12:01:03 +00:00
martignoni
de2e0620a8 Small change for string 'editorsettings' 2005-02-12 11:46:34 +00:00