Ticket #832: options-wordpress.patch

File options-wordpress.patch, 1.8 KB (added by da3rX, 4 years ago)
  • options-wordpress.php

     
    5555 
    5656<form class="options" method="post" action="<?php bb_option('uri'); ?>bb-admin/options-wordpress.php"> 
    5757        <fieldset> 
    58                 <legend>Cookies</legend> 
     58                <legend><?php _e('Cookies'); ?></legend> 
    5959                <p><?php _e('Cookie sharing allows users to log in to either your bbPress or your WordPress site, and have access to both.'); ?></p> 
    6060                <label for="wp_siteurl"> 
    6161                        <?php _e('WordPress address (URL):'); ?> 
     
    121121                </div> 
    122122        </fieldset> 
    123123        <fieldset> 
    124                 <legend>User database</legend> 
     124                <legend><?php _e('User database'); ?></legend> 
    125125                <p><?php _e('User database sharing allows you to store user data in your WordPress database.'); ?></p> 
    126126                <label for="wp_table_prefix"> 
    127127                        <?php _e('User database table prefix:'); ?> 
     
    160160                </div> 
    161161        </fieldset> 
    162162        <fieldset id="advanced1" style="display:<?php echo $advanced_display; ?>"> 
    163                 <legend>Separate user database settings</legend> 
     163                <legend><?php _e('Separate user database settings'); ?></legend> 
    164164                <div class="spacer"> 
    165165                        <p><?php _e('Most of the time these settings are <em>not</em> required. Look before you leap!'); ?></p> 
    166166                        <p><?php _e('All settings except for the character set must be specified.'); ?></p> 
     
    202202                </div> 
    203203        </fieldset> 
    204204        <fieldset id="advanced2" style="display:<?php echo $advanced_display; ?>"> 
    205                 <legend>Custom user tables</legend> 
     205                <legend><?php _e('Custom user tables'); ?></legend> 
    206206                <div class="spacer"> 
    207207                        <p><?php _e('Only set these values if your user tables do not fit the usual mould of <strong>"wordpressprefix+user"</strong> and <strong>"wordpressprefix+usermeta"</strong>.'); ?></p> 
    208208                </div>