Changeset 37:89b90dfd3913
- Timestamp:
- 04/28/11 18:22:27 (14 years ago)
- Branch:
- safemode
- Children:
- 42:aba6d23140fc, 44:1ba2d7aa0d98, 45:282249d3b55d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r36 r37 393 393 echo 394 394 '<p><a href="auth.php?safe_mode=1" id="safe_mode_link">'.__('I want to log in in safe mode').'</a></p>'. 395 '<p class="form-note"><a href="#" id="safe_mode_link_help">'.__(' Know more about safe mode').'</a></p>'.395 '<p class="form-note"><a href="#" id="safe_mode_link_help">'.__('What is dotclear safe mode ?').'</a></p>'. 396 396 '<p id="safe_mode_help"><em>'. 397 __('This mode allows you to log in without any plugin loaded (very usefull in case of conflict between two of them for example)').' '.398 __('Disable or delete plugin(s) which are giving you troubles then log out. You can after log in as usual').397 __('This mode allows you to login without activating any of your plugins. This may be useful to solve compatibility problems').' '. 398 __('Disable or delete any plugin suspected to cause trouble, then log out and log back in normally.'). 399 399 '</em></p>'; 400 400 } -
inc/admin/lib.dc.page.php
r36 r37 138 138 echo 139 139 '<div class="error"><h3>'.__('Safe mode').'</h3>'. 140 '<p>'.__('You are in safe mode. All plugins have been temporar y disabled. Remind to log out then log in again normally to get back all functionalities').'</p>'.140 '<p>'.__('You are in safe mode. All plugins have been temporarily disabled. Remind to log out then log in again normally to get back all functionalities').'</p>'. 141 141 '</div>'; 142 142 }
Note: See TracChangeset
for help on using the changeset viewer.