Index: trunk/extensions/WikiSync/WikiSync.i18n.php |
— | — | @@ -25,8 +25,8 @@ |
26 | 26 | 'wikisync_remote_login_button' => 'Log in', |
27 | 27 | 'wikisync_sync_files' => 'Synchronize files', |
28 | 28 | '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]]', |
31 | 31 | 'wikisync_api_result_unknown_action' => 'Unknown API action', |
32 | 32 | 'wikisync_api_result_exception' => 'Exception occured in local API call', |
33 | 33 | 'wikisync_api_result_noaccess' => 'Only members of the following groups can perform this action: $1', |
— | — | @@ -65,7 +65,7 @@ |
66 | 66 | 'wikisync_js_sync_to_itself' => 'You cannot synchronize the wiki to itself', |
67 | 67 | 'wikisync_js_diff_search' => 'Looking for difference in destination revisions', |
68 | 68 | '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. |
70 | 70 | ); |
71 | 71 | |
72 | 72 | /** Message documentation (Message documentation) |