Changeset 40033
- Timestamp:
- 01/31/2017 08:54:49 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r39527 r40033 58 58 'collapseSidebar' => __( 'Collapse Sidebar' ), 59 59 'expandSidebar' => __( 'Expand Sidebar' ), 60 /* translators: hiddenaccessibility text */60 /* translators: accessibility text */ 61 61 'selectFeatureFilter' => __( 'Select one or more Theme features to filter by' ), 62 62 ), -
trunk/src/wp-includes/script-loader.php
r39891 r40033 652 652 /* translators: %s: Plugin name and version */ 653 653 'updateFailedLabel' => __( '%s update failed' ), 654 /* translators: JavaScript accessible string*/654 /* translators: Accessibility text */ 655 655 'updatingMsg' => __( 'Updating... please wait.' ), // No ellipsis. 656 /* translators: JavaScript accessible string*/656 /* translators: Accessibility text */ 657 657 'updatedMsg' => __( 'Update completed successfully.' ), 658 /* translators: JavaScript accessible string*/658 /* translators: Accessibility text */ 659 659 'updateCancel' => __( 'Update canceled.' ), 660 660 'beforeunload' => __( 'Updates may not complete if you navigate away from this page.' ),
Note: See TracChangeset
for help on using the changeset viewer.