Index: trunk/extensions/Deployment/Deployment.i18n.php |
— | — | @@ -31,9 +31,23 @@ |
32 | 32 | 'update-title' => 'MediaWiki updates', |
33 | 33 | 'install-title' => 'Install extensions', |
34 | 34 | |
| 35 | + // Special:Dashboard |
| 36 | + |
35 | 37 | // Special:Extensions |
36 | 38 | 'add-new-extensions' => 'Add new', |
37 | 39 | |
| 40 | + // Special:Update |
| 41 | + 'mediawiki-up-to-date' => 'You have the latest version of MediaWiki.', |
| 42 | + 'mediawiki-up-to-date-long' => 'You have the latest version of MediaWiki. You do not need to upgrade.', |
| 43 | + 'extensions-up-to-date' => 'Your extensions are all up to date.', |
| 44 | + |
| 45 | + // Special:Install |
| 46 | + 'extensions-description' => 'Extensions extend and expand the functionality of MediaWiki. You can browse and search extensions that are in the [http://www.mediawiki.org/wiki/Special:Repository MediaWiki Extension Repository] to install via this page.', |
| 47 | + 'search-extensions' => 'Search', |
| 48 | + 'search-extensions-long' => 'Search for extensions by keyword, author, or tag.', |
| 49 | + 'popular-extension-tags' => 'Popular tags', |
| 50 | + 'popular-extension-tags-long' => 'You may also browse based on the most popular tags in the Extension Repository:', |
| 51 | + |
38 | 52 | // Filesystem: FTP |
39 | 53 | 'deploy-ftp-not-loaded' => 'The FTP PHP extension is not available', |
40 | 54 | 'deploy-ftp-ssl-not-loaded' => 'The loaded FTP PHP extension does not support SSL', |