Index: trunk/extensions/TrustedMath/TrustedMath.i18n.php |
— | — | @@ -1,10 +1,20 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalisation file for extension TrustedMath. |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
3 | 9 | |
4 | 10 | $messages = array(); |
5 | 11 | |
| 12 | +/** English |
| 13 | + * @author Bryan Tong Minh |
| 14 | + */ |
6 | 15 | $messages['en'] = array( |
| 16 | + 'trustedmath-desc' => 'Allows embedding LaTeX equations on pages, similarly to the built-in math renderer, but without dependency on Ocaml', |
7 | 17 | 'trustedmath-permission-error' => 'Untrusted math is disabled on this wiki', |
8 | 18 | 'trustedmath-path-error' => 'Error creating the math directory', |
9 | 19 | 'trustedmath-convert-error' => 'Error creating math image. "$1" returned <tt><nowiki>$2</nowiki></tt>.', |
10 | 20 | 'trustedmath-not-found' => 'Page [[:$1]] does not exist', |
11 | | -); |
\ No newline at end of file |
| 21 | +); |
Index: trunk/extensions/TrustedMath/TrustedMath.php |
— | — | @@ -32,6 +32,7 @@ |
33 | 33 | 'name' => 'TrustedMath', |
34 | 34 | 'url' => 'http://www.mediawiki.org/wiki/Extension:TrustedMath', |
35 | 35 | 'author' => 'Bryan Tong Minh', |
| 36 | + 'descriptionmsg' => 'trustedmath-desc', |
36 | 37 | ); |
37 | 38 | |
38 | 39 | $dir = dirname( __FILE__ ); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1345,6 +1345,8 @@ |
1346 | 1346 | Transliterator |
1347 | 1347 | magicfile = Transliterator/Transliterator.i18n.magic.php |
1348 | 1348 | |
| 1349 | +Trusted Math |
| 1350 | + |
1349 | 1351 | Trusted XFF |
1350 | 1352 | |
1351 | 1353 | TSPoll |