Changeset 52978 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r52844 r52978 1193 1193 /* translators: %s: URL to the Customizer to load the autosaved version. */ 1194 1194 'autosaveNotice' => __( 'There is a more recent autosave of your changes than the one you are previewing. <a href="%s">Restore the autosave</a>' ), 1195 'videoHeaderNotice' => __( 'This theme does n’t support video headers on this page. Navigate to the front page or another page that supports video headers.' ),1195 'videoHeaderNotice' => __( 'This theme does not support video headers on this page. Navigate to the front page or another page that supports video headers.' ), 1196 1196 // Used for overriding the file types allowed in Plupload. 1197 1197 'allowedFiles' => __( 'Allowed Files' ), … … 1212 1212 ), 1213 1213 'scheduleDescription' => __( 'Schedule your customization changes to publish ("go live") at a future date.' ), 1214 'themePreviewUnavailable' => __( 'Sorry, you can ’t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.' ),1214 'themePreviewUnavailable' => __( 'Sorry, you cannot preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.' ), 1215 1215 'themeInstallUnavailable' => sprintf( 1216 1216 /* translators: %s: URL to Add Themes admin screen. */ 1217 __( 'You w on’t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href="%s">add themes in the admin</a>.' ),1217 __( 'You will not be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href="%s">add themes in the admin</a>.' ), 1218 1218 esc_url( admin_url( 'theme-install.php' ) ) 1219 1219 ),
Note: See TracChangeset
for help on using the changeset viewer.