Make WordPress Core

Ticket #49616: sentence-case-ui.diff

File sentence-case-ui.diff, 307.3 KB (added by sixhours, 5 years ago)

Patch for sentence-casing UI elements

  • wp-admin/comment.php

     
    175175</tr>
    176176<?php } ?>
    177177<tr>
    178         <th scope="row"><?php /* translators: Column name or table row header. */ _e( 'In Response To' ); ?></th>
     178        <th scope="row"><?php /* translators: Column name or table row header. */ _e( 'In response to' ); ?></th>
    179179        <td>
    180180                <?php
    181181                $post_id = $comment->comment_post_ID;
  • wp-admin/css/common-rtl.css

     
    16511651}
    16521652
    16531653/*------------------------------------------------------------------------------
    1654   6.1 - Screen Options Tabs
     1654  6.1 - Screen options Tabs
    16551655------------------------------------------------------------------------------*/
    16561656
    16571657#screen-options-wrap,
  • wp-admin/css/common.css

     
    16511651}
    16521652
    16531653/*------------------------------------------------------------------------------
    1654   6.1 - Screen Options Tabs
     1654  6.1 - Screen options Tabs
    16551655------------------------------------------------------------------------------*/
    16561656
    16571657#screen-options-wrap,
  • wp-admin/css/customize-nav-menus-rtl.css

     
    236236        color: #555;
    237237}
    238238
    239 /* Screen Options */
     239/* Screen options */
    240240.customize-screen-options-toggle {
    241241        background: none;
    242242        border: none;
  • wp-admin/css/customize-nav-menus.css

     
    236236        color: #555;
    237237}
    238238
    239 /* Screen Options */
     239/* Screen options */
    240240.customize-screen-options-toggle {
    241241        background: none;
    242242        border: none;
  • wp-admin/css/list-tables-rtl.css

     
    840840------------------------------------------------------------------------------*/
    841841
    842842/*
    843 .quick-edit* is for Quick Edit
    844 .bulk-edit* is for Bulk Edit
     843.quick-edit* is for Quick edit
     844.bulk-edit* is for Bulk edit
    845845.inline-edit* is for everything
    846846*/
    847847
     
    18211821                display: block;
    18221822        }
    18231823
    1824         /* Comment author hidden via Screen Options */
     1824        /* Comment author hidden via Screen options */
    18251825        .fixed .column-author.hidden ~ .column-comment .comment-author {
    18261826                display: none;
    18271827        }
     
    19281928                content: "| ";
    19291929        }
    19301930
    1931         /* Quick Edit and Bulk Edit */
     1931        /* Quick edit and Bulk edit */
    19321932        #wpbody-content .quick-edit-row-post .inline-edit-col-left,
    19331933        #wpbody-content .quick-edit-row-post .inline-edit-col-right,
    19341934        #wpbody-content .inline-edit-row-post .inline-edit-col-center,
     
    20462046                padding: 10px 9px; /* reset from other list tables that have a label at this width */
    20472047        }
    20482048
    2049         /* Plugin description hidden via Screen Options */
     2049        /* Plugin description hidden via Screen options */
    20502050        #wpbody-content .wp-list-table.plugins .desc.hidden {
    20512051                display: none;
    20522052        }
  • wp-admin/css/list-tables.css

     
    840840------------------------------------------------------------------------------*/
    841841
    842842/*
    843 .quick-edit* is for Quick Edit
    844 .bulk-edit* is for Bulk Edit
     843.quick-edit* is for Quick edit
     844.bulk-edit* is for Bulk edit
    845845.inline-edit* is for everything
    846846*/
    847847
     
    18211821                display: block;
    18221822        }
    18231823
    1824         /* Comment author hidden via Screen Options */
     1824        /* Comment author hidden via Screen options */
    18251825        .fixed .column-author.hidden ~ .column-comment .comment-author {
    18261826                display: none;
    18271827        }
     
    19281928                content: "| ";
    19291929        }
    19301930
    1931         /* Quick Edit and Bulk Edit */
     1931        /* Quick edit and Bulk edit */
    19321932        #wpbody-content .quick-edit-row-post .inline-edit-col-left,
    19331933        #wpbody-content .quick-edit-row-post .inline-edit-col-right,
    19341934        #wpbody-content .inline-edit-row-post .inline-edit-col-center,
     
    20462046                padding: 10px 9px; /* reset from other list tables that have a label at this width */
    20472047        }
    20482048
    2049         /* Plugin description hidden via Screen Options */
     2049        /* Plugin description hidden via Screen options */
    20502050        #wpbody-content .wp-list-table.plugins .desc.hidden {
    20512051                display: none;
    20522052        }
  • wp-admin/css/nav-menus-rtl.css

     
    335335        display: none;
    336336}
    337337
    338 /* Create Menu */
     338/* Create menu */
    339339#menu-name {
    340340        width: 270px;
    341341        vertical-align: middle;
  • wp-admin/css/nav-menus.css

     
    335335        display: none;
    336336}
    337337
    338 /* Create Menu */
     338/* Create menu */
    339339#menu-name {
    340340        width: 270px;
    341341        vertical-align: middle;
  • wp-admin/edit-comments.php

     
    185185                'id'      => 'overview',
    186186                'title'   => __( 'Overview' ),
    187187                'content' =>
    188                                 '<p>' . __( 'You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.' ) . '</p>',
     188                                '<p>' . __( 'You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk actions.' ) . '</p>',
    189189        )
    190190);
    191191get_current_screen()->add_help_tab(
     
    196196                                        '<p>' . __( 'A red bar on the left means the comment is waiting for you to moderate it.' ) . '</p>' .
    197197                                        '<p>' . __( 'In the <strong>Author</strong> column, in addition to the author&#8217;s name, email address, and blog URL, the commenter&#8217;s IP address is shown. Clicking on this link will show you all the comments made from this IP address.' ) . '</p>' .
    198198                                        '<p>' . __( 'In the <strong>Comment</strong> column, hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment.' ) . '</p>' .
    199                                         '<p>' . __( 'In the <strong>In Response To</strong> column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If there are pending comments, a red notification circle with the number of pending comments is displayed. Clicking the notification circle will filter the comments screen to show only pending comments on that post.' ) . '</p>' .
    200                                         '<p>' . __( 'In the <strong>Submitted On</strong> column, the date and time the comment was left on your site appears. Clicking on the date/time link will take you to that comment on your live site.' ) . '</p>' .
     199                                        '<p>' . __( 'In the <strong>In response to</strong> column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If there are pending comments, a red notification circle with the number of pending comments is displayed. Clicking the notification circle will filter the comments screen to show only pending comments on that post.' ) . '</p>' .
     200                                        '<p>' . __( 'In the <strong>Submitted on</strong> column, the date and time the comment was left on your site appears. Clicking on the date/time link will take you to that comment on your live site.' ) . '</p>' .
    201201                                        '<p>' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more.' ) . '</p>',
    202202        )
    203203);
     
    339339
    340340<form id="comments-form" method="get">
    341341
    342 <?php $wp_list_table->search_box( __( 'Search Comments' ), 'comment' ); ?>
     342<?php $wp_list_table->search_box( __( 'Search comments' ), 'comment' ); ?>
    343343
    344344<?php if ( $post_id ) : ?>
    345345<input type="hidden" name="p" value="<?php echo esc_attr( intval( $post_id ) ); ?>" />
  • wp-admin/edit-form-advanced.php

     
    277277);
    278278
    279279if ( 'post' == $post_type ) {
    280         $customize_display = '<p>' . __( 'The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.' ) . '</p>';
     280        $customize_display = '<p>' . __( 'The title field and the big Post Editing Area are fixed in place, but you can reposition all the other boxes using drag and drop. You can also minimize or expand them by clicking the title bar of each box. Use the Screen options tab to unhide more boxes (Excerpt, Send Trackbacks, Custom Fields, Discussion, Slug, Author) or to choose a 1- or 2-column layout for this screen.' ) . '</p>';
    281281
    282282        get_current_screen()->add_help_tab(
    283283                array(
     
    292292        $title_and_editor .= '<p>' . __( 'Visual mode gives you an editor that is similar to a word processor. Click the Toolbar Toggle button to get a second row of controls.' ) . '</p>';
    293293        $title_and_editor .= '<p>' . __( 'The Text mode allows you to enter HTML along with your post text. Note that &lt;p&gt; and &lt;br&gt; tags are converted to line breaks when switching to the Text editor to make it less cluttered. When you type, a single line break can be used instead of typing &lt;br&gt;, and two line breaks instead of paragraph tags. The line breaks are converted back to tags automatically.' ) . '</p>';
    294294        $title_and_editor .= '<p>' . __( 'You can insert media files by clicking the button above the post editor and following the directions. You can align or edit images using the inline formatting toolbar available in Visual mode.' ) . '</p>';
    295         $title_and_editor .= '<p>' . __( 'You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen Options.' ) . '</p>';
     295        $title_and_editor .= '<p>' . __( 'You can enable distraction-free writing mode using the icon to the right. This feature is not available for old browsers or devices with small screens, and requires that the full-height editor be enabled in Screen options.' ) . '</p>';
    296296        $title_and_editor .= '<p>' . __( 'Keyboard users: When you&#8217;re working in the visual editor, you can use <kbd>Alt + F10</kbd> to access the toolbar.' ) . '</p>';
    297297
    298298        get_current_screen()->add_help_tab(
     
    315315        );
    316316} elseif ( 'page' == $post_type ) {
    317317        $about_pages = '<p>' . __( 'Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the &#8220;Parent&#8221; of the other, creating a group of pages.' ) . '</p>' .
    318                 '<p>' . __( 'Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen Options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and Text modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box.' ) . '</p>';
     318                '<p>' . __( 'Creating a Page is very similar to creating a Post, and the screens can be customized in the same way using drag and drop, the Screen options tab, and expanding/collapsing boxes as you choose. This screen also has the distraction-free writing space, available in both the Visual and Text modes via the Fullscreen buttons. The Page editor mostly works the same as the Post editor, but there are some Page-specific features in the Page Attributes box.' ) . '</p>';
    319319
    320320        get_current_screen()->add_help_tab(
    321321                array(
     
    338338                        'title'   => __( 'Overview' ),
    339339                        'content' =>
    340340                                '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
    341                                 '<p>' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
     341                                '<p>' . __( 'For images only, you can click on Edit image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
    342342                                '<p>' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '</p>' .
    343343                                '<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>',
    344344                )
     
    352352}
    353353
    354354if ( 'post' == $post_type || 'page' == $post_type ) {
    355         $inserting_media  = '<p>' . __( 'You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the &#8220;Create a new gallery&#8221; button.' ) . '</p>';
     355        $inserting_media  = '<p>' . __( 'You can upload and insert media (images, audio, documents, etc.) by clicking the Add media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the &#8220;Create a new gallery&#8221; button.' ) . '</p>';
    356356        $inserting_media .= '<p>' . __( 'You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. <a href="https://wordpress.org/support/article/embeds/">Learn more about embeds</a>.' ) . '</p>';
    357357
    358358        get_current_screen()->add_help_tab(
  • wp-admin/edit-form-comment.php

     
    184184
    185185<div id="major-publishing-actions">
    186186<div id="delete-action">
    187 <?php echo "<a class='submitdelete deletion' href='" . wp_nonce_url( 'comment.php?action=' . ( ! EMPTY_TRASH_DAYS ? 'deletecomment' : 'trashcomment' ) . "&amp;c=$comment->comment_ID&amp;_wp_original_http_referer=" . urlencode( wp_get_referer() ), 'delete-comment_' . $comment->comment_ID ) . "'>" . ( ! EMPTY_TRASH_DAYS ? __( 'Delete Permanently' ) : __( 'Move to Trash' ) ) . "</a>\n"; ?>
     187<?php echo "<a class='submitdelete deletion' href='" . wp_nonce_url( 'comment.php?action=' . ( ! EMPTY_TRASH_DAYS ? 'deletecomment' : 'trashcomment' ) . "&amp;c=$comment->comment_ID&amp;_wp_original_http_referer=" . urlencode( wp_get_referer() ), 'delete-comment_' . $comment->comment_ID ) . "'>" . ( ! EMPTY_TRASH_DAYS ? __( 'Delete permanently' ) : __( 'Move to Trash' ) ) . "</a>\n"; ?>
    188188</div>
    189189<div id="publishing-action">
    190190<?php submit_button( __( 'Update' ), 'primary large', 'save', false ); ?>
  • wp-admin/edit-link-form.php

     
    1414if ( ! empty( $link_id ) ) {
    1515        /* translators: %s: URL to Links screen. */
    1616        $heading      = sprintf( __( '<a href="%s">Links</a> / Edit Link' ), 'link-manager.php' );
    17         $submit_text  = __( 'Update Link' );
     17        $submit_text  = __( 'Update link' );
    1818        $form_name    = 'editlink';
    1919        $nonce_action = 'update-bookmark_' . $link_id;
    2020} else {
    2121        /* translators: %s: URL to Links screen. */
    22         $heading      = sprintf( __( '<a href="%s">Links</a> / Add New Link' ), 'link-manager.php' );
    23         $submit_text  = __( 'Add Link' );
     22        $heading      = sprintf( __( '<a href="%s">Links</a> / Add new link' ), 'link-manager.php' );
     23        $submit_text  = __( 'Add link' );
    2424        $form_name    = 'addlink';
    2525        $nonce_action = 'add-bookmark';
    2626}
     
    3030add_meta_box( 'linksubmitdiv', __( 'Save' ), 'link_submit_meta_box', null, 'side', 'core' );
    3131add_meta_box( 'linkcategorydiv', __( 'Categories' ), 'link_categories_meta_box', null, 'normal', 'core' );
    3232add_meta_box( 'linktargetdiv', __( 'Target' ), 'link_target_meta_box', null, 'normal', 'core' );
    33 add_meta_box( 'linkxfndiv', __( 'Link Relationship (XFN)' ), 'link_xfn_meta_box', null, 'normal', 'core' );
     33add_meta_box( 'linkxfndiv', __( 'Link relationship (XFN)' ), 'link_xfn_meta_box', null, 'normal', 'core' );
    3434add_meta_box( 'linkadvanceddiv', __( 'Advanced' ), 'link_advanced_meta_box', null, 'normal', 'core' );
    3535
    3636/** This action is documented in wp-admin/includes/meta-boxes.php */
     
    6666                'title'   => __( 'Overview' ),
    6767                'content' =>
    6868                '<p>' . __( 'You can add or edit links on this screen by entering information in each of the boxes. Only the link&#8217;s web address and name (the text you want to display on your site as the link) are required fields.' ) . '</p>' .
    69                 '<p>' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don&#8217;t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.' ) . '</p>' .
     69                '<p>' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don&#8217;t use in the Screen options tab, or minimize boxes by clicking on the title bar of the box.' ) . '</p>' .
    7070                '<p>' . __( 'XFN stands for <a href="http://gmpg.org/xfn/">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>',
    7171        )
    7272);
     
    8787?>
    8888</h1>
    8989
    90 <a href="link-add.php" class="page-title-action"><?php echo esc_html_x( 'Add New', 'link' ); ?></a>
     90<a href="link-add.php" class="page-title-action"><?php echo esc_html_x( 'Add new', 'link' ); ?></a>
    9191
    9292<hr class="wp-header-end">
    9393
  • wp-admin/edit-tags.php

     
    287287
    288288                $help .= '<li>' . __( '<strong>Description</strong> &mdash; The description is not prominent by default; however, some themes may display it.' ) . '</li>' .
    289289                '</ul>' .
    290                 '<p>' . __( 'You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.' ) . '</p>';
     290                '<p>' . __( 'You can change the display of this screen using the Screen options tab to set how many items are displayed per screen and to display/hide columns in the table.' ) . '</p>';
    291291
    292292                get_current_screen()->add_help_tab(
    293293                        array(
  • wp-admin/edit.php

     
    224224                        'content' =>
    225225                                        '<p>' . __( 'You can customize the display of this screen&#8217;s contents in a number of ways:' ) . '</p>' .
    226226                                        '<ul>' .
    227                                                 '<li>' . __( 'You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.' ) . '</li>' .
     227                                                '<li>' . __( 'You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen options tab.' ) . '</li>' .
    228228                                                '<li>' . __( 'You can filter the list of posts by post status using the text links above the posts list to only show posts with that status. The default view is to show all posts.' ) . '</li>' .
    229                                                 '<li>' . __( 'You can view posts in a simple title list or with an excerpt using the Screen Options tab.' ) . '</li>' .
     229                                                '<li>' . __( 'You can view posts in a simple title list or with an excerpt using the Screen options tab.' ) . '</li>' .
    230230                                                '<li>' . __( 'You can refine the list to show only posts in a specific category or from a specific month by using the dropdown menus above the posts list. Click the Filter button after making your selection. You also can refine the list by clicking on the post author, category or tag in the posts list.' ) . '</li>' .
    231231                                        '</ul>',
    232232                )
     
    239239                                        '<p>' . __( 'Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:' ) . '</p>' .
    240240                                        '<ul>' .
    241241                                                '<li>' . __( '<strong>Edit</strong> takes you to the editing screen for that post. You can also reach that screen by clicking on the post title.' ) . '</li>' .
    242                                                 '<li>' . __( '<strong>Quick Edit</strong> provides inline access to the metadata of your post, allowing you to update post details without leaving this screen.' ) . '</li>' .
     242                                                '<li>' . __( '<strong>Quick edit</strong> provides inline access to the metadata of your post, allowing you to update post details without leaving this screen.' ) . '</li>' .
    243243                                                '<li>' . __( '<strong>Trash</strong> removes your post from this list and places it in the trash, from which you can permanently delete it.' ) . '</li>' .
    244244                                                '<li>' . __( '<strong>Preview</strong> will show you what your draft post will look like if you publish it. View will take you to your live site to view the post. Which link is available depends on your post&#8217;s status.' ) . '</li>' .
    245245                                        '</ul>',
     
    248248        get_current_screen()->add_help_tab(
    249249                array(
    250250                        'id'      => 'bulk-actions',
    251                         'title'   => __( 'Bulk Actions' ),
     251                        'title'   => __( 'Bulk actions' ),
    252252                        'content' =>
    253                                         '<p>' . __( 'You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.' ) . '</p>' .
    254                                                         '<p>' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.' ) . '</p>',
     253                                        '<p>' . __( 'You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk actions menu and click Apply.' ) . '</p>' .
     254                                                        '<p>' . __( 'When using Bulk edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk edit area that appears.' ) . '</p>',
    255255                )
    256256        );
    257257
     
    276276                        'title'   => __( 'Managing Pages' ),
    277277                        'content' =>
    278278                                        '<p>' . __( 'Managing pages is very similar to managing posts, and the screens can be customized in the same way.' ) . '</p>' .
    279                                         '<p>' . __( 'You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple pages at once.' ) . '</p>',
     279                                        '<p>' . __( 'You can also perform the same types of actions, including narrowing the list by using the filters, acting on a page using the action links that appear when you hover over a row, or using the Bulk actions menu to edit the metadata for multiple pages at once.' ) . '</p>',
    280280                )
    281281        );
    282282
  • wp-admin/erase-personal-data.php

     
    6363                <div class="wp-privacy-request-form-field">
    6464                        <label for="username_or_email_for_privacy_request"><?php esc_html_e( 'Username or email address' ); ?></label>
    6565                        <input type="text" required class="regular-text" id="username_or_email_for_privacy_request" name="username_or_email_for_privacy_request" />
    66                         <?php submit_button( __( 'Send Request' ), 'secondary', 'submit', false ); ?>
     66                        <?php submit_button( __( 'Send request' ), 'secondary', 'submit', false ); ?>
    6767                </div>
    6868                <?php wp_nonce_field( 'personal-data-request' ); ?>
    6969                <input type="hidden" name="action" value="add_remove_personal_data_request" />
     
    7474        <?php $requests_table->views(); ?>
    7575
    7676        <form class="search-form wp-clearfix">
    77                 <?php $requests_table->search_box( __( 'Search Requests' ), 'requests' ); ?>
     77                <?php $requests_table->search_box( __( 'Search requests' ), 'requests' ); ?>
    7878                <input type="hidden" name="filter-status" value="<?php echo isset( $_REQUEST['filter-status'] ) ? esc_attr( sanitize_text_field( $_REQUEST['filter-status'] ) ) : ''; ?>" />
    7979                <input type="hidden" name="orderby" value="<?php echo isset( $_REQUEST['orderby'] ) ? esc_attr( sanitize_text_field( $_REQUEST['orderby'] ) ) : ''; ?>" />
    8080                <input type="hidden" name="order" value="<?php echo isset( $_REQUEST['order'] ) ? esc_attr( sanitize_text_field( $_REQUEST['order'] ) ) : ''; ?>" />
  • wp-admin/export-personal-data.php

     
    6363                <div class="wp-privacy-request-form-field">
    6464                        <label for="username_or_email_for_privacy_request"><?php esc_html_e( 'Username or email address' ); ?></label>
    6565                        <input type="text" required class="regular-text" id="username_or_email_for_privacy_request" name="username_or_email_for_privacy_request" />
    66                         <?php submit_button( __( 'Send Request' ), 'secondary', 'submit', false ); ?>
     66                        <?php submit_button( __( 'Send request' ), 'secondary', 'submit', false ); ?>
    6767                </div>
    6868                <?php wp_nonce_field( 'personal-data-request' ); ?>
    6969                <input type="hidden" name="action" value="add_export_personal_data_request" />
     
    7474        <?php $requests_table->views(); ?>
    7575
    7676        <form class="search-form wp-clearfix">
    77                 <?php $requests_table->search_box( __( 'Search Requests' ), 'requests' ); ?>
     77                <?php $requests_table->search_box( __( 'Search requests' ), 'requests' ); ?>
    7878                <input type="hidden" name="filter-status" value="<?php echo isset( $_REQUEST['filter-status'] ) ? esc_attr( sanitize_text_field( $_REQUEST['filter-status'] ) ) : ''; ?>" />
    7979                <input type="hidden" name="orderby" value="<?php echo isset( $_REQUEST['orderby'] ) ? esc_attr( sanitize_text_field( $_REQUEST['orderby'] ) ) : ''; ?>" />
    8080                <input type="hidden" name="order" value="<?php echo isset( $_REQUEST['order'] ) ? esc_attr( sanitize_text_field( $_REQUEST['order'] ) ) : ''; ?>" />
  • wp-admin/export.php

     
    317317do_action( 'export_filters' );
    318318?>
    319319
    320 <?php submit_button( __( 'Download Export File' ) ); ?>
     320<?php submit_button( __( 'Download export file' ) ); ?>
    321321</form>
    322322</div>
    323323
  • wp-admin/import.php

     
    2121        array(
    2222                'id'      => 'overview',
    2323                'title'   => __( 'Overview' ),
    24                 'content' => '<p>' . __( 'This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.' ) . '</p>' .
     24                'content' => '<p>' . __( 'This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.' ) . '</p>' .
    2525                        '<p>' . __( 'In previous versions of WordPress, all importers were built-in. They have been turned into plugins since most people only use them once or infrequently.' ) . '</p>',
    2626        )
    2727);
     
    157157                                                esc_attr( $data[0] ),
    158158                                                /* translators: %s: Importer name. */
    159159                                                esc_attr( sprintf( __( 'Install %s now' ), $data[0] ) ),
    160                                                 __( 'Install Now' )
     160                                                __( 'Install now' )
    161161                                        );
    162162                                } else {
    163163                                        $action = sprintf(
  • wp-admin/includes/ajax-actions.php

     
    19641964}
    19651965
    19661966/**
    1967  * Ajax handler for Quick Edit saving a post from a list table.
     1967 * Ajax handler for Quick edit saving a post from a list table.
    19681968 *
    19691969 * @since 3.1.0
    19701970 *
     
    20412041                $data['ping_status'] = 'closed';
    20422042        }
    20432043
    2044         // Exclude terms from taxonomies that are not supposed to appear in Quick Edit.
     2044        // Exclude terms from taxonomies that are not supposed to appear in Quick edit.
    20452045        if ( ! empty( $data['tax_input'] ) ) {
    20462046                foreach ( $data['tax_input'] as $taxonomy => $terms ) {
    20472047                        $tax_object = get_taxonomy( $taxonomy );
  • wp-admin/includes/class-custom-background.php

     
    8989                                'content' =>
    9090                                        '<p>' . __( 'You can customize the look of your site without touching any of your theme&#8217;s code by using a custom background. Your background can be an image or a color.' ) . '</p>' .
    9191                                        '<p>' . __( 'To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the &#8220;Choose Image&#8221; button. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '</p>' .
    92                                         '<p>' . __( 'You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. &#8220;#ff0000&#8221; for red, or by choosing a color using the color picker.' ) . '</p>' .
    93                                         '<p>' . __( 'Don&#8217;t forget to click on the Save Changes button when you are finished.' ) . '</p>',
     92                                        '<p>' . __( 'You can also choose a background color by clicking the Select color button and either typing in a legitimate HTML hex value, e.g. &#8220;#ff0000&#8221; for red, or by choosing a color using the color picker.' ) . '</p>' .
     93                                        '<p>' . __( 'Don&#8217;t forget to click on the Save changes button when you are finished.' ) . '</p>',
    9494                        )
    9595                );
    9696
  • wp-admin/includes/class-custom-image-header.php

     
    107107                                'title'   => __( 'Header Image' ),
    108108                                'content' =>
    109109                                        '<p>' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately. Alternatively, you can use an image that has already been uploaded to your Media Library by clicking the &#8220;Choose Image&#8221; button.' ) . '</p>' .
    110                                         '<p>' . __( 'Some themes come with additional header images bundled. If you see multiple images displayed, select the one you&#8217;d like and click the &#8220;Save Changes&#8221; button.' ) . '</p>' .
     110                                        '<p>' . __( 'Some themes come with additional header images bundled. If you see multiple images displayed, select the one you&#8217;d like and click the &#8220;Save changes&#8221; button.' ) . '</p>' .
    111111                                        '<p>' . __( 'If your theme has more than one default header image, or you have uploaded more than one custom header image, you have the option of having WordPress display a randomly different image on each page of your site. Click the &#8220;Random&#8221; radio button next to the Uploaded Images or Default Images section to enable this feature.' ) . '</p>' .
    112                                         '<p>' . __( 'If you don&#8217;t want a header image to be displayed on your site at all, click the &#8220;Remove Header Image&#8221; button at the bottom of the Header Image section of this page. If you want to re-enable the header image later, you just have to select one of the other image options and click &#8220;Save Changes&#8221;.' ) . '</p>',
     112                                        '<p>' . __( 'If you don&#8217;t want a header image to be displayed on your site at all, click the &#8220;Remove Header Image&#8221; button at the bottom of the Header Image section of this page. If you want to re-enable the header image later, you just have to select one of the other image options and click &#8220;Save changes&#8221;.' ) . '</p>',
    113113                        )
    114114                );
    115115
     
    124124                                                admin_url( 'options-general.php' )
    125125                                        ) .
    126126                                        '</p>' .
    127                                         '<p>' . __( 'In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. &#8220;#ff0000&#8221; for red, or by choosing a color using the color picker.' ) . '</p>' .
    128                                         '<p>' . __( 'Don&#8217;t forget to click &#8220;Save Changes&#8221; when you&#8217;re done!' ) . '</p>',
     127                                        '<p>' . __( 'In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select color button and either typing in a legitimate HTML hex value, e.g. &#8220;#ff0000&#8221; for red, or by choosing a color using the color picker.' ) . '</p>' .
     128                                        '<p>' . __( 'Don&#8217;t forget to click &#8220;Save changes&#8221; when you&#8217;re done!' ) . '</p>',
    129129                        )
    130130                );
    131131
  • wp-admin/includes/class-theme-installer-skin.php

     
    9191                                '<a href="%s" class="hide-if-no-customize load-customize">' .
    9292                                '<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
    9393                                esc_url( $customize_url ),
    94                                 __( 'Live Preview' ),
     94                                __( 'Live preview' ),
    9595                                /* translators: %s: Theme name. */
    96                                 sprintf( __( 'Live Preview &#8220;%s&#8221;' ), $name )
     96                                sprintf( __( 'Live preview &#8220;%s&#8221;' ), $name )
    9797                        );
    9898                }
    9999
  • wp-admin/includes/class-theme-upgrader-skin.php

     
    8282                                                '<a href="%s" class="hide-if-no-customize load-customize">' .
    8383                                                '<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
    8484                                                esc_url( $customize_url ),
    85                                                 __( 'Live Preview' ),
     85                                                __( 'Live preview' ),
    8686                                                /* translators: %s: Theme name. */
    87                                                 sprintf( __( 'Live Preview &#8220;%s&#8221;' ), $name )
     87                                                sprintf( __( 'Live preview &#8220;%s&#8221;' ), $name )
    8888                                        );
    8989                                }
    9090
  • wp-admin/includes/class-walker-nav-menu-edit.php

     
    191191                                <?php endif; ?>
    192192                                <p class="description description-wide">
    193193                                        <label for="edit-menu-item-title-<?php echo $item_id; ?>">
    194                                                 <?php _e( 'Navigation Label' ); ?><br />
     194                                                <?php _e( 'Navigation label' ); ?><br />
    195195                                                <input type="text" id="edit-menu-item-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->title ); ?>" />
    196196                                        </label>
    197197                                </p>
    198198                                <p class="field-title-attribute field-attr-title description description-wide">
    199199                                        <label for="edit-menu-item-attr-title-<?php echo $item_id; ?>">
    200                                                 <?php _e( 'Title Attribute' ); ?><br />
     200                                                <?php _e( 'Title attribute' ); ?><br />
    201201                                                <input type="text" id="edit-menu-item-attr-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->post_excerpt ); ?>" />
    202202                                        </label>
    203203                                </p>
     
    209209                                </p>
    210210                                <p class="field-css-classes description description-thin">
    211211                                        <label for="edit-menu-item-classes-<?php echo $item_id; ?>">
    212                                                 <?php _e( 'CSS Classes (optional)' ); ?><br />
     212                                                <?php _e( 'CSS classes (optional)' ); ?><br />
    213213                                                <input type="text" id="edit-menu-item-classes-<?php echo $item_id; ?>" class="widefat code edit-menu-item-classes" name="menu-item-classes[<?php echo $item_id; ?>]" value="<?php echo esc_attr( implode( ' ', $item->classes ) ); ?>" />
    214214                                        </label>
    215215                                </p>
    216216                                <p class="field-xfn description description-thin">
    217217                                        <label for="edit-menu-item-xfn-<?php echo $item_id; ?>">
    218                                                 <?php _e( 'Link Relationship (XFN)' ); ?><br />
     218                                                <?php _e( 'Link relationship (XFN)' ); ?><br />
    219219                                                <input type="text" id="edit-menu-item-xfn-<?php echo $item_id; ?>" class="widefat code edit-menu-item-xfn" name="menu-item-xfn[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $item->xfn ); ?>" />
    220220                                        </label>
    221221                                </p>
  • wp-admin/includes/class-wp-comments-list-table.php

     
    350350                }
    351351
    352352                if ( in_array( $comment_status, array( 'trash', 'spam' ) ) || ! EMPTY_TRASH_DAYS ) {
    353                         $actions['delete'] = __( 'Delete Permanently' );
     353                        $actions['delete'] = __( 'Delete permanently' );
    354354                } else {
    355355                        $actions['trash'] = __( 'Move to Trash' );
    356356                }
     
    456456
    457457                if ( ! $post_id ) {
    458458                        /* translators: Column name or table row header. */
    459                         $columns['response'] = __( 'In Response To' );
     459                        $columns['response'] = __( 'In response to' );
    460460                }
    461461
    462                 $columns['date'] = _x( 'Submitted On', 'column name' );
     462                $columns['date'] = _x( 'Submitted on', 'column name' );
    463463
    464464                return $columns;
    465465        }
     
    606606                $untrash_url   = esc_url( $url . "&action=untrashcomment&$del_nonce" );
    607607                $delete_url    = esc_url( $url . "&action=deletecomment&$del_nonce" );
    608608
    609                 // Preorder it: Approve | Reply | Quick Edit | Edit | Spam | Trash.
     609                // Preorder it: Approve | Reply | Quick edit | Edit | Spam | Trash.
    610610                $actions = array(
    611611                        'approve'   => '',
    612612                        'unapprove' => '',
     
    692692                                $delete_url,
    693693                                "delete:the-comment-list:comment-{$comment->comment_ID}::delete=1",
    694694                                esc_attr__( 'Delete this comment permanently' ),
    695                                 __( 'Delete Permanently' )
     695                                __( 'Delete permanently' )
    696696                        );
    697697                } else {
    698698                        $actions['trash'] = sprintf(
  • wp-admin/includes/class-wp-list-table.php

     
    440440                if ( is_null( $this->_actions ) ) {
    441441                        $this->_actions = $this->get_bulk_actions();
    442442                        /**
    443                          * Filters the list table Bulk Actions drop-down.
     443                         * Filters the list table Bulk actions drop-down.
    444444                         *
    445445                         * The dynamic portion of the hook name, `$this->screen->id`, refers
    446446                         * to the ID of the current screen, usually a string.
     
    463463
    464464                echo '<label for="bulk-action-selector-' . esc_attr( $which ) . '" class="screen-reader-text">' . __( 'Select bulk action' ) . '</label>';
    465465                echo '<select name="action' . $two . '" id="bulk-action-selector-' . esc_attr( $which ) . "\">\n";
    466                 echo '<option value="-1">' . __( 'Bulk Actions' ) . "</option>\n";
     466                echo '<option value="-1">' . __( 'Bulk actions' ) . "</option>\n";
    467467
    468468                foreach ( $this->_actions as $name => $title ) {
    469469                        $class = 'edit' === $name ? ' class="hide-if-no-js"' : '';
     
    11251125
    11261126                if ( ! empty( $columns['cb'] ) ) {
    11271127                        static $cb_counter = 1;
    1128                         $columns['cb']     = '<label class="screen-reader-text" for="cb-select-all-' . $cb_counter . '">' . __( 'Select All' ) . '</label>'
     1128                        $columns['cb']     = '<label class="screen-reader-text" for="cb-select-all-' . $cb_counter . '">' . __( 'Select all' ) . '</label>'
    11291129                                . '<input id="cb-select-all-' . $cb_counter . '" type="checkbox" />';
    11301130                        $cb_counter++;
    11311131                }
  • wp-admin/includes/class-wp-media-list-table.php

     
    149149                if ( MEDIA_TRASH ) {
    150150                        if ( $this->is_trash ) {
    151151                                $actions['untrash'] = __( 'Restore' );
    152                                 $actions['delete']  = __( 'Delete Permanently' );
     152                                $actions['delete']  = __( 'Delete permanently' );
    153153                        } else {
    154154                                $actions['trash'] = __( 'Move to Trash' );
    155155                        }
    156156                } else {
    157                         $actions['delete'] = __( 'Delete Permanently' );
     157                        $actions['delete'] = __( 'Delete permanently' );
    158158                }
    159159
    160160                if ( $this->detached ) {
     
    687687                                                $delete_ays,
    688688                                                /* translators: %s: Attachment title. */
    689689                                                esc_attr( sprintf( __( 'Delete &#8220;%s&#8221; permanently' ), $att_title ) ),
    690                                                 __( 'Delete Permanently' )
     690                                                __( 'Delete permanently' )
    691691                                        );
    692692                                }
    693693                        }
     
    744744                                                $delete_ays,
    745745                                                /* translators: %s: Attachment title. */
    746746                                                esc_attr( sprintf( __( 'Delete &#8220;%s&#8221; permanently' ), $att_title ) ),
    747                                                 __( 'Delete Permanently' )
     747                                                __( 'Delete permanently' )
    748748                                        );
    749749                                }
    750750                        }
     
    765765                 * @since 2.8.0
    766766                 *
    767767                 * @param string[] $actions  An array of action links for each attachment.
    768                  *                           Default 'Edit', 'Delete Permanently', 'View'.
     768                 *                           Default 'Edit', 'Delete permanently', 'View'.
    769769                 * @param WP_Post  $post     WP_Post object for the current attachment.
    770770                 * @param bool     $detached Whether the list table contains media not attached
    771771                 *                           to any posts. Default true.
  • wp-admin/includes/class-wp-ms-sites-list-table.php

     
    360360                $sites_columns = array(
    361361                        'cb'          => '<input type="checkbox" />',
    362362                        'blogname'    => __( 'URL' ),
    363                         'lastupdated' => __( 'Last Updated' ),
     363                        'lastupdated' => __( 'Last updated' ),
    364364                        'registered'  => _x( 'Registered', 'site' ),
    365365                        'users'       => __( 'Users' ),
    366366                );
  • wp-admin/includes/class-wp-ms-themes-list-table.php

     
    329329                                case 'upgrade':
    330330                                        /* translators: %s: Number of themes. */
    331331                                        $text = _nx(
    332                                                 'Update Available <span class="count">(%s)</span>',
    333                                                 'Update Available <span class="count">(%s)</span>',
     332                                                'Update available <span class="count">(%s)</span>',
     333                                                'Update available <span class="count">(%s)</span>',
    334334                                                $count,
    335335                                                'themes'
    336336                                        );
  • wp-admin/includes/class-wp-plugin-install-list-table.php

     
    102102                        $tabs['search'] = __( 'Search Results' );
    103103                }
    104104                if ( $tab === 'beta' || false !== strpos( get_bloginfo( 'version' ), '-' ) ) {
    105                         $tabs['beta'] = _x( 'Beta Testing', 'Plugin Installer' );
     105                        $tabs['beta'] = _x( 'Beta testing', 'Plugin Installer' );
    106106                }
    107107                $tabs['featured']    = _x( 'Featured', 'Plugin Installer' );
    108108                $tabs['popular']     = _x( 'Popular', 'Plugin Installer' );
     
    111111                if ( current_user_can( 'upload_plugins' ) ) {
    112112                        // No longer a real tab. Here for filter compatibility.
    113113                        // Gets skipped in get_views().
    114                         $tabs['upload'] = __( 'Upload Plugin' );
     114                        $tabs['upload'] = __( 'Upload plugin' );
    115115                }
    116116
    117117                $nonmenu_tabs = array( 'plugin-information' ); // Valid actions to perform which do not have a Menu item.
     
    530530                                                                        /* translators: %s: Plugin name and version. */
    531531                                                                        esc_attr( sprintf( __( 'Install %s now' ), $name ) ),
    532532                                                                        esc_attr( $name ),
    533                                                                         __( 'Install Now' )
     533                                                                        __( 'Install now' )
    534534                                                                );
    535535                                                        } else {
    536536                                                                $action_links[] = sprintf(
    537537                                                                        '<button type="button" class="button button-disabled" disabled="disabled">%s</button>',
    538                                                                         _x( 'Cannot Install', 'plugin' )
     538                                                                        _x( 'Cannot install', 'plugin' )
    539539                                                                );
    540540                                                        }
    541541                                                }
     
    552552                                                                        /* translators: %s: Plugin name and version. */
    553553                                                                        esc_attr( sprintf( __( 'Update %s now' ), $name ) ),
    554554                                                                        esc_attr( $name ),
    555                                                                         __( 'Update Now' )
     555                                                                        __( 'Update now' )
    556556                                                                );
    557557                                                        } else {
    558558                                                                $action_links[] = sprintf(
    559559                                                                        '<button type="button" class="button button-disabled" disabled="disabled">%s</button>',
    560                                                                         _x( 'Cannot Update', 'plugin' )
     560                                                                        _x( 'Cannot update', 'plugin' )
    561561                                                                );
    562562                                                        }
    563563                                                }
     
    617617                                /* translators: %s: Plugin name and version. */
    618618                                esc_attr( sprintf( __( 'More information about %s' ), $name ) ),
    619619                                esc_attr( $name ),
    620                                 __( 'More Details' )
     620                                __( 'More details' )
    621621                        );
    622622
    623623                        if ( ! empty( $plugin['icons']['svg'] ) ) {
     
    635635                         *
    636636                         * @since 2.7.0
    637637                         *
    638                          * @param string[] $action_links An array of plugin action links. Defaults are links to Details and Install Now.
     638                         * @param string[] $action_links An array of plugin action links. Defaults are links to Details and Install now.
    639639                         * @param array    $plugin       The plugin currently being listed.
    640640                         */
    641641                        $action_links = apply_filters( 'plugin_install_action_links', $action_links, $plugin );
     
    728728                                        <span class="num-ratings" aria-hidden="true">(<?php echo number_format_i18n( $plugin['num_ratings'] ); ?>)</span>
    729729                                </div>
    730730                                <div class="column-updated">
    731                                         <strong><?php _e( 'Last Updated:' ); ?></strong>
     731                                        <strong><?php _e( 'Last updated:' ); ?></strong>
    732732                                        <?php
    733733                                                /* translators: %s: Human-readable time difference. */
    734734                                                printf( __( '%s ago' ), human_time_diff( $last_updated_timestamp ) );
  • wp-admin/includes/class-wp-plugins-list-table.php

     
    488488                                case 'upgrade':
    489489                                        /* translators: %s: Number of plugins. */
    490490                                        $text = _n(
    491                                                 'Update Available <span class="count">(%s)</span>',
    492                                                 'Update Available <span class="count">(%s)</span>',
     491                                                'Update available <span class="count">(%s)</span>',
     492                                                'Update available <span class="count">(%s)</span>',
    493493                                                $count
    494494                                        );
    495495                                        break;
  • wp-admin/includes/class-wp-posts-list-table.php

     
    415415
    416416                if ( current_user_can( $post_type_obj->cap->delete_posts ) ) {
    417417                        if ( $this->is_trash || ! EMPTY_TRASH_DAYS ) {
    418                                 $actions['delete'] = __( 'Delete Permanently' );
     418                                $actions['delete'] = __( 'Delete permanently' );
    419419                        } else {
    420420                                $actions['trash'] = __( 'Move to Trash' );
    421421                        }
     
    13751375                                        get_delete_post_link( $post->ID, '', true ),
    13761376                                        /* translators: %s: Post title. */
    13771377                                        esc_attr( sprintf( __( 'Delete &#8220;%s&#8221; permanently' ), $title ) ),
    1378                                         __( 'Delete Permanently' )
     1378                                        __( 'Delete permanently' )
    13791379                                );
    13801380                        }
    13811381                }
     
    14231423                         * @since 2.8.0
    14241424                         *
    14251425                         * @param string[] $actions An array of row action links. Defaults are
    1426                          *                          'Edit', 'Quick Edit', 'Restore', 'Trash',
    1427                          *                          'Delete Permanently', 'Preview', and 'View'.
     1426                         *                          'Edit', 'Quick edit', 'Restore', 'Trash',
     1427                         *                          'Delete permanently', 'Preview', and 'View'.
    14281428                         * @param WP_Post  $post    The post object.
    14291429                         */
    14301430                        $actions = apply_filters( 'page_row_actions', $actions, $post );
     
    14381438                         * @since 2.8.0
    14391439                         *
    14401440                         * @param string[] $actions An array of row action links. Defaults are
    1441                          *                          'Edit', 'Quick Edit', 'Restore', 'Trash',
    1442                          *                          'Delete Permanently', 'Preview', and 'View'.
     1441                         *                          'Edit', 'Quick edit', 'Restore', 'Trash',
     1442                         *                          'Delete permanently', 'Preview', and 'View'.
    14431443                         * @param WP_Post  $post    The post object.
    14441444                         */
    14451445                        $actions = apply_filters( 'post_row_actions', $actions, $post );
     
    14731473                        $show_in_quick_edit = $taxonomy->show_in_quick_edit;
    14741474
    14751475                        /**
    1476                          * Filters whether the current taxonomy should be shown in the Quick Edit panel.
     1476                         * Filters whether the current taxonomy should be shown in the Quick edit panel.
    14771477                         *
    14781478                         * @since 4.2.0
    14791479                         *
    1480                          * @param bool   $show_in_quick_edit Whether to show the current taxonomy in Quick Edit.
     1480                         * @param bool   $show_in_quick_edit Whether to show the current taxonomy in Quick edit.
    14811481                         * @param string $taxonomy_name      Taxonomy name.
    1482                          * @param string $post_type          Post type of current Quick Edit post.
     1482                         * @param string $post_type          Post type of current Quick edit post.
    14831483                         */
    14841484                        if ( ! apply_filters( 'quick_edit_show_taxonomy', $show_in_quick_edit, $taxonomy_name, $screen->post_type ) ) {
    14851485                                continue;
     
    15251525                " style="display: none"><td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange">
    15261526
    15271527                <fieldset class="inline-edit-col-left">
    1528                         <legend class="inline-edit-legend"><?php echo $bulk ? __( 'Bulk Edit' ) : __( 'Quick Edit' ); ?></legend>
     1528                        <legend class="inline-edit-legend"><?php echo $bulk ? __( 'Bulk edit' ) : __( 'Quick edit' ); ?></legend>
    15291529                        <div class="inline-edit-col">
    15301530                        <?php
    15311531
     
    16681668                                        }
    16691669
    16701670                                        /**
    1671                                          * Filters the arguments used to generate the Quick Edit page-parent drop-down.
     1671                                         * Filters the arguments used to generate the Quick edit page-parent drop-down.
    16721672                                         *
    16731673                                         * @since 2.7.0
    16741674                                         *
     
    18661866                                if ( $bulk ) {
    18671867
    18681868                                        /**
    1869                                          * Fires once for each column in Bulk Edit mode.
     1869                                         * Fires once for each column in Bulk edit mode.
    18701870                                         *
    18711871                                         * @since 2.7.0
    18721872                                         *
     
    18771877                                } else {
    18781878
    18791879                                        /**
    1880                                          * Fires once for each column in Quick Edit mode.
     1880                                         * Fires once for each column in Quick edit mode.
    18811881                                         *
    18821882                                         * @since 2.7.0
    18831883                                         *
  • wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php

     
    5656                        'data-nonce="' . esc_attr( $nonce ) .
    5757                        '">';
    5858
    59                 $download_data_markup .= '<span class="export-personal-data-idle"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download Personal Data' ) . '</button></span>' .
     59                $download_data_markup .= '<span class="export-personal-data-idle"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download personal data' ) . '</button></span>' .
    6060                        '<span class="export-personal-data-processing hidden">' . __( 'Downloading Data...' ) . '</span>' .
    61                         '<span class="export-personal-data-success hidden"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download Personal Data Again' ) . '</button></span>' .
     61                        '<span class="export-personal-data-success hidden"><button type="button" class="button-link export-personal-data-handle">' . __( 'Download personal data Again' ) . '</button></span>' .
    6262                        '<span class="export-personal-data-failed hidden">' . __( 'Download failed.' ) . ' <button type="button" class="button-link">' . __( 'Retry' ) . '</button></span>';
    6363
    6464                $download_data_markup .= '</div>';
  • wp-admin/includes/class-wp-privacy-requests-table.php

     
    4343                        'email'             => __( 'Requester' ),
    4444                        'status'            => __( 'Status' ),
    4545                        'created_timestamp' => __( 'Requested' ),
    46                         'next_steps'        => __( 'Next Steps' ),
     46                        'next_steps'        => __( 'Next steps' ),
    4747                );
    4848                return $columns;
    4949        }
  • wp-admin/includes/class-wp-screen.php

     
    678678         *
    679679         * The layout_columns option controls the max number and default number of
    680680         * columns. This method returns the number of columns within that range selected
    681          * by the user via Screen Options. If no selection has been made, the default
     681         * by the user via Screen options. If no selection has been made, the default
    682682         * provisioned in layout_columns is returned. If the screen does not support
    683683         * selecting the number of layout columns, 0 is returned.
    684684         *
     
    930930                <div id="screen-meta-links">
    931931                <?php if ( $this->show_screen_options() ) : ?>
    932932                        <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">
    933                         <button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen Options' ); ?></button>
     933                        <button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen options' ); ?></button>
    934934                        </div>
    935935                        <?php
    936936                endif;
     
    970970                }
    971971
    972972                /**
    973                  * Filters the screen settings text displayed in the Screen Options tab.
     973                 * Filters the screen settings text displayed in the Screen options tab.
    974974                 *
    975975                 * This filter is currently only used on the Widgets screen to enable
    976976                 * accessibility mode.
     
    987987                }
    988988
    989989                /**
    990                  * Filters whether to show the Screen Options tab.
     990                 * Filters whether to show the Screen options tab.
    991991                 *
    992992                 * @since 3.2.0
    993993                 *
    994                  * @param bool      $show_screen Whether to show Screen Options tab.
     994                 * @param bool      $show_screen Whether to show Screen options tab.
    995995                 *                               Default true.
    996996                 * @param WP_Screen $this        Current WP_Screen instance.
    997997                 */
     
    10231023
    10241024                // Output optional wrapper.
    10251025                if ( $options['wrap'] ) {
    1026                         $wrapper_start = '<div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="' . esc_attr__( 'Screen Options Tab' ) . '">';
     1026                        $wrapper_start = '<div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="' . esc_attr__( 'Screen options tab' ) . '">';
    10271027                        $wrapper_end   = '</div>';
    10281028                }
    10291029
     
    10431043                echo $this->_screen_settings;
    10441044
    10451045                /**
    1046                  * Filters whether to show the Screen Options submit button.
     1046                 * Filters whether to show the Screen options submit button.
    10471047                 *
    10481048                 * @since 4.4.0
    10491049                 *
    1050                  * @param bool      $show_button Whether to show Screen Options submit button.
     1050                 * @param bool      $show_button Whether to show Screen options submit button.
    10511051                 *                               Default false.
    10521052                 * @param WP_Screen $this        Current WP_Screen instance.
    10531053                 */
  • wp-admin/includes/class-wp-terms-list-table.php

     
    505505                 * @deprecated 3.0.0 Use {$taxonomy}_row_actions instead.
    506506                 *
    507507                 * @param string[] $actions An array of action links to be displayed. Default
    508                  *                          'Edit', 'Quick Edit', 'Delete', and 'View'.
     508                 *                          'Edit', 'Quick edit', 'Delete', and 'View'.
    509509                 * @param WP_Term  $tag     Term object.
    510510                 */
    511511                $actions = apply_filters( 'tag_row_actions', $actions, $tag );
     
    518518                 * @since 3.0.0
    519519                 *
    520520                 * @param string[] $actions An array of action links to be displayed. Default
    521                  *                          'Edit', 'Quick Edit', 'Delete', and 'View'.
     521                 *                          'Edit', 'Quick edit', 'Delete', and 'View'.
    522522                 * @param WP_Term  $tag     Term object.
    523523                 */
    524524                $actions = apply_filters( "{$taxonomy}_row_actions", $actions, $tag );
     
    631631                <tr id="inline-edit" class="inline-edit-row" style="display: none"><td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange">
    632632
    633633                        <fieldset>
    634                                 <legend class="inline-edit-legend"><?php _e( 'Quick Edit' ); ?></legend>
     634                                <legend class="inline-edit-legend"><?php _e( 'Quick edit' ); ?></legend>
    635635                                <div class="inline-edit-col">
    636636                                <label>
    637637                                        <span class="title"><?php _ex( 'Name', 'term name' ); ?></span>
  • wp-admin/includes/class-wp-theme-install-list-table.php

     
    324324                                        esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ),
    325325                                        /* translators: %s: Theme name. */
    326326                                        esc_attr( sprintf( __( 'Install %s' ), $name ) ),
    327                                         __( 'Install Now' )
     327                                        __( 'Install now' )
    328328                                );
    329329                                break;
    330330                }
     
    343343                 * @since 3.4.0
    344344                 *
    345345                 * @param string[] $actions An array of theme action links. Defaults are
    346                  *                          links to Install Now, Preview, and Details.
     346                 *                          links to Install now, Preview, and Details.
    347347                 * @param WP_Theme $theme   Theme object.
    348348                 */
    349349                $actions = apply_filters( 'theme_install_actions', $actions, $theme );
  • wp-admin/includes/class-wp-themes-list-table.php

     
    220220                                $actions['preview'] .= sprintf(
    221221                                        '<a href="%s" class="load-customize hide-if-no-customize">%s</a>',
    222222                                        wp_customize_url( $stylesheet ),
    223                                         __( 'Live Preview' )
     223                                        __( 'Live preview' )
    224224                                );
    225225                        }
    226226
  • wp-admin/includes/dashboard.php

     
    5858
    5959        // QuickPress Widget
    6060        if ( is_blog_admin() && current_user_can( get_post_type_object( 'post' )->cap->create_posts ) ) {
    61                 $quick_draft_title = sprintf( '<span class="hide-if-no-js">%1$s</span> <span class="hide-if-js">%2$s</span>', __( 'Quick Draft' ), __( 'Your Recent Drafts' ) );
     61                $quick_draft_title = sprintf( '<span class="hide-if-no-js">%1$s</span> <span class="hide-if-js">%2$s</span>', __( 'Quick Draft' ), __( 'Your recent drafts' ) );
    6262                wp_add_dashboard_widget( 'dashboard_quick_press', $quick_draft_title, 'wp_dashboard_quick_press' );
    6363        }
    6464
     
    255255/**
    256256 * Dashboard widget that displays some basic stats about the site.
    257257 *
    258  * Formerly 'Right Now'. A streamlined 'At a Glance' as of 3.8.
     258 * Formerly 'Right Now'. A streamlined 'At a glance' as of 3.8.
    259259 *
    260260 * @since 2.7.0
    261261 */
     
    307307        }
    308308
    309309        /**
    310          * Filters the array of extra elements to list in the 'At a Glance'
     310         * Filters the array of extra elements to list in the 'At a glance'
    311311         * dashboard widget.
    312312         *
    313313         * Prior to 3.8.0, the widget was named 'Right Now'. Each element
     
    315315         *
    316316         * @since 3.8.0
    317317         *
    318          * @param string[] $items Array of extra 'At a Glance' widget items.
     318         * @param string[] $items Array of extra 'At a glance' widget items.
    319319         */
    320320        $elements = apply_filters( 'dashboard_glance_items', array() );
    321321
     
    333333
    334334                /**
    335335                 * Filters the link title attribute for the 'Search Engines Discouraged'
    336                  * message displayed in the 'At a Glance' dashboard widget.
     336                 * message displayed in the 'At a glance' dashboard widget.
    337337                 *
    338338                 * Prior to 3.8.0, the widget was named 'Right Now'.
    339339                 *
     
    346346
    347347                /**
    348348                 * Filters the link label for the 'Search Engines Discouraged' message
    349                  * displayed in the 'At a Glance' dashboard widget.
     349                 * displayed in the 'At a glance' dashboard widget.
    350350                 *
    351351                 * Prior to 3.8.0, the widget was named 'Right Now'.
    352352                 *
     
    369369        ob_start();
    370370
    371371        /**
    372          * Fires at the end of the 'At a Glance' dashboard widget.
     372         * Fires at the end of the 'At a glance' dashboard widget.
    373373         *
    374374         * Prior to 3.8.0, the widget was named 'Right Now'.
    375375         *
     
    378378        do_action( 'rightnow_end' );
    379379
    380380        /**
    381          * Fires at the end of the 'At a Glance' dashboard widget.
     381         * Fires at the end of the 'At a glance' dashboard widget.
    382382         *
    383383         * Prior to 3.8.0, the widget was named 'Right Now'.
    384384         *
     
    446446
    447447        <form action="<?php echo network_admin_url( 'users.php' ); ?>" method="get">
    448448                <p>
    449                         <label class="screen-reader-text" for="search-users"><?php _e( 'Search Users' ); ?></label>
     449                        <label class="screen-reader-text" for="search-users"><?php _e( 'Search users' ); ?></label>
    450450                        <input type="search" name="s" value="" size="30" autocomplete="off" id="search-users"/>
    451                         <?php submit_button( __( 'Search Users' ), '', false, false, array( 'id' => 'submit_users' ) ); ?>
     451                        <?php submit_button( __( 'Search users' ), '', false, false, array( 'id' => 'submit_users' ) ); ?>
    452452                </p>
    453453        </form>
    454454
    455455        <form action="<?php echo network_admin_url( 'sites.php' ); ?>" method="get">
    456456                <p>
    457                         <label class="screen-reader-text" for="search-sites"><?php _e( 'Search Sites' ); ?></label>
     457                        <label class="screen-reader-text" for="search-sites"><?php _e( 'Search sites' ); ?></label>
    458458                        <input type="search" name="s" value="" size="30" autocomplete="off" id="search-sites"/>
    459                         <?php submit_button( __( 'Search Sites' ), '', false, false, array( 'id' => 'submit_sites' ) ); ?>
     459                        <?php submit_button( __( 'Search sites' ), '', false, false, array( 'id' => 'submit_sites' ) ); ?>
    460460                </p>
    461461        </form>
    462462        <?php
     
    539539                        <input type="hidden" name="post_ID" value="<?php echo $post_ID; ?>" />
    540540                        <input type="hidden" name="post_type" value="post" />
    541541                        <?php wp_nonce_field( 'add-post' ); ?>
    542                         <?php submit_button( __( 'Save Draft' ), 'primary', 'save', false, array( 'id' => 'save-post' ) ); ?>
     542                        <?php submit_button( __( 'Save draft' ), 'primary', 'save', false, array( 'id' => 'save-post' ) ); ?>
    543543                        <br class="clear" />
    544544                </p>
    545545
     
    709709                                $delete_url,
    710710                                "delete:the-comment-list:comment-{$comment->comment_ID}::trash=1",
    711711                                esc_attr__( 'Delete this comment permanently' ),
    712                                 __( 'Delete Permanently' )
     712                                __( 'Delete permanently' )
    713713                        );
    714714                } else {
    715715                        $actions['trash'] = sprintf(
     
    17631763        <div class="welcome-panel-column">
    17641764                <?php if ( current_user_can( 'customize' ) ) : ?>
    17651765                        <h3><?php _e( 'Get Started' ); ?></h3>
    1766                         <a class="button button-primary button-hero load-customize hide-if-no-customize" href="<?php echo wp_customize_url(); ?>"><?php _e( 'Customize Your Site' ); ?></a>
     1766                        <a class="button button-primary button-hero load-customize hide-if-no-customize" href="<?php echo wp_customize_url(); ?>"><?php _e( 'Customize your site' ); ?></a>
    17671767                <?php endif; ?>
    1768                 <a class="button button-primary button-hero hide-if-customize" href="<?php echo admin_url( 'themes.php' ); ?>"><?php _e( 'Customize Your Site' ); ?></a>
     1768                <a class="button button-primary button-hero hide-if-customize" href="<?php echo admin_url( 'themes.php' ); ?>"><?php _e( 'Customize your site' ); ?></a>
    17691769                <?php if ( current_user_can( 'install_themes' ) || ( current_user_can( 'switch_themes' ) && count( wp_get_themes( array( 'allowed' => true ) ) ) > 1 ) ) : ?>
    17701770                        <?php $themes_link = current_user_can( 'customize' ) ? add_query_arg( 'autofocus[panel]', 'themes', admin_url( 'customize.php' ) ) : admin_url( 'themes.php' ); ?>
    17711771                        <p class="hide-if-no-customize">
  • wp-admin/includes/deprecated.php

     
    11311131/**
    11321132 * This was once used to display a meta box for the nav menu theme locations.
    11331133 *
    1134  * Deprecated in favor of a 'Manage Locations' tab added to nav menus management screen.
     1134 * Deprecated in favor of a 'Manage locations' tab added to nav menus management screen.
    11351135 *
    11361136 * @since 3.0.0
    11371137 * @deprecated 3.6.0
  • wp-admin/includes/media.php

     
    641641                '<button type="button"%s class="button insert-media add_media" data-editor="%s">%s</button>',
    642642                $id_attribute,
    643643                esc_attr( $editor_id ),
    644                 $img . __( 'Add Media' )
     644                $img . __( 'Add media' )
    645645        );
    646646
    647647        /**
     
    14371437
    14381438                $form_fields['image_alt'] = array(
    14391439                        'value' => $alt,
    1440                         'label' => __( 'Alternative Text' ),
     1440                        'label' => __( 'Alternative text' ),
    14411441                        'helps' => __( 'Alt text for the image, e.g. &#8220;The Mona Lisa&#8221;' ),
    14421442                );
    14431443
     
    16361636
    16371637        if ( wp_attachment_is_image( $post->ID ) && wp_image_editor_supports( array( 'mime_type' => $post->post_mime_type ) ) ) {
    16381638                $nonce             = wp_create_nonce( "image_editor-$post->ID" );
    1639                 $image_edit_button = "<input type='button' id='imgedit-open-btn-$post->ID' onclick='imageEdit.open( $post->ID, \"$nonce\" )' class='button' value='" . esc_attr__( 'Edit Image' ) . "' /> <span class='spinner'></span>";
     1639                $image_edit_button = "<input type='button' id='imgedit-open-btn-$post->ID' onclick='imageEdit.open( $post->ID, \"$nonce\" )' class='button' value='" . esc_attr__( 'Edit image' ) . "' /> <span class='spinner'></span>";
    16401640        }
    16411641
    16421642        $attachment_url = get_permalink( $attachment_id );
     
    16881688        $delete = empty( $parsed_args['delete'] ) ? '' : $parsed_args['delete'];
    16891689        if ( $delete && current_user_can( 'delete_post', $attachment_id ) ) {
    16901690                if ( ! EMPTY_TRASH_DAYS ) {
    1691                         $delete = "<a href='" . wp_nonce_url( "post.php?action=delete&amp;post=$attachment_id", 'delete-post_' . $attachment_id ) . "' id='del[$attachment_id]' class='delete-permanently'>" . __( 'Delete Permanently' ) . '</a>';
     1691                        $delete = "<a href='" . wp_nonce_url( "post.php?action=delete&amp;post=$attachment_id", 'delete-post_' . $attachment_id ) . "' id='del[$attachment_id]' class='delete-permanently'>" . __( 'Delete permanently' ) . '</a>';
    16921692                } elseif ( ! MEDIA_TRASH ) {
    16931693                        $delete = "<a href='#' class='del-link' onclick=\"document.getElementById('del_attachment_$attachment_id').style.display='block';return false;\">" . __( 'Delete' ) . "</a>
    16941694                                <div id='del_attachment_$attachment_id' class='del-attachment' style='display:none;'>" .
     
    21862186        <div id="drag-drop-area">
    21872187                <div class="drag-drop-inside">
    21882188                <p class="drag-drop-info"><?php _e( 'Drop files to upload' ); ?></p>
    2189                 <p><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
    2190                 <p class="drag-drop-buttons"><input id="plupload-browse-button" type="button" value="<?php esc_attr_e( 'Select Files' ); ?>" class="button" /></p>
     2189                <p><?php _ex( 'or', 'Uploader: Drop files here - or - Select files' ); ?></p>
     2190                <p class="drag-drop-buttons"><input id="plupload-browse-button" type="button" value="<?php esc_attr_e( 'Select files' ); ?>" class="button" /></p>
    21912191                </div>
    21922192        </div>
    21932193        <?php
     
    29062906
    29072907                <tr class="image-only">
    29082908                        <th scope="row" class="label">
    2909                                 <label for="alt"><span class="alignleft">' . __( 'Alternative Text' ) . '</span></label>
     2909                                <label for="alt"><span class="alignleft">' . __( 'Alternative text' ) . '</span></label>
    29102910                        </th>
    29112911                        <td class="field"><input id="alt" name="alt" value="" type="text" required />
    29122912                        <p class="help">' . __( 'Alt text for the image, e.g. &#8220;The Mona Lisa&#8221;' ) . '</p></td>
     
    30743074                $image_edit_button = '';
    30753075                if ( wp_image_editor_supports( array( 'mime_type' => $post->post_mime_type ) ) ) {
    30763076                        $nonce             = wp_create_nonce( "image_editor-$post->ID" );
    3077                         $image_edit_button = "<input type='button' id='imgedit-open-btn-$post->ID' onclick='imageEdit.open( $post->ID, \"$nonce\" )' class='button' value='" . esc_attr__( 'Edit Image' ) . "' /> <span class='spinner'></span>";
     3077                        $image_edit_button = "<input type='button' id='imgedit-open-btn-$post->ID' onclick='imageEdit.open( $post->ID, \"$nonce\" )' class='button' value='" . esc_attr__( 'Edit image' ) . "' /> <span class='spinner'></span>";
    30783078                }
    30793079
    30803080                $open_style     = '';
     
    31633163        <div class="wp_attachment_details edit-form-section">
    31643164        <?php if ( 'image' === substr( $post->post_mime_type, 0, 5 ) ) : ?>
    31653165                <p class="attachment-alt-text">
    3166                         <label for="attachment_alt"><strong><?php _e( 'Alternative Text' ); ?></strong></label><br />
     3166                        <label for="attachment_alt"><strong><?php _e( 'Alternative text' ); ?></strong></label><br />
    31673167                        <input type="text" class="widefat" name="_wp_attachment_image_alt" id="attachment_alt" aria-describedby="alt-text-description" value="<?php echo esc_attr( $alt_text ); ?>" />
    31683168                </p>
    31693169                <p class="attachment-alt-text-description" id="alt-text-description">
  • wp-admin/includes/meta-boxes.php

     
    4444                        $private_style = 'style="display:none"';
    4545                }
    4646                ?>
    47 <input <?php echo $private_style; ?> type="submit" name="save" id="save-post" value="<?php esc_attr_e( 'Save Draft' ); ?>" class="button" />
     47<input <?php echo $private_style; ?> type="submit" name="save" id="save-post" value="<?php esc_attr_e( 'Save draft' ); ?>" class="button" />
    4848<span class="spinner"></span>
    4949<?php } elseif ( 'pending' == $post->post_status && $can_publish ) { ?>
    5050<input type="submit" name="save" id="save-post" value="<?php esc_attr_e( 'Save as Pending' ); ?>" class="button" />
     
    312312        <?php
    313313        if ( current_user_can( 'delete_post', $post->ID ) ) {
    314314                if ( ! EMPTY_TRASH_DAYS ) {
    315                         $delete_text = __( 'Delete Permanently' );
     315                        $delete_text = __( 'Delete permanently' );
    316316                } else {
    317317                        $delete_text = __( 'Move to Trash' );
    318318                }
     
    419419                        echo "<a class='submitdelete deletion' href='" . get_delete_post_link( $post->ID ) . "'>" . __( 'Move to Trash' ) . '</a>';
    420420                } else {
    421421                        $delete_ays = ! MEDIA_TRASH ? " onclick='return showNotice.warn();'" : '';
    422                         echo  "<a class='submitdelete deletion'$delete_ays href='" . get_delete_post_link( $post->ID, null, true ) . "'>" . __( 'Delete Permanently' ) . '</a>';
     422                        echo  "<a class='submitdelete deletion'$delete_ays href='" . get_delete_post_link( $post->ID, null, true ) . "'>" . __( 'Delete permanently' ) . '</a>';
    423423                }
    424424        }
    425425        ?>
     
    10871087        ?>
    10881088<div id="taxonomy-linkcategory" class="categorydiv">
    10891089        <ul id="category-tabs" class="category-tabs">
    1090                 <li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li>
     1090                <li class="tabs"><a href="#categories-all"><?php _e( 'All categories' ); ?></a></li>
    10911091                <li class="hide-if-no-js"><a href="#categories-pop"><?php _ex( 'Most Used', 'categories' ); ?></a></li>
    10921092        </ul>
    10931093
     
    11101110        </div>
    11111111
    11121112        <div id="category-adder" class="wp-hidden-children">
    1113                 <a id="category-add-toggle" href="#category-add" class="taxonomy-add-new"><?php _e( '+ Add New Category' ); ?></a>
     1113                <a id="category-add-toggle" href="#category-add" class="taxonomy-add-new"><?php _e( '+ Add new category' ); ?></a>
    11141114                <p id="link-category-add" class="wp-hidden-child">
    1115                         <label class="screen-reader-text" for="newcat"><?php _e( '+ Add New Category' ); ?></label>
     1115                        <label class="screen-reader-text" for="newcat"><?php _e( '+ Add new category' ); ?></label>
    11161116                        <input type="text" name="newcat" id="newcat" class="form-required form-input-tip" value="<?php esc_attr_e( 'New category name' ); ?>" aria-required="true" />
    11171117                        <input type="button" id="link-category-add-submit" data-wp-lists="add:categorychecklist:link-category-add" class="button" value="<?php esc_attr_e( 'Add' ); ?>" />
    11181118                        <?php wp_nonce_field( 'add-link-category', '_ajax_nonce', false ); ?>
  • wp-admin/includes/ms.php

     
    11291129                'title'   => __( 'Overview' ),
    11301130                'content' =>
    11311131                        '<p>' . __( 'The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.' ) . '</p>' .
    1132                         '<p>' . __( '<strong>Info</strong> &mdash; The site URL is rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable.' ) . '</p>' .
     1132                        '<p>' . __( '<strong>Info</strong> &mdash; The site URL is rarely edited as this can cause the site to not work properly. The Registered date and Last updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable.' ) . '</p>' .
    11331133                        '<p>' . __( '<strong>Users</strong> &mdash; This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network.' ) . '</p>' .
    11341134                        '<p>' . sprintf(
    11351135                                /* translators: %s: URL to Network Themes screen. */
  • wp-admin/includes/nav-menu.php

     
    298298                </p>
    299299
    300300                <p id="menu-item-name-wrap" class="wp-clearfix">
    301                         <label class="howto" for="custom-menu-item-name"><?php _e( 'Link Text' ); ?></label>
     301                        <label class="howto" for="custom-menu-item-name"><?php _e( 'Link text' ); ?></label>
    302302                        <input id="custom-menu-item-name" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-title]" type="text"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="regular-text menu-item-textbox" />
    303303                </p>
    304304
    305305                <p class="button-controls wp-clearfix">
    306306                        <span class="add-to-menu">
    307                                 <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button submit-add-to-menu right" value="<?php esc_attr_e( 'Add to Menu' ); ?>" name="add-custom-menu-item" id="submit-customlinkdiv" />
     307                                <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button submit-add-to-menu right" value="<?php esc_attr_e( 'Add to menu' ); ?>" name="add-custom-menu-item" id="submit-customlinkdiv" />
    308308                                <span class="spinner"></span>
    309309                        </span>
    310310                </p>
     
    502502                <ul id="posttype-<?php echo $post_type_name; ?>-tabs" class="posttype-tabs add-menu-item-tabs">
    503503                        <li <?php echo ( 'most-recent' == $current_tab ? ' class="tabs"' : '' ); ?>>
    504504                                <a class="nav-tab-link" data-type="tabs-panel-posttype-<?php echo esc_attr( $post_type_name ); ?>-most-recent" href="<?php echo $most_recent_url; ?>#tabs-panel-posttype-<?php echo $post_type_name; ?>-most-recent">
    505                                         <?php _e( 'Most Recent' ); ?>
     505                                        <?php _e( 'Most recent' ); ?>
    506506                                </a>
    507507                        </li>
    508508                        <li <?php echo ( 'all' == $current_tab ? ' class="tabs"' : '' ); ?>>
    509509                                <a class="nav-tab-link" data-type="<?php echo esc_attr( $post_type_name ); ?>-all" href="<?php echo $view_all_url; ?>#<?php echo $post_type_name; ?>-all">
    510                                         <?php _e( 'View All' ); ?>
     510                                        <?php _e( 'View all' ); ?>
    511511                                </a>
    512512                        </li>
    513513                        <li <?php echo ( 'search' == $current_tab ? ' class="tabs"' : '' ); ?>>
     
    532532                                $args['walker'] = $walker;
    533533
    534534                                /**
    535                                  * Filters the posts displayed in the 'Most Recent' tab of the current
     535                                 * Filters the posts displayed in the 'Most recent' tab of the current
    536536                                 * post type's menu items meta box.
    537537                                 *
    538538                                 * The dynamic portion of the hook name, `$post_type_name`, refers to the post type name.
     
    543543                                 * @param WP_Post[] $most_recent An array of post objects being listed.
    544544                                 * @param array     $args        An array of `WP_Query` arguments for the meta box.
    545545                                 * @param array     $box         Arguments passed to `wp_nav_menu_item_post_type_meta_box()`.
    546                                  * @param array     $recent_args An array of `WP_Query` arguments for 'Most Recent' tab.
     546                                 * @param array     $recent_args An array of `WP_Query` arguments for 'Most recent' tab.
    547547                                 */
    548548                                $most_recent = apply_filters( "nav_menu_items_{$post_type_name}_recent", $most_recent, $args, $box, $recent_args );
    549549
     
    621621                                }
    622622
    623623                                /**
    624                                  * Filters the posts displayed in the 'View All' tab of the current
     624                                 * Filters the posts displayed in the 'View all' tab of the current
    625625                                 * post type's menu items meta box.
    626626                                 *
    627627                                 * The dynamic portion of the hook name, `$post_type_name`, refers
     
    654654                <p class="button-controls wp-clearfix" data-items-type="posttype-<?php echo esc_attr( $post_type_name ); ?>">
    655655                        <span class="list-controls hide-if-no-js">
    656656                                <input type="checkbox"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> id="<?php echo esc_attr( $post_type_name . '-tab' ); ?>" class="select-all" />
    657                                 <label for="<?php echo esc_attr( $post_type_name . '-tab' ); ?>"><?php _e( 'Select All' ); ?></label>
     657                                <label for="<?php echo esc_attr( $post_type_name . '-tab' ); ?>"><?php _e( 'Select all' ); ?></label>
    658658                        </span>
    659659
    660660                        <span class="add-to-menu">
    661                                 <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button submit-add-to-menu right" value="<?php esc_attr_e( 'Add to Menu' ); ?>" name="add-post-type-menu-item" id="<?php echo esc_attr( 'submit-posttype-' . $post_type_name ); ?>" />
     661                                <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button submit-add-to-menu right" value="<?php esc_attr_e( 'Add to menu' ); ?>" name="add-post-type-menu-item" id="<?php echo esc_attr( 'submit-posttype-' . $post_type_name ); ?>" />
    662662                                <span class="spinner"></span>
    663663                        </span>
    664664                </p>
     
    793793                        </li>
    794794                        <li <?php echo ( 'all' == $current_tab ? ' class="tabs"' : '' ); ?>>
    795795                                <a class="nav-tab-link" data-type="tabs-panel-<?php echo esc_attr( $taxonomy_name ); ?>-all" href="<?php echo $view_all_url; ?>#tabs-panel-<?php echo $taxonomy_name; ?>-all">
    796                                         <?php _e( 'View All' ); ?>
     796                                        <?php _e( 'View all' ); ?>
    797797                                </a>
    798798                        </li>
    799799                        <li <?php echo ( 'search' == $current_tab ? ' class="tabs"' : '' ); ?>>
     
    883883                <p class="button-controls wp-clearfix" data-items-type="taxonomy-<?php echo esc_attr( $taxonomy_name ); ?>">
    884884                        <span class="list-controls hide-if-no-js">
    885885                                <input type="checkbox"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> id="<?php echo esc_attr( $taxonomy_name . '-tab' ); ?>" class="select-all" />
    886                                 <label for="<?php echo esc_attr( $taxonomy_name . '-tab' ); ?>"><?php _e( 'Select All' ); ?></label>
     886                                <label for="<?php echo esc_attr( $taxonomy_name . '-tab' ); ?>"><?php _e( 'Select all' ); ?></label>
    887887                        </span>
    888888
    889889                        <span class="add-to-menu">
    890                                 <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button submit-add-to-menu right" value="<?php esc_attr_e( 'Add to Menu' ); ?>" name="add-taxonomy-menu-item" id="<?php echo esc_attr( 'submit-taxonomy-' . $taxonomy_name ); ?>" />
     890                                <input type="submit"<?php wp_nav_menu_disabled_check( $nav_menu_selected_id ); ?> class="button submit-add-to-menu right" value="<?php esc_attr_e( 'Add to menu' ); ?>" name="add-taxonomy-menu-item" id="<?php echo esc_attr( 'submit-taxonomy-' . $taxonomy_name ); ?>" />
    891891                                <span class="spinner"></span>
    892892                        </span>
    893893                </p>
     
    10651065                }
    10661066
    10671067                if ( $some_pending_menu_items ) {
    1068                         $result .= '<div class="notice notice-info notice-alt inline"><p>' . __( 'Click Save Menu to make pending menu items public.' ) . '</p></div>';
     1068                        $result .= '<div class="notice notice-info notice-alt inline"><p>' . __( 'Click Save menu to make pending menu items public.' ) . '</p></div>';
    10691069                }
    10701070
    10711071                if ( $some_invalid_menu_items ) {
  • wp-admin/includes/plugin-install.php

     
    352352                <?php wp_nonce_field( 'plugin-upload' ); ?>
    353353                <label class="screen-reader-text" for="pluginzip"><?php _e( 'Plugin zip file' ); ?></label>
    354354                <input type="file" id="pluginzip" name="pluginzip" />
    355                 <?php submit_button( __( 'Install Now' ), '', 'install-plugin-submit', false ); ?>
     355                <?php submit_button( __( 'Install now' ), '', 'install-plugin-submit', false ); ?>
    356356        </form>
    357357</div>
    358358        <?php
     
    373373                <p>
    374374                        <label for="user"><?php _e( 'Your WordPress.org username:' ); ?></label>
    375375                        <input type="search" id="user" name="user" value="<?php echo esc_attr( $user ); ?>" />
    376                         <input type="submit" class="button" value="<?php esc_attr_e( 'Get Favorites' ); ?>" />
     376                        <input type="submit" class="button" value="<?php esc_attr_e( 'Get favorites' ); ?>" />
    377377                        <input type="hidden" id="wporg-username-nonce" name="_wpnonce" value="<?php echo esc_attr( wp_create_nonce( $action ) ); ?>" />
    378378                </p>
    379379        </form>
     
    649649                        <?php } if ( ! empty( $api->author ) ) { ?>
    650650                                <li><strong><?php _e( 'Author:' ); ?></strong> <?php echo links_add_target( $api->author, '_blank' ); ?></li>
    651651                        <?php } if ( ! empty( $api->last_updated ) ) { ?>
    652                                 <li><strong><?php _e( 'Last Updated:' ); ?></strong>
     652                                <li><strong><?php _e( 'Last updated:' ); ?></strong>
    653653                                        <?php
    654654                                        /* translators: %s: Human-readable time difference. */
    655655                                        printf( __( '%s ago' ), human_time_diff( strtotime( $api->last_updated ) ) );
     
    657657                                </li>
    658658                        <?php } if ( ! empty( $api->requires ) ) { ?>
    659659                                <li>
    660                                         <strong><?php _e( 'Requires WordPress Version:' ); ?></strong>
     660                                        <strong><?php _e( 'Requires WordPress version:' ); ?></strong>
    661661                                        <?php
    662662                                        /* translators: %s: Version number. */
    663663                                        printf( __( '%s or higher' ), $api->requires );
     
    667667                                <li><strong><?php _e( 'Compatible up to:' ); ?></strong> <?php echo $api->tested; ?></li>
    668668                        <?php } if ( ! empty( $api->requires_php ) ) { ?>
    669669                                <li>
    670                                         <strong><?php _e( 'Requires PHP Version:' ); ?></strong>
     670                                        <strong><?php _e( 'Requires PHP version:' ); ?></strong>
    671671                                        <?php
    672672                                        /* translators: %s: Version number. */
    673673                                        printf( __( '%s or higher' ), $api->requires_php );
     
    674674                                        ?>
    675675                                </li>
    676676                        <?php } if ( isset( $api->active_installs ) ) { ?>
    677                                 <li><strong><?php _e( 'Active Installations:' ); ?></strong>
     677                                <li><strong><?php _e( 'Active installations:' ); ?></strong>
    678678                                <?php
    679679                                if ( $api->active_installs >= 1000000 ) {
    680680                                        $active_installs_millions = floor( $api->active_installs / 1000000 );
    681681                                        printf(
    682682                                                /* translators: %s: Number of millions. */
    683                                                 _nx( '%s+ Million', '%s+ Million', $active_installs_millions, 'Active plugin installations' ),
     683                                                _nx( '%s+ million', '%s+ million', $active_installs_millions, 'Active plugin installations' ),
    684684                                                number_format_i18n( $active_installs_millions )
    685685                                        );
    686686                                } elseif ( 0 == $api->active_installs ) {
    687                                         _ex( 'Less Than 10', 'Active plugin installations' );
     687                                        _ex( 'Less than 10', 'Active plugin installations' );
    688688                                } else {
    689689                                        echo number_format_i18n( $api->active_installs ) . '+';
    690690                                }
     
    691691                                ?>
    692692                                </li>
    693693                        <?php } if ( ! empty( $api->slug ) && empty( $api->external ) ) { ?>
    694                                 <li><a target="_blank" href="<?php echo __( 'https://wordpress.org/plugins/' ) . $api->slug; ?>/"><?php _e( 'WordPress.org Plugin Page &#187;' ); ?></a></li>
     694                                <li><a target="_blank" href="<?php echo __( 'https://wordpress.org/plugins/' ) . $api->slug; ?>/"><?php _e( 'WordPress.org plugin page &#187;' ); ?></a></li>
    695695                        <?php } if ( ! empty( $api->homepage ) ) { ?>
    696                                 <li><a target="_blank" href="<?php echo esc_url( $api->homepage ); ?>"><?php _e( 'Plugin Homepage &#187;' ); ?></a></li>
     696                                <li><a target="_blank" href="<?php echo esc_url( $api->homepage ); ?>"><?php _e( 'Plugin homepage &#187;' ); ?></a></li>
    697697                        <?php } if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) { ?>
    698698                                <li><a target="_blank" href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin &#187;' ); ?></a></li>
    699699                        <?php } ?>
    700700                </ul>
    701701                <?php if ( ! empty( $api->rating ) ) { ?>
    702                         <h3><?php _e( 'Average Rating' ); ?></h3>
     702                        <h3><?php _e( 'Average rating' ); ?></h3>
    703703                        <?php
    704704                        wp_star_rating(
    705705                                array(
     
    851851                        case 'install':
    852852                                if ( $status['url'] ) {
    853853                                        if ( $compatible_php && $compatible_wp ) {
    854                                                 echo '<a data-slug="' . esc_attr( $api->slug ) . '" id="plugin_install_from_iframe" class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Now' ) . '</a>';
     854                                                echo '<a data-slug="' . esc_attr( $api->slug ) . '" id="plugin_install_from_iframe" class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install now' ) . '</a>';
    855855                                        } else {
    856856                                                printf(
    857857                                                        '<button type="button" class="button button-primary button-disabled right" disabled="disabled">%s</button>',
    858                                                         _x( 'Cannot Install', 'plugin' )
     858                                                        _x( 'Cannot install', 'plugin' )
    859859                                                );
    860860                                        }
    861861                                }
     
    863863                        case 'update_available':
    864864                                if ( $status['url'] ) {
    865865                                        if ( $compatible_php ) {
    866                                                 echo '<a data-slug="' . esc_attr( $api->slug ) . '" data-plugin="' . esc_attr( $status['file'] ) . '" id="plugin_update_from_iframe" class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install Update Now' ) . '</a>';
     866                                                echo '<a data-slug="' . esc_attr( $api->slug ) . '" data-plugin="' . esc_attr( $status['file'] ) . '" id="plugin_update_from_iframe" class="button button-primary right" href="' . $status['url'] . '" target="_parent">' . __( 'Install update now' ) . '</a>';
    867867                                        } else {
    868868                                                printf(
    869869                                                        '<button type="button" class="button button-primary button-disabled right" disabled="disabled">%s</button>',
    870                                                         _x( 'Cannot Update', 'plugin' )
     870                                                        _x( 'Cannot update', 'plugin' )
    871871                                                );
    872872                                        }
    873873                                }
  • wp-admin/includes/template.php

     
    487487        <div id="replysubmit" class="submit">
    488488                <p class="reply-submit-buttons">
    489489                        <button type="button" class="save button button-primary">
    490                                 <span id="addbtn" style="display: none;"><?php _e( 'Add Comment' ); ?></span>
    491                                 <span id="savebtn" style="display: none;"><?php _e( 'Update Comment' ); ?></span>
    492                                 <span id="replybtn" style="display: none;"><?php _e( 'Submit Reply' ); ?></span>
     490                                <span id="addbtn" style="display: none;"><?php _e( 'Add comment' ); ?></span>
     491                                <span id="savebtn" style="display: none;"><?php _e( 'Update comment' ); ?></span>
     492                                <span id="replybtn" style="display: none;"><?php _e( 'Submit reply' ); ?></span>
    493493                        </button>
    494494                        <button type="button" class="cancel button"><?php _e( 'Cancel' ); ?></button>
    495495                        <span class="waiting spinner"></span>
     
    23202320 *
    23212321 * @see get_submit_button()
    23222322 *
    2323  * @param string       $text             The text of the button (defaults to 'Save Changes')
     2323 * @param string       $text             The text of the button (defaults to 'Save changes')
    23242324 * @param string       $type             Optional. The type and CSS class(es) of the button. Core values
    23252325 *                                       include 'primary', 'small', and 'large'. Default 'primary'.
    23262326 * @param string       $name             The HTML name of the submit button. Defaults to "submit". If no
     
    23442344 *
    23452345 * @since 3.1.0
    23462346 *
    2347  * @param string       $text             Optional. The text of the button. Default 'Save Changes'.
     2347 * @param string       $text             Optional. The text of the button. Default 'Save changes'.
    23482348 * @param string       $type             Optional. The type and CSS class(es) of the button. Core values
    23492349 *                                       include 'primary', 'small', and 'large'. Default 'primary large'.
    23502350 * @param string       $name             Optional. The HTML name of the submit button. Defaults to "submit".
     
    23762376        // Remove empty items, remove duplicate items, and finally build a string.
    23772377        $class = implode( ' ', array_unique( array_filter( $classes ) ) );
    23782378
    2379         $text = $text ? $text : __( 'Save Changes' );
     2379        $text = $text ? $text : __( 'Save changes' );
    23802380
    23812381        // Default the id attribute to $name unless an id was specifically provided in $other_attributes
    23822382        $id = $name;
  • wp-admin/includes/theme-install.php

     
    136136function install_themes_dashboard() {
    137137        install_theme_search_form( false );
    138138        ?>
    139 <h4><?php _e( 'Feature Filter' ); ?></h4>
     139<h4><?php _e( 'Feature filter' ); ?></h4>
    140140<p class="install-help"><?php _e( 'Find a theme based on specific features.' ); ?></p>
    141141
    142142<form method="get">
     
    184184        <?php wp_nonce_field( 'theme-upload' ); ?>
    185185        <label class="screen-reader-text" for="themezip"><?php _e( 'Theme zip file' ); ?></label>
    186186        <input type="file" id="themezip" name="themezip" />
    187         <?php submit_button( __( 'Install Now' ), '', 'install-theme-submit', false ); ?>
     187        <?php submit_button( __( 'Install now' ), '', 'install-theme-submit', false ); ?>
    188188</form>
    189189        <?php
    190190}
  • wp-admin/includes/theme.php

     
    753753
    754754                                        <# if ( data.hasUpdate ) { #>
    755755                                                <div class="notice notice-warning notice-alt notice-large" data-slug="{{ data.id }}">
    756                                                         <h3 class="notice-title"><?php _e( 'Update Available' ); ?></h3>
     756                                                        <h3 class="notice-title"><?php _e( 'Update available' ); ?></h3>
    757757                                                        {{{ data.update }}}
    758758                                                </div>
    759759                                        <# } #>
     
    787787                                                        <a href="{{{ data.actions['delete'] }}}" data-slug="{{ data.id }}" class="button button-secondary delete-theme"><?php _e( 'Delete' ); ?></a>
    788788                                                <# } #>
    789789                                        <?php } ?>
    790                                         <button type="button" class="button button-primary preview-theme" data-slug="{{ data.id }}"><?php _e( 'Live Preview' ); ?></button>
     790                                        <button type="button" class="button button-primary preview-theme" data-slug="{{ data.id }}"><?php _e( 'Live preview' ); ?></button>
    791791                                <# } else { #>
    792792                                        <button type="button" class="button theme-install" data-slug="{{ data.id }}"><?php _e( 'Install' ); ?></button>
    793793                                        <button type="button" class="button button-primary theme-install preview" data-slug="{{ data.id }}"><?php _e( 'Install &amp; Preview' ); ?></button>
  • wp-admin/includes/update.php

     
    244244                                '<strong><a href="%s">%s</a></strong>',
    245245                                network_admin_url( 'update-core.php' ),
    246246                                /* translators: %s: WordPress version. */
    247                                 sprintf( __( 'Get Version %s' ), $cur->current )
     247                                sprintf( __( 'Get version %s' ), $cur->current )
    248248                        );
    249249
    250250                case 'latest':
     
    327327        $content = __( 'WordPress %1$s running %2$s theme.' );
    328328
    329329        /**
    330          * Filters the text displayed in the 'At a Glance' dashboard widget.
     330         * Filters the text displayed in the 'At a glance' dashboard widget.
    331331         *
    332332         * Prior to 3.8.0, the widget was named 'Right Now'.
    333333         *
  • wp-admin/index.php

     
    5858);
    5959
    6060$help  = '<p>' . __( 'You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.' ) . '</p>';
    61 $help .= '<p>' . __( '<strong>Screen Options</strong> &mdash; Use the Screen Options tab to choose which Dashboard boxes to show.' ) . '</p>';
     61$help .= '<p>' . __( '<strong>Screen options</strong> &mdash; Use the Screen options tab to choose which Dashboard boxes to show.' ) . '</p>';
    6262$help .= '<p>' . __( '<strong>Drag and Drop</strong> &mdash; To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.' ) . '</p>';
    6363$help .= '<p>' . __( '<strong>Box Controls</strong> &mdash; Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a &#8220;Configure&#8221; link in the title bar if you hover over it.' ) . '</p>';
    6464
  • wp-admin/install.php

     
    180180                        <p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td>
    181181                </tr>
    182182                <tr>
    183                         <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?></th>
     183                        <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search engine visibility' ); ?></th>
    184184                        <td>
    185185                                <fieldset>
    186                                         <legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </span></legend>
     186                                        <legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search engine visibility' ); ?> </span></legend>
    187187                                        <?php
    188188                                        if ( has_action( 'blog_privacy_selector' ) ) {
    189189                                                ?>
  • wp-admin/js/customize-widgets.js

     
    22772277        };
    22782278
    22792279        /**
    2280          * Initialize Edit Menu button in Nav Menu widget.
     2280         * Initialize Edit menu button in Nav Menu widget.
    22812281         */
    22822282        $( document ).on( 'widget-added', function( event, widgetContainer ) {
    22832283                var parsedWidgetId, widgetControl, navMenuSelect, editMenuButton;
  • wp-admin/js/edit-comments.js

     
    170170
    171171                // Update the "comment in moderation" text across the UI.
    172172                $( '.comments-in-moderation-text' ).text( response.i18n_moderation_text );
    173                 // Hide the "comment in moderation" text in the Dashboard "At a Glance" widget.
     173                // Hide the "comment in moderation" text in the Dashboard "At a glance" widget.
    174174                if ( isDashboard && response.in_moderation ) {
    175175                        $( '.comment-mod-count', '#dashboard_right_now' )
    176176                                [ response.in_moderation > 0 ? 'removeClass' : 'addClass' ]( 'hidden' );
     
    419419                        el = $('#comment-' + id);
    420420                        note = $('#' + action + '-undo-holder').html();
    421421
    422                         el.find('.check-column :checkbox').prop('checked', false); // Uncheck the row so as not to be affected by Bulk Edits.
     422                        el.find('.check-column :checkbox').prop('checked', false); // Uncheck the row so as not to be affected by bulk edits.
    423423
    424424                        if ( el.siblings('#replyrow').length && commentReply.cid == id )
    425425                                commentReply.close();
     
    608608                        approvedDiff = -1;
    609609                        pendingDiff = 1;
    610610
    611                 // User clicked "Delete Permanently"
     611                // User clicked "Delete permanently"
    612612                } else if ( targetParent.is( 'span.delete' ) ) {
    613613                        if ( spammed ) {
    614614                                spamDiff = -1;
     
    891891                }
    892892
    893893                /*
    894                  * When closing the Quick Edit form, show the comment row and move focus
    895                  * back to the Quick Edit button.
     894                 * When closing the Quick edit form, show the comment row and move focus
     895                 * back to the Quick edit button.
    896896                 */
    897897                if ( 'edit-comment' === this.act ) {
    898898                        commentRow.fadeIn( 300, function() {
     
    13251325                );
    13261326        }
    13271327
    1328         // Quick Edit and Reply have an inline comment editor.
     1328        // Quick edit and Reply have an inline comment editor.
    13291329        $( '#the-comment-list' ).on( 'click', '.comment-inline', function() {
    13301330                var $el = $( this ),
    13311331                        action = 'replyto';
  • wp-admin/js/editor.js

     
    730730
    731731                                /**
    732732                                 * Marking the start and end element with `data-mce-object-selection` helps
    733                                  * discern when the selected object is a Live Preview selection.
     733                                 * discern when the selected object is a Live preview selection.
    734734                                 *
    735735                                 * This way we can adjust the selection to properly select only the content, ignoring
    736736                                 * whitespace inserted around the selected object by the Editor.
     
    790790
    791791                        if (endMatch) {
    792792                                /**
    793                                  * Adjust the selection index, if the selection contains a Live Preview object or not.
     793                                 * Adjust the selection index, if the selection contains a Live preview object or not.
    794794                                 *
    795795                                 * Check where the `data-mce-object-selection` attribute is set above for more context.
    796796                                 */
     
    12751275                        var $editorTools = $( '<div class="wp-editor-tools">' );
    12761276
    12771277                        if ( settings.mediaButtons ) {
    1278                                 var buttonText = 'Add Media';
     1278                                var buttonText = 'Add media';
    12791279
    12801280                                if ( window._wpMediaViewsL10n && window._wpMediaViewsL10n.addMedia ) {
    12811281                                        buttonText = window._wpMediaViewsL10n.addMedia;
  • wp-admin/js/inline-edit-post.js

     
    223223                if ( 'post' === type ) {
    224224                        $( 'tr.inline-editor textarea[data-wp-taxonomy]' ).each( function ( i, element ) {
    225225                                /*
    226                                  * While Quick Edit clones the form each time, Bulk Edit always re-uses
     226                                 * While Quick edit clones the form each time, Bulk edit always re-uses
    227227                                 * the same form. Let's check if an autocomplete instance already exists.
    228228                                 */
    229229                                if ( $( element ).autocomplete( 'instance' ) ) {
     
    381381
    382382        /**
    383383         * Saves the changes made in the quick edit window to the post.
    384          * AJAX saving is only for Quick Edit and not for bulk edit.
     384         * AJAX saving is only for Quick edit and not for bulk edit.
    385385         *
    386386         * @since 2.7.0
    387387         *
     
    423423                                                $(inlineEditPost.what+id).siblings('tr.hidden').addBack().remove();
    424424                                                $('#edit-'+id).before(r).remove();
    425425                                                $( inlineEditPost.what + id ).hide().fadeIn( 400, function() {
    426                                                         // Move focus back to the Quick Edit button. $( this ) is the row being animated.
     426                                                        // Move focus back to the Quick edit button. $( this ) is the row being animated.
    427427                                                        $( this ).find( '.editinline' )
    428428                                                                .attr( 'aria-expanded', 'false' )
    429429                                                                .focus();
     
    448448        },
    449449
    450450        /**
    451          * Hides and empties the Quick Edit and/or Bulk Edit windows.
     451         * Hides and empties the Quick edit and/or Bulk edit windows.
    452452         *
    453453         * @memberof    inlineEditPost
    454454         * @since 2.7.0
     
    480480                                $('#'+id).siblings('tr.hidden').addBack().remove();
    481481                                id = id.substr( id.lastIndexOf('-') + 1 );
    482482
    483                                 // Show the post row and move focus back to the Quick Edit button.
     483                                // Show the post row and move focus back to the Quick edit button.
    484484                                $( this.what + id ).show().find( '.editinline' )
    485485                                        .attr( 'aria-expanded', 'false' )
    486486                                        .focus();
  • wp-admin/js/inline-edit-tax.js

     
    220220                                                $( '#parent' ).find( 'option[value=' + option_value + ']' ).text( row.find( '.row-title' ).text() );
    221221
    222222                                                row.hide().fadeIn( 400, function() {
    223                                                         // Move focus back to the Quick Edit button.
     223                                                        // Move focus back to the Quick edit button.
    224224                                                        row.find( '.editinline' )
    225225                                                                .attr( 'aria-expanded', 'false' )
    226226                                                                .focus();
     
    265265                        $('#'+id).siblings('tr.hidden').addBack().remove();
    266266                        id = id.substr( id.lastIndexOf('-') + 1 );
    267267
    268                         // Show the taxonomy row and move focus back to the Quick Edit button.
     268                        // Show the taxonomy row and move focus back to the Quick edit button.
    269269                        $( this.what + id ).show().find( '.editinline' )
    270270                                .attr( 'aria-expanded', 'false' )
    271271                                .focus();
  • wp-admin/js/plugin-install.js

     
    200200        });
    201201
    202202        /*
    203          * When a user presses the "Upload Plugin" button, show the upload form in place
     203         * When a user presses the "Upload plugin" button, show the upload form in place
    204204         * rather than sending them to the devoted upload plugin page.
    205205         * The `?tab=upload` page still exists for no-js support and for plugins that
    206206         * might access it directly. When we're in this page, let the link behave
  • wp-admin/js/post.js

     
    799799                                wp.sanitize.stripTagsAndEncodeText( $('option:selected', postStatus).text() ) // Remove any potential tags from post status text.
    800800                        );
    801801
    802                         // Show or hide the "Save Draft" button.
     802                        // Show or hide the "Save draft" button.
    803803                        if ( $('option:selected', postStatus).val() == 'private' || $('option:selected', postStatus).val() == 'publish' ) {
    804804                                $('#save-post').hide();
    805805                        } else {
  • wp-admin/js/tags-suggest.js

     
    113113                                                window.tagBox.flushTags( $( this ).closest( '.tagsdiv' ) );
    114114                                        }
    115115
    116                                         // Do not close Quick Edit / Bulk Edit
     116                                        // Do not close Quick edit / Bulk edit
    117117                                        event.preventDefault();
    118118                                        event.stopPropagation();
    119119                                }
  • wp-admin/js/theme.js

     
    649649        }
    650650});
    651651
    652 // Theme Details view
     652// Theme details view
    653653// Set ups a modal overlay with the expanded theme data
    654654themes.view.Details = wp.Backbone.View.extend({
    655655
     
    18311831        activeClass: 'current',
    18321832
    18331833        /*
    1834          * When users press the "Upload Theme" button, show the upload form in place.
     1834         * When users press the "Upload theme" button, show the upload form in place.
    18351835         */
    18361836        uploader: function() {
    18371837                var uploadViewToggle = $( '.upload-view-toggle' ),
  • wp-admin/js/updates.js

     
    11501150
    11511151                        if ( response.customizeUrl ) {
    11521152
    1153                                 // Transform the 'Preview' button into a 'Live Preview' button.
     1153                                // Transform the 'Preview' button into a 'Live preview' button.
    11541154                                $message.siblings( '.preview' ).replaceWith( function () {
    11551155                                        return $( '<a>' )
    11561156                                                .attr( 'href', response.customizeUrl )
     
    22432243                }
    22442244
    22452245                /**
    2246                  * Handles changes to the plugin search box on the Installed Plugins screen,
     2246                 * Handles changes to the plugin search box on the Installed plugins screen,
    22472247                 * searching the plugin list dynamically.
    22482248                 *
    22492249                 * @since 4.6.0
  • wp-admin/js/widgets/media-widgets.js

     
    272272                                        /**
    273273                                         * Handle render failure.
    274274                                         *
    275                                          * Overrides the {EmbedLink#renderFail()} method to prevent showing the "Link Text" field.
     275                                         * Overrides the {EmbedLink#renderFail()} method to prevent showing the "Link text" field.
    276276                                         * The element is getting display:none in the stylesheet, but the underlying method uses
    277277                                         * uses {jQuery.fn.show()} which adds an inline style. This avoids the need for !important.
    278278                                         *
  • wp-admin/link-add.php

     
    1313        wp_die( __( 'Sorry, you are not allowed to add links to this site.' ) );
    1414}
    1515
    16 $title       = __( 'Add New Link' );
     16$title       = __( 'Add new link' );
    1717$parent_file = 'link-manager.php';
    1818
    1919wp_reset_vars( array( 'action', 'cat_id', 'link_id' ) );
  • wp-admin/link-manager.php

     
    5959                                'widgets.php'
    6060                        ) . '</p>' .
    6161                        '<p>' . __( 'Links may be separated into Link Categories; these are different than the categories used on your posts.' ) . '</p>' .
    62                         '<p>' . __( 'You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.' ) . '</p>',
     62                        '<p>' . __( 'You can customize the display of this screen using the Screen options tab and/or the dropdown filters above the links table.' ) . '</p>',
    6363        )
    6464);
    6565get_current_screen()->add_help_tab(
  • wp-admin/media-new.php

     
    5050                                '<p>' . __( 'You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:' ) . '</p>' .
    5151                                '<ul>' .
    5252                                        '<li>' . __( '<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.' ) . '</li>' .
    53                                         '<li>' . __( 'Clicking <strong>Select Files</strong> opens a navigation window showing you files in your operating system. Selecting <strong>Open</strong> after clicking on the file you want activates a progress bar on the uploader screen.' ) . '</li>' .
     53                                        '<li>' . __( 'Clicking <strong>Select files</strong> opens a navigation window showing you files in your operating system. Selecting <strong>Open</strong> after clicking on the file you want activates a progress bar on the uploader screen.' ) . '</li>' .
    5454                                        '<li>' . __( 'Revert to the <strong>Browser Uploader</strong> by clicking the link below the drag and drop box.' ) . '</li>' .
    5555                                '</ul>',
    5656        )
  • wp-admin/media.php

     
    8585                                'title'   => __( 'Overview' ),
    8686                                'content' =>
    8787                                        '<p>' . __( 'This screen allows you to edit fields for metadata in a file within the media library.' ) . '</p>' .
    88                                         '<p>' . __( 'For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
     88                                        '<p>' . __( 'For images only, you can click on Edit image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.' ) . '</p>' .
    8989                                        '<p>' . __( 'Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.' ) . '</p>' .
    9090                                        '<p>' . __( 'Remember to click Update Media to save metadata entered or changed.' ) . '</p>',
    9191                        )
  • wp-admin/menu.php

     
    2525$submenu['index.php'][0] = array( __( 'Home' ), 'read', 'index.php' );
    2626
    2727if ( is_multisite() ) {
    28         $submenu['index.php'][5] = array( __( 'My Sites' ), 'read', 'my-sites.php' );
     28        $submenu['index.php'][5] = array( __( 'My sites' ), 'read', 'my-sites.php' );
    2929}
    3030
    3131if ( ! is_multisite() || current_user_can( 'update_core' ) ) {
     
    6565$menu[10]                     = array( __( 'Media' ), 'upload_files', 'upload.php', '', 'menu-top menu-icon-media', 'menu-media', 'dashicons-admin-media' );
    6666        $submenu['upload.php'][5] = array( __( 'Library' ), 'upload_files', 'upload.php' );
    6767        /* translators: Add new file. */
    68         $submenu['upload.php'][10] = array( _x( 'Add New', 'file' ), 'upload_files', 'media-new.php' );
     68        $submenu['upload.php'][10] = array( _x( 'Add new', 'file' ), 'upload_files', 'media-new.php' );
    6969        $i                         = 15;
    7070foreach ( get_taxonomies_for_attachments( 'objects' ) as $tax ) {
    7171        if ( ! $tax->show_ui || ! $tax->show_in_menu ) {
     
    7777        unset( $tax, $i );
    7878
    7979$menu[15]                           = array( __( 'Links' ), 'manage_links', 'link-manager.php', '', 'menu-top menu-icon-links', 'menu-links', 'dashicons-admin-links' );
    80         $submenu['link-manager.php'][5] = array( _x( 'All Links', 'admin menu' ), 'manage_links', 'link-manager.php' );
     80        $submenu['link-manager.php'][5] = array( _x( 'All links', 'admin menu' ), 'manage_links', 'link-manager.php' );
    8181        /* translators: Add new links. */
    82         $submenu['link-manager.php'][10] = array( _x( 'Add New', 'link' ), 'manage_links', 'link-add.php' );
    83         $submenu['link-manager.php'][15] = array( __( 'Link Categories' ), 'manage_categories', 'edit-tags.php?taxonomy=link_category' );
     82        $submenu['link-manager.php'][10] = array( _x( 'Add new', 'link' ), 'manage_links', 'link-add.php' );
     83        $submenu['link-manager.php'][15] = array( __( 'Link categories' ), 'manage_categories', 'edit-tags.php?taxonomy=link_category' );
    8484
    8585// $menu[20] = Pages
    8686
     
    105105        unset( $awaiting_mod );
    106106}
    107107
    108 $submenu['edit-comments.php'][0] = array( __( 'All Comments' ), 'edit_posts', 'edit-comments.php' );
     108$submenu['edit-comments.php'][0] = array( __( 'All comments' ), 'edit_posts', 'edit-comments.php' );
    109109
    110110$_wp_last_object_menu = 25; // The index of the last top-level menu in the object menu group
    111111
     
    220220 */
    221221function _add_themes_utility_last() {
    222222        // Must use API on the admin_menu hook, direct modification is only possible on/before the _admin_menu hook
    223         add_submenu_page( 'themes.php', __( 'Theme Editor' ), __( 'Theme Editor' ), 'edit_themes', 'theme-editor.php' );
     223        add_submenu_page( 'themes.php', __( 'Theme editor' ), __( 'Theme editor' ), 'edit_themes', 'theme-editor.php' );
    224224}
    225225
    226226$count = '';
     
    238238/* translators: %s: Number of pending plugin updates. */
    239239$menu[65] = array( sprintf( __( 'Plugins %s' ), $count ), 'activate_plugins', 'plugins.php', '', 'menu-top menu-icon-plugins', 'menu-plugins', 'dashicons-admin-plugins' );
    240240
    241 $submenu['plugins.php'][5] = array( __( 'Installed Plugins' ), 'activate_plugins', 'plugins.php' );
     241$submenu['plugins.php'][5] = array( __( 'Installed plugins' ), 'activate_plugins', 'plugins.php' );
    242242
    243243if ( ! is_multisite() ) {
    244244        /* translators: Add new plugin. */
    245         $submenu['plugins.php'][10] = array( _x( 'Add New', 'plugin' ), 'install_plugins', 'plugin-install.php' );
    246         $submenu['plugins.php'][15] = array( __( 'Plugin Editor' ), 'edit_plugins', 'plugin-editor.php' );
     245        $submenu['plugins.php'][10] = array( _x( 'Add new', 'plugin' ), 'install_plugins', 'plugin-install.php' );
     246        $submenu['plugins.php'][15] = array( __( 'Plugin editor' ), 'edit_plugins', 'plugin-editor.php' );
    247247}
    248248
    249249unset( $update_data );
     
    256256
    257257if ( current_user_can( 'list_users' ) ) {
    258258        $_wp_real_parent_file['profile.php'] = 'users.php'; // Back-compat for plugins adding submenus to profile.php.
    259         $submenu['users.php'][5]             = array( __( 'All Users' ), 'list_users', 'users.php' );
     259        $submenu['users.php'][5]             = array( __( 'All users' ), 'list_users', 'users.php' );
    260260        if ( current_user_can( 'create_users' ) ) {
    261                 $submenu['users.php'][10] = array( _x( 'Add New', 'user' ), 'create_users', 'user-new.php' );
     261                $submenu['users.php'][10] = array( _x( 'Add new', 'user' ), 'create_users', 'user-new.php' );
    262262        } elseif ( is_multisite() ) {
    263                 $submenu['users.php'][10] = array( _x( 'Add New', 'user' ), 'promote_users', 'user-new.php' );
     263                $submenu['users.php'][10] = array( _x( 'Add new', 'user' ), 'promote_users', 'user-new.php' );
    264264        }
    265265
    266         $submenu['users.php'][15] = array( __( 'Your Profile' ), 'read', 'profile.php' );
     266        $submenu['users.php'][15] = array( __( 'Your profile' ), 'read', 'profile.php' );
    267267} else {
    268268        $_wp_real_parent_file['users.php'] = 'profile.php';
    269         $submenu['profile.php'][5]         = array( __( 'Your Profile' ), 'read', 'profile.php' );
     269        $submenu['profile.php'][5]         = array( __( 'Your profile' ), 'read', 'profile.php' );
    270270        if ( current_user_can( 'create_users' ) ) {
    271                 $submenu['profile.php'][10] = array( __( 'Add New User' ), 'create_users', 'user-new.php' );
     271                $submenu['profile.php'][10] = array( __( 'Add new user' ), 'create_users', 'user-new.php' );
    272272        } elseif ( is_multisite() ) {
    273                 $submenu['profile.php'][10] = array( __( 'Add New User' ), 'promote_users', 'user-new.php' );
     273                $submenu['profile.php'][10] = array( __( 'Add new user' ), 'promote_users', 'user-new.php' );
    274274        }
    275275}
    276276
    277277$menu[75]                     = array( __( 'Tools' ), 'edit_posts', 'tools.php', '', 'menu-top menu-icon-tools', 'menu-tools', 'dashicons-admin-tools' );
    278         $submenu['tools.php'][5]  = array( __( 'Available Tools' ), 'edit_posts', 'tools.php' );
     278        $submenu['tools.php'][5]  = array( __( 'Available tools' ), 'edit_posts', 'tools.php' );
    279279        $submenu['tools.php'][10] = array( __( 'Import' ), 'import', 'import.php' );
    280280        $submenu['tools.php'][15] = array( __( 'Export' ), 'export', 'export.php' );
    281         $submenu['tools.php'][20] = array( __( 'Site Health' ), 'view_site_health_checks', 'site-health.php' );
    282         $submenu['tools.php'][25] = array( __( 'Export Personal Data' ), 'export_others_personal_data', 'export-personal-data.php' );
    283         $submenu['tools.php'][30] = array( __( 'Erase Personal Data' ), 'erase_others_personal_data', 'erase-personal-data.php' );
     281        $submenu['tools.php'][20] = array( __( 'Site health' ), 'view_site_health_checks', 'site-health.php' );
     282        $submenu['tools.php'][25] = array( __( 'Export personal data' ), 'export_others_personal_data', 'export-personal-data.php' );
     283        $submenu['tools.php'][30] = array( __( 'Erase personal data' ), 'erase_others_personal_data', 'erase-personal-data.php' );
    284284if ( is_multisite() && ! is_main_site() ) {
    285         $submenu['tools.php'][35] = array( __( 'Delete Site' ), 'delete_site', 'ms-delete-site.php' );
     285        $submenu['tools.php'][35] = array( __( 'Delete site' ), 'delete_site', 'ms-delete-site.php' );
    286286}
    287287if ( ! is_multisite() && defined( 'WP_ALLOW_MULTISITE' ) && WP_ALLOW_MULTISITE ) {
    288         $submenu['tools.php'][50] = array( __( 'Network Setup' ), 'setup_network', 'network.php' );
     288        $submenu['tools.php'][50] = array( __( 'Network setup' ), 'setup_network', 'network.php' );
    289289}
    290290
    291291$menu[80]                               = array( __( 'Settings' ), 'manage_options', 'options-general.php', '', 'menu-top menu-icon-settings', 'menu-settings', 'dashicons-admin-settings' );
  • wp-admin/nav-menus.php

     
    560560        $menu_management  = '<p>' . __( 'The menu management box at the top of the screen is used to control which menu is opened in the editor below.' ) . '</p>';
    561561        $menu_management .= '<ul><li>' . __( 'To edit an existing menu, <strong>choose a menu from the drop down and click Select</strong>' ) . '</li>';
    562562        $menu_management .= '<li>' . __( 'If you haven&#8217;t yet created any menus, <strong>click the &#8217;create a new menu&#8217; link</strong> to get started' ) . '</li></ul>';
    563         $menu_management .= '<p>' . __( 'You can assign theme locations to individual menus by <strong>selecting the desired settings</strong> at the bottom of the menu editor. To assign menus to all theme locations at once, <strong>visit the Manage Locations tab</strong> at the top of the screen.' ) . '</p>';
     563        $menu_management .= '<p>' . __( 'You can assign theme locations to individual menus by <strong>selecting the desired settings</strong> at the bottom of the menu editor. To assign menus to all theme locations at once, <strong>visit the Manage locations tab</strong> at the top of the screen.' ) . '</p>';
    564564
    565565        get_current_screen()->add_help_tab(
    566566                array(
     
    571571        );
    572572
    573573        $editing_menus  = '<p>' . __( 'Each navigation menu may contain a mix of links to pages, categories, custom URLs or other content types. Menu links are added by selecting items from the expanding boxes in the left-hand column below.' ) . '</p>';
    574         $editing_menus .= '<p>' . __( '<strong>Clicking the arrow to the right of any menu item</strong> in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab.' ) . '</p>';
    575         $editing_menus .= '<ul><li>' . __( 'Add one or several items at once by <strong>selecting the checkbox next to each item and clicking Add to Menu</strong>' ) . '</li>';
    576         $editing_menus .= '<li>' . __( 'To add a custom link, <strong>expand the Custom Links section, enter a URL and link text, and click Add to Menu</strong>' ) . '</li>';
     574        $editing_menus .= '<p>' . __( '<strong>Clicking the arrow to the right of any menu item</strong> in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen options tab.' ) . '</p>';
     575        $editing_menus .= '<ul><li>' . __( 'Add one or several items at once by <strong>selecting the checkbox next to each item and clicking Add to menu</strong>' ) . '</li>';
     576        $editing_menus .= '<li>' . __( 'To add a custom link, <strong>expand the Custom Links section, enter a URL and link text, and click Add to menu</strong>' ) . '</li>';
    577577        $editing_menus .= '<li>' . __( 'To reorganize menu items, <strong>drag and drop items with your mouse or use your keyboard</strong>. Drag or move a menu item a little to the right to make it a submenu' ) . '</li>';
    578578        $editing_menus .= '<li>' . __( 'Delete a menu item by <strong>expanding it and clicking the Remove link</strong>' ) . '</li></ul>';
    579579
     
    586586        );
    587587else : // Locations Tab.
    588588        $locations_overview  = '<p>' . __( 'This screen is used for globally assigning menus to locations defined by your theme.' ) . '</p>';
    589         $locations_overview .= '<ul><li>' . __( 'To assign menus to one or more theme locations, <strong>select a menu from each location&#8217;s drop down.</strong> When you&#8217;re finished, <strong>click Save Changes</strong>' ) . '</li>';
     589        $locations_overview .= '<ul><li>' . __( 'To assign menus to one or more theme locations, <strong>select a menu from each location&#8217;s drop down.</strong> When you&#8217;re finished, <strong>click Save changes</strong>' ) . '</li>';
    590590        $locations_overview .= '<li>' . __( 'To edit a menu currently assigned to a theme location, <strong>click the adjacent &#8217;Edit&#8217; link</strong>' ) . '</li>';
    591591        $locations_overview .= '<li>' . __( 'To add a new menu instead of assigning an existing one, <strong>click the &#8217;Use new menu&#8217; link</strong>. Your new menu will be automatically assigned to that theme location' ) . '</li></ul>';
    592592
     
    624624                                        admin_url( 'customize.php' )
    625625                                )
    626626                        ),
    627                         __( 'Manage with Live Preview' )
     627                        __( 'Manage with live preview' )
    628628                );
    629629        endif;
    630630
     
    639639        <hr class="wp-header-end">
    640640
    641641        <nav class="nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    642                 <a href="<?php echo admin_url( 'nav-menus.php' ); ?>" class="nav-tab<?php echo $nav_tab_active_class; ?>"<?php echo $nav_aria_current; ?>><?php esc_html_e( 'Edit Menus' ); ?></a>
     642                <a href="<?php echo admin_url( 'nav-menus.php' ); ?>" class="nav-tab<?php echo $nav_tab_active_class; ?>"<?php echo $nav_aria_current; ?>><?php esc_html_e( 'Edit menus' ); ?></a>
    643643                <?php
    644644                if ( $num_locations && $menu_count ) {
    645645                        $active_tab_class = '';
     
    649649                                $aria_current     = ' aria-current="page"';
    650650                        }
    651651                        ?>
    652                         <a href="<?php echo esc_url( add_query_arg( array( 'action' => 'locations' ), admin_url( 'nav-menus.php' ) ) ); ?>" class="nav-tab<?php echo $active_tab_class; ?>"<?php echo $aria_current; ?>><?php esc_html_e( 'Manage Locations' ); ?></a>
     652                        <a href="<?php echo esc_url( add_query_arg( array( 'action' => 'locations' ), admin_url( 'nav-menus.php' ) ) ); ?>" class="nav-tab<?php echo $active_tab_class; ?>"<?php echo $aria_current; ?>><?php esc_html_e( 'Manage locations' ); ?></a>
    653653                        <?php
    654654                }
    655655                ?>
     
    680680                        <table class="widefat fixed" id="menu-locations-table">
    681681                                <thead>
    682682                                <tr>
    683                                         <th scope="col" class="manage-column column-locations"><?php _e( 'Theme Location' ); ?></th>
    684                                         <th scope="col" class="manage-column column-menus"><?php _e( 'Assigned Menu' ); ?></th>
     683                                        <th scope="col" class="manage-column column-locations"><?php _e( 'Theme location' ); ?></th>
     684                                        <th scope="col" class="manage-column column-menus"><?php _e( 'Assigned menu' ); ?></th>
    685685                                </tr>
    686686                                </thead>
    687687                                <tbody class="menu-locations">
     
    690690                                                <td class="menu-location-title"><label for="locations-<?php echo $_location; ?>"><?php echo $_name; ?></label></td>
    691691                                                <td class="menu-location-menus">
    692692                                                        <select name="menu-locations[<?php echo $_location; ?>]" id="locations-<?php echo $_location; ?>">
    693                                                                 <option value="0"><?php printf( '&mdash; %s &mdash;', esc_html__( 'Select a Menu' ) ); ?></option>
     693                                                                <option value="0"><?php printf( '&mdash; %s &mdash;', esc_html__( 'Select a menu' ) ); ?></option>
    694694                                                                <?php
    695695                                                                foreach ( $nav_menus as $menu ) :
    696696                                                                        $data_orig = '';
     
    748748                                <?php } // foreach ?>
    749749                                </tbody>
    750750                        </table>
    751                         <p class="button-controls wp-clearfix"><?php submit_button( __( 'Save Changes' ), 'primary left', 'nav-menu-locations', false ); ?></p>
     751                        <p class="button-controls wp-clearfix"><?php submit_button( __( 'Save changes' ), 'primary left', 'nav-menu-locations', false ); ?></p>
    752752                        <?php wp_nonce_field( 'save-menu-locations' ); ?>
    753753                        <input type="hidden" name="menu" id="nav-menu-meta-object-id" value="<?php echo esc_attr( $nav_menu_selected_id ); ?>" />
    754754                </form>
     
    766766                <?php if ( $menu_count < 1 ) : ?>
    767767                <span class="first-menu-message">
    768768                        <?php _e( 'Create your first menu below.' ); ?>
    769                         <span class="screen-reader-text"><?php _e( 'Fill in the Menu Name and click the Create Menu button to create your first menu.' ); ?></span>
     769                        <span class="screen-reader-text"><?php _e( 'Fill in the Menu name and click the Create menu button to create your first menu.' ); ?></span>
    770770                </span><!-- /first-menu-message -->
    771771                <?php elseif ( $menu_count < 2 ) : ?>
    772772                <span class="add-edit-menu-action">
     
    785785                                )
    786786                        );
    787787                        ?>
    788                         <span class="screen-reader-text"><?php _e( 'Click the Save Menu button to save your changes.' ); ?></span>
     788                        <span class="screen-reader-text"><?php _e( 'Click the Save menu button to save your changes.' ); ?></span>
    789789                </span><!-- /add-edit-menu-action -->
    790790                <?php else : ?>
    791791                        <form method="get" action="<?php echo admin_url( 'nav-menus.php' ); ?>">
     
    847847                                        )
    848848                                );
    849849                                ?>
    850                                 <span class="screen-reader-text"><?php _e( 'Click the Save Menu button to save your changes.' ); ?></span>
     850                                <span class="screen-reader-text"><?php _e( 'Click the Save menu button to save your changes.' ); ?></span>
    851851                        </span><!-- /add-new-menu-action -->
    852852                </form>
    853853                        <?php
     
    905905                                        <input type="hidden" name="menu" id="menu" value="<?php echo esc_attr( $nav_menu_selected_id ); ?>" />
    906906                                        <div id="nav-menu-header">
    907907                                                <div class="major-publishing-actions wp-clearfix">
    908                                                         <label class="menu-name-label" for="menu-name"><?php _e( 'Menu Name' ); ?></label>
     908                                                        <label class="menu-name-label" for="menu-name"><?php _e( 'Menu name' ); ?></label>
    909909                                                        <input name="menu-name" id="menu-name" type="text" class="menu-name regular-text menu-item-textbox" <?php echo $menu_name_val . $menu_name_aria_desc; ?> />
    910910                                                        <div class="publishing-action">
    911                                                                 <?php submit_button( empty( $nav_menu_selected_id ) ? __( 'Create Menu' ) : __( 'Save Menu' ), 'primary large menu-save', 'save_menu', false, array( 'id' => 'save_menu_header' ) ); ?>
     911                                                                <?php submit_button( empty( $nav_menu_selected_id ) ? __( 'Create menu' ) : __( 'Save menu' ), 'primary large menu-save', 'save_menu', false, array( 'id' => 'save_menu_header' ) ); ?>
    912912                                                        </div><!-- END .publishing-action -->
    913913                                                </div><!-- END .major-publishing-actions -->
    914914                                        </div><!-- END .nav-menu-header -->
     
    920920                                                                if ( isset( $menu_items ) && 0 == count( $menu_items ) ) {
    921921                                                                        $hide_style = 'style="display: none;"';
    922922                                                                }
    923                                                                 $starter_copy = ( $one_theme_location_no_menus ) ? __( 'Edit your default menu by adding or removing items. Drag each item into the order you prefer. Click Create Menu to save your changes.' ) : __( 'Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options.' );
     923                                                                $starter_copy = ( $one_theme_location_no_menus ) ? __( 'Edit your default menu by adding or removing items. Drag each item into the order you prefer. Click Create menu to save your changes.' ) : __( 'Drag each item into the order you prefer. Click the arrow on the right of the item to reveal additional configuration options.' );
    924924                                                                ?>
    925925                                                        <div class="drag-instructions post-body-plain" <?php echo $hide_style; ?>>
    926926                                                                <p><?php echo $starter_copy; ?></p>
     
    934934                                                                <?php } ?>
    935935                                                        <?php endif; ?>
    936936                                                        <?php if ( $add_new_screen ) : ?>
    937                                                                 <p class="post-body-plain" id="menu-name-desc"><?php _e( 'Give your menu a name, then click Create Menu.' ); ?></p>
     937                                                                <p class="post-body-plain" id="menu-name-desc"><?php _e( 'Give your menu a name, then click Create menu.' ); ?></p>
    938938                                                                <?php if ( isset( $_GET['use-location'] ) ) : ?>
    939939                                                                        <input type="hidden" name="use-location" value="<?php echo esc_attr( $_GET['use-location'] ); ?>" />
    940940                                                                <?php endif; ?>
     
    947947                                                        }
    948948                                                        ?>
    949949                                                        <div class="menu-settings" <?php echo $no_menus_style; ?>>
    950                                                                 <h3><?php _e( 'Menu Settings' ); ?></h3>
     950                                                                <h3><?php _e( 'Menu settings' ); ?></h3>
    951951                                                                <?php
    952952                                                                if ( ! isset( $auto_add ) ) {
    953953                                                                        $auto_add = get_option( 'nav_menu_options' );
     
    10151015                                                                        )
    10161016                                                                );
    10171017                                                                ?>
    1018                                                                 "><?php _e( 'Delete Menu' ); ?></a>
     1018                                                                "><?php _e( 'Delete menu' ); ?></a>
    10191019                                                        </span><!-- END .delete-action -->
    10201020                                                        <?php endif; ?>
    10211021                                                        <div class="publishing-action">
    1022                                                                 <?php submit_button( empty( $nav_menu_selected_id ) ? __( 'Create Menu' ) : __( 'Save Menu' ), 'primary large menu-save', 'save_menu', false, array( 'id' => 'save_menu_footer' ) ); ?>
     1022                                                                <?php submit_button( empty( $nav_menu_selected_id ) ? __( 'Create menu' ) : __( 'Save menu' ), 'primary large menu-save', 'save_menu', false, array( 'id' => 'save_menu_footer' ) ); ?>
    10231023                                                        </div><!-- END .publishing-action -->
    10241024                                                </div><!-- END .major-publishing-actions -->
    10251025                                        </div><!-- /#nav-menu-footer -->
  • wp-admin/network/menu.php

     
    4343
    4444unset( $cap );
    4545
    46 $submenu['index.php'][15] = array( __( 'Upgrade Network' ), 'upgrade_network', 'upgrade.php' );
     46$submenu['index.php'][15] = array( __( 'Upgrade network' ), 'upgrade_network', 'upgrade.php' );
    4747
    4848$menu[4] = array( '', 'read', 'separator1', '', 'wp-menu-separator' );
    4949
    5050/* translators: Sites menu item. */
    5151$menu[5]                  = array( __( 'Sites' ), 'manage_sites', 'sites.php', '', 'menu-top menu-icon-site', 'menu-site', 'dashicons-admin-multisite' );
    52 $submenu['sites.php'][5]  = array( __( 'All Sites' ), 'manage_sites', 'sites.php' );
    53 $submenu['sites.php'][10] = array( _x( 'Add New', 'site' ), 'create_sites', 'site-new.php' );
     52$submenu['sites.php'][5]  = array( __( 'All sites' ), 'manage_sites', 'sites.php' );
     53$submenu['sites.php'][10] = array( _x( 'Add new', 'site' ), 'create_sites', 'site-new.php' );
    5454
    5555$menu[10]                 = array( __( 'Users' ), 'manage_network_users', 'users.php', '', 'menu-top menu-icon-users', 'menu-users', 'dashicons-admin-users' );
    56 $submenu['users.php'][5]  = array( __( 'All Users' ), 'manage_network_users', 'users.php' );
    57 $submenu['users.php'][10] = array( _x( 'Add New', 'user' ), 'create_users', 'user-new.php' );
     56$submenu['users.php'][5]  = array( __( 'All users' ), 'manage_network_users', 'users.php' );
     57$submenu['users.php'][10] = array( _x( 'Add new', 'user' ), 'create_users', 'user-new.php' );
    5858
    5959if ( current_user_can( 'update_themes' ) && $update_data['counts']['themes'] ) {
    6060        $menu[15] = array(
     
    7777} else {
    7878        $menu[15] = array( __( 'Themes' ), 'manage_network_themes', 'themes.php', '', 'menu-top menu-icon-appearance', 'menu-appearance', 'dashicons-admin-appearance' );
    7979}
    80 $submenu['themes.php'][5]  = array( __( 'Installed Themes' ), 'manage_network_themes', 'themes.php' );
    81 $submenu['themes.php'][10] = array( _x( 'Add New', 'theme' ), 'install_themes', 'theme-install.php' );
    82 $submenu['themes.php'][15] = array( __( 'Theme Editor' ), 'edit_themes', 'theme-editor.php' );
     80$submenu['themes.php'][5]  = array( __( 'Installed themes' ), 'manage_network_themes', 'themes.php' );
     81$submenu['themes.php'][10] = array( _x( 'Add new', 'theme' ), 'install_themes', 'theme-install.php' );
     82$submenu['themes.php'][15] = array( __( 'Theme editor' ), 'edit_themes', 'theme-editor.php' );
    8383
    8484if ( current_user_can( 'update_plugins' ) && $update_data['counts']['plugins'] ) {
    8585        $menu[20] = array(
     
    102102} else {
    103103        $menu[20] = array( __( 'Plugins' ), 'manage_network_plugins', 'plugins.php', '', 'menu-top menu-icon-plugins', 'menu-plugins', 'dashicons-admin-plugins' );
    104104}
    105 $submenu['plugins.php'][5]  = array( __( 'Installed Plugins' ), 'manage_network_plugins', 'plugins.php' );
    106 $submenu['plugins.php'][10] = array( _x( 'Add New', 'plugin' ), 'install_plugins', 'plugin-install.php' );
    107 $submenu['plugins.php'][15] = array( __( 'Plugin Editor' ), 'edit_plugins', 'plugin-editor.php' );
     105$submenu['plugins.php'][5]  = array( __( 'Installed plugins' ), 'manage_network_plugins', 'plugins.php' );
     106$submenu['plugins.php'][10] = array( _x( 'Add new', 'plugin' ), 'install_plugins', 'plugin-install.php' );
     107$submenu['plugins.php'][15] = array( __( 'Plugin editor' ), 'edit_plugins', 'plugin-editor.php' );
    108108
    109109$menu[25] = array( __( 'Settings' ), 'manage_network_options', 'settings.php', '', 'menu-top menu-icon-settings', 'menu-settings', 'dashicons-admin-settings' );
    110110if ( defined( 'MULTISITE' ) && defined( 'WP_ALLOW_MULTISITE' ) && WP_ALLOW_MULTISITE ) {
    111         $submenu['settings.php'][5]  = array( __( 'Network Settings' ), 'manage_network_options', 'settings.php' );
    112         $submenu['settings.php'][10] = array( __( 'Network Setup' ), 'setup_network', 'setup.php' );
     111        $submenu['settings.php'][5]  = array( __( 'Network settings' ), 'manage_network_options', 'settings.php' );
     112        $submenu['settings.php'][10] = array( __( 'Network setup' ), 'setup_network', 'setup.php' );
    113113}
    114114unset( $update_data );
    115115
  • wp-admin/network/settings.php

     
    438438                }
    439439                ?>
    440440
    441                 <h2><?php _e( 'Menu Settings' ); ?></h2>
     441                <h2><?php _e( 'Menu settings' ); ?></h2>
    442442                <table id="menu" class="form-table">
    443443                        <tr>
    444444                                <th scope="row"><?php _e( 'Enable administration menus' ); ?></th>
  • wp-admin/network/site-info.php

     
    158158                if ( $is_main_site ) :
    159159                        ?>
    160160                <tr class="form-field">
    161                         <th scope="row"><?php _e( 'Site Address (URL)' ); ?></th>
     161                        <th scope="row"><?php _e( 'Site address (URL)' ); ?></th>
    162162                        <td><?php echo esc_url( $parsed_scheme . '://' . $details->domain . $details->path ); ?></td>
    163163                </tr>
    164164                        <?php
     
    166166                else :
    167167                        ?>
    168168                <tr class="form-field form-required">
    169                         <th scope="row"><label for="url"><?php _e( 'Site Address (URL)' ); ?></label></th>
     169                        <th scope="row"><label for="url"><?php _e( 'Site address (URL)' ); ?></label></th>
    170170                        <td><input name="blog[url]" type="text" id="url" value="<?php echo $parsed_scheme . '://' . esc_attr( $details->domain ) . esc_attr( $details->path ); ?>" /></td>
    171171                </tr>
    172172                <?php endif; ?>
     
    176176                        <td><input name="blog[registered]" type="text" id="blog_registered" value="<?php echo esc_attr( $details->registered ); ?>" /></td>
    177177                </tr>
    178178                <tr class="form-field">
    179                         <th scope="row"><label for="blog_last_updated"><?php _e( 'Last Updated' ); ?></label></th>
     179                        <th scope="row"><label for="blog_last_updated"><?php _e( 'Last updated' ); ?></label></th>
    180180                        <td><input name="blog[last_updated]" type="text" id="blog_last_updated" value="<?php echo esc_attr( $details->last_updated ); ?>" /></td>
    181181                </tr>
    182182                <?php
  • wp-admin/network/site-users.php

     
    273273?>
    274274
    275275<form class="search-form" method="get">
    276 <?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?>
     276<?php $wp_list_table->search_box( __( 'Search users' ), 'user' ); ?>
    277277<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
    278278</form>
    279279
  • wp-admin/network/sites.php

     
    2727                'id'      => 'overview',
    2828                'title'   => __( 'Overview' ),
    2929                'content' =>
    30                         '<p>' . __( 'Add New takes you to the Add New Site screen. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.' ) . '</p>' .
     30                        '<p>' . __( 'Add New takes you to the Add New Site screen. You can search for a site by Name, ID number, or IP address. Screen options allows you to choose how many sites to display on one page.' ) . '</p>' .
    3131                        '<p>' . __( 'This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.' ) . '</p>' .
    3232                        '<p>' . __( 'Hovering over each site reveals seven options (three for the primary site):' ) . '</p>' .
    3333                        '<ul><li>' . __( 'An Edit link to a separate Edit Site screen.' ) . '</li>' .
  • wp-admin/network/users.php

     
    286286        <?php $wp_list_table->views(); ?>
    287287
    288288        <form method="get" class="search-form">
    289                 <?php $wp_list_table->search_box( __( 'Search Users' ), 'all-user' ); ?>
     289                <?php $wp_list_table->search_box( __( 'Search users' ), 'all-user' ); ?>
    290290        </form>
    291291
    292292        <form id="form-user-list" action="users.php?action=allusers" method="post">
  • wp-admin/options-discussion.php

     
    2222                'id'      => 'overview',
    2323                'title'   => __( 'Overview' ),
    2424                'content' => '<p>' . __( 'This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won&#8217;t all fit here! :) Use the documentation links to get information on what each discussion setting does.' ) . '</p>' .
    25                         '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
     25                        '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
    2626        )
    2727);
    2828
     
    185185</fieldset></td>
    186186</tr>
    187187<tr>
    188 <th scope="row"><?php _e( 'Comment Moderation' ); ?></th>
    189 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Comment Moderation' ); ?></span></legend>
     188<th scope="row"><?php _e( 'Comment moderation' ); ?></th>
     189<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Comment moderation' ); ?></span></legend>
    190190<p><label for="comment_max_links">
    191191<?php
    192192printf(
     
    231231
    232232<table class="form-table" role="presentation">
    233233<tr>
    234 <th scope="row"><?php _e( 'Avatar Display' ); ?></th>
     234<th scope="row"><?php _e( 'Avatar display' ); ?></th>
    235235<td>
    236236        <label for="show_avatars">
    237237                <input type="checkbox" id="show_avatars" name="show_avatars" value="1" <?php checked( $show_avatars, 1 ); ?> />
     
    240240</td>
    241241</tr>
    242242<tr class="avatar-settings<?php echo $show_avatars_class; ?>">
    243 <th scope="row"><?php _e( 'Maximum Rating' ); ?></th>
     243<th scope="row"><?php _e( 'Maximum rating' ); ?></th>
    244244<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Maximum Rating' ); ?></span></legend>
    245245
    246246<?php
     
    263263</fieldset></td>
    264264</tr>
    265265<tr class="avatar-settings<?php echo $show_avatars_class; ?>">
    266 <th scope="row"><?php _e( 'Default Avatar' ); ?></th>
     266<th scope="row"><?php _e( 'Default avatar' ); ?></th>
    267267<td class="defaultavatarpicker"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Default Avatar' ); ?></span></legend>
    268268
    269269<p>
     
    272272
    273273<?php
    274274$avatar_defaults = array(
    275         'mystery'          => __( 'Mystery Person' ),
     275        'mystery'          => __( 'Mystery person' ),
    276276        'blank'            => __( 'Blank' ),
    277         'gravatar_default' => __( 'Gravatar Logo' ),
    278         'identicon'        => __( 'Identicon (Generated)' ),
    279         'wavatar'          => __( 'Wavatar (Generated)' ),
    280         'monsterid'        => __( 'MonsterID (Generated)' ),
    281         'retro'            => __( 'Retro (Generated)' ),
     277        'gravatar_default' => __( 'Gravatar logo' ),
     278        'identicon'        => __( 'Identicon (generated)' ),
     279        'wavatar'          => __( 'Wavatar (generated)' ),
     280        'monsterid'        => __( 'MonsterID (generated)' ),
     281        'retro'            => __( 'Retro (generated)' ),
    282282);
    283283/**
    284284 * Filters the default avatars.
  • wp-admin/options-general.php

     
    3333
    3434$options_help .= '<p>' . __( 'You can set the language, and the translation files will be automatically downloaded and installed (available if your filesystem is writable).' ) . '</p>' .
    3535        '<p>' . __( 'UTC means Coordinated Universal Time.' ) . '</p>' .
    36         '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>';
     36        '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>';
    3737
    3838get_current_screen()->add_help_tab(
    3939        array(
     
    6161<table class="form-table" role="presentation">
    6262
    6363<tr>
    64 <th scope="row"><label for="blogname"><?php _e( 'Site Title' ); ?></label></th>
     64<th scope="row"><label for="blogname"><?php _e( 'Site title' ); ?></label></th>
    6565<td><input name="blogname" type="text" id="blogname" value="<?php form_option( 'blogname' ); ?>" class="regular-text" /></td>
    6666</tr>
    6767
     
    8484        ?>
    8585
    8686<tr>
    87 <th scope="row"><label for="siteurl"><?php _e( 'WordPress Address (URL)' ); ?></label></th>
     87<th scope="row"><label for="siteurl"><?php _e( 'WordPress address (URL)' ); ?></label></th>
    8888<td><input name="siteurl" type="url" id="siteurl" value="<?php form_option( 'siteurl' ); ?>"<?php disabled( defined( 'WP_SITEURL' ) ); ?> class="regular-text code<?php echo $wp_site_url_class; ?>" /></td>
    8989</tr>
    9090
    9191<tr>
    92 <th scope="row"><label for="home"><?php _e( 'Site Address (URL)' ); ?></label></th>
     92<th scope="row"><label for="home"><?php _e( 'Site address (URL)' ); ?></label></th>
    9393<td><input name="home" type="url" id="home" aria-describedby="home-description" value="<?php form_option( 'home' ); ?>"<?php disabled( defined( 'WP_HOME' ) ); ?> class="regular-text code<?php echo $wp_home_class; ?>" />
    9494        <?php if ( ! defined( 'WP_HOME' ) ) : ?>
    9595<p class="description" id="home-description">
     
    108108<?php } ?>
    109109
    110110<tr>
    111 <th scope="row"><label for="new_admin_email"><?php _e( 'Administration Email Address' ); ?></label></th>
     111<th scope="row"><label for="new_admin_email"><?php _e( 'Administration email address' ); ?></label></th>
    112112<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" />
    113113<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>
    114114<?php
     
    146146</tr>
    147147
    148148<tr>
    149 <th scope="row"><label for="default_role"><?php _e( 'New User Default Role' ); ?></label></th>
     149<th scope="row"><label for="default_role"><?php _e( 'New user default role' ); ?></label></th>
    150150<td>
    151151<select name="default_role" id="default_role"><?php wp_dropdown_roles( get_option( 'default_role' ) ); ?></select>
    152152</td>
     
    163163if ( ! empty( $languages ) || ! empty( $translations ) ) {
    164164        ?>
    165165        <tr>
    166                 <th scope="row"><label for="WPLANG"><?php _e( 'Site Language' ); ?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th>
     166                <th scope="row"><label for="WPLANG"><?php _e( 'Site language' ); ?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th>
    167167                <td>
    168168                        <?php
    169169                        $locale = get_locale();
     
    303303
    304304</tr>
    305305<tr>
    306 <th scope="row"><?php _e( 'Date Format' ); ?></th>
     306<th scope="row"><?php _e( 'Date format' ); ?></th>
    307307<td>
    308         <fieldset><legend class="screen-reader-text"><span><?php _e( 'Date Format' ); ?></span></legend>
     308        <fieldset><legend class="screen-reader-text"><span><?php _e( 'Date format' ); ?></span></legend>
    309309<?php
    310310        /**
    311311         * Filters the default date formats.
     
    341341</td>
    342342</tr>
    343343<tr>
    344 <th scope="row"><?php _e( 'Time Format' ); ?></th>
     344<th scope="row"><?php _e( 'Time format' ); ?></th>
    345345<td>
    346         <fieldset><legend class="screen-reader-text"><span><?php _e( 'Time Format' ); ?></span></legend>
     346        <fieldset><legend class="screen-reader-text"><span><?php _e( 'Time format' ); ?></span></legend>
    347347<?php
    348348        /**
    349349         * Filters the default time formats.
     
    380380</td>
    381381</tr>
    382382<tr>
    383 <th scope="row"><label for="start_of_week"><?php _e( 'Week Starts On' ); ?></label></th>
     383<th scope="row"><label for="start_of_week"><?php _e( 'Week starts on' ); ?></label></th>
    384384<td><select name="start_of_week" id="start_of_week">
    385385<?php
    386386/**
  • wp-admin/options-media.php

     
    2222        $media_options_help .= '<p>' . __( 'Uploading Files allows you to choose the folder and path for storing your uploaded files.' ) . '</p>';
    2323}
    2424
    25 $media_options_help .= '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>';
     25$media_options_help .= '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>';
    2626
    2727get_current_screen()->add_help_tab(
    2828        array(
     
    4848<form action="options.php" method="post">
    4949<?php settings_fields( 'media' ); ?>
    5050
    51 <h2 class="title"><?php _e( 'Image sizes' ); ?></h2>
     51<h2 class="title"><?php _e( 'Image Sizes' ); ?></h2>
    5252<p><?php _e( 'The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.' ); ?></p>
    5353
    5454<table class="form-table" role="presentation">
  • wp-admin/options-permalink.php

     
    2222                'title'   => __( 'Overview' ),
    2323                'content' => '<p>' . __( 'Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change &#8212; hence the name permalink.' ) . '</p>' .
    2424                        '<p>' . __( 'This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures.' ) . '</p>' .
    25                         '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
     25                        '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
    2626        )
    2727);
    2828
     
    3030        array(
    3131                'id'      => 'permalink-settings',
    3232                'title'   => __( 'Permalink Settings' ),
    33                 'content' => '<p>' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.' ) . '</p>' .
     33                'content' => '<p>' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom structure.' ) . '</p>' .
    3434                        '<p>' . sprintf(
    3535                                /* translators: '%' character. */
    3636                                __( 'If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by %s) will also appear in the custom structure field and your path can be further modified there.' ),
     
    4242                                '<code>%category%</code>',
    4343                                '<code>%tag%</code>'
    4444                        ) . '</p>' .
    45                         '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
     45                        '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
    4646        )
    4747);
    4848
     
    4949get_current_screen()->add_help_tab(
    5050        array(
    5151                'id'      => 'custom-structures',
    52                 'title'   => __( 'Custom Structures' ),
     52                'title'   => __( 'Custom structures' ),
    5353                'content' => '<p>' . __( 'The Optional fields let you customize the &#8220;category&#8221; and &#8220;tag&#8221; base names that will appear in archive URLs. For example, the page listing all posts in the &#8220;Uncategorized&#8221; category could be <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.' ) . '</p>' .
    54                         '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
     54                        '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
    5555        )
    5656);
    5757
     
    229229        <tr>
    230230                <th scope="row">
    231231                        <label><input name="selection" id="custom_selection" type="radio" value="custom" <?php checked( ! in_array( $permalink_structure, $structures ) ); ?> />
    232                         <?php _e( 'Custom Structure' ); ?>
     232                        <?php _e( 'Custom structure' ); ?>
    233233                        </label>
    234234                </th>
    235235                <td>
  • wp-admin/options-privacy.php

     
    224224
    225225                                                wp_nonce_field( 'set-privacy-page' );
    226226
    227                                                 submit_button( __( 'Use This Page' ), 'primary', 'submit', false, array( 'id' => 'set-page' ) );
     227                                                submit_button( __( 'Use this page' ), 'primary', 'submit', false, array( 'id' => 'set-page' ) );
    228228                                                ?>
    229229                                        </form>
    230230                                <?php endif; ?>
     
    243243                                        <?php
    244244                                        wp_nonce_field( 'create-privacy-page' );
    245245
    246                                         submit_button( __( 'Create New Page' ), 'primary', 'submit', false, array( 'id' => 'create-page' ) );
     246                                        submit_button( __( 'Create new page' ), 'primary', 'submit', false, array( 'id' => 'create-page' ) );
    247247                                        ?>
    248248                                </form>
    249249                        </td>
  • wp-admin/options-reading.php

     
    3333                                __( 'You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or a summary. <a href="%s">Learn more about feeds</a>.' ),
    3434                                __( 'https://wordpress.org/support/article/wordpress-feeds/' )
    3535                        ) . '</p>' .
    36                         '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
     36                        '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
    3737        )
    3838);
    3939
     
    4040get_current_screen()->add_help_tab(
    4141        array(
    4242                'id'      => 'site-visibility',
    43                 'title'   => has_action( 'blog_privacy_selector' ) ? __( 'Site Visibility' ) : __( 'Search Engine Visibility' ),
    44                 'content' => '<p>' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to &#8220;Discourage search engines from indexing this site&#8221; and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.' ) . '</p>' .
    45                         '<p>' . __( 'When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, &#8220;Search Engines Discouraged,&#8221; to remind you that your site is not being crawled.' ) . '</p>',
     43                'title'   => has_action( 'blog_privacy_selector' ) ? __( 'Site Visibility' ) : __( 'Search engine visibility' ),
     44                'content' => '<p>' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to &#8220;Discourage search engines from indexing this site&#8221; and click the Save changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.' ) . '</p>' .
     45                        '<p>' . __( 'When this setting is in effect, a reminder is shown in the At a glance box of the Dashboard that says, &#8220;Search Engines Discouraged,&#8221; to remind you that your site is not being crawled.' ) . '</p>',
    4646        )
    4747);
    4848
     
    175175</tr>
    176176
    177177<tr class="option-site-visibility">
    178 <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </th>
    179 <td><fieldset><legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </span></legend>
     178<th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search engine visibility' ); ?> </th>
     179<td><fieldset><legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search engine visibility' ); ?> </span></legend>
    180180<?php if ( has_action( 'blog_privacy_selector' ) ) : ?>
    181181        <input id="blog-public" type="radio" name="blog_public" value="1" <?php checked( '1', get_option( 'blog_public' ) ); ?> />
    182182        <label for="blog-public"><?php _e( 'Allow search engines to index this site' ); ?></label><br/>
     
    192192         * 1. Disable the single checkbox in favor of a multiple-choice list of radio buttons.
    193193         * 2. Open the door to adding additional radio button choices to the list.
    194194         *
    195          * Hooking to this action also converts the 'Search Engine Visibility' heading to the more
     195         * Hooking to this action also converts the 'Search engine visibility' heading to the more
    196196         * open-ended 'Site Visibility' heading.
    197197         *
    198198         * @since 2.1.0
  • wp-admin/options-writing.php

     
    2121                'id'      => 'overview',
    2222                'title'   => __( 'Overview' ),
    2323                'content' => '<p>' . __( 'You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within the dashboard, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.' ) . '</p>' .
    24                         '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
     24                        '<p>' . __( 'You must click the Save changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
    2525        )
    2626);
    2727
     
    3030        get_current_screen()->add_help_tab(
    3131                array(
    3232                        'id'      => 'options-postemail',
    33                         'title'   => __( 'Post Via Email' ),
     33                        'title'   => __( 'Post via email' ),
    3434                        'content' => '<p>' . __( 'Post via email settings allow you to send your WordPress installation an email with the content of your post. You must set up a secret email account with POP3 access to use this, and any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret.' ) . '</p>',
    3535                )
    3636        );
     
    4141        get_current_screen()->add_help_tab(
    4242                array(
    4343                        'id'      => 'options-services',
    44                         'title'   => __( 'Update Services' ),
     44                        'title'   => __( 'Update services' ),
    4545                        'content' => '<p>' . __( 'If desired, WordPress will automatically alert various services of your new posts.' ) . '</p>',
    4646                )
    4747        );
     
    7575</tr>
    7676<?php endif; ?>
    7777<tr>
    78 <th scope="row"><label for="default_category"><?php _e( 'Default Post Category' ); ?></label></th>
     78<th scope="row"><label for="default_category"><?php _e( 'Default post category' ); ?></label></th>
    7979<td>
    8080<?php
    8181wp_dropdown_categories(
     
    9595unset( $post_formats['standard'] );
    9696?>
    9797<tr>
    98 <th scope="row"><label for="default_post_format"><?php _e( 'Default Post Format' ); ?></label></th>
     98<th scope="row"><label for="default_post_format"><?php _e( 'Default post format' ); ?></label></th>
    9999<td>
    100100        <select name="default_post_format" id="default_post_format">
    101101                <option value="0"><?php echo get_post_format_string( 'standard' ); ?></option>
     
    109109if ( get_option( 'link_manager_enabled' ) ) :
    110110        ?>
    111111<tr>
    112 <th scope="row"><label for="default_link_category"><?php _e( 'Default Link Category' ); ?></label></th>
     112<th scope="row"><label for="default_link_category"><?php _e( 'Default link category' ); ?></label></th>
    113113<td>
    114114        <?php
    115115        wp_dropdown_categories(
     
    137137/** This filter is documented in wp-admin/options.php */
    138138if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
    139139        ?>
    140 <h2 class="title"><?php _e( 'Post via email' ); ?></h2>
     140<h2 class="title"><?php _e( 'Post Via Email' ); ?></h2>
    141141<p>
    142142        <?php
    143143        printf(
     
    152152
    153153<table class="form-table" role="presentation">
    154154<tr>
    155 <th scope="row"><label for="mailserver_url"><?php _e( 'Mail Server' ); ?></label></th>
     155<th scope="row"><label for="mailserver_url"><?php _e( 'Mail server' ); ?></label></th>
    156156<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option( 'mailserver_url' ); ?>" class="regular-text code" />
    157157<label for="mailserver_port"><?php _e( 'Port' ); ?></label>
    158158<input name="mailserver_port" type="text" id="mailserver_port" value="<?php form_option( 'mailserver_port' ); ?>" class="small-text" />
     
    159159</td>
    160160</tr>
    161161<tr>
    162 <th scope="row"><label for="mailserver_login"><?php _e( 'Login Name' ); ?></label></th>
     162<th scope="row"><label for="mailserver_login"><?php _e( 'Login name' ); ?></label></th>
    163163<td><input name="mailserver_login" type="text" id="mailserver_login" value="<?php form_option( 'mailserver_login' ); ?>" class="regular-text ltr" /></td>
    164164</tr>
    165165<tr>
     
    169169</td>
    170170</tr>
    171171<tr>
    172 <th scope="row"><label for="default_email_category"><?php _e( 'Default Mail Category' ); ?></label></th>
     172<th scope="row"><label for="default_email_category"><?php _e( 'Default mail category' ); ?></label></th>
    173173<td>
    174174        <?php
    175175        wp_dropdown_categories(
  • wp-admin/options.php

     
    368368
    369369<input type="hidden" name="page_options" value="<?php echo esc_attr( implode( ',', $options_to_update ) ); ?>" />
    370370
    371 <?php submit_button( __( 'Save Changes' ), 'primary', 'Update' ); ?>
     371<?php submit_button( __( 'Save changes' ), 'primary', 'Update' ); ?>
    372372
    373373</form>
    374374</div>
  • wp-admin/plugin-editor.php

     
    123123                        'title'   => __( 'Overview' ),
    124124                        'content' =>
    125125                                        '<p>' . __( 'You can use the plugin editor to make changes to any of your plugins&#8217; individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.' ) . '</p>' .
    126                                         '<p>' . __( 'Choose a plugin to edit from the dropdown menu and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don&#8217;t forget to save your changes (Update File) when you&#8217;re finished.' ) . '</p>' .
     126                                        '<p>' . __( 'Choose a plugin to edit from the dropdown menu and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don&#8217;t forget to save your changes (Update file) when you&#8217;re finished.' ) . '</p>' .
    127127                                        '<p>' . __( 'The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Look Up takes you to a web page about that particular function.' ) . '</p>' .
    128128                                        '<p id="editor-keyboard-trap-help-1">' . __( 'When using a keyboard to navigate:' ) . '</p>' .
    129129                                        '<ul>' .
     
    165165
    166166                if ( ! empty( $functions ) ) {
    167167                        $docs_select  = '<select name="docs-list" id="docs-list">';
    168                         $docs_select .= '<option value="">' . __( 'Function Name&hellip;' ) . '</option>';
     168                        $docs_select .= '<option value="">' . __( 'Function name&hellip;' ) . '</option>';
    169169                        foreach ( $functions as $function ) {
    170170                                $docs_select .= '<option value="' . esc_attr( $function ) . '">' . esc_html( $function ) . '()</option>';
    171171                        }
     
    276276                <?php } ?>
    277277        </div>
    278278        <p class="submit">
    279                 <?php submit_button( __( 'Update File' ), 'primary', 'submit', false ); ?>
     279                <?php submit_button( __( 'Update file' ), 'primary', 'submit', false ); ?>
    280280                <span class="spinner"></span>
    281281        </p>
    282282<?php else : ?>
  • wp-admin/plugin-install.php

     
    100100                                '<p>' . __( 'If you know what you&#8217;re looking for, Search is your best bet. The Search screen has options to search the WordPress Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting popular tags. Tags in larger type mean more plugins have been labeled with that tag.' ) . '</p>' .
    101101                                '<p>' . __( 'If you just want to get an idea of what&#8217;s available, you can browse Featured and Popular plugins by using the links above the plugins list. These sections rotate regularly.' ) . '</p>' .
    102102                                '<p>' . __( 'You can also browse a user&#8217;s favorite plugins, by using the Favorites link above the plugins list and entering their WordPress.org username.' ) . '</p>' .
    103                                 '<p>' . __( 'If you want to install a plugin that you&#8217;ve downloaded elsewhere, click the Upload Plugin button above the plugins list. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.' ) . '</p>',
     103                                '<p>' . __( 'If you want to install a plugin that you&#8217;ve downloaded elsewhere, click the Upload plugin button above the plugins list. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.' ) . '</p>',
    104104        )
    105105);
    106106
     
    135135        printf(
    136136                ' <a href="%s" class="upload-view-toggle page-title-action"><span class="upload">%s</span><span class="browse">%s</span></a>',
    137137                ( 'upload' === $tab ) ? self_admin_url( 'plugin-install.php' ) : self_admin_url( 'plugin-install.php?tab=upload' ),
    138                 __( 'Upload Plugin' ),
     138                __( 'Upload plugin' ),
    139139                __( 'Browse Plugins' )
    140140        );
    141141}
  • wp-admin/plugins.php

     
    621621<?php $wp_list_table->views(); ?>
    622622
    623623<form class="search-form search-plugins" method="get">
    624 <?php $wp_list_table->search_box( __( 'Search Installed Plugins' ), 'plugin' ); ?>
     624<?php $wp_list_table->search_box( __( 'Search installed plugins' ), 'plugin' ); ?>
    625625</form>
    626626
    627627<form method="post" id="bulk-action-form">
  • wp-admin/press-this.php

     
    6060                                        '<a href="%1$s" class="install-now" data-slug="%2$s" data-name="%2$s" aria-label="%3$s">%3$s</a>',
    6161                                        esc_url( $url ),
    6262                                        esc_attr( $plugin_slug ),
    63                                         __( 'Install Now' )
     63                                        __( 'Install now' )
    6464                                );
    6565                        } else {
    6666                                $action = sprintf(
  • wp-admin/theme-editor.php

     
    3535                                '<li id="editor-keyboard-trap-help-3">' . __( 'To move away from this area, press the Esc key followed by the Tab key.' ) . '</li>' .
    3636                                '<li id="editor-keyboard-trap-help-4">' . __( 'Screen reader users: when in forms mode, you may need to press the Esc key twice.' ) . '</li>' .
    3737                                '</ul>' .
    38                                 '<p>' . __( 'After typing in your edits, click Update File.' ) . '</p>' .
     38                                '<p>' . __( 'After typing in your edits, click Update file.' ) . '</p>' .
    3939                                '<p>' . __( '<strong>Advice:</strong> Think very carefully about your site crashing if you are live-editing the theme currently in use.' ) . '</p>' .
    4040                                '<p>' . sprintf(
    4141                                        /* translators: %s: Link to documentation on child themes. */
     
    165165                        $functions = wp_doc_link_parse( $content );
    166166
    167167                        $docs_select  = '<select name="docs-list" id="docs-list">';
    168                         $docs_select .= '<option value="">' . esc_attr__( 'Function Name&hellip;' ) . '</option>';
     168                        $docs_select .= '<option value="">' . esc_attr__( 'Function name&hellip;' ) . '</option>';
    169169                        foreach ( $functions as $function ) {
    170170                                $docs_select .= '<option value="' . esc_attr( urlencode( $function ) ) . '">' . htmlspecialchars( $function ) . '()</option>';
    171171                        }
     
    309309                </div>
    310310        <?php if ( is_writeable( $file ) ) : ?>
    311311                <p class="submit">
    312                         <?php submit_button( __( 'Update File' ), 'primary', 'submit', false ); ?>
     312                        <?php submit_button( __( 'Update file' ), 'primary', 'submit', false ); ?>
    313313                        <span class="spinner"></span>
    314314                </p>
    315315        <?php else : ?>
  • wp-admin/theme-install.php

     
    5252                        'adminUrl'   => parse_url( self_admin_url(), PHP_URL_PATH ),
    5353                ),
    5454                'l10n'            => array(
    55                         'addNew'              => __( 'Add New Theme' ),
    56                         'search'              => __( 'Search Themes' ),
     55                        'addNew'              => __( 'Add new theme' ),
     56                        'search'              => __( 'Search themes' ),
    5757                        'searchPlaceholder'   => __( 'Search themes...' ), // placeholder (no ellipsis)
    58                         'upload'              => __( 'Upload Theme' ),
     58                        'upload'              => __( 'Upload theme' ),
    5959                        'back'                => __( 'Back' ),
    6060                        'error'               => sprintf(
    6161                                /* translators: %s: Support forums URL. */
     
    6262                                __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
    6363                                __( 'https://wordpress.org/support/forums/' )
    6464                        ),
    65                         'tryAgain'            => __( 'Try Again' ),
     65                        'tryAgain'            => __( 'Try again' ),
    6666                        /* translators: %d: Number of themes. */
    67                         'themesFound'         => __( 'Number of Themes found: %d' ),
     67                        'themesFound'         => __( 'Number of themes found: %d' ),
    6868                        'noThemesFound'       => __( 'No themes found. Try a different search.' ),
    69                         'collapseSidebar'     => __( 'Collapse Sidebar' ),
    70                         'expandSidebar'       => __( 'Expand Sidebar' ),
     69                        'collapseSidebar'     => __( 'Collapse sidebar' ),
     70                        'expandSidebar'       => __( 'Expand sidebar' ),
    7171                        /* translators: Accessibility text. */
    7272                        'selectFeatureFilter' => __( 'Select one or more Theme features to filter by' ),
    7373                ),
     
    115115
    116116$help_installing =
    117117        '<p>' . __( 'Once you have generated a list of themes, you can preview and install any of them. Click on the thumbnail of the theme you&#8217;re interested in previewing. It will open up in a full-screen Preview page to give you a better idea of how that theme will look.' ) . '</p>' .
    118         '<p>' . __( 'To install the theme so you can preview it with your site&#8217;s content and customize its theme options, click the "Install" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the "Activate" link, or by navigating to your Manage Themes screen and clicking the "Live Preview" link under any installed theme&#8217;s thumbnail image.' ) . '</p>';
     118        '<p>' . __( 'To install the theme so you can preview it with your site&#8217;s content and customize its theme options, click the "Install" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the "Activate" link, or by navigating to your Manage Themes screen and clicking the "Live preview" link under any installed theme&#8217;s thumbnail image.' ) . '</p>';
    119119
    120120get_current_screen()->add_help_tab(
    121121        array(
     
    148148         *
    149149         * @param string[] $tabs Associative array of the tabs shown on the Add Themes screen. Default is 'upload'.
    150150         */
    151         $tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) );
     151        $tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload theme' ) ) );
    152152        if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_themes' ) ) {
    153                 echo ' <button type="button" class="upload-view-toggle page-title-action hide-if-no-js" aria-expanded="false">' . __( 'Upload Theme' ) . '</button>';
     153                echo ' <button type="button" class="upload-view-toggle page-title-action hide-if-no-js" aria-expanded="false">' . __( 'Upload theme' ) . '</button>';
    154154        }
    155155        ?>
    156156
     
    178178                        <li><a href="#" data-sort="favorites"><?php _ex( 'Favorites', 'themes' ); ?></a></li>
    179179                </ul>
    180180
    181                 <button type="button" class="button drawer-toggle" aria-expanded="false"><?php _e( 'Feature Filter' ); ?></button>
     181                <button type="button" class="button drawer-toggle" aria-expanded="false"><?php _e( 'Feature filter' ); ?></button>
    182182
    183183                <form class="search-form"></form>
    184184
     
    198198                                <label for="wporg-username-input"><?php _e( 'Your WordPress.org username:' ); ?></label>
    199199                                <input type="hidden" id="wporg-username-nonce" name="_wpnonce" value="<?php echo esc_attr( wp_create_nonce( $action ) ); ?>" />
    200200                                <input type="search" id="wporg-username-input" value="<?php echo esc_attr( $user ); ?>" />
    201                                 <input type="button" class="button favorites-form-submit" value="<?php esc_attr_e( 'Get Favorites' ); ?>" />
     201                                <input type="button" class="button favorites-form-submit" value="<?php esc_attr_e( 'Get favorites' ); ?>" />
    202202                        </p>
    203203                </div>
    204204
    205205                <div class="filter-drawer">
    206206                        <div class="buttons">
    207                                 <button type="button" class="apply-filters button"><?php _e( 'Apply Filters' ); ?><span></span></button>
     207                                <button type="button" class="apply-filters button"><?php _e( 'Apply filters' ); ?><span></span></button>
    208208                                <button type="button" class="clear-filters button" aria-label="<?php esc_attr_e( 'Clear current filters' ); ?>"><?php _e( 'Clear' ); ?></button>
    209209                        </div>
    210210                <?php
     
    224224                }
    225225                ?>
    226226                        <div class="buttons">
    227                                 <button type="button" class="apply-filters button"><?php _e( 'Apply Filters' ); ?><span></span></button>
     227                                <button type="button" class="apply-filters button"><?php _e( 'Apply filters' ); ?><span></span></button>
    228228                                <button type="button" class="clear-filters button" aria-label="<?php esc_attr_e( 'Clear current filters' ); ?>"><?php _e( 'Clear' ); ?></button>
    229229                        </div>
    230230                        <div class="filtered-by">
     
    288288                                        <a class="button button-primary activate" href="{{ data.activate_url }}" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Activate' ); ?></a>
    289289                                <# } #>
    290290                                <# if ( data.customize_url ) { #>
    291                                         <a class="button load-customize" href="{{ data.customize_url }}"><?php _e( 'Live Preview' ); ?></a>
     291                                        <a class="button load-customize" href="{{ data.customize_url }}"><?php _e( 'Live preview' ); ?></a>
    292292                                <# } else { #>
    293293                                        <button class="button preview install-theme-preview"><?php _e( 'Preview' ); ?></button>
    294294                                <# } #>
  • wp-admin/themes.php

     
    9191if ( current_user_can( 'switch_themes' ) ) {
    9292        $help_overview = '<p>' . __( 'This screen is used for managing your installed themes. Aside from the default theme(s) included with your WordPress installation, themes are designed and developed by third parties.' ) . '</p>' .
    9393                '<p>' . __( 'From this screen you can:' ) . '</p>' .
    94                 '<ul><li>' . __( 'Hover or tap to see Activate and Live Preview buttons' ) . '</li>' .
     94                '<ul><li>' . __( 'Hover or tap to see Activate and Live preview buttons' ) . '</li>' .
    9595                '<li>' . __( 'Click on the theme to see the theme name, version, author, description, tags, and the Delete link' ) . '</li>' .
    96                 '<li>' . __( 'Click Customize for the current theme or Live Preview for any other theme to see a live preview' ) . '</li></ul>' .
     96                '<li>' . __( 'Click Customize for the current theme or Live preview for any other theme to see a live preview' ) . '</li></ul>' .
    9797                '<p>' . __( 'The current theme is displayed highlighted as the first theme.' ) . '</p>' .
    9898                '<p>' . __( 'The search for installed themes will search for terms in their name, description, author, or tag.' ) . ' <span id="live-search-desc">' . __( 'The search results will be updated as you type.' ) . '</span></p>';
    9999
     
    130130// Help tab: Previewing and Customizing
    131131if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) ) {
    132132        $help_customize =
    133                 '<p>' . __( 'Tap or hover on any theme then click the Live Preview button to see a live preview of that theme and change theme options in a separate, full-screen view. You can also find a Live Preview button at the bottom of the theme details screen. Any installed theme can be previewed and customized in this way.' ) . '</p>' .
     133                '<p>' . __( 'Tap or hover on any theme then click the Live preview button to see a live preview of that theme and change theme options in a separate, full-screen view. You can also find a Live preview button at the bottom of the theme details screen. Any installed theme can be previewed and customized in this way.' ) . '</p>' .
    134134                '<p>' . __( 'The theme being previewed is fully interactive &mdash; navigate to different pages to see how the theme handles posts, archives, and other page templates. The settings may differ depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the Publish &amp; Activate button above the menu.' ) . '</p>' .
    135135                '<p>' . __( 'When previewing on smaller monitors, you can use the collapse icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the collapse icon again.' ) . '</p>';
    136136
     
    168168                        'adminUrl'      => parse_url( admin_url(), PHP_URL_PATH ),
    169169                ),
    170170                'l10n'     => array(
    171                         'addNew'            => __( 'Add New Theme' ),
    172                         'search'            => __( 'Search Installed Themes' ),
     171                        'addNew'            => __( 'Add new theme' ),
     172                        'search'            => __( 'Search installed themes' ),
    173173                        'searchPlaceholder' => __( 'Search installed themes...' ), // placeholder (no ellipsis)
    174174                        /* translators: %d: Number of themes. */
    175                         'themesFound'       => __( 'Number of Themes found: %d' ),
     175                        'themesFound'       => __( 'Number of themes found: %d' ),
    176176                        'noThemesFound'     => __( 'No themes found. Try a different search.' ),
    177177                ),
    178178        )
     
    191191        </h1>
    192192
    193193        <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?>
    194                 <a href="<?php echo admin_url( 'theme-install.php' ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html_x( 'Add New', 'Add new theme' ); ?></a>
     194                <a href="<?php echo admin_url( 'theme-install.php' ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html_x( 'Add new', 'Add new theme' ); ?></a>
    195195        <?php endif; ?>
    196196
    197197        <form class="search-form"></form>
     
    331331                </div>
    332332        <?php endif; ?>
    333333
    334         <span class="more-details" id="<?php echo $aria_action; ?>"><?php _e( 'Theme Details' ); ?></span>
     334        <span class="more-details" id="<?php echo $aria_action; ?>"><?php _e( 'Theme details' ); ?></span>
    335335        <div class="theme-author">
    336336                <?php
    337337                /* translators: %s: Theme author name. */
     
    363363                        ?>
    364364                        <a class="button activate" href="<?php echo $theme['actions']['activate']; ?>" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Activate' ); ?></a>
    365365                        <?php if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) ) { ?>
    366                                 <a class="button button-primary load-customize hide-if-no-customize" href="<?php echo $theme['actions']['customize']; ?>"><?php _e( 'Live Preview' ); ?></a>
     366                                <a class="button button-primary load-customize hide-if-no-customize" href="<?php echo $theme['actions']['customize']; ?>"><?php _e( 'Live preview' ); ?></a>
    367367                        <?php } ?>
    368368                <?php } ?>
    369369
     
    373373<?php endforeach; ?>
    374374        </div>
    375375</div>
    376 <div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme Details' ); ?>"></div>
     376<div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme details' ); ?>"></div>
    377377
    378378<p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
    379379
     
    498498                <# } #>
    499499        <# } #>
    500500
    501         <span class="more-details" id="{{ data.id }}-action"><?php _e( 'Theme Details' ); ?></span>
     501        <span class="more-details" id="{{ data.id }}-action"><?php _e( 'Theme details' ); ?></span>
    502502        <div class="theme-author">
    503503                <?php
    504504                /* translators: %s: Theme author name. */
     
    529529                                $aria_label = sprintf( _x( 'Activate %s', 'theme' ), '{{ data.name }}' );
    530530                                ?>
    531531                                <a class="button activate" href="{{{ data.actions.activate }}}" aria-label="<?php echo $aria_label; ?>"><?php _e( 'Activate' ); ?></a>
    532                                 <a class="button button-primary load-customize hide-if-no-customize" href="{{{ data.actions.customize }}}"><?php _e( 'Live Preview' ); ?></a>
     532                                <a class="button button-primary load-customize hide-if-no-customize" href="{{{ data.actions.customize }}}"><?php _e( 'Live preview' ); ?></a>
    533533                        <# } #>
    534534                </div>
    535535        </div>
     
    571571
    572572                                <# if ( data.hasUpdate ) { #>
    573573                                <div class="notice notice-warning notice-alt notice-large">
    574                                         <h3 class="notice-title"><?php _e( 'Update Available' ); ?></h3>
     574                                        <h3 class="notice-title"><?php _e( 'Update available' ); ?></h3>
    575575                                        {{{ data.update }}}
    576576                                </div>
    577577                                <# } #>
     
    605605                                <# if ( data.actions.activate ) { #>
    606606                                        <a href="{{{ data.actions.activate }}}" class="button activate" aria-label="<?php echo $aria_label; ?>"><?php _e( 'Activate' ); ?></a>
    607607                                <# } #>
    608                                 <a href="{{{ data.actions.customize }}}" class="button button-primary load-customize hide-if-no-customize"><?php _e( 'Live Preview' ); ?></a>
     608                                <a href="{{{ data.actions.customize }}}" class="button button-primary load-customize hide-if-no-customize"><?php _e( 'Live preview' ); ?></a>
    609609                        </div>
    610610
    611611                        <# if ( ! data.active && data.actions['delete'] ) { #>
  • wp-admin/update-core.php

     
    5252        if ( ! isset( $update->response ) || 'latest' == $update->response ) {
    5353                $current = true;
    5454        }
    55         $submit        = __( 'Update Now' );
     55        $submit        = __( 'Update now' );
    5656        $form_action   = 'update-core.php?action=do-core-upgrade';
    5757        $php_version   = phpversion();
    5858        $mysql_version = $wpdb->db_version();
     
    6363                if ( $current ) {
    6464                        /* translators: %s: WordPress version. */
    6565                        $message     = sprintf( __( 'If you need to re-install version %s, you can do so here:' ), $version_string );
    66                         $submit      = __( 'Re-install Now' );
     66                        $submit      = __( 'Re-install now' );
    6767                        $form_action = 'update-core.php?action=do-core-reinstall';
    6868                } else {
    6969                        $php_compat = version_compare( $php_version, $update->php_version, '>=' );
     
    310310        }
    311311        ?>
    312312<h2><?php _e( 'Plugins' ); ?></h2>
    313 <p><?php _e( 'The following plugins have new versions available. Check the ones you want to update and then click &#8220;Update Plugins&#8221;.' ); ?></p>
     313<p><?php _e( 'The following plugins have new versions available. Check the ones you want to update and then click &#8220;Update plugins&#8221;.' ); ?></p>
    314314<form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-plugins" class="upgrade">
    315315        <?php wp_nonce_field( 'upgrade-core' ); ?>
    316 <p><input id="upgrade-plugins" class="button" type="submit" value="<?php esc_attr_e( 'Update Plugins' ); ?>" name="upgrade" /></p>
     316<p><input id="upgrade-plugins" class="button" type="submit" value="<?php esc_attr_e( 'Update plugins' ); ?>" name="upgrade" /></p>
    317317<table class="widefat updates-table" id="update-plugins-table">
    318318        <thead>
    319319        <tr>
    320320                <td class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></td>
    321                 <td class="manage-column"><label for="plugins-select-all"><?php _e( 'Select All' ); ?></label></td>
     321                <td class="manage-column"><label for="plugins-select-all"><?php _e( 'Select all' ); ?></label></td>
    322322        </tr>
    323323        </thead>
    324324
     
    426426        <tfoot>
    427427        <tr>
    428428                <td class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></td>
    429                 <td class="manage-column"><label for="plugins-select-all-2"><?php _e( 'Select All' ); ?></label></td>
     429                <td class="manage-column"><label for="plugins-select-all-2"><?php _e( 'Select all' ); ?></label></td>
    430430        </tr>
    431431        </tfoot>
    432432</table>
    433 <p><input id="upgrade-plugins-2" class="button" type="submit" value="<?php esc_attr_e( 'Update Plugins' ); ?>" name="upgrade" /></p>
     433<p><input id="upgrade-plugins-2" class="button" type="submit" value="<?php esc_attr_e( 'Update plugins' ); ?>" name="upgrade" /></p>
    434434</form>
    435435        <?php
    436436}
     
    468468        <thead>
    469469        <tr>
    470470                <td class="manage-column check-column"><input type="checkbox" id="themes-select-all" /></td>
    471                 <td class="manage-column"><label for="themes-select-all"><?php _e( 'Select All' ); ?></label></td>
     471                <td class="manage-column"><label for="themes-select-all"><?php _e( 'Select all' ); ?></label></td>
    472472        </tr>
    473473        </thead>
    474474
     
    508508        <tfoot>
    509509        <tr>
    510510                <td class="manage-column check-column"><input type="checkbox" id="themes-select-all-2" /></td>
    511                 <td class="manage-column"><label for="themes-select-all-2"><?php _e( 'Select All' ); ?></label></td>
     511                <td class="manage-column"><label for="themes-select-all-2"><?php _e( 'Select all' ); ?></label></td>
    512512        </tr>
    513513        </tfoot>
    514514</table>
     
    706706        )
    707707);
    708708
    709 $updates_howto  = '<p>' . __( '<strong>WordPress</strong> &mdash; Updating your WordPress installation is a simple one-click procedure: just <strong>click on the &#8220;Update Now&#8221; button</strong> when you are notified that a new version is available.' ) . ' ' . __( 'In most cases, WordPress will automatically apply maintenance and security updates in the background for you.' ) . '</p>';
     709$updates_howto  = '<p>' . __( '<strong>WordPress</strong> &mdash; Updating your WordPress installation is a simple one-click procedure: just <strong>click on the &#8220;Update now&#8221; button</strong> when you are notified that a new version is available.' ) . ' ' . __( 'In most cases, WordPress will automatically apply maintenance and security updates in the background for you.' ) . '</p>';
    710710$updates_howto .= '<p>' . __( '<strong>Themes and Plugins</strong> &mdash; To update individual themes or plugins from this screen, use the checkboxes to make your selection, then <strong>click on the appropriate &#8220;Update&#8221; button</strong>. To update all of your themes or plugins at once, you can check the box at the top of the section to select all before clicking the update button.' ) . '</p>';
    711711
    712712if ( 'en_US' != get_locale() ) {
     
    757757        echo '<p>';
    758758        /* translators: 1: Date, 2: Time. */
    759759        printf( __( 'Last checked on %1$s at %2$s.' ), date_i18n( __( 'F j, Y' ), $last_update_check ), date_i18n( __( 'g:i a' ), $last_update_check ) );
    760         echo ' &nbsp; <a class="button" href="' . esc_url( self_admin_url( 'update-core.php?force-check=1' ) ) . '">' . __( 'Check Again' ) . '</a>';
     760        echo ' &nbsp; <a class="button" href="' . esc_url( self_admin_url( 'update-core.php?force-check=1' ) ) . '">' . __( 'Check again' ) . '</a>';
    761761        echo '</p>';
    762762
    763763        if ( current_user_can( 'update_core' ) ) {
  • wp-admin/update.php

     
    149149
    150150                $file_upload = new File_Upload_Upgrader( 'pluginzip', 'package' );
    151151
    152                 $title        = __( 'Upload Plugin' );
     152                $title        = __( 'Upload plugin' );
    153153                $parent_file  = 'plugins.php';
    154154                $submenu_file = 'plugin-install.php';
    155155                require_once( ABSPATH . 'wp-admin/admin-header.php' );
     
    179179
    180180                wp_enqueue_script( 'updates' );
    181181
    182                 $title        = __( 'Update Theme' );
     182                $title        = __( 'Update theme' );
    183183                $parent_file  = 'themes.php';
    184184                $submenu_file = 'themes.php';
    185185                require_once( ABSPATH . 'wp-admin/admin-header.php' );
     
    242242                        wp_die( $api );
    243243                }
    244244
    245                 $title        = __( 'Install Themes' );
     245                $title        = __( 'Install themes' );
    246246                $parent_file  = 'themes.php';
    247247                $submenu_file = 'themes.php';
    248248                require_once( ABSPATH . 'wp-admin/admin-header.php' );
     
    268268
    269269                $file_upload = new File_Upload_Upgrader( 'themezip', 'package' );
    270270
    271                 $title        = __( 'Upload Theme' );
     271                $title        = __( 'Upload theme' );
    272272                $parent_file  = 'themes.php';
    273273                $submenu_file = 'theme-install.php';
    274274
     
    275275                require_once( ABSPATH . 'wp-admin/admin-header.php' );
    276276
    277277                /* translators: %s: File name. */
    278                 $title = sprintf( __( 'Installing Theme from uploaded file: %s' ), esc_html( basename( $file_upload->filename ) ) );
     278                $title = sprintf( __( 'Installing theme from uploaded file: %s' ), esc_html( basename( $file_upload->filename ) ) );
    279279                $nonce = 'theme-upload';
    280280                $url   = add_query_arg( array( 'package' => $file_upload->id ), 'update.php?action=upload-theme' );
    281281                $type  = 'upload'; //Install plugin type, From Web or an Upload.
  • wp-admin/upload.php

     
    5555                        'content' =>
    5656                                '<p>' . __( 'All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first.' ) . '</p>' .
    5757                                '<p>' . __( 'You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media.' ) . '</p>' .
    58                                 '<p>' . __( 'To delete media items, click the Bulk Select button at the top of the screen. Select any items you wish to delete, then click the Delete Selected button. Clicking the Cancel Selection button takes you back to viewing your media.' ) . '</p>',
     58                                '<p>' . __( 'To delete media items, click the Bulk select button at the top of the screen. Select any items you wish to delete, then click the Delete Selected button. Clicking the Cancel Selection button takes you back to viewing your media.' ) . '</p>',
    5959                )
    6060        );
    6161
     
    8787                <?php
    8888                if ( current_user_can( 'upload_files' ) ) {
    8989                        ?>
    90                         <a href="<?php echo admin_url( 'media-new.php' ); ?>" class="page-title-action aria-button-if-js"><?php echo esc_html_x( 'Add New', 'file' ); ?></a>
     90                        <a href="<?php echo admin_url( 'media-new.php' ); ?>" class="page-title-action aria-button-if-js"><?php echo esc_html_x( 'Add new', 'file' ); ?></a>
    9191                                                                <?php
    9292                }
    9393                ?>
     
    223223                'id'      => 'overview',
    224224                'title'   => __( 'Overview' ),
    225225                'content' =>
    226                                 '<p>' . __( 'All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen.' ) . '</p>' .
     226                                '<p>' . __( 'All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen options tab to customize the display of this screen.' ) . '</p>' .
    227227                                '<p>' . __( 'You can narrow the list by file type/status or by date using the dropdown menus above the media table.' ) . '</p>' .
    228228                                '<p>' . __( 'You can view your media in a simple visual grid or a list with columns. Switch between these views using the icons to the left above the media.' ) . '</p>',
    229229        )
     
    233233                'id'      => 'actions-links',
    234234                'title'   => __( 'Available Actions' ),
    235235                'content' =>
    236                                 '<p>' . __( 'Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file&#8217;s name displays a simple screen to edit that individual file&#8217;s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.' ) . '</p>',
     236                                '<p>' . __( 'Hovering over a row reveals action links: Edit, Delete permanently, and View. Clicking Edit or on the media file&#8217;s name displays a simple screen to edit that individual file&#8217;s metadata. Clicking Delete permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.' ) . '</p>',
    237237        )
    238238);
    239239get_current_screen()->add_help_tab(
     
    268268<?php
    269269if ( current_user_can( 'upload_files' ) ) {
    270270        ?>
    271         <a href="<?php echo admin_url( 'media-new.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add New', 'file' ); ?></a>
     271        <a href="<?php echo admin_url( 'media-new.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add new', 'file' ); ?></a>
    272272                                                <?php
    273273}
    274274
  • wp-admin/user-edit.php

     
    5050        '<p>' . __( 'You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.' ) . '</p>' .
    5151        '<p>' . __( 'You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.' ) . '</p>' .
    5252        '<p>' . __( 'Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.' ) . '</p>' .
    53         '<p>' . __( 'You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.' ) . '</p>' .
     53        '<p>' . __( 'You can log out of other devices, such as your phone or a public computer, by clicking the Log out everywhere else button.' ) . '</p>' .
    5454        '<p>' . __( 'Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.' ) . '</p>' .
    55         '<p>' . __( 'Remember to click the Update Profile button when you are finished.' ) . '</p>';
     55        '<p>' . __( 'Remember to click the Update profile button when you are finished.' ) . '</p>';
    5656
    5757get_current_screen()->add_help_tab(
    5858        array(
     
    258258<table class="form-table" role="presentation">
    259259                <?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?>
    260260        <tr class="user-rich-editing-wrap">
    261                 <th scope="row"><?php _e( 'Visual Editor' ); ?></th>
     261                <th scope="row"><?php _e( 'Visual editor' ); ?></th>
    262262                <td>
    263263                        <label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="false" <?php checked( 'false', $profileuser->rich_editing ); ?> />
    264264                                <?php _e( 'Disable the visual editor when writing' ); ?>
     
    281281
    282282                <?php if ( $show_syntax_highlighting_preference ) : ?>
    283283        <tr class="user-syntax-highlighting-wrap">
    284                 <th scope="row"><?php _e( 'Syntax Highlighting' ); ?></th>
     284                <th scope="row"><?php _e( 'Syntax highlighting' ); ?></th>
    285285                <td>
    286286                        <label for="syntax_highlighting"><input name="syntax_highlighting" type="checkbox" id="syntax_highlighting" value="false" <?php checked( 'false', $profileuser->syntax_highlighting ); ?> />
    287287                                <?php _e( 'Disable syntax highlighting when editing code' ); ?>
     
    292292
    293293                <?php if ( count( $_wp_admin_css_colors ) > 1 && has_action( 'admin_color_scheme_picker' ) ) : ?>
    294294        <tr class="user-admin-color-wrap">
    295                 <th scope="row"><?php _e( 'Admin Color Scheme' ); ?></th>
     295                <th scope="row"><?php _e( 'Admin color scheme' ); ?></th>
    296296                <td>
    297297                        <?php
    298298                        /**
     
    315315                if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) :
    316316                        ?>
    317317        <tr class="user-comment-shortcuts-wrap">
    318                 <th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
     318                <th scope="row"><?php _e( 'Keyboard shortcuts' ); ?></th>
    319319                <td>
    320320                        <label for="comment_shortcuts">
    321321                                <input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php checked( 'true', $profileuser->comment_shortcuts ); ?> />
     
    374374
    375375                <?php
    376376                /**
    377                  * Fires at the end of the 'Personal Options' settings table on the user editing screen.
     377                 * Fires at the end of the 'Personal options' settings table on the user editing screen.
    378378                 *
    379379                 * @since 2.7.0
    380380                 *
     
    387387                <?php
    388388                if ( IS_PROFILE_PAGE ) {
    389389                        /**
    390                          * Fires after the 'Personal Options' settings table on the 'Your Profile' editing screen.
     390                         * Fires after the 'Personal options' settings table on the 'Your Profile' editing screen.
    391391                         *
    392392                         * The action only fires if the current user is editing their own profile.
    393393                         *
     
    442442                <?php } ?>
    443443
    444444<tr class="user-first-name-wrap">
    445         <th><label for="first_name"><?php _e( 'First Name' ); ?></label></th>
     445        <th><label for="first_name"><?php _e( 'First name' ); ?></label></th>
    446446        <td><input type="text" name="first_name" id="first_name" value="<?php echo esc_attr( $profileuser->first_name ); ?>" class="regular-text" /></td>
    447447</tr>
    448448
    449449<tr class="user-last-name-wrap">
    450         <th><label for="last_name"><?php _e( 'Last Name' ); ?></label></th>
     450        <th><label for="last_name"><?php _e( 'Last name' ); ?></label></th>
    451451        <td><input type="text" name="last_name" id="last_name" value="<?php echo esc_attr( $profileuser->last_name ); ?>" class="regular-text" /></td>
    452452</tr>
    453453
     
    565565                ?>
    566566        </table>
    567567
    568         <h2><?php IS_PROFILE_PAGE ? _e( 'About Yourself' ) : _e( 'About the user' ); ?></h2>
     568        <h2><?php IS_PROFILE_PAGE ? _e( 'About Yourself' ) : _e( 'About the User' ); ?></h2>
    569569
    570570<table class="form-table" role="presentation">
    571571<tr class="user-description-wrap">
    572         <th><label for="description"><?php _e( 'Biographical Info' ); ?></label></th>
     572        <th><label for="description"><?php _e( 'Biographical info' ); ?></label></th>
    573573        <td><textarea name="description" id="description" rows="5" cols="30"><?php echo $profileuser->description; // textarea_escaped ?></textarea>
    574574        <p class="description"><?php _e( 'Share a little biographical information to fill out your profile. This may be shown publicly.' ); ?></p></td>
    575575</tr>
     
    576576
    577577                <?php if ( get_option( 'show_avatars' ) ) : ?>
    578578<tr class="user-profile-picture">
    579         <th><?php _e( 'Profile Picture' ); ?></th>
     579        <th><?php _e( 'Profile picture' ); ?></th>
    580580        <td>
    581581                        <?php echo get_avatar( $user_id ); ?>
    582582                <p class="description">
     
    626626        <h2><?php _e( 'Account Management' ); ?></h2>
    627627<table class="form-table" role="presentation">
    628628<tr id="password" class="user-pass1-wrap">
    629         <th><label for="pass1"><?php _e( 'New Password' ); ?></label></th>
     629        <th><label for="pass1"><?php _e( 'New password' ); ?></label></th>
    630630        <td>
    631631                <input class="hidden" value=" " /><!-- #24364 workaround -->
    632                 <button type="button" class="button wp-generate-pw hide-if-no-js"><?php _e( 'Generate Password' ); ?></button>
     632                <button type="button" class="button wp-generate-pw hide-if-no-js"><?php _e( 'Generate password' ); ?></button>
    633633                <div class="wp-pwd hide-if-js">
    634634                        <span class="password-input-wrapper">
    635635                                <input type="password" name="pass1" id="pass1" class="regular-text" value="" autocomplete="off" data-pw="<?php echo esc_attr( wp_generate_password( 24 ) ); ?>" aria-describedby="pass-strength-result" />
     
    647647        </td>
    648648</tr>
    649649<tr class="user-pass2-wrap hide-if-js">
    650         <th scope="row"><label for="pass2"><?php _e( 'Repeat New Password' ); ?></label></th>
     650        <th scope="row"><label for="pass2"><?php _e( 'Repeat new password' ); ?></label></th>
    651651        <td>
    652652        <input name="pass2" type="password" id="pass2" class="regular-text" value="" autocomplete="off" />
    653653        <p class="description"><?php _e( 'Type your new password again.' ); ?></p>
     
    654654        </td>
    655655</tr>
    656656<tr class="pw-weak">
    657         <th><?php _e( 'Confirm Password' ); ?></th>
     657        <th><?php _e( 'Confirm password' ); ?></th>
    658658        <td>
    659659                <label>
    660660                        <input type="checkbox" name="pw_weak" class="pw-checkbox" />
     
    670670        <tr class="user-sessions-wrap hide-if-no-js">
    671671                <th><?php _e( 'Sessions' ); ?></th>
    672672                <td aria-live="assertive">
    673                         <div class="destroy-sessions"><button type="button" disabled class="button"><?php _e( 'Log Out Everywhere Else' ); ?></button></div>
     673                        <div class="destroy-sessions"><button type="button" disabled class="button"><?php _e( 'Log out everywhere else' ); ?></button></div>
    674674                        <p class="description">
    675675                                <?php _e( 'You are only logged in at this location.' ); ?>
    676676                        </p>
     
    680680        <tr class="user-sessions-wrap hide-if-no-js">
    681681                <th><?php _e( 'Sessions' ); ?></th>
    682682                <td aria-live="assertive">
    683                         <div class="destroy-sessions"><button type="button" class="button" id="destroy-sessions"><?php _e( 'Log Out Everywhere Else' ); ?></button></div>
     683                        <div class="destroy-sessions"><button type="button" class="button" id="destroy-sessions"><?php _e( 'Log out everywhere else' ); ?></button></div>
    684684                        <p class="description">
    685685                                <?php _e( 'Did you lose your phone or leave your account logged in at a public computer? You can log out everywhere else, and stay logged in here.' ); ?>
    686686                        </p>
     
    690690        <tr class="user-sessions-wrap hide-if-no-js">
    691691                <th><?php _e( 'Sessions' ); ?></th>
    692692                <td>
    693                         <p><button type="button" class="button" id="destroy-sessions"><?php _e( 'Log Out Everywhere' ); ?></button></p>
     693                        <p><button type="button" class="button" id="destroy-sessions"><?php _e( 'Log out everywhere' ); ?></button></p>
    694694                        <p class="description">
    695695                                <?php
    696696                                /* translators: %s: User's display name. */
     
    775775<input type="hidden" name="action" value="update" />
    776776<input type="hidden" name="user_id" id="user_id" value="<?php echo esc_attr( $user_id ); ?>" />
    777777
    778                 <?php submit_button( IS_PROFILE_PAGE ? __( 'Update Profile' ) : __( 'Update User' ) ); ?>
     778                <?php submit_button( IS_PROFILE_PAGE ? __( 'Update profile' ) : __( 'Update User' ) ); ?>
    779779
    780780</form>
    781781</div>
  • wp-admin/user-new.php

     
    487487        </tr>
    488488        <?php if ( ! is_multisite() ) { ?>
    489489        <tr class="form-field">
    490                 <th scope="row"><label for="first_name"><?php _e( 'First Name' ); ?> </label></th>
     490                <th scope="row"><label for="first_name"><?php _e( 'First name' ); ?> </label></th>
    491491                <td><input name="first_name" type="text" id="first_name" value="<?php echo esc_attr( $new_user_firstname ); ?>" /></td>
    492492        </tr>
    493493        <tr class="form-field">
    494                 <th scope="row"><label for="last_name"><?php _e( 'Last Name' ); ?> </label></th>
     494                <th scope="row"><label for="last_name"><?php _e( 'Last name' ); ?> </label></th>
    495495                <td><input name="last_name" type="text" id="last_name" value="<?php echo esc_attr( $new_user_lastname ); ?>" /></td>
    496496        </tr>
    497497        <tr class="form-field">
     
    541541                </td>
    542542        </tr>
    543543        <tr>
    544                 <th scope="row"><?php _e( 'Send User Notification' ); ?></th>
     544                <th scope="row"><?php _e( 'Send user notification' ); ?></th>
    545545                <td>
    546546                        <input type="checkbox" name="send_user_notification" id="send_user_notification" value="1" <?php checked( $new_user_send_notification ); ?> />
    547547                        <label for="send_user_notification"><?php _e( 'Send the new user an email about their account.' ); ?></label>
     
    576576        do_action( 'user_new_form', 'add-new-user' );
    577577        ?>
    578578
    579         <?php submit_button( __( 'Add New User' ), 'primary', 'createuser', true, array( 'id' => 'createusersub' ) ); ?>
     579        <?php submit_button( __( 'Add new user' ), 'primary', 'createuser', true, array( 'id' => 'createusersub' ) ); ?>
    580580
    581581</form>
    582582<?php } // current_user_can('create_users') ?>
  • wp-admin/users.php

     
    4141                'title'   => __( 'Screen Content' ),
    4242                'content' => '<p>' . __( 'You can customize the display of this screen in a number of ways:' ) . '</p>' .
    4343                                                '<ul>' .
    44                                                 '<li>' . __( 'You can hide/display columns based on your needs and decide how many users to list per screen using the Screen Options tab.' ) . '</li>' .
     44                                                '<li>' . __( 'You can hide/display columns based on your needs and decide how many users to list per screen using the Screen options tab.' ) . '</li>' .
    4545                                                '<li>' . __( 'You can filter the list of users by User Role using the text links above the users list to show All, Administrator, Editor, Author, Contributor, or Subscriber. The default view is to show all users. Unused User Roles are not listed.' ) . '</li>' .
    4646                                                '<li>' . __( 'You can view all posts made by a user by clicking on the number under the Posts column.' ) . '</li>' .
    4747                                                '</ul>',
     
    5353        '<li>' . __( '<strong>Edit</strong> takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.' ) . '</li>';
    5454
    5555if ( is_multisite() ) {
    56         $help .= '<li>' . __( '<strong>Remove</strong> allows you to remove a user from your site. It does not delete their content. You can also remove multiple users at once by using Bulk Actions.' ) . '</li>';
     56        $help .= '<li>' . __( '<strong>Remove</strong> allows you to remove a user from your site. It does not delete their content. You can also remove multiple users at once by using Bulk actions.' ) . '</li>';
    5757} else {
    58         $help .= '<li>' . __( '<strong>Delete</strong> brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using Bulk Actions.' ) . '</li>';
     58        $help .= '<li>' . __( '<strong>Delete</strong> brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using Bulk actions.' ) . '</li>';
    5959}
    6060
    6161$help .= '</ul>';
     
    561561                <?php
    562562                if ( current_user_can( 'create_users' ) ) {
    563563                        ?>
    564         <a href="<?php echo admin_url( 'user-new.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add New', 'user' ); ?></a>
     564        <a href="<?php echo admin_url( 'user-new.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add new', 'user' ); ?></a>
    565565<?php } elseif ( is_multisite() && current_user_can( 'promote_users' ) ) { ?>
    566         <a href="<?php echo admin_url( 'user-new.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add Existing', 'user' ); ?></a>
     566        <a href="<?php echo admin_url( 'user-new.php' ); ?>" class="page-title-action"><?php echo esc_html_x( 'Add existing', 'user' ); ?></a>
    567567                        <?php
    568568}
    569569
     
    579579
    580580<form method="get">
    581581
    582                 <?php $wp_list_table->search_box( __( 'Search Users' ), 'user' ); ?>
     582                <?php $wp_list_table->search_box( __( 'Search users' ), 'user' ); ?>
    583583
    584584                <?php if ( ! empty( $_REQUEST['role'] ) ) { ?>
    585585<input type="hidden" name="role" value="<?php echo esc_attr( $_REQUEST['role'] ); ?>" />
  • wp-admin/widgets.php

     
    6565                'content' =>
    6666                                '<p>' . __( 'If you want to remove the widget but save its setting for possible future use, just drag it into the Inactive Widgets area. You can add them back anytime from there. This is especially helpful when you switch to a theme with fewer or different widget areas.' ) . '</p>
    6767        <p>' . __( 'Widgets may be used multiple times. You can give each widget a title, to display on your site, but it&#8217;s not required.' ) . '</p>
    68         <p>' . __( 'Enabling Accessibility Mode, via Screen Options, allows you to use Add and Edit buttons instead of using drag and drop.' ) . '</p>',
     68        <p>' . __( 'Enabling Accessibility Mode, via Screen options, allows you to use Add and Edit buttons instead of using drag and drop.' ) . '</p>',
    6969        )
    7070);
    7171get_current_screen()->add_help_tab(
     
    402402                                admin_url( 'customize.php' )
    403403                        )
    404404                ),
    405                 __( 'Manage with Live Preview' )
     405                __( 'Manage with live preview' )
    406406        );
    407407}
    408408
     
    479479                                                                $attributes['disabled'] = '';
    480480                                                        }
    481481
    482                                                         submit_button( __( 'Clear Inactive Widgets' ), 'delete', 'removeinactivewidgets', false, $attributes );
     482                                                        submit_button( __( 'Clear inactive widgets' ), 'delete', 'removeinactivewidgets', false, $attributes );
    483483                                                        ?>
    484484                                                        <span class="spinner"></span>
    485485                                                </p>
  • wp-includes/class-wp-customize-control.php

     
    622622                                <?php if ( $this->allow_addition && current_user_can( 'publish_pages' ) && current_user_can( 'edit_theme_options' ) ) : // Currently tied to menus functionality. ?>
    623623                                        <button type="button" class="button-link add-new-toggle">
    624624                                                <?php
    625                                                 /* translators: %s: Add New Page label. */
     625                                                /* translators: %s: Add new page label. */
    626626                                                printf( __( '+ %s' ), get_post_type_object( 'page' )->labels->add_new_item );
    627627                                                ?>
    628628                                        </button>
  • wp-includes/class-wp-customize-manager.php

     
    45084508                        $document_title_tmpl = __( 'Customize: %s' );
    45094509                } else {
    45104510                        /* translators: %s: Document title from the preview. */
    4511                         $document_title_tmpl = __( 'Live Preview: %s' );
     4511                        $document_title_tmpl = __( 'Live preview: %s' );
    45124512                }
    45134513                $document_title_tmpl = html_entity_decode( $document_title_tmpl, ENT_QUOTES, 'UTF-8' ); // Because exported to JS and assigned to document.title.
    45144514                return $document_title_tmpl;
     
    47634763                }
    47644764                $status_choices[] = array(
    47654765                        'status' => 'draft',
    4766                         'label'  => __( 'Save Draft' ),
     4766                        'label'  => __( 'Save draft' ),
    47674767                );
    47684768                if ( $current_user_can_publish ) {
    47694769                        $status_choices[] = array(
  • wp-includes/class-wp-customize-nav-menus.php

     
    450450                                'menuLocation'           => _x( '(Currently set to: %s)', 'menu' ),
    451451                                'locationsTitle'         => 1 === $num_locations ? __( 'Menu Location' ) : __( 'Menu Locations' ),
    452452                                'locationsDescription'   => $locations_description,
    453                                 'menuNameLabel'          => __( 'Menu Name' ),
     453                                'menuNameLabel'          => __( 'Menu name' ),
    454454                                'newMenuNameDescription' => __( 'If your theme has multiple menus, giving them clear names will help you manage them.' ),
    455455                                'itemAdded'              => __( 'Menu item added' ),
    456456                                'itemDeleted'            => __( 'Menu item deleted' ),
     
    636636                $this->manager->add_section(
    637637                        'menu_locations',
    638638                        array(
    639                                 'title'       => 1 === $num_locations ? _x( 'View Location', 'menu locations' ) : _x( 'View All Locations', 'menu locations' ),
     639                                'title'       => 1 === $num_locations ? _x( 'View location', 'menu locations' ) : _x( 'View all locations', 'menu locations' ),
    640640                                'panel'       => 'nav_menus',
    641641                                'priority'    => 30,
    642642                                'description' => $description,
     
    10371037                <script type="text/html" id="tmpl-nav-menu-delete-button">
    10381038                        <div class="menu-delete-item">
    10391039                                <button type="button" class="button-link button-link-delete">
    1040                                         <?php _e( 'Delete Menu' ); ?>
     1040                                        <?php _e( 'Delete menu' ); ?>
    10411041                                </button>
    10421042                        </div>