Index: trunk/phase3/languages/Language.php |
— | — | @@ -65,12 +65,6 @@ |
66 | 66 | # Language-specific text |
67 | 67 | #-------------------------------------------------------------------------- |
68 | 68 | |
69 | | -# NOTE: To turn off "Current Events" in the sidebar, |
70 | | -# set "currentevents" => "-" |
71 | | - |
72 | | -# NOTE: To turn off "Disclaimers" in the title links, |
73 | | -# set "disclaimers" => "-" |
74 | | - |
75 | 69 | # The names of the namespaces can be set here, but the numbers |
76 | 70 | # are magical, so don't change or move them! The Namespace class |
77 | 71 | # encapsulates some of the magic-ness. |
— | — | @@ -489,6 +483,16 @@ |
490 | 484 | # hyphen (-). If you need more characters, you may be able to change |
491 | 485 | # the regex in MagicWord::initRegex |
492 | 486 | |
| 487 | +# NOTE: To turn off "Current Events" in the sidebar, |
| 488 | +# set "currentevents" => "" |
| 489 | + |
| 490 | +# NOTE: To turn off "Disclaimers" in the title links, |
| 491 | +# set "disclaimers" => "" |
| 492 | + |
| 493 | +# NOTE: To turn off "Community portal" in the title links, |
| 494 | +# set "portal" => "" |
| 495 | + |
| 496 | + |
493 | 497 | /* private */ $wgAllMessagesEn = array( |
494 | 498 | |
495 | 499 | # Bits of text used by many pages: |
— | — | @@ -502,6 +506,7 @@ |
503 | 507 | "linktrail" => "/^([a-z]+)(.*)\$/sD", |
504 | 508 | "mainpage" => "Main Page", |
505 | 509 | "mainpagetext" => "Wiki software successfully installed.", |
| 510 | +'portal' => 'Community portal', |
506 | 511 | "about" => "About", |
507 | 512 | "aboutwikipedia" => "About {{SITENAME}}", |
508 | 513 | "aboutpage" => "{{ns:4}}:About", |
— | — | @@ -1508,6 +1513,7 @@ |
1509 | 1514 | 'accesskey-login' => 'l', |
1510 | 1515 | 'accesskey-search' => 's', |
1511 | 1516 | 'accesskey-mainpage' => '', |
| 1517 | +'accesskey-portal' => '', |
1512 | 1518 | 'accesskey-randompage' => 'x', |
1513 | 1519 | 'accesskey-currentevents' => '', |
1514 | 1520 | 'accesskey-sitesupport' => '', |
— | — | @@ -1539,6 +1545,7 @@ |
1540 | 1546 | 'tooltip-logout' => 'The start button', |
1541 | 1547 | 'tooltip-search' => 'Search this wiki', |
1542 | 1548 | 'tooltip-mainpage' => 'Visit the Main Page', |
| 1549 | +'tooltip-portal' => 'About the project, what you can do, where to find things', |
1543 | 1550 | 'tooltip-randompage' => 'Load a random page [alt-x]', |
1544 | 1551 | 'tooltip-currentevents' => 'Find background information on current events', |
1545 | 1552 | 'tooltip-sitesupport' => 'Support {{SITENAME}}', |