Index: trunk/extensions/WikiSync/WikiSync.i18n.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | 'wikisync_clear_log' => 'Clear log', |
21 | 21 | 'wikisync_login_to_remote_wiki' => 'Login to remote wiki', |
22 | 22 | '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', |
24 | 24 | 'wikisync_remote_wiki_user' => 'Remote wiki user name', |
25 | 25 | 'wikisync_remote_wiki_pass' => 'Remote wiki password', |
26 | 26 | 'wikisync_remote_login_button' => 'Log in', |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | 'wikisync_api_result_NoName' => 'You did not set the lgname parameter', |
45 | 45 | 'wikisync_api_result_Illegal' => 'You provided an illegal username', |
46 | 46 | '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', |
48 | 48 | 'wikisync_api_result_WrongPass' => 'The password you provided is incorrect', |
49 | 49 | 'wikisync_api_result_WrongPluginPass' => 'The password you provided is incorrect', |
50 | 50 | '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 @@ |
52 | 52 | 'wikisync_api_result_Blocked' => 'User is blocked', |
53 | 53 | 'wikisync_api_result_mustbeposted' => 'The login module requires a POST request', |
54 | 54 | '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', |
56 | 56 | 'wikisync_api_result_Success' => 'Successfully logged into remote wiki site', |
57 | 57 | 'wikisync_js_last_op_error' => 'Last operation returned an error. |
58 | 58 | |