Index: trunk/extensions/WikiSync/WikiSyncPage.php |
— | — | @@ -72,8 +72,10 @@ |
73 | 73 | wfMsgHtml( 'wikisync_sync_files' ), |
74 | 74 | array( '__tag'=>'input', 'type'=>'checkbox', 'id'=>'ws_sync_files', 'name'=>'ws_sync_files', 'onchange'=>$js_blur, 'onmouseup'=>$js_blur, 'checked'=>'' ), |
75 | 75 | array( '__tag'=>'br', 'clear'=>'all', '' ), |
76 | | - wfMsgHtml( 'wikisync_store_password' ), |
77 | | - array( '__tag'=>'input', 'type'=>'checkbox', 'id'=>'ws_store_password', 'name'=>'ws_store_password', 'onchange'=>$js_blur, 'onmouseup'=>$js_blur ) |
| 76 | + array( '__tag'=>'span', 'title'=>wfMsgHtml( 'wikisync_storing_password_warning' ), |
| 77 | + wfMsgHtml( 'wikisync_store_password' ), |
| 78 | + array( '__tag'=>'input', 'type'=>'checkbox', 'id'=>'ws_store_password', 'name'=>'ws_store_password', 'onchange'=>$js_blur, 'onmouseup'=>$js_blur ) |
| 79 | + ) |
78 | 80 | ) |
79 | 81 | ), |
80 | 82 | array( '__tag'=>'tr', |
Index: trunk/extensions/WikiSync/WikiSync.i18n.php |
— | — | @@ -25,6 +25,7 @@ |
26 | 26 | 'wikisync_remote_login_button' => 'Log in', |
27 | 27 | 'wikisync_sync_files' => 'Synchronize files', |
28 | 28 | 'wikisync_store_password' => 'Store remote wiki password', |
| 29 | + 'wikisync_storing_password_warning' => 'Storing remote password is insecure and is not recommended', |
29 | 30 | 'wikisync_synchronization_button' => 'Synchronize', |
30 | 31 | 'wikisync_scheduler_log' => 'Scheduler log', |
31 | 32 | 'wikisync_scheduler_setup' => 'Scheduler setup', |
— | — | @@ -797,6 +798,7 @@ |
798 | 799 | 'wikisync_remote_login_button' => 'Зайти', |
799 | 800 | 'wikisync_sync_files' => 'Синхронизировать файлы', |
800 | 801 | 'wikisync_store_password' => 'Сохранить пароль удалённого сайта', |
| 802 | + 'wikisync_storing_password_warning' => 'Сохранение пароля удалённого сайта является небезопасным и поэтому не рекомендуется', |
801 | 803 | 'wikisync_synchronization_button' => 'Синхронизировать', |
802 | 804 | 'wikisync_scheduler_log' => 'Журнал планировщика', |
803 | 805 | 'wikisync_scheduler_setup' => 'Настройки планировщика', |