Changeset 8741
- Timestamp:
- 08/27/2008 06:33:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r8697 r8741 92 92 <p><?php _e('WordPress now has support for Gears, which adds new features to your web browser.'); ?><br /> 93 93 <a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p> 94 <p><?php _e('After you install and enable Gears most of WordPress’ images, scripts, and CSS files will be stored locally on your computer. This speeds up page load time.'); ?></p>94 <p><?php _e('After you install and enable Gears, most of WordPress’ images, scripts, and CSS files will be stored locally on your computer. This speeds up page load time.'); ?></p> 95 95 <p><strong><?php _e('Don’t install on a public or shared computer.'); ?></strong></p> <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button> 96 96 <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div> … … 99 99 <div id="gears-msg2" style="display:none;"> 100 100 <h3 class="info-box-title"><?php _e('Gears Status'); ?></h3> 101 <p><?php _e('Gears is installed on this computer but is not enabled for use with WordPress.'); ?></p>101 <p><?php _e('Gears is installed on this computer, but is not enabled for use with WordPress.'); ?></p> 102 102 <p><?php 103 103 104 104 if ( $is_safari ) 105 _e('To enable it, makesure this web site is not on the denied list in Gears Settings under the Safari menu, then click the button below.');105 _e('To enable it, ensure this web site is not on the denied list in Gears Settings under the Safari menu, then click the button below.'); 106 106 else 107 _e('To enable it, make sure this web site is not on the denied list in Gears Settings under your browserTools menu, then click the button below.');107 _e('To enable it, ensure this web site is not on the denied list in Gears Settings under your browser’s Tools menu, then click the button below.'); 108 108 109 109 ?></p> 110 <p><strong><?php _e('However if this is a public or shared computer, Gears should not be enabled.'); ?></strong></p>110 <p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p> 111 111 <div class="submit"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button> 112 112 <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div> … … 120 120 _e('Gears is installed and enabled on this computer. You can disable it from the Safari menu.'); 121 121 else 122 _e('Gears is installed and enabled on this computer. You can disable it from your browser Tools menu.');122 _e('Gears is installed and enabled on this computer. You can disable it from your browser’s Tools menu.'); 123 123 124 124 ?></p> 125 <p><?php _e('If there are any errors , try disabling Gears, then reload the page and enable it again.'); ?></p>125 <p><?php _e('If there are any errors try disabling Gears, reloading the page, and re-enabling Gears.'); ?></p> 126 126 <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> 127 127 <div class="submit"><button class="button" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Close'); ?></button></div>
Note: See TracChangeset
for help on using the changeset viewer.