r76433 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76432‎ | r76433 | r76434 >
Date:06:59, 10 November 2010
Author:questpc
Status:deferred
Tags:
Comment:
Fixed two English language messages, occasionally overwritten in internal version merge
Modified paths:
  • /trunk/extensions/WikiSync/WikiSync.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiSync/WikiSync.i18n.php
@@ -19,7 +19,7 @@
2020 'wikisync_clear_log' => 'Clear log',
2121 'wikisync_login_to_remote_wiki' => 'Login to remote wiki',
2222 'wikisync_remote_wiki_root' => 'Remote wiki root',
23 - 'wikisync_remote_wiki_example' => 'path to api.php, for example: http://www.mediawiki.org/w',
 23+ 'wikisync_remote_wiki_example' => 'Path to api.php, for example: http://www.mediawiki.org/w',
2424 'wikisync_remote_wiki_user' => 'Remote wiki user name',
2525 'wikisync_remote_wiki_pass' => 'Remote wiki password',
2626 'wikisync_remote_login_button' => 'Log in',
@@ -43,7 +43,7 @@
4444 'wikisync_api_result_NoName' => 'You did not set the lgname parameter',
4545 'wikisync_api_result_Illegal' => 'You provided an illegal username',
4646 'wikisync_api_result_NotExists' => 'The username you provided does not exist',
47 - 'wikisync_api_result_EmptyPass' => 'You didn\'t set the lgpassword parameter or you left it empty',
 47+ 'wikisync_api_result_EmptyPass' => 'You did not set the lgpassword parameter or you left it empty',
4848 'wikisync_api_result_WrongPass' => 'The password you provided is incorrect',
4949 'wikisync_api_result_WrongPluginPass' => 'The password you provided is incorrect',
5050 'wikisync_api_result_CreateBlocked' => 'The wiki tried to automatically create a new account for you, but your IP address has been blocked from account creation',
@@ -51,7 +51,7 @@
5252 'wikisync_api_result_Blocked' => 'User is blocked',
5353 'wikisync_api_result_mustbeposted' => 'The login module requires a POST request',
5454 'wikisync_api_result_NeedToken' => 'Either you did not provide the login token or the sessionid cookie. Request again with the token and cookie given in this response',
55 - 'wikisync_api_result_no_import_rights' => 'This user is not allowed to import xml dump files',
 55+ 'wikisync_api_result_no_import_rights' => 'This user is not allowed to import XML dump files',
5656 'wikisync_api_result_Success' => 'Successfully logged into remote wiki site',
5757 'wikisync_js_last_op_error' => 'Last operation returned an error.
5858

Status & tagging log