I18N: Capitalize translator comments consistently, add trailing punctuation.
Includes minor code layout fixes. See #44360. Built from https://develop.svn.wordpress.org/trunk@45932 git-svn-id: http://core.svn.wordpress.org/trunk@45743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
216838a0d2
commit
e199663322
|
@ -144,7 +144,7 @@ get_header( 'wp-activate' );
|
|||
echo '<p class="lead-in">';
|
||||
if ( $signup->domain . $signup->path == '' ) {
|
||||
printf(
|
||||
/* translators: 1: login URL, 2: username, 3: user email, 4: lost password URL */
|
||||
/* translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost password URL. */
|
||||
__( 'Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
||||
network_site_url( 'wp-login.php', 'login' ),
|
||||
$signup->user_login,
|
||||
|
@ -153,7 +153,7 @@ get_header( 'wp-activate' );
|
|||
);
|
||||
} else {
|
||||
printf(
|
||||
/* translators: 1: site URL, 2: username, 3: user email, 4: lost password URL */
|
||||
/* translators: 1: Site URL, 2: Username, 3: User email address, 4: Lost password URL. */
|
||||
__( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.' ),
|
||||
sprintf( '<a href="http://%1$s">%1$s</a>', $signup->domain ),
|
||||
$signup->user_login,
|
||||
|
@ -188,14 +188,14 @@ get_header( 'wp-activate' );
|
|||
?>
|
||||
<p class="view">
|
||||
<?php
|
||||
/* translators: 1: site URL, 2: login URL */
|
||||
/* translators: 1: Site URL, 2: Login URL. */
|
||||
printf( __( 'Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>' ), $url, esc_url( $login_url ) );
|
||||
?>
|
||||
</p>
|
||||
<?php else : ?>
|
||||
<p class="view">
|
||||
<?php
|
||||
/* translators: 1: login URL, 2: network home URL */
|
||||
/* translators: 1: Login URL, 2: Network home URL. */
|
||||
printf( __( 'Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url( 'wp-login.php', 'login' ), network_home_url() );
|
||||
?>
|
||||
</p>
|
||||
|
|
|
@ -20,7 +20,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<h1>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Welcome to WordPress %s' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -30,7 +30,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<p class="about-text">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -40,7 +40,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<div class="wp-badge">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Version %s' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -70,14 +70,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: link to the WordPress 5.1 release post */
|
||||
/* translators: 1: Link to the WordPress 5.1 release post. */
|
||||
__( 'Building on <a href="%1$s">the Site Health features introduced in 5.1</a>, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.' ),
|
||||
__( 'https://wordpress.org/news/2019/02/betty/' )
|
||||
);
|
||||
|
||||
if ( current_user_can( 'install_plugins' ) ) {
|
||||
printf(
|
||||
/* translators: 1: link to /wp-admin/site-health.php, 2: link to /wp-admin/site-health.php?tab=debug */
|
||||
/* translators: 1: URL to Site Health Status screen, 2: URL to Site Health Info screen. */
|
||||
__( ' <a href="%1$s">Check your site status</a>, and <a href="%2$s">learn how to debug issues</a>.' ),
|
||||
admin_url( 'site-health.php' ),
|
||||
admin_url( 'site-health.php?tab=debug' )
|
||||
|
@ -183,28 +183,28 @@ __( 'Security Releases' );
|
|||
__( 'Maintenance and Security Release' );
|
||||
__( 'Maintenance and Security Releases' );
|
||||
|
||||
/* translators: %s: WordPress version number */
|
||||
/* translators: %s: WordPress version number. */
|
||||
__( '<strong>Version %s</strong> addressed one security issue.' );
|
||||
/* translators: %s: WordPress version number */
|
||||
/* translators: %s: WordPress version number. */
|
||||
__( '<strong>Version %s</strong> addressed some security issues.' );
|
||||
|
||||
/* translators: 1: WordPress version number, 2: plural number of bugs. */
|
||||
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
|
||||
_n_noop(
|
||||
'<strong>Version %1$s</strong> addressed %2$s bug.',
|
||||
'<strong>Version %1$s</strong> addressed %2$s bugs.'
|
||||
);
|
||||
|
||||
/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
|
||||
/* translators: 1: WordPress version number, 2: Plural number of bugs. Singular security issue. */
|
||||
_n_noop(
|
||||
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
|
||||
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.'
|
||||
);
|
||||
|
||||
/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
|
||||
/* translators: 1: WordPress version number, 2: Plural number of bugs. More than one security issue. */
|
||||
_n_noop(
|
||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
|
||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.'
|
||||
);
|
||||
|
||||
/* translators: %s: Documentation URL */
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'For more information, see <a href="%s">the release notes</a>.' );
|
||||
|
|
|
@ -35,20 +35,20 @@ get_admin_page_title();
|
|||
$title = esc_html( strip_tags( $title ) );
|
||||
|
||||
if ( is_network_admin() ) {
|
||||
/* translators: Network admin screen title. %s: Network name */
|
||||
/* translators: Network admin screen title. %s: Network title. */
|
||||
$admin_title = sprintf( __( 'Network Admin: %s' ), esc_html( get_network()->site_name ) );
|
||||
} elseif ( is_user_admin() ) {
|
||||
/* translators: User dashboard screen title. %s: Network name */
|
||||
/* translators: User dashboard screen title. %s: Network title. */
|
||||
$admin_title = sprintf( __( 'User Dashboard: %s' ), esc_html( get_network()->site_name ) );
|
||||
} else {
|
||||
$admin_title = get_bloginfo( 'name' );
|
||||
}
|
||||
|
||||
if ( $admin_title == $title ) {
|
||||
/* translators: Admin screen title. %s: Admin screen name */
|
||||
/* translators: Admin screen title. %s: Admin screen name. */
|
||||
$admin_title = sprintf( __( '%s — WordPress' ), $title );
|
||||
} else {
|
||||
/* translators: Admin screen title. 1: Admin screen name, 2: Network or site name */
|
||||
/* translators: Admin screen title. 1: Admin screen name, 2: Network or site name. */
|
||||
$admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title );
|
||||
}
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@ switch ( $action ) {
|
|||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<th scope="row"><?php /* translators: column name or table row header */ _e( 'In Response To' ); ?></th>
|
||||
<th scope="row"><?php /* translators: Column name or table row header. */ _e( 'In Response To' ); ?></th>
|
||||
<td>
|
||||
<?php
|
||||
$post_id = $comment->comment_post_ID;
|
||||
|
@ -192,7 +192,7 @@ switch ( $action ) {
|
|||
$parent_link = esc_url( get_comment_link( $parent ) );
|
||||
$name = get_comment_author( $parent );
|
||||
printf(
|
||||
/* translators: %s: comment link */
|
||||
/* translators: %s: Comment link. */
|
||||
' | ' . __( 'In reply to %s.' ),
|
||||
'<a href="' . $parent_link . '">' . $name . '</a>'
|
||||
);
|
||||
|
@ -205,9 +205,9 @@ switch ( $action ) {
|
|||
<td>
|
||||
<?php
|
||||
$submitted = sprintf(
|
||||
/* translators: 1: comment date, 2: comment time */
|
||||
/* translators: 1: Comment date, 2: Comment time. */
|
||||
__( '%1$s at %2$s' ),
|
||||
/* translators: comment date format. See https://secure.php.net/date */
|
||||
/* translators: Comment date format. See https://secure.php.net/date */
|
||||
get_comment_date( __( 'Y/m/d' ), $comment ),
|
||||
get_comment_date( __( 'g:i a' ), $comment )
|
||||
);
|
||||
|
@ -220,7 +220,7 @@ switch ( $action ) {
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><?php /* translators: field name in comment form */ _ex( 'Comment', 'noun' ); ?></th>
|
||||
<th scope="row"><?php /* translators: Field name in comment form. */ _ex( 'Comment', 'noun' ); ?></th>
|
||||
<td class="comment-content">
|
||||
<?php comment_text( $comment ); ?>
|
||||
<p class="edit-comment"><a href="<?php echo admin_url( "comment.php?action=editcomment&c={$comment->comment_ID}" ); ?>"><?php esc_html_e( 'Edit' ); ?></a></p>
|
||||
|
|
|
@ -21,7 +21,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<h1>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Welcome to WordPress %s' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -31,7 +31,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<p class="about-text">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -41,7 +41,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<div class="wp-badge">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Version %s' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -147,7 +147,7 @@ return;
|
|||
|
||||
// These are strings returned by the API that we want to be translatable
|
||||
__( 'Project Leaders' );
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Core Contributors to WordPress %s' );
|
||||
__( 'Noteworthy Contributors' );
|
||||
__( 'Cofounder, Project Lead' );
|
||||
|
|
|
@ -207,7 +207,7 @@ do_action( 'customize_controls_print_scripts' );
|
|||
<div class="accordion-section-title">
|
||||
<span class="preview-notice">
|
||||
<?php
|
||||
/* translators: %s: Site title */
|
||||
/* translators: %s: The site/panel title in the Customizer. */
|
||||
echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name', 'display' ) . '</strong>' );
|
||||
?>
|
||||
</span>
|
||||
|
|
|
@ -153,14 +153,14 @@ if ( $post_id ) {
|
|||
$draft_or_post_title = wp_html_excerpt( _draft_or_post_title( $post_id ), 50, '…' );
|
||||
if ( $comments_count->moderated > 0 ) {
|
||||
$title = sprintf(
|
||||
/* translators: 1: comments count, 2: post title */
|
||||
/* translators: 1: Comments count, 2: Post title. */
|
||||
__( 'Comments (%1$s) on “%2$s”' ),
|
||||
number_format_i18n( $comments_count->moderated ),
|
||||
$draft_or_post_title
|
||||
);
|
||||
} else {
|
||||
$title = sprintf(
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
__( 'Comments on “%s”' ),
|
||||
$draft_or_post_title
|
||||
);
|
||||
|
@ -169,7 +169,7 @@ if ( $post_id ) {
|
|||
$comments_count = wp_count_comments();
|
||||
if ( $comments_count->moderated > 0 ) {
|
||||
$title = sprintf(
|
||||
/* translators: %s: comments count */
|
||||
/* translators: %s: Comments count. */
|
||||
__( 'Comments (%s)' ),
|
||||
number_format_i18n( $comments_count->moderated )
|
||||
);
|
||||
|
@ -226,7 +226,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<?php
|
||||
if ( $post_id ) {
|
||||
printf(
|
||||
/* translators: %s: link to post */
|
||||
/* translators: %s: Link to post. */
|
||||
__( 'Comments on “%s”' ),
|
||||
sprintf(
|
||||
'<a href="%1$s">%2$s</a>',
|
||||
|
@ -244,7 +244,7 @@ if ( $post_id ) {
|
|||
if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
|
||||
echo '<span class="subtitle">';
|
||||
printf(
|
||||
/* translators: %s: search keywords */
|
||||
/* translators: %s: Search query. */
|
||||
__( 'Search results for “%s”' ),
|
||||
wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' )
|
||||
);
|
||||
|
@ -282,34 +282,34 @@ if ( isset( $_REQUEST['approved'] ) || isset( $_REQUEST['deleted'] ) || isset( $
|
|||
|
||||
if ( $approved > 0 || $deleted > 0 || $trashed > 0 || $untrashed > 0 || $spammed > 0 || $unspammed > 0 || $same > 0 ) {
|
||||
if ( $approved > 0 ) {
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$messages[] = sprintf( _n( '%s comment approved', '%s comments approved', $approved ), $approved );
|
||||
}
|
||||
|
||||
if ( $spammed > 0 ) {
|
||||
$ids = isset( $_REQUEST['ids'] ) ? $_REQUEST['ids'] : 0;
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$messages[] = sprintf( _n( '%s comment marked as spam.', '%s comments marked as spam.', $spammed ), $spammed ) . ' <a href="' . esc_url( wp_nonce_url( "edit-comments.php?doaction=undo&action=unspam&ids=$ids", 'bulk-comments' ) ) . '">' . __( 'Undo' ) . '</a><br />';
|
||||
}
|
||||
|
||||
if ( $unspammed > 0 ) {
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$messages[] = sprintf( _n( '%s comment restored from the spam', '%s comments restored from the spam', $unspammed ), $unspammed );
|
||||
}
|
||||
|
||||
if ( $trashed > 0 ) {
|
||||
$ids = isset( $_REQUEST['ids'] ) ? $_REQUEST['ids'] : 0;
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$messages[] = sprintf( _n( '%s comment moved to the Trash.', '%s comments moved to the Trash.', $trashed ), $trashed ) . ' <a href="' . esc_url( wp_nonce_url( "edit-comments.php?doaction=undo&action=untrash&ids=$ids", 'bulk-comments' ) ) . '">' . __( 'Undo' ) . '</a><br />';
|
||||
}
|
||||
|
||||
if ( $untrashed > 0 ) {
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$messages[] = sprintf( _n( '%s comment restored from the Trash', '%s comments restored from the Trash', $untrashed ), $untrashed );
|
||||
}
|
||||
|
||||
if ( $deleted > 0 ) {
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$messages[] = sprintf( _n( '%s comment permanently deleted', '%s comments permanently deleted', $deleted ), $deleted );
|
||||
}
|
||||
|
||||
|
|
|
@ -175,12 +175,12 @@ $messages['post'] = array(
|
|||
2 => __( 'Custom field updated.' ),
|
||||
3 => __( 'Custom field deleted.' ),
|
||||
4 => __( 'Post updated.' ),
|
||||
/* translators: %s: date and time of the revision */
|
||||
/* translators: %s: Date and time of the revision. */
|
||||
5 => isset( $_GET['revision'] ) ? sprintf( __( 'Post restored to revision from %s.' ), wp_post_revision_title( (int) $_GET['revision'], false ) ) : false,
|
||||
6 => __( 'Post published.' ) . $view_post_link_html,
|
||||
7 => __( 'Post saved.' ),
|
||||
8 => __( 'Post submitted.' ) . $preview_post_link_html,
|
||||
/* translators: %s: scheduled date for the post */
|
||||
/* translators: %s: Scheduled date for the post. */
|
||||
9 => sprintf( __( 'Post scheduled for: %s.' ), '<strong>' . $scheduled_date . '</strong>' ) . $scheduled_post_link_html,
|
||||
10 => __( 'Post draft updated.' ) . $preview_post_link_html,
|
||||
);
|
||||
|
@ -190,12 +190,12 @@ $messages['page'] = array(
|
|||
2 => __( 'Custom field updated.' ),
|
||||
3 => __( 'Custom field deleted.' ),
|
||||
4 => __( 'Page updated.' ),
|
||||
/* translators: %s: date and time of the revision */
|
||||
/* translators: %s: Date and time of the revision. */
|
||||
5 => isset( $_GET['revision'] ) ? sprintf( __( 'Page restored to revision from %s.' ), wp_post_revision_title( (int) $_GET['revision'], false ) ) : false,
|
||||
6 => __( 'Page published.' ) . $view_page_link_html,
|
||||
7 => __( 'Page saved.' ),
|
||||
8 => __( 'Page submitted.' ) . $preview_page_link_html,
|
||||
/* translators: %s: scheduled date for the page */
|
||||
/* translators: %s: Scheduled date for the page. */
|
||||
9 => sprintf( __( 'Page scheduled for: %s.' ), '<strong>' . $scheduled_date . '</strong>' ) . $scheduled_page_link_html,
|
||||
10 => __( 'Page draft updated.' ) . $preview_page_link_html,
|
||||
);
|
||||
|
@ -241,7 +241,7 @@ if ( $autosave && mysql2date( 'U', $autosave->post_modified_gmt, false ) > mysql
|
|||
foreach ( _wp_post_revision_fields( $post ) as $autosave_field => $_autosave_field ) {
|
||||
if ( normalize_whitespace( $autosave->$autosave_field ) != normalize_whitespace( $post->$autosave_field ) ) {
|
||||
$notice = sprintf(
|
||||
/* translators: %s: URL to view the autosave */
|
||||
/* translators: %s: URL to view the autosave. */
|
||||
__( 'There is an autosave of this post that is more recent than the version below. <a href="%s">View the autosave</a>' ),
|
||||
get_edit_post_link( $autosave->ID )
|
||||
);
|
||||
|
@ -299,7 +299,7 @@ if ( 'post' == $post_type ) {
|
|||
|
||||
get_current_screen()->set_help_sidebar(
|
||||
'<p>' . sprintf(
|
||||
/* translators: %s: URL to Press This bookmarklet */
|
||||
/* translators: %s: URL to Press This bookmarklet. */
|
||||
__( 'You can also create posts with the <a href="%s">Press This bookmarklet</a>.' ),
|
||||
'tools.php'
|
||||
) . '</p>' .
|
||||
|
@ -370,7 +370,7 @@ if ( 'post' == $post_type ) {
|
|||
|
||||
if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) {
|
||||
$publish_box .= '<li>' . sprintf(
|
||||
/* translators: %s: Featured Image */
|
||||
/* translators: %s: Featured Image. */
|
||||
__( '<strong>%s</strong> — This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the image as a post thumbnail on the home page, a custom header, etc.' ),
|
||||
esc_html( $post_type_object->labels->featured_image )
|
||||
) . '</li>';
|
||||
|
@ -593,7 +593,7 @@ if ( post_type_supports( $post_type, 'editor' ) ) {
|
|||
<td id="wp-word-count" class="hide-if-no-js">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Number of words */
|
||||
/* translators: %s: Number of words. */
|
||||
__( 'Word count: %s' ),
|
||||
'<span class="word-count">0</span>'
|
||||
);
|
||||
|
@ -606,10 +606,10 @@ if ( post_type_supports( $post_type, 'editor' ) ) {
|
|||
echo '<span id="last-edit">';
|
||||
$last_user = get_userdata( get_post_meta( $post_ID, '_edit_last', true ) );
|
||||
if ( $last_user ) {
|
||||
/* translators: 1: Name of most recent post author, 2: Post edited date, 3: Post edited time */
|
||||
/* translators: 1: Name of most recent post author, 2: Post edited date, 3: Post edited time. */
|
||||
printf( __( 'Last edited by %1$s on %2$s at %3$s' ), esc_html( $last_user->display_name ), mysql2date( __( 'F j, Y' ), $post->post_modified ), mysql2date( __( 'g:i a' ), $post->post_modified ) );
|
||||
} else {
|
||||
/* translators: 1: Post edited date, 2: Post edited time */
|
||||
/* translators: 1: Post edited date, 2: Post edited time. */
|
||||
printf( __( 'Last edited on %1$s at %2$s' ), mysql2date( __( 'F j, Y' ), $post->post_modified ), mysql2date( __( 'g:i a' ), $post->post_modified ) );
|
||||
}
|
||||
echo '</span>';
|
||||
|
|
|
@ -175,7 +175,7 @@ $styles = array(
|
|||
),
|
||||
);
|
||||
|
||||
/* Translators: Use this to specify the CSS font family for the default font */
|
||||
/* translators: Use this to specify the CSS font family for the default font. */
|
||||
$locale_font_family = esc_html_x( 'Noto Serif', 'CSS Font Family for Editor Font' );
|
||||
$styles[] = array(
|
||||
'css' => "body { font-family: '$locale_font_family' }",
|
||||
|
|
|
@ -109,7 +109,7 @@ $datef = __( 'M j, Y @ H:i' );
|
|||
<span id="timestamp">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: comment date */
|
||||
/* translators: %s: Comment date. */
|
||||
__( 'Submitted on: %s' ),
|
||||
'<b>' . date_i18n( $datef, strtotime( $comment->comment_date ) ) . '</b>'
|
||||
);
|
||||
|
@ -135,7 +135,7 @@ if ( current_user_can( 'edit_post', $post_id ) ) {
|
|||
<div class="misc-pub-section misc-pub-response-to">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: post link */
|
||||
/* translators: %s: Post link. */
|
||||
__( 'In response to: %s' ),
|
||||
'<b>' . $post_link . '</b>'
|
||||
);
|
||||
|
@ -152,7 +152,7 @@ if ( $comment->comment_parent ) :
|
|||
<div class="misc-pub-section misc-pub-reply-to">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: comment link */
|
||||
/* translators: %s: Comment link. */
|
||||
__( 'In reply to: %s' ),
|
||||
'<b><a href="' . $parent_link . '">' . $name . '</a></b>'
|
||||
);
|
||||
|
|
|
@ -12,13 +12,13 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
}
|
||||
|
||||
if ( ! empty( $link_id ) ) {
|
||||
/* translators: %s: URL to Links screen */
|
||||
/* translators: %s: URL to Links screen. */
|
||||
$heading = sprintf( __( '<a href="%s">Links</a> / Edit Link' ), 'link-manager.php' );
|
||||
$submit_text = __( 'Update Link' );
|
||||
$form_name = 'editlink';
|
||||
$nonce_action = 'update-bookmark_' . $link_id;
|
||||
} else {
|
||||
/* translators: %s: URL to Links screen */
|
||||
/* translators: %s: URL to Links screen. */
|
||||
$heading = sprintf( __( '<a href="%s">Links</a> / Add New Link' ), 'link-manager.php' );
|
||||
$submit_text = __( 'Add Link' );
|
||||
$form_name = 'addlink';
|
||||
|
|
|
@ -243,7 +243,7 @@ if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $t
|
|||
$help = '';
|
||||
if ( 'category' == $taxonomy ) {
|
||||
$help = '<p>' . sprintf(
|
||||
/* translators: %s: URL to Writing Settings screen */
|
||||
/* translators: %s: URL to Writing Settings screen. */
|
||||
__( 'You can use categories to define sections of your site and group related posts. The default category is “Uncategorized” until you change it in your <a href="%s">writing settings</a>.' ),
|
||||
'options-writing.php'
|
||||
) . '</p>';
|
||||
|
@ -335,7 +335,7 @@ if ( is_plugin_active( 'wpcat2tag-importer/wpcat2tag-importer.php' ) ) {
|
|||
|
||||
<?php
|
||||
if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
|
||||
/* translators: %s: search keywords */
|
||||
/* translators: %s: Search query. */
|
||||
printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( wp_unslash( $_REQUEST['s'] ) ) );
|
||||
}
|
||||
?>
|
||||
|
@ -591,7 +591,7 @@ if ( $can_edit_terms ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: default category */
|
||||
/* translators: %s: Default category. */
|
||||
__( 'Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the default category %s. The default category cannot be deleted.' ),
|
||||
/** This filter is documented in wp-includes/category-template.php */
|
||||
'<strong>' . apply_filters( 'the_category', get_cat_name( get_option( 'default_category' ) ), '', '' ) . '</strong>'
|
||||
|
@ -602,7 +602,7 @@ if ( $can_edit_terms ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: URL to Categories to Tags Converter tool */
|
||||
/* translators: %s: URL to Categories to Tags Converter tool. */
|
||||
__( 'Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.' ),
|
||||
esc_url( $import_link )
|
||||
);
|
||||
|
@ -615,7 +615,7 @@ if ( $can_edit_terms ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: URL to Categories to Tags Converter tool */
|
||||
/* translators: %s: URL to Categories to Tags Converter tool. */
|
||||
__( 'Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>.' ),
|
||||
esc_url( $import_link )
|
||||
);
|
||||
|
|
|
@ -314,42 +314,42 @@ $bulk_counts = array(
|
|||
|
||||
$bulk_messages = array();
|
||||
$bulk_messages['post'] = array(
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
'updated' => _n( '%s post updated.', '%s posts updated.', $bulk_counts['updated'] ),
|
||||
'locked' => ( 1 == $bulk_counts['locked'] ) ? __( '1 post not updated, somebody is editing it.' ) :
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
_n( '%s post not updated, somebody is editing it.', '%s posts not updated, somebody is editing them.', $bulk_counts['locked'] ),
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
'deleted' => _n( '%s post permanently deleted.', '%s posts permanently deleted.', $bulk_counts['deleted'] ),
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
'trashed' => _n( '%s post moved to the Trash.', '%s posts moved to the Trash.', $bulk_counts['trashed'] ),
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
'untrashed' => _n( '%s post restored from the Trash.', '%s posts restored from the Trash.', $bulk_counts['untrashed'] ),
|
||||
);
|
||||
$bulk_messages['page'] = array(
|
||||
/* translators: %s: number of pages */
|
||||
/* translators: %s: Number of pages. */
|
||||
'updated' => _n( '%s page updated.', '%s pages updated.', $bulk_counts['updated'] ),
|
||||
'locked' => ( 1 == $bulk_counts['locked'] ) ? __( '1 page not updated, somebody is editing it.' ) :
|
||||
/* translators: %s: number of pages */
|
||||
/* translators: %s: Number of pages. */
|
||||
_n( '%s page not updated, somebody is editing it.', '%s pages not updated, somebody is editing them.', $bulk_counts['locked'] ),
|
||||
/* translators: %s: number of pages */
|
||||
/* translators: %s: Number of pages. */
|
||||
'deleted' => _n( '%s page permanently deleted.', '%s pages permanently deleted.', $bulk_counts['deleted'] ),
|
||||
/* translators: %s: number of pages */
|
||||
/* translators: %s: Number of pages. */
|
||||
'trashed' => _n( '%s page moved to the Trash.', '%s pages moved to the Trash.', $bulk_counts['trashed'] ),
|
||||
/* translators: %s: number of pages */
|
||||
/* translators: %s: Number of pages. */
|
||||
'untrashed' => _n( '%s page restored from the Trash.', '%s pages restored from the Trash.', $bulk_counts['untrashed'] ),
|
||||
);
|
||||
$bulk_messages['wp_block'] = array(
|
||||
/* translators: %s: number of blocks */
|
||||
/* translators: %s: Number of blocks. */
|
||||
'updated' => _n( '%s block updated.', '%s blocks updated.', $bulk_counts['updated'] ),
|
||||
'locked' => ( 1 == $bulk_counts['locked'] ) ? __( '1 block not updated, somebody is editing it.' ) :
|
||||
/* translators: %s: number of blocks */
|
||||
/* translators: %s: Number of blocks. */
|
||||
_n( '%s block not updated, somebody is editing it.', '%s blocks not updated, somebody is editing them.', $bulk_counts['locked'] ),
|
||||
/* translators: %s: number of blocks */
|
||||
/* translators: %s: Number of blocks. */
|
||||
'deleted' => _n( '%s block permanently deleted.', '%s blocks permanently deleted.', $bulk_counts['deleted'] ),
|
||||
/* translators: %s: number of blocks */
|
||||
/* translators: %s: Number of blocks. */
|
||||
'trashed' => _n( '%s block moved to the Trash.', '%s blocks moved to the Trash.', $bulk_counts['trashed'] ),
|
||||
/* translators: %s: number of blocks */
|
||||
/* translators: %s: Number of blocks. */
|
||||
'untrashed' => _n( '%s block restored from the Trash.', '%s blocks restored from the Trash.', $bulk_counts['untrashed'] ),
|
||||
);
|
||||
|
||||
|
@ -382,7 +382,7 @@ if ( current_user_can( $post_type_object->cap->create_posts ) ) {
|
|||
}
|
||||
|
||||
if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
|
||||
/* translators: %s: search keywords */
|
||||
/* translators: %s: Search query. */
|
||||
printf( ' <span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', get_search_query() );
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -27,7 +27,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<h1>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Welcome to WordPress %s' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -37,7 +37,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<p class="about-text">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ),
|
||||
$display_version
|
||||
);
|
||||
|
@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<div class="wp-badge">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: The current WordPress version number */
|
||||
/* translators: %s: The current WordPress version number. */
|
||||
__( 'Version %s' ),
|
||||
$display_version
|
||||
);
|
||||
|
|
|
@ -62,10 +62,10 @@ $parent_file = 'tools.php';
|
|||
<?php if ( ! empty( $_GET['invalid'] ) ) : ?>
|
||||
<div class="error">
|
||||
<p><strong><?php _e( 'ERROR:' ); ?></strong>
|
||||
<?php
|
||||
/* translators: %s: importer slug */
|
||||
printf( __( 'The %s importer is invalid or is not installed.' ), '<strong>' . esc_html( $_GET['invalid'] ) . '</strong>' );
|
||||
?>
|
||||
<?php
|
||||
/* translators: %s: Importer slug. */
|
||||
printf( __( 'The %s importer is invalid or is not installed.' ), '<strong>' . esc_html( $_GET['invalid'] ) . '</strong>' );
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
@ -128,7 +128,7 @@ if ( empty( $importers ) ) {
|
|||
$action = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
esc_url( $url ),
|
||||
/* translators: %s: Importer name */
|
||||
/* translators: %s: Importer name. */
|
||||
esc_attr( sprintf( __( 'Run %s' ), $data[0] ) ),
|
||||
__( 'Run Importer' )
|
||||
);
|
||||
|
@ -155,13 +155,13 @@ if ( empty( $importers ) ) {
|
|||
esc_url( $url ),
|
||||
esc_attr( $plugin_slug ),
|
||||
esc_attr( $data[0] ),
|
||||
/* translators: %s: Importer name */
|
||||
/* translators: %s: Importer name. */
|
||||
esc_attr( sprintf( __( 'Install %s now' ), $data[0] ) ),
|
||||
__( 'Install Now' )
|
||||
);
|
||||
} else {
|
||||
$action = sprintf(
|
||||
/* translators: URL to wp-admin/import.php */
|
||||
/* translators: URL to Import screen on the main site. */
|
||||
__( 'This importer is not installed. Please install importers from <a href="%s">the main site</a>.' ),
|
||||
get_admin_url( get_current_network_id(), 'import.php' )
|
||||
);
|
||||
|
@ -177,7 +177,7 @@ if ( empty( $importers ) ) {
|
|||
$action = sprintf(
|
||||
'<a href="%1$s" aria-label="%2$s">%3$s</a>',
|
||||
esc_url( $url ),
|
||||
/* translators: %s: Importer name */
|
||||
/* translators: %s: Importer name. */
|
||||
esc_attr( sprintf( __( 'Run %s' ), $data[0] ) ),
|
||||
__( 'Run Importer' )
|
||||
);
|
||||
|
@ -200,7 +200,7 @@ if ( empty( $importers ) ) {
|
|||
$action .= sprintf(
|
||||
' | <a href="%1$s" class="thickbox open-plugin-details-modal" aria-label="%2$s">%3$s</a>',
|
||||
esc_url( $url ),
|
||||
/* translators: %s: Importer name */
|
||||
/* translators: %s: Importer name. */
|
||||
esc_attr( sprintf( __( 'More information about %s' ), $data[0] ) ),
|
||||
__( 'Details' )
|
||||
);
|
||||
|
@ -224,7 +224,7 @@ if ( empty( $importers ) ) {
|
|||
|
||||
if ( current_user_can( 'install_plugins' ) ) {
|
||||
echo '<p>' . sprintf(
|
||||
/* translators: %s: URL to Add Plugins screen */
|
||||
/* translators: %s: URL to Add Plugins screen. */
|
||||
__( 'If the importer you need is not listed, <a href="%s">search the plugin directory</a> to see if an importer is available.' ),
|
||||
esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) )
|
||||
) . '</p>';
|
||||
|
|
|
@ -314,7 +314,7 @@ function wp_ajax_autocomplete_user() {
|
|||
|
||||
foreach ( $users as $user ) {
|
||||
$return[] = array(
|
||||
/* translators: 1: user login, 2: user email address */
|
||||
/* translators: 1: User login, 2: User email address. */
|
||||
'label' => sprintf( _x( '%1$s (%2$s)', 'user autocomplete result' ), $user->user_login, $user->user_email ),
|
||||
'value' => $user->$field,
|
||||
);
|
||||
|
@ -454,12 +454,12 @@ function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
|
|||
'time' => $time,
|
||||
'in_moderation' => $counts->moderated,
|
||||
'i18n_comments_text' => sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s Comment', '%s Comments', $counts->approved ),
|
||||
number_format_i18n( $counts->approved )
|
||||
),
|
||||
'i18n_moderation_text' => sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s Comment in moderation', '%s Comments in moderation', $counts->moderated ),
|
||||
number_format_i18n( $counts->moderated )
|
||||
),
|
||||
|
@ -518,7 +518,7 @@ function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
|
|||
'supplemental' => array(
|
||||
'status' => $comment ? $comment->comment_approved : '',
|
||||
'postId' => $comment ? $comment->comment_post_ID : '',
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
'total_items_i18n' => sprintf( _n( '%s item', '%s items', $total ), number_format_i18n( $total ) ),
|
||||
'total_pages' => ceil( $total / $per_page ),
|
||||
'total_pages_i18n' => number_format_i18n( ceil( $total / $per_page ) ),
|
||||
|
@ -526,7 +526,7 @@ function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
|
|||
'time' => $time,
|
||||
'in_moderation' => $counts->moderated,
|
||||
'i18n_moderation_text' => sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s Comment in moderation', '%s Comments in moderation', $counts->moderated ),
|
||||
number_format_i18n( $counts->moderated )
|
||||
),
|
||||
|
@ -915,7 +915,7 @@ function wp_ajax_dim_comment() {
|
|||
'what' => 'comment',
|
||||
'id' => new WP_Error(
|
||||
'invalid_comment',
|
||||
/* translators: %d: comment ID */
|
||||
/* translators: %d: Comment ID. */
|
||||
sprintf( __( 'Comment %d does not exist' ), $id )
|
||||
),
|
||||
)
|
||||
|
@ -1304,12 +1304,12 @@ function wp_ajax_replyto_comment( $action ) {
|
|||
$response['supplemental'] = array(
|
||||
'in_moderation' => $counts->moderated,
|
||||
'i18n_comments_text' => sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s Comment', '%s Comments', $counts->approved ),
|
||||
number_format_i18n( $counts->approved )
|
||||
),
|
||||
'i18n_moderation_text' => sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s Comment in moderation', '%s Comments in moderation', $counts->moderated ),
|
||||
number_format_i18n( $counts->moderated )
|
||||
),
|
||||
|
@ -1486,7 +1486,7 @@ function wp_ajax_add_meta() {
|
|||
$post_data['post_type'] = $post->post_type;
|
||||
$post_data['post_status'] = 'draft';
|
||||
$now = time();
|
||||
/* translators: 1: Post creation date, 2: Post creation time */
|
||||
/* translators: 1: Post creation date, 2: Post creation time. */
|
||||
$post_data['post_title'] = sprintf( __( 'Draft created on %1$s at %2$s' ), gmdate( __( 'F j, Y' ), $now ), gmdate( __( 'g:i a' ), $now ) );
|
||||
|
||||
$pid = edit_post( $post_data );
|
||||
|
@ -1612,7 +1612,7 @@ function wp_ajax_add_user( $action ) {
|
|||
'data' => $wp_list_table->single_row( $user_object, '', $role ),
|
||||
'supplemental' => array(
|
||||
'show-link' => sprintf(
|
||||
/* translators: %s: the new user */
|
||||
/* translators: %s: The new user. */
|
||||
__( 'User %s added' ),
|
||||
'<a href="#user-' . $user_id . '">' . $user_object->user_login . '</a>'
|
||||
),
|
||||
|
@ -1917,11 +1917,11 @@ function wp_ajax_inline_save() {
|
|||
$last_user = get_userdata( $last );
|
||||
$last_user_name = $last_user ? $last_user->display_name : __( 'Someone' );
|
||||
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
$msg_template = __( 'Saving is disabled: %s is currently editing this post.' );
|
||||
|
||||
if ( $_POST['post_type'] == 'page' ) {
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
$msg_template = __( 'Saving is disabled: %s is currently editing this page.' );
|
||||
}
|
||||
|
||||
|
@ -2111,7 +2111,7 @@ function wp_ajax_find_posts() {
|
|||
if ( '0000-00-00 00:00:00' == $post->post_date ) {
|
||||
$time = '';
|
||||
} else {
|
||||
/* translators: date format in table columns, see https://secure.php.net/date */
|
||||
/* translators: Date format in table columns, see https://secure.php.net/date */
|
||||
$time = mysql2date( __( 'Y/m/d' ), $post->post_date );
|
||||
}
|
||||
|
||||
|
@ -2630,10 +2630,10 @@ function wp_ajax_wp_fullscreen_save_post() {
|
|||
$last_id = get_post_meta( $post_id, '_edit_last', true );
|
||||
if ( $last_id ) {
|
||||
$last_user = get_userdata( $last_id );
|
||||
/* translators: 1: user's display name, 2: date of last edit, 3: time of last edit. */
|
||||
/* translators: 1: User's display name, 2: Date of last edit, 3: Time of last edit. */
|
||||
$last_edited = sprintf( __( 'Last edited by %1$s on %2$s at %3$s' ), esc_html( $last_user->display_name ), $last_date, $last_time );
|
||||
} else {
|
||||
/* translators: 1: date of last edit, 2: time of last edit. */
|
||||
/* translators: 1: Date of last edit, 2: Time of last edit. */
|
||||
$last_edited = sprintf( __( 'Last edited on %1$s at %2$s' ), $last_date, $last_time );
|
||||
}
|
||||
|
||||
|
@ -3484,7 +3484,7 @@ function wp_ajax_parse_embed() {
|
|||
wp_send_json_error(
|
||||
array(
|
||||
'type' => 'not-embeddable',
|
||||
/* translators: %s: URL that could not be embedded */
|
||||
/* translators: %s: URL that could not be embedded. */
|
||||
'message' => sprintf( __( '%s failed to embed.' ), '<code>' . esc_html( $url ) . '</code>' ),
|
||||
)
|
||||
);
|
||||
|
@ -4228,7 +4228,7 @@ function wp_ajax_update_plugin() {
|
|||
$status['pluginName'] = $plugin_data['Name'];
|
||||
|
||||
if ( $plugin_data['Version'] ) {
|
||||
/* translators: %s: Plugin version */
|
||||
/* translators: %s: Plugin version. */
|
||||
$status['oldVersion'] = sprintf( __( 'Version %s' ), $plugin_data['Version'] );
|
||||
}
|
||||
|
||||
|
@ -4271,7 +4271,7 @@ function wp_ajax_update_plugin() {
|
|||
$plugin_data = reset( $plugin_data );
|
||||
|
||||
if ( $plugin_data['Version'] ) {
|
||||
/* translators: %s: Plugin version */
|
||||
/* translators: %s: Plugin version. */
|
||||
$status['newVersion'] = sprintf( __( 'Version %s' ), $plugin_data['Version'] );
|
||||
}
|
||||
wp_send_json_success( $status );
|
||||
|
@ -4591,13 +4591,13 @@ function wp_ajax_wp_privacy_export_personal_data() {
|
|||
|
||||
if ( ! is_array( $exporter ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter array index */
|
||||
/* translators: %s: Exporter array index. */
|
||||
sprintf( __( 'Expected an array describing the exporter at index %s.' ), $exporter_key )
|
||||
);
|
||||
}
|
||||
if ( ! array_key_exists( 'exporter_friendly_name', $exporter ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter array index */
|
||||
/* translators: %s: Exporter array index. */
|
||||
sprintf( __( 'Exporter array at index %s does not include a friendly name.' ), $exporter_key )
|
||||
);
|
||||
}
|
||||
|
@ -4606,13 +4606,13 @@ function wp_ajax_wp_privacy_export_personal_data() {
|
|||
|
||||
if ( ! array_key_exists( 'callback', $exporter ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter friendly name */
|
||||
/* translators: %s: Exporter friendly name. */
|
||||
sprintf( __( 'Exporter does not include a callback: %s.' ), esc_html( $exporter_friendly_name ) )
|
||||
);
|
||||
}
|
||||
if ( ! is_callable( $exporter['callback'] ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter friendly name */
|
||||
/* translators: %s: Exporter friendly name. */
|
||||
sprintf( __( 'Exporter callback is not a valid callback: %s.' ), esc_html( $exporter_friendly_name ) )
|
||||
);
|
||||
}
|
||||
|
@ -4626,25 +4626,25 @@ function wp_ajax_wp_privacy_export_personal_data() {
|
|||
|
||||
if ( ! is_array( $response ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter friendly name */
|
||||
/* translators: %s: Exporter friendly name. */
|
||||
sprintf( __( 'Expected response as an array from exporter: %s.' ), esc_html( $exporter_friendly_name ) )
|
||||
);
|
||||
}
|
||||
if ( ! array_key_exists( 'data', $response ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter friendly name */
|
||||
/* translators: %s: Exporter friendly name. */
|
||||
sprintf( __( 'Expected data in response array from exporter: %s.' ), esc_html( $exporter_friendly_name ) )
|
||||
);
|
||||
}
|
||||
if ( ! is_array( $response['data'] ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter friendly name */
|
||||
/* translators: %s: Exporter friendly name. */
|
||||
sprintf( __( 'Expected data array in response array from exporter: %s.' ), esc_html( $exporter_friendly_name ) )
|
||||
);
|
||||
}
|
||||
if ( ! array_key_exists( 'done', $response ) ) {
|
||||
wp_send_json_error(
|
||||
/* translators: %s: exporter friendly name */
|
||||
/* translators: %s: Exporter friendly name. */
|
||||
sprintf( __( 'Expected done (boolean) in response array from exporter: %s.' ), esc_html( $exporter_friendly_name ) )
|
||||
);
|
||||
}
|
||||
|
@ -4773,12 +4773,12 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
$eraser = $erasers[ $eraser_key ];
|
||||
|
||||
if ( ! is_array( $eraser ) ) {
|
||||
/* translators: %d: eraser array index */
|
||||
/* translators: %d: Eraser array index. */
|
||||
wp_send_json_error( sprintf( __( 'Expected an array describing the eraser at index %d.' ), $eraser_index ) );
|
||||
}
|
||||
|
||||
if ( ! array_key_exists( 'eraser_friendly_name', $eraser ) ) {
|
||||
/* translators: %d: eraser array index */
|
||||
/* translators: %d: Eraser array index. */
|
||||
wp_send_json_error( sprintf( __( 'Eraser array at index %d does not include a friendly name.' ), $eraser_index ) );
|
||||
}
|
||||
|
||||
|
@ -4787,7 +4787,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! array_key_exists( 'callback', $eraser ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: %s: eraser friendly name */
|
||||
/* translators: %s: Eraser friendly name. */
|
||||
__( 'Eraser does not include a callback: %s.' ),
|
||||
esc_html( $eraser_friendly_name )
|
||||
)
|
||||
|
@ -4797,7 +4797,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! is_callable( $eraser['callback'] ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: %s: eraser friendly name */
|
||||
/* translators: %s: Eraser friendly name. */
|
||||
__( 'Eraser callback is not valid: %s.' ),
|
||||
esc_html( $eraser_friendly_name )
|
||||
)
|
||||
|
@ -4814,7 +4814,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! is_array( $response ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: 1: eraser friendly name, 2: eraser array index */
|
||||
/* translators: 1: Eraser friendly name, 2: Eraser array index. */
|
||||
__( 'Did not receive array from %1$s eraser (index %2$d).' ),
|
||||
esc_html( $eraser_friendly_name ),
|
||||
$eraser_index
|
||||
|
@ -4825,7 +4825,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! array_key_exists( 'items_removed', $response ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: 1: eraser friendly name, 2: eraser array index */
|
||||
/* translators: 1: Eraser friendly name, 2: Eraser array index. */
|
||||
__( 'Expected items_removed key in response array from %1$s eraser (index %2$d).' ),
|
||||
esc_html( $eraser_friendly_name ),
|
||||
$eraser_index
|
||||
|
@ -4836,7 +4836,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! array_key_exists( 'items_retained', $response ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: 1: eraser friendly name, 2: eraser array index */
|
||||
/* translators: 1: Eraser friendly name, 2: Eraser array index. */
|
||||
__( 'Expected items_retained key in response array from %1$s eraser (index %2$d).' ),
|
||||
esc_html( $eraser_friendly_name ),
|
||||
$eraser_index
|
||||
|
@ -4847,7 +4847,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! array_key_exists( 'messages', $response ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: 1: eraser friendly name, 2: eraser array index */
|
||||
/* translators: 1: Eraser friendly name, 2: Eraser array index. */
|
||||
__( 'Expected messages key in response array from %1$s eraser (index %2$d).' ),
|
||||
esc_html( $eraser_friendly_name ),
|
||||
$eraser_index
|
||||
|
@ -4858,7 +4858,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! is_array( $response['messages'] ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: 1: eraser friendly name, 2: eraser array index */
|
||||
/* translators: 1: Eraser friendly name, 2: Eraser array index. */
|
||||
__( 'Expected messages key to reference an array in response array from %1$s eraser (index %2$d).' ),
|
||||
esc_html( $eraser_friendly_name ),
|
||||
$eraser_index
|
||||
|
@ -4869,7 +4869,7 @@ function wp_ajax_wp_privacy_erase_personal_data() {
|
|||
if ( ! array_key_exists( 'done', $response ) ) {
|
||||
wp_send_json_error(
|
||||
sprintf(
|
||||
/* translators: 1: eraser friendly name, 2: eraser array index */
|
||||
/* translators: 1: Eraser friendly name, 2: Eraser array index. */
|
||||
__( 'Expected done flag in response array from %1$s eraser (index %2$d).' ),
|
||||
esc_html( $eraser_friendly_name ),
|
||||
$eraser_index
|
||||
|
|
|
@ -319,7 +319,7 @@ function wp_link_manager_disabled_message() {
|
|||
|
||||
if ( $really_can_manage_links && current_user_can( 'install_plugins' ) ) {
|
||||
$link = network_admin_url( 'plugin-install.php?tab=search&s=Link+Manager' );
|
||||
/* translators: %s: URL to install the Link Manager plugin */
|
||||
/* translators: %s: URL to install the Link Manager plugin. */
|
||||
wp_die( sprintf( __( 'If you are looking to use the link manager, please install the <a href="%s">Link Manager</a> plugin.' ), $link ) );
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ class Bulk_Plugin_Upgrader_Skin extends Bulk_Upgrader_Skin {
|
|||
|
||||
public function add_strings() {
|
||||
parent::add_strings();
|
||||
/* translators: 1: plugin name, 2: number of the plugin, 3: total number of plugins being updated */
|
||||
/* translators: 1: Plugin name, 2: Number of the plugin, 3: Total number of plugins being updated. */
|
||||
$this->upgrader->strings['skin_before_update_header'] = __( 'Updating Plugin %1$s (%2$d/%3$d)' );
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin {
|
|||
|
||||
public function add_strings() {
|
||||
parent::add_strings();
|
||||
/* translators: 1: theme name, 2: number of the theme, 3: total number of themes being updated */
|
||||
/* translators: 1: Theme name, 2: Number of the theme, 3: Total number of themes being updated. */
|
||||
$this->upgrader->strings['skin_before_update_header'] = __( 'Updating Theme %1$s (%2$d/%3$d)' );
|
||||
}
|
||||
|
||||
|
|
|
@ -39,11 +39,11 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||
*/
|
||||
public function add_strings() {
|
||||
$this->upgrader->strings['skin_upgrade_start'] = __( 'The update process is starting. This process may take a while on some hosts, so please be patient.' );
|
||||
/* translators: 1: Title of an update, 2: Error message */
|
||||
/* translators: 1: Title of an update, 2: Error message. */
|
||||
$this->upgrader->strings['skin_update_failed_error'] = __( 'An error occurred while updating %1$s: %2$s' );
|
||||
/* translators: %s: Title of an update */
|
||||
/* translators: %s: Title of an update. */
|
||||
$this->upgrader->strings['skin_update_failed'] = __( 'The update of %s failed.' );
|
||||
/* translators: %s: Title of an update */
|
||||
/* translators: %s: Title of an update. */
|
||||
$this->upgrader->strings['skin_update_successful'] = __( '%s updated successfully.' );
|
||||
$this->upgrader->strings['skin_upgrade_end'] = __( 'All updates have been completed.' );
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ class Core_Upgrader extends WP_Upgrader {
|
|||
$this->strings['up_to_date'] = __( 'WordPress is at the latest version.' );
|
||||
$this->strings['locked'] = __( 'Another update is currently in progress.' );
|
||||
$this->strings['no_package'] = __( 'Update package not available.' );
|
||||
/* translators: %s: package URL */
|
||||
/* translators: %s: Package URL. */
|
||||
$this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code">%s</span>' );
|
||||
$this->strings['unpack_package'] = __( 'Unpacking the update…' );
|
||||
$this->strings['copy_failed'] = __( 'Could not copy files.' );
|
||||
|
|
|
@ -230,7 +230,7 @@ class Custom_Background {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: URL to background image configuration in Customizer */
|
||||
/* translators: %s: URL to background image configuration in Customizer. */
|
||||
__( 'You can now manage and live-preview Custom Backgrounds in the <a href="%s">Customizer</a>.' ),
|
||||
admin_url( 'customize.php?autofocus[control]=background_image' )
|
||||
);
|
||||
|
@ -243,7 +243,7 @@ class Custom_Background {
|
|||
<div id="message" class="updated">
|
||||
<p>
|
||||
<?php
|
||||
/* translators: %s: Home URL */
|
||||
/* translators: %s: Home URL. */
|
||||
printf( __( 'Background updated. <a href="%s">Visit your site</a> to see how it looks.' ), home_url( '/' ) );
|
||||
?>
|
||||
</p>
|
||||
|
|
|
@ -119,7 +119,7 @@ class Custom_Image_Header {
|
|||
'title' => __( 'Header Text' ),
|
||||
'content' =>
|
||||
'<p>' . sprintf(
|
||||
/* translators: %s: URL to General Settings screen */
|
||||
/* translators: %s: URL to General Settings screen. */
|
||||
__( 'For most themes, the header text is your Site Title and Tagline, as defined in the <a href="%s">General Settings</a> section.' ),
|
||||
admin_url( 'options-general.php' )
|
||||
) .
|
||||
|
@ -479,7 +479,7 @@ class Custom_Image_Header {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: URL to header image configuration in Customizer */
|
||||
/* translators: %s: URL to header image configuration in Customizer. */
|
||||
__( 'You can now manage and live-preview Custom Header in the <a href="%s">Customizer</a>.' ),
|
||||
admin_url( 'customize.php?autofocus[control]=header_image' )
|
||||
);
|
||||
|
@ -492,7 +492,7 @@ class Custom_Image_Header {
|
|||
<div id="message" class="updated">
|
||||
<p>
|
||||
<?php
|
||||
/* translators: %s: Home URL */
|
||||
/* translators: %s: Home URL. */
|
||||
printf( __( 'Header updated. <a href="%s">Visit your site</a> to see how it looks.' ), home_url( '/' ) );
|
||||
?>
|
||||
</p>
|
||||
|
@ -551,15 +551,15 @@ class Custom_Image_Header {
|
|||
<p><?php _e( 'You can select an image to be shown at the top of your site by uploading from your computer or choosing from your media library. After selecting an image you will be able to crop it.' ); ?><br />
|
||||
<?php
|
||||
if ( ! current_theme_supports( 'custom-header', 'flex-height' ) && ! current_theme_supports( 'custom-header', 'flex-width' ) ) {
|
||||
/* translators: 1: image width in pixels, 2: image height in pixels */
|
||||
/* translators: 1: Image width in pixels, 2: Image height in pixels. */
|
||||
printf( __( 'Images of exactly <strong>%1$d × %2$d pixels</strong> will be used as-is.' ) . '<br />', get_theme_support( 'custom-header', 'width' ), get_theme_support( 'custom-header', 'height' ) );
|
||||
} elseif ( current_theme_supports( 'custom-header', 'flex-height' ) ) {
|
||||
if ( ! current_theme_supports( 'custom-header', 'flex-width' ) ) {
|
||||
printf(
|
||||
/* translators: %s: size in pixels */
|
||||
/* translators: %s: Size in pixels. */
|
||||
__( 'Images should be at least %s wide.' ) . ' ',
|
||||
sprintf(
|
||||
/* translators: %d: custom header width */
|
||||
/* translators: %d: Custom header width. */
|
||||
'<strong>' . __( '%d pixels' ) . '</strong>',
|
||||
get_theme_support( 'custom-header', 'width' )
|
||||
)
|
||||
|
@ -568,10 +568,10 @@ class Custom_Image_Header {
|
|||
} elseif ( current_theme_supports( 'custom-header', 'flex-width' ) ) {
|
||||
if ( ! current_theme_supports( 'custom-header', 'flex-height' ) ) {
|
||||
printf(
|
||||
/* translators: %s: size in pixels */
|
||||
/* translators: %s: Size in pixels. */
|
||||
__( 'Images should be at least %s tall.' ) . ' ',
|
||||
sprintf(
|
||||
/* translators: %d: custom header height */
|
||||
/* translators: %d: Custom header height. */
|
||||
'<strong>' . __( '%d pixels' ) . '</strong>',
|
||||
get_theme_support( 'custom-header', 'height' )
|
||||
)
|
||||
|
@ -581,10 +581,10 @@ class Custom_Image_Header {
|
|||
if ( current_theme_supports( 'custom-header', 'flex-height' ) || current_theme_supports( 'custom-header', 'flex-width' ) ) {
|
||||
if ( current_theme_supports( 'custom-header', 'width' ) ) {
|
||||
printf(
|
||||
/* translators: %s: size in pixels */
|
||||
/* translators: %s: Size in pixels. */
|
||||
__( 'Suggested width is %s.' ) . ' ',
|
||||
sprintf(
|
||||
/* translators: %d: custom header width */
|
||||
/* translators: %d: Custom header width. */
|
||||
'<strong>' . __( '%d pixels' ) . '</strong>',
|
||||
get_theme_support( 'custom-header', 'width' )
|
||||
)
|
||||
|
@ -592,10 +592,10 @@ class Custom_Image_Header {
|
|||
}
|
||||
if ( current_theme_supports( 'custom-header', 'height' ) ) {
|
||||
printf(
|
||||
/* translators: %s: size in pixels */
|
||||
/* translators: %s: Size in pixels. */
|
||||
__( 'Suggested height is %s.' ) . ' ',
|
||||
sprintf(
|
||||
/* translators: %d: custom header height */
|
||||
/* translators: %d: Custom header height. */
|
||||
'<strong>' . __( '%d pixels' ) . '</strong>',
|
||||
get_theme_support( 'custom-header', 'height' )
|
||||
)
|
||||
|
@ -734,7 +734,7 @@ class Custom_Image_Header {
|
|||
|
||||
echo '<input type="text" name="text-color" id="text-color" value="' . esc_attr( $header_textcolor ) . '"' . $default_color_attr . ' />';
|
||||
if ( $default_color ) {
|
||||
/* translators: %s: Default text color */
|
||||
/* translators: %s: Default text color. */
|
||||
echo ' <span class="description hide-if-js">' . sprintf( _x( 'Default: %s', 'color' ), esc_html( $default_color ) ) . '</span>';
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -47,7 +47,7 @@ class Language_Pack_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||
|
||||
echo '<div class="update-messages lp-show-latest">';
|
||||
|
||||
/* translators: 1: project name (plugin, theme, or WordPress), 2: language */
|
||||
/* translators: 1: Project name (plugin, theme, or WordPress), 2: Language. */
|
||||
printf( '<h2>' . __( 'Updating translations for %1$s (%2$s)…' ) . '</h2>', $name, $this->language_update->language );
|
||||
}
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ class Language_Pack_Upgrader extends WP_Upgrader {
|
|||
$this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while we update them as well.' );
|
||||
$this->strings['up_to_date'] = __( 'Your translations are all up to date.' );
|
||||
$this->strings['no_package'] = __( 'Update package not available.' );
|
||||
/* translators: %s: package URL */
|
||||
/* translators: %s: Package URL. */
|
||||
$this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s…' ), '<span class="code">%s</span>' );
|
||||
$this->strings['unpack_package'] = __( 'Unpacking the update…' );
|
||||
$this->strings['process_failed'] = __( 'Translation update failed.' );
|
||||
|
|
|
@ -43,7 +43,7 @@ class Plugin_Installer_Skin extends WP_Upgrader_Skin {
|
|||
public function before() {
|
||||
if ( ! empty( $this->api ) ) {
|
||||
$this->upgrader->strings['process_success'] = sprintf(
|
||||
/* translators: 1: plugin name, 2: plugin version */
|
||||
/* translators: 1: Plugin name, 2: Plugin version. */
|
||||
__( 'Successfully installed the plugin <strong>%1$s %2$s</strong>.' ),
|
||||
$this->api->name,
|
||||
$this->api->version
|
||||
|
|
|
@ -46,7 +46,7 @@ class Plugin_Upgrader extends WP_Upgrader {
|
|||
public function upgrade_strings() {
|
||||
$this->strings['up_to_date'] = __( 'The plugin is at the latest version.' );
|
||||
$this->strings['no_package'] = __( 'Update package not available.' );
|
||||
/* translators: %s: package URL */
|
||||
/* translators: %s: Package URL. */
|
||||
$this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code">%s</span>' );
|
||||
$this->strings['unpack_package'] = __( 'Unpacking the update…' );
|
||||
$this->strings['remove_old'] = __( 'Removing the old version of the plugin…' );
|
||||
|
@ -63,7 +63,7 @@ class Plugin_Upgrader extends WP_Upgrader {
|
|||
*/
|
||||
public function install_strings() {
|
||||
$this->strings['no_package'] = __( 'Installation package not available.' );
|
||||
/* translators: %s: package URL */
|
||||
/* translators: %s: Package URL. */
|
||||
$this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s…' ), '<span class="code">%s</span>' );
|
||||
$this->strings['unpack_package'] = __( 'Unpacking the package…' );
|
||||
$this->strings['installing_package'] = __( 'Installing the plugin…' );
|
||||
|
|
|
@ -92,7 +92,7 @@ class Theme_Installer_Skin extends WP_Upgrader_Skin {
|
|||
'<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
|
||||
esc_url( $customize_url ),
|
||||
__( 'Live Preview' ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
sprintf( __( 'Live Preview “%s”' ), $name )
|
||||
);
|
||||
}
|
||||
|
@ -102,7 +102,7 @@ class Theme_Installer_Skin extends WP_Upgrader_Skin {
|
|||
'<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
|
||||
esc_url( $activate_link ),
|
||||
__( 'Activate' ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
sprintf( __( 'Activate “%s”' ), $name )
|
||||
);
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ class Theme_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||
'<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
|
||||
esc_url( $customize_url ),
|
||||
__( 'Customize' ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
sprintf( __( 'Customize “%s”' ), $name )
|
||||
);
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ class Theme_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||
'<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
|
||||
esc_url( $customize_url ),
|
||||
__( 'Live Preview' ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
sprintf( __( 'Live Preview “%s”' ), $name )
|
||||
);
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ class Theme_Upgrader_Skin extends WP_Upgrader_Skin {
|
|||
'<span aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
|
||||
esc_url( $activate_link ),
|
||||
__( 'Activate' ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
sprintf( __( 'Activate “%s”' ), $name )
|
||||
);
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ class Theme_Upgrader extends WP_Upgrader {
|
|||
public function upgrade_strings() {
|
||||
$this->strings['up_to_date'] = __( 'The theme is at the latest version.' );
|
||||
$this->strings['no_package'] = __( 'Update package not available.' );
|
||||
/* translators: %s: package URL */
|
||||
/* translators: %s: Package URL. */
|
||||
$this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code">%s</span>' );
|
||||
$this->strings['unpack_package'] = __( 'Unpacking the update…' );
|
||||
$this->strings['remove_old'] = __( 'Removing the old version of the theme…' );
|
||||
|
@ -61,23 +61,23 @@ class Theme_Upgrader extends WP_Upgrader {
|
|||
*/
|
||||
public function install_strings() {
|
||||
$this->strings['no_package'] = __( 'Installation package not available.' );
|
||||
/* translators: %s: package URL */
|
||||
/* translators: %s: Package URL. */
|
||||
$this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s…' ), '<span class="code">%s</span>' );
|
||||
$this->strings['unpack_package'] = __( 'Unpacking the package…' );
|
||||
$this->strings['installing_package'] = __( 'Installing the theme…' );
|
||||
$this->strings['no_files'] = __( 'The theme contains no files.' );
|
||||
$this->strings['process_failed'] = __( 'Theme installation failed.' );
|
||||
$this->strings['process_success'] = __( 'Theme installed successfully.' );
|
||||
/* translators: 1: theme name, 2: version */
|
||||
/* translators: 1: Theme name, 2: Theme version. */
|
||||
$this->strings['process_success_specific'] = __( 'Successfully installed the theme <strong>%1$s %2$s</strong>.' );
|
||||
$this->strings['parent_theme_search'] = __( 'This theme requires a parent theme. Checking if it is installed…' );
|
||||
/* translators: 1: theme name, 2: version */
|
||||
/* translators: 1: Theme name, 2: Theme version. */
|
||||
$this->strings['parent_theme_prepare_install'] = __( 'Preparing to install <strong>%1$s %2$s</strong>…' );
|
||||
/* translators: 1: theme name, 2: version */
|
||||
/* translators: 1: Theme name, 2: Theme version. */
|
||||
$this->strings['parent_theme_currently_installed'] = __( 'The parent theme, <strong>%1$s %2$s</strong>, is currently installed.' );
|
||||
/* translators: 1: theme name, 2: version */
|
||||
/* translators: 1: Theme name, 2: Theme version. */
|
||||
$this->strings['parent_theme_install_success'] = __( 'Successfully installed the parent theme, <strong>%1$s %2$s</strong>.' );
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$this->strings['parent_theme_not_found'] = sprintf( __( '<strong>The parent theme could not be found.</strong> You will need to install the parent theme, %s, before you can use this child theme.' ), '<strong>%s</strong>' );
|
||||
}
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ class Walker_Nav_Menu_Checklist extends Walker_Nav_Menu {
|
|||
/** This filter is documented in wp-includes/post-template.php */
|
||||
$title = apply_filters( 'the_title', $item->post_title, $item->ID );
|
||||
if ( ! empty( $item->front_or_home ) && _x( 'Home', 'nav menu home label' ) !== $title ) {
|
||||
/* translators: %s: front page title */
|
||||
/* translators: %s: Front page title. */
|
||||
$title = sprintf( _x( 'Home: %s', 'nav menu front page title' ), $title );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -99,11 +99,11 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
|
|||
|
||||
if ( ! empty( $item->_invalid ) ) {
|
||||
$classes[] = 'menu-item-invalid';
|
||||
/* translators: %s: title of an invalid menu item */
|
||||
/* translators: %s: Title of an invalid menu item. */
|
||||
$title = sprintf( __( '%s (Invalid)' ), $item->title );
|
||||
} elseif ( isset( $item->post_status ) && 'draft' == $item->post_status ) {
|
||||
$classes[] = 'pending';
|
||||
/* translators: %s: title of a menu item in draft status */
|
||||
/* translators: %s: Title of a menu item in draft status. */
|
||||
$title = sprintf( __( '%s (Pending)' ), $item->title );
|
||||
}
|
||||
|
||||
|
@ -240,7 +240,7 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
|
|||
<?php if ( 'custom' !== $item->type && false !== $original_title ) : ?>
|
||||
<p class="link-to-original">
|
||||
<?php
|
||||
/* translators: %s: link to menu item's original object */
|
||||
/* translators: %s: Link to menu item's original object. */
|
||||
printf( __( 'Original: %s' ), '<a href="' . esc_attr( $item->url ) . '">' . esc_html( $original_title ) . '</a>' );
|
||||
?>
|
||||
</p>
|
||||
|
|
|
@ -315,30 +315,30 @@ class WP_Automatic_Updater {
|
|||
$upgrader_item = $item;
|
||||
switch ( $type ) {
|
||||
case 'core':
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
$skin->feedback( __( 'Updating to WordPress %s' ), $item->version );
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
$item_name = sprintf( __( 'WordPress %s' ), $item->version );
|
||||
break;
|
||||
case 'theme':
|
||||
$upgrader_item = $item->theme;
|
||||
$theme = wp_get_theme( $upgrader_item );
|
||||
$item_name = $theme->Get( 'Name' );
|
||||
/* translators: %s: Theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$skin->feedback( __( 'Updating theme: %s' ), $item_name );
|
||||
break;
|
||||
case 'plugin':
|
||||
$upgrader_item = $item->plugin;
|
||||
$plugin_data = get_plugin_data( $context . '/' . $upgrader_item );
|
||||
$item_name = $plugin_data['Name'];
|
||||
/* translators: %s: Plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
$skin->feedback( __( 'Updating plugin: %s' ), $item_name );
|
||||
break;
|
||||
case 'translation':
|
||||
$language_item_name = $upgrader->get_name_for_update( $item );
|
||||
/* translators: %s: Project name (plugin, theme, or WordPress) */
|
||||
/* translators: %s: Project name (plugin, theme, or WordPress). */
|
||||
$item_name = sprintf( __( 'Translations for %s' ), $language_item_name );
|
||||
/* translators: 1: Project name (plugin, theme, or WordPress), 2: Language */
|
||||
/* translators: 1: Project name (plugin, theme, or WordPress), 2: Language. */
|
||||
$skin->feedback( sprintf( __( 'Updating translations for %1$s (%2$s)…' ), $language_item_name, $item->language ) );
|
||||
break;
|
||||
}
|
||||
|
@ -677,7 +677,7 @@ class WP_Automatic_Updater {
|
|||
switch ( $type ) {
|
||||
case 'success':
|
||||
$body .= sprintf(
|
||||
/* translators: 1: Home URL, 2: WordPress version */
|
||||
/* translators: 1: Home URL, 2: WordPress version. */
|
||||
__( 'Howdy! Your site at %1$s has been updated automatically to WordPress %2$s.' ),
|
||||
home_url(),
|
||||
$core_update->current
|
||||
|
@ -689,12 +689,12 @@ class WP_Automatic_Updater {
|
|||
|
||||
// Can only reference the About screen if their update was successful.
|
||||
list( $about_version ) = explode( '-', $core_update->current, 2 );
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
$body .= sprintf( __( 'For more on version %s, see the About WordPress screen:' ), $about_version );
|
||||
$body .= "\n" . admin_url( 'about.php' );
|
||||
|
||||
if ( $newer_version_available ) {
|
||||
/* translators: %s: WordPress latest version */
|
||||
/* translators: %s: WordPress latest version. */
|
||||
$body .= "\n\n" . sprintf( __( 'WordPress %s is also now available.' ), $next_user_core_update->current ) . ' ';
|
||||
$body .= __( 'Updating is easy and only takes a few moments:' );
|
||||
$body .= "\n" . network_admin_url( 'update-core.php' );
|
||||
|
@ -705,7 +705,7 @@ class WP_Automatic_Updater {
|
|||
case 'fail':
|
||||
case 'manual':
|
||||
$body .= sprintf(
|
||||
/* translators: 1: Home URL, 2: WordPress version */
|
||||
/* translators: 1: Home URL, 2: WordPress version. */
|
||||
__( 'Please update your site at %1$s to WordPress %2$s.' ),
|
||||
home_url(),
|
||||
$next_user_core_update->current
|
||||
|
@ -726,14 +726,14 @@ class WP_Automatic_Updater {
|
|||
case 'critical':
|
||||
if ( $newer_version_available ) {
|
||||
$body .= sprintf(
|
||||
/* translators: 1: Home URL, 2: WordPress version */
|
||||
/* translators: 1: Home URL, 2: WordPress version. */
|
||||
__( 'Your site at %1$s experienced a critical failure while trying to update WordPress to version %2$s.' ),
|
||||
home_url(),
|
||||
$core_update->current
|
||||
);
|
||||
} else {
|
||||
$body .= sprintf(
|
||||
/* translators: 1: Home URL, 2: WordPress latest version */
|
||||
/* translators: 1: Home URL, 2: WordPress latest version. */
|
||||
__( 'Your site at %1$s experienced a critical failure while trying to update to the latest version of WordPress, %2$s.' ),
|
||||
home_url(),
|
||||
$core_update->current
|
||||
|
@ -751,7 +751,7 @@ class WP_Automatic_Updater {
|
|||
if ( $critical_support ) {
|
||||
// Support offer if available.
|
||||
$body .= "\n\n" . sprintf(
|
||||
/* translators: %s: Support email address */
|
||||
/* translators: %s: Support email address. */
|
||||
__( 'The WordPress team is willing to help you. Forward this email to %s and the team will work with you to make sure your site is working.' ),
|
||||
$core_update->support_email
|
||||
);
|
||||
|
@ -780,7 +780,7 @@ class WP_Automatic_Updater {
|
|||
|
||||
if ( 'critical' == $type && is_wp_error( $result ) ) {
|
||||
$body .= "\n***\n\n";
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
$body .= sprintf( __( 'Your site was running version %s.' ), get_bloginfo( 'version' ) );
|
||||
$body .= ' ' . __( 'We have some data that describes the error your site encountered.' );
|
||||
$body .= ' ' . __( 'Your hosting company, support forum volunteers, or a friendly developer may be able to use this information to help you:' );
|
||||
|
@ -798,7 +798,7 @@ class WP_Automatic_Updater {
|
|||
continue;
|
||||
}
|
||||
$error_code = $error->get_error_code();
|
||||
/* translators: %s: Error code */
|
||||
/* translators: %s: Error code. */
|
||||
$body .= "\n\n" . sprintf( __( 'Error code: %s' ), $error_code );
|
||||
if ( 'rollback_was_required' == $error_code ) {
|
||||
continue;
|
||||
|
@ -857,17 +857,17 @@ class WP_Automatic_Updater {
|
|||
$body = array();
|
||||
$failures = 0;
|
||||
|
||||
/* translators: %s: Network home URL */
|
||||
/* translators: %s: Network home URL. */
|
||||
$body[] = sprintf( __( 'WordPress site: %s' ), network_home_url( '/' ) );
|
||||
|
||||
// Core
|
||||
if ( isset( $this->update_results['core'] ) ) {
|
||||
$result = $this->update_results['core'][0];
|
||||
if ( $result->result && ! is_wp_error( $result->result ) ) {
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
$body[] = sprintf( __( 'SUCCESS: WordPress was successfully updated to %s' ), $result->name );
|
||||
} else {
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
$body[] = sprintf( __( 'FAILED: WordPress failed to update to %s' ), $result->name );
|
||||
$failures++;
|
||||
}
|
||||
|
@ -889,7 +889,7 @@ class WP_Automatic_Updater {
|
|||
|
||||
$body[] = $messages[ $type ];
|
||||
foreach ( wp_list_pluck( $success_items, 'name' ) as $name ) {
|
||||
/* translators: %s: name of plugin / theme / translation */
|
||||
/* translators: %s: Name of plugin / theme / translation. */
|
||||
$body[] = ' * ' . sprintf( __( 'SUCCESS: %s' ), $name );
|
||||
}
|
||||
}
|
||||
|
@ -904,7 +904,7 @@ class WP_Automatic_Updater {
|
|||
$body[] = $messages[ $type ];
|
||||
foreach ( $this->update_results[ $type ] as $item ) {
|
||||
if ( ! $item->result || is_wp_error( $item->result ) ) {
|
||||
/* translators: %s: name of plugin / theme / translation */
|
||||
/* translators: %s: Name of plugin / theme / translation. */
|
||||
$body[] = ' * ' . sprintf( __( 'FAILED: %s' ), $item->name );
|
||||
$failures++;
|
||||
}
|
||||
|
@ -931,10 +931,10 @@ Thanks! -- The WordPress Team"
|
|||
);
|
||||
$body[] = '';
|
||||
|
||||
/* translators: Background update failed notification email subject. %s: Site title */
|
||||
/* translators: Background update failed notification email subject. %s: Site title. */
|
||||
$subject = sprintf( __( '[%s] Background Update Failed' ), $site_title );
|
||||
} else {
|
||||
/* translators: Background update finished notification email subject. %s: Site title */
|
||||
/* translators: Background update finished notification email subject. %s: Site title. */
|
||||
$subject = sprintf( __( '[%s] Background Update Finished' ), $site_title );
|
||||
}
|
||||
|
||||
|
|
|
@ -217,42 +217,42 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
$num_comments = ( $post_id ) ? wp_count_comments( $post_id ) : wp_count_comments();
|
||||
|
||||
$stati = array(
|
||||
/* translators: %s: all comments count */
|
||||
/* translators: %s: Number of comments. */
|
||||
'all' => _nx_noop(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
'comments'
|
||||
), // singular not used
|
||||
|
||||
/* translators: %s: current user's comments count */
|
||||
/* translators: %s: Number of comments. */
|
||||
'mine' => _nx_noop(
|
||||
'Mine <span class="count">(%s)</span>',
|
||||
'Mine <span class="count">(%s)</span>',
|
||||
'comments'
|
||||
),
|
||||
|
||||
/* translators: %s: pending comments count */
|
||||
/* translators: %s: Number of comments. */
|
||||
'moderated' => _nx_noop(
|
||||
'Pending <span class="count">(%s)</span>',
|
||||
'Pending <span class="count">(%s)</span>',
|
||||
'comments'
|
||||
),
|
||||
|
||||
/* translators: %s: approved comments count */
|
||||
/* translators: %s: Number of comments. */
|
||||
'approved' => _nx_noop(
|
||||
'Approved <span class="count">(%s)</span>',
|
||||
'Approved <span class="count">(%s)</span>',
|
||||
'comments'
|
||||
),
|
||||
|
||||
/* translators: %s: spam comments count */
|
||||
/* translators: %s: Number of comments. */
|
||||
'spam' => _nx_noop(
|
||||
'Spam <span class="count">(%s)</span>',
|
||||
'Spam <span class="count">(%s)</span>',
|
||||
'comments'
|
||||
),
|
||||
|
||||
/* translators: %s: trashed comments count */
|
||||
/* translators: %s: Number of comments. */
|
||||
'trash' => _nx_noop(
|
||||
'Trash <span class="count">(%s)</span>',
|
||||
'Trash <span class="count">(%s)</span>',
|
||||
|
@ -455,7 +455,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
$columns['comment'] = _x( 'Comment', 'column name' );
|
||||
|
||||
if ( ! $post_id ) {
|
||||
/* translators: column name or table row header */
|
||||
/* translators: Column name or table row header. */
|
||||
$columns['response'] = __( 'In Response To' );
|
||||
}
|
||||
|
||||
|
@ -618,39 +618,116 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
// Not looking at all comments.
|
||||
if ( $comment_status && 'all' != $comment_status ) {
|
||||
if ( 'approved' === $the_comment_status ) {
|
||||
$actions['unapprove'] = "<a href='$unapprove_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID:e7e7d3:action=dim-comment&new=unapproved' class='vim-u vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Unapprove this comment' ) . "'>" . __( 'Unapprove' ) . '</a>';
|
||||
$actions['unapprove'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-u vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$unapprove_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}:e7e7d3:action=dim-comment&new=unapproved",
|
||||
esc_attr__( 'Unapprove this comment' ),
|
||||
__( 'Unapprove' )
|
||||
);
|
||||
} elseif ( 'unapproved' === $the_comment_status ) {
|
||||
$actions['approve'] = "<a href='$approve_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID:e7e7d3:action=dim-comment&new=approved' class='vim-a vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Approve this comment' ) . "'>" . __( 'Approve' ) . '</a>';
|
||||
$actions['approve'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-a vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$approve_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}:e7e7d3:action=dim-comment&new=approved",
|
||||
esc_attr__( 'Approve this comment' ),
|
||||
__( 'Approve' )
|
||||
);
|
||||
}
|
||||
} else {
|
||||
$actions['approve'] = "<a href='$approve_url' data-wp-lists='dim:the-comment-list:comment-$comment->comment_ID:unapproved:e7e7d3:e7e7d3:new=approved' class='vim-a aria-button-if-js' aria-label='" . esc_attr__( 'Approve this comment' ) . "'>" . __( 'Approve' ) . '</a>';
|
||||
$actions['unapprove'] = "<a href='$unapprove_url' data-wp-lists='dim:the-comment-list:comment-$comment->comment_ID:unapproved:e7e7d3:e7e7d3:new=unapproved' class='vim-u aria-button-if-js' aria-label='" . esc_attr__( 'Unapprove this comment' ) . "'>" . __( 'Unapprove' ) . '</a>';
|
||||
$actions['approve'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-a aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$approve_url,
|
||||
"dim:the-comment-list:comment-{$comment->comment_ID}:unapproved:e7e7d3:e7e7d3:new=approved",
|
||||
esc_attr__( 'Approve this comment' ),
|
||||
__( 'Approve' )
|
||||
);
|
||||
|
||||
$actions['unapprove'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-u aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$unapprove_url,
|
||||
"dim:the-comment-list:comment-{$comment->comment_ID}:unapproved:e7e7d3:e7e7d3:new=unapproved",
|
||||
esc_attr__( 'Unapprove this comment' ),
|
||||
__( 'Unapprove' )
|
||||
);
|
||||
}
|
||||
|
||||
if ( 'spam' !== $the_comment_status ) {
|
||||
$actions['spam'] = "<a href='$spam_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID::spam=1' class='vim-s vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Mark this comment as spam' ) . "'>" . /* translators: mark as spam link */ _x( 'Spam', 'verb' ) . '</a>';
|
||||
$actions['spam'] = sprinf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-s vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$spam_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}::spam=1",
|
||||
esc_attr__( 'Mark this comment as spam' ),
|
||||
/* translators: "Mark as spam" link. */
|
||||
_x( 'Spam', 'verb' )
|
||||
);
|
||||
} elseif ( 'spam' === $the_comment_status ) {
|
||||
$actions['unspam'] = "<a href='$unspam_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID:66cc66:unspam=1' class='vim-z vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Restore this comment from the spam' ) . "'>" . _x( 'Not Spam', 'comment' ) . '</a>';
|
||||
$actions['unspam'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-z vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$unspam_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}:66cc66:unspam=1",
|
||||
esc_attr__( 'Restore this comment from the spam' ),
|
||||
_x( 'Not Spam', 'comment' )
|
||||
);
|
||||
}
|
||||
|
||||
if ( 'trash' === $the_comment_status ) {
|
||||
$actions['untrash'] = "<a href='$untrash_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID:66cc66:untrash=1' class='vim-z vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Restore this comment from the Trash' ) . "'>" . __( 'Restore' ) . '</a>';
|
||||
$actions['untrash'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-z vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$untrash_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}:66cc66:untrash=1",
|
||||
esc_attr__( 'Restore this comment from the Trash' ),
|
||||
__( 'Restore' )
|
||||
);
|
||||
}
|
||||
|
||||
if ( 'spam' === $the_comment_status || 'trash' === $the_comment_status || ! EMPTY_TRASH_DAYS ) {
|
||||
$actions['delete'] = "<a href='$delete_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID::delete=1' class='delete vim-d vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Delete this comment permanently' ) . "'>" . __( 'Delete Permanently' ) . '</a>';
|
||||
$actions['delete'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="delete vim-d vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$delete_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}::delete=1",
|
||||
esc_attr__( 'Delete this comment permanently' ),
|
||||
__( 'Delete Permanently' )
|
||||
);
|
||||
} else {
|
||||
$actions['trash'] = "<a href='$trash_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID::trash=1' class='delete vim-d vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Move this comment to the Trash' ) . "'>" . _x( 'Trash', 'verb' ) . '</a>';
|
||||
$actions['trash'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="delete vim-d vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$trash_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}::trash=1",
|
||||
esc_attr__( 'Move this comment to the Trash' ),
|
||||
_x( 'Trash', 'verb' )
|
||||
);
|
||||
}
|
||||
|
||||
if ( 'spam' !== $the_comment_status && 'trash' !== $the_comment_status ) {
|
||||
$actions['edit'] = "<a href='comment.php?action=editcomment&c={$comment->comment_ID}' aria-label='" . esc_attr__( 'Edit this comment' ) . "'>" . __( 'Edit' ) . '</a>';
|
||||
$actions['edit'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
"comment.php?action=editcomment&c={$comment->comment_ID}",
|
||||
esc_attr__( 'Edit this comment' ),
|
||||
__( 'Edit' )
|
||||
);
|
||||
|
||||
$format = '<button type="button" data-comment-id="%d" data-post-id="%d" data-action="%s" class="%s button-link" aria-expanded="false" aria-label="%s">%s</button>';
|
||||
|
||||
$actions['quickedit'] = sprintf( $format, $comment->comment_ID, $comment->comment_post_ID, 'edit', 'vim-q comment-inline', esc_attr__( 'Quick edit this comment inline' ), __( 'Quick Edit' ) );
|
||||
$actions['quickedit'] = sprintf(
|
||||
$format,
|
||||
$comment->comment_ID,
|
||||
$comment->comment_post_ID,
|
||||
'edit',
|
||||
'vim-q comment-inline',
|
||||
esc_attr__( 'Quick edit this comment inline' ),
|
||||
__( 'Quick Edit' )
|
||||
);
|
||||
|
||||
$actions['reply'] = sprintf( $format, $comment->comment_ID, $comment->comment_post_ID, 'replyto', 'vim-r comment-inline', esc_attr__( 'Reply to this comment' ), __( 'Reply' ) );
|
||||
$actions['reply'] = sprintf(
|
||||
$format,
|
||||
$comment->comment_ID,
|
||||
$comment->comment_post_ID,
|
||||
'replyto',
|
||||
'vim-r comment-inline',
|
||||
esc_attr__( 'Reply to this comment' ),
|
||||
__( 'Reply' )
|
||||
);
|
||||
}
|
||||
|
||||
/** This filter is documented in wp-admin/includes/dashboard.php */
|
||||
|
@ -708,7 +785,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
$parent_link = esc_url( get_comment_link( $parent ) );
|
||||
$name = get_comment_author( $parent );
|
||||
printf(
|
||||
/* translators: %s: comment link */
|
||||
/* translators: %s: Comment link. */
|
||||
__( 'In reply to %s.' ),
|
||||
'<a href="' . $parent_link . '">' . $name . '</a>'
|
||||
);
|
||||
|
@ -786,9 +863,9 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||
*/
|
||||
public function column_date( $comment ) {
|
||||
$submitted = sprintf(
|
||||
/* translators: 1: comment date, 2: comment time */
|
||||
/* translators: 1: Comment date, 2: Comment time. */
|
||||
__( '%1$s at %2$s' ),
|
||||
/* translators: comment date format. See https://secure.php.net/date */
|
||||
/* translators: Comment date format. See https://secure.php.net/date */
|
||||
get_comment_date( __( 'Y/m/d' ), $comment ),
|
||||
get_comment_date( __( 'g:i a' ), $comment )
|
||||
);
|
||||
|
|
|
@ -113,7 +113,7 @@ class WP_Community_Events {
|
|||
} elseif ( 200 !== $response_code ) {
|
||||
$response_error = new WP_Error(
|
||||
'api-error',
|
||||
/* translators: %d: numeric HTTP status code, e.g. 400, 403, 500, 504, etc. */
|
||||
/* translators: %d: Numeric HTTP status code, e.g. 400, 403, 500, 504, etc. */
|
||||
sprintf( __( 'Invalid API response code (%d)' ), $response_code )
|
||||
);
|
||||
} elseif ( ! isset( $response_body['location'], $response_body['events'] ) ) {
|
||||
|
@ -375,7 +375,7 @@ class WP_Community_Events {
|
|||
* so that users can tell at a glance if the event is on a day they
|
||||
* are available, without having to open the link.
|
||||
*/
|
||||
/* translators: Date format for upcoming events on the dashboard. Include the day of the week. See https://secure.php.net/date. */
|
||||
/* translators: Date format for upcoming events on the dashboard. Include the day of the week. See https://secure.php.net/date */
|
||||
$response_body['events'][ $key ]['formatted_date'] = date_i18n( __( 'l, M j, Y' ), $timestamp );
|
||||
$response_body['events'][ $key ]['formatted_time'] = date_i18n( get_option( 'time_format' ), $timestamp );
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ class WP_Debug_Data {
|
|||
|
||||
foreach ( $core_updates as $core => $update ) {
|
||||
if ( 'upgrade' === $update->response ) {
|
||||
// translators: %s: Latest WordPress version number.
|
||||
/* translators: %s: Latest WordPress version number. */
|
||||
$core_update_needed = ' ' . sprintf( __( '(Latest version: %s)' ), $update->version );
|
||||
} else {
|
||||
$core_update_needed = '';
|
||||
|
@ -124,7 +124,7 @@ class WP_Debug_Data {
|
|||
'label' => __( 'Drop-ins' ),
|
||||
'show_count' => true,
|
||||
'description' => sprintf(
|
||||
/* translators: %s: wp-content directory name */
|
||||
/* translators: %s: wp-content directory name. */
|
||||
__( 'Drop-ins are single files, found in the %s directory, that replace or enhance WordPress features in ways that are not possible for traditional plugins.' ),
|
||||
'<code>' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '</code>'
|
||||
),
|
||||
|
@ -405,7 +405,7 @@ class WP_Debug_Data {
|
|||
$info['wp-core']['fields']['dotorg_communication'] = array(
|
||||
'label' => __( 'Communication with WordPress.org' ),
|
||||
'value' => sprintf(
|
||||
// translators: 1: The IP address WordPress.org resolves to. 2: The error returned by the lookup.
|
||||
/* translators: 1: The IP address WordPress.org resolves to. 2: The error returned by the lookup. */
|
||||
__( 'Unable to reach WordPress.org at %1$s: %2$s' ),
|
||||
gethostbyname( 'wordpress.org' ),
|
||||
$wp_dotorg->get_error_message()
|
||||
|
@ -798,18 +798,18 @@ class WP_Debug_Data {
|
|||
$plugin_version_string_debug = 'author: (undefined), version: (undefined)';
|
||||
|
||||
if ( ! empty( $plugin_version ) && ! empty( $plugin_author ) ) {
|
||||
// translators: 1: Plugin version number. 2: Plugin author name.
|
||||
/* translators: 1: Plugin version number. 2: Plugin author name. */
|
||||
$plugin_version_string = sprintf( __( 'Version %1$s by %2$s' ), $plugin_version, $plugin_author );
|
||||
$plugin_version_string_debug = sprintf( 'version: %s, author: %s', $plugin_version, $plugin_author );
|
||||
} else {
|
||||
if ( ! empty( $plugin_author ) ) {
|
||||
// translators: %s: Plugin author name.
|
||||
/* translators: %s: Plugin author name. */
|
||||
$plugin_version_string = sprintf( __( 'By %s' ), $plugin_author );
|
||||
$plugin_version_string_debug = sprintf( 'author: %s, version: (undefined)', $plugin_author );
|
||||
}
|
||||
|
||||
if ( ! empty( $plugin_version ) ) {
|
||||
// translators: %s: Plugin version number.
|
||||
/* translators: %s: Plugin version number. */
|
||||
$plugin_version_string = sprintf( __( 'Version %s' ), $plugin_version );
|
||||
$plugin_version_string_debug = sprintf( 'author: (undefined), version: %s', $plugin_version );
|
||||
}
|
||||
|
@ -836,25 +836,25 @@ class WP_Debug_Data {
|
|||
$plugin_version_string_debug = 'author: (undefined), version: (undefined)';
|
||||
|
||||
if ( ! empty( $plugin_version ) && ! empty( $plugin_author ) ) {
|
||||
// translators: 1: Plugin version number. 2: Plugin author name.
|
||||
/* translators: 1: Plugin version number. 2: Plugin author name. */
|
||||
$plugin_version_string = sprintf( __( 'Version %1$s by %2$s' ), $plugin_version, $plugin_author );
|
||||
$plugin_version_string_debug = sprintf( 'version: %s, author: %s', $plugin_version, $plugin_author );
|
||||
} else {
|
||||
if ( ! empty( $plugin_author ) ) {
|
||||
// translators: %s: Plugin author name.
|
||||
/* translators: %s: Plugin author name. */
|
||||
$plugin_version_string = sprintf( __( 'By %s' ), $plugin_author );
|
||||
$plugin_version_string_debug = sprintf( 'author: %s, version: (undefined)', $plugin_author );
|
||||
}
|
||||
|
||||
if ( ! empty( $plugin_version ) ) {
|
||||
// translators: %s: Plugin version number.
|
||||
/* translators: %s: Plugin version number. */
|
||||
$plugin_version_string = sprintf( __( 'Version %s' ), $plugin_version );
|
||||
$plugin_version_string_debug = sprintf( 'author: (undefined), version: %s', $plugin_version );
|
||||
}
|
||||
}
|
||||
|
||||
if ( array_key_exists( $plugin_path, $plugin_updates ) ) {
|
||||
// translators: %s: Latest plugin version number.
|
||||
/* translators: %s: Latest plugin version number. */
|
||||
$plugin_version_string .= ' ' . sprintf( __( '(Latest version: %s)' ), $plugin_updates[ $plugin_path ]->update->new_version );
|
||||
$plugin_version_string_debug .= sprintf( ' (latest version: %s)', $plugin_updates[ $plugin_path ]->update->new_version );
|
||||
}
|
||||
|
@ -886,7 +886,7 @@ class WP_Debug_Data {
|
|||
if ( array_key_exists( $active_theme->stylesheet, $theme_updates ) ) {
|
||||
$theme_update_new_version = $theme_updates[ $active_theme->stylesheet ]->update['new_version'];
|
||||
|
||||
// translators: %s: Latest theme version number.
|
||||
/* translators: %s: Latest theme version number. */
|
||||
$active_theme_version .= ' ' . sprintf( __( '(Latest version: %s)' ), $theme_update_new_version );
|
||||
$active_theme_version_debug .= sprintf( ' (latest version: %s)', $theme_update_new_version );
|
||||
}
|
||||
|
@ -895,7 +895,7 @@ class WP_Debug_Data {
|
|||
|
||||
if ( $active_theme->parent_theme ) {
|
||||
$active_theme_parent_theme = sprintf(
|
||||
// translators: 1: Theme name. 2: Theme slug.
|
||||
/* translators: 1: Theme name. 2: Theme slug. */
|
||||
__( '%1$s (%2$s)' ),
|
||||
$active_theme->parent_theme,
|
||||
$active_theme->template
|
||||
|
@ -915,7 +915,7 @@ class WP_Debug_Data {
|
|||
'label' => __( 'Name' ),
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
|
||||
'value' => sprintf(
|
||||
// translators: 1: Theme name. 2: Theme slug.
|
||||
/* translators: 1: Theme name. 2: Theme slug. */
|
||||
__( '%1$s (%2$s)' ),
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
|
||||
$active_theme->Name,
|
||||
|
@ -962,7 +962,7 @@ class WP_Debug_Data {
|
|||
if ( array_key_exists( $parent_theme->stylesheet, $theme_updates ) ) {
|
||||
$parent_theme_update_new_version = $theme_updates[ $parent_theme->stylesheet ]->update['new_version'];
|
||||
|
||||
// translators: %s: Latest theme version number.
|
||||
/* translators: %s: Latest theme version number. */
|
||||
$parent_theme_version .= ' ' . sprintf( __( '(Latest version: %s)' ), $parent_theme_update_new_version );
|
||||
$parent_theme_version_debug .= sprintf( ' (latest version: %s)', $parent_theme_update_new_version );
|
||||
}
|
||||
|
@ -974,7 +974,7 @@ class WP_Debug_Data {
|
|||
'label' => __( 'Name' ),
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
|
||||
'value' => sprintf(
|
||||
// translators: 1: Theme name. 2: Theme slug.
|
||||
/* translators: 1: Theme name. 2: Theme slug. */
|
||||
__( '%1$s (%2$s)' ),
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
|
||||
$parent_theme->Name,
|
||||
|
@ -1029,25 +1029,25 @@ class WP_Debug_Data {
|
|||
$theme_version_string_debug = 'undefined';
|
||||
|
||||
if ( ! empty( $theme_version ) && ! empty( $theme_author ) ) {
|
||||
// translators: 1: Theme version number. 2: Theme author name.
|
||||
/* translators: 1: Theme version number. 2: Theme author name. */
|
||||
$theme_version_string = sprintf( __( 'Version %1$s by %2$s' ), $theme_version, $theme_author );
|
||||
$theme_version_string_debug = sprintf( 'version: %s, author: %s', $theme_version, $theme_author );
|
||||
} else {
|
||||
if ( ! empty( $theme_author ) ) {
|
||||
// translators: %s: Theme author name.
|
||||
/* translators: %s: Theme author name. */
|
||||
$theme_version_string = sprintf( __( 'By %s' ), $theme_author );
|
||||
$theme_version_string_debug = sprintf( 'author: %s, version: (undefined)', $theme_author );
|
||||
}
|
||||
|
||||
if ( ! empty( $theme_version ) ) {
|
||||
// translators: %s: Theme version number.
|
||||
/* translators: %s: Theme version number. */
|
||||
$theme_version_string = sprintf( __( 'Version %s' ), $theme_version );
|
||||
$theme_version_string_debug = sprintf( 'author: (undefined), version: %s', $theme_version );
|
||||
}
|
||||
}
|
||||
|
||||
if ( array_key_exists( $theme_slug, $theme_updates ) ) {
|
||||
// translators: %s: Latest theme version number.
|
||||
/* translators: %s: Latest theme version number. */
|
||||
$theme_version_string .= ' ' . sprintf( __( '(Latest version: %s)' ), $theme_updates[ $theme_slug ]->update['new_version'] );
|
||||
$theme_version_string_debug .= sprintf( ' (latest version: %s)', $theme_updates[ $theme_slug ]->update['new_version'] );
|
||||
}
|
||||
|
@ -1055,7 +1055,7 @@ class WP_Debug_Data {
|
|||
// phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
|
||||
$info['wp-themes-inactive']['fields'][ sanitize_text_field( $theme->Name ) ] = array(
|
||||
'label' => sprintf(
|
||||
// translators: 1: Theme name. 2: Theme slug.
|
||||
/* translators: 1: Theme name. 2: Theme slug. */
|
||||
__( '%1$s (%2$s)' ),
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
|
||||
$theme->Name,
|
||||
|
|
|
@ -251,7 +251,7 @@ class WP_Filesystem_Base {
|
|||
$folder = untrailingslashit( $folder );
|
||||
|
||||
if ( $this->verbose ) {
|
||||
/* translators: 1: folder to locate, 2: folder to start searching from */
|
||||
/* translators: 1: Folder to locate, 2: Folder to start searching from. */
|
||||
printf( "\n" . __( 'Looking for %1$s in %2$s' ) . "<br/>\n", $folder, $base );
|
||||
}
|
||||
|
||||
|
@ -279,7 +279,7 @@ class WP_Filesystem_Base {
|
|||
// Let's try that folder:
|
||||
$newdir = trailingslashit( path_join( $base, $key ) );
|
||||
if ( $this->verbose ) {
|
||||
/* translators: %s: directory name */
|
||||
/* translators: %s: Directory name. */
|
||||
printf( "\n" . __( 'Changing to %s' ) . "<br/>\n", $newdir );
|
||||
}
|
||||
|
||||
|
@ -296,7 +296,7 @@ class WP_Filesystem_Base {
|
|||
// All above procedures will fail quickly if this is the right branch to take.
|
||||
if ( isset( $files[ $last_path ] ) ) {
|
||||
if ( $this->verbose ) {
|
||||
/* translators: %s: directory name */
|
||||
/* translators: %s: Directory name. */
|
||||
printf( "\n" . __( 'Found %s' ) . "<br/>\n", $base . $last_path );
|
||||
}
|
||||
return trailingslashit( $base . $last_path );
|
||||
|
|
|
@ -105,7 +105,7 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base {
|
|||
$this->errors->add(
|
||||
'auth',
|
||||
sprintf(
|
||||
/* translators: %s: username */
|
||||
/* translators: %s: Username. */
|
||||
__( 'Username/Password incorrect for %s' ),
|
||||
$this->options['username']
|
||||
)
|
||||
|
|
|
@ -106,7 +106,7 @@ class WP_Filesystem_ftpsockets extends WP_Filesystem_Base {
|
|||
$this->errors->add(
|
||||
'auth',
|
||||
sprintf(
|
||||
/* translators: %s: username */
|
||||
/* translators: %s: Username. */
|
||||
__( 'Username/Password incorrect for %s' ),
|
||||
$this->options['username']
|
||||
)
|
||||
|
|
|
@ -151,7 +151,7 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base {
|
|||
$this->errors->add(
|
||||
'auth',
|
||||
sprintf(
|
||||
/* translators: %s: username */
|
||||
/* translators: %s: Username. */
|
||||
__( 'Username/Password incorrect for %s' ),
|
||||
$this->options['username']
|
||||
)
|
||||
|
@ -163,7 +163,7 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base {
|
|||
$this->errors->add(
|
||||
'auth',
|
||||
sprintf(
|
||||
/* translators: %s: username */
|
||||
/* translators: %s: Username. */
|
||||
__( 'Public and Private keys incorrect for %s' ),
|
||||
$this->options['username']
|
||||
)
|
||||
|
@ -226,7 +226,7 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base {
|
|||
$this->errors->add(
|
||||
'command',
|
||||
sprintf(
|
||||
/* translators: %s: command */
|
||||
/* translators: %s: Command. */
|
||||
__( 'Unable to perform command: %s' ),
|
||||
$command
|
||||
)
|
||||
|
|
|
@ -171,7 +171,7 @@ class WP_Links_List_Table extends WP_List_Table {
|
|||
?>
|
||||
<label class="screen-reader-text" for="cb-select-<?php echo $link->link_id; ?>">
|
||||
<?php
|
||||
/* translators: %s: link name */
|
||||
/* translators: %s: Link name. */
|
||||
printf( __( 'Select %s' ), $link->link_name );
|
||||
?>
|
||||
</label>
|
||||
|
@ -191,7 +191,7 @@ class WP_Links_List_Table extends WP_List_Table {
|
|||
printf(
|
||||
'<strong><a class="row-title" href="%s" aria-label="%s">%s</a></strong>',
|
||||
$edit_link,
|
||||
/* translators: %s: link name */
|
||||
/* translators: %s: Link name. */
|
||||
esc_attr( sprintf( __( 'Edit “%s”' ), $link->link_name ) ),
|
||||
$link->link_name
|
||||
);
|
||||
|
@ -328,7 +328,7 @@ class WP_Links_List_Table extends WP_List_Table {
|
|||
$actions['delete'] = sprintf(
|
||||
'<a class="submitdelete" href="%s" onclick="return confirm( \'%s\' );">%s</a>',
|
||||
wp_nonce_url( "link.php?action=delete&link_id=$link->link_id", 'delete-bookmark_' . $link->link_id ),
|
||||
/* translators: %s: link name */
|
||||
/* translators: %s: Link name. */
|
||||
esc_js( sprintf( __( "You are about to delete this link '%s'\n 'Cancel' to stop, 'OK' to delete." ), $link->link_name ) ),
|
||||
__( 'Delete' )
|
||||
);
|
||||
|
|
|
@ -609,7 +609,7 @@ class WP_List_Table {
|
|||
"<option %s value='%s'>%s</option>\n",
|
||||
selected( $m, $year . $month, false ),
|
||||
esc_attr( $arc_row->year . $month ),
|
||||
/* translators: 1: month name, 2: 4-digit year */
|
||||
/* translators: 1: Month name, 2: 4-digit year. */
|
||||
sprintf( __( '%1$s %2$d' ), $wp_locale->get_month( $month ), $year )
|
||||
);
|
||||
}
|
||||
|
@ -662,19 +662,19 @@ class WP_List_Table {
|
|||
$pending_comments_number = number_format_i18n( $pending_comments );
|
||||
|
||||
$approved_only_phrase = sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s comment', '%s comments', $approved_comments ),
|
||||
$approved_comments_number
|
||||
);
|
||||
|
||||
$approved_phrase = sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s approved comment', '%s approved comments', $approved_comments ),
|
||||
$approved_comments_number
|
||||
);
|
||||
|
||||
$pending_phrase = sprintf(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
_n( '%s pending comment', '%s pending comments', $pending_comments ),
|
||||
$pending_comments_number
|
||||
);
|
||||
|
@ -805,7 +805,7 @@ class WP_List_Table {
|
|||
}
|
||||
|
||||
$output = '<span class="displaying-num">' . sprintf(
|
||||
/* translators: %s: number of items */
|
||||
/* translators: %s: Number of items. */
|
||||
_n( '%s item', '%s items', $total_items ),
|
||||
number_format_i18n( $total_items )
|
||||
) . '</span>';
|
||||
|
@ -877,7 +877,7 @@ class WP_List_Table {
|
|||
}
|
||||
$html_total_pages = sprintf( "<span class='total-pages'>%s</span>", number_format_i18n( $total_pages ) );
|
||||
$page_links[] = $total_pages_before . sprintf(
|
||||
/* translators: 1: current page, 2: total pages */
|
||||
/* translators: 1: Current page, 2: Total pages. */
|
||||
_x( '%1$s of %2$s', 'paging' ),
|
||||
$html_current_page,
|
||||
$html_total_pages
|
||||
|
@ -1397,7 +1397,7 @@ class WP_List_Table {
|
|||
|
||||
if ( isset( $this->_pagination_args['total_items'] ) ) {
|
||||
$response['total_items_i18n'] = sprintf(
|
||||
/* translators: number of items */
|
||||
/* translators: Number of items. */
|
||||
_n( '%s item', '%s items', $this->_pagination_args['total_items'] ),
|
||||
number_format_i18n( $this->_pagination_args['total_items'] )
|
||||
);
|
||||
|
|
|
@ -282,7 +282,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
public function get_columns() {
|
||||
$posts_columns = array();
|
||||
$posts_columns['cb'] = '<input type="checkbox" />';
|
||||
/* translators: column name */
|
||||
/* translators: Column name. */
|
||||
$posts_columns['title'] = _x( 'File', 'column name' );
|
||||
$posts_columns['author'] = __( 'Author' );
|
||||
|
||||
|
@ -311,14 +311,14 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$posts_columns[ $column_key ] = get_taxonomy( $taxonomy )->labels->name;
|
||||
}
|
||||
|
||||
/* translators: column name */
|
||||
/* translators: Column name. */
|
||||
if ( ! $this->detached ) {
|
||||
$posts_columns['parent'] = _x( 'Uploaded to', 'column name' );
|
||||
if ( post_type_supports( 'attachment', 'comments' ) ) {
|
||||
$posts_columns['comments'] = '<span class="vers comment-grey-bubble" title="' . esc_attr__( 'Comments' ) . '"><span class="screen-reader-text">' . __( 'Comments' ) . '</span></span>';
|
||||
}
|
||||
}
|
||||
/* translators: column name */
|
||||
/* translators: Column name. */
|
||||
$posts_columns['date'] = _x( 'Date', 'column name' );
|
||||
/**
|
||||
* Filters the Media list table columns.
|
||||
|
@ -357,7 +357,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
?>
|
||||
<label class="screen-reader-text" for="cb-select-<?php echo $post->ID; ?>">
|
||||
<?php
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
printf( __( 'Select %s' ), _draft_or_post_title() );
|
||||
?>
|
||||
</label>
|
||||
|
@ -385,7 +385,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$link_start = sprintf(
|
||||
'<a href="%s" aria-label="%s">',
|
||||
get_edit_post_link( $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( '“%s” (Edit)' ), $title ) )
|
||||
);
|
||||
$link_end = '</a>';
|
||||
|
@ -457,10 +457,10 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$t_diff = time() - $time;
|
||||
if ( ( abs( $t_diff ) ) < DAY_IN_SECONDS ) {
|
||||
if ( $t_diff < 0 ) {
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
$h_time = sprintf( __( '%s from now' ), human_time_diff( $time ) );
|
||||
} else {
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
$h_time = sprintf( __( '%s ago' ), human_time_diff( $time ) );
|
||||
}
|
||||
} else {
|
||||
|
@ -516,7 +516,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
printf(
|
||||
'<br /><a href="%s" class="hide-if-no-js detach-from-parent" aria-label="%s">%s</a>',
|
||||
$detach_url,
|
||||
/* translators: %s: title of the post the attachment is attached to */
|
||||
/* translators: %s: Title of the post the attachment is attached to. */
|
||||
esc_attr( sprintf( __( 'Detach from “%s”' ), $title ) ),
|
||||
__( 'Detach' )
|
||||
);
|
||||
|
@ -530,7 +530,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
printf(
|
||||
'<br /><a href="#the-list" onclick="findPosts.open( \'media[]\', \'%s\' ); return false;" class="hide-if-no-js aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$post->ID,
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Attach “%s” to existing content' ), $title ) ),
|
||||
__( 'Attach' )
|
||||
);
|
||||
|
@ -593,7 +593,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
esc_html( sanitize_term_field( 'name', $t->name, $t->term_id, $taxonomy, 'display' ) )
|
||||
);
|
||||
}
|
||||
/* translators: used between list items, there is a space after the comma */
|
||||
/* translators: Used between list items, there is a space after the comma. */
|
||||
echo join( __( ', ' ), $out );
|
||||
} else {
|
||||
echo '<span aria-hidden="true">—</span><span class="screen-reader-text">' . get_taxonomy( $taxonomy )->labels->no_terms . '</span>';
|
||||
|
@ -670,7 +670,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['edit'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
get_edit_post_link( $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Edit “%s”' ), $att_title ) ),
|
||||
__( 'Edit' )
|
||||
);
|
||||
|
@ -680,7 +680,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['trash'] = sprintf(
|
||||
'<a href="%s" class="submitdelete aria-button-if-js" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( "post.php?action=trash&post=$post->ID", 'trash-post_' . $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Move “%s” to the Trash' ), $att_title ) ),
|
||||
_x( 'Trash', 'verb' )
|
||||
);
|
||||
|
@ -690,7 +690,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
'<a href="%s" class="submitdelete aria-button-if-js"%s aria-label="%s">%s</a>',
|
||||
wp_nonce_url( "post.php?action=delete&post=$post->ID", 'delete-post_' . $post->ID ),
|
||||
$delete_ays,
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Delete “%s” permanently' ), $att_title ) ),
|
||||
__( 'Delete Permanently' )
|
||||
);
|
||||
|
@ -699,7 +699,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['view'] = sprintf(
|
||||
'<a href="%s" aria-label="%s" rel="bookmark">%s</a>',
|
||||
get_permalink( $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'View “%s”' ), $att_title ) ),
|
||||
__( 'View' )
|
||||
);
|
||||
|
@ -708,7 +708,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['attach'] = sprintf(
|
||||
'<a href="#the-list" onclick="findPosts.open( \'media[]\', \'%s\' ); return false;" class="hide-if-no-js aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$post->ID,
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Attach “%s” to existing content' ), $att_title ) ),
|
||||
__( 'Attach' )
|
||||
);
|
||||
|
@ -718,7 +718,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['edit'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
get_edit_post_link( $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Edit “%s”' ), $att_title ) ),
|
||||
__( 'Edit' )
|
||||
);
|
||||
|
@ -728,7 +728,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['untrash'] = sprintf(
|
||||
'<a href="%s" class="submitdelete aria-button-if-js" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( "post.php?action=untrash&post=$post->ID", 'untrash-post_' . $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Restore “%s” from the Trash' ), $att_title ) ),
|
||||
__( 'Restore' )
|
||||
);
|
||||
|
@ -736,7 +736,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['trash'] = sprintf(
|
||||
'<a href="%s" class="submitdelete aria-button-if-js" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( "post.php?action=trash&post=$post->ID", 'trash-post_' . $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Move “%s” to the Trash' ), $att_title ) ),
|
||||
_x( 'Trash', 'verb' )
|
||||
);
|
||||
|
@ -747,7 +747,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
'<a href="%s" class="submitdelete aria-button-if-js"%s aria-label="%s">%s</a>',
|
||||
wp_nonce_url( "post.php?action=delete&post=$post->ID", 'delete-post_' . $post->ID ),
|
||||
$delete_ays,
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'Delete “%s” permanently' ), $att_title ) ),
|
||||
__( 'Delete Permanently' )
|
||||
);
|
||||
|
@ -757,7 +757,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
|||
$actions['view'] = sprintf(
|
||||
'<a href="%s" aria-label="%s" rel="bookmark">%s</a>',
|
||||
get_permalink( $post->ID ),
|
||||
/* translators: %s: attachment title */
|
||||
/* translators: %s: Attachment title. */
|
||||
esc_attr( sprintf( __( 'View “%s”' ), $att_title ) ),
|
||||
__( 'View' )
|
||||
);
|
||||
|
|
|
@ -281,7 +281,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
|||
?>
|
||||
<label class="screen-reader-text" for="blog_<?php echo $blog['blog_id']; ?>">
|
||||
<?php
|
||||
/* translators: %s: site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
printf( __( 'Select %s' ), $blogname );
|
||||
?>
|
||||
</label>
|
||||
|
@ -344,7 +344,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
|||
switch_to_blog( $blog['blog_id'] );
|
||||
echo '<p>';
|
||||
printf(
|
||||
/* translators: 1: site name, 2: site tagline. */
|
||||
/* translators: 1: Site title, 2: Site tagline. */
|
||||
__( '%1$s – %2$s' ),
|
||||
get_option( 'blogname' ),
|
||||
'<em>' . get_option( 'blogdescription ' ) . '</em>'
|
||||
|
|
|
@ -300,7 +300,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
|
||||
switch ( $type ) {
|
||||
case 'all':
|
||||
/* translators: %s: number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
$text = _nx(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
|
@ -309,7 +309,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'enabled':
|
||||
/* translators: %s: number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
$text = _nx(
|
||||
'Enabled <span class="count">(%s)</span>',
|
||||
'Enabled <span class="count">(%s)</span>',
|
||||
|
@ -318,7 +318,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'disabled':
|
||||
/* translators: %s: number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
$text = _nx(
|
||||
'Disabled <span class="count">(%s)</span>',
|
||||
'Disabled <span class="count">(%s)</span>',
|
||||
|
@ -327,7 +327,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'upgrade':
|
||||
/* translators: %s: number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
$text = _nx(
|
||||
'Update Available <span class="count">(%s)</span>',
|
||||
'Update Available <span class="count">(%s)</span>',
|
||||
|
@ -336,7 +336,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'broken':
|
||||
/* translators: %s: number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
$text = _nx(
|
||||
'Broken <span class="count">(%s)</span>',
|
||||
'Broken <span class="count">(%s)</span>',
|
||||
|
@ -461,10 +461,10 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
);
|
||||
|
||||
if ( $this->is_site_themes ) {
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$aria_label = sprintf( __( 'Enable %s' ), $theme->display( 'Name' ) );
|
||||
} else {
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$aria_label = sprintf( __( 'Network Enable %s' ), $theme->display( 'Name' ) );
|
||||
}
|
||||
|
||||
|
@ -487,10 +487,10 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
);
|
||||
|
||||
if ( $this->is_site_themes ) {
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$aria_label = sprintf( __( 'Disable %s' ), $theme->display( 'Name' ) );
|
||||
} else {
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$aria_label = sprintf( __( 'Network Disable %s' ), $theme->display( 'Name' ) );
|
||||
}
|
||||
|
||||
|
@ -514,7 +514,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
'themes.php'
|
||||
);
|
||||
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$aria_label = sprintf( _x( 'Delete %s', 'theme' ), $theme->display( 'Name' ) );
|
||||
|
||||
$actions['delete'] = sprintf(
|
||||
|
@ -602,15 +602,15 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
$theme_meta = array();
|
||||
|
||||
if ( $theme->get( 'Version' ) ) {
|
||||
/* translators: %s: theme version */
|
||||
/* translators: %s: Theme version. */
|
||||
$theme_meta[] = sprintf( __( 'Version %s' ), $theme->display( 'Version' ) );
|
||||
}
|
||||
|
||||
/* translators: %s: theme author */
|
||||
/* translators: %s: Theme author. */
|
||||
$theme_meta[] = sprintf( __( 'By %s' ), $theme->display( 'Author' ) );
|
||||
|
||||
if ( $theme->get( 'ThemeURI' ) ) {
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$aria_label = sprintf( __( 'Visit %s homepage' ), $theme->display( 'Name' ) );
|
||||
|
||||
$theme_meta[] = sprintf(
|
||||
|
|
|
@ -144,7 +144,7 @@ class WP_MS_Users_List_Table extends WP_List_Table {
|
|||
network_admin_url( 'users.php' ),
|
||||
$current_link_attributes,
|
||||
sprintf(
|
||||
/* translators: number of users */
|
||||
/* translators: Number of users. */
|
||||
_nx(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
|
@ -160,7 +160,7 @@ class WP_MS_Users_List_Table extends WP_List_Table {
|
|||
network_admin_url( 'users.php?role=super' ),
|
||||
$current_link_attributes,
|
||||
sprintf(
|
||||
/* translators: number of users */
|
||||
/* translators: Number of users. */
|
||||
_n(
|
||||
'Super Admin <span class="count">(%s)</span>',
|
||||
'Super Admins <span class="count">(%s)</span>',
|
||||
|
@ -237,7 +237,7 @@ class WP_MS_Users_List_Table extends WP_List_Table {
|
|||
?>
|
||||
<label class="screen-reader-text" for="blog_<?php echo $user->ID; ?>">
|
||||
<?php
|
||||
/* translators: %s: user login */
|
||||
/* translators: %s: User login. */
|
||||
printf( __( 'Select %s' ), $user->user_login );
|
||||
?>
|
||||
</label>
|
||||
|
|
|
@ -499,7 +499,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
|
||||
$author = wp_kses( $plugin['author'], $plugins_allowedtags );
|
||||
if ( ! empty( $author ) ) {
|
||||
/* translators: %s: plugin author */
|
||||
/* translators: %s: Plugin author. */
|
||||
$author = ' <cite>' . sprintf( __( 'By %s' ), $author ) . '</cite>';
|
||||
}
|
||||
|
||||
|
@ -523,7 +523,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
'<a class="install-now button" data-slug="%s" href="%s" aria-label="%s" data-name="%s">%s</a>',
|
||||
esc_attr( $plugin['slug'] ),
|
||||
esc_url( $status['url'] ),
|
||||
/* translators: %s: plugin name and version */
|
||||
/* translators: %s: Plugin name and version. */
|
||||
esc_attr( sprintf( __( 'Install %s now' ), $name ) ),
|
||||
esc_attr( $name ),
|
||||
__( 'Install Now' )
|
||||
|
@ -545,7 +545,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
esc_attr( $status['file'] ),
|
||||
esc_attr( $plugin['slug'] ),
|
||||
esc_url( $status['url'] ),
|
||||
/* translators: %s: plugin name and version */
|
||||
/* translators: %s: Plugin name and version. */
|
||||
esc_attr( sprintf( __( 'Update %s now' ), $name ) ),
|
||||
esc_attr( $name ),
|
||||
__( 'Update Now' )
|
||||
|
@ -568,7 +568,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
);
|
||||
} elseif ( current_user_can( 'activate_plugin', $status['file'] ) ) {
|
||||
$button_text = __( 'Activate' );
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
$button_label = _x( 'Activate %s', 'plugin' );
|
||||
$activate_url = add_query_arg(
|
||||
array(
|
||||
|
@ -581,7 +581,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
|
||||
if ( is_network_admin() ) {
|
||||
$button_text = __( 'Network Activate' );
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
$button_label = _x( 'Network Activate %s', 'plugin' );
|
||||
$activate_url = add_query_arg( array( 'networkwide' => 1 ), $activate_url );
|
||||
}
|
||||
|
@ -610,7 +610,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
$action_links[] = sprintf(
|
||||
'<a href="%s" class="thickbox open-plugin-details-modal" aria-label="%s" data-title="%s">%s</a>',
|
||||
esc_url( $details_link ),
|
||||
/* translators: %s: plugin name and version */
|
||||
/* translators: %s: Plugin name and version. */
|
||||
esc_attr( sprintf( __( 'More information about %s' ), $name ) ),
|
||||
esc_attr( $name ),
|
||||
__( 'More Details' )
|
||||
|
@ -646,7 +646,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
_e( 'This plugin doesn’t work with your versions of WordPress and PHP.' );
|
||||
if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) {
|
||||
printf(
|
||||
/* translators: 1: "Update WordPress" screen URL, 2: "Update PHP" page URL */
|
||||
/* translators: 1: URL to WordPress Updates screen, 2: URL to Update PHP page. */
|
||||
' ' . __( '<a href="%1$s">Please update WordPress</a>, and then <a href="%2$s">learn more about updating PHP</a>.' ),
|
||||
self_admin_url( 'update-core.php' ),
|
||||
esc_url( wp_get_update_php_url() )
|
||||
|
@ -654,13 +654,13 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
wp_update_php_annotation( '</p><p><em>', '</em>' );
|
||||
} elseif ( current_user_can( 'update_core' ) ) {
|
||||
printf(
|
||||
/* translators: %s: "Update WordPress" screen URL */
|
||||
/* translators: %s: URL to WordPress Updates screen. */
|
||||
' ' . __( '<a href="%s">Please update WordPress</a>.' ),
|
||||
self_admin_url( 'update-core.php' )
|
||||
);
|
||||
} elseif ( current_user_can( 'update_php' ) ) {
|
||||
printf(
|
||||
/* translators: %s: "Update PHP" page URL */
|
||||
/* translators: %s: URL to Update PHP page. */
|
||||
' ' . __( '<a href="%s">Learn more about updating PHP</a>.' ),
|
||||
esc_url( wp_get_update_php_url() )
|
||||
);
|
||||
|
@ -670,7 +670,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
_e( 'This plugin doesn’t work with your version of WordPress.' );
|
||||
if ( current_user_can( 'update_core' ) ) {
|
||||
printf(
|
||||
/* translators: %s: "Update WordPress" screen URL */
|
||||
/* translators: %s: URL to WordPress Updates screen. */
|
||||
' ' . __( '<a href="%s">Please update WordPress</a>.' ),
|
||||
self_admin_url( 'update-core.php' )
|
||||
);
|
||||
|
@ -679,7 +679,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
_e( 'This plugin doesn’t work with your version of PHP.' );
|
||||
if ( current_user_can( 'update_php' ) ) {
|
||||
printf(
|
||||
/* translators: %s: "Update PHP" page URL */
|
||||
/* translators: %s: URL to Update PHP page. */
|
||||
' ' . __( '<a href="%s">Learn more about updating PHP</a>.' ),
|
||||
esc_url( wp_get_update_php_url() )
|
||||
);
|
||||
|
@ -726,7 +726,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
<div class="column-updated">
|
||||
<strong><?php _e( 'Last Updated:' ); ?></strong>
|
||||
<?php
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
printf( __( '%s ago' ), human_time_diff( $last_updated_timestamp ) );
|
||||
?>
|
||||
</div>
|
||||
|
@ -735,7 +735,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
if ( $plugin['active_installs'] >= 1000000 ) {
|
||||
$active_installs_millions = floor( $plugin['active_installs'] / 1000000 );
|
||||
$active_installs_text = sprintf(
|
||||
/* translators: %s: number of millions */
|
||||
/* translators: %s: Number of millions. */
|
||||
_nx( '%s+ Million', '%s+ Million', $active_installs_millions, 'Active plugin installations' ),
|
||||
number_format_i18n( $active_installs_millions )
|
||||
);
|
||||
|
@ -744,7 +744,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
|||
} else {
|
||||
$active_installs_text = number_format_i18n( $plugin['active_installs'] ) . '+';
|
||||
}
|
||||
/* translators: %s: number of installations */
|
||||
/* translators: %s: Number of installations. */
|
||||
printf( __( '%s Active Installations' ), $active_installs_text );
|
||||
?>
|
||||
</div>
|
||||
|
|
|
@ -348,7 +348,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
if ( ! empty( $_REQUEST['s'] ) ) {
|
||||
$s = esc_html( wp_unslash( $_REQUEST['s'] ) );
|
||||
|
||||
/* translators: %s: plugin search term */
|
||||
/* translators: %s: Plugin search term. */
|
||||
printf( __( 'No plugins found for “%s”.' ), $s );
|
||||
|
||||
// We assume that somebody who can install plugins in multisite is experienced enough to not need this helper link.
|
||||
|
@ -429,7 +429,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
|
||||
switch ( $type ) {
|
||||
case 'all':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _nx(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
|
@ -438,7 +438,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'active':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _n(
|
||||
'Active <span class="count">(%s)</span>',
|
||||
'Active <span class="count">(%s)</span>',
|
||||
|
@ -446,7 +446,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'recently_activated':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _n(
|
||||
'Recently Active <span class="count">(%s)</span>',
|
||||
'Recently Active <span class="count">(%s)</span>',
|
||||
|
@ -454,7 +454,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'inactive':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _n(
|
||||
'Inactive <span class="count">(%s)</span>',
|
||||
'Inactive <span class="count">(%s)</span>',
|
||||
|
@ -462,7 +462,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'mustuse':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _n(
|
||||
'Must-Use <span class="count">(%s)</span>',
|
||||
'Must-Use <span class="count">(%s)</span>',
|
||||
|
@ -470,7 +470,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'dropins':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _n(
|
||||
'Drop-in <span class="count">(%s)</span>',
|
||||
'Drop-ins <span class="count">(%s)</span>',
|
||||
|
@ -478,7 +478,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'paused':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _n(
|
||||
'Paused <span class="count">(%s)</span>',
|
||||
'Paused <span class="count">(%s)</span>',
|
||||
|
@ -486,7 +486,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
break;
|
||||
case 'upgrade':
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
$text = _n(
|
||||
'Update Available <span class="count">(%s)</span>',
|
||||
'Update Available <span class="count">(%s)</span>',
|
||||
|
@ -568,13 +568,13 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
submit_button( __( 'Clear List' ), '', 'clear-recent-list', false );
|
||||
} elseif ( 'top' === $which && 'mustuse' === $status ) {
|
||||
echo '<p>' . sprintf(
|
||||
/* translators: %s: mu-plugins directory name */
|
||||
/* translators: %s: mu-plugins directory name. */
|
||||
__( 'Files in the %s directory are executed automatically.' ),
|
||||
'<code>' . str_replace( ABSPATH, '/', WPMU_PLUGIN_DIR ) . '</code>'
|
||||
) . '</p>';
|
||||
} elseif ( 'top' === $which && 'dropins' === $status ) {
|
||||
echo '<p>' . sprintf(
|
||||
/* translators: %s: wp-content directory name */
|
||||
/* translators: %s: wp-content directory name. */
|
||||
__( 'Drop-ins are single files, found in the %s directory, that replace or enhance WordPress features in ways that are not possible for traditional plugins.' ),
|
||||
'<code>' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '</code>'
|
||||
) . '</p>';
|
||||
|
@ -653,7 +653,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
$is_active = false;
|
||||
$description = '<p><strong>' . $dropins[ $plugin_file ][0] . ' <span class="error-message">' . __( 'Inactive:' ) . '</span></strong> ' .
|
||||
sprintf(
|
||||
/* translators: 1: drop-in constant name, 2: wp-config.php */
|
||||
/* translators: 1: Drop-in constant name, 2: wp-config.php */
|
||||
__( 'Requires %1$s in %2$s file.' ),
|
||||
"<code>define('" . $dropins[ $plugin_file ][1] . "', true);</code>",
|
||||
'<code>wp-config.php</code>'
|
||||
|
@ -674,17 +674,32 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
if ( $screen->in_admin( 'network' ) ) {
|
||||
if ( $is_active ) {
|
||||
if ( current_user_can( 'manage_network_plugins' ) ) {
|
||||
/* translators: %s: plugin name */
|
||||
$actions['deactivate'] = '<a href="' . wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $plugin_file ) . '" aria-label="' . esc_attr( sprintf( _x( 'Network Deactivate %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Network Deactivate' ) . '</a>';
|
||||
$actions['deactivate'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $plugin_file ),
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( _x( 'Network Deactivate %s', 'plugin' ), $plugin_data['Name'] ) ),
|
||||
__( 'Network Deactivate' )
|
||||
);
|
||||
}
|
||||
} else {
|
||||
if ( current_user_can( 'manage_network_plugins' ) ) {
|
||||
/* translators: %s: plugin name */
|
||||
$actions['activate'] = '<a href="' . wp_nonce_url( 'plugins.php?action=activate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'activate-plugin_' . $plugin_file ) . '" class="edit" aria-label="' . esc_attr( sprintf( _x( 'Network Activate %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Network Activate' ) . '</a>';
|
||||
$actions['activate'] = sprintf(
|
||||
'<a href="%s" class="edit" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( 'plugins.php?action=activate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'activate-plugin_' . $plugin_file ),
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( _x( 'Network Activate %s', 'plugin' ), $plugin_data['Name'] ) ),
|
||||
__( 'Network Activate' )
|
||||
);
|
||||
}
|
||||
if ( current_user_can( 'delete_plugins' ) && ! is_plugin_active( $plugin_file ) ) {
|
||||
/* translators: %s: plugin name */
|
||||
$actions['delete'] = '<a href="' . wp_nonce_url( 'plugins.php?action=delete-selected&checked[]=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'bulk-plugins' ) . '" class="delete" aria-label="' . esc_attr( sprintf( _x( 'Delete %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Delete' ) . '</a>';
|
||||
$actions['delete'] = sprintf(
|
||||
'<a href="%s" class="delete" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( 'plugins.php?action=delete-selected&checked[]=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'bulk-plugins' ),
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( _x( 'Delete %s', 'plugin' ), $plugin_data['Name'] ) ),
|
||||
__( 'Delete' )
|
||||
);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
@ -698,22 +713,42 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
);
|
||||
} elseif ( $is_active ) {
|
||||
if ( current_user_can( 'deactivate_plugin', $plugin_file ) ) {
|
||||
/* translators: %s: plugin name */
|
||||
$actions['deactivate'] = '<a href="' . wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $plugin_file ) . '" aria-label="' . esc_attr( sprintf( _x( 'Deactivate %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Deactivate' ) . '</a>';
|
||||
$actions['deactivate'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $plugin_file ),
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( _x( 'Deactivate %s', 'plugin' ), $plugin_data['Name'] ) ),
|
||||
__( 'Deactivate' )
|
||||
);
|
||||
}
|
||||
if ( current_user_can( 'resume_plugin', $plugin_file ) && is_plugin_paused( $plugin_file ) ) {
|
||||
/* translators: %s: plugin name */
|
||||
$actions['resume'] = '<a class="resume-link" href="' . wp_nonce_url( 'plugins.php?action=resume&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'resume-plugin_' . $plugin_file ) . '" aria-label="' . esc_attr( sprintf( _x( 'Resume %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Resume' ) . '</a>';
|
||||
$actions['resume'] = sprintf(
|
||||
'<a class="resume-link" href="%s" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( 'plugins.php?action=resume&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'resume-plugin_' . $plugin_file ),
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( _x( 'Resume %s', 'plugin' ), $plugin_data['Name'] ) ),
|
||||
__( 'Resume' )
|
||||
);
|
||||
}
|
||||
} else {
|
||||
if ( current_user_can( 'activate_plugin', $plugin_file ) ) {
|
||||
/* translators: %s: plugin name */
|
||||
$actions['activate'] = '<a href="' . wp_nonce_url( 'plugins.php?action=activate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'activate-plugin_' . $plugin_file ) . '" class="edit" aria-label="' . esc_attr( sprintf( _x( 'Activate %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Activate' ) . '</a>';
|
||||
$actions['activate'] = sprintf(
|
||||
'<a href="%s" class="edit" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( 'plugins.php?action=activate&plugin=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'activate-plugin_' . $plugin_file ),
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( _x( 'Activate %s', 'plugin' ), $plugin_data['Name'] ) ),
|
||||
__( 'Activate' )
|
||||
);
|
||||
}
|
||||
|
||||
if ( ! is_multisite() && current_user_can( 'delete_plugins' ) ) {
|
||||
/* translators: %s: plugin name */
|
||||
$actions['delete'] = '<a href="' . wp_nonce_url( 'plugins.php?action=delete-selected&checked[]=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'bulk-plugins' ) . '" class="delete" aria-label="' . esc_attr( sprintf( _x( 'Delete %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Delete' ) . '</a>';
|
||||
$actions['delete'] = sprintf(
|
||||
'<a href="%s" class="delete" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( 'plugins.php?action=delete-selected&checked[]=' . urlencode( $plugin_file ) . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'bulk-plugins' ),
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( _x( 'Delete %s', 'plugin' ), $plugin_data['Name'] ) ),
|
||||
__( 'Delete' )
|
||||
);
|
||||
}
|
||||
} // end if $is_active
|
||||
} // end if $screen->in_admin( 'network' )
|
||||
|
@ -805,7 +840,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
'<label class="screen-reader-text" for="%1$s">%2$s</label>' .
|
||||
'<input type="checkbox" name="checked[]" value="%3$s" id="%1$s" />',
|
||||
$checkbox_id,
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
sprintf( __( 'Select %s' ), $plugin_data['Name'] ),
|
||||
esc_attr( $plugin_file )
|
||||
);
|
||||
|
@ -859,7 +894,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
|
||||
$plugin_meta = array();
|
||||
if ( ! empty( $plugin_data['Version'] ) ) {
|
||||
/* translators: %s: plugin version number */
|
||||
/* translators: %s: Plugin version number. */
|
||||
$plugin_meta[] = sprintf( __( 'Version %s' ), $plugin_data['Version'] );
|
||||
}
|
||||
if ( ! empty( $plugin_data['Author'] ) ) {
|
||||
|
@ -867,7 +902,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
if ( ! empty( $plugin_data['AuthorURI'] ) ) {
|
||||
$author = '<a href="' . $plugin_data['AuthorURI'] . '">' . $plugin_data['Author'] . '</a>';
|
||||
}
|
||||
/* translators: %s: plugin version number */
|
||||
/* translators: %s: Plugin version number. */
|
||||
$plugin_meta[] = sprintf( __( 'By %s' ), $author );
|
||||
}
|
||||
|
||||
|
@ -881,7 +916,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
'&TB_iframe=true&width=600&height=550'
|
||||
)
|
||||
),
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( __( 'More information about %s' ), $plugin_name ) ),
|
||||
esc_attr( $plugin_name ),
|
||||
__( 'View details' )
|
||||
|
|
|
@ -305,7 +305,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
);
|
||||
|
||||
$mine_inner_html = sprintf(
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
_nx(
|
||||
'Mine <span class="count">(%s)</span>',
|
||||
'Mine <span class="count">(%s)</span>',
|
||||
|
@ -326,7 +326,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
}
|
||||
|
||||
$all_inner_html = sprintf(
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
_nx(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
|
@ -376,7 +376,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
);
|
||||
|
||||
$sticky_inner_html = sprintf(
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
_nx(
|
||||
'Sticky <span class="count">(%s)</span>',
|
||||
'Sticky <span class="count">(%s)</span>',
|
||||
|
@ -607,7 +607,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
|
||||
$posts_columns['cb'] = '<input type="checkbox" />';
|
||||
|
||||
/* translators: manage posts column name */
|
||||
/* translators: Posts screen column name. */
|
||||
$posts_columns['title'] = _x( 'Title', 'column name' );
|
||||
|
||||
if ( post_type_supports( $post_type, 'author' ) ) {
|
||||
|
@ -921,7 +921,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
?>
|
||||
<label class="screen-reader-text" for="cb-select-<?php the_ID(); ?>">
|
||||
<?php
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
printf( __( 'Select %s' ), _draft_or_post_title() );
|
||||
?>
|
||||
</label>
|
||||
|
@ -931,7 +931,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
<span class="screen-reader-text">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
__( '“%s” is locked' ),
|
||||
_draft_or_post_title()
|
||||
);
|
||||
|
@ -999,7 +999,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
if ( $lock_holder ) {
|
||||
$lock_holder = get_userdata( $lock_holder );
|
||||
$locked_avatar = get_avatar( $lock_holder->ID, 18 );
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
$locked_text = esc_html( sprintf( __( '%s is currently editing' ), $lock_holder->display_name ) );
|
||||
} else {
|
||||
$locked_avatar = '';
|
||||
|
@ -1018,7 +1018,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
printf(
|
||||
'<a class="row-title" href="%s" aria-label="%s">%s%s</a>',
|
||||
get_edit_post_link( $post->ID ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( '“%s” (Edit)' ), $title ) ),
|
||||
$pad,
|
||||
$title
|
||||
|
@ -1073,7 +1073,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$time_diff = time() - $time;
|
||||
|
||||
if ( $time_diff > 0 && $time_diff < DAY_IN_SECONDS ) {
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
$h_time = sprintf( __( '%s ago' ), human_time_diff( $time ) );
|
||||
} else {
|
||||
$h_time = mysql2date( __( 'Y/m/d' ), $m_time );
|
||||
|
@ -1216,7 +1216,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
*/
|
||||
$term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms );
|
||||
|
||||
/* translators: used between list items, there is a space after the comma */
|
||||
/* translators: Used between list items, there is a space after the comma. */
|
||||
echo join( __( ', ' ), $term_links );
|
||||
} else {
|
||||
echo '<span aria-hidden="true">—</span><span class="screen-reader-text">' . $taxonomy_object->labels->no_terms . '</span>';
|
||||
|
@ -1338,7 +1338,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$actions['edit'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
get_edit_post_link( $post->ID ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Edit “%s”' ), $title ) ),
|
||||
__( 'Edit' )
|
||||
);
|
||||
|
@ -1346,7 +1346,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
if ( 'wp_block' !== $post->post_type ) {
|
||||
$actions['inline hide-if-no-js'] = sprintf(
|
||||
'<button type="button" class="button-link editinline" aria-label="%s" aria-expanded="false">%s</button>',
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Quick edit “%s” inline' ), $title ) ),
|
||||
__( 'Quick Edit' )
|
||||
);
|
||||
|
@ -1358,7 +1358,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$actions['untrash'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( admin_url( sprintf( $post_type_object->_edit_link . '&action=untrash', $post->ID ) ), 'untrash-post_' . $post->ID ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Restore “%s” from the Trash' ), $title ) ),
|
||||
__( 'Restore' )
|
||||
);
|
||||
|
@ -1366,7 +1366,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$actions['trash'] = sprintf(
|
||||
'<a href="%s" class="submitdelete" aria-label="%s">%s</a>',
|
||||
get_delete_post_link( $post->ID ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Move “%s” to the Trash' ), $title ) ),
|
||||
_x( 'Trash', 'verb' )
|
||||
);
|
||||
|
@ -1375,7 +1375,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$actions['delete'] = sprintf(
|
||||
'<a href="%s" class="submitdelete" aria-label="%s">%s</a>',
|
||||
get_delete_post_link( $post->ID, '', true ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Delete “%s” permanently' ), $title ) ),
|
||||
__( 'Delete Permanently' )
|
||||
);
|
||||
|
@ -1389,7 +1389,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$actions['view'] = sprintf(
|
||||
'<a href="%s" rel="bookmark" aria-label="%s">%s</a>',
|
||||
esc_url( $preview_link ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Preview “%s”' ), $title ) ),
|
||||
__( 'Preview' )
|
||||
);
|
||||
|
@ -1398,7 +1398,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$actions['view'] = sprintf(
|
||||
'<a href="%s" rel="bookmark" aria-label="%s">%s</a>',
|
||||
get_permalink( $post->ID ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'View “%s”' ), $title ) ),
|
||||
__( 'View' )
|
||||
);
|
||||
|
@ -1409,7 +1409,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$actions['export'] = sprintf(
|
||||
'<button type="button" class="wp-list-reusable-blocks__export button-link" data-id="%s" aria-label="%s">%s</button>',
|
||||
$post->ID,
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Export “%s” as JSON' ), $title ) ),
|
||||
__( 'Export as JSON' )
|
||||
);
|
||||
|
@ -1610,7 +1610,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
|
||||
<em class="alignleft inline-edit-or">
|
||||
<?php
|
||||
/* translators: Between password field and private checkbox on post quick edit interface */
|
||||
/* translators: Between password field and private checkbox on post quick edit interface. */
|
||||
_e( '–OR–' );
|
||||
?>
|
||||
</em>
|
||||
|
|
|
@ -140,7 +140,7 @@ final class WP_Privacy_Policy_Content {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Privacy Policy Guide URL */
|
||||
/* translators: %s: Privacy Policy Guide URL. */
|
||||
__( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ),
|
||||
esc_url( admin_url( 'privacy-policy-guide.php' ) )
|
||||
);
|
||||
|
@ -353,7 +353,7 @@ final class WP_Privacy_Policy_Content {
|
|||
' <a href="%s" target="_blank">%s <span class="screen-reader-text">%s</span></a>',
|
||||
$url,
|
||||
$label,
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
@ -386,16 +386,16 @@ final class WP_Privacy_Policy_Content {
|
|||
if ( ! empty( $section['removed'] ) ) {
|
||||
$class = ' text-removed';
|
||||
$date = date_i18n( $date_format, $section['removed'] );
|
||||
/* translators: %s: date of plugin deactivation */
|
||||
/* translators: %s: Date of plugin deactivation. */
|
||||
$meta = sprintf( __( 'Removed %s.' ), $date );
|
||||
|
||||
/* translators: %s: date of plugin deactivation */
|
||||
/* translators: %s: Date of plugin deactivation. */
|
||||
$removed = __( 'You deactivated this plugin on %s and may no longer need this policy.' );
|
||||
$removed = '<div class="error inline"><p>' . sprintf( $removed, $date ) . '</p></div>';
|
||||
} elseif ( ! empty( $section['updated'] ) ) {
|
||||
$class = ' text-updated';
|
||||
$date = date_i18n( $date_format, $section['updated'] );
|
||||
/* translators: %s: date of privacy policy text update */
|
||||
/* translators: %s: Date of privacy policy text update. */
|
||||
$meta = sprintf( __( 'Updated %s.' ), $date );
|
||||
}
|
||||
|
||||
|
@ -409,7 +409,7 @@ final class WP_Privacy_Policy_Content {
|
|||
|
||||
$content .= '<div class="privacy-text-section' . $class . '">';
|
||||
$content .= '<a id="' . $toc_id . '"> </a>';
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
$content .= '<h2>' . sprintf( __( 'Source: %s' ), $plugin_name ) . '</h2>';
|
||||
$content .= $removed;
|
||||
|
||||
|
@ -421,7 +421,7 @@ final class WP_Privacy_Policy_Content {
|
|||
$content .= '<button type="button" class="privacy-text-copy button">';
|
||||
$content .= $copy;
|
||||
$content .= '<span class="screen-reader-text">';
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
$content .= sprintf( __( 'Copy suggested policy text from %s.' ), $plugin_name );
|
||||
$content .= '</span>';
|
||||
$content .= '</button>';
|
||||
|
@ -481,201 +481,201 @@ final class WP_Privacy_Policy_Content {
|
|||
$strings[] = '<div class="wp-suggested-text">';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'Who we are' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should note your site URL, as well as the name of the company, organization, or individual behind it, and some accurate contact information.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'The amount of information you may be required to show will vary depending on your local or national business regulations. You may, for example, be required to display a physical address, a registered address, or your company registration number.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy text, %s Site URL. */
|
||||
/* translators: Default privacy policy text. %s: Site URL. */
|
||||
$strings[] = '<p>' . $suggested_text . sprintf( __( 'Our website address is: %s.' ), get_bloginfo( 'url', 'display' ) ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'What personal data we collect and why we collect it' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should note what personal data you collect from users and site visitors. This may include personal data, such as name, email address, personal account preferences; transactional data, such as purchase information; and technical data, such as information about cookies.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'You should also note any collection and retention of sensitive personal data, such as data concerning health.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In addition to listing what personal data you collect, you need to note why you collect it. These explanations must note either the legal basis for your data collection and retention or the active consent the user has given.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'Personal data is not just created by a user’s interactions with your site. Personal data is also generated from technical processes such as contact forms, comments, cookies, analytics, and third party embeds.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'By default WordPress does not collect any personal data about visitors, and only collects the data shown on the User Profile screen from registered users. However some of your plugins may collect personal data. You should add the relevant information below.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'Comments' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should note what information is captured through comments. We have noted the data which WordPress collects by default.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . $suggested_text . __( 'When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.' ) . '</p>';
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . __( 'An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.' ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'Media' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should note what information may be disclosed by users who can upload media files. All uploaded files are usually publicly accessible.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . $suggested_text . __( 'If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.' ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'Contact forms' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'By default, WordPress does not include a contact form. If you use a contact form plugin, use this subsection to note what personal data is captured when someone submits a contact form, and how long you keep it. For example, you may note that you keep contact form submissions for a certain period for customer service purposes, but you do not use the information submitted through them for marketing purposes.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'Cookies' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should list the cookies your web site uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . $suggested_text . __( 'If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.' ) . '</p>';
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . __( 'If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.' ) . '</p>';
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . __( 'When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.' ) . '</p>';
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . __( 'If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.' ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'Embedded content from other websites' ) . '</h3>';
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . $suggested_text . __( 'Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.' ) . '</p>';
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . __( 'These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.' ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'Analytics' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should note what analytics package you use, how users can opt out of analytics tracking, and a link to your analytics provider’s privacy policy, if any.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'By default WordPress does not collect any analytics data. However, many web hosting accounts collect some anonymous analytics data. You may also have installed a WordPress plugin that provides analytics services. In that case, add information from that plugin here.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'Who we share your data with' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should name and list all third party providers with whom you share site data, including partners, cloud-based services, payment processors, and third party service providers, and note what data you share with them and why. Link to their own privacy policies if possible.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'By default WordPress does not share any personal data with anyone.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'How long we retain your data' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain how long you retain personal data collected or processed by the web site. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . $suggested_text . __( 'If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.' ) . '</p>';
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . __( 'For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.' ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'What rights you have over your data' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain what rights your users have over their data and how they can invoke those rights.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . $suggested_text . __( 'If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.' ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'Where we send your data' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should list all transfers of your site data outside the European Union and describe the means by which that data is safeguarded to European data protection standards. This could include your web hosting, cloud storage, or other third party services.' ) . '</p>';
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'European data protection law requires data about European residents which is transferred outside the European Union to be safeguarded to the same standards as if the data was in Europe. So in addition to listing where data goes, you should describe how you ensure that these standards are met either by yourself or by your third party providers, whether that is through an agreement such as Privacy Shield, model clauses in your contracts, or binding corporate rules.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy text. */
|
||||
/* translators: Default privacy policy text. */
|
||||
$strings[] = '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'Your contact information' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should provide a contact method for privacy-specific concerns. If you are required to have a Data Protection Officer, list their name and full contact details here as well.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h2>' . __( 'Additional information' ) . '</h2>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'If you use your site for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy policy in addition to the information we have already discussed.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'How we protect your data' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain what measures you have taken to protect your users’ data. This could include technical measures such as encryption; security measures such as two factor authentication; and measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'What data breach procedures we have in place' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain what procedures you have in place to deal with data breaches, either potential or real, such as internal reporting systems, contact mechanisms, or bug bounties.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'What third parties we receive data from' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'What automated decision making and/or profiling we do with user data' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your web site provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.' ) . '</p>';
|
||||
}
|
||||
|
||||
/* translators: default privacy policy heading. */
|
||||
/* translators: Default privacy policy heading. */
|
||||
$strings[] = '<h3>' . __( 'Industry regulatory disclosure requirements' ) . '</h3>';
|
||||
|
||||
if ( $description ) {
|
||||
/* translators: privacy policy tutorial. */
|
||||
/* translators: Privacy policy tutorial. */
|
||||
$strings[] = '<p class="privacy-policy-tutorial">' . __( 'If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.' ) . '</p>';
|
||||
$strings[] = '</div>';
|
||||
}
|
||||
|
|
|
@ -151,7 +151,7 @@ abstract class WP_Privacy_Requests_Table extends WP_List_Table {
|
|||
|
||||
$current_link_attributes = empty( $current_status ) ? ' class="current" aria-current="page"' : '';
|
||||
$status_label = sprintf(
|
||||
/* translators: %s: all requests count */
|
||||
/* translators: %s: Number of requests. */
|
||||
_nx(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
|
@ -235,7 +235,7 @@ abstract class WP_Privacy_Requests_Table extends WP_List_Table {
|
|||
add_settings_error(
|
||||
'bulk_action',
|
||||
'bulk_action',
|
||||
/* translators: %d: number of requests */
|
||||
/* translators: %d: Number of requests. */
|
||||
sprintf( _n( 'Deleted %d request', 'Deleted %d requests', $count ), $count ),
|
||||
'success'
|
||||
);
|
||||
|
@ -252,7 +252,7 @@ abstract class WP_Privacy_Requests_Table extends WP_List_Table {
|
|||
add_settings_error(
|
||||
'bulk_action',
|
||||
'bulk_action',
|
||||
/* translators: %d: number of requests */
|
||||
/* translators: %d: Number of requests. */
|
||||
sprintf( _n( 'Re-sent %d request', 'Re-sent %d requests', $count ), $count ),
|
||||
'success'
|
||||
);
|
||||
|
@ -380,7 +380,7 @@ abstract class WP_Privacy_Requests_Table extends WP_List_Table {
|
|||
$time_diff = time() - $timestamp;
|
||||
|
||||
if ( $time_diff >= 0 && $time_diff < DAY_IN_SECONDS ) {
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
return sprintf( __( '%s ago' ), human_time_diff( $timestamp ) );
|
||||
}
|
||||
|
||||
|
|
|
@ -1167,7 +1167,7 @@ final class WP_Screen {
|
|||
<input type='radio' name='screen_columns' value='<?php echo esc_attr( $i ); ?>' <?php checked( $screen_layout_columns, $i ); ?> />
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: number of columns on the page */
|
||||
/* translators: %s: Number of columns on the page. */
|
||||
_n( '%s column', '%s columns', $i ),
|
||||
number_format_i18n( $i )
|
||||
);
|
||||
|
|
|
@ -244,7 +244,7 @@ class WP_Site_Health_Auto_Updates {
|
|||
if ( $checkout && ! apply_filters( 'automatic_updates_is_vcs_checkout', true, ABSPATH ) ) {
|
||||
return array(
|
||||
'description' => sprintf(
|
||||
// translators: 1: Folder name. 2: Version control directory. 3: Filter name.
|
||||
/* translators: 1: Folder name. 2: Version control directory. 3: Filter name. */
|
||||
__( 'The folder %1$s was detected as being under version control (%2$s), but the %3$s filter is allowing updates.' ),
|
||||
'<code>' . $check_dir . '</code>',
|
||||
"<code>$vcs_dir</code>",
|
||||
|
@ -257,7 +257,7 @@ class WP_Site_Health_Auto_Updates {
|
|||
if ( $checkout ) {
|
||||
return array(
|
||||
'description' => sprintf(
|
||||
// translators: 1: Folder name. 2: Version control directory.
|
||||
/* translators: 1: Folder name. 2: Version control directory. */
|
||||
__( 'The folder %1$s was detected as being under version control (%2$s).' ),
|
||||
'<code>' . $check_dir . '</code>',
|
||||
"<code>$vcs_dir</code>"
|
||||
|
@ -340,7 +340,7 @@ class WP_Site_Health_Auto_Updates {
|
|||
|
||||
if ( ! $checksums ) {
|
||||
$description = sprintf(
|
||||
// translators: %s: WordPress version
|
||||
/* translators: %s: WordPress version. */
|
||||
__( "Couldn't retrieve a list of the checksums for WordPress %s." ),
|
||||
$wp_version
|
||||
);
|
||||
|
|
|
@ -204,7 +204,7 @@ class WP_Site_Health {
|
|||
$result['status'] = 'recommended';
|
||||
|
||||
$result['label'] = sprintf(
|
||||
// translators: %s: Your current version of WordPress.
|
||||
/* translators: %s: Your current version of WordPress. */
|
||||
__( 'WordPress version %s' ),
|
||||
$core_current_version
|
||||
);
|
||||
|
@ -229,7 +229,7 @@ class WP_Site_Health {
|
|||
$new_major = $new_version[0] . '.' . $new_version[1];
|
||||
|
||||
$result['label'] = sprintf(
|
||||
// translators: %s: The latest version of WordPress available.
|
||||
/* translators: %s: The latest version of WordPress available. */
|
||||
__( 'WordPress update available (%s)' ),
|
||||
$update->version
|
||||
);
|
||||
|
@ -259,7 +259,7 @@ class WP_Site_Health {
|
|||
} else {
|
||||
$result['status'] = 'good';
|
||||
$result['label'] = sprintf(
|
||||
// translators: %s: The current version of WordPress installed on this site.
|
||||
/* translators: %s: The current version of WordPress installed on this site. */
|
||||
__( 'Your WordPress version is up to date (%s)' ),
|
||||
$core_current_version
|
||||
);
|
||||
|
@ -653,7 +653,7 @@ class WP_Site_Health {
|
|||
|
||||
$result = array(
|
||||
'label' => sprintf(
|
||||
// translators: %s: The current PHP version.
|
||||
/* translators: %s: The current PHP version. */
|
||||
__( 'PHP is up to date (%s)' ),
|
||||
PHP_VERSION
|
||||
),
|
||||
|
@ -670,7 +670,7 @@ class WP_Site_Health {
|
|||
'<p><a href="%s" target="_blank" rel="noopener noreferrer">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
|
||||
esc_url( wp_get_update_php_url() ),
|
||||
__( 'Learn more about updating PHP' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
),
|
||||
'test' => 'php_version',
|
||||
|
@ -762,7 +762,7 @@ class WP_Site_Health {
|
|||
'target="_blank" rel="noopener noreferrer"',
|
||||
sprintf(
|
||||
' <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span>',
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
)
|
||||
)
|
||||
|
@ -962,7 +962,7 @@ class WP_Site_Health {
|
|||
/* translators: Localized version of WordPress requirements if one exists. */
|
||||
esc_url( __( 'https://wordpress.org/about/requirements/' ) ),
|
||||
__( 'Learn more about what WordPress requires to run.' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
),
|
||||
'test' => 'sql_server',
|
||||
|
@ -1195,7 +1195,7 @@ class WP_Site_Health {
|
|||
/* translators: Localized Support reference. */
|
||||
esc_url( __( 'https://wordpress.org/support' ) ),
|
||||
__( 'Get help resolving this issue.' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
}
|
||||
|
@ -1233,7 +1233,7 @@ class WP_Site_Health {
|
|||
/* translators: Documentation explaining debugging in WordPress. */
|
||||
esc_url( __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) ),
|
||||
__( 'Learn more about debugging in WordPress.' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
),
|
||||
'test' => 'is_in_debug_mode',
|
||||
|
@ -1302,7 +1302,7 @@ class WP_Site_Health {
|
|||
/* translators: Documentation explaining HTTPS and why it should be used. */
|
||||
esc_url( __( 'https://wordpress.org/support/article/why-should-i-use-https/' ) ),
|
||||
__( 'Learn more about why you should use HTTPS' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
),
|
||||
'test' => 'https_status',
|
||||
|
@ -1320,7 +1320,7 @@ class WP_Site_Health {
|
|||
$result['description'] = sprintf(
|
||||
'<p>%s</p>',
|
||||
sprintf(
|
||||
/* translators: %s: URL to Settings > General to change options. */
|
||||
/* translators: %s: URL to General Settings screen. */
|
||||
__( 'You are accessing this website using HTTPS, but your <a href="%s">WordPress Address</a> is not set up to use HTTPS by default.' ),
|
||||
esc_url( admin_url( 'options-general.php' ) )
|
||||
)
|
||||
|
@ -1738,7 +1738,7 @@ class WP_Site_Health {
|
|||
$result['description'] .= sprintf(
|
||||
'<p>%s</p>',
|
||||
sprintf(
|
||||
/* translators: %s: the name of the query parameter being tested. */
|
||||
/* translators: %s: The name of the query parameter being tested. */
|
||||
__( 'The REST API did not process the %s query parameter correctly.' ),
|
||||
'<code>context</code>'
|
||||
)
|
||||
|
@ -2017,7 +2017,7 @@ class WP_Site_Health {
|
|||
'%s<br>%s',
|
||||
__( 'The loopback request to your site failed, this means features relying on them are not currently working as expected.' ),
|
||||
sprintf(
|
||||
// translators: 1: The HTTP response code. 2: The error message returned.
|
||||
/* translators: 1: The HTTP response code. 2: The error message returned. */
|
||||
__( 'Error: [%1$s] %2$s' ),
|
||||
wp_remote_retrieve_response_code( $r ),
|
||||
$r->get_error_message()
|
||||
|
@ -2030,7 +2030,7 @@ class WP_Site_Health {
|
|||
return (object) array(
|
||||
'status' => 'recommended',
|
||||
'message' => sprintf(
|
||||
// translators: %d: The HTTP response code returned.
|
||||
/* translators: %d: The HTTP response code returned. */
|
||||
__( 'The loopback request returned an unexpected http status code, %d, it was not possible to determine if this will prevent features from working as expected.' ),
|
||||
wp_remote_retrieve_response_code( $r )
|
||||
),
|
||||
|
|
|
@ -359,7 +359,7 @@ class WP_Terms_List_Table extends WP_List_Table {
|
|||
'<label class="screen-reader-text" for="cb-select-%1$s">%2$s</label>' .
|
||||
'<input type="checkbox" name="delete_tags[]" value="%1$s" id="cb-select-%1$s" />',
|
||||
$tag->term_id,
|
||||
/* translators: %s: term name */
|
||||
/* translators: %s: Taxonomy term name. */
|
||||
sprintf( __( 'Select %s' ), $tag->name )
|
||||
);
|
||||
}
|
||||
|
@ -406,7 +406,7 @@ class WP_Terms_List_Table extends WP_List_Table {
|
|||
$name = sprintf(
|
||||
'<a class="row-title" href="%s" aria-label="%s">%s</a>',
|
||||
esc_url( $edit_link ),
|
||||
/* translators: %s: taxonomy term name */
|
||||
/* translators: %s: Taxonomy term name. */
|
||||
esc_attr( sprintf( __( '“%s” (Edit)' ), $tag->name ) ),
|
||||
$name
|
||||
);
|
||||
|
@ -468,13 +468,13 @@ class WP_Terms_List_Table extends WP_List_Table {
|
|||
$actions['edit'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
esc_url( $edit_link ),
|
||||
/* translators: %s: taxonomy term name */
|
||||
/* translators: %s: Taxonomy term name. */
|
||||
esc_attr( sprintf( __( 'Edit “%s”' ), $tag->name ) ),
|
||||
__( 'Edit' )
|
||||
);
|
||||
$actions['inline hide-if-no-js'] = sprintf(
|
||||
'<button type="button" class="button-link editinline" aria-label="%s" aria-expanded="false">%s</button>',
|
||||
/* translators: %s: taxonomy term name */
|
||||
/* translators: %s: Taxonomy term name. */
|
||||
esc_attr( sprintf( __( 'Quick edit “%s” inline' ), $tag->name ) ),
|
||||
__( 'Quick Edit' )
|
||||
);
|
||||
|
@ -483,7 +483,7 @@ class WP_Terms_List_Table extends WP_List_Table {
|
|||
$actions['delete'] = sprintf(
|
||||
'<a href="%s" class="delete-tag aria-button-if-js" aria-label="%s">%s</a>',
|
||||
wp_nonce_url( "edit-tags.php?action=delete&taxonomy=$taxonomy&tag_ID=$tag->term_id", 'delete-tag_' . $tag->term_id ),
|
||||
/* translators: %s: taxonomy term name */
|
||||
/* translators: %s: Taxonomy term name. */
|
||||
esc_attr( sprintf( __( 'Delete “%s”' ), $tag->name ) ),
|
||||
__( 'Delete' )
|
||||
);
|
||||
|
@ -492,7 +492,7 @@ class WP_Terms_List_Table extends WP_List_Table {
|
|||
$actions['view'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
get_term_link( $tag ),
|
||||
/* translators: %s: taxonomy term name */
|
||||
/* translators: %s: Taxonomy term name. */
|
||||
esc_attr( sprintf( __( 'View “%s” archive' ), $tag->name ) ),
|
||||
__( 'View' )
|
||||
);
|
||||
|
|
|
@ -264,7 +264,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
$name = wp_kses( $theme->name, $themes_allowedtags );
|
||||
$author = wp_kses( $theme->author, $themes_allowedtags );
|
||||
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
$preview_title = sprintf( __( 'Preview “%s”' ), $name );
|
||||
$preview_url = add_query_arg(
|
||||
array(
|
||||
|
@ -299,7 +299,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
$actions[] = sprintf(
|
||||
'<a class="install-now" href="%s" title="%s">%s</a>',
|
||||
esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ),
|
||||
/* translators: %s: theme version */
|
||||
/* translators: %s: Theme version. */
|
||||
esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ),
|
||||
__( 'Update' )
|
||||
);
|
||||
|
@ -317,7 +317,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
$actions[] = sprintf(
|
||||
'<a class="install-now" href="%s" title="%s">%s</a>',
|
||||
esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
esc_attr( sprintf( __( 'Install %s' ), $name ) ),
|
||||
__( 'Install Now' )
|
||||
);
|
||||
|
@ -327,7 +327,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
$actions[] = sprintf(
|
||||
'<a class="install-theme-preview" href="%s" title="%s">%s</a>',
|
||||
esc_url( $preview_url ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
esc_attr( sprintf( __( 'Preview %s' ), $name ) ),
|
||||
__( 'Preview' )
|
||||
);
|
||||
|
@ -351,7 +351,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
<h3><?php echo $name; ?></h3>
|
||||
<div class="theme-author">
|
||||
<?php
|
||||
/* translators: %s: theme author */
|
||||
/* translators: %s: Theme author. */
|
||||
printf( __( 'By %s' ), $author );
|
||||
?>
|
||||
</div>
|
||||
|
@ -457,7 +457,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
printf(
|
||||
'<a class="theme-install button button-primary" href="%s" title="%s">%s</a>',
|
||||
esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ),
|
||||
/* translators: %s: theme version */
|
||||
/* translators: %s: Theme version. */
|
||||
esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ),
|
||||
__( 'Update' )
|
||||
);
|
||||
|
@ -483,7 +483,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
|||
<h3 class="theme-name"><?php echo $name; ?></h3>
|
||||
<span class="theme-by">
|
||||
<?php
|
||||
/* translators: %s: theme author */
|
||||
/* translators: %s: Theme author. */
|
||||
printf( __( 'By %s' ), $author );
|
||||
?>
|
||||
</span>
|
||||
|
|
|
@ -98,7 +98,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
if ( is_multisite() ) {
|
||||
if ( current_user_can( 'install_themes' ) && current_user_can( 'manage_network_themes' ) ) {
|
||||
printf(
|
||||
/* translators: 1: URL to Themes tab on Edit Site screen, 2: URL to Add Themes screen */
|
||||
/* translators: 1: URL to Themes tab on Edit Site screen, 2: URL to Add Themes screen. */
|
||||
__( 'You only have one theme enabled for this site right now. Visit the Network Admin to <a href="%1$s">enable</a> or <a href="%2$s">install</a> more themes.' ),
|
||||
network_admin_url( 'site-themes.php?id=' . $blog_id ),
|
||||
network_admin_url( 'theme-install.php' )
|
||||
|
@ -107,7 +107,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
return;
|
||||
} elseif ( current_user_can( 'manage_network_themes' ) ) {
|
||||
printf(
|
||||
/* translators: %s: URL to Themes tab on Edit Site screen */
|
||||
/* translators: %s: URL to Themes tab on Edit Site screen. */
|
||||
__( 'You only have one theme enabled for this site right now. Visit the Network Admin to <a href="%s">enable</a> more themes.' ),
|
||||
network_admin_url( 'site-themes.php?id=' . $blog_id )
|
||||
);
|
||||
|
@ -118,7 +118,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
} else {
|
||||
if ( current_user_can( 'install_themes' ) ) {
|
||||
printf(
|
||||
/* translators: %s: URL to Add Themes screen */
|
||||
/* translators: %s: URL to Add Themes screen. */
|
||||
__( 'You only have one theme installed right now. Live a little! You can choose from over 1,000 free themes in the WordPress Theme Directory at any time: just click on the <a href="%s">Install Themes</a> tab above.' ),
|
||||
admin_url( 'theme-install.php' )
|
||||
);
|
||||
|
@ -128,7 +128,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
}
|
||||
// Fallthrough.
|
||||
printf(
|
||||
/* translators: %s: network title */
|
||||
/* translators: %s: Network title. */
|
||||
__( 'Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.' ),
|
||||
get_site_option( 'site_name' )
|
||||
);
|
||||
|
@ -206,7 +206,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
$actions['activate'] = sprintf(
|
||||
'<a href="%s" class="activatelink" title="%s">%s</a>',
|
||||
$activate_link,
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
esc_attr( sprintf( __( 'Activate “%s”' ), $title ) ),
|
||||
__( 'Activate' )
|
||||
);
|
||||
|
@ -223,7 +223,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
$actions['delete'] = sprintf(
|
||||
'<a class="submitdelete deletion" href="%s" onclick="return confirm( \'%s\' );">%s</a>',
|
||||
wp_nonce_url( 'themes.php?action=delete&stylesheet=' . urlencode( $stylesheet ), 'delete-theme_' . $stylesheet ),
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
esc_js( sprintf( __( "You are about to delete this theme '%s'\n 'Cancel' to stop, 'OK' to delete." ), $title ) ),
|
||||
__( 'Delete' )
|
||||
);
|
||||
|
@ -254,7 +254,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
<h3><?php echo $title; ?></h3>
|
||||
<div class="theme-author">
|
||||
<?php
|
||||
/* translators: %s: theme author */
|
||||
/* translators: %s: Theme author. */
|
||||
printf( __( 'By %s' ), $author );
|
||||
?>
|
||||
</div>
|
||||
|
@ -276,7 +276,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
|||
<?php
|
||||
if ( $theme->parent() ) {
|
||||
printf(
|
||||
/* translators: %s: link to documentation on child themes */
|
||||
/* translators: %s: Link to documentation on child themes. */
|
||||
' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
|
||||
__( 'https://developer.wordpress.org/themes/advanced-topics/child-themes/' ),
|
||||
$theme->parent()->display( 'Name' )
|
||||
|
|
|
@ -153,7 +153,7 @@ class WP_Upgrader {
|
|||
$this->strings['fs_no_content_dir'] = __( 'Unable to locate WordPress content directory (wp-content).' );
|
||||
$this->strings['fs_no_plugins_dir'] = __( 'Unable to locate WordPress plugin directory.' );
|
||||
$this->strings['fs_no_themes_dir'] = __( 'Unable to locate WordPress theme directory.' );
|
||||
/* translators: %s: directory name */
|
||||
/* translators: %s: Directory name. */
|
||||
$this->strings['fs_no_folder'] = __( 'Unable to locate needed folder (%s).' );
|
||||
|
||||
$this->strings['download_failed'] = __( 'Download failed.' );
|
||||
|
|
|
@ -199,7 +199,7 @@ class WP_Users_List_Table extends WP_List_Table {
|
|||
$url,
|
||||
$current_link_attributes,
|
||||
sprintf(
|
||||
/* translators: %s: number of users */
|
||||
/* translators: %s: Number of users. */
|
||||
_nx(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
|
@ -222,8 +222,13 @@ class WP_Users_List_Table extends WP_List_Table {
|
|||
}
|
||||
|
||||
$name = translate_user_role( $name );
|
||||
/* translators: User role name with count */
|
||||
$name = sprintf( __( '%1$s <span class="count">(%2$s)</span>' ), $name, number_format_i18n( $avail_roles[ $this_role ] ) );
|
||||
$name = sprintf(
|
||||
/* translators: User role name with count. */
|
||||
__( '%1$s <span class="count">(%2$s)</span>' ),
|
||||
$name,
|
||||
number_format_i18n( $avail_roles[ $this_role ] )
|
||||
);
|
||||
|
||||
$role_links[ $this_role ] = "<a href='" . esc_url( add_query_arg( 'role', $this_role, $url ) ) . "'$current_link_attributes>$name</a>";
|
||||
}
|
||||
|
||||
|
@ -236,10 +241,14 @@ class WP_Users_List_Table extends WP_List_Table {
|
|||
}
|
||||
|
||||
$name = __( 'No role' );
|
||||
/* translators: User role name with count */
|
||||
$name = sprintf( __( '%1$s <span class="count">(%2$s)</span>' ), $name, number_format_i18n( $avail_roles['none'] ) );
|
||||
$role_links['none'] = "<a href='" . esc_url( add_query_arg( 'role', 'none', $url ) ) . "'$current_link_attributes>$name</a>";
|
||||
$name = sprintf(
|
||||
/* translators: User role name with count. */
|
||||
__( '%1$s <span class="count">(%2$s)</span>' ),
|
||||
$name,
|
||||
number_format_i18n( $avail_roles['none'] )
|
||||
);
|
||||
|
||||
$role_links['none'] = "<a href='" . esc_url( add_query_arg( 'role', 'none', $url ) ) . "'$current_link_attributes>$name</a>";
|
||||
}
|
||||
|
||||
return $role_links;
|
||||
|
@ -456,7 +465,7 @@ class WP_Users_List_Table extends WP_List_Table {
|
|||
$actions['view'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
esc_url( $author_posts_url ),
|
||||
/* translators: %s: author's display name */
|
||||
/* translators: %s: Author's display name. */
|
||||
esc_attr( sprintf( __( 'View posts by %s' ), $user_object->display_name ) ),
|
||||
__( 'View' )
|
||||
);
|
||||
|
@ -482,7 +491,7 @@ class WP_Users_List_Table extends WP_List_Table {
|
|||
'<label class="screen-reader-text" for="user_%1$s">%2$s</label>' .
|
||||
'<input type="checkbox" name="users[]" id="user_%1$s" class="%3$s" value="%1$s" />',
|
||||
$user_object->ID,
|
||||
/* translators: %s: user login */
|
||||
/* translators: %s: User login. */
|
||||
sprintf( __( 'Select %s' ), $user_object->user_login ),
|
||||
$role_classes
|
||||
);
|
||||
|
@ -552,7 +561,7 @@ class WP_Users_List_Table extends WP_List_Table {
|
|||
"edit.php?author={$user_object->ID}",
|
||||
$numposts,
|
||||
sprintf(
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
_n( '%s post by this author', '%s posts by this author', $numposts ),
|
||||
number_format_i18n( $numposts )
|
||||
)
|
||||
|
|
|
@ -269,10 +269,10 @@ function wp_dashboard_right_now() {
|
|||
$num_posts = wp_count_posts( $post_type );
|
||||
if ( $num_posts && $num_posts->publish ) {
|
||||
if ( 'post' == $post_type ) {
|
||||
/* translators: %s: number of posts */
|
||||
/* translators: %s: Number of posts. */
|
||||
$text = _n( '%s Post', '%s Posts', $num_posts->publish );
|
||||
} else {
|
||||
/* translators: %s: number of pages */
|
||||
/* translators: %s: Number of pages. */
|
||||
$text = _n( '%s Page', '%s Pages', $num_posts->publish );
|
||||
}
|
||||
$text = sprintf( $text, number_format_i18n( $num_posts->publish ) );
|
||||
|
@ -287,13 +287,13 @@ function wp_dashboard_right_now() {
|
|||
// Comments
|
||||
$num_comm = wp_count_comments();
|
||||
if ( $num_comm && ( $num_comm->approved || $num_comm->moderated ) ) {
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$text = sprintf( _n( '%s Comment', '%s Comments', $num_comm->approved ), number_format_i18n( $num_comm->approved ) );
|
||||
?>
|
||||
<li class="comment-count"><a href="edit-comments.php"><?php echo $text; ?></a></li>
|
||||
<?php
|
||||
$moderated_comments_count_i18n = number_format_i18n( $num_comm->moderated );
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$text = sprintf( _n( '%s Comment in moderation', '%s Comments in moderation', $num_comm->moderated ), $moderated_comments_count_i18n );
|
||||
?>
|
||||
<li class="comment-mod-count
|
||||
|
@ -412,12 +412,12 @@ function wp_network_dashboard_right_now() {
|
|||
$c_users = get_user_count();
|
||||
$c_blogs = get_blog_count();
|
||||
|
||||
/* translators: %s: number of users on the network */
|
||||
/* translators: %s: Number of users on the network. */
|
||||
$user_text = sprintf( _n( '%s user', '%s users', $c_users ), number_format_i18n( $c_users ) );
|
||||
/* translators: %s: number of sites on the network */
|
||||
/* translators: %s: Number of sites on the network. */
|
||||
$blog_text = sprintf( _n( '%s site', '%s sites', $c_blogs ), number_format_i18n( $c_blogs ) );
|
||||
|
||||
/* translators: 1: text indicating the number of sites on the network, 2: text indicating the number of users on the network */
|
||||
/* translators: 1: Text indicating the number of sites on the network, 2: Text indicating the number of users on the network. */
|
||||
$sentence = sprintf( __( 'You have %1$s and %2$s.' ), $blog_text, $user_text );
|
||||
|
||||
if ( $actions ) {
|
||||
|
@ -602,7 +602,7 @@ function wp_dashboard_recent_drafts( $drafts = false ) {
|
|||
printf(
|
||||
'<div class="draft-title"><a href="%s" aria-label="%s">%s</a><time datetime="%s">%s</time></div>',
|
||||
esc_url( $url ),
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Edit “%s”' ), $title ) ),
|
||||
esc_html( $title ),
|
||||
get_the_time( 'c', $draft ),
|
||||
|
@ -663,19 +663,70 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
|||
$trash_url = esc_url( "comment.php?action=trashcomment&p=$comment->comment_post_ID&c=$comment->comment_ID&$del_nonce" );
|
||||
$delete_url = esc_url( "comment.php?action=deletecomment&p=$comment->comment_post_ID&c=$comment->comment_ID&$del_nonce" );
|
||||
|
||||
$actions['approve'] = "<a href='$approve_url' data-wp-lists='dim:the-comment-list:comment-$comment->comment_ID:unapproved:e7e7d3:e7e7d3:new=approved' class='vim-a aria-button-if-js' aria-label='" . esc_attr__( 'Approve this comment' ) . "'>" . __( 'Approve' ) . '</a>';
|
||||
$actions['unapprove'] = "<a href='$unapprove_url' data-wp-lists='dim:the-comment-list:comment-$comment->comment_ID:unapproved:e7e7d3:e7e7d3:new=unapproved' class='vim-u aria-button-if-js' aria-label='" . esc_attr__( 'Unapprove this comment' ) . "'>" . __( 'Unapprove' ) . '</a>';
|
||||
$actions['edit'] = "<a href='comment.php?action=editcomment&c={$comment->comment_ID}' aria-label='" . esc_attr__( 'Edit this comment' ) . "'>" . __( 'Edit' ) . '</a>';
|
||||
$actions['reply'] = '<button type="button" onclick="window.commentReply && commentReply.open(\'' . $comment->comment_ID . '\',\'' . $comment->comment_post_ID . '\');" class="vim-r button-link hide-if-no-js" aria-label="' . esc_attr__( 'Reply to this comment' ) . '">' . __( 'Reply' ) . '</button>';
|
||||
$actions['spam'] = "<a href='$spam_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID::spam=1' class='vim-s vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Mark this comment as spam' ) . "'>" . /* translators: mark as spam link */ _x( 'Spam', 'verb' ) . '</a>';
|
||||
$actions['approve'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-a aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$approve_url,
|
||||
"dim:the-comment-list:comment-{$comment->comment_ID}:unapproved:e7e7d3:e7e7d3:new=approved",
|
||||
esc_attr__( 'Approve this comment' ),
|
||||
__( 'Approve' )
|
||||
);
|
||||
|
||||
$actions['unapprove'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-u aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$unapprove_url,
|
||||
"dim:the-comment-list:comment-{$comment->comment_ID}:unapproved:e7e7d3:e7e7d3:new=unapproved",
|
||||
esc_attr__( 'Unapprove this comment' ),
|
||||
__( 'Unapprove' )
|
||||
);
|
||||
|
||||
$actions['edit'] = sprintf(
|
||||
'<a href="%s" aria-label="%s">%s</a>',
|
||||
"comment.php?action=editcomment&c={$comment->comment_ID}",
|
||||
esc_attr__( 'Edit this comment' ),
|
||||
__( 'Edit' )
|
||||
);
|
||||
|
||||
$actions['reply'] = sprintf(
|
||||
'<button type="button" onclick="window.commentReply && commentReply.open(\'%s\',\'%s\');" class="vim-r button-link hide-if-no-js" aria-label="%s">%s</button>',
|
||||
$comment->comment_ID,
|
||||
$comment->comment_post_ID,
|
||||
esc_attr__( 'Reply to this comment' ),
|
||||
__( 'Reply' )
|
||||
);
|
||||
|
||||
$actions['spam'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="vim-s vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$spam_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}::spam=1",
|
||||
esc_attr__( 'Mark this comment as spam' ),
|
||||
/* translators: "Mark as spam" link. */
|
||||
_x( 'Spam', 'verb' )
|
||||
);
|
||||
|
||||
if ( ! EMPTY_TRASH_DAYS ) {
|
||||
$actions['delete'] = "<a href='$delete_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID::trash=1' class='delete vim-d vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Delete this comment permanently' ) . "'>" . __( 'Delete Permanently' ) . '</a>';
|
||||
$actions['delete'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="delete vim-d vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$delete_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}::trash=1",
|
||||
esc_attr__( 'Delete this comment permanently' ),
|
||||
__( 'Delete Permanently' )
|
||||
);
|
||||
} else {
|
||||
$actions['trash'] = "<a href='$trash_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID::trash=1' class='delete vim-d vim-destructive aria-button-if-js' aria-label='" . esc_attr__( 'Move this comment to the Trash' ) . "'>" . _x( 'Trash', 'verb' ) . '</a>';
|
||||
$actions['trash'] = sprintf(
|
||||
'<a href="%s" data-wp-lists="%s" class="delete vim-d vim-destructive aria-button-if-js" aria-label="%s">%s</a>',
|
||||
$trash_url,
|
||||
"delete:the-comment-list:comment-{$comment->comment_ID}::trash=1",
|
||||
esc_attr__( 'Move this comment to the Trash' ),
|
||||
_x( 'Trash', 'verb' )
|
||||
);
|
||||
}
|
||||
|
||||
$actions['view'] = '<a class="comment-link" href="' . esc_url( get_comment_link( $comment ) ) . '" aria-label="' . esc_attr__( 'View this comment' ) . '">' . __( 'View' ) . '</a>';
|
||||
$actions['view'] = sprintf(
|
||||
'<a class="comment-link" href="%s" aria-label="%s">%s</a>',
|
||||
esc_url( get_comment_link( $comment ) ),
|
||||
esc_attr__( 'View this comment' ),
|
||||
__( 'View' )
|
||||
);
|
||||
|
||||
/**
|
||||
* Filters the action links displayed for each comment in the 'Recent Comments'
|
||||
|
@ -720,7 +771,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
|||
// Comments might not have a post they relate to, e.g. programmatically created ones.
|
||||
if ( $comment_post_link ) {
|
||||
printf(
|
||||
/* translators: 1: comment author, 2: post link, 3: notification if the comment is pending */
|
||||
/* translators: 1: Comment author, 2: Post link, 3: Notification if the comment is pending. */
|
||||
__( 'From %1$s on %2$s %3$s' ),
|
||||
'<cite class="comment-author">' . get_comment_author_link( $comment ) . '</cite>',
|
||||
$comment_post_link,
|
||||
|
@ -728,7 +779,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
|||
);
|
||||
} else {
|
||||
printf(
|
||||
/* translators: 1: comment author, 2: notification if the comment is pending */
|
||||
/* translators: 1: Comment author, 2: Notification if the comment is pending. */
|
||||
__( 'From %1$s %2$s' ),
|
||||
'<cite class="comment-author">' . get_comment_author_link( $comment ) . '</cite>',
|
||||
'<span class="approve">' . __( '[Pending]' ) . '</span>'
|
||||
|
@ -757,7 +808,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
|||
// Pingbacks, Trackbacks or custom comment types might not have a post they relate to, e.g. programmatically created ones.
|
||||
if ( $comment_post_link ) {
|
||||
printf(
|
||||
/* translators: 1: type of comment, 2: post link, 3: notification if the comment is pending */
|
||||
/* translators: 1: Type of comment, 2: Post link, 3: Notification if the comment is pending. */
|
||||
_x( '%1$s on %2$s %3$s', 'dashboard' ),
|
||||
"<strong>$type</strong>",
|
||||
$comment_post_link,
|
||||
|
@ -765,7 +816,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
|||
);
|
||||
} else {
|
||||
printf(
|
||||
/* translators: 1: type of comment, 2: notification if the comment is pending */
|
||||
/* translators: 1: Type of comment, 2: Notification if the comment is pending. */
|
||||
_x( '%1$s %2$s', 'dashboard' ),
|
||||
"<strong>$type</strong>",
|
||||
'<span class="approve">' . __( '[Pending]' ) . '</span>'
|
||||
|
@ -885,10 +936,10 @@ function wp_dashboard_recent_posts( $args ) {
|
|||
} elseif ( gmdate( 'Y-m-d', $time ) == $tomorrow ) {
|
||||
$relative = __( 'Tomorrow' );
|
||||
} elseif ( gmdate( 'Y', $time ) !== $year ) {
|
||||
/* translators: date and time format for recent posts on the dashboard, from a different calendar year, see https://secure.php.net/date */
|
||||
/* translators: Date and time format for recent posts on the dashboard, from a different calendar year, see https://secure.php.net/date */
|
||||
$relative = date_i18n( __( 'M jS Y' ), $time );
|
||||
} else {
|
||||
/* translators: date and time format for recent posts on the dashboard, see https://secure.php.net/date */
|
||||
/* translators: Date and time format for recent posts on the dashboard, see https://secure.php.net/date */
|
||||
$relative = date_i18n( __( 'M jS' ), $time );
|
||||
}
|
||||
|
||||
|
@ -898,10 +949,10 @@ function wp_dashboard_recent_posts( $args ) {
|
|||
$draft_or_post_title = _draft_or_post_title();
|
||||
printf(
|
||||
'<li><span>%1$s</span> <a href="%2$s" aria-label="%3$s">%4$s</a></li>',
|
||||
/* translators: 1: relative date, 2: time */
|
||||
/* translators: 1: Relative date, 2: Time. */
|
||||
sprintf( _x( '%1$s, %2$s', 'dashboard' ), $relative, get_the_time() ),
|
||||
$recent_post_link,
|
||||
/* translators: %s: post title */
|
||||
/* translators: %s: Post title. */
|
||||
esc_attr( sprintf( __( 'Edit “%s”' ), $draft_or_post_title ) ),
|
||||
$draft_or_post_title
|
||||
);
|
||||
|
@ -1146,7 +1197,7 @@ function wp_dashboard_events_news() {
|
|||
'<a href="%1$s" target="_blank">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
|
||||
'https://make.wordpress.org/community/meetups-landing-page',
|
||||
__( 'Meetups' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
@ -1158,7 +1209,7 @@ function wp_dashboard_events_news() {
|
|||
'<a href="%1$s" target="_blank">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
|
||||
'https://central.wordcamp.org/schedule/',
|
||||
__( 'WordCamps' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
@ -1171,7 +1222,7 @@ function wp_dashboard_events_news() {
|
|||
/* translators: If a Rosetta site exists (e.g. https://es.wordpress.org/news/), then use that. Otherwise, leave untranslated. */
|
||||
esc_url( _x( 'https://wordpress.org/news/', 'Events and News dashboard widget' ) ),
|
||||
__( 'News' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
@ -1263,7 +1314,7 @@ function wp_print_community_events_templates() {
|
|||
<script id="tmpl-community-events-attend-event-near" type="text/template">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: the name of a city */
|
||||
/* translators: %s: The name of a city. */
|
||||
__( 'Attend an upcoming event near %s.' ),
|
||||
'<strong>{{ data.location.description }}</strong>'
|
||||
);
|
||||
|
@ -1310,7 +1361,7 @@ function wp_print_community_events_templates() {
|
|||
<# if ( data.location.description ) { #>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: the city the user searched for, 2: meetup organization documentation URL */
|
||||
/* translators: 1: The city the user searched for, 2: Meetup organization documentation URL. */
|
||||
__( 'There aren’t any events scheduled near %1$s at the moment. Would you like to <a href="%2$s">organize one</a>?' ),
|
||||
'{{ data.location.description }}',
|
||||
__( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
|
||||
|
@ -1320,7 +1371,7 @@ function wp_print_community_events_templates() {
|
|||
<# } else { #>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: meetup organization documentation URL */
|
||||
/* translators: %s: Meetup organization documentation URL. */
|
||||
__( 'There aren’t any events scheduled near you at the moment. Would you like to <a href="%s">organize one</a>?' ),
|
||||
__( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
|
||||
);
|
||||
|
@ -1469,7 +1520,7 @@ function wp_dashboard_quota() {
|
|||
<li class="storage-count">
|
||||
<?php
|
||||
$text = sprintf(
|
||||
/* translators: %s: number of megabytes */
|
||||
/* translators: %s: Number of megabytes. */
|
||||
__( '%s MB Space Allowed' ),
|
||||
number_format_i18n( $quota )
|
||||
);
|
||||
|
@ -1483,7 +1534,7 @@ function wp_dashboard_quota() {
|
|||
</li><li class="storage-count <?php echo $used_class; ?>">
|
||||
<?php
|
||||
$text = sprintf(
|
||||
/* translators: 1: number of megabytes, 2: percentage */
|
||||
/* translators: 1: Number of megabytes, 2: Percentage. */
|
||||
__( '%1$s MB (%2$s%%) Space Used' ),
|
||||
number_format_i18n( $used, 2 ),
|
||||
$percentused
|
||||
|
@ -1509,13 +1560,13 @@ function wp_dashboard_browser_nag() {
|
|||
if ( $response ) {
|
||||
if ( $response['insecure'] ) {
|
||||
$msg = sprintf(
|
||||
/* translators: %s: browser name and link */
|
||||
/* translators: %s: Browser name and link. */
|
||||
__( "It looks like you're using an insecure version of %s. Using an outdated browser makes your computer unsafe. For the best WordPress experience, please update your browser." ),
|
||||
sprintf( '<a href="%s">%s</a>', esc_url( $response['update_url'] ), esc_html( $response['name'] ) )
|
||||
);
|
||||
} else {
|
||||
$msg = sprintf(
|
||||
/* translators: %s: browser name and link */
|
||||
/* translators: %s: Browser name and link. */
|
||||
__( "It looks like you're using an old version of %s. For the best WordPress experience, please update your browser." ),
|
||||
sprintf( '<a href="%s">%s</a>', esc_url( $response['update_url'] ), esc_html( $response['name'] ) )
|
||||
);
|
||||
|
@ -1537,7 +1588,7 @@ function wp_dashboard_browser_nag() {
|
|||
}
|
||||
|
||||
$notice .= '<p>' . sprintf(
|
||||
/* translators: 1: browser update URL, 2: browser name, 3: Browse Happy URL */
|
||||
/* translators: 1: Browser update URL, 2: Browser name, 3: Browse Happy URL. */
|
||||
__( '<a href="%1$s" class="update-browser-link">Update %2$s</a> or learn how to <a href="%3$s" class="browse-happy-link">browse happy</a>' ),
|
||||
esc_attr( $response['update_url'] ),
|
||||
esc_html( $response['name'] ),
|
||||
|
@ -1663,7 +1714,7 @@ function wp_dashboard_php_nag() {
|
|||
'<a class="button button-primary" href="%1$s" target="_blank" rel="noopener noreferrer">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
|
||||
esc_url( wp_get_update_php_url() ),
|
||||
__( 'Learn more about updating PHP' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
@ -1718,7 +1769,7 @@ function wp_welcome_panel() {
|
|||
<?php $themes_link = current_user_can( 'customize' ) ? add_query_arg( 'autofocus[panel]', 'themes', admin_url( 'customize.php' ) ) : admin_url( 'themes.php' ); ?>
|
||||
<p class="hide-if-no-customize">
|
||||
<?php
|
||||
/* translators: %s: URL to Themes panel in Customizer or Themes screen */
|
||||
/* translators: %s: URL to Themes panel in Customizer or Themes screen. */
|
||||
printf( __( 'or, <a href="%s">change your theme completely</a>' ), $themes_link );
|
||||
?>
|
||||
</p>
|
||||
|
@ -1749,7 +1800,7 @@ function wp_welcome_panel() {
|
|||
if ( current_theme_supports( 'widgets' ) || current_theme_supports( 'menus' ) ) :
|
||||
if ( current_theme_supports( 'widgets' ) && current_theme_supports( 'menus' ) ) {
|
||||
$widgets_menus_link = sprintf(
|
||||
/* translators: 1: URL to Widgets screen, 2: URL to Menus screen */
|
||||
/* translators: 1: URL to Widgets screen, 2: URL to Menus screen. */
|
||||
__( 'Manage <a href="%1$s">widgets</a> or <a href="%2$s">menus</a>' ),
|
||||
admin_url( 'widgets.php' ),
|
||||
admin_url( 'nav-menus.php' )
|
||||
|
|
|
@ -600,7 +600,7 @@ class WP_User_Search {
|
|||
) );
|
||||
if ( $this->paging_text ) {
|
||||
$this->paging_text = sprintf(
|
||||
/* translators: 1: starting number of users on the current page, 2: ending number of users, 3: total number of users */
|
||||
/* translators: 1: Starting number of users on the current page, 2: Ending number of users, 3: Total number of users. */
|
||||
'<span class="displaying-num">' . __( 'Displaying %1$s–%2$s of %3$s' ) . '</span>%s',
|
||||
number_format_i18n( ( $this->page - 1 ) * $this->users_per_page + 1 ),
|
||||
number_format_i18n( min( $this->page * $this->users_per_page, $this->total_users_for_query ) ),
|
||||
|
@ -1379,7 +1379,7 @@ function wp_dashboard_plugins_output( $rss, $args = array() ) {
|
|||
$ilink = wp_nonce_url('plugin-install.php?tab=plugin-information&plugin=' . $slug, 'install-plugin_' . $slug) . '&TB_iframe=true&width=600&height=800';
|
||||
echo '<li class="dashboard-news-plugin"><span>' . __( 'Popular Plugin' ) . ':</span> ' . esc_html( $raw_title ) .
|
||||
' <a href="' . $ilink . '" class="thickbox open-plugin-details-modal" aria-label="' .
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( __( 'Install %s' ), $raw_title ) ) . '">(' . __( 'Install' ) . ')</a></li>';
|
||||
|
||||
$feed->__destruct();
|
||||
|
|
|
@ -87,7 +87,7 @@ function get_file_description( $file ) {
|
|||
} elseif ( file_exists( $file_path ) && is_file( $file_path ) ) {
|
||||
$template_data = implode( '', file( $file_path ) );
|
||||
if ( preg_match( '|Template Name:(.*)$|mi', $template_data, $name ) ) {
|
||||
/* translators: %s: template name */
|
||||
/* translators: %s: Template name. */
|
||||
return sprintf( __( '%s Page Template' ), _cleanup_header_comment( $name[1] ) );
|
||||
}
|
||||
}
|
||||
|
@ -302,7 +302,7 @@ function wp_print_file_editor_templates() {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: line number, 2: file path */
|
||||
/* translators: 1: Line number, 2: File path. */
|
||||
__( 'Your PHP code changes were rolled back due to an error on line %1$s of file %2$s. Please fix and try saving again.' ),
|
||||
'{{ data.line }}',
|
||||
'{{ data.file }}'
|
||||
|
@ -314,7 +314,7 @@ function wp_print_file_editor_templates() {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Documentation URL */
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'You need to make this file writable before you can save your changes. See <a href="%s">Changing File Permissions</a> for more information.' ),
|
||||
__( 'https://wordpress.org/support/article/changing-file-permissions/' )
|
||||
);
|
||||
|
@ -875,7 +875,7 @@ function _wp_handle_upload( &$file, $overrides, $time, $action ) {
|
|||
return $upload_error_handler(
|
||||
$file,
|
||||
sprintf(
|
||||
/* translators: %s: destination file path */
|
||||
/* translators: %s: Destination file path. */
|
||||
__( 'The uploaded file could not be moved to %s.' ),
|
||||
$error_path
|
||||
)
|
||||
|
@ -1165,7 +1165,7 @@ function verify_file_md5( $filename, $expected_md5 ) {
|
|||
return new WP_Error(
|
||||
'md5_mismatch',
|
||||
sprintf(
|
||||
/* translators: 1: file checksum, 2: expected checksum value */
|
||||
/* translators: 1: File checksum, 2: Expected checksum value. */
|
||||
__( 'The checksum of the file (%1$s) does not match the expected checksum value (%2$s).' ),
|
||||
bin2hex( $file_md5 ),
|
||||
bin2hex( $expected_raw_md5 )
|
||||
|
|
|
@ -60,7 +60,7 @@ function wp_image_editor( $post_id, $msg = false ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: image width and height in pixels */
|
||||
/* translators: %s: Image width and height in pixels. */
|
||||
__( 'Original dimensions %s' ),
|
||||
$meta['width'] . ' × ' . $meta['height']
|
||||
);
|
||||
|
|
|
@ -60,7 +60,7 @@ function update_gallery_tab( $tabs ) {
|
|||
return $tabs;
|
||||
}
|
||||
|
||||
/* translators: %s: number of attachments */
|
||||
/* translators: %s: Number of attachments. */
|
||||
$tabs['gallery'] = sprintf( __( 'Gallery (%s)' ), "<span id='attachments-count'>$attachments</span>" );
|
||||
|
||||
return $tabs;
|
||||
|
@ -323,22 +323,22 @@ function media_handle_upload( $file_id, $post_id, $post_data = array(), $overrid
|
|||
if ( ! empty( $title ) ) {
|
||||
|
||||
if ( ! empty( $meta['album'] ) && ! empty( $meta['artist'] ) ) {
|
||||
/* translators: 1: audio track title, 2: album title, 3: artist name */
|
||||
/* translators: 1: Audio track title, 2: Album title, 3: Artist name. */
|
||||
$content .= sprintf( __( '"%1$s" from %2$s by %3$s.' ), $title, $meta['album'], $meta['artist'] );
|
||||
} elseif ( ! empty( $meta['album'] ) ) {
|
||||
/* translators: 1: audio track title, 2: album title */
|
||||
/* translators: 1: Audio track title, 2: Album title. */
|
||||
$content .= sprintf( __( '"%1$s" from %2$s.' ), $title, $meta['album'] );
|
||||
} elseif ( ! empty( $meta['artist'] ) ) {
|
||||
/* translators: 1: audio track title, 2: artist name */
|
||||
/* translators: 1: Audio track title, 2: Artist name. */
|
||||
$content .= sprintf( __( '"%1$s" by %2$s.' ), $title, $meta['artist'] );
|
||||
} else {
|
||||
/* translators: %s: audio track title */
|
||||
/* translators: %s: Audio track title. */
|
||||
$content .= sprintf( __( '"%s".' ), $title );
|
||||
}
|
||||
} elseif ( ! empty( $meta['album'] ) ) {
|
||||
|
||||
if ( ! empty( $meta['artist'] ) ) {
|
||||
/* translators: 1: audio album title, 2: artist name */
|
||||
/* translators: 1: Audio album title, 2: Artist name. */
|
||||
$content .= sprintf( __( '%1$s by %2$s.' ), $meta['album'], $meta['artist'] );
|
||||
} else {
|
||||
$content .= $meta['album'] . '.';
|
||||
|
@ -350,23 +350,23 @@ function media_handle_upload( $file_id, $post_id, $post_data = array(), $overrid
|
|||
}
|
||||
|
||||
if ( ! empty( $meta['year'] ) ) {
|
||||
/* translators: Audio file track information. %d: Year of audio track release */
|
||||
/* translators: Audio file track information. %d: Year of audio track release. */
|
||||
$content .= ' ' . sprintf( __( 'Released: %d.' ), $meta['year'] );
|
||||
}
|
||||
|
||||
if ( ! empty( $meta['track_number'] ) ) {
|
||||
$track_number = explode( '/', $meta['track_number'] );
|
||||
if ( isset( $track_number[1] ) ) {
|
||||
/* translators: Audio file track information. 1: Audio track number, 2: Total audio tracks */
|
||||
/* translators: Audio file track information. 1: Audio track number, 2: Total audio tracks. */
|
||||
$content .= ' ' . sprintf( __( 'Track %1$s of %2$s.' ), number_format_i18n( $track_number[0] ), number_format_i18n( $track_number[1] ) );
|
||||
} else {
|
||||
/* translators: Audio file track information. %s: Audio track number */
|
||||
/* translators: Audio file track information. %s: Audio track number. */
|
||||
$content .= ' ' . sprintf( __( 'Track %s.' ), number_format_i18n( $track_number[0] ) );
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! empty( $meta['genre'] ) ) {
|
||||
/* translators: Audio file genre information. %s: Audio genre name */
|
||||
/* translators: Audio file genre information. %s: Audio genre name. */
|
||||
$content .= ' ' . sprintf( __( 'Genre: %s.' ), $meta['genre'] );
|
||||
}
|
||||
|
||||
|
@ -1603,7 +1603,7 @@ function get_media_item( $attachment_id, $args = null ) {
|
|||
<tr><td colspan='2' class='imgedit-response' id='imgedit-response-$post->ID'></td></tr>\n
|
||||
<tr><td style='display:none' colspan='2' class='image-editor' id='image-editor-$post->ID'></td></tr>\n
|
||||
<tr><td colspan='2'><p class='media-types media-types-required-info'>" .
|
||||
/* translators: %s: an asterisk symbol (*) */
|
||||
/* translators: %s: Asterisk symbol (*). */
|
||||
sprintf( __( 'Required fields are marked %s' ), '<span class="required">*</span>' ) .
|
||||
"</p></td></tr>\n";
|
||||
|
||||
|
@ -1625,7 +1625,7 @@ function get_media_item( $attachment_id, $args = null ) {
|
|||
} elseif ( ! MEDIA_TRASH ) {
|
||||
$delete = "<a href='#' class='del-link' onclick=\"document.getElementById('del_attachment_$attachment_id').style.display='block';return false;\">" . __( 'Delete' ) . "</a>
|
||||
<div id='del_attachment_$attachment_id' class='del-attachment' style='display:none;'>" .
|
||||
/* translators: %s: file name */
|
||||
/* translators: %s: File name. */
|
||||
'<p>' . sprintf( __( 'You are about to delete %s.' ), '<strong>' . $filename . '</strong>' ) . "</p>
|
||||
<a href='" . wp_nonce_url( "post.php?action=delete&post=$attachment_id", 'delete-post_' . $attachment_id ) . "' id='del[$attachment_id]' class='button'>" . __( 'Continue' ) . "</a>
|
||||
<a href='#' class='button' onclick=\"this.parentNode.style.display='none';return false;\">" . __( 'Cancel' ) . '</a>
|
||||
|
@ -1910,7 +1910,7 @@ function get_compat_media_markup( $attachment_id, $args = null ) {
|
|||
|
||||
if ( $item ) {
|
||||
$item = '<p class="media-types media-types-required-info">' .
|
||||
/* translators: %s: an asterisk symbol (*) */
|
||||
/* translators: %s: Asterisk symbol (*). */
|
||||
sprintf( __( 'Required fields are marked %s' ), '<span class="required">*</span>' ) .
|
||||
'</p>' .
|
||||
'<table class="compat-attachment-fields">' . $item . '</table>';
|
||||
|
@ -2142,7 +2142,7 @@ wpUploaderInit = <?php echo wp_json_encode( $plupload_init ); ?>;
|
|||
|
||||
<p class="max-upload-size">
|
||||
<?php
|
||||
/* translators: %s: maximum allowed file size */
|
||||
/* translators: %s: Maximum allowed file size. */
|
||||
printf( __( 'Maximum upload file size: %s.' ), esc_html( size_format( $max_upload_size ) ) );
|
||||
?>
|
||||
</p>
|
||||
|
@ -2791,7 +2791,7 @@ function wp_media_insert_url_form( $default_view = 'image' ) {
|
|||
return '
|
||||
<p class="media-types"><label><input type="radio" name="media_type" value="image" id="image-only"' . checked( 'image-only', $view, false ) . ' /> ' . __( 'Image' ) . '</label> <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked( 'not-image', $view, false ) . ' /> ' . __( 'Audio, Video, or Other File' ) . '</label></p>
|
||||
<p class="media-types media-types-required-info">' .
|
||||
/* translators: %s: an asterisk symbol (*) */
|
||||
/* translators: %s: Asterisk symbol (*). */
|
||||
sprintf( __( 'Required fields are marked %s' ), '<span class="required">*</span>' ) .
|
||||
'</p>
|
||||
<table class="describe ' . $table_class . '"><tbody>
|
||||
|
@ -2882,7 +2882,7 @@ function media_upload_flash_bypass() {
|
|||
<p class="upload-flash-bypass">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: URL to browser uploader, 2: additional link attributes */
|
||||
/* translators: 1: URL to browser uploader, 2: Additional link attributes. */
|
||||
__( 'You are using the multi-file uploader. Problems? Try the <a href="%1$s" %2$s>browser uploader</a> instead.' ),
|
||||
$browser_uploader,
|
||||
'target="_blank"'
|
||||
|
@ -2930,7 +2930,7 @@ function media_upload_max_image_resize() {
|
|||
<p class="hide-if-no-js"><label>
|
||||
<input name="image_resize" type="checkbox" id="image_resize" value="true"<?php echo $checked; ?> />
|
||||
<?php
|
||||
/* translators: 1: link start tag, 2: link end tag, 3: width, 4: height */
|
||||
/* translators: 1: Link start tag, 2: Link end tag, 3: Width, 4: Height. */
|
||||
printf( __( 'Scale images to match the large size selected in %1$simage options%2$s (%3$d × %4$d).' ), $a, $end, (int) get_option( 'large_size_w', '1024' ), (int) get_option( 'large_size_h', '1024' ) );
|
||||
?>
|
||||
</label></p>
|
||||
|
@ -2944,7 +2944,7 @@ function media_upload_max_image_resize() {
|
|||
*/
|
||||
function multisite_over_quota_message() {
|
||||
echo '<p>' . sprintf(
|
||||
/* translators: %s: allowed space allocation */
|
||||
/* translators: %s: Allowed space allocation. */
|
||||
__( 'Sorry, you have used your space allocation of %s. Please delete some files to upload more files.' ),
|
||||
size_format( get_space_allowed() * MB_IN_BYTES )
|
||||
) . '</p>';
|
||||
|
@ -3067,13 +3067,13 @@ function edit_form_image_editor( $post ) {
|
|||
<p class="attachment-alt-text-description" id="alt-text-description">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: link to tutorial, 2: additional link attributes, 3: accessibility text */
|
||||
/* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */
|
||||
__( '<a href="%1$s" %2$s>Describe the purpose of the image%3$s</a>. Leave empty if the image is purely decorative.' ),
|
||||
esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ),
|
||||
'target="_blank" rel="noopener noreferrer"',
|
||||
sprintf(
|
||||
'<span class="screen-reader-text"> %s</span>',
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
)
|
||||
);
|
||||
|
|
|
@ -64,7 +64,7 @@ function post_submit_meta_box( $post, $args = array() ) {
|
|||
$preview_button = sprintf(
|
||||
'%1$s<span class="screen-reader-text"> %2$s</span>',
|
||||
$preview_button_text,
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
@ -198,18 +198,18 @@ function post_submit_meta_box( $post, $args = array() ) {
|
|||
$datef = __( 'M j, Y @ H:i' );
|
||||
if ( 0 != $post->ID ) {
|
||||
if ( 'future' == $post->post_status ) { // scheduled for publishing at a future date
|
||||
/* translators: Post date information. %s: Date on which the post is currently scheduled to be published */
|
||||
/* translators: Post date information. %s: Date on which the post is currently scheduled to be published. */
|
||||
$stamp = __( 'Scheduled for: <b>%s</b>' );
|
||||
} elseif ( 'publish' == $post->post_status || 'private' == $post->post_status ) { // already published
|
||||
/* translators: Post date information. %s: Date on which the post was published */
|
||||
/* translators: Post date information. %s: Date on which the post was published. */
|
||||
$stamp = __( 'Published on: <b>%s</b>' );
|
||||
} elseif ( '0000-00-00 00:00:00' == $post->post_date_gmt ) { // draft, 1 or more saves, no date specified
|
||||
$stamp = __( 'Publish <b>immediately</b>' );
|
||||
} elseif ( time() < strtotime( $post->post_date_gmt . ' +0000' ) ) { // draft, 1 or more saves, future date specified
|
||||
/* translators: Post date information. %s: Date on which the post is to be published */
|
||||
/* translators: Post date information. %s: Date on which the post is to be published. */
|
||||
$stamp = __( 'Schedule for: <b>%s</b>' );
|
||||
} else { // draft, 1 or more saves, date specified
|
||||
/* translators: Post date information. %s: Date on which the post is to be published */
|
||||
/* translators: Post date information. %s: Date on which the post is to be published. */
|
||||
$stamp = __( 'Publish on: <b>%s</b>' );
|
||||
}
|
||||
$date = date_i18n( $datef, strtotime( $post->post_date ) );
|
||||
|
@ -222,7 +222,7 @@ function post_submit_meta_box( $post, $args = array() ) {
|
|||
?>
|
||||
<div class="misc-pub-section misc-pub-revisions">
|
||||
<?php
|
||||
/* translators: Post revisions heading. %s: The number of available revisions */
|
||||
/* translators: Post revisions heading. %s: The number of available revisions. */
|
||||
printf( __( 'Revisions: %s' ), '<b>' . number_format_i18n( $args['args']['revisions_count'] ) . '</b>' );
|
||||
?>
|
||||
<a class="hide-if-no-js" href="<?php echo esc_url( get_edit_post_link( $args['args']['revision_id'] ) ); ?>"><span aria-hidden="true"><?php _ex( 'Browse', 'revisions' ); ?></span> <span class="screen-reader-text"><?php _e( 'Browse revisions' ); ?></span></a>
|
||||
|
@ -248,7 +248,7 @@ endif;
|
|||
<p>
|
||||
<?php
|
||||
echo sprintf(
|
||||
/* translators: %s: URL to the Customizer */
|
||||
/* translators: %s: URL to the Customizer. */
|
||||
__( 'This draft comes from your <a href="%s">unpublished customization changes</a>. You can edit, but there’s no need to publish now. It will be published automatically with those changes.' ),
|
||||
esc_url(
|
||||
add_query_arg(
|
||||
|
@ -369,11 +369,11 @@ function attachment_submit_meta_box( $post ) {
|
|||
__( 'M j, Y @ H:i' ),
|
||||
strtotime( $post->post_date )
|
||||
);
|
||||
printf(
|
||||
/* translators: Attachment information. %s: Date the attachment was uploaded */
|
||||
__( 'Uploaded on: %s' ),
|
||||
'<b>' . $date . '</b>'
|
||||
);
|
||||
printf(
|
||||
/* translators: Attachment information. %s: Date the attachment was uploaded. */
|
||||
__( 'Uploaded on: %s' ),
|
||||
'<b>' . $date . '</b>'
|
||||
);
|
||||
?>
|
||||
</span>
|
||||
</div><!-- .misc-pub-section -->
|
||||
|
@ -592,7 +592,7 @@ function post_categories_meta_box( $post, $box ) {
|
|||
<div id="<?php echo $tax_name; ?>-adder" class="wp-hidden-children">
|
||||
<a id="<?php echo $tax_name; ?>-add-toggle" href="#<?php echo $tax_name; ?>-add" class="hide-if-no-js taxonomy-add-new">
|
||||
<?php
|
||||
/* translators: %s: add new taxonomy label */
|
||||
/* translators: %s: Add New taxonomy label. */
|
||||
printf( __( '+ %s' ), $taxonomy->labels->add_new_item );
|
||||
?>
|
||||
</a>
|
||||
|
@ -663,7 +663,7 @@ function post_excerpt_meta_box( $post ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Documentation URL */
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="%s">Learn more about manual excerpts</a>.' ),
|
||||
__( 'https://wordpress.org/support/article/excerpt/' )
|
||||
);
|
||||
|
@ -700,7 +700,7 @@ function post_trackback_meta_box( $post ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Documentation URL */
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'Trackbacks are a way to notify legacy blog systems that you’ve linked to them. If you link other WordPress sites, they’ll be notified automatically using <a href="%s">pingbacks</a>, no other action necessary.' ),
|
||||
__( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' )
|
||||
);
|
||||
|
@ -737,7 +737,7 @@ function post_custom_meta_box( $post ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Documentation URL */
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ),
|
||||
__( 'https://wordpress.org/support/article/custom-fields/' )
|
||||
);
|
||||
|
@ -761,7 +761,7 @@ function post_comment_status_meta_box( $post ) {
|
|||
<label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked( $post->ping_status, 'open' ); ?> />
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Documentation URL */
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ),
|
||||
__( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' )
|
||||
);
|
||||
|
@ -1029,7 +1029,7 @@ function link_submit_meta_box( $link ) {
|
|||
printf(
|
||||
'<a class="submitdelete deletion" href="%s" onclick="return confirm( \'%s\' );">%s</a>',
|
||||
wp_nonce_url( "link.php?action=delete&link_id=$link->link_id", 'delete-bookmark_' . $link->link_id ),
|
||||
/* translators: %s: link name */
|
||||
/* translators: %s: Link name. */
|
||||
esc_js( sprintf( __( "You are about to delete this link '%s'\n 'Cancel' to stop, 'OK' to delete." ), $link->link_name ) ),
|
||||
__( 'Delete' )
|
||||
);
|
||||
|
|
|
@ -125,7 +125,7 @@ function insert_with_markers( $filename, $marker, $insertion ) {
|
|||
$switched_locale = switch_to_locale( get_locale() );
|
||||
|
||||
$instructions = sprintf(
|
||||
/* translators: 1: marker */
|
||||
/* translators: 1: Marker. */
|
||||
__(
|
||||
'The directives (lines) between `BEGIN %1$s` and `END %1$s` are
|
||||
dynamically generated, and should only be modified via WordPress filters.
|
||||
|
@ -1014,7 +1014,7 @@ function wp_check_locked_posts( $response, $data, $screen_id ) {
|
|||
$user = get_userdata( $user_id );
|
||||
if ( $user && current_user_can( 'edit_post', $post_id ) ) {
|
||||
$send = array(
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
'text' => sprintf( __( '%s is currently editing' ), $user->display_name ),
|
||||
);
|
||||
|
||||
|
@ -1064,7 +1064,7 @@ function wp_refresh_post_lock( $response, $data, $screen_id ) {
|
|||
$user = get_userdata( $user_id );
|
||||
if ( $user ) {
|
||||
$error = array(
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
'text' => sprintf( __( '%s has taken over and is currently editing.' ), $user->display_name ),
|
||||
);
|
||||
|
||||
|
@ -1188,11 +1188,11 @@ function heartbeat_autosave( $response, $data ) {
|
|||
'message' => __( 'Error while saving.' ),
|
||||
);
|
||||
} else {
|
||||
/* translators: draft saved date format, see https://secure.php.net/date */
|
||||
/* translators: Draft saved date format, see https://secure.php.net/date */
|
||||
$draft_saved_date_format = __( 'g:i:s a' );
|
||||
$response['wp_autosave'] = array(
|
||||
'success' => true,
|
||||
/* translators: %s: date and time */
|
||||
/* translators: %s: Date and time. */
|
||||
'message' => sprintf( __( 'Draft saved at %s.' ), date_i18n( $draft_saved_date_format ) ),
|
||||
);
|
||||
}
|
||||
|
@ -1348,7 +1348,7 @@ All at ###SITENAME###
|
|||
wp_mail(
|
||||
$value,
|
||||
sprintf(
|
||||
/* translators: New admin email address notification email subject. %s: Site title */
|
||||
/* translators: New admin email address notification email subject. %s: Site title. */
|
||||
__( '[%s] New Admin Email Address' ),
|
||||
wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES )
|
||||
),
|
||||
|
@ -1374,7 +1374,7 @@ All at ###SITENAME###
|
|||
*/
|
||||
function _wp_privacy_settings_filter_draft_page_titles( $title, $page ) {
|
||||
if ( 'draft' === $page->post_status && 'privacy' === get_current_screen()->id ) {
|
||||
/* translators: %s: Page Title */
|
||||
/* translators: %s: Page title. */
|
||||
$title = sprintf( __( '%s (Draft)' ), $title );
|
||||
}
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ function wpmu_checkAvailableSpace() {
|
|||
|
||||
if ( ! is_upload_space_available() ) {
|
||||
wp_die( sprintf(
|
||||
/* translators: %s: allowed space allocation */
|
||||
/* translators: %s: Allowed space allocation. */
|
||||
__( 'Sorry, you have used your space allocation of %s. Please delete some files to upload more files.' ),
|
||||
size_format( get_space_allowed() * MB_IN_BYTES )
|
||||
) );
|
||||
|
|
|
@ -32,12 +32,12 @@ function check_upload_size( $file ) {
|
|||
|
||||
$file_size = filesize( $file['tmp_name'] );
|
||||
if ( $space_left < $file_size ) {
|
||||
/* translators: %s: required disk space in kilobytes */
|
||||
/* translators: %s: Required disk space in kilobytes. */
|
||||
$file['error'] = sprintf( __( 'Not enough space to upload. %s KB needed.' ), number_format( ( $file_size - $space_left ) / KB_IN_BYTES ) );
|
||||
}
|
||||
|
||||
if ( $file_size > ( KB_IN_BYTES * get_site_option( 'fileupload_maxk', 1500 ) ) ) {
|
||||
/* translators: %s: maximum allowed file size in kilobytes */
|
||||
/* translators: %s: Maximum allowed file size in kilobytes. */
|
||||
$file['error'] = sprintf( __( 'This file is too big. Files must be less than %s KB in size.' ), get_site_option( 'fileupload_maxk', 1500 ) );
|
||||
}
|
||||
|
||||
|
@ -227,7 +227,7 @@ function upload_is_user_over_quota( $echo = true ) {
|
|||
if ( ( $space_allowed - $space_used ) < 0 ) {
|
||||
if ( $echo ) {
|
||||
printf(
|
||||
/* translators: %s: allowed space allocation */
|
||||
/* translators: %s: Allowed space allocation. */
|
||||
__( 'Sorry, you have used your space allocation of %s. Please delete some files to upload more files.' ),
|
||||
size_format( $space_allowed * MB_IN_BYTES )
|
||||
);
|
||||
|
@ -253,7 +253,7 @@ function display_space_usage() {
|
|||
?>
|
||||
<strong>
|
||||
<?php
|
||||
/* translators: Storage space that's been used. 1: Percentage of used space, 2: Total space allowed in megabytes or gigabytes */
|
||||
/* translators: Storage space that's been used. 1: Percentage of used space, 2: Total space allowed in megabytes or gigabytes. */
|
||||
printf( __( 'Used: %1$s%% of %2$s' ), number_format( $percent_used ), $space );
|
||||
?>
|
||||
</strong>
|
||||
|
@ -581,7 +581,7 @@ function _access_denied_splash() {
|
|||
if ( empty( $blogs ) ) {
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: 1: Site title */
|
||||
/* translators: 1: Site title. */
|
||||
__( 'You attempted to access the "%1$s" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the "%1$s" dashboard, please contact your network administrator.' ),
|
||||
$blog_name
|
||||
),
|
||||
|
@ -590,7 +590,7 @@ function _access_denied_splash() {
|
|||
}
|
||||
|
||||
$output = '<p>' . sprintf(
|
||||
/* translators: 1: Site title */
|
||||
/* translators: 1: Site title. */
|
||||
__( 'You attempted to access the "%1$s" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the "%1$s" dashboard, please contact your network administrator.' ),
|
||||
$blog_name
|
||||
) . '</p>';
|
||||
|
@ -702,7 +702,7 @@ function site_admin_notice() {
|
|||
|
||||
if ( get_site_option( 'wpmu_upgrade_site' ) != $wp_db_version ) {
|
||||
echo "<div class='update-nag'>" . sprintf(
|
||||
/* translators: %s: URL to Upgrade Network screen */
|
||||
/* translators: %s: URL to Upgrade Network screen. */
|
||||
__( 'Thank you for Updating! Please visit the <a href="%s">Upgrade Network</a> page to update all your sites.' ),
|
||||
esc_url( network_admin_url( 'upgrade.php' ) )
|
||||
) . '</div>';
|
||||
|
@ -759,7 +759,7 @@ function choose_primary_blog() {
|
|||
?>
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<?php /* translators: My Sites label */ ?>
|
||||
<?php /* translators: My Sites label. */ ?>
|
||||
<th scope="row"><label for="primary_blog"><?php _e( 'Primary Site' ); ?></label></th>
|
||||
<td>
|
||||
<?php
|
||||
|
@ -879,7 +879,7 @@ function confirm_delete_users( $users ) {
|
|||
if ( ! current_user_can( 'delete_user', $delete_user->ID ) ) {
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: %s: user login */
|
||||
/* translators: %s: User login. */
|
||||
__( 'Warning! User %s cannot be deleted.' ),
|
||||
$delete_user->user_login
|
||||
)
|
||||
|
@ -889,7 +889,7 @@ function confirm_delete_users( $users ) {
|
|||
if ( in_array( $delete_user->user_login, $site_admins ) ) {
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: %s: user login */
|
||||
/* translators: %s: User login. */
|
||||
__( 'Warning! User cannot be deleted. The user %s is a network administrator.' ),
|
||||
'<em>' . $delete_user->user_login . '</em>'
|
||||
)
|
||||
|
@ -908,7 +908,7 @@ function confirm_delete_users( $users ) {
|
|||
<td><fieldset><p><legend>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: user login */
|
||||
/* translators: User login. */
|
||||
__( 'What should be done with content owned by %s?' ),
|
||||
'<em>' . $delete_user->user_login . '</em>'
|
||||
);
|
||||
|
@ -941,7 +941,7 @@ function confirm_delete_users( $users ) {
|
|||
<ul style="list-style:none;">
|
||||
<li>
|
||||
<?php
|
||||
/* translators: %s: link to user's site */
|
||||
/* translators: %s: Link to user's site. */
|
||||
printf( __( 'Site: %s' ), $user_site );
|
||||
?>
|
||||
</li>
|
||||
|
@ -1132,7 +1132,7 @@ function get_site_screen_help_tab_args() {
|
|||
'<p>' . __( '<strong>Info</strong> — 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>' .
|
||||
'<p>' . __( '<strong>Users</strong> — 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>' .
|
||||
'<p>' . sprintf(
|
||||
/* translators: %s: URL to Network Themes screen */
|
||||
/* translators: %s: URL to Network Themes screen. */
|
||||
__( '<strong>Themes</strong> — This area shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site’s Appearance menu. To enable a theme for the entire network, see the <a href="%s">Network Themes</a> screen.' ),
|
||||
network_admin_url( 'themes.php' )
|
||||
) . '</p>' .
|
||||
|
|
|
@ -1025,7 +1025,7 @@ function wp_get_nav_menu_to_edit( $menu_id = 0 ) {
|
|||
return new WP_Error(
|
||||
'menu_walker_not_exist',
|
||||
sprintf(
|
||||
/* translators: %s: walker class name */
|
||||
/* translators: %s: Walker class name. */
|
||||
__( 'The Walker class named %s does not exist.' ),
|
||||
'<strong>' . $walker_class_name . '</strong>'
|
||||
)
|
||||
|
@ -1203,7 +1203,7 @@ function wp_nav_menu_update_menu_items( $nav_menu_selected_id, $nav_menu_selecte
|
|||
|
||||
$messages[] = '<div id="message" class="updated notice is-dismissible"><p>' .
|
||||
sprintf(
|
||||
/* translators: %s: nav menu title */
|
||||
/* translators: %s: Nav menu title. */
|
||||
__( '%s has been updated.' ),
|
||||
'<strong>' . $nav_menu_selected_title . '</strong>'
|
||||
) . '</p></div>';
|
||||
|
|
|
@ -123,7 +123,7 @@ function network_step1( $errors = false ) {
|
|||
$active_plugins = get_option( 'active_plugins' );
|
||||
if ( ! empty( $active_plugins ) ) {
|
||||
echo '<div class="updated"><p><strong>' . __( 'Warning:' ) . '</strong> ' . sprintf(
|
||||
/* translators: %s: Plugins screen URL */
|
||||
/* translators: %s: URL to Plugins screen. */
|
||||
__( 'Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.' ),
|
||||
admin_url( 'plugins.php?plugin_status=active' )
|
||||
) . '</p></div>';
|
||||
|
@ -138,7 +138,7 @@ function network_step1( $errors = false ) {
|
|||
if ( ( false !== $has_ports && ! in_array( $has_ports, array( ':80', ':443' ) ) ) ) {
|
||||
echo '<div class="error"><p><strong>' . __( 'ERROR:' ) . '</strong> ' . __( 'You cannot install a network of sites with your server address.' ) . '</p></div>';
|
||||
echo '<p>' . sprintf(
|
||||
/* translators: %s: port number */
|
||||
/* translators: %s: Port number. */
|
||||
__( 'You cannot use port numbers such as %s.' ),
|
||||
'<code>' . $has_ports . '</code>'
|
||||
) . '</p>';
|
||||
|
@ -165,7 +165,7 @@ function network_step1( $errors = false ) {
|
|||
if ( ! empty( $_POST['sitename'] ) && ! in_array( 'empty_sitename', $error_codes ) ) {
|
||||
$site_name = $_POST['sitename'];
|
||||
} else {
|
||||
/* translators: %s: Default network name */
|
||||
/* translators: %s: Default network title. */
|
||||
$site_name = sprintf( __( '%s Sites' ), get_option( 'blogname' ) );
|
||||
}
|
||||
|
||||
|
@ -209,7 +209,7 @@ function network_step1( $errors = false ) {
|
|||
if ( $got_mod_rewrite || $is_apache ) { // Protect against mod_rewrite mimicry (but ! Apache)
|
||||
echo '<p>';
|
||||
printf(
|
||||
/* translators: 1: mod_rewrite, 2: mod_rewrite documentation URL, 3: Google search for mod_rewrite */
|
||||
/* translators: 1: mod_rewrite, 2: mod_rewrite documentation URL, 3: Google search for mod_rewrite. */
|
||||
__( 'If %1$s is disabled, ask your administrator to enable that module, or look at the <a href="%2$s">Apache documentation</a> or <a href="%3$s">elsewhere</a> for help setting it up.' ),
|
||||
'<code>mod_rewrite</code>',
|
||||
'https://httpd.apache.org/docs/mod/mod_rewrite.html',
|
||||
|
@ -232,7 +232,7 @@ function network_step1( $errors = false ) {
|
|||
<td>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: hostname */
|
||||
/* translators: 1: Host name. */
|
||||
_x( 'like <code>site1.%1$s</code> and <code>site2.%1$s</code>', 'subdomain examples' ),
|
||||
$hostname
|
||||
);
|
||||
|
@ -244,7 +244,7 @@ function network_step1( $errors = false ) {
|
|||
<td>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: hostname */
|
||||
/* translators: 1: Host name. */
|
||||
_x( 'like <code>%1$s/site1</code> and <code>%1$s/site2</code>', 'subdirectory examples' ),
|
||||
$hostname
|
||||
);
|
||||
|
@ -267,7 +267,7 @@ function network_step1( $errors = false ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: site url, 2: host name, 3: www */
|
||||
/* translators: 1: Site URL, 2: Host name, 3: www. */
|
||||
__( 'We recommend you change your siteurl to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ),
|
||||
'<code>' . substr( $hostname, 4 ) . '</code>',
|
||||
'<code>' . $hostname . '</code>',
|
||||
|
@ -281,7 +281,7 @@ function network_step1( $errors = false ) {
|
|||
<td>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: host name */
|
||||
/* translators: %s: Host name. */
|
||||
__( 'The internet address of your network will be %s.' ),
|
||||
'<code>' . $hostname . '</code>'
|
||||
);
|
||||
|
@ -341,7 +341,7 @@ function network_step1( $errors = false ) {
|
|||
<td>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: host name */
|
||||
/* translators: %s: Host name. */
|
||||
__( 'The internet address of your network will be %s.' ),
|
||||
'<code>' . $hostname . '</code>'
|
||||
);
|
||||
|
@ -469,7 +469,7 @@ function network_step2( $errors = false ) {
|
|||
<li><p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: 1: wp-config.php, 2: location of wp-config file, 3: translated version of "That's all, stop editing! Happy publishing." */
|
||||
/* translators: 1: wp-config.php, 2: Location of wp-config file, 3: Translated version of "That's all, stop editing! Happy publishing." */
|
||||
__( 'Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:' ),
|
||||
'<code>wp-config.php</code>',
|
||||
'<code>' . $location_of_wp_config . '</code>',
|
||||
|
@ -601,7 +601,7 @@ define('BLOG_ID_CURRENT_SITE', 1);
|
|||
|
||||
echo '<li><p>';
|
||||
printf(
|
||||
/* translators: 1: a filename like .htaccess, 2: a file path */
|
||||
/* translators: 1: File name (.htaccess or web.config), 2: File path. */
|
||||
__( 'Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:' ),
|
||||
'<code>web.config</code>',
|
||||
'<code>' . $home_path . '</code>'
|
||||
|
@ -643,7 +643,7 @@ EOF;
|
|||
|
||||
echo '<li><p>';
|
||||
printf(
|
||||
/* translators: 1: a filename like .htaccess, 2: a file path */
|
||||
/* translators: 1: File name (.htaccess or web.config), 2: File path. */
|
||||
__( 'Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:' ),
|
||||
'<code>.htaccess</code>',
|
||||
'<code>' . $home_path . '</code>'
|
||||
|
|
|
@ -174,7 +174,7 @@ function plugins_api( $action, $args = array() ) {
|
|||
if ( $ssl && is_wp_error( $request ) ) {
|
||||
trigger_error(
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
|
||||
|
@ -187,7 +187,7 @@ function plugins_api( $action, $args = array() ) {
|
|||
$res = new WP_Error(
|
||||
'plugins_api_failed',
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
),
|
||||
|
@ -202,7 +202,7 @@ function plugins_api( $action, $args = array() ) {
|
|||
$res = new WP_Error(
|
||||
'plugins_api_failed',
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
),
|
||||
|
@ -300,9 +300,9 @@ function install_dashboard() {
|
|||
echo wp_generate_tag_cloud(
|
||||
$tags,
|
||||
array(
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
'single_text' => __( '%s plugin' ),
|
||||
/* translators: %s: number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
'multiple_text' => __( '%s plugins' ),
|
||||
)
|
||||
);
|
||||
|
@ -400,7 +400,7 @@ function display_plugins_table() {
|
|||
break;
|
||||
case 'install_plugins_beta':
|
||||
printf(
|
||||
/* translators: %s: URL to "Features as Plugins" page */
|
||||
/* translators: %s: URL to "Features as Plugins" page. */
|
||||
'<p>' . __( 'You are using a development version of WordPress. These feature plugins are also under development. <a href="%s">Learn more</a>.' ) . '</p>',
|
||||
'https://make.wordpress.org/core/handbook/about/release-cycle/features-as-plugins/'
|
||||
);
|
||||
|
@ -650,7 +650,7 @@ function install_plugin_information() {
|
|||
<?php } if ( ! empty( $api->last_updated ) ) { ?>
|
||||
<li><strong><?php _e( 'Last Updated:' ); ?></strong>
|
||||
<?php
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
printf( __( '%s ago' ), human_time_diff( strtotime( $api->last_updated ) ) );
|
||||
?>
|
||||
</li>
|
||||
|
@ -658,7 +658,7 @@ function install_plugin_information() {
|
|||
<li>
|
||||
<strong><?php _e( 'Requires WordPress Version:' ); ?></strong>
|
||||
<?php
|
||||
/* translators: %s: version number */
|
||||
/* translators: %s: Version number. */
|
||||
printf( __( '%s or higher' ), $api->requires );
|
||||
?>
|
||||
</li>
|
||||
|
@ -668,7 +668,7 @@ function install_plugin_information() {
|
|||
<li>
|
||||
<strong><?php _e( 'Requires PHP Version:' ); ?></strong>
|
||||
<?php
|
||||
/* translators: %s: version number */
|
||||
/* translators: %s: Version number. */
|
||||
printf( __( '%s or higher' ), $api->requires_php );
|
||||
?>
|
||||
</li>
|
||||
|
@ -678,7 +678,7 @@ function install_plugin_information() {
|
|||
if ( $api->active_installs >= 1000000 ) {
|
||||
$active_installs_millions = floor( $api->active_installs / 1000000 );
|
||||
printf(
|
||||
/* translators: %s: number of millions */
|
||||
/* translators: %s: Number of millions. */
|
||||
_nx( '%s+ Million', '%s+ Million', $active_installs_millions, 'Active plugin installations' ),
|
||||
number_format_i18n( $active_installs_millions )
|
||||
);
|
||||
|
@ -711,7 +711,7 @@ function install_plugin_information() {
|
|||
<p aria-hidden="true" class="fyi-description">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: number of ratings */
|
||||
/* translators: %s: Number of ratings. */
|
||||
_n( '(based on %s rating)', '(based on %s ratings)', $api->num_ratings ),
|
||||
number_format_i18n( $api->num_ratings )
|
||||
);
|
||||
|
@ -730,7 +730,7 @@ function install_plugin_information() {
|
|||
$_rating = $api->num_ratings ? ( $ratecount / $api->num_ratings ) : 0;
|
||||
$aria_label = esc_attr(
|
||||
sprintf(
|
||||
/* translators: 1: number of stars (used to determine singular/plural), 2: number of reviews */
|
||||
/* translators: 1: Number of stars (used to determine singular/plural), 2: Number of reviews. */
|
||||
_n(
|
||||
'Reviews with %1$d star: %2$s. Opens in a new tab.',
|
||||
'Reviews with %1$d stars: %2$s. Opens in a new tab.',
|
||||
|
@ -748,7 +748,7 @@ function install_plugin_information() {
|
|||
'<a href="%s" target="_blank" aria-label="%s">%s</a>',
|
||||
"https://wordpress.org/support/plugin/{$api->slug}/reviews/?filter={$key}",
|
||||
$aria_label,
|
||||
/* translators: %s: number of stars */
|
||||
/* translators: %s: Number of stars. */
|
||||
sprintf( _n( '%d star', '%d stars', $key ), $key )
|
||||
);
|
||||
?>
|
||||
|
@ -799,7 +799,7 @@ function install_plugin_information() {
|
|||
_e( '<strong>Error:</strong> This plugin <strong>requires a newer version of PHP</strong>.' );
|
||||
if ( current_user_can( 'update_php' ) ) {
|
||||
printf(
|
||||
/* translators: %s: "Update PHP" page URL */
|
||||
/* translators: %s: URL to Update PHP page. */
|
||||
' ' . __( '<a href="%s" target="_blank">Click here to learn more about updating PHP</a>.' ),
|
||||
esc_url( wp_get_update_php_url() )
|
||||
);
|
||||
|
@ -820,7 +820,7 @@ function install_plugin_information() {
|
|||
_e( '<strong>Error:</strong> This plugin <strong>requires a newer version of WordPress</strong>.' );
|
||||
if ( current_user_can( 'update_core' ) ) {
|
||||
printf(
|
||||
/* translators: %s: "Update WordPress" screen URL */
|
||||
/* translators: %s: URL to WordPress Updates screen. */
|
||||
' ' . __( '<a href="%s" target="_parent">Click here to update WordPress</a>.' ),
|
||||
self_admin_url( 'update-core.php' )
|
||||
);
|
||||
|
@ -872,7 +872,7 @@ function install_plugin_information() {
|
|||
}
|
||||
break;
|
||||
case 'newer_installed':
|
||||
/* translators: %s: Plugin version */
|
||||
/* translators: %s: Plugin version. */
|
||||
echo '<a class="button button-primary right disabled">' . sprintf( __( 'Newer Version (%s) Installed' ), $status['version'] ) . '</a>';
|
||||
break;
|
||||
case 'latest_installed':
|
||||
|
|
|
@ -210,7 +210,7 @@ function _get_plugin_data_markup_translate( $plugin_file, $plugin_data, $markup
|
|||
|
||||
if ( $plugin_data['Author'] ) {
|
||||
$plugin_data['Description'] .= sprintf(
|
||||
/* translators: %s: plugin author */
|
||||
/* translators: %s: Plugin author. */
|
||||
' <cite>' . __( 'By %s.' ) . '</cite>',
|
||||
$plugin_data['Author']
|
||||
);
|
||||
|
@ -1009,10 +1009,10 @@ function delete_plugins( $plugins, $deprecated = '' ) {
|
|||
|
||||
if ( ! empty( $errors ) ) {
|
||||
if ( 1 === count( $errors ) ) {
|
||||
/* translators: %s: plugin filename */
|
||||
/* translators: %s: Plugin filename. */
|
||||
$message = __( 'Could not fully remove the plugin %s.' );
|
||||
} else {
|
||||
/* translators: %s: comma-separated list of plugin filenames */
|
||||
/* translators: %s: Comma-separated list of plugin filenames. */
|
||||
$message = __( 'Could not fully remove the plugins %s.' );
|
||||
}
|
||||
|
||||
|
@ -1125,7 +1125,7 @@ function validate_plugin_requirements( $plugin ) {
|
|||
return new WP_Error(
|
||||
'plugin_wp_php_incompatible',
|
||||
sprintf(
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
__( '<strong>Error:</strong> Current WordPress and PHP versions do not meet minimum requirements for %s.' ),
|
||||
$plugin_data['Name']
|
||||
)
|
||||
|
@ -1134,7 +1134,7 @@ function validate_plugin_requirements( $plugin ) {
|
|||
return new WP_Error(
|
||||
'plugin_php_incompatible',
|
||||
sprintf(
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
__( '<strong>Error:</strong> Current PHP version does not meet minimum requirements for %s.' ),
|
||||
$plugin_data['Name']
|
||||
)
|
||||
|
@ -1143,7 +1143,7 @@ function validate_plugin_requirements( $plugin ) {
|
|||
return new WP_Error(
|
||||
'plugin_wp_incompatible',
|
||||
sprintf(
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
__( '<strong>Error:</strong> Current WordPress version does not meet minimum requirements for %s.' ),
|
||||
$plugin_data['Name']
|
||||
)
|
||||
|
|
|
@ -1714,10 +1714,10 @@ function _admin_notice_post_locked() {
|
|||
<p class="currently-editing wp-tab-first" tabindex="0">
|
||||
<?php
|
||||
if ( $override ) {
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
printf( __( '%s is already editing this post. Do you want to take over?' ), esc_html( $user->display_name ) );
|
||||
} else {
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
printf( __( '%s is already editing this post.' ), esc_html( $user->display_name ) );
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -324,7 +324,7 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
|
|||
}
|
||||
|
||||
$title = sprintf(
|
||||
/* translators: %s: user's email address */
|
||||
/* translators: %s: User's email address. */
|
||||
__( 'Personal Data Export for %s' ),
|
||||
$email_address
|
||||
);
|
||||
|
@ -531,7 +531,7 @@ All at ###SITENAME###
|
|||
$mail_success = wp_mail(
|
||||
$email_address,
|
||||
sprintf(
|
||||
/* translators: Personal data export notification email subject. %s: Site title */
|
||||
/* translators: Personal data export notification email subject. %s: Site title. */
|
||||
__( '[%s] Personal Data Export' ),
|
||||
$site_name
|
||||
),
|
||||
|
|
|
@ -241,7 +241,7 @@ function wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null
|
|||
'author' => $authors[ $revision->post_author ],
|
||||
'date' => date_i18n( __( 'M j, Y @ H:i' ), $modified ),
|
||||
'dateShort' => date_i18n( _x( 'j M @ H:i', 'revision date short format' ), $modified ),
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
'timeAgo' => sprintf( __( '%s ago' ), human_time_diff( $modified_gmt, $now_gmt ) ),
|
||||
'autosave' => $autosave,
|
||||
'current' => $current,
|
||||
|
@ -284,7 +284,7 @@ function wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null
|
|||
'author' => $authors[ $post->post_author ],
|
||||
'date' => date_i18n( __( 'M j, Y @ H:i' ), strtotime( $post->post_modified ) ),
|
||||
'dateShort' => date_i18n( _x( 'j M @ H:i', 'revision date short format' ), strtotime( $post->post_modified ) ),
|
||||
/* translators: %s: Human-readable time difference */
|
||||
/* translators: %s: Human-readable time difference. */
|
||||
'timeAgo' => sprintf( __( '%s ago' ), human_time_diff( strtotime( $post->post_modified_gmt ), $now_gmt ) ),
|
||||
'autosave' => false,
|
||||
'current' => true,
|
||||
|
@ -399,7 +399,7 @@ function wp_print_revision_templates() {
|
|||
<span class="byline">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
__( 'Autosave by %s' ),
|
||||
'<span class="author-name">{{ data.attributes.author.name }}</span>'
|
||||
);
|
||||
|
@ -409,7 +409,7 @@ function wp_print_revision_templates() {
|
|||
<span class="byline">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
__( 'Current Revision by %s' ),
|
||||
'<span class="author-name">{{ data.attributes.author.name }}</span>'
|
||||
);
|
||||
|
@ -419,7 +419,7 @@ function wp_print_revision_templates() {
|
|||
<span class="byline">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
__( 'Revision by %s' ),
|
||||
'<span class="author-name">{{ data.attributes.author.name }}</span>'
|
||||
);
|
||||
|
|
|
@ -415,11 +415,11 @@ function populate_options( array $options = array() ) {
|
|||
'siteurl' => $guessurl,
|
||||
'home' => $guessurl,
|
||||
'blogname' => __( 'My Site' ),
|
||||
/* translators: site tagline */
|
||||
/* translators: Site tagline. */
|
||||
'blogdescription' => __( 'Just another WordPress site' ),
|
||||
'users_can_register' => 0,
|
||||
'admin_email' => 'you@example.com',
|
||||
/* translators: default start of the week. 0 = Sunday, 1 = Monday */
|
||||
/* translators: Default start of the week. 0 = Sunday, 1 = Monday. */
|
||||
'start_of_week' => _x( '1', 'start of week' ),
|
||||
'use_balanceTags' => 0,
|
||||
'use_smilies' => 1,
|
||||
|
@ -436,11 +436,11 @@ function populate_options( array $options = array() ) {
|
|||
'default_ping_status' => 'open',
|
||||
'default_pingback_flag' => 1,
|
||||
'posts_per_page' => 10,
|
||||
/* translators: default date format, see https://secure.php.net/date */
|
||||
/* translators: Default date format, see https://secure.php.net/date */
|
||||
'date_format' => __( 'F j, Y' ),
|
||||
/* translators: default time format, see https://secure.php.net/date */
|
||||
/* translators: Default time format, see https://secure.php.net/date */
|
||||
'time_format' => __( 'g:i a' ),
|
||||
/* translators: links last updated date format, see https://secure.php.net/date */
|
||||
/* translators: Links last updated date format, see https://secure.php.net/date */
|
||||
'links_updated_date_format' => __( 'F j, Y g:i a' ),
|
||||
'comment_moderation' => 0,
|
||||
'moderation_notify' => 1,
|
||||
|
@ -556,7 +556,7 @@ function populate_options( array $options = array() ) {
|
|||
|
||||
// 3.0 multisite
|
||||
if ( is_multisite() ) {
|
||||
/* translators: site tagline */
|
||||
/* translators: %s: Network title. */
|
||||
$defaults['blogdescription'] = sprintf( __( 'Just another %s site' ), get_network()->site_name );
|
||||
$defaults['permalink_structure'] = '/%year%/%monthnum%/%day%/%postname%/';
|
||||
}
|
||||
|
@ -1085,18 +1085,18 @@ function populate_network( $network_id = 1, $domain = '', $email = '', $site_nam
|
|||
$msg = '<p><strong>' . __( 'Warning! Wildcard DNS may not be configured correctly!' ) . '</strong></p>';
|
||||
|
||||
$msg .= '<p>' . sprintf(
|
||||
/* translators: %s: host name */
|
||||
/* translators: %s: Host name. */
|
||||
__( 'The installer attempted to contact a random hostname (%s) on your domain.' ),
|
||||
'<code>' . $hostname . '</code>'
|
||||
);
|
||||
if ( ! empty( $errstr ) ) {
|
||||
/* translators: %s: error message */
|
||||
/* translators: %s: Error message. */
|
||||
$msg .= ' ' . sprintf( __( 'This resulted in an error message: %s' ), '<code>' . $errstr . '</code>' );
|
||||
}
|
||||
$msg .= '</p>';
|
||||
|
||||
$msg .= '<p>' . sprintf(
|
||||
/* translators: %s: asterisk symbol (*) */
|
||||
/* translators: %s: Asterisk symbol (*). */
|
||||
__( 'To use a subdomain configuration, you must have a wildcard entry in your DNS. This usually means adding a %s hostname record pointing at your web server in your DNS configuration tool.' ),
|
||||
'<code>*</code>'
|
||||
) . '</p>';
|
||||
|
@ -1249,7 +1249,7 @@ We hope you enjoy your new site. Thanks!
|
|||
'illegal_names' => array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator', 'files' ),
|
||||
'wpmu_upgrade_site' => $wp_db_version,
|
||||
'welcome_email' => $welcome_email,
|
||||
/* translators: %s: site link */
|
||||
/* translators: %s: Site link. */
|
||||
'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start writing!' ),
|
||||
// @todo - network admins should have a method of editing the network siteurl (used for cookie hash)
|
||||
'siteurl' => get_option( 'siteurl' ) . '/',
|
||||
|
|
|
@ -533,7 +533,7 @@ function wp_comment_trashnotice() {
|
|||
<div class="hidden" id="trash-undo-holder">
|
||||
<div class="trash-undo-inside">
|
||||
<?php
|
||||
/* translators: %s: comment author, filled by AJAX */
|
||||
/* translators: %s: Comment author, filled by AJAX. */
|
||||
printf( __( 'Comment by %s moved to the trash.' ), '<strong></strong>' );
|
||||
?>
|
||||
<span class="undo untrash"><a href="#"><?php _e( 'Undo' ); ?></a></span>
|
||||
|
@ -542,7 +542,7 @@ function wp_comment_trashnotice() {
|
|||
<div class="hidden" id="spam-undo-holder">
|
||||
<div class="spam-undo-inside">
|
||||
<?php
|
||||
/* translators: %s: comment author, filled by AJAX */
|
||||
/* translators: %s: Comment author, filled by AJAX. */
|
||||
printf( __( 'Comment by %s marked as spam.' ), '<strong></strong>' );
|
||||
?>
|
||||
<span class="undo unspam"><a href="#"><?php _e( 'Undo' ); ?></a></span>
|
||||
|
@ -812,7 +812,7 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) {
|
|||
$monthnum = zeroise( $i, 2 );
|
||||
$monthtext = $wp_locale->get_month_abbrev( $wp_locale->get_month( $i ) );
|
||||
$month .= "\t\t\t" . '<option value="' . $monthnum . '" data-text="' . $monthtext . '" ' . selected( $monthnum, $mm, false ) . '>';
|
||||
/* translators: 1: month number (01, 02, etc.), 2: month abbreviation */
|
||||
/* translators: 1: Month number (01, 02, etc.), 2: Month abbreviation. */
|
||||
$month .= sprintf( __( '%1$s-%2$s' ), $monthnum, $monthtext ) . "</option>\n";
|
||||
}
|
||||
$month .= '</select></label>';
|
||||
|
@ -823,7 +823,7 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) {
|
|||
$minute = '<label><span class="screen-reader-text">' . __( 'Minute' ) . '</span><input type="text" ' . ( $multi ? '' : 'id="mn" ' ) . 'name="mn" value="' . $mn . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" /></label>';
|
||||
|
||||
echo '<div class="timestamp-wrap">';
|
||||
/* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute */
|
||||
/* translators: 1: Month, 2: Day, 3: Year, 4: Hour, 5: Minute. */
|
||||
printf( __( '%1$s %2$s, %3$s @ %4$s:%5$s' ), $month, $day, $year, $hour, $minute );
|
||||
|
||||
echo '</div><input type="hidden" id="ss" name="ss" value="' . $ss . '" />';
|
||||
|
@ -971,7 +971,7 @@ function wp_import_upload_form( $action ) {
|
|||
printf(
|
||||
'<label for="upload">%s</label> (%s)',
|
||||
__( 'Choose a file from your computer:' ),
|
||||
/* translators: %s: maximum allowed file size */
|
||||
/* translators: %s: Maximum allowed file size. */
|
||||
sprintf( __( 'Maximum size: %s' ), $size )
|
||||
);
|
||||
?>
|
||||
|
@ -1125,7 +1125,7 @@ function do_block_editor_incompatible_meta_box( $object, $box ) {
|
|||
$plugins = get_plugins();
|
||||
echo '<p>';
|
||||
if ( $plugin ) {
|
||||
/* translators: %s: the name of the plugin that generated this meta box. */
|
||||
/* translators: %s: The name of the plugin that generated this meta box. */
|
||||
printf( __( "This meta box, from the %s plugin, isn't compatible with the block editor." ), "<strong>{$plugin['Name']}</strong>" );
|
||||
} else {
|
||||
_e( "This meta box isn't compatible with the block editor." );
|
||||
|
@ -1309,7 +1309,7 @@ function do_meta_boxes( $screen, $context, $object ) {
|
|||
|
||||
echo '<button type="button" class="handlediv" aria-expanded="true">';
|
||||
echo '<span class="screen-reader-text">' . sprintf(
|
||||
/* translators: meta box title */
|
||||
/* translators: Meta box title. */
|
||||
__( 'Toggle panel: %s' ),
|
||||
$widget_title
|
||||
) . '</span>';
|
||||
|
@ -1332,7 +1332,7 @@ function do_meta_boxes( $screen, $context, $object ) {
|
|||
<div class="error inline">
|
||||
<p>
|
||||
<?php
|
||||
/* translators: %s: the name of the plugin that generated this meta box. */
|
||||
/* translators: %s: The name of the plugin that generated this meta box. */
|
||||
printf( __( "This meta box, from the %s plugin, isn't compatible with the block editor." ), "<strong>{$plugin['Name']}</strong>" );
|
||||
?>
|
||||
</p>
|
||||
|
@ -2511,11 +2511,11 @@ function wp_star_rating( $args = array() ) {
|
|||
$empty_stars = 5 - $full_stars - $half_stars;
|
||||
|
||||
if ( $parsed_args['number'] ) {
|
||||
/* translators: 1: the rating, 2: the number of ratings */
|
||||
/* translators: 1: The rating, 2: The number of ratings. */
|
||||
$format = _n( '%1$s rating based on %2$s rating', '%1$s rating based on %2$s ratings', $parsed_args['number'] );
|
||||
$title = sprintf( $format, number_format_i18n( $rating, 1 ), number_format_i18n( $parsed_args['number'] ) );
|
||||
} else {
|
||||
/* translators: %s: the rating */
|
||||
/* translators: %s: The rating. */
|
||||
$title = sprintf( __( '%s rating' ), number_format_i18n( $rating, 1 ) );
|
||||
}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ function delete_theme( $stylesheet, $redirect = '' ) {
|
|||
if ( ! $deleted ) {
|
||||
return new WP_Error(
|
||||
'could_not_remove_theme',
|
||||
/* translators: %s: Theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
sprintf( __( 'Could not fully remove the theme %s.' ), $stylesheet )
|
||||
);
|
||||
}
|
||||
|
@ -200,46 +200,46 @@ function get_theme_update_available( $theme ) {
|
|||
if ( ! is_multisite() ) {
|
||||
if ( ! current_user_can( 'update_themes' ) ) {
|
||||
$html = sprintf(
|
||||
/* translators: 1: theme name, 2: theme details URL, 3: additional link attributes, 4: version number */
|
||||
/* translators: 1: Theme name, 2: Theme details URL, 3: Additional link attributes, 4: Version number. */
|
||||
'<p><strong>' . __( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a>.' ) . '</strong></p>',
|
||||
$theme_name,
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: theme name, 2: version number */
|
||||
/* translators: 1: Theme name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $theme_name, $update['new_version'] ) )
|
||||
),
|
||||
$update['new_version']
|
||||
);
|
||||
} elseif ( empty( $update['package'] ) ) {
|
||||
$html = sprintf(
|
||||
/* translators: 1: theme name, 2: theme details URL, 3: additional link attributes, 4: version number */
|
||||
/* translators: 1: Theme name, 2: Theme details URL, 3: Additional link attributes, 4: Version number. */
|
||||
'<p><strong>' . __( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this theme.</em>' ) . '</strong></p>',
|
||||
$theme_name,
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: theme name, 2: version number */
|
||||
/* translators: 1: Theme name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $theme_name, $update['new_version'] ) )
|
||||
),
|
||||
$update['new_version']
|
||||
);
|
||||
} else {
|
||||
$html = sprintf(
|
||||
/* translators: 1: theme name, 2: theme details URL, 3: additional link attributes, 4: version number, 5: update URL, 6: additional link attributes */
|
||||
/* translators: 1: Theme name, 2: Theme details URL, 3: Additional link attributes, 4: Version number, 5: Update URL, 6: Additional link attributes. */
|
||||
'<p><strong>' . __( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s" %6$s>update now</a>.' ) . '</strong></p>',
|
||||
$theme_name,
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: theme name, 2: version number */
|
||||
/* translators: 1: Theme name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $theme_name, $update['new_version'] ) )
|
||||
),
|
||||
$update['new_version'],
|
||||
$update_url,
|
||||
sprintf(
|
||||
'aria-label="%s" id="update-theme" data-slug="%s"',
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
esc_attr( sprintf( __( 'Update %s now' ), $theme_name ) ),
|
||||
$stylesheet
|
||||
)
|
||||
|
@ -509,7 +509,7 @@ function themes_api( $action, $args = array() ) {
|
|||
if ( ! wp_doing_ajax() ) {
|
||||
trigger_error(
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
|
||||
|
@ -523,7 +523,7 @@ function themes_api( $action, $args = array() ) {
|
|||
$res = new WP_Error(
|
||||
'themes_api_failed',
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
),
|
||||
|
@ -538,7 +538,7 @@ function themes_api( $action, $args = array() ) {
|
|||
$res = new WP_Error(
|
||||
'themes_api_failed',
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
),
|
||||
|
@ -723,13 +723,13 @@ function customize_themes_print_templates() {
|
|||
<# } #>
|
||||
<h2 class="theme-name">{{{ data.name }}}<span class="theme-version">
|
||||
<?php
|
||||
/* translators: %s: theme version */
|
||||
/* translators: %s: Theme version. */
|
||||
printf( __( 'Version: %s' ), '{{ data.version }}' );
|
||||
?>
|
||||
</span></h2>
|
||||
<h3 class="theme-author">
|
||||
<?php
|
||||
/* translators: %s: theme author link */
|
||||
/* translators: %s: Theme author link. */
|
||||
printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' );
|
||||
?>
|
||||
</h3>
|
||||
|
@ -741,9 +741,9 @@ function customize_themes_print_templates() {
|
|||
<?php
|
||||
printf(
|
||||
'%1$s <span class="screen-reader-text">%2$s</span>',
|
||||
/* translators: %s: number of ratings */
|
||||
/* translators: %s: Number of ratings. */
|
||||
sprintf( __( '(%s ratings)' ), '{{ data.num_ratings }}' ),
|
||||
/* translators: accessibility text */
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
@ -762,7 +762,7 @@ function customize_themes_print_templates() {
|
|||
<p class="parent-theme">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
__( 'This is a child theme of %s.' ),
|
||||
'<strong>{{{ data.parent }}}</strong>'
|
||||
);
|
||||
|
|
|
@ -60,7 +60,7 @@ function translations_api( $type, $args = null ) {
|
|||
if ( $ssl && is_wp_error( $request ) ) {
|
||||
trigger_error(
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
|
||||
|
@ -74,7 +74,7 @@ function translations_api( $type, $args = null ) {
|
|||
$res = new WP_Error(
|
||||
'translations_api_failed',
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
),
|
||||
|
@ -86,7 +86,7 @@ function translations_api( $type, $args = null ) {
|
|||
$res = new WP_Error(
|
||||
'translations_api_failed',
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
),
|
||||
|
|
|
@ -949,7 +949,7 @@ function update_core( $from, $to ) {
|
|||
|
||||
$php_update_message = '';
|
||||
if ( function_exists( 'wp_get_update_php_url' ) ) {
|
||||
/* translators: %s: Update PHP page URL */
|
||||
/* translators: %s: URL to Update PHP page. */
|
||||
$php_update_message = '</p><p>' . sprintf( __( '<a href="%s">Learn more about updating PHP</a>.' ), esc_url( wp_get_update_php_url() ) );
|
||||
|
||||
if ( function_exists( 'wp_get_update_php_annotation' ) ) {
|
||||
|
@ -964,7 +964,7 @@ function update_core( $from, $to ) {
|
|||
return new WP_Error(
|
||||
'php_mysql_not_compatible',
|
||||
sprintf(
|
||||
/* translators: 1: WordPress version number, 2: Minimum required PHP version number, 3: Minimum required MySQL version number, 4: Current PHP version number, 5: Current MySQL version number */
|
||||
/* translators: 1: WordPress version number, 2: Minimum required PHP version number, 3: Minimum required MySQL version number, 4: Current PHP version number, 5: Current MySQL version number. */
|
||||
__( 'The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.' ),
|
||||
$wp_version,
|
||||
$required_php_version,
|
||||
|
@ -977,7 +977,7 @@ function update_core( $from, $to ) {
|
|||
return new WP_Error(
|
||||
'php_not_compatible',
|
||||
sprintf(
|
||||
/* translators: 1: WordPress version number, 2: Minimum required PHP version number, 3: Current PHP version number */
|
||||
/* translators: 1: WordPress version number, 2: Minimum required PHP version number, 3: Current PHP version number. */
|
||||
__( 'The update cannot be installed because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.' ),
|
||||
$wp_version,
|
||||
$required_php_version,
|
||||
|
@ -988,7 +988,7 @@ function update_core( $from, $to ) {
|
|||
return new WP_Error(
|
||||
'mysql_not_compatible',
|
||||
sprintf(
|
||||
/* translators: 1: WordPress version number, 2: Minimum required MySQL version number, 3: Current MySQL version number */
|
||||
/* translators: 1: WordPress version number, 2: Minimum required MySQL version number, 3: Current MySQL version number. */
|
||||
__( 'The update cannot be installed because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.' ),
|
||||
$wp_version,
|
||||
$required_mysql_version,
|
||||
|
@ -1385,7 +1385,7 @@ function _redirect_to_about_wordpress( $new_version ) {
|
|||
// self_admin_url() won't exist when upgrading from <= 3.0, so relative URLs are intentional.
|
||||
show_message(
|
||||
'<span class="hide-if-no-js">' . sprintf(
|
||||
/* translators: 1: WordPress version, 2: URL to About screen */
|
||||
/* translators: 1: WordPress version, 2: URL to About screen. */
|
||||
__( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click <a href="%2$s">here</a>.' ),
|
||||
$new_version,
|
||||
'about.php?updated'
|
||||
|
@ -1393,7 +1393,7 @@ function _redirect_to_about_wordpress( $new_version ) {
|
|||
);
|
||||
show_message(
|
||||
'<span class="hide-if-js">' . sprintf(
|
||||
/* translators: 1: WordPress version, 2: URL to About screen */
|
||||
/* translators: 1: WordPress version, 2: URL to About screen. */
|
||||
__( 'Welcome to WordPress %1$s. <a href="%2$s">Learn more</a>.' ),
|
||||
$new_version,
|
||||
'about.php?updated'
|
||||
|
|
|
@ -132,7 +132,7 @@ function get_core_checksums( $version, $locale ) {
|
|||
if ( $ssl && is_wp_error( $response ) ) {
|
||||
trigger_error(
|
||||
sprintf(
|
||||
/* translators: %s: support forums URL */
|
||||
/* translators: %s: Support forums URL. */
|
||||
__( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.' ),
|
||||
__( 'https://wordpress.org/support/forums/' )
|
||||
) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
|
||||
|
@ -209,7 +209,7 @@ function find_core_update( $version, $locale ) {
|
|||
*/
|
||||
function core_update_footer( $msg = '' ) {
|
||||
if ( ! current_user_can( 'update_core' ) ) {
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
return sprintf( __( 'Version %s' ), get_bloginfo( 'version', 'display' ) );
|
||||
}
|
||||
|
||||
|
@ -233,7 +233,7 @@ function core_update_footer( $msg = '' ) {
|
|||
switch ( $cur->response ) {
|
||||
case 'development':
|
||||
return sprintf(
|
||||
/* translators: 1: WordPress version number, 2: WordPress updates admin screen URL */
|
||||
/* translators: 1: WordPress version number, 2: URL to WordPress Updates screen. */
|
||||
__( 'You are using a development version (%1$s). Cool! Please <a href="%2$s">stay updated</a>.' ),
|
||||
get_bloginfo( 'version', 'display' ),
|
||||
network_admin_url( 'update-core.php' )
|
||||
|
@ -243,13 +243,13 @@ function core_update_footer( $msg = '' ) {
|
|||
return sprintf(
|
||||
'<strong><a href="%s">%s</a></strong>',
|
||||
network_admin_url( 'update-core.php' ),
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
sprintf( __( 'Get Version %s' ), $cur->current )
|
||||
);
|
||||
|
||||
case 'latest':
|
||||
default:
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
return sprintf( __( 'Version %s' ), get_bloginfo( 'version', 'display' ) );
|
||||
}
|
||||
}
|
||||
|
@ -276,14 +276,14 @@ function update_nag() {
|
|||
}
|
||||
|
||||
$version_url = sprintf(
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
||||
sanitize_title( $cur->current )
|
||||
);
|
||||
|
||||
if ( current_user_can( 'update_core' ) ) {
|
||||
$msg = sprintf(
|
||||
/* translators: 1: URL to WordPress release notes, 2: new WordPress version, 3: URL to network admin, 4: accessibility text */
|
||||
/* translators: 1: URL to WordPress release notes, 2: New WordPress version, 3: URL to network admin, 4: Accessibility text. */
|
||||
__( '<a href="%1$s">WordPress %2$s</a> is available! <a href="%3$s" aria-label="%4$s">Please update now</a>.' ),
|
||||
$version_url,
|
||||
$cur->current,
|
||||
|
@ -292,7 +292,7 @@ function update_nag() {
|
|||
);
|
||||
} else {
|
||||
$msg = sprintf(
|
||||
/* translators: 1: URL to WordPress release notes, 2: new WordPress version */
|
||||
/* translators: 1: URL to WordPress release notes, 2: New WordPress version. */
|
||||
__( '<a href="%1$s">WordPress %2$s</a> is available! Please notify the site administrator.' ),
|
||||
$version_url,
|
||||
$cur->current
|
||||
|
@ -317,13 +317,13 @@ function update_right_now_message() {
|
|||
$msg .= sprintf(
|
||||
'<a href="%s" class="button" aria-describedby="wp-version">%s</a> ',
|
||||
network_admin_url( 'update-core.php' ),
|
||||
/* translators: %s: WordPress version number, or 'Latest' string */
|
||||
/* translators: %s: WordPress version number, or 'Latest' string. */
|
||||
sprintf( __( 'Update to %s' ), $cur->current ? $cur->current : __( 'Latest' ) )
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/* translators: 1: version number, 2: theme name */
|
||||
/* translators: 1: Version number, 2: Theme name. */
|
||||
$content = __( 'WordPress %1$s running %2$s theme.' );
|
||||
|
||||
/**
|
||||
|
@ -436,26 +436,26 @@ function wp_plugin_update_row( $file, $plugin_data ) {
|
|||
|
||||
if ( ! current_user_can( 'update_plugins' ) ) {
|
||||
printf(
|
||||
/* translators: 1: plugin name, 2: details URL, 3: additional link attributes, 4: version number */
|
||||
/* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number. */
|
||||
__( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a>.' ),
|
||||
$plugin_name,
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: plugin name, 2: version number */
|
||||
/* translators: 1: Plugin name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $plugin_name, $response->new_version ) )
|
||||
),
|
||||
esc_attr( $response->new_version )
|
||||
);
|
||||
} elseif ( empty( $response->package ) ) {
|
||||
printf(
|
||||
/* translators: 1: plugin name, 2: details URL, 3: additional link attributes, 4: version number */
|
||||
/* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number. */
|
||||
__( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>' ),
|
||||
$plugin_name,
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: plugin name, 2: version number */
|
||||
/* translators: 1: Plugin name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $plugin_name, $response->new_version ) )
|
||||
),
|
||||
esc_attr( $response->new_version )
|
||||
|
@ -463,32 +463,32 @@ function wp_plugin_update_row( $file, $plugin_data ) {
|
|||
} else {
|
||||
if ( $compatible_php ) {
|
||||
printf(
|
||||
/* translators: 1: plugin name, 2: details URL, 3: additional link attributes, 4: version number, 5: update URL, 6: additional link attributes */
|
||||
/* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number, 5: Update URL, 6: Additional link attributes. */
|
||||
__( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s" %6$s>update now</a>.' ),
|
||||
$plugin_name,
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: plugin name, 2: version number */
|
||||
/* translators: 1: Plugin name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $plugin_name, $response->new_version ) )
|
||||
),
|
||||
esc_attr( $response->new_version ),
|
||||
wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $file, 'upgrade-plugin_' . $file ),
|
||||
sprintf(
|
||||
'class="update-link" aria-label="%s"',
|
||||
/* translators: %s: plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
esc_attr( sprintf( __( 'Update %s now' ), $plugin_name ) )
|
||||
)
|
||||
);
|
||||
} else {
|
||||
printf(
|
||||
/* translators: 1: plugin name, 2: details URL, 3: additional link attributes, 4: version number 5: Update PHP page URL */
|
||||
/* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number 5: URL to Update PHP page. */
|
||||
__( 'There is a new version of %1$s available, but it doesn’t work with your version of PHP. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s">learn more about updating PHP</a>.' ),
|
||||
$plugin_name,
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: plugin name, 2: version number */
|
||||
/* translators: 1: Plugin name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $plugin_name, $response->new_version ) )
|
||||
),
|
||||
esc_attr( $response->new_version ),
|
||||
|
@ -618,46 +618,46 @@ function wp_theme_update_row( $theme_key, $theme ) {
|
|||
|
||||
if ( ! current_user_can( 'update_themes' ) ) {
|
||||
printf(
|
||||
/* translators: 1: theme name, 2: details URL, 3: additional link attributes, 4: version number */
|
||||
/* translators: 1: Theme name, 2: Details URL, 3: Additional link attributes, 4: Version number. */
|
||||
__( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a>.' ),
|
||||
$theme['Name'],
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: theme name, 2: version number */
|
||||
/* translators: 1: Theme name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $theme['Name'], $response['new_version'] ) )
|
||||
),
|
||||
$response['new_version']
|
||||
);
|
||||
} elseif ( empty( $response['package'] ) ) {
|
||||
printf(
|
||||
/* translators: 1: theme name, 2: details URL, 3: additional link attributes, 4: version number */
|
||||
/* translators: 1: Theme name, 2: Details URL, 3: Additional link attributes, 4: Version number. */
|
||||
__( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this theme.</em>' ),
|
||||
$theme['Name'],
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: theme name, 2: version number */
|
||||
/* translators: 1: Theme name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $theme['Name'], $response['new_version'] ) )
|
||||
),
|
||||
$response['new_version']
|
||||
);
|
||||
} else {
|
||||
printf(
|
||||
/* translators: 1: theme name, 2: details URL, 3: additional link attributes, 4: version number, 5: update URL, 6: additional link attributes */
|
||||
/* translators: 1: Theme name, 2: Details URL, 3: Additional link attributes, 4: Version number, 5: Update URL, 6: Additional link attributes. */
|
||||
__( 'There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s" %6$s>update now</a>.' ),
|
||||
$theme['Name'],
|
||||
esc_url( $details_url ),
|
||||
sprintf(
|
||||
'class="thickbox open-plugin-details-modal" aria-label="%s"',
|
||||
/* translators: 1: theme name, 2: version number */
|
||||
/* translators: 1: Theme name, 2: Version number. */
|
||||
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $theme['Name'], $response['new_version'] ) )
|
||||
),
|
||||
$response['new_version'],
|
||||
wp_nonce_url( self_admin_url( 'update.php?action=upgrade-theme&theme=' ) . $theme_key, 'upgrade-theme_' . $theme_key ),
|
||||
sprintf(
|
||||
'class="update-link" aria-label="%s"',
|
||||
/* translators: %s: theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
esc_attr( sprintf( __( 'Update %s now' ), $theme['Name'] ) )
|
||||
)
|
||||
);
|
||||
|
@ -718,7 +718,7 @@ function maintenance_nag() {
|
|||
|
||||
if ( current_user_can( 'update_core' ) ) {
|
||||
$msg = sprintf(
|
||||
/* translators: %s: URL to WordPress Updates screen */
|
||||
/* translators: %s: URL to WordPress Updates screen. */
|
||||
__( 'An automated WordPress update has failed to complete - <a href="%s">please attempt the update again now</a>.' ),
|
||||
'update-core.php'
|
||||
);
|
||||
|
@ -757,24 +757,24 @@ function wp_print_admin_notice_templates() {
|
|||
<# if ( 1 === data.successes ) { #>
|
||||
<# if ( 'plugin' === data.type ) { #>
|
||||
<?php
|
||||
/* translators: %s: Number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
printf( __( '%s plugin successfully updated.' ), '{{ data.successes }}' );
|
||||
?>
|
||||
<# } else { #>
|
||||
<?php
|
||||
/* translators: %s: Number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
printf( __( '%s theme successfully updated.' ), '{{ data.successes }}' );
|
||||
?>
|
||||
<# } #>
|
||||
<# } else { #>
|
||||
<# if ( 'plugin' === data.type ) { #>
|
||||
<?php
|
||||
/* translators: %s: Number of plugins */
|
||||
/* translators: %s: Number of plugins. */
|
||||
printf( __( '%s plugins successfully updated.' ), '{{ data.successes }}' );
|
||||
?>
|
||||
<# } else { #>
|
||||
<?php
|
||||
/* translators: %s: Number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
printf( __( '%s themes successfully updated.' ), '{{ data.successes }}' );
|
||||
?>
|
||||
<# } #>
|
||||
|
@ -784,12 +784,12 @@ function wp_print_admin_notice_templates() {
|
|||
<button class="button-link bulk-action-errors-collapsed" aria-expanded="false">
|
||||
<# if ( 1 === data.errors ) { #>
|
||||
<?php
|
||||
/* translators: %s: Number of failed updates */
|
||||
/* translators: %s: Number of failed updates. */
|
||||
printf( __( '%s update failed.' ), '{{ data.errors }}' );
|
||||
?>
|
||||
<# } else { #>
|
||||
<?php
|
||||
/* translators: %s: Number of failed updates */
|
||||
/* translators: %s: Number of failed updates. */
|
||||
printf( __( '%s updates failed.' ), '{{ data.errors }}' );
|
||||
?>
|
||||
<# } #>
|
||||
|
@ -852,7 +852,7 @@ function wp_print_update_row_templates() {
|
|||
<# if ( data.plugin ) { #>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Plugin name */
|
||||
/* translators: %s: Plugin name. */
|
||||
_x( '%s was successfully deleted.', 'plugin' ),
|
||||
'<strong>{{{ data.name }}}</strong>'
|
||||
);
|
||||
|
@ -860,7 +860,7 @@ function wp_print_update_row_templates() {
|
|||
<# } else { #>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Theme name */
|
||||
/* translators: %s: Theme name. */
|
||||
_x( '%s was successfully deleted.', 'theme' ),
|
||||
'<strong>{{{ data.name }}}</strong>'
|
||||
);
|
||||
|
@ -891,7 +891,7 @@ function wp_recovery_mode_nag() {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Recovery Mode exit link */
|
||||
/* translators: %s: Recovery Mode exit link. */
|
||||
__( 'You are in recovery mode. This means there may be an error with a theme or plugin. To exit recovery mode, log out or use the Exit button. <a href="%s">Exit Recovery Mode</a>' ),
|
||||
esc_url( $url )
|
||||
);
|
||||
|
|
|
@ -140,7 +140,7 @@ if ( ! function_exists( 'wp_install_defaults' ) ) :
|
|||
|
||||
// Default category
|
||||
$cat_name = __( 'Uncategorized' );
|
||||
/* translators: Default category slug */
|
||||
/* translators: Default category slug. */
|
||||
$cat_slug = sanitize_title( _x( 'Uncategorized', 'Default category slug' ) );
|
||||
|
||||
if ( global_terms_enabled() ) {
|
||||
|
@ -193,7 +193,7 @@ if ( ! function_exists( 'wp_install_defaults' ) ) :
|
|||
|
||||
if ( ! $first_post ) {
|
||||
$first_post = "<!-- wp:paragraph -->\n<p>" .
|
||||
/* translators: first post content, %s: site link */
|
||||
/* translators: First post content. %s: Site link. */
|
||||
__( 'Welcome to %s. This is your first post. Edit or delete it, then start writing!' ) .
|
||||
"</p>\n<!-- /wp:paragraph -->";
|
||||
}
|
||||
|
@ -208,7 +208,7 @@ if ( ! function_exists( 'wp_install_defaults' ) ) :
|
|||
$first_post = str_replace( 'SITE_NAME', get_network()->site_name, $first_post );
|
||||
} else {
|
||||
$first_post = "<!-- wp:paragraph -->\n<p>" .
|
||||
/* translators: first post content, %s: site link */
|
||||
/* translators: First post content. %s: Site link. */
|
||||
__( 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!' ) .
|
||||
"</p>\n<!-- /wp:paragraph -->";
|
||||
}
|
||||
|
@ -222,7 +222,7 @@ if ( ! function_exists( 'wp_install_defaults' ) ) :
|
|||
'post_content' => $first_post,
|
||||
'post_excerpt' => '',
|
||||
'post_title' => __( 'Hello world!' ),
|
||||
/* translators: Default post slug */
|
||||
/* translators: Default post slug. */
|
||||
'post_name' => sanitize_title( _x( 'hello-world', 'Default post slug' ) ),
|
||||
'post_modified' => $now,
|
||||
'post_modified_gmt' => $now_gmt,
|
||||
|
@ -277,28 +277,28 @@ Commenter avatars come from <a href="https://gravatar.com">Gravatar</a>.'
|
|||
|
||||
if ( empty( $first_page ) ) {
|
||||
$first_page = "<!-- wp:paragraph -->\n<p>";
|
||||
/* translators: first page content */
|
||||
/* translators: First page content. */
|
||||
$first_page .= __( "This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:" );
|
||||
$first_page .= "</p>\n<!-- /wp:paragraph -->\n\n";
|
||||
|
||||
$first_page .= "<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>";
|
||||
/* translators: first page content */
|
||||
/* translators: First page content. */
|
||||
$first_page .= __( "Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin' caught in the rain.)" );
|
||||
$first_page .= "</p></blockquote>\n<!-- /wp:quote -->\n\n";
|
||||
|
||||
$first_page .= "<!-- wp:paragraph -->\n<p>";
|
||||
/* translators: first page content */
|
||||
/* translators: First page content. */
|
||||
$first_page .= __( '...or something like this:' );
|
||||
$first_page .= "</p>\n<!-- /wp:paragraph -->\n\n";
|
||||
|
||||
$first_page .= "<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>";
|
||||
/* translators: first page content */
|
||||
/* translators: First page content. */
|
||||
$first_page .= __( 'The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.' );
|
||||
$first_page .= "</p></blockquote>\n<!-- /wp:quote -->\n\n";
|
||||
|
||||
$first_page .= "<!-- wp:paragraph -->\n<p>";
|
||||
$first_page .= sprintf(
|
||||
/* translators: first page content, %s: site admin URL */
|
||||
/* translators: First page content. %s: Site admin URL. */
|
||||
__( 'As a new WordPress user, you should go to <a href="%s">your dashboard</a> to delete this page and create new pages for your content. Have fun!' ),
|
||||
admin_url()
|
||||
);
|
||||
|
@ -316,7 +316,7 @@ Commenter avatars come from <a href="https://gravatar.com">Gravatar</a>.'
|
|||
'post_excerpt' => '',
|
||||
'comment_status' => 'closed',
|
||||
'post_title' => __( 'Sample Page' ),
|
||||
/* translators: Default page slug */
|
||||
/* translators: Default page slug. */
|
||||
'post_name' => __( 'sample-page' ),
|
||||
'post_modified' => $now,
|
||||
'post_modified_gmt' => $now_gmt,
|
||||
|
@ -361,7 +361,7 @@ Commenter avatars come from <a href="https://gravatar.com">Gravatar</a>.'
|
|||
'post_excerpt' => '',
|
||||
'comment_status' => 'closed',
|
||||
'post_title' => __( 'Privacy Policy' ),
|
||||
/* translators: Privacy Policy page slug */
|
||||
/* translators: Privacy Policy page slug. */
|
||||
'post_name' => __( 'privacy-policy' ),
|
||||
'post_modified' => $now,
|
||||
'post_modified_gmt' => $now_gmt,
|
||||
|
@ -585,7 +585,7 @@ if ( ! function_exists( 'wp_new_blog_notification' ) ) :
|
|||
$login_url = wp_login_url();
|
||||
|
||||
$message = sprintf(
|
||||
/* translators: New site notification email. 1: New site URL, 2: User login, 3: User password or password reset link, 4: Login URL */
|
||||
/* translators: New site notification email. 1: New site URL, 2: User login, 3: User password or password reset link, 4: Login URL. */
|
||||
__(
|
||||
'Your new WordPress site has been successfully set up at:
|
||||
|
||||
|
|
|
@ -573,7 +573,7 @@ function admin_created_user_email( $text ) {
|
|||
$role = $roles[ $_REQUEST['role'] ];
|
||||
|
||||
return sprintf(
|
||||
/* translators: 1: site name, 2: site URL, 3: role */
|
||||
/* translators: 1: Site title, 2: Site URL, 3: User role. */
|
||||
__(
|
||||
'Hi,
|
||||
You\'ve been invited to join \'%1$s\' at
|
||||
|
|
|
@ -91,7 +91,7 @@ function wp_list_widget_controls( $sidebar, $sidebar_name = '' ) {
|
|||
|
||||
if ( $sidebar_name ) {
|
||||
$add_to = sprintf(
|
||||
/* translators: %s: widgets sidebar name. */
|
||||
/* translators: %s: Widgets sidebar name. */
|
||||
__( 'Add to: %s' ),
|
||||
$sidebar_name
|
||||
);
|
||||
|
@ -246,13 +246,13 @@ function wp_widget_control( $sidebar_args ) {
|
|||
<button type="button" class="widget-action hide-if-no-js" aria-expanded="false">
|
||||
<span class="screen-reader-text edit">
|
||||
<?php
|
||||
/* translators: %s: widget title */
|
||||
/* translators: %s: Widget title. */
|
||||
printf( __( 'Edit widget: %s' ), $widget_title );
|
||||
?>
|
||||
</span>
|
||||
<span class="screen-reader-text add">
|
||||
<?php
|
||||
/* translators: %s: widget title */
|
||||
/* translators: %s: Widget title. */
|
||||
printf( __( 'Add widget: %s' ), $widget_title );
|
||||
?>
|
||||
</span>
|
||||
|
|
|
@ -83,7 +83,7 @@ if ( is_blog_admin() && current_user_can( 'edit_posts' ) ) {
|
|||
}
|
||||
|
||||
$help .= '<p>' . sprintf(
|
||||
/* translators: %s: WordPress Planet URL */
|
||||
/* translators: %s: WordPress Planet URL. */
|
||||
__( '<strong>WordPress Events and News</strong> — Upcoming events near you as well as the latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ),
|
||||
__( 'https://planet.wordpress.org/' )
|
||||
) . '</p>';
|
||||
|
|
|
@ -235,12 +235,12 @@ $php_compat = version_compare( $php_version, $required_php_version, '>=' );
|
|||
$mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' );
|
||||
|
||||
$version_url = sprintf(
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version. */
|
||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
||||
sanitize_title( $wp_version )
|
||||
);
|
||||
|
||||
/* translators: %s: Update PHP page URL */
|
||||
/* translators: %s: URL to Update PHP page. */
|
||||
$php_update_message = '</p><p>' . sprintf( __( '<a href="%s">Learn more about updating PHP</a>.' ), esc_url( wp_get_update_php_url() ) );
|
||||
|
||||
$annotation = wp_get_update_php_annotation();
|
||||
|
@ -249,13 +249,13 @@ if ( $annotation ) {
|
|||
}
|
||||
|
||||
if ( ! $mysql_compat && ! $php_compat ) {
|
||||
/* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Minimum required MySQL version number, 5: Current PHP version number, 6: Current MySQL version number */
|
||||
/* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Minimum required MySQL version number, 5: Current PHP version number, 6: Current MySQL version number. */
|
||||
$compat = sprintf( __( 'You cannot install because <a href="%1$s">WordPress %2$s</a> requires PHP version %3$s or higher and MySQL version %4$s or higher. You are running PHP version %5$s and MySQL version %6$s.' ), $version_url, $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version ) . $php_update_message;
|
||||
} elseif ( ! $php_compat ) {
|
||||
/* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Current PHP version number */
|
||||
/* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required PHP version number, 4: Current PHP version number. */
|
||||
$compat = sprintf( __( 'You cannot install because <a href="%1$s">WordPress %2$s</a> requires PHP version %3$s or higher. You are running version %4$s.' ), $version_url, $wp_version, $required_php_version, $php_version ) . $php_update_message;
|
||||
} elseif ( ! $mysql_compat ) {
|
||||
/* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required MySQL version number, 4: Current MySQL version number */
|
||||
/* translators: 1: URL to WordPress release notes, 2: WordPress version number, 3: Minimum required MySQL version number, 4: Current MySQL version number. */
|
||||
$compat = sprintf( __( 'You cannot install because <a href="%1$s">WordPress %2$s</a> requires MySQL version %3$s or higher. You are running version %4$s.' ), $version_url, $wp_version, $required_mysql_version, $mysql_version );
|
||||
}
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ get_current_screen()->add_help_tab(
|
|||
'title' => __( 'Overview' ),
|
||||
'content' =>
|
||||
'<p>' . sprintf(
|
||||
/* translators: %s: URL to Widgets screen */
|
||||
/* translators: %s: URL to Widgets screen. */
|
||||
__( 'You can add links here to be displayed on your site, usually using <a href="%s">Widgets</a>. By default, links to several sites in the WordPress community are included as examples.' ),
|
||||
'widgets.php'
|
||||
) . '</p>' .
|
||||
|
@ -102,7 +102,7 @@ echo esc_html( $title );
|
|||
|
||||
<?php
|
||||
if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
|
||||
/* translators: %s: search keywords */
|
||||
/* translators: %s: Search query. */
|
||||
printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( wp_unslash( $_REQUEST['s'] ) ) );
|
||||
}
|
||||
?>
|
||||
|
@ -113,7 +113,7 @@ if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
|
|||
if ( isset( $_REQUEST['deleted'] ) ) {
|
||||
echo '<div id="message" class="updated notice is-dismissible"><p>';
|
||||
$deleted = (int) $_REQUEST['deleted'];
|
||||
/* translators: %s: number of links */
|
||||
/* translators: %s: Number of links. */
|
||||
printf( _n( '%s link deleted.', '%s links deleted.', $deleted ), $deleted );
|
||||
echo '</p></div>';
|
||||
$_SERVER['REQUEST_URI'] = remove_query_arg( array( 'deleted' ), $_SERVER['REQUEST_URI'] );
|
||||
|
|
|
@ -85,7 +85,7 @@ xml_set_element_handler( $xml_parser, 'startElement', 'endElement' );
|
|||
|
||||
if ( ! xml_parse( $xml_parser, $opml, true ) ) {
|
||||
printf(
|
||||
/* translators: 1: error message, 2: line number */
|
||||
/* translators: 1: Error message, 2: Line number. */
|
||||
__( 'XML Error: %1$s at line %2$s' ),
|
||||
xml_error_string( xml_get_error_code( $xml_parser ) ),
|
||||
xml_get_current_line_number( $xml_parser )
|
||||
|
|
|
@ -63,7 +63,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) || ! WP_ALLOW_REPAIR ) {
|
|||
|
||||
echo '<h2 class="screen-reader-text">' . __( 'Check secret keys' ) . '</h2>';
|
||||
|
||||
/* translators: 1: wp-config.php, 2: secret key service URL */
|
||||
/* translators: 1: wp-config.php, 2: Secret key service URL. */
|
||||
echo '<p>' . sprintf( __( 'While you are editing your %1$s file, take a moment to make sure you have all 8 keys and that they are unique. You can generate these using the <a href="%2$s">WordPress.org secret key service</a>.' ), '<code>wp-config.php</code>', 'https://api.wordpress.org/secret-key/1.1/salt/' ) . '</p>';
|
||||
}
|
||||
} elseif ( isset( $_GET['repair'] ) ) {
|
||||
|
@ -97,20 +97,20 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) || ! WP_ALLOW_REPAIR ) {
|
|||
|
||||
echo '<p>';
|
||||
if ( 'OK' == $check->Msg_text ) {
|
||||
/* translators: %s: table name */
|
||||
/* translators: %s: Table name. */
|
||||
printf( __( 'The %s table is okay.' ), "<code>$table</code>" );
|
||||
} else {
|
||||
/* translators: 1: table name, 2: error message, */
|
||||
/* translators: 1: Table name, 2: Error message. */
|
||||
printf( __( 'The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table…' ), "<code>$table</code>", "<code>$check->Msg_text</code>" );
|
||||
|
||||
$repair = $wpdb->get_row( "REPAIR TABLE $table" );
|
||||
|
||||
echo '<br /> ';
|
||||
if ( 'OK' == $check->Msg_text ) {
|
||||
/* translators: %s: table name */
|
||||
/* translators: %s: Table name. */
|
||||
printf( __( 'Successfully repaired the %s table.' ), "<code>$table</code>" );
|
||||
} else {
|
||||
/* translators: 1: table name, 2: error message, */
|
||||
/* translators: 1: Table name, 2: Error message. */
|
||||
echo sprintf( __( 'Failed to repair the %1$s table. Error: %2$s' ), "<code>$table</code>", "<code>$check->Msg_text</code>" ) . '<br />';
|
||||
$problems[ $table ] = $check->Msg_text;
|
||||
$okay = false;
|
||||
|
@ -122,17 +122,17 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) || ! WP_ALLOW_REPAIR ) {
|
|||
|
||||
echo '<br /> ';
|
||||
if ( 'Table is already up to date' == $check->Msg_text ) {
|
||||
/* translators: %s: table name */
|
||||
/* translators: %s: Table name. */
|
||||
printf( __( 'The %s table is already optimized.' ), "<code>$table</code>" );
|
||||
} else {
|
||||
$check = $wpdb->get_row( "OPTIMIZE TABLE $table" );
|
||||
|
||||
echo '<br /> ';
|
||||
if ( 'OK' == $check->Msg_text || 'Table is already up to date' == $check->Msg_text ) {
|
||||
/* translators: %s: table name */
|
||||
/* translators: %s: Table name. */
|
||||
printf( __( 'Successfully optimized the %s table.' ), "<code>$table</code>" );
|
||||
} else {
|
||||
/* translators: 1: table name, 2: error message, */
|
||||
/* translators: 1: Table name. 2: Error message. */
|
||||
printf( __( 'Failed to optimize the %1$s table. Error: %2$s' ), "<code>$table</code>", "<code>$check->Msg_text</code>" );
|
||||
}
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) || ! WP_ALLOW_REPAIR ) {
|
|||
|
||||
if ( $problems ) {
|
||||
printf(
|
||||
/* translators: %s: URL to "Fixing WordPress" forum */
|
||||
/* translators: %s: URL to "Fixing WordPress" forum. */
|
||||
'<p>' . __( 'Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.' ) . '</p>',
|
||||
__( 'https://wordpress.org/support/forum/how-to-and-troubleshooting' )
|
||||
);
|
||||
|
|
|
@ -44,7 +44,7 @@ if ( ! is_multisite() ) {
|
|||
}
|
||||
$submenu['index.php'][10] = array(
|
||||
sprintf(
|
||||
/* translators: %s: number of pending updates */
|
||||
/* translators: %s: Number of pending updates. */
|
||||
__( 'Updates %s' ),
|
||||
sprintf(
|
||||
'<span class="update-plugins count-%s"><span class="update-count">%s</span></span>',
|
||||
|
@ -64,7 +64,7 @@ $menu[4] = array( '', 'read', 'separator1', '', 'wp-menu-separator' );
|
|||
|
||||
$menu[10] = array( __( 'Media' ), 'upload_files', 'upload.php', '', 'menu-top menu-icon-media', 'menu-media', 'dashicons-admin-media' );
|
||||
$submenu['upload.php'][5] = array( __( 'Library' ), 'upload_files', 'upload.php' );
|
||||
/* translators: add new file */
|
||||
/* translators: Add new file. */
|
||||
$submenu['upload.php'][10] = array( _x( 'Add New', 'file' ), 'upload_files', 'media-new.php' );
|
||||
$i = 15;
|
||||
foreach ( get_taxonomies_for_attachments( 'objects' ) as $tax ) {
|
||||
|
@ -78,7 +78,7 @@ foreach ( get_taxonomies_for_attachments( 'objects' ) as $tax ) {
|
|||
|
||||
$menu[15] = array( __( 'Links' ), 'manage_links', 'link-manager.php', '', 'menu-top menu-icon-links', 'menu-links', 'dashicons-admin-links' );
|
||||
$submenu['link-manager.php'][5] = array( _x( 'All Links', 'admin menu' ), 'manage_links', 'link-manager.php' );
|
||||
/* translators: add new links */
|
||||
/* translators: Add new links. */
|
||||
$submenu['link-manager.php'][10] = array( _x( 'Add New', 'link' ), 'manage_links', 'link-add.php' );
|
||||
$submenu['link-manager.php'][15] = array( __( 'Link Categories' ), 'manage_categories', 'edit-tags.php?taxonomy=link_category' );
|
||||
|
||||
|
@ -89,11 +89,11 @@ if ( current_user_can( 'edit_posts' ) ) {
|
|||
$awaiting_mod = wp_count_comments();
|
||||
$awaiting_mod = $awaiting_mod->moderated;
|
||||
$awaiting_mod_i18n = number_format_i18n( $awaiting_mod );
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
$awaiting_mod_text = sprintf( _n( '%s Comment in moderation', '%s Comments in moderation', $awaiting_mod ), $awaiting_mod_i18n );
|
||||
|
||||
$menu[25] = array(
|
||||
/* translators: %s: number of comments */
|
||||
/* translators: %s: Number of comments. */
|
||||
sprintf( __( 'Comments %s' ), '<span class="awaiting-mod count-' . absint( $awaiting_mod ) . '"><span class="pending-count" aria-hidden="true">' . $awaiting_mod_i18n . '</span><span class="comments-in-moderation-text screen-reader-text">' . $awaiting_mod_text . '</span></span>' ),
|
||||
'edit_posts',
|
||||
'edit-comments.php',
|
||||
|
@ -235,13 +235,13 @@ if ( ! is_multisite() && current_user_can( 'update_plugins' ) ) {
|
|||
);
|
||||
}
|
||||
|
||||
/* translators: %s: number of pending plugin updates */
|
||||
/* translators: %s: Number of pending plugin updates. */
|
||||
$menu[65] = array( sprintf( __( 'Plugins %s' ), $count ), 'activate_plugins', 'plugins.php', '', 'menu-top menu-icon-plugins', 'menu-plugins', 'dashicons-admin-plugins' );
|
||||
|
||||
$submenu['plugins.php'][5] = array( __( 'Installed Plugins' ), 'activate_plugins', 'plugins.php' );
|
||||
|
||||
if ( ! is_multisite() ) {
|
||||
/* translators: add new plugin */
|
||||
/* translators: Add new plugin. */
|
||||
$submenu['plugins.php'][10] = array( _x( 'Add New', 'plugin' ), 'install_plugins', 'plugin-install.php' );
|
||||
$submenu['plugins.php'][15] = array( __( 'Plugin Editor' ), 'edit_plugins', 'plugin-editor.php' );
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ if ( isset( $_GET['h'] ) && $_GET['h'] != '' && get_option( 'delete_blog_hash' )
|
|||
wpmu_delete_blog( get_current_blog_id() );
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: %s: Network name */
|
||||
/* translators: %s: Network title. */
|
||||
__( 'Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.' ),
|
||||
get_network()->site_name
|
||||
)
|
||||
|
@ -87,7 +87,7 @@ Webmaster
|
|||
wp_mail(
|
||||
get_option( 'admin_email' ),
|
||||
sprintf(
|
||||
/* translators: %s: Site title */
|
||||
/* translators: %s: Site title. */
|
||||
__( '[%s] Delete My Site' ),
|
||||
wp_specialchars_decode( get_option( 'blogname' ) )
|
||||
),
|
||||
|
@ -107,7 +107,7 @@ Webmaster
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Network name */
|
||||
/* translators: %s: Network title. */
|
||||
__( 'If you do not want to use your %s site any more, you can delete it using the form below. When you click <strong>Delete My Site Permanently</strong> you will be sent an email with a link in it. Click on this link to delete your site.' ),
|
||||
get_network()->site_name
|
||||
);
|
||||
|
@ -121,7 +121,7 @@ Webmaster
|
|||
<p><input id="confirmdelete" type="checkbox" name="confirmdelete" value="1" /> <label for="confirmdelete"><strong>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: site address */
|
||||
/* translators: %s: Site address. */
|
||||
__( "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again." ),
|
||||
$blog->domain . $blog->path
|
||||
);
|
||||
|
|
|
@ -428,17 +428,17 @@ $nav_menus_l10n = array(
|
|||
'moveUp' => __( 'Move up one' ),
|
||||
'moveDown' => __( 'Move down one' ),
|
||||
'moveToTop' => __( 'Move to the top' ),
|
||||
/* translators: %s: previous item name */
|
||||
/* translators: %s: Previous item name. */
|
||||
'moveUnder' => __( 'Move under %s' ),
|
||||
/* translators: %s: previous item name */
|
||||
/* translators: %s: Previous item name. */
|
||||
'moveOutFrom' => __( 'Move out from under %s' ),
|
||||
/* translators: %s: previous item name */
|
||||
/* translators: %s: Previous item name. */
|
||||
'under' => __( 'Under %s' ),
|
||||
/* translators: %s: previous item name */
|
||||
/* translators: %s: Previous item name. */
|
||||
'outFrom' => __( 'Out from under %s' ),
|
||||
/* translators: 1: item name, 2: item position, 3: total number of items */
|
||||
/* translators: 1: Item name, 2: Item position, 3: Total number of items. */
|
||||
'menuFocus' => __( '%1$s. Menu item %2$d of %3$d.' ),
|
||||
/* translators: 1: item name, 2: item position, 3: parent item name */
|
||||
/* translators: 1: Item name, 2: Item position, 3: Parent item name. */
|
||||
'subMenuFocus' => __( '%1$s. Sub item number %2$d under %3$s.' ),
|
||||
);
|
||||
wp_localize_script( 'nav-menu', 'menus', $nav_menus_l10n );
|
||||
|
@ -530,7 +530,7 @@ wp_initial_nav_menu_meta_boxes();
|
|||
|
||||
if ( ! current_theme_supports( 'menus' ) && ! $num_locations ) {
|
||||
$messages[] = '<div id="message" class="updated"><p>' . sprintf(
|
||||
/* translators: URL to Widgets screen */
|
||||
/* translators: URL to Widgets screen. */
|
||||
__( 'Your theme does not natively support menus, but you can use them in sidebars by adding a “Navigation Menu” widget on the <a href="%s">Widgets</a> screen.' ),
|
||||
admin_url( 'widgets.php' )
|
||||
) . '</p></div>';
|
||||
|
@ -539,7 +539,7 @@ if ( ! current_theme_supports( 'menus' ) && ! $num_locations ) {
|
|||
if ( ! $locations_screen ) : // Main tab
|
||||
$overview = '<p>' . __( 'This screen is used for managing your navigation menus.' ) . '</p>';
|
||||
$overview .= '<p>' . sprintf(
|
||||
/* translators: 1: Widgets admin screen URL, 2 and 3: The names of the default themes */
|
||||
/* translators: 1: URL to Widgets screen, 2 and 3: The names of the default themes. */
|
||||
__( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ),
|
||||
admin_url( 'widgets.php' ),
|
||||
'Twenty Seventeen',
|
||||
|
@ -665,7 +665,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
echo '<p>' . __( 'Your theme supports one menu. Select which menu you would like to use.' ) . '</p>';
|
||||
} else {
|
||||
echo '<p>' . sprintf(
|
||||
/* translators: %s: number of menus */
|
||||
/* translators: %s: Number of menus. */
|
||||
_n(
|
||||
'Your theme supports %s menu. Select which menu appears in each location.',
|
||||
'Your theme supports %s menus. Select which menu appears in each location.',
|
||||
|
@ -772,7 +772,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<span class="add-edit-menu-action">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: URL to create a new menu */
|
||||
/* translators: %s: URL to create a new menu. */
|
||||
__( 'Edit your menu below, or <a href="%s">create a new menu</a>. Don’t forget to save your changes!' ),
|
||||
esc_url(
|
||||
add_query_arg(
|
||||
|
@ -834,7 +834,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<span class="add-new-menu-action">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: URL to create a new menu */
|
||||
/* translators: %s: URL to create a new menu. */
|
||||
__( 'or <a href="%s">create a new menu</a>. Don’t forget to save your changes!' ),
|
||||
esc_url(
|
||||
add_query_arg(
|
||||
|
@ -980,7 +980,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<span class="theme-location-set">
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: menu name */
|
||||
/* translators: %s: Menu name. */
|
||||
_x( '(Currently set to: %s)', 'menu location' ),
|
||||
wp_get_nav_menu_object( $menu_locations[ $location ] )->name
|
||||
);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @since 3.1.0
|
||||
*/
|
||||
|
||||
/* translators: Network menu item */
|
||||
/* translators: Network menu item. */
|
||||
$menu[2] = array( __( 'Dashboard' ), 'manage_network', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard' );
|
||||
|
||||
$submenu['index.php'][0] = array( __( 'Home' ), 'read', 'index.php' );
|
||||
|
@ -26,7 +26,7 @@ $update_data = wp_get_update_data();
|
|||
if ( $update_data['counts']['total'] ) {
|
||||
$submenu['index.php'][10] = array(
|
||||
sprintf(
|
||||
/* translators: %s: number of available updates */
|
||||
/* translators: %s: Number of available updates. */
|
||||
__( 'Updates %s' ),
|
||||
sprintf(
|
||||
'<span class="update-plugins count-%s"><span class="update-count">%s</span></span>',
|
||||
|
@ -47,7 +47,7 @@ $submenu['index.php'][15] = array( __( 'Upgrade Network' ), 'upgrade_network', '
|
|||
|
||||
$menu[4] = array( '', 'read', 'separator1', '', 'wp-menu-separator' );
|
||||
|
||||
/* translators: Sites menu item */
|
||||
/* translators: Sites menu item. */
|
||||
$menu[5] = array( __( 'Sites' ), 'manage_sites', 'sites.php', '', 'menu-top menu-icon-site', 'menu-site', 'dashicons-admin-multisite' );
|
||||
$submenu['sites.php'][5] = array( __( 'All Sites' ), 'manage_sites', 'sites.php' );
|
||||
$submenu['sites.php'][10] = array( _x( 'Add New', 'site' ), 'create_sites', 'site-new.php' );
|
||||
|
@ -59,7 +59,7 @@ $submenu['users.php'][10] = array( _x( 'Add New', 'user' ), 'create_users', 'use
|
|||
if ( current_user_can( 'update_themes' ) && $update_data['counts']['themes'] ) {
|
||||
$menu[15] = array(
|
||||
sprintf(
|
||||
/* translators: %s: number of available theme updates */
|
||||
/* translators: %s: Number of available theme updates. */
|
||||
__( 'Themes %s' ),
|
||||
sprintf(
|
||||
'<span class="update-plugins count-%s"><span class="theme-count">%s</span></span>',
|
||||
|
@ -84,7 +84,7 @@ $submenu['themes.php'][15] = array( __( 'Theme Editor' ), 'edit_themes', 'theme-
|
|||
if ( current_user_can( 'update_plugins' ) && $update_data['counts']['plugins'] ) {
|
||||
$menu[20] = array(
|
||||
sprintf(
|
||||
/* translators: %s: number of available plugin updates */
|
||||
/* translators: %s: Number of available plugin updates. */
|
||||
__( 'Plugins %s' ),
|
||||
sprintf(
|
||||
'<span class="update-plugins count-%s"><span class="plugin-count">%s</span></span>',
|
||||
|
|
|
@ -171,7 +171,7 @@ if ( isset( $_GET['updated'] ) ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: new network admin email */
|
||||
/* translators: %s: New network admin email. */
|
||||
__( 'There is a pending change of the network admin email to %s.' ),
|
||||
'<code>' . esc_html( $new_admin_email ) . '</code>'
|
||||
);
|
||||
|
@ -365,7 +365,7 @@ if ( isset( $_GET['updated'] ) ) {
|
|||
<label><input type="checkbox" id="upload_space_check_disabled" name="upload_space_check_disabled" value="0"<?php checked( (bool) get_site_option( 'upload_space_check_disabled' ), false ); ?>/>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: number of megabytes to limit uploads to */
|
||||
/* translators: %s: Number of megabytes to limit uploads to. */
|
||||
__( 'Limit total size of files uploaded to %s MB' ),
|
||||
'</label><label><input name="blog_upload_space" type="number" min="0" style="width: 100px" id="blog_upload_space" aria-describedby="blog-upload-space-desc" value="' . esc_attr( get_site_option( 'blog_upload_space', 100 ) ) . '" />'
|
||||
);
|
||||
|
@ -392,7 +392,7 @@ if ( isset( $_GET['updated'] ) ) {
|
|||
<td>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: File size in kilobytes */
|
||||
/* translators: %s: File size in kilobytes. */
|
||||
__( '%s KB' ),
|
||||
'<input name="fileupload_maxk" type="number" min="0" style="width: 100px" id="fileupload_maxk" aria-describedby="fileupload-maxk-desc" value="' . esc_attr( get_site_option( 'fileupload_maxk', 300 ) ) . '" />'
|
||||
);
|
||||
|
|
|
@ -121,7 +121,7 @@ if ( isset( $_GET['update'] ) ) {
|
|||
}
|
||||
}
|
||||
|
||||
/* translators: %s: site name */
|
||||
/* translators: %s: Site title. */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
|
|
@ -55,7 +55,7 @@ if ( isset( $_REQUEST['action'] ) && 'add-site' == $_REQUEST['action'] ) {
|
|||
if ( in_array( $domain, $subdirectory_reserved_names ) ) {
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: %s: reserved names list */
|
||||
/* translators: %s: Reserved names list. */
|
||||
__( 'The following words are reserved for use by WordPress functions and cannot be used as blog names: %s' ),
|
||||
'<code>' . implode( '</code>, <code>', $subdirectory_reserved_names ) . '</code>'
|
||||
)
|
||||
|
@ -147,12 +147,12 @@ if ( isset( $_REQUEST['action'] ) && 'add-site' == $_REQUEST['action'] ) {
|
|||
wp_mail(
|
||||
get_site_option( 'admin_email' ),
|
||||
sprintf(
|
||||
/* translators: New site notification email subject. %s: Network name */
|
||||
/* translators: New site notification email subject. %s: Network title. */
|
||||
__( '[%s] New Site Created' ),
|
||||
get_network()->site_name
|
||||
),
|
||||
sprintf(
|
||||
/* translators: New site notification email. 1: User login, 2: Site URL, 3: Site title */
|
||||
/* translators: New site notification email. 1: User login, 2: Site URL, 3: Site title. */
|
||||
__(
|
||||
'New site created by %1$s
|
||||
|
||||
|
@ -189,7 +189,7 @@ if ( isset( $_GET['update'] ) ) {
|
|||
$messages = array();
|
||||
if ( 'added' == $_GET['update'] ) {
|
||||
$messages[] = sprintf(
|
||||
/* translators: 1: dashboard url, 2: network admin edit url */
|
||||
/* translators: 1: Dashboard URL, 2: Network admin edit URL. */
|
||||
__( 'Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>' ),
|
||||
esc_url( get_admin_url( absint( $_GET['id'] ) ) ),
|
||||
network_admin_url( 'site-info.php?id=' . absint( $_GET['id'] ) )
|
||||
|
@ -218,7 +218,7 @@ if ( ! empty( $messages ) ) {
|
|||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: asterisk to mark required form fields. */
|
||||
/* translators: %s: Asterisk symbol (*). */
|
||||
__( 'Required fields are marked %s' ),
|
||||
'<span class="required">*</span>'
|
||||
);
|
||||
|
|
|
@ -79,7 +79,7 @@ if ( isset( $_GET['update'] ) ) {
|
|||
}
|
||||
}
|
||||
|
||||
/* translators: %s: site name */
|
||||
/* translators: %s: Site title. */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
|
|
@ -166,7 +166,7 @@ if ( isset( $_GET['action'] ) && 'update-site' == $_GET['action'] ) {
|
|||
add_thickbox();
|
||||
add_screen_option( 'per_page' );
|
||||
|
||||
/* translators: %s: site name */
|
||||
/* translators: %s: Site title. */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
@ -191,7 +191,7 @@ if ( isset( $_GET['enabled'] ) ) {
|
|||
if ( 1 == $enabled ) {
|
||||
$message = __( 'Theme enabled.' );
|
||||
} else {
|
||||
/* translators: %s: number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
$message = _n( '%s theme enabled.', '%s themes enabled.', $enabled );
|
||||
}
|
||||
echo '<div id="message" class="updated notice is-dismissible"><p>' . sprintf( $message, number_format_i18n( $enabled ) ) . '</p></div>';
|
||||
|
@ -200,7 +200,7 @@ if ( isset( $_GET['enabled'] ) ) {
|
|||
if ( 1 == $disabled ) {
|
||||
$message = __( 'Theme disabled.' );
|
||||
} else {
|
||||
/* translators: %s: number of themes */
|
||||
/* translators: %s: Number of themes. */
|
||||
$message = _n( '%s theme disabled.', '%s themes disabled.', $disabled );
|
||||
}
|
||||
echo '<div id="message" class="updated notice is-dismissible"><p>' . sprintf( $message, number_format_i18n( $disabled ) ) . '</p></div>';
|
||||
|
|
|
@ -197,7 +197,7 @@ if ( isset( $_GET['action'] ) && 'update-site' == $_GET['action'] ) {
|
|||
|
||||
add_screen_option( 'per_page' );
|
||||
|
||||
/* translators: %s: site name */
|
||||
/* translators: %s: Site title. */
|
||||
$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
|
||||
|
||||
$parent_file = 'sites.php';
|
||||
|
|
|
@ -61,23 +61,23 @@ if ( isset( $_GET['action'] ) ) {
|
|||
|
||||
// A list of valid actions and their associated messaging for confirmation output.
|
||||
$manage_actions = array(
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'activateblog' => __( 'You are about to activate the site %s.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'deactivateblog' => __( 'You are about to deactivate the site %s.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'unarchiveblog' => __( 'You are about to unarchive the site %s.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'archiveblog' => __( 'You are about to archive the site %s.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'unspamblog' => __( 'You are about to unspam the site %s.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'spamblog' => __( 'You are about to mark the site %s as spam.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'deleteblog' => __( 'You are about to delete the site %s.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'unmatureblog' => __( 'You are about to mark the site %s as mature.' ),
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
'matureblog' => __( 'You are about to mark the site %s as not mature.' ),
|
||||
);
|
||||
|
||||
|
@ -163,7 +163,7 @@ if ( isset( $_GET['action'] ) ) {
|
|||
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: %s: Site URL */
|
||||
/* translators: %s: Site URL. */
|
||||
__( 'Sorry, you are not allowed to delete the site %s.' ),
|
||||
$site_address
|
||||
),
|
||||
|
@ -364,7 +364,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
|
||||
<?php
|
||||
if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
|
||||
/* translators: %s: search keywords */
|
||||
/* translators: %s: Search query. */
|
||||
printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $s ) );
|
||||
}
|
||||
?>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue