Making WordPress.org

Changeset 2017


Ignore:
Timestamp:
10/29/2015 08:33:57 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Add string descriptions for translators.

Fixes #1362
Props SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php

    r1720 r2017  
    414414                    '<p>' .
    415415                        sprintf(
     416                            // translators: %s: URL for code of conduct policy
    416417                            __( '<em>Organizers note:</em> Below is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href="%s">anti-harassment policy.</a>', 'wordcamporg' ),
    417418                            'http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy'
     
    421422                    '<p>' .
    422423                        sprintf(
     424                            // translators: %s: URL for article about harassment reports
    423425                            __( 'We also recommend the organizing team read this article on <a href="%s">how to take a harassment report</a>', 'wordcamporg' ),
    424426                            'http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports'
     
    447449        $posts = array(
    448450            array(
    449                 'title'   => __( 'Welcome to ', 'wordcamporg' ) . get_option( 'blogname' ),
     451                // translators: %s: site title
     452                'title'   => sprintf( __( 'Welcome to %s', 'wordcamporg' ), get_option( 'blogname' ) ),
    450453                'content' =>
    451454                    '<p>' . __( '<em>Organizers note:</em> Please update the portions <span style="color: red; text-decoration: underline;">with red text</span>.', 'wordcamporg' ) . '</p> ' .
     
    654657
    655658            $pages[] = array(
     659                // translators: %s: sponsorship level
    656660                'title'   => sprintf( __( 'Thank you to our %s sponsors', 'wordcamporg' ), $sponsorship_level->post_title ),
    657661                'content' => sprintf(
Note: See TracChangeset for help on using the changeset viewer.