Index: trunk/extensions/IndexFunction/IndexFunction.i18n.php |
— | — | @@ -1,10 +1,15 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalisation file for IndexFunction extension. |
| 5 | + * |
| 6 | + * @addtogroup Extensions |
| 7 | +*/ |
3 | 8 | |
4 | 9 | $messages = array(); |
5 | 10 | |
6 | 11 | $messages['en'] = array( |
7 | 12 | 'indexfunc-desc' => 'Parser function to create automatic redirects and disambiguation pages', |
8 | | - |
| 13 | + |
9 | 14 | 'indexfunc-badtitle' => 'Invalid title: "$1"', |
10 | 15 | 'indexfunc-editwarn' => 'Warning: This title is an index title for [[$1]]. |
11 | 16 | Be sure the page you are about to create does not already exist under a different title. |
— | — | @@ -14,10 +19,18 @@ |
15 | 20 | |
16 | 21 | 'index' => 'Index', |
17 | 22 | 'index-legend' => 'Search the index', |
18 | | - 'index-search' => 'Search: ', |
| 23 | + 'index-search' => 'Search:', |
19 | 24 | 'index-submit' => 'Submit', |
20 | 25 | 'index-disambig-start' => "'''$1''' may refer to several pages:", |
21 | 26 | 'index-exclude-categories' => '', # List of categories to exclude from the auto-disambig pages |
22 | 27 | 'index-missing-param' => 'This page cannot be used with no parameters', |
23 | 28 | 'index-emptylist' => 'There are no pages associated with "$1"', |
24 | 29 | ); |
| 30 | + |
| 31 | +/** Message documentation (Message documentation) |
| 32 | + * @author Raymond |
| 33 | + */ |
| 34 | +$messages['qqq'] = array( |
| 35 | + 'indexfunc-desc' => 'Short description of this extension, shown in [[Special:Version]]. Do not translate or change links or tag names.' |
| 36 | +); |
| 37 | + |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -417,6 +417,10 @@ |
418 | 418 | |
419 | 419 | IM Status |
420 | 420 | |
| 421 | +Index Function |
| 422 | +descmsg = indexfunc-desc |
| 423 | +ignored = index-exclude-categories |
| 424 | + |
421 | 425 | Input Box |
422 | 426 | |
423 | 427 | Inspect Cache |