Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | $wgMessageStructure = array( |
12 | 12 | 'sidebar' => array( |
13 | 13 | 'sidebar', |
| 14 | + 'language-link-title', |
14 | 15 | ), |
15 | 16 | 'toggles' => array( |
16 | 17 | 'tog-underline', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -473,7 +473,7 @@ |
474 | 474 | XHTML id it should only appear once and include characters that are legal |
475 | 475 | XHTML id names. |
476 | 476 | */ |
477 | | -'sidebar' => ' |
| 477 | +'sidebar' => ' |
478 | 478 | * navigation |
479 | 479 | ** mainpage|mainpage-description |
480 | 480 | ** portal-url|portal |
— | — | @@ -484,6 +484,7 @@ |
485 | 485 | * SEARCH |
486 | 486 | * TOOLBOX |
487 | 487 | * LANGUAGES', # do not translate or duplicate this message to other languages |
| 488 | +'language-link-title' => '$1 version', |
488 | 489 | |
489 | 490 | # User preference toggles |
490 | 491 | 'tog-underline' => 'Underline links:', |
— | — | @@ -3790,6 +3791,4 @@ |
3791 | 3792 | #Lines beginning with # are treated as comments |
3792 | 3793 | |
3793 | 3794 | #Put all regex fragments above this line. Leave this line exactly as it is</pre>', |
3794 | | - |
3795 | | -'language-link-title' => '$1 version', |
3796 | 3795 | ); |