r75964 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75963‎ | r75964 | r75965 >
Date:23:36, 3 November 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Tweak messages.
Modified paths:
  • /trunk/extensions/WikiSync/WikiSync.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiSync/WikiSync.i18n.php
@@ -25,8 +25,8 @@
2626 'wikisync_remote_login_button' => 'Log in',
2727 'wikisync_sync_files' => 'Synchronize files',
2828 'wikisync_synchronization_button' => 'Synchronize',
29 - 'wikisync_log_imported_by' => 'Imported by [[Special:WikiSync]]',
30 - 'wikisync_log_uploaded_by' => 'Uploaded by [[Special:WikiSync]]',
 29+ 'wikisync_log_imported_by' => 'Imported by [[Special:WikiSync|WikiSync]]',
 30+ 'wikisync_log_uploaded_by' => 'Uploaded by [[Special:WikiSync|WikiSync]]',
3131 'wikisync_api_result_unknown_action' => 'Unknown API action',
3232 'wikisync_api_result_exception' => 'Exception occured in local API call',
3333 'wikisync_api_result_noaccess' => 'Only members of the following groups can perform this action: $1',
@@ -65,7 +65,7 @@
6666 'wikisync_js_sync_to_itself' => 'You cannot synchronize the wiki to itself',
6767 'wikisync_js_diff_search' => 'Looking for difference in destination revisions',
6868 'wikisync_js_revision' => 'Revision $1',
69 - 'wikisync_js_file_size_mismatch' => 'Temporary file $1 size ($2 bytes) does not match required size ($3 bytes). Make sure the file $4 was not manually overwritten in repository of source wiki.'
 69+ 'wikisync_js_file_size_mismatch' => 'Temporary file "$1" size ($2 bytes) does not match required size ($3 bytes). Make sure the file $4 was not manually overwritten in repository of source wiki.', // FIXME: needs plural support.
7070 );
7171
7272 /** Message documentation (Message documentation)

Status & tagging log