| Index: trunk/phase3/maintenance/language/messages.inc |
| — | — | @@ -3453,6 +3453,30 @@ |
| 3454 | 3454 | 'compare-title-not-exists', |
| 3455 | 3455 | 'compare-revision-not-exists', |
| 3456 | 3456 | ), |
| | 3457 | + 'globalfileusage' => array( |
| | 3458 | + 'globalfileusage', |
| | 3459 | + 'globalfileusage-for', |
| | 3460 | + 'globalfileusage-desc', |
| | 3461 | + 'globalfileusage-ok', |
| | 3462 | + 'globalfileusage-text', |
| | 3463 | + 'globalfileusage-no-results', |
| | 3464 | + 'globalfileusage-on-wiki', |
| | 3465 | + 'globalfileusage-of-file', |
| | 3466 | + 'globalfileusage-more', |
| | 3467 | + 'globalfileusage-filterlocal', |
| | 3468 | + ), |
| | 3469 | + 'globaltemplateusage' => array( |
| | 3470 | + 'globaltemplateusage', |
| | 3471 | + 'globaltemplateusage-for', |
| | 3472 | + 'globaltemplateusage-desc', |
| | 3473 | + 'globaltemplateusage-ok', |
| | 3474 | + 'globaltemplateusage-text', |
| | 3475 | + 'globaltemplateusage-no-results', |
| | 3476 | + 'globaltemplateusage-on-wiki', |
| | 3477 | + 'globaltemplateusage-of-file', |
| | 3478 | + 'globaltemplateusage-more', |
| | 3479 | + 'globaltemplateusage-filterlocal', |
| | 3480 | + ), |
| 3457 | 3481 | 'db-error-messages' => array( |
| 3458 | 3482 | 'dberr-header', |
| 3459 | 3483 | 'dberr-problems', |
| — | — | @@ -3731,6 +3755,8 @@ |
| 3732 | 3756 | 'external_images' => 'External image whitelist', |
| 3733 | 3757 | 'special-tags' => 'Special:Tags', |
| 3734 | 3758 | 'comparepages' => 'Special:ComparePages', |
| | 3759 | + 'globalfileusage' => 'Special:GlobalFileUsage', |
| | 3760 | + 'globaltemplateusage' => 'Special:GlobalTemplateUsage', |
| 3735 | 3761 | 'db-error-messages' => 'Database error messages', |
| 3736 | 3762 | 'html-forms' => 'HTML forms', |
| 3737 | 3763 | 'sqlite' => 'SQLite database support', |