Ticket #42087: 42087.3.diff
File 42087.3.diff, 10.0 KB (added by , 7 years ago) |
---|
-
wp-admin/about.php
49 49 50 50 <div class="feature-section one-col"> 51 51 <div class="col"> 52 <h2><?php _e( 'Major Customizer Improvements, Code Error Checking, and More!' ); ?></h2> 53 <p><?php _e( 'Welcome to an improved Customizer workflow with design drafts, locking, scheduling, and preview links. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got a great new Gallery widget and improvements to theme browsing and switching.' ); ?></p> 52 <h2> 53 <?php 54 printf( 55 /* translators: %s: party popper emoji */ 56 __( 'Major Customizer Improvements, Code Error Checking, and More! %s' ), 57 '🎉' 58 ); 59 ?> 60 </h2> 61 <p><?php _e( 'Welcome to an improved Customizer workflow with design drafts, locking, scheduling, and preview links. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got a great new Gallery widget and improvements to theme browsing and switching.' ); ?></p> 54 62 </div> 55 63 </div> 56 64 57 65 <hr /> 58 66 59 <h2><?php _e( 'Customizer Workflow Improved' ); ?></h2> 67 <h2> 68 <?php 69 printf( 70 /* translators: %s: wrench emoji */ 71 __( 'Customizer Workflow Improved %s' ), 72 '🔧' 73 ); 74 ?> 75 </h2> 60 76 61 77 <div class="headline-feature one-col"> 62 78 <div class="col"> … … 74 90 <p><?php _e( 'Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to your team and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?' ); ?></p> 75 91 </div> 76 92 <div class="col"> 77 <h3><?php _e( ' One Design Lock To Protect Them All' ); ?></h3>93 <h3><?php _e( 'Design Locking To Guard Your Changes' ); ?></h3> 78 94 <p><?php _e( 'Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.' );?></p> 79 95 </div> 80 96 <div class="col"> 81 <h3><?php _e( 'Protection for Unsaved Design Changes' ); ?></h3> 82 <p><?php 83 /* Translators: Donuts are a deliciously irresistible fried treat. They can be somewhat like cake, where crumbs can get into places like your keyboard. Insert your favorite local pastry here. */ 84 _e( 'Those fresh donuts in the break room lured you away from your desk before you saved your new draft design. Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes. We haven’t however, got a solution for donut crumbs in your keyboard. (Yet.)' ); 85 ?></p> 97 <h3><?php _e( 'A Prompt to Protect Your Work' ); ?></h3> 98 <p><?php _e( 'Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.' ); ?></p> 86 99 </div> 87 100 </div> 88 101 89 102 <hr /> 90 103 91 <h2><?php _e( 'Coding Enhancements for CSS Editing and the Custom HTML Widget' ); ?></h2> 104 <h2> 105 <?php 106 printf( 107 /* translators: %s: technologist (woman) emoji */ 108 __( 'Coding Enhancements %s' ), 109 '👩🏾‍💻' 110 ); 111 ?> 112 </h2> 92 113 93 114 <div class="feature-section three-col"> 94 115 <div class="col"> 95 116 <h3><?php _e( 'Syntax Highlighting and Error Checking? Yes, Please!' ); ?></h3> 96 <p><?php _e( 'You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint codingerrors quickly. Practically guaranteed to help you scan code more easily and suss out and fix code errors quickly.' ); ?></p>117 <p><?php _e( 'You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily and suss out and fix code errors quickly.' ); ?></p> 97 118 </div> 98 119 <div class="col"> 99 120 <h3><?php _e( 'Sandbox for Safety' ); ?></h3> … … 100 121 <p><?php _e( 'The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.' ); ?></p> 101 122 </div> 102 123 <div class="col"> 103 <h3><?php _e( 'Warning: Potential Danger Ahead! ' ); ?></h3> 104 <p><?php 105 /* Translators: Walking across the Grand Canyon on a tightrope is a very dangerous activity: https://www.usatoday.com/story/news/nation/2013/06/23/wallenda-tightrope-colorado-river-gorge/2450505/ 106 * If this concept doesn't translate well in your language, please insert a very dangerous, yet slightly humorous alternative. */ 107 _e( 'When you edit themes and plugins directly, WordPress 4.9 will politely warn you of that you’re walking the coding equivalent of a tightrope over the Grand Canyon, and let you know that you have a safety net available if you draft and test changes before update your file. Take the safe route: You’ll thank you. Your team and customers will thank you.' ) 108 ;?></p> 124 <h3><?php _e( 'Warning: Potential Danger Ahead!' ); ?></h3> 125 <p><?php _e( 'When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before update your file. Take the safe route: You’ll thank you. Your team and customers will thank you.' );?></p> 109 126 </div> 110 127 </div> 111 128 112 129 <hr /> 113 130 114 <h2><?php _e( 'Oh Hey There, Gallery Widget!' ); ?></h2> 131 <h2> 132 <?php 133 printf( 134 /* translators: %s: frame with picture emoji */ 135 __( 'Even More Widget Updates %s' ), 136 '🖼' 137 ); 138 ?> 139 </h2> 115 140 116 141 <div class="feature-section two-col"> 117 142 <div class="col"> 118 <h3><?php _e( ' Gallery? Gallerah, Rah!' ); ?></h3>143 <h3><?php _e( 'The New Gallery Widget' ); ?></h3> 119 144 <p><?php _e( 'An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via widget. Yes!' ); ?></p> 120 145 </div> 121 146 <div class="col"> 122 147 <h3><?php _e( 'Press a Button, Add Media' ); ?></h3> 123 <p><?php _e( 'Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our decidedly unfancy, yet wholly utilitarianAdd Media button. Woo!' ); ?></p>148 <p><?php _e( 'Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!' ); ?></p> 124 149 </div> 125 150 </div> 126 151 127 152 <hr /> 128 153 129 <h2><?php _e( 'Theme Improvements: Previews and Persistent Widgets and Menus' ); ?></h2> 154 <h2> 155 <?php 156 printf( 157 /* translators: %s: hammer emoji */ 158 __( 'Site Building Improvements %s' ), 159 '🔨' 160 ); 161 ?> 162 </h2> 130 163 131 164 <div class="feature-section two-col"> 132 165 <div class="col"> 133 <h3><?php _e( ' Oh Say, Can You Theme Switch?' ); ?></h3>134 <p><?php _e( 'When you switch themes, widgets sometimes think they can just up and move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. 166 <h3><?php _e( 'More Reliable Theme Switching' ); ?></h3> 167 <p><?php _e( 'When you switch themes, widgets sometimes think they can just up and move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. Additionally, you can preview installed themes or download, install, and preview new themes right. Nothing says handy like being able to preview before you deploy. ' ); ?></p> 135 168 </div> 136 169 <div class="col"> 137 <h3><?php _e( 'Better Menu Instructions EqualLess Confusion' ); ?></h3>138 <p><?php _e( 'Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Freshly pressed copy will guide you with grace and aplomb.' ); ?></p>170 <h3><?php _e( 'Better Menu Instructions = Less Confusion' ); ?></h3> 171 <p><?php _e( 'Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.' ); ?></p> 139 172 </div> 140 173 </div> 141 174 142 175 <hr /> 176 177 <div class="feature-section one-col"> 178 <div class="col"> 179 <h2> 180 <?php 181 printf( 182 /* translators: %s: handshake emoji */ 183 __( 'Lend a Hand with Gutenberg %s' ), 184 '🤝' 185 ); 186 ?> 187 </h2> 188 <p><?php printf( 189 __( 'WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href="%s">early tester</a> or getting involved with the Gutenberg project? <a href="%s">Contribute on GitHub</a>.' ), 190 __( 'https://wordpress.org/plugins/gutenberg/' ), 191 'https://github.com/WordPress/gutenberg' ); ?></p> 192 </div> 193 </div> 194 195 <hr /> 143 196 144 197 <div class="changelog"> 145 198 <h2><?php 146 199 printf( 147 200 /* translators: %s: smiling face with smiling eyes emoji */ 148 __( ' Even MoreDeveloper Happiness %s' ),201 __( 'Developer Happiness %s' ), 149 202 '😊' 150 203 ); 151 204 ?></h2>