r70865 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70864‎ | r70865 | r70866 >
Date:09:52, 11 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Added messages for the special pages, based on what WP has.
Modified paths:
  • /trunk/extensions/Deployment/Deployment.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Deployment/Deployment.i18n.php
@@ -31,9 +31,23 @@
3232 'update-title' => 'MediaWiki updates',
3333 'install-title' => 'Install extensions',
3434
 35+ // Special:Dashboard
 36+
3537 // Special:Extensions
3638 'add-new-extensions' => 'Add new',
3739
 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+
3852 // Filesystem: FTP
3953 'deploy-ftp-not-loaded' => 'The FTP PHP extension is not available',
4054 'deploy-ftp-ssl-not-loaded' => 'The loaded FTP PHP extension does not support SSL',

Status & tagging log