Index: wp-content/themes/twentyfourteen/content-aside.php
===================================================================
--- wp-content/themes/twentyfourteen/content-aside.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content-aside.php	(working copy)
@@ -43,7 +43,12 @@
 
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+			
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/content-audio.php
===================================================================
--- wp-content/themes/twentyfourteen/content-audio.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content-audio.php	(working copy)
@@ -43,7 +43,12 @@
 
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+			
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/content-gallery.php
===================================================================
--- wp-content/themes/twentyfourteen/content-gallery.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content-gallery.php	(working copy)
@@ -43,7 +43,12 @@
 
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+			
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/content-image.php
===================================================================
--- wp-content/themes/twentyfourteen/content-image.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content-image.php	(working copy)
@@ -43,7 +43,12 @@
 
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+			
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/content-link.php
===================================================================
--- wp-content/themes/twentyfourteen/content-link.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content-link.php	(working copy)
@@ -43,7 +43,12 @@
 
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+			
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/content-quote.php
===================================================================
--- wp-content/themes/twentyfourteen/content-quote.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content-quote.php	(working copy)
@@ -43,7 +43,12 @@
 
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+			
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/content-video.php
===================================================================
--- wp-content/themes/twentyfourteen/content-video.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content-video.php	(working copy)
@@ -43,7 +43,12 @@
 
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+			
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/content.php
===================================================================
--- wp-content/themes/twentyfourteen/content.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/content.php	(working copy)
@@ -51,7 +51,12 @@
 	<?php else : ?>
 	<div class="entry-content">
 		<?php
-			the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+			/* translators: %s: Name of current post */
+			the_content( sprintf(
+				esc_html__( 'Continue reading %s', 'twentyfourteen' ),
+				the_title( '<span class="screen-reader-text">', '</span> <span class="meta-nav">&rarr;</span>', false )
+			) );
+
 			wp_link_pages( array(
 				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
 				'after'       => '</div>',
Index: wp-content/themes/twentyfourteen/inc/template-tags.php
===================================================================
--- wp-content/themes/twentyfourteen/inc/template-tags.php	(revision 30089)
+++ wp-content/themes/twentyfourteen/inc/template-tags.php	(working copy)
@@ -201,3 +201,21 @@
 
 	<?php endif; // End is_singular()
 }
+
+if ( ! function_exists( 'twentyfourteen_excerpt_more' ) && ! is_admin() ) : 
+/** 
+* Replaces "[...]" (appended to automatically generated excerpts) with ... and a Continue reading link.
+* 
+* @since Twenty Fouteen 1.3 
+* 
+*/ 
+function twentyfourteen_excerpt_more( $more ) { 
+	return sprintf( ' &hellip; <a href="%1$s" class="more-link">%2$s</a>', 
+		esc_url( get_permalink( get_the_ID() ) ),
+		/* translators: %s: Name of current post */ 
+		sprintf( esc_html__( 'Continue reading %s', 'twentyfourteen' ), '<span class="screen-reader-text">' .
+		get_the_title( get_the_ID() ) . '</span> <span class="meta-nav">&rarr;</span>' ) 
+	);
+}
+add_filter( 'excerpt_more', 'twentyfourteen_excerpt_more' );
+endif;
