Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -349,6 +349,7 @@ |
350 | 350 | 'nstab-template', |
351 | 351 | 'nstab-help', |
352 | 352 | 'nstab-category', |
| 353 | + 'mainpage-nstab', |
353 | 354 | ), |
354 | 355 | 'main' => array( |
355 | 356 | 'nosuchaction', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -110,6 +110,7 @@ |
111 | 111 | 'markaspatrolledlink', |
112 | 112 | 'newarticletextanon', |
113 | 113 | 'newsectionheaderdefaultlevel', |
| 114 | + 'mainpage-nstab', |
114 | 115 | 'newtalkseparator', |
115 | 116 | 'noarticletextanon', |
116 | 117 | 'number_of_watching_users_RCview', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -956,6 +956,7 @@ |
957 | 957 | 'nstab-template' => 'Template', |
958 | 958 | 'nstab-help' => 'Help page', |
959 | 959 | 'nstab-category' => 'Category', |
| 960 | +'mainpage-nstab' => '', # do not translate or duplicate this message to other languages |
960 | 961 | |
961 | 962 | # Main script and global functions |
962 | 963 | 'nosuchaction' => 'No such action', |