Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -51,6 +51,10 @@ |
52 | 52 | APC |
53 | 53 | aliasfile = APC/APC.alias.php |
54 | 54 | |
| 55 | +Api Sandbox |
| 56 | +aliasfile = ApiSandbox/ApiSandbox.alias.php |
| 57 | +descmsg = apisb-desc |
| 58 | + |
55 | 59 | Api SVG Proxy |
56 | 60 | |
57 | 61 | Approved Revs |
Index: trunk/extensions/ApiSandbox/ApiSandbox.i18n.php |
— | — | @@ -1,10 +1,16 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalization file for the API sandbox extension. |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | +*/ |
3 | 9 | |
4 | 10 | $messages = array(); |
5 | 11 | |
6 | 12 | $messages['en'] = array( |
7 | 13 | 'apisb-desc' => 'Allows to debug [http://www.mediawiki.org/wiki/API MediaWiki API] calls from browser', |
8 | | - 'apisandbox' => 'API sandbox', |
| 14 | + 'apisandbox' => 'API sandbox', |
9 | 15 | 'apisb-no-js' => "'''Error''': this feature requires JavaScript.", |
10 | 16 | 'apisb-intro' => "Use this page to experiment with '''MediaWiki API'''. |
11 | 17 | Refer to [http://www.mediawiki.org/wiki/API the API documentation] for further details of API usage.", |
— | — | @@ -25,4 +31,4 @@ |
26 | 32 | 'apisb-query-prop' => 'Properties', |
27 | 33 | 'apisb-query-list' => 'Lists', |
28 | 34 | 'apisb-query-meta' => 'Meta information', |
29 | | -); |
\ No newline at end of file |
| 35 | +); |