]> git.mjollnir.org Git - moodle.git/commit
* "go to first missing string" link can be displayed (see LANG_DISPLAY_MISSING_LINKS)
authormudrd8mz <mudrd8mz>
Tue, 30 May 2006 16:47:59 +0000 (16:47 +0000)
committermudrd8mz <mudrd8mz>
Tue, 30 May 2006 16:47:59 +0000 (16:47 +0000)
commitf20c155a3b9db47e56ccac03ffd7fc793f9666e0
tree6cda1d14647604422e9086a54a6ae1393277cadd
parent723fe255b493c40c5211fd6079e5917adbff418e
* "go to first missing string" link can be displayed (see LANG_DISPLAY_MISSING_LINKS)
* "go to next/previous missing" links can be displayed (see LANG_DISPLAY_MISSING_LINKS)
* submit button may be repeated (see LANG_SUBMIT_REPEAT*)
* added (empty) "summary" attribute for the <table>'s
* added error_reporting(E_ALL ^ E_NOTICE); in "compare" mode (even in debug environment we know that missing keys are missing strings here, not bugs ;-)
* LANG_DEFAULT_FILE can be now set. moodle.php used to be opened automatically. As it was (and still is) one of the biggest files it usually took a long time to load the page even if you just want to choose the file to translate.
* added links from "missing" to "compare" mode page
* English strings are now key-sorted in "missing" mode
* list of files with missing strings is now displayed at the top of "missing" page
* A lot of changes to support translation of *_utf8_local langugage packs. Needs testing
* Merged with version by Mitsuhiro Yoshida - display icon links instead of text links (I have changed the position of arrow icons to not to be so close each other)
admin/lang.php