Index: branches/robchurch/reports/maintenance/language/messages.inc |
— | — | @@ -931,6 +931,22 @@ |
932 | 932 | 'shortpages', |
933 | 933 | 'shortpages-header', |
934 | 934 | ), |
| 935 | + 'reports' => array( |
| 936 | + 'specialpages-reports', |
| 937 | + 'report-paging-first', |
| 938 | + 'report-paging-last', |
| 939 | + 'report-paging-next', |
| 940 | + 'report-paging-prev', |
| 941 | + 'report-cached', |
| 942 | + 'report-cached-timestamp', |
| 943 | + 'report-disabled', |
| 944 | + 'report-no-results', |
| 945 | + 'report-filter-legend', |
| 946 | + 'report-filter-namespace', |
| 947 | + 'report-filter-namespace-all', |
| 948 | + 'report-filter-redirects', |
| 949 | + 'report-filter-submit', |
| 950 | + ), |
935 | 951 | 'specialpages' => array( |
936 | 952 | 'nbytes', |
937 | 953 | 'ncategories', |
— | — | @@ -2185,6 +2201,8 @@ |
2186 | 2202 | 'brokenredirects' => '', |
2187 | 2203 | 'withoutinterwiki' => '', |
2188 | 2204 | 'fewestrevisions' => '', |
| 2205 | + 'shortpages' => 'Short pages', |
| 2206 | + 'reports' => 'Report pages', |
2189 | 2207 | 'specialpages' => 'Miscellaneous special pages', |
2190 | 2208 | 'booksources' => 'Book sources', |
2191 | 2209 | 'specialpages2' => '', |