Changeset 31500
- Timestamp:
- 02/22/2015 01:42:46 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r31184 r31500 155 155 $subsets = 'latin,latin-ext'; 156 156 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 */ 158 161 if ( 'off' !== _x( 'on', 'Noto Sans font: on or off', 'twentyfifteen' ) ) { 159 162 $fonts[] = 'Noto Sans:400italic,700italic,400,700'; 160 163 } 161 164 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 */ 163 169 if ( 'off' !== _x( 'on', 'Noto Serif font: on or off', 'twentyfifteen' ) ) { 164 170 $fonts[] = 'Noto Serif:400italic,700italic,400,700'; 165 171 } 166 172 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 */ 168 177 if ( 'off' !== _x( 'on', 'Inconsolata font: on or off', 'twentyfifteen' ) ) { 169 178 $fonts[] = 'Inconsolata:400,700'; 170 179 } 171 180 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 */ 173 185 $subset = _x( 'no-subset', 'Add new subset (greek, cyrillic, devanagari, vietnamese)', 'twentyfifteen' ); 174 186 -
trunk/src/wp-content/themes/twentyfifteen/languages/twentyfifteen.pot
r30845 r31500 1 # Copyright (C) 201 4the WordPress team1 # Copyright (C) 2015 the WordPress team 2 2 # This file is distributed under the GNU General Public License v2 or later. 3 3 msgid "" 4 4 msgstr "" 5 5 "Project-Id-Version: Twenty Fifteen 1.0\n" 6 "Report-Msgid-Bugs-To: http://wordpress.org/ tags/twentyfifteen\n"7 "POT-Creation-Date: 201 4-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" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 201 4-MO-DA HO:MI+ZONE\n"11 "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 13 "Language-Team: LANGUAGE <LL@li.org>\n" … … 114 114 msgstr "" 115 115 116 #. translators: If there are characters in your language that are not supported116 #. Translators: If there are characters in your language that are not supported 117 117 #. by Noto Sans, translate this to 'off'. Do not translate into your own 118 118 #. language. 119 #: functions.php:1 58119 #: functions.php:161 120 120 msgctxt "Noto Sans font: on or off" 121 121 msgid "on" 122 122 msgstr "" 123 123 124 #. translators: If there are characters in your language that are not supported124 #. Translators: If there are characters in your language that are not supported 125 125 #. by Noto Serif, translate this to 'off'. Do not translate into your own 126 126 #. language. 127 #: functions.php:16 3127 #: functions.php:169 128 128 msgctxt "Noto Serif font: on or off" 129 129 msgid "on" 130 130 msgstr "" 131 131 132 #. translators: If there are characters in your language that are not supported132 #. Translators: If there are characters in your language that are not supported 133 133 #. by Inconsolata, translate this to 'off'. Do not translate into your own 134 134 #. language. 135 #: functions.php:1 68135 #: functions.php:177 136 136 msgctxt "Inconsolata font: on or off" 137 137 msgid "on" 138 138 msgstr "" 139 139 140 #. translators: To add an additional character subset specific to your140 #. Translators: To add an additional character subset specific to your 141 141 #. language, translate this to 'greek', 'cyrillic', 'devanagari' or 142 142 #. 'vietnamese'. Do not translate into your own language. 143 #: functions.php:1 73143 #: functions.php:185 144 144 msgctxt "Add new subset (greek, cyrillic, devanagari, vietnamese)" 145 145 msgid "no-subset" 146 146 msgstr "" 147 147 148 #: functions.php:2 31148 #: functions.php:255 149 149 msgid "expand child menu" 150 150 msgstr "" 151 151 152 #: functions.php:2 32152 #: functions.php:256 153 153 msgid "collapse child menu" 154 154 msgstr "" 155 155 156 #: header.php:2 7156 #: header.php:26 157 157 msgid "Skip to content" 158 158 msgstr "" 159 159 160 #: header.php:4 4160 #: header.php:43 161 161 msgid "Menu and widgets" 162 162 msgstr "" … … 183 183 msgstr "" 184 184 185 #: inc/customizer.php:3 6185 #: inc/customizer.php:31 186 186 msgid "Base Color Scheme" 187 187 msgstr "" 188 188 189 #: inc/customizer.php: 51189 #: inc/customizer.php:46 190 190 msgid "Header and Sidebar Text Color" 191 191 msgstr "" 192 192 193 #: inc/customizer.php: 52 inc/customizer.php:68 inc/customizer.php:73193 #: inc/customizer.php:47 inc/customizer.php:63 inc/customizer.php:68 194 194 msgid "Applied to the header on small screens and the sidebar on wide screens." 195 195 msgstr "" 196 196 197 #: inc/customizer.php:6 7197 #: inc/customizer.php:62 198 198 msgid "Header and Sidebar Background Color" 199 199 msgstr "" 200 200 201 #: inc/customizer.php:9 7201 #: inc/customizer.php:92 202 202 msgid "Default" 203 203 msgstr "" 204 204 205 #: inc/customizer.php:10 8205 #: inc/customizer.php:103 206 206 msgid "Dark" 207 207 msgstr "" 208 208 209 #: inc/customizer.php:11 9209 #: inc/customizer.php:114 210 210 msgid "Yellow" 211 211 msgstr "" 212 212 213 #: inc/customizer.php:1 30213 #: inc/customizer.php:125 214 214 msgid "Pink" 215 215 msgstr "" 216 216 217 #: inc/customizer.php:1 41217 #: inc/customizer.php:136 218 218 msgid "Purple" 219 219 msgstr "" 220 220 221 #: inc/customizer.php:1 52221 #: inc/customizer.php:147 222 222 msgid "Blue" 223 223 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.