From 121d2ee4cbb65e93985abed7f0cb6dc2b5dc4106 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 22 Feb 2015 15:16:24 +0000 Subject: [PATCH] Update POT file for Twenty Fourteen. props SergeyBiryukov. see #30972, #30603. Built from https://develop.svn.wordpress.org/trunk@31501 git-svn-id: http://core.svn.wordpress.org/trunk@31482 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentyfourteen/languages/twentyfourteen.pot | 12 +++++++----- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot b/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot index 634f3e2d7f..c8304ff9eb 100644 --- a/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot +++ b/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot @@ -1,14 +1,14 @@ -# Copyright (C) 2014 the WordPress team +# Copyright (C) 2015 the WordPress team # This file is distributed under the GNU General Public License v2 or later. msgid "" msgstr "" "Project-Id-Version: Twenty Fourteen 1.3\n" -"Report-Msgid-Bugs-To: http://wordpress.org/tags/twentyfourteen\n" -"POT-Creation-Date: 2014-12-18 16:59:51+00:00\n" +"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/twentyfourteen\n" +"POT-Creation-Date: 2015-02-22 15:12:42+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -111,7 +111,7 @@ msgstr "" #. translators: %s: Name of current post #: content-aside.php:48 content-audio.php:48 content-gallery.php:48 #: content-image.php:48 content-link.php:48 content-quote.php:48 -#: content-video.php:48 content.php:56 inc/template-tags.php:219 +#: content-video.php:48 content.php:56 inc/template-tags.php:222 msgid "Continue reading %s " msgstr "" @@ -184,6 +184,8 @@ msgstr "" msgid "Appears in the footer section of the site." msgstr "" +#. Translators: If there are characters in your language that are not supported +#. by Lato, translate this to 'off'. Do not translate into your own language. #: functions.php:213 msgctxt "Lato font: on or off" msgid "on" diff --git a/wp-includes/version.php b/wp-includes/version.php index 54580918c1..856bdde2a6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31500'; +$wp_version = '4.2-alpha-31501'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.