Changeset 42811 for branches/4.9/src/wp-includes/script-loader.php
- Timestamp:
- 03/09/2018 12:14:20 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 42648,42719
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/script-loader.php
r42548 r42811 131 131 did_action( 'init' ) && $scripts->localize( 'wp-ajax-response', 'wpAjax', array( 132 132 'noPerm' => __('Sorry, you are not allowed to do that.'), 133 'broken' => __(' An unidentified error has occurred.')133 'broken' => __('Something went wrong.') 134 134 ) ); 135 135 … … 563 563 'action' => __( 'Action' ), 564 564 'discardChanges' => __( 'Discard changes' ), 565 'cheatin' => __( 'Cheatin’ uh?' ), 565 'cheatin' => __( 'Something went wrong.' ), 566 'notAllowedHeading' => __( 'You need a higher level of permission.' ), 566 567 'notAllowed' => __( 'Sorry, you are not allowed to customize this site.' ), 567 568 'previewIframeTitle' => __( 'Site Preview' ), … … 642 643 did_action( 'init' ) && $scripts->localize( 'admin-tags', 'tagsl10n', array( 643 644 'noPerm' => __('Sorry, you are not allowed to do that.'), 644 'broken' => __(' An unidentified error has occurred.')645 'broken' => __('Something went wrong.') 645 646 )); 646 647 … … 836 837 /* translators: %s: Importer name */ 837 838 'activateImporterLabel' => __( 'Run %s' ), 838 'unknownError' => __( ' An unidentified error has occurred.' ),839 'unknownError' => __( 'Something went wrong.' ), 839 840 'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ), 840 841 'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ),
Note: See TracChangeset
for help on using the changeset viewer.