http://www.mediawiki.org/wiki/Special:Code/MediaWiki/71141

Revision: 71141
Author:   siebrand
Date:     2010-08-15 18:58:03 +0000 (Sun, 15 Aug 2010)

Log Message:
-----------
* L10n review
* whitespace updates

Modified Paths:
--------------
    trunk/extensions/Deployment/Deployment.alias.php
    trunk/extensions/Deployment/Deployment.i18n.php
    trunk/extensions/Deployment/Deployment.php

Modified: trunk/extensions/Deployment/Deployment.alias.php
===================================================================
--- trunk/extensions/Deployment/Deployment.alias.php    2010-08-15 18:55:08 UTC 
(rev 71140)
+++ trunk/extensions/Deployment/Deployment.alias.php    2010-08-15 18:58:03 UTC 
(rev 71141)
@@ -19,4 +19,4 @@
        'Extensions' => array( 'Extensions' ),
        'Install' => array( 'Install' ),
        'Update' => array( 'Update', 'Updates' ),
-);
\ No newline at end of file
+);

Modified: trunk/extensions/Deployment/Deployment.i18n.php
===================================================================
--- trunk/extensions/Deployment/Deployment.i18n.php     2010-08-15 18:55:08 UTC 
(rev 71140)
+++ trunk/extensions/Deployment/Deployment.i18n.php     2010-08-15 18:58:03 UTC 
(rev 71141)
@@ -16,11 +16,11 @@
  */
 $messages['en'] = array(
        // General
-       'deployment-desc' => 'Provides a way to install extensions via GUI and 
update them and the wiki itself via another GUI',
+       'deployment-desc' => 'Provides a way to [[Special:Install|install 
MediaWiki extensions]] and [[Special:Update|update MediaWiki and MediaWiki 
extensions]]',
        'extension' => 'Extension',
        'extension-name-missing' => '[no name]',
        'version-unknown' => 'unknown',
-       
+
        // Special pages
        'specialpages-group-administration' => 'Wiki administration',
 
@@ -55,28 +55,34 @@
        'add-new-extensions' => 'Add new',
        'extension-type-all' => 'All',
        'extension-bulk-actions' => 'Bulk Actions',
-       'extension-page-explanation' => 'This page lists the installed 
extensions on this wiki. For more info about this wiki installation, see 
[[Special:Version]].',
-       'extension-none-installed' => 'There are currently no extensions 
installed. You can [[$1|add new ones]].',
+       'extension-page-explanation' => 'This page lists the installed 
extensions on this wiki.
+For more info about this wiki installation, see [[Special:Version]].',
+       'extension-none-installed' => 'There are currently no extensions 
installed.
+You can [[$1|add new ones]].',
        'extension-empty-category' => 'There are no extensions of type 
\'\'$1\'\' installed.',
-       'extension-invalid-category' => 'Could not filter on extension type 
\'\'$1\'\', all extenions are shown instead.',
+       'extension-invalid-category' => 'Could not filter on extension type 
\'\'$1\'\'. 
+All extensions are shown instead.',
 
        // Special:Update
-       'mediawiki-up-to-date' => 'You have the latest version of MediaWiki.',
-       'mediawiki-up-to-date-long' => 'You have the latest version of 
MediaWiki ([[Special:Version|view version]]). You do not need to upgrade.',
+       'mediawiki-up-to-date' => 'You have the latest version of MediaWiki 
installed.',
+       'mediawiki-up-to-date-long' => 'You have the latest version of 
MediaWiki [[[Special:Version|installed]].
+You do not need to update.',
        'mediawiki-update-available' => 'A new version of MediaWiki is 
available!',
-       'mediawiki-update-available-long' => 'MediaWiki version $1 is 
available. [$2 Upgrade now] to keep your wiki secure and get the new awesome 
features in this release.',
+       'mediawiki-update-available-long' => 'MediaWiki version $1 is available.
+[$2 Update now] to keep your wiki secure and get the new features in this 
release.',
        'extensions-up-to-date' => 'Your extensions are all up to date.',
-       
+
        // Special:Install
-       'extensions-description' => 'Extensions extend and expand the 
functionality of MediaWiki. You can browse and search extensions that are in 
the [$1 MediaWiki Extension Repository] to install via this page.',
+       'extensions-description' => 'Extensions extend and expand the 
functionality of MediaWiki.
+You can browse and search extensions that are in the [$1 MediaWiki Extension 
Repository] to install via this page.',
        'search-extensions' => 'Search',
-       'search-extensions-long' => 'Search for extensions by keyword, author, 
or tag.',
+       'search-extensions-long' => 'Search for extensions by keyword, author 
or tag.',
        'search-term' => 'Term',
        'search-author' => 'Author',
        'search-tag' => 'Tag',
        'search-extensions-button' => 'Search extensions',
        'popular-extension-tags' => 'Popular tags',
-       'popular-extension-tags-long' => 'You may also browse based on the most 
popular tags in the Extension Repository:',
+       'popular-extension-tags-long' => 'You may also browse based on the most 
popular tags in the MediaWiki Extension Repository:',
 
        'stability-alpha' => 'Alpha',
        'stability-beta' => 'Beta',
@@ -91,16 +97,16 @@
        'deploy-ftp-username-required' => 'FTP username is required',
        'deploy-ftp-password-required' => 'FTP password is required',
        'deploy-ftp-hostname-required' => 'FTP hostname is required',
-       'deploy-ftp-connect-failed' => 'Failed to connect to FTP server $1:$2',
-       
+       'deploy-ftp-connect-failed' => 'Failed to connect to FTP server $1:$2.',
+
        // Filesystem: FTP
        'deploy-ssh-not-loaded' => 'The FTP SSH2 extension is not available',
        'deploy-ssh2-no-stream-get-contents'  => 'The SSH2 PHP extension is 
available, however, the PHP5 function stream_get_contents() is also required',
        'deploy-ssh2-username-required' => 'SSH username is required',
        'deploy-ssh2-password-required' => 'SSH password or private key is 
required',
        'deploy-ssh2-hostname-required' => 'SSH hostname is required',
-       'deploy-ssh2-connect-failed' => 'Failed to connect to SSH2 server 
$1:$2',
-       'deploy-ssh2-key-authentication-failed' => 'Public and private keys are 
incorrect for username $1',
-       'deploy-ssh2-password-authentication-failed' => 'Username or password 
incorrect for username $1',
+       'deploy-ssh2-connect-failed' => 'Failed to connect to SSH2 server 
$1:$2.',
+       'deploy-ssh2-key-authentication-failed' => 'Public and private keys are 
incorrect for username "$1".',
+       'deploy-ssh2-password-authentication-failed' => 'Username or password 
incorrect for username "$1".',
        'deploy-ssh2-command-failed' => 'Unable to perform command: $1',
 );

Modified: trunk/extensions/Deployment/Deployment.php
===================================================================
--- trunk/extensions/Deployment/Deployment.php  2010-08-15 18:55:08 UTC (rev 
71140)
+++ trunk/extensions/Deployment/Deployment.php  2010-08-15 18:58:03 UTC (rev 
71141)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Initialization file for the Deployment extension.
  * Extension documentation: http://www.mediawiki.org/wiki/Extension:Deployment
@@ -68,5 +67,4 @@
                'url' => 'http://www.mediawiki.org/wiki/Extension:Deployment',
                'descriptionmsg' => 'deployment-desc',
        );      
-       
-}
\ No newline at end of file
+}



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to