Make WordPress Core

Ticket #34884: 34884.2.patch

File 34884.2.patch, 39.0 KB (added by davidakennedy, 8 years ago)

Updates patch to include more specific translation project URLs.

  • wp-content/themes/twentyfifteen/functions.php

     
    5555
    5656        /*
    5757         * 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
    5959         * If you're building a theme based on twentyfifteen, use a find and replace
    6060         * to change 'twentyfifteen' to the name of your theme in all the template files
    6161         */
    62         load_theme_textdomain( 'twentyfifteen', get_template_directory() . '/languages' );
     62        load_theme_textdomain( 'twentyfifteen' );
    6363
    6464        // Add default posts and comments RSS feed links to head.
    6565        add_theme_support( 'automatic-feed-links' );
  • wp-content/themes/twentyfifteen/languages/twentyfifteen.pot

     
    1 # Copyright (C) 2016 the WordPress team
    2 # 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:17
    16 msgid "Oops! That page can&rsquo;t be found."
    17 msgstr ""
    18 
    19 #: 404.php:21
    20 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:38
    24 msgid "Previous page"
    25 msgstr ""
    26 
    27 #: archive.php:50 index.php:47 search.php:39
    28 msgid "Next page"
    29 msgstr ""
    30 
    31 #: archive.php:51 content-link.php:40 content-page.php:29 content.php:42
    32 #: image.php:63 index.php:48 search.php:40
    33 msgid "Page"
    34 msgstr ""
    35 
    36 #: author-bio.php:12
    37 msgid "Published by"
    38 msgstr ""
    39 
    40 #: author-bio.php:34
    41 msgid "View all posts by %s"
    42 msgstr ""
    43 
    44 #: comments.php:28
    45 msgctxt "comments title"
    46 msgid "One thought on &ldquo;%2$s&rdquo;"
    47 msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
    48 msgstr[0] ""
    49 msgstr[1] ""
    50 
    51 #: comments.php:53
    52 msgid "Comments are closed."
    53 msgstr ""
    54 
    55 #. translators: %s: Name of current post
    56 #: content-link.php:31 content.php:33 inc/template-tags.php:238
    57 msgid "Continue reading %s"
    58 msgstr ""
    59 
    60 #: content-link.php:36 content-page.php:25 content.php:38 image.php:59
    61 msgid "Pages:"
    62 msgstr ""
    63 
    64 #: content-link.php:56 content-page.php:35 content-search.php:28
    65 #: content-search.php:33 content.php:57 image.php:71
    66 msgid "Edit"
    67 msgstr ""
    68 
    69 #: content-none.php:15
    70 msgid "Nothing Found"
    71 msgstr ""
    72 
    73 #: content-none.php:22
    74 msgid ""
    75 "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
    76 msgstr ""
    77 
    78 #: content-none.php:26
    79 msgid ""
    80 "Sorry, but nothing matched your search terms. Please try again with some "
    81 "different keywords."
    82 msgstr ""
    83 
    84 #: content-none.php:31
    85 msgid ""
    86 "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
    87 "searching can help."
    88 msgstr ""
    89 
    90 #. #-#-#-#-#  twentyfifteen.pot (Twenty Fifteen 1.5)  #-#-#-#-#
    91 #. Author URI of the plugin/theme
    92 #: footer.php:25
    93 msgid "https://wordpress.org/"
    94 msgstr ""
    95 
    96 #: footer.php:25
    97 msgid "Proudly powered by %s"
    98 msgstr ""
    99 
    100 #: functions.php:85
    101 msgid "Primary Menu"
    102 msgstr ""
    103 
    104 #: functions.php:86
    105 msgid "Social Links Menu"
    106 msgstr ""
    107 
    108 #: functions.php:147
    109 msgid "Widget Area"
    110 msgstr ""
    111 
    112 #: functions.php:149
    113 msgid "Add widgets here to appear in your sidebar."
    114 msgstr ""
    115 
    116 #. Translators: If there are characters in your language that are not supported
    117 #. by Noto Sans, translate this to 'off'. Do not translate into your own
    118 #. language.
    119 #: functions.php:175
    120 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 supported
    125 #. by Noto Serif, translate this to 'off'. Do not translate into your own
    126 #. language.
    127 #: functions.php:183
    128 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 supported
    133 #. by Inconsolata, translate this to 'off'. Do not translate into your own
    134 #. language.
    135 #: functions.php:191
    136 msgctxt "Inconsolata font: on or off"
    137 msgid "on"
    138 msgstr ""
    139 
    140 #. Translators: To add an additional character subset specific to your
    141 #. language, translate this to 'greek', 'cyrillic', 'devanagari' or
    142 #. 'vietnamese'. Do not translate into your own language.
    143 #: functions.php:199
    144 msgctxt "Add new subset (greek, cyrillic, devanagari, vietnamese)"
    145 msgid "no-subset"
    146 msgstr ""
    147 
    148 #: functions.php:269
    149 msgid "expand child menu"
    150 msgstr ""
    151 
    152 #: functions.php:270
    153 msgid "collapse child menu"
    154 msgstr ""
    155 
    156 #: header.php:26
    157 msgid "Skip to content"
    158 msgstr ""
    159 
    160 #: header.php:45
    161 msgid "Menu and widgets"
    162 msgstr ""
    163 
    164 #: image.php:24
    165 msgid "Previous Image"
    166 msgstr ""
    167 
    168 #: image.php:24
    169 msgid "Next Image"
    170 msgstr ""
    171 
    172 #: image.php:84
    173 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:60
    180 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:44
    186 msgid "Base Color Scheme"
    187 msgstr ""
    188 
    189 #: inc/customizer.php:59
    190 msgid "Header and Sidebar Text Color"
    191 msgstr ""
    192 
    193 #: inc/customizer.php:60 inc/customizer.php:76 inc/customizer.php:81
    194 msgid "Applied to the header on small screens and the sidebar on wide screens."
    195 msgstr ""
    196 
    197 #: inc/customizer.php:75
    198 msgid "Header and Sidebar Background Color"
    199 msgstr ""
    200 
    201 #: inc/customizer.php:150
    202 msgid "Default"
    203 msgstr ""
    204 
    205 #: inc/customizer.php:161
    206 msgid "Dark"
    207 msgstr ""
    208 
    209 #: inc/customizer.php:172
    210 msgid "Yellow"
    211 msgstr ""
    212 
    213 #: inc/customizer.php:183
    214 msgid "Pink"
    215 msgstr ""
    216 
    217 #: inc/customizer.php:194
    218 msgid "Purple"
    219 msgstr ""
    220 
    221 #: inc/customizer.php:205
    222 msgid "Blue"
    223 msgstr ""
    224 
    225 #: inc/template-tags.php:23
    226 msgid "Comment navigation"
    227 msgstr ""
    228 
    229 #: inc/template-tags.php:26
    230 msgid "Older Comments"
    231 msgstr ""
    232 
    233 #: inc/template-tags.php:30
    234 msgid "Newer Comments"
    235 msgstr ""
    236 
    237 #: inc/template-tags.php:49
    238 msgid "Featured"
    239 msgstr ""
    240 
    241 #: inc/template-tags.php:55
    242 msgctxt "Used before post format."
    243 msgid "Format"
    244 msgstr ""
    245 
    246 #: inc/template-tags.php:76
    247 msgctxt "Used before publish date."
    248 msgid "Posted on"
    249 msgstr ""
    250 
    251 #: inc/template-tags.php:85
    252 msgctxt "Used before post author name."
    253 msgid "Author"
    254 msgstr ""
    255 
    256 #: inc/template-tags.php:91 inc/template-tags.php:99
    257 msgctxt "Used between list items, there is a space after the comma."
    258 msgid ", "
    259 msgstr ""
    260 
    261 #: inc/template-tags.php:94
    262 msgctxt "Used before category names."
    263 msgid "Categories"
    264 msgstr ""
    265 
    266 #: inc/template-tags.php:102
    267 msgctxt "Used before tag names."
    268 msgid "Tags"
    269 msgstr ""
    270 
    271 #: inc/template-tags.php:113
    272 msgctxt "Used before full size attachment link."
    273 msgid "Full size"
    274 msgstr ""
    275 
    276 #. translators: %s: post title
    277 #: inc/template-tags.php:123
    278 msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
    279 msgstr ""
    280 
    281 #: search.php:18
    282 msgid "Search Results for: %s"
    283 msgstr ""
    284 
    285 #: single.php:33
    286 msgid "Next"
    287 msgstr ""
    288 
    289 #: single.php:34
    290 msgid "Next post:"
    291 msgstr ""
    292 
    293 #: single.php:36
    294 msgid "Previous"
    295 msgstr ""
    296 
    297 #: single.php:37
    298 msgid "Previous post:"
    299 msgstr ""
    300 
    301 #. Theme Name of the plugin/theme
    302 msgid "Twenty Fifteen"
    303 msgstr ""
    304 
    305 #. Theme URI of the plugin/theme
    306 msgid "https://wordpress.org/themes/twentyfifteen/"
    307 msgstr ""
    308 
    309 #. Description of the plugin/theme
    310 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/theme
    320 msgid "the WordPress team"
    321 msgstr ""
  • wp-content/themes/twentyfourteen/functions.php

     
    6060        /*
    6161         * Make Twenty Fourteen available for translation.
    6262         *
    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
    6464         * If you're building a theme based on Twenty Fourteen, use a find and
    6565         * replace to change 'twentyfourteen' to the name of your theme in all
    6666         * template files.
    6767         */
    68         load_theme_textdomain( 'twentyfourteen', get_template_directory() . '/languages' );
     68        load_theme_textdomain( 'twentyfourteen' );
    6969
    7070        // This theme styles the visual editor to resemble the theme style.
    7171        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 team
    2 # 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:17
    16 msgid "Not Found"
    17 msgstr ""
    18 
    19 #: 404.php:21
    20 msgid "It looks like nothing was found at this location. Maybe try a search?"
    21 msgstr ""
    22 
    23 #: archive.php:31
    24 msgid "Daily Archives: %s"
    25 msgstr ""
    26 
    27 #: archive.php:34
    28 msgid "Monthly Archives: %s"
    29 msgstr ""
    30 
    31 #: archive.php:34
    32 msgctxt "monthly archives date format"
    33 msgid "F Y"
    34 msgstr ""
    35 
    36 #: archive.php:37
    37 msgid "Yearly Archives: %s"
    38 msgstr ""
    39 
    40 #: archive.php:37
    41 msgctxt "yearly archives date format"
    42 msgid "Y"
    43 msgstr ""
    44 
    45 #: archive.php:40 taxonomy-post_format.php:51
    46 msgid "Archives"
    47 msgstr ""
    48 
    49 #: author.php:31
    50 msgid "All posts by %s"
    51 msgstr ""
    52 
    53 #: category.php:20
    54 msgid "Category Archives: %s"
    55 msgstr ""
    56 
    57 #: comments.php:27
    58 msgid "One thought on &ldquo;%2$s&rdquo;"
    59 msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
    60 msgstr[0] ""
    61 msgstr[1] ""
    62 
    63 #: comments.php:34 comments.php:52
    64 msgid "Comment navigation"
    65 msgstr ""
    66 
    67 #: comments.php:35 comments.php:53
    68 msgid "&larr; Older Comments"
    69 msgstr ""
    70 
    71 #: comments.php:36 comments.php:54
    72 msgid "Newer Comments &rarr;"
    73 msgstr ""
    74 
    75 #: comments.php:59
    76 msgid "Comments are closed."
    77 msgstr ""
    78 
    79 #: content-aside.php:17 content-audio.php:17 content-featured-post.php:28
    80 #: content-gallery.php:17 content-image.php:17 content-link.php:17
    81 #: content-quote.php:17 content-video.php:17 content.php:19
    82 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:37
    87 #: content-image.php:37 content-link.php:37 content-quote.php:37
    88 #: content-video.php:37 content.php:38 inc/widgets.php:215
    89 msgid "Leave a comment"
    90 msgstr ""
    91 
    92 #: content-aside.php:37 content-audio.php:37 content-gallery.php:37
    93 #: content-image.php:37 content-link.php:37 content-quote.php:37
    94 #: content-video.php:37 content.php:38 inc/widgets.php:215
    95 msgid "1 Comment"
    96 msgstr ""
    97 
    98 #: content-aside.php:37 content-audio.php:37 content-gallery.php:37
    99 #: content-image.php:37 content-link.php:37 content-quote.php:37
    100 #: content-video.php:37 content.php:38 inc/widgets.php:215
    101 msgid "% Comments"
    102 msgstr ""
    103 
    104 #: content-aside.php:40 content-audio.php:40 content-gallery.php:40
    105 #: content-image.php:40 content-link.php:40 content-page.php:28
    106 #: content-quote.php:40 content-video.php:40 content.php:42 image.php:34
    107 #: page-templates/contributors.php:35
    108 msgid "Edit"
    109 msgstr ""
    110 
    111 #. translators: %s: Name of current post
    112 #: content-aside.php:48 content-audio.php:48 content-gallery.php:48
    113 #: content-image.php:48 content-link.php:48 content-quote.php:48
    114 #: content-video.php:48 content.php:56 inc/template-tags.php:222
    115 msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
    116 msgstr ""
    117 
    118 #: content-aside.php:53 content-audio.php:53 content-gallery.php:53
    119 #: content-image.php:53 content-link.php:53 content-page.php:22
    120 #: content-quote.php:53 content-video.php:53 content.php:61 image.php:54
    121 msgid "Pages:"
    122 msgstr ""
    123 
    124 #: content-none.php:12
    125 msgid "Nothing Found"
    126 msgstr ""
    127 
    128 #: content-none.php:18
    129 msgid ""
    130 "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
    131 msgstr ""
    132 
    133 #: content-none.php:22
    134 msgid ""
    135 "Sorry, but nothing matched your search terms. Please try again with some "
    136 "different keywords."
    137 msgstr ""
    138 
    139 #: content-none.php:27
    140 msgid ""
    141 "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
    142 "searching can help."
    143 msgstr ""
    144 
    145 #. #-#-#-#-#  twentyfourteen.pot (Twenty Fourteen 1.7)  #-#-#-#-#
    146 #. Author URI of the plugin/theme
    147 #: footer.php:21
    148 msgid "https://wordpress.org/"
    149 msgstr ""
    150 
    151 #: footer.php:21
    152 msgid "Proudly powered by %s"
    153 msgstr ""
    154 
    155 #: functions.php:83
    156 msgid "Top primary menu"
    157 msgstr ""
    158 
    159 #: functions.php:84
    160 msgid "Secondary menu in left sidebar"
    161 msgstr ""
    162 
    163 #: functions.php:174
    164 msgid "Primary Sidebar"
    165 msgstr ""
    166 
    167 #: functions.php:176
    168 msgid "Main sidebar that appears on the left."
    169 msgstr ""
    170 
    171 #: functions.php:183
    172 msgid "Content Sidebar"
    173 msgstr ""
    174 
    175 #: functions.php:185
    176 msgid "Additional sidebar that appears on the right."
    177 msgstr ""
    178 
    179 #: functions.php:192
    180 msgid "Footer Widget Area"
    181 msgstr ""
    182 
    183 #: functions.php:194
    184 msgid "Appears in the footer section of the site."
    185 msgstr ""
    186 
    187 #. Translators: If there are characters in your language that are not supported
    188 #. by Lato, translate this to 'off'. Do not translate into your own language.
    189 #: functions.php:216
    190 msgctxt "Lato font: on or off"
    191 msgid "on"
    192 msgstr ""
    193 
    194 #: functions.php:261
    195 msgid "Previous"
    196 msgstr ""
    197 
    198 #: functions.php:262
    199 msgid "Next"
    200 msgstr ""
    201 
    202 #: functions.php:379
    203 msgid "%d Article"
    204 msgid_plural "%d Articles"
    205 msgstr[0] ""
    206 msgstr[1] ""
    207 
    208 #: functions.php:498
    209 msgid "Page %s"
    210 msgstr ""
    211 
    212 #: header.php:48
    213 msgid "Search"
    214 msgstr ""
    215 
    216 #: header.php:52
    217 msgid "Primary Menu"
    218 msgstr ""
    219 
    220 #: header.php:53
    221 msgid "Skip to content"
    222 msgstr ""
    223 
    224 #: image.php:65
    225 msgid "Previous Image"
    226 msgstr ""
    227 
    228 #: image.php:66
    229 msgid "Next Image"
    230 msgstr ""
    231 
    232 #: inc/back-compat.php:37 inc/back-compat.php:47 inc/back-compat.php:60
    233 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:37
    239 msgid "Site Title Color"
    240 msgstr ""
    241 
    242 #: inc/customizer.php:40
    243 msgid "Display Site Title &amp; Tagline"
    244 msgstr ""
    245 
    246 #: inc/customizer.php:44 inc/customizer.php:45
    247 msgid "May only be visible on wide screens."
    248 msgstr ""
    249 
    250 #: inc/customizer.php:47 inc/customizer.php:48
    251 msgid "Background may only be visible on wide screens."
    252 msgstr ""
    253 
    254 #: inc/customizer.php:53 inc/featured-content.php:403
    255 msgid "Featured Content"
    256 msgstr ""
    257 
    258 #: inc/customizer.php:54 inc/featured-content.php:404
    259 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:405
    265 #: inc/featured-content.php:414 inc/featured-content.php:474
    266 msgctxt "featured content default tag slug"
    267 msgid "featured"
    268 msgstr ""
    269 
    270 #: inc/customizer.php:69
    271 msgid "Layout"
    272 msgstr ""
    273 
    274 #: inc/customizer.php:73
    275 msgid "Grid"
    276 msgstr ""
    277 
    278 #: inc/customizer.php:74
    279 msgid "Slider"
    280 msgstr ""
    281 
    282 #. #-#-#-#-#  twentyfourteen.pot (Twenty Fourteen 1.7)  #-#-#-#-#
    283 #. Theme Name of the plugin/theme
    284 #: inc/customizer.php:142
    285 msgid "Twenty Fourteen"
    286 msgstr ""
    287 
    288 #: inc/customizer.php:145
    289 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 &rarr; 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:146
    298 msgid ""
    299 "Enhance your site design by using <a href=\"%s\">Featured Images</a> for "
    300 "posts you&rsquo;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&mdash;above the "
    303 "title&mdash;and in the Featured Content area on the home page."
    304 msgstr ""
    305 
    306 #: inc/customizer.php:147
    307 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:426
    313 msgid "Tag Name"
    314 msgstr ""
    315 
    316 #: inc/featured-content.php:431
    317 msgid "Don&rsquo;t display tag on front end."
    318 msgstr ""
    319 
    320 #: inc/template-tags.php:50
    321 msgid "&larr; Previous"
    322 msgstr ""
    323 
    324 #: inc/template-tags.php:51
    325 msgid "Next &rarr;"
    326 msgstr ""
    327 
    328 #: inc/template-tags.php:58
    329 msgid "Posts navigation"
    330 msgstr ""
    331 
    332 #: inc/template-tags.php:85
    333 msgid "Post navigation"
    334 msgstr ""
    335 
    336 #: inc/template-tags.php:89
    337 msgid "<span class=\"meta-nav\">Published In</span>%title"
    338 msgstr ""
    339 
    340 #: inc/template-tags.php:91
    341 msgid "<span class=\"meta-nav\">Previous Post</span>%title"
    342 msgstr ""
    343 
    344 #: inc/template-tags.php:92
    345 msgid "<span class=\"meta-nav\">Next Post</span>%title"
    346 msgstr ""
    347 
    348 #: inc/template-tags.php:109
    349 msgid "Sticky"
    350 msgstr ""
    351 
    352 #: inc/widgets.php:34
    353 msgid "Twenty Fourteen Ephemera"
    354 msgstr ""
    355 
    356 #: inc/widgets.php:36
    357 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:33
    363 msgid "Images"
    364 msgstr ""
    365 
    366 #: inc/widgets.php:76
    367 msgid "More images"
    368 msgstr ""
    369 
    370 #: inc/widgets.php:79 taxonomy-post_format.php:36
    371 msgid "Videos"
    372 msgstr ""
    373 
    374 #: inc/widgets.php:80
    375 msgid "More videos"
    376 msgstr ""
    377 
    378 #: inc/widgets.php:83 taxonomy-post_format.php:39
    379 msgid "Audio"
    380 msgstr ""
    381 
    382 #: inc/widgets.php:84
    383 msgid "More audio"
    384 msgstr ""
    385 
    386 #: inc/widgets.php:87 taxonomy-post_format.php:42
    387 msgid "Quotes"
    388 msgstr ""
    389 
    390 #: inc/widgets.php:88
    391 msgid "More quotes"
    392 msgstr ""
    393 
    394 #: inc/widgets.php:91 taxonomy-post_format.php:45
    395 msgid "Links"
    396 msgstr ""
    397 
    398 #: inc/widgets.php:92
    399 msgid "More links"
    400 msgstr ""
    401 
    402 #: inc/widgets.php:95 taxonomy-post_format.php:48
    403 msgid "Galleries"
    404 msgstr ""
    405 
    406 #: inc/widgets.php:96
    407 msgid "More galleries"
    408 msgstr ""
    409 
    410 #: inc/widgets.php:100 taxonomy-post_format.php:30
    411 msgid "Asides"
    412 msgstr ""
    413 
    414 #: inc/widgets.php:101
    415 msgid "More asides"
    416 msgstr ""
    417 
    418 #: inc/widgets.php:148 inc/widgets.php:193
    419 msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
    420 msgstr ""
    421 
    422 #: inc/widgets.php:183
    423 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 link
    430 #: inc/widgets.php:227
    431 msgid "%s <span class=\"meta-nav\">&rarr;</span>"
    432 msgstr ""
    433 
    434 #: inc/widgets.php:276
    435 msgid "Title:"
    436 msgstr ""
    437 
    438 #: inc/widgets.php:279
    439 msgid "Number of posts to show:"
    440 msgstr ""
    441 
    442 #: inc/widgets.php:282
    443 msgid "Post format to show:"
    444 msgstr ""
    445 
    446 #: search.php:18
    447 msgid "Search Results for: %s"
    448 msgstr ""
    449 
    450 #: tag.php:22
    451 msgid "Tag Archives: %s"
    452 msgstr ""
    453 
    454 #. Theme URI of the plugin/theme
    455 msgid "https://wordpress.org/themes/twentyfourteen/"
    456 msgstr ""
    457 
    458 #. Description of the plugin/theme
    459 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/theme
    469 msgid "the WordPress team"
    470 msgstr ""
    471 
    472 #. Template Name of the plugin/theme
    473 msgid "Contributor Page"
    474 msgstr ""
    475 
    476 #. Template Name of the plugin/theme
    477 msgid "Full Width Page"
    478 msgstr ""
  • wp-content/themes/twentythirteen/functions.php

     
    6161        /*
    6262         * Makes Twenty Thirteen available for translation.
    6363         *
    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
    6565         * If you're building a theme based on Twenty Thirteen, use a find and
    6666         * replace to change 'twentythirteen' to the name of your theme in all
    6767         * template files.
    6868         */
    69         load_theme_textdomain( 'twentythirteen', get_template_directory() . '/languages' );
     69        load_theme_textdomain( 'twentythirteen' );
    7070
    7171        /*
    7272         * This theme styles the visual editor to resemble the theme style,
  • wp-content/themes/twentythirteen/languages/twentythirteen.pot

     
    1 # Copyright (C) 2016 the WordPress team
    2 # 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:16
    16 msgid "Not Found"
    17 msgstr ""
    18 
    19 #: 404.php:21
    20 msgid "This is somewhat embarrassing, isn&rsquo;t it?"
    21 msgstr ""
    22 
    23 #: 404.php:22
    24 msgid "It looks like nothing was found at this location. Maybe try a search?"
    25 msgstr ""
    26 
    27 #: archive.php:29
    28 msgid "Daily Archives: %s"
    29 msgstr ""
    30 
    31 #: archive.php:31
    32 msgid "Monthly Archives: %s"
    33 msgstr ""
    34 
    35 #: archive.php:31
    36 msgctxt "monthly archives date format"
    37 msgid "F Y"
    38 msgstr ""
    39 
    40 #: archive.php:33
    41 msgid "Yearly Archives: %s"
    42 msgstr ""
    43 
    44 #: archive.php:33
    45 msgctxt "yearly archives date format"
    46 msgid "Y"
    47 msgstr ""
    48 
    49 #: archive.php:35
    50 msgid "Archives"
    51 msgstr ""
    52 
    53 #: author-bio.php:26
    54 msgid "About %s"
    55 msgstr ""
    56 
    57 #: author-bio.php:30
    58 msgid "View all posts by %s <span class=\"meta-nav\">&rarr;</span>"
    59 msgstr ""
    60 
    61 #: author.php:31
    62 msgid "All posts by %s"
    63 msgstr ""
    64 
    65 #: category.php:19
    66 msgid "Category Archives: %s"
    67 msgstr ""
    68 
    69 #: comments.php:25
    70 msgctxt "comments title"
    71 msgid "One thought on &ldquo;%2$s&rdquo;"
    72 msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
    73 msgstr[0] ""
    74 msgstr[1] ""
    75 
    76 #: comments.php:45
    77 msgid "Comment navigation"
    78 msgstr ""
    79 
    80 #: comments.php:46
    81 msgid "&larr; Older Comments"
    82 msgstr ""
    83 
    84 #: comments.php:47
    85 msgid "Newer Comments &rarr;"
    86 msgstr ""
    87 
    88 #: comments.php:52
    89 msgid "Comments are closed."
    90 msgstr ""
    91 
    92 #. translators: %s: Name of current post
    93 #: content-aside.php:16 content-audio.php:27 content-chat.php:26
    94 #: content-gallery.php:27 content-image.php:26 content-link.php:27
    95 #: content-quote.php:16 content-status.php:16 content-video.php:26
    96 #: content.php:44 functions.php:481
    97 msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
    98 msgstr ""
    99 
    100 #: content-aside.php:20 content-audio.php:31 content-chat.php:30
    101 #: content-gallery.php:31 content-image.php:30 content-link.php:31
    102 #: content-quote.php:20 content-status.php:20 content-video.php:30
    103 #: content.php:48 image.php:76 page.php:35
    104 msgid "Pages:"
    105 msgstr ""
    106 
    107 #: content-aside.php:27 content-aside.php:35 content-audio.php:38
    108 #: content-chat.php:36 content-gallery.php:46 content-image.php:42
    109 #: content-link.php:19 content-quote.php:32 content-status.php:26
    110 #: content-video.php:42 content.php:31 image.php:50 page.php:39
    111 msgid "Edit"
    112 msgstr ""
    113 
    114 #: content-gallery.php:43 content-image.php:39 content-quote.php:29
    115 #: content-video.php:39 content.php:56
    116 msgid "Leave a comment"
    117 msgstr ""
    118 
    119 #: content-gallery.php:43 content-image.php:39 content-quote.php:29
    120 #: content-video.php:39 content.php:56
    121 msgid "One comment so far"
    122 msgstr ""
    123 
    124 #: content-gallery.php:43 content-image.php:39 content-quote.php:29
    125 #: content-video.php:39 content.php:56
    126 msgid "View all % comments"
    127 msgstr ""
    128 
    129 #: content-none.php:12
    130 msgid "Nothing Found"
    131 msgstr ""
    132 
    133 #: content-none.php:18
    134 msgid ""
    135 "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
    136 msgstr ""
    137 
    138 #: content-none.php:22
    139 msgid ""
    140 "Sorry, but nothing matched your search terms. Please try again with "
    141 "different keywords."
    142 msgstr ""
    143 
    144 #: content-none.php:27
    145 msgid ""
    146 "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
    147 "searching can help."
    148 msgstr ""
    149 
    150 #. #-#-#-#-#  twentythirteen.pot (Twenty Thirteen 1.9)  #-#-#-#-#
    151 #. Author URI of the plugin/theme
    152 #: footer.php:19
    153 msgid "https://wordpress.org/"
    154 msgstr ""
    155 
    156 #: footer.php:19
    157 msgid "Proudly powered by %s"
    158 msgstr ""
    159 
    160 #: functions.php:97
    161 msgid "Navigation Menu"
    162 msgstr ""
    163 
    164 #. Translators: If there are characters in your language that are not supported
    165 #. by Source Sans Pro, translate this to 'off'. Do not translate into your own
    166 #. language.
    167 #: functions.php:131
    168 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 supported
    173 #. by Bitter, translate this to 'off'. Do not translate into your own language.
    174 #: functions.php:137
    175 msgctxt "Bitter font: on or off"
    176 msgid "on"
    177 msgstr ""
    178 
    179 #: functions.php:221
    180 msgid "Page %s"
    181 msgstr ""
    182 
    183 #: functions.php:234
    184 msgid "Main Widget Area"
    185 msgstr ""
    186 
    187 #: functions.php:236
    188 msgid "Appears in the footer section of the site."
    189 msgstr ""
    190 
    191 #: functions.php:244
    192 msgid "Secondary Widget Area"
    193 msgstr ""
    194 
    195 #: functions.php:246
    196 msgid "Appears on posts and pages in the sidebar."
    197 msgstr ""
    198 
    199 #: functions.php:269
    200 msgid "Posts navigation"
    201 msgstr ""
    202 
    203 #: functions.php:273
    204 msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
    205 msgstr ""
    206 
    207 #: functions.php:277
    208 msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
    209 msgstr ""
    210 
    211 #: functions.php:303
    212 msgid "Post navigation"
    213 msgstr ""
    214 
    215 #: functions.php:306
    216 msgctxt "Previous post link"
    217 msgid "<span class=\"meta-nav\">&larr;</span> %title"
    218 msgstr ""
    219 
    220 #: functions.php:307
    221 msgctxt "Next post link"
    222 msgid "%title <span class=\"meta-nav\">&rarr;</span>"
    223 msgstr ""
    224 
    225 #: functions.php:325
    226 msgid "Sticky"
    227 msgstr ""
    228 
    229 #. Translators: used between list items, there is a space after the comma.
    230 #: functions.php:331 functions.php:337
    231 msgid ", "
    232 msgstr ""
    233 
    234 #: functions.php:346
    235 msgid "View all posts by %s"
    236 msgstr ""
    237 
    238 #: functions.php:366
    239 msgctxt "1: post format name. 2: date"
    240 msgid "%1$s on %2$s"
    241 msgstr ""
    242 
    243 #: functions.php:372
    244 msgid "Permalink to %s"
    245 msgstr ""
    246 
    247 #: header.php:43
    248 msgid "Menu"
    249 msgstr ""
    250 
    251 #: header.php:44
    252 msgid "Skip to content"
    253 msgstr ""
    254 
    255 #: image.php:28
    256 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:44
    263 msgid "Link to full-size image"
    264 msgstr ""
    265 
    266 #: image.php:45
    267 msgid "Full resolution"
    268 msgstr ""
    269 
    270 #: image.php:57
    271 msgid "<span class=\"meta-nav\">&larr;</span> Previous"
    272 msgstr ""
    273 
    274 #: image.php:58
    275 msgid "Next <span class=\"meta-nav\">&rarr;</span>"
    276 msgstr ""
    277 
    278 #: inc/back-compat.php:37 inc/back-compat.php:47 inc/back-compat.php:60
    279 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:49
    285 msgctxt "header image description"
    286 msgid "Circle"
    287 msgstr ""
    288 
    289 #: inc/custom-header.php:54
    290 msgctxt "header image description"
    291 msgid "Diamond"
    292 msgstr ""
    293 
    294 #: inc/custom-header.php:59
    295 msgctxt "header image description"
    296 msgid "Star"
    297 msgstr ""
    298 
    299 #: search.php:18
    300 msgid "Search Results for: %s"
    301 msgstr ""
    302 
    303 #: tag.php:21
    304 msgid "Tag Archives: %s"
    305 msgstr ""
    306 
    307 #: taxonomy-post_format.php:23
    308 msgid "%s Archives"
    309 msgstr ""
    310 
    311 #. Theme Name of the plugin/theme
    312 msgid "Twenty Thirteen"
    313 msgstr ""
    314 
    315 #. Theme URI of the plugin/theme
    316 msgid "https://wordpress.org/themes/twentythirteen/"
    317 msgstr ""
    318 
    319 #. Description of the plugin/theme
    320 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/theme
    329 msgid "the WordPress team"
    330 msgstr ""
  • wp-content/themes/twentytwelve/functions.php

     
    4545        /*
    4646         * Makes Twenty Twelve available for translation.
    4747         *
    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
    4949         * If you're building a theme based on Twenty Twelve, use a find and replace
    5050         * to change 'twentytwelve' to the name of your theme in all the template files.
    5151         */
    52         load_theme_textdomain( 'twentytwelve', get_template_directory() . '/languages' );
     52        load_theme_textdomain( 'twentytwelve' );
    5353
    5454        // This theme styles the visual editor with editor-style.css to match the theme style.
    5555        add_editor_style();
  • wp-content/themes/twentytwelve/languages/twentytwelve.pot

     
    1 # Copyright (C) 2016 the WordPress team
    2 # 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:17
    16 msgid "This is somewhat embarrassing, isn&rsquo;t it?"
    17 msgstr ""
    18 
    19 #: 404.php:21
    20 msgid ""
    21 "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
    22 "searching can help."
    23 msgstr ""
    24 
    25 #: archive.php:29
    26 msgid "Daily Archives: %s"
    27 msgstr ""
    28 
    29 #: archive.php:31
    30 msgid "Monthly Archives: %s"
    31 msgstr ""
    32 
    33 #: archive.php:31
    34 msgctxt "monthly archives date format"
    35 msgid "F Y"
    36 msgstr ""
    37 
    38 #: archive.php:33
    39 msgid "Yearly Archives: %s"
    40 msgstr ""
    41 
    42 #: archive.php:33
    43 msgctxt "yearly archives date format"
    44 msgid "Y"
    45 msgstr ""
    46 
    47 #: archive.php:35
    48 msgid "Archives"
    49 msgstr ""
    50 
    51 #: author.php:32
    52 msgid "Author Archives: %s"
    53 msgstr ""
    54 
    55 #: author.php:63 content.php:62
    56 msgid "About %s"
    57 msgstr ""
    58 
    59 #: category.php:21
    60 msgid "Category Archives: %s"
    61 msgstr ""
    62 
    63 #: comments.php:31
    64 msgid "One thought on &ldquo;%2$s&rdquo;"
    65 msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
    66 msgstr[0] ""
    67 msgstr[1] ""
    68 
    69 #: comments.php:42
    70 msgid "Comment navigation"
    71 msgstr ""
    72 
    73 #: comments.php:43
    74 msgid "&larr; Older Comments"
    75 msgstr ""
    76 
    77 #: comments.php:44
    78 msgid "Newer Comments &rarr;"
    79 msgstr ""
    80 
    81 #: comments.php:53
    82 msgid "Comments are closed."
    83 msgstr ""
    84 
    85 #: content-aside.php:15 content-image.php:13 content-link.php:14
    86 #: content-quote.php:13 content-status.php:31 content.php:44
    87 msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
    88 msgstr ""
    89 
    90 #: content-aside.php:20 content-link.php:18 content-quote.php:17
    91 #: content-status.php:15
    92 msgid "Permalink to %s"
    93 msgstr ""
    94 
    95 #: content-aside.php:23 content-image.php:23 content-link.php:21
    96 #: content-quote.php:20 content-status.php:37 content.php:33
    97 msgid "Leave a reply"
    98 msgstr ""
    99 
    100 #: content-aside.php:23 content-image.php:23 content-link.php:21
    101 #: content-quote.php:20 content-status.php:37 content.php:33
    102 msgid "1 Reply"
    103 msgstr ""
    104 
    105 #: content-aside.php:23 content-image.php:23 content-link.php:21
    106 #: content-quote.php:20 content-status.php:37 content.php:33
    107 msgid "% Replies"
    108 msgstr ""
    109 
    110 #: content-aside.php:26 content-image.php:26 content-link.php:24
    111 #: content-page.php:24 content-quote.php:23 content-status.php:40
    112 #: content.php:51 functions.php:345 image.php:37
    113 msgid "Edit"
    114 msgstr ""
    115 
    116 #: content-link.php:12
    117 msgid "Link"
    118 msgstr ""
    119 
    120 #: content-none.php:13 index.php:49 search.php:34
    121 msgid "Nothing Found"
    122 msgstr ""
    123 
    124 #: content-none.php:17 index.php:53
    125 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:102
    131 msgid "Pages:"
    132 msgstr ""
    133 
    134 #: content.php:16
    135 msgid "Featured post"
    136 msgstr ""
    137 
    138 #: content.php:66
    139 msgid "View all posts by %s <span class=\"meta-nav\">&rarr;</span>"
    140 msgstr ""
    141 
    142 #. #-#-#-#-#  twentytwelve.pot (Twenty Twelve 2.0)  #-#-#-#-#
    143 #. Author URI of the plugin/theme
    144 #: footer.php:16
    145 msgid "https://wordpress.org/"
    146 msgstr ""
    147 
    148 #: footer.php:16
    149 msgid "Semantic Personal Publishing Platform"
    150 msgstr ""
    151 
    152 #: footer.php:16
    153 msgid "Proudly powered by %s"
    154 msgstr ""
    155 
    156 #: functions.php:64
    157 msgid "Primary Menu"
    158 msgstr ""
    159 
    160 #. translators: If there are characters in your language that are not supported
    161 #. by Open Sans, translate this to 'off'. Do not translate into your own
    162 #. language.
    163 #: functions.php:104
    164 msgctxt "Open Sans font: on or off"
    165 msgid "on"
    166 msgstr ""
    167 
    168 #. translators: To add an additional Open Sans character subset specific to
    169 #. your language, translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not
    170 #. translate into your own language.
    171 #: functions.php:110
    172 msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
    173 msgid "no-subset"
    174 msgstr ""
    175 
    176 #: functions.php:215
    177 msgid "Page %s"
    178 msgstr ""
    179 
    180 #: functions.php:244
    181 msgid "Main Sidebar"
    182 msgstr ""
    183 
    184 #: functions.php:246
    185 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:254
    191 msgid "First Front Page Widget Area"
    192 msgstr ""
    193 
    194 #: functions.php:256 functions.php:266
    195 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:264
    201 msgid "Second Front Page Widget Area"
    202 msgstr ""
    203 
    204 #: functions.php:286 single.php:20
    205 msgid "Post navigation"
    206 msgstr ""
    207 
    208 #: functions.php:287
    209 msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
    210 msgstr ""
    211 
    212 #: functions.php:288
    213 msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
    214 msgstr ""
    215 
    216 #: functions.php:313
    217 msgid "Pingback:"
    218 msgstr ""
    219 
    220 #: functions.php:313
    221 msgid "(Edit)"
    222 msgstr ""
    223 
    224 #: functions.php:328
    225 msgid "Post author"
    226 msgstr ""
    227 
    228 #. translators: 1: date, 2: time
    229 #: functions.php:334
    230 msgid "%1$s at %2$s"
    231 msgstr ""
    232 
    233 #: functions.php:340
    234 msgid "Your comment is awaiting moderation."
    235 msgstr ""
    236 
    237 #: functions.php:349
    238 msgid "Reply"
    239 msgstr ""
    240 
    241 #. Translators: used between list items, there is a space after the comma.
    242 #: functions.php:370 functions.php:373
    243 msgid ", "
    244 msgstr ""
    245 
    246 #: functions.php:384
    247 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's
    251 #. name.
    252 #: functions.php:390
    253 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:392
    259 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:394
    265 msgid "This entry was posted on %3$s<span class=\"by-author\"> by %4$s</span>."
    266 msgstr ""
    267 
    268 #: header.php:43
    269 msgid "Menu"
    270 msgstr ""
    271 
    272 #: header.php:44
    273 msgid "Skip to content"
    274 msgstr ""
    275 
    276 #: image.php:26
    277 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 &times; "
    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:41
    286 msgid "&larr; Previous"
    287 msgstr ""
    288 
    289 #: image.php:42
    290 msgid "Next &rarr;"
    291 msgstr ""
    292 
    293 #: index.php:38
    294 msgid "No posts to display"
    295 msgstr ""
    296 
    297 #: index.php:42
    298 msgid "Ready to publish your first post? <a href=\"%s\">Get started here</a>."
    299 msgstr ""
    300 
    301 #: search.php:18
    302 msgid "Search Results for: %s"
    303 msgstr ""
    304 
    305 #: search.php:38
    306 msgid ""
    307 "Sorry, but nothing matched your search criteria. Please try again with some "
    308 "different keywords."
    309 msgstr ""
    310 
    311 #: single.php:21
    312 msgctxt "Previous post link"
    313 msgid "&larr;"
    314 msgstr ""
    315 
    316 #: single.php:22
    317 msgctxt "Next post link"
    318 msgid "&rarr;"
    319 msgstr ""
    320 
    321 #: tag.php:21
    322 msgid "Tag Archives: %s"
    323 msgstr ""
    324 
    325 #. Theme Name of the plugin/theme
    326 msgid "Twenty Twelve"
    327 msgstr ""
    328 
    329 #. Theme URI of the plugin/theme
    330 msgid "https://wordpress.org/themes/twentytwelve/"
    331 msgstr ""
    332 
    333 #. Description of the plugin/theme
    334 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/theme
    343 msgid "the WordPress team"
    344 msgstr ""
    345 
    346 #. Template Name of the plugin/theme
    347 msgid "Front Page Template"
    348 msgstr ""
    349 
    350 #. Template Name of the plugin/theme
    351 msgid "Full-width Page Template, No Sidebar"
    352 msgstr ""