Make WordPress Core

Changeset 31500


Ignore:
Timestamp:
02/22/2015 01:42:46 PM (10 years ago)
Author:
ocean90
Message:

Revert [30790] and update POT file for Twenty Fifteen.

see #30972, #30603.

Location:
trunk/src/wp-content/themes/twentyfifteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r31184 r31500  
    155155    $subsets   = 'latin,latin-ext';
    156156
    157     /* translators: If there are characters in your language that are not supported by Noto Sans, translate this to 'off'. Do not translate into your own language. */
     157    /*
     158     * Translators: If there are characters in your language that are not supported
     159     * by Noto Sans, translate this to 'off'. Do not translate into your own language.
     160     */
    158161    if ( 'off' !== _x( 'on', 'Noto Sans font: on or off', 'twentyfifteen' ) ) {
    159162        $fonts[] = 'Noto Sans:400italic,700italic,400,700';
    160163    }
    161164
    162     /* translators: If there are characters in your language that are not supported by Noto Serif, translate this to 'off'. Do not translate into your own language. */
     165    /*
     166     * Translators: If there are characters in your language that are not supported
     167     * by Noto Serif, translate this to 'off'. Do not translate into your own language.
     168     */
    163169    if ( 'off' !== _x( 'on', 'Noto Serif font: on or off', 'twentyfifteen' ) ) {
    164170        $fonts[] = 'Noto Serif:400italic,700italic,400,700';
    165171    }
    166172
    167     /* translators: If there are characters in your language that are not supported by Inconsolata, translate this to 'off'. Do not translate into your own language. */
     173    /*
     174     * Translators: If there are characters in your language that are not supported
     175     * by Inconsolata, translate this to 'off'. Do not translate into your own language.
     176     */
    168177    if ( 'off' !== _x( 'on', 'Inconsolata font: on or off', 'twentyfifteen' ) ) {
    169178        $fonts[] = 'Inconsolata:400,700';
    170179    }
    171180
    172     /* translators: To add an additional character subset specific to your language, translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language. */
     181    /*
     182     * Translators: To add an additional character subset specific to your language,
     183     * translate this to 'greek', 'cyrillic', 'devanagari' or 'vietnamese'. Do not translate into your own language.
     184     */
    173185    $subset = _x( 'no-subset', 'Add new subset (greek, cyrillic, devanagari, vietnamese)', 'twentyfifteen' );
    174186
  • trunk/src/wp-content/themes/twentyfifteen/languages/twentyfifteen.pot

    r30845 r31500  
    1 # Copyright (C) 2014 the WordPress team
     1# Copyright (C) 2015 the WordPress team
    22# This file is distributed under the GNU General Public License v2 or later.
    33msgid ""
    44msgstr ""
    55"Project-Id-Version: Twenty Fifteen 1.0\n"
    6 "Report-Msgid-Bugs-To: http://wordpress.org/tags/twentyfifteen\n"
    7 "POT-Creation-Date: 2014-12-14 12:26:59+00:00\n"
     6"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/twentyfifteen\n"
     7"POT-Creation-Date: 2015-02-22 13:29:51+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
     
    114114msgstr ""
    115115
    116 #. translators: If there are characters in your language that are not supported
     116#. Translators: If there are characters in your language that are not supported
    117117#. by Noto Sans, translate this to 'off'. Do not translate into your own
    118118#. language.
    119 #: functions.php:158
     119#: functions.php:161
    120120msgctxt "Noto Sans font: on or off"
    121121msgid "on"
    122122msgstr ""
    123123
    124 #. translators: If there are characters in your language that are not supported
     124#. Translators: If there are characters in your language that are not supported
    125125#. by Noto Serif, translate this to 'off'. Do not translate into your own
    126126#. language.
    127 #: functions.php:163
     127#: functions.php:169
    128128msgctxt "Noto Serif font: on or off"
    129129msgid "on"
    130130msgstr ""
    131131
    132 #. translators: If there are characters in your language that are not supported
     132#. Translators: If there are characters in your language that are not supported
    133133#. by Inconsolata, translate this to 'off'. Do not translate into your own
    134134#. language.
    135 #: functions.php:168
     135#: functions.php:177
    136136msgctxt "Inconsolata font: on or off"
    137137msgid "on"
    138138msgstr ""
    139139
    140 #. translators: To add an additional character subset specific to your
     140#. Translators: To add an additional character subset specific to your
    141141#. language, translate this to 'greek', 'cyrillic', 'devanagari' or
    142142#. 'vietnamese'. Do not translate into your own language.
    143 #: functions.php:173
     143#: functions.php:185
    144144msgctxt "Add new subset (greek, cyrillic, devanagari, vietnamese)"
    145145msgid "no-subset"
    146146msgstr ""
    147147
    148 #: functions.php:231
     148#: functions.php:255
    149149msgid "expand child menu"
    150150msgstr ""
    151151
    152 #: functions.php:232
     152#: functions.php:256
    153153msgid "collapse child menu"
    154154msgstr ""
    155155
    156 #: header.php:27
     156#: header.php:26
    157157msgid "Skip to content"
    158158msgstr ""
    159159
    160 #: header.php:44
     160#: header.php:43
    161161msgid "Menu and widgets"
    162162msgstr ""
     
    183183msgstr ""
    184184
    185 #: inc/customizer.php:36
     185#: inc/customizer.php:31
    186186msgid "Base Color Scheme"
    187187msgstr ""
    188188
    189 #: inc/customizer.php:51
     189#: inc/customizer.php:46
    190190msgid "Header and Sidebar Text Color"
    191191msgstr ""
    192192
    193 #: inc/customizer.php:52 inc/customizer.php:68 inc/customizer.php:73
     193#: inc/customizer.php:47 inc/customizer.php:63 inc/customizer.php:68
    194194msgid "Applied to the header on small screens and the sidebar on wide screens."
    195195msgstr ""
    196196
    197 #: inc/customizer.php:67
     197#: inc/customizer.php:62
    198198msgid "Header and Sidebar Background Color"
    199199msgstr ""
    200200
    201 #: inc/customizer.php:97
     201#: inc/customizer.php:92
    202202msgid "Default"
    203203msgstr ""
    204204
    205 #: inc/customizer.php:108
     205#: inc/customizer.php:103
    206206msgid "Dark"
    207207msgstr ""
    208208
    209 #: inc/customizer.php:119
     209#: inc/customizer.php:114
    210210msgid "Yellow"
    211211msgstr ""
    212212
    213 #: inc/customizer.php:130
     213#: inc/customizer.php:125
    214214msgid "Pink"
    215215msgstr ""
    216216
    217 #: inc/customizer.php:141
     217#: inc/customizer.php:136
    218218msgid "Purple"
    219219msgstr ""
    220220
    221 #: inc/customizer.php:152
     221#: inc/customizer.php:147
    222222msgid "Blue"
    223223msgstr ""
Note: See TracChangeset for help on using the changeset viewer.