Changeset 8036
- Timestamp:
- 06/03/2008 08:14:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r8014 r8036 84 84 <div id="gears-msg1"> 85 85 <h3 class="info-box-title"><?php _e('Speed up WordPress'); ?></h3> 86 <p><?php _e('WordPress has support for G oogle Gears that adds new features to your web browser.'); ?><br />86 <p><?php _e('WordPress has support for Gears that adds new features to your web browser.'); ?><br /> 87 87 <a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p> 88 88 <p><?php _e('After installing and enabling it, most of the WordPress images, scripts and CSS files will be stored on this computer. This will speed up page loading.'); ?></p> … … 93 93 94 94 <div id="gears-msg2" style="display:none;"> 95 <h3 class="info-box-title"><?php _e('G oogle Gears Status'); ?></h3>96 <p><?php _e('G oogle Gears is installed on this computer but is not enabled for use with WordPress.'); ?></p>97 <p><?php _e('To enable it, make sure this web site is not on the denied list in G oogle Gears Settings under your browser\'s Tools menu, then click the button below.'); ?></p>98 <p><strong><?php _e('However if this is a public or shared computer, G oogle Gears should not be enabled.'); ?></strong></p>99 <div class="submit"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable G oogle Gears'); ?></button>95 <h3 class="info-box-title"><?php _e('Gears Status'); ?></h3> 96 <p><?php _e('Gears is installed on this computer but is not enabled for use with WordPress.'); ?></p> 97 <p><?php _e('To enable it, make sure this web site is not on the denied list in Gears Settings under your browser\'s Tools menu, then click the button below.'); ?></p> 98 <p><strong><?php _e('However if this is a public or shared computer, Gears should not be enabled.'); ?></strong></p> 99 <div class="submit"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button> 100 100 <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';">Cancel</button></div> 101 101 </div> 102 102 103 103 <div id="gears-msg3" style="display:none;"> 104 <h3 class="info-box-title"><?php _e('G oogle Gears Status'); ?></h3>105 <p><?php _e('G oogle Gears is installed and enabled on this computer. You can disable it from your browser Tools menu.'); ?></p>104 <h3 class="info-box-title"><?php _e('Gears Status'); ?></h3> 105 <p><?php _e('Gears is installed and enabled on this computer. You can disable it from your browser Tools menu.'); ?></p> 106 106 <p><?php _e('If there are any errors, try disabling Gears, then reload the page and enable it again.'); ?></p> 107 107 <p><?php _e('Local storage status:'); ?> <span id="gears-wait"><span style="color:#f00;"><?php _e('Please wait! Updating files:'); ?></span> <span id="gears-upd-number"></span></span></p>
Note: See TracChangeset
for help on using the changeset viewer.