Ticket #34884: 34884.2.patch
File 34884.2.patch, 39.0 KB (added by , 8 years ago) |
---|
-
wp-content/themes/twentyfifteen/functions.php
55 55 56 56 /* 57 57 * Make theme available for translation. 58 * Translations can be filed in the /languages/ directory.58 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentyfifteen 59 59 * If you're building a theme based on twentyfifteen, use a find and replace 60 60 * to change 'twentyfifteen' to the name of your theme in all the template files 61 61 */ 62 load_theme_textdomain( 'twentyfifteen' , get_template_directory() . '/languages');62 load_theme_textdomain( 'twentyfifteen' ); 63 63 64 64 // Add default posts and comments RSS feed links to head. 65 65 add_theme_support( 'automatic-feed-links' ); -
wp-content/themes/twentyfifteen/languages/twentyfifteen.pot
1 # Copyright (C) 2016 the WordPress team2 # This file is distributed under the GNU General Public License v2 or later.3 msgid ""4 msgstr ""5 "Project-Id-Version: Twenty Fifteen 1.5\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentyfifteen\n"7 "POT-Creation-Date: 2016-04-05 09:48:39+00:00\n"8 "MIME-Version: 1.0\n"9 "Content-Type: text/plain; charset=UTF-8\n"10 "Content-Transfer-Encoding: 8bit\n"11 "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13 "Language-Team: LANGUAGE <LL@li.org>\n"14 15 #: 404.php:1716 msgid "Oops! That page can’t be found."17 msgstr ""18 19 #: 404.php:2120 msgid "It looks like nothing was found at this location. Maybe try a search?"21 msgstr ""22 23 #: archive.php:49 index.php:46 search.php:3824 msgid "Previous page"25 msgstr ""26 27 #: archive.php:50 index.php:47 search.php:3928 msgid "Next page"29 msgstr ""30 31 #: archive.php:51 content-link.php:40 content-page.php:29 content.php:4232 #: image.php:63 index.php:48 search.php:4033 msgid "Page"34 msgstr ""35 36 #: author-bio.php:1237 msgid "Published by"38 msgstr ""39 40 #: author-bio.php:3441 msgid "View all posts by %s"42 msgstr ""43 44 #: comments.php:2845 msgctxt "comments title"46 msgid "One thought on “%2$s”"47 msgid_plural "%1$s thoughts on “%2$s”"48 msgstr[0] ""49 msgstr[1] ""50 51 #: comments.php:5352 msgid "Comments are closed."53 msgstr ""54 55 #. translators: %s: Name of current post56 #: content-link.php:31 content.php:33 inc/template-tags.php:23857 msgid "Continue reading %s"58 msgstr ""59 60 #: content-link.php:36 content-page.php:25 content.php:38 image.php:5961 msgid "Pages:"62 msgstr ""63 64 #: content-link.php:56 content-page.php:35 content-search.php:2865 #: content-search.php:33 content.php:57 image.php:7166 msgid "Edit"67 msgstr ""68 69 #: content-none.php:1570 msgid "Nothing Found"71 msgstr ""72 73 #: content-none.php:2274 msgid ""75 "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."76 msgstr ""77 78 #: content-none.php:2679 msgid ""80 "Sorry, but nothing matched your search terms. Please try again with some "81 "different keywords."82 msgstr ""83 84 #: content-none.php:3185 msgid ""86 "It seems we can’t find what you’re looking for. Perhaps "87 "searching can help."88 msgstr ""89 90 #. #-#-#-#-# twentyfifteen.pot (Twenty Fifteen 1.5) #-#-#-#-#91 #. Author URI of the plugin/theme92 #: footer.php:2593 msgid "https://wordpress.org/"94 msgstr ""95 96 #: footer.php:2597 msgid "Proudly powered by %s"98 msgstr ""99 100 #: functions.php:85101 msgid "Primary Menu"102 msgstr ""103 104 #: functions.php:86105 msgid "Social Links Menu"106 msgstr ""107 108 #: functions.php:147109 msgid "Widget Area"110 msgstr ""111 112 #: functions.php:149113 msgid "Add widgets here to appear in your sidebar."114 msgstr ""115 116 #. Translators: If there are characters in your language that are not supported117 #. by Noto Sans, translate this to 'off'. Do not translate into your own118 #. language.119 #: functions.php:175120 msgctxt "Noto Sans font: on or off"121 msgid "on"122 msgstr ""123 124 #. Translators: If there are characters in your language that are not supported125 #. by Noto Serif, translate this to 'off'. Do not translate into your own126 #. language.127 #: functions.php:183128 msgctxt "Noto Serif font: on or off"129 msgid "on"130 msgstr ""131 132 #. Translators: If there are characters in your language that are not supported133 #. by Inconsolata, translate this to 'off'. Do not translate into your own134 #. language.135 #: functions.php:191136 msgctxt "Inconsolata font: on or off"137 msgid "on"138 msgstr ""139 140 #. Translators: To add an additional character subset specific to your141 #. language, translate this to 'greek', 'cyrillic', 'devanagari' or142 #. 'vietnamese'. Do not translate into your own language.143 #: functions.php:199144 msgctxt "Add new subset (greek, cyrillic, devanagari, vietnamese)"145 msgid "no-subset"146 msgstr ""147 148 #: functions.php:269149 msgid "expand child menu"150 msgstr ""151 152 #: functions.php:270153 msgid "collapse child menu"154 msgstr ""155 156 #: header.php:26157 msgid "Skip to content"158 msgstr ""159 160 #: header.php:45161 msgid "Menu and widgets"162 msgstr ""163 164 #: image.php:24165 msgid "Previous Image"166 msgstr ""167 168 #: image.php:24169 msgid "Next Image"170 msgstr ""171 172 #: image.php:84173 msgctxt "Parent post link"174 msgid ""175 "<span class=\"meta-nav\">Published in</span><span class=\"post-title\">"176 "%title</span>"177 msgstr ""178 179 #: inc/back-compat.php:37 inc/back-compat.php:47 inc/back-compat.php:60180 msgid ""181 "Twenty Fifteen requires at least WordPress version 4.1. You are running "182 "version %s. Please upgrade and try again."183 msgstr ""184 185 #: inc/customizer.php:44186 msgid "Base Color Scheme"187 msgstr ""188 189 #: inc/customizer.php:59190 msgid "Header and Sidebar Text Color"191 msgstr ""192 193 #: inc/customizer.php:60 inc/customizer.php:76 inc/customizer.php:81194 msgid "Applied to the header on small screens and the sidebar on wide screens."195 msgstr ""196 197 #: inc/customizer.php:75198 msgid "Header and Sidebar Background Color"199 msgstr ""200 201 #: inc/customizer.php:150202 msgid "Default"203 msgstr ""204 205 #: inc/customizer.php:161206 msgid "Dark"207 msgstr ""208 209 #: inc/customizer.php:172210 msgid "Yellow"211 msgstr ""212 213 #: inc/customizer.php:183214 msgid "Pink"215 msgstr ""216 217 #: inc/customizer.php:194218 msgid "Purple"219 msgstr ""220 221 #: inc/customizer.php:205222 msgid "Blue"223 msgstr ""224 225 #: inc/template-tags.php:23226 msgid "Comment navigation"227 msgstr ""228 229 #: inc/template-tags.php:26230 msgid "Older Comments"231 msgstr ""232 233 #: inc/template-tags.php:30234 msgid "Newer Comments"235 msgstr ""236 237 #: inc/template-tags.php:49238 msgid "Featured"239 msgstr ""240 241 #: inc/template-tags.php:55242 msgctxt "Used before post format."243 msgid "Format"244 msgstr ""245 246 #: inc/template-tags.php:76247 msgctxt "Used before publish date."248 msgid "Posted on"249 msgstr ""250 251 #: inc/template-tags.php:85252 msgctxt "Used before post author name."253 msgid "Author"254 msgstr ""255 256 #: inc/template-tags.php:91 inc/template-tags.php:99257 msgctxt "Used between list items, there is a space after the comma."258 msgid ", "259 msgstr ""260 261 #: inc/template-tags.php:94262 msgctxt "Used before category names."263 msgid "Categories"264 msgstr ""265 266 #: inc/template-tags.php:102267 msgctxt "Used before tag names."268 msgid "Tags"269 msgstr ""270 271 #: inc/template-tags.php:113272 msgctxt "Used before full size attachment link."273 msgid "Full size"274 msgstr ""275 276 #. translators: %s: post title277 #: inc/template-tags.php:123278 msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"279 msgstr ""280 281 #: search.php:18282 msgid "Search Results for: %s"283 msgstr ""284 285 #: single.php:33286 msgid "Next"287 msgstr ""288 289 #: single.php:34290 msgid "Next post:"291 msgstr ""292 293 #: single.php:36294 msgid "Previous"295 msgstr ""296 297 #: single.php:37298 msgid "Previous post:"299 msgstr ""300 301 #. Theme Name of the plugin/theme302 msgid "Twenty Fifteen"303 msgstr ""304 305 #. Theme URI of the plugin/theme306 msgid "https://wordpress.org/themes/twentyfifteen/"307 msgstr ""308 309 #. Description of the plugin/theme310 msgid ""311 "Our 2015 default theme is clean, blog-focused, and designed for clarity. "312 "Twenty Fifteen's simple, straightforward typography is readable on a wide "313 "variety of screen sizes, and suitable for multiple languages. We designed it "314 "using a mobile-first approach, meaning your content takes center-stage, "315 "regardless of whether your visitors arrive by smartphone, tablet, laptop, or "316 "desktop computer."317 msgstr ""318 319 #. Author of the plugin/theme320 msgid "the WordPress team"321 msgstr "" -
wp-content/themes/twentyfourteen/functions.php
60 60 /* 61 61 * Make Twenty Fourteen available for translation. 62 62 * 63 * Translations can be added to the /languages/ directory.63 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentyfourteen 64 64 * If you're building a theme based on Twenty Fourteen, use a find and 65 65 * replace to change 'twentyfourteen' to the name of your theme in all 66 66 * template files. 67 67 */ 68 load_theme_textdomain( 'twentyfourteen' , get_template_directory() . '/languages');68 load_theme_textdomain( 'twentyfourteen' ); 69 69 70 70 // This theme styles the visual editor to resemble the theme style. 71 71 add_editor_style( array( 'css/editor-style.css', twentyfourteen_font_url(), 'genericons/genericons.css' ) ); -
wp-content/themes/twentyfourteen/languages/twentyfourteen.pot
1 # Copyright (C) 2016 the WordPress team2 # This file is distributed under the GNU General Public License v2 or later.3 msgid ""4 msgstr ""5 "Project-Id-Version: Twenty Fourteen 1.7\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentyfourteen\n"7 "POT-Creation-Date: 2016-04-05 09:48:39+00:00\n"8 "MIME-Version: 1.0\n"9 "Content-Type: text/plain; charset=UTF-8\n"10 "Content-Transfer-Encoding: 8bit\n"11 "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13 "Language-Team: LANGUAGE <LL@li.org>\n"14 15 #: 404.php:1716 msgid "Not Found"17 msgstr ""18 19 #: 404.php:2120 msgid "It looks like nothing was found at this location. Maybe try a search?"21 msgstr ""22 23 #: archive.php:3124 msgid "Daily Archives: %s"25 msgstr ""26 27 #: archive.php:3428 msgid "Monthly Archives: %s"29 msgstr ""30 31 #: archive.php:3432 msgctxt "monthly archives date format"33 msgid "F Y"34 msgstr ""35 36 #: archive.php:3737 msgid "Yearly Archives: %s"38 msgstr ""39 40 #: archive.php:3741 msgctxt "yearly archives date format"42 msgid "Y"43 msgstr ""44 45 #: archive.php:40 taxonomy-post_format.php:5146 msgid "Archives"47 msgstr ""48 49 #: author.php:3150 msgid "All posts by %s"51 msgstr ""52 53 #: category.php:2054 msgid "Category Archives: %s"55 msgstr ""56 57 #: comments.php:2758 msgid "One thought on “%2$s”"59 msgid_plural "%1$s thoughts on “%2$s”"60 msgstr[0] ""61 msgstr[1] ""62 63 #: comments.php:34 comments.php:5264 msgid "Comment navigation"65 msgstr ""66 67 #: comments.php:35 comments.php:5368 msgid "← Older Comments"69 msgstr ""70 71 #: comments.php:36 comments.php:5472 msgid "Newer Comments →"73 msgstr ""74 75 #: comments.php:5976 msgid "Comments are closed."77 msgstr ""78 79 #: content-aside.php:17 content-audio.php:17 content-featured-post.php:2880 #: content-gallery.php:17 content-image.php:17 content-link.php:1781 #: content-quote.php:17 content-video.php:17 content.php:1982 msgctxt "Used between list items, there is a space after the comma."83 msgid ", "84 msgstr ""85 86 #: content-aside.php:37 content-audio.php:37 content-gallery.php:3787 #: content-image.php:37 content-link.php:37 content-quote.php:3788 #: content-video.php:37 content.php:38 inc/widgets.php:21589 msgid "Leave a comment"90 msgstr ""91 92 #: content-aside.php:37 content-audio.php:37 content-gallery.php:3793 #: content-image.php:37 content-link.php:37 content-quote.php:3794 #: content-video.php:37 content.php:38 inc/widgets.php:21595 msgid "1 Comment"96 msgstr ""97 98 #: content-aside.php:37 content-audio.php:37 content-gallery.php:3799 #: content-image.php:37 content-link.php:37 content-quote.php:37100 #: content-video.php:37 content.php:38 inc/widgets.php:215101 msgid "% Comments"102 msgstr ""103 104 #: content-aside.php:40 content-audio.php:40 content-gallery.php:40105 #: content-image.php:40 content-link.php:40 content-page.php:28106 #: content-quote.php:40 content-video.php:40 content.php:42 image.php:34107 #: page-templates/contributors.php:35108 msgid "Edit"109 msgstr ""110 111 #. translators: %s: Name of current post112 #: content-aside.php:48 content-audio.php:48 content-gallery.php:48113 #: content-image.php:48 content-link.php:48 content-quote.php:48114 #: content-video.php:48 content.php:56 inc/template-tags.php:222115 msgid "Continue reading %s <span class=\"meta-nav\">→</span>"116 msgstr ""117 118 #: content-aside.php:53 content-audio.php:53 content-gallery.php:53119 #: content-image.php:53 content-link.php:53 content-page.php:22120 #: content-quote.php:53 content-video.php:53 content.php:61 image.php:54121 msgid "Pages:"122 msgstr ""123 124 #: content-none.php:12125 msgid "Nothing Found"126 msgstr ""127 128 #: content-none.php:18129 msgid ""130 "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."131 msgstr ""132 133 #: content-none.php:22134 msgid ""135 "Sorry, but nothing matched your search terms. Please try again with some "136 "different keywords."137 msgstr ""138 139 #: content-none.php:27140 msgid ""141 "It seems we can’t find what you’re looking for. Perhaps "142 "searching can help."143 msgstr ""144 145 #. #-#-#-#-# twentyfourteen.pot (Twenty Fourteen 1.7) #-#-#-#-#146 #. Author URI of the plugin/theme147 #: footer.php:21148 msgid "https://wordpress.org/"149 msgstr ""150 151 #: footer.php:21152 msgid "Proudly powered by %s"153 msgstr ""154 155 #: functions.php:83156 msgid "Top primary menu"157 msgstr ""158 159 #: functions.php:84160 msgid "Secondary menu in left sidebar"161 msgstr ""162 163 #: functions.php:174164 msgid "Primary Sidebar"165 msgstr ""166 167 #: functions.php:176168 msgid "Main sidebar that appears on the left."169 msgstr ""170 171 #: functions.php:183172 msgid "Content Sidebar"173 msgstr ""174 175 #: functions.php:185176 msgid "Additional sidebar that appears on the right."177 msgstr ""178 179 #: functions.php:192180 msgid "Footer Widget Area"181 msgstr ""182 183 #: functions.php:194184 msgid "Appears in the footer section of the site."185 msgstr ""186 187 #. Translators: If there are characters in your language that are not supported188 #. by Lato, translate this to 'off'. Do not translate into your own language.189 #: functions.php:216190 msgctxt "Lato font: on or off"191 msgid "on"192 msgstr ""193 194 #: functions.php:261195 msgid "Previous"196 msgstr ""197 198 #: functions.php:262199 msgid "Next"200 msgstr ""201 202 #: functions.php:379203 msgid "%d Article"204 msgid_plural "%d Articles"205 msgstr[0] ""206 msgstr[1] ""207 208 #: functions.php:498209 msgid "Page %s"210 msgstr ""211 212 #: header.php:48213 msgid "Search"214 msgstr ""215 216 #: header.php:52217 msgid "Primary Menu"218 msgstr ""219 220 #: header.php:53221 msgid "Skip to content"222 msgstr ""223 224 #: image.php:65225 msgid "Previous Image"226 msgstr ""227 228 #: image.php:66229 msgid "Next Image"230 msgstr ""231 232 #: inc/back-compat.php:37 inc/back-compat.php:47 inc/back-compat.php:60233 msgid ""234 "Twenty Fourteen requires at least WordPress version 3.6. You are running "235 "version %s. Please upgrade and try again."236 msgstr ""237 238 #: inc/customizer.php:37239 msgid "Site Title Color"240 msgstr ""241 242 #: inc/customizer.php:40243 msgid "Display Site Title & Tagline"244 msgstr ""245 246 #: inc/customizer.php:44 inc/customizer.php:45247 msgid "May only be visible on wide screens."248 msgstr ""249 250 #: inc/customizer.php:47 inc/customizer.php:48251 msgid "Background may only be visible on wide screens."252 msgstr ""253 254 #: inc/customizer.php:53 inc/featured-content.php:403255 msgid "Featured Content"256 msgstr ""257 258 #: inc/customizer.php:54 inc/featured-content.php:404259 msgid ""260 "Use a <a href=\"%1$s\">tag</a> to feature your posts. If no posts match the "261 "tag, <a href=\"%2$s\">sticky posts</a> will be displayed instead."262 msgstr ""263 264 #: inc/customizer.php:55 inc/customizer.php:145 inc/featured-content.php:405265 #: inc/featured-content.php:414 inc/featured-content.php:474266 msgctxt "featured content default tag slug"267 msgid "featured"268 msgstr ""269 270 #: inc/customizer.php:69271 msgid "Layout"272 msgstr ""273 274 #: inc/customizer.php:73275 msgid "Grid"276 msgstr ""277 278 #: inc/customizer.php:74279 msgid "Slider"280 msgstr ""281 282 #. #-#-#-#-# twentyfourteen.pot (Twenty Fourteen 1.7) #-#-#-#-#283 #. Theme Name of the plugin/theme284 #: inc/customizer.php:142285 msgid "Twenty Fourteen"286 msgstr ""287 288 #: inc/customizer.php:145289 msgid ""290 "The home page features your choice of up to 6 posts prominently displayed in "291 "a grid or slider, controlled by a <a href=\"%1$s\">tag</a>; you can change "292 "the tag and layout in <a href=\"%2$s\">Appearance → Customize</a>. If "293 "no posts match the tag, <a href=\"%3$s\">sticky posts</a> will be displayed "294 "instead."295 msgstr ""296 297 #: inc/customizer.php:146298 msgid ""299 "Enhance your site design by using <a href=\"%s\">Featured Images</a> for "300 "posts you’d like to stand out (also known as post thumbnails). This "301 "allows you to associate an image with your post without inserting it. Twenty "302 "Fourteen uses featured images for posts and pages—above the "303 "title—and in the Featured Content area on the home page."304 msgstr ""305 306 #: inc/customizer.php:147307 msgid ""308 "For an in-depth tutorial, and more tips and tricks, visit the <a href=\"%s"309 "\">Twenty Fourteen documentation</a>."310 msgstr ""311 312 #: inc/featured-content.php:426313 msgid "Tag Name"314 msgstr ""315 316 #: inc/featured-content.php:431317 msgid "Don’t display tag on front end."318 msgstr ""319 320 #: inc/template-tags.php:50321 msgid "← Previous"322 msgstr ""323 324 #: inc/template-tags.php:51325 msgid "Next →"326 msgstr ""327 328 #: inc/template-tags.php:58329 msgid "Posts navigation"330 msgstr ""331 332 #: inc/template-tags.php:85333 msgid "Post navigation"334 msgstr ""335 336 #: inc/template-tags.php:89337 msgid "<span class=\"meta-nav\">Published In</span>%title"338 msgstr ""339 340 #: inc/template-tags.php:91341 msgid "<span class=\"meta-nav\">Previous Post</span>%title"342 msgstr ""343 344 #: inc/template-tags.php:92345 msgid "<span class=\"meta-nav\">Next Post</span>%title"346 msgstr ""347 348 #: inc/template-tags.php:109349 msgid "Sticky"350 msgstr ""351 352 #: inc/widgets.php:34353 msgid "Twenty Fourteen Ephemera"354 msgstr ""355 356 #: inc/widgets.php:36357 msgid ""358 "Use this widget to list your recent Aside, Quote, Video, Audio, Image, "359 "Gallery, and Link posts."360 msgstr ""361 362 #: inc/widgets.php:75 taxonomy-post_format.php:33363 msgid "Images"364 msgstr ""365 366 #: inc/widgets.php:76367 msgid "More images"368 msgstr ""369 370 #: inc/widgets.php:79 taxonomy-post_format.php:36371 msgid "Videos"372 msgstr ""373 374 #: inc/widgets.php:80375 msgid "More videos"376 msgstr ""377 378 #: inc/widgets.php:83 taxonomy-post_format.php:39379 msgid "Audio"380 msgstr ""381 382 #: inc/widgets.php:84383 msgid "More audio"384 msgstr ""385 386 #: inc/widgets.php:87 taxonomy-post_format.php:42387 msgid "Quotes"388 msgstr ""389 390 #: inc/widgets.php:88391 msgid "More quotes"392 msgstr ""393 394 #: inc/widgets.php:91 taxonomy-post_format.php:45395 msgid "Links"396 msgstr ""397 398 #: inc/widgets.php:92399 msgid "More links"400 msgstr ""401 402 #: inc/widgets.php:95 taxonomy-post_format.php:48403 msgid "Galleries"404 msgstr ""405 406 #: inc/widgets.php:96407 msgid "More galleries"408 msgstr ""409 410 #: inc/widgets.php:100 taxonomy-post_format.php:30411 msgid "Asides"412 msgstr ""413 414 #: inc/widgets.php:101415 msgid "More asides"416 msgstr ""417 418 #: inc/widgets.php:148 inc/widgets.php:193419 msgid "Continue reading <span class=\"meta-nav\">→</span>"420 msgstr ""421 422 #: inc/widgets.php:183423 msgid "This gallery contains <a href=\"%1$s\" rel=\"bookmark\">%2$s photo</a>."424 msgid_plural ""425 "This gallery contains <a href=\"%1$s\" rel=\"bookmark\">%2$s photos</a>."426 msgstr[0] ""427 msgstr[1] ""428 429 #. translators: used with More archives link430 #: inc/widgets.php:227431 msgid "%s <span class=\"meta-nav\">→</span>"432 msgstr ""433 434 #: inc/widgets.php:276435 msgid "Title:"436 msgstr ""437 438 #: inc/widgets.php:279439 msgid "Number of posts to show:"440 msgstr ""441 442 #: inc/widgets.php:282443 msgid "Post format to show:"444 msgstr ""445 446 #: search.php:18447 msgid "Search Results for: %s"448 msgstr ""449 450 #: tag.php:22451 msgid "Tag Archives: %s"452 msgstr ""453 454 #. Theme URI of the plugin/theme455 msgid "https://wordpress.org/themes/twentyfourteen/"456 msgstr ""457 458 #. Description of the plugin/theme459 msgid ""460 "In 2014, our default theme lets you create a responsive magazine website "461 "with a sleek, modern design. Feature your favorite homepage content in "462 "either a grid or a slider. Use the three widget areas to customize your "463 "website, and change your content's layout with a full-width page template "464 "and a contributor page to show off your authors. Creating a magazine website "465 "with WordPress has never been easier."466 msgstr ""467 468 #. Author of the plugin/theme469 msgid "the WordPress team"470 msgstr ""471 472 #. Template Name of the plugin/theme473 msgid "Contributor Page"474 msgstr ""475 476 #. Template Name of the plugin/theme477 msgid "Full Width Page"478 msgstr "" -
wp-content/themes/twentythirteen/functions.php
61 61 /* 62 62 * Makes Twenty Thirteen available for translation. 63 63 * 64 * Translations can be added to the /languages/ directory.64 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentythirteen 65 65 * If you're building a theme based on Twenty Thirteen, use a find and 66 66 * replace to change 'twentythirteen' to the name of your theme in all 67 67 * template files. 68 68 */ 69 load_theme_textdomain( 'twentythirteen' , get_template_directory() . '/languages');69 load_theme_textdomain( 'twentythirteen' ); 70 70 71 71 /* 72 72 * This theme styles the visual editor to resemble the theme style, -
wp-content/themes/twentythirteen/languages/twentythirteen.pot
1 # Copyright (C) 2016 the WordPress team2 # This file is distributed under the GNU General Public License v2 or later.3 msgid ""4 msgstr ""5 "Project-Id-Version: Twenty Thirteen 1.9\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentythirteen\n"7 "POT-Creation-Date: 2016-04-05 09:48:39+00:00\n"8 "MIME-Version: 1.0\n"9 "Content-Type: text/plain; charset=UTF-8\n"10 "Content-Transfer-Encoding: 8bit\n"11 "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13 "Language-Team: LANGUAGE <LL@li.org>\n"14 15 #: 404.php:1616 msgid "Not Found"17 msgstr ""18 19 #: 404.php:2120 msgid "This is somewhat embarrassing, isn’t it?"21 msgstr ""22 23 #: 404.php:2224 msgid "It looks like nothing was found at this location. Maybe try a search?"25 msgstr ""26 27 #: archive.php:2928 msgid "Daily Archives: %s"29 msgstr ""30 31 #: archive.php:3132 msgid "Monthly Archives: %s"33 msgstr ""34 35 #: archive.php:3136 msgctxt "monthly archives date format"37 msgid "F Y"38 msgstr ""39 40 #: archive.php:3341 msgid "Yearly Archives: %s"42 msgstr ""43 44 #: archive.php:3345 msgctxt "yearly archives date format"46 msgid "Y"47 msgstr ""48 49 #: archive.php:3550 msgid "Archives"51 msgstr ""52 53 #: author-bio.php:2654 msgid "About %s"55 msgstr ""56 57 #: author-bio.php:3058 msgid "View all posts by %s <span class=\"meta-nav\">→</span>"59 msgstr ""60 61 #: author.php:3162 msgid "All posts by %s"63 msgstr ""64 65 #: category.php:1966 msgid "Category Archives: %s"67 msgstr ""68 69 #: comments.php:2570 msgctxt "comments title"71 msgid "One thought on “%2$s”"72 msgid_plural "%1$s thoughts on “%2$s”"73 msgstr[0] ""74 msgstr[1] ""75 76 #: comments.php:4577 msgid "Comment navigation"78 msgstr ""79 80 #: comments.php:4681 msgid "← Older Comments"82 msgstr ""83 84 #: comments.php:4785 msgid "Newer Comments →"86 msgstr ""87 88 #: comments.php:5289 msgid "Comments are closed."90 msgstr ""91 92 #. translators: %s: Name of current post93 #: content-aside.php:16 content-audio.php:27 content-chat.php:2694 #: content-gallery.php:27 content-image.php:26 content-link.php:2795 #: content-quote.php:16 content-status.php:16 content-video.php:2696 #: content.php:44 functions.php:48197 msgid "Continue reading %s <span class=\"meta-nav\">→</span>"98 msgstr ""99 100 #: content-aside.php:20 content-audio.php:31 content-chat.php:30101 #: content-gallery.php:31 content-image.php:30 content-link.php:31102 #: content-quote.php:20 content-status.php:20 content-video.php:30103 #: content.php:48 image.php:76 page.php:35104 msgid "Pages:"105 msgstr ""106 107 #: content-aside.php:27 content-aside.php:35 content-audio.php:38108 #: content-chat.php:36 content-gallery.php:46 content-image.php:42109 #: content-link.php:19 content-quote.php:32 content-status.php:26110 #: content-video.php:42 content.php:31 image.php:50 page.php:39111 msgid "Edit"112 msgstr ""113 114 #: content-gallery.php:43 content-image.php:39 content-quote.php:29115 #: content-video.php:39 content.php:56116 msgid "Leave a comment"117 msgstr ""118 119 #: content-gallery.php:43 content-image.php:39 content-quote.php:29120 #: content-video.php:39 content.php:56121 msgid "One comment so far"122 msgstr ""123 124 #: content-gallery.php:43 content-image.php:39 content-quote.php:29125 #: content-video.php:39 content.php:56126 msgid "View all % comments"127 msgstr ""128 129 #: content-none.php:12130 msgid "Nothing Found"131 msgstr ""132 133 #: content-none.php:18134 msgid ""135 "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."136 msgstr ""137 138 #: content-none.php:22139 msgid ""140 "Sorry, but nothing matched your search terms. Please try again with "141 "different keywords."142 msgstr ""143 144 #: content-none.php:27145 msgid ""146 "It seems we can’t find what you’re looking for. Perhaps "147 "searching can help."148 msgstr ""149 150 #. #-#-#-#-# twentythirteen.pot (Twenty Thirteen 1.9) #-#-#-#-#151 #. Author URI of the plugin/theme152 #: footer.php:19153 msgid "https://wordpress.org/"154 msgstr ""155 156 #: footer.php:19157 msgid "Proudly powered by %s"158 msgstr ""159 160 #: functions.php:97161 msgid "Navigation Menu"162 msgstr ""163 164 #. Translators: If there are characters in your language that are not supported165 #. by Source Sans Pro, translate this to 'off'. Do not translate into your own166 #. language.167 #: functions.php:131168 msgctxt "Source Sans Pro font: on or off"169 msgid "on"170 msgstr ""171 172 #. Translators: If there are characters in your language that are not supported173 #. by Bitter, translate this to 'off'. Do not translate into your own language.174 #: functions.php:137175 msgctxt "Bitter font: on or off"176 msgid "on"177 msgstr ""178 179 #: functions.php:221180 msgid "Page %s"181 msgstr ""182 183 #: functions.php:234184 msgid "Main Widget Area"185 msgstr ""186 187 #: functions.php:236188 msgid "Appears in the footer section of the site."189 msgstr ""190 191 #: functions.php:244192 msgid "Secondary Widget Area"193 msgstr ""194 195 #: functions.php:246196 msgid "Appears on posts and pages in the sidebar."197 msgstr ""198 199 #: functions.php:269200 msgid "Posts navigation"201 msgstr ""202 203 #: functions.php:273204 msgid "<span class=\"meta-nav\">←</span> Older posts"205 msgstr ""206 207 #: functions.php:277208 msgid "Newer posts <span class=\"meta-nav\">→</span>"209 msgstr ""210 211 #: functions.php:303212 msgid "Post navigation"213 msgstr ""214 215 #: functions.php:306216 msgctxt "Previous post link"217 msgid "<span class=\"meta-nav\">←</span> %title"218 msgstr ""219 220 #: functions.php:307221 msgctxt "Next post link"222 msgid "%title <span class=\"meta-nav\">→</span>"223 msgstr ""224 225 #: functions.php:325226 msgid "Sticky"227 msgstr ""228 229 #. Translators: used between list items, there is a space after the comma.230 #: functions.php:331 functions.php:337231 msgid ", "232 msgstr ""233 234 #: functions.php:346235 msgid "View all posts by %s"236 msgstr ""237 238 #: functions.php:366239 msgctxt "1: post format name. 2: date"240 msgid "%1$s on %2$s"241 msgstr ""242 243 #: functions.php:372244 msgid "Permalink to %s"245 msgstr ""246 247 #: header.php:43248 msgid "Menu"249 msgstr ""250 251 #: header.php:44252 msgid "Skip to content"253 msgstr ""254 255 #: image.php:28256 msgid ""257 "<span class=\"attachment-meta\">Published on <time class=\"entry-date\" "258 "datetime=\"%1$s\">%2$s</time> in <a href=\"%3$s\" title=\"Return to %4$s\" "259 "rel=\"gallery\">%5$s</a></span>"260 msgstr ""261 262 #: image.php:44263 msgid "Link to full-size image"264 msgstr ""265 266 #: image.php:45267 msgid "Full resolution"268 msgstr ""269 270 #: image.php:57271 msgid "<span class=\"meta-nav\">←</span> Previous"272 msgstr ""273 274 #: image.php:58275 msgid "Next <span class=\"meta-nav\">→</span>"276 msgstr ""277 278 #: inc/back-compat.php:37 inc/back-compat.php:47 inc/back-compat.php:60279 msgid ""280 "Twenty Thirteen requires at least WordPress version 3.6. You are running "281 "version %s. Please upgrade and try again."282 msgstr ""283 284 #: inc/custom-header.php:49285 msgctxt "header image description"286 msgid "Circle"287 msgstr ""288 289 #: inc/custom-header.php:54290 msgctxt "header image description"291 msgid "Diamond"292 msgstr ""293 294 #: inc/custom-header.php:59295 msgctxt "header image description"296 msgid "Star"297 msgstr ""298 299 #: search.php:18300 msgid "Search Results for: %s"301 msgstr ""302 303 #: tag.php:21304 msgid "Tag Archives: %s"305 msgstr ""306 307 #: taxonomy-post_format.php:23308 msgid "%s Archives"309 msgstr ""310 311 #. Theme Name of the plugin/theme312 msgid "Twenty Thirteen"313 msgstr ""314 315 #. Theme URI of the plugin/theme316 msgid "https://wordpress.org/themes/twentythirteen/"317 msgstr ""318 319 #. Description of the plugin/theme320 msgid ""321 "The 2013 theme for WordPress takes us back to the blog, featuring a full "322 "range of post formats, each displayed beautifully in their own unique way. "323 "Design details abound, starting with a vibrant color scheme and matching "324 "header images, beautiful typography and icons, and a flexible layout that "325 "looks great on any device, big or small."326 msgstr ""327 328 #. Author of the plugin/theme329 msgid "the WordPress team"330 msgstr "" -
wp-content/themes/twentytwelve/functions.php
45 45 /* 46 46 * Makes Twenty Twelve available for translation. 47 47 * 48 * Translations can be added to the /languages/ directory.48 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentytwelve 49 49 * If you're building a theme based on Twenty Twelve, use a find and replace 50 50 * to change 'twentytwelve' to the name of your theme in all the template files. 51 51 */ 52 load_theme_textdomain( 'twentytwelve' , get_template_directory() . '/languages');52 load_theme_textdomain( 'twentytwelve' ); 53 53 54 54 // This theme styles the visual editor with editor-style.css to match the theme style. 55 55 add_editor_style(); -
wp-content/themes/twentytwelve/languages/twentytwelve.pot
1 # Copyright (C) 2016 the WordPress team2 # This file is distributed under the GNU General Public License v2 or later.3 msgid ""4 msgstr ""5 "Project-Id-Version: Twenty Twelve 2.0\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentytwelve\n"7 "POT-Creation-Date: 2016-04-05 09:48:39+00:00\n"8 "MIME-Version: 1.0\n"9 "Content-Type: text/plain; charset=UTF-8\n"10 "Content-Transfer-Encoding: 8bit\n"11 "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13 "Language-Team: LANGUAGE <LL@li.org>\n"14 15 #: 404.php:1716 msgid "This is somewhat embarrassing, isn’t it?"17 msgstr ""18 19 #: 404.php:2120 msgid ""21 "It seems we can’t find what you’re looking for. Perhaps "22 "searching can help."23 msgstr ""24 25 #: archive.php:2926 msgid "Daily Archives: %s"27 msgstr ""28 29 #: archive.php:3130 msgid "Monthly Archives: %s"31 msgstr ""32 33 #: archive.php:3134 msgctxt "monthly archives date format"35 msgid "F Y"36 msgstr ""37 38 #: archive.php:3339 msgid "Yearly Archives: %s"40 msgstr ""41 42 #: archive.php:3343 msgctxt "yearly archives date format"44 msgid "Y"45 msgstr ""46 47 #: archive.php:3548 msgid "Archives"49 msgstr ""50 51 #: author.php:3252 msgid "Author Archives: %s"53 msgstr ""54 55 #: author.php:63 content.php:6256 msgid "About %s"57 msgstr ""58 59 #: category.php:2160 msgid "Category Archives: %s"61 msgstr ""62 63 #: comments.php:3164 msgid "One thought on “%2$s”"65 msgid_plural "%1$s thoughts on “%2$s”"66 msgstr[0] ""67 msgstr[1] ""68 69 #: comments.php:4270 msgid "Comment navigation"71 msgstr ""72 73 #: comments.php:4374 msgid "← Older Comments"75 msgstr ""76 77 #: comments.php:4478 msgid "Newer Comments →"79 msgstr ""80 81 #: comments.php:5382 msgid "Comments are closed."83 msgstr ""84 85 #: content-aside.php:15 content-image.php:13 content-link.php:1486 #: content-quote.php:13 content-status.php:31 content.php:4487 msgid "Continue reading <span class=\"meta-nav\">→</span>"88 msgstr ""89 90 #: content-aside.php:20 content-link.php:18 content-quote.php:1791 #: content-status.php:1592 msgid "Permalink to %s"93 msgstr ""94 95 #: content-aside.php:23 content-image.php:23 content-link.php:2196 #: content-quote.php:20 content-status.php:37 content.php:3397 msgid "Leave a reply"98 msgstr ""99 100 #: content-aside.php:23 content-image.php:23 content-link.php:21101 #: content-quote.php:20 content-status.php:37 content.php:33102 msgid "1 Reply"103 msgstr ""104 105 #: content-aside.php:23 content-image.php:23 content-link.php:21106 #: content-quote.php:20 content-status.php:37 content.php:33107 msgid "% Replies"108 msgstr ""109 110 #: content-aside.php:26 content-image.php:26 content-link.php:24111 #: content-page.php:24 content-quote.php:23 content-status.php:40112 #: content.php:51 functions.php:345 image.php:37113 msgid "Edit"114 msgstr ""115 116 #: content-link.php:12117 msgid "Link"118 msgstr ""119 120 #: content-none.php:13 index.php:49 search.php:34121 msgid "Nothing Found"122 msgstr ""123 124 #: content-none.php:17 index.php:53125 msgid ""126 "Apologies, but no results were found. Perhaps searching will help find a "127 "related post."128 msgstr ""129 130 #: content-page.php:21 content.php:45 image.php:102131 msgid "Pages:"132 msgstr ""133 134 #: content.php:16135 msgid "Featured post"136 msgstr ""137 138 #: content.php:66139 msgid "View all posts by %s <span class=\"meta-nav\">→</span>"140 msgstr ""141 142 #. #-#-#-#-# twentytwelve.pot (Twenty Twelve 2.0) #-#-#-#-#143 #. Author URI of the plugin/theme144 #: footer.php:16145 msgid "https://wordpress.org/"146 msgstr ""147 148 #: footer.php:16149 msgid "Semantic Personal Publishing Platform"150 msgstr ""151 152 #: footer.php:16153 msgid "Proudly powered by %s"154 msgstr ""155 156 #: functions.php:64157 msgid "Primary Menu"158 msgstr ""159 160 #. translators: If there are characters in your language that are not supported161 #. by Open Sans, translate this to 'off'. Do not translate into your own162 #. language.163 #: functions.php:104164 msgctxt "Open Sans font: on or off"165 msgid "on"166 msgstr ""167 168 #. translators: To add an additional Open Sans character subset specific to169 #. your language, translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not170 #. translate into your own language.171 #: functions.php:110172 msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"173 msgid "no-subset"174 msgstr ""175 176 #: functions.php:215177 msgid "Page %s"178 msgstr ""179 180 #: functions.php:244181 msgid "Main Sidebar"182 msgstr ""183 184 #: functions.php:246185 msgid ""186 "Appears on posts and pages except the optional Front Page template, which "187 "has its own widgets"188 msgstr ""189 190 #: functions.php:254191 msgid "First Front Page Widget Area"192 msgstr ""193 194 #: functions.php:256 functions.php:266195 msgid ""196 "Appears when using the optional Front Page template with a page set as "197 "Static Front Page"198 msgstr ""199 200 #: functions.php:264201 msgid "Second Front Page Widget Area"202 msgstr ""203 204 #: functions.php:286 single.php:20205 msgid "Post navigation"206 msgstr ""207 208 #: functions.php:287209 msgid "<span class=\"meta-nav\">←</span> Older posts"210 msgstr ""211 212 #: functions.php:288213 msgid "Newer posts <span class=\"meta-nav\">→</span>"214 msgstr ""215 216 #: functions.php:313217 msgid "Pingback:"218 msgstr ""219 220 #: functions.php:313221 msgid "(Edit)"222 msgstr ""223 224 #: functions.php:328225 msgid "Post author"226 msgstr ""227 228 #. translators: 1: date, 2: time229 #: functions.php:334230 msgid "%1$s at %2$s"231 msgstr ""232 233 #: functions.php:340234 msgid "Your comment is awaiting moderation."235 msgstr ""236 237 #: functions.php:349238 msgid "Reply"239 msgstr ""240 241 #. Translators: used between list items, there is a space after the comma.242 #: functions.php:370 functions.php:373243 msgid ", "244 msgstr ""245 246 #: functions.php:384247 msgid "View all posts by %s"248 msgstr ""249 250 #. Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's251 #. name.252 #: functions.php:390253 msgid ""254 "This entry was posted in %1$s and tagged %2$s on %3$s<span class=\"by-author"255 "\"> by %4$s</span>."256 msgstr ""257 258 #: functions.php:392259 msgid ""260 "This entry was posted in %1$s on %3$s<span class=\"by-author\"> by %4$s</"261 "span>."262 msgstr ""263 264 #: functions.php:394265 msgid "This entry was posted on %3$s<span class=\"by-author\"> by %4$s</span>."266 msgstr ""267 268 #: header.php:43269 msgid "Menu"270 msgstr ""271 272 #: header.php:44273 msgid "Skip to content"274 msgstr ""275 276 #: image.php:26277 msgid ""278 "<span class=\"meta-prep meta-prep-entry-date\">Published </span> <span class="279 "\"entry-date\"><time class=\"entry-date\" datetime=\"%1$s\">%2$s</time></"280 "span> at <a href=\"%3$s\" title=\"Link to full-size image\">%4$s × "281 "%5$s</a> in <a href=\"%6$s\" title=\"Return to %7$s\" rel=\"gallery\">%8$s</"282 "a>."283 msgstr ""284 285 #: image.php:41286 msgid "← Previous"287 msgstr ""288 289 #: image.php:42290 msgid "Next →"291 msgstr ""292 293 #: index.php:38294 msgid "No posts to display"295 msgstr ""296 297 #: index.php:42298 msgid "Ready to publish your first post? <a href=\"%s\">Get started here</a>."299 msgstr ""300 301 #: search.php:18302 msgid "Search Results for: %s"303 msgstr ""304 305 #: search.php:38306 msgid ""307 "Sorry, but nothing matched your search criteria. Please try again with some "308 "different keywords."309 msgstr ""310 311 #: single.php:21312 msgctxt "Previous post link"313 msgid "←"314 msgstr ""315 316 #: single.php:22317 msgctxt "Next post link"318 msgid "→"319 msgstr ""320 321 #: tag.php:21322 msgid "Tag Archives: %s"323 msgstr ""324 325 #. Theme Name of the plugin/theme326 msgid "Twenty Twelve"327 msgstr ""328 329 #. Theme URI of the plugin/theme330 msgid "https://wordpress.org/themes/twentytwelve/"331 msgstr ""332 333 #. Description of the plugin/theme334 msgid ""335 "The 2012 theme for WordPress is a fully responsive theme that looks great on "336 "any device. Features include a front page template with its own widgets, an "337 "optional display font, styling for post formats on both index and single "338 "views, and an optional no-sidebar page template. Make it yours with a custom "339 "menu, header image, and background."340 msgstr ""341 342 #. Author of the plugin/theme343 msgid "the WordPress team"344 msgstr ""345 346 #. Template Name of the plugin/theme347 msgid "Front Page Template"348 msgstr ""349 350 #. Template Name of the plugin/theme351 msgid "Full-width Page Template, No Sidebar"352 msgstr ""