Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2898,6 +2898,18 @@ |
2899 | 2899 | 'external_images' => array( |
2900 | 2900 | 'external_image_whitelist', |
2901 | 2901 | ), |
| 2902 | + 'special-tag' => array( |
| 2903 | + 'tag-filter', |
| 2904 | + 'tag-filter-submit', |
| 2905 | + 'tags-title', |
| 2906 | + 'tags-intro', |
| 2907 | + 'tags-tag', |
| 2908 | + 'tags-display-header', |
| 2909 | + 'tags-description-header', |
| 2910 | + 'tags-hitcount-header', |
| 2911 | + 'tags-edit', |
| 2912 | + 'tags-hitcount', |
| 2913 | + ), |
2902 | 2914 | ); |
2903 | 2915 | |
2904 | 2916 | /** Comments for each block */ |
— | — | @@ -3094,6 +3106,7 @@ |
3095 | 3107 | 'special-specialpages' => 'Special:SpecialPages', |
3096 | 3108 | 'special-blank' => 'Special:BlankPage', |
3097 | 3109 | 'external_images' => 'External image whitelist', |
| 3110 | + 'special-tag' => 'Special:Tag', |
3098 | 3111 | ); |
3099 | 3112 | |
3100 | 3113 | /** Short comments for standalone messages */ |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -432,6 +432,7 @@ |
433 | 433 | 'Blankpage' => array( 'BlankPage' ), |
434 | 434 | 'LinkSearch' => array( 'LinkSearch' ), |
435 | 435 | 'DeletedContributions' => array( 'DeletedContributions' ), |
| 436 | + 'Tags' => array( 'Tags' ), |
436 | 437 | ); |
437 | 438 | |
438 | 439 | /** |