Changeset 42648 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 02/05/2018 02:29:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r42616 r42648 138 138 'wp-ajax-response', 'wpAjax', array( 139 139 'noPerm' => __( 'Sorry, you are not allowed to do that.' ), 140 'broken' => __( 'An unidentifiederror has occurred.' ),140 'broken' => __( 'An error has occurred.' ), 141 141 ) 142 142 ); … … 606 606 'action' => __( 'Action' ), 607 607 'discardChanges' => __( 'Discard changes' ), 608 'cheatin' => __( 'Cheatin’ uh?' ), 608 'cheatin' => __( 'An error has occurred.' ), 609 'notAllowedHeading' => __( 'You don’t have permission to do this.' ), 609 610 'notAllowed' => __( 'Sorry, you are not allowed to customize this site.' ), 610 611 'previewIframeTitle' => __( 'Site Preview' ), … … 689 690 'admin-tags', 'tagsl10n', array( 690 691 'noPerm' => __( 'Sorry, you are not allowed to do that.' ), 691 'broken' => __( 'An unidentifiederror has occurred.' ),692 'broken' => __( 'An error has occurred.' ), 692 693 ) 693 694 ); … … 918 919 /* translators: %s: Importer name */ 919 920 'activateImporterLabel' => __( 'Run %s' ), 920 'unknownError' => __( 'An unidentifiederror has occurred.' ),921 'unknownError' => __( 'An error has occurred.' ), 921 922 'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ), 922 923 'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ),
Note: See TracChangeset
for help on using the changeset viewer.