Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/29/2012 12:24:15 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Languages:

  • Add missing textdomains.
  • Fixes #1866.
  • Props daveshine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-topics.php

    r3966 r4034  
    138138            'title'     => __( 'Screen Content', 'bbpress' ),
    139139            'content'   =>
    140                 '<p>' . __( 'You can customize the display of this screen&#8217;s contents in a number of ways:' ) . '</p>' .
     140                '<p>' . __( 'You can customize the display of this screen&#8217;s contents in a number of ways:', 'bbpress' ) . '</p>' .
    141141                '<ul>' .
    142142                    '<li>' . __( 'You can hide/display columns based on your needs and decide how many replies to list per screen using the Screen Options tab.',                                                                                                                                                                          'bbpress' ) . '</li>' .
     
    173173        // Help Sidebar
    174174        $current_screen->set_help_sidebar(
    175             '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
     175            '<p><strong>' . __( 'For more information:', 'bbpress' ) . '</strong></p>' .
    176176            '<p>' . __( '<a href="http://bbpress.org/documentation/" target="_blank">bbPress Documentation</a>', 'bbpress' ) . '</p>' .
    177177            '<p>' . __( '<a href="http://bbpress.org/forums/" target="_blank">bbPress Support Forums</a>',       'bbpress' ) . '</p>'
     
    988988
    989989            // Updated
    990             1 =>  sprintf( __( 'Topic updated. <a href="%s">View topic</a>' ), $topic_url ),
     990            1 =>  sprintf( __( 'Topic updated. <a href="%s">View topic</a>', 'bbpress' ), $topic_url ),
    991991
    992992            // Custom field updated
     
    10171017            9 => sprintf( __( 'Topic scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview topic</a>', 'bbpress' ),
    10181018                    // translators: Publish box date format, see http://php.net/date
    1019                     date_i18n( __( 'M j, Y @ G:i' ),
     1019                    date_i18n( __( 'M j, Y @ G:i', 'bbpress' ),
    10201020                    strtotime( $post_date ) ),
    10211021                    $topic_url ),
Note: See TracChangeset for help on using the changeset viewer.