Get started here.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>
++ Get started here.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); + ?> +
diff --git a/src/wp-content/themes/twentyfifteen/content.php b/src/wp-content/themes/twentyfifteen/content.php index 13799fb0b9..9141dc00ff 100644 --- a/src/wp-content/themes/twentyfifteen/content.php +++ b/src/wp-content/themes/twentyfifteen/content.php @@ -28,9 +28,9 @@%s
+ +
+ } elseif ( is_month() ) { + /* translators: %s: date */ + printf( __( 'Monthly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyfourteen' ) ) ); + } elseif ( is_year() ) { + /* translators: %s: date */ + printf( __( 'Yearly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyfourteen' ) ) ); + } else { + _e( 'Archives', 'twentyfourteen' ); + } + ?>
+ +
→', 'twentyfourteen' ), the_title( '', '', false ) ) diff --git a/src/wp-content/themes/twentyfourteen/content-audio.php b/src/wp-content/themes/twentyfourteen/content-audio.php index 36aa5a9d28..b844cb377e 100644 --- a/src/wp-content/themes/twentyfourteen/content-audio.php +++ b/src/wp-content/themes/twentyfourteen/content-audio.php @@ -43,9 +43,9 @@Get started here.', 'twentyfourteen' ), admin_url( 'post-new.php' ) ); ?>
++ Get started here.', 'twentyfourteen' ), admin_url( 'post-new.php' ) ); + ?> +
diff --git a/src/wp-content/themes/twentyfourteen/content-quote.php b/src/wp-content/themes/twentyfourteen/content-quote.php index 29e6ec37be..8a2d98c5ff 100644 --- a/src/wp-content/themes/twentyfourteen/content-quote.php +++ b/src/wp-content/themes/twentyfourteen/content-quote.php @@ -43,9 +43,9 @@%s
- ' .
+ /* translators: 1: featured tag editor URL, 2: post editor URL, 3: customizer URL, 4: post editor URL */
'
- ' . sprintf( __( 'The home page features your choice of up to 6 posts prominently displayed in a grid or slider, controlled by a tag; you can change the tag and layout in Appearance → Customize. If no posts match the tag, sticky posts will be displayed instead.', 'twentyfourteen' ), esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ), admin_url( 'customize.php' ), admin_url( 'edit.php?show_sticky=1' ) ) . ' ' . + /* translators: %s: featured images documentation URL */ '
- ' . sprintf( __( 'Enhance your site design by using Featured Images for posts you’d like to stand out (also known as post thumbnails). This allows you to associate an image with your post without inserting it. Twenty Fourteen uses featured images for posts and pages—above the title—and in the Featured Content area on the home page.', 'twentyfourteen' ), 'https://codex.wordpress.org/Post_Thumbnails#Setting_a_Post_Thumbnail' ) . ' ' . + /* translators: %s: Twenty Fourteen documentation URL */ '
- ' . sprintf( __( 'For an in-depth tutorial, and more tips and tricks, visit the Twenty Fourteen documentation.', 'twentyfourteen' ), 'https://codex.wordpress.org/Twenty_Fourteen' ) . ' ' . '
%2$s photo.', 'This gallery contains %2$s photos.', $total_images, 'twentyfourteen' ),
esc_url( get_permalink() ),
number_format_i18n( $total_images )
diff --git a/src/wp-content/themes/twentyfourteen/search.php b/src/wp-content/themes/twentyfourteen/search.php
index 6b20315aad..312cb6433f 100644
--- a/src/wp-content/themes/twentyfourteen/search.php
+++ b/src/wp-content/themes/twentyfourteen/search.php
@@ -15,7 +15,12 @@ get_header(); ?>
%s
+
+
+
+
says:', 'twentynineteen' ),
array(
'span' => array(
diff --git a/src/wp-content/themes/twentynineteen/inc/back-compat.php b/src/wp-content/themes/twentynineteen/inc/back-compat.php
index fd82198756..e6b7e9da3e 100644
--- a/src/wp-content/themes/twentynineteen/inc/back-compat.php
+++ b/src/wp-content/themes/twentynineteen/inc/back-compat.php
@@ -36,6 +36,7 @@ add_action( 'after_switch_theme', 'twentynineteen_switch_theme' );
* @global string $wp_version WordPress version.
*/
function twentynineteen_upgrade_notice() {
+ /* translators: %s: WordPress version */
$message = sprintf( __( 'Twenty Nineteen requires at least WordPress version 4.7. You are running version %s. Please upgrade and try again.', 'twentynineteen' ), $GLOBALS['wp_version'] );
printf( '
-
- %s', 'twentyten' ), get_the_date() ); ?>
-
- %s', 'twentyten' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyten' ) ) ); ?>
-
- %s', 'twentyten' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyten' ) ) ); ?>
-
-
-
+ %s', 'twentyten' ), get_the_date() );
+ } elseif ( is_month() ) {
+ /* translators: %s: date */
+ printf( __( 'Monthly Archives: %s', 'twentyten' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyten' ) ) );
+ } elseif ( is_year() ) {
+ /* translators: %s: date */
+ printf( __( 'Yearly Archives: %s', 'twentyten' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyten' ) ) );
+ } else {
+ _e( 'Blog Archives', 'twentyten' );
+ }
+ ?>
- ' . get_the_author() . '' ); ?>
+
+ ' . get_the_author() . '' );
+ ?>
+
+ post_parent ) ) : + /* translators: %s: post title */ + $post_tile = sprintf( __( 'Return to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) ); + ?> +
By %2$s', 'twentyten' ),
'meta-prep meta-prep-author',
sprintf(
'%3$s',
get_author_posts_url( get_the_author_meta( 'ID' ) ),
+ /* translators: %s: author display name */
esc_attr( sprintf( __( 'View all posts by %s', 'twentyten' ), get_the_author() ) ),
get_the_author()
)
@@ -49,6 +55,7 @@ if ( have_posts() ) {
|
Published %2$s', 'twentyten' ),
'meta-prep meta-prep-entry-date',
sprintf(
@@ -61,6 +68,7 @@ if ( have_posts() ) {
echo ' | ';
$metadata = wp_get_attachment_metadata();
printf(
+ /* translators: %s: image dimensions */
__( 'Full size is %s pixels', 'twentyten' ),
sprintf(
'%3$s × %4$s',
diff --git a/src/wp-content/themes/twentyten/loop-single.php b/src/wp-content/themes/twentyten/loop-single.php
index cff6a0bd6f..8bb3abec95 100644
--- a/src/wp-content/themes/twentyten/loop-single.php
+++ b/src/wp-content/themes/twentyten/loop-single.php
@@ -54,11 +54,19 @@ if ( have_posts() ) {
?>
-
+
- →', 'twentyten' ), get_the_author() ); ?>
+ →', 'twentyten' ), get_the_author() );
+ ?>
diff --git a/src/wp-content/themes/twentyten/loop.php b/src/wp-content/themes/twentyten/loop.php
index e93de492a6..99abf7d841 100644
--- a/src/wp-content/themes/twentyten/loop.php
+++ b/src/wp-content/themes/twentyten/loop.php
@@ -86,7 +86,9 @@ while ( have_posts() ) :
← %s', 'twentyten' ), get_the_title( $post->post_parent ) ); ?>
@@ -36,11 +40,13 @@ if ( have_posts() ) {+ +
%2$s photo
.', 'This gallery contains %2$s photos.', $total_images, 'twentyten' ), + /* translators: %s: post title */ 'href="' . esc_url( get_permalink() ) . '" title="' . esc_attr( sprintf( __( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) ) . '" rel="bookmark"', number_format_i18n( $total_images ) ); @@ -167,7 +169,10 @@ while ( have_posts() ) :' . get_search_query() . '' ); ?>
++ ' . get_search_query() . '' ); + ?> +
' . single_tag_title( '', false ) . '' ); ?>
diff --git a/src/wp-content/themes/twentythirteen/archive.php b/src/wp-content/themes/twentythirteen/archive.php index 4fc29f5b2a..c1f4b0544e 100644 --- a/src/wp-content/themes/twentythirteen/archive.php +++ b/src/wp-content/themes/twentythirteen/archive.php @@ -26,16 +26,19 @@ get_header(); ?>+ } elseif ( is_month() ) { + /* translators: %s: date */ + printf( __( 'Monthly Archives: %s', 'twentythirteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentythirteen' ) ) ); + } elseif ( is_year() ) { + /* translators: %s: date */ + printf( __( 'Yearly Archives: %s', 'twentythirteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentythirteen' ) ) ); + } else { + _e( 'Archives', 'twentythirteen' ); + } + ?>
+ +
- →', 'twentythirteen' ), get_the_author() ); ?> + →', 'twentythirteen' ), get_the_author() ); + ?>
' . get_the_author() . '' ); ?>
++ ' . get_the_author() . '' ); + ?> +
+ +
diff --git a/src/wp-content/themes/twentythirteen/content-aside.php b/src/wp-content/themes/twentythirteen/content-aside.php index 25235a5c86..9e13cd5731 100644 --- a/src/wp-content/themes/twentythirteen/content-aside.php +++ b/src/wp-content/themes/twentythirteen/content-aside.php @@ -11,9 +11,9 @@Get started here.', 'twentythirteen' ), admin_url( 'post-new.php' ) ); ?>
++ Get started here.', 'twentythirteen' ), admin_url( 'post-new.php' ) ); + ?> +
diff --git a/src/wp-content/themes/twentythirteen/content-quote.php b/src/wp-content/themes/twentythirteen/content-quote.php index 1a53687665..cedfa228c1 100644 --- a/src/wp-content/themes/twentythirteen/content-quote.php +++ b/src/wp-content/themes/twentythirteen/content-quote.php @@ -11,9 +11,9 @@%s
+ +
+ +
diff --git a/src/wp-content/themes/twentythirteen/taxonomy-post_format.php b/src/wp-content/themes/twentythirteen/taxonomy-post_format.php index 67a58f0f09..c549736608 100644 --- a/src/wp-content/themes/twentythirteen/taxonomy-post_format.php +++ b/src/wp-content/themes/twentythirteen/taxonomy-post_format.php @@ -20,7 +20,12 @@ get_header(); ?>' . esc_html( get_post_format_string( get_post_format() ) ) . '' ); ?>
++ ' . esc_html( get_post_format_string( get_post_format() ) ) . '' ); + ?> +
' . get_the_date() . '' ); - elseif ( is_month() ) : - printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '' ); - elseif ( is_year() ) : - printf( __( 'Yearly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentytwelve' ) ) . '' ); - else : - _e( 'Archives', 'twentytwelve' ); - endif; - ?> + } elseif ( is_month() ) { + /* translators: %s: date */ + printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '' ); + } elseif ( is_year() ) { + /* translators: %s: date */ + printf( __( 'Yearly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentytwelve' ) ) . '' ); + } else { + _e( 'Archives', 'twentytwelve' ); + } + ?>
' . get_the_author() . '' ); ?>
++ ' . get_the_author() . '' ); + ?> +
+ +
' . single_cat_title( '', false ) . '' ); ?>
++ ' . single_cat_title( '', false ) . '' ); + ?> +
diff --git a/src/wp-content/themes/twentytwelve/content-aside.php b/src/wp-content/themes/twentytwelve/content-aside.php index 4a84ae76d0..c308e91af6 100644 --- a/src/wp-content/themes/twentytwelve/content-aside.php +++ b/src/wp-content/themes/twentytwelve/content-aside.php @@ -6,6 +6,9 @@ * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ + +/* translators: %s: post title */ +$post_title = sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); ?>