Make WordPress Core

Changeset 53131


Ignore:
Timestamp:
04/11/2022 11:40:38 AM (2 years ago)
Author:
audrasjb
Message:

Administration: Remove self-reference ("we") in WordPress Admin.

This changes updates many strings to remove self-references to an undefined "we" collective across the WordPress Administration.

The goal of this change is to better match the guidelines and recommendations set forth in the make/core handbook, specifically:

the word "we" should be avoided (…) unless its made very clear which group is speaking.

Props johnbillion, shital-patel, audrasjb, marybaum, SergeyBiryukov, peterwilsoncc, johnjamesjacoby, kebbet, costdev, chaion07, davidbaumwald.
Fixes #46057.

Location:
trunk
Files:
30 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-advanced.php

    r52978 r53131  
    449449<div id="lost-connection-notice" class="error hidden">
    450450    <p><span class="spinner"></span> <?php _e( '<strong>Connection lost.</strong> Saving has been disabled until you are reconnected.' ); ?>
    451     <span class="hide-if-no-sessionstorage"><?php _e( 'We are backing up this post in your browser, just in case.' ); ?></span>
     451    <span class="hide-if-no-sessionstorage"><?php _e( 'This post is being backed up in your browser, just in case.' ); ?></span>
    452452    </p>
    453453</div>
  • trunk/src/wp-admin/export.php

    r52285 r53131  
    172172
    173173<p><?php _e( 'When you click the button below WordPress will create an XML file for you to save to your computer.' ); ?></p>
    174 <p><?php _e( 'This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.' ); ?></p>
     174<p><?php _e( 'This format, which is called WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.' ); ?></p>
    175175<p><?php _e( 'Once you&#8217;ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.' ); ?></p>
    176176
  • trunk/src/wp-admin/freedoms.php

    r52978 r53131  
    9797            printf(
    9898                /* translators: 1: URL to Plugins screen, 2: URL to Themes screen, 3: https://wordpress.org/about/license/ */
    99                 __( 'Every plugin and theme in WordPress.org&#8217;s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it&#8217;s GPL</a> first. If they do not respect the WordPress license, we do not recommend them.' ),
     99                __( 'Every plugin and theme in WordPress.org&#8217;s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it&#8217;s GPL</a> first. If they do not respect the WordPress license, it is not recommended to use them.' ),
    100100                $plugins_url,
    101101                $themes_url,
  • trunk/src/wp-admin/includes/class-core-upgrader.php

    r52576 r53131  
    158158            $wp_filesystem->delete( $working_dir, true );
    159159            WP_Upgrader::release_lock( 'core_updater' );
    160             return new WP_Error( 'copy_failed_for_update_core_file', __( 'The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.' ), 'wp-admin/includes/update-core.php' );
     160            return new WP_Error( 'copy_failed_for_update_core_file', __( 'The update can not be installed because some files could not be copied. This is usually due to inconsistent file permissions.' ), 'wp-admin/includes/update-core.php' );
    161161        }
    162162        $wp_filesystem->chmod( $wp_dir . 'wp-admin/includes/update-core.php', FS_CHMOD_FILE );
  • trunk/src/wp-admin/includes/class-language-pack-upgrader.php

    r49091 r53131  
    111111     */
    112112    public function upgrade_strings() {
    113         $this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while we update them as well.' );
     113        $this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while they are updated as well.' );
    114114        $this->strings['up_to_date']       = __( 'Your translations are all up to date.' );
    115115        $this->strings['no_package']       = __( 'Update package not available.' );
  • trunk/src/wp-admin/includes/class-wp-automatic-updater.php

    r53064 r53131  
    779779                // Potential for confusion, and also not useful for them to know at this point.
    780780                if ( 'fail' === $type && ! $newer_version_available ) {
    781                     $body .= __( 'We tried but were unable to update your site automatically.' ) . ' ';
     781                    $body .= __( 'An attempt was made, but your site could not be updated automatically.' ) . ' ';
    782782                }
    783783
     
    845845            /* translators: %s: WordPress version. */
    846846            $body .= sprintf( __( 'Your site was running version %s.' ), get_bloginfo( 'version' ) );
    847             $body .= ' ' . __( 'We have some data that describes the error your site encountered.' );
     847            $body .= ' ' . __( 'Some data that describes the error your site encountered has been put together.' );
    848848            $body .= ' ' . __( 'Your hosting company, support forum volunteers, or a friendly developer may be able to use this information to help you:' );
    849849
  • trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r52239 r53131  
    592592
    593593        /* translators: Default privacy policy heading. */
    594         $strings[] = '<h2>' . __( 'Where we send your data' ) . '</h2>';
     594        $strings[] = '<h2>' . __( 'Where your data is sent' ) . '</h2>';
    595595
    596596        if ( $description ) {
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r52997 r53131  
    163163        $this->strings['mkdir_failed']         = __( 'Could not create directory.' );
    164164        $this->strings['incompatible_archive'] = __( 'The package could not be installed.' );
    165         $this->strings['files_not_writable']   = __( 'The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.' );
     165        $this->strings['files_not_writable']   = __( 'The update can not be installed because some files could not be copied. This is usually due to inconsistent file permissions.' );
    166166
    167167        $this->strings['maintenance_start'] = __( 'Enabling Maintenance mode&#8230;' );
  • trunk/src/wp-admin/includes/dashboard.php

    r52980 r53131  
    14151415             * Use endonyms (native locale names) whenever possible.
    14161416             */
    1417             __( 'We could not locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.' ),
     1417            __( '%s could not be located. Please try another nearby city. For example: Kansas City; Springfield; Portland.' ),
    14181418            '<em>{{data.unknownCity}}</em>'
    14191419        );
  • trunk/src/wp-admin/includes/update-core.php

    r53060 r53131  
    995995        return new WP_Error(
    996996            'copy_failed_for_version_file',
    997             __( 'The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.' ),
     997            __( 'The update can not be installed because some files could not be copied. This is usually due to inconsistent file permissions.' ),
    998998            'wp-includes/version.php'
    999999        );
  • trunk/src/wp-admin/network/settings.php

    r51475 r53131  
    163163                    <input name="new_admin_email" type="email" id="admin_email" aria-describedby="admin-email-desc" class="regular-text" value="<?php echo esc_attr( get_site_option( 'admin_email' ) ); ?>" />
    164164                    <p class="description" id="admin-email-desc">
    165                         <?php _e( 'This address is used for admin purposes. If you change this, we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?>
     165                        <?php _e( 'This address is used for admin purposes. If you change this, an email will be sent to your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?>
    166166                    </p>
    167167                    <?php
  • trunk/src/wp-admin/network/upgrade.php

    r52978 r53131  
    139139            ?>
    140140        <h2><?php _e( 'Database Update Required' ); ?></h2>
    141         <p><?php _e( 'WordPress has been updated! Before we send you on your way, we need to individually upgrade the sites in your network.' ); ?></p>
     141        <p><?php _e( 'WordPress has been updated! Next and final step is to individually upgrade the sites in your network.' ); ?></p>
    142142        <?php endif; ?>
    143143
  • trunk/src/wp-admin/options-general.php

    r51475 r53131  
    112112<th scope="row"><label for="new_admin_email"><?php _e( 'Administration Email Address' ); ?></label></th>
    113113<td><input name="new_admin_email" type="email" id="new_admin_email" aria-describedby="new-admin-email-description" value="<?php form_option( 'admin_email' ); ?>" class="regular-text ltr" />
    114 <p class="description" id="new-admin-email-description"><?php _e( 'This address is used for admin purposes. If you change this, we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?></p>
     114<p class="description" id="new-admin-email-description"><?php _e( 'This address is used for admin purposes. If you change this, an email will be sent to your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?></p>
    115115<?php
    116116$new_admin_email = get_option( 'new_admin_email' );
  • trunk/src/wp-admin/options-privacy.php

    r52055 r53131  
    190190    </p>
    191191    <p>
    192         <?php _e( 'After your Privacy Policy page is set, we suggest that you edit it.' ); ?>
    193         <?php _e( 'We would also suggest reviewing your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
     192        <?php _e( 'After your Privacy Policy page is set, you should edit it.' ); ?>
     193        <?php _e( 'It is also suggested that you should review your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
    194194    </p>
    195195    <p>
  • trunk/src/wp-admin/privacy-policy-guide.php

    r51657 r53131  
    6666    <h3 class="section-title"><?php _e( 'Introduction' ); ?></h3>
    6767    <p><?php _e( 'This text template will help you to create your web site&#8217;s privacy policy.' ); ?></p>
    68     <p><?php _e( 'We have suggested the sections you will need. Under each section heading you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.' ); ?></p>
     68    <p><?php _e( 'The template contains a suggestion of sections you most likely will need. Under each section heading you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.' ); ?></p>
    6969    <p><?php _e( 'Please edit your privacy policy content, making sure to delete the summaries, and adding any information from your theme and plugins. Once you publish your policy page, remember to add it to your navigation menu.' ); ?></p>
    7070    <p><?php _e( 'It is your responsibility to write a comprehensive privacy policy, to make sure it reflects all national and international legal requirements on privacy, and to keep your policy current and accurate.' ); ?></p>
  • trunk/src/wp-admin/setup-config.php

    r52978 r53131  
    159159        ?>
    160160<h1 class="screen-reader-text"><?php _e( 'Before getting started' ); ?></h1>
    161 <p><?php _e( 'Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.' ); ?></p>
     161<p><?php _e( 'Welcome to WordPress. Before getting started, some information on the database is needed. You will need to know the following items before proceeding.' ); ?></p>
    162162<ol>
    163163    <li><?php _e( 'Database name' ); ?></li>
     
    171171        printf(
    172172            /* translators: %s: wp-config.php */
    173             __( 'We are going to use this information to create a %s file.' ),
     173            __( 'This information is being used to create a %s file.' ),
    174174            '<code>wp-config.php</code>'
    175175        );
     
    188188        printf(
    189189            /* translators: %s: Documentation URL. */
    190             __( 'Need more help? <a href="%s">We got it</a>.' ),
     190            __( 'Need more help? <a href="%s">Read the support article on wp-config.php</a>.' ),
    191191            __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
    192192        );
  • trunk/src/wp-admin/upgrade.php

    r50561 r53131  
    138138            ?>
    139139    <h1><?php _e( 'Database Update Required' ); ?></h1>
    140 <p><?php _e( 'WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.' ); ?></p>
     140<p><?php _e( 'WordPress has been updated! Next and final step is to update your database to the newest version.' ); ?></p>
    141141<p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p>
    142142<p class="step"><a class="button button-large button-primary" href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
  • trunk/src/wp-admin/user-edit.php

    r53111 r53131  
    515515                            <?php if ( $profile_user->ID === $current_user->ID ) : ?>
    516516                                <p class="description" id="email-description">
    517                                     <?php _e( 'If you change this, we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?>
     517                                    <?php _e( 'If you change this, an email will be sent at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?>
    518518                                </p>
    519519                            <?php endif; ?>
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r52978 r53131  
    69646964        $title = isset( $matchtitle[1] ) ? $matchtitle[1] : '';
    69656965        if ( empty( $title ) ) {
    6966             return $this->pingback_error( 32, __( 'We cannot find a title on that page.' ) );
     6966            return $this->pingback_error( 32, __( 'A title on that page can not be found.' ) );
    69676967        }
    69686968
  • trunk/src/wp-includes/ms-functions.php

    r53011 r53131  
    491491        $errors->add( 'user_email', __( 'Please enter a valid email address.' ) );
    492492    } elseif ( is_email_address_unsafe( $user_email ) ) {
    493         $errors->add( 'user_email', __( 'You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider.' ) );
     493        $errors->add( 'user_email', __( 'You cannot use that email address to signup. There are problems with them blocking some emails from WordPress. Please use another email provider.' ) );
    494494    }
    495495
  • trunk/src/wp-includes/theme.json

    r53130 r53131  
    1414            "customDuotone": true,
    1515            "customGradient": true,
    16             "defaultDuotone": true,
    1716            "defaultGradients": true,
    1817            "defaultPalette": true,
    1918            "duotone": [
    2019                {
    21                     "name": "Dark grayscale",
     20                    "name":  "Dark grayscale" ,
    2221                    "colors": [ "#000000", "#7f7f7f" ],
    2322                    "slug": "dark-grayscale"
    2423                },
    2524                {
    26                     "name": "Grayscale",
     25                    "name":  "Grayscale" ,
    2726                    "colors": [ "#000000", "#ffffff" ],
    2827                    "slug": "grayscale"
    2928                },
    3029                {
    31                     "name": "Purple and yellow",
     30                    "name":  "Purple and yellow" ,
    3231                    "colors": [ "#8c00b7", "#fcff41" ],
    3332                    "slug": "purple-yellow"
    3433                },
    3534                {
    36                     "name": "Blue and red",
     35                    "name":  "Blue and red" ,
    3736                    "colors": [ "#000097", "#ff4747" ],
    3837                    "slug": "blue-red"
    3938                },
    4039                {
    41                     "name": "Midnight",
     40                    "name":  "Midnight" ,
    4241                    "colors": [ "#000000", "#00a5ff" ],
    4342                    "slug": "midnight"
    4443                },
    4544                {
    46                     "name": "Magenta and yellow",
     45                    "name":  "Magenta and yellow" ,
    4746                    "colors": [ "#c7005a", "#fff278" ],
    4847                    "slug": "magenta-yellow"
    4948                },
    5049                {
    51                     "name": "Purple and green",
     50                    "name":  "Purple and green" ,
    5251                    "colors": [ "#a60072", "#67ff66" ],
    5352                    "slug": "purple-green"
    5453                },
    5554                {
    56                     "name": "Blue and orange",
     55                    "name":  "Blue and orange" ,
    5756                    "colors": [ "#1900d8", "#ffa96b" ],
    5857                    "slug": "blue-orange"
  • trunk/src/wp-includes/widgets/class-wp-widget-media-audio.php

    r52978 r53131  
    4242                'missing_attachment'         => sprintf(
    4343                    /* translators: %s: URL to media library. */
    44                     __( 'We cannot find that audio file. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     44                    __( 'That audio file can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    4545                    esc_url( admin_url( 'upload.php' ) )
    4646                ),
  • trunk/src/wp-includes/widgets/class-wp-widget-media-image.php

    r52978 r53131  
    4242                'missing_attachment'         => sprintf(
    4343                    /* translators: %s: URL to media library. */
    44                     __( 'We cannot find that image. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     44                    __( 'That image can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    4545                    esc_url( admin_url( 'upload.php' ) )
    4646                ),
  • trunk/src/wp-includes/widgets/class-wp-widget-media-video.php

    r52978 r53131  
    4242                'missing_attachment'         => sprintf(
    4343                    /* translators: %s: URL to media library. */
    44                     __( 'We cannot find that video. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     44                    __( 'That video can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    4545                    esc_url( admin_url( 'upload.php' ) )
    4646                ),
     
    4949                'media_library_state_single' => __( 'Video Widget' ),
    5050                /* translators: %s: A list of valid video file extensions. */
    51                 'unsupported_file_type'      => sprintf( __( 'Sorry, we cannot load the video at the supplied URL. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ),
     51                'unsupported_file_type'      => sprintf( __( 'Sorry, the video at the supplied URL can not be loaded. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ),
    5252            )
    5353        );
  • trunk/src/wp-includes/widgets/class-wp-widget-media.php

    r52978 r53131  
    7575            'missing_attachment'         => sprintf(
    7676                /* translators: %s: URL to media library. */
    77                 __( 'We cannot find that file. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     77                __( 'That file can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    7878                esc_url( admin_url( 'upload.php' ) )
    7979            ),
  • trunk/src/wp-includes/wp-db.php

    r52978 r53131  
    11871187                $message .= '<p>' . sprintf(
    11881188                    /* translators: %s: Database name. */
    1189                     __( 'We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database.' ),
     1189                    __( 'The database server could be connected to (which means your username and password is okay) but the %s database could not be selected.' ),
    11901190                    '<code>' . htmlspecialchars( $db, ENT_QUOTES ) . '</code>'
    11911191                ) . "</p>\n";
     
    18031803            $message .= '<p>' . sprintf(
    18041804                /* translators: 1: wp-config.php, 2: Database host. */
    1805                 __( 'This either means that the username and password information in your %1$s file is incorrect or we cannot contact the database server at %2$s. This could mean your host&#8217;s database server is down.' ),
     1805                __( 'This either means that the username and password information in your %1$s file is incorrect or that contact with the database server at %2$s could not be established. This could mean your host&#8217;s database server is down.' ),
    18061806                '<code>wp-config.php</code>',
    18071807                '<code>' . htmlspecialchars( $this->dbhost, ENT_QUOTES ) . '</code>'
     
    19621962        $message .= '<p>' . sprintf(
    19631963            /* translators: %s: Database host. */
    1964             __( 'This means that we lost contact with the database server at %s. This could mean your host&#8217;s database server is down.' ),
     1964            __( 'This means that the contact with the database server at %s was lost. This could mean your host&#8217;s database server is down.' ),
    19651965            '<code>' . htmlspecialchars( $this->dbhost, ENT_QUOTES ) . '</code>'
    19661966        ) . "</p>\n";
  • trunk/src/wp-load.php

    r50916 r53131  
    9393    $die .= '<p>' . sprintf(
    9494        /* translators: %s: Documentation URL. */
    95         __( "Need more help? <a href='%s'>We got it</a>." ),
     95        __( "Need more help? <a href='%s'>Read the support article on wp-config.php</a>." ),
    9696        __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
    9797    ) . '</p>';
  • trunk/src/wp-signup.php

    r53041 r53131  
    272272        <p class="error"><?php echo $errmsg; ?></p>
    273273    <?php } ?>
    274     <input name="user_email" type="email" id="user_email" value="<?php echo esc_attr( $user_email ); ?>" maxlength="200" autocomplete="email" /><br /><?php _e( 'We send your registration email to this address. (Double-check your email address before continuing.)' ); ?>
     274    <input name="user_email" type="email" id="user_email" value="<?php echo esc_attr( $user_email ); ?>" maxlength="200" autocomplete="email" /><br /><?php _e( 'Your registration email is sent to this address. (Double-check your email address before continuing.)' ); ?>
    275275    <?php
    276276    $errmsg = $errors->get_error_message( 'generic' );
  • trunk/src/wp-trackback.php

    r49108 r53131  
    128128    $dupe = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_author_url = %s", $comment_post_ID, $comment_author_url ) );
    129129    if ( $dupe ) {
    130         trackback_response( 1, __( 'We already have a ping from that URL for this post.' ) );
     130        trackback_response( 1, __( 'There is already a ping from that URL for this post.' ) );
    131131    }
    132132
  • trunk/tests/qunit/index.html

    r52978 r53131  
    122122
    123123            wp.mediaWidgets.controlConstructors[ "media_image" ].prototype.mime_type = "image";
    124             _.extend( wp.mediaWidgets.controlConstructors[ "media_image" ].prototype.l10n, {"no_media_selected":"No image selected","select_media":"Select Image","change_media":"Change Image","edit_media":"Edit Image","add_to_widget":"Add to Widget","missing_attachment":"We cannot find that image. Check your <a href=\"http:\/\/src.wordpress-develop.dev\/wp-admin\/upload.php\">media library<\/a> and make sure it was not deleted.","media_library_state_multi":{"0":"Image Widget (%d)","1":"Image Widget (%d)","singular":"Image Widget (%d)","plural":"Image Widget (%d)","context":null,"domain":null},"media_library_state_single":"Image Widget"} );
     124            _.extend( wp.mediaWidgets.controlConstructors[ "media_image" ].prototype.l10n, {"no_media_selected":"No image selected","select_media":"Select Image","change_media":"Change Image","edit_media":"Edit Image","add_to_widget":"Add to Widget","missing_attachment":"That image can not be found. Check your <a href=\"http:\/\/src.wordpress-develop.dev\/wp-admin\/upload.php\">media library<\/a> and make sure it was not deleted.","media_library_state_multi":{"0":"Image Widget (%d)","1":"Image Widget (%d)","singular":"Image Widget (%d)","plural":"Image Widget (%d)","context":null,"domain":null},"media_library_state_single":"Image Widget"} );
    125125        </script>
    126126        <script src="../../build/wp-admin/js/widgets/media-video-widget.js"></script>
     
    129129
    130130            wp.mediaWidgets.controlConstructors[ "media_video" ].prototype.mime_type = "video";
    131             _.extend( wp.mediaWidgets.controlConstructors[ "media_video" ].prototype.l10n, {"no_media_selected":"No video selected","select_media":"Select Video","change_media":"Change Video","edit_media":"Edit Video","add_to_widget":"Add to Widget","missing_attachment":"We cannot find that video. Check your <a href=\"http:\/\/src.wordpress-develop.dev\/wp-admin\/upload.php\">media library<\/a> and make sure it was not deleted.","media_library_state_multi":{"0":"Video Widget (%d)","1":"Video Widget (%d)","singular":"Video Widget (%d)","plural":"Video Widget (%d)","context":null,"domain":null},"media_library_state_single":"Video Widget"} );
     131            _.extend( wp.mediaWidgets.controlConstructors[ "media_video" ].prototype.l10n, {"no_media_selected":"No video selected","select_media":"Select Video","change_media":"Change Video","edit_media":"Edit Video","add_to_widget":"Add to Widget","missing_attachment":"That video can not be found. Check your <a href=\"http:\/\/src.wordpress-develop.dev\/wp-admin\/upload.php\">media library<\/a> and make sure it was not deleted.","media_library_state_multi":{"0":"Video Widget (%d)","1":"Video Widget (%d)","singular":"Video Widget (%d)","plural":"Video Widget (%d)","context":null,"domain":null},"media_library_state_single":"Video Widget"} );
    132132        </script>
    133133        <script src="../../build/wp-admin/js/widgets/media-audio-widget.js"></script>
     
    136136
    137137            wp.mediaWidgets.controlConstructors[ "media_audio" ].prototype.mime_type = "audio";
    138             _.extend( wp.mediaWidgets.controlConstructors[ "media_audio" ].prototype.l10n, {"no_media_selected":"No audio selected","select_media":"Select File","change_media":"Change Audio","edit_media":"Edit Audio","add_to_widget":"Add to Widget","missing_attachment":"We cannot find that audio file. Check your <a href=\"http:\/\/src.wordpress-develop.dev\/wp-admin\/upload.php\">media library<\/a> and make sure it was not deleted.","media_library_state_multi":{"0":"Audio Widget (%d)","1":"Audio Widget (%d)","singular":"Audio Widget (%d)","plural":"Audio Widget (%d)","context":null,"domain":null},"media_library_state_single":"Audio Widget"} );
     138            _.extend( wp.mediaWidgets.controlConstructors[ "media_audio" ].prototype.l10n, {"no_media_selected":"No audio selected","select_media":"Select File","change_media":"Change Audio","edit_media":"Edit Audio","add_to_widget":"Add to Widget","missing_attachment":"That audio file can not be found. Check your <a href=\"http:\/\/src.wordpress-develop.dev\/wp-admin\/upload.php\">media library<\/a> and make sure it was not deleted.","media_library_state_multi":{"0":"Audio Widget (%d)","1":"Audio Widget (%d)","singular":"Audio Widget (%d)","plural":"Audio Widget (%d)","context":null,"domain":null},"media_library_state_single":"Audio Widget"} );
    139139        </script>
    140140        <script type='text/javascript' src='../../build/wp-admin/js/widgets/media-gallery-widget.js'></script>
     
    636636            <# if ( data.error && 'missing_attachment' === data.error ) { #>
    637637                <div class="notice notice-error notice-alt notice-missing-attachment">
    638                     <p>We cannot find that image. Check your <a href="http://src.wordpress-develop.test/wp-admin/upload.php">media library</a> and make sure it was not deleted.</p>
     638                    <p>That image can not be found. Check your <a href="http://src.wordpress-develop.test/wp-admin/upload.php">media library</a> and make sure it was not deleted.</p>
    639639                </div>
    640640            <# } else if ( data.error ) { #>
     
    677677            <# if ( data.error && 'missing_attachment' === data.error ) { #>
    678678                <div class="notice notice-error notice-alt notice-missing-attachment">
    679                     <p>We cannot find that video. Check your <a href="http://src.wordpress-develop.test/wp-admin/upload.php">media library</a> and make sure it was not deleted.</p>
     679                    <p>That video can not be found. Check your <a href="http://src.wordpress-develop.test/wp-admin/upload.php">media library</a> and make sure it was not deleted.</p>
    680680                </div>
    681681            <# } else if ( data.error && 'unsupported_file_type' === data.error ) { #>
    682682                <div class="notice notice-error notice-alt notice-missing-attachment">
    683                     <p>Sorry, we cannot load the video at the supplied URL. Please check that the URL is for a supported video file (<code>.mp4</code>, <code>.m4v</code>, <code>.webm</code>, <code>.ogv</code>, <code>.flv</code>) or stream (e.g. YouTube and Vimeo).</p>
     683                    <p>Sorry, the video at the supplied URL can not be loaded. Please check that the URL is for a supported video file (<code>.mp4</code>, <code>.m4v</code>, <code>.webm</code>, <code>.ogv</code>, <code>.flv</code>) or stream (e.g. YouTube and Vimeo).</p>
    684684                </div>
    685685            <# } else if ( data.error ) { #>
     
    805805            <# if ( data.error && 'missing_attachment' === data.error ) { #>
    806806                <div class="notice notice-error notice-alt notice-missing-attachment">
    807                     <p>We cannot find that audio file. Check your <a href="http://src.wordpress-develop.test/wp-admin/upload.php">media library</a> and make sure it was not deleted.</p>
     807                    <p>That audio file can not be found. Check your <a href="http://src.wordpress-develop.test/wp-admin/upload.php">media library</a> and make sure it was not deleted.</p>
    808808                </div>
    809809            <# } else if ( data.error ) { #>
Note: See TracChangeset for help on using the changeset viewer.